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

body {
  line-height: 1.7;
  letter-spacing: 0.05rem;
  font-family: "Noto Sans JP", sans-serif;
}

main {
  overflow: hidden;
}

.pageTop {
  position: relative;
  background-color: white;
  border-radius: var(--radius) var(--radius) 0 0;
  padding-top: clamp(80px, 6.25vw, 90px);
  z-index: 1;
  opacity: 0;
  -webkit-animation: fadeUpExpand 0.7s ease forwards;
          animation: fadeUpExpand 0.7s ease forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#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;
  font-weight: inherit;
}

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

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

.sectionWrap {
  width: 100%;
  padding-inline: clamp(20px, 10.3472222222vw, 149px);
}
@media screen and (max-width: 768px) {
  .sectionWrap {
    padding-inline: clamp(20px, 5.2083333333vw, 40px);
  }
}

.sectionTitle {
  letter-spacing: 0;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: bold;
  line-height: 2;
}
.sectionTitle_span {
  font-size: clamp(36px, 2.7777777778vw, 40px);
  font-weight: bold;
  display: block;
  color: var(--color-main);
  font-family: var(--font-Montserrat);
  margin-bottom: 8px;
  line-height: 1;
}
.sectionTitle_span:where(.-list *) {
  font-family: var(--font-Oswald);
}
.sectionTitle_span-list {
  font-weight: normal;
}
.sectionTitle_span-list::before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background-color: var(--color-main);
}

.sectionTitle2 {
  display: flex;
  align-items: center;
  font-size: clamp(36px, 2.7777777778vw, 40px);
  font-weight: bold;
  color: var(--color-main);
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  padding-bottom: clamp(26.67px, calc(40 / var(--base-width-pc) * 100vw), 40px);
  border-bottom: solid 2px black;
  line-height: 1;
  margin-bottom: clamp(40px, calc(60 / var(--base-width-pc) * 100vw), 60px);
}
@media screen and (max-width: 768px) {
  .sectionTitle2 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.sectionTitle2_span {
  display: flex;
  align-items: center;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: bold;
  line-height: 2;
  color: black;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .sectionTitle2_span {
    margin-top: 12px;
  }
}
.sectionTitle2_span::before {
  content: "";
  display: inline-block;
  margin-inline: 20px;
  height: 30px;
  width: 2px;
  background-color: black;
}
@media screen and (max-width: 768px) {
  .sectionTitle2_span::before {
    display: none;
  }
}

.sectionSubTitle {
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.sectionSubTitle::before {
  content: "";
  display: inline-block;
  border-radius: 999px;
  background-color: var(--color-sub1);
  width: 10px;
  height: 10px;
  margin-right: 13px;
  margin-top: 5px;
}

.sectionSubTitle2 {
  font-size: clamp(18px, 1.6666666667vw, 24px);
  line-height: 1;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: solid 1px black;
  margin-bottom: clamp(40px, 4.1666666667vw, 60px);
}
.sectionSubTitle2::before {
  content: "";
  display: inline-block;
  border-radius: 999px;
  background-color: var(--color-main);
  width: 10px;
  height: 10px;
  margin-right: 13px;
}

.sectionSubTitle3 {
  font-size: clamp(24px, 1.9444444444vw, 28px);
  line-height: 1.5;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: clamp(20px, 2.7777777778vw, 40px);
}
.sectionSubTitle3::before {
  content: "";
  display: inline-block;
  border-radius: 999px;
  background-color: var(--color-main);
  width: 8px;
  height: 8px;
  margin-right: 12px;
}

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

.section_text {
  font-size: clamp(14px, 2.0833333333vw, 16px);
  line-height: 2;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header {
  position: fixed;
  z-index: 80;
  top: 0;
  left: clamp(15px, 2.7777777778vw, 40px);
  right: clamp(15px, 2.7777777778vw, 40px);
  display: flex;
  align-items: center;
  background-color: white;
  justify-content: space-between;
  height: var(--header-height);
  padding-inline: 10.4166666667vw;
  border-radius: 0 0 29px 29px;
  padding-inline: clamp(15px, 2.0833333333vw, 30px);
  gap: 5px;
  opacity: 0;
  -webkit-animation: fadeDownExpand 0.7s ease forwards;
          animation: fadeDownExpand 0.7s ease forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  transition: box-shadow 1s;
}
.header.-active-border {
  box-shadow: 0 0 2px 2px var(--color-sub1);
}
@media screen and (max-width: 1300px) {
  .header {
    left: 10px;
    right: 10px;
    padding-inline: 20px;
    border-radius: 0 0 16px 16px;
  }
}
.header_logo {
  display: flex;
  align-items: center;
  height: var(--header-height);
}
.header_logo_link {
  height: calc(var(--header-height) / 2);
  text-decoration: none;
  display: flex;
  align-items: center;
}
.header_logo_link img {
  height: 33px;
}
@media screen and (max-width: 1300px) {
  .header_logo_link {
    height: 27px;
  }
}
.header_logo_partition {
  display: inline-block;
  margin-inline: clamp(10px, 1.3194444444vw, 19px);
  height: 38px;
  width: 4px;
  background-color: #A7A7A7;
}
@media screen and (max-width: 1300px) {
  .header_logo_partition {
    width: 2px;
    height: 20px;
    margin-inline: 9px;
  }
}
.header_logo_kumamon01 {
  height: 66px;
  margin-right: 3px;
}
@media screen and (max-width: 1300px) {
  .header_logo_kumamon01 {
    height: 31px;
    margin-right: 0;
  }
}
.header_logo_kumamon02 {
  height: 55px;
  margin-right: calc(18 / var(--base-width-pc) * 100vw);
}
@media screen and (max-width: 1300px) {
  .header_logo_kumamon02 {
    height: 31px;
    margin-right: 4px;
  }
}
.header_howtoplay {
  display: none;
}
.header_howtoplay_link {
  border: solid 2px var(--color-main);
  padding: clamp(5px, 0.8333333333vw, 12px) clamp(9px, 1.3194444444vw, 19px);
  border-radius: 99px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: black;
  gap: clamp(8px, 1.1111111111vw, 16px);
}
.header_howtoplay_link_text {
  font-size: clamp(9px, 0.9722222222vw, 14px);
  font-weight: bold;
}
.header_howtoplay_link_icon {
  width: clamp(18px, 1.5277777778vw, 22px);
  height: clamp(18px, 1.5277777778vw, 22px);
}
.header_howtoplay:is(html:lang(ko) *) {
  display: block;
}
.header_nav {
  margin-left: auto;
}
@media screen and (max-width: 1300px) {
  .header_nav {
    display: none;
  }
}
.header_nav_ul {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0 clamp(10px, 1.6666666667vw, 24px);
}
.header_nav_li_link-main {
  color: black;
  font-weight: bold;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  text-decoration: none;
  display: inline-block;
  height: var(--header-height);
  height: 61px;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.header_nav_li_link-main.-btn {
  color: white;
  background-color: var(--color-main);
  border-radius: 99px;
  padding-inline: clamp(20px, 4.375vw, 63px);
  position: relative;
  font-size: 14px;
  padding-bottom: 4px;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  .header_nav_li_link-main.-btn {
    padding-inline: clamp(20px, 3.3333333333vw, 40px);
  }
}
.header_nav_li_link-main.-btn:hover {
  border-radius: 0;
}
.header_nav_li_link-main.-btn img {
  position: absolute;
  right: 17px;
  top: calc(50% - 1.5px);
  transform: translate(0, -50%);
}
.header_sp {
  display: none;
  overflow: hidden;
}
.header_sp_hamburger {
  height: calc(var(--header-height) - 3px);
  width: 40px;
  position: relative;
  z-index: 200;
}
@media screen and (max-width: 768px) {
  .header_sp_hamburger {
    width: 24px;
  }
}
.header_sp_hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: black;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.7s;
}
.header_sp_hamburger span:nth-of-type(1) {
  top: 29px;
  transform: translate(0, -50%);
}
.header_sp_hamburger span:nth-of-type(2) {
  top: 50%;
  transform: translate(0, -50%);
  display: none;
}
.header_sp_hamburger span:nth-of-type(3) {
  top: calc(100% - 29px);
  transform: translate(0, -50%);
}
.header_sp_hamburger.-active span:nth-of-type(1) {
  top: 50%;
  transform: rotate(210deg);
}
.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(-210deg);
}
.header_sp_nav {
  position: fixed;
  inset: 0;
  padding-top: var(--header-height);
  background-color: white;
  overflow: scroll;
  transform: translateX(100vw);
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}
.header_sp_nav.-active {
  transform: translate(0);
  visibility: visible;
  opacity: 1;
  height: 100lvh;
  left: -10px;
  right: -10px;
  padding-bottom: 30px;
}
.header_sp_ul {
  max-width: 500px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px 20px;
  margin-bottom: 60px;
}
.header_sp_li {
  width: 100%;
  position: relative;
}
.header_sp_li:has(.-contact) {
  display: flex;
  justify-content: center;
}
.header_sp_li:has([class*=son]):hover {
  cursor: pointer;
}
.header_sp_li_link {
  text-decoration: none;
  text-underline-offset: 7px;
  font-size: 16px;
  color: black;
  line-height: 1;
  display: flex;
  justify-content: center;
  position: relative;
}
.header_sp_li_linkInner {
  display: flex;
  gap: 16px;
  width: 170px;
}
.header_sp_li_link.-contact {
  background-color: var(--color-main);
  width: 214px;
  padding: 22px 5px;
  color: white;
  border-radius: 99px;
  transition: all 0.3s;
  position: relative;
  font-size: 14px;
  justify-content: center;
}
.header_sp_li_link.-contact:hover {
  border-radius: 0;
}
.header_sp_li_link.-contact img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
.header_sp_li_image {
  -o-object-fit: contain;
     object-fit: contain;
}
.header_sp_li_texts {
  font-size: 24px;
  font-weight: bold;
  font-family: var(--font-Montserrat);
  text-align: left;
}
.header_sp_li_span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
}
.header_sp_li_sons {
  margin-top: 0;
  text-align: center;
  transition: all 0.3s;
  opacity: 0;
  max-height: 0;
  transform: scaleY(0);
}
.header_sp_li_sons:where(li.-active *) {
  opacity: 1;
  margin-top: 24px;
  max-height: initial;
  transform: scaleY(1);
}
.header_sp_li_sons_link {
  display: block;
  text-decoration: none;
  color: black;
  font-size: 14px;
  font-weight: 500;
}
.header_sp_li_sons_link:not(:last-of-type) {
  margin-bottom: 16px;
}
.header_sp_li_btn {
  position: absolute;
  display: block;
  top: 50%;
  right: 30px;
}
.header_sp_li_btn_arrow {
  height: 8px;
  width: 8px;
  display: inline-block;
  border-right: solid 2px black;
  border-bottom: solid 2px black;
  transform: translate(0, -50%) rotate(45deg);
  transition: all 0.3s;
}
.header_sp_li_btn_arrow:where(li.-active *) {
  transform: translate(0, -50%) rotate(405deg);
}
.header_sp_ul2 {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 40px;
}
.header_sp_li2_link {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: black;
}
.header_sp_links {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.header_sp_link_image {
  width: 35px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1300px) {
  .header_sp {
    display: flex;
    align-items: center;
  }
}

.FVSubPage {
  height: clamp(300px, 32.2916666667vw, 465px);
  margin-bottom: min(calc(-100 / var(--base-width-pc) * 100vw), -100px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .FVSubPage {
    margin-bottom: -100px;
  }
}
.FVSubPage .pageTitle {
  padding-top: clamp(90px, 12.5vw, 180px);
  margin-bottom: clamp(50px, 5.4166666667vw, 78px);
  line-height: 1;
}
.FVSubPage .pageTitle_span {
  color: red;
  font-family: var(--font-Montserrat);
  font-size: clamp(40px, 5.5555555556vw, 80px);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
}
.FVSubPage .pageTitle_span_jp {
  font-size: 18px;
  font-weight: bold;
}
.FVSubPage img {
  opacity: 0.2;
  width: 100%;
  height: 100%;
  -o-object-position: top;
     object-position: top;
  position: absolute;
  inset: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}

.btns.-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 94px;
}
.btn_link {
  display: inline-block;
  background-color: black;
  border-radius: 99px;
  text-decoration: none;
  width: 300px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 36px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .btn_link {
    height: 90px;
  }
}
.btn_link_texts {
  color: white;
}
.btn_link_text_jp {
  font-size: 14px;
  line-height: 2;
}
.btn_link_text_en {
  font-size: clamp(24px, 3.6458333333vw, 28px);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  font-family: var(--font-Montserrat);
}
.btn_link img {
  transition: all 0.3s;
}
.btn_link:hover {
  border-radius: 0;
}
.btn_link:hover img {
  transform: translate(100%, 0);
}

.btn2_link {
  display: inline-flex;
  align-items: center;
  background-color: var(--color-main);
  color: white;
  border-radius: 99px;
  text-decoration: none;
  line-height: 1;
  padding: 13px 53px;
  position: relative;
  font-size: clamp(14px, 2.0833333333vw, 16px);
  transition: all 0.3s;
}
.btn2_link_arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
}
.btn2_link img {
  transition: all 0.5s;
}
.btn2_link:hover {
  border-radius: 0;
}
.btn2_link:hover img {
  transform: translate(30%, -50%);
}

.btn3_link {
  display: inline-flex;
  align-items: center;
  gap: clamp(24px, 5.7291666667vw, 44px);
  background-color: black;
  color: white;
  border-radius: 99px;
  text-decoration: none;
  line-height: 1;
  padding: clamp(18px, 3.125vw, 24px) clamp(24px, 4.6875vw, 36px);
  font-size: clamp(14px, 2.0833333333vw, 16px);
  transition: all 0.3s;
}
.btn3_link img {
  transition: all 0.3s;
}
.btn3_link:hover {
  border-radius: 0;
}
.btn3_link:hover img {
  transform: translate(30%, 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 {
  margin-bottom: 100px;
  counter-reset: faq-counter;
}
.faq .sectionSubTitle3 {
  justify-content: center;
}
.faq_lists {
  width: 100%;
}
.faq_list {
  counter-increment: faq-counter;
  transition: opacity 0.3s;
  box-shadow: 0 3px 3px 3px color-mix(in srgb, white 60%, black 40%);
}
.faq_list:not(:last-of-type) {
  margin-bottom: 20px;
}
.faq_list:hover {
  cursor: pointer;
  opacity: 0.7;
}
.faq_list.-active {
  box-shadow: none;
}
.faq_list.-active:hover {
  opacity: 1;
}
.faq_textQ, .faq_textA {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  padding: clamp(15px, 2.2222222222vw, 32px);
  display: flex;
  gap: 0 12px;
  background-color: white;
}
.faq_textQ {
  align-items: center;
}
.faq_textA {
  padding-top: 0;
}
.faq_singleLetter {
  display: inline-block;
  flex-shrink: 0;
  border-radius: 999px;
  background-color: #F0F0F0;
  width: 36px;
  height: 36px;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-family: var(--font-Oswald);
}
.faq_singleLetter::after {
  content: counter(faq-counter);
}
.faq_singleLetter:where(.faq_textA *) {
  background-color: var(--color-main);
  color: white;
}
.faq_plusMinus {
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: auto;
}
.faq_plusMinus::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-top: solid 2px #2F2F2F;
  border-right: solid 2px #2F2F2F;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
  width: 12px;
  height: 12px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .faq_plusMinus::after {
    height: 8px;
    width: 8px;
  }
}
.faq_list.-active .faq_plusMinus::after {
  transform: translate(-50%, -50%) rotate(495deg);
}
.faq_question {
  font-weight: bold;
  font-size: clamp(16px, 1.25vw, 18px);
}
.faq_answer {
  display: none;
}
.faq_answer_text {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  line-height: 2;
  font-weight: 500;
}

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

.slick-list {
  overflow: hidden;
}

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

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

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

.footer {
  position: relative;
  z-index: 1;
}
.footer_contact {
  background-color: var(--color-sub1);
  border-radius: var(--radius) var(--radius) 0 0;
  padding-block: clamp(80px, 6.25vw, 90px);
  text-align: center;
  position: relative;
  z-index: 0;
}
.footer_contact .sectionTitle {
  margin-bottom: clamp(33.33px, calc(50 / var(--base-width-pc) * 100vw), 50px);
}
.footer_contact .sectionTitle, .footer_contact .sectionTitle * {
  color: white;
}
.footer_contact_text {
  color: white;
  line-height: 2.5;
  margin-bottom: clamp(46.67px, calc(70 / var(--base-width-pc) * 100vw), 70px);
  padding-inline: 10px;
  position: relative;
  z-index: 1;
  font-size: clamp(14px, 1.1111111111vw, 16px);
}
.footer_contact .btn_link {
  background-color: white;
  margin-inline: auto;
}
.footer_contact .btn_link * {
  color: black;
}
.footer_contact_image_back_01 {
  position: absolute;
  right: calc(180 / var(--base-width-pc) * 100vw);
  top: calc(70 / var(--base-width-pc) * 100vw);
  width: clamp(70px, 15vw, 216px);
  -webkit-animation: float2 3s linear infinite;
          animation: float2 3s linear infinite;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .footer_contact_image_back_01 {
    right: calc(120 / var(--base-width-pc) * 100vw);
    top: 40px;
  }
}
.footer_contact_image_back_02 {
  position: absolute;
  left: calc(338 / var(--base-width-pc) * 100vw);
  top: calc(130 / var(--base-width-pc) * 100vw);
  width: clamp(37.33px, calc(56 / var(--base-width-pc) * 100vw), 56px);
  -webkit-animation: icon_moving6 12s ease-in-out infinite;
          animation: icon_moving6 12s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .footer_contact_image_back_02 {
    width: 27px;
  }
}
.footer_contact_image_back_03 {
  position: absolute;
  left: calc(142 / var(--base-width-pc) * 100vw);
  bottom: calc(221 / var(--base-width-pc) * 100vw);
  width: clamp(54.67px, calc(82 / var(--base-width-pc) * 100vw), 82px);
  -webkit-animation: icon_moving14 8s ease-in-out infinite;
          animation: icon_moving14 8s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .footer_contact_image_back_03 {
    bottom: 170px;
    left: calc(20 / var(--base-width-sp) * 100vw);
    width: 40px;
  }
}
.footer_contact_image_back_04 {
  position: absolute;
  right: calc(131 / var(--base-width-pc) * 100vw);
  bottom: calc(233 / var(--base-width-pc) * 100vw);
  width: clamp(45.33px, calc(68 / var(--base-width-pc) * 100vw), 68px);
  -webkit-animation: icon_moving11 8s ease-in-out infinite;
          animation: icon_moving11 8s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .footer_contact_image_back_04 {
    -webkit-animation: none;
            animation: none;
    bottom: auto;
    top: 140px;
    width: 32px;
  }
}
.footer_contact_image_back_05 {
  position: absolute;
  right: calc(320 / var(--base-width-pc) * 100vw);
  bottom: calc(94 / var(--base-width-pc) * 100vw);
  width: clamp(36.67px, calc(55 / var(--base-width-pc) * 100vw), 55px);
  -webkit-animation: icon_moving12 8s ease-in-out infinite;
          animation: icon_moving12 8s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .footer_contact_image_back_05 {
    -webkit-animation: none;
            animation: none;
    bottom: 180px;
    right: 20px;
    width: 26px;
  }
}
.footer_recruit {
  background-color: var(--color-main);
  padding-block: clamp(60px, calc(90 / var(--base-width-pc) * 100vw), 90px);
  text-align: center;
  color: white;
}
.footer_recruit_image {
  width: clamp(300px, 49.7222222222vw, 716px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .footer_recruit_image {
    margin-bottom: 25px;
  }
}
.footer_recruit_text {
  font-weight: bold;
  font-size: clamp(20px, 1.9444444444vw, 28px);
  line-height: 1;
  margin-bottom: clamp(40px, calc(60 / var(--base-width-pc) * 100vw), 60px);
  letter-spacing: 0.15rem;
}
.footer_recruit .btn3_link {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer_recruit .btn3_link {
    width: 300px;
    padding-block: 23px;
  }
}
.footer_main {
  background-color: black;
  padding: 90px calc(168 / var(--base-width-pc) * 100vw) 20px;
}
@media screen and (max-width: 768px) {
  .footer_main {
    padding: 80px 20px 20px;
  }
}
.footer_main_btns {
  margin-bottom: clamp(53.33px, calc(80 / var(--base-width-pc) * 100vw), 80px);
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.footer_main_btns_link {
  color: black;
  text-decoration: none;
  background-color: white;
  display: flex;
  gap: clamp(15px, 3.90625vw, 30px);
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: clamp(12px, 1.3888888889vw, 20px);
  width: min(100%, 486px);
  transition: all 0.3s;
}
.footer_main_btns_link:hover {
  border-radius: 0;
}
.footer_main_btns_texts {
  width: 100%;
}
.footer_main_btns_text1 {
  font-size: 14px;
  margin-bottom: 7px;
}
.footer_main_btns_text2 {
  font-size: clamp(14px, 2.2135416667vw, 17px);
  font-weight: bold;
  font-family: var(--font-Montserrat);
}
@media screen and (max-width: 450px) {
  .footer_main_btns_text2 {
    width: 115px;
  }
}
.footer_main_btns_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 450px) {
  .footer_main_btns_box {
    gap: 5px;
  }
}
.footer_main_btns_icon {
  width: 21px;
  height: 21px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.footer_main_btns_logo {
  width: clamp(150px, 13.4027777778vw, 193px);
  flex-shrink: 0;
}
.footer_main_body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: clamp(40px, 3.4722222222vw, 50px);
  gap: 0 30px;
}
@media screen and (max-width: 768px) {
  .footer_main_body {
    flex-direction: column;
  }
}
.footer_main_body_logo {
  margin-right: clamp(35.33px, calc(53 / var(--base-width-pc) * 100vw), 53px);
  width: clamp(200px, 19.4444444444vw, 280px);
}
.footer_main_body_logoWrap img {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer_main_body_logos {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .footer_main_body_logos {
    display: block;
    margin-bottom: 40px;
  }
}
.footer_main_body_logos_btn {
  display: flex;
  gap: 11px;
}
.footer_main_body_logos_btn img {
  width: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .footer_main_body_logos_btn img {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer_main_body_logo {
    margin-bottom: 24px;
  }
}
.footer_main_body_kumamon01 {
  width: 85px;
  margin-right: 14px;
}
@media screen and (max-width: 768px) {
  .footer_main_body_kumamon01 {
    width: 55px;
    margin-right: 9px;
  }
}
.footer_main_body_kumamon02 {
  width: 72px;
}
@media screen and (max-width: 768px) {
  .footer_main_body_kumamon02 {
    width: 46px;
  }
}
@media screen and (max-width: 768px) {
  .footer_main_body_navs {
    display: flex;
    margin-bottom: 40px;
  }
}
.footer_main_body_nav1 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footer_main_body_nav1 {
    flex-direction: column;
    margin-right: 20%;
    margin-bottom: 0;
  }
}
.footer_main_body_nav1_li_link {
  text-decoration: none;
  color: white;
  font-size: 24px;
  font-weight: bold;
  font-family: var(--font-Montserrat);
}
@media screen and (max-width: 768px) {
  .footer_main_body_nav1_li_link {
    line-height: 1;
  }
}
.footer_main_body_nav1_li_link_span {
  display: block;
  font-size: 12px;
  font-family: var(--font-Inter);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer_main_body_nav1_li_link_span {
    margin-bottom: 8px;
  }
}
.footer_main_body_nav2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .footer_main_body_nav2 {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .footer_main_body_nav2 {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .footer_main_body_nav2_li {
    display: flex;
    align-items: flex-start;
  }
}
.footer_main_body_nav2_li_link {
  color: white;
  text-decoration: none;
  line-height: 1;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-family: var(--font-Inter);
  font-weight: bold;
}
.footer_bottom {
  background-color: black;
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 0 calc(168 / var(--base-width-pc) * 100vw) 20px;
  font-size: clamp(12px, 1.6927083333vw, 13px);
  font-family: var(--font-Inter);
}
@media screen and (max-width: 768px) {
  .footer_bottom {
    padding: 0 20px 20px;
    justify-content: flex-end;
  }
}
.footer_bottom_copyright {
  letter-spacing: 0;
}
.footer_bottom_nav {
  display: flex;
  gap: 16px;
  font-size: clamp(13px, 1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  .footer_bottom_nav {
    flex-direction: column;
  }
}
.footer_bottom_nav_link {
  color: white;
  text-decoration: none;
}

.pNews_news,
.activity {
  margin-bottom: min(calc(160 / var(--base-width-pc) * 100vw), 160px);
}
.pNews_news .pagination,
.activity .pagination {
  display: flex;
  justify-content: center;
  gap: clamp(5px, 1.3888888889vw, 20px);
}
.pNews_news .pagination_btn,
.activity .pagination_btn {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  width: clamp(30px, 3.4722222222vw, 50px);
  height: clamp(30px, 3.4722222222vw, 50px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pNews_news .pagination_btn > :where(*),
.activity .pagination_btn > :where(*) {
  border-radius: 99px;
  font-weight: 500;
  color: #99968E;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pNews_news .pagination_btn > :where(*).current,
.activity .pagination_btn > :where(*).current {
  color: white;
  background-color: var(--color-main);
}

.singlePost-Activity {
  margin-bottom: calc(160 / var(--base-width-pc) * 100vw);
}
.singlePost-Activity_image {
  margin-inline: auto;
  display: block;
  width: clamp(150px, 34.7222222222vw, 500px);
  margin-bottom: min(calc(88 / var(--base-width-pc) * 100vw), 88px);
}
.singlePost-Activity_title {
  font-size: clamp(14px, 2.2222222222vw, 32px);
  text-align: center;
  font-weight: bold;
  margin-bottom: calc(36 / var(--base-width-pc) * 100vw);
}
.singlePost-Activity_content_image {
  width: 100%;
}

.gt_selector {
  border-radius: 999px;
  padding-block: 5px;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-transform: uppercase;
  font-family: var(--font-Montserrat);
  font-size: 12px;
  font-weight: 700;
}

/* 共通部ここまで
---------- ---------- */
/* ========== ========== ==========
アニメーション
========== ========== ========== */
/* ----- ホバー ----- */
@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 {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 0.7s;
}

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

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

.js-fadeIn-blurry.-active:not(:has(.animation)), .js-fadeIn-blurry.-active .animation {
  opacity: 1;
  -webkit-animation: animation-blurry 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: 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;
  }
}
@-webkit-keyframes icon_moving1 {
  /* 0% から 100% まで回転角度を0→180度に変化 */
  0%, 35%, 100% {
    left: 36%;
    top: 20%;
    transform: rotate3d(0, 0, 0, 180deg);
  }
  40%, 95% {
    left: 39%;
    top: 31%;
    transform: rotate3d(0, 1, 0, 180deg);
  }
}
@keyframes icon_moving1 {
  /* 0% から 100% まで回転角度を0→180度に変化 */
  0%, 35%, 100% {
    left: 36%;
    top: 20%;
    transform: rotate3d(0, 0, 0, 180deg);
  }
  40%, 95% {
    left: 39%;
    top: 31%;
    transform: rotate3d(0, 1, 0, 180deg);
  }
}
@-webkit-keyframes icon_moving2 {
  /* 0% から 100% まで回転角度を0→180度に変化 */
  0%, 100% {
    top: -10%;
    right: 33%;
    transform: rotate3d(0, 0, 0, 180deg);
  }
  35%, 50% {
    top: 20%;
    right: 80%;
    transform: rotate3d(0, 0, 0, 180deg);
  }
  55% {
    top: 19%;
    right: 82%;
    transform: rotate3d(0, 1, 0, 180deg);
  }
  80%, 95% {
    top: -10%;
    right: 33%;
    transform: rotate3d(0, 1, 0, 180deg);
  }
}
@keyframes icon_moving2 {
  /* 0% から 100% まで回転角度を0→180度に変化 */
  0%, 100% {
    top: -10%;
    right: 33%;
    transform: rotate3d(0, 0, 0, 180deg);
  }
  35%, 50% {
    top: 20%;
    right: 80%;
    transform: rotate3d(0, 0, 0, 180deg);
  }
  55% {
    top: 19%;
    right: 82%;
    transform: rotate3d(0, 1, 0, 180deg);
  }
  80%, 95% {
    top: -10%;
    right: 33%;
    transform: rotate3d(0, 1, 0, 180deg);
  }
}
@-webkit-keyframes icon_moving3 {
  0%, 95%, 100% {
    top: -10%;
    right: 33%;
    transform: rotate3d(0, 0, 0, 180deg);
  }
  15% {
    top: 20%;
    right: 80%;
    transform: rotate3d(0, 0, 0, 180deg);
  }
  25% {
    top: 19%;
    right: 82%;
    transform: rotate3d(0, 1, 0, 180deg);
  }
  40%, 50% {
    top: 48%;
    right: 37%;
    transform: rotate3d(0, 1, 0, 180deg);
  }
  65% {
    top: 20%;
    right: -3%;
    transform: rotate3d(0, 1, 0, 180deg);
  }
  75% {
    top: 18%;
    right: -6%;
    transform: rotate3d(0, 0, 0, 180deg);
  }
}
@keyframes icon_moving3 {
  0%, 95%, 100% {
    top: -10%;
    right: 33%;
    transform: rotate3d(0, 0, 0, 180deg);
  }
  15% {
    top: 20%;
    right: 80%;
    transform: rotate3d(0, 0, 0, 180deg);
  }
  25% {
    top: 19%;
    right: 82%;
    transform: rotate3d(0, 1, 0, 180deg);
  }
  40%, 50% {
    top: 48%;
    right: 37%;
    transform: rotate3d(0, 1, 0, 180deg);
  }
  65% {
    top: 20%;
    right: -3%;
    transform: rotate3d(0, 1, 0, 180deg);
  }
  75% {
    top: 18%;
    right: -6%;
    transform: rotate3d(0, 0, 0, 180deg);
  }
}
@-webkit-keyframes icon_moving4 {
  0%, 95%, 100% {
    top: 18%;
    right: 77%;
    transform: rotate3d(0, 0, 0, 180deg);
  }
  20% {
    top: 44%;
    right: 33%;
    transform: rotate3d(0, 0, 0, 180deg);
  }
  40% {
    top: 18%;
    right: -8%;
    transform: rotate3d(0, 1, 0, 360deg);
  }
  50% {
    top: 18%;
    right: -8%;
    transform: rotate3d(0, 1, 0, 540deg);
  }
  75% {
    top: -12%;
    right: 38%;
    transform: rotate3d(0, 1, 0, 540deg);
  }
}
@keyframes icon_moving4 {
  0%, 95%, 100% {
    top: 18%;
    right: 77%;
    transform: rotate3d(0, 0, 0, 180deg);
  }
  20% {
    top: 44%;
    right: 33%;
    transform: rotate3d(0, 0, 0, 180deg);
  }
  40% {
    top: 18%;
    right: -8%;
    transform: rotate3d(0, 1, 0, 360deg);
  }
  50% {
    top: 18%;
    right: -8%;
    transform: rotate3d(0, 1, 0, 540deg);
  }
  75% {
    top: -12%;
    right: 38%;
    transform: rotate3d(0, 1, 0, 540deg);
  }
}
@-webkit-keyframes icon_moving5 {
  0% {
    top: 18%;
    right: 77%;
    transform: rotate3d(0, 0, 0, 180deg);
  }
  100% {
    top: 80%;
    right: -20%;
    transform: rotate3d(0, 1, 0, 360deg);
  }
}
@keyframes icon_moving5 {
  0% {
    top: 18%;
    right: 77%;
    transform: rotate3d(0, 0, 0, 180deg);
  }
  100% {
    top: 80%;
    right: -20%;
    transform: rotate3d(0, 1, 0, 360deg);
  }
}
@-webkit-keyframes icon_moving6 {
  0%, 100% {
    left: calc(338 / var(--base-width-pc) * 100vw);
    top: calc(130 / var(--base-width-pc) * 100vw);
    transform: rotate3d(0, 0, 0, 180deg);
  }
  40%, 55% {
    left: calc(200 / var(--base-width-pc) * 100vw);
    top: calc(260 / var(--base-width-pc) * 100vw);
    transform: rotate3d(0, 0, 0, 360deg);
  }
  60% {
    left: calc(190 / var(--base-width-pc) * 100vw);
    top: calc(250 / var(--base-width-pc) * 100vw);
    transform: rotate3d(0, 1, 0, 180deg);
  }
  80%, 95% {
    left: calc(338 / var(--base-width-pc) * 100vw);
    top: calc(130 / var(--base-width-pc) * 100vw);
    transform: rotate3d(0, 1, 0, 180deg);
  }
}
@keyframes icon_moving6 {
  0%, 100% {
    left: calc(338 / var(--base-width-pc) * 100vw);
    top: calc(130 / var(--base-width-pc) * 100vw);
    transform: rotate3d(0, 0, 0, 180deg);
  }
  40%, 55% {
    left: calc(200 / var(--base-width-pc) * 100vw);
    top: calc(260 / var(--base-width-pc) * 100vw);
    transform: rotate3d(0, 0, 0, 360deg);
  }
  60% {
    left: calc(190 / var(--base-width-pc) * 100vw);
    top: calc(250 / var(--base-width-pc) * 100vw);
    transform: rotate3d(0, 1, 0, 180deg);
  }
  80%, 95% {
    left: calc(338 / var(--base-width-pc) * 100vw);
    top: calc(130 / var(--base-width-pc) * 100vw);
    transform: rotate3d(0, 1, 0, 180deg);
  }
}
@-webkit-keyframes icon_moving7 {
  0%, 100% {
    transform: scale(1) rotate(0deg);
  }
  25% {
    transform: scale(1.3) rotate(-5deg);
  }
  50% {
    transform: scale(1) rotate(0deg);
  }
  75% {
    transform: scale(1.3) rotate(5deg);
  }
}
@keyframes icon_moving7 {
  0%, 100% {
    transform: scale(1) rotate(0deg);
  }
  25% {
    transform: scale(1.3) rotate(-5deg);
  }
  50% {
    transform: scale(1) rotate(0deg);
  }
  75% {
    transform: scale(1.3) rotate(5deg);
  }
}
@-webkit-keyframes icon_moving8 {
  0%, 100% {
    transform: translate(50%, -80%) rotate(0deg);
  }
  50% {
    transform: translate(50%, -80%) rotate(5deg);
  }
}
@keyframes icon_moving8 {
  0%, 100% {
    transform: translate(50%, -80%) rotate(0deg);
  }
  50% {
    transform: translate(50%, -80%) rotate(5deg);
  }
}
@-webkit-keyframes icon_moving9 {
  0%, 30%, 100% {
    transform: translate(0, 50%);
  }
  50%, 80% {
    transform: translate(0, 50%) rotate3d(0, 1, 1, 360deg);
  }
}
@keyframes icon_moving9 {
  0%, 30%, 100% {
    transform: translate(0, 50%);
  }
  50%, 80% {
    transform: translate(0, 50%) rotate3d(0, 1, 1, 360deg);
  }
}
@-webkit-keyframes icon_moving10 {
  0%, 40%, 52%, 100% {
    transform: rotate(0);
  }
  42%, 46%, 50% {
    transform: rotate(6deg);
  }
  44%, 48% {
    transform: rotate(-6deg);
  }
}
@keyframes icon_moving10 {
  0%, 40%, 52%, 100% {
    transform: rotate(0);
  }
  42%, 46%, 50% {
    transform: rotate(6deg);
  }
  44%, 48% {
    transform: rotate(-6deg);
  }
}
@-webkit-keyframes icon_moving11 {
  0%, 100% {
    right: calc(131 / var(--base-width-pc) * 100vw);
    bottom: calc(233 / var(--base-width-pc) * 100vw);
    transform: rotate3d(0, 1, 0, 180deg);
  }
  50% {
    right: calc(230 / var(--base-width-pc) * 100vw);
    bottom: calc(170 / var(--base-width-pc) * 100vw);
    transform: rotate3d(0, 1, 0, 180deg);
  }
  60% {
    right: calc(230 / var(--base-width-pc) * 100vw);
    bottom: calc(170 / var(--base-width-pc) * 100vw);
    transform: rotate3d(0, 0, 0, 180deg);
  }
  90% {
    right: calc(131 / var(--base-width-pc) * 100vw);
    bottom: calc(233 / var(--base-width-pc) * 100vw);
    transform: rotate3d(0, 0, 0, 180deg);
  }
}
@keyframes icon_moving11 {
  0%, 100% {
    right: calc(131 / var(--base-width-pc) * 100vw);
    bottom: calc(233 / var(--base-width-pc) * 100vw);
    transform: rotate3d(0, 1, 0, 180deg);
  }
  50% {
    right: calc(230 / var(--base-width-pc) * 100vw);
    bottom: calc(170 / var(--base-width-pc) * 100vw);
    transform: rotate3d(0, 1, 0, 180deg);
  }
  60% {
    right: calc(230 / var(--base-width-pc) * 100vw);
    bottom: calc(170 / var(--base-width-pc) * 100vw);
    transform: rotate3d(0, 0, 0, 180deg);
  }
  90% {
    right: calc(131 / var(--base-width-pc) * 100vw);
    bottom: calc(233 / var(--base-width-pc) * 100vw);
    transform: rotate3d(0, 0, 0, 180deg);
  }
}
@-webkit-keyframes icon_moving12 {
  0%, 100% {
    right: calc(320 / var(--base-width-pc) * 100vw);
    bottom: calc(94 / var(--base-width-pc) * 100vw);
    transform: rotate3d(0, 1, 0, 180deg);
  }
  10% {
    right: calc(320 / var(--base-width-pc) * 100vw);
    bottom: calc(94 / var(--base-width-pc) * 100vw);
    transform: rotate3d(0, 0, 0, 180deg);
  }
  50% {
    right: calc(233 / var(--base-width-pc) * 100vw);
    bottom: calc(164 / var(--base-width-pc) * 100vw);
    transform: rotate3d(0, 0, 0, 180deg);
  }
  60% {
    right: calc(233 / var(--base-width-pc) * 100vw);
    bottom: calc(164 / var(--base-width-pc) * 100vw);
    transform: rotate3d(0, 1, 0, 180deg);
  }
}
@keyframes icon_moving12 {
  0%, 100% {
    right: calc(320 / var(--base-width-pc) * 100vw);
    bottom: calc(94 / var(--base-width-pc) * 100vw);
    transform: rotate3d(0, 1, 0, 180deg);
  }
  10% {
    right: calc(320 / var(--base-width-pc) * 100vw);
    bottom: calc(94 / var(--base-width-pc) * 100vw);
    transform: rotate3d(0, 0, 0, 180deg);
  }
  50% {
    right: calc(233 / var(--base-width-pc) * 100vw);
    bottom: calc(164 / var(--base-width-pc) * 100vw);
    transform: rotate3d(0, 0, 0, 180deg);
  }
  60% {
    right: calc(233 / var(--base-width-pc) * 100vw);
    bottom: calc(164 / var(--base-width-pc) * 100vw);
    transform: rotate3d(0, 1, 0, 180deg);
  }
}
@-webkit-keyframes icon_moving13 {
  0%, 40%, 100% {
    transform: translate(0%, -80%);
  }
  50% {
    transform: translate(10%, -70%);
  }
}
@keyframes icon_moving13 {
  0%, 40%, 100% {
    transform: translate(0%, -80%);
  }
  50% {
    transform: translate(10%, -70%);
  }
}
@-webkit-keyframes icon_moving14 {
  0%, 45%, 100% {
    transform: rotate3d(0, 0, 0, 180deg);
  }
  50%, 95% {
    transform: translate(-30%, 0%) rotate3d(0, 1, 0, 180deg);
  }
}
@keyframes icon_moving14 {
  0%, 45%, 100% {
    transform: rotate3d(0, 0, 0, 180deg);
  }
  50%, 95% {
    transform: translate(-30%, 0%) rotate3d(0, 1, 0, 180deg);
  }
}
@-webkit-keyframes float1 {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(1%, -20%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes float1 {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(1%, -20%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@-webkit-keyframes float2 {
  0% {
    transform: translate(0%, 0%);
  }
  76% {
    transform: translate(16%, -16%) rotate(5deg);
  }
  82% {
    transform: translate(12%, -12%) rotate(-5deg);
  }
  88% {
    transform: translate(8%, -8%) rotate(5deg);
  }
  94% {
    transform: translate(4%, -4%) rotate(-5deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}
@keyframes float2 {
  0% {
    transform: translate(0%, 0%);
  }
  76% {
    transform: translate(16%, -16%) rotate(5deg);
  }
  82% {
    transform: translate(12%, -12%) rotate(-5deg);
  }
  88% {
    transform: translate(8%, -8%) rotate(5deg);
  }
  94% {
    transform: translate(4%, -4%) rotate(-5deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}
@-webkit-keyframes float3 {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-15%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes float3 {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-15%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes float4 {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-7%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes float4 {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-7%);
  }
  100% {
    transform: translateY(0%);
  }
}
/* 画像に色相シフトをかけて徐々に色を変えるアニメーション */
@-webkit-keyframes colorShift1 {
  0% {
    filter: hue-rotate(0deg) brightness(1) saturate(1);
  }
  20% {
    filter: hue-rotate(60deg) brightness(1.1) saturate(1.2);
  }
  40% {
    filter: hue-rotate(120deg) brightness(0.6) saturate(1);
  }
  60% {
    filter: hue-rotate(180deg) brightness(1.1) saturate(1.1);
  }
  80% {
    filter: hue-rotate(240deg) brightness(0.7) saturate(1.2);
  }
  100% {
    filter: hue-rotate(360deg) brightness(1) saturate(1);
  }
}
@keyframes colorShift1 {
  0% {
    filter: hue-rotate(0deg) brightness(1) saturate(1);
  }
  20% {
    filter: hue-rotate(60deg) brightness(1.1) saturate(1.2);
  }
  40% {
    filter: hue-rotate(120deg) brightness(0.6) saturate(1);
  }
  60% {
    filter: hue-rotate(180deg) brightness(1.1) saturate(1.1);
  }
  80% {
    filter: hue-rotate(240deg) brightness(0.7) saturate(1.2);
  }
  100% {
    filter: hue-rotate(360deg) brightness(1) saturate(1);
  }
}
@-webkit-keyframes colorShift2 {
  0% {
    filter: hue-rotate(0deg) brightness(1) saturate(1);
  }
  20% {
    filter: hue-rotate(90deg) brightness(1.4) saturate(1.6);
  }
  40% {
    filter: hue-rotate(180deg) brightness(1.2) saturate(1.4);
  }
  60% {
    filter: hue-rotate(270deg) brightness(0.8) saturate(1.8);
  }
  80% {
    filter: hue-rotate(330deg) brightness(1.3) saturate(1.5);
  }
  100% {
    filter: hue-rotate(360deg) brightness(1) saturate(1);
  }
}
@keyframes colorShift2 {
  0% {
    filter: hue-rotate(0deg) brightness(1) saturate(1);
  }
  20% {
    filter: hue-rotate(90deg) brightness(1.4) saturate(1.6);
  }
  40% {
    filter: hue-rotate(180deg) brightness(1.2) saturate(1.4);
  }
  60% {
    filter: hue-rotate(270deg) brightness(0.8) saturate(1.8);
  }
  80% {
    filter: hue-rotate(330deg) brightness(1.3) saturate(1.5);
  }
  100% {
    filter: hue-rotate(360deg) brightness(1) saturate(1);
  }
}
/* アニメーション
---------- ---------- */
/* ========== ========== ==========
個別部
========== ========== ========== */
.FV {
  margin-bottom: -80px;
  margin-bottom: clamp(-80px, 2.286px - 5.714vw, -20px);
  width: 100%;
  aspect-ratio: 1439/882;
}
@media screen and (max-width: 768px) {
  .FV {
    aspect-ratio: 780/1000;
  }
}
.FV_image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: bottom;
     object-position: bottom;
}
.FV_images {
  position: fixed;
  z-index: -1;
  width: 100%;
  aspect-ratio: 1439/882;
}
.FV_images.-sp {
  aspect-ratio: 780/1000;
}
.FV_image2 {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .FV_image {
    -o-object-fit: contain;
       object-fit: contain;
    height: initial;
  }
}
.FV_image:not(.-land) {
  position: absolute;
  inset: 0;
}
.FV_image.-land {
  position: static;
}
.FV_image.-sheet {
  z-index: 1;
}
.FV_image.-flag_back, .FV_image.-flag_front {
  z-index: 20;
}
.FV_image.-bulding {
  z-index: 21;
}
.FV_image.-cloud {
  z-index: 30;
  -o-object-fit: contain;
     object-fit: contain;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.FV_imageWrap {
  -webkit-animation: float-vibration2 0.3s linear infinite;
          animation: float-vibration2 0.3s linear infinite;
}
.FV_image.-cloud1 {
  width: calc(400 / var(--base-width-pc) * 100vw);
  top: auto;
  bottom: 9%;
  left: 30%;
  -webkit-animation: float3 6s ease-in-out infinite;
          animation: float3 6s ease-in-out infinite;
}
.FV_image.-cloud2 {
  width: calc(400 / var(--base-width-pc) * 100vw);
  top: auto;
  bottom: 12%;
  left: -11%;
  -webkit-animation: float3 6s ease-in-out infinite;
          animation: float3 6s ease-in-out infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.FV_image.-cloud3 {
  width: calc(400 / var(--base-width-pc) * 100vw);
  top: auto;
  bottom: 16%;
  left: 85%;
  -webkit-animation: float4 6s ease-in-out infinite;
          animation: float4 6s ease-in-out infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.FV_image.-cloud4 {
  width: calc(400 / var(--base-width-pc) * 100vw);
  top: 45%;
  left: -8%;
  -webkit-animation: float3 6s ease-in-out infinite;
          animation: float3 6s ease-in-out infinite;
}
.FV_image.-people {
  opacity: 0;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  z-index: 22;
  -webkit-animation: fall 1s ease-in-out forwards;
          animation: fall 1s ease-in-out forwards;
}
.FV_image.-car {
  z-index: 4;
}
.FV_image_icon.-person1, .FV_image_icon.-person2, .FV_image_icon.-car {
  position: absolute;
  z-index: 10;
}
.FV_image_icon.-person1 {
  top: 30%;
  left: -2%;
  width: calc(29 / var(--base-width-pc) * 100vw);
  -webkit-animation: FV_person1 15s linear infinite;
          animation: FV_person1 15s linear infinite;
}
.FV_image_icon.-person2 {
  top: 87%;
  left: 82%;
  width: calc(29 / var(--base-width-pc) * 100vw);
  -webkit-animation: FV_person2 20s linear infinite;
          animation: FV_person2 20s linear infinite;
}
.FV_image_icon.-car1 {
  top: 50%;
  left: 50%;
  width: calc(50 / var(--base-width-pc) * 100vw);
  -webkit-animation: FV_car1 10s linear infinite;
          animation: FV_car1 10s linear infinite;
}
.FV_image_icon.-car1 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: FV_car1-1 10s linear infinite;
          animation: FV_car1-1 10s linear infinite;
}
.FV_image_icon.-car1 .-p2 {
  position: absolute;
  top: 0%;
  transform: translate(-50%, -50%);
  left: 0%;
  opacity: 0;
  -webkit-animation: FV_car1-2 10s linear infinite;
          animation: FV_car1-2 10s linear infinite;
}
.FV_image_icon.-car2 {
  top: 79%;
  left: -25%;
  width: calc(80 / var(--base-width-sp) * 100vw);
  -webkit-animation: FV_car2 6s linear infinite;
          animation: FV_car2 6s linear infinite;
}
.FV_image_icon.-car2 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.FV_image_icon.-car3 {
  top: -10%;
  left: -17%;
  width: calc(80 / var(--base-width-sp) * 100vw);
  -webkit-animation: FV_car3 6s linear infinite;
          animation: FV_car3 6s linear infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.FV_image_icon.-car3 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.FV_image_iconWrap.-vibration1 {
  -webkit-animation: FV-vibration1 0.3s linear infinite;
          animation: FV-vibration1 0.3s linear infinite;
}

@-webkit-keyframes FV_person1 {
  0.0% {
    top: 30%;
    left: -2%;
  }
  9.8% {
    top: 41%;
    left: 9%;
    transform: rotate3d(0, 0, 0, 360deg);
  }
  13.8% {
    top: 41%;
    left: 9%;
    transform: rotate3d(0, 1, 0, 360deg);
  }
  22.5% {
    top: 29%;
    left: 21%;
  }
  24.5% {
    top: 29%;
    left: 21%;
  }
  33.3% {
    top: 41%;
    left: 33%;
    transform: rotate3d(0, 1, 0, 360deg);
  }
  37.3% {
    top: 41%;
    left: 33%;
    transform: rotate3d(0, 0, 0, 360deg);
  }
  46.1% {
    top: 29%;
    left: 45%;
  }
  48.1% {
    top: 29%;
    left: 45%;
  }
  57.9% {
    top: 18%;
    left: 58%;
  }
  59.9% {
    top: 18%;
    left: 58%;
    transform: rotate3d(0, 0, 0, 360deg);
  }
  90.2% {
    top: 52%;
    left: 94%;
    transform: rotate3d(0, 1, 0, 720deg);
  }
  96.2% {
    top: 52%;
    left: 94%;
    transform: rotate3d(0, 1, 0, 360deg);
  }
  99.9% {
    top: 44%;
    left: 102%;
    transform: rotate3d(0, 1, 0, 360deg);
  }
  100% {
    top: 44%;
    left: 102%;
    transform: rotate3d(0, 0, 0, 360deg);
  }
}

@keyframes FV_person1 {
  0.0% {
    top: 30%;
    left: -2%;
  }
  9.8% {
    top: 41%;
    left: 9%;
    transform: rotate3d(0, 0, 0, 360deg);
  }
  13.8% {
    top: 41%;
    left: 9%;
    transform: rotate3d(0, 1, 0, 360deg);
  }
  22.5% {
    top: 29%;
    left: 21%;
  }
  24.5% {
    top: 29%;
    left: 21%;
  }
  33.3% {
    top: 41%;
    left: 33%;
    transform: rotate3d(0, 1, 0, 360deg);
  }
  37.3% {
    top: 41%;
    left: 33%;
    transform: rotate3d(0, 0, 0, 360deg);
  }
  46.1% {
    top: 29%;
    left: 45%;
  }
  48.1% {
    top: 29%;
    left: 45%;
  }
  57.9% {
    top: 18%;
    left: 58%;
  }
  59.9% {
    top: 18%;
    left: 58%;
    transform: rotate3d(0, 0, 0, 360deg);
  }
  90.2% {
    top: 52%;
    left: 94%;
    transform: rotate3d(0, 1, 0, 720deg);
  }
  96.2% {
    top: 52%;
    left: 94%;
    transform: rotate3d(0, 1, 0, 360deg);
  }
  99.9% {
    top: 44%;
    left: 102%;
    transform: rotate3d(0, 1, 0, 360deg);
  }
  100% {
    top: 44%;
    left: 102%;
    transform: rotate3d(0, 0, 0, 360deg);
  }
}
@-webkit-keyframes FV_person2 {
  0.0% {
    top: 87%;
    left: 82%;
  }
  8.8% {
    top: 76%;
    left: 70%;
    transform: rotate3d(0, 0, 0, 360deg);
  }
  12.8% {
    top: 76%;
    left: 70%;
    transform: rotate3d(0, 1, 0, 360deg);
  }
  23.6% {
    top: 87%;
    left: 58%;
  }
  25.6% {
    top: 87%;
    left: 58%;
  }
  32.4% {
    top: 76%;
    left: 46%;
    transform: rotate3d(0, 1, 0, 360deg);
  }
  35.4% {
    top: 76%;
    left: 46%;
    transform: rotate3d(0, 1, 0, 180deg);
  }
  43.7% {
    top: 64%;
    left: 58%;
  }
  45.7% {
    top: 64%;
    left: 58%;
    transform: rotate3d(0, 1, 0, 180deg);
  }
  65.7% {
    top: 41%;
    left: 34%;
    transform: rotate3d(0, 1, 0, 720deg);
  }
  67.7% {
    top: 41%;
    left: 34%;
  }
  77.5% {
    top: 53%;
    left: 21%;
  }
  79.5% {
    top: 53%;
    left: 21%;
    transform: rotate3d(0, 1, 0, 720deg);
  }
  100.0% {
    top: 29%;
    left: -3%;
    transform: rotate3d(0, 0, 0, 720deg);
  }
}
@keyframes FV_person2 {
  0.0% {
    top: 87%;
    left: 82%;
  }
  8.8% {
    top: 76%;
    left: 70%;
    transform: rotate3d(0, 0, 0, 360deg);
  }
  12.8% {
    top: 76%;
    left: 70%;
    transform: rotate3d(0, 1, 0, 360deg);
  }
  23.6% {
    top: 87%;
    left: 58%;
  }
  25.6% {
    top: 87%;
    left: 58%;
  }
  32.4% {
    top: 76%;
    left: 46%;
    transform: rotate3d(0, 1, 0, 360deg);
  }
  35.4% {
    top: 76%;
    left: 46%;
    transform: rotate3d(0, 1, 0, 180deg);
  }
  43.7% {
    top: 64%;
    left: 58%;
  }
  45.7% {
    top: 64%;
    left: 58%;
    transform: rotate3d(0, 1, 0, 180deg);
  }
  65.7% {
    top: 41%;
    left: 34%;
    transform: rotate3d(0, 1, 0, 720deg);
  }
  67.7% {
    top: 41%;
    left: 34%;
  }
  77.5% {
    top: 53%;
    left: 21%;
  }
  79.5% {
    top: 53%;
    left: 21%;
    transform: rotate3d(0, 1, 0, 720deg);
  }
  100.0% {
    top: 29%;
    left: -3%;
    transform: rotate3d(0, 0, 0, 720deg);
  }
}
@-webkit-keyframes FV_car1 {
  0.0% {
    top: 70%;
    left: 19%;
  }
  9.5% {
    top: 60.5%;
    left: 28.5%;
  }
  14.5% {
    top: 60.5%;
    left: 28.5%;
  }
  20.0% {
    top: 64.5%;
    left: 32.5%;
  }
  26.0% {
    top: 64.5%;
    left: 32.5%;
  }
  60.4% {
    top: 30%;
    left: 69%;
  }
  65.4% {
    top: 30%;
    left: 69%;
  }
  100.0% {
    top: -2%;
    left: 35%;
  }
}
@keyframes FV_car1 {
  0.0% {
    top: 70%;
    left: 19%;
  }
  9.5% {
    top: 60.5%;
    left: 28.5%;
  }
  14.5% {
    top: 60.5%;
    left: 28.5%;
  }
  20.0% {
    top: 64.5%;
    left: 32.5%;
  }
  26.0% {
    top: 64.5%;
    left: 32.5%;
  }
  60.4% {
    top: 30%;
    left: 69%;
  }
  65.4% {
    top: 30%;
    left: 69%;
  }
  100.0% {
    top: -2%;
    left: 35%;
  }
}
@-webkit-keyframes FV_car1-1 {
  0% {
    opacity: 1;
  }
  9.5% {
    opacity: 1;
    transform: rotate3d(0, 0, 0, 180deg);
  }
  14.5% {
    opacity: 0;
    transform: rotate3d(0, 1, 0, 180deg);
  }
  20% {
    opacity: 0;
    transform: rotate3d(0, 1, 0, 180deg);
  }
  26% {
    opacity: 1;
    transform: rotate3d(0, 0, 0, 180deg);
  }
  60.4% {
    transform: rotate3d(0, 0, 0, 180deg);
  }
  65.4% {
    transform: rotate3d(0, 1, 0, 180deg);
  }
  100% {
    opacity: 1;
    transform: rotate3d(0, 1, 0, 180deg);
  }
}
@keyframes FV_car1-1 {
  0% {
    opacity: 1;
  }
  9.5% {
    opacity: 1;
    transform: rotate3d(0, 0, 0, 180deg);
  }
  14.5% {
    opacity: 0;
    transform: rotate3d(0, 1, 0, 180deg);
  }
  20% {
    opacity: 0;
    transform: rotate3d(0, 1, 0, 180deg);
  }
  26% {
    opacity: 1;
    transform: rotate3d(0, 0, 0, 180deg);
  }
  60.4% {
    transform: rotate3d(0, 0, 0, 180deg);
  }
  65.4% {
    transform: rotate3d(0, 1, 0, 180deg);
  }
  100% {
    opacity: 1;
    transform: rotate3d(0, 1, 0, 180deg);
  }
}
@-webkit-keyframes FV_car1-2 {
  9.5% {
    opacity: 0;
    transform: rotate3d(0, 1, 0, 180deg);
  }
  14.5% {
    opacity: 1;
    transform: rotate3d(0, 0, 0, 180deg);
  }
  20% {
    opacity: 1;
    transform: rotate3d(0, 0, 0, 180deg);
  }
  26% {
    opacity: 0;
    transform: rotate3d(0, 1, 0, 180deg);
  }
  100% {
    opacity: 0;
  }
}
@keyframes FV_car1-2 {
  9.5% {
    opacity: 0;
    transform: rotate3d(0, 1, 0, 180deg);
  }
  14.5% {
    opacity: 1;
    transform: rotate3d(0, 0, 0, 180deg);
  }
  20% {
    opacity: 1;
    transform: rotate3d(0, 0, 0, 180deg);
  }
  26% {
    opacity: 0;
    transform: rotate3d(0, 1, 0, 180deg);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes FV_car2 {
  0% {
    top: 79%;
    left: -25%;
  }
  50%, 100% {
    top: 18%;
    left: 107%;
  }
}
@keyframes FV_car2 {
  0% {
    top: 79%;
    left: -25%;
  }
  50%, 100% {
    top: 18%;
    left: 107%;
  }
}
@-webkit-keyframes FV_car3 {
  0.0% {
    top: -10%;
    left: -17%;
  }
  50%, 100% {
    top: 50%;
    left: 108%;
  }
}
@keyframes FV_car3 {
  0.0% {
    top: -10%;
    left: -17%;
  }
  50%, 100% {
    top: 50%;
    left: 108%;
  }
}
@-webkit-keyframes FV-vibration1 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 5px);
  }
}
@keyframes FV-vibration1 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 5px);
  }
}
@-webkit-keyframes FV-vibration2 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -30%);
  }
}
@keyframes FV-vibration2 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -30%);
  }
}
@-webkit-keyframes FV_cloud1 {
  100% {
    top: -20%;
    left: 80%;
  }
}
@keyframes FV_cloud1 {
  100% {
    top: -20%;
    left: 80%;
  }
}
@-webkit-keyframes FV_cloud2 {
  100% {
    top: 0%;
    left: 110%;
  }
}
@keyframes FV_cloud2 {
  100% {
    top: 0%;
    left: 110%;
  }
}
@-webkit-keyframes FV_cloud3 {
  100% {
    top: 30%;
    left: 110%;
  }
}
@keyframes FV_cloud3 {
  100% {
    top: 30%;
    left: 110%;
  }
}
@-webkit-keyframes fall {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fall {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes rise {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rise {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.messageHistory {
  position: relative;
  z-index: 5;
  background-color: white;
  border-radius: var(--radius) var(--radius) 0 0;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.message {
  position: relative;
  padding-top: clamp(80px, 6.25vw, 90px);
  padding-left: clamp(20px, 10.3472222222vw, 149px);
  margin-bottom: clamp(102.67px, calc(154 / var(--base-width-pc) * 100vw), 154px);
}
@media screen and (max-width: 768px) {
  .message {
    padding-inline: clamp(20px, 5.2083333333vw, 40px);
    margin-bottom: 60px;
  }
}
.message .sectionTitle {
  margin-bottom: clamp(26.67px, calc(40 / var(--base-width-pc) * 100vw), 40px);
}
.message .section_text {
  line-height: 2.5;
  margin-right: calc(393 / var(--base-width-pc) * 100vw);
}
@media screen and (max-width: 768px) {
  .message .section_text {
    margin-right: 0;
  }
}
.message_text1 {
  font-size: clamp(22px, 1.6666666667vw, 24px);
  font-weight: bold;
  line-height: 1.6666666667;
  margin-bottom: 20px;
  margin-right: calc(393 / var(--base-width-pc) * 100vw);
}
@media screen and (max-width: 500px) {
  .message_text1 {
    margin-right: 0;
  }
}
.message_image_back_01 {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
}
.message_image_back_01Wrap {
  position: absolute;
  top: min(calc(90 / var(--base-width-pc) * 100vw), 90px);
  right: 0;
  width: calc(388 / var(--base-width-pc) * 100vw);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .message_image_back_01Wrap {
    top: auto;
    bottom: 0;
    transform: translate(0, 100%);
    width: 168px;
  }
}
.message_image_back_01_fly1 {
  position: absolute;
  top: 55%;
  right: 37%;
  width: calc(170 / var(--base-width-pc) * 100vw);
  -webkit-animation: float1 6s ease-in-out infinite;
          animation: float1 6s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .message_image_back_01_fly1 {
    width: 76px;
  }
}
.message_image_back_01_people1 {
  position: absolute;
  top: -10%;
  right: 33%;
  width: calc(48 / var(--base-width-pc) * 100vw);
  -webkit-animation: icon_moving3 10s ease-in-out infinite;
          animation: icon_moving3 10s ease-in-out infinite;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
@media screen and (max-width: 768px) {
  .message_image_back_01_people1 {
    width: 23px;
  }
}
.message_image_back_01_people2 {
  position: absolute;
  top: 18%;
  right: 77%;
  width: calc(56 / var(--base-width-pc) * 100vw);
  -webkit-animation: icon_moving4 10s ease-in-out infinite;
          animation: icon_moving4 10s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .message_image_back_01_people2 {
    width: 27px;
  }
}
.message_image_back_01_people3 {
  position: absolute;
  top: 44%;
  right: 33%;
  width: calc(47 / var(--base-width-pc) * 100vw);
  -webkit-animation: icon_moving5 4s ease-in-out forwards;
          animation: icon_moving5 4s ease-in-out forwards;
}
@media screen and (max-width: 768px) {
  .message_image_back_01_people3 {
    width: 22px;
  }
}

.history {
  margin-bottom: clamp(40px, 6.25vw, 90px);
  display: flex;
  gap: 30px 55px;
}
.historyWrap {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .history {
    flex-direction: column-reverse;
    padding-bottom: 70px;
  }
}
.history_image {
  border-radius: 28px;
}
.history_images {
  position: relative;
  flex-shrink: 0;
  width: max(650 / var(--base-width-pc) * 100vw, 250px);
}
@media screen and (max-width: 1000px) {
  .history_images {
    width: 100%;
    margin-inline: auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .history_image {
    border-radius: 8px;
  }
}
.history_image_back_01 {
  position: absolute;
  top: 0;
  left: calc(-39 / var(--base-width-pc) * 100vw);
  z-index: 1;
  transform: translate(0, -80%);
  width: calc(244 / var(--base-width-pc) * 100vw);
  -webkit-animation: icon_moving13 4s linear infinite;
          animation: icon_moving13 4s linear infinite;
}
@media screen and (max-width: 1000px) {
  .history_image_back_01 {
    top: 400px;
  }
}
.history_image_back_02 {
  width: 100%;
}
.history_image_back_02Wrap {
  position: absolute;
  bottom: calc(-210 / var(--base-width-pc) * 100vw);
  left: calc(-140 / var(--base-width-pc) * 100vw);
  z-index: 1;
  width: calc(535 / var(--base-width-pc) * 100vw);
}
@media screen and (max-width: 768px) {
  .history_image_back_02Wrap {
    left: calc(-116 / var(--base-width-sp) * 100vw);
    bottom: calc(-150 / var(--base-width-sp) * 100vw);
    width: calc(449 / var(--base-width-sp) * 100vw);
  }
}
.history_image_back_02_people1 {
  left: 36%;
  top: 20%;
  position: absolute;
  width: calc(82 / var(--base-width-pc) * 100vw);
  -webkit-animation: icon_moving1 6s linear infinite;
          animation: icon_moving1 6s linear infinite;
}
@media screen and (max-width: 768px) {
  .history_image_back_02_people1 {
    width: calc(68 / var(--base-width-sp) * 100vw);
  }
}
.history_image_back_03 {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(20%, 20%);
  z-index: 1;
  width: clamp(109.33px, calc(164 / var(--base-width-pc) * 100vw), 164px);
}
.history .sectionTitle {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .history .sectionTitle {
    margin-bottom: 24px;
  }
}
.history .section_text {
  margin-bottom: 20px;
}
.history_texts {
  display: flex;
  flex-direction: column;
}
.history_texts2 {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .history .btns {
    margin-inline: auto;
  }
}

.company {
  background-color: #FFFCE3;
  border-radius: var(--radius);
  padding-block: clamp(80px, 6.25vw, 90px);
  margin-bottom: clamp(60px, calc(90 / var(--base-width-pc) * 100vw), 90px);
  position: relative;
  z-index: 10;
}
.company .sectionTitle2 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .company .sectionTitle2 {
    position: static;
  }
}
.company_image_back_01 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -80%);
  width: calc(194 / var(--base-width-pc) * 100vw);
  overflow: visible;
  -webkit-animation: colorShift1 4s linear infinite;
          animation: colorShift1 4s linear infinite;
}
@media screen and (max-width: 768px) {
  .company_image_back_01 {
    top: 0;
    transform: none;
    width: calc(90 / var(--base-width-sp) * 100vw);
  }
}
.company_image_back_02 {
  position: absolute;
  bottom: calc(-180 / var(--base-width-pc) * 100vw);
  left: calc(-80 / var(--base-width-pc) * 100vw);
  transform: translate(50%, -80%);
  width: calc(227 / var(--base-width-pc) * 100vw);
  -webkit-animation: icon_moving8 3s ease-in-out infinite;
          animation: icon_moving8 3s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .company_image_back_02 {
    left: auto;
    bottom: calc(-130 / var(--base-width-sp) * 100vw);
    right: calc(80 / var(--base-width-sp) * 100vw);
    width: calc(130 / var(--base-width-sp) * 100vw);
  }
}

.philosophyWrap {
  padding-left: clamp(20px, 10.3472222222vw, 149px);
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .philosophyWrap {
    padding-inline: clamp(20px, 5.2083333333vw, 40px);
    margin-bottom: 40px;
  }
}
.philosophy .sectionSubTitle {
  margin-bottom: 40px;
}
.philosophy_content {
  display: flex;
  gap: 50px 51px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .philosophy_content {
    flex-direction: column;
  }
}
.philosophy_texts {
  width: clamp(250px, 34.0277777778vw, 490px);
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .philosophy_texts {
    width: 100%;
  }
}
.philosophy_ul {
  position: relative;
}
.philosophy_li {
  background-color: white;
  border-radius: 16px;
  padding: 24px 28px;
  text-align: center;
  position: relative;
}
.philosophy_li:not(:last-of-type) {
  margin-bottom: 32px;
}
.philosophy_li_number {
  position: absolute;
  font-family: var(--font-Montserrat);
  font-size: clamp(44px, 3.3333333333vw, 48px);
  font-weight: bold;
  color: red;
  top: -35px;
  left: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .philosophy_li_number {
    top: -25px;
  }
}
.philosophy_li_title {
  font-size: 14px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #E1E1E1;
  letter-spacing: 0;
}
.philosophy_li_text1 {
  font-size: clamp(20px, 1.6666666667vw, 24px);
  font-weight: bold;
}
.philosophy_images {
  position: relative;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .philosophy_images {
    margin-bottom: 80px;
  }
}
.philosophy_image_back_01 {
  position: absolute;
  right: 18%;
  bottom: 0;
  transform: translate(0, 50%);
  width: clamp(60px, calc(90 / var(--base-width-pc) * 100vw), 90px);
  -webkit-animation: icon_moving9 5s ease-in-out infinite;
          animation: icon_moving9 5s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .philosophy_image_back_01 {
    right: 8%;
    width: 90px;
  }
}
.philosophy_slider_link {
  display: inline-block;
  padding-inline: 10px;
}

.business {
  display: flex;
  gap: 40px 60px;
}
@media screen and (max-width: 768px) {
  .business {
    flex-direction: column;
  }
}
.business .sectionSubTitle {
  margin-bottom: 20px;
}
.business .section_text {
  margin-bottom: clamp(40px, calc(60 / var(--base-width-pc) * 100vw), 60px);
}
.business_image {
  border-radius: 28px;
}
.business_images.sp-show {
  width: min(100%, 400px);
  margin-bottom: 30px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .business .btn_link {
    margin-inline: auto;
  }
}

.interview {
  margin-bottom: clamp(60px, calc(90 / var(--base-width-pc) * 100vw), 90px);
}
.interview_ul {
  margin-bottom: clamp(40px, calc(60 / var(--base-width-pc) * 100vw), 60px);
}
.interview_li {
  display: flex;
  align-items: center;
  gap: 30px 50px;
}
@media screen and (max-width: 768px) {
  .interview_li {
    flex-direction: column;
  }
}
.interview_li:not(:last-of-type) {
  margin-bottom: clamp(62.67px, calc(94 / var(--base-width-pc) * 100vw), 94px);
}
.interview_li_image {
  width: clamp(250px, 22.2222222222vw, 320px);
  border-radius: 28px;
}
.interview_li_images {
  flex-shrink: 0;
  position: relative;
  margin-bottom: 22px;
}
.interview_li_images_span {
  top: clamp(-40px, -2.7777777778vw, -35px);
  z-index: 1;
  left: 0;
  color: var(--color-main);
  font-size: clamp(64px, 5.2777777778vw, 76px);
  font-weight: 700;
  position: absolute;
  line-height: 1;
  font-family: var(--font-Montserrat);
  letter-spacing: 0;
}
.interview_li_imageWrap {
  position: relative;
}
.interview_li_imageWrap::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  bottom: -12px;
  right: -12px;
  border-radius: 28px;
  background-color: #C6C6C6;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .interview_li_image {
    width: 100%;
  }
}
.interview_li_texts {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.interview_li .sectionSubTitle {
  margin-bottom: 16px;
}
.interview_li_employeeInfo {
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1.953125vw, 15px);
  color: #595959;
  padding-bottom: 16px;
  margin-bottom: clamp(21.33px, calc(32 / var(--base-width-pc) * 100vw), 32px);
  border-bottom: solid 1px #595959;
  letter-spacing: 0;
  font-family: var(--font-Montserrat);
}
.interview_li_employeeInfo .partition {
  display: inline-block;
  height: 18px;
  width: 1px;
  background-color: #595959;
  margin-inline: clamp(3px, 1.5625vw, 12px);
}
.interview_li_joinReason {
  margin-bottom: 50px;
}
.interview_li_joinReason_title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: clamp(16px, 1.3888888889vw, 20px);
}
.interview_li_joinReason_title::before {
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-Montserrat);
  background-color: #F0F0F0;
  border-radius: 999px;
  line-height: 1;
  height: 36px;
  width: 36px;
  font-weight: 500;
  font-size: 16px;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .interview_li_joinReason_title::before {
    font-weight: 700;
  }
}
.interview_li_joinReason_text {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}
.interview_li .btns2 {
  margin-top: auto;
  text-align: end;
}
@media screen and (max-width: 768px) {
  .interview_li .btns2 {
    text-align: center;
  }
}

.news {
  background-color: #FFFCE3;
  border-radius: var(--radius) var(--radius) 0 0;
  padding-top: clamp(40px, 6.25vw, 90px);
  padding-bottom: min(180 / var(--base-width-pc) * 100vw, 240px);
  position: relative;
}
.news_image_back_01 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-30%, -40%);
  width: max(160 / var(--base-width-pc) * 100vw, 95px);
  -webkit-animation: icon_moving7 8s ease-in-out infinite;
          animation: icon_moving7 8s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .news_image_back_01 {
    top: -30px;
    right: 15px;
  }
}
.news_image_back_02 {
  position: absolute;
  bottom: calc(40 / var(--base-width-pc) * 100vw);
  left: 0;
  width: calc(300 / var(--base-width-pc) * 100vw);
  -webkit-animation: icon_moving10 4s ease-in-out infinite;
          animation: icon_moving10 4s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .news_image_back_02 {
    left: auto;
    right: 0;
    width: 136px;
  }
}
.news_ul {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 2.6041666667vw, 20px) clamp(10px, 2.7777777778vw, 40px);
  margin-bottom: clamp(40px, calc(60 / var(--base-width-pc) * 100vw), 60px);
}
.news_li {
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  width: calc((100% - clamp(15px, 2.7777777778vw, 40px) * 2) / 3 - 0.2px);
  box-shadow: 4px 4px 0px 0px #C6C6C6;
}
@media screen and (max-width: 768px) {
  .news_li {
    width: calc((100% - clamp(15px, 2.7777777778vw, 40px)) / 2 - 0.2px);
  }
}
@media screen and (max-width: 550px) {
  .news_li {
    width: 100%;
  }
}
.news_li_link {
  text-decoration: none;
  color: black;
}
.news_li_image {
  aspect-ratio: 340/253;
  width: 100%;
}
.news_li_texts {
  padding: clamp(5px, 1.3888888889vw, 20px);
}
@media screen and (max-width: 550px) {
  .news_li_texts {
    padding: 20px;
  }
}
.news_li_time {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  font-family: var(--font-Montserrat);
  letter-spacing: 0.03rem;
  color: #4C4C4C;
}
.news_li_title {
  font-size: clamp(18px, 2.34375vw, 18px);
  font-weight: bold;
  margin-bottom: 16px;
}
.news_li_categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.news_li_category {
  background-color: var(--color-sub1);
  border-radius: 999px;
  color: white;
  padding: 8px 16px;
  font-size: 12px;
  letter-spacing: 0;
}
.news .btn_link {
  margin-inline: auto;
}

.sns {
  background-color: #FFFCE3;
  border-radius: 0 0 var(--radius) var(--radius);
  padding-block: clamp(80px, 6.25vw, 90px);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sns .sectionTitle2 {
  position: relative;
}
.sns_slider {
  margin-bottom: clamp(40px, calc(60 / var(--base-width-pc) * 100vw), 60px);
  transform: translate(clamp(20px, 10.3472222222vw - 12px, 149px), 0);
}
@media screen and (max-width: 768px) {
  .sns_slider {
    transform: none;
  }
}
.sns_slider_ul {
  margin-bottom: 20px;
  overflow: hidden;
}
.sns_slider_li {
  padding: 0 12px;
}
@media screen and (max-width: 768px) {
  .sns_slider_li {
    padding: 0;
    margin-right: 24px;
  }
}
.sns_slider_link {
  text-decoration: none;
  color: black;
}
.sns_slider_image {
  border-radius: 8px;
  margin-bottom: 16px;
}
.sns_slider_images {
  position: relative;
}
.sns_slider_title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5555555556;
  margin-bottom: 28px;
}
.sns_slider_btnWrap {
  position: absolute;
  bottom: 36px;
  right: 20px;
  display: flex;
  justify-content: flex-end;
}
.sns_slider .btn2_link {
  margin-left: auto;
}
.sns_slider_options {
  display: flex;
  align-items: center;
  gap: 9px;
}
@media screen and (max-width: 768px) {
  .sns_slider_options {
    flex-direction: column-reverse;
    margin-inline: 20px;
  }
}
.sns_slider_arrow_box {
  height: 46px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
}
.sns_slider_arrow_box button {
  position: initial;
  width: 46px;
  height: 46px;
  transform: none;
}
.sns_slider_arrow_box button::after, .sns_slider_arrow_box button::before {
  display: none;
}
.sns_slider_arrow_box button:where(.slick-prev, .slick-next) {
  -o-object-fit: contain;
     object-fit: contain;
  background-size: contain !important;
}
.sns_slider_arrow_box button.slick-arrow {
  background-repeat: no-repeat;
}
.sns_slider_arrow_box button.slick-prev {
  background-image: url("../img/icon_triangle-left.svg");
}
.sns_slider_arrow_box button.slick-next {
  background-image: url("../img/icon_triangle-right.svg");
}
.sns_slider_arrow_box_arrow {
  width: 100%;
  height: 100%;
}
.sns_slider_progress {
  height: 8px;
  background: #e6e6e6;
  border-radius: 999px;
  position: relative;
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sns_slider_progress {
    width: 100%;
    max-width: initial;
  }
}
.sns_slider_progress_bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #333;
  border-radius: inherit;
  transition: all 0.2s ease;
}
.sns_slider_a {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background-color: var(--color-main);
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop {
  margin-block: clamp(-70px, 9.714px - 7.619vw, -20px);
  position: relative;
  padding-block: min(calc(160 / var(--base-width-pc) * 100vw), 160px);
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/background_01.jpg") no-repeat;
  background-size: cover;
}
.shop .sectionWrap {
  display: flex;
  align-items: center;
  gap: 30px clamp(40px, calc(60 / var(--base-width-pc) * 100vw), 60px);
}
@media screen and (max-width: 768px) {
  .shop .sectionWrap {
    flex-direction: column;
  }
}
.shop .sectionTitle {
  margin-bottom: clamp(20px, 5.2083333333vw, 40px);
}
.shop .section_text {
  margin-bottom: 60px;
}
.shop_image {
  border-radius: 28px;
}
.shop_images {
  position: relative;
  width: clamp(350px, 37.8472222222vw, 600px);
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .shop_images {
    text-align: center;
    margin-bottom: 30px;
    width: min(100%, 350px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 1000px) {
  .shop_image {
    width: 100%;
  }
}
.shop_image_back_01 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -70%);
  width: max(134 / var(--base-width-pc) * 100vw, 78px);
  z-index: 2;
  -webkit-animation: colorShift2 4s linear infinite;
          animation: colorShift2 4s linear infinite;
}
@media screen and (max-width: 768px) {
  .shop_image_back_01 {
    top: 10px;
    left: 25px;
  }
}
.shop_image_back_02 {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 35%);
  width: max(114 / var(--base-width-pc) * 100vw, 73px);
  -webkit-animation: colorShift2 4s linear infinite;
          animation: colorShift2 4s linear infinite;
}
@media screen and (max-width: 768px) {
  .shop_image_back_02 {
    bottom: 10px;
    right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .shop .btn_link {
    margin-inline: auto;
  }
}

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