@charset "utf-8";

/* =======================================

    1.index
    2.group
    3.contact

=========================================*/
@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: "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #555555;
  line-height: 2rem;
}

a {
  text-decoration: none;
}

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

input,
select,
textarea {
  border: solid 1.5px #9fa09b;
  background: #fff;
}

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

body {
  position: relative;
}

/*   header
---------------------------------------- */
.header_box {
  display: flex;
  gap: 0 1rem;
  align-items: flex-end;
  padding: 1rem;
}

.header_logo_box {
  flex: 0.1 1 70px;
}

/*   footer
---------------------------------------- */
.footer_box {
  background: #efe8e4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  flex-wrap: wrap;
  gap: 0 1rem;
}

.copyright {
  text-align: end;
  background: #8b7368;
  padding-right: 1rem;
  color: #fff;
}

/* ---------------------------------------

   index

---------------------------------------- */

/*   top
---------------------------------------- */

/*   sec1
---------------------------------------- */
.sec1_text_title {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: #e61c21;
  padding: 3rem 0;
}

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

.sec1_image_box {
  flex: 0.05 1 200px;
}

@media (max-width: 923px) {
  .sec1_box {
    flex-direction: column;
  }
  .sec1_sp_none {
    display: none;
  }
}

.sec1_check_box {
  display: flex;
  justify-content: center;
}

.sec1_checkbox {
  flex: 0;
  align-self: baseline;
}

.sec1_text {
  flex: 1;
  margin-bottom: 2rem;
}

/*   sec2
---------------------------------------- */
.sec2_title_box {
  background: #987c58;
  padding: 2rem 0;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 1.2rem;
}

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

.sec2_flow_box {
  flex: 0.1 1 300px;
  border: solid 1.5px #eca241;
  padding: 1rem;
  margin-bottom: 2rem;
}

.sec2_flow_title {
  display: inline-block;
  background: #eca241;
  color: #fff;
  font-weight: bold;
  padding: 0.2rem 2rem;
  margin: 0 0 1rem;
}

.sec2_flow_text {
  background: #faecdb;
  padding: 0.2rem 1rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

.sec2_triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 1rem 0 1rem;
  border-color: #916a37 transparent transparent transparent;
  margin: 0 auto 0.5rem;
}

.sec2_price_main {
  flex: 0.3 1 220px;
  margin-bottom: 2rem;
}

.sec2_price_box {
  position: relative;
  /* border: 1.5px solid #5b462b; */
  padding: 1rem 0 5rem;
  margin-bottom: 4rem;
}

.sec2_price_box::before,
.sec2_price_box::after {
  content: "";
  position: absolute;
  border: 3rem solid transparent;
  top: 100%;
  left: 38%;
}
/* 
.sec2_price_box::before {
  border-top: 3rem solid #5b462b;
}

.sec2_price_box::after {
  margin-top: -0.1rem;
  border-top: 3rem solid #fff;
} */

@media (max-width: 923px) {
  .sec2_price_box {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.sec2_price_text {
  margin-bottom: 2rem;
}

.sec2_price_text span {
  color: #e33906;
}

.sec2_red_text {
  font-size: 2.5rem;
}

.sec2_price_text2 span {
  font-size: 1.3rem;
  font-weight: 500;
  color: #995b0b;
}

.sec2_price_red {
  padding: 1rem;
  color: #cc0d0d;
  font-weight: bold;
  background: #fde8e8;
  white-space: nowrap;
  text-align: center;
}

/*   sec3
---------------------------------------- */
.sec3_main_box {
  background: #f7f1e9;
  padding-bottom: 4rem;
}

.sec3_title {
  color: #eca241;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 4rem 0;
  text-align: center;
}

.sec3_box {
  background: #fff;
  padding: 2rem 0;
  margin-bottom: 2rem;
}

.sec3_box_title {
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  margin: 0 auto 1rem;
  width: max-content;
  padding: 0.2rem 1rem;
}

.sec3_box_title1 {
  background: #eca241;
}

.sec3_box_title2 {
  background: #d44d4d;
}

.sec3_top_text {
  text-align: center;
  margin-bottom: 1rem;
}

.sec3_card_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 3rem;
}

.sec3_card {
  font-weight: 500;
  font-size: 1.2rem;
  padding: 1rem 0;
  border-radius: 10px;
  text-align: center;
  flex: 0.1 1 200px;
  margin-bottom: 1rem;
}

.sec3_card_1 {
  background: #e3cfb6;
  border: solid 1.5px #5b462b;
  color: #9a5801;
}

.sec3_card_2 {
  background: #f8e0c0;
  border: solid 1.5px #eca241;
  color: #f08a04;
}

.sec3_card_3 {
  background: #f2e0d9;
  border: solid 1.5px #aa2e11;
  color: #aa2e11;
}

.sec3_card_4 {
  background: #f9ebe7;
  border: solid 1.5px #e73010;
  color: #e73010;
}

.sec3_text_box {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

.sec3_text_left {
  white-space: nowrap;
}

/*   sec4
---------------------------------------- */
.sec4_main_box {
  padding: 3rem 0;
  background: #eeece9;
}

.sec4_title {
  color: #9a5801;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 2rem 0;
  text-align: center;
}

.sec4_box {
  background: #fff;
  padding: 2rem 1rem 1rem 1rem;
  margin-bottom: 1rem;
}

.sec4_qa_box {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.sec4_qa {
  font-size: 2.5rem;
  font-weight: bold;
  display: inline-block;
  font-family: "YuGothic";
  color: #fff;
  margin-right: 2rem;
  border-radius: 5px;
}

.sec4_q {
  background: #eca241;
  padding: 1rem;
}

.sec4_a {
  background: #d37256;
  padding: 1.1rem;
}

/*   sec5
---------------------------------------- */
.sec5_main_box {
  padding: 2rem 0;
}

.sec5_title {
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
}

.sec5_title span {
  position: absolute;
  transform-origin: bottom center;
  height: 20rem;
  color: #e7481a;
}

.sec5_char1 {
  transform: rotate(-16deg);
}

.sec5_char2 {
  transform: rotate(-10deg);
}

.sec5_char3 {
  transform: rotate(-3deg);
}

.sec5_char4 {
  transform: rotate(4deg);
}

.sec5_char5 {
  transform: rotate(11deg);
}

.sec5_char6 {
  transform: rotate(18deg);
}

.sec5_title2 {
  color: #9a5801;
  margin: 5rem 0 4rem;
}

.sec5_box {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
  margin-bottom: 2rem;
  justify-content: center;
}

.sec5_image {
  flex: 0 1 100px;
}

@media (max-width: 703px) {
  .sec5_sp_none {
    display: none;
  }
}

.sec5_text_box {
  flex: 1 1 300px;
}

.sec5_point_box {
  padding: 1rem;
  margin-bottom: 2rem;
}

.sec5_point_redbox {
  background: #faf2f2;
}

.sec5_point_orangebox {
  background: #f8f3ec;
}

.sec5_point_greenbox {
  background: #f9fbf1;
}

.sec5_content_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.sec5_content_red {
  color: #e14d22;
}

.sec5_content_orange {
  color: #e18e22;
}

.sec5_content_green {
  color: #7d973b;
}

.sec5_number_box {
  position: relative;
  margin-right: 1.5rem;
}

.sec5_point {
  margin-bottom: 0.8rem;
  font-weight: 700;
}

.sec5_point span {
  position: absolute;
  transform-origin: bottom center;
  height: 10rem;
  left: 1.5rem;
  top: -1rem;
}

.sec5_point_char1 {
  transform: rotate(-10.5deg);
}

.sec5_point_char2 {
  transform: rotate(-5deg);
}

.sec5_point_char3 {
  transform: rotate(1.5deg);
}

.sec5_point_char4 {
  transform: rotate(5deg);
}

.sec5_point_char5 {
  transform: rotate(11deg);
}

.sec5_point_number {
  font-size: 2.5rem;
  font-family: "YuGothic";
  color: #fff;
  padding: 0.5rem;
  border-radius: 5px;
}

.sec5_point_red_number {
  background: #e14d22;
}

.sec5_point_orange_number {
  background: #e18e22;
}

.sec5_point_green_number {
  background: #7d973b;
}

.sec5_point_title {
  font-size: 1.3rem;
  font-weight: 500;
  flex: 1 1 100px;
}

/*   sec6
---------------------------------------- */
.sec6_main_box {
  background: #f8f3ec;
  padding: 4rem 0;
}

.sec6_title {
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
  color: #9a5801;
  padding-bottom: 3rem;
}

.sec6_box {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  gap: 0 1rem;
}

.sec6_card_box {
  flex: 1 25%;
  text-align: center;
  background: #fff;
  border: solid 2px #eca241;
  border-radius: 10px;
  padding: 1rem 0;
  margin-bottom: 1rem;
  min-width: 220px;
}

.sec6_card_title {
  font-weight: 700;
  font-size: 1.4rem;
  color: #9a5801;
}

.sec6_card_color {
  color: #9a5801;
}

.sec6_image {
  width: auto;
  padding: 0.5rem;
}

/*   sec7
---------------------------------------- */
.sec7_main_box {
  background: #fcefef;
  padding: 4rem 0;
}

.sec7_title {
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
  color: #c26a6a;
  padding-bottom: 3rem;
}

.sec7_box {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  gap: 0 1rem;
}

.sec7_card_box {
  flex: 1 25%;
  text-align: center;
  background: #fff;
  padding: 1rem 0;
  margin-bottom: 1rem;
  min-width: 220px;
}

.sec7_image {
  margin-bottom: 1rem;
}

.list.is-empty {
  flex: 1 25%;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  min-width: 220px;
}

/*   sec8
---------------------------------------- */
.sec8_main_box {
  background: #f3fafc;
  padding: 4rem 0;
}

.sec8_title {
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
  color: #3b8b97;
  padding-bottom: 3rem;
}

.sec8_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 1rem;
  background: #fff;
  padding: 1rem;
  border: solid 2px #4d939e;
  margin-bottom: 2rem;
}

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

.sec8_text_title {
  color: #3b8b97;
  font-weight: 500;
  font-size: 1.2rem;
  width: max-content;
  padding: 0.2rem 1rem;
  background: #e6eff1;
  margin-bottom: 1rem;
  white-space: nowrap;
}

.sec8_image_box {
  flex: 1 1 300px;
}

/*  banner
---------------------------------------- */
.banner_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 1rem;
  background: #eca241;
  color: #fff;
  padding: 0.5rem 0;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.banner_text {
  width: 12rem;
  text-align: center;
  align-self: center;
}

.banner_text span {
  font-size: 1.8rem;
  font-weight: 500;
}

.banner_button {
  flex: 1 1 120px;
  background: #fff;
  color: #eca241;
  border-radius: 10px;
  padding: 0.5rem 0;
  font-weight: 600;
  text-align: center;
}

.banner_tel_box {
  flex: 1 1 120px;
  background: #fff;
  color: #eca241;
  border-radius: 10px;
  padding: 1rem 0;
  font-weight: 600;
  text-align: center;
}

.banner_image {
  width: auto;
}

.banner_top_box {
  width: 6rem;
  text-align: center;
}

.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);
}

@media (max-width: 530px) {
  .banner_text {
    display: none;
  }
  .banner_button {
    margin-right: 1rem;
  }
}

/* ---------------------------------------

   contact

---------------------------------------- */

/*   フォーム
---------------------------------------- */
.contact_main_box {
  background: #efe8e4;
  padding-top: 4rem;
}

.contact_title {
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
}

.contct_title_box {
  color: #e5723c;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
}

.contact_image {
  flex: 0;
}

.contact_title2 {
  color: #81411c;
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
  padding-bottom: 3rem;
}

.contact_form {
  background: #fcefe8;
  padding: 1rem;
  margin-bottom: 2rem;
}

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

@media (max-width: 501px) {
  .contact_input_box {
    justify-content: flex-start;
  }
}

.contact_text {
  width: 10rem;
  margin-bottom: 1rem;
}

.contact_required {
  background: #e5723c;
  color: #fff;
  padding: 0.3rem 1rem;
  font-weight: 400;
  margin-left: 1rem;
}

.contact_input {
  flex: 1 1 250px;
  max-width: 800px;
  margin-bottom: 1rem;
  padding: 0.8rem 0;
}

.contact_area {
  padding: 0;
}

.contact_submit_box {
  text-align: center;
}

.contact_submit {
  background: #c59078;
  color: #fff;
  font-weight: 500;
  width: 30%;
  padding: 1rem 0;
  font-size: 1.3rem;
  letter-spacing: 1.5rem;
  text-indent: 1.5rem;
}

.contact_check_text {
  text-align: center;
  padding: 3rem 0;
}

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

.contact_sending {
  flex: 0 1 30rem;
  background: #c59078;
  padding: 1rem 0;
  font-size: 1.3rem;
  letter-spacing: 1.5rem;
  text-indent: 1.5rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 1rem;
  text-align: center;
}

.contact_back {
  flex: 0 1 20rem;
  background: #e5723c;
  padding: 1rem 0;
  font-size: 1.3rem;
  letter-spacing: 1.5rem;
  text-indent: 1.5rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 1rem;
  text-align: center;
}

.contact_completion_text {
  text-align: center;
  padding: 1.5rem 0;
}

.contact_bk {
  background: #e5723c;
  color: #fff;
  font-weight: 500;
  width: 30%;
  padding: 1rem 0;
  font-size: 1.3rem;
  letter-spacing: 1.5rem;
  text-indent: 1.5rem;
}
