@charset "UTF-8";
body {
  font-family: "Noto Serif JP", serif;
  color: #1A1A1A;
  font-size: 3.7333333333vw;
}

.sans {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
}

.sp_only {
  display: block;
}

.pc_only {
  display: none;
}

header {
  background: #fff;
  padding: 2.6666666667vw 0 1.0666666667vw;
}
header .head_logo {
  width: 35.2vw;
  margin-left: 2.6666666667vw;
}

.fv {
  background: url("../img/sp_fv_bg.jpg") no-repeat top center/100%;
  height: 141.6vw;
}
.fv h1 {
  width: 66.6666666667vw;
  margin: 0 auto;
  padding-top: 31.2vw;
}

.worries {
  background: url("../img/sp_worries_bg.jpg") no-repeat top center/100%;
}
.worries .inner .about {
  height: 106.2666666667vw;
}
.worries .inner .about .text {
  font-size: 5.3333333333vw;
  line-height: 1.9;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.16em;
  padding: 21.3333333333vw 0 12vw;
}
.worries .inner .about .text strong {
  color: #886D36;
  font-weight: 500;
}
.worries .inner .worries_box {
  height: 125.3333333333vw;
  position: relative;
}
.worries .inner .worries_box .worries_list {
  width: 69.3333333333vw;
  margin: 0 auto;
}
.worries .inner .worries_box .worries_list li {
  padding: 2.4vw 0;
  background: #fff;
}
.worries .inner .worries_box .worries_list li:not(:first-child) {
  margin-top: 2.6666666667vw;
}
.worries .inner .worries_box .worries_list li p {
  font-size: 4vw;
  line-height: 1.4;
  letter-spacing: 0.12em;
  padding-left: 7.4666666667vw;
  position: relative;
}
.worries .inner .worries_box .worries_list li p::before {
  content: "";
  display: block;
  width: 2.9333333333vw;
  height: 2.6666666667vw;
  background: url(../img/worries_check.svg) no-repeat top left/100%;
  position: absolute;
  top: 1.3333333333vw;
  left: 3.3333333333vw;
}
.worries .inner .worries_box .worries_list li p strong {
  color: #886D36;
  font-weight: 600;
}
.worries .inner .worries_box .deco01,
.worries .inner .worries_box .deco02 {
  width: 17.3333333333vw;
  position: absolute;
}
.worries .inner .worries_box .deco01 {
  right: 4.8vw;
  bottom: 14.9333333333vw;
}
.worries .inner .worries_box .deco02 {
  left: 2.6666666667vw;
  bottom: 0;
}
.worries .inner .worries_bot {
  padding: 14.6666666667vw 0 19.6vw;
}
.worries .inner .worries_bot .text {
  font-size: 7.7333333333vw;
  line-height: 1.48;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.16em;
  margin-bottom: 4.6666666667vw;
}
.worries .inner .worries_bot .text strong {
  color: #886D36;
  font-weight: 500;
}

.cta_btn a {
  display: block;
  text-align: center;
  width: 84vw;
  height: 16vw;
  margin: 0 auto;
  padding-right: 5.3333333333vw;
  background: #A68B54;
  box-sizing: border-box;
  position: relative;
}
.cta_btn a::before {
  content: "";
  display: block;
  width: 1.6vw;
  height: 1.6vw;
  margin-top: -0.8vw;
  border-top: 0.4vw solid #fff;
  border-right: 0.4vw solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 6.4vw;
}
.cta_btn a span {
  color: #fff;
  font-size: 4.8vw;
  line-height: 15.7333333333vw;
  letter-spacing: 0.12em;
  padding-left: 9.3333333333vw;
  position: relative;
}
.cta_btn a span::before {
  content: "";
  display: block;
  width: 6.6666666667vw;
  height: 4.6666666667vw;
  background: url(../img/icon_mail.svg) no-repeat top left/100%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}

.point01_box .tit,
.point02_box .tit,
.point03_box .tit {
  width: 26.6666666667vw;
}
.point01_box h2,
.point02_box h2,
.point03_box h2 {
  font-size: 6.6666666667vw;
  font-weight: 500;
  letter-spacing: 0.16em;
}
.point01_box .text,
.point02_box .text,
.point03_box .text {
  line-height: 2;
  letter-spacing: 0.12em;
}
.point01_box .text strong,
.point02_box .text strong,
.point03_box .text strong {
  color: #886D36;
  font-weight: 500;
}

.point01 {
  background: url("../img/sp_point01_bg.jpg") no-repeat top center/100%;
  height: 272.4vw;
}
.point01 .inner .top_text {
  font-size: 5.3333333333vw;
  text-align: center;
  letter-spacing: 0.16em;
  padding: 2.8vw 0 5.7333333333vw;
}
.point01 .inner .point01_box {
  padding-top: 13.7333333333vw;
  margin-left: 5.3333333333vw;
}
.point01 .inner .point01_box h2 {
  margin: 4.9333333333vw 0 5.3333333333vw 1.3333333333vw;
}
.point01 .inner .point01_box .text {
  margin-left: 1.3333333333vw;
}

.point02 {
  background: url("../img/sp_point02_bg.jpg") no-repeat top center/100%;
  height: 439.4666666667vw;
}
.point02 .inner .point02_box {
  text-align: center;
  padding-top: 13.3333333333vw;
  margin-bottom: 11.6vw;
}
.point02 .inner .point02_box .tit {
  margin: 0 auto;
}
.point02 .inner .point02_box h2 {
  margin: 2.8vw 0 6vw;
}
.point02 .inner .voice_box {
  margin-left: 2.6666666667vw;
  margin-bottom: 16vw;
}
.point02 .inner .voice_box .text_area .info_box .info {
  color: #fff;
  font-size: 4vw;
  line-height: 6.1333333333vw;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.16em;
  width: 58.6666666667vw;
  height: 6.4vw;
  background: #4D4D4D;
}
.point02 .inner .voice_box .text_area .info_box .star {
  width: 51.7333333333vw;
  margin-top: 3.6vw;
  margin-left: 6.9333333333vw;
}
.point02 .inner .voice_box .text_area .voice_tit {
  color: #886D36;
  font-size: 5.0666666667vw;
  line-height: 1.73;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 4vw 0 3.3333333333vw 6.9333333333vw;
}
.point02 .inner .voice_box .text_area .voice_text {
  line-height: 2;
  letter-spacing: 0.12em;
  width: 84.8vw;
  margin-left: 6.9333333333vw;
}
.point02 .inner .voice_box .text_area .voice_text strong {
  color: #886D36;
  font-weight: 500;
}
.point02 .inner .voice_box .voice_img {
  width: 64vw;
  margin: 7.3333333333vw auto 0;
}

.point03 {
  background: url("../img/sp_point03_bg.jpg") no-repeat top center/100%;
  height: 173.4666666667vw;
}
.point03 .inner .point03_area {
  height: 125.3333333333vw;
  padding-top: 12vw;
  margin-bottom: 16vw;
  box-sizing: border-box;
  position: relative;
}
.point03 .inner .point03_area .img_area {
  position: absolute;
  top: 9.3333333333vw;
  left: 9.3333333333vw;
}
.point03 .inner .point03_area .img_area .img {
  width: 37.3333333333vw;
}
.point03 .inner .point03_area .img_area .name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26.6666666667vw;
  height: 24vw;
  background: #4D4D4D;
  position: absolute;
  top: 31.3333333333vw;
  left: -5.3333333333vw;
}
.point03 .inner .point03_area .img_area .name p {
  color: #fff;
  font-size: 3.2vw;
  line-height: 6.1333333333vw;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.16em;
}
.point03 .inner .point03_area .img_area .name p strong {
  font-size: 4vw;
  font-weight: 500;
}
.point03 .inner .point03_area .point03_box .tit {
  margin-left: 50vw;
}
.point03 .inner .point03_area .point03_box h2 {
  line-height: 1.52;
  margin: 2.6666666667vw 0 21.3333333333vw 51.3333333333vw;
}
.point03 .inner .point03_area .point03_box .text {
  width: 83.4666666667vw;
  margin: 0 auto;
}

footer {
  background: #4D4D4D;
  padding-top: 16.6666666667vw;
}
footer .company {
  color: #fff;
  text-align: center;
  letter-spacing: 0.075em;
  margin-bottom: 14vw;
}
footer .company h2 {
  font-size: 6.1333333333vw;
  font-weight: 400;
  margin-bottom: 4.6666666667vw;
}
footer .company .text {
  font-size: 3.4666666667vw;
}
footer .contact .tel {
  text-align: center;
  width: 84vw;
  margin: 0 auto 7.3333333333vw;
  border-bottom: 1px solid #fff;
}
footer .contact .tel a {
  display: inline-block;
  color: #fff;
  font-size: 7.4666666667vw;
  padding-left: 7.6vw;
  letter-spacing: 0.075em;
  margin-bottom: 4vw;
  position: relative;
}
footer .contact .tel a::before {
  content: "";
  display: block;
  width: 6.1333333333vw;
  height: 6.1333333333vw;
  background: url(../img/icon_tel.svg) no-repeat top left/100%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
footer .foot_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4vw 5.3333333333vw;
  width: 88vw;
  margin: 11.3333333333vw auto 0;
}
footer .foot_nav li a {
  color: #fff;
  font-size: 3.4666666667vw;
}
footer .foot_sns {
  display: flex;
  justify-content: center;
  gap: 4.6666666667vw;
  margin: 10vw 0 9.3333333333vw;
}
footer .foot_sns li {
  width: 8.2666666667vw;
}
footer .copy_area {
  padding: 4.6666666667vw 0 6.6666666667vw;
  border-top: 1px solid #fff;
}
footer .copy_area .copy {
  color: #fff;
  text-align: center;
}
footer .copy_area .copy small {
  font-size: 2.9333333333vw;
  letter-spacing: 0.075em;
}/*# sourceMappingURL=style_sp.css.map */