.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

.sp_LL_display {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_LL_display {
    display: block;
  }
}

.sp_L_display {
  display: none;
}
@media screen and (max-width: 460px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  color: #202020;
}

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

a {
  text-decoration: none;
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.scrollin {
  opacity: 1;
  transform: translateY(0);
}

.animation_shiny {
  background: #06C755;
  background: linear-gradient(-45deg, #06C755 50%, #3af988 60%, #06C755 70%);
  background-size: 600% 100%;
  animation: shine 20s infinite;
  animation-delay: 0s;
  animation-timing-function: linear;
}

@keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}
/*--------------- header ---------------*/
.header {
  width: 100%;
  height: max(6.4vw, 64px);
  background-color: #FFF;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 0 4vw;
}
@media screen and (max-width: 1000px) {
  .header {
    padding: 0 40px;
  }
}
@media screen and (max-width: 800px) {
  .header {
    padding: 0 8px;
  }
}
@media screen and (max-width: 600px) {
  .header {
    display: none;
  }
}

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

.header_logo {
  color: #39260E;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
}

.header_logo_txt {
  display: block;
  font-size: max(2.1vw, 21px);
}
@media screen and (max-width: 800px) {
  .header_logo_txt {
    font-size: 19px;
  }
}
.header_logo_txt span {
  font-size: max(1.7vw, 17px);
}
@media screen and (max-width: 800px) {
  .header_logo_txt span {
    font-size: 16px;
  }
}

.header_cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: max(1.6vw, 16px);
}
@media screen and (max-width: 800px) {
  .header_cta {
    gap: 2px;
  }
}

.cta_btn_sm {
  display: flex;
  flex-direction: row;
  background-color: #06C755;
  height: max(6vw, 60px);
  border-radius: 6px;
  border: 2px solid #06C755;
  overflow: hidden;
  transition: all 0.3s;
}
.cta_btn_sm:hover {
  opacity: 0.6;
}

.cta_btn_left {
  background-color: #B9F7D2;
  padding: 0 0.2vw;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .cta_btn_left {
    padding: 0 2px;
  }
}

.cta_btn_sm img {
  width: max(2.8vw, 28px);
}

.cta_btn_right {
  padding: 0 0.6vw;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .cta_btn_right {
    padding: 0 6px;
  }
}

.cta_btn_right_top {
  display: block;
  color: #FF8981;
  font-weight: 700;
  font-size: max(1.1vw, 11px);
  padding: 0.1vw 0.4vw;
  background-color: #FFF;
  margin-bottom: max(0.2vw, 2px);
}
@media screen and (max-width: 1000px) {
  .cta_btn_right_top {
    padding: 1px 4px;
  }
}

.cta_btn_right_txt {
  display: block;
  font-size: max(1.8vw, 18px);
  color: #FFD989;
  line-height: 0.9;
  font-weight: 700;
  text-align: center;
}
.cta_btn_right_txt span {
  font-size: max(1.3vw, 13px);
}

/*--------------- fv ---------------*/
.fv {
  margin-top: max(6.4vw, 64px);
  height: max(41vw, 410px);
  background-image: url(../img/fv_bg_pc.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .fv {
    margin-top: 0;
    height: 214vw;
    background-image: url(../img/fv_bg_sp.webp);
  }
}

.fv_img {
  width: max(67vw, 670px);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
  .fv_img {
    display: none;
  }
}

.fv_effect_left {
  width: 42vw;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-11deg);
}
@media screen and (max-width: 600px) {
  .fv_effect_left {
    display: none;
  }
}

.fv_effect_right {
  width: 42vw;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(11deg);
}
@media screen and (max-width: 600px) {
  .fv_effect_right {
    display: none;
  }
}

.fv_txt {
  width: max(38vw, 380px);
  position: absolute;
  top: 4vw;
  left: 18vw;
  opacity: 0;
  transform: translateY(-20px);
  animation: fv_txt_animation 1s 1s forwards;
}
@media screen and (max-width: 800px) {
  .fv_txt {
    left: 10vw;
  }
}
@media screen and (max-width: 600px) {
  .fv_txt {
    width: 92vw;
    top: 30vw;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    animation: fv_txt_animation_sp 1s 1s forwards;
  }
}

@keyframes fv_txt_animation {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fv_txt_animation_sp {
  0% {
    opacity: 0;
    transform: translateY(20px) translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(-50%);
  }
}
.fv_item {
  width: max(33vw, 330px);
  position: absolute;
  bottom: 1vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
  .fv_item {
    display: none;
  }
}

.fv_logo {
  color: #39260E;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  display: none;
}
@media screen and (max-width: 600px) {
  .fv_logo {
    display: block;
    position: absolute;
    top: 3.2vw;
    left: 4vw;
  }
}

.fv_logo_txt {
  display: block;
  font-size: 5.6vw;
}
.fv_logo_txt span {
  font-size: 4.2vw;
}

/*--------------- benefits ---------------*/
.benefits {
  background-color: #FFF;
  padding: 2.4vw 0;
}
@media screen and (max-width: 1000px) {
  .benefits {
    padding: 24px 0;
  }
}

.benefits_bg {
  background-color: #FFF95E;
  width: max(62.5vw, 625px);
  margin: 0 auto;
  padding: 3.6vw 0;
}
@media screen and (max-width: 1000px) {
  .benefits_bg {
    padding: 36px 0;
  }
}
@media screen and (max-width: 800px) {
  .benefits_bg {
    width: 540px;
  }
}
@media screen and (max-width: 600px) {
  .benefits_bg {
    width: 94%;
  }
}

.benefits_heading {
  background-color: #FFB418;
  padding: 1vw 8vw;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3.8vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%, 10% 50%);
          clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%, 10% 50%);
}
@media screen and (max-width: 1000px) {
  .benefits_heading {
    padding: 10px 80px;
    margin: 0 auto 38px;
  }
}
@media screen and (max-width: 600px) {
  .benefits_heading {
    -webkit-clip-path: polygon(0 0, 100% 0, 94% 50%, 100% 100%, 0 100%, 6% 50%);
            clip-path: polygon(0 0, 100% 0, 94% 50%, 100% 100%, 0 100%, 6% 50%);
    padding: 10px 36px;
  }
}
.benefits_heading h2 {
  font-family: "M PLUS 2", sans-serif;
  color: #2F4858;
  font-size: max(3.2vw, 32px);
  font-weight: 800;
}
@media screen and (max-width: 600px) {
  .benefits_heading h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 375px) {
  .benefits_heading h2 {
    font-size: 24px;
  }
}

.benefits_content {
  width: max(52vw, 520px);
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .benefits_content {
    width: 480px;
  }
}
@media screen and (max-width: 600px) {
  .benefits_content {
    width: 90%;
  }
}

.benefits_item {
  background-color: #FFF;
  width: 100%;
  margin-bottom: max(3.2vw, 32px);
  border-radius: max(1vw, 10px);
  height: max(8.4vw, 84px);
  padding: 0 2.8vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .benefits_item {
    padding: 0 28px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .benefits_item {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 20px 28px;
    gap: 8px;
  }
}
.benefits_item:last-child {
  margin-bottom: 0;
}

.benefits_num {
  width: max(5.8vw, 58px);
  position: absolute;
  top: -3vw;
  left: -3vw;
}
@media screen and (max-width: 1000px) {
  .benefits_num {
    top: -30px;
    left: -30px;
  }
}
@media screen and (max-width: 800px) {
  .benefits_num {
    top: -36px;
    left: -20px;
  }
}
@media screen and (max-width: 600px) {
  .benefits_num {
    left: -10px;
  }
}

.benefits_item_subtitle h3 {
  color: #FFB418;
  font-size: max(2.6vw, 26px);
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .benefits_item_subtitle h3 {
    font-size: 22px;
  }
}
.benefits_item_subtitle span {
  font-size: max(1.6vw, 16px);
  font-weight: 700;
  color: #2F4858;
}
@media screen and (max-width: 800px) {
  .benefits_item_subtitle span {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .benefits_item_des {
    margin-left: auto;
  }
}

.benefits_item:nth-child(1) .benefits_item_des {
  display: flex;
  align-items: center;
  gap: max(0.8vw, 8px);
}

.benefits_item_before {
  font-size: max(1.8vw, 18px);
  font-weight: 700;
  color: #2F4858;
  position: relative;
}
.benefits_item_before::before {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(10deg);
  background-color: #FF005C;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
}

.benefits_item_arrow {
  color: #FF005C;
  font-size: max(5vw, 50px);
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .benefits_item_arrow {
    font-size: 46px;
  }
}
@media screen and (max-width: 375px) {
  .benefits_item_arrow {
    font-size: 24px;
  }
}

.benefits_item_main {
  font-family: "Oswald", sans-serif;
  line-height: 1;
  color: #FF005C;
  font-size: max(5vw, 50px);
  font-weight: 900;
  background: linear-gradient(transparent 60%, #FFB418 60%, #FFB418 90%, transparent 90%, transparent 100%);
}
@media screen and (max-width: 800px) {
  .benefits_item_main {
    font-size: 46px;
  }
}
.benefits_item_main span {
  font-size: max(2.6vw, 26px);
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .benefits_item_main span {
    font-size: 22px;
  }
}

.benefits_item_main.benefits_item_main_sm {
  font-size: max(3.6vw, 36px);
}
@media screen and (max-width: 800px) {
  .benefits_item_main.benefits_item_main_sm {
    font-size: 32px;
  }
}

.benefits_item_des p {
  font-size: max(1.6vw, 16px);
  color: #2F4858;
  font-weight: 700;
  line-height: 1.4;
}
.benefits_item_des p .pink_txt {
  font-size: max(2vw, 20px);
  color: #FF005C;
}
@media screen and (max-width: 600px) {
  .benefits_item_des p br {
    display: none;
  }
}

.benefits_item_bottom {
  font-size: max(1.3vw, 13px);
  color: #FFB418;
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: -1.8vw;
}
@media screen and (max-width: 1000px) {
  .benefits_item_bottom {
    bottom: -18px;
  }
}

/*--------------- cta ---------------*/
.cta_wrapper {
  width: max(62.5vw, 625px);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 2.4vw 0;
}
@media screen and (max-width: 1000px) {
  .cta_wrapper {
    padding: 24px 0;
  }
}
@media screen and (max-width: 800px) {
  .cta_wrapper {
    flex-direction: column;
    gap: 16px;
    width: 540px;
  }
}
@media screen and (max-width: 600px) {
  .cta_wrapper {
    width: 94%;
  }
}

.cta_btn_lg {
  display: flex;
  flex-direction: row;
  background-color: #06C755;
  height: max(8.2vw, 82px);
  border-radius: 6px;
  border: 2px solid #06C755;
  overflow: hidden;
  transition: all 0.3s;
  width: max(31vw, 310px);
}
@media screen and (max-width: 350px) {
  .cta_btn_lg {
    width: 270px;
  }
}
.cta_btn_lg:hover {
  opacity: 0.6;
}

.cta_btn_lg .cta_btn_left {
  background-color: #B9F7D2;
  padding: 0 0.2vw;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .cta_btn_lg .cta_btn_left {
    padding: 0 2px;
  }
}

.cta_btn_lg img {
  width: max(4vw, 40px);
}

.cta_btn_lg .cta_btn_right {
  padding: 0 0.6vw;
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .cta_btn_lg .cta_btn_right {
    padding: 0 6px;
  }
}

.cta_btn_lg .cta_btn_right_inner {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.cta_btn_lg .cta_btn_right_top {
  display: block;
  color: #FF8981;
  font-weight: 700;
  font-size: max(1.5vw, 15px);
  padding: 0.1vw 0.4vw 0.2vw;
  background-color: #FFF;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.6vw;
}
@media screen and (max-width: 1000px) {
  .cta_btn_lg .cta_btn_right_top {
    padding: 1px 4px 2px;
    margin: 0 auto 6px;
  }
}

.cta_btn_lg .cta_btn_right_txt {
  display: block;
  text-align: center;
}
.cta_btn_lg .cta_btn_right_txt span {
  font-size: max(2.3vw, 23px);
  color: #FFD989;
  line-height: 0.9;
  font-weight: 700;
}
.cta_btn_lg .cta_btn_right_txt .small_txt {
  font-size: max(1.6vw, 16px);
}

.cta_btn_lg .cta_btn_right_txt .cta_btn_arrow {
  display: inline-block;
  color: #B9F7D2;
  font-size: max(2vw, 20px);
  font-weight: 400;
  margin-left: max(0.6vw, 6px);
}

/*--------------- voice ---------------*/
.voice {
  background-color: #FFFBA6;
  padding: 8vw 0;
}
@media screen and (max-width: 1000px) {
  .voice {
    padding: 80px 0;
  }
}

.section_heading {
  width: max(6.25vw, 625px);
  margin: 0 auto 4vw;
  background-color: #FFF;
  border-radius: 1000px;
  border: 5px solid #FFB418;
  padding: 0.4vw 0 0.6vw;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .section_heading {
    padding: 4px 0 6px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 800px) {
  .section_heading {
    width: 540px;
  }
}
@media screen and (max-width: 600px) {
  .section_heading {
    width: 94%;
    border: 3px solid #FFB418;
  }
}
.section_heading h2 {
  font-family: "M PLUS 2", sans-serif;
  color: #2F4858;
  font-size: max(3vw, 30px);
  font-weight: 800;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .section_heading h2 {
    font-size: 26px;
  }
}
.section_heading img {
  width: max(3.6vw, 36px);
  position: absolute;
  top: -2.8vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  .section_heading img {
    top: -28px;
  }
}

.swiper {
  width: max(76vw, 760px);
  height: auto;
}
@media screen and (max-width: 800px) {
  .swiper {
    width: 540px;
  }
}
@media screen and (max-width: 600px) {
  .swiper {
    width: 94%;
  }
}

.swiper-wrapper {
  height: auto;
}

.swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  height: auto !important;
}

.swiper-slide.sp_LL_display {
  display: none;
}
@media screen and (max-width: 600px) {
  .swiper-slide.sp_LL_display {
    display: block;
  }
}

.voice_list {
  display: flex;
  flex-direction: column;
  gap: max(1.2vw, 12px);
  height: 100%;
}

.voice_item {
  background-color: #FFF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  width: max(54vw, 540px);
  padding: 2vw 1.6vw;
  border-radius: max(1.2vw, 12px);
  margin: 0 auto 8px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .voice_item {
    padding: 20px 16px;
  }
}
@media screen and (max-width: 800px) {
  .voice_item {
    width: 440px;
  }
}
@media screen and (max-width: 600px) {
  .voice_item {
    width: 84%;
    padding: 28px 16px;
  }
}

.voice_item::after {
  content: "";
  position: absolute;
  background-image: url(../img/speaker_icon.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: max(6vw, 60px);
  height: max(4.8vw, 48px);
  top: max(2vw, 20px);
  left: max(2vw, 20px);
}
@media screen and (max-width: 800px) {
  .voice_item::after {
    width: 48px;
    height: 36px;
    top: 50px;
    left: 12px;
  }
}
@media screen and (max-width: 600px) {
  .voice_item::after {
    top: 90px;
  }
}

@media screen and (max-width: 600px) {
  .voice_item.sp_LL_hidden {
    display: none;
  }
}

.voice_item_title {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-size: max(1.8vw, 18px);
  color: #FF8981;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.6vw;
}
@media screen and (max-width: 1000px) {
  .voice_item_title {
    margin: 0 auto 16px;
  }
}

.voice_item_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: max(1vw, 10px);
}
@media screen and (max-width: 600px) {
  .voice_item_inner {
    flex-direction: column;
  }
}
.voice_item_inner img {
  width: max(11vw, 110px);
}
.voice_item_inner p {
  font-size: max(1.5vw, 15px);
  line-height: 1.5;
}
.voice_item_inner p span {
  color: #FF005C;
}

.swiper-button-prev {
  width: max(3vw, 30px) !important;
  height: max(3vw, 30px) !important;
  transition: all 0.3s;
}
.swiper-button-prev::after {
  content: "" !important;
  width: max(3vw, 30px) !important;
  height: max(3vw, 30px) !important;
  background-image: url(../img/prev_btn.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.swiper-button-prev:hover {
  opacity: 0.6;
}

.swiper-button-next {
  width: max(3vw, 30px) !important;
  height: max(3vw, 30px) !important;
  transition: all 0.3s;
}
.swiper-button-next::after {
  content: "" !important;
  width: max(3vw, 30px) !important;
  height: max(3vw, 30px) !important;
  background-image: url(../img/next_btn.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.swiper-button-next:hover {
  opacity: 0.6;
}

/*--------------- case ---------------*/
.case {
  background-color: #FFF95E;
  padding: 8vw 0 5vw;
}
@media screen and (max-width: 1000px) {
  .case {
    padding: 80px 0 50px;
  }
}

.case_content {
  width: max(6.25vw, 625px);
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .case_content {
    width: 540px;
  }
}
@media screen and (max-width: 600px) {
  .case_content {
    width: 94%;
  }
}

.case_list {
  margin-bottom: max(4vw, 40px);
}

.case_list_top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: max(1vw, 10px);
  margin-bottom: max(1vw, 10px);
}
@media screen and (max-width: 600px) {
  .case_list_top {
    grid-template-columns: 1fr 1fr;
  }
}

.case_list_toggle {
  display: none;
}

.open .case_list_toggle {
  display: block;
}

.case_list_bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: max(1vw, 10px);
}
@media screen and (max-width: 600px) {
  .case_list_bottom {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 600px) {
  .space_item {
    display: none;
  }
}

.case_btn {
  width: max(24vw, 240px);
  margin: 0 auto;
  background-color: #FFF;
  padding: 1.2vw 0;
  font-size: max(1.8vw, 18px);
  text-align: center;
  font-weight: 700;
  color: #FFB418;
  border: 2px solid #FFB418;
  border-radius: 12px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .case_btn {
    padding: 12px 0;
  }
}
@media screen and (max-width: 375px) {
  .case_btn {
    width: 200px;
    padding: 8px 0;
  }
}

.case_btn_open.open {
  display: none;
}

.case_btn_close {
  display: none;
}
.case_btn_close.open {
  display: block;
}

/*--------------- booking ---------------*/
.booking {
  padding: 8vw 0 5vw;
  background-image: url(../img/booking_bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1000px) {
  .booking {
    padding: 80px 0 50px;
  }
}

.booking_content {
  width: max(62.5vw, 625px);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .booking_content {
    width: 540px;
  }
}
@media screen and (max-width: 600px) {
  .booking_content {
    width: 94%;
    flex-direction: column;
    gap: 16px;
  }
}

.booking_item {
  width: max(18vw, 180px);
}
@media screen and (max-width: 600px) {
  .booking_item {
    width: 80%;
    margin: 0 auto;
  }
}

.booking_img {
  width: 80%;
  margin: 0 auto 1.6vw;
}
@media screen and (max-width: 1000px) {
  .booking_img {
    margin: 0 auto 16px;
  }
}
@media screen and (max-width: 600px) {
  .booking_img {
    margin: 0 auto 8px;
    width: 70%;
    max-width: 160px;
  }
}

.booking_title {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-size: max(2.1vw, 21px);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.6vw;
}
@media screen and (max-width: 1000px) {
  .booking_title {
    margin: 0 auto 16px;
  }
}
@media screen and (max-width: 600px) {
  .booking_title {
    margin: 0 auto 8px;
  }
}
.booking_title span {
  color: #FFB418;
}

.booking_txt {
  font-size: max(1.5vw, 15px);
  line-height: 1.4;
}
.booking_txt span {
  color: #FF005C;
}

.booking_arrow {
  background-color: #FFB418;
  width: max(3.8vw, 38px);
  height: max(4.6vw, 46px);
  -webkit-clip-path: polygon(0 30%, 50% 30%, 50% 0, 100% 50%, 50% 100%, 50% 70%, 0 70%);
          clip-path: polygon(0 30%, 50% 30%, 50% 0, 100% 50%, 50% 100%, 50% 70%, 0 70%);
  margin-top: max(4.8vw, 48px);
}
@media screen and (max-width: 600px) {
  .booking_arrow {
    margin: 0 auto;
    -webkit-clip-path: polygon(30% 0, 70% 0, 70% 50%, 100% 50%, 50% 100%, 0 50%, 30% 50%);
            clip-path: polygon(30% 0, 70% 0, 70% 50%, 100% 50%, 50% 100%, 0 50%, 30% 50%);
  }
}

/*--------------- trouble ---------------*/
.trouble {
  background-color: #FFF;
}

.trouble_bg {
  background-color: #FFD989;
  padding: 8vw 0 10vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
          clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
}
@media screen and (max-width: 1000px) {
  .trouble_bg {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 600px) {
  .trouble_bg {
    padding: 80px 0 40px;
  }
}

.trouble_content {
  width: max(62.5vw, 625px);
  margin: 0 auto;
  padding-top: max(5vw, 50px);
}
@media screen and (max-width: 800px) {
  .trouble_content {
    width: 540px;
  }
}
@media screen and (max-width: 600px) {
  .trouble_content {
    width: 94%;
  }
}

.trouble_item {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FFF;
  padding: 7.5vw 2vw 2.4vw 18vw;
  position: relative;
  border-radius: max(2.4vw, 24px);
  margin-bottom: max(7.2vw, 72px);
}
@media screen and (max-width: 1000px) {
  .trouble_item {
    padding: 75px 20px 24px 180px;
  }
}
@media screen and (max-width: 800px) {
  .trouble_item {
    margin: 0 auto 72px;
  }
}
@media screen and (max-width: 600px) {
  .trouble_item {
    width: 100%;
    padding: 65px 20px 24px 20px;
  }
}
.trouble_item::last-child {
  margin-bottom: 0;
}

.trouble_item:nth-child(even) {
  margin-left: auto;
}
@media screen and (max-width: 800px) {
  .trouble_item:nth-child(even) {
    margin-left: 0;
  }
}

.trouble_title {
  background-color: #FFB418;
  width: max(34vw, 340px);
  text-align: center;
  padding: 3.6vw 0;
  border-radius: max(1.2vw, 12px);
  position: absolute;
  top: -4vw;
  right: 2vw;
}
@media screen and (max-width: 1000px) {
  .trouble_title {
    padding: 36px 0;
    top: -40px;
    right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .trouble_title {
    width: 70%;
    top: -28px;
    padding: 0;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.trouble_title h3 {
  color: #FFF;
  font-size: max(1.8vw, 18px);
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .trouble_title h3 {
    font-size: 17px;
  }
}
.trouble_title::after {
  position: absolute;
  content: "";
  width: max(3.2vw, 32px);
  height: max(3.2vw, 32px);
  background-color: #FFB418;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  top: 4vw;
  left: -3vw;
}
@media screen and (max-width: 1000px) {
  .trouble_title::after {
    top: 40px;
    left: -30px;
  }
}
@media screen and (max-width: 600px) {
  .trouble_title::after {
    display: none;
  }
}

.trouble_title_icon {
  width: max(5.2vw, 52px);
  position: absolute;
  top: -2vw;
  right: -3.4vw;
}
@media screen and (max-width: 1000px) {
  .trouble_title_icon {
    top: -20px;
    right: -34px;
  }
}
@media screen and (max-width: 600px) {
  .trouble_title_icon {
    width: 24px;
    top: -12px;
    right: -12px;
  }
}

.trouble_img {
  width: max(13.6vw, 136px);
  position: absolute;
  bottom: 0;
  left: max(1vw, 10px);
}
@media screen and (max-width: 600px) {
  .trouble_img {
    position: absolute;
    bottom: auto;
    top: -40px;
    width: 60px;
  }
}

.trouble_txt {
  width: max(34vw, 340px);
  font-size: max(1.5vw, 15px);
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .trouble_txt {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.trouble_txt span {
  color: #FF005C;
}

/*--------------- reasons ---------------*/
.reasons {
  padding: 8vw 0 5vw;
}
@media screen and (max-width: 1000px) {
  .reasons {
    padding: 80px 0 50px;
  }
}
@media screen and (max-width: 600px) {
  .reasons .section_heading {
    width: 100%;
  }
}

.reasons_bg {
  width: max(62.5vw, 625px);
  margin: 0 auto;
  background-color: #FFFBA6;
  padding: 4vw 0;
}
@media screen and (max-width: 1000px) {
  .reasons_bg {
    padding: 40px 0;
  }
}
@media screen and (max-width: 800px) {
  .reasons_bg {
    width: 540px;
  }
}
@media screen and (max-width: 600px) {
  .reasons_bg {
    width: 94%;
  }
}

.reasons_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: max(3.2vw, 32px);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 5vw;
}
@media screen and (max-width: 1000px) {
  .reasons_item {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 800px) {
  .reasons_item {
    flex-direction: column;
    gap: 16px;
  }
}
.reasons_item:last-child {
  margin: 0 auto;
}

.reasons_item:nth-child(even) .reasons_item_img {
  order: -2;
}

.reasons_item_txt {
  width: max(23.4vw, 234px);
}
@media screen and (max-width: 800px) {
  .reasons_item_txt {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .reasons_item_txt {
    width: 90%;
  }
}
.reasons_item_txt p {
  font-size: max(1.5vw, 15px);
  line-height: 1.4;
}

.reasons_item_num {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: max(1vw, 10px);
  position: relative;
  margin-bottom: max(0.4vw, 4px);
}
.reasons_item_num span {
  color: #FFB418;
  font-size: max(5.4vw, 54px);
  font-weight: 800;
  font-family: "M PLUS 2", sans-serif;
}
@media screen and (max-width: 600px) {
  .reasons_item_num span {
    font-size: 40px;
  }
}
.reasons_item_num img {
  width: max(5vw, 50px);
  position: absolute;
  top: 1vw;
  right: -5vw;
  transform: rotate(66deg);
}
@media screen and (max-width: 1000px) {
  .reasons_item_num img {
    top: 10px;
    right: -50px;
  }
}
@media screen and (max-width: 600px) {
  .reasons_item_num img {
    width: 40px;
    right: -38px;
  }
}

.reasons_item_title {
  color: #FF005C;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 700;
  font-size: max(1.8vw, 18px);
  margin-bottom: max(1vw, 10px);
}

.reasons_item_img {
  width: max(28.4vw, 284px);
  border-radius: max(1.6vw, 16px);
}
@media screen and (max-width: 800px) {
  .reasons_item_img {
    order: -2;
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .reasons_item_img {
    width: 90%;
  }
}

/*---------------flow ---------------*/
.flow {
  padding: 8vw 0 5vw;
  background-image: url(../img/flow_bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1000px) {
  .flow {
    padding: 80px 0 50px;
  }
}
@media screen and (max-width: 600px) {
  .flow {
    background-image: none;
    background-color: #FFFBA6;
  }
}

.flow_content {
  width: max(62.5vw, 625px);
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .flow_content {
    width: 540px;
  }
}
@media screen and (max-width: 600px) {
  .flow_content {
    width: 94%;
    background-color: #FFF;
  }
}

.flow_list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .flow_list {
    width: 94%;
    max-width: 320px;
  }
}

.flow_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: max(3.2vw, 32px);
  padding: 2vw 0;
}
@media screen and (max-width: 1000px) {
  .flow_item {
    padding: 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .flow_item {
    flex-direction: column;
    gap: 16px;
    padding: 40px 0 20px;
  }
}
.flow_item:last-child {
  padding: 2vw 0 6vw;
}
@media screen and (max-width: 1000px) {
  .flow_item:last-child {
    padding: 20px 0 60px;
  }
}

.flow_item_txt {
  width: max(30vw, 300px);
}
@media screen and (max-width: 600px) {
  .flow_item_txt {
    width: 94%;
    max-width: 320px;
  }
}

.flow_item_title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: max(0.6vw, 6px);
  margin-bottom: max(0.8vw, 8px);
}
.flow_item_title span {
  font-size: max(2.2vw, 22px);
  color: #FF005C;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
}
.flow_item_title h3 {
  color: #FFB418;
  font-size: max(1.8vw, 18px);
  font-weight: 700;
}

.flow_item_img {
  width: max(20vw, 200px);
  border-radius: max(1.6vw, 16px);
}
@media screen and (max-width: 600px) {
  .flow_item_img {
    width: 100%;
    order: -2;
  }
}

.flow_arrow {
  width: 100%;
  background-color: #FFB418;
  height: 2px;
  margin: 0 auto;
  position: relative;
}
.flow_arrow::after {
  content: "";
  background-color: #FFB418;
  width: max(3.6vw, 36px);
  height: max(2vw, 20px);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

/*--------------- info ---------------*/
.info {
  padding: 8vw 0 5vw;
}
@media screen and (max-width: 1000px) {
  .info {
    padding: 80px 0 50px;
  }
}

.info_content {
  width: max(62.5vw, 625px);
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .info_content {
    width: 540px;
  }
}
@media screen and (max-width: 600px) {
  .info_content {
    width: 94%;
  }
}

.info_top_item {
  position: relative;
  margin-bottom: max(4vw, 40px);
}

.info_top_img {
  width: max(40vw, 400px);
}
@media screen and (max-width: 800px) {
  .info_top_img {
    width: 360px;
  }
}
@media screen and (max-width: 600px) {
  .info_top_img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 16px;
  }
}

.info_top_txt {
  position: absolute;
  border: 3px solid #FFB418;
  border-radius: max(2vw, 20px);
  width: max(30vw, 300px);
  bottom: 0;
  right: 0;
  background-color: #FFF;
  padding: 1.6vw 1vw;
}
@media screen and (max-width: 1000px) {
  .info_top_txt {
    padding: 16px 10px;
  }
}
@media screen and (max-width: 800px) {
  .info_top_txt {
    width: 240px;
  }
}
@media screen and (max-width: 600px) {
  .info_top_txt {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

.info_top_title {
  font-size: max(2vw, 20px);
  font-weight: 700;
  color: #2F4858;
  margin-bottom: max(0.4vw, 4px);
}

.info_top_address {
  display: block;
  font-size: max(1.6vw, 16px);
  font-weight: 700;
  margin-bottom: max(1vw, 10px);
}
@media screen and (max-width: 800px) {
  .info_top_address {
    font-size: 15px;
  }
}

.info_top_tel {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: max(0.8vw, 8px);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.info_top_tel img {
  width: max(3vw, 30px);
}
@media screen and (max-width: 800px) {
  .info_top_tel img {
    width: 26px;
  }
}
.info_top_tel span {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: max(3.6vw, 36px);
  color: #FFB418;
}
@media screen and (max-width: 800px) {
  .info_top_tel span {
    font-size: 30px;
  }
}

.info_opening {
  display: flex;
  flex-direction: row;
  gap: max(4vw, 40px);
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4vw;
}
@media screen and (max-width: 1000px) {
  .info_opening {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 600px) {
  .info_opening {
    flex-direction: column;
    gap: 16px;
  }
}
.info_opening h3 {
  font-size: max(1.8vw, 18px);
  font-weight: 700;
  color: #2F4858;
}

.info_opening table td:nth-child(1) {
  padding-right: max(2vw, 20px);
}
.info_opening table td {
  padding-bottom: max(1vw, 10px);
}
@media screen and (max-width: 600px) {
  .info_opening table td {
    padding-bottom: 8px;
  }
}

.info_bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 600px) {
  .info_bottom {
    flex-direction: column;
  }
}
.info_bottom img {
  width: 33.3333333333%;
}
@media screen and (max-width: 600px) {
  .info_bottom img {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
  }
}

/*--------------- footer ---------------*/
.footer {
  text-align: center;
  padding: 2vw 0;
  background-color: #FFB418;
  margin-top: 4vw;
}
@media screen and (max-width: 1000px) {
  .footer {
    padding: 20px 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .footer {
    padding: 2vw 0 26vw;
  }
}
.footer small {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  color: #FFF;
  font-size: max(1.4vw, 14px);
}
@media screen and (max-width: 350px) {
  .footer small {
    font-size: 12px;
  }
}

/*--------------- cta-fixed ---------------*/
.cta-fixed {
  display: none;
}
@media screen and (max-width: 600px) {
  .cta-fixed {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    background-color: #FFF;
  }
}

.cta-fixed_inner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.cta-fixed .cta_btn_sm {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #06C755;
  height: auto;
  border-radius: 6px;
  border: 2px solid #06C755;
  overflow: hidden;
  transition: all 0.3s;
}
.cta-fixed .cta_btn_sm:hover {
  opacity: 0.6;
}

.cta-fixed .cta_btn_left {
  background-color: #B9F7D2;
  padding: 0 2px;
  display: flex;
  align-items: center;
}

.cta-fixed .cta_btn_sm img {
  width: 8vw;
}

.cta-fixed .cta_btn_right {
  padding: 8px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.cta-fixed .cta_btn_right_top {
  display: block;
  color: #FF8981;
  font-weight: 700;
  font-size: 3vw;
  padding: 1px 2px;
  background-color: #FFF;
  margin: 0 auto 4px;
}

.cta-fixed .cta_btn_right_txt {
  display: block;
  font-size: 6vw;
  color: #FFD989;
  line-height: 0.9;
  font-weight: 700;
  text-align: center;
}
.cta-fixed .cta_btn_right_txt span {
  font-size: 4.2vw;
}

/*--------------- header ---------------*/
/*--------------- header ---------------*//*# sourceMappingURL=index.css.map */