@charset "UTF-8";
@font-face {
  font-family: "AvenirNext";
  src: url("../fonts/AvenirNext-UltraLight.woff2") format("woff2");
  font-weight: 200;
  /* UltraLight */
  font-style: normal;
}
@font-face {
  font-family: "AvenirNext";
  src: url("../fonts/AvenirNext-Regular.woff2") format("woff2");
  font-weight: 400;
  /* Regular */
  font-style: normal;
}
@font-face {
  font-family: "AvenirNext";
  src: url("../fonts/AvenirNext-Medium.woff2") format("woff2");
  font-weight: 500;
  /* Medium */
  font-style: normal;
}
@font-face {
  font-family: "AvenirNext";
  src: url("../fonts/AvenirNext-DemiBold.woff2") format("woff2");
  font-weight: 600;
  /* DemiBold */
  font-style: normal;
}
@font-face {
  font-family: "AvenirNext";
  src: url("../fonts/AvenirNext-Bold.woff2") format("woff2");
  font-weight: 700;
  /* Bold */
  font-style: normal;
}
@font-face {
  font-family: "AvenirNext";
  src: url("../fonts/AvenirNext-Heavy.woff2") format("woff2");
  font-weight: 800;
  /* Heavy */
  font-style: normal;
}
@font-face {
  font-family: "AvenirNext";
  src: url("../fonts/AvenirNext-Italic.woff2") format("woff2");
  font-weight: 400;
  /* Regular Italic */
  font-style: italic;
}
@font-face {
  font-family: "BaronNeue";
  src: url("../fonts/Baron Neue Bold.otf") format("opentype");
  font-weight: 700;
  /* Bold */
  font-style: normal;
}
/* ========== ========== ==========
共通部
========== ========== ========== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

body {
  line-height: 1.7;
  font-family: "Noto Sans", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.04em;
  color: var(--color-text);
}

#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);
  }
}

.sectionInner {
  max-width: calc(var(--base-width-pc) * 1px);
  margin-inline: auto;
}

.sectionTitle {
  text-align: center;
  font-size: clamp(20px, calc(27 / var(--base-width-pc) * 100vw), 27px);
  line-height: 1;
  font-weight: bold;
}
.sectionTitle_en {
  font-size: clamp(40px, calc(80 / var(--base-width-pc) * 100vw), 80px);
  display: block;
  color: var(--color-sub1);
  font-weight: normal;
  margin-top: 10px;
  font-family: var(--font-sub1);
  font-weight: 600;
  letter-spacing: 0.2rem;
}

.sectionTitle2 {
  font-size: 20px;
  margin-bottom: clamp(26.67px, calc(40 / var(--base-width-pc) * 100vw), 40px);
  font-size: clamp(18px, calc(26 / var(--base-width-pc) * 100vw), 26px);
  font-weight: bold;
  letter-spacing: 0.05rem;
}
.sectionTitle2_en {
  display: block;
  font-size: clamp(30px, calc(60 / var(--base-width-pc) * 100vw), 60px);
  font-weight: 600;
  line-height: 1.2;
  font-family: var(--font-sub1);
  margin-top: 14px;
}

.sectionTitle3 {
  font-size: clamp(16px, calc(24 / var(--base-width-pc) * 100vw), 24px);
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.sectionTitle3_en {
  display: block;
  font-size: clamp(20px, calc(45 / var(--base-width-pc) * 100vw), 45px);
  color: #005BAB;
  font-family: var(--font-sub1);
  font-weight: 600;
}

.sectionTitle4 {
  font-size: clamp(20px, calc(27 / var(--base-width-pc) * 100vw), 27px);
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.sectionTitle4_en {
  display: block;
  font-size: clamp(30px, calc(45 / var(--base-width-pc) * 100vw), 45px);
  color: var(--color-sub1);
  font-weight: 600;
  font-family: var(--font-sub1);
}

.sectionSubtitle {
  padding-inline: 12px;
  font-size: clamp(50px, calc(176 / var(--base-width-pc) * 100vw), 176px);
  color: rgba(0, 42, 116, 0.1);
  line-height: 0.8693181818;
  font-weight: 600;
  font-family: var(--font-sub1);
}
@media screen and (max-width: 768px) {
  .sectionSubtitle {
    font-size: clamp(48px, calc(170 / var(--base-width-pc) * 100vw), 170px);
  }
}

.sectionText {
  margin-left: calc(90 / var(--base-width-pc) * 100vw);
  margin-bottom: clamp(37.5px, calc(75 / var(--base-width-pc) * 100vw), 75px);
  font-size: clamp(18px, calc(37 / var(--base-width-pc) * 100vw), 37px);
  font-weight: bold;
  letter-spacing: 0.05rem;
}

:where(.sectionTitle, .sectionText) :where(span) {
  display: inline-block;
}

.header {
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  background-color: white;
  justify-content: space-between;
  height: var(--header-height);
  padding-left: clamp(5px, 2.6041666667vw, 20px);
}
.header_logo {
  padding-block: clamp(8px, calc(13 / var(--base-width-pc) * 100vw), 13px) clamp(10px, calc(16 / var(--base-width-pc) * 100vw), 16px);
  height: 100%;
}
.header_logo_link {
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
}
.header_logo_link_image {
  max-height: 100%;
}
.header_nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  height: 100%;
  gap: clamp(10px, calc(15 / var(--base-width-pc) * 100vw), 15px) 0;
}
.header_nav_ul {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1150px) {
  .header_nav_ul {
    display: none;
  }
}
.header_nav_li_link-main {
  position: relative;
  z-index: 1;
}
.header_nav_li_link-main_text {
  font-size: clamp(14px, calc(16 / var(--base-width-pc) * 100vw), 16px);
  padding-inline: 10px;
  line-height: 1.2;
  font-weight: 700;
  font-family: var(--font-sub2);
  font-weight: bold;
  transition: all 0.3s;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  color: var(--color-text);
  height: var(--header-height);
  position: relative;
  z-index: 1;
  background-color: white;
}
.header_nav_li_link-main_text:hover {
  cursor: pointer;
  color: var(--color-sub1);
}
.header_nav_li_link-main_text::after {
  content: ">";
  display: block;
  font-weight: bold;
  position: absolute;
  text-align: center;
  top: calc(50% + clamp(14px, calc(18 / var(--base-width-pc) * 100vw), 18px));
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  font-size: clamp(12px, calc(16 / var(--base-width-pc) * 100vw), 16px);
}
.header_nav_li_link-main_pop {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, -200%);
  background-color: white;
  padding: 10px 20px 15px;
  z-index: -1;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: transform 0.3s, opacity 0.2s linear 0.1s;
}
.header_nav_li_link-main_pop_link {
  text-decoration: none;
  color: var(--color-text);
  font-size: 14px;
  font-weight: 600;
  display: block;
  line-height: 2;
}
.header_nav_li_link-main_pop_link:hover {
  color: var(--color-sub1);
}
.header_nav_li_link-main:hover {
  z-index: 0;
}
.header_nav_li_link-main:hover .header_nav_li_link-main_pop {
  transform: translate(0, 100%);
  pointer-events: auto;
  opacity: 1;
}
.header_nav_li:last-of-type .header_nav_li_link-main_text {
  padding-right: clamp(15px, calc(20 / var(--base-width-pc) * 100vw), 20px);
}
.header_nav_entry {
  text-decoration: none;
  height: 100%;
  width: clamp(60px, 9.0909090909vw, 160px);
  position: relative;
  z-index: 10;
  transition: z-index 0s 0.4s;
}
@media screen and (min-width: 769px) {
  .header_nav_entry:hover {
    z-index: 0;
    transition: z-index 0s 0s;
  }
}
@media screen and (max-width: 768px) {
  .header_nav_entry:where(.-active) {
    z-index: 0;
    transition: z-index 0s 0s;
  }
}
.header_nav_entry_text {
  background-color: var(--color-sub1);
  height: 100%;
  width: 100%;
  color: white;
  font-weight: bold;
  font-size: clamp(10px, calc(18 / var(--base-width-pc) * 100vw), 18px);
  border: solid 3px var(--color-sub1);
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .header_nav_entry_text:hover {
    cursor: pointer;
    background-color: white;
    color: var(--color-sub1);
  }
}
@media screen and (max-width: 768px) {
  .header_nav_entry_text:where(.-active *) {
    cursor: pointer;
    background-color: white;
    color: var(--color-sub1);
  }
}
.header_nav_entry_pop {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0, -200%);
  background-color: white;
  padding: 10px 20px 15px;
  z-index: -1;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: transform 0.3s, opacity 0.2s linear 0.1s;
}
.header_nav_entry_pop_link {
  text-decoration: none;
  color: var(--color-text);
  font-size: 14px;
  font-weight: 600;
  display: block;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
@media screen and (min-width: 769px) {
  .header_nav_entry_pop_link:hover {
    color: var(--color-sub1);
  }
}
.header_nav_entry_pop_link::after {
  content: "";
  -webkit-mask: url("../img/icon_link.svg") no-repeat center;
          mask: url("../img/icon_link.svg") no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: black;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.header_sp {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.header_sp_hamburger {
  height: calc(var(--header-height));
  width: clamp(50px, calc(100 / var(--base-width-pc) * 100vw), 100px);
  position: relative;
  z-index: 200;
  background-color: black;
}
.header_sp_hamburger span {
  display: block;
  height: clamp(3px, calc(5 / var(--base-width-pc) * 100vw), 5px);
  width: 48%;
  background-color: white;
  position: absolute;
  left: 26%;
  right: 0;
  transition: all 0.7s;
}
.header_sp_hamburger span:nth-of-type(1) {
  top: 28%;
  transform: translate(0, -50%);
}
.header_sp_hamburger span:nth-of-type(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.header_sp_hamburger span:nth-of-type(3) {
  top: 72%;
  transform: translate(0, -50%);
}
.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: rgba(0, 0, 0, 0.7);
  transform: translateX(100vw);
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  padding-inline: var(--section-padding-pc2-maxWidth);
  overflow-y: scroll;
}
.header_sp_nav.-active {
  transform: translate(0);
  visibility: visible;
  opacity: 1;
  height: 100lvh;
}
.header_sp_ul {
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 15px;
  margin-bottom: 43px;
}
.header_sp_ulsWrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .header_sp_ulsWrap {
    flex-direction: column;
  }
}
.header_sp_ulWrap {
  max-width: 500px;
  margin-inline: auto;
}
.header_sp_ulWrap_text {
  color: #CCC;
  margin-bottom: 15px;
  font-size: clamp(18px, calc(24 / var(--base-width-pc) * 100vw), 24px);
  font-weight: 600;
  line-height: 1;
  font-family: var(--font-sub3);
}
.header_sp_li {
  width: calc(50% - 15px);
}
.header_sp_li.-wide {
  margin-right: 50%;
}
.header_sp_li_link {
  display: block;
  color: white;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}
.header_sp_li_link_image {
  margin-bottom: 11px;
  aspect-ratio: 234/156;
}
.header_sp_link {
  width: 100%;
  border: solid 1px white;
  height: clamp(50px, 10.15625vw, 78px);
  text-decoration: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 30px;
  padding-inline: min(calc(52 / var(--base-width-pc) * 100vw), 52px) min(calc(47 / var(--base-width-pc) * 100vw), 47px);
  transition: all 0.3s;
  font-size: 14px;
  font-weight: 600;
}
.header_sp_links {
  display: flex;
  gap: 30px clamp(15px, calc(34 / var(--base-width-pc) * 100vw), 34px);
  padding-bottom: clamp(50px, calc(80 / var(--base-width-pc) * 100vw), 80px);
}
@media screen and (max-width: 1000px) {
  .header_sp_links {
    flex-direction: column;
    align-items: center;
  }
}
.header_sp_linkWrap {
  width: calc((100% - clamp(15px, calc(34 / var(--base-width-pc) * 100vw), 34px)) / 3);
}
@media screen and (max-width: 1000px) {
  .header_sp_linkWrap {
    width: 100%;
    max-width: 500px;
  }
}
.header_sp_link::after {
  content: "";
  -webkit-mask: url("../img/icon_link.svg") no-repeat center;
          mask: url("../img/icon_link.svg") no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: white;
  width: 23px;
  height: 23px;
  transition: all 0.3s;
}
.header_sp_link:hover {
  color: var(--color-text);
  background-color: white;
}
.header_sp_link:hover::after {
  background-color: black;
}
.header .-header_sp-show {
  display: none;
}
@media screen and (max-width: 1001px) {
  .header .-header_sp-hide {
    display: none;
  }
  .header .-header_sp-show {
    display: block;
  }
}

.footer_visual {
  position: relative;
  margin-bottom: 31px;
}
.footer_visual_texts {
  position: absolute;
  left: calc(171 / var(--base-width-pc) * 100vw);
  bottom: calc(131 / var(--base-width-pc) * 100vw);
  right: calc(150 / var(--base-width-pc) * 100vw);
  color: white;
  gap: 15px min(calc(50 / var(--base-width-pc) * 100vw), 50px);
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 450px) {
  .footer_visual_texts {
    bottom: clamp(20px, calc(20 / var(--base-width-sp) * 100vw), 20px);
  }
}
.footer_visual_text_en {
  font-size: clamp(24px, calc(80 / var(--base-width-pc) * 100vw), 80px);
  font-weight: 600;
  font-family: var(--font-sub1);
}
.footer_visual_text_jp {
  font-size: clamp(14px, calc(24 / var(--base-width-pc) * 100vw), 24px);
  display: block;
}
.footer_visual_link {
  margin-top: clamp(18px, calc(35 / var(--base-width-pc) * 100vw), 35px);
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  flex-shrink: 0;
}
.footer_visual_link_text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #C83840;
  color: white;
  font-weight: bold;
  font-size: clamp(16px, calc(26 / var(--base-width-pc) * 100vw), 26px);
  width: clamp(100px, calc(346 / var(--base-width-pc) * 100vw), 346px);
  height: clamp(50px, calc(116 / var(--base-width-pc) * 100vw), 116px);
  border: solid 3px var(--color-sub1);
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .footer_visual_link_text:hover {
    cursor: pointer;
    color: var(--color-sub1);
    background-color: white;
  }
}
@media screen and (max-width: 768px) {
  .footer_visual_link_text:where(.-active *) {
    cursor: pointer;
    color: var(--color-sub1);
    background-color: white;
  }
}
.footer_visual_link_pop {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0, -50%);
  background-color: white;
  padding: 10px 20px 15px;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: transform 0.3s, opacity 0.2s linear 0.1s;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .footer_visual_link_pop {
    width: 100%;
  }
}
.footer_visual_link_pop_link {
  text-decoration: none;
  color: var(--color-text);
  font-size: 14px;
  font-weight: 600;
  display: block;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
.footer_visual_link_pop_link:hover {
  color: var(--color-sub1);
}
.footer_visual_link_pop_link::after {
  content: "";
  -webkit-mask: url("../img/icon_link.svg") no-repeat center;
          mask: url("../img/icon_link.svg") no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: black;
  width: 15px;
  height: 15px;
  display: inline-block;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .footer_visual_link:hover {
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer_visual_link:where(.-active) {
    z-index: 0;
  }
}
.footer_visual_back {
  width: 100%;
}
.footer_main {
  margin-bottom: 46px;
}
.footer_logo {
  margin-bottom: 76px;
  display: block;
}
.footer_logo_image {
  width: clamp(250px, calc(437 / var(--base-width-pc) * 100vw), 437px);
}
.footer_ul {
  margin-bottom: clamp(62px, calc(124 / var(--base-width-pc) * 100vw), 124px);
  display: flex;
  gap: 50px 10px;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .footer_ul {
    gap: 50px clamp(40px, 8vw, 80px);
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) {
  .footer_ul {
    gap: 30px 10px;
  }
}
.footer_li {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1001px) {
  .footer_li.mr-110 {
    margin-right: min(calc(30 / var(--base-width-pc) * 100vw), 30px);
  }
}
@media screen and (max-width: 600px) {
  .footer_li.-spWidth {
    width: 177px;
  }
}
.footer_li_title {
  line-height: 1.5;
}
.footer_li_title:nth-of-type(2) {
  margin-top: 41px;
}
.footer_li_title_jp {
  font-size: clamp(14px, calc(15 / var(--base-width-pc) * 100vw), 15px);
  font-weight: 600;
  letter-spacing: 0.025rem;
}
.footer_li_title_en {
  font-size: clamp(14px, calc(22 / var(--base-width-pc) * 100vw), 22px);
  letter-spacing: 0.01rem;
  color: var(--color-sub1);
  display: block;
  margin-bottom: 28px;
  font-family: var(--font-sub1);
  font-weight: 600;
}
.footer_li_link {
  text-decoration: none;
  display: block;
  color: var(--color-text);
  font-weight: 600;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.025rem;
  transition: color 0.3s;
}
.footer_li_link.-externalLink {
  margin-top: auto;
}
.footer_li_link:hover {
  color: var(--color-sub1);
}
.footer_copyright small {
  font-size: clamp(8px, calc(9 / var(--base-width-pc) * 100vw), 9px);
}

.btn {
  font-size: clamp(16px, calc(19 / var(--base-width-pc) * 100vw), 19px);
  font-weight: 600;
  font-family: var(--font-sub1);
  text-decoration: none;
  color: white;
  background-color: var(--color-sub1);
  border-radius: 999px;
  padding: clamp(10px, calc(20 / var(--base-width-pc) * 100vw), 20px) min(calc(80 / var(--base-width-pc) * 100vw), 80px) clamp(7.5px, calc(15 / var(--base-width-pc) * 100vw), 15px);
}
.btns {
  display: flex;
}
.-background {
  position: relative;
}
.-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 95, 172, 0.5);
  z-index: -2;
  transform: skewY(14deg);
}
.-background.-reverse::before {
  transform: skewY(-12deg);
}
.-background::after {
  content: "";
  position: absolute;
  inset: 0;
  bottom: -5vw;
  background-color: #E5EFF7;
  z-index: -1;
  transform: skewY(8deg);
  -webkit-clip-path: inset(calc(72 / var(--base-width-pc) * 100vw) 0 0 0);
          clip-path: inset(calc(72 / var(--base-width-pc) * 100vw) 0 0 0);
}
.-background.-reverse::after {
  transform: skewY(-6deg);
  bottom: -9vw;
}
.-background.-connection::before {
  -webkit-clip-path: inset(0 0 calc(110 / var(--base-width-pc) * 100vw) 0);
          clip-path: inset(0 0 calc(110 / var(--base-width-pc) * 100vw) 0);
  top: 100px;
}
.-background.-connection::after {
  -webkit-clip-path: inset(calc(70 / var(--base-width-pc) * 100vw) 0 calc(90 / var(--base-width-pc) * 100vw) 0);
          clip-path: inset(calc(70 / var(--base-width-pc) * 100vw) 0 calc(90 / var(--base-width-pc) * 100vw) 0);
}

.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;
  }
}

/* ----- よくある質問 ----- */
.faq {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.faq_lists {
  width: 100%;
}
.faq_list {
  box-shadow: 0 3px 3px 3px color-mix(in srgb, #fde076 60%, black 40%);
}
.faq_list:not(:last-of-type) {
  margin-bottom: 20px;
}
.faq_list:hover {
  cursor: pointer;
}
.faq_list.-active {
  box-shadow: none;
}
.faq_textQ, .faq_textA {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.faq_textQ {
  background-color: #fde076;
}
.faq_singleLetter {
  flex-shrink: 0;
}
.faq_plusMinus {
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: auto;
}
.faq_plusMinus::before, .faq_plusMinus::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background-color: black;
}
.faq_plusMinus::after {
  transform: translate(-50%, -50%) rotate(270deg);
  transition: all 0.5s;
}
.faq_plusMinus:is(.-active *)::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq_answer {
  display: none;
  background-color: #fffbeb;
}

/* ----- スライダー ----- */
.slick-track {
  display: flex !important;
}

.slick-list {
  overflow: hidden;
}

.slick-slide {
  height: auto !important;
}
.slick-slide img {
  width: 100%;
}

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

/* 共通部ここまで
---------- ---------- */
/* ========== ========== ==========
アニメーション
========== ========== ========== */
/* ----- ホバー ----- */
@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);
  }
}
/* ----- 遅延 ----- */
.css-delay05 {
  /* 0.5秒遅らせる */
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.css-delay07 {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.css-delay08 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}

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

.css-delay15 {
  /* 1秒遅らせる */
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !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.7s;
}

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

/* ----- ぼかしが消えながらフェードイン ----- */
.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 1s ease-in forwards;
          animation: animation-blurry 1s 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,
.js-fadeIn-fromLeftFast {
  opacity: 0;
}

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

.js-fadeIn-fromLeftFast.-active {
  -webkit-animation: js-fadeIn-fromLeft 1s ease-out forwards;
          animation: js-fadeIn-fromLeft 1s ease-out forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-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;
  }
}
@-webkit-keyframes js-fadeIn-fromLeftFast {
  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-fromLeftFast {
  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;
  }
}
.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;
}

/* ----- 右から徐々に見えるようになるフェードイン ----- */
.js-fadeIn-fromRight,
.js-fadeIn-fromRightFast {
  opacity: 0;
}

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

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

@-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;
  }
}
@-webkit-keyframes js-fadeIn-fromRightFast {
  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-fromRightFast {
  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;
  }
}
/* ----- フェードイン ----- */
.js-fadeIn,
.js-fadeIn-order {
  opacity: 0;
  transition: all 0.7s;
}
.js-fadeIn.-active,
.js-fadeIn-order.-active {
  opacity: 1;
  transform: translate(0, 0);
}
/* 段階表示（0.2sずつ）*/
.js-fadeIn-order.-active .FV_text:nth-child(1) {
  transition-delay: 0s;
}

.js-fadeIn-order.-active .FV_text:nth-child(2) {
  transition-delay: 0.2s;
}

.js-fadeIn-order.-active .FV_text:nth-child(3) {
  transition-delay: 0.4s;
}

.js-fadeIn-order.-active .FV_text:nth-child(4) {
  transition-delay: 0.6s;
}

.js-fadeIn-order.-active .FV_text:nth-child(5) {
  transition-delay: 0.8s;
}

.js-fadeIn-order.-active .FV_text:nth-child(6) {
  transition-delay: 1s;
}

.js-fadeIn-order.-active .FV_text:nth-child(7) {
  transition-delay: 1.2s;
}

.js-fadeIn-order.-active .FV_text:nth-child(8) {
  transition-delay: 1.4s;
}

.js-fadeIn-order.-active .FV_text:nth-child(9) {
  transition-delay: 1.6s;
}

.js-fadeIn-order.-active .FV_text:nth-child(10) {
  transition-delay: 1.8s;
}

.js-fadeIn-order.-active .FV_text:nth-child(11) {
  transition-delay: 2s;
}

.js-fadeIn-order.-active .FV_text:nth-child(12) {
  transition-delay: 2.2s;
}

.js-fadeIn-order.-active .FV_text:nth-child(13) {
  transition-delay: 2.4s;
}

.js-fadeIn-order.-active .FV_text:nth-child(14) {
  transition-delay: 2.6s;
}

.js-fadeIn-order.-active .FV_text:nth-child(15) {
  transition-delay: 2.8s;
}

.js-fadeIn-order.-active .FV_text:nth-child(16) {
  transition-delay: 3s;
}

.js-fadeIn-order.-active .FV_text:nth-child(17) {
  transition-delay: 3.2s;
}

.js-fadeIn-order.-active .FV_text:nth-child(18) {
  transition-delay: 3.4s;
}

.js-fadeIn-order.-active .FV_text:nth-child(19) {
  transition-delay: 3.6s;
}

.js-fadeIn-order.-active .FV_text:nth-child(20) {
  transition-delay: 3.8s;
}

@-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.7s ease forwards;
          animation: fadeUpExpand 0.7s ease forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

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

/* アニメーション
---------- ---------- */
/* ========== ========== ==========
個別部
========== ========== ========== */
.FV {
  margin-bottom: clamp(40px, calc(80 / var(--base-width-pc) * 100vw), 80px);
  position: relative;
}
.FV_slider_ul {
  overflow: hidden;
  padding-bottom: calc(350 / var(--base-width-pc) * 100vw);
}
@media screen and (max-width: 768px) {
  .FV_slider_ul {
    margin-top: var(--header-height);
  }
}
.FV_texts {
  position: absolute;
  top: min(calc(180 / var(--base-width-pc) * 100vw), 180px);
  left: calc(60 / var(--base-width-pc) * 100vw);
  z-index: 1;
  color: white;
  color: var(--color-text);
}
.FV_texts:where(.-top) {
  top: initial;
  bottom: calc(125 / var(--base-width-pc) * 100vw);
  color: white;
}
@media screen and (max-width: 450px) {
  .FV_texts:where(.-top) {
    left: calc(25 / var(--base-width-sp) * 100vw);
  }
}
@media screen and (max-width: 500px) {
  .FV_texts {
    right: 0;
  }
}
.FV_text_en, .FV_text_jp {
  display: block;
  line-height: 1.2;
}
.FV_text_en {
  font-size: calc(103 / var(--base-width-pc) * 100vw);
  margin-bottom: clamp(7px, calc(11 / var(--base-width-pc) * 100vw), 11px);
  font-family: var(--font-sub1);
  font-weight: 600;
}
.FV_text_jp {
  font-weight: bold;
  font-size: max(51 / var(--base-width-pc) * 100vw, 24px);
}
.FV_text_jp:where(.-top *) {
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .FV_text_jp:where(.-top *) {
    font-size: clamp(14px, calc(51 / var(--base-width-pc) * 100vw), 51px);
  }
}
.FV_text1 {
  font-size: clamp(20px, calc(37 / var(--base-width-pc) * 100vw), 37px);
  font-weight: bold;
  line-height: 1.4864864865;
  letter-spacing: 0.05rem;
  margin-bottom: min(calc(94 / var(--base-width-pc) * 100vw), 94px);
}
.FV_text2 {
  font-size: clamp(14px, calc(18 / var(--base-width-pc) * 100vw), 18px);
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0;
}
.FV_back {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.FV-type02 {
  margin-top: clamp(80px, calc(140 / var(--base-width-pc) * 100vw), 140px);
}
.FV-type02.-background::before {
  -webkit-clip-path: inset(calc(200 / var(--base-width-pc) * 100vw) 0 0 0);
          clip-path: inset(calc(200 / var(--base-width-pc) * 100vw) 0 0 0);
  bottom: -100px;
}
.FV-type02.-background::after {
  bottom: -200px;
  -webkit-clip-path: inset(calc(272 / var(--base-width-pc) * 100vw) 0 0 0);
          clip-path: inset(calc(272 / var(--base-width-pc) * 100vw) 0 0 0);
}

.sectionBlock-text {
  width: 100%;
  margin-bottom: clamp(24px, calc(72 / var(--base-width-pc) * 100vw), 72px);
  display: flex;
  justify-content: center;
}
.sectionBlock-text_text {
  max-width: 700px;
  font-weight: 500;
  font-size: clamp(13px, calc(18 / var(--base-width-break) * 100vw), 18px);
  transform: translate(17%, 0);
  line-height: 2.2777777778;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1000px) {
  .sectionBlock-text_text {
    margin-inline: 20px;
    transform: none;
  }
}
.sectionBlock-text_text .ruby {
  position: relative;
}
.sectionBlock-text_text .ruby::before {
  content: "いま";
  display: block;
  position: absolute;
  top: min(calc(10 / var(--base-width-pc) * 100vw), 10px);
  left: 50%;
  transform: translate(-35%, -100%);
  width: 120%;
  height: 100%;
  font-size: clamp(8px, calc(10 / var(--base-width-pc) * 100vw), 10px);
  letter-spacing: 0.35rem;
}

.sectionBlock2 {
  padding-inline: clamp(20px, calc(63 / var(--base-width-pc) * 100vw), 63px) clamp(20px, calc(74 / var(--base-width-pc) * 100vw), 74px);
  max-width: 1250px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  gap: clamp(20px, calc(30 / var(--base-width-pc) * 100vw), 30px);
}
@media screen and (max-width: 768px) {
  .sectionBlock2 {
    flex-direction: column;
  }
}
.sectionBlock2:not(:last-of-type) {
  margin-bottom: clamp(57.33px, calc(86 / var(--base-width-pc) * 100vw), 86px);
}
.sectionBlock2_image {
  width: clamp(203px, calc(609 / var(--base-width-pc) * 100vw), 609px);
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .sectionBlock2_image {
    width: 100%;
  }
}

.company {
  margin-bottom: calc(240 / var(--base-width-pc) * 100vw);
}
@media screen and (max-width: 768px) {
  .company {
    padding-bottom: 50px;
  }
}
.company.-background::before {
  -webkit-clip-path: inset(calc(465 / var(--base-width-pc) * 100vw) 0 calc(70 / var(--base-width-pc) * 100vw) 0);
          clip-path: inset(calc(465 / var(--base-width-pc) * 100vw) 0 calc(70 / var(--base-width-pc) * 100vw) 0);
}
@media screen and (min-width: 1401px) {
  .company.-background::before {
    -webkit-clip-path: inset(calc(315 / var(--base-width-pc) * 100vw) 0 calc(70 / var(--base-width-pc) * 100vw) 0);
            clip-path: inset(calc(315 / var(--base-width-pc) * 100vw) 0 calc(70 / var(--base-width-pc) * 100vw) 0);
  }
}
.company.-background::after {
  -webkit-clip-path: inset(calc(535 / var(--base-width-pc) * 100vw) 0 0 0);
          clip-path: inset(calc(535 / var(--base-width-pc) * 100vw) 0 0 0);
}
@media screen and (min-width: 1401px) {
  .company.-background::after {
    -webkit-clip-path: inset(calc(385 / var(--base-width-pc) * 100vw) 0 0 0);
            clip-path: inset(calc(385 / var(--base-width-pc) * 100vw) 0 0 0);
  }
}
.company .sectionTitle {
  margin-bottom: clamp(33.33px, calc(100 / var(--base-width-pc) * 100vw), 100px);
}
@media screen and (max-width: 768px) {
  .company .sectionTitle2 {
    text-align: center;
  }
}
.company .sectionText {
  margin-bottom: clamp(25px, calc(50 / var(--base-width-pc) * 100vw), 50px);
  margin-left: calc(40 / var(--base-width-pc) * 100vw);
  font-feature-settings: "palt";
  letter-spacing: -0.1rem;
}
.company .sectionBlock2 {
  position: relative;
  overflow: visible;
}
.company .sectionBlock2_texts {
  margin-top: 30px;
  max-width: clamp(300px, calc(626 / var(--base-width-pc) * 100vw), 626px);
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .company .sectionBlock2_texts {
    margin-top: 0;
    margin-inline: auto;
    padding-bottom: 20px;
  }
}
.company .sectionBlock2_image {
  position: absolute;
  right: clamp(20px, calc(74 / var(--base-width-pc) * 100vw), 74px);
  top: 0;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .company .sectionBlock2_image {
    position: initial;
  }
}
@media screen and (max-width: 768px) {
  .company .sectionBlock2 .btn {
    width: 80%;
    text-align: center;
    max-width: 350px;
    margin-inline: auto;
  }
}
.company_image {
  height: clamp(306.33px, calc(919 / var(--base-width-pc) * 100vw), 919px);
  -o-object-fit: cover;
     object-fit: cover;
}
.company_images {
  position: relative;
  margin-bottom: 92px;
}
.company_images .btns {
  position: absolute;
  right: min(calc(76 / var(--base-width-pc) * 100vw), 76px);
  bottom: min(calc(82 / var(--base-width-pc) * 100vw), 82px);
}
@media screen and (max-width: 450px) {
  .company_images .btns {
    right: initial;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    bottom: min(calc(60 / var(--base-width-pc) * 100vw), 60px);
  }
  .company_images .btnsWrap {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 450px) {
  .company_images .btn {
    width: 80%;
    max-width: 350px;
    text-align: center;
  }
}
@media screen and (min-width: 1320px) {
  .company_image {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.company .btn {
  margin-bottom: min(calc(50 / var(--base-width-pc) * 100vw), 50px);
}
@media screen and (max-width: 768px) {
  .company .btn {
    margin-bottom: -20px;
  }
}

.person {
  margin-bottom: clamp(100px, calc(200 / var(--base-width-pc) * 100vw), 200px);
}
.person.-background::before {
  background-color: #005FAC;
  -webkit-clip-path: inset(calc(198 / var(--base-width-pc) * 100vw) 0 calc(200 / var(--base-width-pc) * 100vw) 0);
          clip-path: inset(calc(198 / var(--base-width-pc) * 100vw) 0 calc(200 / var(--base-width-pc) * 100vw) 0);
}
@media screen and (max-width: 768px) {
  .person.-background::before {
    -webkit-clip-path: inset(calc(348 / var(--base-width-pc) * 100vw) 0 calc(200 / var(--base-width-pc) * 100vw) 0);
            clip-path: inset(calc(348 / var(--base-width-pc) * 100vw) 0 calc(200 / var(--base-width-pc) * 100vw) 0);
  }
}
.person.-background::after {
  -webkit-clip-path: inset(calc(275 / var(--base-width-pc) * 100vw) 0 calc(200 / var(--base-width-pc) * 100vw) 0);
          clip-path: inset(calc(275 / var(--base-width-pc) * 100vw) 0 calc(200 / var(--base-width-pc) * 100vw) 0);
}
@media screen and (max-width: 768px) {
  .person.-background::after {
    -webkit-clip-path: inset(calc(425 / var(--base-width-pc) * 100vw) 0 calc(200 / var(--base-width-pc) * 100vw) 0);
            clip-path: inset(calc(425 / var(--base-width-pc) * 100vw) 0 calc(200 / var(--base-width-pc) * 100vw) 0);
  }
}
.person .sectionTitle {
  margin-bottom: clamp(40px, calc(320 / var(--base-width-pc) * 100vw), 320px);
}
.person .sectionTitle2 {
  padding-inline: clamp(20px, calc(63 / var(--base-width-pc) * 100vw), 63px) clamp(20px, calc(74 / var(--base-width-pc) * 100vw), 74px);
}
@media screen and (min-width: 1401px) {
  .person .sectionTitle2 {
    padding-top: 5vw;
  }
}
.person_slider_ul {
  position: relative;
  left: 11.3636363636%;
}
.person_slider_ulWrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}
.person_slider_li {
  padding: 0 0 clamp(7px, calc(21 / var(--base-width-pc) * 100vw), 21px);
  margin: 0 20.5px;
  width: clamp(158.5px, calc(317 / var(--base-width-pc) * 100vw), 317px);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 5px;
  background-color: white;
}
.person_slider_li:hover .person_slider_image {
  transform: scale(1.15);
}
.person_slider_link {
  text-decoration: none;
  color: var(--color-text);
  width: 100%;
}
.person_slider_link:visited {
  color: var(--color-text);
}
.person_slider_images {
  display: flex;
  width: 100%;
  height: clamp(200px, calc(320 / var(--base-width-pc) * 100vw), 320px);
  margin-bottom: 10px;
  overflow: hidden;
}
.person_slider_images img {
  -o-object-position: top;
     object-position: top;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  transition: all 0.2s;
}
.person_slider_texts {
  padding-inline: clamp(12.5px, calc(25 / var(--base-width-pc) * 100vw), 25px);
}
.person_slider_arrow {
  width: clamp(32px, calc(64 / var(--base-width-pc) * 100vw), 64px);
  height: clamp(32px, calc(64 / var(--base-width-pc) * 100vw), 64px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(187, 36, 49, 0.5);
  border-radius: 999px;
}
.person_slider_arrows {
  position: absolute;
  left: clamp(11.33px, calc(34 / var(--base-width-pc) * 100vw), 34px);
  right: clamp(11.33px, calc(34 / var(--base-width-pc) * 100vw), 34px);
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  justify-content: space-between;
}
.person_slider_arrow::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-bottom: solid 3px white;
  border-right: solid 3px white;
}
.person_slider_arrow.-prev::before {
  margin-left: 9px;
  transform: rotate(135deg);
}
.person_slider_arrow.-next::before {
  margin-right: 9px;
  transform: rotate(-45deg);
}
.person_slider_text1 {
  font-size: clamp(14px, calc(17 / var(--base-width-pc) * 100vw), 17px);
  font-weight: bold;
  letter-spacing: 0.05rem;
  margin-bottom: 5px;
}
.person_slider_text2 {
  font-size: clamp(20px, calc(36 / var(--base-width-pc) * 100vw), 36px);
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 1;
}

.business {
  margin-bottom: clamp(170px, calc(252 / var(--base-width-pc) * 100vw), 252px);
  padding-bottom: 10px;
}
.business.-background::before {
  -webkit-clip-path: inset(calc(238 / var(--base-width-pc) * 100vw) 0 calc(100 / var(--base-width-pc) * 100vw) 0);
          clip-path: inset(calc(238 / var(--base-width-pc) * 100vw) 0 calc(100 / var(--base-width-pc) * 100vw) 0);
}
@media screen and (min-width: 1401px) {
  .business.-background::before {
    -webkit-clip-path: inset(calc(138 / var(--base-width-pc) * 100vw) 0 calc(100 / var(--base-width-pc) * 100vw) 0);
            clip-path: inset(calc(138 / var(--base-width-pc) * 100vw) 0 calc(100 / var(--base-width-pc) * 100vw) 0);
  }
}
@media screen and (max-width: 768px) {
  .business.-background::before {
    -webkit-clip-path: inset(calc(388 / var(--base-width-pc) * 100vw) 0 calc(100 / var(--base-width-pc) * 100vw) 0);
            clip-path: inset(calc(388 / var(--base-width-pc) * 100vw) 0 calc(100 / var(--base-width-pc) * 100vw) 0);
  }
}
.business.-background::after {
  -webkit-clip-path: inset(calc(310 / var(--base-width-pc) * 100vw) 0 calc(70 / var(--base-width-pc) * 100vw) 0);
          clip-path: inset(calc(310 / var(--base-width-pc) * 100vw) 0 calc(70 / var(--base-width-pc) * 100vw) 0);
}
@media screen and (min-width: 1401px) {
  .business.-background::after {
    -webkit-clip-path: inset(calc(210 / var(--base-width-pc) * 100vw) 0 calc(70 / var(--base-width-pc) * 100vw) 0);
            clip-path: inset(calc(210 / var(--base-width-pc) * 100vw) 0 calc(70 / var(--base-width-pc) * 100vw) 0);
  }
}
@media screen and (max-width: 768px) {
  .business.-background::after {
    -webkit-clip-path: inset(calc(460 / var(--base-width-pc) * 100vw) 0 calc(70 / var(--base-width-pc) * 100vw) 0);
            clip-path: inset(calc(460 / var(--base-width-pc) * 100vw) 0 calc(70 / var(--base-width-pc) * 100vw) 0);
  }
}
.business .sectionTitle {
  margin-bottom: clamp(50px, calc(175 / var(--base-width-pc) * 100vw), 175px);
}
.business_sectionSubtitleWrap {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .business .sectionTitle2 {
    text-align: center;
  }
}
.business .sectionTitle2_en {
  font-size: clamp(28px, calc(54 / var(--base-width-pc) * 100vw), 54px);
  letter-spacing: 0;
}
.business .sectionBlock2 {
  margin-bottom: clamp(46.67px, calc(70 / var(--base-width-pc) * 100vw), 70px);
  align-items: center;
}
.business .sectionBlock2_image {
  width: clamp(300px, calc(609 / var(--base-width-pc) * 100vw), 609px);
  aspect-ratio: 609/381;
  -o-object-position: top;
     object-position: top;
}
.business .sectionText {
  position: absolute;
  margin-bottom: 0;
  margin-left: min(calc(67 / var(--base-width-pc) * 100vw), 67px);
  bottom: clamp(20px, calc(55 / var(--base-width-pc) * 100vw), 55px);
  font-size: clamp(18px, calc(27 / var(--base-width-pc) * 100vw), 27px);
}
@media screen and (max-width: 500px) {
  .business .sectionText {
    bottom: 0;
  }
}
.business_slider_ul {
  max-width: 866px;
  margin-inline: auto;
  padding-inline: 20px;
}
.business_slider_ulWrap {
  position: relative;
  margin-bottom: clamp(54px, calc(108 / var(--base-width-pc) * 100vw), 108px);
}
.business_slider_li {
  position: relative;
}
.business_slider_li:hover .business_slider_image {
  transform: scale(1.15);
}
.business_slider_link {
  text-decoration: none;
  color: var(--color-text);
  overflow: hidden;
}
.business_slider_image {
  transition: all 0.2s;
}
.business_slider_texts {
  position: absolute;
  background-color: white;
  left: -1px;
  bottom: 15%;
  text-decoration: none;
  padding: clamp(13.33px, calc(40 / var(--base-width-pc) * 100vw), 40px) clamp(6.67px, calc(20 / var(--base-width-pc) * 100vw), 20px);
  min-width: clamp(250px, calc(403 / var(--base-width-pc) * 100vw), 403px);
}
.business_slider_text1 {
  color: var(--color-sub1);
  font-size: clamp(14px, calc(19 / var(--base-width-pc) * 100vw), 19px);
  font-weight: 600;
  font-family: var(--font-sub1);
}
.business_slider_text2 {
  font-size: clamp(18px, calc(23 / var(--base-width-pc) * 100vw), 23px);
  letter-spacing: 0.05rem;
  font-weight: bold;
}
.business_slider_arrow {
  width: clamp(32px, calc(64 / var(--base-width-pc) * 100vw), 64px);
  height: clamp(32px, calc(64 / var(--base-width-pc) * 100vw), 64px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(103, 162, 211, 0.8);
  border-radius: 999px;
}
.business_slider_arrows {
  position: absolute;
  left: calc(80 / var(--base-width-pc) * 100vw);
  right: calc(80 / var(--base-width-pc) * 100vw);
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  justify-content: space-between;
}
.business_slider_arrow::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-bottom: solid 3px white;
  border-right: solid 3px white;
}
.business_slider_arrow.-prev::before {
  margin-left: 9px;
  transform: rotate(135deg);
}
.business_slider_arrow.-next::before {
  margin-right: 9px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .business .btn {
    width: 80%;
    text-align: center;
    max-width: 350px;
    margin-inline: auto;
  }
}

.environment {
  margin-bottom: clamp(150px, calc(328 / var(--base-width-pc) * 100vw), 328px);
}
.environment.-background::before {
  -webkit-clip-path: inset(min(calc(515 / var(--base-width-pc) * 100vw), 515px) 0 min(calc(70 / var(--base-width-pc) * 100vw), 70px) 0);
          clip-path: inset(min(calc(515 / var(--base-width-pc) * 100vw), 515px) 0 min(calc(70 / var(--base-width-pc) * 100vw), 70px) 0);
}
@media screen and (min-width: 1401px) {
  .environment.-background::before {
    -webkit-clip-path: inset(min(calc(415 / var(--base-width-pc) * 100vw), 415px) 0 min(calc(70 / var(--base-width-pc) * 100vw), 70px) 0);
            clip-path: inset(min(calc(415 / var(--base-width-pc) * 100vw), 415px) 0 min(calc(70 / var(--base-width-pc) * 100vw), 70px) 0);
  }
}
@media screen and (max-width: 768px) {
  .environment.-background::before {
    -webkit-clip-path: inset(min(calc(665 / var(--base-width-pc) * 100vw), 665px) 0 min(calc(70 / var(--base-width-pc) * 100vw), 70px) 0);
            clip-path: inset(min(calc(665 / var(--base-width-pc) * 100vw), 665px) 0 min(calc(70 / var(--base-width-pc) * 100vw), 70px) 0);
  }
}
.environment.-background::after {
  -webkit-clip-path: inset(min(calc(590 / var(--base-width-pc) * 100vw), 590px) 0 min(calc(0 / var(--base-width-pc) * 100vw), 0px) 0);
          clip-path: inset(min(calc(590 / var(--base-width-pc) * 100vw), 590px) 0 min(calc(0 / var(--base-width-pc) * 100vw), 0px) 0);
}
@media screen and (min-width: 1401px) {
  .environment.-background::after {
    -webkit-clip-path: inset(min(calc(490 / var(--base-width-pc) * 100vw), 490px) 0 min(calc(0 / var(--base-width-pc) * 100vw), 0px) 0);
            clip-path: inset(min(calc(490 / var(--base-width-pc) * 100vw), 490px) 0 min(calc(0 / var(--base-width-pc) * 100vw), 0px) 0);
  }
}
@media screen and (max-width: 768px) {
  .environment.-background::after {
    -webkit-clip-path: inset(min(calc(740 / var(--base-width-pc) * 100vw), 740px) 0 min(calc(0 / var(--base-width-pc) * 100vw), 0px) 0);
            clip-path: inset(min(calc(740 / var(--base-width-pc) * 100vw), 740px) 0 min(calc(0 / var(--base-width-pc) * 100vw), 0px) 0);
  }
}
.environment .sectionTitle {
  margin-bottom: clamp(50px, calc(100 / var(--base-width-pc) * 100vw), 100px);
}
.environment .sectionSubtitle {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .environment .sectionTitle2 {
    text-align: center;
  }
}
.environment_block01 {
  width: 100%;
  margin-bottom: 48px;
}
.environment_block01_image {
  display: block;
  margin-inline: auto;
  transition: all 0.3s;
}
.environment_block01_imageWrap {
  max-width: 865px;
  aspect-ratio: 864/572;
  margin-bottom: 20px;
  width: 90%;
  overflow: hidden;
  margin-inline: auto;
}
.environment_block01:has(.btn:hover) .environment_block01_image {
  transform: scale(1.1);
}
.environment_block01 .btns {
  justify-content: center;
}
.environment_blocks {
  display: flex;
  margin-bottom: clamp(60px, calc(135 / var(--base-width-pc) * 100vw), 135px);
}
@media screen and (max-width: 768px) {
  .environment_blocks {
    flex-direction: column;
  }
}
.environment_block {
  width: 50%;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .environment_block {
    width: 100%;
  }
}
.environment_block_image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 0.2s;
}
.environment_block:hover .environment_block_image {
  transform: scale(1.1);
  filter: hue-rotate(45deg);
}
.environment_block_text {
  text-align: center;
  color: white;
  font-size: clamp(20px, calc(30 / var(--base-width-pc) * 100vw), 30px);
  letter-spacing: 0.1rem;
}
.environment_block_textWrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.environment_block_text_en {
  display: block;
  font-size: clamp(24px, calc(40 / var(--base-width-pc) * 100vw), 40px);
  font-weight: 500;
  font-weight: 600;
  font-family: var(--font-sub1);
}
@media screen and (max-width: 768px) {
  .environment .btn {
    width: 80%;
    text-align: center;
    max-width: 350px;
    margin-inline: auto;
  }
}

.recruitment {
  margin-bottom: clamp(30px, calc(80 / var(--base-width-pc) * 100vw), 80px);
}
.recruitment .sectionTitle {
  margin-bottom: clamp(66.67px, calc(100 / var(--base-width-pc) * 100vw), 100px);
}
@media screen and (max-width: 768px) {
  .recruitment .sectionTitle2 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .recruitment .btn {
    width: 80%;
    text-align: center;
    max-width: 350px;
    margin-inline: auto;
  }
}

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