@charset "UTF-8";
@font-face {
  font-family: "LIFULLFONT";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("LIFULLFONT"), url(/assets/fonts/LIFULLFONT-Regular.woff2) format("woff2"), url(/fonts/LIFULLFONT-Regular.woff) format("woff");
  unicode-range: U+21-3B, U+3D, U+3F-5B, U+5D, U+5F, U+61-7B, U+7D, U+AB, U+F7, U+2260, U+2264, U+2265;
}
@font-face {
  font-family: "LIFULLFONT";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("LIFULLFONT"), url(/assets/fonts/LIFULLFONT-Bold.woff2) format("woff2"), url(/fonts/LIFULLFONT-Bold.woff) format("woff");
  unicode-range: U+21-3B, U+3D, U+3F-5B, U+5D, U+5F, U+61-7B, U+7D, U+AB, U+F7, U+2260, U+2264, U+2265;
}
@font-face {
  font-family: "LIFULLFONT";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("LIFULLFONT"), url(/assets/fonts/LIFULLFONT-Heavy.woff2) format("woff2"), url(/fonts/LIFULLFONT-Heavy.woff) format("woff");
  unicode-range: U+21-3B, U+3D, U+3F-5B, U+5D, U+5F, U+61-7B, U+7D, U+AB, U+F7, U+2260, U+2264, U+2265;
}
.KeyVisual {
  width: 100vw;
  /* height: 100vh; */
  min-height: min(100vh, 56.25vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 6.4rem;
  margin-bottom: 10rem;
}
.KeyVisual__Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.KeyVisual__Logo {
  width: 92vw;
  margin: 0 auto 21.3333333333vw;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.KeyVisual__Logo a {
  display: block;
  pointer-events: none;
  cursor: none;
}
.KeyVisual__Logo.logofixed {
  margin: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: scale(0.43);
          transform: scale(0.43);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  position: fixed;
  top: 1.0666666667vw;
  left: 1.0666666667vw;
  z-index: 10;
}
.KeyVisual__Logo.logofixed a {
  pointer-events: all;
  cursor: pointer;
}
.KeyVisual__Vision {
  font-family: LIFULLFONT, sans-serif;
  font-weight: 700;
  font-size: 30px;
  font-size: 8vw;
  line-height: 1.4;
  padding: 8.5333333333vw 7.4666666667vw 10.1333333333vw 11.2vw;
  position: relative;
  z-index: 1;
}
.lifull-focus {
  position: relative;
}
.lifull-focus>span {
  content: "";
  display: block;
  background: url(/assets/img/common/l_focus.svg) center center/contain no-repeat;
  position: absolute;
  width: 3.2vmax;
  height: 2.4vmax;
  transform-origin: center !important;
}
.lifull-focus>span:nth-child(1) {
  top: 3.2dvw;
  left: 3.2dvw;
}
.lifull-focus>span:nth-child(2) {
  top: 3.2dvw;
  right: 3.2dvw;
  transform: rotate(90deg);
}
.lifull-focus>span:nth-child(3) {
  bottom: 3.2dvw;
  right: 3.2dvw;
  transform: rotate(180deg);
}
.lifull-focus>span:nth-child(4) {
  bottom: 3.2dvw;
  left: 3.2dvw;
  transform: rotate(270deg);
}
.KeyVisual__Vision::before,
.KeyVisual__Vision::after {
  content: "";
  display: block;
  background: url(/assets/img/common/l_focus.svg) center center/contain no-repeat;
  position: absolute;
  width: 8.8vw;
  height: 6.6666666667vw;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.KeyVisual__Vision::before {
  top: 0;
  left: 0;
}
.KeyVisual__Vision::after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.KeyVisual__Vision--focus::before,
.KeyVisual__Vision--focus::after {
  content: "";
  display: block;
  background: url(/assets/img/common/l_focus.svg) center center/contain no-repeat;
  position: absolute;
  width: 8.8vw;
  height: 6.6666666667vw;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.KeyVisual__Vision--focus::before {
  top: calc((8.8vw - 6.6666666667vw) / 2);
  right: calc((-8.8vw - -6.6666666667vw) / 2);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.KeyVisual__Vision--focus::after {
  left: calc((-8.8vw - -6.6666666667vw) / 2);
  bottom: calc((8.8vw - 6.6666666667vw) / 2);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.KeyVisual__Vision span {
  font-weight: 900;
  color: #ED6103;
}
.KeyVisual__Dots {
  width: 61.3333333333vw;
  height: 61.3333333333vw;
  border-radius: 30.6666666667vw;
  background-image: url(../img/common/bg_dot_orange.svg);
  background-position: left top;
  background-size: 3.2vw 3.2vw;
  background-repeat: repeat;
  position: absolute;
  bottom: 18.6666666667vw;
  right: -6.9333333333vw;
}
.movie-popup .swal2-popup,
.movie-popup {
  padding: 0 !important;
}

.movie-popup .swal2-popup,
.movie-popup video {
  width: min(100dvw, 1200px);
}

.movie-popup .swal2-close {
  font-size: 4rem;
}

.movie-popup .swal2-html-container {
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.top-video {
  margin-bottom: 10rem;
  position: relative;
  overflow: hidden;
}

.top-video > div {
  aspect-ratio: 16/9;
  margin: auto;
  width: calc(min(100vw, 16 / 9 * (100dvh - 8.62dvw)));
  outline-offset: -1px;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 0 100vmax rgba(0,0,0,.25);
  display: flex;
  align-items: flex-end;
  padding: 4.1666666667dvw;
}

.top-video > video {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.WhoWeAre {
  position: relative;
  padding: 34.6666666667vw 0 26.6666666667vw;
}
.WhoWeAre__Lead--heading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.WhoWeAre__Lead--img {
  padding: 0 4vw 0 8vw;
  margin-bottom: 8vw;
  position: relative;
}
.WhoWeAre__Lead--text {
  padding: 0 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8vw 0;
}

.Guidelines {
  padding: 24vw 4vw 0 !important;
}
.Guidelines__Heading {
  margin-bottom: 8vw;
}
.Guidelines__Heading .text-wrap {
  padding: 0 4vw;
}
.Guidelines__Wrap {
  overflow: hidden;
}
.Guidelines__List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9.6vw 0;
  counter-reset: num;
  position: relative;
  z-index: 0;
}
.Guidelines__List li {
  width: 100%;
  position: relative;
  padding: 0 4vw;
  z-index: -1;
  counter-increment: num;
}
.Guidelines__List li::before {
  content: "";
  background: #F7F7F7;
  width: calc(100% - 8vw);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.Guidelines__List li.selected dt::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.Guidelines__List--inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.Guidelines__List--inner dt {
  color: #ED6103;
  font-family: LIFULLFONT, sans-serif;
  font-weight: 900;
  font-size: 17px;
  font-size: 4.5333333333vw;
  line-height: 1.4;
  z-index: 10;
  min-height: 3em;
  max-width: 73.3333333333vw;
  position: relative;
}
.Guidelines__List--inner dt::before{
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: #ED6103;
  position: absolute;
  right: -8vw;
  margin-top: -1.2rem;
  background: url('/assets/img/icons/add-orange.svg');
  top: 50%;
  transition: all 0.3s ease;
}
.selected .Guidelines__List--inner dt::before {
  background: url('/assets/img/icons/subtract.svg');
}
.Guidelines__List--inner dd {
  padding-left: 4vw;
  display: none;
}
.Guidelines__List--inner dd::after {
  content: counter(num);
  font-family: LIFULLFONT, sans-serif;
  font-weight: 900;
  font-size: 120px;
  font-size: 32vw;
  color: #fff;
  position: absolute;
  bottom: -12vw;
  right: 2.6666666667vw;
}
.Guidelines__List--inner-text {
  padding: 16vw 4vw 13.3333333333vw 6.6666666667vw;
  position: relative;
  margin-top: -2em;
}
.Guidelines__List--inner-text p {
  color: #797979;
  position: relative;
  z-index: 10;
}

.WhatWeDo {
  margin-bottom: 32vw;
}
.WhatWeDo__Lead {
  margin-bottom: 12vw;
}
.WhatWeDo__Lead--text {
  padding: 4vw;
}
.WhatWeDo__Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21.3333333333vw 0;
  padding: 0 4vw;
}
.WhatWeDo__Inner li {
  padding: 0 4vw 12vw;
  position: relative;
}
.WhatWeDo__Inner li::before {
  content: "";
  display: block;
  width: 100vw;
  height: 82%;
  background: #F7F7F7 url(/assets/img/common/bg_dot.svg) left top/4vw 4vw repeat;
  position: absolute;
  bottom: -8vw;
  left: -4vw;
}
.WhatWeDo__Inner li:nth-child(1) dl dt::before {
  background: url(/assets/img/top/img_entrusted_development.svg) center center/contain no-repeat;
}
.WhatWeDo__Inner li:nth-child(2) dl dt::before {
  background: url(/assets/img/top/img_labor_development.svg) center center/contain no-repeat;
}
.WhatWeDo__Inner .l-focus-wrap::before, .WhatWeDo__Inner .l-focus-wrap::after {
  content: "";
  display: block;
  background: url(/assets/img/common/l_focus.svg) center center/contain no-repeat;
  position: absolute;
  width: 9.6vw;
  height: 7.4666666667vw;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.WhatWeDo__Inner .l-focus-wrap::before {
  top: 0;
  left: 0;
}
.WhatWeDo__Inner .l-focus-wrap::after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.WhatWeDo__Inner .l-focus::before, .WhatWeDo__Inner .l-focus::after {
  content: "";
  display: block;
  background: url(/assets/img/common/l_focus.svg) center center/contain no-repeat;
  position: absolute;
  width: 9.6vw;
  height: 7.4666666667vw;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.WhatWeDo__Inner .l-focus::before {
  top: calc((9.6vw - 7.4666666667vw) / 2);
  right: calc((-9.6vw - -7.4666666667vw) / 2);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.WhatWeDo__Inner .l-focus::after {
  left: calc((-9.6vw - -7.4666666667vw) / 2);
  bottom: calc((9.6vw - 7.4666666667vw) / 2);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.WhatWeDo__Inner dl dt {
  font-family: LIFULLFONT, sans-serif;
  font-weight: 900;
  font-size: 20px;
  font-size: 5.3333333333vw;
  text-align: center;
  margin-bottom: 6.4vw;
  padding-top: 66.6666666667vw;
  position: relative;
}
.WhatWeDo__Inner dl dt::before {
  content: "";
  display: block;
  width: 48vw;
  height: 50.4vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 8vw;
}
.WhatWeDo__Inner dl dd {
  position: relative;
}
.WhatWeDo__Inner dl dd p {
  color: #797979;
}

.CeoMessage {
  margin-bottom: 24vw;
}
.CeoMessage__Wrap {
  position: relative;
}
.CeoMessage__Wrap::before {
  content: "";
  width: 92vw;
  height: 48vw;
  border-radius: 0 5.3333333333vw 5.3333333333vw 0;
  background: #FFAB00;
  position: absolute;
  left: 0;
  top: 20vw;
  z-index: 0;
}
.CeoMessage__Img {
  padding: 0 4vw 0 8vw;
  margin-bottom: 16vw;
  position: relative;
}
.CeoMessage__Text {
  padding: 0 8vw;
  position: relative;
}
.CeoMessage__Text::before {
  content: "“";
  font-family: LIFULLFONT, sans-serif;
  font-weight: 900;
  font-size: 150px;
  font-size: 40vw;
  color: #ED6103;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 2.6666666667vw;
}
.CeoMessage__Text--name {
  font-family: LIFULLFONT, sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 4.2666666667vw;
  text-align: right;
  margin-top: 6.4vw;
}

.JoinOurTeam {
  margin-bottom: 32vw;
}
.JoinOurTeam__Img {
  position: relative;
}
.JoinOurTeam__Img::before {
  content: "";
  width: 100vw;
  height: 56.5333333333vw;
  position: absolute;
  top: 61.3333333333vw;
  right: 0;
  background-image: url(../img/common/bg_dot_orange.svg);
  background-position: left top;
  background-size: 3.2vw 3.2vw;
  background-repeat: repeat;
}
.JoinOurTeam__Img > * {
  position: relative;
}
.JoinOurTeam__Img--img01 {
  width: 48vw;
  margin-left: 8vw;
}
.JoinOurTeam__Img--img02 {
  width: 80vw;
  margin-right: 4vw;
  margin-left: auto;
  margin-top: -9.6vw;
}
.JoinOurTeam__Img--img03 {
  width: 80vw;
  margin-top: -12vw;
  margin-left: 4vw;
}
.JoinOurTeam__Img--img04 {
  width: 48vw;
  margin-left: auto;
  margin-top: -13.3333333333vw;
}
.JoinOurTeam__Link {
  background: #F7F7F7;
  padding: 6.4vw 0 14.4vw;
  margin: -15.2vw 4vw 0;
  border-radius: 5.3333333333vw;
  position: relative;
}
.JoinOurTeam__Link p {
  font-family: LIFULLFONT, sans-serif;
  font-weight: 900;
  font-size: 46px;
  font-size: 12.2666666667vw;
  color: #ED6103;
  text-align: center;
  line-height: 1.2;
}
.JoinOurTeam__Link p br.pc {
  display: none;
}
.JoinOurTeam__Link--btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -8vw;
}
.JoinOurTeam__Link--btn.btn-item a {
  margin: 6.4vw auto 0;
  text-align: center;
  line-height: 1.2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@font-face {
  font-family: "LIFULLFONT";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("LIFULLFONT"), url(/assets/fonts/LIFULLFONT-Regular.woff2) format("woff2"), url(/fonts/LIFULLFONT-Regular.woff) format("woff");
  unicode-range: U+21-3B, U+3D, U+3F-5B, U+5D, U+5F, U+61-7B, U+7D, U+AB, U+F7, U+2260, U+2264, U+2265;
}
@font-face {
  font-family: "LIFULLFONT";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("LIFULLFONT"), url(/assets/fonts/LIFULLFONT-Bold.woff2) format("woff2"), url(/fonts/LIFULLFONT-Bold.woff) format("woff");
  unicode-range: U+21-3B, U+3D, U+3F-5B, U+5D, U+5F, U+61-7B, U+7D, U+AB, U+F7, U+2260, U+2264, U+2265;
}
@font-face {
  font-family: "LIFULLFONT";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("LIFULLFONT"), url(/assets/fonts/LIFULLFONT-Heavy.woff2) format("woff2"), url(/fonts/LIFULLFONT-Heavy.woff) format("woff");
  unicode-range: U+21-3B, U+3D, U+3F-5B, U+5D, U+5F, U+61-7B, U+7D, U+AB, U+F7, U+2260, U+2264, U+2265;
}

.KeyVisual__Play {
  position: absolute;
  bottom: 0;
  width: 6.4rem;
  height: 6.4rem;
  left: 50%;
  margin: 0 0 -12rem -3.2rem;
  cursor: pointer;
}
#play-movie-btn {
  cursor: pointer;
}
@media (max-width: 767px) {
  .KeyVisual__Dots {
    right: 0;
  }
  .WhoWeAre__Lead--text .btn-item {
    text-align: right
  }
  .KeyVisual__Video {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 24rem;
    margin: auto;
    padding: 4rem 0 !important;
  }
  .KeyVisual__Inner:not(.hasVideo) .KeyVisual__Video{
    width: 17.2rem;
    height: 24rem;
  }
  .KeyVisual__Inner.hasVideo .KeyVisual__Video{
    width: 100%;
    height: 24rem;
  }
  .KeyVisual__Video video {
    display: none;
  }
  .KeyVisual__Video .KeyVisual__Vision--focus {
    aspect-ratio: 16/9;
  }
  .KeyVisual__Video .KeyVisual__Vision--focus > div {
    width:100%;
    aspect-ratio: 16/9;
    overflow: hidden;
  }
  .KeyVisual__Video .KeyVisual__Vision--focus > div {
    width:100%;
    aspect-ratio: 16/9;
    overflow: hidden;
  }
  .KeyVisual__Video video {
    display: none;
    width: 100%;
  }
  .KeyVisual__Inner.hasVideo .KeyVisual__Video{
    height: 28rem;
    bottom: -4rem;
  }
  .KeyVisual__Inner.hasVideo .KeyVisual__Vision:not(.KeyVisual__Video) {
    opacity: 0
  }
  .top-video > div {
    justify-content: center;
  }
  #play-movie-btn {
    transform: scale(0.6);
    transform-origin: bottom;
  }
}

@media (min-width: 768px) {
  .KeyVisual__Video {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 3vw !important;
    transition: all ease 0.28s;
  }
  .KeyVisual__Inner:not(.hasVideo) .KeyVisual__Video{
    width: 23.2rem;
    height: 29rem;
    opacity: 0;
  }
  .KeyVisual__Video .KeyVisual__Vision--focus {
    aspect-ratio: 16/9;
    width: calc((50.2rem - 6vw) / 9 * 16);
  }
  .KeyVisual__Video .KeyVisual__Vision--focus > div {
    width:100%;
    aspect-ratio: 16/9;
    overflow: hidden;
  }
  .KeyVisual__Video video {
    display: none;
  }
  .KeyVisual__Inner.hasVideo .KeyVisual__Video{
    height: calc(100%);
    width: calc((50.2rem - 6vw) / 9 * 16 + 6vw);
    bottom: 0;
    right: calc((100% - 89.2rem) / 2);
    top: 0;
    opacity: 1;
    max-width: 100%;
    margin: 0;
  }
  .KeyVisual__Inner.hasVideo .KeyVisual__Video video {
    width: 100%;
  }
  .KeyVisual__Inner .KeyVisual__Logo,
  .KeyVisual__Inner .KeyVisual__Vision:not(.KeyVisual__Video) {
    transition: all ease 0.28s;
  }
  .KeyVisual__Inner.hasVideo .KeyVisual__Logo,
  .KeyVisual__Inner.hasVideo .KeyVisual__Vision:not(.KeyVisual__Video) {
    opacity: 0
  }
  .KeyVisual {
    padding: 8.6805555556vw 8.3333333333vw;
  }
  .KeyVisual__Inner {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    aspect-ratio: 852/356
  }
  .KeyVisual__Logo {
    width: 47.2222222222vw;
    margin: 0;
  }
  .KeyVisual__Logo.logofixed {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    top: 0.9722222222vw;
    left: 2.7777777778vw;
  }
  .KeyVisual__Vision {
    font-size: 36px;
    font-size: 2.5vw;
    padding: 3.125vw 2.9861111111vw 3.125vw 4.5833333333vw;
    margin-top: 14.5833333333vw;
    margin-left: auto;
  }
  .KeyVisual__Vision::before, .KeyVisual__Vision::after {
    content: "";
    display: block;
    background: url(/assets/img/common/l_focus.svg) center center/contain no-repeat;
    position: absolute;
    width: 3.0555555556vw;
    height: 2.3611111111vw;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .KeyVisual__Vision::before {
    top: 0;
    left: 0;
  }
  .KeyVisual__Vision::after {
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .KeyVisual__Vision--focus::before, .KeyVisual__Vision--focus::after {
    content: "";
    display: block;
    background: url(/assets/img/common/l_focus.svg) center center/contain no-repeat;
    position: absolute;
    width: 3.0555555556vw;
    height: 2.3611111111vw;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .KeyVisual__Vision--focus::before {
    top: calc((3.0555555556vw - 2.3611111111vw) / 2);
    right: calc((-3.0555555556vw - -2.3611111111vw) / 2);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .KeyVisual__Vision--focus::after {
    left: calc((-3.0555555556vw - -2.3611111111vw) / 2);
    bottom: calc((3.0555555556vw - 2.3611111111vw) / 2);
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .KeyVisual__Dots {
    width: 20.8333333333vw;
    height: 20.8333333333vw;
    border-radius: 10.4166666667vw;
    background-size: 1.0416666667vw 1.0416666667vw;
    bottom: calc(50% - 20.8333333333vw);
    right: 0;
  }
  .WhoWeAre {
    padding: 9.0277777778vw 8.3333333333vw 0 4.1666666667vw;
  }
  .WhoWeAre__Lead {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-bottom: 13.8888888889vw;
  }
  .WhoWeAre__Lead--heading {
    left: -2vw;
    top: -8.3333333333vw;
  }
  .WhoWeAre__Lead--img {
    padding: 0 0 0 10.6vw;
    width: 58.3333333333vw;
    margin-bottom: 0;
  }
  .WhoWeAre__Lead--text {
    width: 30%;
    max-width: 25vw;
    padding: 0;
  }
  .WhoWeAre__Lead--text .btn-item {
    position: absolute;
    left: -8.3333333333vw;
    bottom: -10.5vw;
  }
  .Guidelines {
    padding: 0 0 8.3333333333vw 8.3333333333vw !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .Guidelines__Inner {
    width: 100%;
  }
  .Guidelines__Heading {
    margin-bottom: 4.8611111111vw;
  }
  .Guidelines__Heading .text-wrap {
    padding: 0;
  }
  .Guidelines__Wrap {
    overflow: visible;
  }
  .Guidelines__List {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.0833333333vw 0;
    position: relative;
  }
  .Guidelines__List::after {
    content: "";
    width: 29.1666666667vw;
    height: 29.1666666667vw;
    position: absolute;
    bottom: -3.1666666667vw;
    right: -2.0833333333vw;
    background: url(../img/common/bg_dot_orange.svg) left top/1.0416666667vw 1.0416666667vw repeat;
  }
  .Guidelines__List li {
    padding: 0 2.0833333333vw;
    position: static;
    z-index: 1;
  }
  .Guidelines__List li::before {
    content: none;
  }
  .Guidelines__List li.selected .Guidelines__List--inner dt {
    color: #ED6103;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .Guidelines__List li:hover .Guidelines__List--inner dt::after,
  .Guidelines__List li.selected .Guidelines__List--inner dt::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .Guidelines__List--inner {
    position: static;
  }
  .Guidelines__List--inner dt {
    font-size: 13px;
    font-size: 1.25vw;
    font-weight: 700;
    color: #000;
    display: inline-block;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
    min-height: 1em;
  }
  .Guidelines__List--inner dt::before {
    content: none;
  }
  .Guidelines__List--inner dt::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ED6103;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .Guidelines__List--inner dt:hover {
    color: #ED6103;
  }
  .Guidelines__List--inner dt:hover ~ dd {
    opacity: 1;
  }
  .Guidelines__List--inner dd {
    position: absolute;
    bottom: -1.0833333333vw;
    right: 0;
    width: 29.1666666667vw;
    height: 29.1666666667vw;
    padding-left: 0;
  }
  .Guidelines__List--inner dd::before {
    content: "";
    display: block;
    background: #F7F7F7;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .Guidelines__List--inner dd::after {
    font-size: 270px;
    font-size: 18.75vw;
    right: 3.4722222222vw;
    bottom: -5.5555555556vw;
  }
  .Guidelines__List--inner-text {
    padding: 2.0833333333vw 2.7777777778vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
    height: 29.1666666667vw;
  }
  .Guidelines__List--inner-text p {
    display: block;
    color: #ED6103;
    line-height: 1.9;
    margin-top: auto;
  }
  .WhatWeDo {
    margin-top: 8.3333333333vw;
    margin-bottom: 23.2638888889vw;
    padding: 0 4.1666666667vw;
  }
  .WhatWeDo__Lead {
    margin-bottom: 4.8611111111vw;
  }
  .WhatWeDo__Lead--heading br {
    display: none;
  }
  .WhatWeDo__Lead--text {
    padding: 2.0833333333vw 6.9444444444vw;
  }
  .WhatWeDo__Inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 6.9444444444vw;
  }
  .WhatWeDo__Inner li {
    width: 37.5vw;
    height: 37.5vw;
    padding: 0;
    overflow: hidden;
  }
  .WhatWeDo__Inner li::before {
    width: 37.5vw;
    height: 22.2222222222vw;
    left: 0;
    bottom: 0;
    background-size: 1.0416666667vw 1.0416666667vw;
  }
  .WhatWeDo__Inner li::before {
    content: none;
  }
  .WhatWeDo__Inner li .l-focus-wrap::before,
  .WhatWeDo__Inner li .l-focus-wrap::after,
  .WhatWeDo__Inner li .l-focus::before,
  .WhatWeDo__Inner li .l-focus::after {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  .WhatWeDo__Inner li dl dt {
    padding-top: 7.8611111111vw;
    padding-bottom: 2vw;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .WhatWeDo__Inner li dl dt::before {
    -webkit-transform: scale(0.75) translateX(-25vw) translateY(-5.5555555556vw);
            transform: scale(0.75) translateX(-25vw) translateY(-5.5555555556vw);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .WhatWeDo__Inner li dl dd {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .WhatWeDo__Inner .l-focus-wrap::before, .WhatWeDo__Inner .l-focus-wrap::after, .WhatWeDo__Inner .l-focus::before, .WhatWeDo__Inner .l-focus::after {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .WhatWeDo__Inner .l-focus-wrap::before, .WhatWeDo__Inner .l-focus-wrap::after {
    content: "";
    display: block;
    background: url(/assets/img/common/l_focus.svg) center center/contain no-repeat;
    position: absolute;
    width: 3.0555555556vw;
    height: 2.3611111111vw;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .WhatWeDo__Inner .l-focus-wrap::before {
    top: 0;
    left: 0;
  }
  .WhatWeDo__Inner .l-focus-wrap::after {
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .WhatWeDo__Inner .l-focus::before, .WhatWeDo__Inner .l-focus::after {
    content: "";
    display: block;
    background: url(/assets/img/common/l_focus.svg) center center/contain no-repeat;
    position: absolute;
    width: 3.0555555556vw;
    height: 2.3611111111vw;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .WhatWeDo__Inner .l-focus::before {
    top: calc((3.0555555556vw - 2.3611111111vw) / 2);
    right: calc((-3.0555555556vw - -2.3611111111vw) / 2);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .WhatWeDo__Inner .l-focus::after {
    left: calc((-3.0555555556vw - -2.3611111111vw) / 2);
    bottom: calc((3.0555555556vw - 2.3611111111vw) / 2);
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .WhatWeDo__Inner dl dt {
    font-size: 24px;
    font-size: 1.6666666667vw;
    padding-top: 26.3888888889vw;
    margin-bottom: 4.1666666667vw;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .WhatWeDo__Inner dl dt p {
    position: relative;
  }
  .WhatWeDo__Inner li dl dt p {
    text-align: left;
    padding-left: 16.6666666667vw;
    padding-right: 4vw;
  }
  .WhatWeDo__Inner dl dt::before {
    width: 16.6666666667vw;
    height: 16.6666666667vw;
    top: 5.1388888889vw;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .WhatWeDo__Inner dl dd {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    padding: 0 2.0833333333vw 0 4.1666666667vw;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .CeoMessage {
    margin-bottom: 4.8611111111vw;
  }
  .CeoMessage__Wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .CeoMessage__Wrap::before {
    width: 45.8333333333vw;
    height: 62.5vw;
    top: -9.375vw;
    border-radius: 0 2.7777777778vw 2.7777777778vw 0;
  }
  .CeoMessage__Img {
    width: 61.8333333333vw;
    padding: 0 0.1666666667vw 0 0;
    margin-bottom: 0;
  }
  .CeoMessage__Img.rounded img {
    border-radius: 0;
  }
  .CeoMessage__Text {
    width: 29.1666666667vw;
    padding: 0;
    position: absolute;
    top: 4.7777777778vw;
    left: 8.3333333333vw;
    color: #fff;
  }
  .CeoMessage__Text::before {
    font-size: 300px;
    font-size: 20.8333333333vw;
    left: -4.1666666667vw;
    top: 5.5555555556vw;
  }
  .CeoMessage__Text p {
    font-size: 20px;
    font-size: 1.3888888889vw;
    line-height: 1.5;
    position: relative;
  }
  .CeoMessage__Text--name {
    font-size: 22px;
    font-size: 1.5277777778vw;
    text-align: left;
    margin-top: 1.6666666667vw;
  }
  .JoinOurTeam {
    position: relative;
    margin-bottom: 10.4166666667vw;
  }
  .JoinOurTeam__Img::before {
    width: 66.6666666667vw;
    height: 54.5833333333vw;
    background-size: 1.0416666667vw 1.0416666667vw;
    top: 27.7777777778vw;
  }
  .JoinOurTeam__Img--img01 {
    width: 25vw;
    margin-left: 12.5vw;
  }
  .JoinOurTeam__Img--img02 {
    width: 58.3333333333vw;
    margin-right: 12.5vw;
    margin-top: -16.6666666667vw;
  }
  .JoinOurTeam__Img--img03 {
    width: 58.3333333333vw;
    margin-left: 8.3333333333vw;
    margin-top: -11.1111111111vw;
  }
  .JoinOurTeam__Img--img04 {
    width: 25vw;
    margin-right: 8.3333333333vw;
    margin-top: -18.0555555556vw;
  }
  .JoinOurTeam__Link {
    width: 31.25vw;
    height: 31.25vw;
    margin: -13.8888888889vw 18.75vw 0 auto;
    padding: 0 0 0 2.7777777778vw;
    border-radius: 2.7777777778vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .JoinOurTeam__Link p {
    font-size: 80px;
    font-size: 5.5555555556vw;
    text-align: left;
  }
  .JoinOurTeam__Link p br.pc {
    display: block;
  }
  .JoinOurTeam__Link--btn {
    left: 27.7777777778vw;
    bottom: 6.25vw;
    -webkit-transform: none;
            transform: none;
  }
  .JoinOurTeam__Link--btn.btn-item a {
    margin: 0;
    text-align: right;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-aspect-ratio: 1024/768) {
  .KeyVisual__Inner.hasVideo .KeyVisual__Logo {
    transform: translate(10rem, -24rem) scale(0.4);
    transform-origin: top left;
    opacity: 1
  }
}
