@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  color: #444444;
  font-size: 3.2vw;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 16vw;
  background: #fcf7f2;
}

.pc_none {
  display: block;
}

.sp_none {
  display: none;
}

.overlay {
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.overlay.open {
  display: block;
}

.header {
  width: 100%;
  background: #fff;
  padding: 2.6666666667vw;
  box-shadow: 1px 0 1.3333333333vw rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
.header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .inner .head_logo a {
  display: flex;
  align-items: center;
}
.header .inner .head_logo a img {
  width: 9.3333333333vw;
}
.header .inner .head_logo a span {
  display: block;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
  margin-left: 2.6666666667vw;
}
.header .inner .head_logo a span strong {
  font-size: 5.6vw;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.header .inner .manu_btn {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  border-radius: 1.0666666667vw;
  background: #F28482;
  position: relative;
}
.header .inner .manu_btn span {
  display: block;
  width: 6.6666666667vw;
  height: 0.4vw;
  margin: 0 auto;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.4s;
}
.header .inner .manu_btn span:nth-child(1) {
  top: 2.9333333333vw;
}
.header .inner .manu_btn span:nth-child(2) {
  top: 5.3333333333vw;
}
.header .inner .manu_btn span:nth-child(3) {
  top: 7.7333333333vw;
}
.header .inner .manu_btn.open span:nth-child(1) {
  top: 5.3333333333vw;
  transform: rotate(45deg);
}
.header .inner .manu_btn.open span:nth-child(2) {
  display: none;
}
.header .inner .manu_btn.open span:nth-child(3) {
  top: 5.3333333333vw;
  transform: rotate(-45deg);
}
.header .inner .manu_area {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 16vw);
  padding: 5.3333333333vw;
  background: #fff;
  box-sizing: border-box;
  position: fixed;
  top: 16vw;
  right: -100%;
  transition: all 0.4s;
}
.header .inner .manu_area.open {
  right: 0;
}
.header .inner .manu_area .tel_area {
  order: 2;
  text-align: center;
  width: 53.3333333333vw;
  margin: 0 auto 4vw;
  padding: 3.3333333333vw 0;
  border-radius: 1.3333333333vw;
  background: #ec9c1b;
}
.header .inner .manu_area .tel_area .tel_text {
  color: #fff;
  font-size: 2.9333333333vw;
  margin-bottom: 1.3333333333vw;
}
.header .inner .manu_area .tel_area .tel a {
  color: #fff;
  font-size: 5.6vw;
  font-weight: bold;
}
.header .inner .manu_area .nav_area {
  order: 1;
  margin: 0 0 5.3333333333vw;
}
.header .inner .manu_area .nav_area .main_nav li {
  border-bottom: 1px solid #999;
}
.header .inner .manu_area .nav_area .main_nav li a {
  display: block;
  width: 53.3333333333vw;
  padding: 4.6666666667vw 4vw;
}
.header .inner .manu_area .contact_btn {
  order: 3;
}
.header .inner .manu_area .contact_btn a {
  display: block;
  color: #fff;
  text-align: center;
  width: 53.3333333333vw;
  margin: 0 auto;
  padding: 4.4vw 0 4.6666666667vw 5.3333333333vw;
  border-radius: 1.3333333333vw;
  background: #F28482;
  box-sizing: border-box;
  position: relative;
}
.header .inner .manu_area .contact_btn a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.8666666667vw;
  background: url(../img/mail.png) no-repeat top left/100%;
  position: absolute;
  top: 3.4666666667vw;
  left: 12.6666666667vw;
}

.fv {
  width: 97.3333333333vw;
  height: 66.6666666667vw;
  margin: 20vw auto 0;
  border-radius: 2.6666666667vw;
  position: relative;
}
.fv .fv_img img {
  width: 97.3333333333vw;
  height: 66.6666666667vw;
  border-radius: 2.6666666667vw;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(80%);
}
.fv .text_area {
  color: #fff;
  text-shadow: 0 0 0.6666666667vw #666666, 0 0 0.6666666667vw #666666, 0 0 0.6666666667vw #666666;
  position: absolute;
  top: 13.3333333333vw;
  left: 6.6666666667vw;
}
.fv .text_area .fv_text {
  font-size: 3.7333333333vw;
  font-family: "M PLUS Rounded 1c", serif;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.fv .text_area h1 {
  font-size: 9.0666666667vw;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 900;
  margin-top: 2.6666666667vw;
  letter-spacing: 0.12em;
}

.fv_bot_text {
  font-size: 3.7333333333vw;
  text-align: center;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 13.3333333333vw 0;
}

h2 {
  color: #F28482;
  font-size: 5.3333333333vw;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  width: 100vw;
  margin: 0 auto 9.3333333333vw;
  position: relative;
}
h2 span {
  padding: 0 8vw;
  background: #fcf5ee;
  position: relative;
  z-index: 999;
}
h2::before, h2::after {
  content: "";
  width: 40vw;
  height: 2px;
  background: #F28482;
  position: absolute;
  top: 2.6666666667vw;
}
h2::before {
  left: 0;
}
h2::after {
  right: 0;
}

.features {
  margin: 26.6666666667vw 0;
}
.features .features_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10.6666666667vw;
}
.features .features_list li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56vw;
  height: 56vw;
  border-radius: 33.3333333333vw;
  filter: drop-shadow(0.4vw 0.4vw 0.4vw rgba(197, 181, 164, 0.1));
  background: #fff;
}
.features .features_list li .img img {
  width: 40vw;
}
.features .features_list li .text {
  font-size: 3.7333333333vw;
  text-align: center;
  line-height: 1.8;
  margin-top: 2.6666666667vw;
}
.features .features_list li .text strong {
  color: #ec9c1b;
  font-weight: 700;
}

.price {
  margin: 26.6666666667vw 0;
}
.price .price_in {
  width: 93.3333333333vw;
  margin: 0 auto;
  padding: 6.6666666667vw 0;
  border-radius: 2.6666666667vw;
  filter: drop-shadow(0.4vw 0.4vw 0.4vw rgba(197, 181, 164, 0.1));
  background: #fff;
}
.price .price_in .cost {
  font-size: 4.2666666667vw;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 6.6666666667vw;
}
.price .price_in .cost strong {
  font-size: 8.2666666667vw;
  vertical-align: -0.6666666667vw;
  margin: 0 2vw;
  background: linear-gradient(transparent 60%, #F6BD60 60% 80%, transparent 80%);
}
.price .price_in .price_table {
  width: 85.3333333333vw;
  margin: 0 auto;
}
.price .price_in .price_table tr {
  display: block;
}
.price .price_in .price_table tr:nth-child(odd) {
  background: #fff5e4;
}
.price .price_in .price_table tr th,
.price .price_in .price_table tr td {
  font-size: 3.7333333333vw;
  font-weight: 500;
  padding: 2.6666666667vw 5.3333333333vw;
  box-sizing: border-box;
}
.price .price_in .price_table tr th {
  text-align: left;
  width: 56vw;
}
.price .price_in .price_table tr th span {
  font-size: 2.9333333333vw;
  vertical-align: 0.1333333333vw;
}
.price .price_in .price_table tr td {
  font-size: 4.2666666667vw;
  text-align: right;
  font-weight: 700;
  width: 29.3333333333vw;
}
.price .price_in .price_table tr td span {
  font-size: 3.2vw;
  font-weight: 500;
  vertical-align: 0.1333333333vw;
}

.target {
  margin-bottom: 26.6666666667vw;
}
.target .target_in {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5.3333333333vw;
}
.target .target_in.target02 {
  margin: 20vw 0 10.6666666667vw;
}
.target .target_in img {
  width: 53.3333333333vw;
}
.target .target_in .target_list li {
  display: flex;
  font-size: 4vw;
  margin: 2.6666666667vw 0;
}
.target .target_in .target_list li span {
  margin-right: 2vw;
}
.target .target_in .worries_tit {
  color: #ec9c1b;
  font-size: 5.6vw;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5.3333333333vw;
}
.target .target_in .worries_list li {
  display: flex;
  font-size: 3.4666666667vw;
  line-height: 1.4;
  margin: 3.3333333333vw 0;
}
.target .target_in .worries_list li span {
  margin-right: 2vw;
}
.target .target_in .worries_list li strong {
  background: linear-gradient(transparent 60%, #F6BD60 60% 90%, transparent 90%);
}
.target .target_bot_text {
  text-align: center;
  margin-bottom: 5.3333333333vw;
}
.target .target_bot_text span {
  font-size: 4.2666666667vw;
  font-weight: 700;
  position: relative;
}
.target .target_bot_text span::before, .target .target_bot_text span::after {
  content: "";
  display: block;
  width: 0.2666666667vw;
  height: 5.3333333333vw;
  background: #444;
  position: absolute;
  top: 0.8vw;
}
.target .target_bot_text span::before {
  left: -4vw;
  transform: rotate(-25deg);
}
.target .target_bot_text span::after {
  right: -4vw;
  transform: rotate(25deg);
}
.target .contact_btn a {
  display: block;
  color: #fff;
  font-size: 4.8vw;
  text-align: center;
  font-weight: 700;
  width: 66.6666666667vw;
  margin: 0 auto;
  padding: 4.8vw 0 5.0666666667vw 5.3333333333vw;
  border-radius: 13.3333333333vw;
  background: #F28482;
  box-sizing: border-box;
  position: relative;
}
.target .contact_btn a::before {
  content: "";
  width: 5.6vw;
  height: 5.0666666667vw;
  background: url(../img/mail.png) no-repeat top left/100%;
  position: absolute;
  top: 4.8vw;
  left: 13.3333333333vw;
}

.flow {
  margin-bottom: 26.6666666667vw;
}
.flow .top_text {
  font-size: 4.5333333333vw;
  text-align: center;
  margin-bottom: 8vw;
}
.flow .flow_list {
  width: 66.6666666667vw;
  margin: 0 auto;
}
.flow .flow_list li {
  padding: 4vw 6.6666666667vw 5.3333333333vw;
  background: #fff;
  border-radius: 2.6666666667vw;
  margin-top: 8vw;
  filter: drop-shadow(0.4vw 0.4vw 0.4vw rgba(197, 181, 164, 0.1));
  position: relative;
}
.flow .flow_list li::after {
  content: "";
  display: block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  margin: 0 auto;
  box-sizing: border-box;
  border: 5.3333333333vw solid transparent;
  border-left: 5.3333333333vw solid #fff;
  transform: rotate(90deg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10.5333333333vw;
}
.flow .flow_list li:first-child {
  margin-top: 0;
}
.flow .flow_list li:last-child::after {
  content: none;
}
.flow .flow_list li .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "M PLUS Rounded 1c", serif;
  text-align: center;
  width: 16vw;
  height: 16vw;
  margin: 0 auto 5.3333333333vw;
  padding-top: 1.3333333333vw;
  border-radius: 8vw;
  background: #F6BD60;
  box-sizing: border-box;
}
.flow .flow_list li .step span {
  font-size: 3.4666666667vw;
  font-weight: 500;
}
.flow .flow_list li .step strong {
  font-size: 4.8vw;
  font-weight: 900;
  margin-top: 0.6666666667vw;
}
.flow .flow_list li .tit {
  font-size: 5.0666666667vw;
  text-align: center;
  font-weight: 700;
}
.flow .flow_list li .text {
  line-height: 1.4;
  margin-top: 2.6666666667vw;
}

.company {
  margin-bottom: 26.6666666667vw;
}
.company .company_in {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.company .company_in .company_table {
  width: 93.3333333333vw;
  margin-bottom: 6.6666666667vw;
}
.company .company_in .company_table tr:first-of-type th,
.company .company_in .company_table tr:first-of-type td {
  border-top: none;
}
.company .company_in .company_table tr th,
.company .company_in .company_table tr td {
  font-size: 3.7333333333vw;
  line-height: 1.4;
  text-align: left;
  font-weight: 500;
  vertical-align: middle;
  padding: 2.6666666667vw 2.6666666667vw;
  border-top: 1px dashed #ccc;
}
.company .company_in .company_table tr th {
  font-weight: 700;
  width: 17.3333333333vw;
  background: #fff4e1;
}
.company .company_in .company_table tr td {
  background: #fff;
}
.company .company_in .map iframe {
  width: 93.3333333333vw;
  height: 53.3333333333vw;
}

input[type=text],
input[type=email] {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
}

textarea {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  background: transparent;
}

input[type=submit] {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  background: transparent;
}

#contact {
  padding-top: 8vw;
  margin-bottom: 26.6666666667vw;
}
#contact .form_area {
  width: 93.3333333333vw;
  margin: 0 auto;
  padding: 13.3333333333vw 0;
  border-radius: 2.6666666667vw;
  filter: drop-shadow(0.4vw 0.4vw 0.4vw rgba(197, 181, 164, 0.1));
  background: #fff;
  box-sizing: border-box;
}
#contact .form_area .top_text {
  font-size: 4vw;
  text-align: center;
  margin-bottom: 8vw;
}
#contact .form_area form .form_table {
  width: 73.3333333333vw;
  margin: 0 auto;
}
#contact .form_area form .form_table tr {
  display: block;
  margin-top: 3.3333333333vw;
}
#contact .form_area form .form_table tr:first-of-type {
  margin-top: 0;
}
#contact .form_area form .form_table tr th,
#contact .form_area form .form_table tr td {
  display: block;
}
#contact .form_area form .form_table tr th {
  font-size: 3.4666666667vw;
  text-align: left;
  padding: 2.6666666667vw 0;
}
#contact .form_area form .form_table tr th span {
  font-weight: 700;
  position: relative;
}
#contact .form_area form .form_table tr th span::before {
  display: block;
  color: #fff;
  font-size: 2.4vw;
  font-weight: 500;
  text-align: center;
  padding: 0.5333333333vw 1.0666666667vw 0.8vw;
  border-radius: 0.4vw;
  position: absolute;
  top: 0.9333333333vw;
  right: -10.6666666667vw;
}
#contact .form_area form .form_table tr th.req span::before {
  content: "必須";
  background: #fa5959;
}
#contact .form_area form .form_table tr th.any span::before {
  content: "任意";
  background: #666;
}
#contact .form_area form .form_table td input,
#contact .form_area form .form_table td textarea {
  color: #444444;
  font-size: 3.2vw;
  line-height: 1.4;
  width: 73.3333333333vw;
  padding: 2.6666666667vw;
  border: 1px solid #999;
  border-radius: 1.0666666667vw;
  background: #fff;
  box-sizing: border-box;
}
#contact .form_area form .form_table td input {
  height: 9.3333333333vw;
}
#contact .form_area form .form_table td textarea {
  height: 40vw;
}
#contact .form_area form .btn_submit {
  margin-top: 8vw;
}
#contact .form_area form .btn_submit input[type=submit] {
  display: block;
  color: #fff;
  font-size: 3.7333333333vw;
  text-align: center;
  font-weight: 700;
  width: 60vw;
  margin: 0 auto;
  padding: 3.3333333333vw 0 3.7333333333vw;
  border-radius: 1.3333333333vw;
  background: #F28482;
  box-sizing: border-box;
}
#contact .form_area form .btn_submit input[type=submit]:hover {
  opacity: 0.8;
}

/*==============================
	フォームサンクスページ
==============================*/
#contact.thanks {
  min-height: calc(100vh - 16vw);
  margin-bottom: 26.6666666667vw;
  box-sizing: border-box;
}
#contact.thanks .form_area .top_text {
  font-size: 3.2vw;
  line-height: 2;
}
#contact.thanks .form_area .back_btn a {
  display: block;
  color: #fff;
  font-size: 3.7333333333vw;
  text-align: center;
  font-weight: 700;
  width: 53.3333333333vw;
  margin: 0 auto;
  padding: 3.7333333333vw 0 4vw;
  border-radius: 6.6666666667vw;
  background: #F28482;
  box-sizing: border-box;
}

.footer {
  background: #F28482;
  padding: 4vw 0;
}
.footer .copy {
  color: #fff;
  text-align: center;
}
.footer .copy small {
  font-size: 2.4vw;
}

.page_top {
  position: fixed;
  right: 2.6666666667vw;
  bottom: 6.6666666667vw;
}
.page_top a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3.4666666667vw;
  text-align: center;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  padding-bottom: 0.2666666667vw;
  border-radius: 6.6666666667vw;
  background: #ec9c1b;
  box-sizing: border-box;
}/*# sourceMappingURL=style_sp.css.map */