@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&family=Philosopher&display=swap");
/* リセットCSS
===================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  font-weight: 500;
  background: #fff;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, button, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

/*------------------------------
common
------------------------------*/
body {
  color: #49565E;
  font-family: "Noto Serif JP", serif;
}
body.is-active {
  position: fixed;
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

/* スマホ用の表示の時はis-pcは非表示 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* PC用の表示の時はis-spは非表示 */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/*---------- アニメーション ----------*/
@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/*---------- インナー ----------*/
.inner {
  width: 1230px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.w1100 {
  width: 1136px;
}

.w1320 {
  width: 1350px;
}

.w1320_r {
  width: 1350px;
  padding-left: calc(min(4.16%, 60px) + 15px);
}
@media (max-width: 1236px) {
  .w1320_r {
    padding-left: 15px;
  }
}

.w1320_l {
  width: 1350px;
  padding-right: min(4.26%, 60px);
}
/*---------- タイトル ----------*/
.section-title {
  font-size: 1.5rem;
  line-height: 3.3333333333;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.section-title span {
  display: block;
  line-height: 1;
  font-size: min(4.55vw, 5.2rem);
  font-weight: 400;
  font-family: "Philosopher", sans-serif;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 1.3rem;
    line-height: 3.8461538462;
  }
  .section-title span {
    font-size: 3.5rem;
  }
}

/*---------- テキスト ----------*/
.text {
  font-size: min(1.7vw, 1.5rem);
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .text {
    font-size: 1.5rem;
  }
}

/*---------- ボタン ----------*/
.more-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  border-radius: 28px;
  padding: 0.9em 1.6em;
  padding-left: 2.3em;
  background: #297A2B;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  font-weight: 400;
  font-family: "Philosopher", sans-serif;
  color: #fff;
  letter-spacing: 0.05em;
  transition: opacity 0.7s;
  visibility: hidden; /* ※tmp */
}
.more-btn img {
  width: 1.22em;
}
@media (max-width: 767px) {
  .more-btn {
    margin: 0 auto;
  }
}

.translucent-btn {
  display: inline-block;
  width: 100px;
  font-size: min(1.8vw, 1.6rem);
  line-height: 1.125;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.3);
  padding: 0.5em 0;
}
@media (max-width: 767px) {
  .translucent-btn {
    font-size: 1.6rem;
  }
}

/*---------- 配置位置 ----------*/
.text-r {
  text-align: right;
  margin-left: auto;
}

.text-ctr {
  text-align: center;
  margin: 0 auto;
}

/*------------------------------
ヘッダー
------------------------------*/
header {
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  header {
    z-index: 110;
  }
}

@media (min-width: 768px) {
  .header__inner {
    width: 1390px;
  }
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.8%;
}
@media (max-width: 767px) {
  .header-content {
    padding-top: 10px;
  }
}

.header-logo {
  width: 10.4vw;
  max-width: 114px;
  margin-left: 1.6%;
}
@media (max-width: 767px) {
  .header-logo {
    width: 80px;
    margin-left: 0.6%;
    width: 210px;
    position: relative;
    top: 20px;
  }
}

.header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 114px);
  width: 57%;
  width: 775px;
  visibility: hidden; /* ※tmp */
}
@media (max-width: 767px) {
  .header-nav {
    justify-content: end;
  }
}

.header-menu {
  display: flex;
  width: calc(100% - 100px - 3.4%);
  max-width: 640px;
}
.header-menu li {
  width: 25%;
  width: auto;
  font-size: min(1.8vw, 1.6rem);
  line-height: 1.3125;
  font-weight: 600;
  text-align: center;
  margin-left: 3em;
}
.header-menu li a {
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .header-menu li {
    margin-left: 2em;
  }
}
@media (max-width: 767px) {
  .header-menu {
    display: none;
  }
}

.header-btn {
  display: flex;
}

.header-lang {
  margin-left: 3.4%;
  position: relative;
}
.header-lang::before {
  content: "";
  position: absolute;
  background: url(../images/Language.webp) no-repeat center center/100%;
  aspect-ratio: 1/1;
  width: 18%;
  top: 50%;
  left: calc(50% - 2.8em);
  transform: translate(-50%, -50%);
}
.header-lang::after {
  content: "";
  position: absolute;
  background: url(../images/LanguageArrow.webp) no-repeat center center/100%;
  aspect-ratio: 17/10;
  width: 1em;
  top: 50%;
  left: calc(50% + 3.4em);
  transform: translate(-50%, -50%);
}
.header-lang li {
  position: relative;
}
.header-lang .translucent-btn {
  padding-left: 0.6em;
}

.drawer-icon {
  display: none;
  transition: transform 0.5s ease 0s;
  margin-left: 18px;
  z-index: 300;
}
.drawer-icon span {
  transition: opacity 0.1s 0.3s;
}
.drawer-icon.is-active span {
  opacity: 0;
  transition: opacity 0.1s;
}
.drawer-icon.is-active .drawer-bar_01 {
  display: block;
  transform: rotate(-35deg);
  top: 8px;
}
.drawer-icon.is-active .drawer-bar_02 {
  display: block;
  transform: rotate(35deg);
  top: 8px;
}
@media (max-width: 767px) {
  .drawer-icon {
    display: block;
  }
  .drawer-icon .translucent-btn {
    width: 70px;
  }
}

.drawer-bars {
  width: 28px;
  height: 20px;
  display: block;
  position: relative;
  z-index: 400;
  position: absolute;
  right: 15px;
  top: 45px;
}

.drawer-bar_01,
.drawer-bar_02 {
  position: absolute;
  width: 28px;
  height: 2px;
  background: #fff;
  top: 0;
  left: 0;
  display: none;
}

.drawer-bar_01 {
  top: 0;
  transition: transform 0.3s;
}

.drawer-bar_02 {
  top: 8px;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #49565E;
  padding: 50px 20px;
  z-index: 299;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
  overflow-y: auto;
  overscroll-behavior: contain; /* scroll伝番防止 */
}
.drawer-content.is-active {
  transform: translateX(0);
}

.drawer-menu {
  position: fixed;
  top: 170px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.drawer-menu::before {
  content: "";
  position: absolute;
  background: url(../images/logo_gray.webp) no-repeat center center/100%;
  aspect-ratio: 500/354;
  width: 200%;
  left: 28%;
  bottom: 0;
  transform: translate(-50%, 67%);
}
.drawer-menu li {
  position: relative;
}
.drawer-menu li:nth-child(n+2) {
  margin-top: 32px;
}
.drawer-menu li a {
  display: block;
  font-size: 2rem;
  line-height: 1.35;
  font-weight: 600;
  text-decoration: none;
  color: #F0F0F0;
  text-align: center;
}

.drawer-footer {
  position: fixed;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

/*------------------------------
フッター
------------------------------*/
footer {
  background: #49565E;
}
@media (max-width: 767px) {
  footer {
    position: relative;
    padding: 61px 0 15px;
  }
}

.footer-content {
  padding-top: 45px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-content {
    padding-top: 0;
    padding-left: 1.7em;
  }
}

.footer-logo {
  width: 20.8vw;
  max-width: 250px;
}
@media (max-width: 767px) {
  .footer-logo {
    position: absolute;
    left: 16px;
    top: 46%;
    transform: translateY(-50%);
    width: 253px;
  }
}

.footer-menu {
  display: flex;
  width: 600px;
  visibility: hidden; /* ※tmp */
}
.footer-menu li {
  width: 25%;
  font-size: min(1.8vw, 1.6rem);
  line-height: 1.3125;
  font-weight: 600;
  text-align: center;
  width: auto;
}
.footer-menu li:nth-child(n+2) {
  margin-left: 3.3em;
}
.footer-menu li a {
  display: inline-block;
  color: #fff;
}
@media (max-width: 767px) {
  .footer-menu {
    display: block;
    position: relative;
    z-index: 10;
  }
  .footer-menu li {
    width: 100%;
    text-align: left;
  }
  .footer-menu li:nth-child(n+2) {
    margin-left: 0;
    margin-top: 26px;
  }
  .footer-menu li a {
    font-size: 1.5rem;
  }
}

.footer-bottom {
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .footer-bottom {
    padding: 0;
    margin-top: 71px;
    display: flex;
    flex-direction: column-reverse;
  }
}

.copyright {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8461538462;
  letter-spacing: 0.01em;
  color: #F8F6F6;
  text-align: center;
}

.footer-privacy {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3076923077;
  letter-spacing: 0.05em;
  color: #F0F0F0;
  text-decoration: underline;
  visibility: hidden; /* ※tmp */
}
@media (max-width: 767px) {
  .footer-privacy {
    position: unset;
    display: block;
    text-align: center;
    margin-bottom: 16px;
  }
}

/*================================
トップページ
=================================*/
#top {
  background: #F0F0F0;
}

/*------------------------------
メインビジュアル
------------------------------*/
.mv {
  width: 100%;
  aspect-ratio: 1440/765;
  position: relative;
  overflow: hidden;
  background: #fff;
  max-height: 100vh;
}
@media (max-width: 767px) {
  .mv {
    aspect-ratio: 375/668;
    height: 668px;
  }
}

.mv-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mv-img {
  position: relative;
}
.mv-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.16);
  z-index: 5;
}

.swiper-slide-active .mv-img,
.swiper-slide-duplicate-active .mv-img,
.swiper-slide-prev .mv-img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}

#fadeWrap, .mainSlider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fadeWrap img, .mainSlider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s, transform 6s;
  -o-object-fit: cover;
     object-fit: cover;
}
#fadeWrap img.initial, .mainSlider img.initial {
  opacity: 1;
  transform: scale(1);
}
#fadeWrap img.active, .mainSlider img.active {
  opacity: 1;
  transform: scale(1.1);
}

@media (max-width: 767px) {
  #fadeWrapSp {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  #fadeWrapSp img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@-webkit-keyframes scaleup {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}

@keyframes scaleup {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.mv-heading {
  position: absolute;
  top: 54.3%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  font-size: min(2.6vw, 3.5rem);
  font-weight: 600;
  line-height: 2.1428571429;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
.mv-heading span {
  display: block;
  font-size: min(1.8vw, 1.6rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "Philosopher", sans-serif;
  margin-top: 2.4%;
}
@media (max-width: 767px) {
  .mv-heading {
    font-size: 2.4rem;
    line-height: 2.125;
    letter-spacing: 0.1em;
    width: 100%;
  }
  .mv-heading span {
    font-size: 1.3rem;
    line-height: 1.6923076923;
    margin-top: 24px;
  }
}

.mv-circle-wrap {
  position: absolute;
  bottom: 35%;
  right: 3.9%;
}
.mv-circle-wrap::before {
  content: "01";
  position: absolute;
  font-family: "Philosopher", sans-serif;
  color: #fff;
  font-size: 1.6rem;
  right: -340%;
  top: 18%;
  transform: translate(100%, -50%);
}
.mv-circle-wrap::after {
  content: "04";
  position: absolute;
  font-family: "Philosopher", sans-serif;
  color: #fff;
  font-size: 1.6rem;
  right: -340%;
  bottom: 18%;
  transform: translate(100%, 50%);
}
.mv-circle-wrap .circle {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  width: 6px;
  aspect-ratio: 1/1;
  z-index: 100;
  border-radius: 50%;
  margin: 25px 0;
}
.mv-circle-wrap .circle.active {
  background: white;
}
@media screen and (max-width: 999px) {
  .mv-circle-wrap {
    right: 5%;
  }
  .mv-circle-wrap::before, .mv-circle-wrap::after {
    right: -300%;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .mv-circle-wrap {
    display: flex;
    bottom: 3%;
    right: 2.9%;
  }
  .mv-circle-wrap::before {
    font-size: 1.6rem;
    right: unset;
    left: 5px;
    top: -355%;
    transform: translate(0%, -100%);
  }
  .mv-circle-wrap::after {
    font-size: 1.6rem;
    right: 5px;
    bottom: unset;
    top: -355%;
    transform: translate(0%, -100%);
  }
  .mv-circle-wrap .circle {
    margin: 0 12px;
  }
}

#mc1, canvas {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mv-arrow {
  position: absolute;
  bottom: 6%;
  left: 3.1%;
  width: 20px;
  aspect-ratio: 1/1;
  z-index: 100;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv-arrow::after {
  content: "scroll down";
  position: absolute;
  color: #fff;
  white-space: nowrap;
  font-size: 1.6rem;
  font-family: "Philosopher", sans-serif;
  left: 50%;
  top: -133%;
  transform: translate(-50%, -100%);
  writing-mode: vertical-rl;
}
.mv-arrow img {
  -webkit-animation: scrollDown3 2s ease infinite;
          animation: scrollDown3 2s ease infinite;
  display: block;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mv-arrow {
    left: 2.2%;
  }
  .mv-arrow::after {
    top: -67%;
  }
}

@-webkit-keyframes scrollDown3 {
  0% {
    transform: translateY(-90%);
    opacity: 0;
  }
  45% {
    transform: translateY(0px);
    opacity: 1;
  }
  65% {
    transform: translateY(-30%);
    opacity: 1;
  }
  100% {
    transform: translateY(90%);
    opacity: 0;
  }
}

@keyframes scrollDown3 {
  0% {
    transform: translateY(-90%);
    opacity: 0;
  }
  45% {
    transform: translateY(0px);
    opacity: 1;
  }
  65% {
    transform: translateY(-30%);
    opacity: 1;
  }
  100% {
    transform: translateY(90%);
    opacity: 0;
  }
}
/*------------------------------
私たちについて
------------------------------*/
.about {
  padding: 150px 0 70px;
  position: relative;
}
@media (max-width: 767px) {
  .about {
    padding: 125px 0 72px;
    overflow: hidden;
  }
}

.about-en {
  position: absolute;
  top: 116px;
  right: max((100vw - 1440px) / 2 + 22px, 22px);
  width: 35vw;
  max-width: 444px;
}
@media (max-width: 767px) {
  .about-en {
    top: 30px;
    right: -140px;
    width: 370px;
  }
}

.about-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about-wrapper {
    display: block;
  }
}

.about-img {
  max-width: unset;
  width: 42.1%;
}
@media (max-width: 767px) {
  .about-img {
    width: 93%;
    margin: 0 auto;
  }
}

.about-content {
  width: 51%;
  padding-top: 5.7%;
}
.about-content .text {
  line-height: 2.7;
}
@media (min-width: 768px) {
  .about-content .section-title span {
    font-size: min(3.8rem, 2.8148148148vw);
  }
}
@media (max-width: 767px) {
  .about-content {
    width: 100%;
    text-align: center;
  }
  .about-content p {
    line-height: 2.6666666667;
  }
  .about-content .text {
    line-height: 2.66;
  }
}

.about-heading {
  font-size: min(2.3vw, 2.3rem);
  font-weight: 500;
  line-height: 2.0869565217;
  letter-spacing: 0.05em;
  margin: 2.15em 0 1.4em;
}
@media (max-width: 767px) {
  .about-heading {
    font-size: 2.2rem;
    margin: 1.75em 0 1.1em;
  }
}

.about-btn {
  margin-top: 45px;
}

/*------------------------------
事業内容
------------------------------*/
.service {
  padding: 88px 0 100px;
  position: relative;
}
.service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(50% + 660px, 96%);
  height: 100%;
  background: #E8E8E8;
}
@media (max-width: 767px) {
  .service {
    padding-bottom: 70px;
  }
}

.service-inner {
  padding-right: 0;
}

.service-box {
  position: relative;
}
.service-box h2 {
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .service-box h2 {
    display: none;
  }
}

.service-en {
  position: absolute;
  z-index: 10;
  top: 0;
  right: max((100vw - 1440px) / 2 + 100.8px, 7%);
  width: 30vw;
  max-width: 363px;
}
@media (max-width: 767px) {
  .service-en {
    right: 0;
    left: -10px;
    width: 280px;
    top: -110px;
  }
}

.service-slider {
  margin-top: 60px;
  width: 82%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: unset;
  position: relative;
}
@media screen and (min-width: 1441px) {
  .service-slider {
    width: 1180px;
    margin-left: calc(50% - 460px);
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .service-slider {
    width: 100%;
    padding-left: 30px;
    margin-top: 75px;
  }
}

.service-items {
  display: flex;
}

.service-item {
  background: #49565E;
  border-radius: 40px 0 40px 0;
  padding: 130px 3.8% 0;
  color: #fff;
  width: 600px;
  height: 470px;
  position: relative;
}
.service-item img {
  position: absolute;
  top: 0;
  right: 0;
  width: 73%;
  max-width: 440px;
}
@media (max-width: 767px) {
  .service-item {
    height: 630px;
    padding: 210px 6.2% 0;
  }
  .service-item img {
    width: 79%;
    aspect-ratio: 251/245;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.service-item-num {
  width: 68px;
  font-size: 3.8rem;
  font-family: "Philosopher", sans-serif;
  line-height: 1.1;
  letter-spacing: 0.05em;
  color: #8D8D8D;
  margin-bottom: 25px;
}
.service-item-num span {
  display: block;
  font-size: 2rem;
  text-align: right;
  position: relative;
}
.service-item-num span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  width: 90%;
  height: 1px;
  background: #8D8D8D;
}

.service-item-content {
  position: relative;
  z-index: 10;
}
.service-item-content h3 {
  font-size: 2.5rem;
  line-height: 1.92;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 0.6em;
}

.swiper-button-prev,
.swiper-button-next {
  width: 64px;
}
@media (max-width: 767px) {
  .swiper-button-prev,
.swiper-button-next {
    width: 50px;
  }
}

.swiper-button-prev {
  mix-blend-mode: difference;
}
@media (min-width: 768px) {
  .swiper-button-prev {
    transform: translateX(-50%);
    left: 0;
  }
}
@media (max-width: 767px) {
  .swiper-button-prev {
    left: 4%;
  }
}

@media (max-width: 767px) {
  .swiper-button-next {
    left: unset;
    right: 4%;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
}

.service-btn {
  margin-top: 80px;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .service-btn {
    margin-top: 60px;
  }
}

/*------------------------------
features
------------------------------*/
.features {
  padding-top: 165px;
  position: relative;
}
@media (max-width: 767px) {
  .features {
    padding-top: 120px;
    overflow: hidden;
  }
}

.features-en {
  position: absolute;
  top: 3.4%;
  right: max((100vw - 1440px) / 2 + 34.5px, 2.4%);
  width: 35vw;
  max-width: 429px;
}
@media (max-width: 767px) {
  .features-en {
    top: 33px;
    width: 320px;
    right: -85px;
  }
}

.features-top {
  display: flex;
  justify-content: space-between;
}
.features-top p {
  width: 64%;
}
@media (max-width: 767px) {
  .features-top {
    display: block;
  }
  .features-top p {
    width: 100%;
    margin-top: 40px;
  }
}

.feature-content {
  margin: 5.4% 0 13.2%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .feature-content {
    margin: 40px 0 60px;
  }
}

.feature-items {
  width: 32%;
  min-width: 280px;
}
.feature-items li {
  padding: 2.2em 0 2.2em 0.87em;
  border-top: 1px solid #49565E;
  font-size: min(1.8vw, 2.3rem);
  line-height: 1.652173913;
  font-weight: 500;
  letter-spacing: 0.05em;
  cursor: pointer;
  position: relative;
}
.feature-items li:last-child {
  border-bottom: 1px solid #49565E;
}
.feature-items span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Philosopher", sans-serif;
  color: #297A2B;
  margin-bottom: 1.1em;
}
@media (min-width: 768px) {
  .feature-items li::before {
    content: "";
    position: absolute;
    background: #49565E;
    width: 0;
    height: 100%;
    left: 0%;
    top: 0%;
    opacity: 0;
    transition: width 0.3s, opacity 0.7s;
  }
  .feature-items li:hover {
    color: #F0F0F0;
  }
  .feature-items li:hover::before {
    width: 100%;
    opacity: 1;
  }
  .feature-items li:hover span {
    color: #F0F0F0;
  }
}
@media (max-width: 767px) {
  .feature-items {
    width: 100%;
  }
  .feature-items li {
    font-size: 2.2rem;
    padding: 30px 0;
  }
  .feature-items span {
    font-size: 1.4rem;
  }
}

.feature-itemC {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .feature-itemC em {
    white-space: nowrap;
  }
}

.feature-images {
  width: 57.6vw;
  max-width: 830px;
  position: relative;
  overflow: hidden;
}

.feature-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s;
}
.feature-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(51, 51, 51, 0.3);
  display: none; /* ※tmp */
}
.feature-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .feature-img {
    position: relative;
    opacity: 1;
    aspect-ratio: 345/511;
    display: block;
    margin-top: 30px;
  }
  .feature-img img {
    -o-object-position: right center;
       object-position: right center;
    border-radius: 8px;
  }
}

.feature-img-content {
  width: 70%;
  position: absolute;
  bottom: 6.75%;
  left: 7.2%;
  display: flex;
  align-items: center;
  color: #F8F6F6;
  z-index: 10;
  width: 54.3%;
  left: 7.1%;
  bottom: 0;
  transform: translateY(100%);
  transition: all 0.3s;
}
.feature-img-content.active {
  transform: translateY(0);
  bottom: 6.75%;
}
.feature-img-content span {
  font-size: min(7.8vw, 12.4rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Philosopher", sans-serif;
  color: rgba(248, 246, 246, 0.41);
  margin-left: 0.2em;
  margin-left: 0;
  position: absolute;
  top: 50%;
  right: -0.25em;
  transform: translate(100%, -50%);
}
@media (max-width: 767px) {
  .feature-img-content {
    position: absolute;
    width: calc(100% - 22px);
    left: 50%;
    bottom: 30px;
    transform: translate(-50%, 0%);
    flex-direction: column-reverse;
  }
  .feature-img-content span {
    color: #F8F6F6;
    font-size: 5.1rem;
    margin-bottom: 15px;
    align-self: flex-end;
    top: 0;
    right: 0;
    transform: translate(0, -120%);
  }
}

.feature-img_01 {
  display: block;
}

.feature-bottom {
  background: #49565E url(../images/feature_bottom.webp) no-repeat center center/cover;
  aspect-ratio: 1440/380;
}
@media (max-width: 767px) {
  .feature-bottom {
    aspect-ratio: 375/380;
    background: #49565E url(../images/feature_bottom_sp.webp) no-repeat center center/cover;
  }
}

/*------------------------------
パートナー企業様
------------------------------*/
.business {
  padding: 170px 0 85px;
  position: relative;
}

.business-en {
  position: absolute;
  top: 3.5%;
  right: -14.6%;
  width: 68vw;
  max-width: 817px;
  overflow: hidden;
}

.business-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.business-top p {
  width: 57%;
}

.business-btn {
  margin-top: 60px;
}

/*------------------------------
お問い合わせ
------------------------------*/
.contact {
  padding: 150px 0;
  position: relative;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.contact::before {
  content: "";
  position: fixed;
  background: url(../images/contact_bg.webp) no-repeat center center/cover;
  width: 100%;
  height: 100vh;
  height: 100svh;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .contact {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .contact {
    background: unset;
    padding: 90px 0 120px;
  }
  .contact .section-title {
    font-size: 1.5rem;
  }
  .contact .section-title span {
    font-size: 4.5rem;
  }
}

.contact-inner {
  width: 1130px;
}
@media (max-width: 767px) {
  .contact-inner {
    padding: 0 15px;
  }
}

.contact-box {
  background: rgba(248, 246, 246, 0.55);
  padding: 8.5% 0 7.3%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
@media screen and (max-width: 999px) {
  .contact-box {
    padding: 8.5% 5% 7.3%;
  }
}
@media (max-width: 767px) {
  .contact-box {
    display: block;
    padding: 60px 15px 98px;
  }
}

.contact-block {
  width: 50%;
}
.contact-block:nth-child(1) {
  position: relative;
}
.contact-block:nth-child(1)::after {
  content: "";
  position: absolute;
  background: #49565E;
  width: 1px;
  height: 100%;
  right: 0%;
  top: 50%;
  transform: translate(50%, -50%);
}
.contact-block .textmt {
  margin-top: 0.8em;
}
@media (min-width: 768px) {
  .contact-block:nth-child(1) .contact-blockC {
    width: 69%;
  }
  .contact-block .section-title span {
    font-size: min(4.5rem, 3.3333333333vw);
    letter-spacing: 0.06em;
  }
}
@media (max-width: 767px) {
  .contact-block {
    width: 100%;
  }
  .contact-block:first-child {
    padding-bottom: 40px;
    position: relative;
  }
  .contact-block:first-child::after {
    content: "";
    position: absolute;
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 177px;
    height: 1px;
    background: #49565E;
  }
  .contact-block:nth-child(2) {
    padding-top: 30px;
  }
  .contact-block h2 {
    text-align: center;
  }
  .contact-block .textmt {
    margin: 0.6em auto 0;
    padding: 0;
    width: 315px;
  }
}

.contact-blockC {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.contact-tel {
  display: inline-block;
  font-size: min(4.55vw, 4rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.02em;
  font-family: "Philosopher", sans-serif;
  color: #49565E;
  margin-bottom: 0.4em;
}
@media (max-width: 767px) {
  .contact-tel {
    font-size: 2.2rem;
    line-height: 1.05;
    margin-bottom: 0.8em;
  }
}

.contact-mail {
  display: inline-block;
  font-size: min(2.3vw, 2.2rem);
  font-weight: 400;
  line-height: 1.0909090909;
  letter-spacing: 0.05em;
  font-family: "Philosopher", sans-serif;
  color: #49565E;
  margin-top: 0.9em;
}
@media (max-width: 767px) {
  .contact-mail {
    font-size: 2.2rem;
    line-height: 1.0909090909;
  }
}

.fadeinBT {
  transform: translateY(10%);
  opacity: 0;
}

.fadeinLR {
  transform: translateX(-10%);
  opacity: 0;
}

.fadeinRL {
  transform: translateX(10%);
  opacity: 0;
}

.fadein {
  opacity: 0;
}

.anim_act {
  -webkit-animation: fadein 0.9s ease-in forwards;
  animation: fadein 0.9s ease-in forwards;
}

@media (min-width: 768px) {
  .animD05 {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .animD1 {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .animD15 {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
  .animD2 {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  .animD25 {
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
  }
  .animD3 {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
  .fadeinBT_pc {
    transform: translateY(10%);
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .fadeinBT_sp {
    transform: translateY(10%);
    opacity: 0;
  }
}
@-webkit-keyframes fadein {
  to {
    transform: initial;
    opacity: 1;
  }
}
@keyframes fadein {
  to {
    transform: initial;
    opacity: 1;
  }
}