@charset "utf-8";
@media (min-width: 18.75em) {
  html {
    font-size: calc(0.75rem + ((1vw - 0.1875rem) * 0.2963));
    min-height: 0vw;
  }
}
@media (min-width: 187.5em) {
  html {
    font-size: 1.25rem;
  }
}

html {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, Verdana, sans-serif;
  color: #222;
  line-height: 1.5rem;
  letter-spacing: 0.08rem;
}

a {
  text-decoration: none;
}

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

input,
select,
textarea {
  border: solid 1.5px #b2a67e;
  background: #fff;
  width: 100%;
  border-radius: 3px;
  padding: 6px 0;
}

.window_box {
  width: calc(100% / 1.1);
  max-width: 1440px;
  margin: 0 auto;
}

.sec1_box {
  background: url("../images/sec1_bk.png") no-repeat right center/cover;
  padding: 4.8rem 0;
}

.sec1_text {
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4.8rem;
  font-size: 1.4rem;
}

.sec1_menu_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 2rem;
}

.sec1_menu {
  background: #fff;
  padding: 1rem 1.5rem;
  border-radius: 5px;
}

.sec1_menu_title {
  margin-bottom: 1.2rem;
  color: #f39106;
}

.sec1_menu ul {
  padding: 0 1.5rem;
}

.sec1_price {
  position: relative;
  background: #f39106;
  padding: 0.8rem;
  text-align: center;
  color: #ffffff;
  align-self: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.sec1_price:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-width: 0.8rem 1.6rem;
  margin-top: -0.8rem;
  border-right-color: #f39106;
  right: 100%;
  top: 50%;
}

.sec1_price_text span {
  font-size: 1.5rem;
}

@media screen and (max-width: 547px) {
  .sec1_menu {
    order: 2;
  }
  .sec1_price {
    order: 1;
    margin-bottom: 3rem;
  }
  .sec1_price:after {
    border-color: rgba(243, 145, 6, 0);
    border-top-color: #f39106;
    border-width: 2rem 3rem;
    margin-left: -3rem;
    top: 100%;
    left: 50%;
  }
}

.sec2_box {
  background: url("../images/sec2_bk.png") no-repeat right center/cover;
  padding: 5rem 0;
}

.sec2_title {
  margin-bottom: 5rem;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  font-size: 1.6rem;
}

.sec3_box {
  padding: 5rem 0;
  position: relative;
}

.sec3_title {
  margin-bottom: 5rem;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  font-size: 1.6rem;
}

.sec3_title span {
  font-size: 2rem;
}

.sec3_contents {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 1.2rem;
}

.sec3_image_box {
  flex: 0.2 1 250px;
}

.sec3_point_box {
  flex: 1 1 230px;
}

.sec3_point {
  border: solid 2px #01798d;
  margin-bottom: 1.3rem;
  padding: 0.5rem 1.5rem;
  border-radius: 0.8rem;
}

.sec3_point_title {
  font-weight: bold;
  color: #01798d;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.sec3_point_text_red {
  color: red;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 794px) {
  .sec3_contents {
    display: block;
  }
}

.sec3_logo {
  position: absolute;
  width: auto;
  z-index: -1;
}

.sec3_logo_top {
  top: 5rem;
  right: 2rem;
}

.sec3_logo_bottom {
  bottom: 0.5rem;
}

.sec4_box {
  padding: 5rem 0;
  background: #eef2f3;
}

.sec4_title {
  margin-bottom: 5rem;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  font-size: 1.6rem;
}

.sec4_contents {
  background: #fff;
  padding: 2rem 3% 2rem 5%;
}

.sec4_list_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
}

.sec4_entry {
  flex: 0 1 160px;
}

.sec4_text {
  flex: 1 1 471px;
}

.sec4_text ul {
  background: #f7edde;
  padding: 1rem 1.2rem;
  width: max-content;
}

.sec4_list_title {
  color: #f39106;
}

.sec4_price_box {
  text-align: end;
}

.sec4_price {
  width: max-content;
  background: #fbe4e2;
  padding: 1rem 1.2rem;
  margin-left: auto;
}

.sec4_price_red {
  color: red;
  font-size: 1.5rem;
  font-weight: bold;
}

.sec5_box {
  background: #3688ab;
  padding: 5rem 0;
}

.sec5_title {
  margin-bottom: 5rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
}

.sec5_contents_box {
  background: #fff;
  padding: 1rem;
}

.sec5_explanation {
  font-weight: bold;
  margin-bottom: 1.2rem;
  text-align: center;
}

.sec5_contents {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.2rem;
  font-size: 0.8rem;
  justify-content: center;
  margin-bottom: 1.2rem;
}

@media (max-width: 590px) {
  .sec5_table_box {
    width: 47%;
    max-width: 160px;
  }
}

.sec5_text_title {
  background: #cad6db;
  display: inline-block;
  padding: 0.3rem 1rem;
  margin-bottom: 1.2rem;
}

.sec5_text {
  margin-bottom: 1.2rem;
}

.sec5_attention {
  text-align: center;
  line-height: 2;
  color: red;
  font-weight: bold;
}

.sec6_box {
  padding: 5rem 0;
}

.sec6_title {
  margin-bottom: 5rem;
  font-weight: bold;
  text-align: center;
  color: #1072bd;
  font-size: 1.6rem;
}

.sec6_contents {
  background: #eef5fa;
  padding: 1.2rem;
  margin-bottom: 1.3rem;
}

.sec6_flow {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  gap: 0 1rem;
  margin-bottom: 1rem;
  color: #458fd1;
}

.sec6_circle {
  position: relative;
  padding: 1.2rem;
  border-radius: 50%;
  background: #3988ce;
}

.sec6_circle_in {
  position: absolute;
  left: 31%;
  bottom: 17%;
  color: #fff;
}

_::-webkit-full-page-media,
_:future,
:root .sec6_circle_in {
  bottom: 12%;
}

.sec6_flow_text {
  line-height: 2;
}

.sec7_box {
  padding: 5rem 0;
  background: #e4e6e6;
}

.sec7_title {
  margin-bottom: 5rem;
  font-weight: bold;
  text-align: center;
  color: #3d4b4b;
  font-size: 1.6rem;
}

.sec7_contents {
  background: #fff;
  padding: 1.5rem 1.5rem 0.5rem;
  margin-bottom: 4rem;
}

.sec7_comment_box {
  display: flex;
  gap: 0 2rem;
  flex-wrap: wrap;
  justify-content: center;
}

.sec7_comment_image {
  flex: 0.01 1 150px;
  font-size: 0.7rem;
  margin-bottom: 1rem;
}

.sec7_comment {
  flex: 1 1 300px;
  margin-bottom: 1rem;
}

.sec7_comment_title {
  background: #3688ab;
  display: inline-block;
  padding: 0.3rem 1rem;
  margin-bottom: 0.5rem;
  color: #fff;
  font-weight: bold;
}

.sec7_comment_text {
  line-height: 2;
}

.sec8_box {
  padding: 5rem 0;
  background: #e8f4f7;
}

.sec8_contents_box {
  position: relative;
}

.sec8_title {
  margin-bottom: 5rem;
  font-weight: bold;
  text-align: center;
  color: #1c6f64;
  font-size: 1.6rem;
}

.sec8_contents {
  background: #fff;
  padding: 1.1rem;
  margin-bottom: 1rem;
}

.sec8_faq_title {
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #1c6f64;
  font-size: 1.2rem;
}

.sec8_circle {
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  width: 2rem;
  height: 2rem;
  padding-top: 0.25rem;
  margin-right: 0.8rem;
}

_::-webkit-full-page-media,
_:future,
:root .sec8_circle {
  padding-top: 0;
}

.sec8_circle_q {
  background: #1c6f64;
}

.sec8_faq_text {
  padding-left: 2rem;
}

.sec8_faq_list {
  display: flex;
}

.sec8_circle_a {
  background: #e2ac29;
  min-width: 2rem;
}

.sec8_logo {
  position: absolute;
  width: auto;
  right: -1rem;
  top: 0;
  height: 95%;
}

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

.contact_box {
  padding: 5rem 0;
}

.contact_title {
  margin-bottom: 5rem;
  font-weight: bold;
  text-align: center;
  color: #c18b09;
  font-size: 1.6rem;
}

.contact_form {
  margin-bottom: 3rem;
}

.contact_input_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 549px) {
  .contact_input_box {
    justify-content: flex-start;
  }
  .contact_input {
    flex: 1 1 300px !important;
  }
}

.contact_text {
  flex: 0 1 200px;
  margin-bottom: 1rem;
}

.contact_required {
  background: #f5e4e6;
  padding: 0.4rem;
  margin-left: 0.8rem;
  color: #d71e45;
  font-weight: bold;
}

.contact_input {
  flex: 0.2 1 300px;
  margin-bottom: 1rem;
}

.contact_input_date {
  min-height: 39px;
}

.contact_submit_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 2rem;
}

.contact_submit {
  flex: 0.2 1 300px;
  text-align: center;
  padding: 0.8rem 0;
  background: #f39106;
  color: #fff;
  letter-spacing: 2rem;
  text-indent: 2rem;
  border: none;
}

.contact_back {
  flex: 0.1 1 220px;
  border: solid 2px #f39106;
  padding: 0.7rem 0;
  text-align: center;
  letter-spacing: 2rem;
  text-indent: 2rem;
}

.contact_top {
  flex: 0.2 1 300px;
  text-align: center;
  padding: 0.8rem 0;
  background: #f39106;
  color: #fff;
  letter-spacing: 1rem;
  text-indent: 1rem;
  border: none;
}

.contact_check_text {
  text-align: center;
  margin-bottom: 3rem;
}

.sec9_box {
  padding: 4rem 0;
  background: #f7f5f5;
}

.sec9_title {
  margin-bottom: 4rem;
  font-weight: bold;
  text-align: center;
  color: #625441;
  font-size: 1.6rem;
}

.sec9_contents {
  background: #fff;
  text-align: center;
  padding: 3rem 0;
}

.sec9_tell_box {
  display: flex;
  gap: 0 0.5rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
}

.sec9_tell_image {
  flex: 0 1;
}

.sec9_tell_number {
  color: #f35f06;
  font-size: 1.5rem;
  font-weight: bold;
}

.sec9_tell_text {
  color: #625441;
  line-height: 2;
}

@media screen and (max-width: 433px) {
  .sec9_tell_br::before {
    content: "\A";
    white-space: pre;
  }
}

.sec10_box {
  padding: 0.4rem 1rem 0.4rem 0;
  color: #fff;
  background: #bab9b9;
  text-align: end;
}

_::-webkit-full-page-media,
_:future,
:root .sec10_box {
  padding: 0.5rem 0.6rem 0.5rem 0;
}

.banner_box {
  display: flex;
  gap: 0 1.5rem;
  background: #eca241;
  color: #fff;
  padding: 1rem;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.banner_button {
  flex: 1;
  text-align: center;
  background: #fff;
  color: #eca241;
  padding: 0.5rem 0;
  border-radius: 1rem;
  font-weight: bold;
  font-size: 1.2rem;
}

.banner_tel_box {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #eca241;
  padding: 0.5rem 0.8rem;
  border-radius: 1rem;
  font-weight: bold;
  font-size: 1.2rem;
  gap: 0 0.5rem;
}

.banner_image {
  flex: 0 1;
}

.banner_top_box {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}

.banner_top {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 1rem;
  height: 1rem;
  border: 0.1rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(50%) rotate(-45deg);
}
