.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%;
  overflow-x: hidden;
  color: #231916;
  font-family: "Noto Sans JP", sans-serif;
}

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

a {
  text-decoration: none;
}

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

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

.section_heading {
  position: relative;
  margin-bottom: 84px;
}
@media screen and (max-width: 800px) {
  .section_heading {
    margin-bottom: 40px;
  }
}

.section_heading h2 {
  font-size: min(9.4vw, 180px);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: rgba(4, 119, 191, 0.1);
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .section_heading h2 {
    font-size: max(10vw, 100px);
  }
}
@media screen and (max-width: 800px) {
  .section_heading h2 {
    font-size: 80px;
  }
}
@media screen and (max-width: 600px) {
  .section_heading h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 375px) {
  .section_heading h2 {
    font-size: 50px;
  }
}

.section_heading > span {
  font-size: min(2.1vw, 40px);
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .section_heading > span {
    font-size: max(2.2vw, 21px);
  }
}
@media screen and (max-width: 800px) {
  .section_heading > span {
    font-size: 18px;
  }
}

/*--------------- header ---------------*/
main {
  position: relative;
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0.8vw 5.6vw 0;
}
@media screen and (max-width: 800px) {
  .header {
    position: static;
    background-color: rgba(4, 119, 191, 0.13);
    padding: 18px 10px 20px;
  }
}

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

.header_logo {
  display: block;
  width: max(24vw, 240px);
}
@media screen and (max-width: 800px) {
  .header_logo {
    width: 270px;
  }
}

.header_btn {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  border-radius: 35px;
}
@media screen and (max-width: 800px) {
  .header_btn {
    display: none;
  }
}
.header_btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 4px;
  left: 0;
  border-radius: 35px;
  background-color: rgba(0, 63, 103, 0.35);
  z-index: -1;
}
.header_btn span {
  font-size: max(1.25vw, 16px);
  line-height: 1.7;
  text-align: justify;
  font-weight: 500;
  font-weight: 700;
  color: #fff;
}

.header_btn:hover {
  top: 4px;
}
.header_btn:hover::after {
  top: 0;
}

.header_btn_inner {
  padding: 0.9vw 4.8vw 0.9vw 3.2vw;
  border-radius: 35px;
  background: linear-gradient(90deg, #04A6BF 0%, #0477BF 100%);
}

.header_btn_icon {
  position: absolute;
  width: max(2.6vw, 26px);
  height: max(2.6vw, 26px);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: max(0.4vw, 4px);
  z-index: 3;
}
.header_btn_icon img {
  width: max(1.6vw, 16px);
}

/*--------------- fv ---------------*/
.fv {
  background-color: rgba(4, 119, 191, 0.13);
}

.fv_wrap {
  position: relative;
}

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

.fv_sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .fv_sp {
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }
}

.fv_txt {
  position: absolute;
  width: 31.25vw;
  top: 50%;
  left: 18.75%;
  transform: translateY(-45%);
  opacity: 0;
  transition: all 0.8s;
}
@media screen and (max-width: 1400px) {
  .fv_txt {
    top: 54%;
    left: 15%;
    width: 36vw;
  }
}
@media screen and (max-width: 1000px) {
  .fv_txt {
    left: 5%;
    width: 42vw;
  }
}

.fv_txt.move {
  opacity: 1;
  transform: translateY(-50%);
}

.fv_img {
  width: 60%;
  margin-left: auto;
  margin-right: 9%;
}
@media screen and (max-width: 1400px) {
  .fv_img {
    width: 68%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 1000px) {
  .fv_img {
    margin-right: 0;
    width: 76%;
  }
}

.fv_cta {
  background: linear-gradient(100deg, #04A6BF 0%, #0487BF 50%, #04A6BF 100%);
  position: relative;
}

.fv_cta_bubble {
  position: absolute;
  width: 22.5vw;
  top: -2vw;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
}
@media screen and (max-width: 1600px) {
  .fv_cta_bubble {
    width: 26vw;
    top: -2.8vw;
  }
}
@media screen and (max-width: 1400px) {
  .fv_cta_bubble {
    top: -2.4vw;
    width: max(30vw, 300px);
  }
}
@media screen and (max-width: 1000px) {
  .fv_cta_bubble {
    top: -24px;
  }
}
@media screen and (max-width: 600px) {
  .fv_cta_bubble {
    top: -30px;
  }
}
@media screen and (max-width: 350px) {
  .fv_cta_bubble {
    width: 280px;
  }
}

.fv_cta_bubble.scrollin {
  transform: translateX(-50%);
}

.fv_cta_img {
  position: absolute;
  width: 8vw;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .fv_cta_img {
    right: -4vw;
  }
}
@media screen and (max-width: 1000px) {
  .fv_cta_img {
    right: 0;
  }
}
@media screen and (max-width: 800px) {
  .fv_cta_img {
    display: none;
  }
}

.fv_cta_content {
  width: 62.5%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 62px 0 40px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .fv_cta_content {
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .fv_cta_content {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .fv_cta_content {
    width: 94%;
  }
}
@media screen and (max-width: 800px) {
  .fv_cta_content {
    padding: 40px 0;
  }
}

.fv_cta_top {
  font-size: min(1.9vw, 34px);
  color: #fff;
  font-weight: 700;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto max(1.2vw, 12px);
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .fv_cta_top {
    font-size: max(2.2vw, 22px);
  }
}
@media screen and (max-width: 375px) {
  .fv_cta_top {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .fv_cta_top {
    line-height: 1.7;
  }
}
.fv_cta_top .white_bg {
  display: inline-block;
  background-color: #fff;
  color: #231916;
  padding: 0.3vw 0.4vw 0.5vw;
  border-radius: max(0.4vw, 4px);
}
@media screen and (max-width: 1000px) {
  .fv_cta_top .white_bg {
    padding: 3px 4px 5px;
  }
}
@media screen and (max-width: 800px) {
  .fv_cta_top .white_bg {
    line-height: 1;
  }
}
.fv_cta_top .white_bg_left {
  margin-left: max(0.4vw, 4px);
}
.fv_cta_top .white_bg_right {
  margin-right: max(0.4vw, 4px);
}

.fv_cta_txt {
  font-size: max(1.25vw, 16px);
  line-height: 1.7;
  text-align: justify;
  font-weight: 500;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto max(1.6vw, 16px);
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 800px) {
  .fv_cta_txt {
    text-align: left;
  }
}

.fv_cta_btn {
  display: block;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.fv_cta_btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 4px;
  left: 0;
  border-radius: 100px;
  background-color: rgba(96, 53, 0, 0.35);
  z-index: -1;
}

.fv_cta_btn:hover {
  top: 4px;
}
.fv_cta_btn:hover::after {
  top: 0;
}

.fv_cta_icon {
  position: absolute;
  width: max(2.4vw, 24px);
  bottom: -4px;
  right: max(0.4vw, 4px);
}

.fv_cta_btn_inner {
  background-color: #D97903;
  border-radius: 100px;
  padding: 1.5vw 4vw 1.7vw;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1000px) {
  .fv_cta_btn_inner {
    padding: 15px 40px 17px;
  }
}
@media screen and (max-width: 600px) {
  .fv_cta_btn_inner {
    padding: 10px 32px 12px;
  }
}
.fv_cta_btn_inner span {
  font-size: min(1.7vw, 32px);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .fv_cta_btn_inner span {
    font-size: max(2vw, 20px);
  }
}
@media screen and (max-width: 375px) {
  .fv_cta_btn_inner span {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .fv_cta_btn_inner span {
    line-height: 1.3;
  }
}

/*--------------- materialize ---------------*/
.materialize {
  background-color: #F9F9F9;
}

.materialize_wrap {
  width: 62.5%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 120px;
}
@media screen and (max-width: 1400px) {
  .materialize_wrap {
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .materialize_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .materialize_wrap {
    width: 94%;
  }
}
@media screen and (max-width: 600px) {
  .materialize_wrap {
    padding: 20px 0 60px;
  }
}

.materialize_heading {
  position: relative;
  padding-top: max(7.6vw, 82px);
  margin-bottom: 82px;
}
@media screen and (max-width: 1600px) {
  .materialize_heading {
    margin-bottom: 68px;
  }
}
@media screen and (max-width: 600px) {
  .materialize_heading {
    padding-top: 100px;
    margin-bottom: 48px;
  }
}

.materialize_heading h2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.materialize_bubble {
  display: flex;
  align-items: center;
  gap: max(0.5vw, 5px);
  position: absolute;
  top: 5.8vw;
  left: 0;
  transform: rotate(-14deg);
  opacity: 0;
}
@media screen and (max-width: 1400px) {
  .materialize_bubble {
    top: 6.8vw;
  }
}
@media screen and (max-width: 1200px) {
  .materialize_bubble {
    top: max(5vw, 50px);
    transform: rotate(-6deg);
  }
}
@media screen and (max-width: 600px) {
  .materialize_bubble {
    transform: rotate(-4deg);
  }
}
@media screen and (max-width: 350px) {
  .materialize_bubble {
    top: 42px;
  }
}
.materialize_bubble img {
  width: max(0.9vw, 12px);
}
.materialize_bubble span {
  color: #D97903;
  font-size: max(1.25vw, 16px);
  line-height: 1.7;
  text-align: justify;
  font-weight: 500;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

.materialize_bubble.move {
  animation: blinking 1s forwards;
}

@keyframes blinking {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.materialize_top {
  display: flex;
  align-items: center;
  gap: max(3.6vw, 36px);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.materialize_top_txt {
  width: 31vw;
}
@media screen and (max-width: 1400px) {
  .materialize_top_txt {
    width: max(36vw, 360px);
  }
}
@media screen and (max-width: 600px) {
  .materialize_top_txt {
    width: 100%;
  }
}

.materialize_top_txt > span:nth-child(1) {
  font-size: min(1.7vw, 32px);
  font-weight: 700;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.5vw;
}
@media screen and (max-width: 1400px) {
  .materialize_top_txt > span:nth-child(1) {
    font-size: max(2vw, 20px);
  }
}
@media screen and (max-width: 375px) {
  .materialize_top_txt > span:nth-child(1) {
    font-size: 18px;
  }
}
@media screen and (max-width: 1400px) {
  .materialize_top_txt > span:nth-child(1) {
    margin: 0 auto max(1.8vw, 18px);
  }
}

.materialize_top_txt > span:nth-child(2) {
  font-size: min(2.5vw, 48px);
  font-weight: 700;
  position: relative;
  z-index: 2;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto max(3vw, 30px);
}
@media screen and (max-width: 1400px) {
  .materialize_top_txt > span:nth-child(2) {
    font-size: max(2.8vw, 28px);
  }
}
@media screen and (max-width: 375px) {
  .materialize_top_txt > span:nth-child(2) {
    font-size: 26px;
  }
}
@media screen and (max-width: 350px) {
  .materialize_top_txt > span:nth-child(2) {
    font-size: 24px;
  }
}
.materialize_top_txt > span:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 0;
  height: max(1.4vw, 14px);
  background-color: #FFFCA1;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s 0.4s ease;
}
.materialize_top_txt > span:nth-child(2) .dot_txt {
  display: inline-block;
  position: relative;
}
.materialize_top_txt > span:nth-child(2) .dot_txt::after {
  content: "";
  position: absolute;
  top: min(-0.6vw, -6px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #D97903;
  width: max(0.6vw, 6px);
  height: max(0.6vw, 6px);
  border-radius: 100%;
}
.materialize_top_txt > span:nth-child(2) .blue_txt {
  color: #0477BF;
}

.materialize_top_txt.move > span:nth-child(2)::after {
  width: 100%;
}

.materialize_top_txt p {
  font-size: max(1.25vw, 16px);
  line-height: 1.7;
  text-align: justify;
  font-weight: 500;
}

.materialize_top_img {
  width: 10vw;
}
@media screen and (max-width: 1400px) {
  .materialize_top_img {
    width: max(12vw, 120px);
  }
}
@media screen and (max-width: 600px) {
  .materialize_top_img {
    display: none;
  }
}

.materialize_item {
  width: 100%;
  padding: 2.5vw 0 0 6.4vw;
  position: relative;
  margin-bottom: 4.8vw;
  transition: all 1s;
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .materialize_item {
    padding: 0;
  }
}
.materialize_item:last-child {
  margin-bottom: 0;
}

.materialize_item:nth-child(odd) {
  transform: translateX(-20px);
}
.materialize_item:nth-child(odd).move {
  transform: translateX(0);
  opacity: 1;
}

.materialize_item:nth-child(even).move {
  transform: translateX(0);
  opacity: 1;
}

.materialize_item:nth-child(even) {
  padding: 2.5vw 6.4vw 0 0;
  transform: translateX(20px);
}
@media screen and (max-width: 600px) {
  .materialize_item:nth-child(even) {
    padding: 0;
  }
}
.materialize_item:nth-child(even) .materialize_item_img {
  left: auto;
  right: 0;
}
.materialize_item:nth-child(even) .materialize_item_txt {
  padding: 0 18.4vw 0 3.8vw;
}
@media screen and (max-width: 800px) {
  .materialize_item:nth-child(even) .materialize_item_txt {
    padding: 0 34vw 0 3.8vw;
  }
}
@media screen and (max-width: 600px) {
  .materialize_item:nth-child(even) .materialize_item_txt {
    padding: 24px 12px;
  }
}

.materialize_item_img {
  width: 21vw;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: max(0.5vw, 5px) max(0.5vw, 5px) max(0.3vw, 3px) rgba(0, 0, 0, 0.16);
  border-radius: max(0.5vw, 5px);
}
@media screen and (max-width: 800px) {
  .materialize_item_img {
    width: 36vw;
  }
}
@media screen and (max-width: 600px) {
  .materialize_item_img {
    position: static;
    width: 100%;
    margin: 0 auto 16px;
  }
}

.materialize_item_txt {
  background-color: #fff;
  box-shadow: max(0.5vw, 5px) max(0.5vw, 5px) max(0.3vw, 3px) rgba(0, 0, 0, 0.16);
  border-radius: max(0.5vw, 5px);
  height: 15vw;
  padding: 0 3.8vw 0 18.4vw;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .materialize_item_txt {
    height: 18vw;
  }
}
@media screen and (max-width: 1000px) {
  .materialize_item_txt {
    height: 22vw;
  }
}
@media screen and (max-width: 800px) {
  .materialize_item_txt {
    height: 40vw;
    padding: 0 3.8vw 0 34vw;
  }
}
@media screen and (max-width: 600px) {
  .materialize_item_txt {
    padding: 24px 12px;
    height: auto;
  }
}

.materialize_item_txt_inner span {
  display: block;
  width: 100%;
  padding: max(0.4vw, 4px) 0 max(0.6vw, 6px);
  text-align: center;
  background-color: #0477BF;
  color: #fff;
  font-weight: 700;
  border-radius: max(0.3vw, 3px);
  font-size: min(1.7vw, 32px);
  margin-bottom: max(1.2vw, 12px);
}
@media screen and (max-width: 1400px) {
  .materialize_item_txt_inner span {
    font-size: max(2vw, 20px);
  }
}
@media screen and (max-width: 375px) {
  .materialize_item_txt_inner span {
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  .materialize_item_txt_inner span {
    line-height: 1.3;
  }
}
.materialize_item_txt_inner p {
  font-size: max(1.25vw, 16px);
  line-height: 1.7;
  text-align: justify;
  font-weight: 500;
}

/*--------------- service ---------------*/
.service {
  background: linear-gradient(125deg, rgba(4, 119, 191, 0.08) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(4, 119, 191, 0.08) 100%);
  padding-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .service {
    padding: 20px 0 60px;
  }
}

.service_wrap {
  width: 62.5%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .service_wrap {
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .service_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .service_wrap {
    width: 94%;
  }
}

.service-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.service_item_num {
  width: max(15vw, 220px);
  margin: 0 auto max(1.2vw, 12px);
}
@media screen and (max-width: 600px) {
  .service_item_num {
    width: 200px;
  }
}

.service_item_img {
  border-radius: 10px;
  box-shadow: max(0.5vw, 5px) max(0.5vw, 5px) max(0.3vw, 3px) rgba(0, 0, 0, 0.16);
  margin-bottom: max(3vw, 30px);
}
@media screen and (max-width: 800px) {
  .service_item_img {
    max-width: 360px;
    margin: 0 auto 30px;
  }
}

.service_item_txt {
  font-size: max(1.25vw, 16px);
  line-height: 1.7;
  text-align: justify;
  font-weight: 500;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.service_item_txt span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
}
.service_item_txt span:last-child {
  margin-bottom: 0;
}

/*--------------- price ---------------*/
.price {
  background-color: #F9f9f9;
  padding-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .price {
    padding-bottom: 60px;
  }
}

.price_wrap {
  width: 62.5%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .price_wrap {
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .price_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .price_wrap {
    width: 94%;
  }
}

.price_heading {
  width: max(51.5vw, 720px);
  height: max(21.6vw, 302px);
  background-image: url(../img/price_heading.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding-top: 3.2vw;
  margin-bottom: 78px;
}
@media screen and (max-width: 1200px) {
  .price_heading {
    width: 620px;
    height: 260px;
    padding-top: 28px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 800px) {
  .price_heading {
    width: 500px;
    height: 220px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .price_heading {
    width: 100%;
    height: 160px;
    padding-top: 16px;
    margin-bottom: 16px;
  }
}

.price_heading_bubble {
  display: flex;
  align-items: center;
  gap: max(0.5vw, 5px);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto max(0.5vw, 5px);
}
.price_heading_bubble img {
  width: max(0.9vw, 12px);
}
.price_heading_bubble span {
  color: #fff;
  font-size: max(1.25vw, 16px);
  line-height: 1.7;
  text-align: justify;
  font-weight: 500;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

.price_heading_main {
  font-size: min(3.2vw, 60px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .price_heading_main {
    font-size: max(3.2vw, 44px);
  }
}
@media screen and (max-width: 800px) {
  .price_heading_main {
    font-size: 38px;
  }
}
@media screen and (max-width: 600px) {
  .price_heading_main {
    font-size: 25px;
  }
}
@media screen and (max-width: 375px) {
  .price_heading_main {
    font-size: 23px;
  }
}
.price_heading_main::after {
  content: "";
  position: absolute;
  height: 6px;
  border-top: 2px solid #FFFCA1;
  border-bottom: 2px solid #FFFCA1;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 800px) {
  .price_heading_main::after {
    width: 94%;
  }
}
@media screen and (max-width: 600px) {
  .price_heading_main::after {
    width: 90%;
  }
}
.price_heading_main .yellow_txt {
  color: #FFFCA1;
}
.price_heading_main .small_txt {
  font-size: min(2.1vw, 40px);
}
@media screen and (max-width: 1600px) {
  .price_heading_main .small_txt {
    font-size: max(2.1vw, 28px);
  }
}
@media screen and (max-width: 800px) {
  .price_heading_main .small_txt {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .price_heading_main .small_txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  .price_heading_main .small_txt {
    font-size: 18px;
  }
}

.price_top {
  font-size: min(1.9vw, 34px);
  font-weight: 700;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto max(1.2vw, 12px);
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .price_top {
    font-size: max(2.2vw, 22px);
  }
}
@media screen and (max-width: 375px) {
  .price_top {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .price_top {
    line-height: 1.7;
  }
}
.price_top .blue_bg {
  display: inline-block;
  background-color: #0477BF;
  color: #fff;
  padding: 0.3vw 0.4vw 0.5vw;
  border-radius: max(0.4vw, 4px);
}
@media screen and (max-width: 1000px) {
  .price_top .blue_bg {
    padding: 3px 4px 5px;
  }
}
@media screen and (max-width: 800px) {
  .price_top .blue_bg {
    line-height: 1;
  }
}
.price_top .blue_bg_left {
  margin-left: max(0.4vw, 4px);
}
.price_top .blue_bg_right {
  margin-right: max(0.4vw, 4px);
}

.price_txt {
  font-size: max(1.25vw, 16px);
  line-height: 1.7;
  text-align: justify;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 46px;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 800px) {
  .price_txt {
    text-align: left;
    margin: 0 auto 32px;
  }
}
@media screen and (max-width: 600px) {
  .price_txt {
    margin: 0 auto 24px;
  }
}

.price_des {
  display: grid;
  grid-template-columns: 23.4vw 29.4vw;
  gap: max(1.8vw, 18px);
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
}
@media screen and (max-width: 1200px) {
  .price_des {
    grid-template-columns: 26.4vw 34.4vw;
  }
}
@media screen and (max-width: 1000px) {
  .price_des {
    grid-template-columns: 264px 344px;
  }
}
@media screen and (max-width: 800px) {
  .price_des {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 800px) {
  .price_des_tag {
    max-width: 244px;
  }
}
@media screen and (max-width: 600px) {
  .price_des_tag {
    max-width: 180px;
  }
}

@media screen and (max-width: 800px) {
  .price_des_txt {
    max-width: 344px;
  }
}

.price_des_txt img {
  margin-bottom: max(0.4vw, 4px);
}

.price_des_txt span {
  display: block;
}
.price_des_txt span:nth-child(2) {
  font-size: max(1.25vw, 16px);
  line-height: 1.7;
  text-align: justify;
  font-weight: 500;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto max(0.8vw, 8px);
}
.price_des_txt span:nth-child(3) {
  font-size: 14px;
  line-height: 1.7;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .price_des_txt span:nth-child(3) {
    font-size: 12px;
  }
}

.price_bubble {
  width: max(5.8vw, 81px);
  height: max(5.8vw, 81px);
  border-radius: 100%;
  background-color: #D97903;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto max(4vw, 40px);
  opacity: 0;
}
@media screen and (max-width: 800px) {
  .price_bubble {
    margin: 0 auto 68px;
  }
}
@media screen and (max-width: 600px) {
  .price_bubble {
    margin: 0 auto 32px;
  }
}
.price_bubble::after {
  content: "";
  position: absolute;
  width: max(0.8vw, 11px);
  height: max(0.6vw, 8px);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #D97903;
  bottom: min(-0.5vw, -6px);
  left: 50%;
  transform: translateX(-50%);
}
.price_bubble span {
  font-size: max(1.25vw, 16px);
  line-height: 1.7;
  text-align: justify;
  font-weight: 500;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}

.price_bubble.move {
  animation: blinking 1s forwards;
}

/*--------------- cta ---------------*/
.cta {
  padding: 120px 0;
  background: linear-gradient(0deg, #04A6BF 0%, #0487BF 50%, #04A6BF 100%);
}
@media screen and (max-width: 1000px) {
  .cta {
    padding: 100px 0;
  }
}
@media screen and (max-width: 600px) {
  .cta {
    padding: 60px 0 32px;
  }
}

.cta_wrap {
  width: 62.5%;
  max-width: 1200px;
  margin: 0 auto;
  border: 5px solid #0477BF;
  border-radius: 10px;
  background-color: #fff;
  padding: 50px 0 40px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .cta_wrap {
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .cta_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .cta_wrap {
    width: 94%;
  }
}
@media screen and (max-width: 600px) {
  .cta_wrap {
    padding: 40px 12px 40px;
    border: 2px solid #0477BF;
  }
}
@media screen and (max-width: 350px) {
  .cta_wrap {
    padding: 40px 6px 40px;
  }
}

.cta_heading {
  position: absolute;
  width: 100%;
  left: 0;
  top: -2.4vw;
}
@media screen and (max-width: 1000px) {
  .cta_heading {
    top: -24px;
  }
}
@media screen and (max-width: 800px) {
  .cta_heading {
    top: -52px;
  }
}
@media screen and (max-width: 600px) {
  .cta_heading {
    position: static;
    margin-bottom: 16px;
  }
}

.cta_heading_inner {
  padding: 0.6vw 5.5vw 0.8vw;
  border-radius: 5px;
  background-color: #0477BF;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  box-shadow: 5px 5px 0 rgba(23, 70, 100, 0.55);
}
@media screen and (max-width: 1000px) {
  .cta_heading_inner {
    padding: 6px 55px 8px;
  }
}
@media screen and (max-width: 800px) {
  .cta_heading_inner {
    padding: 6px 28px 8px;
  }
}
@media screen and (max-width: 600px) {
  .cta_heading_inner {
    padding: 6px 0 8px;
    width: 100%;
  }
}

.cta_heading_inner > span {
  color: #fff;
  font-size: min(1.7vw, 32px);
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1400px) {
  .cta_heading_inner > span {
    font-size: max(2vw, 20px);
  }
}
@media screen and (max-width: 375px) {
  .cta_heading_inner > span {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .cta_heading_inner > span {
    margin: 0 auto;
  }
}
.cta_heading_inner > span .big_txt {
  font-size: min(2.5vw, 48px);
  line-height: 1;
  display: inline-block;
  margin: 0 0.2vw;
}
@media screen and (max-width: 1600px) {
  .cta_heading_inner > span .big_txt {
    font-size: max(2.5vw, 35px);
  }
}

.cta_bubble {
  width: max(8.4vw, 84px);
  position: absolute;
  bottom: 6vw;
  left: 5vw;
}
@media screen and (max-width: 1200px) {
  .cta_bubble {
    left: max(3vw, 30px);
    bottom: 120px;
  }
}
@media screen and (max-width: 800px) {
  .cta_bubble {
    width: 90px;
    top: -52px;
    bottom: auto;
    left: 0;
  }
}

.cta_img {
  position: absolute;
  width: max(9vw, 90px);
  bottom: 0;
  right: max(4vw, 40px);
}
@media screen and (max-width: 800px) {
  .cta_img {
    width: 72px;
    right: 16px;
  }
}
@media screen and (max-width: 600px) {
  .cta_img {
    display: none;
  }
}

.cta_txt > p:nth-child(1) {
  font-size: max(1.25vw, 16px);
  line-height: 1.7;
  text-align: justify;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
}
@media screen and (max-width: 800px) {
  .cta_txt > p:nth-child(1) {
    line-height: 28px;
  }
}
@media screen and (max-width: 600px) {
  .cta_txt > p:nth-child(1) {
    margin: 0 auto 10px;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .cta_txt > p:nth-child(1) br {
    display: none;
  }
}
.cta_txt > p:nth-child(1) .blue_txt {
  font-size: min(1.7vw, 32px);
  font-weight: 700;
  color: #0477BF;
}
@media screen and (max-width: 1400px) {
  .cta_txt > p:nth-child(1) .blue_txt {
    font-size: max(2vw, 20px);
  }
}
@media screen and (max-width: 375px) {
  .cta_txt > p:nth-child(1) .blue_txt {
    font-size: 18px;
  }
}
.cta_txt > p:nth-child(1) .pink_txt {
  font-size: min(1.7vw, 32px);
  color: #E60083;
  display: inline-block;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .cta_txt > p:nth-child(1) .pink_txt {
    font-size: max(2vw, 20px);
  }
}
@media screen and (max-width: 375px) {
  .cta_txt > p:nth-child(1) .pink_txt {
    font-size: 18px;
  }
}
.cta_txt > p:nth-child(1) .pink_txt::after {
  content: "";
  position: absolute;
  height: max(0.8vw, 8px);
  background-color: #FFFCA1;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .cta_txt > p:nth-child(1) .pink_txt::after {
    bottom: 4px;
  }
}

.cta_txt > p:nth-child(2) {
  font-size: max(0.84vw, 14px);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto max(1.8vw, 18px);
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .cta_txt > p:nth-child(2) {
    margin: 0 auto 28px;
    text-align: justify;
  }
}
@media screen and (max-width: 600px) {
  .cta_txt > p:nth-child(2) br {
    display: none;
  }
}

.cta_txt > p:nth-child(3) {
  font-size: max(1.25vw, 18px);
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto max(1.8vw, 18px);
}
@media screen and (max-width: 600px) {
  .cta_txt > p:nth-child(3) {
    font-size: 17px;
  }
}

.cta_btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .cta_btn {
    width: 100%;
  }
}
.cta_btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: rgba(96, 53, 0, 0.35);
  top: 4px;
  z-index: -1;
}

.cta_btn:hover {
  top: 4px;
}
.cta_btn:hover::after {
  top: 0;
}

.cta_btn_inner {
  padding: 1vw 4vw 1.2vw;
  border-radius: 100px;
  background-color: #D97903;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1000px) {
  .cta_btn_inner {
    padding: 10px 40px 12px;
  }
}
@media screen and (max-width: 600px) {
  .cta_btn_inner {
    padding: 10px 0 12px;
    width: 100%;
  }
}
.cta_btn_inner span {
  font-size: min(1.7vw, 32px);
  color: #fff;
  font-weight: 700;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .cta_btn_inner span {
    font-size: max(2vw, 20px);
  }
}
@media screen and (max-width: 375px) {
  .cta_btn_inner span {
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  .cta_btn_inner span {
    line-height: 1.3;
  }
}
@media screen and (max-width: 600px) {
  .cta_btn_inner span {
    margin: 0 auto;
  }
}

.cta_btn_icon {
  width: max(2.3vw, 23px);
  bottom: -0.8vw;
  right: 0.8vw;
  position: absolute;
}
@media screen and (max-width: 1000px) {
  .cta_btn_icon {
    bottom: -8px;
    right: 8px;
  }
}

/*--------------- reason ---------------*/
.reason {
  position: relative;
  padding-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .reason {
    padding: 20px 0 60px;
  }
}

.reason_bg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.reason_wrap {
  width: 62.5%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .reason_wrap {
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .reason_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .reason_wrap {
    width: 94%;
  }
}

.reason_content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: max(2.4vw, 24px);
}
@media screen and (max-width: 800px) {
  .reason_content {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .reason_content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.reason_item {
  position: relative;
  opacity: 0;
  transform: translateY(20px);
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.reason_item:nth-child(1).move {
  animation: fadein 1s 0.1s forwards;
}
.reason_item:nth-child(2).move {
  animation: fadein 1s 0.2s forwards;
}
.reason_item:nth-child(3).move {
  animation: fadein 1s 0.4s forwards;
}

.reason_item_num {
  position: absolute;
  top: 0;
  left: 0;
  width: max(6vw, 68px);
  height: max(6vw, 68px);
  background-color: #D97903;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reason_item_num span {
  display: block;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: max(1.25vw, 16px);
  line-height: 1.7;
  text-align: justify;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  color: #FFFCA1;
}

.reason_item_img {
  width: 90%;
  margin: 0 auto 24px;
}
@media screen and (max-width: 800px) {
  .reason_item_img {
    max-width: 220px;
  }
}
@media screen and (max-width: 600px) {
  .reason_item_img {
    margin: 0 auto 16px;
  }
}

.reason_item_txt p {
  font-size: 16px;
  line-height: 1.8;
}

.reason_item_title {
  padding: max(1vw, 10px) 0;
  border-top: 2px solid #D97903;
  border-bottom: 2px solid #D97903;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .reason_item_title {
    margin-bottom: 12px;
  }
}
.reason_item_title span {
  font-size: max(1.25vw, 18px);
  font-weight: 700;
  color: #D97903;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

/*--------------- voice ---------------*/
.voice {
  background-image: url(../img/voice_bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 20px 0 120px;
}
@media screen and (max-width: 600px) {
  .voice {
    padding: 20px 0 60px;
  }
}

.voice_wrap {
  width: 62.5%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .voice_wrap {
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .voice_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .voice_wrap {
    width: 94%;
  }
}

.voice-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.swiper-slide {
  padding: 0.4vw 1.6vw;
  height: auto !important;
}
@media screen and (max-width: 1000px) {
  .swiper-slide {
    padding: 4px 16px;
  }
}
@media screen and (max-width: 600px) {
  .swiper-slide {
    padding: 0;
  }
}

.voice_item {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  padding: max(0.3vw, 3px);
  height: 100% !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 600px) {
  .voice_item {
    box-shadow: none;
  }
}

.voice_item_inner {
  padding: 2vw 1.4vw;
  border: 1.6px solid #0477BF;
  border-radius: 10px;
  height: 100% !important;
}
@media screen and (max-width: 1000px) {
  .voice_item_inner {
    padding: 20px 14px;
  }
}

.voice_item_heading {
  display: grid;
  grid-template-columns: max(5.8vw, 58px) 1fr;
  align-items: center;
  gap: max(1.2vw, 12px);
  border-bottom: 2px dashed rgba(4, 119, 191, 0.15);
  padding-bottom: 20px;
}

.voice_item_heading_txt span {
  display: block;
}
.voice_item_heading_txt span:nth-child(1) {
  font-size: max(1.25vw, 18px);
  color: #0477BF;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  .voice_item_heading_txt span:nth-child(1) br {
    display: none;
  }
}
.voice_item_heading_txt span:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
}

.voice_item_txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  padding-top: 20px;
}

.swiper-button-prev {
  width: max(2.4vw, 30px) !important;
  height: max(2.4vw, 30px) !important;
  left: 0 !important;
}
@media screen and (max-width: 600px) {
  .swiper-button-prev {
    display: none !important;
  }
}
.swiper-button-prev::after {
  content: "" !important;
  width: max(2.4vw, 30px) !important;
  height: max(2.4vw, 30px) !important;
  background-image: url(../img/prev_btn.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.swiper-button-next {
  width: max(2.4vw, 30px) !important;
  height: max(2.4vw, 30px) !important;
  right: 0 !important;
}
@media screen and (max-width: 600px) {
  .swiper-button-next {
    display: none !important;
  }
}
.swiper-button-next::after {
  content: "" !important;
  width: max(2.4vw, 30px) !important;
  height: max(2.4vw, 30px) !important;
  background-image: url(../img/next_btn.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/*--------------- plan ---------------*/
.plan {
  background-color: rgba(4, 166, 191, 0.25);
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .plan {
    padding: 20px 0 60px;
  }
}

.plan_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/plan_bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 0;
}

.plan_wrap {
  width: 62.5%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .plan_wrap {
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .plan_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .plan_wrap {
    width: 94%;
  }
}

.plan_heading.section_heading {
  margin-bottom: 16px;
}

.plan_top {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 90px;
}
@media screen and (max-width: 800px) {
  .plan_top {
    margin: 0 auto 40px;
  }
}

.plan_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.4vw;
  margin-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  .plan_list {
    gap: 1.6vw;
  }
}
@media screen and (max-width: 1200px) {
  .plan_list {
    grid-template-columns: 1fr 1fr;
    gap: 2.4vw;
  }
}
@media screen and (max-width: 600px) {
  .plan_list {
    grid-template-columns: 1fr;
    gap: 42px;
    margin-bottom: 60px;
  }
}

.plan_item {
  position: relative;
}

.plan_item_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.plan_item_heading {
  position: absolute;
  width: 100%;
  top: -16px;
  left: 0;
}

.plan_item_heading_inner {
  padding: 4px 16px 5px 18px;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 100px;
}
@media screen and (max-width: 1400px) {
  .plan_item_heading_inner {
    padding: 4px 12px 5px 14px;
  }
}

.plan_item_heading_inner span {
  font-size: 16px;
  font-weight: 500;
}

.plan_item:nth-child(1) .plan_item_heading_inner {
  border: 2px solid #04A6BF;
}
.plan_item:nth-child(1) .plan_item_heading_inner span {
  color: #04A6BF;
}
.plan_item:nth-child(1) .plan_item_des {
  background-color: #04A6BF;
}
.plan_item:nth-child(1) .plan_item_bubble span {
  color: #04A6BF;
}

.plan_item:nth-child(2) .plan_item_heading_inner {
  border: 2px solid #0487BF;
}
.plan_item:nth-child(2) .plan_item_heading_inner span {
  color: #0487BF;
}
.plan_item:nth-child(2) .plan_item_des {
  background-color: #0487BF;
}
.plan_item:nth-child(2) .plan_item_bubble span {
  color: #0487BF;
}

.plan_item:nth-child(3) .plan_item_heading_inner {
  border: 2px solid #0467BF;
}
.plan_item:nth-child(3) .plan_item_heading_inner span {
  color: #0467BF;
}
.plan_item:nth-child(3) .plan_item_des {
  background-color: #0467BF;
}
.plan_item:nth-child(3) .plan_item_bubble span {
  color: #0467BF;
}

.plan_item_des {
  padding: 22px max(0.8vw, 8px) 10px;
}

.plan_item_title {
  width: 100%;
  padding-bottom: 14px;
  border-bottom: 2px dashed #fff;
}
.plan_item_title span {
  font-size: min(1.7vw, 32px);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: 700;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .plan_item_title span {
    font-size: max(2vw, 20px);
  }
}
@media screen and (max-width: 375px) {
  .plan_item_title span {
    font-size: 18px;
  }
}

.plan_item_price > span:nth-child(1) {
  display: block;
  font-size: min(1.7vw, 32px);
  color: #fff;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: max(0.2vw, 2px) auto max(0.6vw, 6px);
}
@media screen and (max-width: 1400px) {
  .plan_item_price > span:nth-child(1) {
    font-size: max(2vw, 20px);
  }
}
@media screen and (max-width: 375px) {
  .plan_item_price > span:nth-child(1) {
    font-size: 18px;
  }
}
.plan_item_price > span:nth-child(1) .num_txt {
  font-size: min(4.5vw, 86px);
}
@media screen and (max-width: 1600px) {
  .plan_item_price > span:nth-child(1) .num_txt {
    font-size: max(4.5vw, 63px);
  }
}

.plan_item_price > span:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .plan_item_price > span:nth-child(2) {
    font-size: 15px;
  }
}
@media screen and (max-width: 1400px) {
  .plan_item_price > span:nth-child(2) {
    font-size: 14px;
  }
}

.plan_item_point {
  background-color: #f2f2f2;
  padding: 16px max(1vw, 10px);
  flex: 1;
}
.plan_item_point p {
  font-size: max(1.25vw, 16px);
  line-height: 1.7;
  text-align: justify;
  font-weight: 500;
  line-height: 1.6;
}

.plan_item_bubble {
  display: flex;
  align-items: center;
  gap: max(0.4vw, 4px);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
}
.plan_item_bubble img {
  width: max(0.8vw, 12px);
}
.plan_item_bubble span {
  font-size: max(1.25vw, 16px);
  line-height: 1.7;
  text-align: justify;
  font-weight: 500;
  font-weight: 700;
}

.plan_table_heading {
  width: 21vw;
  height: 4.8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/plan_table_title.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1400px) {
  .plan_table_heading {
    width: max(24vw, 240px);
    height: max(5.6vw, 56px);
  }
}
@media screen and (max-width: 600px) {
  .plan_table_heading {
    margin: 0 auto 32px;
  }
}
.plan_table_heading span {
  font-size: min(1.7vw, 32px);
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .plan_table_heading span {
    font-size: max(2vw, 20px);
  }
}
@media screen and (max-width: 375px) {
  .plan_table_heading span {
    font-size: 18px;
  }
}

@media screen and (max-width: 800px) {
  .plan_table_content {
    overflow-x: scroll;
  }
}

.plan_table_title {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: max(0.4vw, 6px);
  margin-bottom: max(0.4vw, 6px);
}
@media screen and (max-width: 800px) {
  .plan_table_title {
    width: 700px;
  }
}

.plan_table_title > div,
.plan_table_item > div {
  height: max(3.4vw, 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 5px;
  font-size: max(1.25vw, 18px);
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 600px) {
  .plan_table_title > div,
  .plan_table_item > div {
    height: 36px;
    font-size: 17px;
  }
}

.plan_table_title > div:nth-child(1),
.plan_table_item > div:nth-child(1) {
  background-color: #D2D2D2;
}

.plan_table_title > div:nth-child(2) {
  background-color: #04A6BF;
  color: #fff;
}

.plan_table_title > div:nth-child(3) {
  background-color: #0487BF;
  color: #fff;
}

.plan_table_title > div:nth-child(4) {
  background-color: #0467BF;
  color: #fff;
}

.plan_table_item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: max(0.4vw, 6px);
  margin-bottom: max(0.4vw, 6px);
}
@media screen and (max-width: 800px) {
  .plan_table_item {
    width: 700px;
  }
}
.plan_table_item:last-child {
  margin-bottom: 0;
}

.plan_table_item > div:nth-child(2) {
  background-color: #fff;
  color: #04A6BF;
  border: 2px solid #04A6BF;
  font-size: max(1.6vw, 22px);
}

.plan_table_item > div:nth-child(3) {
  background-color: #fff;
  color: #0487BF;
  border: 2px solid #0487BF;
  font-size: max(1.6vw, 22px);
}

.plan_table_item > div:nth-child(4) {
  background-color: #fff;
  color: #0467BF;
  border: 2px solid #0467BF;
  font-size: max(1.6vw, 22px);
}

.plan_table_item > div span:nth-child(2) {
  position: absolute;
  font-size: max(1.25vw, 18px);
  top: 50%;
  transform: translateY(-50%);
  right: 2.4vw;
}
@media screen and (max-width: 1200px) {
  .plan_table_item > div span:nth-child(2) {
    right: max(1.6vw, 16px);
  }
}

/*--------------- diagnosis ---------------*/
.diagnosis {
  padding-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .diagnosis {
    padding-bottom: 60px;
  }
}

.diagnosis_heading {
  width: 100%;
  background-color: #0477BF;
  padding: 20px 0 36px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(50% + 16px) calc(100% - 16px), 50% 100%, calc(50% - 16px) calc(100% - 16px), 0 calc(100% - 16px));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(50% + 16px) calc(100% - 16px), 50% 100%, calc(50% - 16px) calc(100% - 16px), 0 calc(100% - 16px));
  background-image: url(../img/diagnosis_heading.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .diagnosis_heading {
    margin-bottom: 48px;
  }
}

.diagnosis_heading_bubble {
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4vw 1.2vw;
  border-radius: 5px;
  position: relative;
  margin: 0 auto calc(0.6vw + 12px);
}
.diagnosis_heading_bubble::after {
  content: "";
  position: absolute;
  width: 0.8vw;
  height: 0.7vw;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: -0.6vw;
  left: 50%;
  transform: translateX(-50%);
}
.diagnosis_heading_bubble span {
  color: #0477BF;
  font-size: max(1.25vw, 16px);
  line-height: 1.7;
  text-align: justify;
  font-weight: 500;
  font-weight: 700;
}

.diagnosis_heading_main {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(1.7vw, 32px);
  color: #fff;
  font-weight: 700;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .diagnosis_heading_main {
    font-size: max(2vw, 20px);
  }
}
@media screen and (max-width: 375px) {
  .diagnosis_heading_main {
    font-size: 18px;
  }
}

.diagnosis_wrap {
  width: 62.5%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .diagnosis_wrap {
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .diagnosis_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .diagnosis_wrap {
    width: 94%;
  }
}

.diagnosis_content {
  width: 900px;
  margin: 0 auto;
  padding: 60px 0 80px;
  border: 4px solid #0477BF;
  border-radius: 5px;
}
@media screen and (max-width: 1400px) {
  .diagnosis_content {
    width: 780px;
  }
}
@media screen and (max-width: 1200px) {
  .diagnosis_content {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .diagnosis_content {
    padding: 60px 0;
  }
}

.diagnosis_question.hidden {
  display: none;
}

.diagnosis_step {
  display: flex;
  align-items: center;
  gap: 64px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 90px;
}
@media screen and (max-width: 800px) {
  .diagnosis_step {
    gap: 32px;
  }
}
@media screen and (max-width: 600px) {
  .diagnosis_step {
    margin: 0 auto 42px;
    gap: 16px;
  }
}
@media screen and (max-width: 375px) {
  .diagnosis_step {
    gap: 10px;
  }
}

.diagnosis_step.step-1 .diagnosis_step_item:nth-child(1) .diagnosis_step_txt {
  color: #0477BF;
}
.diagnosis_step.step-1 .diagnosis_step_item:nth-child(1) .diagnosis_step_circle {
  background-color: #0477BF;
}

.diagnosis_step.step-2 .diagnosis_step_item:nth-child(1) .diagnosis_step_circle::after {
  background-color: #0477BF;
}
.diagnosis_step.step-2 .diagnosis_step_item:nth-child(1) .diagnosis_step_txt,
.diagnosis_step.step-2 .diagnosis_step_item:nth-child(2) .diagnosis_step_txt {
  color: #0477BF;
}
.diagnosis_step.step-2 .diagnosis_step_item:nth-child(1) .diagnosis_step_circle,
.diagnosis_step.step-2 .diagnosis_step_item:nth-child(2) .diagnosis_step_circle {
  background-color: #0477BF;
}

.diagnosis_step.step-3 .diagnosis_step_item:nth-child(1) .diagnosis_step_circle::after,
.diagnosis_step.step-3 .diagnosis_step_item:nth-child(2) .diagnosis_step_circle::after {
  background-color: #0477BF;
}
.diagnosis_step.step-3 .diagnosis_step_item:nth-child(1) .diagnosis_step_txt,
.diagnosis_step.step-3 .diagnosis_step_item:nth-child(2) .diagnosis_step_txt,
.diagnosis_step.step-3 .diagnosis_step_item:nth-child(3) .diagnosis_step_txt {
  color: #0477BF;
}
.diagnosis_step.step-3 .diagnosis_step_item:nth-child(1) .diagnosis_step_circle,
.diagnosis_step.step-3 .diagnosis_step_item:nth-child(2) .diagnosis_step_circle,
.diagnosis_step.step-3 .diagnosis_step_item:nth-child(3) .diagnosis_step_circle {
  background-color: #0477BF;
}

.diagnosis_step.step-4 .diagnosis_step_item:nth-child(1) .diagnosis_step_circle::after,
.diagnosis_step.step-4 .diagnosis_step_item:nth-child(2) .diagnosis_step_circle::after,
.diagnosis_step.step-4 .diagnosis_step_item:nth-child(3) .diagnosis_step_circle::after {
  background-color: #0477BF;
}
.diagnosis_step.step-4 .diagnosis_step_item:nth-child(1) .diagnosis_step_txt,
.diagnosis_step.step-4 .diagnosis_step_item:nth-child(2) .diagnosis_step_txt,
.diagnosis_step.step-4 .diagnosis_step_item:nth-child(3) .diagnosis_step_txt,
.diagnosis_step.step-4 .diagnosis_step_item:nth-child(4) .diagnosis_step_txt {
  color: #0477BF;
}
.diagnosis_step.step-4 .diagnosis_step_item:nth-child(1) .diagnosis_step_circle,
.diagnosis_step.step-4 .diagnosis_step_item:nth-child(2) .diagnosis_step_circle,
.diagnosis_step.step-4 .diagnosis_step_item:nth-child(3) .diagnosis_step_circle,
.diagnosis_step.step-4 .diagnosis_step_item:nth-child(4) .diagnosis_step_circle {
  background-color: #0477BF;
}

.diagnosis_step.step-5 .diagnosis_step_item .diagnosis_step_txt {
  color: #0477BF;
}
.diagnosis_step.step-5 .diagnosis_step_item .diagnosis_step_circle {
  background-color: #0477BF;
}
.diagnosis_step.step-5 .diagnosis_step_item .diagnosis_step_circle::after {
  background-color: #0477BF;
}

.diagnosis_step_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.diagnosis_step_item:last-child .diagnosis_step_circle::after {
  display: none;
}

.diagnosis_step_txt {
  font-size: 20px;
  font-weight: 700;
  color: #AADDFC;
  margin-bottom: 4px;
}
@media screen and (max-width: 800px) {
  .diagnosis_step_txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .diagnosis_step_txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 375px) {
  .diagnosis_step_txt {
    font-size: 14px;
  }
}

.diagnosis_step_circle {
  display: block;
  width: 26px;
  height: 26px;
  background-color: #AADDFC;
  border-radius: 100%;
  position: relative;
}
@media screen and (max-width: 800px) {
  .diagnosis_step_circle {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 600px) {
  .diagnosis_step_circle {
    width: 16px;
    height: 16px;
  }
}
.diagnosis_step_circle::after {
  content: "";
  display: block;
  position: absolute;
  width: 108px;
  height: 4px;
  background-color: #AADDFC;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .diagnosis_step_circle::after {
    width: 88px;
    height: 3px;
  }
}
@media screen and (max-width: 600px) {
  .diagnosis_step_circle::after {
    width: 64px;
    height: 2px;
    left: 14px;
  }
}
@media screen and (max-width: 375px) {
  .diagnosis_step_circle::after {
    width: 54px;
  }
}

.diagnosis_list {
  width: 590px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .diagnosis_list {
    width: 440px;
  }
}
@media screen and (max-width: 600px) {
  .diagnosis_list {
    padding: 0 20px;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .diagnosis_list {
    padding: 0 12px;
  }
}

.diagnosis_item {
  display: none;
}

.diagnosis_item.active {
  display: block;
}

.diagnosis_title {
  font-size: max(1.25vw, 18px);
  margin-bottom: 40px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .diagnosis_title {
    line-height: 1.5;
    font-size: 17px;
    margin-bottom: 24px;
  }
}

.diagnosis_input_list {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .diagnosis_input_list {
    margin-bottom: 40px;
  }
}

.diagnosis_input_item {
  font-size: max(1.25vw, 18px);
}
@media screen and (max-width: 600px) {
  .diagnosis_input_item {
    font-size: 17px;
    line-height: 1.5;
  }
}

.diagnosis_input_item:last-child label {
  border-bottom: 1.6px solid #AAA6A6;
}

.diagnosis_input_item label {
  padding: 24px;
  border: 1.6px solid #AAA6A6;
  border-bottom: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  .diagnosis_input_item label {
    padding: 16px 20px;
    gap: 12px;
  }
}

.diagnosis_input_item input {
  width: -moz-fit-content;
  width: fit-content;
  transform: scale(1.8);
}
@media screen and (max-width: 600px) {
  .diagnosis_input_item input {
    transform: scale(1.5);
    margin-top: 1px;
  }
}

.diagnosis_bottom {
  width: 100%;
  position: relative;
}

.diagnosis_back {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  font-size: max(1vw, 16px);
  color: #7A7979;
  font-weight: 500;
  border-bottom: 1.6px solid #7A7979;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .diagnosis_back {
    position: static;
    transform: none;
    top: auto;
    left: auto;
    margin: 32px auto 0;
    font-size: 16px;
  }
}

.diagnosis_btn {
  width: max(16vw, 230px);
  height: max(4.6vw, 64px);
  border-radius: 5px;
  background-color: #D97903;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  font-size: max(1.25vw, 18px);
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .diagnosis_btn {
    width: 200px;
    height: 56px;
  }
}
.diagnosis_btn::after {
  content: "";
  background-color: rgba(80, 45, 2, 0.16);
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: -1;
}

.diagnosis_btn:hover {
  top: 4px;
}
.diagnosis_btn:hover::after {
  top: 0;
}

.diagnosis_btn input {
  width: 100%;
  height: 100%;
}

.diagnosis_result {
  display: none;
}
.diagnosis_result .diagnosis_back {
  position: static;
  transform: none;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.diagnosis_result.active {
  display: block;
}

.diagnosis_result_title {
  font-size: min(2.1vw, 40px);
  font-weight: 700;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 120px;
}
@media screen and (max-width: 1600px) {
  .diagnosis_result_title {
    font-size: max(2.1vw, 30px);
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 600px) {
  .diagnosis_result_title {
    margin: 0 auto 60px;
  }
}

.diagnosis_result_txt {
  font-size: min(1.7vw, 32px);
  font-weight: 700;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 36px;
}
@media screen and (max-width: 1400px) {
  .diagnosis_result_txt {
    font-size: max(2vw, 20px);
  }
}
@media screen and (max-width: 375px) {
  .diagnosis_result_txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .diagnosis_result_txt {
    margin: 0 auto 32px;
  }
}

.diagnosis_result_plan {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 120px;
}
@media screen and (max-width: 1600px) {
  .diagnosis_result_plan {
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 600px) {
  .diagnosis_result_plan {
    margin: 0 auto 60px;
  }
}

.diagnosis_result_plan span {
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(5.1vw, 98px);
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .diagnosis_result_plan span {
    font-size: max(5.1vw, 79px);
  }
}
@media screen and (max-width: 1200px) {
  .diagnosis_result_plan span {
    font-size: 68px;
  }
}
@media screen and (max-width: 600px) {
  .diagnosis_result_plan span {
    font-size: 52px;
  }
}

/*--------------- flow ---------------*/
.flow_wrap {
  width: 62.5%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 120px;
}
@media screen and (max-width: 1400px) {
  .flow_wrap {
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .flow_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .flow_wrap {
    width: 94%;
  }
}
@media screen and (max-width: 600px) {
  .flow_wrap {
    padding: 20px 0 60px;
  }
}

.flow_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .flow_content {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .flow_content {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
}

.flow_content > div {
  opacity: 0;
  transform: translateY(20px);
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.flow_content > div:nth-child(1).move {
  animation: fadein 1s 0.1s forwards;
}
.flow_content > div:nth-child(2).move {
  animation: fadein 1s 0.2s forwards;
}
.flow_content > div:nth-child(3).move {
  animation: fadein 1s 0.4s forwards;
}
.flow_content > div:nth-child(4).move {
  animation: fadein 1s 0.5s forwards;
}
.flow_content > div:nth-child(5).move {
  animation: fadein 1s 0.7s forwards;
}

.flow_arrow {
  height: max(3.4vw, 34px);
  width: max(1.2vw, 12px);
  background-color: #0477BF;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: block;
  margin-top: max(7.2vw, 72px);
}
@media screen and (max-width: 600px) {
  .flow_arrow {
    margin-top: 0;
    width: 32px;
    height: 12px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}

.flow_item {
  width: 17vw;
  position: relative;
  padding-top: max(1vw, 10px);
}
@media screen and (max-width: 1000px) {
  .flow_item {
    width: 180px;
  }
}
@media screen and (max-width: 600px) {
  .flow_item {
    width: 100%;
  }
}
.flow_item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.flow_item_num {
  position: absolute;
  font-size: max(1.25vw, 16px);
  line-height: 1.7;
  text-align: justify;
  font-weight: 500;
  font-weight: 700;
  color: #0477BF;
  top: 0;
  left: -2vw;
  transform: rotate(-18deg);
}
@media screen and (max-width: 1000px) {
  .flow_item_num {
    left: -20px;
  }
}
@media screen and (max-width: 600px) {
  .flow_item_num {
    left: 0;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 20px;
    font-size: 20px;
    transform: rotate(-12deg) translateY(6px);
  }
}

.flow_item_img {
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .flow_item_img {
    max-width: 160px;
    margin: 0 auto 12px;
  }
}

.flow_item_title {
  font-size: min(1.7vw, 32px);
  font-weight: 700;
  color: #0477BF;
  text-align: center;
  display: block;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .flow_item_title {
    font-size: max(2vw, 20px);
  }
}
@media screen and (max-width: 375px) {
  .flow_item_title {
    font-size: 18px;
  }
}

/*---------------qa ---------------*/
.qa {
  background-image: url("../img/qa_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .qa {
    padding: 20px 0 60px;
  }
}

.qa_wrap {
  width: 62.5%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .qa_wrap {
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .qa_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .qa_wrap {
    width: 94%;
  }
}

.qa_content {
  width: 100%;
}

.qa_list:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .qa_list:not(:first-child) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 600px) {
  .qa_list:not(:first-child) {
    margin-top: 16px;
  }
}

.qa_list {
  border-radius: 10px;
  overflow: hidden;
}

.qa_title {
  background-color: #EBF4FA;
  cursor: pointer;
  padding: max(1.25vw, 18px) 64px max(1.25vw, 18px) 24px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .qa_title {
    padding: max(1.25vw, 18px) 54px max(1.25vw, 18px) 24px;
  }
}
@media screen and (max-width: 600px) {
  .qa_title {
    padding: 18px 38px 18px 12px;
  }
}
.qa_title .qa_title_icon {
  background-color: rgba(4, 103, 191, 0.55);
}

.qa_title_inner {
  display: grid;
  grid-template-columns: max(2.8vw, 40px) 1fr;
  align-items: center;
  gap: max(1.6vw, 20px);
  font-size: max(1.25vw, 16px);
  line-height: 1.7;
  text-align: justify;
  font-weight: 500;
  font-weight: 700;
  color: #0467BF;
}
@media screen and (max-width: 600px) {
  .qa_title_inner {
    grid-template-columns: 28px 1fr;
    gap: 8px;
  }
}

.qa_title_icon {
  width: max(2.8vw, 40px);
  height: max(2.8vw, 40px);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(1.7vw, 32px);
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  padding-bottom: max(0.2vw, 2px);
}
@media screen and (max-width: 1400px) {
  .qa_title_icon {
    font-size: max(2vw, 20px);
  }
}
@media screen and (max-width: 375px) {
  .qa_title_icon {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .qa_title_icon {
    width: 28px;
    height: 28px;
    padding-bottom: 4px;
  }
}

.qa_title:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: max(1.6vw, 22px);
  width: max(1.4vw, 14px);
  height: max(1.4vw, 14px);
  background-image: url(../img/plus_icon.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .qa_title:after {
    width: 12px;
    height: 12px;
    right: 12px;
  }
}

.qa_title.open:after {
  transform: translateY(-50%) rotate(-135deg);
}

.qa_txt {
  display: none;
  padding: max(1.25vw, 18px) 24px;
  background-color: #EBF4FA;
}
@media screen and (max-width: 600px) {
  .qa_txt {
    padding: 8px 18px 18px 12px;
  }
}
.qa_txt .qa_title_icon {
  background-color: #0467BF;
}

.qa_txt_inner {
  display: grid;
  grid-template-columns: max(2.8vw, 40px) 1fr;
  align-items: center;
  gap: max(1.6vw, 20px);
  font-size: max(1.25vw, 16px);
  line-height: 1.7;
  text-align: justify;
  font-weight: 500;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .qa_txt_inner {
    grid-template-columns: 28px 1fr;
    gap: 8px;
  }
}

/*--------------- contact---------------*/
.contact {
  padding-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .contact {
    padding: 20px 0 60px;
  }
}

.contact_heading.section_heading {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .contact_heading.section_heading {
    margin-bottom: 32px;
  }
}

.contact_top {
  font-size: 16px;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.7;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1000px) {
  .contact_top {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 600px) {
  .contact_top {
    margin: 0 auto 32px;
  }
}

.contact_wrap {
  width: 62.5%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .contact_wrap {
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .contact_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .contact_wrap {
    width: 94%;
  }
}

.contact_content {
  width: 900px;
  margin: 0 auto;
  font-size: max(1.25vw, 18px);
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .contact_content {
    width: 780px;
  }
}
@media screen and (max-width: 1200px) {
  .contact_content {
    width: 100%;
  }
}

.contact_list {
  padding-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .contact_list {
    padding-bottom: 40px;
  }
}

.contact_item {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .contact_item {
    margin-bottom: 24px;
  }
}
.contact_item:last-child {
  margin-bottom: 0;
}

.contact_title {
  padding: 8px 0;
  background-color: #D97903;
  border-radius: 5px;
  width: max(14.5vw, 210px);
  color: #fff;
  margin-bottom: 8px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .contact_title {
    width: 170px;
    padding: 6px 0;
  }
}

.contact_input {
  width: 100%;
}

.contact_input input,
.contact_input textarea {
  width: 100%;
  padding: 10px 14px;
  background-color: #F3F3F3;
  box-shadow: inset 0 0 0.3vw rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  line-height: 1.4;
}

.contact_input_item {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 600px) {
  .contact_input_item {
    gap: 5px;
  }
}

.contact_radio {
  display: grid;
  grid-template-columns: max(14.5vw, 210px) 1fr;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 600px) {
  .contact_radio {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.contact_radio .contact_input {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 600px) {
  .contact_radio .contact_input {
    width: 100%;
    margin-left: 12px;
    font-size: 17px;
    gap: 24px;
    flex-wrap: wrap;
  }
}

.contact_input_item input {
  box-shadow: none;
  width: -moz-fit-content;
  width: fit-content;
  transform: scale(1.8);
}
@media screen and (max-width: 600px) {
  .contact_input_item input {
    transform: scale(1.3);
    margin-top: 2px;
  }
}

.contact_btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 100px;
  position: relative;
  z-index: 1;
}
.contact_btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 63, 103, 0.35);
  border-radius: 100px;
  top: 4px;
  left: 0;
}

.contact_btn:hover {
  top: 4px;
}
.contact_btn:hover::after {
  top: 0;
}

.contact_btn_icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max(2.5vw, 35px);
  height: max(2.5vw, 35px);
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  border-radius: 100%;
}
@media screen and (max-width: 600px) {
  .contact_btn_icon {
    width: 32px;
    height: 32px;
  }
}
.contact_btn_icon img {
  width: 75%;
}

.contact_btn input {
  font-size: max(1.25vw, 18px);
  line-height: 1.7;
  color: #fff;
  font-weight: 700;
  padding: max(1vw, 14px) max(7.2vw, 100px);
  border-radius: 100px;
  background: linear-gradient(90deg, #04A6BF 0%, #0477BF 100%);
}
@media screen and (max-width: 600px) {
  .contact_btn input {
    padding: 14px 74px 14px 60px;
  }
}
@media screen and (max-width: 350px) {
  .contact_btn input {
    padding: 14px 62px 14px 50px;
  }
}

#responseMessage p {
  font-size: max(1.25vw, 18px);
  font-weight: 500;
  margin-top: 60px;
  padding: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  #responseMessage p {
    font-size: 17px;
    padding: 12px;
  }
}

/*--------------- footer---------------*/
.footer_wrap {
  width: 68%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .footer_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .footer_wrap {
    width: 94%;
  }
}

.footer_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer_left {
  display: flex;
  align-items: center;
  gap: 2vw;
  padding: 1.4vw 0;
}

.footer_link {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .footer_link {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  .footer_link {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.footer_link a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.8vw;
}
.footer_link a:not(:last-child) {
  border-right: 1.6px solid #231916;
}
@media screen and (max-width: 800px) {
  .footer_link a:not(:last-child) {
    border-right: none;
  }
}

.footer_logo {
  width: 160px;
}
@media screen and (max-width: 1200px) {
  .footer_logo {
    width: 120px;
  }
}
@media screen and (max-width: 375px) {
  .footer_logo {
    width: 90px;
  }
}

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

.footer_copy_sp {
  display: none;
}
@media screen and (max-width: 1400px) {
  .footer_copy_sp {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 16px auto;
  }
}
@media screen and (max-width: 600px) {
  .footer_copy_sp {
    margin: 24px auto 48px;
  }
}/*# sourceMappingURL=index.css.map */