@charset "UTF-8";
/* ========== ========== ==========
共通部
========== ========== ========== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

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

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

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

span {
  font-weight: inherit;
}

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

.pop-show {
  display: none !important;
}
.pop-show:where(.-active *) {
  display: block !important;
}

.pop-show-flex {
  display: none !important;
}
.pop-show-flex:where(.-active *) {
  display: flex !important;
}

.pop-hide:where(.-active *) {
  display: none !important;
}

.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 {
  font-size: clamp(24px, 2.7777777778vw, 40px);
  line-height: 1.5;
  font-weight: 500;
  font-family: "Josefin Sans", "Noto sans JP", sans-serif;
}

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

.sectionTitle3 {
  font-weight: 500;
  font-size: clamp(14.67px, calc(22 / var(--base-width-pc) * 100vw), 22px);
  color: white;
  background-color: black;
  padding: clamp(13.33px, calc(20 / var(--base-width-pc) * 100vw), 20px) clamp(10px, calc(30 / var(--base-width-pc) * 100vw), 30px);
  display: flex;
  align-items: center;
  width: 100%;
  letter-spacing: clamp(1.13px, calc(1.7 / var(--base-width-pc) * 100vw), 1.7px);
}
.sectionTitle3.-line::after {
  content: "";
  display: inline-block;
  height: 1px;
  width: clamp(50px, 19.4444444444vw, 280px);
  background-color: white;
  margin-left: clamp(7.5px, calc(15 / var(--base-width-pc) * 100vw), 15px);
}
.sectionTitle3Inner {
  font-weight: 500;
}

.sectionTitle4_en {
  font-family: "Josefin Sans", "Noto sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 2.7777777778vw, 40px);
  line-height: 1.5;
  margin-bottom: clamp(6.5px, calc(13 / var(--base-width-pc) * 100vw), 13px);
}
.sectionTitle4_jp {
  background-color: #1B18B9;
  font-family: "Josefin Sans", "Noto sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3.75vw, 54px);
  color: white;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: clamp(6px, calc(12 / var(--base-width-pc) * 100vw), 12px);
  padding-inline: 15px;
}
.sectionTitle4_jp:not(:last-of-type) {
  margin-bottom: clamp(12.5px, calc(25 / var(--base-width-pc) * 100vw), 25px);
}

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

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

.personTalk {
  display: flex;
  gap: clamp(9.33px, calc(28 / var(--base-width-pc) * 100vw), 28px);
}
.personTalk_icon {
  flex-shrink: 0;
}
.personTalk_icon_image {
  border-radius: 999px;
  width: clamp(40px, calc(80 / var(--base-width-pc) * 100vw), 80px);
  aspect-ratio: 1/1;
  margin-bottom: clamp(8px, calc(16 / var(--base-width-pc) * 100vw), 16px);
}
.personTalk_icon_name {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: clamp(14px, calc(16 / var(--base-width-pc) * 100vw), 16px);
}
.personTalk_text {
  line-height: 2;
  font-size: clamp(14px, calc(16 / var(--base-width-pc) * 100vw), 16px);
}
.personTalk_text:where(.-center *) {
  margin-top: clamp(12.5px, calc(25 / var(--base-width-pc) * 100vw), 25px);
}
.personTalk_text_note {
  margin-top: clamp(12px, calc(24 / var(--base-width-pc) * 100vw), 24px);
  display: block;
  font-size: 12px;
  line-height: 2;
}

.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(255, 255, 255, 0.8);
  height: var(--header-height);
  padding-inline: clamp(17px, calc(51 / var(--base-width-pc) * 100vw), 51px) clamp(27px, calc(81 / var(--base-width-pc) * 100vw), 81px);
}
.header_image {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .header {
    padding-inline: 2vw;
  }
}
.header_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header_logo_link {
  text-decoration: none;
}
.header_logo_link_image {
  height: 44px;
}
@media screen and (max-width: 768px) {
  .header_logo_link_image {
    height: 25px;
  }
}
.header_logo_siteName {
  height: 14px;
}
@media screen and (max-width: 768px) {
  .header_logo_siteName {
    height: 12px;
  }
}
.header_nav {
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .header_nav {
    display: none;
  }
}
.header_nav_ul {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0 50px;
}
.header_nav_li_link-main {
  color: white;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  height: var(--header-height);
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.header_sp {
  position: absolute;
  right: max(87 / var(--base-width-pc) * 100vw, 20px);
  bottom: 0;
  transform: translate(0, 100%);
  z-index: 200;
}
@media screen and (max-width: 768px) {
  .header_sp {
    right: 0;
  }
}
.header_spWrap {
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #1895D2, #084795);
  position: relative;
}
.header_spWrap:hover {
  cursor: pointer;
}
.header_spWrap:has(.-active) {
  position: fixed;
  top: 0;
  right: 0;
}
.header_sp_entry {
  width: clamp(120px, calc(173 / var(--base-width-pc) * 100vw), 173px);
  height: clamp(40px, 4.3055555556vw, 62px);
  text-decoration: none;
}
.header_sp_entry_text {
  color: white;
  height: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  font-weight: 600;
  letter-spacing: 0.05rem;
  font-size: clamp(14px, calc(17 / var(--base-width-pc) * 100vw), 17px);
  margin-left: 10px;
}
.header_sp_entry_text::after {
  content: ">";
  font-size: clamp(10px, 0.9722222222vw, 14px);
  color: black;
  display: inline-block;
  background-color: white;
  border-radius: 99px;
  width: clamp(14px, 1.25vw, 17px);
  height: clamp(14px, 1.25vw, 17px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 1px;
  padding-bottom: 1px;
  transition: all 0.5s;
}
.header_sp_entry_text:where(.-active *)::after {
  transform: rotate(-270deg);
}
.header_sp_entry_link {
  text-decoration: none;
  display: flex;
  align-items: center;
  padding-inline: clamp(10px, calc(18 / var(--base-width-pc) * 100vw), 18px);
  height: 47px;
  gap: 13px;
  justify-content: center;
  width: 100%;
  background-color: white;
  color: black;
  border: solid 1px #707070;
}
.header_sp_entry_links {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0, 60%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: clamp(120px, calc(173 / var(--base-width-pc) * 100vw), 173px);
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
  pointer-events: none;
}
.header_sp_entry_links:where(.-active *) {
  opacity: 1;
  transform: translate(0, 100%);
  pointer-events: initial;
}
.header_sp_entry_link_text {
  font-size: clamp(10px, calc(15 / var(--base-width-pc) * 100vw), 15px);
  position: relative;
}
.header_sp_entry_link_icon {
  width: clamp(12px, calc(16 / var(--base-width-pc) * 100vw), 16px);
  height: clamp(12px, calc(16 / var(--base-width-pc) * 100vw), 16px);
  -o-object-fit: contain;
     object-fit: contain;
}
.header_sp_hamburger {
  height: clamp(40px, 4.3055555556vw, 62px);
  width: clamp(40px, 4.3055555556vw, 62px);
  position: relative;
  z-index: 200;
  background-color: #1E4480;
}
.header_sp_hamburger span {
  display: block;
  height: 2px;
  width: 28px;
  margin-inline: auto;
  background-color: white;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.7s;
}
.header_sp_hamburger span:nth-of-type(1) {
  top: 35%;
  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: 65%;
  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(69, 69, 69, 0.84);
  transform: translateX(100vw);
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  padding-inline: clamp(10px, calc(150 / var(--base-width-pc) * 100vw), 150px);
  overflow-y: scroll;
}
.header_sp_nav.-active {
  transform: translate(0);
  visibility: visible;
  opacity: 1;
  height: 100lvh;
  width: 100lvw;
}
.header_sp_nav_inner {
  max-width: 900px;
  margin-inline: auto;
}
.header_sp_ul {
  display: flex;
  justify-content: space-between;
  gap: clamp(40px, calc(64 / var(--base-width-pc) * 100vw), 64px) 20px;
  margin-inline: auto;
  padding-top: 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .header_sp_ul {
    flex-direction: column;
  }
}
.header_sp_ul, .header_sp_ul2 {
  margin-inline: auto;
  display: flex;
  flex-shrink: 1;
  gap: 20px 20px;
}
@media screen and (max-width: 768px) {
  .header_sp_ul {
    width: 100%;
  }
}
.header_sp_ul2 {
  padding-block: 50px 20px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header_sp_ul2 {
    flex-direction: column;
  }
}
.header_sp_li {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 768px) {
  .header_sp_li {
    width: 100%;
  }
}
.header_sp_liWrap {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 768px) {
  .header_sp_liWrap {
    width: 100%;
  }
}
.header_sp_liWrap > div {
  width: 100%;
}
.header_sp_liWrap > div:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .header_sp_liWrap > div:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.header_sp_li_title {
  font-size: clamp(20px, calc(24 / var(--base-width-pc) * 100vw), 24px);
  font-family: "Josefin Sans", "Noto sans JP", sans-serif;
  color: white;
  font-weight: 500;
}
.header_sp_li_link {
  width: calc((100% - 20px) / 2);
  max-width: 200px;
  text-decoration: none;
}
.header_sp_li_linkWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
@media screen and (max-width: 768px) {
  .header_sp_li_link {
    max-width: initial;
  }
}
.header_sp_li_link_image {
  width: clamp(120px, calc(200 / var(--base-width-pc) * 100vw), 200px);
  aspect-ratio: 200/130;
  display: block;
  width: 100%;
}
.header_sp_li_link_text {
  text-align: left;
  font-size: clamp(12px, calc(14 / var(--base-width-pc) * 100vw), 14px);
  font-weight: 600;
}
.header_sp_li a {
  display: block;
  text-underline-offset: 7px;
  text-align: center;
  font-size: 16px;
  color: white;
  position: relative;
  z-index: 10;
}
.header_sp_ul:last-of-type .header_sp_li:last-of-type .header_sp_li_link:last-of-type {
  margin-bottom: 100px;
}

.footer {
  width: 100%;
}
.footer_head_image {
  width: 100%;
}
.footer_body {
  margin-block: clamp(24.33px, calc(73 / var(--base-width-pc) * 100vw), 73px) clamp(24.33px, calc(73 / var(--base-width-pc) * 100vw), 73px);
}
.footer_body_inner {
  margin-inline: min(calc(92 / var(--base-width-pc) * 100vw), 92px) min(calc(135 / var(--base-width-pc) * 100vw), 135px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px min(calc(50 / var(--base-width-pc) * 100vw), 50px);
}
@media screen and (max-width: 768px) {
  .footer_body_inner {
    flex-direction: column;
  }
}
.footer_logo {
  width: clamp(150px, calc(300 / var(--base-width-pc) * 100vw), 300px);
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.footer_ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .footer_ul {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer_li {
    width: 100%;
  }
  .footer_li:not(:last-of-type) {
    border-bottom: solid 1px black;
    padding-bottom: 10px;
  }
}
.footer_li_title {
  font-size: clamp(16px, calc(24 / var(--base-width-pc) * 100vw), 24px);
  font-family: "Josefin Sans", "Noto sans JP", sans-serif;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .footer_li_title {
    display: flex;
    justify-content: space-between;
    padding-right: 40px;
    position: relative;
  }
  .footer_li_title::before, .footer_li_title::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    width: 15px;
    height: 1.5px;
    background-color: black;
    transition: all 0.3s;
  }
  .footer_li_title::after {
    transform: translate(0, -50%) rotate(270deg);
  }
  .footer_li_title:where(.-active *)::after {
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 768px) {
  .footer_li_content {
    max-height: 0;
    transition: all 0.3s;
    overflow: hidden;
  }
  .footer_li_content:where(.-active *) {
    max-height: 1000px;
  }
}
.footer_li_subtitle {
  margin-bottom: clamp(24px, calc(36 / var(--base-width-pc) * 100vw), 36px);
  font-size: 14px;
  font-weight: 500;
}
.footer_li_link {
  text-decoration: none;
  display: block;
  color: black;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer_li_link:hover {
  color: #168BCA;
}
.footer_bottom {
  text-align: center;
  margin-bottom: 40px;
}
.footer_right {
  font-size: 12px;
  font-weight: 600;
}

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

.businessBlock_li {
  counter-increment: number-counter;
}
.businessBlock_li:not(:last-of-type) {
  margin-bottom: 162px;
}
.businessBlock_li:last-of-type {
  margin-bottom: clamp(104px, calc(156 / var(--base-width-pc) * 100vw), 156px);
}
.businessBlock_li:nth-of-type(1) .businessBlock_head {
  background-color: #164DFB;
}
.businessBlock_li:nth-of-type(2) .businessBlock_head {
  background-color: #1C4AE6;
}
.businessBlock_li:nth-of-type(3) .businessBlock_head {
  background-color: #1986CB;
}
.businessBlock_li:nth-of-type(4) .businessBlock_head {
  background-color: #1C98E6;
}
.businessBlock_li:nth-of-type(5) .businessBlock_head {
  background-color: #66B1FC;
}
.businessBlock_head {
  color: white;
  text-align: center;
  position: relative;
}
.businessBlock_head_number {
  position: absolute;
  top: min(-50 / var(--base-width-pc) * 100vw, -20px);
  left: var(--section-padding-pc-maxWidth);
  background-color: black;
  height: clamp(50.67px, calc(152 / var(--base-width-pc) * 100vw), 152px);
  width: clamp(50.67px, calc(152 / var(--base-width-pc) * 100vw), 152px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(25px, calc(50 / var(--base-width-pc) * 100vw), 50px);
  font-weight: bold;
  font-family: "Josefin Sans", "Noto sans JP", sans-serif;
}
.businessBlock_head_number::before {
  content: counter(number-counter, decimal-leading-zero);
}
.businessBlock_head_title {
  font-size: clamp(16.67px, calc(25 / var(--base-width-pc) * 100vw), 25px);
  padding-block: 36px clamp(40.67px, calc(61 / var(--base-width-pc) * 100vw), 61px);
  font-weight: 600;
  letter-spacing: 1px;
}
.businessBlock_head_title_ec {
  display: block;
  font-size: clamp(20px, calc(40 / var(--base-width-pc) * 100vw), 40px);
  font-weight: 500;
  font-family: "Josefin Sans", "Noto sans JP", sans-serif;
  letter-spacing: 0;
}
.businessBlock_body {
  position: relative;
  top: -20px;
  background-color: #F2F1E7;
  padding: clamp(10px, 4.1666666667vw, 60px);
  padding-bottom: 129px;
  display: none;
  max-width: 1400px;
  margin-inline: auto;
}
.businessBlock_body_head {
  display: flex;
  gap: 30px 10px;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .businessBlock_body_head {
    flex-direction: column;
  }
}
.businessBlock_body_head_text1 {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #656565;
  margin-inline: auto;
  line-height: 1.7;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .businessBlock_body_head_text1 {
    margin-inline: 0;
  }
}
.businessBlock_body_title {
  color: white;
  font-size: clamp(27px, calc(54 / var(--base-width-pc) * 100vw), 54px);
  font-family: "Josefin Sans", "Noto sans JP", sans-serif;
}
.businessBlock_body_title_span {
  font-weight: 700;
  background-color: #1E4480;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: clamp(10px, calc(20 / var(--base-width-pc) * 100vw), 20px);
  line-height: 1.2;
  padding-top: clamp(7.5px, calc(15 / var(--base-width-pc) * 100vw), 15px);
}
.businessBlock_body_title_span:not(:last-of-type) {
  margin-bottom: 25px;
}
.businessBlock_body_ul {
  margin-bottom: 20px;
}
.businessBlock_body_li {
  display: flex;
  justify-content: space-between;
  margin-left: min(calc(68 / var(--base-width-pc) * 100vw), 68px);
  gap: 20px min(calc(56 / var(--base-width-pc) * 100vw), 56px);
}
@media screen and (max-width: 768px) {
  .businessBlock_body_li {
    flex-direction: column;
    margin-left: 0;
  }
}
.businessBlock_body_li:where(.-up) {
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  .businessBlock_body_li:where(.-up) {
    margin-top: 0;
  }
}
.businessBlock_body_li_texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.businessBlock_body_li_title {
  color: #6A81B7;
  font-size: clamp(20px, calc(40 / var(--base-width-pc) * 100vw), 40px);
  margin-bottom: 15px;
  font-weight: 600;
}
.businessBlock_body_li_title.-second {
  margin-top: 50px;
}
.businessBlock_body_li_text1 {
  color: #707070;
  font-size: clamp(14px, calc(16 / var(--base-width-pc) * 100vw), 16px);
  font-weight: 600;
  max-width: 700px;
}
.businessBlock_body_li_image {
  width: clamp(190px, calc(380 / var(--base-width-pc) * 100vw), 380px);
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .businessBlock_body_li_image {
    width: clamp(266.67px, calc(400 / var(--base-width-pc) * 100vw), 400px);
    margin-inline: auto;
  }
}
.businessBlock_body_li:nth-of-type(1):where(.-sales *) img {
  width: clamp(170px, calc(340 / var(--base-width-pc) * 100vw), 340px);
}
.businessBlock_body_li:nth-of-type(2):where(.-sales *) img {
  width: clamp(202px, calc(404 / var(--base-width-pc) * 100vw), 404px);
}
.businessBlock_body_li:nth-of-type(3):where(.-sales *) img {
  width: clamp(173.5px, calc(347 / var(--base-width-pc) * 100vw), 347px);
}
.businessBlock_body_li:nth-of-type(1):where(.-brokerage *) img {
  width: clamp(173px, calc(346 / var(--base-width-pc) * 100vw), 346px);
}
.businessBlock_body_li:nth-of-type(2):where(.-brokerage *) img {
  width: clamp(151.5px, calc(303 / var(--base-width-pc) * 100vw), 303px);
}
.businessBlock_body_li:nth-of-type(1):where(.-utilization *) img {
  width: clamp(190px, calc(380 / var(--base-width-pc) * 100vw), 380px);
}
.businessBlock_body_li:nth-of-type(2):where(.-utilization *) img {
  width: clamp(152px, calc(304 / var(--base-width-pc) * 100vw), 304px);
}
.businessBlock_body_li:nth-of-type(1):where(.-construction *) img {
  width: clamp(202px, calc(404 / var(--base-width-pc) * 100vw), 404px);
}
.businessBlock_body_li:nth-of-type(2):where(.-construction *) img {
  width: clamp(171px, calc(342 / var(--base-width-pc) * 100vw), 342px);
}
.businessBlock_body_li:nth-of-type(1):where(.-management *) img {
  width: clamp(134px, calc(268 / var(--base-width-pc) * 100vw), 268px);
}
.businessBlock_body_li:nth-of-type(2):where(.-management *) img {
  width: clamp(134px, calc(268 / var(--base-width-pc) * 100vw), 268px);
}
.businessBlock_body_li:not(:last-of-type) {
  margin-bottom: clamp(30px, calc(60 / var(--base-width-pc) * 100vw), 60px);
}
.businessBlock_body_example {
  text-align: center;
  color: #656565;
  width: calc((100% - 40px) / 3);
  text-decoration: none;
}
.businessBlock_body_exampleWrap {
  padding-inline: min(calc(25 / var(--base-width-pc) * 100vw), 25px);
}
.businessBlock_body_example_title {
  font-size: 20px;
  color: #656565;
  display: flex;
  align-items: center;
  margin-bottom: clamp(28px, calc(42 / var(--base-width-pc) * 100vw), 42px);
  font-weight: 600;
}
.businessBlock_body_example_title::before {
  content: "";
  display: inline-block;
  margin-right: 14px;
  width: 27px;
  height: 27px;
  background-color: #6A81B7;
  border-radius: 99px;
}
.businessBlock_body_examples {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: clamp(40px, calc(80 / var(--base-width-pc) * 100vw), 80px);
}
@media screen and (max-width: 768px) {
  .businessBlock_body_examples {
    flex-direction: column;
  }
}
.businessBlock_body_example_image {
  margin-bottom: 12px;
  aspect-ratio: 316/153;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .businessBlock_body_example {
    width: 100%;
  }
}
.businessBlock_body_example_text1 {
  font-size: clamp(18px, calc(20 / var(--base-width-pc) * 100vw), 20px);
  font-weight: 600;
}
.businessBlock_body_example_text2 {
  font-size: 14px;
  font-weight: 600;
}
.businessBlock_body_example_logo {
  width: clamp(170px, calc(226 / var(--base-width-pc) * 100vw), 226px);
}
.businessBlock_body_worker {
  width: calc(50% - 15px);
  display: flex;
}
.businessBlock_body_workers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px 30px;
}
@media screen and (max-width: 1000px) {
  .businessBlock_body_workers {
    flex-direction: column;
  }
}
.businessBlock_body_worker:has(div) {
  background-color: white;
}
@media screen and (max-width: 1000px) {
  .businessBlock_body_worker {
    width: 100%;
    position: relative;
  }
}
.businessBlock_body_worker_image {
  width: 160px;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .businessBlock_body_worker_image {
    width: clamp(100px, 16vw, 160px);
  }
}
.businessBlock_body_worker_texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  position: relative;
  padding: 15px clamp(13.5px, calc(27 / var(--base-width-pc) * 100vw), 27px);
  flex-grow: 1;
}
@media screen and (max-width: 1000px) {
  .businessBlock_body_worker_texts {
    position: initial;
  }
}
.businessBlock_body_worker_texts .btn {
  display: flex !important;
}
.businessBlock_body_worker_text1 {
  font-size: 13px;
  line-height: 1.7692307692;
  font-weight: 600;
}
.businessBlock_body_worker_name {
  font-size: clamp(18px, calc(27 / var(--base-width-pc) * 100vw), 27px);
  margin-bottom: 10px;
  font-weight: 600;
}
.businessBlock_body_worker a.btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 235px;
  margin-inline: auto;
  transform: translate(0, 60%);
  height: 55px;
}
@media screen and (max-width: 768px) {
  .businessBlock_body_worker a.btn {
    transform: translate(0, 80%);
  }
}
.businessBlock_bottom {
  position: relative;
}
.businessBlock_bottom .btn {
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  bottom: 0;
}
.businessBlock_bottom .btn.-viewMore {
  transform: translateY(50%);
}
.businessBlock_bottom .btn.-close {
  transform: translateY(calc(50% - 20px));
}
.businessBlock_bottom .btn.-viewMore:where(.-active *) {
  display: none;
}
.businessBlock_bottom .btn.-close {
  display: none;
}
.businessBlock_bottom .btn.-close:where(.-active *) {
  display: flex;
}
.businessBlock .btn {
  border: 1px solid #0076FF;
  background-color: white;
  color: #0076FF;
  font-weight: bold;
  transition: all 0.3s;
}
.businessBlock .btn:hover {
  cursor: pointer;
  background-color: #0076FF;
  color: white;
}
.businessBlock .btn.-close::before {
  background-color: #0076FF;
}
.businessBlock .btn.-close:hover::before {
  background-color: white;
}

.teamMember {
  margin-bottom: calc(clamp(48.67px, calc(146 / var(--base-width-pc) * 100vw), 146px) - min(calc(122 / var(--base-width-pc) * 100vw), 122px));
}
.teamMember_title {
  text-align: center;
  color: #1E51FB;
  font-size: clamp(21.33px, calc(32 / var(--base-width-pc) * 100vw), 32px);
  font-family: "Josefin Sans", "Noto sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: clamp(32px, calc(48 / var(--base-width-pc) * 100vw), 48px);
  line-height: 1;
}
.teamMember_belong {
  text-align: center;
  font-size: clamp(14.67px, calc(22 / var(--base-width-pc) * 100vw), 22px);
  font-weight: 600;
  margin-bottom: clamp(26.67px, calc(40 / var(--base-width-pc) * 100vw), 40px);
  line-height: 1;
}
.teamMember_ul {
  display: flex;
  justify-content: center;
  gap: clamp(26.67px, calc(80 / var(--base-width-pc) * 100vw), 80px);
}
@media screen and (max-width: 500px) {
  .teamMember_ul {
    flex-direction: column;
  }
}
.teamMember_li {
  text-align: center;
}
.teamMember_li_image {
  border-radius: 999px;
  width: 140px;
  margin-bottom: clamp(21.33px, calc(32 / var(--base-width-pc) * 100vw), 32px);
}
.teamMember_li_year {
  display: block;
  font-size: 14px;
  color: #4D4D4D;
  margin-bottom: clamp(17.33px, calc(26 / var(--base-width-pc) * 100vw), 26px);
  line-height: 1;
}
.teamMember_li_name {
  display: block;
  font-size: clamp(20px, calc(24 / var(--base-width-pc) * 100vw), 24px);
  font-weight: 500;
  color: #0448A3;
  line-height: 1;
}
.teamMember_li_text1 {
  font-size: clamp(12px, 0.9722222222vw, 14px);
  margin-top: clamp(16px, calc(24 / var(--base-width-pc) * 100vw), 24px);
}
.teamMember_li_text2 {
  margin-top: 20px;
  font-size: 14px;
}

.imageBlock {
  margin-bottom: clamp(48.33px, calc(145 / var(--base-width-pc) * 100vw), 145px);
}
.imageBlock::after {
  content: "";
  display: block;
  height: clamp(35px, calc(70 / var(--base-width-pc) * 100vw), 70px);
  background-color: #0054A8;
  width: 100%;
}
.imageBlock:where(.-project01 *)::after {
  background-color: #EB6C0F;
}
.imageBlock:where(.-project02 *)::after {
  background-color: #0054A8;
}
.imageBlock_image {
  width: 100%;
  min-height: 170px;
}

.badge_text1 {
  padding: 8px 15px;
  font-size: clamp(12px, 1.3888888889vw, 20px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 1px;
  font-weight: bold;
}
.badge_text1:not(:last-of-type) {
  margin-bottom: 10px;
}

.btn.-viewMore, .btn.-close {
  width: clamp(260px, 34vw, 340px);
  height: clamp(60px, 8vw, 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: black;
  font-size: clamp(16px, calc(20 / var(--base-width-pc) * 100vw), 20px);
  font-weight: 600;
}
.btn.-viewMore::before, .btn.-close::before {
  display: inline-block;
  position: relative;
  top: 1.5px;
  margin-right: 7px;
}
.btn.-viewMore::before {
  content: "+";
}
.btn.-close::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: black;
}
/* ----- よくある質問 ----- */
.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;
}

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

.FVSubPage {
  position: relative;
  width: 100%;
}
.FVSubPage_content {
  position: absolute;
  top: calc(50% + 1.9097222222vw);
  transform: translate(0, -50%);
  width: 100%;
}
.FVSubPage_title {
  margin-bottom: 6%;
  font-family: "Josefin Sans", "Noto sans JP", sans-serif;
}
.FVSubPage_title_en {
  color: white;
  display: block;
  font-size: clamp(20px, calc(40 / var(--base-width-pc) * 100vw), 40px);
  font-weight: 500;
  margin-bottom: 1.3%;
}
.FVSubPage_title_ja {
  color: white;
  display: block;
  font-size: clamp(27px, calc(54 / var(--base-width-pc) * 100vw), 54px);
  font-weight: bold;
  background-color: #1B00B9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 20px;
  line-height: 1.2;
  padding-top: clamp(7.5px, calc(15 / var(--base-width-pc) * 100vw), 15px);
}
.FVSubPage_title_ja:not(:last-of-type) {
  margin-bottom: clamp(16.67px, calc(25 / var(--base-width-pc) * 100vw), 25px);
}
.FVSubPage_texts {
  padding: 5%;
  background-color: #F0EFEF;
  width: 100%;
}
.FVSubPage_text1, .FVSubPage_text2 {
  margin-inline: auto;
  padding-inline: 10px;
}
.FVSubPage_text1 {
  font-size: clamp(20px, calc(30 / var(--base-width-pc) * 100vw), 30px);
  margin-bottom: 20px;
  text-align: center;
}
.FVSubPage_text1, .FVSubPage_text1 span {
  font-weight: bold;
}
.FVSubPage_text2 {
  max-width: 650px;
  font-size: clamp(16px, calc(18 / var(--base-width-pc) * 100vw), 18px);
}
.FVSubPage_image_back {
  height: 100%;
  width: 100%;
}
.FVSubPage_image_backWrap {
  width: 100%;
  height: calc(3.8194444444vw + 100vh);
  z-index: -1;
  position: relative;
}

.FVSubPage2 {
  background-size: cover;
  background-repeat: no-repeat;
  height: 90vh;
  margin-bottom: 50px;
}
.FVSubPage2 .sectionWrap2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .FVSubPage2 .sectionWrap2 {
    padding-inline: 0;
  }
}
.FVSubPage2_title {
  font-family: "Josefin Sans", "Noto sans JP", sans-serif;
  font-size: clamp(26.67px, calc(40 / var(--base-width-pc) * 100vw), 40px);
  margin-bottom: clamp(46.67px, calc(70 / var(--base-width-pc) * 100vw), 70px);
  font-weight: 500;
}
.FVSubPage2_body {
  position: relative;
}
.FVSubPage2_body_title {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  background-color: #1E4480;
  font-size: clamp(27px, calc(54 / var(--base-width-pc) * 100vw), 54px);
  transform: translate(0, -50%);
  padding: clamp(6px, calc(12 / var(--base-width-pc) * 100vw), 12px) clamp(16.67px, calc(50 / var(--base-width-pc) * 100vw), 50px) 0;
  line-height: 1.4;
  font-weight: 700;
  font-family: "Josefin Sans", "Noto sans JP", sans-serif;
}
.FVSubPage2_body_texts {
  padding: 100px 10px 60px;
  background-color: #F0EFEF;
  width: 100%;
}
.FVSubPage2_body_text1 {
  font-size: clamp(15px, calc(30 / var(--base-width-pc) * 100vw), 30px);
  margin-bottom: clamp(24.67px, calc(37 / var(--base-width-pc) * 100vw), 37px);
  background-color: #F0EFEF;
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}
.FVSubPage2_body_text1,
.FVSubPage2_body_text1 span {
  font-weight: 600;
}
.FVSubPage2_body_text2 {
  font-size: clamp(14px, 1.25vw, 18px);
  max-width: 860px;
  margin-inline: auto;
  line-height: 2;
}

/* 共通部ここまで
---------- ---------- */
/* ========== ========== ==========
アニメーション
========== ========== ========== */
/* ----- ホバー ----- */
@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-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,
.js-fadeIn-order p {
  opacity: 0;
  transition: all 0.7s;
}
.js-fadeIn.-active,
.js-fadeIn-order.-active p {
  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;
}

/* ----- ぼかしが消えながらフェードイン ----- */
.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 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 {
  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.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;
  }
}
.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: 2px;
  height: 100px;
  background-color: white;
  margin-top: 30px;
  margin-bottom: 20px;
  -webkit-animation: scrollAnimation 2s linear infinite;
          animation: scrollAnimation 2s linear infinite;
}

.scroll1 span {
  position: absolute;
  left: calc(50% - 1px);
  bottom: calc(clamp(60px, calc(70 / var(--base-width-pc) * 100vw), 70px) * -1);
  display: inline-block;
  width: 2px;
  height: clamp(50px, calc(100 / var(--base-width-pc) * 100vw), 100px);
  background-color: white;
  margin-top: 30px;
  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 {
  position: relative;
}
.FV_smoke {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #818e9e;
  opacity: 0;
}
.FV_visual {
  position: relative;
  min-height: 250px;
  aspect-ratio: 2032/1143;
  width: 100%;
  height: 100vh;
}
.FV_visual::after {
  display: block;
  position: absolute;
  inset: 0;
  transform: translate(0, 90%);
}
.FV_video {
  width: 100%;
  display: block;
  min-height: 250px;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  position: -webkit-sticky;
  position: sticky;
  inset: 0;
}
.FV_videoWrap {
  position: absolute;
  inset: 0;
  opacity: 1;
}
.FV_videoWrap.-hidden {
  opacity: 0;
}
.FV_images {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .FV_images {
    transform: translate(0, calc(-50% + 40px));
  }
}
.FV_image_back {
  width: 100%;
  padding-inline: 20px clamp(25px, calc(50 / var(--base-width-pc) * 100vw), 50px);
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .FV_image_back {
    position: relative;
    top: -20px;
  }
}
.FV_image_pharse {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 3.5%;
  z-index: 1;
  width: min(clamp(350px, calc(907 / var(--base-width-pc) * 100vw), 907px), 95vw);
}
.FV_text {
  font-size: clamp(16px, 1.1111111111vw, 28px);
}
.FV_texts {
  position: relative;
  left: 0;
  right: 0;
  color: #eee;
  text-align: center;
  z-index: 10;
  line-height: 2.375;
  font-weight: bold;
  padding-bottom: clamp(20px, 4.4444444444vw, 64px);
  font-family: "Montserrat", "Noto sans JP", sans-serif;
  padding-inline: 10px;
}
.FV_texts_smoke {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 120%;
  background-image: linear-gradient(to bottom, rgba(63, 71, 80, 0) 0%, rgba(126, 141, 160, 0.95) 30%, rgb(126, 141, 160) 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .FV_text {
    font-size: clamp(12px, 2.2857142857vw, 16px);
  }
}
.FV_textBlockWrap {
  margin-bottom: 50px;
}
.FV .scroll1 {
  margin-top: 40px;
  width: clamp(40px, 4.3055555556vw, 120px);
  text-align: center;
  margin-inline: auto;
  position: relative;
  padding-bottom: clamp(40px, calc(80 / var(--base-width-pc) * 100vw), 80px);
}
.FV .scrollLine {
  position: absolute;
  z-index: 20;
  bottom: clamp(-1.875rem, -11.458rem + 19.167vw, 12.5rem);
  right: 10%;
  width: clamp(40px, 4.3055555556vw, 120px);
  overflow: visible;
}
.FV .scrollLine img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .FV .scrollLine {
    display: none;
  }
}

.company {
  padding-top: 50px;
  padding-bottom: clamp(61px, calc(183 / var(--base-width-pc) * 100vw), 183px);
  background-color: white;
}
.company_body {
  display: flex;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .company_body {
    flex-direction: column;
  }
}
.company_image {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 150px;
  transition: all 0.3s;
}
.company_images {
  position: relative;
  overflow: hidden;
}
.company_imagesWrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .company_imagesWrap {
    flex-direction: row;
  }
}
.company_images.-i02, .company_images.-i03 {
  position: relative;
}
.company_images.-i02::after, .company_images.-i03::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
}
.company_images.-i02::after {
  background-color: #003993;
  opacity: 0.69;
}
.company_images.-i03 {
  position: relative;
}
.company_images.-i03::after {
  background-color: #004696;
  opacity: 0.56;
}
.company_images:hover {
  opacity: 0.7;
}
.company_images:hover img {
  transform: scale(1.1);
}
.company_badge {
  position: absolute;
  top: min(calc(44 / var(--base-width-pc) * 100vw), 44px);
  left: min(calc(39 / var(--base-width-pc) * 100vw), 39px);
  color: white;
  z-index: 10;
  line-height: 1.5;
  font-size: clamp(13px, calc(25 / var(--base-width-pc) * 100vw), 25px);
  font-weight: 600;
}
.company_badge span {
  font-size: clamp(18px, calc(30 / var(--base-width-pc) * 100vw), 30px);
  font-family: "Josefin Sans", "Noto sans JP", sans-serif;
  font-weight: 600;
}

.special {
  padding-block: clamp(55px, calc(165 / var(--base-width-pc) * 100vw), 165px) calc(446 / var(--base-width-pc) * 100vw);
  position: relative;
  overflow: hidden;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.special_title {
  color: white;
  font-size: clamp(30px, 4.8611111111vw, 70px);
  line-height: 1.5;
  font-family: "Josefin Sans", "Noto sans JP", sans-serif;
}
.special_li {
  display: flex;
  position: relative;
}
@media screen and (max-width: 550px) {
  .special_li {
    flex-direction: column;
  }
}
.special_li:not(:last-of-type) {
  margin-bottom: clamp(44px, calc(66 / var(--base-width-pc) * 100vw), 66px);
}
.special_li_link {
  margin-right: min(calc(558 / var(--base-width-pc) * 100vw), 558px);
  margin-top: 28px;
}
@media screen and (max-width: 550px) {
  .special_li_link {
    margin-top: 0;
    margin-right: 0;
  }
}
.special_li_image {
  width: 100%;
  transition: all 0.3s;
}
.special_li:nth-of-type(1) .special_li_texts {
  background: rgba(0, 118, 255, 0.8);
}
.special_li:nth-of-type(2) .special_li_texts {
  background: rgba(39, 87, 178, 0.8);
}
.special_li:nth-of-type(3) .special_li_texts {
  background: rgba(45, 81, 149, 0.8);
}
.special_li:nth-of-type(4) .special_li_texts {
  background: rgba(25, 50, 96, 0.8);
}
.special_li_texts {
  width: calc(100% - 540 / var(--base-width-pc) * 100vw);
  left: calc(540 / var(--base-width-pc) * 100vw);
  color: white;
  position: absolute;
  padding: calc(106 / var(--base-width-pc) * 100vw) calc(42 / var(--base-width-pc) * 100vw) max(106 / var(--base-width-pc) * 100vw, 50px);
}
@media screen and (max-width: 550px) {
  .special_li_texts {
    left: 0;
    width: 100%;
    position: relative;
  }
}
.special_li_text1 {
  font-size: clamp(20px, 2.0833333333vw, 30px);
  font-weight: 500;
  font-family: "Josefin Sans", "Noto sans JP", sans-serif;
  margin-bottom: 10px;
}
.special_li_text2 {
  font-size: clamp(18px, 1.7361111111vw, 25px);
  font-weight: 500;
}
.special_li_btn {
  position: absolute;
  right: calc(25 / var(--base-width-pc) * 100vw);
  bottom: calc(32 / var(--base-width-pc) * 100vw);
  color: white;
  text-decoration: none;
  font-family: "Montserrat", "Noto sans JP", sans-serif;
  font-size: 17px;
}
.special_backImage {
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.jobType {
  width: 100%;
  position: relative;
}
.jobType:where(.-type2) {
  max-width: 1090px;
  margin-inline: auto;
  margin-bottom: min(calc(221 / var(--base-width-pc) * 100vw), 221px);
}
.jobType_image {
  min-height: 300px;
}
.jobType_texts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  border: solid 10px white;
  width: clamp(300px, 41vw, 410px);
  height: clamp(180px, 22vw, 220px);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.jobType_texts:where(.-type2 *) {
  border: solid 1px black;
  background-color: rgba(255, 255, 255, 0.75);
  color: black;
}
.jobType_text1 {
  font-size: clamp(30px, 3.4722222222vw, 50px);
  font-weight: 500;
  text-align: center;
  font-family: "Josefin Sans", "Noto sans JP", sans-serif;
}
.jobType_text2 {
  font-size: clamp(20px, 1.7361111111vw, 25px);
  font-weight: 600;
  text-align: center;
}
.jobType .btn {
  background-color: white;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 70%);
  transition: all 0.3s;
}
.jobType .btn:where(.-type2 *) {
  border: solid 1px black;
}
.jobType .btn:hover {
  background-color: black;
  color: white;
}

.projectStory {
  padding-block: clamp(54.33px, calc(163 / var(--base-width-pc) * 100vw), 163px) clamp(58.67px, calc(176 / var(--base-width-pc) * 100vw), 176px);
  background-color: #F5F4F2;
}
.projectStory .sectionTitle {
  margin-bottom: 40px;
}
.projectStory_body {
  display: flex;
  gap: 70px 20px;
}
@media screen and (max-width: 768px) {
  .projectStory_body {
    flex-direction: column;
  }
}
.projectStory_item {
  position: relative;
  text-decoration: none;
  color: black;
}
.projectStory_item:hover {
  opacity: 0.7;
}
.projectStory_item:hover img {
  transform: scale(1.03);
}
.projectStory_image {
  margin-bottom: clamp(11.67px, calc(35 / var(--base-width-pc) * 100vw), 35px);
  transition: all 0.3s;
}
.projectStory_text1 {
  text-align: center;
  font-size: clamp(16px, 1.4583333333vw, 21px);
  font-weight: 600;
  letter-spacing: calc(clamp(0.6px, calc(0.9 / var(--base-width-pc) * 100vw), 0.9px) * -1);
}
.projectStory .badge {
  position: absolute;
  z-index: 1;
  top: -20px;
  left: 0;
}
.projectStory .badge_text1 {
  background-color: black;
  color: white;
  letter-spacing: 1.2px;
}

.interview {
  background-color: #F5F4F2;
  padding-bottom: clamp(57.5px, calc(115 / var(--base-width-pc) * 100vw), 115px);
}
.interview_ulWrap {
  position: relative;
}
.interview_li {
  padding: 95px 0 clamp(12px, 2vw, 18px);
  margin: 0 clamp(5.33px, calc(16 / var(--base-width-pc) * 100vw), 16px);
  position: relative;
  text-decoration: none;
  /* 600px 以下と 1000px 以上で共通に適用したい部分だけまとめる */
}
@media (max-width: 600px), (min-width: 1000px) {
  .interview_li .badge {
    opacity: 0;
  }
  .interview_li:is(.slick-current) .badge {
    -webkit-animation: badgeFadeIn 0.7s ease-out forwards;
            animation: badgeFadeIn 0.7s ease-out forwards;
    filter: blur(0);
  }
}
@media (min-width: 601px) and (max-width: 999px) {
  .interview_li .badge {
    opacity: 0;
  }
  .interview_li:is(.slick-current, :has(+ .slick-current)) .badge {
    -webkit-animation: badgeFadeIn 0.7s ease-out forwards;
            animation: badgeFadeIn 0.7s ease-out forwards;
  }
}
.interview .arrow_box {
  position: absolute;
  bottom: -7%;
  left: 9px;
  right: 9px;
  display: flex;
  justify-content: space-between;
}
.interview .arrow_box:hover {
  cursor: pointer;
}
.interview .slick-arrow {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: clamp(30px, calc(60 / var(--base-width-pc) * 100vw), 60px);
  height: clamp(30px, calc(60 / var(--base-width-pc) * 100vw), 60px);
}
.interview .prev-arrow {
  background-image: url("../img/icon_arrow_left.webp");
}
.interview .next-arrow {
  background-image: url("../img/icon_arrow_right.webp");
}
.interview .badge {
  color: white;
  margin-bottom: -20px;
  position: absolute;
  transform: translate(0, -70%);
  z-index: 1;
}
.interview .badge_text1 {
  color: white;
  padding: clamp(8px, 0.5555555556vw, 20px) clamp(15px, 1.0416666667vw, 30px);
}
.interview .badge_text1:where(.-yamada *) {
  background-color: #41B25D;
}
.interview .badge_text1:where(.-ono *) {
  background-color: #008A96;
}
.interview .badge_text1:where(.-ishie *) {
  background-color: #791371;
}
.interview .badge_text1:where(.-sato *) {
  background-color: #C1243C;
}
.interview .badge_text1:where(.-taira *) {
  background-color: #EBAC00;
}
.interview .badge_text1:where(.-nemoto *) {
  background-color: #EB8800;
}
.interview .badge_text1:where(.-yoshizawa *) {
  background-color: #893076;
}
.interview .badge_text1:where(.-suzuki *) {
  background-color: #26B4DE;
}
.interview .badge_text1:where(.-special01 *) {
  background-color: #318FFC;
}
.interview .badge_text1:where(.-special02 *) {
  background-color: #5278C1;
}
.interview .badge_text1:where(.-special03 *) {
  background-color: #5571A7;
}
.interview .badge_text1:where(.-special04 *) {
  background-color: #45597C;
}
.interview .badge_text1:not(:last-of-type) {
  margin-bottom: 15px;
}
.interview_link {
  text-decoration: none;
  color: black;
}
.interview_link:visited {
  color: black;
}
.interview_link:hover img {
  transform: scale(1.1);
}
.interview_images {
  display: flex;
  margin-bottom: clamp(15px, 3vw, 28px);
  width: 100%;
  overflow: hidden;
}
.interview_images img {
  width: 100%;
  transition: all 0.3s;
}
.interview_texts {
  text-align: center;
}
.interview_text1 {
  font-size: clamp(14px, calc(16 / var(--base-width-pc) * 100vw), 16px);
  font-weight: 600;
}
.interview_text1_name {
  font-size: clamp(18px, 1.6666666667vw, 24px);
  font-weight: 600;
}

@-webkit-keyframes badgeFadeIn {
  0%, 40% {
    opacity: 0;
    filter: blur(5px);
    transform: translate(0, calc(-70% + 20px));
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate(0, -70%);
  }
}

@keyframes badgeFadeIn {
  0%, 40% {
    opacity: 0;
    filter: blur(5px);
    transform: translate(0, calc(-70% + 20px));
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate(0, -70%);
  }
}
.environment {
  background-color: #F5F4F2;
  padding-bottom: clamp(53px, calc(106 / var(--base-width-pc) * 100vw), 106px);
}
.environment .sectionTitle {
  margin-bottom: 13px;
}
.environment_ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.environment_li {
  width: calc(50% - 5px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .environment_li {
    width: 100%;
  }
}
.environment_li:hover img {
  transform: scale(1.02);
}
.environment_li_link {
  overflow: hidden;
}
.environment_li_text {
  position: absolute;
  top: 9.5375722543%;
  left: 5.3633217993%;
  color: white;
  font-size: clamp(20px, calc(25 / var(--base-width-pc) * 100vw), 25px);
  line-height: 1.5;
  margin-bottom: clamp(9px, calc(18 / var(--base-width-pc) * 100vw), 18px);
  z-index: 1;
}
.environment_li_text_en {
  font-size: clamp(25px, calc(30 / var(--base-width-pc) * 100vw), 30px);
  display: block;
  font-family: "Josefin Sans", "Noto sans JP", sans-serif;
}
.environment_li_image {
  transition: all 0.3s;
  width: 100%;
}

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