@charset "UTF-8";
html {
  font-size: 62.5%;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-size: cover;
  background-attachment: fixed;
  margin: 0;
  color: #555555;
}

main {
  display: block;
}

picture {
  display: block;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.content {
  max-width: 112rem;
  width: 100%;
  margin: 0 auto;
  display: block;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sp_only {
  display: none !important;
}

.main {
  overflow: hidden;
}

p {
  margin: 0 !important;
  padding: 0;
}

h1 {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content h1 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.8rem;
  width: 100%;
}

.decorated-heading {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 4.8rem;
  letter-spacing: 0.12rem;
  color: #000;
  width: fit-content;
  margin: 0 auto 48px;
  padding-bottom: 14px;
}
.decorated-heading::before {
  content: '';
  width: 104px;
  height: 6px;
  background: #F6B226;
  border-radius: 3px;
  position: absolute;
  bottom: -6px;
  left: 51%;
  transform: translateX(-50%);
}

.decorated-heading::after {
  content: '';
  width: 106px;
  height: 6px;
  background: #FBCC26;
  border-radius: 3px;
  position: absolute;
  bottom: -6px;
  left: 49%;
  transform: translateX(-50%);
}

.decorated-heading-white {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 4.8rem;
  letter-spacing: 0.12rem;
  color: #000;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 14px;
}
.decorated-heading-white::before {
  content: '';
  width: 104px;
  height: 6px;
  background: #CCCCCC;
  border-radius: 3px;
  position: absolute;
  bottom: -6px;
  left: 51%;
  transform: translateX(-50%);
}

.decorated-heading-white::after {
  content: '';
  width: 106px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 3px;
  position: absolute;
  bottom: -6px;
  left: 49%;
  transform: translateX(-50%);
}

h2.circle-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 3.6rem;
  letter-spacing: 0.12rem;
  color: #555555;
  width: fit-content;
  margin: 38px auto 0;
  padding-top: 16px;
  padding-bottom: 24px;
}

h2.circle-heading::before,
h2.circle-heading::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

h2.circle-heading::before {
  width: 32px;
  height: 32px;
  background-color: #FBC200;
  top: -16px;
  left: 50%;
  transform: translateX(-50%) translateX(-12px);
}

h2.circle-heading::after {
  width: 40px;
  height: 40px;
  background-color: #F6A500;
  top: -24px;
  left: 50%;
  transform: translateX(-50%) translateX(12px);
}

@media screen and (max-width: 900px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
  .content h1 {
    margin-bottom: 4.2105263157894735vw;
  }
  .decorated-heading {
    margin: 0 auto 4.2105263157894735v;
    padding-bottom: 1.2280701754385965vw;
  }
  .content {
    width: 100%;
    margin: 0 auto;
  }
  h1 {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .content h1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8vw;
  }

  .decorated-heading {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 5.866666666666666vw;
    letter-spacing: 0rem;
    color: #555;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 3.733333333333334vw;
    margin-bottom: 5.333333333333334vw;
  }
  
  .decorated-heading::before {
    content: '';
    width: 14.133333333333335vw;
    height: 1.0666666666666667vw;
    background: #F6B226;
    border-radius: 0.5333333333333333vw;
    position: absolute;
    bottom: 0.2vw;
    left: 51%;
    transform: translateX(-50%);
  }
  
  .decorated-heading::after {
    content: '';
    width: 13.866666666666665vw;
    height: 1.0666666666666667vw;
    background: #FBCC26;
    border-radius: 0.5333333333333333vw;
    position: absolute;
    bottom: 0.2vw;
    left: 49%;
    transform: translateX(-50%);
  }

  .decorated-heading-white {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 5.866666666666666vw;
    letter-spacing: 0rem;
    color: #555;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 3.733333333333334vw;
    margin-bottom: 5.333333333333334vw;
  }
  
  .decorated-heading-white::before {
    content: '';
    width: 14.133333333333335vw;
    height: 1.0666666666666667vw;
    background: #CCC;
    border-radius: 0.5333333333333333vw;
    position: absolute;
    bottom: 0.2vw;
    left: 51%;
    transform: translateX(-50%);
  }
  
  .decorated-heading-white::after {
    content: '';
    width: 13.866666666666665vw;
    height: 1.0666666666666667vw;
    background: #FFF;
    border-radius: 0.5333333333333333vw;
    position: absolute;
    bottom: 0.2vw;
    left: 49%;
    transform: translateX(-50%);
  }

  h2.circle-heading {
    width: 94.66666666666667vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.12rem;
    color: #555555;
    margin: 0 auto;
    padding-top: 1.6vw;
    padding-bottom: 5.333333333333334vw;
    text-align: center;
  }
  
  h2.circle-heading::before,
  h2.circle-heading::after {
    content: "";
    position: absolute;
    border-radius: 50%;
  }
  
  h2.circle-heading::before {
    width: 2.4vw;
    height: 2.4vw;
    background-color: #FBC200;
    top: -1vw;
    left: 51%;
    transform: translateX(-50%) translateX(-8px);
  }
  
  h2.circle-heading::after {
    width: 3.0666666666666664vw;
    height: 3.0666666666666664vw;
    background-color: #F6A500;
    top: -1.5vw;
    left: 49%;
    transform: translateX(-50%) translateX(8px);
  }
}


/* _header.scss */
.headerPC {
  top: 0;
  position: fixed;
  z-index: 500;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.08);
}

.headerPC__container {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.header_fv_show {
  transform: translateY(0);
  animation: show_header 0s;
}

@keyframes show_header {
  0% {
    position: absolute;
    transform: translateY(-100%);
  }
  100% {
    position: fixed;
    transform: translateY(0);
  }
}

.header_display {
  display: none;
}

.headerPC__logo {
  width: 160px;
  margin-left: 0;
}

.headerPC__btn {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 15px;
}

.custom-button {
  width: 160px;
  height: 40px;
  position: relative;
  margin-right: 0;
  background: #EA5514;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.10);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.6rem;
  transition: background-color 0.3s ease;
}

.custom-button:hover {
  background-color: #D64510;
}

.headerPC__nav {
  list-style: none;
  display: flex;
  margin-left: 72px;
  gap: 18px;
}

.headerPC__nav li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  height: 50px;
  line-height: 50px;
}

.headerPC__nav li a {
  display: block;
  text-decoration: none;
  color: #555;
}


@media screen and (max-width: 1280px) and (min-width: 1101px) {
  .headerPC__container {
    justify-content: flex-end; /* コンテンツを右寄せに */
  }
  
  .headerPC__logo {
    margin-right: auto; /* ロゴを左に固定 */
  }
  
  .headerPC__btn {
    display: flex;
    margin-left: 0px;
  }

  .headerPC__nav {
    list-style: none;
    display: flex;
    margin-left: 3.3333333333333335vw;
    gap: 12px; /* ギャップを少し縮める */
    margin-right: 30px; /* ボタンとの距離を確保 */
  }

  .headerPC__nav li {
    font-size: 1.4rem;
  }
  
}


@media screen and (max-width: 1100px) {
  .headerPC {
    height: 6.25vw;
  }
  
  .headerPC__container {
    justify-content: flex-end; /* コンテンツを右寄せに */
  }

  .headerPC__logo {
    width: 8.333333333333332vw;
    margin-left: 0;
  }
  
  .headerPC__btn {
    gap: 0.8rem;
  }
  
  .custom-button {
    margin-right: 0;
  }
  
  .headerPC__nav {
    margin-left: 3.4895833333333335vw;
    gap: 1.0416666666666665vw;
  }
  
  .headerPC__nav li {
    font-size: 1.2rem;
    height: 2.6041666667vw;
    line-height: 2.6041666667vw;
  }

  .headerPC__btn {
    display: flex;
    margin-left: 20px;
  }

}


@media screen and (max-width: 900px) {
    .headerPC__container {
      justify-content: flex-end; /* コンテンツを右寄せに */
    }

  .headerSP {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 75px;
    height: 12vw;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    z-index: 100;
  }
  .header_fv_sp_show {
    position: fixed;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation: show_header 0s;
            animation: show_header 0s;
  }
  @-webkit-keyframes show_header {
    0% {
      position: fixed;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    100% {
      position: absolute;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes show_header {
    0% {
      position: fixed;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    100% {
      position: absolute;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  .header_fv_sp_menu {
    position: fixed;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation: show_header 1.5s;
            animation: show_header 1.5s;
  }
  @keyframes show_header {
    0% {
      position: fixed;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    100% {
      position: absolute;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  .headerSP.header_display {
    display: none;
  }
  .headerSP__container {
    position: absolute;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* Navbar Text */
  .headerSP__logo {
    position: absolute;
    top: 14px;
    top: 2.2666666667vw;
    left: 20px;
    left: 2.6666666667vw;
  }
  .headerSP__logo img {
    width: 145px;
    width: 19.3333333333vw;
    height: auto;
  }
  .headerSP__menubutton {
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    width: 8.5333333333vw;
    height: 64px;
    height: 8.5333333333vw;
    cursor: pointer;
  }
  .headerSP__menubutton i {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 32px;
    width: 6.4vw;
    height: 4px;
    height: 0.8666666666666667vw;
    background: #F9AD3D;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .headerSP__menubutton i:first-child {
    top: 16px;
    top: 2.1333333333vw;
  }
  .headerSP__menubutton i:nth-child(2) {
    top: 50%;
  }
  .headerSP__menubutton i:last-child {
    top: 40px;
    top: 6.4vw;
  }
  .headerSP__menubutton.open i:first-child {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .headerSP__menubutton.open i:nth-child(2) {
    opacity: 0;
  }
  .headerSP__menubutton.open i:last-child {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .headerSP__menu {
    position: fixed;
    top: -120%;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 80;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .headerSP__menu.open {
    top: 64px;
    top: 8.5333333333vw;
  }
  .headerSP__menu.open li {
    opacity: 0;
    -webkit-animation-name: fadein;
            animation-name: fadein;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  @-webkit-keyframes fadein {
    0% {
      opacity: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
    50% {
      opacity: 0;
      -webkit-transform: translateY(50%);
              transform: translateY(50%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes fadein {
    0% {
      opacity: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
    50% {
      opacity: 0;
      -webkit-transform: translateY(50%);
              transform: translateY(50%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  .headerSP__menubutton:hover.footer {
    opacity: 1;
    -webkit-animation-name: slideout;
            animation-name: slideout;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  @-webkit-keyframes slideout {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
  }
  @keyframes slideout {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
  }
  .headerSP__menu ul {
    list-style: none;
    padding-top: 50px;
    padding-top: 6.6666666667vw;
    min-height: 1000px;
    min-height: 133.3333333333vw;
  }
  .headerSP__menu li {
    padding-bottom: 50px;
    padding-bottom: 6.6666666667vw;
    padding-left: 40px;
    padding-left: 5.3333333333vw;
    text-align: center;
    text-align: left;
    font-family: "Roboto", "Noto Sans JP";
    font-weight: bold;
    font-size: 30px;
    font-size: 4vw;
    letter-spacing: 1.44px;
    letter-spacing: 0.192vw;
    color: #000;
  }
  .headerSP__menu li a {
    display: block;
    color: #000;
  }
  .headerSP__button {
    width: 64vw;
    height: 12vw;
    background-color: #EA5514;
    color: #FFFFFF;
    font-size: 2.0rem;
    font-weight: bold;
    border-radius: 6vw;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
  }

  .headerSP__button a {
      color: #FFFFFF;
      text-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
      text-decoration: none;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }
    
  .headerSP__button:hover {
      background-color: #D64510;
  }

}
@media screen and (max-width: 600px) {
  .headerSP {
    height: 128px;
    height: 16vw;
  }
  /* Navbar Text */
  .headerSP__logo {
    position: absolute;
    top: 14px;
    top: 3.733333333333334vw;
    left: 40px;
    left: 5.3333333333vw;
  }
  .headerSP__logo img {
    width: 80px;
    width: 21.333333333333336vw;
    height: auto;
  }
  .headerSP__menubutton {
    width: 128px;
    width: 17.0666666667vw;
    height: 128px;
    height: 17.0666666667vw;
  }
  .headerSP__menubutton i {
    width: 64px;
    width: 8.5333333333vw;
  }
  .headerSP__menubutton i:first-child {
    top: 16px;
    top: 4.2666666667vw;
  }
  .headerSP__menubutton i:nth-child(2) {
    top: 28px;
    top: 7.466666666666668vw
  }
  .headerSP__menubutton i:last-child {
    top: 40px;
    top: 10.666666666666668vw;
  }
  .headerSP__menu.open {
    top: 128px;
    top: 16vw;
  }
  .headerSP__menu ul {
    padding-top: 70px;
    padding-top: 6.4vw;
    min-height: 1200px;
    min-height: 160vw;
  }
  .headerSP__menu li {
    padding-bottom: 70px;
    padding-bottom: 7.2vw;
    font-size: 48px;
    font-size: 5.4vw;
  }
  .headerSP__snsbtn img {
    width: 326px;
    width: 43.4666666667vw;
    height: 80px;
    height: 10.6666666667vw;
  }
  .fv_bg_sp {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 16vw;
    left: 0;
    z-index: 1;
    opacity: 1;
  }

}
/* _mainvisual */
.fv {
  width: 100%;
  height: 870px;
  height: 45.3125vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media screen and (min-width: 1920px) {
  .fv {
    width: 100%;
    height: 862px;
    height: 44.8958333333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
}
@media screen and (min-width: 2560px) {
  .fv {
    width: 100%;
    height: 864px;
    height: 45vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
}
.fv_height_max {
  width: 100%;
  height: 100vh;
}

.fv_phone_pc {
  width: 600px;
  width: 31.25vw;
  position: absolute;
  right: 0%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  bottom: 0;
  z-index: 10;
}

.fv_phone_sp {
  display: none;
}

.fv_splash_pc {
  width: auto;
  height: 100%;
  margin: auto;
  z-index: 1000;
}
.fv_splash_pc > source {
  width: auto;
  height: 100%;
}

.fv_splash_sp {
  display: none;
}

.fv_top_image {
  width: 50vw;
  height: auto;
  position: absolute;
  top: 29.375vw;
  left: 25vw;
  z-index: 2; /* fv_bg_pcより上に表示 */
}

.fv_top_image > source {
  width: 100%;
  height: auto;
}

/* フェードイン効果 */
.fv_top_image.fade-in {
  animation: fadeIn 1.5s ease-in-out forwards;
}

.fv_bg_pc {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/* フェードイン効果のみを加える */
.fv_bg_pc.fade-in {
  animation: fadeIn 1.5s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fv_bg_pc > source {
  width: 100%;
  height: auto;

}
.fv_bg_pc > img {
  top:70px;
  top:18.666666666666668vw;
  width: 100%;
  height: auto;
}

.fv_bg_sp {
  display: none;
}

.fv_contents_pc {
  width: 520px;
  width: 27.0833333333vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 338px;
  top: 17.6041666667vw;
  left: 615px;
  left: 32.03125vw;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 10;
}
.fv_contents_pc > source {
  width: 100%;
  height: 100%;
}

.fv_text_sp {
  display: none;
}

.fv_anime_display {
  display: none;
}

.fv_anime_opacity {
  opacity: 0;
}

.fv_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  margin-bottom: 1.0416666667vw;
}


.fv_btn_sp {
  display: none;
}

.main_contents {
  display: block;
}


@media screen and (max-width: 900px) {
  .fv {
    height: 1022px;
    height: 133.0729166667vw;
  }
  .fv.fv_height_max {
    width: 100%;
    height: 100vh;
  }
  .fv_splash_pc {
    display: none;
  }
  .fv_splash_sp {
    display: block;
    width: auto;
    height: 72%;
    margin: auto;
    z-index: 1;
  }
  .fv_splash_sp > source {
    width: auto;
    height: 100%;
    margin: auto;
  }
  .fv_splash_sp > img {
    width: auto;
    height: 100%;
    margin: auto;
  }
  .fv_splash_sp.fv_anime_display {
    display: none;
  }
  .fv_bg_pc {
    display: none;
  }
  .fv_bg_sp {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    overflow: hidden;
  }
  .fv_bg_sp > source {
    width: 100%;
    height: auto;
    padding-top: 133.3333%;
    margin: auto;
  }
  .fv_bg_sp > img {
    top:70px;
    top:18.666666666666668vw;
    width: 100%;
    height: auto;
  }
  .fv_bg_sp.fv_anime_display {
    opacity: 0;
  }
  .fv_contents_pc {
    display: none;
  }
  .fv_phone_pc {
    display: none;
  }
  .fv_phone_sp {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    right: unset;
    left: 50%;
    bottom: 0;
    z-index: 5;
  }
  .fv_phone_sp.fv_anime_display {
    display: none;
  }
  .fv_text_sp {
    display: block;
    width: 680px;
    width: 88.5416666667vw;
    font-size: 64.2px;
    font-size: 8.359375vw;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
    text-shadow: 3.5px 3.5px 0 #fff, -3.5px -3.5px 0 #fff, -3.5px 3.5px 0 #fff, 3.5px -3.5px 0 #fff, 0px 3.5px 0 #fff, 0 -3.5px 0 #fff, -3.5px 0 0 #fff, 3.5px 0 0 #fff;
    position: absolute;
    top: 181px;
    top: 23.5677083333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
  }
  .fv_text_sp.fv_anime_display {
    display: none;
  }
  .fv_btn_sp.fv_anime_display {
    display: none;
  }
  .fv_btn_sp {
    width: 65%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 110px;
    bottom: 14.3229166667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
  }
}
@media screen and (max-width: 900px) {
  .fv {
    height: 74.93333333333332vw;
  }
  .fv.fv_height_max {
    width: 100%;
    height: 100vh;
  }
  .fv_splash_pc {
    display: none;
  }
  .fv_bg_pc {
    display: none;
  }
  .fv_bg_sp {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 12vw;
    left: 0;
    z-index: 1;
    opacity: 1;
  }
  .fv_bg_sp > source {
    width: 100%;
    height: auto;
    padding-top: 0;
    margin: auto;
  }
  .fv_bg_sp > img {
    top:70px;
    top:18.666666666666668vw;
    width: 100%;
    height: auto;
  }
  .fv_bg_sp.fv_anime_display {
    opacity: 0;
  }
  .fv_contents_pc {
    display: none;
  }
  .fv_phone_pc {
    display: none;
  }
  .fv_phone_sp {
    width: 100%;
    height: auto;
    top: 54vw;
    left: 50%;
    bottom: 11.5vw;
    z-index: 5;
  }

  .fv_phone_sp img {
    width: 270px;
    width: 72vw;
    max-height: 33.33333333333333vw;
    overflow: hidden;
  }

  .fv_phone_sp.fv_anime_display {
    display: none;
  }

  .fv_text_sp.fv_anime_display {
    display: none;
  }
  .fv_btn_sp.fv_anime_display {
    display: none;
  }
  .fv_btn_sp {
    width: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 85px;
    bottom: 22.6666666667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
  }
}


/* _news */
.news {
  margin-top: 100px;
}

.news__wrapper {
  width: 100%;
  background-color: #ffffff;
  padding-top: 12.5vw;
}

.news__head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news__inner {
  max-width: 112rem;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5em;
}

.news__title {
  width: 100%;
  text-align: center;
}

.news__area {
  max-width: 1120px;
  width: 100%;
  margin: 0 0 2.4rem 0;
  padding: 0 0 4px 0;
  overflow: visible !important;
  position: relative;
  border-top: 4px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  border-radius: 2px;
  list-style: none;
}

.news__area li {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 2.0rem 0;
  width: 100%;
  border-top: 2px dashed #dddddd;
  border-radius: 2px;
}

.news__area li.first-block {
  border-top: none !important;
}


.news__area li p {
  margin: 0;
  display: inline-block;
}

.news__date {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #707070;
  white-space: nowrap;
  min-width: 12rem;
  text-align: left;
  flex-shrink: 0;
}

.news__txt {
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #555555;
  flex: 1;
  word-break: break-word;
}


.news__txt__a {
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #ea5516;
  flex: 1;
  word-break: break-word;
}

.news__area li a {
  display: inline-flex;
  align-items: center;
  color: #ea5516;
  font-size: 1.8rem;
  line-height: 2.7rem;
  gap: 0.4em;
  margin-top: 0.5rem;
  text-decoration: none;
  font-weight: normal;
}

.news__area li a::after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../img/common/arrow_blank.svg") no-repeat center center;
  background-size: contain;
}

/*ページ送り*/
.news__pagination {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.news__prev {
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  right: 0;
  background-image: url(../img/common/prev_on.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.news__next {
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  right: 0;
  background-image: url(../img/common/next_on.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.news__counter {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 1rem 1rem 0.2rem 1rem;
}

.news__current_step {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.036rem;
  color: #555555;
  padding: 0.4rem 0.4rem 0.4rem 0;
}

.news__total_step {
  font-size: 1.6rem;
  letter-spacing: 0.036rem;
  color: #555555;
  padding-left: 0.6rem;
}

.news__slash {
  font-size: 1.6rem;
  letter-spacing: 0.036rem;
  color: #555555;
}

.news__next:hover,
.news__prev:hover {
  cursor: pointer;
}


.news__pagination {
  text-align: center;
  margin-top: 40px;
}

.news__button {
  display: inline-block;
  width: 300px;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #FBCC26;
  border-radius: 36px;
  color: #555555;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}



.news__button:hover {
  background-color: #FBCC26;
  color: #555555;
}

@media (hover: none) {
  .news__button:hover {
    background-color: #fff;
    color: #555555;
  }
}

/* 中間値のコンテンツ幅調整 */
@media screen and (max-width: 1140px) {
  
  .news {
    margin-top: 5.208333333333334vw;
  }
  
  .news__wrapper {
    width: 96.49122807017544vw;
    margin: 19.066666666666666vw auto 0 auto;
    padding-top: 5.958333vw;
  }
  
  .news__head {
    width: 96.49122807017544vw;
  }
  
  .news__inner {
    max-width: 96.49122807017544vw;
    margin: 0 auto;
    width: 96.49122807017544vw;
    gap: 0.5em;
  }
  
  .news__title {
    width: 96.49122807017544vw;
  }
  
  .news__area {
    max-width: 96.49122807017544vw;
    width: 96.49122807017544vw;
    margin-bottom: 1.25vw;
    padding-bottom: 0.20833333333333334vw;
  }
  
  .news__area li {
    gap: 1.0416666666666665vw;
    width: 96.49122807017544vw;
  }

  /*ページ送り*/
  .news__prev {
    content: "";
    width: 1.6666666666666667vw;
    height: 1.6666666666666667vw;
  }
  
  .news__next {
    width: 1.6666666666666667vw;
    height: 1.6666666666666667vw;
  }
  
  .news__counter {
    padding: 0.5208333333333333vw 0.5208333333333333vw 0.10416666666666667vw 0.5208333333333333vw;
  }
  
  .news__current_step {
    font-size: 1.25vw;
    letter-spacing: 0.18750000000000003vw;
    padding: 0.20833333333333334vw 0.20833333333333334vw 0.20833333333333334vw 0;
  }
  
  .news__total_step {
    font-size: 0.8333333333333334vw;
    letter-spacing: 0.18750000000000003vw;
    padding-left: 0.3125vw;
  }
  
  .news__slash {
    font-size: 1.4rem;
    letter-spacing: 0.18750000000000003vw;
  }
  
  .news__next:hover,
  .news__prev:hover {
    cursor: pointer;
  }
  
}

/* SP専用の設定 */
@media screen and (max-width: 900px) {
  .news {
    margin-top: 0px;
  }
  
  .news__wrapper {
    width: 100%;
    margin-top: 8.066667vw;
    background-color: #ffffff;
    padding-top: 23.958333333333336vw;
  }
  
  .news__head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .news__inner {
    width: 100%;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.5em;
  }
  
  .news__title {
    width: 100%;
    text-align: center;
  }
  
  .news__area {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 94.66666666666667vw;
    max-width: 94.66666666666667vw;
    position: relative;
    border-top: none;
    border-bottom: none;
  }

  .news__area::before,
  .news__area::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 4px;
    background-color: #dddddd;
    border-radius: 2px;
  }

  .news__area::before {
    top: 0;
  }

  .news__area::after {
    bottom: 0;
  }

  .news__area li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding-top: 4.8vw;
    padding-bottom: 4.8vw;
    width: 100%;
    border-top: 2px dashed #dddddd;
    border-radius: 2px;
  }

  .news__area li:first-child {
    border-top: none;
  }

  .news__area li:last-child {
    border-bottom: none;
  }

  .news__date {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: 0.0096vw;
    margin-bottom: 5px;
  }

  .news__txt {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.012vw;
    line-height: 6.666vw;
  }
.news__txt__a {
    font-size: 1.6rem;
    line-height: 2.4rem;
  color: #ea5516;
  flex: 1;
  word-break: break-word;
}

.news__area li a {
  display: inline-flex;
  align-items: center;
  color: #ea5516;
    font-size: 1.6rem;
    line-height: 2.4rem;
  gap: 0.4em;
  margin-top: 0.5rem;
  text-decoration: none;
  font-weight: normal;
}

  /* ページ送り */
  .news__prev,
  .news__next {
    width: 40px;
    width: 10.666666666666668vw;
    height: 40px;
    height: 10.666666666666668vw;
  }

  .news__counter {
    padding: 20px;
    padding: 2.666vw 2.666vw 0.5333333333333333vw 2.666vw;
  }

  .news__current_step {
    font-size: 20px;
    font-size: 3.0rem;
  }

  .news__total_step {
    font-size: 14px;
    font-size: 1.4rem;
  }


  .news__pagination {
    text-align: center;
    margin-top: 24px;
  }


}




/* _about */
.about__wrapper {
  margin-top: 100px;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.about__head {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 3;
}

.about__content {
  margin: 16px auto 0px;
  position: relative;
  z-index: 3;
  padding: 40px 5%;
}

.about__title {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 4;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 56px 50px 44px;
  border-radius: 72px;
  left: 50%;
  transform: translateX(-50%);
}


.about__text {
  font-size: 2.2rem;
  color: #555555;
  line-height: 4.0rem;
  position: relative;
  z-index: 3;
}

.about__bg {
  position: absolute;
  bottom: -347px;
  left: 0;
  width: 100%;
  height: 1920px;
  clip-path: inset(0 0 696px 0);
  background: linear-gradient(to right, #FDC635 50%, #F9AD3D 50%);
  z-index: 2;
}

.about__area {
  max-width: 1240px;
  width: 1240px;
  margin-top: -92px;
  margin-bottom: 2.4rem;
  padding-bottom: 4px;
  overflow: visible !important;
  position: relative;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
}

.about__area p {
  font-size: 2.4rem;
  color: #555555;
  line-height: 3.6rem;
}

.about__promotionvideo {
  margin-top: 40px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 56px 50px 44px; /* 上56px、左右0、下44px */
  border-radius: 72px;
}


.about__promotionvideo {
  position: relative;
  z-index: 0; /* video より下にする */
}

.about__video {
  display: block;
  position: relative;
  z-index: 10 !important; /* 最前面に強制 */
  pointer-events: auto !important; /* クリックを通す */
  width: 960px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1320px) {
  .about__wrapper {
    margin-top: 5.208333333333334vw;
  }
  
  .about__head {
    width: 96.49122807017544vw;
  }
  
  .about__content {
    margin: 0.8333333333333334vw auto 0px;
    padding: 2.083333333333333vw 5%;
  }
  
  .about__title {
    position: relative;
    width: 96.49122807017544vw;
    padding: 2.9166666666666665vw 2.604166666666667vw 2.2916666666666665vw;
    border-radius: 3.75vw;
    left: 50%;
    transform: translateX(-50%);
  }
  
  
  .about__text {
    font-size:1.9130434782608694vw;
    line-height:3.130434782608696vw;
  }
  
  .about__bg {
    position: absolute;
    bottom: -4.5vw;
    left: 0;
    height: calc(128vw - -44px); 
    clip-path: inset(0 0 36.25vw 0);
  }
  
  .about__area {
    max-width: 96.49122807017544vw;
    width: 96.49122807017544vw;
    margin-top: -4.791666666666667vw;
    margin-bottom: 1.25vw;
    padding-bottom: 0.20833333333333334vw;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .about__area p {
    font-size:1.6rem;
    line-height:2.4rem;
  }
  
  .about__promotionvideo {
    margin-top: 2.083333333333333vw;
    padding: 2.9166666666666665vw 2.604166666666667px 2.2916666666666665vw;
    border-radius: 3.75vwpx;
  }
 
  .about__video {
    width: 89.33333333333333vw;
  }
  
}


/* SP専用の設定 */
@media screen and (max-width: 900px) {
  .about__wrapper {
    margin-top: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
  }
  
  .about__head {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 3;
  }
  
  .about__content {
    margin: 21.333333333333336vw auto 0;
    position: relative;
    z-index: 3;
    padding: 0px 5%;
  }
  
  .about__title {
    width: 94.66666666666667vw;
    text-align: center;
    position: relative;
    z-index: 4;
    background-color: rgba(255, 255, 255, 1.0);
    padding: 0;
    border-radius: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  
  .about__text {
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.4rem;
    color: #555555;
    line-height: 2.1rem;
    position: relative;
    z-index: 3;
    text-align: left;
    display: block;
    left: 50%;
    transform: translateX(-50%);
}

  .about__bg {
    position: absolute;
    bottom: 12.0vw; 
    left: 0;
    width: 100%;
    height: 66%;
    clip-path: inset(0 0 12.5vw 0);
    background: linear-gradient(to right, #FDC635 50%, #F9AD3D 50%);
    z-index: 2;
  }


  .about__area {
    width: 94.66666666666667vw;
    max-width: 94.66666666666667vw;
    margin-top: 9.6vw;
    overflow: visible !important;
    position: relative;
    z-index: 5;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .about__area p {
    font-size: 2.4rem;
    color: #555555;
    line-height: 3.6rem;
  }
  
  .about__area img {
    width:100%;
  }

  .about__promotionvideo {
    margin-top: 6.666666666666667vw;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5.866666666666666vw 0 0;
    border-radius: 9.6vw;
  
  }
  .about__video {
    width: 89.33333333333333vw;
  }  

}


/* _why */
.why__wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.why__head {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.why__content {
  position: relative;
  margin: 64px auto 0px;
  z-index: 3;
  padding: 40px 5%;
}

.why__title {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 4;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 40px;
}

.why__text {
  font-size: 2.2rem;
  color: #555555;
  line-height: 4.0rem;
  position: relative;
}

.why__text span {
  font-size: 2.2rem;
  font-weight: 800;
  color: #EA5514;
  line-height: 4.0rem;
  position: relative;
}

.why__reason {
  width: 1240px;
  background-color: #FFF9E0;
  border-radius: 72px;
  position: relative;
  margin: -206px auto 0;
  padding: 270px 0px 80px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.why__area {
  width: 1240px;
  position: relative;
  margin: 0 auto;
  padding: 0;
  z-index: 3;
}

.why__area img {
  display: block;
  width: 1020px;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}

.why__reason > div {
  flex: 1; /* 均等幅 */
  max-width: calc(100% / 3); /* 3等分 */
  text-align: center;
}

.why__item {
  flex: 1;
  text-align: center;
  max-width: calc(100% / 3);
  font-size: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why__item::before {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #F6A500;
  border-radius: 50%;
  margin-bottom: 12px;
  display: block;
}

.why__item span {
  font-size: 3.0rem;
  color: #EA5140;
  font-weight: 800;
}


@media screen and (max-width: 1380px) {
  .why__wrapper {
    width: 100%;
  }
  
  .why__head {
    width: 94.66666666666667vw;
  }
  
  .why__content {
    margin: 6.4vw auto 0px;
    z-index: 3;
    padding: 0 0;
  }
  
  .why__title {
    width: 94.66666666666667vw;
    margin-bottom: 3.508771929824561vw;
  }
  
  .why__reason {
    width: 97.01492537313433vw;
    background-color: #FFF9E0;
    border-radius: 72px;
    position: relative;
    margin: -18.070175438596493vw auto 0;
    padding: 23.684210526315788vw 0px 7.017543859649122vw;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  
  .why__area {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0;
    z-index: 3;
  }
  
  .why__area img {
    display: block;
    width: 89.47368421052632vw;
    margin: 0 auto;
    position: relative;
    z-index: 4;
  }
  
  .why__reason > div {
    flex: 1; /* 均等幅 */
    max-width: calc(100% / 3); /* 3等分 */
    text-align: center;
  }
  
  .why__item {
    flex: 1;
    text-align: center;
    max-width: calc(100% / 3);
    font-size: 1.7391304347826086vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .why__item::before {
    content: "";
    width: 40px;
    height: 40px;
    background-color: #F6A500;
    border-radius: 50%;
    margin-bottom: 12px;
    display: block;
  }
  
  .why__item span {
    font-size: 2.1739130434782608vw;
    color: #EA5140;
    font-weight: 800;
  }
}  


/* SP専用の設定 */
@media screen and (max-width: 900px) {
  .why__wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 6.4vw;
  }
  
  .why__head {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
  }
  
  .why__content {
    position: relative;
    margin: 9.6vw auto 0px;
    z-index: 3;
    padding: 6.4vw 0 0 0
  }
  
  .why__title {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 4;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 4.266666666666667vw;
  }
  
  .why__text {
    font-size: 1.4rem;
    color: #555555;
    line-height: 2.1rem;
    position: relative;
  }
  
  .why__text span {
    font-size: 1.4rem;
    font-weight: 800;
    color: #EA5514;
    line-height: 2.1rem;
    position: relative;
  }
  
  .why__area {
    width: 94.66666666666667vw;
    position: relative;
    margin: 0 0;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }

  .why__area img {
    display: block;
    width: 94.66666666666667vw;
    margin: 0 auto;
    position: relative;
    z-index: 4;
  }

  .why__reason {
    width: 120%;
    background-color: #FFF9E0;
    border-radius: 0;
    position: relative;
    margin: -8vw auto 0;
    padding: 12vw 0vw;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0vw;
    left: 50%;
    transform: translateX(-50%);
  
  }

  .why__reason > div {
    width: 94.66666666666667vw;
    max-width: 94.66666666666667vw;
    text-align: center;
  }

  .why__item {
    width: 94.66666666666667vw;
    max-width: 94.66666666666667vw;
    text-align: center;
    font-size: 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4vw 0;
  }

  .why__item::before {
    content: "";
    width: 10.666666666666668vw;
    height: 10.666666666666668vw;
    background-color: #F6A500;
    border-radius: 50%;
    margin-bottom: 2.666666666666667vw;
    display: block;
  }

  .why__item span {
    font-size: 2.4rem;
    color: #EA5140;
    font-weight: 800;
  }
}


/* _function */
.function__wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.function__head {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.function__content {
  margin: 160px auto 0px;
  position: relative;
  z-index: 3;
}

.function__title {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 4;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto 40px;
}

.function__text {
  font-size: 2.2rem;
  color: #555555;
  line-height: 4.0rem;
  position: relative;
}

.function__points__odd {
  width: 1240px;
  margin: 0 auto;
  background-color: #FEF3DE;
  border-radius: 72px;
  position: relative;
  padding: 44px 50px 80px;
  z-index: 3;
}

.function__points__even {
  width: 1240px;
  margin: 40px auto;
  background-color: #FEF6D9;
  border-radius: 72px;
  position: relative;
  padding: 44px 50px 80px;
  z-index: 3;
}

.point__item__left {
  margin-left: 72px;
  display: flex;
  flex-direction: column;
}

.point__item__left p {
  text-align: left; /* テキストのみ左揃え */
  max-width: 100%; /* テキストの幅を制限しない */
}

.function__points__detail {
  font-size: 2.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  width: 100%;
}

.function__points__detail > * {
  width: 100%;
}

.point__item__left{
margin-left: 72px;
gap: 32px;
}


.point__item__left img {
  width: 160px;
  display: block;
  margin-left: 166px;
}


@media screen and (max-width: 1340px) {

  .function__wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
  }
  
  .function__head {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
  }
  
  .function__content {
    margin: 72px auto 0px;
    position: relative;
    z-index: 3;
  }
  
  .function__title {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 4;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto 40px;
  }
  
  .function__text {
    font-size: 1.6417910447761193vw;
    color: #555555;
    line-height: 2.9850746268656714vw;
    position: relative;
  }
  
  .function__points__odd {
    width: 92.53731343283582vw;
    margin: 0 auto;
    background-color: #FEF3DE;
    border-radius: 72px;
    position: relative;
    padding: 3.2835820895522385vw 2.2388059701492535vw 5.970149253731343vw;
    z-index: 3;
  }
  
  .function__points__even {
    width: 92.53731343283582vw;
    margin: 2.9850746268656714vw auto;
    background-color: #FEF6D9;
    border-radius: 72px;
    position: relative;
    padding: 3.2835820895522385vw 2.2388059701492535vw 5.970149253731343vw;
    z-index: 3;
  }
  
  .point__item__left {
    margin-left: 5.3731343283582085vw;
    display: flex;
    flex-direction: column;
  }
  
  .point__item__left p {
    text-align: left; /* テキストのみ左揃え */
    max-width: 100%; /* テキストの幅を制限しない */
  }
  
  .function__points__detail {
    font-size: 1.6417910447761193vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    width: 100%;
  }
  
  .function__points__detail > * {
    width: 100%;
  }
  
  .point__item__left{
  margin-left: 5.3731343283582085vw;
  gap: 2.3880597014925375vw;
  }
  
  
  .point__item__left img {
    width: 11.940298507462686vw;
    display: block;
    margin-left: 12.388059701492537vw;
  }
}  

@media screen and (max-width: 900px) {
  .function__wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 6.4vw;
  }
  
  .function__head {
    width: 94.66666666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
  }
  
  .function__content {
    margin: 9.6vw auto -11.959287531806616vw;
    position: relative;
    z-index: 3;
    padding: 6.4vw 5%;
  }
  
  .function__title {
    width: 94.66666666666667vw;
    text-align: center;
    position: relative;
    z-index: 4;
    margin: 0 auto 5.333333333333334vw;
  }
  
  .function__text {
    font-size: 1.4rem;
    color: #555555;
    line-height: 2.1rem;
    position: relative;
    text-align: center;
  }

  .function__points__odd,
  .function__points__even {
    width: 94.66666666666667vw;
    max-width: 94.66666666666667vw;
    margin: 6vw auto 0;
    border-radius: 9.6vw;
    position: relative;
    padding: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5.866666666666666vw;
  }

  .point__item__left {
    width: 100%;
    max-width: 600px;
    margin: 5.333333333333334vw auto 5.333333333333334vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4.266666666666667vw;
  }

  .point__item__left p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: center; 
    max-width: 94%;
    margin: 1.0666666666666667vw auto 4.266666666666667vw;
  }

  .point__item__left img {
    width: 32vw; 
    max-width: 240px;
    display: block;
    margin: 0 auto;
  }

  .point__item__right img{
   width: 77.33333333333333vw; 
   margin: 0 auto;
   display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
 }

  .function__points__detail {
    font-size: 2.0rem;
    display: block;
    width: 94.66666666666667vw;
    max-width: 600px;
    margin: -4.266666666666667vw auto 8.533333333333333vw;
    text-align: center;
  }

  .function__points__detail > * {
    width: 100%;
  }

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


/* _flow */
.flow__wrapper {
  margin-top: 100px;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  background-color: #FBCC26;
  padding-bottom: 80px;
}

.flow__head {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 3;
}

.flow__content {
  width: 1120px;
  margin: 77px auto 0px;
  position: relative;
  z-index: 3;
  padding: 40px 5%;
}

.flow__title {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 4;
  border-radius: 72px;
  left: 50%;
  transform: translateX(-50%);
}

.flow__area {
  width: 1340px;
  position: relative;
  margin-top: 46px;
  padding: 80px 0 24px 0;
  z-index: 3;
  background-color: #ffffff;
  border-radius: 72px;
  left: 50%;
  transform: translateX(-50%);
}

.flow__area__img {
  width: 1120px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.flow__area__line {
  width:1120px;
  margin-top:60px;
  margin-bottom: 72px;
  border-bottom: 2px solid #CCCCCC;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}


.flow__area__rental {
  width: 1120px;
  position: relative;
  margin-top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.flow__rental__block {
  margin-bottom: 32px;
}

.flow__rental__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #555;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 8px;
}

.flow__rental__title::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: repeating-linear-gradient(to right, #CCCCCC, #CCCCCC 4px, transparent 4px, transparent 8px);
  margin-left: 12px;
}

.flow__rental__text {
  font-size: 2.4rem;
  color: #555;
  margin-top: 16px;
}


@media screen and (max-width: 1340px) {
  .flow__wrapper {
    margin-top: 7.462686567164178vw;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background-color: #FBCC26;
    padding-bottom: 5.970149253731343vw;
  }
  
  .flow__head {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 3;
  }
  
  .flow__content {
    width: 77.61194029850746vw;
    margin: 5.746268656716418vw auto 0;
    position: relative;
    z-index: 3;
    padding: 2.9850746268656714vw 5%;
  }
  
  .flow__title {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 4;
    border-radius: 72px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .flow__area {
    width: 97.01492537313433vw;
    position: relative;
    margin-top: 3.4328358208955225vw;
    padding: 5.970149253731343vw 0 1.791044776119403vw 0;
    z-index: 3;
    background-color: #ffffff;
    border-radius: 72px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .flow__area__img {
    width: 83.5820895522388vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .flow__area__line {
    width:83.5820895522388vw;
    margin-top:4.477611940298507vw;
    margin-bottom: 72px;
    border-bottom: 2px solid #CCCCCC;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  
  
  .flow__area__rental {
    width:83.5820895522388vw;
    position: relative;
    margin-top: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .flow__rental__block {
    margin-bottom: 2.3880597014925375vw;
  }
  
  .flow__rental__title {
    font-size: 2.3880597014925375vw;
    font-weight: bold;
    color: #555;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 0.5970149253731344vw;
  }
  
  .flow__rental__title::after {
    content: "";
    flex-grow: 1;
    height: 2px;
    background: repeating-linear-gradient(to right, #CCCCCC, #CCCCCC 4px, transparent 4px, transparent 8px);
    margin-left: 0.8955223880597015vw;
  }
  
  .flow__rental__text {
    font-size: 1.791044776119403vw;
    color: #555;
    margin-top: 1.1940298507462688vw;
  }
}  

@media screen and (max-width: 900px) {
  .flow__wrapper {
    margin-top: 21.333333333333336vw;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background-color: #FBCC26;
    padding-bottom: 0;
  }
  
  .flow__head {
    width: 94.66666666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 3;
  }
  
  .flow__content {
    width: 94.66666666666667vw;
    margin: 16vw auto 0;
    position: relative;
    z-index: 3;
    padding: 0;
  }
  
  .flow__title {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 4;
    border-radius: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .flow__area {
    width: 94.66666666666667vw;
    position: relative;
    margin-top: 00vw;
    margin-bottom: 10.666666666666668vw;
    padding: 8.533333333333333vw 2.666666666666667vw 0;
    z-index: 3;
    background-color: #ffffff;
    border-radius: 5.333333333333334vw;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
  }
  
  .flow__area__img {
    width: 92vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .flow__area__line {
    width:85.33333333333334vw;
    margin-top:5.333333333333334vw;
    margin-bottom: 8.533333333333333vw;
    border-bottom: 1px solid #CCCCCC;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  
  
  .flow__area__rental {
    width: 94.66666666666667vw;
    position: relative;
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 7.466666666666668vw;
  }
  
  .flow__rental__block {
    width: 85.33333333333334vw;
    margin-bottom: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 5.405405405405405vw;
  }
  
  .flow__rental__title {
    font-size: 1.6rem;
    font-weight: bold;
    color: #555;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 2.1333333333333333vw;
  }
  
  .flow__rental__title::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: repeating-linear-gradient(to right, #CCCCCC, #CCCCCC 4px, transparent 4px, transparent 8px);
    margin-left: 1.6vw;
  }
  
  .flow__rental__text {
    font-size: 1.6rem;
    color: #555;
    margin-top: 1.2vw;
  }
}  


/* _voice */
.voice__wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  background-color: #F6A500;
  padding-bottom: 80px;
}

.voice__head {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 3;
}

.voice__content {
  width: 1120px;
  margin: 77px auto 0px;
  position: relative;
  z-index: 3;
  padding: 40px 5%;
}

.voice__title {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 4;
  border-radius: 72px;
  left: 50%;
  transform: translateX(-50%);
}

.voice__area {
  width: 1240px;
  position: relative;
  margin-top: 46px;
  padding: 80px 64px 24px 64px;
  background-color: #ffffff;
  border-radius: 72px;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 24px 0;
}

.voice__area::before,
.voice__area::after {
  content: "";
  position: absolute;
  background-color: #CCC;
}

.voice__area::before {
  width: 2px;
  height: calc(100% - 96px);
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
}

.voice__area::after {
  height: 2px;
  width: calc(100% - 128px);
  top: calc(50% + 12px);
  left: 64px;
}

.voice__area__person {
  display: flex;
  align-items: center;
  padding: 0px 24px 24px 24px;
}

.voice__area__person img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 24px;
}

.voice__text {
  flex: 1;
  font-size: 1.6rem;
  color: #555;
  line-height: 2.4rem;
}

.voice__name {
  font-weight: bold;
  font-size: 1.6rem;
  color: #555;
  margin-top: 8px;
}


@media screen and (max-width: 1340px) {
  .voice__wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background-color: #F6A500;
    padding-bottom: 5.970149253731343vw;
  }
  
  .voice__head {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 3;
  }
  
  .voice__content {
    width: 83.5820895522388vw;
    margin: 5.746268656716418vw auto 0;
    position: relative;
    z-index: 3;
    padding: 2.9850746268656714vw 5%;
  }
  
  .voice__title {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 4;
    border-radius: 72px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .voice__area {
    width: 92.53731343283582vw;
    position: relative;
    margin-top: 3.4328358208955225vw;
    padding: 5.970149253731343vw 1.791044776119403vw 1.791044776119403vw 1.791044776119403vw;
    background-color: #ffffff;
    border-radius: 72px;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 1.791044776119403vw 0;
  }
  
  .voice__area::before,
  .voice__area::after {
    content: "";
    position: absolute;
    background-color: #CCC;
  }
  
  .voice__area::before {
    width: 2px;
    height: calc(100% - 96px);
    top: 3.582089552238806vw;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .voice__area::after {
    height: 2px;
    width: calc(100% - 9.55223880597015vw);
    top: calc(50% + 0.8955223880597015vw);
    left: 4.776119402985075vw;
  }
  
  .voice__area__person {
    display: flex;
    align-items: center;
    padding: 0 1.791044776119403vw 1.791044776119403vw 1.791044776119403vw;
  }
  
  .voice__area__person img {
    width: 5.970149253731343vw;
    height: 5.970149253731343vw;
    border-radius: 50%;
    margin-right: 1.791044776119403vw;
  }
  
  .voice__text {
    flex: 1;
    font-size: 1.1940298507462688vw;
    color: #555;
    line-height: 1.791044776119403vw;
  }
  
  .voice__name {
    font-weight: bold;
    font-size: 1.1940298507462688vw;
    color: #555;
    margin-top: 0.5970149253731344vw;
  }
}  


@media screen and (max-width: 900px) {
  .voice__wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background-color: #F6A500;
    padding-bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
  }

  .voice__head {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 3;
  }

  .voice__content {
    width: 94.66666666666667vw;
    margin: 16vw 0 0;
    position: relative;
    z-index: 3;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .voice__title {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 4;
    border-radius: 72px;
    left: 50%;
    transform: translateX(-50%);
  }

  .voice__area {
    width: 94.66666666666667vw;
    position: relative;
    margin-top: 0px;
    padding: 0;
    background-color: #ffffff;
    border-radius: 5.333333333333334vw;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .voice__area::before,
  .voice__area::after {
    display: none;
  }
  .voice__area::before {
    width: 2px;
    height: calc(100% - 96px);
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .voice__area::after {
    height: 2px;
    width: calc(100% - 128px);
    top: calc(50% + 0px);
    left: 64px;
  }
  
  .voice__area__person:not(:first-child) {
    border-top: 1px dashed #CCC;
    padding-top: 0;
  }

  .voice__area__person {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}

  .voice__area__person img {
    width: 11.733333333333333vw;
    height: auto;
    border-radius: 0%;
    margin-right: 0;
    padding-left: 0.5333333333333333vw;
  }

.voice__text__name {
    margin:5.6000000000000005vw 2.0666666666666667vw 5.6000000000000005vw 0.5333333333333333vw;
  }

  .voice__text {
    flex: 1;
    font-size: 1.2rem;
    color: #555;
    line-height: 1.8rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .voice__name {
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 8px;
  }
}


/* _questions */
.faq {
  margin: 48px auto 0;
  width: 100%;
  background: transparent;
}
.faq__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 160px 0 80px 0;
}

/* 見出し余白（PC） */
.faq .decorated-heading {
  margin: 100px auto 48px;
}

.faq__block {
  margin: 40px 0;
}

/* 実線・点線 */
.faq__line {
  height: 2px;
  border-radius: 2px;
}
.faq__line--solid {
  background-color: #FBCC26;
}
.faq__line--dashed {
  height: 2px;
  border-radius: 2px;
  background-image: repeating-linear-gradient(
    to right,
    #FBCC26 0 8px,
    transparent 8px 19px
  );
}

/* Q帯（実線〜点線の間だけ背景色） */
.faq__qbox {
  background: #FEF6D9;
  padding: 24px 0;
}

/* A帯（背景なし） */
.faq__abox {
  padding: 24px 0;
}

/* 行（アイコン＋テキスト） */
.faq__row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 0 20px;
}
.faq__row.is-one-line { align-items: center; }

/* アイコン */
.faq__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  flex-shrink: 0;
}
.faq__icon--q { background-color: #F6A500; }
.faq__icon--a { background-color: #EA5514; }

/* テキスト */
.faq__text-q {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  padding-top: 6px;
}
.faq__text-a {
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
  padding-top: 6px;
}

/* 回答リンク（末尾にアイコン追従・アイコン1em） */
.faq__answer { display: flex; flex-direction: column; }
.faq__link {
  display: inline;
  margin-top: 20px;
  font-size: 18px;
  line-height: 27px;
  color: #ea5516;
  text-decoration: none;
}
.faq__link::after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../img/common/arrow_blank.svg") no-repeat center/contain;
  margin-left: .4em;
  vertical-align: -0.1em;
}

/* 1200px以下（PC縮小時） */
@media screen and (max-width: 1200px){
  .faq__text-q { font-size: 16px; line-height: 24px; }
  .faq__text-a { font-size: 14px; line-height: 21px; }
  .faq__link   { font-size: 14px; line-height: 21px; }
}

/* ==============================
   SP（750px基準）
============================== */
@media screen and (max-width: 750px){
  .faq__block { margin: max(2.666vw, 20px) 0; }

  .faq__inner {
    padding: 80px 10px 0;
  }


  /* 見出し余白（SP） */
  .faq .decorated-heading {
    margin: 8vw auto 5.3333333333vw;
  }

  .faq__qbox { padding: max(2.666vw, 20px) 0; background:#FEF6D9; }
  .faq__abox { padding: max(2.666vw, 20px) 0; }

  /* サイドインデントは固定10px */
  .faq__row { padding: 0 10px; gap: 10px; }

  /* アイコン（vw＋最小20px担保は維持） */
  .faq__icon{
    width: max(2.666vw, 20px);
    height: max(2.666vw, 20px);
    min-width: 20px;
    min-height: 20px;
    font-size: max(1.6vw, 12px);
    line-height: max(2.666vw, 20px);
  }

  /* 文字（vw＋最小値担保） */
  .faq__text-q,
  .faq__text-a {
    font-size: max(1.867vw, 14px);
    line-height: max(2.8vw, 21px);
    padding-top: 0;
  }

  /* リンク（末尾追従・1em） */
  .faq__link {
    display: inline;
    font-size: max(1.867vw, 14px);
    line-height: max(2.8vw, 21px);
    margin-top: max(2.133vw, 16px);
  }
  .faq__link::after {
    width: 1em;
    height: 1em;
  }
}


/* _footer */
.footer__wrapper {
  background-color: #FEF3DE;
  padding: 40px 0 0 0;
  margin-top: 80px;
}

.footer__content {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 5%;
}

.footer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.footer__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.footer__logo {
  width: 400px;
  margin-bottom: 64px;
}

.footer__button {
  width: 400px;
  height: 80px;
  background-color: #EA5514;
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.footer__button span {
  color: #FFFFFF;
  text-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

.footer__button:hover {
  background-color: #D64510;
}

.footer__right {
  display: none;
}

.footer__image {
  width: 600px;
}

.footer__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  padding: 48px 0;
  margin-top: 40px;
  gap: 20px;
}

.footer__jeki__logo {
  width: 105.2px;
  height: auto;
  max-height: 60px;
  display: block;
}
.footer__copyright {
  font-size: 1.2rem;
  color: #555;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  white-space: normal;
  gap: 4px;
}

.footer__copyright.sp_only {
  display: none;
}

.footer__copyright.pc_only {
  display: block;
}

.footer__privacy__link {
  font-size: 1.2rem;
  color: #666;
  font-weight: bold;
  text-decoration: none;
  padding-right: 1em;
  position: relative;
  transition: color 0.2s ease;
  display: inline-block;
  text-align: left;
  margin-top: 8px;
}

.footer__privacy__link::after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 0.8em;
  color: #666;
  pointer-events: none;
}

@media screen and (max-width: 900px) {
  .footer__wrapper {
    background-color: #FEF3DE;
    padding: 40px 0 0 0;
    margin-top: max(10.666666666666668vw, 80px);
  }
  
  .footer__content {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 94.66666666666667vw;
    margin: 0 auto;
    padding: 0;
  }
  
  .footer__inner {
    display: flex;
    flex-direction: column-reverse; /* ✅ `.footer__right` を上に */
    justify-content: center;
    align-items: center;
    width: 94.66666666666667vw;
    margin: 0 auto;
    gap: 6vw; /* ✅ 要素間の余白 */
  }

  .footer__right {
    width: 94.66666666666667vw;
    display: flex;
    flex-direction: column;
    align-items: center;

  }

  .footer__left {
    width: 94.66666666666667vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer__logo {
    width: 53.333333333333336vw;
    margin-bottom: 8.533333333333333vw;
  }

  .footer__button {
    width: 64vw;
    height: 12vw;
    background-color: #EA5514;
    color: #FFFFFF;
    font-size: 2.0rem;
    font-weight: bold;
    border-radius: 6vw;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .footer__button span {
    color: #FFFFFF;
    text-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    margin-top: -0.5333333333333333vw;
  }

  .footer__button:hover {
    background-color: #D64510;
  }

  .footer__image {
    width: 74.66666666666667vw;
    margin-bottom: 7.199999999999999vw;
  }

  .footer__bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    padding: 48px 0;
    margin-top: 40px;
    gap: 20px;
  }

  .footer__jeki__logo {
    width: 21.333333333333336vw;
    height: auto;
    max-height: 91px;
    display: block;
  }

  .footer__copyright {
    width: 100%;
    font-size: 1.2rem;
    color: #555;
    display: flex;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    position: relative;
  }
  .footer__copyright.pc_only {
    display: none;
  }

  .footer__copyright.sp_only {
    display: block;
    white-space: normal;
  }
}

.region {
  width: 36%;
  height: 100%;
  background-color: #000000;
  padding-left: min(5.2083333333vw, 10rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.region__list {
  width: 100%;
  height: 85%;
  max-height: 85%;
  margin: auto;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.region__list::-webkit-scrollbar {
  width: 0;
  display: none;
}

.region__list__item__default {
  display: block;
  width: 100%;
  height: 100%;
  padding: 35vh 2rem 4rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.region__list__item__default_hidden {
  display: none;
  -webkit-animation: list_item_default_hidden 0.1s;
          animation: list_item_default_hidden 0.1s;
}
@-webkit-keyframes list_item_default_hidden {
  100% {
    display: none;
  }
}
@keyframes list_item_default_hidden {
  100% {
    display: none;
  }
}

.region__list__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20px;
  padding-left: 1.0416666667vw;
  padding-right: 20px;
  padding-right: 1.0416666667vw;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  display: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.region__list__item_show {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: show_region_list 0.4s;
          animation: show_region_list 0.4s;
}
@-webkit-keyframes show_region_list {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  10% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes show_region_list {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  10% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.default_msg {
  font-size: min(1.4583333333vw, 2.8rem);
  color: #fff;
  font-weight: 600;
}

.region__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 31px;
  margin-bottom: 1.6145833333vw;
}
.region__head > h3 {
  font-size: min(1.4583333333vw, 2.8rem);
  line-height: 2.5;
  color: #fff;
  font-weight: 600;
}
.region__head > h3 > span {
  font-size: 1.3rem;
  line-height: 1.6923076923;
  color: #fff;
  font-weight: 400;
  margin-left: 1rem;
}

.region__railways__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  gap: 1.1rem;
  margin: 0 0 auto;
}

.stamp__label {
  width: 162px;
  width: 8.4375vw;
  height: 77px;
  height: 4.0104166667vw;
  max-width: 16.2rem;
  max-height: 7.7rem;
  border-radius: 1.5rem;
}

.close__btn_sp {
  display: none;
}

.close__btn_pc {
  display: block;
  width: 5rem;
  height: 5rem;
  background-image: url(../../assets/img/map/close_pc.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -2.5rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}

.close__btn_show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1023px) {
  .region {
    width: 100%;
    background-color: #e4e4e4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }
  .region__list {
    width: 100%;
    height: 100%;
    max-height: none;
  }
  .region__list__item__default {
    display: none;
  }
  .region__list__item {
    width: 100%;
    padding-top: 40px;
    padding-top: 10.6666666667vw;
    padding-bottom: 40px;
    padding-bottom: 10.6666666667vw;
    margin: auto;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
    display: none;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .region__list__item_show {
    display: block;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation: show_region_list 0.3s;
            animation: show_region_list 0.3s;
  }
  @-webkit-keyframes show_region_list {
    0% {
      display: none;
      -webkit-transform: translateY(-3rem);
              transform: translateY(-3rem);
    }
    100% {
      display: block;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes show_region_list {
    0% {
      display: none;
      -webkit-transform: translateY(-3rem);
              transform: translateY(-3rem);
    }
    100% {
      display: block;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  .default_msg {
    font-size: 2.8rem;
    color: #000000;
    font-weight: 600;
  }
  .region__head {
    margin-bottom: 30px;
    margin-bottom: 8vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .region__head > h3 {
    font-size: min(7.4666666667vw, 4.6rem);
    line-height: 1;
    color: #000000;
    text-align: center;
  }
  .region__head > h3 > span {
    font-size: 13px;
    font-size: 3.4666666667vw;
    color: #000000;
  }
  .region__railways__list {
    margin: 0 auto auto;
  }
  .stamp__label {
    width: 162px;
    width: 43.2vw;
    height: 77px;
    height: 20.5333333333vw;
    max-width: none;
    max-height: none;
    border-radius: 1.5rem;
  }
  .close__btn_pc {
    display: none;
  }
}

.default__msg__lg {
  font-size: 1.1rem;
  font-weight: 400;
  color: #fff;
  padding-right: 1rem;
}

.honto1 {
  cursor: pointer;
}

  .default__msg__lg {
    font-size: 11px;
    font-size: 2.9333333333vw;
    padding-right: 10px;
    padding-right: 2.6666666667vw;
  }

/* _privacy_policy */
.privacy_policy__wrapper {
  width: 100%;
  background-color: #ffffff;
  padding-top: 140px;
  margin-bottom: 80px;
}

.privacy_policy__head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.privacy_policy__inner {
  max-width: 112rem;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5em;
}

.privacy_policy__title {
  width: 100%;
  text-align: center;
}

.privacy_policy__area {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.privacy_policy__area p {
  width: 64%;
  text-align: left;
}

.privacy_policy__txt {
  width: 64%;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 3.2rem;
  letter-spacing: 0.045rem;
  color: #555555;
  opacity: 1;
}

.privacy_policy__a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.6rem;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #EA5514;
  opacity: 1;
  position: relative;
}

.privacy_policy__a::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../img/common/arrow_blank.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.privacy_policy__a__top {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.6rem;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #EA5514;
  opacity: 1;
  position: relative;
}

.privacy_policy__a__top::after {
  content: "＞";
  font-size: 0.9em;
  color: #EA5514;
  display: inline-block;
  transform: translateY(0.05em);
}

@media screen and (max-width: 1140px) {
  .privacy_policy__wrapper {
    width: 96.5vw;
    margin: 19.06vw auto 0 auto;
    padding-top: 5.96vw;
  }

  .privacy_policy__head {
    width: 96.5vw;
  }

  .privacy_policy__inner {
    max-width: 96.5vw;
    margin: 0 auto;
    width: 96.5vw;
    gap: 0.5em;
  }

  .privacy_policy__title {
    width: 96.5vw;
  }

  .privacy_policy__area {
    max-width: 96.5vw;
    width: 96.5vw;
    margin-bottom: 1.25vw;
    padding-bottom: 0.21vw;
  }
}

@media screen and (max-width: 900px) {
  .privacy_policy {
    margin-top: 0;
  }

  .privacy_policy__wrapper {
    width: 100%;
    margin-top: 8.07vw;
    background-color: #ffffff;
    padding-top: 23.96vw;
  }

  .privacy_policy__head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .privacy_policy__inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.5em;
  }

  .privacy_policy__title {
    width: 100%;
    text-align: center;
  }

  .privacy_policy__area {
    margin: 0 auto;
    width: 90%;
    margin-bottom: 10.39vw;
  }

  .privacy_policy__area p {
    width: 100%;
    text-align: left;
  }

  .privacy_policy__txt {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.012vw;
    line-height: 6.67vw;
  }
}


#cookie-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  color: #333;
  font-size: 14px;
  padding: 12px 16px;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  box-sizing: border-box;
}

.cookie-text {
  display: inline;
  text-align: left;
}

#cookie-banner a {
  color: #EA5514;
  text-decoration: underline;
  font-weight: bold;
}

/* 共通ボタンスタイル */
#cookie-banner button {
  font-size: 13px;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  height: 40px;
}

/* OKボタン（同意） */
#cookie-accept {
  background: #EA5514;
  color: white;
  width: 160px;
}

/* 閉じるボタン（拒否） */
#cookie-close {
  background: #707070;
  color: white;
  width: 100px;
}

/* ボタンラッパー */
.cookie-actions {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  align-items: center; /* ← ボタン縦位置を揃える */
}

@media screen and (max-width: 900px) {
  #cookie-banner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 12px;
  }

  .cookie-actions {
    flex-direction: row; /* ← スマホでも横並び */
    justify-content: center;
    gap: 8px;
    align-items: center;
  }

  #cookie-banner button {
    margin-top: 0;
  }
}

.enq_wrapper {
  overflow: visible !important;
  height: auto !important;
}

/* _coontact_form */
.coontact_form {
  margin-top: 100px;
}

.coontact_form__wrapper {
  width: 100%;
  background-color: #ffffff;
  padding-top: 140px;
  margin-bottom: 80px;
}

.coontact_form__head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.coontact_form__inner {
  max-width: 112rem;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5em;
}

.coontact_form__title {
  width: 100%;
  text-align: center;
}

.coontact_form__area {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.coontact_form p {
  width: 800px;
  text-align: left;
}

.coontact_form__txt {
  width: 800px;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 3.2rem;
  letter-spacing: 0.045rem;
  color: #555555;
  opacity: 1;
}

.coontact_form__txt.sp_only {
  display: none;
}

.coontact_form__txt.pc_only {
  display: block;
}

.coontact_form__a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.6rem;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #EA5514;
  opacity: 1;
  position: relative;
}

.coontact_form::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../img/common/arrow_blank.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.coontact_form__a__top {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.6rem;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #EA5514;
  opacity: 1;
  position: relative;
}

.coontact_form__a__top::after {
  content: "＞";
  font-size: 0.9em;
  color: #EA5514;
  display: inline-block;
  transform: translateY(0.05em);
}

@media screen and (max-width: 1140px) {
  .coontact_form {
    margin-top: 5.2vw;
  }

  .coontact_form__wrapper {
    width: 96.5vw;
    margin: 19.06vw auto 0 auto;
    padding-top: 5.96vw;
  }

  .coontact_form__head {
    width: 96.5vw;
  }

  .coontact_form__inner {
    max-width: 96.5vw;
    margin: 0 auto;
    width: 96.5vw;
    gap: 0.5em;
  }

  .coontact_form__title {
    width: 96.5vw;
  }

  .coontact_form__area {
    max-width: 96.5vw;
    width: 96.5vw;
    margin-bottom: 1.25vw;
    padding-bottom: 0.21vw;
  }
}

@media screen and (max-width: 900px) {
  .coontact_form {
    margin-top: 0;
  }

  .coontact_form__wrapper {
    width: 100%;
    margin-top: 8.07vw;
    background-color: #ffffff;
    padding-top: 23.96vw;
  }

  .coontact_form__head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .coontact_form__inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.5em;
  }

  .coontact_form__title {
    width: 100%;
    text-align: center;
  }

  .coontact_form__area {
    margin: 0 auto;
    width: 90%;
    margin-bottom: 10.39vw;
  }

  .coontact_form__area p {
    width: 100%;
    text-align: left;
  }

  .coontact_form__txt {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.012vw;
    line-height: 6.67vw;
  }


.coontact_form__txt.sp_only {
  display: block;
}

.coontact_form__txt.pc_only {
  display: none;
}

}

#news_archive {
  margin: 0 0 120px 0;
}

@media screen and (max-width: 900px) {
  #news_archive {
  margin: 0 0 19.32367149758454vw 0;
  }
}
