@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: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 110px;
  background: #fcf7f2;
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 1.5vw;
    margin-top: 9.1666666667vw;
  }
}

.pc_none {
  display: none;
}

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

.header {
  width: 100%;
  padding: 20px 0;
  background: #fff;
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
@media screen and (max-width: 1200px) {
  .header {
    padding: 1.6666666667vw 0;
    box-shadow: 0.0833333333vw 0 0.8333333333vw rgba(0, 0, 0, 0.1);
  }
}
.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: 70px;
}
@media screen and (max-width: 1200px) {
  .header .inner .head_logo a img {
    width: 5.8333333333vw;
  }
}
.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: 15px;
}
@media screen and (max-width: 1200px) {
  .header .inner .head_logo a span {
    margin-left: 1.25vw;
  }
}
.header .inner .head_logo a span strong {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1200px) {
  .header .inner .head_logo a span strong {
    font-size: 2.6666666667vw;
  }
}
.header .inner .manu_area {
  display: flex;
  align-items: center;
}
.header .inner .manu_area .tel_area {
  text-align: center;
  margin-right: 25px;
}
@media screen and (max-width: 1200px) {
  .header .inner .manu_area .tel_area {
    margin-right: 2.0833333333vw;
  }
}
.header .inner .manu_area .tel_area .tel_text {
  font-size: 16px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .header .inner .manu_area .tel_area .tel_text {
    font-size: 1.3333333333vw;
    margin-bottom: 0.4166666667vw;
  }
}
.header .inner .manu_area .tel_area .tel {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .header .inner .manu_area .tel_area .tel {
    font-size: 2.5vw;
  }
}
.header .inner .manu_area .nav_area {
  margin-right: 25px;
}
@media screen and (max-width: 1200px) {
  .header .inner .manu_area .nav_area {
    margin-right: 2.0833333333vw;
  }
}
.header .inner .manu_area .nav_area .main_nav {
  display: flex;
}
.header .inner .manu_area .nav_area .main_nav li {
  margin-left: 20px;
}
@media screen and (max-width: 1200px) {
  .header .inner .manu_area .nav_area .main_nav li {
    margin-left: 1.6666666667vw;
  }
}
.header .inner .manu_area .nav_area .main_nav li:first-child {
  margin-left: 0;
}
.header .inner .manu_area .nav_area .main_nav li a {
  padding-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .header .inner .manu_area .nav_area .main_nav li a {
    padding-bottom: 0.4166666667vw;
  }
}
.header .inner .manu_area .nav_area .main_nav li a:hover {
  opacity: 1;
  border-bottom: 2px solid #F28482;
}
@media screen and (max-width: 1200px) {
  .header .inner .manu_area .nav_area .main_nav li a:hover {
    border-bottom: 0.1666666667vw solid #F28482;
  }
}
.header .inner .manu_area .contact_btn a {
  display: block;
  color: #fff;
  text-align: center;
  width: 200px;
  padding: 18px 0 20px 32px;
  border-radius: 35px;
  background: #F28482;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .header .inner .manu_area .contact_btn a {
    width: 16.6666666667vw;
    padding: 1.5vw 0 1.6666666667vw 2.6666666667vw;
    border-radius: 2.9166666667vw;
  }
}
.header .inner .manu_area .contact_btn a::before {
  content: "";
  width: 20px;
  height: 22px;
  background: url(../img/mail.png) no-repeat top left/100%;
  position: absolute;
  top: 18px;
  left: 31px;
}
@media screen and (max-width: 1200px) {
  .header .inner .manu_area .contact_btn a::before {
    width: 1.6666666667vw;
    height: 1.8333333333vw;
    top: 1.5vw;
    left: 2.5833333333vw;
  }
}

.fv {
  width: 1150px;
  height: 500px;
  margin: 130px auto 0;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .fv {
    width: 95.8333333333vw;
    height: 41.6666666667vw;
    margin: 10.8333333333vw auto 0;
    border-radius: 4.1666666667vw;
  }
}
.fv .fv_img img {
  width: 1150px;
  height: 500px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(80%);
}
@media screen and (max-width: 1200px) {
  .fv .fv_img img {
    width: 95.8333333333vw;
    height: 41.6666666667vw;
    border-radius: 1.6666666667vw;
  }
}
.fv .text_area {
  color: #fff;
  text-shadow: 0 0 5px #666666, 0 0 5px #666666, 0 0 5px #666666;
  position: absolute;
  top: 185px;
  left: 100px;
}
@media screen and (max-width: 1200px) {
  .fv .text_area {
    text-shadow: 0 0 0.4166666667vw #666666, 0 0 0.4166666667vw #666666, 0 0 0.4166666667vw #666666;
    top: 15.4166666667vw;
    left: 8.3333333333vw;
  }
}
.fv .text_area .fv_text {
  font-size: 24px;
  font-family: "M PLUS Rounded 1c", serif;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1200px) {
  .fv .text_area .fv_text {
    font-size: 2vw;
  }
}
.fv .text_area h1 {
  font-size: 62px;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 900;
  margin-top: 20px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1200px) {
  .fv .text_area h1 {
    font-size: 5.1666666667vw;
    margin-top: 1.6666666667vw;
  }
}

.fv_bot_text {
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 50px 0;
}
@media screen and (max-width: 1200px) {
  .fv_bot_text {
    font-size: 1.8333333333vw;
    margin: 4.1666666667vw 0;
  }
}

h2 {
  color: #F28482;
  font-size: 36px;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  width: 1000px;
  margin: 0 auto 50px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  h2 {
    font-size: 3vw;
    width: 83.3333333333vw;
    margin: 0 auto 4.1666666667vw;
  }
}
h2 span {
  padding: 0 50px;
  background: #fcf5ee;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 1200px) {
  h2 span {
    padding: 0 4.1666666667vw;
  }
}
h2::before, h2::after {
  content: "";
  width: 600px;
  height: 2px;
  background: #F28482;
  position: absolute;
  top: 18px;
}
@media screen and (max-width: 1200px) {
  h2::before, h2::after {
    width: 50vw;
    height: 0.1666666667vw;
    top: 1.5vw;
  }
}
h2::before {
  left: 0;
}
h2::after {
  right: 0;
}

.features {
  margin: 150px 0;
}
@media screen and (max-width: 1200px) {
  .features {
    margin: 12.5vw 0;
  }
}
.features .features_list {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 1200px) {
  .features .features_list {
    gap: 4.1666666667vw;
  }
}
.features .features_list li {
  width: 300px;
}
@media screen and (max-width: 1200px) {
  .features .features_list li {
    width: 25vw;
  }
}
.features .features_list li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  border-radius: 150px;
  filter: drop-shadow(3px 3px 3px rgba(197, 181, 164, 0.1));
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .features .features_list li .img {
    width: 25vw;
    height: 25vw;
    border-radius: 12.5vw;
    filter: drop-shadow(0.25vw 0.25vw 0.25vw rgba(197, 181, 164, 0.1));
  }
}
.features .features_list li .img img {
  width: 200px;
}
@media screen and (max-width: 1200px) {
  .features .features_list li .img img {
    width: 16.6666666667vw;
  }
}
.features .features_list li .text {
  text-align: center;
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .features .features_list li .text {
    margin-top: 1.6666666667vw;
  }
}
.features .features_list li .text strong {
  color: #ec9c1b;
  font-weight: 700;
}

.price {
  margin: 150px 0;
}
@media screen and (max-width: 1200px) {
  .price {
    margin: 12.5vw 0;
  }
}
.price .price_in {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  border-radius: 20px;
  filter: drop-shadow(3px 3px 3px rgba(197, 181, 164, 0.1));
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .price .price_in {
    width: 83.3333333333vw;
    padding: 4.1666666667vw 0;
    border-radius: 1.6666666667vw;
    filter: drop-shadow(0.25vw 0.25vw 0.25vw rgba(197, 181, 164, 0.1));
  }
}
.price .price_in .cost {
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .price .price_in .cost {
    font-size: 2.3333333333vw;
    margin-bottom: 2.5vw;
  }
}
.price .price_in .cost strong {
  font-size: 58px;
  vertical-align: -3px;
  margin: 0 10px;
  background: linear-gradient(transparent 60%, #F6BD60 60% 80%, transparent 80%);
}
@media screen and (max-width: 1200px) {
  .price .price_in .cost strong {
    font-size: 4.8333333333vw;
    vertical-align: -0.25vw;
    margin: 0 0.8333333333vw;
  }
}
.price .price_in .price_table {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .price .price_in .price_table {
    width: 75vw;
  }
}
.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: 24px;
  font-weight: 500;
  padding: 20px 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .price .price_in .price_table tr th,
  .price .price_in .price_table tr td {
    font-size: 2vw;
    padding: 1.6666666667vw 4.1666666667vw;
  }
}
.price .price_in .price_table tr th {
  text-align: left;
  width: 400px;
}
@media screen and (max-width: 1200px) {
  .price .price_in .price_table tr th {
    width: 33.3333333333vw;
  }
}
.price .price_in .price_table tr th span {
  font-size: 18px;
  vertical-align: 1px;
}
@media screen and (max-width: 1200px) {
  .price .price_in .price_table tr th span {
    font-size: 1.5vw;
    vertical-align: 0.0833333333vw;
  }
}
.price .price_in .price_table tr td {
  font-size: 28px;
  text-align: right;
  font-weight: 700;
  width: 600px;
}
@media screen and (max-width: 1200px) {
  .price .price_in .price_table tr td {
    font-size: 2.3333333333vw;
    width: 50vw;
  }
}
.price .price_in .price_table tr td span {
  font-size: 18px;
  font-weight: 500;
  vertical-align: 1px;
}
@media screen and (max-width: 1200px) {
  .price .price_in .price_table tr td span {
    font-size: 1.5vw;
    vertical-align: 0.0833333333vw;
  }
}

.target {
  margin-bottom: 150px;
}
@media screen and (max-width: 1200px) {
  .target {
    margin-bottom: 12.5vw;
  }
}
.target .target_in {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
@media screen and (max-width: 1200px) {
  .target .target_in {
    gap: 8.3333333333vw;
  }
}
.target .target_in.target02 {
  margin: 100px 0 80px;
}
@media screen and (max-width: 1200px) {
  .target .target_in.target02 {
    margin: 8.3333333333vw 0 6.6666666667vw;
  }
}
.target .target_in img {
  width: 300px;
}
@media screen and (max-width: 1200px) {
  .target .target_in img {
    width: 25vw;
  }
}
.target .target_in .target_list li {
  display: flex;
  font-size: 24px;
  margin: 20px 0;
}
@media screen and (max-width: 1200px) {
  .target .target_in .target_list li {
    font-size: 2vw;
    margin: 1.6666666667vw 0;
  }
}
.target .target_in .target_list li span {
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .target .target_in .target_list li span {
    margin-right: 0.8333333333vw;
  }
}
.target .target_in .worries_tit {
  color: #ec9c1b;
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .target .target_in .worries_tit {
    font-size: 2.6666666667vw;
    margin-bottom: 2.5vw;
  }
}
.target .target_in .worries_list li {
  display: flex;
  font-size: 22px;
  line-height: 1.4;
  margin: 20px 0;
}
@media screen and (max-width: 1200px) {
  .target .target_in .worries_list li {
    font-size: 1.8333333333vw;
    margin: 1.6666666667vw 0;
  }
}
.target .target_in .worries_list li span {
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .target .target_in .worries_list li span {
    margin-right: 0.8333333333vw;
  }
}
.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: 30px;
}
@media screen and (max-width: 1200px) {
  .target .target_bot_text {
    margin-bottom: 2.5vw;
  }
}
.target .target_bot_text span {
  font-size: 28px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .target .target_bot_text span {
    font-size: 2.3333333333vw;
  }
}
.target .target_bot_text span::before, .target .target_bot_text span::after {
  content: "";
  display: block;
  width: 2px;
  height: 35px;
  background: #444;
  position: absolute;
  top: 6px;
}
@media screen and (max-width: 1200px) {
  .target .target_bot_text span::before, .target .target_bot_text span::after {
    width: 0.1666666667vw;
    height: 2.9166666667vw;
    top: 0.5vw;
  }
}
.target .target_bot_text span::before {
  left: -30px;
  transform: rotate(-25deg);
}
@media screen and (max-width: 1200px) {
  .target .target_bot_text span::before {
    left: -2.5vw;
  }
}
.target .target_bot_text span::after {
  right: -30px;
  transform: rotate(25deg);
}
@media screen and (max-width: 1200px) {
  .target .target_bot_text span::after {
    right: -2.5vw;
  }
}
.target .contact_btn a {
  display: block;
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  width: 500px;
  margin: 0 auto;
  padding: 23px 0 25px 32px;
  border-radius: 50px;
  background: #F28482;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .target .contact_btn a {
    font-size: 2.5vw;
    width: 41.6666666667vw;
    padding: 1.9166666667vw 0 2.0833333333vw 2.6666666667vw;
    border-radius: 4.1666666667vw;
  }
}
.target .contact_btn a::before {
  content: "";
  width: 34px;
  height: 30px;
  background: url(../img/mail.png) no-repeat top left/100%;
  position: absolute;
  top: 22px;
  left: 120px;
}
@media screen and (max-width: 1200px) {
  .target .contact_btn a::before {
    width: 2.8333333333vw;
    height: 2.5vw;
    top: 1.8333333333vw;
    left: 10vw;
  }
}

.flow {
  margin-bottom: 150px;
}
@media screen and (max-width: 1200px) {
  .flow {
    margin-bottom: 12.5vw;
  }
}
.flow .top_text {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flow .top_text {
    font-size: 1.6666666667vw;
    margin-bottom: 2.5vw;
  }
}
.flow .flow_list {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .flow .flow_list {
    width: 66.6666666667vw;
  }
}
.flow .flow_list li {
  padding: 30px 50px 40px;
  background: #fff;
  border-radius: 20px;
  margin-top: 30px;
  filter: drop-shadow(3px 3px 3px rgba(197, 181, 164, 0.1));
  position: relative;
}
@media screen and (max-width: 1200px) {
  .flow .flow_list li {
    padding: 2.5vw 4.1666666667vw 3.3333333333vw;
    border-radius: 1.6666666667vw;
    margin-top: 2.5vw;
    filter: drop-shadow(0.25vw 0.25vw 0.25vw rgba(197, 181, 164, 0.1));
  }
}
.flow .flow_list li::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 20px solid transparent;
  border-left: 20px solid #fff;
  transform: rotate(90deg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
}
@media screen and (max-width: 1200px) {
  .flow .flow_list li::after {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    border: 1.6666666667vw solid transparent;
    border-left: 1.6666666667vw solid #fff;
    bottom: -3.3333333333vw;
  }
}
.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: 80px;
  height: 80px;
  margin: 0 auto 20px;
  padding-top: 7px;
  border-radius: 50px;
  background: #F6BD60;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .flow .flow_list li .step {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    margin: 0 auto 1.6666666667vw;
    padding-top: 0.5833333333vw;
    border-radius: 4.1666666667vw;
  }
}
.flow .flow_list li .step span {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .flow .flow_list li .step span {
    font-size: 1.6666666667vw;
  }
}
.flow .flow_list li .step strong {
  font-size: 28px;
  font-weight: 900;
  margin-top: 5px;
}
@media screen and (max-width: 1200px) {
  .flow .flow_list li .step strong {
    font-size: 2.3333333333vw;
    margin-top: 0.4166666667vw;
  }
}
.flow .flow_list li .tit {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .flow .flow_list li .tit {
    font-size: 2vw;
  }
}
.flow .flow_list li .text {
  line-height: 1.4;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .flow .flow_list li .text {
    margin-top: 1.6666666667vw;
  }
}

.company {
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .company {
    margin-bottom: 8.3333333333vw;
  }
}
.company .company_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .company .company_in {
    width: 83.3333333333vw;
  }
}
.company .company_in .company_table {
  width: 450px;
}
@media screen and (max-width: 1200px) {
  .company .company_in .company_table {
    width: 37.5vw;
  }
}
.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: 16px;
  line-height: 1.4;
  text-align: left;
  font-weight: 500;
  vertical-align: middle;
  padding: 15px 20px;
  border-top: 1px dashed #ccc;
}
@media screen and (max-width: 1200px) {
  .company .company_in .company_table tr th,
  .company .company_in .company_table tr td {
    font-size: 1.3333333333vw;
    padding: 1.25vw 1.6666666667vw;
  }
}
.company .company_in .company_table tr th {
  font-weight: 700;
  width: 100px;
  background: #fff4e1;
}
@media screen and (max-width: 1200px) {
  .company .company_in .company_table tr th {
    width: 8.3333333333vw;
  }
}
.company .company_in .company_table tr td {
  background: #fff;
}
.company .company_in .map iframe {
  width: 500px;
  height: 400px;
}
@media screen and (max-width: 1200px) {
  .company .company_in .map iframe {
    width: 41.6666666667vw;
    height: 33.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=button],
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: 50px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1200px) {
  #contact {
    padding-top: 4.1666666667vw;
    margin-bottom: 12.5vw;
  }
}
#contact .form_area {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  border-radius: 20px;
  filter: drop-shadow(3px 3px 3px rgba(197, 181, 164, 0.1));
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  #contact .form_area {
    width: 83.3333333333vw;
    padding: 4.1666666667vw 0;
    border-radius: 1.6666666667vw;
    filter: drop-shadow(0.25vw 0.25vw 0.25vw rgba(197, 181, 164, 0.1));
  }
}
#contact .form_area .top_text {
  font-size: 22px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  #contact .form_area .top_text {
    font-size: 1.8333333333vw;
    margin-bottom: 3.3333333333vw;
  }
}
#contact .form_area form .form_table {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #contact .form_area form .form_table {
    width: 62.5vw;
  }
}
#contact .form_area form .form_table tr {
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  #contact .form_area form .form_table tr {
    margin-top: 1.6666666667vw;
  }
}
#contact .form_area form .form_table tr:first-of-type {
  margin-top: 0;
}
#contact .form_area form .form_table tr th {
  text-align: left;
  vertical-align: top;
  width: 250px;
  padding: 15px 0;
}
@media screen and (max-width: 1200px) {
  #contact .form_area form .form_table tr th {
    width: 20.8333333333vw;
    padding: 1.25vw 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: 14px;
  font-weight: 500;
  text-align: center;
  padding: 2px 5px 4px;
  border-radius: 3px;
  position: absolute;
  top: 5px;
  right: -55px;
}
@media screen and (max-width: 1200px) {
  #contact .form_area form .form_table tr th span::before {
    font-size: 1.1666666667vw;
    padding: 0.1666666667vw 0.4166666667vw 0.3333333333vw;
    border-radius: 0.25vw;
    top: 0.4166666667vw;
    right: -4.5833333333vw;
  }
}
#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: 18px;
  line-height: 1.4;
  width: 500px;
  padding: 15px;
  border: 1px solid #999;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  #contact .form_area form .form_table td input,
  #contact .form_area form .form_table td textarea {
    font-size: 1.5vw;
    width: 41.6666666667vw;
    padding: 1.25vw;
    border-radius: 0.6666666667vw;
  }
}
#contact .form_area form .form_table td input {
  height: 50px;
}
@media screen and (max-width: 1200px) {
  #contact .form_area form .form_table td input {
    height: 4.1666666667vw;
  }
}
#contact .form_area form .form_table td textarea {
  height: 250px;
}
@media screen and (max-width: 1200px) {
  #contact .form_area form .form_table td textarea {
    height: 20.8333333333vw;
  }
}
#contact .form_area form .btn_submit,
#contact .form_area form .btn_back {
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  #contact .form_area form .btn_submit,
  #contact .form_area form .btn_back {
    margin-top: 5vw;
  }
}
#contact .form_area form .btn_submit input[type=button],
#contact .form_area form .btn_submit input[type=submit],
#contact .form_area form .btn_back input[type=button],
#contact .form_area form .btn_back input[type=submit] {
  display: block;
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  width: 300px;
  margin: 0 auto;
  padding: 10px 0 12px;
  border-radius: 10px;
  background: #F28482;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  #contact .form_area form .btn_submit input[type=button],
  #contact .form_area form .btn_submit input[type=submit],
  #contact .form_area form .btn_back input[type=button],
  #contact .form_area form .btn_back input[type=submit] {
    font-size: 1.8333333333vw;
    width: 25vw;
    padding: 0.8333333333vw 0 1vw;
    border-radius: 0.8333333333vw;
  }
}
#contact .form_area form .btn_submit input[type=button]:hover,
#contact .form_area form .btn_submit input[type=submit]:hover,
#contact .form_area form .btn_back input[type=button]:hover,
#contact .form_area form .btn_back input[type=submit]:hover {
  opacity: 0.8;
}

/*==============================
	フォーム確認ページ
==============================*/
#contact.confirm {
  min-height: calc(100vh - 110px);
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  #contact.confirm {
    min-height: calc(100vh - 9.1666666667vw);
  }
}
#contact.confirm .form_area .top_text {
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  #contact.confirm .form_area .top_text {
    font-size: 1.6666666667vw;
  }
}
#contact.confirm .form_area form .form_table tr {
  display: block;
  margin-top: 0;
  border-top: 1px solid #b1b1b1;
}
#contact.confirm .form_area form .form_table tr:first-child {
  border-top: none;
}
#contact.confirm .form_area form .form_table tr th,
#contact.confirm .form_area form .form_table tr td {
  line-height: 1.4;
  padding: 25px;
}
@media screen and (max-width: 1200px) {
  #contact.confirm .form_area form .form_table tr th,
  #contact.confirm .form_area form .form_table tr td {
    padding: 2.0833333333vw;
  }
}
#contact.confirm .form_area form .btn_area {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  #contact.confirm .form_area form .btn_area {
    gap: 2.5vw;
  }
}
#contact.confirm .form_area form .btn_area .btn_back input[type=button] {
  background: #666;
}

/*==============================
	フォームサンクスページ
==============================*/
#contact.thanks {
  min-height: calc(100vh - 110px);
  margin-bottom: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  #contact.thanks {
    min-height: calc(100vh - 9.1666666667vw);
  }
}
#contact.thanks .form_area .top_text {
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  #contact.thanks .form_area .top_text {
    font-size: 1.6666666667vw;
  }
}
#contact.thanks .form_area .back_btn a {
  display: block;
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  width: 350px;
  margin: 0 auto;
  padding: 23px 0 25px;
  border-radius: 50px;
  background: #F28482;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  #contact.thanks .form_area .back_btn a {
    font-size: 2vw;
    width: 29.1666666667vw;
    padding: 1.9166666667vw 0 2.0833333333vw;
    border-radius: 4.1666666667vw;
  }
}

.footer {
  background: #F28482;
  padding: 20px 0;
}
@media screen and (max-width: 1200px) {
  .footer {
    padding: 1.6666666667vw 0;
  }
}
.footer .copy {
  color: #fff;
  text-align: center;
}
.footer .copy small {
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .footer .copy small {
    font-size: 1.1666666667vw;
  }
}

.page_top {
  position: fixed;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .page_top {
    right: 0.8333333333vw;
    bottom: 0.8333333333vw;
  }
}
.page_top a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 50px;
  height: 50px;
  padding-bottom: 7px;
  border-radius: 30px;
  background: #ec9c1b;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .page_top a {
    font-size: 1.5vw;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    padding-bottom: 0.5833333333vw;
    border-radius: 2.5vw;
  }
}/*# sourceMappingURL=style.css.map */