@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif !important;
  color: #333;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 1.6666666667vw;
  }
}

.sp_only {
  display: none;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .inner {
    width: 100vw;
  }
}

.float_area {
  background: #FFE0E3;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.float_area .inner {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
@media screen and (max-width: 1200px) {
  .float_area .inner {
    padding: 0.8333333333vw 0;
  }
}
.float_area .inner .logo {
  width: 234px;
}
@media screen and (max-width: 1200px) {
  .float_area .inner .logo {
    width: 19.5vw;
  }
}
.float_area .inner .tel_box {
  margin: 0 20px 0 40px;
}
@media screen and (max-width: 1200px) {
  .float_area .inner .tel_box {
    margin: 0 1.6666666667vw 0 3.3333333333vw;
  }
}
.float_area .inner .tel_box a {
  pointer-events: none;
}
.float_area .inner .tel_box a .tel_text {
  color: #FC3334;
  font-size: 44px;
  font-weight: 700;
  padding-left: 45px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .float_area .inner .tel_box a .tel_text {
    font-size: 3.6666666667vw;
    padding-left: 3.75vw;
  }
}
.float_area .inner .tel_box a .tel_text::before {
  content: "";
  display: block;
  width: 37px;
  height: 36px;
  background: url(../img/tel_icon_r.svg) no-repeat top left/100%;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .float_area .inner .tel_box a .tel_text::before {
    width: 3.0833333333vw;
    height: 3vw;
    top: 0.5833333333vw;
  }
}
.float_area .inner .tel_box a .time {
  color: #FC3334;
  font-size: 15px;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 1200px) {
  .float_area .inner .tel_box a .time {
    font-size: 1.25vw;
    margin-top: 0.6666666667vw;
  }
}
.float_area .inner .tel_box a .time span {
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .float_area .inner .tel_box a .time span {
    font-size: 1.1666666667vw;
  }
}
.float_area .inner .btn_list {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  .float_area .inner .btn_list {
    gap: 0.8333333333vw;
  }
}
.float_area .inner .btn_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  width: 264px;
  height: 80px;
  padding-right: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .float_area .inner .btn_list li a {
    width: 22vw;
    height: 6.6666666667vw;
    padding-right: 0.8333333333vw;
    border-radius: 0.8333333333vw;
  }
}
.float_area .inner .btn_list li a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../img/btn_arrow_r.svg) no-repeat top left/100%;
  position: absolute;
  top: 50%;
  right: 15px;
}
@media screen and (max-width: 1200px) {
  .float_area .inner .btn_list li a::before {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    margin-top: -0.8333333333vw;
    right: 1.25vw;
  }
}
.float_area .inner .btn_list li.line_btn a {
  font-size: 28px;
  background: #27CE00;
}
@media screen and (max-width: 1200px) {
  .float_area .inner .btn_list li.line_btn a {
    font-size: 2.3333333333vw;
  }
}
.float_area .inner .btn_list li.contact_btn a {
  font-size: 20px;
  line-height: 1.3;
  background: #004D9C;
}
@media screen and (max-width: 1200px) {
  .float_area .inner .btn_list li.contact_btn a {
    font-size: 1.6666666667vw;
  }
}

.header {
  background: #E84039;
}
.header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
@media screen and (max-width: 1200px) {
  .header .inner {
    padding: 0.8333333333vw 0;
  }
}
.header .inner .logo {
  width: 234px;
}
@media screen and (max-width: 1200px) {
  .header .inner .logo {
    width: 19.5vw;
  }
}
.header .inner .time {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1200px) {
  .header .inner .time {
    font-size: 1.1666666667vw;
  }
}
.header .inner .time strong {
  font-weight: 500;
  letter-spacing: 0.12em;
}
.header .inner .time span {
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  .header .inner .time span {
    font-size: 1.25vw;
  }
}

.fv {
  background: url("../img/pc_fv_bg.jpg") no-repeat top center;
  padding-top: 52px;
  height: 623px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .fv {
    background-size: 166.6666666667vw auto;
    padding-top: 4.3333333333vw;
    height: 51.9166666667vw;
  }
}
.fv .inner .fv_box {
  width: 430px;
  margin-left: 50px;
}
@media screen and (max-width: 1200px) {
  .fv .inner .fv_box {
    width: 35.8333333333vw;
    margin-left: 4.1666666667vw;
  }
}
.fv .inner .fv_box .fv_list {
  display: flex;
  justify-content: center;
  gap: 6px;
}
@media screen and (max-width: 1200px) {
  .fv .inner .fv_box .fv_list {
    gap: 0.5vw;
  }
}
.fv .inner .fv_box .fv_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  height: 48px;
  padding: 0 20px;
  border-radius: 14px;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .fv .inner .fv_box .fv_list li {
    height: 4vw;
    padding: 0 1.6666666667vw;
    border-radius: 1.1666666667vw;
  }
}
.fv .inner .fv_box .fv_list li span {
  color: #E65542;
}
.fv .inner .fv_box .fv_tit {
  width: 425px;
  margin: 25px auto 10px;
}
@media screen and (max-width: 1200px) {
  .fv .inner .fv_box .fv_tit {
    width: 35.4166666667vw;
    margin: 2.0833333333vw auto 0.8333333333vw;
  }
}
.fv .inner .fv_box .fv_text {
  font-size: 21px;
  line-height: 1.52;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1200px) {
  .fv .inner .fv_box .fv_text {
    font-size: 1.75vw;
  }
}
.fv .inner .fv_box .fv_area {
  display: flex;
  align-items: center;
  gap: 26px;
  width: 425px;
  height: 54px;
  padding-left: 25px;
  margin: 20px auto 10px;
  background: url(../img/fv_area_bg.png) no-repeat top left/100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .fv .inner .fv_box .fv_area {
    gap: 2.1666666667vw;
    width: 35.4166666667vw;
    height: 4.5vw;
    padding-left: 2.0833333333vw;
    margin: 1.6666666667vw auto 0.8333333333vw;
  }
}
.fv .inner .fv_box .fv_area p {
  color: #1F3889;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .fv .inner .fv_box .fv_area p {
    font-size: 1.6666666667vw;
  }
}
.fv .inner .fv_box .fv_area .tit {
  color: #fff;
  font-size: 18px;
  margin-right: 8px;
}
@media screen and (max-width: 1200px) {
  .fv .inner .fv_box .fv_area .tit {
    font-size: 1.5vw;
    margin-right: 0.6666666667vw;
  }
}
.fv .inner .fv_box .fv_pay {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 425px;
  height: 54px;
  padding-left: 13px;
  margin: 0 auto;
  border: 2px solid #1F3889;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .fv .inner .fv_box .fv_pay {
    width: 35.4166666667vw;
    height: 4.5vw;
    padding-left: 1.0833333333vw;
    border: 0.1666666667vw solid #1F3889;
  }
}
.fv .inner .fv_box .fv_pay .tomato {
  width: 80px;
  position: absolute;
  top: -20px;
  left: -43px;
}
@media screen and (max-width: 1200px) {
  .fv .inner .fv_box .fv_pay .tomato {
    width: 6.6666666667vw;
    top: -1.6666666667vw;
    left: -3.5833333333vw;
  }
}
.fv .inner .fv_box .fv_pay .pay {
  color: #1F3889;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .fv .inner .fv_box .fv_pay .pay {
    font-size: 1.6666666667vw;
  }
}
.fv .inner .fv_box .fv_pay .pay strong {
  color: #E65542;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .fv .inner .fv_box .fv_pay .pay strong {
    font-size: 1.8333333333vw;
  }
}

.cta {
  display: flex;
  align-items: center;
  width: 878px;
  margin: 40px auto;
  padding: 15px 0 12px;
  background: #fff;
  border: 5px solid #FC3334;
  filter: drop-shadow(7px 7px 7px rgba(145, 10, 10, 0.2));
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .cta {
    width: 73.1666666667vw;
    margin: 3.3333333333vw auto;
    padding: 1.25vw 0 1vw;
    border: 0.4166666667vw solid #FC3334;
    filter: drop-shadow(0.5833333333vw 0.5833333333vw 0.5833333333vw rgba(145, 10, 10, 0.2));
  }
}
.cta .tel {
  margin: 0 20px 0 30px;
}
@media screen and (max-width: 1200px) {
  .cta .tel {
    margin: 0 1.6666666667vw 0 2.5vw;
  }
}
.cta .tel .top_text {
  color: #FC3334;
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 210px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .cta .tel .top_text {
    font-size: 2.5vw;
    width: 17.5vw;
  }
}
.cta .tel .top_text::before, .cta .tel .top_text::after {
  content: "";
  display: block;
  width: 2px;
  height: 38px;
  background: #FC3334;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .cta .tel .top_text::before, .cta .tel .top_text::after {
    width: 0.1666666667vw;
    height: 3.1666666667vw;
  }
}
.cta .tel .top_text::before {
  left: 0;
  transform: rotate(-40deg);
}
.cta .tel .top_text::after {
  right: 0;
  transform: rotate(40deg);
}
.cta .tel .tel_text {
  margin: 10px 0;
}
@media screen and (max-width: 1200px) {
  .cta .tel .tel_text {
    margin: 0.8333333333vw 0;
  }
}
.cta .tel .tel_text a {
  display: inline-block;
  color: #FC3334;
  font-size: 58px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding-left: 62px;
  pointer-events: none;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .cta .tel .tel_text a {
    font-size: 4.8333333333vw;
    padding-left: 5.1666666667vw;
  }
}
.cta .tel .tel_text a::before {
  content: "";
  display: block;
  width: 52px;
  height: 51px;
  background: url(../img/tel_icon_r.svg) no-repeat top left/100%;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .cta .tel .tel_text a::before {
    width: 4.3333333333vw;
    height: 4.25vw;
    top: 0.5833333333vw;
  }
}
.cta .tel .time {
  color: #FC3334;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .cta .tel .time {
    font-size: 1.6666666667vw;
  }
}
.cta .btn_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: 0.08em;
  width: 298px;
  height: 68px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .cta .btn_list li a {
    width: 24.8333333333vw;
    height: 5.6666666667vw;
    border-radius: 0.8333333333vw;
  }
}
.cta .btn_list li a::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  margin-top: -8px;
  background: url(../img/btn_arrow_r.svg) no-repeat top left/100%;
  position: absolute;
  top: 50%;
  right: 15px;
}
@media screen and (max-width: 1200px) {
  .cta .btn_list li a::before {
    width: 1.5833333333vw;
    height: 1.5833333333vw;
    margin-top: -0.6666666667vw;
    right: 1.25vw;
  }
}
.cta .btn_list li.line_btn {
  margin-bottom: 14px;
}
@media screen and (max-width: 1200px) {
  .cta .btn_list li.line_btn {
    margin-bottom: 1.1666666667vw;
  }
}
.cta .btn_list li.line_btn a {
  font-size: 20px;
  background: #27CE00;
}
@media screen and (max-width: 1200px) {
  .cta .btn_list li.line_btn a {
    font-size: 1.6666666667vw;
  }
}
.cta .btn_list li.contact_btn a {
  font-size: 19px;
  background: #004D9C;
}
@media screen and (max-width: 1200px) {
  .cta .btn_list li.contact_btn a {
    font-size: 1.5833333333vw;
  }
}

.scene {
  background: url(../img/pc_scene_bg.jpg) no-repeat top center;
  padding-top: 72px;
  margin-bottom: 78px;
  height: 558px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .scene {
    background-size: 166.6666666667vw auto;
    padding-top: 6vw;
    margin-bottom: 6.5vw;
    height: 46.5vw;
  }
}
.scene .tit_area .top_text {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .scene .tit_area .top_text {
    font-size: 2.3333333333vw;
    margin-bottom: 0.8333333333vw;
  }
}
.scene .tit_area .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 798px;
  height: 87px;
  margin: 0 auto;
  padding-bottom: 21px;
  background: url(../img/pc_scene_frame.svg) no-repeat top left/100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .scene .tit_area .tit {
    width: 66.5vw;
    height: 7.25vw;
    padding-bottom: 1.75vw;
  }
}
.scene .tit_area .tit .top {
  color: #fff;
  font-size: 24px;
  line-height: 33px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02em;
  width: 176px;
  height: 35px;
  background: #FC3334;
}
@media screen and (max-width: 1200px) {
  .scene .tit_area .tit .top {
    font-size: 2vw;
    line-height: 2.75vw;
    width: 14.6666666667vw;
    height: 2.9166666667vw;
  }
}
.scene .tit_area .tit h2 {
  color: #FC3334;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  margin-left: 25px;
}
@media screen and (max-width: 1200px) {
  .scene .tit_area .tit h2 {
    font-size: 3vw;
    margin-left: 2.0833333333vw;
  }
}
.scene .scene_list {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .scene .scene_list {
    gap: 5vw;
    margin-top: 1.6666666667vw;
  }
}
.scene .scene_list li {
  text-align: center;
  letter-spacing: 0.04em;
}
.scene .scene_list li .img {
  display: flex;
  align-items: center;
  height: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .scene .scene_list li .img {
    height: 13.3333333333vw;
  }
}
.scene .scene_list li h3 {
  color: #1F3889;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-bottom: 13px;
}
@media screen and (max-width: 1200px) {
  .scene .scene_list li h3 {
    font-size: 2vw;
    margin-bottom: 1.0833333333vw;
  }
}
.scene .scene_list li .text {
  font-size: 18px;
  line-height: 1.55;
}
@media screen and (max-width: 1200px) {
  .scene .scene_list li .text {
    font-size: 1.5vw;
  }
}
.scene .scene_list li:nth-child(1) .img {
  width: 185px;
}
@media screen and (max-width: 1200px) {
  .scene .scene_list li:nth-child(1) .img {
    width: 15.4166666667vw;
  }
}
.scene .scene_list li:nth-child(2) .img {
  width: 53px;
}
@media screen and (max-width: 1200px) {
  .scene .scene_list li:nth-child(2) .img {
    width: 4.4166666667vw;
  }
}
.scene .scene_list li:nth-child(3) .img {
  width: 224px;
}
@media screen and (max-width: 1200px) {
  .scene .scene_list li:nth-child(3) .img {
    width: 18.6666666667vw;
  }
}
.scene .scene_list li:nth-child(4) .img {
  width: 110px;
}
@media screen and (max-width: 1200px) {
  .scene .scene_list li:nth-child(4) .img {
    width: 9.1666666667vw;
  }
}

.point {
  background: url(../img/pc_point_bg_top.jpg) no-repeat top center, url(../img/pc_point_bg_bot.jpg) no-repeat top center, #E54C4C;
  padding: 115px 0 170px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .point {
    background-size: 166.6666666667vw auto;
    padding: 9.5833333333vw 0 14.1666666667vw;
  }
}
.point .inner .tomato {
  width: 112px;
  margin: 0 auto;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .point .inner .tomato {
    width: 9.3333333333vw;
    top: -3.3333333333vw;
  }
}
.point .inner .tit_area .top {
  color: #1A1A1A;
  font-size: 34px;
  line-height: 58px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.08em;
  width: 414px;
  height: 60px;
  margin: 0 auto;
  border-radius: 10px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .point .inner .tit_area .top {
    font-size: 2.8333333333vw;
    line-height: 4.8333333333vw;
    width: 34.5vw;
    height: 5vw;
    border-radius: 0.8333333333vw;
  }
}
.point .inner .tit_area .top::before {
  content: "";
  display: block;
  width: 10px;
  height: 20px;
  margin: 0 auto;
  border-radius: 0 0 100vw 100vw;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
}
@media screen and (max-width: 1200px) {
  .point .inner .tit_area .top::before {
    width: 0.8333333333vw;
    height: 1.6666666667vw;
    bottom: -1.6666666667vw;
  }
}
.point .inner .tit_area h2 {
  width: 510px;
  margin: 15px auto 75px;
}
@media screen and (max-width: 1200px) {
  .point .inner .tit_area h2 {
    width: 42.5vw;
    margin: 1.25vw auto 6.25vw;
  }
}
.point .inner .point_list .point_box {
  border: 6px solid #CE363E;
  box-shadow: 10px 10px 0 #CE363E;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .point .inner .point_list .point_box {
    border: 0.5vw solid #CE363E;
    box-shadow: 0.8333333333vw 0.8333333333vw 0 #CE363E;
  }
}
.point .inner .point_list .point_box .img {
  position: absolute;
}
.point .inner .point_list .point_box .num {
  width: 152px;
  position: absolute;
  top: -55px;
}
@media screen and (max-width: 1200px) {
  .point .inner .point_list .point_box .num {
    width: 12.6666666667vw;
    top: -4.5833333333vw;
  }
}
.point .inner .point_list .point_box .text_area {
  position: relative;
}
.point .inner .point_list .point_box .text_area h3 strong {
  display: inline-block;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 4px 15px 8px;
  background: #FC3334;
}
@media screen and (max-width: 1200px) {
  .point .inner .point_list .point_box .text_area h3 strong {
    font-size: 3vw;
    padding: 0.3333333333vw 1.25vw 0.6666666667vw;
  }
}
.point .inner .point_list .point_box .text_area h3 strong:not(:first-child) {
  margin-top: 5px;
}
@media screen and (max-width: 1200px) {
  .point .inner .point_list .point_box .text_area h3 strong:not(:first-child) {
    margin-top: 0.4166666667vw;
  }
}
.point .inner .point_list .point_box .text_area h3 strong span {
  color: #FFFF8D;
}
.point .inner .point_list .point_box .text_area .text {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.04em;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .point .inner .point_list .point_box .text_area .text {
    font-size: 1.5vw;
    line-height: 2.6666666667vw;
    margin-top: 1.6666666667vw;
  }
}
.point .inner .point_list .point_box .text_area .text span {
  color: #FC3334;
  font-size: 19px;
}
@media screen and (max-width: 1200px) {
  .point .inner .point_list .point_box .text_area .text span {
    font-size: 1.5833333333vw;
  }
}
.point .inner .point_list .point_box .text_area .eradication {
  width: 455px;
  margin-top: 23px;
  margin-left: -25px;
}
@media screen and (max-width: 1200px) {
  .point .inner .point_list .point_box .text_area .eradication {
    width: 37.9166666667vw;
    margin-top: 1.9166666667vw;
    margin-left: -2.0833333333vw;
  }
}
.point .inner .point_list .point_box:nth-child(odd) {
  width: 1106px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1200px) {
  .point .inner .point_list .point_box:nth-child(odd) {
    width: 92.1666666667vw;
  }
}
.point .inner .point_list .point_box:nth-child(odd) .img {
  left: 0;
}
.point .inner .point_list .point_box:nth-child(odd) .num {
  right: 45px;
}
@media screen and (max-width: 1200px) {
  .point .inner .point_list .point_box:nth-child(odd) .num {
    right: 3.75vw;
  }
}
.point .inner .point_list .point_box:nth-child(even) {
  width: 1112px;
}
@media screen and (max-width: 1200px) {
  .point .inner .point_list .point_box:nth-child(even) {
    width: 92.6666666667vw;
  }
}
.point .inner .point_list .point_box:nth-child(even) .img {
  right: 0;
}
.point .inner .point_list .point_box:nth-child(even) .num {
  left: 33px;
}
@media screen and (max-width: 1200px) {
  .point .inner .point_list .point_box:nth-child(even) .num {
    left: 2.75vw;
  }
}
.point .inner .point_list .point_box:nth-child(1) {
  padding: 55px 0 27px 630px;
}
@media screen and (max-width: 1200px) {
  .point .inner .point_list .point_box:nth-child(1) {
    padding: 4.5833333333vw 0 2.25vw 52.5vw;
  }
}
.point .inner .point_list .point_box:nth-child(1) .img {
  width: 721px;
  top: -12px;
}
@media screen and (max-width: 1200px) {
  .point .inner .point_list .point_box:nth-child(1) .img {
    width: 60.0833333333vw;
    top: -1vw;
  }
}
.point .inner .point_list .point_box:nth-child(2) {
  margin: 80px 0 90px;
  padding: 70px 0 55px 100px;
}
@media screen and (max-width: 1200px) {
  .point .inner .point_list .point_box:nth-child(2) {
    margin: 6.6666666667vw 0 7.5vw;
    padding: 5.8333333333vw 0 4.5833333333vw 8.3333333333vw;
  }
}
.point .inner .point_list .point_box:nth-child(2) .img {
  width: 786px;
  top: -33px;
}
@media screen and (max-width: 1200px) {
  .point .inner .point_list .point_box:nth-child(2) .img {
    width: 65.5vw;
    top: -2.75vw;
  }
}
.point .inner .point_list .point_box:nth-child(3) {
  padding: 55px 0 50px 560px;
}
@media screen and (max-width: 1200px) {
  .point .inner .point_list .point_box:nth-child(3) {
    padding: 4.5833333333vw 0 4.1666666667vw 46.6666666667vw;
  }
}
.point .inner .point_list .point_box:nth-child(3) .img {
  width: 1070px;
  top: -56px;
}
@media screen and (max-width: 1200px) {
  .point .inner .point_list .point_box:nth-child(3) .img {
    width: 89.1666666667vw;
    top: -4.6666666667vw;
  }
}

.pricearea {
  background: #fff;
  padding: 75px 0 80px;
}
@media screen and (max-width: 1200px) {
  .pricearea {
    padding: 6.25vw 0 6.6666666667vw;
  }
}
.pricearea .tit_area h2 {
  font-size: 38px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1200px) {
  .pricearea .tit_area h2 {
    font-size: 3.1666666667vw;
  }
}
.pricearea .tit_area .tit_img {
  width: 180px;
  margin: 15px auto 55px;
}
@media screen and (max-width: 1200px) {
  .pricearea .tit_area .tit_img {
    width: 15vw;
    margin: 1.25vw auto 4.5833333333vw;
  }
}
.pricearea .pricearea_box .pricearea_table {
  width: 925px;
  border-spacing: 10px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .pricearea .pricearea_box .pricearea_table {
    width: 77.0833333333vw;
    border-spacing: 0.8333333333vw 0;
  }
}
.pricearea .pricearea_box .pricearea_table tr th, .pricearea .pricearea_box .pricearea_table tr td {
  vertical-align: middle;
}
.pricearea .pricearea_box .pricearea_table tr th {
  background: #DD4E4E;
  min-height: 110px;
  width: 180px;
}
@media screen and (max-width: 1200px) {
  .pricearea .pricearea_box .pricearea_table tr th {
    min-height: 9.1666666667vw;
    width: 15vw;
  }
}
.pricearea .pricearea_box .pricearea_table tr th p {
  color: #fff;
  font-size: 21px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .pricearea .pricearea_box .pricearea_table tr th p {
    font-size: 1.75vw;
  }
}
.pricearea .pricearea_box .pricearea_table tr td {
  background: #FDF3EF;
  min-height: 110px;
  padding: 30px 0 30px 40px;
}
@media screen and (max-width: 1200px) {
  .pricearea .pricearea_box .pricearea_table tr td {
    min-height: 9.1666666667vw;
    padding: 2.5vw 0 2.5vw 3.3333333333vw;
  }
}
.pricearea .pricearea_box .pricearea_table tr td .text {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .pricearea .pricearea_box .pricearea_table tr td .text {
    font-size: 1.5vw;
  }
}
.pricearea .pricearea_box .pricearea_table tr td .text .font_24 {
  font-size: 24px;
  vertical-align: 0;
}
@media screen and (max-width: 1200px) {
  .pricearea .pricearea_box .pricearea_table tr td .text .font_24 {
    font-size: 2vw;
  }
}
.pricearea .pricearea_box .pricearea_table tr td .text.option {
  display: flex;
}
.pricearea .pricearea_box .pricearea_table tr:not(:first-of-type) th {
  border-top: 1px solid #fff;
}
.pricearea .pricearea_box .pricearea_table tr:not(:first-of-type) td {
  border-top: 1px dashed rgba(252, 51, 52, 0.5);
}
.pricearea .pricearea_box .pricearea_table tr:nth-of-type(2) td {
  padding: 20px 0 20px 40px;
}
@media screen and (max-width: 1200px) {
  .pricearea .pricearea_box .pricearea_table tr:nth-of-type(2) td {
    padding: 1.6666666667vw 0 1.6666666667vw 3.3333333333vw;
  }
}
.pricearea .pricearea_box .pricearea_table tr:first-of-type th {
  border-radius: 20px 0 0 0;
}
@media screen and (max-width: 1200px) {
  .pricearea .pricearea_box .pricearea_table tr:first-of-type th {
    border-radius: 1.6666666667vw 0 0 0;
  }
}
.pricearea .pricearea_box .pricearea_table tr:first-of-type td {
  border-radius: 0 20px 0 0;
}
@media screen and (max-width: 1200px) {
  .pricearea .pricearea_box .pricearea_table tr:first-of-type td {
    border-radius: 0 1.6666666667vw 0 0;
  }
}
.pricearea .pricearea_box .pricearea_table tr:last-of-type th {
  border-radius: 0 0 0 20px;
}
@media screen and (max-width: 1200px) {
  .pricearea .pricearea_box .pricearea_table tr:last-of-type th {
    border-radius: 0 0 0 1.6666666667vw;
  }
}
.pricearea .pricearea_box .pricearea_table tr:last-of-type td {
  border-radius: 0 0 20px 0;
}
@media screen and (max-width: 1200px) {
  .pricearea .pricearea_box .pricearea_table tr:last-of-type td {
    border-radius: 0 0 1.6666666667vw 0;
  }
}

#contact {
  background: url(../img/pc_contact_bg.jpg) no-repeat top center, #FBE3D7;
  padding: 90px 0 120px;
  min-height: calc(100vh - 60px);
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  #contact {
    background-size: 166.6666666667vw auto;
    padding: 7.5vw 0 10vw;
    min-height: calc(100vh - 5vw);
  }
}
#contact .tit_area h2 {
  font-size: 38px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1200px) {
  #contact .tit_area h2 {
    font-size: 3.1666666667vw;
  }
}
#contact .tit_area .tit_img {
  width: 110px;
  margin: 30px auto 85px;
}
@media screen and (max-width: 1200px) {
  #contact .tit_area .tit_img {
    width: 9.1666666667vw;
    margin: 2.5vw auto 7.0833333333vw;
  }
}
#contact input[type=text],
#contact input[type=tel] {
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
}
#contact textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  background: transparent;
}
#contact button,
#contact input[type=submit],
#contact input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  background: transparent;
}
#contact .form_area {
  width: 890px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #contact .form_area {
    width: 74.1666666667vw;
  }
}
#contact .form_area .form_table tr th, #contact .form_area .form_table tr td {
  vertical-align: middle;
  padding: 15px 0;
}
@media screen and (max-width: 1200px) {
  #contact .form_area .form_table tr th, #contact .form_area .form_table tr td {
    padding: 1.25vw 0;
  }
}
#contact .form_area .form_table tr th {
  font-size: 20px;
  line-height: 29px;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.04em;
  width: 300px;
  padding-left: 70px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #contact .form_area .form_table tr th {
    font-size: 1.6666666667vw;
    line-height: 2.4166666667vw;
    width: 25vw;
    padding-left: 5.8333333333vw;
  }
}
#contact .form_area .form_table tr th::before {
  display: block;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.04em;
  width: 48px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 1200px) {
  #contact .form_area .form_table tr th::before {
    font-size: 1.3333333333vw;
    line-height: 2.3333333333vw;
    width: 4vw;
  }
}
#contact .form_area .form_table tr th span {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  #contact .form_area .form_table tr th span {
    font-size: 1.3333333333vw;
  }
}
#contact .form_area .form_table tr th.top {
  padding-top: 28px;
  vertical-align: top;
}
@media screen and (max-width: 1200px) {
  #contact .form_area .form_table tr th.top {
    padding-top: 2.3333333333vw;
  }
}
#contact .form_area .form_table tr th.top::before {
  transform: none;
  top: 30px;
}
@media screen and (max-width: 1200px) {
  #contact .form_area .form_table tr th.top::before {
    top: 2.5vw;
  }
}
#contact .form_area .form_table tr td input,
#contact .form_area .form_table tr td textarea {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  color: #333;
  font-size: 20px;
  letter-spacing: 0.04em;
  width: 590px;
  height: 52px;
  padding: 0 25px;
  border: 1px solid #AAA39C;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  #contact .form_area .form_table tr td input,
  #contact .form_area .form_table tr td textarea {
    font-size: 1.6666666667vw;
    width: 49.1666666667vw;
    height: 4.3333333333vw;
    padding: 0 2.0833333333vw;
    border-radius: 0.6666666667vw;
  }
}
#contact .form_area .form_table tr td input::placeholder,
#contact .form_area .form_table tr td textarea::placeholder {
  color: #ccc;
}
#contact .form_area .form_table tr td textarea {
  height: 182px;
  padding: 10px 25px;
}
@media screen and (max-width: 1200px) {
  #contact .form_area .form_table tr td textarea {
    height: 15.1666666667vw;
    padding: 0.8333333333vw 2.0833333333vw;
  }
}
#contact .form_area .form_table tr td .min {
  width: 230px;
}
@media screen and (max-width: 1200px) {
  #contact .form_area .form_table tr td .min {
    width: 19.1666666667vw;
  }
}
#contact .form_area .form_table tr td .dai {
  font-size: 20px;
  line-height: 52px;
  margin-left: 13px;
}
@media screen and (max-width: 1200px) {
  #contact .form_area .form_table tr td .dai {
    font-size: 1.6666666667vw;
    line-height: 4.3333333333vw;
    margin-left: 1.0833333333vw;
  }
}
#contact .form_area .req_area .form_table tr th::before {
  content: "必須";
  color: #fff;
  background: #E54C4C;
}
#contact .form_area .any_area .form_table tr th::before {
  content: "任意";
  color: #E54C4C;
  border: 1px solid #E54C4C;
}
#contact .form_area .any_area .sub_tit {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 35px 0;
}
@media screen and (max-width: 1200px) {
  #contact .form_area .any_area .sub_tit {
    gap: 1.25vw;
    margin: 2.9166666667vw 0;
  }
}
#contact .form_area .any_area .sub_tit h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1200px) {
  #contact .form_area .any_area .sub_tit h3 {
    font-size: 2.1666666667vw;
  }
}
#contact .form_area .any_area .sub_tit .kome {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  #contact .form_area .any_area .sub_tit .kome {
    font-size: 1.3333333333vw;
  }
}
#contact .form_area .agree_area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 60px 0 75px;
}
@media screen and (max-width: 1200px) {
  #contact .form_area .agree_area {
    gap: 0.8333333333vw;
    margin: 5vw 0 6.25vw;
  }
}
#contact .form_area .agree_area input[type=checkbox] {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1200px) {
  #contact .form_area .agree_area input[type=checkbox] {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
}
#contact .form_area .agree_area label {
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  #contact .form_area .agree_area label {
    font-size: 1.6666666667vw;
  }
}
#contact .form_area .agree_area label a {
  text-decoration: underline !important;
}
#contact .form_area .contact_btn {
  display: block;
  color: #fff;
  font-size: 30px;
  line-height: 90px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.14em;
  height: 94px;
  margin: 0 auto;
  border-radius: 100vw;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #contact .form_area .contact_btn {
    font-size: 2.5vw;
    line-height: 7.5vw;
    height: 7.8333333333vw;
  }
}
#contact .form_area .contact_btn:hover {
  opacity: 0.8;
}
#contact .form_area .conf_btn {
  width: 570px;
  padding-right: 13px;
  background: url(../img/btn_arrow_r.svg) no-repeat center right 30px/30px, #E84039;
}
@media screen and (max-width: 1200px) {
  #contact .form_area .conf_btn {
    width: 47.5vw;
    padding-right: 1.0833333333vw;
    background-position: center right 2.5vw;
    background-size: 2.5vw;
  }
}
#contact .form_area .conf_btn:disabled {
  opacity: 0.3;
  pointer-events: none;
}
#contact .form_area .back_btn {
  width: 460px;
  padding-left: 30px;
  background: url(../img/btn_arrow_l.svg) no-repeat center left 30px/30px, #1F3889;
}
@media screen and (max-width: 1200px) {
  #contact .form_area .back_btn {
    width: 38.3333333333vw;
    padding-left: 2.5vw;
    background-position: center left 2.5vw;
    background-size: 2.5vw;
  }
}
#contact .form_area .submit_btn {
  width: 460px;
  padding-right: 30px;
  background: url(../img/btn_arrow_r.svg) no-repeat center right 30px/30px, #E84039;
}
@media screen and (max-width: 1200px) {
  #contact .form_area .submit_btn {
    width: 38.3333333333vw;
    padding-right: 2.5vw;
    background-position: center right 2.5vw;
    background-size: 2.5vw;
  }
}
#contact .form_area .top_btn {
  width: 570px;
  padding-right: 13px;
  background: url(../img/btn_arrow_r.svg) no-repeat center right 30px/30px, #1F3889;
}
@media screen and (max-width: 1200px) {
  #contact .form_area .top_btn {
    width: 47.5vw;
    padding-right: 1.0833333333vw;
    background-position: center right 2.5vw;
    background-size: 2.5vw;
  }
}
#contact .form_area {
  /*======================================================
    内容確認ページ
  ======================================================*/
}
#contact .form_area.conf {
  width: 960px;
}
@media screen and (max-width: 1200px) {
  #contact .form_area.conf {
    width: 80vw;
  }
}
#contact .form_area.conf .req_area,
#contact .form_area.conf .any_area {
  width: 890px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #contact .form_area.conf .req_area,
  #contact .form_area.conf .any_area {
    width: 74.1666666667vw;
  }
}
#contact .form_area.conf .form_table tr td {
  display: flex;
  align-items: center;
}
#contact .form_area.conf .form_table tr td p {
  line-height: 1.4;
  width: 590px;
  padding: 15px 0;
  border-bottom: 1px solid #AAA39C;
}
@media screen and (max-width: 1200px) {
  #contact .form_area.conf .form_table tr td p {
    width: 49.1666666667vw;
    padding: 1.25vw 0;
  }
}
#contact .form_area.conf .form_table tr td p.min {
  width: 230px;
}
@media screen and (max-width: 1200px) {
  #contact .form_area.conf .form_table tr td p.min {
    width: 19.1666666667vw;
  }
}
#contact .form_area.conf .agree {
  text-align: center;
  margin: 50px 0 75px;
}
@media screen and (max-width: 1200px) {
  #contact .form_area.conf .agree {
    margin: 4.1666666667vw 0 6.25vw;
  }
}
#contact .form_area.conf .btn_area {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  #contact .form_area.conf .btn_area {
    gap: 3.3333333333vw;
  }
}
#contact .form_area {
  /*======================================================
    サンクスページ
  ======================================================*/
}
#contact .form_area .thanks_text {
  line-height: 2.25;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  #contact .form_area .thanks_text {
    margin-bottom: 8.3333333333vw;
  }
}

.copy {
  background: #DD4E4E;
  padding: 20px 0;
}
@media screen and (max-width: 1200px) {
  .copy {
    padding: 1.6666666667vw 0;
  }
}
.copy.lp_copy {
  padding: 20px 0 120px;
}
@media screen and (max-width: 1200px) {
  .copy.lp_copy {
    padding: 1.6666666667vw 0 10vw;
  }
}
.copy .copy_text {
  text-align: center;
}
.copy .copy_text small {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1200px) {
  .copy .copy_text small {
    font-size: 1vw;
  }
}/*# sourceMappingURL=style.css.map */