@charset "UTF-8";
.text {
  font-size: 13px;
}

@media (min-width: 601px) {
  .text {
    font-size: 16px;
  }
}

.h1 {
  font-size: 42.667px;
}

.h2 {
  font-size: 17px;
}

@media (min-width: 601px) {
  .h2 {
    font-size: 25.6px;
  }
}

.h3 {
  font-size: 15px;
}

@media (min-width: 601px) {
  .h3 {
    font-size: 18.286px;
  }
}

.small {
  font-size: 14.22px;
}

/*
Theme Name: big_theme
*/
* {
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* For modern browsers */
.cf {
  zoom: 1;
}

.cf:before {
  content: '';
  display: table;
}

.cf:after {
  content: '';
  display: table;
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.none {
  display: none !important;
}

body {
  font-family: gesta, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: 400;
  background: #fff;
  color: #000;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 601px) {
  body {
    font-size: 16px;
  }
}

body.loaded {
  opacity: 1;
}

body[lang="ja"] [en] {
  display: none;
}

body[lang="en"] [ja] {
  display: none;
}

a:link {
  text-decoration: none;
  color: inherit;
}

a:visited {
  text-decoration: none;
  color: inherit;
}

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  color: inherit;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-family: inherit;
}

input[type=radio], input[type=checkbox] {
  display: none;
}

img {
  max-width: 100%;
}

.slider-wrap {
  opacity: 0;
}

.slider-wrap.slick-initialized {
  opacity: 1;
  transition: opacity .1s;
}

@media (min-width: 601px) {
  .wrapper {
    overflow: hidden;
  }
}

.container {
  position: relative;
  margin: -50px 10px 0;
  background: #fff;
  border-radius: 6px 6px 0 0;
  z-index: 1;
}

@media (min-width: 601px) {
  .container {
    margin: -174px 40px 0;
  }
}

@media (min-width: 601px) and (min-width: 1661px) {
  .container {
    max-width: 1660px;
    margin: -174px auto 0;
  }
}

@media (min-width: 601px) and (max-width: 960px) {
  .container {
    margin: -174px 20px 0;
  }
}

.container--single {
  margin-top: -124px;
}

@media (min-width: 601px) {
  .container--single {
    margin-top: -240px;
  }
}

.mw-container {
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background-color: #696969;
}

.footer-row--1 {
  padding: 77px 70px;
  display: flex;
  justify-content: space-between;
  color: #f5f5f5;
}

@media screen and (max-width: 890px) {
  .footer-row--1 {
    flex-direction: column;
    padding: 45px 28px 42px;
  }
}

.footer-row--1__scroll-top.ar-link-btn {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.footer-column {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 890px) {
  .footer-column {
    width: 100%;
    max-width: 350px;
    margin: auto;
  }
}

.footer-column--1 {
  min-width: 260px;
}

@media screen and (max-width: 890px) {
  .footer-column--1 {
    min-width: none;
  }
}

.footer-column--2__item {
  letter-spacing: 0.025em;
  font-size: 14px;
  margin-bottom: 23px;
}

.footer-column--2__item:nth-last-child(1) {
  margin-bottom: 0;
}

@media screen and (max-width: 890px) {
  .footer-column--2 {
    margin-top: 42px;
  }
}

.footer-column--3 {
  justify-content: space-between;
  min-width: 275px;
  position: relative;
}

@media screen and (max-width: 890px) {
  .footer-column--3 {
    min-width: none;
    margin-top: 47px;
  }
}

.footer-title {
  display: block;
  height: 32.35px;
}

@media (min-width: 601px) {
  .footer-title {
    height: 46.08px;
  }
}

.footer-title img {
  height: 100%;
}

.footer-address {
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 25px;
  margin-bottom: 10px;
}

.footer-telephone {
  font-size: 14px;
  letter-spacing: 0.025em;
}

.footer-corp-link {
  margin-top: 40px;
  margin-bottom: 16px;
}

@media screen and (max-width: 890px) {
  .footer-corp-link {
    margin-top: 47px;
    margin-bottom: 10px;
  }
}

.footer-corp-link:after {
  display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
  background: url("img/external-link.svg") center/contain no-repeat;
  vertical-align: middle;
  margin-left: 8px;
  margin-bottom: 5px;
}
.footer-contact-link:after {
  display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
  background: url("img/mail.svg") center/contain no-repeat;
  vertical-align: middle;
  margin-left: 8px;
  margin-bottom: 3px;
}

.footer-contact-link {
margin-bottom:26px;
}
@media screen and (max-width: 890px) {
.footer-contact-link {
    margin-bottom: 20px;
  }
}

.footer-contact-link, .footer-corp-link {
font-weight:bold;
font-size:14px;
}

.footer-lang-switch {
  font-size: 14px;
  letter-spacing: 0.025em;
}

.footer-lang-switch button {
  color: #BCBCBC;
}

@media screen and (max-width: 890px) {
  .footer-lang-switch {
    margin-top: 12px;
  }
}

body[lang="ja"] .footer-lang-switch__item[data-lang="ja"],
body[lang="en"] .footer-lang-switch__item[data-lang="en"] {
  color: #fff;
  pointer-events: none;
}

.footer-lang-switch {
  letter-spacing: 0;
  font-size: 0;
}

.footer-lang-switch__item {
  letter-spacing: 0.025em;
  display: inline-block;
  font-size: 14px;
}

.footer-lang-switch__sl {
  margin: 0 10px;
  display: inline-block;
  font-size: 14px;
}

@media (max-width: 600px) {
  .footer-lang-switch__sl {
    margin: 0 5px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@media (min-width: 601px) {
  .img-zoom {
    transition: transform 0.7s cubic-bezier(0.08, 0.27, 0.34, 0.93);
  }
  .img-zoom:hover {
    transform: scale(1.1, 1.1);
  }
}

.ons {
  transition: 1s;
}

.ons:not(.onscreen) {
  opacity: 0;
  transform: translateY(40px);
}

.ar-link-btn {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
}

@media (min-width: 601px) {
  .ar-link-btn {
    width: 66px;
    height: 66px;
  }
}

.ar-link-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: '';
  background: url("img/link-arrow.svg") center/contain no-repeat;
  width: 11px;
  height: 7px;
}

.ar-link-btn--white:after {
  background: url("img/link-arrow_w.svg") center/contain no-repeat;
}

.ar-link-btn--white--top:after {
  background: url("img/link-arrow_w.svg") center/contain no-repeat;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.ar-link-btn--reverse:after {
  transform: translate(-50%, -50%) rotate(-180deg);
}

.ar-nav-btn {
  position: relative;
  width: 60px;
  height: 60px;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
}

.ar-nav-btn--prev:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  width: 6px;
  height: 10px;
  background: url("img/chev.svg") center/contain no-repeat;
}

@media (min-width: 601px) {
  .ar-nav-btn--prev:after {
    width: 8px;
    height: 12px;
  }
}

.ar-nav-btn--next:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 10px;
  background: url("img/chev.svg") center/contain no-repeat;
}

@media (min-width: 601px) {
  .ar-nav-btn--next:after {
    width: 8px;
    height: 12px;
  }
}

.text-btn {
  position: relative;
  display: block;
  width: 199px;
  height: 69px;
  border: 1px solid #D5D5D5;
  background: #fff;
  padding: 0 10px;
  transition: .2s;
}

@media (min-width: 601px) {
  .text-btn {
    width: 224px;
    height: 78px;
  }
}

.text-btn:before {
  position: absolute;
  display: block;
  content: '';
  height: 0;
  transform-origin: left bottom;
  transition: height 0.3s ease;
  left: -1px;
  bottom: -1px;
}

.text-btn:after {
  position: absolute;
  display: block;
  content: '';
  height: 0;
  transform-origin: right top;
  transition: height 0.3s ease;
  right: -1px;
  top: -1px;
}

.text-btn__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.text-btn__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.text-btn__line:before {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  transform-origin: left;
  transition: width 0.3s ease;
  left: -1px;
  top: -1px;
}

.text-btn__line:after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  transform-origin: right;
  transition: width 0.3s ease;
  right: -1px;
  bottom: -1px;
}

.text-btn__txt {
  font-weight: 500;
  letter-spacing: .02em;
  color: #000;
  transition: .2s;
}

.text-btn__arrow {
  width: 13px;
  height: 7px;
  margin-bottom: 2px;
  transition: .2s;
}

@media (min-width: 601px) {
  .text-btn__arrow {
    width: 11px;
    height: 7px;
    margin-bottom: 3px;
  }
}

@media (min-width: 601px) {
  .text-btn:hover {
    transition: .3s;
  }
  .text-btn:hover:before {
    content: '';
    background: #FF0000;
    width: 1px;
    height: calc(100% + 1px);
  }
  .text-btn:hover:after {
    content: '';
    background: #FF0000;
    width: 1px;
    height: calc(100% + 1px);
  }
  .text-btn:hover .text-btn__txt {
    color: #FF0000;
    transition: .3s;
  }
  .text-btn:hover .text-btn__arrow {
    fill: #ff0000;
    transition: .3s;
  }
  .text-btn:hover .text-btn__line:before {
    content: '';
    background: #FF0000;
    width: calc(100% + 1px);
    height: 1px;
  }
  .text-btn:hover .text-btn__line:after {
    content: '';
    background: #FF0000;
    width: calc(100% + 1px);
    height: 1px;
  }
  .btn-hover-r:hover {
    border-color: #FF0000;
    transition: .3s;
  }
  .btn-hover-r:hover .btn-hover-r__txt {
    color: #FF0000;
    transition: .3s;
  }
  .btn-hover-r:hover .btn-hover-r__arrow {
    fill: #ff0000;
    transition: .3s;
  }
  .op-hover {
    transition: opacity .2s ease-in-out;
  }
  .op-hover:hover {
    opacity: .5;
  }
}

.img-slider {
  width: 93vw;
  height: 320px;
  margin-bottom: 34px;
}

@media (min-width: 601px) {
  .img-slider {
    width: 100%;
    margin-bottom: 84px;
    border-radius: 6px;
  }
}

.img-slider__item {
  background-size: cover;
  background-position: center;
}

.img-slider__dots {
  display: flex;
  list-style: none;
  height: 12px;
  margin-top: 18px;
}

@media (min-width: 601px) {
  .img-slider__dots {
    margin-top: 20px;
  }
}

.img-slider__dots li + li {
  margin-left: 16px;
}

.img-slider__dots li button {
  position: relative;
  text-indent: -9999px;
  width: 12px;
  height: 12px;
}

.img-slider__dots li button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: '';
  background: #D5D5D5;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.img-slider__dots li button[aria-selected="true"]:after {
  background: #000;
  width: 8px;
  height: 8px;
}

.img-slider__arr {
  position: absolute;
  bottom: -24px;
  right: 0;
}

.img-slider__arr--prev {
  transform: translate(-100%, 100%);
  right: 24px;
}

.img-slider__arr--next {
  transform: translateY(100%);
}

@media (max-width: 960px) {
  .mouse-pointer, .mouse-pointer-txt {
    display: none;
  }
}

@media (min-width: 961px) {
  .mouse-pointer {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #f00;
    border-radius: 50%;
    pointer-events: none;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s cubic-bezier(0.34, 0.58, 0.74, 0.86) 0s, visibility 0.3s cubic-bezier(0.34, 0.58, 0.74, 0.86) 0s, width 0.3s cubic-bezier(0.34, 0.58, 0.74, 0.86) 0s, height 0.3s cubic-bezier(0.34, 0.58, 0.74, 0.86) 0s;
  }
  .mouse-pointer-txt {
    display: block;
    position: absolute;
    background: url("img/scroll.svg") center/100% no-repeat;
    width: 28px;
    height: 37px;
    z-index: 11;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    transition: position 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  }
  .mouse-pointer[aria-hidden="false"] {
    visibility: visible;
    opacity: 1;
    width: 72px;
    height: 72px;
  }
}

.mouse-pointer-txt[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
}

.top-kv-area.is-fixed {
  padding-top: 182px;
}

@media (min-width: 601px) {
  .top-kv-area.is-fixed {
    padding-top: 230px;
  }
}

.kv {
  position: relative;
  height: 210px;
  background-size: cover;
  background-position: center;
}

.kv:after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 600px) and (max-width: 374px) {
  .kv {
    height: 300px;
  }
}

@media (min-width: 601px) {
  .kv {
    height: 472px;
    padding: 0 5.4%;
  }
}

.kv__inner {
  position: relative;
  max-width: 1520px;
  margin: 0 auto;
}

.kv__logo {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 124.35px;
}

@media (min-width: 601px) {
  .kv__logo {
    width: 337.65px;
    top: 32px;
    left: auto;
    right: 40px;
  }
}

@media (min-width: 601px) and (max-width: 1300px) {
  .kv__logo {
    opacity: .2;
  }
}

.kv__txt {
  position: absolute;
  top: 93px;
  left: 23px;
  z-index: 2;
}

@media (min-width: 601px) {
  .kv__txt {
    top: 184px;
    left: 0;
  }
}

.kv__title {
  font-weight: normal;
  letter-spacing: .03em;
  line-height: 1;
  color: #f5f5f5;
}

.kv-bc {
  position: absolute;
  bottom: 61px;
  left: 10px;
  font-size: 10px;
  letter-spacing: .03em;
  line-height: 1.14;
  color: #bcbcbc;
  transform: scale(0.8);
  transform-origin: right top;
  z-index: 2;
}

@media (min-width: 601px) {
  .kv-bc {
    position: static;
    font-size: 14.22px;
    margin-top: 16px;
    margin-left: 4px;
    transform: none;
  }
}

.kv-bc:link {
  color: #bcbcbc;
}

.kv-bc:visited {
  color: #bcbcbc;
}

.kv-bc__hy {
  margin: 0 .5em;
}

.kv-bc--gt {
  bottom: auto;
  top: 64px;
  left: 30px;
  transform-origin: left top;
}

.kv__to-gt {
  position: absolute;
  background: #262626;
  width: 95px;
  height: 54px;
  top: 0;
  right: 0;
  font-weight: bold;
  font-size: 14.22px;
  letter-spacing: 0.03em;
  line-height: 16px;
  color: #CBCBCB;
  font-size: 10px;
  z-index: 2;
}

.kv__to-gt svg {
  margin-right: 4px;
  vertical-align: middle;
}

.kv__to-gt span {
  display: inline-block;
  white-space: nowrap;
  transform: scale(0.8);
  transform-origin: center;
}

/*

改修により未使用

.menubar {
  position:fixed;
  left:0;
  top:0;
  width: 100%;
  height: 54px;
  background:#000;
  z-index:50;
	@include pc {
    height:294px;
    background:#fff;
	}
}

.site-logo {
  position:absolute;
  top:27.5px;
  left:50%;
  transform: translateX(-50%);
  width:42px;
  z-index:51;
  a {
    display: block;
    height:100%;
  }
}

.menu-btn {
  position:absolute;
  width:32px;
  height:14px;
  top:50%;
  left:11px;
  transform: translateY(-50%);
  z-index:50;
  @include pc {
    width:42px;
    height:16px;
    left:50%;
    transform: translate(-50%, -50%);
  }
  &__inner {
    position:relative;
    width:100%;
    height:100%;
  }
  &__bar {
    position: absolute;
    left: 0;
    width:100%;
    height:2px;
    background:#fff;
    transition: .3s;
    &:nth-child(1) {
      top:0;
      transform-origin: left bottom;
    }
    &:nth-child(2) {
      top:calc(50% - 1px);
    }
    &:nth-child(3) {
      bottom:0;
      transform-origin: left top;
    }
  }
}

.menu-btn[aria-expanded="true"] {
  .menu-btn__bar {
    &:nth-child(1) {
      width:37px;
      top:-7px;
      left:3px;
      transform: rotate(45deg);
      @include pc {
        top:-11px;
        width:55px;
      }
    }
    &:nth-child(2) {
      opacity:0;
    }
    &:nth-child(3) {
      width:37px;
      bottom:-7px;
      left:2px;
      transform: rotate(-45deg);
      @include pc {
        bottom:-14px;
        width:55px;
      }
    }
  }
}

.global-nav {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#000;
  overflow: hidden;
  transition:.3s ease-in-out;
  @include pc {
    max-width:607px;
    padding-left: 84px;
  }
  &__inner {
    position:relative;
    width:100%;
    height:100%;
    transition:.2s;
    transition-delay: .3s;
  }
  &__logo {
    position:absolute;
    top:20px;
    right:21px;
    width: 165.54px;
    a {
      display: block;
      height:100%;
    }
  }
}

.global-nav[aria-hidden="true"] {
  width:100%;
  height:54px;
  pointer-events: none;
  z-index:-1;
  @include pc {
    position:fixed;
    width:100%;
    height:100%;
    transform: translateX(-100%);
  }
}
.global-nav[aria-hidden="true"]>.global-nav__inner {
  opacity:0;
  pointer-events: none;
  transition-delay: 0s;
}

.menu-navs {
  position:absolute;
  top:130px;
  left:40px;
  list-style: none;
  @include pc {
    top:132px;
    left:66px;
  }
  &__item {
    font-family: $yugo;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: .025em;
    line-height: 1.13;
    color: #f5f5f5;
    @include pc {
      font-size:30px;
    }
    &+& {
      margin-top: 28px;
      @include pc {
        margin-top: 39px;
      }
    }
  }
}

.lang-switch {
  display: flex;
  align-items: center;
  position:absolute;
  bottom:34px;
  left:40px;
  @include pc {
    bottom:88px;
    left:51px;
  }
  &__sl {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    color: #8e8e8e;
    margin:4px 13px 0;
  }
  &__item {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 18px;
    text-align: left;
    color: #f5f5f5;
    @include pc {
      font-size: 18px;
    }
  }
}

.to-gt {
  display: block;
  position: absolute;
  top:0;
  right:0;
  background:#262626;
  width:95px;
  height:100%;
  overflow: hidden;
  transition:.2s;
  transition-delay:.3s;
  @include pc {
    top:auto;
    right:auto;
    bottom:0;
    left:0;
    width:100%;
    height:41px;
  }
  &__inner {
    position:relative;
    width:98px;
    height:100%;
  }
}

.to-gt-content {
  height:100%;
  text-align: center;
  @include pc {
    text-align: left;
    padding:0 10px;
  }
  &__inner {
    display: flex;
    align-items: center;
    height:100%;
    @include sp {
      transform: scale(.8);
      transform-origin: center;
      justify-content: center;
    }
  }
  &__txt {
    font-weight: 500;
    font-size: 10px;
    letter-spacing: .03em;
    line-height: 1.14;
    color: #f5f5f5;
    margin-left: 4px;
    @include pc {
      font-size: 14px;
      margin-left: 5px;
    }
  }
}

.menu-btn[aria-expanded="true"]~.to-gt {
  opacity:0;
  transition-delay:0s;
}

.gn-overlay {
  transition:.2s;
}

.menu-btn[aria-expanded="true"]~.gn-overlay {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#000;
  opacity:.5;
  z-index:0;
  pointer-events: auto;
}

*/
.global-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

@media (min-width: 601px) {
  .global-nav {
    padding: 0 5.4%;
  }
}

.global-nav:before {
  content: '';
  opacity: 0;
  transition: opacity .5s;
}

.global-nav.is-top-menu {
  position: relative;
  background: #fff;
  height: 182px;
}

@media (min-width: 601px) {
  .global-nav.is-top-menu {
    height: 230px;
    transition: opacity .3s;
  }
}

.global-nav__inner {
  position: relative;
  max-width: 1520px;
  height: 100%;
  margin: 0 auto;
}

.global-nav__title {
  position: absolute;
  bottom: 24px;
  left: 20px;
  width: 144px;
}

@media (min-width: 601px) {
  .global-nav__title {
    width: 190px;
    bottom: auto;
    top: 32px;
    left: 0;
  }
  .global-nav:not(.is-top-menu) .global-nav__title {
    display: none;
  }
}

.h-logo {
  position: fixed;
  top: 20px;
  right: 21.6px;
  width: 36.36px;
  height: 32.66px;
}

@media (min-width: 601px) {
  .h-logo {
    position: absolute;
    width: 54px;
    height: 48.5px;
    top: 32px;
    right: 0;
  }
}

@media (min-width: 601px) {
  .global-nav:not(.is-top-menu) .h-logo {
    width: 49.88px;
    height: 44.81px;
  }
}

.h-logo svg {
  fill: #000;
}

.global-nav:not(.is-top-menu) .h-logo svg {
  fill: #fff;
}

.logo-fixed {
  display: none;
}

.menu-big {
  display: none;
}

@media (min-width: 601px) {
  .menu-big {
    position: absolute;
    top: 34px;
    left: 0;
    display: block;
    width: 106px;
    height: 61.82px;
    background: url("img/big_3c.png") center/contain no-repeat;
  }
}

@media (min-width: 601px) {
  .global-nav.is-top-menu .menu-big {
    display: none;
  }
}

.menu-navs {
  display: flex;
  list-style: none;
  z-index: 2;
}

@media (max-width: 600px) {
  .menu-navs {
    flex-direction: column;
  }
}

@media (min-width: 601px) {
  .menu-navs {
    flex-direction: row;
    flex-wrap: wrap;
    position: absolute;
    bottom: 30px;
    left: -6px;
  }
  .global-nav:not(.is-top-menu) .menu-navs {
    top: 110px;
    bottom: auto;
  }
}

.menu-navs__item {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: .03em;
  line-height: 1.35;
  color: #000;
}

.menu-navs__item span[ja] {
  font-weight: bold;
}

.menu-navs__item span[en] {
  font-weight: normal;
}

@media (max-width: 600px) {
  .menu-navs__item + .menu-navs__item {
    margin-top: 26px;
  }
}

@media (min-width: 601px) {
  .menu-navs__item {
    font-weight: normal;
    font-size: 13px;
    padding: 0 6px;
    color: #f5f5f5;
    margin-top: 10px;
    margin-right: 14px;
  }
}

.is-top-menu .menu-navs__item {
  color: #000;
  font-weight: bold;
}

@media (min-width: 601px) {
  .is-top-menu .menu-navs__item {
    font-size: 13px;
  }
}

.menu-btn {
  position: fixed;
  width: 32px;
  height: 14px;
  top: 20px;
  left: 22px;
  z-index: 51;
}

@media (min-width: 601px) {
  .menu-btn {
    width: 42px;
    height: 16px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.menu-btn__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.menu-btn__bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  transition: top .3s, bottom .3s, left .3s, transform .3s;
}

.global-nav:not(.is-top-menu) .menu-btn__bar {
  background: #fff;
}

.menu-btn__bar:nth-child(1) {
  top: 0;
  transform-origin: left bottom;
}

.menu-btn__bar:nth-child(2) {
  top: calc(50% - 1px);
}

.menu-btn__bar:nth-child(3) {
  bottom: 0;
  transform-origin: left top;
}

.to-gt {
  display: block;
  background: #262626;
  width: 199px;
  height: 69px;
  font-weight: bold;
  font-size: 14.22px;
  letter-spacing: 0.03em;
  line-height: 16px;
  color: #CBCBCB;
  margin-top: 26px;
}

@media (min-width: 601px) {
  .to-gt {
    width: 224px;
    height: 78px;
    position: absolute;
    bottom: 0;
    right: 70px;
    transform: translateY(100%);
  }
  .global-nav:not(.is-top-menu) .to-gt {
    display: none !important;
    /*
      top:24px;
      bottom:0;
      margin-top: 0;
      */
  }
}

.to-gt svg {
  margin-right: 8px;
}

@media (min-width: 601px) {
  .others-navs {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 30px;
  }
  .global-nav:not(.is-top-menu) .others-navs {
    bottom: auto;
    top: 120px;
    right: 0;
  }
}

.corporate-site-link {
  position: absolute;
  bottom: 36px;
  left: 10.5%;
  font-size: 14.22px;
  letter-spacing: 0.03em;
  line-height: 16px;
  color: #000;
}

.corporate-site-link span[ja] {
  font-weight: bold;
}

.corporate-site-link span[en] {
  font-weight: normal;
}

@media (min-width: 601px) {
  .corporate-site-link {
    position: static;
    font-size: 12.27px;
    vertical-align: middle;
  }
  .global-nav:not(.is-top-menu) .corporate-site-link {
    color: #fff;
  }
}

.gn-lng-switch {
  position: absolute;
  bottom: 35px;
  right: 10.5%;
}

@media (min-width: 601px) {
  .gn-lng-switch {
    position: static;
    margin-left: 32px;
  }
}

.gn-lng-switch__sl {
  font-family: Gesta;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 16px;
  color: #8e8e8e;
  margin: 0 11px 0 8px;
}

.gn-lng-switch__item {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 16px;
  color: #BCBCBC !important;
}

@media (min-width: 601px) {
  .gn-lng-switch__item {
    font-size: 14px;
  }
}

body[lang="ja"] .gn-lng-switch__item[data-lang="ja"],
body[lang="en"] .gn-lng-switch__item[data-lang="en"] {
  color: #000 !important;
  pointer-events: none;
}

@media (min-width: 601px) {
  body[lang="ja"] .global-nav:not(.is-top-menu) .gn-lng-switch__item[data-lang="ja"],
  body[lang="en"] .global-nav:not(.is-top-menu) .gn-lng-switch__item[data-lang="en"] {
    color: #fff !important;
  }
}

@media (min-width: 601px) {
  body[lang="ja"] .global-nav:not(.is-top-menu).is-fixed .gn-lng-switch__item[data-lang="ja"],
  body[lang="en"] .global-nav:not(.is-top-menu).is-fixed .gn-lng-switch__item[data-lang="en"] {
    color: #000 !important;
  }
}

.sp-menu-logos {
  display: flex;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
}

.sp-menu-logos__logo {
  width: 25px;
}

.sp-menu-logos__title {
  width: 41px;
  margin-left: 7px;
}

@media (max-width: 600px) {
  .global-nav__items {
    position: fixed;
    width: 100vw;
    height: 0;
    overflow: hidden;
    background: #fff;
    pointer-events: none;
    transition: height .2s ease;
  }
  .global-nav__items > * {
    opacity: 0;
  }
  .global-nav__items[aria-hidden="false"] {
    top: 0;
    left: 0;
    width: 100vw;
    height: 120vh;
    max-height: 100%;
    background: #fff;
    padding: calc(100vh * 0.3) 0 0 10.6%;
    opacity: 1;
    z-index: 50;
    pointer-events: auto;
    transition: height .3s ease-out;
  }
  .global-nav__items[aria-hidden="false"] > * {
    opacity: 1;
    transition: opacity .3s;
    transition-delay: .2s;
  }
  .global-nav__items[aria-hidden="false"] .sp-menu-title {
    position: absolute;
    top: 73px;
    left: 40px;
    width: 120px;
  }
  .menu-btn[aria-expanded="true"] .menu-btn__bar {
    background: #000;
  }
  .menu-btn[aria-expanded="true"] .menu-btn__bar:nth-child(1) {
    width: 37px;
    top: -7px;
    left: 3px;
    transform: rotate(45deg);
  }
}

@media (max-width: 600px) and (min-width: 601px) {
  .menu-btn[aria-expanded="true"] .menu-btn__bar:nth-child(1) {
    top: -11px;
    width: 55px;
  }
}

@media (max-width: 600px) {
  .menu-btn[aria-expanded="true"] .menu-btn__bar:nth-child(2) {
    opacity: 0;
  }
  .menu-btn[aria-expanded="true"] .menu-btn__bar:nth-child(3) {
    width: 37px;
    bottom: -7px;
    left: 2px;
    transform: rotate(-45deg);
  }
}

@media (max-width: 600px) and (min-width: 601px) {
  .menu-btn[aria-expanded="true"] .menu-btn__bar:nth-child(3) {
    bottom: -14px;
    width: 55px;
  }
}

@media (max-width: 600px) {
  .global-nav.is-fixed {
    position: fixed;
    pointer-events: none;
    height: 113px;
    opacity: 1;
    transition: opacity .3s;
  }
  .global-nav.is-fixed:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 113px;
    background: linear-gradient(rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
    opacity: 1;
  }
  .global-nav.is-fixed .global-nav__items {
    pointer-events: auto;
  }
  .global-nav.is-fixed .global-nav__title {
    display: none;
    pointer-events: auto;
  }
  .global-nav.is-fixed .menu-btn {
    pointer-events: auto;
  }
  .global-nav.is-fixed .menu-btn__bar {
    background: #000;
  }
  .global-nav.is-fixed .h-logo {
    pointer-events: auto;
  }
  .global-nav.is-fixed .h-logo svg {
    fill: #000;
  }
  .global-nav.is-top-menu {
    background: transparent;
  }
}

@media (min-width: 601px) {
  .global-nav.header-animate {
    opacity: 0 !important;
    transition: 0s;
  }
  .global-nav.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    pointer-events: none;
    padding-top: 24px;
    opacity: 1;
    transition: opacity .3s;
  }
  .global-nav.is-fixed:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 152px;
    opacity: 1;
    background: linear-gradient(rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
  }
  .global-nav.is-fixed .global-nav__title {
    display: none;
    pointer-events: auto;
  }
  .global-nav.is-fixed .global-nav__items {
    display: flex;
    align-items: center;
    pointer-events: auto;
  }
  .global-nav.is-fixed .h-logo {
    display: none;
    position: static;
    flex-shrink: 0;
    width: 26.94px;
    height: 24.2px;
    pointer-events: auto;
    margin-left: auto;
    margin-right: 0;
  }
  .global-nav.is-fixed .logo-fixed {
    display: block;
  }
  .global-nav.is-fixed .menu-big {
    display: block !important;
    position: static;
    width: 106px;
    height: 61.82px;
    background: url("img/big.png") center/contain no-repeat;
  }
  .global-nav.is-fixed .menu-navs {
    position: static;
    margin-top: -31px;
    margin-left: 40px;
  }
  .global-nav.is-fixed .menu-navs__item {
    font-size: 12.8px;
    margin-right: 8px;
  }
  .global-nav.is-fixed .others-navs {
    display: none;
    /*
      position:static;
      bottom:0;
      margin:0 0 0 auto;
      */
  }
  .global-nav.is-fixed .to-gt {
    display: none !important;
    /*
      position:static;
      width:86px;
      height:41px;
      margin-top: 0;
      transform: none;
      order:3;
      margin-left: 41.5px;
      font-size:10px;
      svg {
        margin-right: 4px;
        vertical-align: middle;
      }
      span {
        display: inline-block;
        white-space: nowrap;
        transform: scale(.8);
        transform-origin:left;
        padding-left: 6px;
      }
      */
  }
  .global-nav:not(.is-top-menu).is-fixed .h-logo {
    color: #000;
  }
  .global-nav:not(.is-top-menu).is-fixed .menu-navs__item {
    color: #000;
  }
  .global-nav:not(.is-top-menu).is-fixed .corporate-site-link {
    color: #000;
  }
}

@media (min-width: 601px) {
  .menu-navs {
    max-width: 60vw;
  }
}

@media (min-width: 601px) and (max-width: 700px) {
  .menu-navs {
    max-width: 50vw;
  }
}

@media (min-width: 601px) {
  .global-nav.is-top-menu .menu-navs {
    max-width: 75vw;
  }
  .others-navs {
    max-width: 20vw;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .global-nav.is-top-menu .others-navs {
    max-width: 22vw;
  }
  .gn-lng-switch {
    white-space: nowrap;
  }
}

.pf-nav {
  list-style: none;
}

@media (min-width: 601px) {
  .pf-nav {
    display: flex;
    flex-wrap: wrap;
  }
}

.pf-nav-item {
  position: relative;
  height: 188px;
  overflow: hidden;
}

@media (min-width: 601px) {
  .pf-nav-item {
    flex-basis: 50%;
    flex-grow: 1;
    height: 320px;
  }
}

@media (min-width: 601px) and (max-width: 1200px) {
  .pf-nav-item {
    flex-basis: 100%;
  }
}

.pf-nav-item a {
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 601px) {
  .pf-nav-item a:hover .pf-nav-item__title, .pf-nav-item a:hover .pf-nav-item__ar {
    opacity: .5;
  }
}

.pf-nav-item__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.pf-nav-item__img:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.35;
  pointer-events: none;
}

.pf-nav-item__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: normal;
  font-size: 24px;
  letter-spacing: .03em;
  line-height: 1;
  color: #f5f5f5;
  white-space: nowrap;
  pointer-events: none;
  transition: opacity .2s ease-in-out;
}

@media (min-width: 601px) {
  .pf-nav-item__title {
    font-size: 42.67px;
  }
  [lang="ja"] .pf-nav-item__title {
    font-size: 32px;
  }
}

.pf-nav-item__ar {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  pointer-events: none;
  transition: opacity .2s ease-in-out;
}

@media (min-width: 601px) {
  .pf-nav-item__ar {
    right: 40px;
  }
}

.t-pf {
  background: #F5F5F5;
  padding: 50px 10.6%;
}

@media (min-width: 601px) {
  .t-pf {
    padding: 0;
  }
}

.t-pf-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 22px 16px 31px;
  background: #fff;
  border: none;
  width: auto;
  height: auto;
}

@media (min-width: 601px) {
  .t-pf-btn {
    background: transparent;
  }
}

.t-pf-btn__txt {
  font-weight: bold;
  font-size: 14.22px;
  letter-spacing: .02em;
  line-height: 1;
  color: #000;
}

@media (min-width: 601px) {
  .t-pf-btn__txt--fg {
    font-weight: 500;
    font-size: 14.22px;
    letter-spacing: .02em;
    color: #fff;
  }
}

@media (min-width: 601px) {
  .t-pf-btn__txt--gt {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 601px) {
  .t-pf-btn--fg {
    width: 275px;
    height: 78px;
    border: 1px solid #D5D5D5;
    padding: 31px 42px 31px 75px;
    margin-top: 48px;
  }
}

@media (min-width: 601px) {
  .t-pf-btn--fg svg {
    fill: #fff;
  }
}

@media (min-width: 601px) {
  .t-pf-btn--gt {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }
}

@media (min-width: 601px) {
  .t-pf-btn__icon--gt {
    position: absolute;
    top: 50%;
    left: calc(50% + 224px);
    transform: translate(-50%, -50%);
  }
  .t-pf-btn__icon--gt:after {
    background: url("img/link-arrow_w.svg") center/contain no-repeat;
  }
}

@media (min-width: 601px) {
  .t-pf-fg {
    position: relative;
    background: url("img/info/kv.jpg") center/cover no-repeat;
  }
  .t-pf-fg:after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

@media (min-width: 601px) {
  .t-pf-fg__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 84px 0 74px;
    z-index: 2;
  }
}

.t-pf-fg__title {
  font-weight: bold;
  font-size: 25.6px;
  letter-spacing: .02em;
  line-height: 1.56;
  text-align: center;
  color: #fff;
}

.t-pf-fg__time {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .02em;
  line-height: 2;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}

.t-pf-gt {
  margin-top: 20px;
}

@media (min-width: 601px) {
  .t-pf-gt {
    margin-top: 0;
    background: #252525;
    height: 352px;
  }
}

@media (min-width: 601px) {
  .t-pf-gt__inner {
    width: 100%;
    height: 100%;
  }
}

.concept-page {
  padding: 46px 24px 88px;
}

@media (min-width: 601px) {
  .concept-page {
    padding: 142px 10% 191px;
  }
}

@media (min-width: 601px) and (max-width: 960px) {
  .concept-page {
    padding: 142px 5% 191px;
  }
}

@media (min-width: 601px) {
  .concept-top {
    display: flex;
  }
}

@media (min-width: 601px) {
  .concept-top__block {
    flex-basis: 50%;
  }
}

.concept-top__title {
  line-height: 1.76;
  letter-spacing: 0.15;
}

@media (min-width: 601px) {
  .concept-top__title {
    line-height: 1.56;
  }
}

.concept-top__title span {
  display: block;
}

.concept-top__txt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 2.14;
  margin-top: 42px;
}

@media (min-width: 601px) {
  .concept-top__txt {
    font-size: 16px;
    line-height: 2;
  }
}

.concept-top__txt p + p {
  margin-top: 2em;
}

.concept-top-imgs {
  margin-top: 32px;
}

@media (min-width: 601px) {
  .concept-top-imgs {
    width: 390px;
    flex-basis: 50%;
    margin-top: 79px;
    padding-right: 9.3%;
  }
}

.concept-top-imgs__item {
  position: absolute;
  top: 0;
  left: -34px;
  width: 100vw;
  height: 189px;
}

@media (min-width: 601px) {
  .concept-top-imgs__item {
    position: static;
    width: 100%;
    height: 0;
    padding-top: 66.6%;
  }
}

.concept-top-imgs__item--1 {
  background: url("/corporate/innovation_gallery/upload/img_top_section-concept_01.webp") center/cover no-repeat;
}

.concept-top-imgs__item--2 {
  /* background: url("/corporate/innovation_gallery/upload/img_concept_02.jpg") center/cover no-repeat; */
}

.concept-top-imgs__item-wrap {
  position: relative;
  height: 189px;
}

@media (min-width: 601px) {
  .concept-top-imgs__item-wrap {
    height: auto;
  }
}

.concept-top-imgs__item-wrap + .concept-top-imgs__item-wrap {
  margin-top: 8px;
}

@media (min-width: 601px) {
  .concept-top-imgs__item-wrap + .concept-top-imgs__item-wrap {
    margin-top: 30px;
  }
}

.concept-bip {
  margin-top: 60px;
}

@media (min-width: 601px) {
  .concept-bip {
    margin-top: 184px;
  }
}

.concept-bip__txt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 2.14;
  margin-top: 42px;
}

@media (min-width: 601px) {
  .concept-bip__txt {
    font-size: 16px;
    line-height: 2;
    margin-top: 40px;
    max-width: 660px;
  }
}

.concept-bip__txt p + p {
  margin-top: 2em;
}

.concept-bip-img {
  position: relative;
  height: 332px;
}

@media (min-width: 601px) {
  .concept-bip-img {
    height: 480px;
  }
}

.concept-bip-img__img {
  position: absolute;
  top: 0;
  left: -34px;
  width: 100vw;
  height: 332px;
  background: url("/corporate/innovation_gallery/upload/img_concept_03.png") center/cover no-repeat;
}

@media (min-width: 601px) {
  .concept-bip-img__img {
    left: calc((-10vw) + (-40px));
    width: 100vw;
    height: 480px;
  }
}

@media (min-width: 601px) and (min-width: 1661px) {
  .concept-bip-img__img {
    left: calc((-10vw) + ((100vw - 1660px) / -2));
  }
}

@media (min-width: 601px) and (max-width: 960px) {
  .concept-bip-img__img {
    left: calc((-5vw) + (-20px));
  }
}

.concept-bip-img__txt {
  position: absolute;
  bottom: 0;
  left: -34px;
  width: 100vw;
  padding: 44px 33px 19px;
  background: rgba(255, 255, 255, 0.9);
  font-weight: bold;
  line-height: 1.76;
}

@media (min-width: 601px) {
  .concept-bip-img__txt {
    left: calc((-10vw) + (-40px));
    width: auto;
    padding: 68px 17% 28px;
    letter-spacing: .02em;
  }
}

.concept-bip-img__txt span {
  display: block;
}

.concept-bip-slider {
  width: calc(100vw - 26px);
  transform: translateX(-9px);
  margin-top: 94px;
}

@media (min-width: 601px) {
  .concept-bip-slider {
    width: 100%;
    transform: none;
    margin-top: 100px;
  }
}

.concept-bip-slider .img-slider {
  width: 100%;
}

.concept-bip-area {
  list-style: none;
  margin-top: 64px;
}

@media (min-width: 601px) {
  .concept-bip-area {
    margin-top: 125px;
  }
}

.concept-bip-area-item {
  padding: 25px 0;
  border-bottom: 1px solid #d5d5d5;
}

@media (min-width: 601px) {
  .concept-bip-area-item {
    padding: 27px 0;
  }
}

.concept-bip-area-item__name {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: .025em;
  line-height: 1.375;
}

@media (min-width: 601px) {
  .concept-bip-area-item__name {
    display: inline-block;
    font-weight: normal;
    font-size: 25.6px;
    letter-spacing: .03em;
    line-height: 1.5;
  }
}

.concept-bip-area-item__date {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .02em;
  line-height: 1.16;
  color: #606060;
  margin-top: 10px;
}

@media (min-width: 601px) {
  .concept-bip-area-item__date {
    display: inline-block;
    vertical-align: text-top;
    font-size: 14.22px;
    margin-top: 0;
    margin-left: 25px;
  }
}

.concept-bip-area-item__desc {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .02em;
  line-height: 1.5;
  margin-top: 22px;
}

@media (min-width: 601px) {
  .concept-bip-area-item__desc {
    font-size: 14.22px;
  }
}

.et-s-page {
  padding: 50px 18px 0;
}

@media (min-width: 601px) {
  .et-s-page {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 103px 4.5% 0 10%;
  }
}

.et-s-sidenav-area {
  border-bottom: 1px solid #d5d5d5;
  margin: 0 10px;
}

@media (min-width: 601px) {
  .et-s-sidenav-area {
    margin: 0;
    flex-basis: 173px;
    flex-shrink: 0;
    margin-top: 75px;
    border: none;
  }
}

.et-s-sidenav + .et-s-sidenav {
  margin-top: 32px;
  padding-bottom: 37px;
}

@media (min-width: 601px) {
  .et-s-sidenav + .et-s-sidenav {
    margin-top: 64px;
  }
}

.et-s-sidenav-heading {
  position: relative;
}

.et-s-sidenav-heading__title {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #000;
}

.et-s-sidenav-heading__arr {
  position: absolute;
  width: 5px;
  height: 10px;
  top: 6px;
  right: 10px;
}

@media (min-width: 601px) {
  .et-s-sidenav-heading__arr {
    width: 60px;
    height: 60px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

@media (max-width: 600px) {
  .et-s-sidenav-heading__arr:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    width: 8px;
    height: 12px;
    background: url("img/chev.svg") center/contain no-repeat;
    transition: .3s;
  }
}

.et-s-sidenav-heading[aria-expanded="true"] .et-s-sidenav-heading__arr:after {
  transform: translate(-50%, -50%) rotate(270deg);
}

.et-s-sidenav-acc[aria-hidden="true"] {
  height: 0;
  padding-bottom: 0;
  overflow: hidden;
  opacity: 0;
}

@media (min-width: 601px) {
  .et-s-sidenav-acc--nc-pc {
    height: auto !important;
    overflow: visible !important;
    opacity: 1 !important;
  }
}

.et-s-sidenav-list-1 {
  list-style: none;
  padding-top: 21px;
}

@media (min-width: 601px) {
  .et-s-sidenav-list-1 {
    padding-top: 30px;
  }
}

.et-s-sidenav-list-1 li + li {
  margin-top: 17px;
}

@media (min-width: 601px) {
  .et-s-sidenav-list-1 li + li {
    margin-top: 19px;
  }
}

.et-s-sidenav-list-1__item {
  font-weight: normal;
  font-size: 14.22px;
  letter-spacing: 0.03em;
  line-height: 16px;
  text-align: left;
  padding-left: 1em;
}

@media (min-width: 601px) {
  .et-s-sidenav-list-1__item {
    font-size: 16px;
  }
}

.et-s-sidenav-list-2 {
  list-style: none;
  padding-top: 21px;
  padding-bottom: 10px;
}

.et-s-sidenav-list-2__item {
  font-weight: normal;
  font-size: 14.22px;
  letter-spacing: 0.03em;
  line-height: 16px;
  text-align: left;
  padding-left: 1em;
}

.has-child {
  position: relative;
  color: #606060;
  text-decoration: none;
  pointer-events: auto;
cursor:pointer;
}

.has-child span {
  display: block;
}

.has-child span:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  content: '';
  width: 7px;
  height: 6px;
  vertical-align: middle;
  background: url("img/chev-right.svg") center/contain no-repeat;
  transition: .3s;
}

.has-child[aria-expanded="true"] > span:before {
  transform: rotate(90deg);
}

@media (min-width: 601px) {
  .et-s-main-area {
    flex-basis: 780px;
  }
}

@media (min-width: 601px) {
  .et-s {
    margin-right: 7.5%;
  }
}

.et-s__date {
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #606060;
  margin-top: 34px;
}

@media (min-width: 601px) {
  .et-s__date {
    margin-top: 0;
    font-size: 16px;
  }
}

.et-s__title {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 2.35;
  color: #000;
  margin-top: 20px;
}

@media (min-width: 601px) {
  .et-s__title {
    font-size: 25.6px;
    margin-top: 40px;
    padding-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
  }
}

.et-s__main-img {
  position: relative;
  padding: 20px 0;
}

@media (min-width: 601px) {
  .et-s__main-img {
    width: 100%;
    position: static;
    padding: 64px 0 40px;
  }
  .et-s__main-img img {
    width: 100%;
  }
}

.et-s__h2 {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 2.6;
  color: #000;
}

@media (min-width: 601px) {
  .et-s__h2 {
    font-size: 18.28px;
  }
}

.et-s__h3 {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #000;
  padding: 5px 0;
}

@media (min-width: 601px) {
  .et-s__h3 {
    padding: 10px 0;
    padding-left: 1em;
    font-size: 16px;
  }
}

.et-s__txt {
  font-weight: medium;
  font-size: 13px;
  letter-spacing: 0.015em;
  line-height: 1.538;
  padding: 1em 0;
}

@media (min-width: 601px) {
  .et-s__txt {
    font-size: 16px;
    padding-left: 1em;
  }
}

.et-s__txt a {
text-decoration:underline;
}
@media (min-width: 601px) {
.et-s__txt a {
    transition: opacity .2s ease-in-out;
  }
.et-s__txt a:hover {
    opacity: .5;
  }
}

.et-s__img {
  position: relative;
  width: 100%;
  right: 0;
  padding: 20px 0;
  text-align: right;
}

@media (min-width: 601px) {
  .et-s__img img {
    width: 100%;
  }
}

.et-s-list {
  margin-left: 1em;
  padding: 1em 0;
}

@media (min-width: 601px) {
  .et-s-list {
    margin-left: 2em;
    padding: 1.5em 0;
  }
}

.et-s-list__item {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.538;
  color: #000;
}

@media (min-width: 601px) {
  .et-s-list__item {
    font-size: 16px;
  }
}

.et-s-list__item + .et-s-list__item {
  margin-top: 1.5em;
}

ul.et-s-list {
  list-style: none;
  margin-left: 0;
}

ul.et-s-list .et-s-list__item:before {
  content: '・';
}

.et-s-list--nb .et-s-list__item:before {
  display: none;
}

.et-s-foot {
  margin-top: 50px;
  padding: 15px 35px;
  background: #F5F5F5;
}

@media (min-width: 601px) {
  .et-s-foot {
    position: relative;
    margin-top: 44px;
    padding: 41px 7%;
  }
}

@media (min-width: 601px) and (min-width: 601px) and (max-width: 960px) {
  .et-s-foot {
    padding: 41px 4%;
  }
}

.et-s-foot-pager {
  display: flex;
  justify-content: space-between;
}

.et-s-foot-pager__item {
  display: flex;
  align-items: center;
  flex-basis: 50%;
}

.et-s-foot-pager__item--next {
  justify-content: flex-end;
}

.et-s-foot-pager__item--next span {
  text-align: right;
}

.et-s-foot-pager__item span {
  font-weight: normal;
  font-size: 10px;
  transform: scale(0.8);
  letter-spacing: 0.02em;
  color: #606060;
  padding: 0 16px;
}

@media (min-width: 601px) {
  .et-s-foot-pager__item span {
    transform: none;
    font-size: 18.28px;
    padding: 0 24px;
    width: 28vw;
  }
}

.et-s-foot-pager__btn {
  flex-shrink: 0;
}

.et-s-foot-btn {
  position: relative;
  display: block;
  width: 199px;
  height: 69px;
  border: 1px solid #d5d5d5;
  text-align: center;
  margin: 19px auto 0;
}

@media (min-width: 601px) {
  .et-s-foot-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
}

.et-s-foot-btn__txt {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 69px;
  vertical-align: middle;
  color: #606060;
}

.et-page {
  padding: 50px 18px 0;
}

@media (min-width: 601px) {
  .et-page {
    padding: 103px 10% 0;
  }
}

@media (min-width: 601px) and (max-width: 960px) {
  .et-page {
    padding: 103px 5% 0;
  }
}

.et-cat {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 600px) and (max-width: 374px) {
  .et-cat {
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
  }
}

@media (min-width: 601px) {
  .et-cat {
    justify-content: left;
  }
}

@media (min-width: 601px) and (max-width: 960px) {
  .et-cat {
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
  }
}

.et-cat__title {
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: .03em;
  line-height: 1;
}

@media (min-width: 601px) {
  .et-cat__title {
    font-size: 16px;
  }
}

.et-cat-list {
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}

@media (max-width: 600px) and (max-width: 374px) {
  .et-cat-list {
    margin-top: 20px;
    margin-left: 0;
  }
}

@media (min-width: 601px) {
  .et-cat-list {
    margin-left: 64px;
  }
}

@media (min-width: 601px) and (max-width: 960px) {
  .et-cat-list {
    margin-top: 30px;
    margin-left: 0;
  }
}

.et-cat-list__item {
  font-weight: normal;
  font-size: 10px;
  letter-spacing: .03em;
  line-height: 1.6;
  color: #606060;
  cursor: pointer;
}

@media (min-width: 601px) {
  .et-cat-list__item {
    font-size: 16px;
    white-space: nowrap;
  }
}

.et-cat-list__item + .et-cat-list__item:before {
  display: inline;
  vertical-align: middle;
  content: '/';
  font-size: 16px;
  margin: 0 7px;
  cursor: default;
}

@media (min-width: 601px) {
  .et-cat-list__item + .et-cat-list__item:before {
    margin: 0 24px;
  }
}

.et-cat-list__item[aria-selected="true"] {
  pointer-events: none;
}

.et-cat-list__item[aria-selected="true"] a {
  text-decoration: underline;
  color: #f00;
}

.et-main {
  margin-top: 54px;
}

@media (min-width: 601px) {
  .et-main {
    margin-top: 80px;
  }
}

.et-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

@media (min-width: 601px) {
  .et-list {
    margin: -64px -15px 0;
  }
  .et-list:after {
    content: "";
    display: block;
    flex-basis: calc(50% - 30px);
    margin: 0 15px;
    min-width: 230px;
    flex-grow: 2;
  }
}

.et-list-item {
  width: 100%;
  padding-bottom: 23px;
  border-bottom: 1px solid #d5d5d5;
}

@media (min-width: 601px) {
  .et-list-item {
    flex-basis: calc(50% - 30px);
    margin: 0 15px;
    flex-grow: 2;
    margin-top: 64px;
    padding-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .et-list-item + .et-list-item {
    margin-top: 37px;
  }
}

.et-list-item__img {
  position: relative;
  width: 100%;
  padding-top: 62.5%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.et-list-item__img-in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.et-list-item__cat {
  font-size: 11px;
  letter-spacing: .03em;
  line-height: 1.1;
  color: #f00;
  margin-top: 16px;
}

@media (min-width: 601px) {
  .et-list-item__cat {
    font-size: 14.22px;
    margin-top: 18px;
  }
}

.et-list-item__title {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: .02em;
  line-height: 1.5;
  min-height: 3em;
  margin-top: 8px;
}

@media (min-width: 601px) {
  .et-list-item__title {
    margin-top: 14px;
  }
}

.et-list-item__date {
  font-size: 11px;
  letter-spacing: 0.03em;
  line-height: 1.1;
  color: #606060;
  margin-top: 11px;
}

@media (min-width: 601px) {
  .et-list-item__date {
    font-size: 14.22px;
    margin-top: 18px;
  }
}

.et-list-item__date-hy {
  margin: 0 2px;
}

@media (min-width: 601px) and (min-width: 1425px) {
  .et-list-item {
    flex-grow: 0;
    flex-basis: calc(33% - 30px);
  }
}

@media (min-width: 601px) and (max-width: 987px) {
  .et-list-item {
    flex-grow: 0;
    flex-basis: calc(50% - 30px);
  }
}

@media (min-width: 601px) and (max-width: 830px) {
  .et-list-item {
    flex-grow: 0;
    flex-basis: 100%;
  }
}

.et-foot {
  width: calc(100vw - 34px);
  height: 75px;
  background: #f5f5f5;
  margin: 70px 0 0 auto;
}

@media (min-width: 601px) {
  .et-foot {
    width: calc(100vw - 86px - ((100vw - 86px) * 0.1 + 40px));
    height: 160px;
    margin-top: 80px;
    margin-left: calc(((100vw - 86px) * 0.1 + 40px));
  }
}

.et-foot-pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  padding: 0 35px;
}

@media (min-width: 601px) {
  .et-foot-pager {
    justify-content: left;
    height: 160px;
    padding: 0 14.28% 0 88px;
  }
}

@media (min-width: 601px) and (max-width: 800px) {
  .et-foot-pager {
    padding-right: 20px;
  }
}

.et-foot-pager__item {
  font-size: 15px;
}

@media (min-width: 601px) {
  .et-foot-pager__item {
    font-size: 25px;
  }
  .et-foot-pager__item + .et-foot-pager__item {
    margin-left: 64px;
  }
}

@media (min-width: 601px) and (max-width: 800px) {
  .et-foot-pager__item + .et-foot-pager__item {
    margin-left: 30px;
  }
}

.et-foot-pager__item--current {
  text-decoration: underline;
  color: #f00;
  pointer-events: none;
}

@media (min-width: 601px) {
  .et-foot-pager .extend {
    margin: 0 60px;
  }
}

.et-foot-pager__btn {
  font-size: 0;
}

.et-foot-pager__btn-prev {
  transform: rotate(180deg);
  margin-right: 64px;
}

@media (max-width: 800px) {
  .et-foot-pager__btn-prev {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 601px) {
  .et-foot-pager__btn-next {
    margin: 0 0 0 auto;
  }
}

.fl-guide-page {
  padding: 46px 24px 62px;
}

@media (min-width: 601px) {
  .fl-guide-page {
    padding: 142px 10% 243px;
  }
}

@media (min-width: 601px) {
  .fl-guide-top {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 700px) and (min-width: 601px) {
  .fl-guide-top {
    justify-content: left;
    flex-direction: column;
  }
}

.fl-guide-top-flex {
display:flex;
flex-wrap:wrap;
margin-left:-12px;
}

@media (min-width: 601px) {
  .fl-guide-top__block {
    flex-basis: 60%;
  }
}

.fl-guide-top__title {
  line-height: 1.76;
  letter-spacing: 0.15;
}

@media (min-width: 601px) {
  .fl-guide-top__title {
    line-height: 1.56;
  }
}

.fl-guide-top__title span {
  display: block;
}

@media (min-width: 601px) and (max-width: 960px) {
  .fl-guide-top__title span {
    display: inline;
  }
}

.fl-guide-top__txt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 2.14;
  margin-top: 30px;
}

@media (max-width: 600px) {
.fl-guide-top-flex {
flex-direction:column;
align-items:center;
}
}
@media (min-width: 601px) {
  .fl-guide-top__txt {
    font-size: 16px;
    line-height: 2;
    margin-top: 40px;
  }
}

.fl-guide-top__txt p + p {
  margin-top: 2em;
}

.fl-guide-top__btn {
  margin: 38px 12px 0;
}

.fl-guide-vr__btn {
  margin: 16px 12px 0;
}

@media (min-width: 601px) {
  .fl-guide-top__btn {
    margin: 32px 12px 0;
    max-width: 100%;
  }
  .fl-guide-vr__btn {
    margin: 32px 12px 0;
    max-width: 100%;
  }
}

.fl-guide-top__leaflet {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.87;
  color: #000;
  margin: 20px 0;
}

@media (min-width: 601px) {
  .fl-guide-top__leaflet {
    margin: 40px 0;
  }
}

.fl-guide-top__leaflet a {
  display: inline-block;
  text-decoration: underline;
}

.fl-guide-top__leaflet span {
  display: inline-block;
}

.fl-guide-top-nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  min-width: calc(100% + 12px);
  margin-top: 20px;
  transform: translateX(-7px);
}

@media (min-width: 601px) {
  .fl-guide-top-nav {
    flex-direction: column;
    justify-content: left;
    transform: none;
    width: 31.25%;
    min-width: 193px;
    margin-top: 160px;
    padding-left: 20px;
  }
}

@media (max-width: 700px) and (min-width: 601px) {
  .fl-guide-top-nav {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
}

@media (max-width: 374px) {
  .fl-guide-top-nav {
    flex-direction: column;
    justify-content: left;
  }
}

.fl-guide-top-nav-item {
  width: calc(50% - 18px);
  margin-top: 30px;
}

@media (max-width: 374px) {
  .fl-guide-top-nav-item {
    width: 100%;
  }
}

@media (min-width: 601px) {
  .fl-guide-top-nav-item {
    width: 100%;
    margin-top: 38px;
  }
}

.fl-guide-top-nav-item__desc {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .03em;
  line-height: 1.3;
  color: #606060;
}

@media (min-width: 601px) {
  .fl-guide-top-nav-item__desc {
    font-weight: 500;
    font-size: 14.22px;
    letter-spacing: .03em;
  }
}

.fl-guide-top-nav-item__head {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: .02em;
  line-height: 1.3;
  color: #000;
  margin-top: 3px;
  padding-top: 10px;
  border-top: 2px solid #000;
}

@media (min-width: 601px) {
  .fl-guide-top-nav-item__head {
    font-size: 18.28px;
    margin-top: 12px;
    padding-top: 20px;
  }
}

.fl-guide-top-nav-item__head:after {
  position: absolute;
  top: 13px;
  right: 12px;
  display: block;
  content: '';
  background: url("img/chev.svg") center/contain no-repeat;
  width: 8px;
  height: 12px;
  transform: rotate(90deg);
}

@media (min-width: 601px) {
  .fl-guide-top-nav-item__head:after {
    top: 23px;
  }
}

.fl-guide-main {
  margin-top: 40px;
}

@media (min-width: 601px) {
  .fl-guide-main {
    position: relative;
    margin-top: -48px;
    z-index: -1;
  }
}

@media (min-width: 601px) and (max-width: 960px) {
  .fl-guide-main {
    margin-top: 0;
  }
}

@media (max-width: 700px) and (min-width: 601px) {
  .fl-guide-main {
    margin-top: 50px;
  }
}

.fg-item {
  position: relative;
  padding-top: 122px;
}

@media (min-width: 601px) {
  .fg-item {
    padding-top: 235px;
  }
}

.fg-item + .fg-item {
  margin-top: 60px;
}

@media (min-width: 601px) {
  .fg-item + .fg-item {
    margin-top: 120px;
  }
}

.fg-item__num {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: normal;
  font-size: 125px;
  line-height: 1;
  letter-spacing: .03em;
  color: #d5d5d5;
}

@media (min-width: 601px) {
  .fg-item__num {
    font-size: 256px;
    left: -36px;
  }
}

.fg-item__sub {
  position: absolute;
  top: 68px;
  left: 9px;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: .03em;
  line-height: 1.18;
  color: #f00;
}

@media (min-width: 601px) {
  .fg-item__sub {
    font-size: 14.22px;
    top: 155px;
    left: 3px;
  }
}

.fg-item__heading {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: .02em;
  line-height: 1;
}

@media (min-width: 601px) {
  .fg-item__heading {
    font-size: 25.6px;
  }
}

.fg-item__desc {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 2.14;
  margin-top: 16px;
}

@media (min-width: 601px) {
  .fg-item__desc {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 2;
    max-width: 660px;
    margin-top: 30px;
  }
}

.fg-item__slider {
  width: calc(100vw - 26px);
  transform: translateX(-9px);
  margin-top: 30px;
}

@media (min-width: 601px) {
  .fg-item__slider {
    width: 100%;
    transform: none;
    margin-top: 50px;
  }
}

.fg-item__slider .img-slider {
  width: 100%;
}

.modal-overlay {
  width: 100vw;
  height: 120vh;
  max-height: 100%;
  background: #000;
  opacity: .6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  cursor: pointer;
  pointer-events: auto;
  transition: opacity .3s;
}

.map-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  padding: 5vh 0;
  z-index: 1000;
  overflow: scroll;
  pointer-events: auto;
  cursor: pointer;
  transition: opacity .3s;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.map-modal::-webkit-scrollbar {
  display: none;
}

@media (min-width: 601px) {
  .map-modal {
    width: 60vw;
    height: 100vh;
    padding: 5vh 0;
  }
}

@media (min-width: 601px) and (max-width: 960px) {
  .map-modal {
    width: 90vw;
    height: 100vh;
    padding: 5vh 0;
  }
}

.map-modal__heading {
  font-weight: normal;
  font-size: 30px;
  line-height: 1;
  letter-spacing: .03em;
  color: #d5d5d5;
  padding-left: 1em;
  margin-bottom: 10px;
}

.map-modal__contents img {
  padding: 15px;
  background: #fff;
}

@media (min-width: 601px) {
  .map-modal__contents img {
    padding: 50px;
  }
}

.map-modal__contents img + img {
  margin-top: 20px;
}

@media (min-width: 601px) {
  .map-modal__contents img + img {
    margin-top: 50px;
  }
}

img + .map-modal__heading {
  margin-top: 30px;
}

@media (min-width: 601px) {
  img + .map-modal__heading {
    margin-top: 40px;
  }
}

.modal-overlay[aria-hidden="true"], .map-modal[aria-hidden="true"] {
  cursor: default;
  pointer-events: none;
  opacity: 0;
}

.gallery-page {
  padding: 24px 8px 69px;
}

@media (min-width: 601px) {
  .gallery-page {
    padding: 87px 3% 92px;
  }
}

@media (min-width: 601px) and (max-width: 960px) {
  .gallery-page {
    padding: 87px 5% 92px;
  }
}

.g-box-row {
  display: flex;
  flex-direction: column;
  margin: 0 -5px;
  transition: opacity .3s;
}

@media (min-width: 601px) {
  .g-box-row {
    flex-direction: row;
    margin: 0 -7.5px;
  }
}

.g-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media (min-width: 601px) {
  .g-box {
    width: 50%;
  }
}

.g-box__item {
  position: relative;
  width: calc(50% - 5px*2);
  padding-top: 50%;
  margin: 5px;
  overflow: hidden;
  cursor: pointer;
}

@media (min-width: 601px) {
  .g-box__item {
    width: calc(50% - 7.5px*2);
    margin: 7.5px;
    padding-top: 50%;
  }
}

.g-box__item-in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.g-box__item--l {
  width: 100%;
  padding-top: 100%;
}

@media (min-width: 601px) {
  .g-box__item--l {
    width: calc(100% - 7.5px*2);
    padding-top: 100%;
  }
}

@media (min-width: 601px) {
  .g-box-row--3col .g-box {
    width: 25%;
  }
}

@media (min-width: 601px) {
  .g-box-row--3col .g-box--l {
    width: 50%;
  }
}

.g-box-row--3col .g-box__item {
  padding-top: 100%;
}

@media (min-width: 601px) {
  .g-box-row--3col .g-box__item {
    width: calc(100% - 7.5px*2);
  }
}

@media (min-width: 601px) {
  .g-box-row--4col .g-box {
    width: 100%;
  }
}

.g-box-row--4col .g-box__item {
  width: calc(25% - 7.5px*2);
  padding-top: 25%;
}

@media (max-width: 600px) {
  .g-box-2a .g-box__item:nth-child(1) {
    order: 2;
  }
  .g-box-2a .g-box__item:nth-child(2) {
    order: 3;
  }
  .g-box-2a .g-box__item:nth-child(3) {
    order: 1;
  }
  .g-box-3a .g-box__item {
    padding-top: 50%;
  }
  .g-box-3b {
    order: 3;
  }
  .g-box-3b .g-box__item {
    width: 100%;
  }
  .g-box-3c {
    order: 2;
  }
  .g-box-3c .g-box__item {
    padding-top: 50%;
  }
  .g-box-4 .g-box__item {
    width: calc(50% - 5px*2);
    padding-top: 50%;
  }
}

.gallery-readmore {
  margin: 50px auto 0;
}

@media (min-width: 601px) {
  .gallery-readmore {
    margin: 73.5px auto 0;
  }
}

.g-box-row--hide {
  opacity: 0;
}

.gallery-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  overflow: scroll;
  pointer-events: auto;
  cursor: pointer;
  transition: opacity .3s;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.gallery-modal::-webkit-scrollbar {
  display: none;
}

@media (min-width: 601px) {
  .gallery-modal {
    width: 60vw;
    height: 100vh;
  }
}

@media (min-width: 601px) and (max-width: 960px) {
  .gallery-modal {
    width: 90vw;
    height: 100vh;
  }
}

.gallery-modal__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-overlay[aria-hidden="true"], .gallery-modal[aria-hidden="true"] {
  cursor: default;
  pointer-events: none;
  opacity: 0;
}

.gu-tour-page {
  padding: 40px 26px 30px 28px;
}

@media (min-width: 601px) {
  .gu-tour-page {
    padding: 88px 12.16% 89px;
  }
}

@media (min-width: 601px) and (max-width: 960px) {
  .gu-tour-page {
    padding: 88px 5% 89px;
  }
}

.gu-tour-list dt {
  font-weight: bold;
  letter-spacing: .02em;
  line-height: 2.6;
}

@media (min-width: 601px) {
  .gu-tour-list dt {
    padding-top: 16px;
  }
}

.gu-tour-list dd {
  letter-spacing: .02em;
  line-height: 1.53;
  margin-top: 3px;
  padding-bottom: 42px;
}

@media (min-width: 601px) {
  .gu-tour-list dd {
    line-height: 2;
    margin-top: 12px;
    padding-left: 1em;
    padding-bottom: 28px;
  }
}

.gu-tour-list dd + dt {
  padding-top: 16px;
  border-top: 1px solid #d5d5d5;
}

@media (min-width: 601px) {
  .gu-tour-list dd + dt {
    border: none;
  }
}

.gu-tour-calendar {
  position: relative;
  width: 100%;
  height: 600px;
}

@media (min-width: 601px) {
  .gu-tour-calendar {
    height: 500px;
  }
}

.gu-tour-calendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gu-tour-calendar-wrap {
  max-width: 974px;
  margin: 0 auto;
}

.information-page {
  padding: 112px 146px;
}

@media screen and (max-width: 900px) {
  .information-page {
    padding: 45px 28px;
  }
}

@media (min-width: 601px) and (max-width: 960px) {
  .information-page {
    padding: 112px 5%;
  }
}

.information-visit {
  margin-top: 0;
}

.information-container {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  padding: 48px 0;
  width: 100%;
  border-bottom: 1px solid #D5D5D5;
}

.information-container .line {
  text-decoration: underline;
}

@media screen and (max-width: 900px) {
  .information-container {
    padding: 23px 0 25px;
  }
}

.information-container__head {
  margin-bottom: 27px;
}

@media screen and (max-width: 900px) {
  .information-container__head {
    margin-bottom: 13px;
  }
}

.information-container__head-2 {
  font-weight: bold;
  line-height: 2.3;
}

.information-container__contents {
  padding: 0 22px;
}

@media screen and (max-width: 900px) {
  .information-container__contents {
    padding: 0;
  }
}

.information-container__btn {
  width: 275px;
  margin: 20px auto 30px;
}

@media (min-width: 601px) {
  .information-container__btn {
    margin: 25px auto 35px;
  }
}

.information-container__desc {
  line-height: 2;
}

.information-container__desc--mb {
  margin-bottom: 15px;
}

@media screen and (max-width: 900px) {
  .information-container__desc--mb {
    margin-bottom: 13px;
  }
}

.information-container__desc--mt {
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .information-container__desc--mt {
    margin-top: 28px;
  }
}

.information-container__desc a {
  text-decoration: underline;
}

.information-container--guide-tour {
  position: relative;
  height: 126px;
  padding: 0;
}

@media (max-width: 600px) {
  .information-container--guide-tour {
    height: 63px;
  }
}

.information-container--guide-tour__head {
  position: absolute;
  left: 0;
  top: 50px;
}

@media (max-width: 600px) {
  .information-container--guide-tour__head {
    top: 22px;
  }
}

.information-container--guide-tour__btn {
  position: absolute;
  right: 22px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

@media screen and (max-width: 900px) {
  .information-container--guide-tour__btn {
    right: 0;
  }
}

.information-heading {
  margin-bottom: 28px;
}

@media screen and (max-width: 900px) {
  .information-heading {
    margin-bottom: 19px;
  }
}

.information-heading--facility {
  margin-top: 56px;
}

@media screen and (max-width: 900px) {
  .information-heading--facility {
    margin-top: 26px;
  }
}

.information-map {
  position: relative;
  width: calc(100%+44px);
  height: 0;
  padding-top: 42.9846%;
  margin: 22px -22px;
}

@media screen and (max-width: 900px) {
  .information-map {
    width: 100%;
    margin: 12px auto;
  }
}

.information-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.information-map-img {
  margin-bottom: 40px;
  max-width: 1080px;
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .information-map-img {
    width: 90%;
    margin-bottom: 20px;
  }
}

.information-floormap {
  display: block;
  max-width: 1080px;
  margin: 0 auto;
}

.information-floormap + .information-floormap {
  margin-top: 60px;
}

@media screen and (max-width: 900px) {
  .information-floormap + .information-floormap {
    margin-top: 30px;
  }
}

.action-area {
  padding: 20px 16px 0;
  background: #F5F5F5;
}

@media (min-width: 601px) {
  .action-area {
    padding: 40px 70px 0;
  }
}

.action-area--info {
  background: transparent;
  padding: 0;
}

.action {
  border: 1px solid #FF0000;
  padding: 0 21px;
  background: #fff;
}

@media (min-width: 601px) {
  .action {
    padding: 0 40px;
  }
}

.action__heading {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: .02em;
  line-height: 1.53;
  color: #000;
  padding: 20px 0;
  cursor: pointer;
}

@media (min-width: 601px) {
  .action__heading {
    padding: 40px 90px 40px 0;
    font-size: 18.28px;
  }
}

.action__heading p {
  margin-left: 13px;
}

.action__heading-btn {
  position: absolute;
  width: 44px;
  height: 44px;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  top: 28px;
  right: 0;
}

@media (min-width: 601px) {
  .action__heading-btn {
    width: 60px;
    height: 60px;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
  }
}

.action__heading-btn:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 8px;
  height: 12px;
  background: url("img/chev.svg") center/contain no-repeat;
  transition: .3s;
}

.action__content {
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .02em;
  line-height: 1.53;
  color: #000;
  transition: opacity .3s, height 0s;
}

@media (min-width: 601px) {
  .action__content {
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 2;
  }
}

.action__heading[aria-expanded="true"] .action__heading-btn:after {
  transform: translate(-50%, -50%) rotate(270deg);
}

.action__content[aria-hidden="true"] {
  height: 0;
  padding-bottom: 0;
  overflow: hidden;
  opacity: 0;
}

.top-concept {
  padding-top: 71.3px;
}

@media (min-width: 601px) {
  .top-concept {
    padding-top: 116px;
  }
}

.top-concept__btn {
  margin: 29px auto 0;
}

@media (min-width: 601px) {
  .top-concept__btn {
    margin: 48px 0 0;
  }
}

.top-concept-title {
  height: 40.9px;
}

@media (min-width: 601px) {
  .top-concept-title {
    height: 112px;
  }
}

.top-concept-title__txt {
  position: relative;
}

.top-concept-title__txt img {
  width: 580.9px;
  height: 40.89px;
  max-width: initial;
  margin-left: 31px;
}

@media (min-width: 601px) {
  .top-concept-title__txt img {
    width: 1588px;
    height: 112px;
    margin-left: 200px;
  }
}

.top-concept-main {
  margin-top: 50.5px;
}

@media (min-width: 601px) {
  .top-concept-main {
    margin-top: 116px;
    display: flex;
    flex-direction: row-reverse;
    padding-left: 5.46%;
  }
}

.top-concept-img {
  height: 450px;
  background: url("/corporate/innovation_gallery/upload/img_top_section-concept_01.webp") center/cover no-repeat;
}

@media (min-width: 601px) {
  .top-concept-img {
    height: 0;
    padding-top: calc(56% * 0.66);
    flex-grow: 1;
  }
}

.top-concept-txt {
  margin-top: 28.5px;
  padding: 0 8% 0 9%;
}

@media (min-width: 601px) {
  .top-concept-txt {
    margin-top: 36px;
    padding: 0 3.9% 0 0;
    flex-basis: 38.28%;
    flex-shrink: 0;
  }
}

.top-concept-txt__title {
  font-weight: bold;
  font-size: 0;
  letter-spacing: .02em;
  line-height: 1.57;
}

.top-concept-txt__title span {
  display: inline-block;
  font-size: 19px;
}

@media (min-width: 601px) {
  .top-concept-txt__title span {
    font-size: 25.6px;
  }
}

.top-concept-txt__desc {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 2.14;
  margin-top: 20.5px;
}

@media (min-width: 601px) {
  .top-concept-txt__desc {
    font-size: 16px;
    margin-top: 50px;
  }
}

.top-floor {
  padding: 54px 0 59px;
}

@media (min-width: 601px) {
  .top-floor {
    padding: 158px 0 140px 5.46%;
  }
}

.top-floor__heading {
  font-weight: normal;
  font-size: 38px;
  letter-spacing: .03em;
  line-height: 1.26;
  padding-left: 3.73%;
}

@media (min-width: 601px) {
  .top-floor__heading {
    font-weight: normal;
    font-size: 60px;
    color: #000;
    padding-left: 0;
  }
}

.top-floor__btn {
  margin: 30px auto 0;
}

@media (min-width: 601px) {
  .top-floor__btn {
    margin: 36px 0 0;
    max-width: 100%;
  }
}

.top-floor-nav {
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin-top: 18px;
}

@media (min-width: 601px) {
  .top-floor-nav {
    justify-content: left;
    margin-top: 33px;
  }
}

@media screen and (min-width: 601px) and (max-width: 900px) {
  .top-floor-nav {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 13px;
  }
}

@media (min-width: 601px) {
  .top-floor-nav-item {
    flex-basis: 260px;
  }
  .top-floor-nav-item + .top-floor-nav-item {
    margin-left: 2.7%;
  }
}

@media screen and (min-width: 601px) and (max-width: 900px) {
  .top-floor-nav-item {
    flex-basis: auto;
    width: calc(50% - 2.7%);
    margin-top: 20px;
  }
  .top-floor-nav-item + .top-floor-nav-item {
    margin-left: 0;
  }
}

.top-floor-nav-item__ja {
  transition: color .3s;
}

@media (min-width: 601px) {
  .top-floor-nav-item__ja {
    position: relative;
    font-weight: 500;
    font-size: 14.22px;
    letter-spacing: .0em;
    line-height: 2.81;
    color: #bcbcbc;
    padding-bottom: 2px;
  }
  .top-floor-nav-item__ja:before {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: #bcbcbc;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: color .3s, background-color .3s;
  }
  .top-floor-nav-item__ja:after {
    display: block;
    content: '';
    width: 0;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.top-floor-nav-item__en {
  font-weight: normal;
  font-size: 10px;
  letter-spacing: .0em;
  line-height: 1.45;
  color: #bcbcbc;
  transition: color .3s;
}

@media (min-width: 601px) {
  .top-floor-nav-item__en {
    font-weight: normal;
    font-size: 18.28px;
    padding-top: 18px;
  }
}

.top-floor-nav-item {
  cursor: pointer;
}

.top-floor-nav-item[aria-selected="true"] {
  pointer-events: none;
}

.top-floor-nav-item[aria-selected="true"] .top-floor-nav-item__ja {
  color: #606060;
}

.top-floor-nav-item[aria-selected="true"] .top-floor-nav-item__ja:before {
  background: #bcbcbc;
  transition: background-color 0s;
}

.top-floor-nav-item[aria-selected="true"] .top-floor-nav-item__ja:after {
  display: block;
  content: '';
  width: 100%;
  transition: width .3s;
}

.top-floor-nav-item[aria-selected="true"] .top-floor-nav-item__en {
  color: #000;
}

.top-floor-nav-item[aria-selected="false"]:hover .top-floor-nav-item__ja {
  color: #606060;
}

.top-floor-nav-item[aria-selected="false"]:hover .top-floor-nav-item__ja:before {
  background: #000;
}

.top-floor-nav-item[aria-selected="false"]:hover .top-floor-nav-item__en {
  color: #000;
}

.top-floor-nav-item[aria-selected="false"]:hover .top-floor-nav-item__en:before {
  background: #000;
}

.top-floor-main {
  position: relative;
  margin-top: 14px;
}

@media (min-width: 601px) {
  .top-floor-main {
    margin-top: 77px;
  }
}

.tf-item {
  opacity: 1;
  transition: opacity .3s;
}

@media (min-width: 601px) {
  .tf-item {
    display: flex;
    flex-direction: row-reverse;
  }
}

.tf-item[aria-hidden="true"] {
  opacity: 0;
  height: 0;
  z-index: -99;
  pointer-events: none;
}

@media (min-width: 601px) {
  .tf-item-slider {
    width: 59.6%;
  }
}

.img-slider--tf {
  height: 250px;
}

@media (min-width: 601px) {
  .img-slider--tf {
    height: 480px;
  }
}

@media (max-width: 600px) {
  .img-slider--tf .img-slider__item {
    width: 100vw !important;
  }
}

.img-slider--tf .img-slider__dots {
  padding-left: 18px;
}

@media (min-width: 601px) {
  .img-slider--tf .img-slider__dots {
    padding-left: 0;
  }
}

.img-slider--tf .img-slider__arr {
  bottom: auto;
  right: 0;
  top: 0;
}

.img-slider--tf .img-slider__arr--prev {
  transform: translate(-200%, 0);
  left: -10%;
}

.img-slider--tf .img-slider__arr--next {
  transform: translate(-100%, 0);
  left: -8%;
}

.tf-item-txt {
  position: relative;
  padding: 0 9.33%;
  margin-top: 77px;
}

@media (min-width: 601px) {
  .tf-item-txt {
    flex-basis: 40.4%;
    flex-shrink: 0;
    padding: 0 4.13% 0 0;
    margin-top: 139px;
  }
}

.tf-item-txt__num {
  font-weight: normal;
  font-size: 110px;
  letter-spacing: .03em;
  line-height: 1;
  color: #d5d5d5;
  position: absolute;
  top: -40px;
  left: 16px;
  z-index: -1;
}

@media (min-width: 601px) {
  .tf-item-txt__num {
    font-size: 310px;
    top: -220px;
    left: 10px;
  }
}

.tf-item-txt__heading {
  display: inline-block;
  font-weight: normal;
  font-size: 25.6px;
  letter-spacing: .02em;
  line-height: 1.56;
  padding-left: 2em;
}

@media (min-width: 601px) {
  .tf-item-txt__heading {
    padding-left: 0;
  }
}

.tf-item-txt__sub {
  display: inline-block;
  font-weight: 500;
  font-size: 14.22px;
  letter-spacing: .03em;
  line-height: 1.12;
  color: #f00;
  margin-left: 7px;
  padding-left: 4em;
}

@media (min-width: 601px) {
  .tf-item-txt__sub {
    padding-left: 0;
  }
}

.tf-item-txt__sub:before {
  display: inline;
  content: '/ ';
  margin-right: 2px;
}

.tf-item-txt__desc {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 2.14;
  margin-top: 14px;
}

@media (min-width: 601px) {
  .tf-item-txt__desc {
    font-size: 16px;
    line-height: 2;
    margin-top: 27px;
  }
}

.top-gallery {
  padding-bottom: 55px;
}

@media (min-width: 601px) {
  .top-gallery {
    padding-bottom: 44px;
  }
}

.top-gallery__desc {
  font-size: 0;
  padding: 0 4.8%;
  text-align: center;
  margin-top: 25px;
}

@media (min-width: 601px) {
  .top-gallery__desc {
    margin-top: 72px;
  }
}

.top-gallery__desc span {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 2.14;
}

.top-gallery__btn {
  margin: 21px auto 0;
}

@media (min-width: 601px) {
  .top-gallery__btn {
    margin-top: 72px;
  }
}

.top-gallery-imgs {
  height: 225px;
}

.top-gallery-imgs + .top-gallery-imgs {
  margin-top: 40px;
}

@media all and (-ms-high-contrast: none) {
  .top-gallery-imgs .slick-slide {
    max-height: 225px;
  }
}

@media all and (-ms-high-contrast: none) {
  .top-gallery-imgs .slick-list {
    max-height: 100%;
  }
}

.top-kv {
  position: relative;
  padding-top: 54px;
  background: #D5D5D5;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 601px) {
  .top-kv {
    padding-top: 0;
  }
}

.top-kv__inner {
  width: 100%;
  padding-top: 41.6666%;
  background: url("img/poster.png") center/cover no-repeat;
}

.top-kv video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

.top-kv-head {
  position: absolute;
  bottom: 24px;
  left: 21px;
}

@media (min-width: 601px) {
  .top-kv-head {
    bottom: 61px;
    left: 37px;
  }
}

.top-kv-head__logo {
  display: inline-block;
  vertical-align: bottom;
  width: 93.74px;
}

@media (min-width: 601px) {
  .top-kv-head__logo {
    width: 131.23px;
  }
}

.top-kv-head__title {
  display: inline-block;
  vertical-align: bottom;
  width: 140px;
  margin-left: 22px;
}

@media (min-width: 601px) {
  .top-kv-head__title {
    width: 195.86px;
    margin-left: 30.8px;
  }
}

.top-topics-area {
  background: #F5F5F5;
}

.top-topics {
  position: relative;
  padding-top: 38px;
  padding-left: 0;
  padding-bottom: 76px;
}

@media (min-width: 601px) {
  .top-topics {
    padding-top: 78px;
    padding-left: 70px;
    padding-bottom: 120px;
  }
}

@media (min-width: 601px) and (min-width: 1520px) {
  .top-topics {
    padding-left: 0;
  }
}

.top-topics__heading {
  padding-top: 22px;
  border-top: 2px solid #000;
  font-weight: bold;
  font-size: 18.28px;
  letter-spacing: .02em;
  line-height: 1;
  width: 89.6%;
  margin-left: 6.4%;
}

@media (min-width: 601px) {
  .top-topics__heading {
    padding-top: 16px;
    width: 360px;
    margin-left: 0;
  }
}

.top-topics__btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

@media (min-width: 601px) {
  .top-topics__btn {
    left: auto;
    right: 70px;
    transform: translate(0, 50%);
  }
}

.top-topics-list {
  margin-top: 35px;
}

@media (min-width: 601px) {
  .top-topics-list {
    margin-top: 46px;
  }
}

@media (max-width: 600px) {
  .top-topics-list .slick-track {
    margin-left: 6.4%;
  }
}

@media (min-width: 601px) {
  .top-topics-list .slick-list {
    overflow: visible !important;
  }
}

.et-list-item--top {
  width: 221px;
  margin: 0 12.5px;
}

@media (min-width: 601px) {
  .et-list-item--top {
    width: 360px;
    margin: 0 15px;
  }
}

.et-list-item--top + .et-list-item--top {
  margin-top: 0;
}

.et-list-item__img--top {
  height: 138px;
}

@media (min-width: 601px) {
  .et-list-item__img--top {
    height: 225px;
  }
}

/* 01/29 追加 */
.concept-interview {
  margin-top: 73px;
}

@media (min-width: 601px) {
  .concept-interview {
    margin-top: 127px;
  }
}

.concept-interview__txt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 2.14;
  color: #000;
}

@media (min-width: 601px) {
  .concept-interview__txt {
    font-size: 16px;
  }
}

.concept-interview-box {
  margin-top: 59px;
  padding: 40px 24px 48px;
  background: #f5f5f5;
}

@media (min-width: 601px) {
  .concept-interview-box {
    margin-top: 77px;
    padding: 40px 40px 48px;
  }
}

.concept-interview-box + .concept-interview-box {
  margin-top: 32px;
}

.concept-interview-box__head {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: .02em;
  line-height: 1;
  color: #000;
}

.concept-interview-box__main {
  margin-top: 26px;
}

@media (min-width: 601px) {
  .concept-interview-box__main {
    display: flex;
  }
}

.concept-interview-box__txt {
  font-weight: 500;
  font-size: 14.22px;
  letter-spacing: .02em;
  line-height: 1.75;
}

@media (min-width: 601px) {
  .concept-interview-box__txt {
    padding-right: 26px;
  }
}

.concept-interview-box__desc {
  color: #000;
}

.concept-interview-box__desc-2 {
  color: #606060;
  margin-top: 14px;
}

.concept-interview-box__img-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 270px;
  margin: 26px auto 0;
}

@media (min-width: 601px) {
  .concept-interview-box__img-wrap {
    flex-basis: 264px;
    flex-shrink: 0;
    min-width: 264px;
    margin: 0;
  }
}

@media (min-width: 601px) {
  .concept-interview-box__img-wrap--axis {
    margin-top: -40px;
  }
}

.concept-interview-box__img--moment {
  width: 122px;
}

.concept-interview-box__img--axis {
  max-width: 100%;
}


@media (max-width: 600px) {
  .forpc {
    display: none !important;
  }
}

@media (min-width: 601px) {
  .forsp {
    display: none !important;
  }
}

/* 企業フッター */
#footerLinks li a {
font-size:14px !important;
}
@media screen and (max-width: 979px) {
#footer {
min-width:320px !important;
}
}



/* === 20240628 add =========================================== */

.et-entry-body h2 {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 2.6;
  color: #000;
}

@media (min-width: 601px) {
  .et-entry-body h2 {
    font-size: 18.28px;
  }
}

.et-entry-body h3 {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #000;
  padding: 5px 0;
}

@media (min-width: 601px) {
  .et-entry-body h3 {
    padding: 10px 0;
    padding-left: 1em;
    font-size: 16px;
  }
}

.et-entry-body p {
  font-weight: medium;
  font-size: 13px;
  letter-spacing: 0.015em;
  line-height: 1.538;
  padding: 1em 0;
}

@media (min-width: 601px) {
  .et-entry-body p {
    font-size: 16px;
    padding-left: 1em;
  }
}

.et-entry-body p a {
text-decoration:underline;
}
@media (min-width: 601px) {
.et-entry-body p a {
    transition: opacity .2s ease-in-out;
  }
.et-entry-body p a:hover {
    opacity: .5;
  }
}

.et-entry-body figure {
  position: relative;
  width: 100%;
  right: 0;
  padding: 20px 0;
  text-align: right;
}
.et-entry-body figure img {
  width: 100%;
}
.et-entry-body figure figcaption {
  margin-top: 10px;
}

@media (min-width: 601px) {
  .et-entry-body figure {
    width: 100%;
  }
}

.et-entry-body ul,
.et-entry-body ol {
  margin-left: 1em;
  padding: 1em 0;
}

@media (min-width: 601px) {
  .et-entry-body ul,
  .et-entry-body ol {
    margin-left: 2em;
    padding: 1.5em 0;
  }
}

.et-entry-body li {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.538;
  color: #000;
}

@media (min-width: 601px) {
  .et-entry-body li {
    font-size: 16px;
  }
}

.et-entry-body li + li {
  margin-top: 0.5em;
}

.et-entry-body ul {
  list-style: none;
  margin-left: 0;
}

.et-entry-body ul > li:before {
  content: '・';
}
