@charset "UTF-8";

body {
  position: relative;
}
.main_wrapper {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.main_wrapper .mv_wraper {
  position: relative;
}
.main_wrapper .mv_wraper .mv_img {
  max-height: 450px;
}
.main_wrapper .mv_wraper .mv_img img {
  width: 100vw;
  max-height: 450px;
  object-fit: cover;
  object-position: center;
}
.main_wrapper .mv_wraper .mv_txt {
  position: absolute;
  top: min(40 / 1920 * 100vw, 40px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin-left: max(-120 / 1200 * 100vw, -120px);
}
.main_wrapper .mv_wraper h1 {
  font-size: clamp(2.375rem, -0.292rem + 5.56vw, 3.875rem);
  line-height: 1.2;
  margin-bottom: 10px;
}
.main_wrapper .mv_wraper .mv_ttl {
  color: #00b8ee;
  font-size: clamp(1.625rem, 0.736rem + 1.85vw, 2.125rem);
  font-weight: bold;
  margin-bottom: 5px;
}
.main_wrapper .mv_wraper .mv_com {
  font-size: clamp(0.75rem, 0.306rem + 0.93vw, 1rem);
}

.main_contents .menu_wrapper {
  margin: 180px 0 100px;
  border-bottom: 2px solid #00b8ee;
}
.main_contents .menu_wrap {
  max-width: 1150px;
  display: flex;
  align-items: center;
  margin: 0 auto 10px;
}
.main_contents .menu_wrap li {
  width: calc(96% / 4);
  margin-right: 2%;
  text-align: center;
}
.main_contents .menu_wrap li:last-child {
  margin: 0;
}
.main_contents .menu_wrap li a {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_contents .menu_wrap li a .menu_txt {
  font-size: clamp(0.75rem, 0.306rem + 0.93vw, 1rem);
  padding-right: 24px;
  display: inline-block;
  position: relative;
}
.main_contents .menu_wrap li:first-child a .menu_txt {
  color: #38aa37;
  font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
}
.main_contents .menu_wrap li a .menu_txt::after {
  content: "";
  width: clamp(0.875rem, 0.208rem + 1.39vw, 1.25rem);
  height: clamp(0.75rem, 0.528rem + 0.46vw, 0.875rem);
  display: inline-block;
  background-image: url("../images/menu_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
.main_contents .menu_wrap li:first-child a .menu_txt::after {
  background-image: url("../images/menu_arrow_green.png");
}
.main_contents .menu_wrap li a img {
  width: clamp(1.875rem, 0.764rem + 2.31vw, 2.5rem);
  margin: 0 auto;
}
.main_contents .menu_wrap li:last-child a img {
  width: clamp(2.5rem, 1.389rem + 2.31vw, 3.125rem);
}
.lowerlayer_ttl_top {
  margin-bottom: 20px;
  text-align: center;
}
.lowerlayer_ttl_top .ttl_number {
  width: clamp(5rem, 1.667rem + 6.94vw, 6.875rem);
  margin: 0 auto 15px;
}
.lowerlayer_ttl_top h2 {
  display: inline-block;
  position: relative;
}
.lowerlayer_ttl_top h2 .ttl_blue {
  color: #00b8ee;
  font-size: clamp(1.125rem, 0.542rem + 1.22vw, 2rem);
  font-weight: bold;
  line-height: 1.4;
}
.lowerlayer_ttl_top h2 .ttl_txt {
  font-size: clamp(2rem, 0.833rem + 2.43vw, 3.75rem);
  font-weight: bold;
  line-height: 1.4;
  padding: 0 40px;
  position: relative;
}
.lowerlayer_ttl_top h2 .ttl_txt::before {
  content: "(";
  color: #00b8ee;
  font-size: clamp(2.625rem, 0.625rem + 4.17vw, 5.625rem);
  font-weight: normal;
  position: absolute;
  bottom: min(2 / 1920 * 100vw, 2px);
  left: 0;
}
.lowerlayer_ttl_top h2 .ttl_txt::after {
  content: ")";
  color: #00b8ee;
  font-size: clamp(2.625rem, 0.625rem + 4.17vw, 5.625rem);
  font-weight: normal;
  position: absolute;
  bottom: min(2 / 1920 * 100vw, 2px);
  right: 0;
}
.lowerlayer_lead {
  margin-bottom: 60px;
  text-align: center;
}
.lowerlayer_lead .lead_ttl {
  font-size: clamp(1.125rem, 0.792rem + 0.69vw, 1.625rem);
  margin-bottom: 10px;
}
.lowerlayer_lead .lead_txt {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
}

.main_contents .menu_wrap li .menu_ico {
  color: #fff;
  font-size: clamp(0.625rem, 0.181rem + 0.93vw, 0.875rem);
  background-color: #38aa37;
  margin-right: clamp(0.25rem, -0.417rem + 1.39vw, 0.625rem);
  padding: 2px 8px;
}
.whatsapp_area {
  margin-bottom: 100px;
}
.main_contents .menu_wrap li a .menu_img {
  margin-right: 10px;
}
.whatsapp_area .lowerlayer_ttl_top h2 .ttl_blue {
  color: #38a937;
}
.whatsapp_area .lowerlayer_ttl_top h2 .ttl_txt::before, .whatsapp_area .lowerlayer_ttl_top h2 .ttl_txt::after {
  color: #38a937;
}
.whatsapp_area .whatsapp_list {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 40px;
  display: flex;
}
.whatsapp_area .whatsapp_list li {
  width: calc(88% / 5);
  margin-right: 3%;
  text-align: center;
}
.whatsapp_area .whatsapp_list li:last-child {
  margin-right: 0;
}
.whatsapp_area .whatsapp_list li figure {
  width: 70%;
  margin: 0 auto 10px;
}
.whatsapp_area .whatsapp_list li p {
  font-size: clamp(0.875rem, 0.653rem + 0.46vw, 1rem);
  line-height: 1.6;
}
.tel_flex {
  display: flex;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}
.tel_flex li {
  width: calc(95% / 2);
  margin-right: 5%;
  position: relative;
}
.tel_flex li:last-child {
  margin: 0;
}
.tel_flex li a {
  color: #fff;
  height: 100%;
  font-size: clamp(0.875rem, 0.653rem + 0.46vw, 1rem);
  background-color: #38a937;
  border-radius: 100px;
  padding: 14px clamp(1.875rem, -0.347rem + 4.63vw, 3.125rem) 14px clamp(1.875rem, -0.347rem + 4.63vw, 3.125rem);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tel_flex li:last-child a {
  flex-direction: column;
}
.tel_flex li a::after {
  content: "";
  width: clamp(1.875rem, -0.347rem + 4.63vw, 3.125rem);
  height: clamp(1.875rem, -0.347rem + 4.63vw, 3.125rem);
  background-image: url("../images/arrow_green.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  bottom: max(-12 / 1200 * 100vw, -12px);
  right: max(-12 / 1200 * 100vw, -12px);
}
.tel_flex li a .recommended_ico {
  color: #333;
  background-color: #fff;
  padding: 0 5px;
  margin-right: 14%;
  position: relative;
}
.tel_flex li a .recommended_ico::after {
  content: "";
  width: clamp(1.125rem, 0.014rem + 2.31vw, 1.75rem);
  height: clamp(1.125rem, 0.014rem + 2.31vw, 1.75rem);
  display: inline-block;
  background-image: url("../images/inquiry_ico_wht.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: max(-12 / 1200 * 100vw, -12px);
  right: max(-38 / 1200 * 100vw, -38px);
}
.tel_flex li a .recommended_wrap {
  text-align: center;
  position: relative;
}
.tel_flex li:last-child a .recommended_wrap::before {
  content: "";
  width: clamp(1.125rem, 0.014rem + 2.31vw, 1.75rem);
  height: clamp(1.125rem, 0.014rem + 2.31vw, 1.75rem);
  display: inline-block;
  background-image: url("../images/inquiry_ico_wht.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: max(-2 / 1200 * 100vw, -2px);
  left: max(-46 / 1200 * 100vw, -46px);
}
.tel_flex li a .language_txt {
  font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
  line-height: 1.2;
}
.tel_flex li a .tel_txt {
  font-size: clamp(1.25rem, 0.583rem + 1.39vw, 1.625rem);
  line-height: 1.2;
}
.progressbar_wrap {
  width: 80%;
  max-width: 800px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
  --line-gap: clamp(2.5rem, -13.056rem + 32.41vw, 11.25rem);
  gap: var(--line-gap);
}
.progressbar_wrap li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.progressbar_wrap li .circle_wrap {
  color: #9e9f9f;
  border: 2px solid #9e9f9f;
  background-color: #fff;
  border-radius: 50%;
  width: clamp(5rem, 0.556rem + 9.26vw, 7.5rem);
  height: clamp(5rem, 0.556rem + 9.26vw, 7.5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.progressbar_wrap li.stay .circle_wrap {
  color: #fff;
  border: none;
  background-color: #00b7ed;
}
.progressbar_wrap li .circle_wrap::before {
  content: "";
  width: calc(var(--line-gap) / 2 + 3px);
  height: 2px;
  background-image: repeating-linear-gradient(to right, #9e9f9f, #9e9f9f 2px, transparent 2px, transparent 4px);
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
}
.progressbar_wrap li .circle_wrap::after {
  content: "";
  width: calc(var(--line-gap) / 2 + 3px);
  height: 2px;
  background-image: repeating-linear-gradient(to right, #9e9f9f, #9e9f9f 2px, transparent 2px, transparent 4px);
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.progressbar_wrap li:first-child .circle_wrap::before,
.progressbar_wrap li:last-child .circle_wrap::after {
  display: none;
}
.progressbar_wrap li.stay .circle_wrap::after {
  background-image: none;
  background-color: #00b7ed;
}
.progressbar_wrap li .circle_wrap .step_txt {
  font-size: clamp(0.625rem, 0.403rem + 0.46vw, 0.75rem);
  line-height: 1.2;
}
.progressbar_wrap li .circle_wrap .number_txt {
  font-size: clamp(1.625rem, 0.069rem + 3.24vw, 2.5rem);
  font-weight: bold;
  line-height: 1.2;
}
.progressbar_wrap li .explanation_txt {
  color: #9e9f9f;
  text-align: center;
  font-size: clamp(0.875rem, 0.431rem + 0.93vw, 1.125rem);
}
.progressbar_wrap li.stay .explanation_txt {
  color: #231815;
}
.anchor_link {
  display: flex;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.anchor_link li {
  width: calc(92% / 3);
  margin-right: 4%;
}
.anchor_link li:last-child {
  margin: 0;
}
.anchor_link li a {
  font-size: clamp(0.875rem, 0.653rem + 0.46vw, 1rem);
  line-height: 46px;
  width: 100%;
  height: 52px;
  border-radius: 100px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.anchor_link li a::after {
  content: "";
  width: clamp(1.5rem, 0.611rem + 1.85vw, 2rem);
  height: clamp(1.5rem, 0.611rem + 1.85vw, 2rem);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: max(-10 / 1200 * 100vw, -10px);
  right: max(-10 / 1200 * 100vw, -10px);
  transform: rotate(270deg);
}
.anchor_link li:first-child a {
  color: #094d94;
  border: 4px solid #094d94;
}
.anchor_link li:first-child a::after {
  background-image: url("../images/under-arrow_blue.png")
}
.anchor_link li:nth-child(2) a {
  color: #5cbf0e;
  border: 4px solid #5cbf0e;
}
.anchor_link li:nth-child(2) a::after {
  background-image: url("../images/under-arrow_green.png")
}
.anchor_link li:last-child a {
  color: #f25f0c;
  border: 4px solid #f25f0c;
}
.anchor_link li:last-child a::after {
  background-image: url("../images/under-arrow_orange.png")
}

.blue_band {
  background-color: #00b7ed;
  margin-bottom: 100px;
  padding: 60px 60px 40px;
  text-align: center;
}
.blue_band .lowerlayer_ttl_top h2 .ttl_txt::before, .blue_band .lowerlayer_ttl_top h2 .ttl_txt::after {
  color: #fff;
}
.blue_band .lowerlayer_ttl_top h2 .ttl_txt {
  color: #fff;
}
.blue_band .lowerlayer_ttl_top h2 .ttl_time {
  color: #fff;
  font-size: clamp(1.125rem, 0.542rem + 1.22vw, 2rem);
}
.blue_band .tel a {
  color: #fff;
  font-size: clamp(2.875rem, 0.208rem + 5.56vw, 4.375rem);
  font-weight: bold;
  padding-left: 8%;
  position: relative;
}
.blue_band .tel a::before {
  content: "";
  width: clamp(2.5rem, -1.944rem + 9.26vw, 5rem);
  height: clamp(2.5rem, -1.944rem + 9.26vw, 5rem);
  background-image: url("../images/tel_ico.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: max(10 / 1200 * 100vw, 10px);
  left: 0;
}
.qa_area {
  margin-bottom: 100px;
}
.qa_area .lowerlayer_ttl_top {
  margin-bottom: 40px;
}
.qa_area .lowerlayer_ttl_top h2 .ttl_txt span {
  font-size: clamp(0.875rem, -1.125rem + 4.17vw, 2rem);
}
.qa_area .qa_wrap {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
.qa_area .qa_wrap .accordion_one {
  margin-bottom: 60px;
}
.qa_area .qa_wrap .accordion_one:last-of-type {
  margin-bottom: 0;
}
.qa_area .qa_wrap .accordion_header {
  color: #00b7ed;
  font-size: clamp(1.125rem, 0.458rem + 1.39vw, 1.5rem);
  padding: 0 140px 10px 30px;
  border-bottom: 4px solid #00b7ed;
  cursor: pointer;
  position: relative;
}
.qa_area .qa_wrap .accordion_header::before, .qa_area .qa_wrap .accordion_header::after {
  content: "";
  width: 25px;
  height: 4px;
  border-radius: 5px;
  margin: auto;
  background-color: #00b7ed;
  position: absolute;
  top: -8px;
  right: 40px;
  bottom: 0;
}
.qa_area .qa_wrap .accordion_header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.qa_area .qa_wrap .accordion_header.open::after {
  transform: rotate(0deg);
}
.accordion_one .accordion_inner {
  display: none;
}
.accordion_one .accordion_inner.stay {
  display: block;
}
.accordion_one .accordion_inner .box_one {
  font-size: clamp(0.875rem, 0.653rem + 0.46vw, 1rem);
  padding: 20px 140px 10px 70px;
  position: relative;
}
.accordion_one .accordion_inner .box_one::before {
  content: "A";
  color: #00b7ed;
  font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 40px;
}
.form_blue_band {
  color: #fff;
  background-color: #295aa8;
  text-align: center;
  padding: 20px;
}
.form_green_band {
  color: #fff;
  background-color: #5cbf0e;
  text-align: center;
  padding: 20px;
}
.form_peach_band {
  color: #fff;
  background-color: #f25f0c;
  text-align: center;
  padding: 20px;
}
.band_big {
  font-size: clamp(1rem, 0.333rem + 1.39vw, 1.375rem);
  font-weight: bold;
}
.band_small {
  font-size: clamp(0.75rem, 0.528rem + 0.46vw, 0.875rem);
}
.personal-info_wrap {
  margin-bottom: 80px;
}
.personal-info_wrap .personal-info {
  width: 50%;
  max-width: 600px;
  height: 200px;
  overflow: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 30px;
  margin: 0 auto 30px;
}
.personal-info_wrap .personal-info .personal-info_ttl {
  font-size: 18px;
  font-weight: bold;
}
.personal-info_wrap .personal-info > p {
  font-size: 14px;
  line-height: 1.6;
}
.personal-info_wrap > p {
  text-align: center;
}
.personal-info_wrap .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  text-align: center;
}
.personal-info_wrap .wpcf7-list-item-label {
  margin-left: 5px;
}
.contact-form_area {
  margin-bottom: 100px;
}



/*     SP
------------------------------*/
@media (max-width: 768px) {
  .main_wrapper {
    width: 100%;
    max-width: 100%;
  }
  .main_wrapper .mv_wraper .mv_img {
    max-height: none;
  }
  .main_wrapper .mv_wraper .mv_img img {
    max-height: none;
    object-fit: fill;
  }
  .main_wrapper .mv_wraper .mv_txt {
    width: 80%;
    top: min(160 / 768 * 100vw, 160px);
    left: min(80 / 768 * 100vw, 80px);
    transform: none;
    margin: 0;
  }
  .main_wrapper .mv_wraper h1 {
    font-size: clamp(2.125rem, 1.857rem + 1.34vw, 2.5rem);
    margin-bottom: 4px;
  }
  .main_wrapper .mv_wraper .mv_ttl {
    font-size: clamp(1rem, 0.554rem + 2.23vw, 1.625rem);
    margin-bottom: 2px;
  }
  .main_wrapper .mv_wraper .mv_com {
    font-size: clamp(0.75rem, 0.393rem + 1.79vw, 1.25rem);
  }
  .whatsapp_area {
    margin: 40px 0 100px;
  }
  .lowerlayer_lead .lead_ttl {
    font-size: clamp(1rem, 0.554rem + 2.23vw, 1.625rem);
  }
  .lowerlayer_ttl_top .ttl_number {
    width: 60px;
  }
  .lowerlayer_ttl_top h2 .ttl_txt {
    padding: 0;
  }
  .lowerlayer_ttl_top h2 .ttl_txt::before, .lowerlayer_ttl_top h2 .ttl_txt::after {
    content: none;
  }
  .lowerlayer_lead .lead_ttl {
    line-height: 1.5;
  }
  .lowerlayer_lead .lead_txt {
    text-align: left;
  }
  .lowerlayer_lead .lead_txt {
    width: 80%;
    margin: 0 auto;
  }
  .anchor_link {
    display: block;
  }
  .anchor_link li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .anchor_link li a::after {
    bottom: max(-20 / 1200 * 100vw, -20px);
  }
  .personal-info_wrap .personal-info {
    width: 80%;
  }
  .blue_band {
    padding: 60px 20px 40px;
  }
  .blue_band .tel a {
    padding-left: 14%;
  }
  .blue_band .tel a::before {
    top: max(14 / 1200 * 100vw, 14px);
  }
  .qa_area .qa_wrap .accordion_header {
    padding: 0 15% 10px 20px;
  }
  .qa_area .qa_wrap .accordion_header::before, .qa_area .qa_wrap .accordion_header::after {
    width: 15px;
    right: 20px;
  }
  .accordion_one .accordion_inner .box_one {
    padding: 20px 15% 10px 40px;
  }
  .accordion_one .accordion_inner .box_one::before {
    left: 20px;
  }
  .whatsapp_area .whatsapp_list {
    width: 70%;
    display: block;
  }
  .whatsapp_area .whatsapp_list li {
    width: 100%;
    display: flex;
    align-items: center;
    margin:  0 0 30px 0;
  }
  .whatsapp_area .whatsapp_list li figure {
    width: 30%;
    margin: 0 10% 0 0;
  }
  .whatsapp_area .whatsapp_list li p {
    width: 60%;
    text-align: left;
  }
  .tel_flex {
    display: block;
  }
  .tel_flex li {
    width: 100%;
    margin: 0 0 5% 0;
  }
  .tel_flex li a .recommended_ico::after {
    right: max(-48 / 768 * 100vw, -48px);
  }
  .tel_flex li:last-child a .recommended_wrap::before {
    left: max(-46 / 768 * 100vw, -46px);
  }
}

/*     PC
------------------------------*/
@media (min-width: 769px) {

}
