@charset "UTF-8";
@font-face {
  font-family: "DIN Alternate";
  src: url("../fonts/DINAlternateBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* ========== ========== ==========
共通部
========== ========== ========== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

body {
  line-height: 1.7;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: black;
}

.pageTop {
  padding-top: calc(var(--header-height) + clamp(70px, calc(100 / var(--base-width-pc) * 100vw), 100px));
}

#html #body .sp-show,
#html #body .sp-show-flex {
  display: none;
}

@media screen and (max-width: 768px) {
  #html #body .sp-show {
    display: block;
  }
  #html #body .sp-show-flex {
    display: flex;
  }
  #html #body .sp-hide {
    display: none;
  }
}
#html #body .tb-show,
#html #body .tb-show-flex {
  display: none;
}

@media screen and (max-width: 1000px) {
  #html #body .tb-show {
    display: block;
  }
  #html #body .tb-show-flex {
    display: flex;
  }
  #html #body .tb-hide {
    display: none;
  }
}
.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .inline-block-sp {
    display: inline-block;
  }
}

span {
  font-weight: inherit;
}

.text-center {
  text-align: center;
}

.color-red {
  color: red;
}

.-hidden {
  visibility: hidden;
  pointer-events: none;
}

.sectionWrap {
  width: 100%;
  padding-inline: var(--section-padding-pc-maxWidth);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sectionWrap {
    width: 100%;
    padding-inline: var(--section-padding-sp);
  }
}

.sectionWrap-left {
  width: 100%;
  padding-left: var(--section-padding-pc-maxWidth);
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .sectionWrap-left {
    width: 100%;
    padding-left: var(--section-padding-sp);
  }
}

.sectionWrap-right {
  width: 100%;
  padding-right: var(--section-padding-pc-maxWidth);
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .sectionWrap-right {
    width: 100%;
    padding-right: var(--section-padding-sp);
  }
}

.sectionWrap2 {
  width: 100%;
  padding-inline: var(--section-padding-pc-maxWidth);
  margin-inline: auto;
  padding-inline: var(--section-padding-pc2-maxWidth);
}
@media screen and (max-width: 768px) {
  .sectionWrap2 {
    width: 100%;
    padding-inline: var(--section-padding-sp);
  }
}

.sectionWrap2-left {
  width: 100%;
  padding-left: var(--section-padding-pc-maxWidth);
  margin-left: auto;
  padding-left: var(--section-padding-pc2-maxWidth);
}
@media screen and (max-width: 768px) {
  .sectionWrap2-left {
    width: 100%;
    padding-left: var(--section-padding-sp);
  }
}

.sectionWrap2-right {
  width: 100%;
  padding-right: var(--section-padding-pc-maxWidth);
  margin-right: auto;
  padding-right: var(--section-padding-pc2-maxWidth);
}
@media screen and (max-width: 768px) {
  .sectionWrap2-right {
    width: 100%;
    padding-right: var(--section-padding-sp);
  }
}

.sectionTitle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: clamp(30px, calc(45 / var(--base-width-pc) * 100vw), 45px);
  font-size: 16px;
  font-weight: bold;
  transition: all 1s;
}
.sectionTitle.-column {
  flex-direction: column;
  align-items: flex-start;
  color: #AAA;
  font-family: var(--font-sub1);
  font-weight: normal;
}
.sectionTitle_en {
  font-size: clamp(28px, calc(36 / var(--base-width-pc) * 100vw), 36px);
  font-family: var(--font-sub1);
  margin-right: clamp(13.33px, calc(20 / var(--base-width-pc) * 100vw), 20px);
  display: inline-block;
  font-weight: 500;
}
.sectionTitle_en:where(.-column *) {
  color: black;
  font-family: var(--font-main);
  font-weight: bold;
  letter-spacing: 0.03rem;
}

.sectionTitle2 {
  font-size: clamp(28px, 3.4722222222vw, 50px);
  color: var(--color-main);
  text-align: center;
  font-weight: 600;
}
.sectionTitle2_span {
  display: block;
  text-align: center;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  color: black;
}

.section_subtitle {
  font-size: 12px;
  line-height: 1;
}

.section_title {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 7px;
}

.section_text {
  font-size: 14px;
  line-height: 2.2142857143;
}

.sectionBlock {
  margin-bottom: var(--margin-bottom1);
}
.sectionBlock_text {
  font-size: clamp(14px, calc(16 / var(--base-width-pc) * 100vw), 16px);
  font-weight: 500;
  line-height: 2;
  margin-bottom: clamp(30px, calc(60 / var(--base-width-pc) * 100vw), 60px);
}
.sectionBlock_image {
  width: 100%;
}
.sectionBlock_block01 {
  padding-block: clamp(30px, calc(66 / var(--base-width-pc) * 100vw), 66px) clamp(30px, calc(52 / var(--base-width-pc) * 100vw), 52px);
  background-color: #F9F9F9;
}
.sectionBlock_block01_text01, .sectionBlock_block01_text02 {
  text-align: center;
  font-weight: bold;
  line-height: 2;
  font-size: 16px;
}
.sectionBlock_block01_text01 {
  margin-bottom: 21px;
}
.sectionBlock_block01 img {
  margin-bottom: 16px;
}

:where(.sectionTitle, .section_subtitle, .section_title, .section_text) :where(span) {
  display: inline-block;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.header {
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: space-between;
  height: var(--header-height);
  gap: 20px;
  padding-inline: var(--section-padding-pc2-maxWidth);
  transition: all 0.5s;
  /* 表示状態 */
  /* 非表示（上にフェードアウトしつつ押し上げ） */
}
.header:where(.front *) {
  opacity: 0;
  transform: translate(0, -105%);
}
.header.-active-header {
  transform: none;
  opacity: 1;
}
.header.-hidden {
  -webkit-animation: headerOut 0.5s ease-in-out forwards;
          animation: headerOut 0.5s ease-in-out forwards;
  transform: translateY(-100%);
  opacity: 0;
}
@media screen and (max-width: 1000px) {
  .header {
    padding-left: clamp(20px, calc(47 / var(--base-width-sp) * 100vw), 47px);
    padding-right: clamp(20px, calc(30 / var(--base-width-sp) * 100vw), 30px);
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding-left: clamp(10px, calc(25 / var(--base-width-sp) * 100vw), 25px);
    padding-right: clamp(10px, calc(25 / var(--base-width-sp) * 100vw), 25px);
  }
}
.header_logo_link {
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .header_logo_link {
    margin-left: 7px;
  }
}
.header_logo_link img {
  max-width: clamp(270px, calc(352 / var(--base-width-pc) * 100vw), 352px);
  width: 100%;
}
.header_nav {
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .header_nav {
    margin-right: 7px;
  }
}
@media screen and (max-width: 1000px) {
  .header_nav {
    display: none;
  }
}
.header_nav_ul {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0 clamp(15px, calc(30 / var(--base-width-pc) * 100vw), 30px);
}
.header_nav_li_link-main {
  font-family: var(--font-sub1);
  color: white;
  font-size: clamp(8px, calc(13 / var(--base-width-pc) * 100vw), 13px);
  text-decoration: none;
  display: inline-block;
  height: var(--header-height);
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.header_sp {
  display: none;
  overflow: hidden;
}
.header_sp_hamburger {
  height: calc(var(--header-height));
  width: clamp(70px, calc(116 / var(--base-width-sp) * 100vw), 116px);
  position: relative;
  z-index: 200;
}
.header_sp_hamburger span {
  display: block;
  height: clamp(3px, calc(4 / var(--base-width-sp) * 100vw), 4px);
  background-color: white;
  position: absolute;
  right: 0;
  transition: all 0.7s;
}
.header_sp_hamburger span:nth-of-type(1) {
  top: 25%;
  transform: translate(0, -50%);
  width: 100%;
}
.header_sp_hamburger span:nth-of-type(2) {
  top: 50%;
  transform: translate(0, -50%);
  width: 71.5517241379%;
}
.header_sp_hamburger span:nth-of-type(3) {
  top: 75%;
  transform: translate(0, -50%);
  width: 40.5172413793%;
}
.header_sp_hamburger.-active span {
  width: calc(var(--header-height) - 20%);
}
.header_sp_hamburger.-active span:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}
.header_sp_hamburger.-active span:nth-of-type(2) {
  top: 50%;
  transform: rotate(225deg);
}
.header_sp_hamburger.-active span:nth-of-type(3) {
  top: 50%;
  transform: rotate(-45deg);
}
.header_sp_nav {
  position: fixed;
  inset: 0;
  padding-top: var(--header-height);
  background-color: black;
  transform: translateX(100vw);
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 130px;
}
.header_sp_nav.-active {
  transform: translate(0);
  visibility: visible;
  opacity: 1;
  height: 100lvh;
}
.header_sp_nav_inner {
  margin-inline: clamp(30px, 12.3762376238vw, 100px);
}
@media screen and (max-width: 350px) {
  .header_sp_nav_inner {
    margin-inline: 20px;
  }
}
.header_sp_ul {
  padding-top: 50px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 20px;
  margin-bottom: clamp(50px, 12.3762376238vw, 100px);
}
.header_sp_li:nth-of-type(2n-1) {
  width: calc(48% - 10px);
}
.header_sp_li:nth-of-type(2n) {
  width: calc(52% - 10px);
}
.header_sp_li_link {
  display: block;
  color: white;
  text-underline-offset: 7px;
  text-decoration: none;
}
.header_sp_li_link_en {
  display: block;
  font-size: clamp(17px, 4.5792079208vw, 40px);
  line-height: 1;
  font-family: var(--font-sub1);
}
.header_sp_li_link_ja {
  display: block;
  font-size: clamp(14px, 2.4752475248vw, 20px);
  color: #AAA;
}
@media screen and (max-width: 1000px) {
  .header_sp {
    display: flex;
    align-items: center;
  }
}
.header_sp_sns {
  display: block;
}
.header_sp_snsWrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 30px clamp(30px, 8.2920792079vw, 67px);
  margin-bottom: 56px;
}
.header_sp_sns img {
  display: block;
  width: 49px;
}
.header_sp_privacy {
  text-decoration: none;
  color: white;
  font-size: clamp(16px, 2.4752475248vw, 20px);
}
.header_sp .footer_achievement {
  width: 100%;
  justify-content: center;
  margin-bottom: clamp(50px, calc(93 / var(--base-width-pc) * 100vw), 93px);
}
.header_sp_copyRight {
  text-align: center;
  color: #C5C5C5;
  font-size: clamp(16px, 2.4752475248vw, 20px);
  font-family: var(--font-sub2);
}
.header_sp_logo {
  position: absolute;
  bottom: calc(clamp(60px, 14.9752475248vw, 121px) * -1);
  right: calc(clamp(50px, 12.995049505vw, 105px) * -1);
  width: clamp(250px, 70.9158415842vw, 573px);
}

@-webkit-keyframes headerIn {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes headerIn {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes headerOut {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes headerOut {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}
.footer {
  background-color: black;
  padding-top: clamp(32px, calc(48 / var(--base-width-pc) * 100vw), 48px);
  position: relative;
  z-index: 51;
  overflow: hidden;
}
.footer_body {
  overflow: hidden;
  position: relative;
  padding-top: 16px;
}
@media screen and (min-width: 769px) {
  .footer_body {
    padding-inline: 7px 14px;
  }
}
.footer_body .sectionWrap2 {
  display: flex;
  justify-content: space-between;
  gap: 40px 20px;
  border-bottom: solid 1px #333;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .footer_body .sectionWrap2 {
    flex-direction: column;
  }
}
.footer_logos {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
.footer_logo {
  width: clamp(170px, calc(200 / var(--base-width-pc) * 100vw), 200px);
}
.footer_achievement {
  border: solid 1px white;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: clamp(10px, calc(20 / var(--base-width-pc) * 100vw), 20px);
  padding: clamp(10px, calc(20 / var(--base-width-pc) * 100vw), 20px) clamp(25px, calc(50 / var(--base-width-pc) * 100vw), 50px) clamp(10px, calc(20 / var(--base-width-pc) * 100vw), 20px) clamp(10px, calc(20 / var(--base-width-pc) * 100vw), 20px);
}
.footer_achievement_trophy {
  width: clamp(70px, calc(104 / var(--base-width-pc) * 100vw), 104px);
}
.footer_achievement_text {
  color: white;
  font-size: clamp(18px, calc(24 / var(--base-width-pc) * 100vw), 24px);
  font-weight: bold;
  text-align: center;
}
.footer_navWrap {
  display: flex;
  gap: clamp(13.33px, calc(40 / var(--base-width-pc) * 100vw), 40px);
  margin-bottom: clamp(46.67px, calc(70 / var(--base-width-pc) * 100vw), 70px);
}
@media screen and (max-width: 768px) {
  .footer_nav {
    width: calc((100% - clamp(20px, calc(40 / var(--base-width-pc) * 100vw), 40px)) / 2);
  }
}
.footer_navLi {
  font-size: clamp(12px, calc(16 / var(--base-width-pc) * 100vw), 16px);
  font-family: var(--font-sub1);
  line-height: 1.2;
}
@media screen and (max-width: 370px) {
  .footer_navLi {
    font-size: 15px;
  }
}
.footer_navLi:not(:last-of-type) {
  margin-bottom: 20px;
}
.footer_navLi_link {
  color: white;
  text-decoration: none;
  display: block;
}
.footer_navLi_ja {
  display: block;
  font-family: var(--font-main);
  font-size: 12px;
  color: #AAA;
}
.footer_navLi_ja.mb {
  padding-bottom: calc(clamp(17px, calc(22 / var(--base-width-pc) * 100vw), 22px) * 1.2);
}
.footer_sns {
  display: flex;
  justify-content: flex-end;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .footer_sns {
    justify-content: flex-start;
  }
}
.footer_sns_link img {
  width: 24px;
  aspect-ratio: 1/1;
}
.footer_bottom {
  border-bottom: solid 1px #333;
}
.footer_bottom .sectionWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  padding-block: clamp(20px, calc(40 / var(--base-width-pc) * 100vw), 40px);
}
.footer_bottom_link {
  text-decoration: none;
  color: white;
}
.footer_copyRight {
  color: #C5C5C5;
}
.footer_back {
  position: absolute;
  top: 0px;
  width: clamp(246.67px, calc(370 / var(--base-width-pc) * 100vw), 370px);
  right: calc(clamp(90px, calc(135 / var(--base-width-pc) * 100vw), 135px) * -1);
  pointer-events: none;
  -o-object-position: 0 -20px;
     object-position: 0 -20px;
}
@media screen and (max-width: 768px) {
  .footer_back {
    width: 443px;
  }
}

.FVSubPage {
  position: relative;
  margin-bottom: var(--margin-bottom1);
}
.FVSubPage_title {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% + var(--header-height) / 2);
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: bold;
  padding-inline: 20px;
}
.FVSubPage_title_en {
  font-size: 24px;
  font-family: var(--font-sub1);
  display: flex;
  align-items: center;
}
.FVSubPage_title_en::after {
  content: "";
  display: inline-block;
  height: clamp(36px, calc(44 / var(--base-width-pc) * 100vw), 44px);
  width: 1px;
  background-color: #AAA;
  margin-inline: clamp(16px, calc(32 / var(--base-width-pc) * 100vw), 32px);
}
.FVSubPage_back {
  height: clamp(200px, calc(240 / var(--base-width-pc) * 100vw), 240px);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner {
  position: fixed;
  z-index: 10;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 5px;
  display: flex;
  justify-content: flex-end;
}
.banner_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .banner_inner {
    width: 100%;
    gap: 10px;
  }
}
.banner_link {
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 230px;
  background-color: #BA976D;
  color: white;
  text-decoration: none;
  font-size: clamp(12px, 2.625vw, 16px);
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .banner_linkWrap {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .banner_link {
    height: 50px;
    width: 100%;
  }
}
.banner_link img {
  height: 25px;
}
@media screen and (max-width: 768px) {
  .banner_link img {
    height: 20px;
  }
}

.breadcrumb {
  padding-block: 13px;
}
.breadcrumb .sectionWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.breadcrumb_link {
  text-decoration: none;
  color: black;
  font-size: 14px;
  letter-spacing: 0.05rem;
}
.breadcrumb_link:not(:first-child) {
  display: flex;
  align-items: center;
}
.breadcrumb_link:not(:first-child)::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: solid 1px black;
  border-right: solid 1px black;
  transform: rotate(45deg);
  margin-inline: 12px;
  flex-shrink: 0;
}

.btns {
  display: flex;
  justify-content: center;
}
.btn_link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: clamp(170px, calc(200 / var(--base-width-pc) * 100vw), 200px);
  height: 60px;
  padding-inline: clamp(14.67px, calc(22 / var(--base-width-pc) * 100vw), 22px);
  font-family: var(--font-sub1);
  font-size: clamp(12px, calc(14 / var(--base-width-pc) * 100vw), 14px);
  color: white;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
}
.btn_link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 200%;
  height: 200%;
  transition: all 0.4s;
  background-color: black;
}
.btn_link:hover {
  background-color: white;
  color: black;
  border: solid 1px black;
}
.btn_link:hover img {
  filter: none;
  transform: translate(10px, 0);
}
.btn_link:hover::after {
  width: 0;
  height: 0;
}
.btn_link:where(.-white *) {
  color: black;
}
.btn_link:where(.-white *)::after {
  background-color: white;
}
.btn_link:where(.-white *):hover {
  background-color: black;
  color: white;
}
.btn_link:where(.-white *):hover img {
  filter: invert(100%);
}
.btn_link p {
  margin-inline: auto;
  position: relative;
  z-index: 1;
  font-size: 16px;
}
.btn_link img {
  width: clamp(11.33px, calc(17 / var(--base-width-pc) * 100vw), 17px);
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}
.btn_link img:not(:where(.-white *)) {
  filter: invert(100%);
}

/* ----- よくある質問 ----- */
/* ----- スライダー ----- */
.slick-track {
  display: flex !important;
}

.slick-list {
  overflow: hidden;
}

.slick-slide {
  height: auto !important;
}

* {
  min-width: 0;
  min-height: 0;
}

.slider_ul {
  margin-bottom: 100px;
}
.slider_li {
  border: solid 1px #B8B8B8;
  padding: 0 0 clamp(12px, 2vw, 18px);
  margin: 0 9px;
}
.slider_link {
  text-decoration: none;
  color: black;
}
.slider_link:visited {
  color: black;
}
.slider_images {
  display: flex;
  margin-bottom: clamp(15px, 3vw, 32px);
  width: 100%;
}
.slider_images img {
  width: 100%;
}

/* 共通部ここまで
---------- ---------- */
/* ========== ========== ==========
アニメーション
========== ========== ========== */
/* ----- ホバー ----- */
@media screen and (min-width: 768px) {
  .css-hover {
    transition: all 0.3s;
  }
  .css-hover:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
/* ----- ズーム付のホバー ----- */
@media screen and (min-width: 768px) {
  .css-hover-zoom {
    transition: all 0.5s;
  }
  .css-hover-zoom:hover {
    transform: scale(1.08);
  }
}
.js-text_span {
  transform: translate(0, 20px) rotate3d(1, 0, 0, 90deg);
  transition: all 1s;
  display: inline-block;
}
.js-text_span:where(.-active *) {
  transform: none;
}
.js-text_span:where(.-active *):nth-of-type(1) {
  transition-delay: 0s;
}
.js-text_span:where(.-active *):nth-of-type(2) {
  transition-delay: 0.05s;
}
.js-text_span:where(.-active *):nth-of-type(3) {
  transition-delay: 0.1s;
}
.js-text_span:where(.-active *):nth-of-type(4) {
  transition-delay: 0.15s;
}
.js-text_span:where(.-active *):nth-of-type(5) {
  transition-delay: 0.2s;
}
.js-text_span:where(.-active *):nth-of-type(6) {
  transition-delay: 0.25s;
}
.js-text_span:where(.-active *):nth-of-type(7) {
  transition-delay: 0.3s;
}
.js-text_span:where(.-active *):nth-of-type(8) {
  transition-delay: 0.35s;
}
.js-text_span:where(.-active *):nth-of-type(9) {
  transition-delay: 0.4s;
}
.js-text_span:where(.-active *):nth-of-type(10) {
  transition-delay: 0.45s;
}
.js-text_span:where(.-active *):nth-of-type(11) {
  transition-delay: 0.5s;
}
.js-text_span:where(.-active *):nth-of-type(12) {
  transition-delay: 0.55s;
}
.js-text_span:where(.-active *):nth-of-type(13) {
  transition-delay: 0.6s;
}
.js-text_span:where(.-active *):nth-of-type(14) {
  transition-delay: 0.65s;
}
.js-text_span:where(.-active *):nth-of-type(15) {
  transition-delay: 0.7s;
}
.js-text_span:where(.-active *):nth-of-type(16) {
  transition-delay: 0.75s;
}
.js-text_span:where(.-active *):nth-of-type(17) {
  transition-delay: 0.8s;
}
.js-text_span:where(.-active *):nth-of-type(18) {
  transition-delay: 0.85s;
}
.js-text_span:where(.-active *):nth-of-type(19) {
  transition-delay: 0.9s;
}
.js-text_span:where(.-active *):nth-of-type(20) {
  transition-delay: 0.95s;
}
.js-text_span:where(.-active *):nth-of-type(21) {
  transition-delay: 1s;
}
.js-text_span:where(.-active *):nth-of-type(22) {
  transition-delay: 1.05s;
}
.js-text_span:where(.-active *):nth-of-type(23) {
  transition-delay: 1.1s;
}
.js-text_span:where(.-active *):nth-of-type(24) {
  transition-delay: 1.15s;
}
.js-text_span:where(.-active *):nth-of-type(25) {
  transition-delay: 1.2s;
}
.js-text_span:where(.-active *):nth-of-type(26) {
  transition-delay: 1.25s;
}
.js-text_span:where(.-active *):nth-of-type(27) {
  transition-delay: 1.3s;
}
.js-text_span:where(.-active *):nth-of-type(28) {
  transition-delay: 1.35s;
}
.js-text_span:where(.-active *):nth-of-type(29) {
  transition-delay: 1.4s;
}
.js-text_span:where(.-active *):nth-of-type(30) {
  transition-delay: 1.45s;
}

/* ----- 画像のアニメーション ----- */
.js-image {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 0;
}
.js-image::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #555;
  transform: translate(-101%, 0);
  transition: all 0.5s ease-out;
}
.js-image.-active::before {
  -webkit-animation: imageIn 0.5s ease-out forwards;
          animation: imageIn 0.5s ease-out forwards;
  transform: none;
}
.js-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  opacity: 0;
  transition: all 0.7s;
  transform: scale(2) translate(-101%, 0);
}
.js-image.-active img {
  -webkit-animation: imageIn 0.7s ease-out forwards;
          animation: imageIn 0.7s ease-out forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes imageIn {
  0% {
    transform: scale(2) translate(-101%, 0);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

@keyframes imageIn {
  0% {
    transform: scale(2) translate(-101%, 0);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
/* ----- 遅延 ----- */
.css-delay05 {
  /* 0.5秒遅らせる */
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.css-delay1 {
  /* 1秒遅らせる */
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.css-delay2 {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}

.css-delay3 {
  -webkit-animation-delay: 3s !important;
          animation-delay: 3s !important;
}

.css-delay4 {
  -webkit-animation-delay: 4s !important;
          animation-delay: 4s !important;
}

.css-delay5 {
  -webkit-animation-delay: 5s !important;
          animation-delay: 5s !important;
}

/* ----- フェードイン ----- */
.js-fadeIn {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 0.3s;
}

.js-fadeIn.-active {
  opacity: 1;
  transform: translate(0, 0);
}

/* ----- ぼかしが消えながらフェードイン ----- */
.js-fadeIn-blurry {
  overflow: hidden;
}
.js-fadeIn-blurry:not(:has(.animation)), .js-fadeIn-blurry .animation {
  opacity: 0;
  transition: all 1s;
  filter: blur(100px);
}

.js-fadeIn-blurry.-active:not(:has(.animation)), .js-fadeIn-blurry.-active .animation {
  opacity: 1;
  -webkit-animation: animation-blurry 0.3s ease-in forwards;
          animation: animation-blurry 0.3s ease-in forwards;
}

@-webkit-keyframes animation-blurry {
  0% {
    filter: blur(5px);
    transform: scale(1.02);
  }
  100% {
    filter: blur(0);
    transform: scale(1);
  }
}

@keyframes animation-blurry {
  0% {
    filter: blur(5px);
    transform: scale(1.02);
  }
  100% {
    filter: blur(0);
    transform: scale(1);
  }
}
/* ----- 左から徐々に見えるようになるフェードイン ----- */
.js-fadeIn-fromLeft {
  opacity: 0;
}

.js-fadeIn-fromLeft.-active {
  -webkit-animation: js-fadeIn-fromLeft 0.7s ease-out forwards;
          animation: js-fadeIn-fromLeft 0.7s ease-out forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes js-fadeIn-fromLeft {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes js-fadeIn-fromLeft {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
/* ----- 右から徐々に見えるようになるフェードイン ----- */
.js-fadeIn-fromRight {
  opacity: 0;
}

.js-fadeIn-fromRight.-active {
  -webkit-animation: js-fadeIn-fromRight 0.7s ease-out forwards;
          animation: js-fadeIn-fromRight 0.7s ease-out forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes js-fadeIn-fromRight {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    /* 左100%カット → 右から徐々に見える */
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    /* 全表示 */
    opacity: 1;
  }
}

@keyframes js-fadeIn-fromRight {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    /* 左100%カット → 右から徐々に見える */
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    /* 全表示 */
    opacity: 1;
  }
}
.css-fadeLoop {
  overflow: hidden;
}
.css-fadeLoop:has(.animation) .animation, .css-fadeLoop:not(:has(.animation)) {
  -webkit-animation: animation-fadeLoop 10s ease-in-out infinite;
          animation: animation-fadeLoop 10s ease-in-out infinite;
}

@-webkit-keyframes animation-fadeLoop {
  0% {
    opacity: 0;
    /* 透明から始まる */
    transform: scale(1.2);
    /* 大きいサイズから始まる */
  }
  20% {
    opacity: 1;
    /* 徐々に見えるようになる */
    transform: scale(1);
    /* 通常サイズになる */
  }
  70% {
    opacity: 1;
    /* その状態で維持 */
    transform: scale(0.9);
    /* 少し小さくなる */
  }
  90% {
    opacity: 0;
    /* 徐々に透明になる */
    transform: scale(0.8);
    /* 小さくなりながら消える */
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}

@keyframes animation-fadeLoop {
  0% {
    opacity: 0;
    /* 透明から始まる */
    transform: scale(1.2);
    /* 大きいサイズから始まる */
  }
  20% {
    opacity: 1;
    /* 徐々に見えるようになる */
    transform: scale(1);
    /* 通常サイズになる */
  }
  70% {
    opacity: 1;
    /* その状態で維持 */
    transform: scale(0.9);
    /* 少し小さくなる */
  }
  90% {
    opacity: 0;
    /* 徐々に透明になる */
    transform: scale(0.8);
    /* 小さくなりながら消える */
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
/* ----- 画像クリックで拡大 ----- */
#modal-container {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
}
#modal-container > div {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
#modal-container > div > img {
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

img.popup {
  cursor: pointer;
}

/* ----- FVの下につくスクロールを促すアニメーション ----- */
.scrollLine {
  padding-left: 0;
  writing-mode: vertical-lr;
  display: flex;
  align-items: center;
}

.scrollLine span {
  display: inline-block;
  width: 1px;
  height: 70px;
  background-color: black;
  margin-bottom: 20px;
  -webkit-animation: scrollAnimation 2s linear infinite;
          animation: scrollAnimation 2s linear infinite;
}

@-webkit-keyframes scrollAnimation {
  0% {
    transform: translateY(-30px);
    /* 上から始まる */
    opacity: 0;
    /* フェードイン開始 */
  }
  50% {
    transform: translateY(0);
    /* 元の位置まで移動 */
    opacity: 1;
    /* フェードイン完了 */
  }
  100% {
    transform: translateY(30px);
    /* 下に移動して消える */
    opacity: 0;
    /* フェードアウト */
  }
}

@keyframes scrollAnimation {
  0% {
    transform: translateY(-30px);
    /* 上から始まる */
    opacity: 0;
    /* フェードイン開始 */
  }
  50% {
    transform: translateY(0);
    /* 元の位置まで移動 */
    opacity: 1;
    /* フェードイン完了 */
  }
  100% {
    transform: translateY(30px);
    /* 下に移動して消える */
    opacity: 0;
    /* フェードアウト */
  }
}
/* ----- テキストアニメーション ----- */
.css-textAnimation span {
  display: inline-block;
  opacity: 0;
  transform: translate(-150px, 0) scale(0.3);
  -webkit-animation: leftRight 0.5s forwards;
          animation: leftRight 0.5s forwards;
}

.css-textAnimation span:nth-of-type(2) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

.css-textAnimation span:nth-of-type(3) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.css-textAnimation span:nth-of-type(4) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.css-textAnimation span:nth-of-type(5) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.css-textAnimation span:nth-of-type(6) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.css-textAnimation span:nth-of-type(7) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.css-textAnimation span:nth-of-type(8) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.css-textAnimation span:nth-of-type(9) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.css-textAnimation span:nth-of-type(10) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.css-textAnimation span:nth-of-type(11) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.css-textAnimation span:nth-of-type(12) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}

.css-textAnimation span:nth-of-type(13) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.css-textAnimation span:nth-of-type(14) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}

.css-textAnimation span:nth-of-type(15) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.css-textAnimation span:nth-of-type(16) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.css-textAnimation span:nth-of-type(17) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.css-textAnimation span:nth-of-type(18) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}

.css-textAnimation span:nth-of-type(19) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.css-textAnimation span:nth-of-type(20) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}

.css-textAnimation span:nth-of-type(21) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.css-textAnimation span:nth-of-type(22) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

.css-textAnimation span:nth-of-type(23) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.css-textAnimation span:nth-of-type(24) {
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}

.css-textAnimation span:nth-of-type(25) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.css-textAnimation span:nth-of-type(26) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

.css-textAnimation span:nth-of-type(27) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.css-textAnimation span:nth-of-type(28) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}

.css-textAnimation span:nth-of-type(29) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.css-textAnimation span:nth-of-type(30) {
  -webkit-animation-delay: 1.45s;
          animation-delay: 1.45s;
}

.css-textAnimation span:nth-of-type(31) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.css-textAnimation span:nth-of-type(32) {
  -webkit-animation-delay: 1.55s;
          animation-delay: 1.55s;
}

.css-textAnimation span:nth-of-type(33) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.css-textAnimation span:nth-of-type(34) {
  -webkit-animation-delay: 1.65s;
          animation-delay: 1.65s;
}

.css-textAnimation span:nth-of-type(35) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.css-textAnimation span:nth-of-type(36) {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}

.css-textAnimation span:nth-of-type(37) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.css-textAnimation span:nth-of-type(38) {
  -webkit-animation-delay: 1.85s;
          animation-delay: 1.85s;
}

.css-textAnimation span:nth-of-type(39) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.css-textAnimation span:nth-of-type(40) {
  -webkit-animation-delay: 1.95s;
          animation-delay: 1.95s;
}

@-webkit-keyframes leftRight {
  40% {
    transform: translate(50px, 0) scale(0.7);
    opacity: 1;
    color: #0f40ba;
  }
  60% {
    color: #348c04;
  }
  80% {
    transform: translate(0) scale(2);
    opacity: 0;
  }
  100% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}

@keyframes leftRight {
  40% {
    transform: translate(50px, 0) scale(0.7);
    opacity: 1;
    color: #0f40ba;
  }
  60% {
    color: #348c04;
  }
  80% {
    transform: translate(0) scale(2);
    opacity: 0;
  }
  100% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeUpExpand {
  0% {
    opacity: 0;
    transform: translateY(100%);
    transform: translate(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    transform: translate(0, 0, -1);
  }
}
@keyframes fadeUpExpand {
  0% {
    opacity: 0;
    transform: translateY(100%);
    transform: translate(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    transform: translate(0, 0, -1);
  }
}
@-webkit-keyframes fadeDownExpand {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDownExpand {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes radiusExpand {
  from {
    border-radius: 0;
  }
  to {
    border-radius: 50px 50px 0 0;
  }
}
@keyframes radiusExpand {
  from {
    border-radius: 0;
  }
  to {
    border-radius: 50px 50px 0 0;
  }
}
@-webkit-keyframes radiusExpan_sp {
  from {
    border-radius: 0;
  }
  to {
    border-radius: 20px 20px 0 0;
  }
}
@keyframes radiusExpan_sp {
  from {
    border-radius: 0;
  }
  to {
    border-radius: 20px 20px 0 0;
  }
}
.css-fadeUpExpand {
  opacity: 0;
  -webkit-animation: fadeUpExpand 0.4s ease forwards;
          animation: fadeUpExpand 0.4s ease forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.css-fadeDownExpand {
  opacity: 0;
  -webkit-animation: fadeDownExpand 0.4s ease forwards;
          animation: fadeDownExpand 0.4s ease forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.css-hover-nav {
  position: relative;
  overflow: hidden;
}
.css-hover-nav::before, .css-hover-nav::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background-color: white;
  transition: all 0.3s;
}
.css-hover-nav::before {
  top: 15px;
  transform: translate(105%, 0);
}
.css-hover-nav::after {
  bottom: 15px;
  transform: translate(-105%, 0);
}
.css-hover-nav:hover::before, .css-hover-nav:hover::after {
  transform: none;
}

/* アニメーション
---------- ---------- */
/* ========== ========== ==========
ローディング画面
========== ========== ========== */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: all 1s ease;
}
.loader::before, .loader::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
  background-color: white;
  z-index: 10;
  transition: all 0.8s ease-in;
}
.loader::before {
  left: 0;
}
.loader::after {
  right: 0;
}
.loader.hidden {
  -webkit-animation: FVOut 0.5s ease-in-out forwards;
          animation: FVOut 0.5s ease-in-out forwards;
}
.loader.hidden::before {
  left: -100%;
}
.loader.hidden::after {
  right: -100%;
}
.loader_images {
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-animation: FVIn 1.3s ease-in-out forwards;
          animation: FVIn 1.3s ease-in-out forwards;
  position: relative;
  z-index: 20;
}
.loader_image_copy, .loader_image_logo {
  display: block;
  padding-inline: 10px;
}
.loader_image_copy {
  width: clamp(515px, 35.7638888889vw, 1000px);
  margin-bottom: clamp(20px, calc(30 / var(--base-width-pc) * 100vw), 30px);
}
.loader_image_logo {
  width: clamp(171px, 11.875vw, 350px);
  margin-right: clamp(0px, 2.7777777778vw, 80px);
}

@-webkit-keyframes FVIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes FVIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes FVOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes FVOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/* ローディング画面ここまで
---------- ---------- */
/* ========== ========== ==========
個別部
========== ========== ========== */
.FV {
  position: relative;
  margin-bottom: clamp(69px, calc(138 / var(--base-width-pc) * 100vw), 138px);
  overflow: hidden;
  height: calc(823 / var(--base-width-pc) * 100vw);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .FV {
    height: clamp(500px, 177.599009901vw, 1435px);
  }
}
.FV_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.FV_imageWrap {
  position: absolute;
  inset: 0;
  height: 100%;
}
.FV_imageWrap:where(.-active-fv *) {
  -webkit-animation: fvFade 10s ease-in-out infinite both;
          animation: fvFade 10s ease-in-out infinite both;
}
.FV_imageWrap:nth-of-type(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.FV_imageWrap:nth-of-type(2) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.FV_image_text {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
}
.FV_image_text:has(img) {
  align-items: center;
}
.FV_image_text:not(:has(img)) {
  left: calc(167 / var(--base-width-pc) * 100vw);
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .FV_image_text:not(:has(img)) {
    left: clamp(20px, 5.8168316832vw, 47px);
  }
}
@media screen and (max-width: 768px) {
  .FV_image_text {
    left: 0;
    transform: translate(0, -50%);
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.FV_image_text_logo {
  width: max(150 / var(--base-width-pc) * 100vw, 120px);
}
@media screen and (max-width: 768px) {
  .FV_image_text_logo {
    width: max(24.7524752475%, 150px);
  }
}
.FV_image_text_copy {
  width: calc(400 / var(--base-width-pc) * 100vw);
  margin-inline: auto;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .FV_image_text_copy {
    margin-bottom: 15px;
    width: 58.5396039604%;
  }
}
.FV_image_text_span {
  font-size: clamp(28px, 4.1666666667vw, 100px);
  font-weight: bold;
  text-align: left;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 25px;
  line-height: 1.5;
  padding-bottom: calc(5 / var(--base-width-pc) * 100vw);
}
@media screen and (max-width: 768px) {
  .FV_image_text_span {
    padding-left: 10px;
    padding-block: 2px;
    font-size: clamp(20px, 7.4257425743vw, 60px);
  }
}
.FV_image_text_span:not(:last-of-type) {
  margin-bottom: 25px;
}
.FV_image_text_span:nth-of-type(2) {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .FV_image_text_span:nth-of-type(2) {
    padding-right: 10px;
  }
}
.FV_image_text_span::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 0;
  height: 100%;
  background-color: white;
  letter-spacing: 0.03rem;
}
.FV_image_text_span:where(.-active-fv *):nth-of-type(1):before {
  -webkit-animation: fvWhite 10s ease-out infinite;
          animation: fvWhite 10s ease-out infinite;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.FV_image_text_span:where(.-active-fv *):nth-of-type(2):before {
  -webkit-animation: fvWhite 10s ease-out infinite;
          animation: fvWhite 10s ease-out infinite;
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
.FV_image_text_span:where(.-active-fv *):nth-of-type(3):before {
  -webkit-animation: fvWhite 10s ease-out infinite;
          animation: fvWhite 10s ease-out infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.FV_spImage {
  height: 100%;
}
.FV_link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: clamp(156.67px, calc(235 / var(--base-width-pc) * 100vw), 235px);
  padding-inline: clamp(7.33px, calc(22 / var(--base-width-pc) * 100vw), 22px);
  height: clamp(65px, calc(85 / var(--base-width-pc) * 100vw), 85px);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  letter-spacing: 0.03rem;
  overflow: hidden;
  transition: all 0.3s;
}
.FV_links {
  position: fixed;
  z-index: 50;
  right: clamp(5px, calc(30 / var(--base-width-pc) * 100vw), 30px);
  bottom: 25px;
  display: flex;
  gap: 16px clamp(5px, calc(16 / var(--base-width-pc) * 100vw), 16px);
}
@media screen and (max-width: 500px) {
  .FV_links {
    left: 0;
    right: 0;
    justify-content: center;
    bottom: 15px;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .FV_link {
    line-height: 1.35;
  }
}
@media screen and (max-width: 500px) {
  .FV_link {
    width: 50%;
  }
}
.FV_link_text {
  font-size: clamp(12px, calc(16 / var(--base-width-pc) * 100vw), 16px);
  font-weight: 500;
  margin-inline: auto;
  padding-left: clamp(8.5px, calc(17 / var(--base-width-pc) * 100vw), 17px);
}
.FV_link_text_en, .FV_link_text_jp {
  display: block;
  text-align: center;
  letter-spacing: 0.03rem;
}
.FV_link_text_en {
  font-family: var(--font-sub1);
  font-size: clamp(13px, calc(18 / var(--base-width-pc) * 100vw), 18px);
}
.FV_link_text_jp {
  font-size: clamp(11px, calc(14 / var(--base-width-pc) * 100vw), 14px);
}
.FV_link_arrow {
  width: clamp(8.5px, calc(17 / var(--base-width-pc) * 100vw), 17px);
  transition: all 0.5s;
}
.FV_link_arrow:where(.-recruit *) {
  filter: invert(100%);
}
.FV_link:hover .FV_link_arrow {
  transform: translate(10px, 0);
}
.FV_link.-sale {
  background-image: url("../img/btn_sale.jpg");
  color: black;
}
.FV_link.-recruit {
  background-image: url("../img/btn_recruit.jpg");
  color: white;
}
.FV_link_hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.FV_link_hover_span {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  transition: all 0.3s;
  opacity: 0.5;
}
.FV_link_hover_span:where(.-black *) {
  border-color: black !important;
}
.FV_link_hover_span.-n01 {
  top: -15px;
  left: -15px;
  border-top: solid 2px white;
  border-left: solid 2px white;
}
.FV_link_hover_span.-n02 {
  top: -15px;
  right: -15px;
  border-top: solid 2px white;
  border-right: solid 2px white;
}
.FV_link_hover_span.-n03 {
  bottom: -15px;
  right: -15px;
  border-bottom: solid 2px white;
  border-right: solid 2px white;
}
.FV_link_hover_span.-n04 {
  bottom: -15px;
  left: -15px;
  border-bottom: solid 2px white;
  border-left: solid 2px white;
}
.FV_link:hover .FV_link_hover_span.-n01 {
  top: 5px;
  left: 5px;
}
.FV_link:hover .FV_link_hover_span.-n02 {
  top: 5px;
  right: 5px;
}
.FV_link:hover .FV_link_hover_span.-n03 {
  bottom: 5px;
  right: 5px;
}
.FV_link:hover .FV_link_hover_span.-n04 {
  bottom: 5px;
  left: 5px;
}
.FV_phrase {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: calc(23 / var(--base-width-pc) * 100vw);
  right: calc(23 / var(--base-width-pc) * 100vw);
  width: calc(100% - 23 / var(--base-width-pc) * 100vw * 2);
}
@media screen and (max-width: 768px) {
  .FV_phrase {
    bottom: 15px;
  }
}

@-webkit-keyframes fvFade {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  /* フェードイン */
  45% {
    opacity: 1;
  }
  /* 表示維持 */
  50% {
    opacity: 0;
  }
  /* フェードアウト */
  100% {
    opacity: 0;
  }
}

@keyframes fvFade {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  /* フェードイン */
  45% {
    opacity: 1;
  }
  /* 表示維持 */
  50% {
    opacity: 0;
  }
  /* フェードアウト */
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fvWhite {
  0%, 6%, 70%, 100% {
    width: 0;
  }
  9%, 60% {
    width: 100%;
  }
}
@keyframes fvWhite {
  0%, 6%, 70%, 100% {
    width: 0;
  }
  9%, 60% {
    width: 100%;
  }
}
@-webkit-keyframes fv-swap-a {
  0%, 47% {
    transform: translateX(0);
  }
  50%, 97% {
    transform: translateX(calc(100% + 16px));
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fv-swap-a {
  0%, 47% {
    transform: translateX(0);
  }
  50%, 97% {
    transform: translateX(calc(100% + 16px));
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes fv-swap-b {
  0%, 47% {
    transform: translateX(0);
  }
  50%, 97% {
    transform: translateX(calc(-100% - 16px));
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fv-swap-b {
  0%, 47% {
    transform: translateX(0);
  }
  50%, 97% {
    transform: translateX(calc(-100% - 16px));
  }
  100% {
    transform: translateX(0);
  }
}
.block-link.-n01 {
  margin-bottom: var(--margin-bottom1);
}
.block-link_ul {
  display: flex;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .block-link_ul {
    flex-direction: column;
  }
  .block-link_ul:where(.-n01 *) {
    max-width: 500px;
  }
}
.block-link_li {
  flex: 1;
  position: relative;
  cursor: pointer;
}
.block-link_li:hover .btn_link {
  background-color: white;
  color: black;
  border: solid 1px black;
}
.block-link_li:hover .btn_link img {
  filter: none;
  transform: translate(10px, 0);
}
.block-link_li:hover .btn_link::after {
  width: 0;
  height: 0;
}
.block-link_li:hover .btn_link:where(.-white *) {
  background-color: black;
  color: white;
}
.block-link_li:hover .btn_link:where(.-white *) img {
  filter: invert(100%);
}
.block-link_li_link {
  width: 100%;
  height: 100%;
}
.block-link_li_texts {
  position: absolute;
  text-align: center;
  color: white;
  z-index: 1;
}
.block-link_li_texts:where(.-n01 *) {
  inset: 0;
}
.block-link_li_texts:where(.-n02 *) {
  top: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.block-link_li_title {
  font-size: clamp(24px, calc(36 / var(--base-width-pc) * 100vw), 36px);
  font-family: var(--font-sub1);
  line-height: 1;
}
.block-link_li_title:where(.-n01 *) {
  margin-top: min(15.625%, 100px);
  margin-bottom: 6.6666666667%;
}
.block-link_li_title:where(.-n02 *) {
  margin-bottom: clamp(30px, calc(60 / var(--base-width-pc) * 100vw), 60px);
}
.block-link_li_title_ja {
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
  font-family: var(--font-main);
  letter-spacing: 0.03rem;
}
.block-link_li_text {
  margin-bottom: 8.3333333333%;
  font-size: clamp(14px, calc(20 / var(--base-width-pc) * 100vw), 20px);
  letter-spacing: 0.03rem;
  line-height: 1.8;
}
.block-link_li .btns {
  flex-shrink: 0;
}
.block-link_image {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 330px;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  aspect-ratio: 551/480;
  filter: brightness(0.8);
  max-height: 550px;
}
.block-link_image:where(.-n02 *) {
  max-height: 400px;
}
.block-link_li:hover .block-link_image {
  filter: brightness(1.3);
}
.block-link_li:hover .block-link_image.-light {
  filter: brightness(1.7);
}
.block-link_li {
  overflow: hidden;
}
.block-link_hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.block-link_hover_span {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  opacity: 0.5;
}
.block-link_hover_span.-n01 {
  top: -15px;
  left: -15px;
  border-top: solid 2px white;
  border-left: solid 2px white;
}
.block-link_hover_span.-n02 {
  top: -15px;
  right: -15px;
  border-top: solid 2px white;
  border-right: solid 2px white;
}
.block-link_hover_span.-n03 {
  bottom: -15px;
  right: -15px;
  border-bottom: solid 2px white;
  border-right: solid 2px white;
}
.block-link_hover_span.-n04 {
  bottom: -15px;
  left: -15px;
  border-bottom: solid 2px white;
  border-left: solid 2px white;
}
.block-link_li:hover .block-link_hover_span.-n01 {
  top: 20px;
  left: 20px;
}
.block-link_li:hover .block-link_hover_span.-n02 {
  top: 20px;
  right: 20px;
}
.block-link_li:hover .block-link_hover_span.-n03 {
  bottom: 20px;
  right: 20px;
}
.block-link_li:hover .block-link_hover_span.-n04 {
  bottom: 20px;
  left: 20px;
}

.news {
  margin-bottom: var(--margin-bottom1);
}
.news_ul {
  margin-bottom: clamp(40px, calc(60 / var(--base-width-pc) * 100vw), 60px);
  overflow: hidden;
}
.news_ul:where(.-blog) {
  overflow: visible;
}
.news_ul:where(.-blog) {
  display: flex;
  flex-wrap: wrap;
  gap: 30px clamp(30px, calc(60 / var(--base-width-pc) * 100vw), 60px);
}
@media screen and (max-width: 768px) {
  .news_ul:where(.-blog) {
    display: block;
  }
}
.news_li:where(.-blog *) {
  width: calc((100% - clamp(30px, calc(60 / var(--base-width-pc) * 100vw), 60px)) / 2);
}
@media screen and (max-width: 768px) {
  .news_li:where(.-blog *) {
    width: 100%;
  }
}
.news_li_link {
  text-decoration: none;
  color: black;
}
.news_li_image {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.news_li_imageWrap {
  position: relative;
  margin-bottom: 5px;
}
.news_li_imageWrap::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: #999;
  z-index: -1;
}
.news_li:hover .news_li_image {
  top: 8px;
  right: 8px;
}
.news_li_head {
  display: flex;
  align-items: center;
  color: #555;
  margin-bottom: 12px;
}
.news_li_head:where(.-blog *) {
  margin-bottom: 0;
}
.news_li_head time {
  font-size: 13px;
  padding-top: 4px;
  font-family: var(--font-sub1);
}
.news_li_categories {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-left: 11px;
  margin-left: 11px;
  border-left: solid 1px #DDD;
}
.news_li_category {
  font-size: 15px;
}
.news_li_title {
  font-size: clamp(16px, calc(18 / var(--base-width-pc) * 100vw), 18px);
  letter-spacing: 0.03rem;
  line-height: 1.6666666667;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: solid 1px #AAA;
}
.news_li_title:where(.-blog *) {
  border-bottom: none;
  font-weight: bold;
  font-size: clamp(18px, calc(20 / var(--base-width-pc) * 100vw), 20px);
  padding-bottom: 0;
}
.news_li_title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.5px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: black;
  width: 100%;
  transform: translate(-110%, 0);
  transition: all 0.5s;
}
.news_li_title:where(.-blog *)::after {
  display: none;
}
.news_li:hover .news_li_title::after {
  transform: none;
}

/* 揺れるアニメーション定義 */
@-webkit-keyframes shakeText {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(3deg);
  }
  40% {
    transform: rotate(-3deg);
  }
  60% {
    transform: rotate(2deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes shakeText {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(3deg);
  }
  40% {
    transform: rotate(-3deg);
  }
  60% {
    transform: rotate(2deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes shakeText2 {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(30deg);
  }
  40% {
    transform: rotate(-30deg);
  }
  60% {
    transform: rotate(20deg);
  }
  80% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes shakeText2 {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(30deg);
  }
  40% {
    transform: rotate(-30deg);
  }
  60% {
    transform: rotate(20deg);
  }
  80% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.blog {
  background-color: var(--color-gray-back);
  overflow: hidden;
}
.blog .sectionWrap {
  display: flex;
  padding-block: clamp(38.67px, calc(58 / var(--base-width-pc) * 100vw), 58px) 32px;
  gap: 20px 0;
}
@media screen and (max-width: 768px) {
  .blog .sectionWrap {
    flex-direction: column;
  }
}
.blog_left {
  display: flex;
  flex-direction: column;
  flex-shrink: 9;
  margin-top: min(calc(100 / var(--base-width-pc) * 100vw), 100px);
}
@media screen and (max-width: 768px) {
  .blog_left {
    align-items: center;
  }
}
.blog_left_image {
  margin-bottom: 10px;
  width: clamp(286.67px, calc(430 / var(--base-width-pc) * 100vw), 430px);
}
.blog_left_text {
  font-size: clamp(18px, calc(28 / var(--base-width-pc) * 100vw), 28px);
  font-weight: bold;
  line-height: 2;
  margin-bottom: clamp(31px, calc(93 / var(--base-width-pc) * 100vw), 93px);
  letter-spacing: 0.08rem;
}
.blog_left .btns {
  display: block;
}
.blog_left .btn_link {
  background-color: transparent;
}
.blog_right {
  flex-shrink: 5;
  text-align: center;
  position: relative;
}
.blog_right_image {
  width: clamp(250px, calc(750 / var(--base-width-pc) * 100vw), 750px);
  -webkit-animation: spin-ccw 30s linear infinite;
          animation: spin-ccw 30s linear infinite;
  transform-origin: 50% 45%;
}
@media screen and (max-width: 768px) {
  .blog_right_image {
    width: 100%;
  }
}
.blog_right_text {
  position: absolute;
  font-weight: bold;
  font-size: clamp(10px, calc(20 / var(--base-width-pc) * 100vw), 20px);
  top: 50%;
  transform: translate(0, -50%);
}
.blog_right_textWrap {
  position: absolute;
  top: 65%;
  left: 54%;
  transform: translate(-50%, -50%);
  height: 47%;
  aspect-ratio: 1/1;
}
.blog_right_textWrap::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: solid 1px black;
  -webkit-animation: spin-cw 30s linear infinite;
          animation: spin-cw 30s linear infinite;
  transform-origin: 50% 50%;
}
.blog_right_textWrap.-top {
  top: 35%;
}
.blog_right_textWrap.-top::after {
  -webkit-mask: conic-gradient(from 0deg, #fff 0 330deg, rgba(0, 0, 0, 0) 0);
  mask: conic-gradient(from var(--rotate-gap, 0deg), #fff 0 330deg, rgba(0, 0, 0, 0) 0);
}
.blog_right_textWrap.-left {
  left: 42%;
}
.blog_right_textWrap.-left::after {
  -webkit-mask: conic-gradient(from 120deg, #fff 0 330deg, rgba(0, 0, 0, 0) 0);
  mask: conic-gradient(from 120deg, #fff 0 330deg, rgba(0, 0, 0, 0) 0);
}
.blog_right_textWrap.-right {
  left: 66%;
}
.blog_right_textWrap.-right::after {
  -webkit-mask: conic-gradient(from 240deg, #fff 0 330deg, rgba(0, 0, 0, 0) 0);
  mask: conic-gradient(from 240deg, #fff 0 330deg, rgba(0, 0, 0, 0) 0);
}
.blog_right_text:where(.-top *) {
  top: 27%;
  left: 50%;
  transform: translate(-50%, 0);
}
.blog_right_text:where(.-left *) {
  left: 5%;
}
.blog_right_text:where(.-right *) {
  right: 10%;
}

@-webkit-keyframes spin-cw {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin-cw {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-ccw {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes spin-ccw {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.customerVoice {
  margin-bottom: var(--margin-bottom1);
}
.customerVoice_ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px clamp(13.33px, calc(40 / var(--base-width-pc) * 100vw), 40px);
  margin-bottom: clamp(40px, calc(60 / var(--base-width-pc) * 100vw), 60px);
}
@media screen and (max-width: 600px) {
  .customerVoice_ul {
    flex-direction: column;
  }
}
.customerVoice_ul.-active .customerVoice_li {
  -webkit-animation: cvFadeIn 0.3s ease-out forwards;
          animation: cvFadeIn 0.3s ease-out forwards;
}
.customerVoice_ul.-active .customerVoice_li:nth-of-type(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.customerVoice_ul.-active .customerVoice_li:nth-of-type(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.customerVoice_li {
  padding-bottom: 1px;
  position: relative;
  width: calc((100% - clamp(13.33px, calc(40 / var(--base-width-pc) * 100vw), 40px) * 2) / 3);
  transform: translateY(50px);
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .customerVoice_li {
    width: 100%;
  }
}
.customerVoice_li:hover {
  cursor: pointer;
}
.customerVoice_li_link {
  text-decoration: none;
  color: black;
}
.customerVoice_li_image {
  transition: all 1s;
  height: 100%;
}
.customerVoice_li_imageWrap {
  margin-bottom: clamp(18.67px, calc(28 / var(--base-width-pc) * 100vw), 28px);
  position: relative;
}
.customerVoice_li_imageWrap::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: #999;
}
.customerVoice_li_imageWrapInner {
  aspect-ratio: 338/226;
  overflow: hidden;
  position: relative;
  top: 0;
  right: 0;
  transition: all 1s;
}
.customerVoice_li_imageWrap:hover .customerVoice_li_imageWrapInner {
  top: 10px;
  right: 10px;
}
.customerVoice_li:hover .customerVoice_li_image {
  transform: scale(1.2);
  transition: all 10s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.customerVoice_li_text {
  font-size: clamp(16px, calc(20 / var(--base-width-pc) * 100vw), 20px);
  line-height: 1.5;
  margin-bottom: 8px;
  letter-spacing: 0.03rem;
}
.customerVoice_li_categories {
  display: flex;
}
.customerVoice_li_category {
  border: solid 1px #555;
  padding: 2px clamp(8px, calc(12 / var(--base-width-pc) * 100vw), 12px);
  letter-spacing: 0.03rem;
}

@-webkit-keyframes cvFadeIn {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes cvFadeIn {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.achievement {
  position: relative;
}
.achievement_texts1 {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
  color: white;
}
@media screen and (max-width: 768px) {
  .achievement_texts1 {
    transform: none;
    top: 17%;
  }
}
.achievement_texts2 {
  display: flex;
  justify-content: center;
  font-size: clamp(14px, calc(32 / var(--base-width-pc) * 100vw), 32px);
  letter-spacing: 0.04rem;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .achievement_texts2 {
    flex-wrap: wrap;
    gap: 10px 0;
  }
}
.achievement_text11 {
  font-size: clamp(50px, calc(200 / var(--base-width-pc) * 100vw), 200px);
  font-family: "DIN Alternate", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
}
.achievement_text12 {
  font-size: clamp(18px, calc(24 / var(--base-width-pc) * 100vw), 24px);
  font-weight: bold;
  line-height: 1;
  margin-bottom: clamp(10px, calc(60 / var(--base-width-pc) * 100vw), 60px);
}
.achievement_text2 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.achievement_text2:not(:last-of-type) {
  margin-right: clamp(13.33px, calc(40 / var(--base-width-pc) * 100vw), 40px);
}
@media screen and (max-width: 768px) {
  .achievement_text2:last-of-type {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.achievement_text2::before {
  content: "";
  display: inline-block;
  margin-top: 2px;
  height: clamp(15px, calc(36 / var(--base-width-pc) * 100vw), 36px);
  width: 1px;
  background-color: #DDD;
  margin-right: clamp(13.33px, calc(40 / var(--base-width-pc) * 100vw), 40px);
}
.achievement_text2:first-of-type::before {
  display: none;
}
.achievement_text2_value {
  font-weight: bold;
}
.achievement_image {
  min-height: 330px;
  width: 100%;
  aspect-ratio: 2880/1338;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 550px) {
  .achievement_image {
    min-height: 280px;
  }
}
@media screen and (max-width: 450px) {
  .achievement_image {
    min-height: 230px;
  }
}

.recruit {
  padding-block: var(--margin-bottom1) clamp(68px, calc(102 / var(--base-width-pc) * 100vw), 102px);
  background-color: var(--color-gray-back);
}
.recruit_inner {
  display: flex;
  background-color: white;
  justify-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruit_inner {
    flex-direction: column;
    text-align: center;
  }
}
.recruit .sectionTitle {
  margin-bottom: clamp(13.33px, calc(40 / var(--base-width-pc) * 100vw), 40px);
}
@media screen and (max-width: 768px) {
  .recruit .sectionTitle {
    justify-content: center;
  }
}
.recruit_texts {
  position: relative;
  padding: clamp(15px, calc(48 / var(--base-width-pc) * 100vw), 48px);
  background-color: white;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.recruit_text1 {
  font-size: clamp(18px, calc(26 / var(--base-width-pc) * 100vw), 26px);
  font-weight: bold;
  line-height: 1.6923076923;
  margin-bottom: clamp(10.67px, calc(32 / var(--base-width-pc) * 100vw), 32px);
}
.recruit_text2 {
  font-size: clamp(14px, calc(16 / var(--base-width-pc) * 100vw), 16px);
  line-height: 1.75;
  margin-bottom: clamp(13.33px, calc(40 / var(--base-width-pc) * 100vw), 40px);
}
@media screen and (max-width: 768px) {
  .recruit_text1, .recruit_text2 {
    text-align: left;
  }
}
.recruit .btns {
  margin-top: auto;
}
@media screen and (min-width: 769px) {
  .recruit .btns {
    display: block;
  }
}
.recruit_image {
  width: clamp(266px, calc(532 / var(--base-width-pc) * 100vw), 532px);
  width: clamp(260px, 532 / var(--base-width-pc) * 100vw, 600px);
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .recruit_image {
    width: 100%;
    margin-inline: auto;
  }
}
.recruit_hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.recruit_hover_span {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  opacity: 0.5;
}
.recruit_hover_span.-n01 {
  top: -15px;
  left: -15px;
  border-top: solid 2px black;
  border-left: solid 2px black;
}
.recruit_hover_span.-n02 {
  top: -15px;
  right: -15px;
  border-top: solid 2px black;
  border-right: solid 2px black;
}
.recruit_hover_span.-n03 {
  bottom: -15px;
  right: -15px;
  border-bottom: solid 2px black;
  border-right: solid 2px black;
}
.recruit_hover_span.-n04 {
  bottom: -15px;
  left: -15px;
  border-bottom: solid 2px black;
  border-left: solid 2px black;
}
.recruit:has(.btn_link:hover) .recruit_hover_span.-n01 {
  top: 20px;
  left: 20px;
}
.recruit:has(.btn_link:hover) .recruit_hover_span.-n02 {
  top: 20px;
  right: 20px;
}
.recruit:has(.btn_link:hover) .recruit_hover_span.-n03 {
  bottom: 20px;
  right: 20px;
}
.recruit:has(.btn_link:hover) .recruit_hover_span.-n04 {
  bottom: 20px;
  left: 20px;
}

.whiteCompany {
  margin-bottom: var(--margin-bottom1);
}
.whiteCompany_title {
  font-size: clamp(20px, calc(28 / var(--base-width-pc) * 100vw), 28px);
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.03rem;
}
.whiteCompany_body {
  display: flex;
  justify-content: center;
}
.whiteCompany iframe {
  width: min(calc(648 / var(--base-width-pc) * 100vw), 648px);
  height: calc(min(calc(648 / var(--base-width-pc) * 100vw), 648px) / 648 * 364);
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .whiteCompany iframe {
    width: 100%;
    height: 56.1728395062vw;
  }
}
.whiteCompany_texts {
  background: linear-gradient(0deg, #FFF 0%, #ECECEC 100%);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(14.67px, calc(44 / var(--base-width-pc) * 100vw), 44px) max(44 / var(--base-width-pc) * 100vw, 15px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1019607843);
}
.whiteCompany_point {
  font-size: 16px;
  color: #AAA;
  font-family: var(--font-sub1);
}
.whiteCompany_subtitle {
  font-size: clamp(18px, calc(24 / var(--base-width-pc) * 100vw), 24px);
  font-weight: bold;
  letter-spacing: 0.03rem;
  margin-bottom: 18px;
}
.whiteCompany_li {
  font-size: 18px;
  font-weight: bold;
}
.whiteCompany_li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: black;
  margin-right: 8px;
}

/* 個別部ここまで
---------- ---------- */