@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
* {
  font-family: "Noto Serif JP", serif;
  scroll-behavior: smooth;
  transition: all 0.3s ease-in-out;
}
*:hover {
  transition: all 0.3s ease-in-out;
}

a {
  transition: all 0.3s ease;
  cursor: pointer;
}
a:hover {
  transition: all 0.3s ease;
  opacity: 0.5;
}

body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body:has(.business:hover):hover {
  background-color: rgba(0, 0, 0, 0.56);
}

/*---------------------------
  関数
---------------------------*/
/*---------------------------
  変数
---------------------------*/
/*---------------------------
  extend
---------------------------*/
/*---------------------------
  parts
---------------------------*/
.pc {
  display: block;
}
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 750px) {
  .sp {
    display: block;
  }
}

.dancing {
  font-family: "Dancing Script", cursive;
}

.cjk {
  font-family: "noto-sans-cjk-jp", sans-serif;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 750px) {
  .slider .slick-list {
    padding: 0 30% 0 0 !important;
  }
  .slick-prev, .slick-next {
    top: auto !important;
    z-index: 8;
    transform: inherit !important;
    padding: 3.7333333333vw 4vw 4vw 4.2666666667vw !important;
    width: 11.3333333333vw !important;
    height: 11.3333333333vw !important;
    border-radius: 50%;
  }
  .slick-prev {
    left: auto;
    right: 22vw !important;
    bottom: -20vw !important;
    background-color: #fff !important;
  }
  .slick-prev::before {
    content: "◀︎" !important;
    color: #1D2086;
    opacity: 1 !important;
    line-height: 0.4 !important;
    font-size: 5.3333333333vw !important;
  }
  .slick-prev.slick-disabled {
    background-color: #1D2086 !important;
  }
  .slick-prev.slick-disabled::before {
    opacity: 0.5 !important;
  }
  .slick-next {
    left: auto !important;
    right: 6.2666666667vw !important;
    bottom: -20vw !important;
    background-color: #fff !important;
  }
  .slick-next::before {
    content: "▶︎" !important;
    color: #1D2086;
    opacity: 1 !important;
    line-height: 0.4 !important;
    font-size: 5.3333333333vw !important;
  }
  .slick-next.slick-disabled {
    background-color: #1D2086 !important;
  }
  .slick-next.slick-disabled::before {
    opacity: 0.5 !important;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 7.8125vw;
  padding: 1.5625vw 2.6041666667vw;
  background-color: transparent;
  pointer-events: none;
}
@media only screen and (max-width: 750px) {
  .l-header {
    left: 0;
    right: 8vw;
    padding: 4vw 4vw;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    pointer-events: auto;
  }
}
.l-header:has(.business:hover):hover {
  background-color: rgba(0, 0, 0, 0.56);
}
.l-header.bg-white {
  background-color: white;
}
.l-header.bg-white .item a {
  color: #1D2086 !important;
}
.l-header.bg-white .contact a {
  color: white !important;
}
.l-header.bg-white .openbtn1 span {
  background-color: #1D2086 !important;
}
.l-header.bg-white.open {
  background-color: transparent !important;
}
.l-header.bg-white.open .openbtn1 span {
  background-color: white !important;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__inner .logo {
  width: 10.8333333333vw;
  height: 3.4895833333vw;
  pointer-events: auto;
}
@media only screen and (max-width: 750px) {
  .l-header__inner .logo {
    width: 27.7333333333vw;
    height: 8.9333333333vw;
  }
}
.l-header__inner .logo img {
  width: 100%;
  height: 100%;
}
.l-header__inner .list {
  position: relative;
}
@media only screen and (max-width: 750px) {
  .l-header__inner .list {
    display: none;
  }
}
.l-header__inner .list--inner {
  display: flex;
  justify-content: right;
  -moz-column-gap: 3.125vw;
       column-gap: 3.125vw;
  align-items: center;
}
.l-header__inner .list--inner .item {
  text-decoration: none;
}
.l-header__inner .list--inner .item a {
  font-size: 1.25vw;
  font-weight: bold;
  color: #1D2086;
  pointer-events: auto;
}
.l-header__inner .list--inner .item.contact a {
  height: 4.6875vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25vw;
  padding: 0 4.1666666667vw;
  font-weight: 600;
  color: #fff;
  background-color: #1D2086;
  border-radius: 3.2291666667vw;
}
.l-header__inner .list--inner .item.contact a:hover {
  opacity: 1;
  background-color: #48CCDD;
}
.l-header__inner .list--inner .item.business:hover .list__business {
  opacity: 1;
  visibility: visible;
}
.l-header__inner .list__business {
  position: fixed;
  width: 100%;
  top: 7.8125vw;
  left: 0;
  opacity: 0;
  visibility: hidden;
  padding: 1.3020833333vw 0 1.8229166667vw;
  background-color: black;
}
.l-header__inner .list__business--inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 1.5625vw;
       column-gap: 1.5625vw;
}
.l-header__inner .list__business--inner .item {
  width: 12.1875vw;
}
.l-header__inner .list__business--inner .item img {
  width: 100%;
  height: 8.125vw;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0.78125vw;
}
.l-header__inner .list__business--inner .item .text {
  color: white;
  font-size: 1.0416666667vw;
  text-align: center;
  line-height: 1.5;
}
.l-header.transparent .l-header__inner .list--inner .item a {
  color: white;
}
.l-header.transparent .openbtn1 span {
  background-color: white;
}
.l-header__sp {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100vw;
  height: 100vh;
  transition: all 0.5s ease;
  background-color: #1D2086;
  top: 0;
  left: 0;
  z-index: 99;
}
.l-header__sp nav {
  padding: 32vw 8.2666666667vw 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 7.2vw;
}
.l-header__sp nav a {
  display: block;
  text-decoration: none;
  color: white;
  width: 100%;
  padding-bottom: 2.4vw;
  border-bottom: 1px dashed white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__sp nav a::after {
  content: "〉";
}
.l-header__sp nav a span {
  display: block;
  font-size: 4.5333333333vw;
  white-space: nowrap;
}
@media only screen and (max-width: 750px) {
  .l-header__sp.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
    overflow-y: scroll;
  }
}
.l-header__sp .contact {
  padding: 2.8vw 0;
  display: flex;
  justify-content: center;
  border: 1px solid white;
  flex-direction: column;
  align-items: center;
  width: 77.7333333333vw;
  margin: 0 auto;
  margin-top: 11.0666666667vw;
  margin-bottom: 10.4vw;
}
.l-header__sp .contact .tel {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 4vw;
       column-gap: 4vw;
  font-size: 5.3333333333vw;
}
.l-header__sp .contact .tel .image {
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header__sp .contact .text {
  color: white;
  font-size: 3.4666666667vw;
}
.l-header__sp .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 17.3333333333vw;
       column-gap: 17.3333333333vw;
}
.l-header__sp .sns a {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header__sp .sns a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.openbtn1 {
  display: none;
}
@media only screen and (max-width: 750px) {
  .openbtn1 {
    display: block;
    position: relative; /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 16vw;
    height: 13.3333333333vw;
    border-radius: 5px;
  }
  .openbtn1 span {
    display: inline-block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 4vw;
    height: 2px;
    border-radius: 0px;
    background-color: #1D2086;
    width: 8vw;
    z-index: 120;
  }
  .openbtn1 span:nth-of-type(1) {
    top: 4.2666666667vw;
  }
  .openbtn1 span:nth-of-type(2) {
    top: 6.9333333333vw;
  }
  .openbtn1 span:nth-of-type(3) {
    top: 9.6vw;
  }
  .openbtn1 p {
    position: absolute;
    font-size: 2.1333333333vw;
    bottom: 1.7333333333vw;
    left: 0;
    right: auto;
    width: 100%;
    text-align: center;
  }
  .openbtn1.active {
    right: 0;
    top: 0;
    z-index: 120;
  }
  .openbtn1.active span {
    background-color: white;
  }
  .openbtn1.active span:nth-of-type(1) {
    top: 5.3333333333vw;
    right: 4vw;
    left: auto;
    transform: translateY(10px) rotate(-45deg);
    width: 8.6666666667vw;
  }
  .openbtn1.active span:nth-of-type(2) {
    opacity: 0; /*真ん中の線は透過*/
  }
  .openbtn1.active span:nth-of-type(3) {
    top: 5.3333333333vw;
    left: auto;
    right: 4vw;
    transform: translateY(10px) rotate(45deg);
    width: 8.6666666667vw;
  }
  .openbtn1.active p {
    display: none;
  }
}

.l-footer {
  padding: 6.25vw 8.0208333333vw;
  background-color: #1D2086;
}
@media only screen and (max-width: 750px) {
  .l-footer {
    padding: 21.3333333333vw 4.2666666667vw 20.2666666667vw;
  }
}
.l-footer__inner {
  display: flex;
  justify-content: left;
  -moz-column-gap: 25.1041666667vw;
       column-gap: 25.1041666667vw;
  align-items: flex-start;
}
@media only screen and (max-width: 750px) {
  .l-footer__inner {
    flex-direction: column;
    row-gap: 16vw;
  }
}
.l-footer__inner--left .heading {
  display: flex;
  justify-content: left;
  align-items: center;
  -moz-column-gap: 1.5625vw;
       column-gap: 1.5625vw;
  margin-bottom: 1.5625vw;
}
@media only screen and (max-width: 750px) {
  .l-footer__inner--left .heading {
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    margin-bottom: 6.4vw;
  }
}
.l-footer__inner--left .heading img {
  width: 10.8333333333vw;
  height: 3.4895833333vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 750px) {
  .l-footer__inner--left .heading img {
    width: 26.6666666667vw;
    height: 8.5333333333vw;
  }
}
.l-footer__inner--left .heading .name {
  font-size: 1.9791666667vw;
  font-weight: 600;
  color: white;
}
@media only screen and (max-width: 750px) {
  .l-footer__inner--left .heading .name {
    font-size: 4.6666666667vw;
  }
}
.l-footer__inner--left .address {
  margin-bottom: 5.5729166667vw;
}
@media only screen and (max-width: 750px) {
  .l-footer__inner--left .address {
    margin-bottom: 0vw;
  }
}
.l-footer__inner--left .address .text {
  font-size: 1.3541666667vw;
  color: white;
  line-height: 1.5;
  margin-bottom: 0.6770833333vw;
}
@media only screen and (max-width: 750px) {
  .l-footer__inner--left .address .text {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.l-footer__inner--left .address .box {
  display: flex;
  justify-content: left;
  align-items: center;
  -moz-column-gap: 0.5208333333vw;
       column-gap: 0.5208333333vw;
  color: white;
}
.l-footer__inner--left .sns {
  display: flex;
  justify-content: left;
  align-items: center;
  -moz-column-gap: 3.90625vw;
       column-gap: 3.90625vw;
}
.l-footer__inner--left .sns a {
  width: 2.34375vw;
  height: 2.34375vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer__inner--left .sns a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer__inner--right {
  margin-top: 3.6458333333vw;
}
@media only screen and (max-width: 750px) {
  .l-footer__inner--right {
    margin-top: 0vw;
  }
  .l-footer__inner--right .sns {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 22vw;
         column-gap: 22vw;
  }
  .l-footer__inner--right .sns a {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
  .l-footer__inner--right .sns a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.l-footer__inner--right .list {
  display: flex;
  justify-content: right;
  align-items: flex-start;
  row-gap: 2.6041666667vw;
  flex-direction: column;
}
@media only screen and (max-width: 750px) {
  .l-footer__inner--right .list {
    row-gap: 8.1333333333vw;
    margin-bottom: 14.9333333333vw;
  }
}
.l-footer__inner--right .list a {
  font-size: 1.3541666667vw;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
}
@media only screen and (max-width: 750px) {
  .l-footer__inner--right .list a {
    font-size: 4.1333333333vw;
  }
}
.l-footer__inner--right .list .sub {
  width: 25vw;
  display: flex;
  justify-content: left;
  align-items: center;
  -moz-column-gap: 1.1458333333vw;
       column-gap: 1.1458333333vw;
  padding-left: 1.0416666667vw;
  color: #fff;
  flex-wrap: wrap;
  margin-top: 2.03125vw;
  row-gap: 1.1458333333vw;
  font-size: 1.1458333333vw;
}
@media only screen and (max-width: 750px) {
  .l-footer__inner--right .list .sub {
    margin-top: 4.1333333333vw;
    width: 100%;
    padding-left: 10.1333333333vw;
    -moz-column-gap: 1.7333333333vw;
         column-gap: 1.7333333333vw;
    row-gap: 3.7333333333vw;
    font-size: 3.8666666667vw;
  }
}
.l-footer .copyright {
  font-size: 0.8333333333vw;
  color: white;
  margin-top: 8.3333333333vw;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .l-footer .copyright {
    margin-top: 15.3333333333vw;
    font-size: 2.1333333333vw;
  }
}

.l-main__mv {
  overflow: clip;
}
.l-main__mv__inner {
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  .l-main__mv__inner {
    height: 100vh;
  }
}
.l-main__mv__inner img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.l-main__mv__inner img.blur {
  filter: blur(4px);
}
.l-main__mv__inner.fade img {
  opacity: 0;
  transform: translateY(1.5625vw);
  transition: transform 2s, opacity 2s;
}
.l-main__mv__inner.is-show img {
  opacity: 1;
  transform: translateY(0);
  transition: transform 2s, opacity 2s;
}
.l-main__mv__inner .cover__catch {
  position: absolute;
  right: 9.1666666667vw;
  top: 12.7604166667vw;
  writing-mode: vertical-rl;
  transform: rotate(0deg);
  font-size: 3.3854166667vw;
  font-weight: 600;
  color: #fff;
  display: flex;
  row-gap: 2.6041666667vw;
  flex-direction: column;
  text-shadow: 0 0 10px #000;
}
@media only screen and (max-width: 750px) {
  .l-main__mv__inner .cover__catch {
    top: 27.3333333333vw;
    right: 7.3333333333vw;
    font-size: 6.4vw;
    row-gap: 6.1333333333vw;
  }
}
.l-main__mv__inner .cover__catch.blur {
  filter: blur(10px);
}
.l-main__mv__inner .cover__catch span {
  letter-spacing: 1.6rem;
  line-height: 1.6;
}
.l-main__mv__inner .cover__catch .fade--left {
  opacity: 0;
  transform: translateX(1.5625vw);
  transition: transform 2s, opacity 2s;
}
.l-main__mv__inner .cover__catch .fade--left.is-show {
  opacity: 1;
  transform: translateX(0);
  transition: transform 2s, opacity 2s;
}
.l-main__mv__inner .cover__catch .fade--right {
  opacity: 0;
  transform: translateX(1.5625vw);
  transition: transform 2s, opacity 2s;
}
.l-main__mv__inner .cover__catch .fade--right.is-show {
  opacity: 1;
  transform: translateX(0);
  transition: transform 2s, opacity 2s;
}
.l-main__mv__bottom {
  width: 100%;
  height: 37.1354166667vw;
  height: 45vw;
  padding: 4.6875vw 7.8125vw;
}
@media only screen and (max-width: 750px) {
  .l-main__mv__bottom {
    height: 100vw;
    padding: 7.7333333333vw 2.6666666667vw;
  }
}
.l-main__mv__bottom--title {
  font-size: 4.1666666667vw;
  font-weight: 400;
  color: #BCE9FD;
  line-height: 1.5;
  display: flex;
  align-items: center;
  margin-bottom: 1.8229166667vw;
}
@media only screen and (max-width: 750px) {
  .l-main__mv__bottom--title {
    font-size: 8vw;
    margin-bottom: 9.0666666667vw;
  }
}
.l-main__mv__bottom--text {
  text-align: center;
  color: #fff;
}
.l-main__mv__bottom--text .big {
  font-size: 1.71875vw;
  line-height: 1.7272727273;
  font-weight: 600;
  margin-bottom: 1.71875vw;
}
@media only screen and (max-width: 750px) {
  .l-main__mv__bottom--text .big {
    font-size: 4.2666666667vw;
    line-height: 1.75;
    margin-bottom: 4vw;
  }
}
.l-main__mv__bottom--text .small {
  font-size: 1.1458333333vw;
  line-height: 2.1363636364;
  font-weight: 400;
}
@media only screen and (max-width: 750px) {
  .l-main__mv__bottom--text .small {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
.l-main__slider {
  padding: 2.34375vw 0 4.6875vw;
}
@media only screen and (max-width: 750px) {
  .l-main__slider {
    padding: 4vw 0 8vw;
  }
}
.l-main__slider__inner--top {
  margin-bottom: 1.0416666667vw;
}
@media only screen and (max-width: 750px) {
  .l-main__slider__inner--top {
    margin-bottom: 2.6666666667vw;
  }
}
.l-main__slider img {
  width: 100%;
  height: auto;
}
.l-main__service {
  background-image: url(../assets/img/top/service--bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 8.3333333333vw 4.1666666667vw;
}
@media only screen and (max-width: 750px) {
  .l-main__service {
    padding: 7.8666666667vw 2.6666666667vw 16vw;
  }
}
.l-main__service--title .en {
  font-size: 6.25vw;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  color: #BCE9FD;
}
@media only screen and (max-width: 750px) {
  .l-main__service--title .en {
    font-size: 8vw;
    line-height: 1.2;
  }
}
.l-main__service--title .jp {
  font-size: 1.9791666667vw;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  top: -4.4270833333vw;
  left: 5.2083333333vw;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 750px) {
  .l-main__service--title .jp {
    font-size: 5.3333333333vw;
    line-height: 1.425;
    top: -5.3333333333vw;
    left: 4vw;
  }
}
.l-main__service .flex {
  display: flex;
  justify-content: left;
  align-items: center;
  -moz-column-gap: 1.0416666667vw;
       column-gap: 1.0416666667vw;
  row-gap: 2.34375vw;
  flex-wrap: wrap;
  width: calc(100% - 14.5833333333vw);
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .l-main__service .flex {
    width: 100%;
    row-gap: 2.6666666667vw;
  }
}
.l-main__service .flex--item {
  width: 38.0208333333vw;
  height: auto;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .l-main__service .flex--item {
    width: 100%;
  }
}
.l-main__service .flex--item:hover .arrow {
  background-color: #48CCDD;
  color: white;
}
.l-main__service .flex--item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-main__service .flex--item .arrow {
  position: absolute;
  bottom: 4.1666666667vw;
  left: 13.0208333333vw;
  transform: translateX(-50%);
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25vw;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  .l-main__service .flex--item .arrow {
    width: 7.6vw;
    height: 7.6vw;
    bottom: 4.6666666667vw;
    right: 2vw;
    left: auto;
    font-size: 2.6666666667vw;
  }
}
.l-main__company {
  background-image: url(../assets/img/top/company--bg.png);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4.1666666667vw 4.1666666667vw 10.4166666667vw;
}
@media only screen and (max-width: 750px) {
  .l-main__company {
    padding: 12vw 4.1333333333vw 34.6666666667vw;
  }
}
.l-main__company--title .en {
  font-size: 6.25vw;
  font-weight: 600;
  line-height: 1.5;
  color: #BCE9FD;
  opacity: 0.4;
}
@media only screen and (max-width: 750px) {
  .l-main__company--title .en {
    font-size: 8vw;
    line-height: 1.2;
  }
}
.l-main__company--title .jp {
  font-size: 1.9791666667vw;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  color: white;
  top: -4.4270833333vw;
  left: 5.2083333333vw;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 750px) {
  .l-main__company--title .jp {
    font-size: 4.8vw;
    top: -5.3333333333vw;
    left: 4vw;
  }
}
.l-main__company--inner {
  width: calc(100% - 20.8333333333vw);
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 750px) {
  .l-main__company--inner {
    width: 100%;
  }
}
.l-main__company--inner .title {
  color: white;
  position: absolute;
}
@media only screen and (max-width: 750px) {
  .l-main__company--inner .title {
    text-align: center;
    position: static;
    margin-bottom: 7.6vw;
  }
}
.l-main__company--inner .title .jp {
  font-size: 1.3020833333vw;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  .l-main__company--inner .title .jp {
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.l-main__company--inner .title .en {
  font-size: 3.125vw;
  font-weight: 600;
  line-height: 1.1666666667;
}
@media only screen and (max-width: 750px) {
  .l-main__company--inner .title .en {
    font-size: 5.6vw;
  }
}
.l-main__company--inner .circle {
  display: flex;
  width: 45.8333333333vw;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .l-main__company--inner .circle {
    width: 100%;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-slow {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.l-main__company--inner .circle--round {
  width: 33.1770833333vw;
  height: 33.1770833333vw;
  border-radius: 50%;
  border: 1px solid white;
  position: absolute;
  top: 5.2083333333vw;
  left: 6.25vw;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  .l-main__company--inner .circle--round {
    width: 68vw;
    height: 68vw;
    top: 12vw;
    left: 12vw;
  }
}
.l-main__company--inner .circle--round--dot {
  width: 33.8541666667vw;
  height: 33.8541666667vw;
  left: -0.3385416667vw;
  top: -0.3645833333vw;
  background-color: transparent;
  animation: rotate 3s infinite linear;
  position: absolute;
  color: white;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  line-height: 1;
  border-radius: 50%;
}
@media only screen and (max-width: 750px) {
  .l-main__company--inner .circle--round--dot {
    width: 69.3333333333vw;
    height: 70vw;
    top: -0.6666666667vw;
    left: -1.3333333333vw;
  }
}
.l-main__company--inner .circle--round--second {
  width: 21.4583333333vw;
  height: 21.4583333333vw;
  border-radius: 50%;
  border: 1px solid white;
  position: absolute;
  top: 10.9375vw;
  left: 11.9791666667vw;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  .l-main__company--inner .circle--round--second {
    width: 46.8vw;
    height: 46.8vw;
    top: 22.9333333333vw;
    left: 22.6666666667vw;
  }
}
.l-main__company--inner .circle--round--second--dot {
  width: 22.1354166667vw;
  height: 22.1354166667vw;
  left: -0.3385416667vw;
  top: -0.3645833333vw;
  background-color: transparent;
  animation: rotate-slow 3s infinite linear;
  position: absolute;
  color: white;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  line-height: 1;
  border-radius: 50%;
}
@media only screen and (max-width: 750px) {
  .l-main__company--inner .circle--round--second--dot {
    width: 50.6666666667vw;
    height: 50.6666666667vw;
    top: -1.3333333333vw;
    left: -2vw;
  }
}
.l-main__company--inner .circle--item {
  width: 19.4270833333vw;
  height: 19.4270833333vw;
}
@media only screen and (max-width: 750px) {
  .l-main__company--inner .circle--item {
    width: 42.2666666667vw;
    height: 42.2666666667vw;
  }
}
.l-main__company--inner .circle--item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.l-main__company--inner .circle--item:first-child {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .l-main__company--inner .circle--item:first-child {
    width: 80%;
  }
}
.l-main__company--inner .read {
  position: absolute;
  right: -4.1666666667vw;
  bottom: -5.2083333333vw;
  display: flex;
  justify-content: right;
  align-items: center;
  -moz-column-gap: 2.34375vw;
       column-gap: 2.34375vw;
}
@media only screen and (max-width: 750px) {
  .l-main__company--inner .read {
    right: 0vw;
    bottom: -22.6666666667vw;
    -moz-column-gap: 6vw;
         column-gap: 6vw;
  }
}
.l-main__company--inner .read:hover .arrow {
  background-color: #48CCDD;
  color: white;
}
.l-main__company--inner .read .text {
  color: white;
  font-size: 1.3020833333vw;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  .l-main__company--inner .read .text {
    font-size: 3.3333333333vw;
  }
}
.l-main__company--inner .read .arrow {
  width: 6.1458333333vw;
  height: 6.1458333333vw;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .l-main__company--inner .read .arrow {
    width: 15.8666666667vw;
    height: 15.8666666667vw;
  }
}
.l-main__company--inner .read .arrow img {
  width: 2.0833333333vw;
  -o-object-fit: contain;
     object-fit: contain;
  height: 1.8229166667vw;
}
@media only screen and (max-width: 750px) {
  .l-main__company--inner .read .arrow img {
    width: 5.3333333333vw;
    height: 4.6666666667vw;
  }
}
.l-main__recruit {
  padding: 5.5729166667vw 4.0625vw 0;
  position: relative;
  padding-bottom: 7.96875vw;
}
@media only screen and (max-width: 750px) {
  .l-main__recruit {
    overflow-x: hidden;
    height: 197.8666666667vw;
    padding: 10.9333333333vw 5.3333333333vw 12vw;
  }
}
.l-main__recruit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 94.0625vw;
  height: 32.2395833333vw;
  background-color: #E5F2F8;
  z-index: -1;
  border-radius: 0 3.6458333333vw 0 0;
}
@media only screen and (max-width: 750px) {
  .l-main__recruit::before {
    height: 82.5333333333vw;
    width: 100%;
    border-radius: 0 9.3333333333vw 0 0;
  }
}
.l-main__recruit::after {
  content: "";
  position: absolute;
  top: 32.2395833333vw;
  left: 0;
  width: 100%;
  height: 27.6041666667vw;
  background-color: #1D2086;
  z-index: -1;
  border-radius: 0 0 13.3854166667vw 0;
}
@media only screen and (max-width: 750px) {
  .l-main__recruit::after {
    top: 82.1333333333vw;
    height: 115.7333333333vw;
    width: 100%;
    border-radius: 0 0 34.2666666667vw 0;
  }
}
.l-main__recruit--title .en {
  font-size: 6.25vw;
  font-weight: 600;
  line-height: 1.5;
  color: #BCE9FD;
  opacity: 0.4;
}
@media only screen and (max-width: 750px) {
  .l-main__recruit--title .en {
    font-size: 8vw;
  }
}
.l-main__recruit--title .jp {
  font-size: 1.9791666667vw;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  top: -4.4270833333vw;
  left: 5.2083333333vw;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 750px) {
  .l-main__recruit--title .jp {
    font-size: 5.3333333333vw;
    top: -7.3333333333vw;
    left: 0;
  }
}
.l-main__recruit--text {
  font-size: 1.3020833333vw;
  font-weight: 600;
  line-height: 1.44;
  color: white;
  padding-left: 10.1041666667vw;
}
@media only screen and (max-width: 750px) {
  .l-main__recruit--text {
    font-size: 4vw;
    line-height: 1.6666666667;
    padding-left: 0vw;
  }
}
.l-main__recruit__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 3.125vw;
       column-gap: 3.125vw;
  margin-bottom: 6.25vw;
}
@media only screen and (max-width: 750px) {
  .l-main__recruit__inner {
    -moz-column-gap: 12vw;
         column-gap: 12vw;
    margin-bottom: 31.3333333333vw;
    position: relative;
    left: -5.3333333333vw;
    width: 100vw;
  }
}
.l-main__recruit__inner--item {
  width: 17.2395833333vw;
  height: 23.9583333333vw;
}
@media only screen and (max-width: 750px) {
  .l-main__recruit__inner--item {
    width: 58.1333333333vw !important;
    height: 80.6666666667vw !important;
    margin-right: 6.6666666667vw;
  }
}
.l-main__recruit__inner--item img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.l-main__recruit .bottom {
  width: 100%;
}
.l-main__recruit .bottom--box {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  width: 100vw;
  margin-left: -4.0625vw;
}
.l-main__recruit .bottom--box .list {
  display: flex;
  justify-content: center;
  animation: infinity-scroll-left 10s infinite linear 0.5s both;
}
.l-main__banners {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 29.1145833333vw;
}
@media only screen and (max-width: 750px) {
  .l-main__banners {
    flex-direction: column;
    height: auto;
    width: 100%;
    row-gap: 6.6666666667vw;
  }
}
.l-main__banners--item {
  width: 50%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .l-main__banners--item {
    width: 100%;
  }
}
.l-main__banners--item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-main__banners--item .text {
  position: absolute;
  bottom: 12.5vw;
  left: 6.4583333333vw;
  width: calc(100% - 12.9166666667vw);
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .l-main__banners--item .text {
    bottom: 22.6666666667vw;
    left: 8vw;
    width: calc(100% - 16vw);
  }
}
.l-main__banners--item .text span {
  font-size: 1.9791666667vw;
  font-weight: 600;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .l-main__banners--item .text span {
    font-size: 5.4666666667vw;
  }
}
.l-main__banners--item .text .arrow {
  width: 5.0520833333vw;
  height: 5.0520833333vw;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .l-main__banners--item .text .arrow {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.l-main__banners--item .text .arrow img {
  width: 2.0833333333vw;
  -o-object-fit: contain;
     object-fit: contain;
  height: 1.8229166667vw;
}
@media only screen and (max-width: 750px) {
  .l-main__banners--item .text .arrow img {
    width: 5.3333333333vw;
    height: 4.6666666667vw;
  }
}
.l-main__contact {
  padding: 8.90625vw 0 8.3333333333vw;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .l-main__contact {
    padding: 15.2vw 4.2666666667vw 16vw;
  }
}
.l-main__contact--title {
  margin-bottom: 2.8125vw;
}
@media only screen and (max-width: 750px) {
  .l-main__contact--title {
    margin-bottom: 5.3333333333vw;
  }
}
.l-main__contact--title .en {
  font-size: 3.125vw;
  font-weight: 600;
  line-height: 1.4333333333;
}
@media only screen and (max-width: 750px) {
  .l-main__contact--title .en {
    font-size: 6.4vw;
    margin-bottom: 0.2666666667vw;
  }
}
.l-main__contact--title .jp {
  font-size: 1.3020833333vw;
  font-weight: 600;
  margin-bottom: 1.09375vw;
}
@media only screen and (max-width: 750px) {
  .l-main__contact--title .jp {
    font-size: 3.3333333333vw;
    margin-bottom: 2.8vw;
  }
}
.l-main__contact--title .text {
  font-size: 1.5625vw;
  font-weight: 400;
}
@media only screen and (max-width: 750px) {
  .l-main__contact--title .text {
    font-size: 4vw;
  }
}
.l-main__contact .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 3.125vw;
       column-gap: 3.125vw;
  padding-left: 2.6041666667vw;
}
@media only screen and (max-width: 750px) {
  .l-main__contact .flex {
    padding-left: 0;
    row-gap: 10.6666666667vw;
    flex-direction: column;
  }
}
@media only screen and (max-width: 750px) {
  .l-main__contact .flex--item {
    width: 100%;
  }
}
.l-main__contact .flex--item .link {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.2916666667vw;
       column-gap: 1.2916666667vw;
  font-size: 2.8645833333vw;
  color: #010101;
  color: #1D2086;
  font-weight: bold;
  margin-bottom: 0.5208333333vw;
}
@media only screen and (max-width: 750px) {
  .l-main__contact .flex--item .link {
    font-size: 7.4666666667vw;
    margin-bottom: 1.8666666667vw;
    -moz-column-gap: 3.5333333333vw;
         column-gap: 3.5333333333vw;
  }
}
.l-main__contact .flex--item .link .tel {
  width: 1.9270833333vw;
  height: 1.9270833333vw;
  -o-object-fit: contain;
     object-fit: contain;
  padding-top: 0.1041666667vw;
}
@media only screen and (max-width: 750px) {
  .l-main__contact .flex--item .link .tel {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.l-main__contact .flex--item .link .mail {
  width: 1.9791666667vw;
  height: 1.4583333333vw;
  -o-object-fit: contain;
     object-fit: contain;
  padding-top: 0.1041666667vw;
  margin-right: 0.2604166667vw;
}
@media only screen and (max-width: 750px) {
  .l-main__contact .flex--item .link .mail {
    width: 6.2666666667vw;
    height: 4.9333333333vw;
    margin-right: 3.3333333333vw;
  }
}
.l-main__contact .flex--item .link.contact {
  border: 0.2083333333vw solid black;
  display: flex;
  justify-content: left;
  padding: 0.78125vw 3.6458333333vw;
  -moz-column-gap: 0;
       column-gap: 0;
}
@media only screen and (max-width: 750px) {
  .l-main__contact .flex--item .link.contact {
    border: 0.5333333333vw solid black;
    padding: 3.3333333333vw 10.6666666667vw;
  }
}
.l-main__contact .flex--item .link.contact span {
  font-size: 1.3020833333vw;
  color: black;
  margin-right: 1.7708333333vw;
}
@media only screen and (max-width: 750px) {
  .l-main__contact .flex--item .link.contact span {
    font-size: 4.2666666667vw;
    margin-right: 6.88vw;
  }
}
.l-main__contact .flex--item .link.contact .arrow {
  width: 4.0625vw;
  height: 4.0625vw;
  background-color: #1D2086;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media only screen and (max-width: 750px) {
  .l-main__contact .flex--item .link.contact .arrow {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.l-main__contact .flex--item .link.contact .arrow img {
  width: 1.8229166667vw;
  height: 1.3020833333vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 750px) {
  .l-main__contact .flex--item .link.contact .arrow img {
    width: 4.6666666667vw;
    height: 3.3333333333vw;
  }
}
.l-main__contact .flex--item .alert {
  font-size: 1.1458333333vw;
  color: #4A4A4A;
}
@media only screen and (max-width: 750px) {
  .l-main__contact .flex--item .alert {
    font-size: 2.9333333333vw;
  }
}
.l-main__contact .flex--item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-main__contact .flex--item:first-child {
  padding-right: 3.046875vw;
  border-right: 1px solid black;
}
@media only screen and (max-width: 750px) {
  .l-main__contact .flex--item:first-child {
    padding-right: 0;
    border-right: none;
  }
}

.l-business {
  padding: 10.5208333333vw 0 0;
}
@media only screen and (max-width: 750px) {
  .l-business {
    padding: 34.6666666667vw 0 0 0;
  }
}
.l-business__mv {
  margin-bottom: 5.2083333333vw;
}
@media only screen and (max-width: 750px) {
  .l-business__mv {
    margin-bottom: 14.2666666667vw;
  }
  .l-business__mv.mbsmall {
    margin-bottom: 24vw;
  }
}
.l-business__mv .title {
  padding-left: 4.84375vw;
}
.l-business__mv .title .en {
  font-size: 6.25vw;
  font-weight: 600;
  line-height: 1.5;
  color: #BCE9FD;
  opacity: 0.4;
}
@media only screen and (max-width: 750px) {
  .l-business__mv .title .en {
    font-size: 18.6666666667vw;
    line-height: 1;
  }
}
.l-business__mv .title .jp {
  font-size: 1.9791666667vw;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  top: -4.4270833333vw;
  left: 5.2083333333vw;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 750px) {
  .l-business__mv .title .jp {
    font-size: 4.8vw;
    top: -8vw;
    left: 4vw;
  }
}
.l-business__mv img {
  width: 100%;
  height: 35.5729166667vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 750px) {
  .l-business__mv img {
    height: 71.3333333333vw;
  }
}
.l-business__mv .text {
  background-color: #1D2086;
  font-size: 1.3020833333vw;
  line-height: 1.92;
  color: white;
  padding: 4.1666666667vw 0 5vw;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .l-business__mv .text {
    font-size: 3.7333333333vw;
    line-height: 1.75;
    padding: 8.1333333333vw 0 8.1333333333vw;
  }
}
.l-business__main {
  background-color: #E5F2F8;
}
@media only screen and (max-width: 750px) {
  .l-business__main {
    padding-bottom: 8.9333333333vw;
  }
}
.l-business__main__item {
  position: relative;
  z-index: 0;
  padding: 4.1666666667vw 9.8958333333vw 4.1666666667vw;
}
@media only screen and (max-width: 750px) {
  .l-business__main__item {
    padding: 16.5333333333vw 4.2666666667vw 10.9333333333vw;
  }
}
.l-business__main__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 41.5104166667vw;
  height: 100%;
  background-color: #1D2086;
  border-radius: 0 5.2083333333vw 0 0;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  .l-business__main__item::before {
    width: 67.0666666667vw;
    height: 67.0666666667vw;
    border-radius: 0 13.3333333333vw 0 0;
  }
}
.l-business__main__item.reverse {
  text-align: right;
}
@media only screen and (max-width: 750px) {
  .l-business__main__item.reverse .image {
    display: block;
    margin-left: 0;
    margin-right: auto;
    left: -4.2666666667vw;
    right: auto;
  }
}
.l-business__main__item.reverse::before {
  content: "";
  position: absolute;
  right: 0;
  left: auto;
  width: 41.5104166667vw;
  height: 100%;
  background-color: #1D2086;
  border-radius: 5.2083333333vw 0 0 0;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  .l-business__main__item.reverse::before {
    width: 67.0666666667vw;
    height: 67.0666666667vw;
    border-radius: 13.3333333333vw 0 0 0;
  }
}
.l-business__main__item.reverse .cover__catch {
  text-align: left;
  right: 52.03125vw;
  left: auto;
}
.l-business__main__item .image {
  width: 50.9895833333vw;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 750px) {
  .l-business__main__item .image {
    width: 84vw;
    display: block;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    right: -4.2666666667vw;
  }
}
.l-business__main__item .cover__catch {
  position: absolute;
  top: 11.5104166667vw;
  left: 52.8645833333vw;
  background-color: white;
  padding: 2.6041666667vw;
}
@media only screen and (max-width: 750px) {
  .l-business__main__item .cover__catch {
    position: static;
    padding: 7.2vw 2.6666666667vw 6.6666666667vw;
  }
}
.l-business__main__item .cover__catch .title {
  font-size: 1.6666666667vw;
  font-weight: 600;
  line-height: 1.4375;
  margin-bottom: 1.09375vw;
}
@media only screen and (max-width: 750px) {
  .l-business__main__item .cover__catch .title {
    font-size: 5.0666666667vw;
    margin-bottom: 3.7333333333vw;
  }
}
.l-business__main__item .cover__catch .text {
  font-size: 1.0416666667vw;
  line-height: 1.7;
  margin-bottom: 2.2916666667vw;
  padding-left: 3.2291666667vw;
}
@media only screen and (max-width: 750px) {
  .l-business__main__item .cover__catch .text {
    font-size: 5.0666666667vw;
    line-height: 1.4473684211;
    margin-bottom: 6.6666666667vw;
    padding-left: 0;
  }
}
.l-business__main__item .cover__catch .link {
  display: flex;
  justify-content: right;
  align-items: center;
  -moz-column-gap: 1.0416666667vw;
       column-gap: 1.0416666667vw;
}
@media only screen and (max-width: 750px) {
  .l-business__main__item .cover__catch .link {
    -moz-column-gap: 5.0666666667vw;
         column-gap: 5.0666666667vw;
  }
}
.l-business__main__item .cover__catch .link:hover .link--arrow {
  background-color: #fff;
  color: #1D2086 !important;
}
.l-business__main__item .cover__catch .link--text {
  font-size: 1.1458333333vw;
  color: #1D2086;
}
@media only screen and (max-width: 750px) {
  .l-business__main__item .cover__catch .link--text {
    font-size: 3.4666666667vw;
  }
}
.l-business__main__item .cover__catch .link--arrow {
  width: 3.90625vw;
  height: 3.90625vw;
  border-radius: 50%;
  background-color: #1D2086;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5625vw;
  font-weight: bolder;
  border: 1px solid #1D2086;
}
@media only screen and (max-width: 750px) {
  .l-business__main__item .cover__catch .link--arrow {
    width: 15.7333333333vw;
    height: 15.7333333333vw;
    font-size: 6.6666666667vw;
  }
}

.l-oil__mv {
  padding-top: 10.78125vw;
}
@media only screen and (max-width: 750px) {
  .l-oil__mv {
    padding-top: 34vw;
  }
}
.l-oil__mv .title {
  padding-left: 4.84375vw;
  margin-bottom: 2.5vw;
}
@media only screen and (max-width: 750px) {
  .l-oil__mv .title {
    padding-left: 4.5333333333vw;
    margin-bottom: 8.4vw;
  }
}
.l-oil__mv .title .small {
  font-size: 1.3020833333vw;
  font-weight: 600;
  margin-bottom: 0.5208333333vw;
}
@media only screen and (max-width: 750px) {
  .l-oil__mv .title .small {
    font-size: 3.3333333333vw;
    margin-bottom: 1.7333333333vw;
  }
}
.l-oil__mv .title .big {
  font-size: 2.3958333333vw;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  .l-oil__mv .title .big {
    font-size: 4.8vw;
  }
}
.l-oil__mv img {
  width: 100%;
  height: 37.7083333333vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 750px) {
  .l-oil__mv img {
    height: 71.6vw;
  }
}
.l-oil__main {
  background-color: #ECF8FF;
  padding: 6.25vw 6.7708333333vw;
}
@media only screen and (max-width: 750px) {
  .l-oil__main {
    padding: 15.2vw 4.2666666667vw;
  }
}
.l-oil__main__item {
  margin-bottom: 4.6875vw;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 750px) {
  .l-oil__main__item {
    margin-bottom: 4vw;
  }
}
.l-oil__main__item:last-child {
  margin-bottom: 0;
}
.l-oil__main__item__inner {
  border-radius: 1.5625vw;
  display: flex;
  justify-content: left;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .l-oil__main__item__inner {
    flex-direction: column;
  }
}
.l-oil__main__item--left {
  width: 45.625vw;
}
@media only screen and (max-width: 750px) {
  .l-oil__main__item--left {
    width: 100%;
  }
  .l-oil__main__item--left .image {
    height: 56vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
  }
  .l-oil__main__item--left .image img {
    height: 100%;
    width: 42.9333333333vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.l-oil__main__item--left .heading {
  background-color: #2B3A70;
  padding: 1.5625vw 4.1666666667vw;
  border-radius: 1.5625vw 0 0 0;
  color: white;
}
@media only screen and (max-width: 750px) {
  .l-oil__main__item--left .heading {
    padding: 4vw 2.6666666667vw;
    border-radius: 0;
  }
}
.l-oil__main__item--left .heading .small {
  font-size: 1.3020833333vw;
  font-weight: 600;
  margin-bottom: 1.0416666667vw;
}
@media only screen and (max-width: 750px) {
  .l-oil__main__item--left .heading .small {
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.l-oil__main__item--left .heading .big {
  font-size: 1.875vw;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  .l-oil__main__item--left .heading .big {
    font-size: 4.5333333333vw;
  }
}
.l-oil__main__item--left .body {
  background-color: #F5F5F5;
  padding: 1.5625vw 4.0104166667vw 2.6041666667vw;
  font-size: 1.0416666667vw;
  line-height: 1.9;
  border-radius: 0 0 0 1.5625vw;
}
@media only screen and (max-width: 750px) {
  .l-oil__main__item--left .body {
    padding: 4vw 0.6666666667vw 6.6666666667vw;
    border-radius: 0;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    text-align: justify;
  }
  .l-oil__main__item--left .body br {
    display: none;
  }
}
.l-oil__main__item--right {
  width: calc(100% - 45.625vw);
  background-color: white;
  border-radius: 0 1.5625vw 1.5625vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .l-oil__main__item--right {
    display: none;
  }
}
.l-oil__main__item--right img {
  width: auto;
  height: 16.7708333333vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 750px) {
  .l-oil__main__item__option .sp-title {
    padding: 4vw 2.6666666667vw;
    background-color: #2B3A70;
    color: white;
  }
  .l-oil__main__item__option .sp-title .small {
    font-size: 3.7333333333vw;
    font-weight: 600;
    margin-bottom: 1.3333333333vw;
  }
  .l-oil__main__item__option .sp-title .big {
    font-size: 4.5333333333vw;
    font-weight: 600;
  }
}
.l-oil__main__item__option .title {
  font-size: 1.875vw;
  color: white;
  font-weight: 600;
  padding: 1.5625vw 4.1666666667vw;
  background-color: #2B3A70;
  border-radius: 1.5625vw 1.5625vw 0 0;
}
@media only screen and (max-width: 750px) {
  .l-oil__main__item__option .title {
    display: none;
  }
}
.l-oil__main__item__option .inner {
  display: flex;
  justify-content: center;
  -moz-column-gap: 1.5625vw;
       column-gap: 1.5625vw;
  padding: 0.9375vw 0.78125vw;
  background-color: white;
}
@media only screen and (max-width: 750px) {
  .l-oil__main__item__option .inner {
    background-color: transparent;
    flex-direction: column;
    padding: 0;
    row-gap: 4vw;
    border-radius: 0;
  }
}
.l-oil__main__item__option__item {
  width: 20.1041666667vw;
  border: 1px solid #D6D6D6;
  border-radius: 1.0416666667vw;
}
@media only screen and (max-width: 750px) {
  .l-oil__main__item__option__item {
    width: 100%;
    border-radius: 0;
    border: none;
  }
}
.l-oil__main__item__option__item .image {
  height: 12.1354166667vw;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: white;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .l-oil__main__item__option__item .image {
    height: 56vw;
  }
}
.l-oil__main__item__option__item .image img {
  width: 100%;
  height: 65%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 750px) {
  .l-oil__main__item__option__item .image img {
    height: 70%;
  }
}
.l-oil__main__item__option__item .text {
  height: 13.9583333333vw;
  background-color: #F5F5F5;
  border-radius: 1.0416666667vw;
  padding: 1.6145833333vw 1.0416666667vw;
}
@media only screen and (max-width: 750px) {
  .l-oil__main__item__option__item .text {
    height: auto;
    padding: 4vw 1.6vw;
    border-radius: 0;
  }
}
.l-oil__main__item__option__item .text--title {
  font-size: 1.40625vw;
  font-weight: bold;
  line-height: 1.7037037037;
  color: #2B3A70;
  margin-bottom: 0.5208333333vw;
}
@media only screen and (max-width: 750px) {
  .l-oil__main__item__option__item .text--title {
    display: none;
  }
}
.l-oil__main__item__option__item .text--sub {
  font-size: 0.9895833333vw;
  line-height: 2;
}
@media only screen and (max-width: 750px) {
  .l-oil__main__item__option__item .text--sub {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
  .l-oil__main__item__option__item .text--sub br {
    display: none;
  }
}
.l-oil__main__bottom {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 7.5520833333vw;
       column-gap: 7.5520833333vw;
  padding: 4.5833333333vw 4.7916666667vw;
  background-color: white;
  position: relative;
  top: -0.78125vw;
  border-radius: 0 0 1.5625vw 1.5625vw;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  .l-oil__main__bottom {
    flex-direction: column;
    padding: 0;
    border-radius: 0;
  }
}
.l-oil__main__bottom__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 1.25vw;
  width: 21.3541666667vw;
}
@media only screen and (max-width: 750px) {
  .l-oil__main__bottom__item {
    width: 100%;
  }
}
.l-oil__main__bottom__item .box {
  width: 100%;
  height: 14.1666666667vw;
  background-color: white;
}
@media only screen and (max-width: 750px) {
  .l-oil__main__bottom__item .box {
    height: 45.0666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.l-oil__main__bottom__item .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 750px) {
  .l-oil__main__bottom__item .box img {
    height: 75%;
  }
}
@media only screen and (max-width: 750px) {
  .l-oil__main__bottom__item .text {
    background-color: #F5F5F5;
    padding: 4vw 2.6666666667vw;
  }
}
.l-oil__main__bottom__item .text--title {
  color: #1D2086;
  font-size: 1.4583333333vw;
  margin-bottom: 1.25vw;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  .l-oil__main__bottom__item .text--title {
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.l-oil__main__bottom__item .text--sub {
  font-size: 0.9895833333vw;
  line-height: 2;
}
@media only screen and (max-width: 750px) {
  .l-oil__main__bottom__item .text--sub {
    font-size: 3.4666666667vw;
    line-height: 1.6153846154;
  }
}
.l-oil__main__bottom__item .text--sub ul {
  display: flex;
  -moz-column-gap: 0vw;
       column-gap: 0vw;
}
@media only screen and (max-width: 750px) {
  .l-oil__main__bottom__item .text--sub ul {
    -moz-column-gap: 0vw;
         column-gap: 0vw;
  }
}

.l-web__mv {
  padding-top: 10.78125vw;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .l-web__mv {
    padding-top: 34vw;
  }
}
.l-web__mv .title {
  padding-left: 4.84375vw;
  margin-bottom: 2.5vw;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  .l-web__mv .title {
    padding-left: 4.5333333333vw;
    margin-bottom: 8.4vw;
  }
}
.l-web__mv .title .small {
  font-size: 1.3020833333vw;
  font-weight: 600;
  margin-bottom: 0.5208333333vw;
}
@media only screen and (max-width: 750px) {
  .l-web__mv .title .small {
    font-size: 3.3333333333vw;
    margin-bottom: 1.7333333333vw;
  }
}
.l-web__mv .title .big {
  font-size: 2.3958333333vw;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  .l-web__mv .title .big {
    font-size: 4.8vw;
  }
}
.l-web__mv img {
  width: 58.6458333333vw;
  height: 38.90625vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 750px) {
  .l-web__mv img {
    width: 86.8vw;
    height: 57.6vw;
  }
}
.l-web__main {
  background-image: url(../assets/img/web/bg.png);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  padding: 9.375vw 0;
}
@media only screen and (max-width: 750px) {
  .l-web__main {
    padding: 8.8vw 4.2666666667vw;
  }
}
.l-web__main__inner {
  width: 70.78125vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 4.1666666667vw;
}
@media only screen and (max-width: 750px) {
  .l-web__main__inner {
    row-gap: 6.6666666667vw;
    width: 100%;
  }
}
.l-web__main__inner .item {
  border-bottom: 1px solid #fff;
  padding-bottom: 2.8645833333vw;
  color: white;
}
@media only screen and (max-width: 750px) {
  .l-web__main__inner .item {
    padding-bottom: 10.9333333333vw;
  }
}
.l-web__main__inner .item .title {
  font-size: 1.6666666667vw;
  font-weight: 600;
  margin-bottom: 1.6666666667vw;
}
@media only screen and (max-width: 750px) {
  .l-web__main__inner .item .title {
    font-size: 4.5333333333vw;
    margin-bottom: 3.8666666667vw;
  }
}
.l-web__main__inner .item .text {
  font-size: 1.0416666667vw;
  line-height: 1.9;
}
@media only screen and (max-width: 750px) {
  .l-web__main__inner .item .text {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
}
.l-web__works {
  background-color: #F8F8F8;
  padding: 7.4479166667vw 10.9375vw;
}
@media only screen and (max-width: 750px) {
  .l-web__works {
    padding: 10.6666666667vw 4.2666666667vw;
  }
}
.l-web__works__heading {
  padding-left: 3.4895833333vw;
  margin-bottom: 4.375vw;
}
@media only screen and (max-width: 750px) {
  .l-web__works__heading {
    padding-left: 0vw;
    margin-bottom: 4vw;
  }
}
.l-web__works__heading .title .small {
  font-size: 1.1458333333vw;
  margin-bottom: 0.5208333333vw;
}
@media only screen and (max-width: 750px) {
  .l-web__works__heading .title .small {
    font-size: 3.7333333333vw;
    margin-bottom: 0.6666666667vw;
  }
}
.l-web__works__heading .title .big {
  font-size: 3.0208333333vw;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  .l-web__works__heading .title .big {
    font-size: 6vw;
  }
}
.l-web__works__inner {
  display: flex;
  justify-content: space-between;
  row-gap: 7.5520833333vw;
  flex-wrap: wrap;
  border-top: 1px solid black;
  padding-top: 2.0833333333vw;
}
@media only screen and (max-width: 750px) {
  .l-web__works__inner {
    padding-top: 0vw;
    border-top: none;
  }
}
.l-web__works__inner .item {
  display: flex;
  flex-direction: column;
  row-gap: 1.0416666667vw;
  width: 34.6875vw;
}
@media only screen and (max-width: 750px) {
  .l-web__works__inner .item {
    width: 100%;
    border-bottom: 1px solid black;
    row-gap: 6.6666666667vw;
    padding-bottom: 25.3333333333vw;
  }
  .l-web__works__inner .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.l-web__works__inner .item .image {
  width: 100%;
  height: 20.15625vw;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0.8333333333vw;
}
@media only screen and (max-width: 750px) {
  .l-web__works__inner .item .image {
    height: 53.0666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.l-web__works__inner .item .text {
  text-align: left;
}
.l-web__works__inner .item .text--title {
  font-size: 1.3541666667vw;
  font-weight: 600;
  margin-bottom: 0.5208333333vw;
}
@media only screen and (max-width: 750px) {
  .l-web__works__inner .item .text--title {
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.l-web__works__inner .item .text--text {
  font-size: 1.1979166667vw;
  color: #6F6F6F;
}
@media only screen and (max-width: 750px) {
  .l-web__works__inner .item .text--text {
    font-size: 3.3333333333vw;
  }
}
@media only screen and (max-width: 750px) {
  .l-web__works__inner .item .text--arrow {
    width: 14.4vw;
    height: 14.4vw;
    background-color: black;
    color: white;
    font-size: 4.2666666667vw;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 0;
    margin-left: auto;
    margin-top: 4.9333333333vw;
  }
}
.l-web__cta {
  padding: 3.125vw 0 6.25vw;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .l-web__cta {
    padding: 11.3333333333vw 2.2666666667vw 13.3333333333vw;
  }
}
.l-web__cta .link {
  width: 60.9375vw;
  background-color: #7ED3DA;
  border-radius: 2.3958333333vw;
  padding: 2.8645833333vw 3.125vw;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .l-web__cta .link {
    padding: 5.3333333333vw 10.6666666667vw;
    width: 100%;
  }
}
.l-web__cta .link .inner {
  width: 38.5416666667vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .l-web__cta .link .inner {
    width: 73.8666666667vw;
  }
}
.l-web__cta .link .inner--text {
  font-size: 1.6666666667vw;
  color: white;
}
@media only screen and (max-width: 750px) {
  .l-web__cta .link .inner--text {
    font-size: 4.5333333333vw;
  }
}
.l-web__cta .link .inner .arrow {
  width: 6.1458333333vw;
  height: 6.1458333333vw;
  border-radius: 50%;
  color: white;
  background-color: #1D2086;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.0833333333vw;
  border: 2px solid #1D2086;
}
@media only screen and (max-width: 750px) {
  .l-web__cta .link .inner .arrow {
    width: 15.7333333333vw;
    height: 15.7333333333vw;
    font-size: 5.3333333333vw;
  }
}
.l-web__cta .link:hover .arrow {
  background-color: #48CCDD;
  border-color: #48CCDD;
}

.l-company__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 4.1666666667vw;
       column-gap: 4.1666666667vw;
  margin: 0 auto;
  margin-top: 1.25vw;
}
@media only screen and (max-width: 750px) {
  .l-company__nav {
    justify-content: left;
    margin-top: 2.6666666667vw;
    row-gap: 2.6666666667vw;
    flex-wrap: wrap;
  }
}
.l-company__nav a {
  padding: 1.3020833333vw 0;
  padding-right: 4.1666666667vw;
  border-right: 1px solid #1D2086;
  font-size: 1.3541666667vw;
  display: flex;
  justify-content: right;
  align-items: center;
  -moz-column-gap: 1.5625vw;
       column-gap: 1.5625vw;
  color: #1D2086;
}
@media only screen and (max-width: 750px) {
  .l-company__nav a {
    justify-content: left;
    font-size: 3.8666666667vw;
    -moz-column-gap: 5.3333333333vw;
         column-gap: 5.3333333333vw;
    padding: 1.3333333333vw 0;
    padding-right: 0;
    width: 47%;
    padding-left: 12vw;
  }
  .l-company__nav a:nth-child(2n) {
    border-right: none;
    padding-right: 0;
  }
}
.l-company__nav a:last-child {
  border-right: none;
}
.l-company__nav a span {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-company__nav a img {
  width: 1.1979166667vw;
  height: 0.8854166667vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 750px) {
  .l-company__nav a img {
    width: 2.2666666667vw;
    height: 1.7333333333vw;
  }
}
.l-company__greeting--heading {
  display: flex;
  justify-content: right;
  -moz-column-gap: 6.3020833333vw;
       column-gap: 6.3020833333vw;
}
@media only screen and (max-width: 750px) {
  .l-company__greeting--heading {
    -moz-column-gap: 0vw;
         column-gap: 0vw;
    position: relative;
  }
}
.l-company__greeting--heading h2.title {
  display: flex;
  flex-direction: column;
  -ms-writing-mode: tb-rl;
  align-items: center;
  writing-mode: vertical-rl;
  padding-bottom: 8.0729166667vw;
  row-gap: 1.171875vw;
}
@media only screen and (max-width: 750px) {
  .l-company__greeting--heading h2.title {
    position: absolute;
    top: -16vw;
    left: 6.6666666667vw;
    padding-bottom: 0vw;
    row-gap: 2.6666666667vw;
  }
}
.l-company__greeting--heading h2.title .en {
  font-size: 1.1458333333vw;
  color: #1D2086;
}
@media only screen and (max-width: 750px) {
  .l-company__greeting--heading h2.title .en {
    font-size: 2.9333333333vw;
  }
}
.l-company__greeting--heading h2.title .jp {
  font-size: 1.8229166667vw;
  font-weight: bold;
  letter-spacing: 1.25vw;
}
@media only screen and (max-width: 750px) {
  .l-company__greeting--heading h2.title .jp {
    font-size: 5.0666666667vw;
    letter-spacing: 2.1333333333vw;
  }
}
.l-company__greeting--heading .image {
  width: 71.875vw;
  height: 47.9166666667vw;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media only screen and (max-width: 750px) {
  .l-company__greeting--heading .image {
    width: 90.9333333333vw;
    height: 60.6666666667vw;
  }
}
.l-company__greeting--text {
  background-color: #F5F5F5;
  padding: 4.1666666667vw 15.625vw 5.2083333333vw;
  font-size: 1.0416666667vw;
  line-height: 1.9;
}
@media only screen and (max-width: 750px) {
  .l-company__greeting--text {
    padding: 5.4666666667vw 2.6666666667vw 7.7333333333vw;
    font-size: 4vw;
    line-height: 1.6;
  }
}
.l-company__greeting--text .inner {
  margin-bottom: 5.46875vw;
}
@media only screen and (max-width: 750px) {
  .l-company__greeting--text .inner {
    margin-bottom: 7.7333333333vw;
  }
}
.l-company__greeting--text .sign {
  font-size: 1.3020833333vw;
  text-align: right;
}
@media only screen and (max-width: 750px) {
  .l-company__greeting--text .sign {
    font-size: 4vw;
  }
}
.l-company__about {
  background-color: #F4FAFD;
  padding: 6.875vw 0;
}
@media only screen and (max-width: 750px) {
  .l-company__about {
    padding: 14.4vw 4.2666666667vw;
  }
}
.l-company__about .title {
  width: 79.7916666667vw;
  padding-bottom: 1.2760416667vw;
  border-bottom: 2px solid #1D2086;
  margin: 0 auto;
  margin-bottom: 4.1666666667vw;
  font-size: 1.8229166667vw;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .l-company__about .title {
    width: 100%;
    margin-bottom: 6.6vw;
    padding-bottom: 1.4vw;
    font-size: 5.0666666667vw;
  }
}
.l-company__about table {
  width: 70.4166666667vw;
  max-width: 1352px;
  margin: 0 auto;
  display: table;
}
@media only screen and (max-width: 750px) {
  .l-company__about table {
    width: 100%;
    max-width: none;
  }
}
.l-company__about table tr th, .l-company__about table tr td {
  padding: 2.2916666667vw 0;
}
@media only screen and (max-width: 750px) {
  .l-company__about table tr th, .l-company__about table tr td {
    padding: 5.3333333333vw 0;
    width: 100%;
    display: block;
    padding-left: 3.8666666667vw !important;
  }
}
.l-company__about table tr th {
  background-color: #1D2086;
  color: white;
  text-align: center;
  border-bottom: 1px solid white;
  font-size: 1.1458333333vw;
  line-height: 1.8181818182;
}
@media only screen and (max-width: 750px) {
  .l-company__about table tr th {
    font-size: 3.8666666667vw;
    line-height: 1.7931034483;
    text-align: left;
  }
}
.l-company__about table tr td {
  background-color: white;
  border-bottom: 1px solid #C9C9C9;
  padding-left: 9.375vw;
  font-size: 1.1458333333vw;
  line-height: 1.8181818182;
}
@media only screen and (max-width: 750px) {
  .l-company__about table tr td {
    font-size: 3.8666666667vw;
    line-height: 1.7931034483;
    padding-left: 0;
    padding-right: 2.4vw;
  }
}
.l-company__history {
  padding: 5.2083333333vw 0;
}
@media only screen and (max-width: 750px) {
  .l-company__history {
    padding: 10.6666666667vw 4.2666666667vw 15.0666666667vw;
  }
}
.l-company__history .title {
  width: 79.7916666667vw;
  padding-bottom: 1.2760416667vw;
  border-bottom: 2px solid #1D2086;
  margin: 0 auto;
  margin-bottom: 0.4166666667vw;
  font-size: 1.8229166667vw;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .l-company__history .title {
    width: 100%;
    margin-bottom: 6.6vw;
    padding-bottom: 1.4vw;
    font-size: 5.0666666667vw;
  }
}
.l-company__history--list {
  width: 70.15625vw;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .l-company__history--list {
    width: 100%;
  }
}
.l-company__history--list .item {
  display: flex;
  justify-content: left;
  align-items: center;
  -moz-column-gap: 7.2916666667vw;
       column-gap: 7.2916666667vw;
  position: relative;
  font-size: 1.1458333333vw;
  padding: 3.125vw 0;
  padding-left: 8.3333333333vw;
  border-bottom: 1px solid #C9C9C9;
}
@media only screen and (max-width: 750px) {
  .l-company__history--list .item {
    flex-direction: column;
    row-gap: 1.4666666667vw;
    align-items: flex-start;
    font-size: 4.1333333333vw;
    padding: 8vw 0;
    padding-left: 0vw;
    line-height: 1.8;
  }
}
.l-company__history--list .item .year {
  position: absolute;
  left: 0;
  top: auto;
  bottom: auto;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
  font-size: 4.375vw;
  color: #EAF5F7;
}
@media only screen and (max-width: 750px) {
  .l-company__history--list .item .year {
    font-size: 11.2vw;
    top: -2.6666666667vw;
  }
}
.l-company__customer {
  padding: 5.2083333333vw 0 6.25vw;
}
@media only screen and (max-width: 750px) {
  .l-company__customer {
    padding: 0 4.2666666667vw 10vw;
  }
}
.l-company__customer .title {
  width: 79.7916666667vw;
  padding-bottom: 1.2760416667vw;
  border-bottom: 2px solid #1D2086;
  margin: 0 auto;
  margin-bottom: 0.4166666667vw;
  font-size: 1.8229166667vw;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .l-company__customer .title {
    width: 100%;
    margin-bottom: 6.6vw;
    padding-bottom: 1.4vw;
    font-size: 5.0666666667vw;
  }
}
.l-company__customer .flex {
  width: 84.6875vw;
  max-width: 1626px;
  margin: 0 auto;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 0.5208333333vw;
}
@media only screen and (max-width: 750px) {
  .l-company__customer .flex {
    justify-content: space-between;
    width: 100%;
    -moz-column-gap: 3.3333333333vw;
         column-gap: 3.3333333333vw;
    row-gap: 1.3333333333vw;
  }
}
.l-company__customer .flex .item {
  width: 16.40625vw;
  height: 5.9895833333vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 750px) {
  .l-company__customer .flex .item {
    width: calc((100% - 3.3333333333vw) / 2);
    height: 15.3333333333vw;
  }
}
.l-company__banner {
  width: 100%;
  height: 38.1770833333vw;
}
@media only screen and (max-width: 750px) {
  .l-company__banner {
    height: 40vw;
  }
}
.l-company__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-company__access {
  padding: 5.2083333333vw 0 6.25vw;
}
@media only screen and (max-width: 750px) {
  .l-company__access {
    padding: 8vw 0 6vw;
  }
}
.l-company__access .title {
  width: 79.7916666667vw;
  padding-bottom: 1.2760416667vw;
  border-bottom: 2px solid #1D2086;
  margin: 0 auto;
  margin-bottom: 2.1614583333vw;
  font-size: 1.8229166667vw;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .l-company__access .title {
    width: calc(100% - 8.5333333333vw);
    margin-bottom: 6.6vw;
    padding-bottom: 1.4vw;
    font-size: 5.0666666667vw;
  }
}
.l-company__access .address {
  width: 79.7916666667vw;
  margin: 0 auto;
  margin-bottom: 2.5vw;
  font-size: 1.25vw;
  line-height: 1.6666666667;
}
@media only screen and (max-width: 750px) {
  .l-company__access .address {
    width: calc(100% - 8.5333333333vw);
    margin-bottom: 4.5333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.375;
  }
}
.l-company__access .google-map {
  width: 79.7916666667vw;
  height: 31.875vw;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .l-company__access .google-map {
    width: 100%;
    height: 57.3333333333vw;
  }
}
.l-company__access .google-map iframe {
  width: 100%;
  height: 100%;
}

.l-privacy {
  padding: 20.8333333333vw 7.7083333333vw 5.0520833333vw;
}
@media only screen and (max-width: 750px) {
  .l-privacy {
    padding: 41.8666666667vw 4.2666666667vw 16.2666666667vw;
  }
}
.l-privacy .title {
  width: 100%;
  font-size: 2.34375vw;
  font-weight: bold;
  padding-bottom: 2.8645833333vw;
  border-bottom: 2px solid #1D2086;
  text-align: center;
  margin-bottom: 4.1666666667vw;
  color: #1D2086;
}
@media only screen and (max-width: 750px) {
  .l-privacy .title {
    font-size: 4.8vw;
    padding-bottom: 6.6666666667vw;
    margin-bottom: 6.1333333333vw;
  }
}
.l-privacy .title--sub {
  font-size: 1.1458333333vw;
  line-height: 1.9090909091;
  margin-bottom: 4.1666666667vw;
  color: black;
}
@media only screen and (max-width: 750px) {
  .l-privacy .title--sub {
    font-size: 3.4666666667vw;
    line-height: 1.8076923077;
    margin-bottom: 10.6666666667vw;
  }
}
.l-privacy .text {
  margin-bottom: 4.1666666667vw;
}
@media only screen and (max-width: 750px) {
  .l-privacy .text {
    margin-bottom: 10.6666666667vw;
  }
}
.l-privacy .text--title {
  font-size: 2.0833333333vw;
  font-weight: bold;
  color: #1D2086;
  margin-bottom: 1.5625vw;
}
@media only screen and (max-width: 750px) {
  .l-privacy .text--title {
    font-size: 4.2666666667vw;
    margin-bottom: 3.4666666667vw;
  }
}
.l-privacy .text--body {
  font-size: 1.1458333333vw;
  line-height: 1.9090909091;
  width: 100%;
  text-align: justify;
}
@media only screen and (max-width: 750px) {
  .l-privacy .text--body {
    font-size: 3.3333333333vw;
    line-height: 1.84;
  }
}

.l-contact__form {
  width: 44.8958333333vw;
  max-width: 862px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .l-contact__form {
    width: 100%;
  }
}
.l-contact__form .form__label {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.2916666667vw;
}
@media only screen and (max-width: 750px) {
  .l-contact__form .form__label {
    margin-bottom: 6.2666666667vw;
  }
}
.l-contact__form .form__label--title {
  font-size: 1.1458333333vw;
  font-weight: bold;
  margin-bottom: 1.1458333333vw;
}
@media only screen and (max-width: 750px) {
  .l-contact__form .form__label--title {
    font-size: 4vw;
    margin-bottom: 2.5333333333vw;
  }
}
.l-contact__form .form__label--title .must {
  font-size: 0.8854166667vw;
  color: red;
  vertical-align: top;
  margin-left: 0.4166666667vw;
}
@media only screen and (max-width: 750px) {
  .l-contact__form .form__label--title .must {
    font-size: 2.6666666667vw;
    margin-left: 1.3333333333vw;
  }
}
.l-contact__form .form__label textarea {
  border: 1px solid #BFBFBF;
  border-radius: 0.6770833333vw;
  padding: 1.3020833333vw 2.6041666667vw;
  min-height: 20.15625vw;
  font-size: 1.1458333333vw;
  line-height: 1.9090909091;
}
@media only screen and (max-width: 750px) {
  .l-contact__form .form__label textarea {
    min-height: 51.6vw;
    padding: 5.4666666667vw 4vw;
    border-radius: 1.7333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}
.l-contact__form .form__label.check {
  display: flex;
  align-items: center;
  flex-direction: row;
  -moz-column-gap: 0.8333333333vw;
       column-gap: 0.8333333333vw;
  margin-bottom: 2.2916666667vw;
}
@media only screen and (max-width: 750px) {
  .l-contact__form .form__label.check {
    margin-bottom: 13.3333333333vw;
  }
}
.l-contact__form .form__label.check .agree {
  font-size: 1.0416666667vw;
  margin-left: 0.5208333333vw;
}
@media only screen and (max-width: 750px) {
  .l-contact__form .form__label.check .agree {
    font-size: 3.4666666667vw;
    margin-left: 1.3333333333vw;
  }
}
.l-contact__form .form__label.check .form__checkbox {
  width: 1.8229166667vw;
  height: 1.8229166667vw;
}
@media only screen and (max-width: 750px) {
  .l-contact__form .form__label.check .form__checkbox {
    width: 4.6666666667vw;
    height: 4.6666666667vw;
  }
}
.l-contact__form .form__input {
  border: 1px solid #BFBFBF;
  font-size: 1.1458333333vw;
  border-radius: 0.6770833333vw;
  padding: 1.3020833333vw 2.6041666667vw;
}
@media only screen and (max-width: 750px) {
  .l-contact__form .form__input {
    font-size: 3.7333333333vw;
    padding: 5.4666666667vw 4vw;
    border-radius: 1.7333333333vw;
  }
}
.l-contact__form .alert {
  font-size: 1.0416666667vw;
  font-weight: bold;
  color: #1D2086;
  margin: 2.6041666667vw 0 1.0416666667vw;
  display: block;
}
@media only screen and (max-width: 750px) {
  .l-contact__form .alert {
    font-size: 3.7333333333vw;
    margin: 10.6666666667vw 0 2.6666666667vw;
  }
}
.l-contact__form .submit {
  width: 31.25vw;
  max-width: 600px;
  border-radius: 5vw;
  background-color: #1D2086;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1458333333vw;
  font-weight: bold;
  margin: 0 auto;
  padding: 2.6041666667vw;
  text-align: center;
  margin-top: 4.6875vw;
}
@media only screen and (max-width: 750px) {
  .l-contact__form .submit {
    width: 75.2vw;
    font-size: 3.7333333333vw;
    padding: 6.6666666667vw 0;
    border-radius: 12.8vw;
  }
}

.l-recruit {
  padding-top: 10.5208333333vw;
}
@media only screen and (max-width: 750px) {
  .l-recruit {
    padding-top: 33.3333333333vw;
  }
}
.l-recruit__top > .title {
  padding-left: 4.84375vw;
}
@media only screen and (max-width: 750px) {
  .l-recruit__top > .title {
    padding-left: 4.4vw;
  }
}
.l-recruit__top > .title .en {
  font-size: 6.25vw;
  font-weight: 600;
  line-height: 1.5;
  color: #BCE9FD;
  opacity: 0.4;
}
@media only screen and (max-width: 750px) {
  .l-recruit__top > .title .en {
    font-size: 18.6666666667vw;
    line-height: 1;
  }
}
.l-recruit__top > .title .jp {
  font-size: 1.9791666667vw;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  top: -4.4270833333vw;
  left: 5.2083333333vw;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 750px) {
  .l-recruit__top > .title .jp {
    font-size: 4.8vw;
    top: -8vw;
    left: 4vw;
  }
}
@media only screen and (max-width: 750px) {
  .l-recruit__top .l-main__mv__inner {
    height: 70.6666666667vw;
  }
}
.l-recruit__top .l-main__mv__inner img {
  height: 35.5729166667vw;
}
@media only screen and (max-width: 750px) {
  .l-recruit__top .l-main__mv__inner img {
    height: 70.6666666667vw;
  }
}
.l-recruit__top .l-main__mv__bottom {
  height: 35.5729166667vw;
}
@media only screen and (max-width: 750px) {
  .l-recruit__top .l-main__mv__bottom {
    height: 70.6666666667vw;
  }
  .l-recruit__top .l-main__mv__bottom--text .big {
    font-size: 5.0666666667vw;
    margin-bottom: 3.7333333333vw;
  }
  .l-recruit__top .l-main__mv__bottom--text .small {
    font-size: 3.8666666667vw;
    text-align: left;
  }
  .l-recruit__top .l-main__mv__bottom--text .small br {
    display: none;
  }
}
.l-recruit__purpose {
  background-color: #F4F8FA;
  padding: 0 5.7291666667vw 4.1666666667vw 5.7291666667vw;
}
@media only screen and (max-width: 750px) {
  .l-recruit__purpose {
    padding: 0 4vw 0vw 4vw;
    margin-bottom: 16vw;
  }
}
.l-recruit__purpose__inner {
  width: 100%;
  background-image: url(../assets/img/recruit/bg.png);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 10.1041666667vw;
  color: white;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .l-recruit__purpose__inner {
    padding-bottom: 10.6666666667vw;
  }
}
.l-recruit__purpose__inner .title {
  padding-left: 4.53125vw;
  padding-top: 4.7916666667vw;
}
@media only screen and (max-width: 750px) {
  .l-recruit__purpose__inner .title {
    padding-left: 3.0666666667vw;
    padding-top: 9.6vw;
  }
}
.l-recruit__purpose__inner .title .top {
  font-size: 1.25vw;
  margin-bottom: 0.5208333333vw;
}
@media only screen and (max-width: 750px) {
  .l-recruit__purpose__inner .title .top {
    font-size: 3.4666666667vw;
    margin-bottom: 0.6666666667vw;
  }
}
.l-recruit__purpose__inner .title .bottom {
  font-size: 1.8229166667vw;
}
@media only screen and (max-width: 750px) {
  .l-recruit__purpose__inner .title .bottom {
    font-size: 5.0666666667vw;
  }
}
@media only screen and (max-width: 750px) {
  .l-recruit__purpose__flex {
    padding-top: 8vw;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  .l-recruit__purpose__flex {
    padding-top: 0vw;
  }
}
.l-recruit__purpose__flex .item {
  display: flex;
  justify-content: right;
  align-items: flex-start;
  -moz-column-gap: 2.7604166667vw;
       column-gap: 2.7604166667vw;
}
@media only screen and (max-width: 750px) {
  .l-recruit__purpose__flex .item {
    flex-direction: column-reverse;
  }
}
.l-recruit__purpose__flex .item .right {
  width: 39.7395833333vw;
  height: 30.78125vw;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .l-recruit__purpose__flex .item .right {
    width: 77.3333333333vw;
    height: 56.2666666667vw;
    margin-right: 0;
    margin-left: auto;
  }
}
.l-recruit__purpose__flex .item .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-recruit__purpose__flex .item .right .image {
  position: absolute;
  top: 0vw;
  left: 0vw;
  z-index: 2;
}
.l-recruit__purpose__flex .item .right .fade {
  position: absolute;
  top: 1.09375vw;
  left: -1.4583333333vw;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .l-recruit__purpose__flex .item .right .fade {
    top: 2.1333333333vw;
    left: -2.2666666667vw;
  }
}
@keyframes diagonal-move {
  0% {
    top: 0;
    right: 0;
    left: auto;
  }
  100% {
    top: -7.8125vw;
    right: -52.0833333333vw;
    left: auto;
  }
}
.l-recruit__purpose__flex .item .right .overlay {
  width: 39.7395833333vw;
  height: 30.78125vw;
  position: absolute;
  top: -0.0520833333vw;
  left: 0vw;
  z-index: 2;
  transition: all 1.5s ease-in-out;
}
@media only screen and (max-width: 750px) {
  .l-recruit__purpose__flex .item .right .overlay {
    width: 100%;
    height: 100%;
  }
}
.l-recruit__purpose__flex .item .right .overlay.animate {
  top: -7.8125vw;
  left: 52.0833333333vw;
  transition: all 1.5s ease-in-out;
}
@media only screen and (max-width: 750px) {
  .l-recruit__purpose__flex .item .right .overlay.animate {
    top: -40vw;
    left: 266.6666666667vw;
  }
}
.l-recruit__purpose__flex .item .right .overlay.animate--left {
  top: -7.8125vw;
  left: -52.0833333333vw;
  transition: all 1.5s ease-in-out;
}
@media only screen and (max-width: 750px) {
  .l-recruit__purpose__flex .item .right .overlay.animate--left {
    top: -40vw;
    left: -266.6666666667vw;
  }
}
.l-recruit__purpose__flex .item .left {
  width: 39.7395833333vw;
  padding: 3.90625vw 3.125vw;
  background-color: rgba(255, 255, 255, 0.08);
  margin-top: 5.2083333333vw;
}
@media only screen and (max-width: 750px) {
  .l-recruit__purpose__flex .item .left {
    width: 78.1333333333vw;
    padding: 12.4vw 2.6666666667vw 8vw;
    margin-top: 0vw;
    position: relative;
  }
}
.l-recruit__purpose__flex .item .left.second {
  margin-top: 7.8125vw;
}
@media only screen and (max-width: 750px) {
  .l-recruit__purpose__flex .item .left.second {
    margin-top: 0vw;
  }
}
.l-recruit__purpose__flex .item .left.third {
  margin-top: 6.875vw;
}
@media only screen and (max-width: 750px) {
  .l-recruit__purpose__flex .item .left.third {
    margin-top: 0vw;
  }
}
.l-recruit__purpose__flex .item .left--title {
  font-size: 1.7708333333vw;
  font-weight: bold;
  margin-bottom: 2.7604166667vw;
}
@media only screen and (max-width: 750px) {
  .l-recruit__purpose__flex .item .left--title {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.l-recruit__purpose__flex .item .left--text {
  font-size: 1.1979166667vw;
  line-height: 1.652173913;
}
@media only screen and (max-width: 750px) {
  .l-recruit__purpose__flex .item .left--text {
    font-size: 3.7333333333vw;
  }
}
.l-recruit__purpose__flex .item.reverse {
  flex-direction: row-reverse;
  justify-content: left;
  -moz-column-gap: 3.90625vw;
       column-gap: 3.90625vw;
}
.l-recruit__purpose__flex .item.reverse .fade {
  position: absolute;
  top: 1.9270833333vw;
  right: -1.3020833333vw;
  left: auto;
  z-index: 1;
}
.l-recruit__interview {
  position: relative;
  padding-bottom: 11.71875vw;
}
@media only screen and (max-width: 750px) {
  .l-recruit__interview {
    height: 173.3333333333vw;
    overflow-x: hidden;
    padding-bottom: 0;
  }
}
.l-recruit__interview__inner {
  position: relative;
}
.l-recruit__interview__inner::after {
  content: "";
  position: absolute;
  top: 32.2395833333vw;
  left: 0;
  width: 100%;
  height: 26.71875vw;
  background-color: #1D2086;
  z-index: -1;
  border-radius: 0 0 13.3854166667vw 0;
}
@media only screen and (max-width: 750px) {
  .l-recruit__interview__inner::after {
    top: 62.2666666667vw;
    height: 115.7333333333vw;
    width: 100%;
    border-radius: 0 0 34.2666666667vw 0;
  }
}
.l-recruit__interview__inner .title {
  width: 79.1666666667vw;
  margin: 0 auto;
  padding-top: 4.7916666667vw;
  border-bottom: 1px solid black;
  padding-bottom: 1.9791666667vw;
  margin-bottom: 3.125vw;
}
@media only screen and (max-width: 750px) {
  .l-recruit__interview__inner .title {
    width: 86.6666666667vw;
    padding-top: 0;
    margin-bottom: 6.6666666667vw;
    padding-bottom: 2.6666666667vw;
    position: relative;
  }
}
.l-recruit__interview__inner .title--top {
  font-size: 1.25vw;
  margin-bottom: 0.5208333333vw;
}
@media only screen and (max-width: 750px) {
  .l-recruit__interview__inner .title--top {
    font-size: 3.2vw;
    margin-bottom: 1.3333333333vw;
  }
}
.l-recruit__interview__inner .title--bottom {
  font-size: 1.8229166667vw;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .l-recruit__interview__inner .title--bottom {
    font-size: 5.0666666667vw;
  }
}
.l-recruit__interview__inner .l-main__recruit__inner {
  width: 79.1666666667vw;
  margin: 0 auto;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .l-recruit__interview__inner .l-main__recruit__inner {
    width: 100%;
    left: 0;
    margin-bottom: 31.3333333333vw;
  }
}
.l-recruit__interview__inner .l-main__recruit__inner--item {
  width: 19.1666666667vw;
  height: 28.5416666667vw;
}
@media only screen and (max-width: 750px) {
  .l-recruit__interview__inner .l-main__recruit__inner--item {
    width: 58.1333333333vw !important;
    height: 80.6666666667vw !important;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.l-recruit__interview .bottom {
  width: 100%;
}
.l-recruit__interview .bottom--box {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  width: 100%;
}
.l-recruit__interview .bottom--box .list {
  display: flex;
  justify-content: center;
  animation: infinity-scroll-left 10s infinite linear 0.5s both;
}
@media only screen and (max-width: 750px) {
  .l-recruit__interview .l-main__recruit--text {
    padding-left: 4.2666666667vw;
  }
}
.l-recruit__info {
  padding: 9.8958333333vw 0 7.2916666667vw;
}
@media only screen and (max-width: 750px) {
  .l-recruit__info {
    padding: 4vw 4.2666666667vw 10.4vw;
  }
}
.l-recruit__info .title {
  width: 79.53125vw;
  margin: 0 auto;
  border-bottom: 1px solid black;
  padding-bottom: 1.9791666667vw;
  margin-bottom: 2.6041666667vw;
}
@media only screen and (max-width: 750px) {
  .l-recruit__info .title {
    width: 86.6666666667vw;
    padding-top: 0;
    margin-bottom: 6.6666666667vw;
    padding-bottom: 2.6666666667vw;
    position: relative;
  }
}
.l-recruit__info .title--top {
  font-size: 1.25vw;
  margin-bottom: 0.5208333333vw;
}
@media only screen and (max-width: 750px) {
  .l-recruit__info .title--top {
    font-size: 3.2vw;
    margin-bottom: 1.3333333333vw;
  }
}
.l-recruit__info .title--bottom {
  font-size: 1.8229166667vw;
}
@media only screen and (max-width: 750px) {
  .l-recruit__info .title--bottom {
    font-size: 5.0666666667vw;
  }
}
.l-recruit__info table {
  width: 70.3125vw;
  margin: 0 auto;
  border-top: 1px solid #C9C9C9;
  border-right: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
}
@media only screen and (max-width: 750px) {
  .l-recruit__info table {
    width: 100%;
    border: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  }
}
.l-recruit__info table tr {
  display: flex;
  justify-content: left;
}
@media only screen and (max-width: 750px) {
  .l-recruit__info table tr {
    display: block;
  }
}
.l-recruit__info table tr th {
  width: 16.6666666667vw;
  background-color: #1D2086;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.0416666667vw;
  line-height: 1.8;
  padding: 1.5625vw 0;
  border-bottom: 1px solid white;
}
@media only screen and (max-width: 750px) {
  .l-recruit__info table tr th {
    width: 100%;
    font-size: 4vw;
    line-height: 1.2;
    padding: 4vw 2.8vw;
    justify-content: left;
  }
}
.l-recruit__info table tr td {
  width: calc(100% - 16.6666666667vw);
  font-size: 1.0416666667vw;
  line-height: 1.8;
  padding: 1.5625vw 0 1.5625vw 6.7708333333vw;
  border-bottom: 1px solid #C9C9C9;
}
@media only screen and (max-width: 750px) {
  .l-recruit__info table tr td {
    width: 100%;
    font-size: 4vw;
    line-height: 1.7333333333;
    padding: 4vw 2.8vw;
  }
}
.l-recruit__info table tr:last-child th, .l-recruit__info table tr:last-child td {
  border-bottom: none;
}

.l-delivery__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 4.1666666667vw;
       column-gap: 4.1666666667vw;
  margin: 1.25vw auto;
}
@media only screen and (max-width: 750px) {
  .l-delivery__nav {
    justify-content: flex-end;
    margin-top: 2.6666666667vw;
    row-gap: 2.6666666667vw;
    flex-wrap: wrap;
  }
}
.l-delivery__nav a {
  padding: 1.3020833333vw 0;
  padding-right: 4.1666666667vw;
  border-right: 1px solid #1D2086;
  font-size: 1.3541666667vw;
  display: flex;
  justify-content: right;
  align-items: center;
  -moz-column-gap: 1.5625vw;
       column-gap: 1.5625vw;
  color: #1D2086;
}
@media only screen and (max-width: 750px) {
  .l-delivery__nav a {
    justify-content: center;
    font-size: 3.8666666667vw;
    -moz-column-gap: 5.3333333333vw;
         column-gap: 5.3333333333vw;
    padding: 1.3333333333vw 0;
    padding-right: 5.3333333333vw;
    width: 47%;
  }
  .l-delivery__nav a:nth-child(2n) {
    border-right: none;
    padding-right: 0;
  }
}
.l-delivery__nav a:last-child {
  border-right: none;
}
.l-delivery__nav a span {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-delivery__nav a img {
  width: 1.1979166667vw;
  height: 0.8854166667vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 750px) {
  .l-delivery__nav a img {
    width: 2.2666666667vw;
    height: 1.7333333333vw;
  }
}
.l-delivery__top {
  background-color: #D9F2FF;
}
.l-delivery__top__inner {
  display: flex;
  justify-content: left;
  padding-left: 6.7708333333vw;
  -moz-column-gap: 3.28125vw;
       column-gap: 3.28125vw;
}
@media only screen and (max-width: 750px) {
  .l-delivery__top__inner {
    flex-direction: column-reverse;
    height: auto;
    width: 100%;
    padding-left: 0;
    padding: 22.6666666667vw 0 10.6666666667vw;
  }
}
.l-delivery__top__inner .left {
  width: 40.1041666667vw;
  height: 65.2083333333vw;
  background-color: #1D2086;
  position: relative;
  padding-top: 8.0729166667vw;
  padding-right: 4.9479166667vw;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .l-delivery__top__inner .left {
    width: 69.8666666667vw;
    height: 116vw;
    padding-top: 8.9333333333vw;
    padding-right: 6.2666666667vw;
    margin-left: 6.6666666667vw;
  }
}
.l-delivery__top__inner .left .image01 {
  position: absolute;
  top: 3.8541666667vw;
  left: -6.7708333333vw;
  width: 11.4583333333vw;
  height: 18.6458333333vw;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .l-delivery__top__inner .left .image01 {
    top: 8.9333333333vw;
    left: -11.6vw;
    width: 20vw;
    height: 32.5333333333vw;
  }
}
.l-delivery__top__inner .left .image01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: initial;
  transform: translate(0%, -20%) translate3d(0px, 0px, 0px) scale(1.1, 1.1);
}
.l-delivery__top__inner .left .image02 {
  position: absolute;
  top: 25.1041666667vw;
  left: 6.40625vw;
  width: 20.8333333333vw;
  height: 25.6770833333vw;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .l-delivery__top__inner .left .image02 {
    top: 44.2666666667vw;
    left: 11.0666666667vw;
    width: 36.1333333333vw;
    height: 44.8vw;
  }
}
.l-delivery__top__inner .left .image02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: initial;
  transform: translate(0%, -20%) translate3d(0px, 0px, 0px) scale(1.1, 1.1);
}
.l-delivery__top__inner .left .image02--sp {
  display: none;
}
@media only screen and (max-width: 750px) {
  .l-delivery__top__inner .left .image02--sp {
    display: block;
    position: absolute;
    top: 95.7333333333vw;
    left: 42.9333333333vw;
    width: 41.0666666667vw;
    height: 27.3333333333vw;
    overflow: hidden;
  }
  .l-delivery__top__inner .left .image02--sp img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: initial;
    transform: translate(0%, -20%) translate3d(0px, 0px, 0px) scale(1.1, 1.1);
  }
}
.l-delivery__top__inner .left--text {
  writing-mode: vertical-rl;
  transform: rotate(0deg);
  font-size: 2.0833333333vw;
  line-height: 2;
  letter-spacing: 1.0416666667vw;
  color: white;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 750px) {
  .l-delivery__top__inner .left--text {
    font-size: 5.6vw;
    line-height: 1.5714285714;
    letter-spacing: 2.6666666667vw;
  }
}
.l-delivery__top__inner .left--text span {
  text-combine-upright: all;
  margin-bottom: 1.0416666667vw;
}
@media only screen and (max-width: 750px) {
  .l-delivery__top__inner .left--text span {
    margin-bottom: 2.6666666667vw;
  }
}
.l-delivery__top__inner .right {
  margin-top: 10.9375vw;
  width: 46.875vw;
}
@media only screen and (max-width: 750px) {
  .l-delivery__top__inner .right {
    margin-top: 0;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
}
.l-delivery__top__inner .right .man {
  width: 100%;
  overflow: hidden;
  height: 28.28125vw;
}
@media only screen and (max-width: 750px) {
  .l-delivery__top__inner .right .man {
    height: 65.0666666667vw;
  }
}
.l-delivery__top__inner .right .man img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: initial;
  transform: translate(0%, -20%) translate3d(0px, 0px, 0px) scale(1.1, 1.1);
}
.l-delivery__top__inner .right--box {
  padding: 2.6041666667vw 1.0416666667vw;
  background-color: white;
}
@media only screen and (max-width: 750px) {
  .l-delivery__top__inner .right--box {
    padding: 5.8666666667vw 1.6vw;
    width: calc(100% - 7.2vw);
    margin: 0 auto;
  }
}
.l-delivery__top__inner .right--box .small {
  font-size: 1.25vw;
  margin-bottom: 0.2604166667vw;
}
@media only screen and (max-width: 750px) {
  .l-delivery__top__inner .right--box .small {
    font-size: 3.2vw;
    margin-bottom: 0.6666666667vw;
  }
}
.l-delivery__top__inner .right--box .title {
  font-size: 2.1875vw;
  margin-bottom: 1.9791666667vw;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 750px) {
  .l-delivery__top__inner .right--box .title {
    font-size: 5.0666666667vw;
    margin-bottom: 4vw;
  }
}
.l-delivery__top__inner .right--box .title::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1.09375vw;
  background-color: #B1E7FF;
  bottom: -5px;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  .l-delivery__top__inner .right--box .title::after {
    height: 2.1333333333vw;
  }
}
.l-delivery__top__inner .right--box .text {
  font-size: 1.1458333333vw;
  line-height: 1.8181818182;
}
@media only screen and (max-width: 750px) {
  .l-delivery__top__inner .right--box .text {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
}
.l-delivery__area {
  background-image: url(../assets/img/delivery/bg--area.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 5.7291666667vw 0 11.4583333333vw;
}
@media only screen and (max-width: 750px) {
  .l-delivery__area {
    padding: 9.8666666667vw 2.9333333333vw 8vw;
  }
}
.l-delivery__area .title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.9791666667vw;
  font-weight: bold;
  margin-bottom: 2.8645833333vw;
}
@media only screen and (max-width: 750px) {
  .l-delivery__area .title {
    font-size: 5.0666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.l-delivery__area--tokyo {
  width: 60.4166666667vw;
  margin: 0 auto;
  margin-bottom: 5.2083333333vw;
}
@media only screen and (max-width: 750px) {
  .l-delivery__area--tokyo {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.l-delivery__area--tokyo--title {
  padding: 1.0416666667vw 1.5625vw;
  color: white;
  background-color: #1D2086;
  font-size: 1.4583333333vw;
}
@media only screen and (max-width: 750px) {
  .l-delivery__area--tokyo--title {
    padding: 2.6666666667vw 4vw;
    font-size: 4vw;
  }
}
.l-delivery__area--tokyo .area {
  background-color: white;
  padding: 0 3.4375vw;
}
@media only screen and (max-width: 750px) {
  .l-delivery__area--tokyo .area {
    padding: 0;
  }
}
.l-delivery__area--tokyo .area .image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-delivery__area__middle {
  width: 74.6875vw;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .l-delivery__area__middle {
    width: 100%;
  }
}
.l-delivery__area__middle .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2.6041666667vw;
       column-gap: 2.6041666667vw;
  margin-bottom: 1.1979166667vw;
}
@media only screen and (max-width: 750px) {
  .l-delivery__area__middle .flex {
    flex-direction: column;
    margin-bottom: 2.4vw;
    row-gap: 4vw;
  }
}
.l-delivery__area__middle .flex .item {
  width: 36.0416666667vw;
}
@media only screen and (max-width: 750px) {
  .l-delivery__area__middle .flex .item {
    width: 100%;
  }
}
.l-delivery__area__middle .flex .item--title {
  padding: 1.0416666667vw 1.5625vw;
  color: white;
  background-color: #1D2086;
  font-size: 1.4583333333vw;
}
@media only screen and (max-width: 750px) {
  .l-delivery__area__middle .flex .item--title {
    padding: 2.6666666667vw 4vw;
    font-size: 4vw;
  }
}
.l-delivery__area__middle .flex .item .area {
  background-color: white;
  padding: 0 0.5208333333vw;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .l-delivery__area__middle .flex .item .area {
    padding: 0;
  }
}
.l-delivery__area__middle .flex .item .area .image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-delivery__area__middle .alert {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 1.3020833333vw 1.5625vw;
  display: flex;
  justify-content: left;
  align-items: center;
  -moz-column-gap: 2.6041666667vw;
       column-gap: 2.6041666667vw;
}
@media only screen and (max-width: 750px) {
  .l-delivery__area__middle .alert {
    padding: 4vw 2vw;
    flex-direction: column;
    row-gap: 4vw;
    align-items: flex-start;
  }
}
.l-delivery__area__middle .alert--item {
  font-size: 1.1458333333vw;
  display: flex;
  justify-content: left;
  -moz-column-gap: 1.0416666667vw;
       column-gap: 1.0416666667vw;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .l-delivery__area__middle .alert--item {
    font-size: 3.7333333333vw;
    -moz-column-gap: 2.4vw;
         column-gap: 2.4vw;
  }
}
.l-delivery__area__middle .alert--item .first, .l-delivery__area__middle .alert--item .second, .l-delivery__area__middle .alert--item .third {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
}
@media only screen and (max-width: 750px) {
  .l-delivery__area__middle .alert--item .first, .l-delivery__area__middle .alert--item .second, .l-delivery__area__middle .alert--item .third {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.l-delivery__area__middle .alert--item .first {
  background-color: #4774F2;
}
.l-delivery__area__middle .alert--item .second {
  background-color: #AEF9FF;
}
.l-delivery__area__middle .alert--item .third {
  background-color: #6EBEFF;
}
.l-delivery__area__middle .alert.width {
  width: 21.5625vw;
}
@media only screen and (max-width: 750px) {
  .l-delivery__area__middle .alert.width {
    width: 100%;
  }
}
.l-delivery__banner {
  width: 100%;
  height: 30.3645833333vw;
}
@media only screen and (max-width: 750px) {
  .l-delivery__banner {
    height: 46.6666666667vw;
  }
  .l-delivery__banner.second {
    height: 36.9333333333vw;
  }
  .l-delivery__banner.second img {
    -o-object-position: right;
       object-position: right;
  }
}
.l-delivery__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-delivery__middle {
  padding: 3.4375vw 0 18.9583333333vw;
  background-color: #D9F2FF;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .l-delivery__middle {
    padding: 6.6666666667vw 0 36.6666666667vw;
  }
}
.l-delivery__middle__inner {
  display: flex;
  justify-content: right;
  -moz-column-gap: 4.2708333333vw;
       column-gap: 4.2708333333vw;
  padding-right: 1.9270833333vw;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .l-delivery__middle__inner {
    flex-direction: column-reverse;
    row-gap: 6.6666666667vw;
    height: auto;
    width: 100%;
    padding-right: 0;
    padding: 22.6666666667vw 0 10.6666666667vw;
    padding-top: 0;
  }
}
.l-delivery__middle__inner .left {
  width: 40.9895833333vw;
  background-color: #1D2086;
  height: 67.1354166667vw;
  text-align: center;
  position: relative;
  padding-top: 5.2083333333vw;
}
@media only screen and (max-width: 750px) {
  .l-delivery__middle__inner .left {
    width: 67.2vw;
    height: auto;
    padding-top: 10.8vw;
    padding-bottom: 31.2vw;
    height: auto;
    margin-left: 6.6666666667vw;
  }
}
.l-delivery__middle__inner .left--text {
  writing-mode: vertical-lr;
  font-size: 2.0833333333vw;
  line-height: 2;
  letter-spacing: 1.0416666667vw;
  color: white;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .l-delivery__middle__inner .left--text {
    font-size: 5.6vw;
    line-height: 1.1904761905;
    letter-spacing: 2.6666666667vw;
  }
}
.l-delivery__middle__inner .left .image--top {
  position: absolute;
  top: 1.5625vw;
  left: -11.9791666667vw;
  width: 17.2395833333vw;
  height: 23.1770833333vw;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .l-delivery__middle__inner .left .image--top {
    top: 2.9333333333vw;
    left: -10.2666666667vw;
    width: 28.2666666667vw;
    height: 38vw;
  }
}
.l-delivery__middle__inner .left .image--top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: initial;
  transform: translate(0%, -20%) translate3d(0px, 0px, 0px) scale(1.1, 1.1);
}
.l-delivery__middle__inner .left .image--middle {
  position: absolute;
  top: 33.6458333333vw;
  right: -12.4479166667vw;
  width: 28.6979166667vw;
  height: 18.90625vw;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .l-delivery__middle__inner .left .image--middle {
    top: 55.0666666667vw;
    right: -20.4vw;
    width: 46.9333333333vw;
    height: 30.9333333333vw;
  }
}
.l-delivery__middle__inner .left .image--middle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: initial;
  transform: translate(0%, -20%) translate3d(0px, 0px, 0px) scale(1.1, 1.1);
}
.l-delivery__middle__inner .left .image--bottom {
  position: absolute;
  bottom: -4.9479166667vw;
  left: -11.9791666667vw;
  width: 25vw;
  height: 16.6666666667vw;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .l-delivery__middle__inner .left .image--bottom {
    top: 104.2666666667vw;
    left: -10.2666666667vw;
    width: 41.0666666667vw;
    height: 27.3333333333vw;
  }
}
.l-delivery__middle__inner .left .image--bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: initial;
  transform: translate(0%, -20%) translate3d(0px, 0px, 0px) scale(1.1, 1.1);
}
.l-delivery__middle__inner .right {
  width: 40.9895833333vw;
  height: 67.1354166667vw;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .l-delivery__middle__inner .right {
    width: 100%;
    height: auto;
  }
}
.l-delivery__middle__inner .right--box {
  padding: 3.0729166667vw 4.1666666667vw;
  background-color: white;
}
@media only screen and (max-width: 750px) {
  .l-delivery__middle__inner .right--box {
    padding: 4vw 1.3333333333vw;
    width: calc(100% - 7.2vw);
    margin: 0 auto;
  }
}
.l-delivery__middle__inner .right--box .small {
  font-size: 1.25vw;
  margin-bottom: 0.2604166667vw;
}
@media only screen and (max-width: 750px) {
  .l-delivery__middle__inner .right--box .small {
    font-size: 3.2vw;
    margin-bottom: 0.6666666667vw;
  }
}
.l-delivery__middle__inner .right--box .title {
  font-size: 2.1875vw;
  font-weight: bold;
  margin-bottom: 1.9791666667vw;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 750px) {
  .l-delivery__middle__inner .right--box .title {
    font-size: 5.0666666667vw;
    margin-bottom: 3.8666666667vw;
  }
}
.l-delivery__middle__inner .right--box .title::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1.09375vw;
  background-color: #B1E7FF;
  bottom: -5px;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  .l-delivery__middle__inner .right--box .title::after {
    height: 2.1333333333vw;
  }
}
.l-delivery__middle__inner .right--box .text {
  font-size: 1.1458333333vw;
  line-height: 1.8181818182;
}
@media only screen and (max-width: 750px) {
  .l-delivery__middle__inner .right--box .text {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
}
.l-delivery__middle__inner .right .delivery {
  position: absolute;
  right: -1.9270833333vw;
  top: 17.1875vw;
  width: 29.5833333333vw;
  height: 23.0729166667vw;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .l-delivery__middle__inner .right .delivery {
    position: static;
    width: 100%;
    height: auto;
  }
}
.l-delivery__middle__inner .right .delivery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: initial;
  transform: translate(0%, -20%) translate3d(0px, 0px, 0px) scale(1.1, 1.1);
}
.l-delivery__middle .man {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50vw;
  height: 28.0208333333vw;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .l-delivery__middle .man {
    width: 51.0666666667vw;
    height: 38.1333333333vw;
    bottom: -7.6vw;
  }
}
.l-delivery__middle .man img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: initial;
  transform: translate(0%, -20%) translate3d(0px, 0px, 0px) scale(1.1, 1.1);
}
.l-delivery__toyu {
  background-image: url(../assets/img/delivery/bg--toyu.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 6.25vw 0 5.5729166667vw;
}
@media only screen and (max-width: 750px) {
  .l-delivery__toyu {
    padding: 19.6vw 2.9333333333vw 8vw;
  }
}
.l-delivery__toyu .title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.9791666667vw;
  font-weight: bold;
  margin-bottom: 2.8645833333vw;
}
@media only screen and (max-width: 750px) {
  .l-delivery__toyu .title {
    font-size: 5.0666666667vw;
    margin-bottom: 4vw;
  }
}
.l-delivery__strength {
  padding: 5.8333333333vw 0 7.4479166667vw;
}
@media only screen and (max-width: 750px) {
  .l-delivery__strength {
    padding: 10.6666666667vw 0 12vw;
    background-color: #F4FAFD;
  }
}
.l-delivery__strength--heading {
  padding-left: 13.0208333333vw;
  margin-bottom: 8.3333333333vw;
}
@media only screen and (max-width: 750px) {
  .l-delivery__strength--heading {
    padding-left: 4vw;
    margin-bottom: 20.2666666667vw;
  }
}
.l-delivery__strength--heading .small {
  font-size: 1.25vw;
  margin-bottom: 0.2604166667vw;
}
@media only screen and (max-width: 750px) {
  .l-delivery__strength--heading .small {
    font-size: 3.2vw;
    margin-bottom: 0.6666666667vw;
  }
}
.l-delivery__strength--heading .big {
  font-size: 1.875vw;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .l-delivery__strength--heading .big {
    font-size: 5.0666666667vw;
  }
}
.l-delivery__strength--heading .big::after {
  position: absolute;
  left: 0;
  content: "";
  width: 14.21875vw;
  height: 0.8333333333vw;
  background-image: url(../assets/img/delivery/bg--arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -0.3645833333vw;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  .l-delivery__strength--heading .big::after {
    width: 36.4vw;
    height: 2.1333333333vw;
    bottom: -0.9333333333vw;
  }
}
.l-delivery__strength__item {
  width: 88.5416666667vw;
  padding: 3.125vw 38.3333333333vw 3.125vw 13.8020833333vw;
  background-color: #1D2086;
  margin-bottom: 12.1354166667vw;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .l-delivery__strength__item {
    width: 100%;
    padding: 0;
    margin-bottom: 6.6666666667vw;
    display: flex;
    flex-direction: column-reverse;
    background-color: transparent;
  }
}
.l-delivery__strength__item:last-child {
  margin-bottom: 0;
}
.l-delivery__strength__item__inner {
  padding: 3.125vw 0 6.25vw;
  background-color: white;
  border-radius: 1.0416666667vw;
}
@media only screen and (max-width: 750px) {
  .l-delivery__strength__item__inner {
    padding: 3.0666666667vw 0 3.6vw;
    border-radius: 0vw;
    padding-top: 8vw;
    width: 89.2vw;
    margin: 0 auto;
  }
}
.l-delivery__strength__item__inner .heading {
  position: relative;
  z-index: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.0416666667vw;
  padding-left: 2.9166666667vw;
}
@media only screen and (max-width: 750px) {
  .l-delivery__strength__item__inner .heading {
    padding-left: 1.8666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.l-delivery__strength__item__inner .heading--title {
  font-size: 0.78125vw;
  font-weight: bold;
  background-color: white;
}
@media only screen and (max-width: 750px) {
  .l-delivery__strength__item__inner .heading--title {
    font-size: 2.5333333333vw;
  }
}
.l-delivery__strength__item__inner .heading .number {
  position: absolute;
  top: -2.0833333333vw;
  right: -3.6458333333vw;
  width: 4.4270833333vw;
  height: 4.4270833333vw;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  .l-delivery__strength__item__inner .heading .number {
    width: 14.2666666667vw;
    height: 14.2666666667vw;
    top: -6.6666666667vw;
    right: -9.3333333333vw;
  }
}
.l-delivery__strength__item__inner .body {
  background-color: #1D2086;
  padding: 1.0416666667vw 2.6041666667vw;
  color: white;
  font-size: 1.6666666667vw;
  line-height: 1.40625;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .l-delivery__strength__item__inner .body {
    font-size: 4.2666666667vw;
    line-height: 1.40625;
    padding: 2.2666666667vw 1.3333333333vw;
  }
}
.l-delivery__strength__item__inner .text {
  padding: 1.0416666667vw 2.6041666667vw;
  font-size: 1.1458333333vw;
  line-height: 1.8181818182;
  padding-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .l-delivery__strength__item__inner .text {
    font-size: 3.7333333333vw;
    line-height: 1.6071428571;
    padding: 2vw 1.3333333333vw;
  }
}
.l-delivery__strength__item__image {
  position: absolute;
  top: -6.5625vw;
  right: -6.0416666667vw;
  width: 37.8125vw;
  height: 23.8541666667vw;
}
@media only screen and (max-width: 750px) {
  .l-delivery__strength__item__image {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    background-color: #1D2086;
    height: 54.4vw;
    width: 86.2666666667vw;
  }
}
.l-delivery__strength__item__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .l-delivery__strength__item__image .fade {
    position: absolute;
    top: -13.6vw;
    right: -13.7333333333vw;
    width: 86.2666666667vw;
    height: 54.4vw;
  }
}
.l-delivery__strength__item__image .fade--image {
  position: absolute;
  top: 3.4375vw;
  left: -3.4375vw;
  opacity: 0;
  transform: translateY(1.5625vw);
  transition: all 1s ease-in-out;
}
.l-delivery__strength__item__image .fade--image.is-show {
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (max-width: 750px) {
  .l-delivery__strength__item__image .fade--image {
    position: absolute;
    top: -6.6666666667vw;
    right: -6.6666666667vw;
    left: auto;
    width: 86.2666666667vw;
    height: 54.4vw;
  }
}
.l-delivery__strength__item.reverse {
  padding: 3.125vw 8.4375vw 3.125vw 37.8125vw;
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 750px) {
  .l-delivery__strength__item.reverse {
    padding: 8vw 0vw 8vw 0vw;
  }
}
.l-delivery__strength__item.reverse .l-delivery__strength__item__image {
  top: -6.5625vw;
  left: -6.0416666667vw;
}
@media only screen and (max-width: 750px) {
  .l-delivery__strength__item.reverse .l-delivery__strength__item__image {
    top: auto;
    left: auto;
    margin-right: 0;
    margin-left: auto;
  }
  .l-delivery__strength__item.reverse .l-delivery__strength__item__image .fade {
    top: -13.6vw;
    left: -13.7333333333vw;
  }
}
.l-delivery__strength__item.reverse .l-delivery__strength__item__image .fade--image {
  top: 3.4375vw;
  left: 3.4375vw;
}
@media only screen and (max-width: 750px) {
  .l-delivery__strength__item.reverse .l-delivery__strength__item__image .fade--image {
    top: -6.6666666667vw;
    left: -6.6666666667vw;
    right: auto;
    width: 86.2666666667vw;
    height: 54.4vw;
  }
}/*# sourceMappingURL=style.css.map */