@charset "UTF-8";
/*  letter-spacing: tracking(140); */
/*  @include l_h(14, 16.8);*/
.front_order_section {
  margin-top: 75px;
}
.front_order_section .order_wraps {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.front_order_section .order_wrap {
  max-width: 380px;
}
.front_order_section .title_wrap {
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 1px;
  text-align: center;
  margin: 15px auto;
  font-family: "Noto Serif JP", serif;
}
.front_order_section .order_btn {
  width: 210px;
  height: 42px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #bbbbbb;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  cursor: pointer;
}
.front_order_section .order_btn:hover {
  background-color: var(--Green);	transition : 0.4s;
  border: 1px solid var(--Green);	
	color: #fff;
}
.front_order_section .order_btn::after {
  margin-left: 8px;
  content: "";
  background: center/cover no-repeat url("../image/common/triangle.svg");
  display: inline-block;
  width: 9px;
  height: 9px;
}

.front_intro_section {
  margin-top: 40px;
}
.front_intro_section .p_green {
  color: #25682b;
}
.front_intro_section .p_beige {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-top: 64px;
  color: #a77b4c;
}
.front_intro_section .p_beige .s20 {
  font-size: 20px;
}
.front_intro_section .p_bold {
  font-weight: 600;
  font-size: 20px;
  line-height: 190%;
  margin: 10px auto;
}
.front_intro_section .p1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 150%;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
}
.front_intro_section .p_common {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
}
.front_intro_section .p12 {
  font-weight: 500;
  font-size: 18px;
  line-height: 190%;
  margin-top: 50px;
  font-family: "Noto Serif JP", serif;
}

.front_white_section .front_white_wrap {
}
.front_white_section .p1 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  color: #666666;
}
.front_white_section .p2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 190%;
}
.front_white_section .p2 span {
  font-weight: 700;
  font-size: 22px;
}
.front_white_section .p2 a {
  text-decoration: underline;
}
.front_order_section {
  margin-top: 30px;
}	
/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
@media screen and (min-width: 768px) {
.front_intro_section {
  margin-top: 90px;
  padding-right: calc((100% - 1040rem / 16) / 2);
  padding-left: calc((100% - 1040rem / 16) / 2);
  width: 100%;
}	
.front_order_section {
  margin-top: 70px;
}		
  .front_order_section .inner {
    /* max-width: 1040px; */
  }
  .front_intro_section .p3 {
    margin-top: 75px;
  }
  .front_intro_section .inner {
    background: #fff;
    padding: 60px;
  }
  .front_white_section {
    padding-top: 65px;
    padding-bottom: 129px;
  }
  .front_white_section .inner {
  max-width: 980px;
  }
  .front_white_section .p2 {
    margin-top: 15px;
  }
  .front_white_section a {
    text-decoration: underline;
  }
}
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 767px) {
  .front_order_section .inner {
    padding-left: 18px;
    padding-right: 18px;
  }
  .front_order_section .order_wraps {
    flex-wrap: wrap;
    justify-content: center;
    gap: 33px 10px;
  }
  .front_order_section .order_wraps:after {
    content: "";
    display: block;
    height: 1px;
    width: 164px;
  }
  .front_order_section .order_wrap {
    max-width: 164px;
  }
  .front_order_section .order_btn {
    width: 130px;
    height: 33px;
    font-size: 14px;
  }
  .front_order_section .title_wrap {
    font-size: 18px;
  }
  .front_intro_section .p1 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 170%;
  }
  .front_intro_section .p_beige {
    font-size: 18px;
    line-height: 150%;
    margin-top: 30px;
  }
  .front_intro_section .p_beige .s20 {
    font-size: 20px;
  }
  .front_intro_section .p_bold {
    font-size: 16px;
    line-height: 160%;
  }
  .front_intro_section .p_common {
    font-size: 15px;
    line-height: 170%;
  }
  .front_intro_section .p12 {
    margin: 70px auto;
    font-size: 16px;
    line-height: 190%;
  }
  .front_white_section {
    margin-bottom: 108px;
  }
  .front_white_section .front_white_wrap {
    padding: 10px;
    border-radius: 8px;
  }
  .front_white_section .p1 {
    font-size: 12px;
    line-height: 160%;
  }
  .front_white_section .p2 {
    margin-top: 15px;
    font-size: 14px;
    line-height: 190%;
  }
  .front_white_section .p2 span {
    font-size: 18px;
  }
}