@charset "UTF-8";

/* ==========================================
  top CSS
============================================= */


/* common
========================================== */
body {
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
/* SP */
@media screen and (max-width: 768px) {
  body {
    background-image: url(../images/bg_sp.png);
  }
  #l-main {
    padding-bottom: 0;
  }
}



#p-loading {
  background: var(--color-white);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  height: 100dvh;
  transition: opacity .6s ease-in-out;
  width: 100vw;
  z-index: 10000;
}
.p-loading__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-inline: var(--value-80);
  height: 100%;
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1.5s ease-in-out;
  width: 100%;
}
.p-loading__inner > p img {
  width: 357px;  
}
#p-loading.active .p-loading__inner {
  opacity: 1;
  filter: blur(0px);
}
#p-loading.fadeout {
  opacity: 0;
  pointer-events: none;
}
/* SP */
@media screen and (max-width: 768px) {
  .p-loading__inner {
    padding-inline: var(--value-18);
  }
  .p-loading__inner > p img {
    width: calc(180 / 375 * 100vw);
  }
}



/* keyvisual
========================================== */
.l-keyvisual {
  overflow: hidden;
  position: relative;
}
.l-keyvisual h1 {
  opacity: 0;
  transition: opacity .6s ease-in-out;
  position: absolute;
  top: calc(48 / 1440 * 100vw);
  left: calc(44 / 1440 * 100vw);
  width: calc(293 / 1440 * 100vw);
  z-index: 2;
}
.l-keyvisual h1.fadein {
  opacity: 1;
}
.l-keyvisual h1 img {
  transition: .6s all;
  width: 100%;
}
.l-keyvisual__slider {
  height: calc(620 / 1440 * 100vw);
  margin-inline: auto;
  position: relative;
  width: 100%;
}
.l-keyvisual__slider_inner {
  height: 100%;
  width: 100%;
}
.l-keyvisual__slider_item {
  height: 100%;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .6s ease-in-out;
  width: 100%;
}
.l-keyvisual__slider_item.current {
  opacity: 1;
  pointer-events: initial;
}
.l-keyvisual__slider_item .piece {
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  filter: blur(4px);
  transform: scale(1.5);
}
.l-keyvisual__slider_item .frame {
  border: calc(17 / 1440 * 100vw) solid transparent;
  border-image-source: url(../images/bg02.png) ;
  border-image-slice: 17;
  border-image-width: calc(17 / 1440 * 100vw);
}
/*
.l-keyvisual__slider_item .frame:before {
  box-sizing: border-box;
  border: calc(17 / 1440 * 100vw) solid rgba(255,255,255,0.7);
  content: "";
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  z-index: 1;
}
*/

/* PC */
@media screen and (min-width: 769px), print {
  .l-keyvisual__slider_item.slide01 .image1 {
    height: calc(620 / 1440 * 100vw);
    top: 0;
    left: calc(230 / 1440 * 100vw);
    width: calc(733 / 1440 * 100vw);
    transform: translateY(-110%);
  }
  .l-keyvisual__slider_item.slide01 .image2 {
    height: calc(268 / 1440 * 100vw);
    bottom: calc(68 / 1440 * 100vw);
    left: calc(-33 / 1440 * 100vw);
    width: calc(439 / 1440 * 100vw);
    transform: translateX(-120%) translateY(120%);
  }
  .l-keyvisual__slider_item.slide01 .image3 {
    height: calc(366 / 1440 * 100vw);
    top: calc(47 / 1440 * 100vw);
    right: 0;
    width: calc(314 / 1440 * 100vw);
    transform: translateX(120%) translateY(-120%);
  }
  .l-keyvisual__slider_item.slide01 .image4 {
    height: calc(159 / 1440 * 100vw);
    bottom: 0;
    right: calc(154 / 1440 * 100vw);
    width: calc(241 / 1440 * 100vw);
    transform: translateX(160%) translateY(160%);
  }

  .l-keyvisual__slider_item.slide02 .image1 {
    height: calc(620 / 1440 * 100vw);
    top: 0;
    right: 0;
    width: calc(1054 / 1440 * 100vw);
    transform: translateY(-110%);
  }
  .l-keyvisual__slider_item.slide02 .image2 {
    height: calc(333 / 1440 * 100vw);
    bottom: calc(38 / 1440 * 100vw);
    left: 0;
    width: calc(281 / 1440 * 100vw);
    transform: translateX(-120%) translateY(120%);
  }
  .l-keyvisual__slider_item.slide02 .image3 {
    height: calc(238 / 1440 * 100vw);
    top: calc(-31 / 1440 * 100vw);
    left: calc(237.666 / 1440 * 100vw);
    width: calc(547 / 1440 * 100vw);
    transform: translateX(-120%) translateY(-120%);
  }
  .l-keyvisual__slider_item.slide02 .image4 {
    height: calc(173 / 1440 * 100vw);
    bottom: calc(7 / 1440 * 100vw);
    right: calc(-20 / 1440 * 100vw);
    width: calc(446 / 1440 * 100vw);
    transform: translateX(120%) translateY(120%);
  }

  .l-keyvisual__slider_item.slide03 .image1 {
    height: calc(620 / 1440 * 100vw);
    top: 0;
    left: calc(136 / 1440 * 100vw);
    width: calc(893 / 1440 * 100vw);
    transform: translateY(-110%);
  }
  .l-keyvisual__slider_item.slide03 .image2 {
    height: calc(226 / 1440 * 100vw);
    top: calc(57 / 1440 * 100vw);
    right: calc(-75 / 1440 * 100vw);
    width: calc(727 / 1440 * 100vw);
    transform: translateX(120%) translateY(-120%);
  }
  .l-keyvisual__slider_item.slide03 .image3 {
    height: calc(298 / 1440 * 100vw);
    bottom: 0;
    right: calc(75 / 1440 * 100vw);
    width: calc(256 / 1440 * 100vw);
    transform: translateX(120%) translateY(120%);
  }

  .l-keyvisual__slider_item.slide04 .image1 {
    height: calc(620 / 1440 * 100vw);
    top: 0;
    left: calc(302 / 1440 * 100vw);
    width: calc(1023 / 1440 * 100vw);
    transform: translateY(-110%);
  }
  .l-keyvisual__slider_item.slide04 .image2 {
    height: calc(286 / 1440 * 100vw);
    bottom: calc(63 / 1440 * 100vw);
    left: calc(-17 / 1440 * 100vw);
    width: calc(454 / 1440 * 100vw);
    transform: translateX(-120%) translateY(120%);
  }
  .l-keyvisual__slider_item.slide04 .image3 {
    height: calc(242 / 1440 * 100vw);
    top: calc(87.666 / 1440 * 100vw);
    right: calc(-31 / 1440 * 100vw);
    width: calc(487 / 1440 * 100vw);
    transform: translateX(120%) translateY(-120%);
  }

  .l-keyvisual__slider_item.slide05 .image1 {
    height: calc(529 / 1440 * 100vw);
    bottom: 0;
    left: 0;
    width: calc(1045 / 1440 * 100vw);
    transform: translateY(-130%);
  }
  .l-keyvisual__slider_item.slide05 .image2 {
    height: calc(327 / 1440 * 100vw);
    bottom: calc(45 / 1440 * 100vw);
    right: 0;
    width: calc(281 / 1440 * 100vw);
    transform: translateX(120%) translateY(120%);
  }
  .l-keyvisual__slider_item.slide05 .image3 {
    height: calc(278 / 1440 * 100vw);
    top: calc(-55 / 1440 * 100vw);
    left: calc(471 / 1440 * 100vw);
    width: calc(771 / 1440 * 100vw);
    transform: translateX(120%) translateY(-120%);
  }

  .l-keyvisual__slider_item.slide06 .image1 {
    height: calc(620 / 1440 * 100vw);
    top: 0;
    left: calc(390 / 1440 * 100vw);
    width: calc(982 / 1440 * 100vw);
    transform: translateY(-110%);
  }
  .l-keyvisual__slider_item.slide06 .image2 {
    height: calc(327 / 1440 * 100vw);
    bottom: calc(47 / 1440 * 100vw);
    left: 0;
    width: calc(281 / 1440 * 100vw);
    transform: translateX(-120%) translateY(120%);
  }
  .l-keyvisual__slider_item.slide06 .image3 {
    height: calc(236 / 1440 * 100vw);
    top: calc(185 / 1440 * 100vw);
    right: calc(-76.666 / 1440 * 100vw);
    width: calc(546 / 1440 * 100vw);
    transform: translateX(120%) translateY(-120%);
  }
}


/* 共通パーツスタイル */
.l-keyvisual__slider_item.current .piece {
  animation: appear 1.5s forwards;
}
.l-keyvisual__slider_item .piece img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + calc(34 / 1440 * 100vw));
  width: calc(100% + calc(34 / 1440 * 100vw));
  max-width: initial;
}
.l-keyvisual__slider_item .piece.frame img {
  height: 100%;
}
.l-keyvisual__slider_item.current .piece img {
  animation: slideImg 6s forwards;
}
.l-keyvisual__slider_item.current.fadeout .piece {
  filter: blur(0);
  transform: translate(0,0) scale(1);
  animation: fadeOut 1s forwards;
}
/* パーツごとに出現順をずらす */
.l-keyvisual__slider_item .piece:nth-child(1) { animation-delay: 0s; }
.l-keyvisual__slider_item .piece:nth-child(2) { animation-delay: 0.25s; }
.l-keyvisual__slider_item .piece:nth-child(3) { animation-delay: 0.5s; }
.l-keyvisual__slider_item .piece:nth-child(4) { animation-delay: 0.75s; }

.l-keyvisual__slider_item.current.fadeout .piece:nth-child(1) { animation-delay: 0s; }
.l-keyvisual__slider_item.current.fadeout .piece:nth-child(2) { animation-delay: 0.25s; }
.l-keyvisual__slider_item.current.fadeout .piece:nth-child(3) { animation-delay: 0.5s; }
.l-keyvisual__slider_item.current.fadeout .piece:nth-child(4) { animation-delay: 0.75s; }

/* 出現アニメーション */
@keyframes appear {
  60% { transform: translate(0,0) scale(1); }
  100% { transform: translate(0,0) scale(1); filter: blur(0px); }
}
/* 横流れアニメーション */
@keyframes slideImg {
  0% { transform: translateX(calc(-34 / 1440 * 100vw)); }
  100% { transform: translateX(0); }
}
/* フェードアウトアニメーション */
@keyframes fadeOut {
  to { opacity: 0; transform: scale(0.8); filter: blur(8px); }
}

/* SP */
@media screen and (max-width: 768px) {
  .l-keyvisual h1 {
    top: calc(31 / 375 * 100vw);
    left: calc(23 / 375 * 100vw);
    width: calc(158 / 375 * 100vw);
  }
  .l-keyvisual h1.color-white img {
    filter: brightness(0) invert(1);
  }
  .l-keyvisual__slider {
    height: calc(620 / 375 * 100vw);
  }
  .l-keyvisual__slider_item .frame {
    border-width: calc(7 / 375 * 100vw);
    border-image-slice: 7;
    border-image-width: calc(7 / 375 * 100vw);
  }
  .l-keyvisual__slider_item.slide01 .image1 {
    height: calc(353 / 375 * 100vw);
    top: calc(141 / 375 * 100vw);
    left: 0;
    width: calc(330 / 375 * 100vw);
    transform: translateY(-150%);
  }
  .l-keyvisual__slider_item.slide01 .image2 {
    height: calc(129 / 375 * 100vw);
    bottom: calc(50 / 375 * 100vw);
    left: calc(-82 / 375 * 100vw);
    width: calc(259 / 375 * 100vw);
    transform: translateX(-120%) translateY(120%);
  }
  .l-keyvisual__slider_item.slide01 .image3 {
    height: calc(190 / 375 * 100vw);
    top: calc(-8 / 375 * 100vw);
    right: calc(-4 / 375 * 100vw);
    width: calc(153 / 375 * 100vw);
    transform: translateX(120%) translateY(-120%);
  }
  .l-keyvisual__slider_item.slide01 .image4 {
    height: calc(101 / 375 * 100vw);
    bottom: 0;
    right: calc(-4 / 375 * 100vw);
    width: calc(144 / 375 * 100vw);
    transform: translateX(160%) translateY(160%);
  }

  .l-keyvisual__slider_item.slide02 .image1 {
    height: calc(395 / 375 * 100vw);
    top: calc(150 / 375 * 100vw);
    left: calc(-34 / 375 * 100vw);
    width: calc(423.5 / 375 * 100vw);
    transform: translateY(-150%);
  }
  .l-keyvisual__slider_item.slide02 .image2 {
    height: calc(139.5 / 375 * 100vw);
    bottom: calc(-10 / 375 * 100vw);
    left: calc(-34 / 375 * 100vw);
    width: calc(227.5 / 375 * 100vw);
    transform: translateX(-120%) translateY(120%);
  }
  .l-keyvisual__slider_item.slide02 .image3 {
    height: calc(226 / 375 * 100vw);
    top: calc(-97 / 375 * 100vw);
    right: calc(-3 / 375 * 100vw);
    width: calc(216.5 / 375 * 100vw);
    transform: translateX(-120%) translateY(-120%);
  }

  .l-keyvisual__slider_item.slide03 .image1 {
    height: calc(503 / 375 * 100vw);
    top: calc(56 / 375 * 100vw);
    left: calc(-3 / 375 * 100vw);
    width: calc(352.5 / 375 * 100vw);
    transform: translateY(-150%);
  }
  .l-keyvisual__slider_item.slide03 .image2 {
    height: calc(176 / 375 * 100vw);
    top: calc(-23 / 375 * 100vw);
    right: calc(-54 / 375 * 100vw);
    width: calc(274 / 375 * 100vw);
    transform: translateX(120%) translateY(-120%);
  }
  .l-keyvisual__slider_item.slide03 .image3 {
    height: calc(182 / 375 * 100vw);
    bottom: calc(-15 / 375 * 100vw);
    right: calc(-3 / 375 * 100vw);
    width: calc(151 / 375 * 100vw);
    transform: translateX(120%) translateY(120%);
  }

  .l-keyvisual__slider_item.slide04 .image1 {
    height: calc(572.5 / 375 * 100vw);
    top: 0;
    left: 0;
    width: calc(349.5 / 375 * 100vw);
    transform: translateY(-150%);
  }
  .l-keyvisual__slider_item.slide04 .image2 {
    height: calc(125 / 375 * 100vw);
    bottom: calc(-10 / 375 * 100vw);
    left: calc(-35 / 375 * 100vw);
    width: calc(190.5 / 375 * 100vw);
    transform: translateX(-120%) translateY(120%);
  }
  .l-keyvisual__slider_item.slide04 .image3 {
    height: calc(126 / 375 * 100vw);
    top: calc(152 / 375 * 100vw);
    right: calc(-170.5 / 375 * 100vw);
    width: calc(364 / 375 * 100vw);
    transform: translateX(120%) translateY(-120%);
  }

  .l-keyvisual__slider_item.slide05 .image1 {
    height: calc(433.5 / 375 * 100vw);
    bottom: calc(-4 / 375 * 100vw);
    left: calc(-120 / 375 * 100vw);
    width: calc(429 / 375 * 100vw);
    transform: translateY(-150%);
  }
  .l-keyvisual__slider_item.slide05 .image2 {
    height: calc(177 / 375 * 100vw);
    bottom: calc(45 / 375 * 100vw);
    right: calc(-10 / 375 * 100vw);
    width: calc(151 / 375 * 100vw);
    transform: translateX(120%) translateY(120%);
  }
  .l-keyvisual__slider_item.slide05 .image3 {
    height: calc(188 / 375 * 100vw);
    top: calc(-5 / 375 * 100vw);
    right: calc(-161 / 375 * 100vw);
    width: calc(460.5 / 375 * 100vw);
    transform: translateX(120%) translateY(-120%);
  }

  .l-keyvisual__slider_item.slide06 .image1 {
    height: calc(575.5 / 375 * 100vw);
    top: 0;
    left: calc(54 / 375 * 100vw);
    width: calc(294 / 375 * 100vw);
    transform: translateY(-150%);
  }
  .l-keyvisual__slider_item.slide06 .image2 {
    height: calc(177 / 375 * 100vw);
    bottom: calc(-5 / 375 * 100vw);
    left: calc(-5 / 375 * 100vw);
    width: calc(151.5 / 375 * 100vw);
    transform: translateX(-120%) translateY(120%);
  }
  .l-keyvisual__slider_item.slide06 .image3 {
    height: calc(148.5 / 375 * 100vw);
    top: calc(161.888 / 375 * 100vw);
    right: calc(-38.666 / 375 * 100vw);
    width: calc(288 / 375 * 100vw);
    transform: translateX(120%) translateY(-120%);
  }
  
  /* 共通パーツスタイル */
  .l-keyvisual__slider_item .piece img {
    height: calc(100% + calc(14 / 375 * 100vw));
    width: calc(100% + calc(14 / 375 * 100vw));
  }
  /* 横流れアニメーション */
  @keyframes slideImg {
    0% { transform: translateX(calc(-14 / 375 * 100vw)); }
    100% { transform: translateX(0); }
  }
}





/* section
========================================== */
.l-section__title {
  font-size: var(--fs-50);
  line-height: 1;
}
.l-section__title .text-english {
  color: var(--color-gray7);
  display: block;
  font-family: var(--ff-EBGaramond);
  font-size: var(--fs-20);
  letter-spacing: 0.02em;
  margin-bottom: var(--value-12);
}
.l-section__summaryText {
  font-family: var(--ff-YuGothic);
  margin-top: var(--value-28);
}
.l-section__summaryText + * {
  margin-top: var(--value-32) !important;
}
/* PC */
@media screen and (min-width: 769px), print {
  .l-section__inner {
    margin-inline: auto;
    max-width: calc(1160 / 1440 * 100vw);
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .l-section__title {
    font-size: var(--fs-26);
    line-height: calc(32 / 26);
  }
  .l-section__title .text-english {
    font-size: var(--fs-14);
    margin-bottom: var(--value-4);
  }
  .l-section__summaryText {
    font-size: var(--fs-14);
    margin-top: var(--value-12);
  }
  .l-section__summaryText + * {
    margin-top: var(--value-16) !important;
  }
}




/* introduction
========================================== */
.l-section--introduction {
  position: relative;
  padding-bottom: var(--value-90);
}
.l-section--introduction .p-introduction-messageBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: var(--value-200);
  padding-bottom: var(--value-100);
  position: relative;
}
.l-section--introduction .p-introduction-messageBlock__decoration {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
  width: 100vw;
}
.l-section--introduction .p-introduction-messageBlock__decoration_inner {
  height: 100%;
  overflow: hidden;
  transition: all 3s cubic-bezier(0, 0, 0.2, 1);
  width: 0;
}
.l-section--introduction .is-active .p-introduction-messageBlock__decoration_inner {
  width: 100%;
}
.l-section--introduction .p-introduction-messageBlock__decoration img {
  max-height: 349px;
  max-width: 100vw;
  min-width: 100vw;
}
.l-section--introduction .p-introduction-linkButton > p {
  border: 1px solid #5E5F65;
  border-radius: 50%;
  height: 235px;
  margin-inline: auto;
  overflow: hidden;
  width: 235px;
}
.l-section--introduction .p-introduction-linkButton > p a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--fs-20);
  font-family: var(--ff-YuGothic);
  height: 100%;
  line-height: calc(20 / 14);
  position: relative;
  text-align: center;
  width: 100%;
}
.l-section--introduction .p-introduction-linkButton > p a span {
  display: inline-block;
  padding-bottom: var(--value-24);
  position: relative;
  z-index: 2;
}
.l-section--introduction .p-introduction-linkButton > p a:after,
.l-section--introduction .p-introduction-linkButton > p a span:after {
  content: "";
  position: absolute;
}
.l-section--introduction .p-introduction-linkButton > p a:after {
  background: #043C79;
  border-radius: 50%;
  display: block;
  isolation: isolate;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: transform 1400ms cubic-bezier(0.16, 1, 0.3, 1),border-radius .5s cubic-bezier(0.16, 1, 0.3, 1);
  transform: rotate(15deg) translateY(115%);
  z-index: 1;
}
.l-section--introduction .p-introduction-linkButton > p a span:after {
  background-image: url(/common/images/icon_arrow_right_gray_l.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 7px;
  transition: 0.4s all;
  width: 37px;
  z-index: 2;
}
.l-section--introduction .p-introduction-contentsBlock {
  margin-top: var(--value-140);
}
.l-section--introduction .p-introduction-contentsBlock__item {
  height: 252px;
  overflow: hidden;
  position: relative;
}
.l-section--introduction .p-introduction-contentsBlock__item > a {
  display: block;
  height: 100%;
  width: 100%;
}
.l-section--introduction .p-introduction-contentsBlock__item .item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 100%;
  transition: transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
}
.l-section--introduction .p-introduction-contentsBlock__item .item-text {
  color: var(--color-white);
  position: absolute;
  bottom: var(--value-24);
  left: 0;
  padding-inline: var(--value-24);
  width: 100%;
  z-index: 1;
}
.l-section--introduction .p-introduction-contentsBlock__item .text-english {
  font-family: var(--ff-EBGaramond);
  font-size: var(--fs-16);
  line-height: calc(18 / 16);
  letter-spacing: 0.02em;
  margin-bottom: var(--value-8);
}
.l-section--introduction .p-introduction-contentsBlock__item .text-title {
  font-size: var(--fs-40);
  line-height: 1;
}
.l-section--introduction .p-introduction-contentsBlock__item .c-icon-arrow {
  height: 47px;
  position: absolute;
  right: var(--value-24);
  bottom: 0;
  width: 47px;
}
/* PC */
@media screen and (min-width: 769px), print {
  .l-section--introduction {
    padding-top: var(--value-100);
  }
  .l-section--introduction .p-introduction-messageBlock__inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row-reverse;
    height: 100%;
  }
  .l-section--introduction .p-introduction-messageBlock__text > div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex-direction: row-reverse;
    font-size: var(--fs-18);
    line-height: 2;
    letter-spacing: 0.1em;
    margin-inline: var(--value-24);
  }
  .l-section--introduction .p-introduction-messageBlock__text p {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: pre;
  }
  /*
  .l-section--introduction .p-introduction-messageBlock__text p .quote {
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
  */
  .l-section--introduction .p-introduction-linkButton {
    margin-top: var(--value-80);
  }
  .l-section--introduction .p-introduction-linkButton > p:hover {
    border-color: #003A7A;
  }
  .l-section--introduction .p-introduction-linkButton > p a:hover {
    opacity: 1;
  }
  .l-section--introduction .p-introduction-linkButton > p a:hover span {
    color: var(--color-white);
  }
  .l-section--introduction .p-introduction-linkButton > p a:hover:after {
    border-radius: 0%;
    transform: rotate(0) translateY(0);
  }
  .l-section--introduction .p-introduction-linkButton > p a:hover span:after {
    background-image: url(/common/images/icon_arrow_right_white_l.svg);
  }
  .l-section--introduction .p-introduction-contentsBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-inline: auto;
    max-width: calc(1160 / 1440 * 100vw);
  }
  .l-section--introduction .p-introduction-contentsBlock__item {
    height: calc(252 / 1440 * 100vw);
    width: calc(572 / 1440 * 100vw);
  }
  .l-section--introduction .p-introduction-contentsBlock__item > a:hover {
    opacity: 1;
  }
  .l-section--introduction .p-introduction-contentsBlock__item > a:hover .item-image img {
    transform: translate(-50%,-50%) scale(1.05);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px), print {
  .l-section--introduction .p-introduction-contentsBlock__item .text-title {
    font-size: calc(40 / 1440 * 100vw);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px), print {
  .l-section--introduction .p-introduction-linkButton > p {
    border-width: calc(1 / 1240 * 100vw);
    height: calc(235 / 1240 * 100vw);
    width: calc(235 / 1240 * 100vw);
  }
  .l-section--introduction .p-introduction-linkButton > p a span:after {;
    height: calc(7 / 1240 * 100vw);
    width: calc(37 / 1240 * 100vw);
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .l-section--introduction {
    padding-bottom: var(--value-40);
  }
  .l-section--introduction .p-introduction-messageBlock {
    margin-inline: calc(-1 * var(--value-10));
    padding-top: var(--value-60);
    padding-bottom: var(--value-40);
  }
  .l-section--introduction .p-introduction-messageBlock__text {
    line-height: calc(26 / 16);
    text-align: center;
  }
  .l-section--introduction .p-introduction-messageBlock__text:nth-of-type(n+2) {
    margin-top: var(--value-24);
  }
  .l-section--introduction .p-introduction-messageBlock__decoration {
    top: 50%;
    left: 50%;
    width: 100vw;
  }
  .l-section--introduction .p-introduction-messageBlock__decoration img {
    max-width: 100vw;
  }
  .l-section--introduction .p-introduction-linkButton > p {
    border-width: calc(1 / 375 * 100vw);
    height: calc(143 / 375 * 100vw);
    width: calc(143 / 375 * 100vw);
  }
  .l-section--introduction .p-introduction-linkButton > p a {
    font-size: var(--fs-12);
  }
  .l-section--introduction .p-introduction-linkButton > p a span:after {
    height: 5px;
    width: 25px;
  }
  .l-section--introduction .p-introduction-contentsBlock {
    margin-top: var(--value-60);
  }
  .l-section--introduction .p-introduction-contentsBlock__item {
    height: calc(165 / 375 * 100vw);
  }
  .l-section--introduction .p-introduction-contentsBlock__item:nth-of-type(n+2) {
    margin-top: var(--value-6);
  }
  .l-section--introduction .p-introduction-contentsBlock__item .item-text {
    bottom: var(--value-16);
    padding-inline: var(--value-12);
  }
  .l-section--introduction .p-introduction-contentsBlock__item .text-english {
    font-size: var(--fs-12);
    line-height: calc(16 / 12);
    margin-bottom: var(--value-4);
  }
  .l-section--introduction .p-introduction-contentsBlock__item .text-title {
    font-size: var(--fs-22);
  }
  .l-section--introduction .p-introduction-contentsBlock__item .c-icon-arrow {
    height: 40px;
    right: var(--value-12);
    width: 40px;
  }
}



/* topmessage
========================================== */
.l-section--topmessage {
  padding-top: var(--value-90);
  padding-bottom: var(--value-100);
}
.l-section--topmessage .l-section__title .text-english {
  padding-left: var(--value-14);
}
.p-topmessage-contentsBlock__item {
  overflow: hidden;
}
.p-topmessage-contentsBlock__item > a {
  display: block;
  position: relative;
}
.p-topmessage-contentsBlock__item .item-image {
  overflow: hidden;
  position: relative;
}
.p-topmessage-contentsBlock__item .item-image img {
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 100%;
  transition: transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
}
.p-topmessage-contentsBlock__item .text-position,
.p-topmessage-contentsBlock__item .text-name {
  font-family: var(--ff-YuGothic);
}
.p-topmessage-contentsBlock__item .text-position {
  font-size: var(--fs-14);
  line-height: calc(22 / 14);
}
.p-topmessage-contentsBlock.pickup .p-topmessage-contentsBlock__item .text-title {
  font-size: var(--fs-40);
  line-height: calc(56 / 40);
  margin-bottom: var(--value-24);
}
.p-topmessage-contentsBlock.normal {
  margin-top: var(--value-40);
}
.p-topmessage-contentsBlock.normal > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.p-topmessage-contentsBlock.normal .p-topmessage-contentsBlock__item .item-image {
  height: calc(140 / 1440 * 100vw);
}
/* PC */
@media screen and (min-width: 769px), print {
  .l-section--topmessage .l-section__summaryText {
    margin-left: var(--value-14);
  }
  .p-topmessage-contentsBlock.pickup {
    margin-inline: calc(-140 / 1440 * 100vw);
    width: calc(100% + calc(280 / 1440 * 100vw));
  }
  .p-topmessage-contentsBlock.pickup .p-topmessage-contentsBlock__item {
    height: calc(420 / 1440 * 100vw);
    width: 100%;
  }
  .p-topmessage-contentsBlock.pickup .p-topmessage-contentsBlock__item > a {
    height: 100%;
    width: 100%;
  }
  .p-topmessage-contentsBlock.pickup .p-topmessage-contentsBlock__item .item-image {
    height: 100%;
  }
  .p-topmessage-contentsBlock.pickup .p-topmessage-contentsBlock__item .item-text {
    color: var(--color-white);
    position: absolute;
    bottom: calc(56 / 1440 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    width: calc(1160 / 1440 * 100vw);
    z-index: 2;
  }
  .p-topmessage-contentsBlock.pickup .p-topmessage-contentsBlock__item .text-name {
    font-size: var(--fs-24);
    line-height: 1;
    margin-top: var(--value-12);
  }
  .p-topmessage-contentsBlock.normal .p-topmessage-contentsBlock__item {
    width: calc(220 / 1160 * 100%);
  }
  .p-topmessage-contentsBlock.normal .p-topmessage-contentsBlock__item .item-text {
    margin-top: var(--value-12);
  }
  .p-topmessage-contentsBlock.normal .p-topmessage-contentsBlock__item .text-name {
    font-size: var(--fs-20);
    line-height: calc(24 / 20);
    margin-top: var(--value-8);
  }
  .p-topmessage-contentsBlock__item > a:hover {
    opacity: 1;
  }
  .p-topmessage-contentsBlock__item > a:hover .item-image img {
    transform: translate(-50%,-50%) scale(1.05);
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .l-section--topmessage {
    padding-block: var(--value-40);
  }
  .l-section--topmessage .l-section__summaryText {
    margin-left: var(--value-6);
  }
  .l-section--topmessage .l-section__title .text-english {
    padding-left: var(--value-6);
  }
  .p-topmessage-contentsBlock {
    margin-inline: calc(-1 * var(--value-18));
    width: calc(100% + calc(var(--value-18) * 2));
  }
  .p-topmessage-contentsBlock__item .item-text {
    margin-top: var(--value-10);
  }
  .p-topmessage-contentsBlock__item .text-position {
    font-size: var(--fs-12);
    line-height: calc(16 / 12);
  }
  .p-topmessage-contentsBlock__item .text-name {
    font-size: var(--fs-18);
    line-height: 1;
    margin-top: var(--value-6);
  }
  .p-topmessage-contentsBlock.pickup .p-topmessage-contentsBlock__item .item-image {
    height: calc(226 / 375 * 100vw);
  }
  .p-topmessage-contentsBlock.pickup .p-topmessage-contentsBlock__item .item-text {
    padding-inline: var(--value-18);
  }
  .p-topmessage-contentsBlock.pickup .p-topmessage-contentsBlock__item .text-title {
    color: var(--color-white);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: var(--fs-20);
    height: calc(226 / 375 * 100vw);
    line-height: calc(28 / 20);
    margin: 0;
    position: absolute;
    top: 0;
    left: calc(18 / 375 * 100vw);
    z-index: 1;
  }
  .p-topmessage-contentsBlock.normal {
    margin-top: var(--value-20);
  }
  .p-topmessage-contentsBlock.normal .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  .p-topmessage-contentsBlock.normal > div {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .p-topmessage-contentsBlock.normal .p-topmessage-contentsBlock__item {
    margin-right: 0 !important;
  }
  .p-topmessage-contentsBlock.normal .p-topmessage-contentsBlock__item:nth-of-type(n+2) {
    margin-left: calc(8 / 375 * 100vw);
  }
  .p-topmessage-contentsBlock.normal .p-topmessage-contentsBlock__item .item-image {
    height: calc(155 / 375 * 100vw);
  }
}



/* solution
========================================== */
.l-section--solution {
  padding-top: var(--value-100);
  padding-bottom: var(--value-50);
}
.l-section--solution .l-section__title .text-english {
  padding-left: var(--value-10);
}
.p-solution-contentsBlock__item {
  position: relative;
}
.p-solution-contentsBlock__item > a {
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
}
.p-solution-contentsBlock__item .item-image img {
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 100%;
  /*transition: transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);*/
  width: 100%;
  z-index: -1;
}
.p-solution-contentsBlock__item .item-text .text-information {
  font-size: calc(16 / 1920 * 100vw);
  font-family: var(--ff-YuGothic);
}
.p-solution-contentsBlock__item .item-text .text-title {
  font-size: calc(40 / 1920 * 100vw);
  line-height: calc(56 / 40);
  margin-top: var(--value-4);
}
/* PC */
@media screen and (min-width: 769px), print {
  .l-section--solution .l-section__summaryText {
    margin-left: var(--value-10);
  }
  .p-solution-contentsBlock {
    display: flex;
    flex-wrap: nowrap;
    height: calc(610 / 1440 * 100vw);
    margin-inline: calc(calc(-140 / 1440 * 100vw) - 4px);
    width: calc(calc(100% + calc(280 / 1440 * 100vw)) + 8px);
  }
  .p-solution-contentsBlock__item .item-text {
    opacity: 0;
    transition: 0.4s all;
    color: var(--color-white);
    width: 100%;
    padding-inline: var(--value-80);
    padding-bottom: var(--value-48);
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    z-index: 1;
  }
  .p-solution-contentsBlock__item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: 4px;
    width: calc(24 / 1440 * 100%);
  }
  .is-loaded .p-solution-contentsBlock__item {
    transition: 0.8s cubic-bezier(0.6, 0, 0, 1);
  }
  .p-solution-contentsBlock__item .item-text .text-information {
    margin-bottom: var(--value-4);
  }
  /*
  .p-solution-contentsBlock__item.is-disabled {
    pointer-events: none;
  }
  */
  .p-solution-contentsBlock__item.is-near {
    width: calc(60 / 1440 * 100%);
  }
  .p-solution-contentsBlock__item.is-far {
    width: calc(44 / 1440 * 100%);
  }
  .p-solution-contentsBlock__item:hover,
  .p-solution-contentsBlock__item.is-active {
    width: calc(1140 / 1440 * 100%) !important;
  }
  .p-solution-contentsBlock__item:not(.is-active) > a {
    pointer-events: none;
  }
  .p-solution-contentsBlock__item:hover .item-text,
  .p-solution-contentsBlock__item.is-active .item-text {
    opacity: 1;
    transition-delay: 0.3s;
  }
  .p-solution-contentsBlock__item a:hover {
    opacity: 1;
  }
  .l-section--solution .c-link-viewmore {
    margin-right: calc(-1 * var(--value-80));
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px), print {
  .l-section--solution .c-link-viewmore {
    margin-right: calc(-1 * var(--value-40));
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .l-section--solution {
    border-top: 1px solid var(--color-gray8);
    padding-block: var(--value-40);
  }
  .l-section--solution .l-section__summaryText {
    margin-left: var(--value-6);
  }
  .l-section--solution .l-section__title .text-english {
    padding-left: var(--value-6);
  }
  .p-solution-contentsBlock {
    margin-inline: calc(-1 * var(--value-18));
  }
  .p-solution-contentsBlock__item .item-image {
    height: calc(226 / 375 * 100vw);
    overflow: hidden;
    position: relative;
  }
  .p-solution-contentsBlock__item .item-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column-reverse;
    padding-top: var(--value-14);
    padding-inline: var(--value-18);
  }
  .p-solution-contentsBlock__item .item-text .text-information {
    font-size: var(--fs-14);
    line-height: calc(20 / 14);
    margin-top: var(--value-8);
  }
  .p-solution-contentsBlock__item .item-text .text-title {
    font-size: var(--fs-20);
    line-height: calc(26 / 20);
  }
  .p-solution-contentsBlock .slick-arrow {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: calc(43 / 375 * 100vw);
    position: absolute;
    top: calc(100 / 375 * 100vw);
    width: calc(43 / 375 * 100vw);
    z-index: 1;
  }
  .p-solution-contentsBlock .slick-prev {
    background-image: url(/common/images/btn_slider_prev.svg);
    left: var(--value-14);
  }
  .p-solution-contentsBlock .slick-next {
    background-image: url(/common/images/btn_slider_next.svg);
    right: var(--value-14);
  }
}



/* people
========================================== */
.l-section--people {
  padding-top: var(--value-50);
  padding-bottom: var(--value-70);
}
.p-people-contentsBlock {
  position: relative;
}
.p-people-contentsBlock a {
  display: block;
}
.p-people-contentsBlock__image {
  overflow: hidden;
}
.p-people-contentsBlock__image_item img {
  width: 100%;
}
.p-people-contentsBlock__text .text-information {
  font-size: calc(16 / 1920 * 100vw);
  font-family: var(--ff-YuGothic);
}
.p-people-contentsBlock__text .text-title {
  font-size: calc(34 / 1920 * 100vw);
  line-height: calc(46 / 34);
  margin-top: var(--value-10);
}
.p-people-contentsBlock .slick-list {
  overflow: initial;
}
/* PC */
@media screen and (min-width: 769px), print {
  .p-people-contentsBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-block: var(--value-48);
  }
  .p-people-contentsBlock:before {
    background: var(--color-white);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: var(--value-80);
    width: 100vw;
    z-index: -1;
  }
  .p-people-contentsBlock__image {
    background: var(--color-white);
    width: calc(686 / 1440 * 100vw);
  }
  .p-people-contentsBlock__image_item img {
    transition: transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .p-people-contentsBlock__image_item > a:hover {
    opacity: 1;
  }
  .p-people-contentsBlock__image_item > a:hover img {
    transform: scale(1.05);
  }
  .p-people-contentsBlock__text {
    padding-bottom: var(--value-32);
    width: calc(100% - calc(686 / 1440 * 100vw));
  }
  .p-people-contentsBlock__text_item > a {
    padding-left: var(--value-60);
  }
  .p-people-contentsBlock .slick-dots {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: absolute;
    left: var(--value-60);
    bottom: 0;
    z-index: 1;
  }
  .p-people-contentsBlock .slick-dots > li {
    height: 4px;
  }
  .p-people-contentsBlock .slick-dots > li:nth-of-type(n+2) {
    margin-left: 6px;
  }
  .p-people-contentsBlock .slick-dots > li button {
    background-color: var(--color-gray8);
    cursor: pointer;
    color: transparent;
    height: 4px;
    vertical-align: top;
    width: 40px;
  }
  .p-people-contentsBlock .slick-dots > li.slick-active button {
    background-color: var(--color-primary);
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .l-section--people {
    border-top: 1px solid var(--color-gray8);
    padding-block: var(--value-40);
  }
  .p-people-contentsBlock {
    margin-inline: calc(-1 * var(--value-18));
  }
  .p-people-contentsBlock__image_item {
    height: calc(226 / 375 * 100vw);
    overflow: hidden;
    position: relative;
  }
  .p-people-contentsBlock__image_item > a {
    height: 100%;
    width: 100%;
  }
  .p-people-contentsBlock__image_item img {
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    width: 100%;
    z-index: -1;
  }
  .p-people-contentsBlock__text_item > a {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column-reverse;
    padding-top: var(--value-14);
    padding-inline: var(--value-18);
  }
  .p-people-contentsBlock__text .text-information {
    font-size: var(--fs-14);
    line-height: calc(20 / 14);
    margin-top: var(--value-8);
  }
  .p-people-contentsBlock__text .text-title {
    font-size: var(--fs-20);
    line-height: calc(26 / 20);
  }
  .p-people-contentsBlock .slick-arrow {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: calc(43 / 375 * 100vw);
    position: absolute;
    top: calc(100 / 375 * 100vw);
    width: calc(43 / 375 * 100vw);
    z-index: 1;
  }
  .p-people-contentsBlock .slick-prev {
    background-image: url(/common/images/btn_slider_prev.svg);
    left: var(--value-14);
  }
  .p-people-contentsBlock .slick-next {
    background-image: url(/common/images/btn_slider_next.svg);
    right: var(--value-14);
  }
}



/* sdgs
========================================== */
.l-section--sdgs {
  padding-top: var(--value-70);
}
.l-section--sdgs .l-section__summaryText {
  margin-top: var(--value-16);
}
.p-sdgs-contentsBlock__image > a {
  display: block;
}
.p-sdgs-contentsBlock__image__inner {
  display: flex;
  justify-content: space-between;
}
.p-sdgs-contentsBlock__image__inner > p {
  width: calc(274 / 1440 * 100vw);
}
.p-sdgs-contentsBlock__image img {
  width: 100%;
}
/* PC */
@media screen and (min-width: 769px), print {
  .l-section--sdgs .l-section__title {
    font-size: var(--fs-32);
    line-height: calc(42 / 32);
  }
  .p-sdgs-contentsBlock {
    margin-inline: calc(-1 * var(--value-140));
    padding-block: var(--value-70);
    position: relative;
  }
  .p-sdgs-contentsBlock:before {
    background: var(--color-white);
    content: "";
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    z-index: -1;
  }
  .p-sdgs-contentsBlock__inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-inline: auto;
    max-width: calc(1160 / 1440 * 100vw);
  }
  .p-sdgs-contentsBlock__text {
    padding-right: calc(58 / 1440 * 100vw);
    width: calc(310 / 1440 * 100vw);
  }
  .p-sdgs-contentsBlock__image {
    width: calc(850 / 1440 * 100vw);
  }
  .l-section--sdgs .c-link-viewmore {
    margin-top: var(--value-24);
    text-align: left;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .l-section--sdgs {
    background: var(--color-white);
    border-top: 1px solid var(--color-gray8);
    padding-block: var(--value-40);
  }
  .p-sdgs-contentsBlock__image {
    margin-top: var(--value-16);
  }
  .p-sdgs-contentsBlock__image__inner > p {
    width: calc(109 / 375 * 100vw);
  }
}



/* p-component-otherLink
========================================== */
.p-component-otherLink {
  padding: var(--value-80);
  padding-bottom: 0 !important;
}
.p-component-otherLink > ul > li {
  height: 100px;
}
.p-component-otherLink > ul > li a {
  background: var(--color-white);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: var(--fs-26);
  line-height: calc(40 / 26);
  height: 100%;
  padding-left: var(--value-40);
  padding-right: var(--value-100);
  position: relative;
  width: 100%;
}
.p-component-otherLink > ul > li .c-icon-arrow {
  border-color: #5E5F65;
  height: 43px;
  position: absolute;
  right: var(--value-28);
  top: 50%;
  transform: translateY(-50%);
  width: 43px;
}
.p-component-otherLink > ul > li .c-icon-arrow:before {
  background-image: url(/common/images/icon_arrow_right_gray.svg);
}
.p-component-otherLink > ul > li .c-icon-arrow:after {
  background: #043C79;
}
/* PC */
@media screen and (min-width: 769px), print {
  .p-component-otherLink > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-inline: auto;
    max-width: 1064px;
  }
  .p-component-otherLink > ul > li {
    margin-inline: calc(16 / 1064 * 100%);
    width: calc(500 / 1064 * 100%);
  }
  .p-component-otherLink > ul > li a:hover {
    opacity: 1;
  }
  .p-component-otherLink > ul > li a:hover .c-icon-arrow {
    border-color: #043C79;
  }
  .p-component-otherLink > ul > li a:hover .c-icon-arrow:before {
    background-image: url(/common/images/icon_arrow_right_white.svg);
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .p-component-otherLink {
    padding: var(--value-40) !important;
  }
  .p-component-otherLink > ul {
    margin-inline: auto;
    max-width: 100%;
    width: calc(275 / 375 * 100vw);
  }
  .p-component-otherLink > ul > li {
    height: calc(58 / 375 * 100vw);
    width: calc(275 / 375 * 100vw);
  }
  .p-component-otherLink > ul > li:nth-of-type(n+2) {
    margin-top: var(--value-16);
  }
  .p-component-otherLink > ul > li a {
    font-size: var(--fs-16);
    line-height: calc(28 / 26);
    padding-left: var(--value-20);
    padding-right: var(--value-70);
  }
  .p-component-otherLink > ul > li .c-icon-arrow {
    height: 31px;
    right: var(--value-20);
    width: 31px;
  }
}



/* Print
------------------------------------------------------ */
@media print {
	.l-keyvisual__slider_item:nth-of-type(n+2) {
		display: none;
	}
	.l-keyvisual__slider_item .piece,
	.l-keyvisual__slider_item .piece img {
    animation: none !important;
  }
  .l-keyvisual h1,
	.l-keyvisual__slider_item.slide01 {
		opacity: 1 !important;
	}
	.l-keyvisual__slider_item.slide01 .piece {
		opacity: 1 !important;
		filter: none !important;
		transform: none !important;
	}
  .l-keyvisual__slider_item.slide01 .image1 {
    height: calc(620 / 1440 * 100vw);
    top: 0;
    left: calc(230 / 1440 * 100vw);
    width: calc(733 / 1440 * 100vw);
    transform: translateY(-110%);
  }
  .l-keyvisual__slider_item.slide01 .image2 {
    height: calc(268 / 1440 * 100vw);
    bottom: calc(68 / 1440 * 100vw);
    left: calc(-33 / 1440 * 100vw);
    width: calc(439 / 1440 * 100vw);
    transform: translateX(-120%) translateY(120%);
  }
  .l-keyvisual__slider_item.slide01 .image3 {
    height: calc(366 / 1440 * 100vw);
    top: calc(47 / 1440 * 100vw);
    right: 0;
    width: calc(314 / 1440 * 100vw);
    transform: translateX(120%) translateY(-120%);
  }
  .l-keyvisual__slider_item.slide01 .image4 {
    height: calc(159 / 1440 * 100vw);
    bottom: 0;
    right: calc(154 / 1440 * 100vw);
    width: calc(241 / 1440 * 100vw);
    transform: translateX(160%) translateY(160%);
  }
}
