@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
#footer {
  padding-top: 0;
}
#footer::after {
  display: none;
}
#footer .f_contact_item {
  display: none;
}
#footer .f_b {
  margin-top: 0;
}
#footer .f_b .fb_top {
  display: none;
}
/*
 #footer .f_b::after {
  position: absolute;
  content: "";
  width: 793px;
  height: 472px;
  top: -407px;
  right: 0;
  background: url(../img/common/footer_after.png) no-repeat top left;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
*/
@media screen and (max-width: 818px) {
  #footer .f_b::after {
    background: url(../img/common/footer_after_sp.png) no-repeat top left;
    background-size: 100% 100%;
    width: 318px;
    height: 234px;
    top: -220px;
    right: -20px;
  }
}
@media screen and (max-width: 818px) {
  p {
    line-height: 1.6 !important;
  }
}
.form_top_txt {
  text-align: center;
  margin-top: 46px;
  margin-bottom: 35px;
  letter-spacing: 0.08em;
  font-size: 20px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 818px) {
  .form_top_txt {
    font-size: 16px;
    margin-top: 26px;
    margin-bottom: 25px;
  }
}
.form_box {
  margin-top: 60px;
  background: url(../img/contact/form_bg.jpg) no-repeat top;
  background-size: 100% 100%;
  position: relative;
}
.form_box::after {
  position: absolute;
  content: "";
  width: 592px;
  height: 241px;
  right: 0;
  top: 0;
  z-index: 1;
  background: url(../img/contact/form_bg_after.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .form_box::after {
    width: 300px;
    height: 122px;
  }
}
.form_box form {
  margin-block-end: 0 !important;
}
@media screen and (max-width: 818px) {
  .form_box {
    margin-top: 40px;
  }
}
.form_box .inner {
  padding-top: 55px;
  padding-bottom: 100px;
}
@media screen and (max-width: 818px) {
  .form_box .inner {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}
.form_box .form_box_bg {
  background: #ffffff;
  max-width: 940px;
  margin: auto;
  border-radius: 50px;
  padding: 55px 125px;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 818px) {
  .form_box .form_box_bg {
    padding: 30px 20px;
    border-radius: 20px;
  }
}
.form_box ul li {
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  letter-spacing: 0.02em;
}
.form_box ul li + li {
  margin-top: 20px;
}
@media screen and (max-width: 818px) {
  .form_box ul li {
    font-size: 12px;
  }
}
.form_box .check_list {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #000000;
}
.form_box .check_list .sub {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 818px) {
  .form_box .check_list .sub {
    font-size: 14px;
  }
}
.form_box .check_list .sub,
.form_box .check_list .form-acceptance {
  margin-top: 45px;
  display: flex;
  align-items: end;
  justify-content: center;
}
@media screen and (max-width: 818px) {
  .form_box .check_list .sub,
  .form_box .check_list .form-acceptance {
    margin-top: 25px;
  }
}
.form_box .check_list .sub a,
.form_box .check_list .form-acceptance a {
  color: #000000;
  text-decoration: underline;
}
.form_box .check_list .sub .check_list_txt,
.form_box .check_list .form-acceptance .check_list_txt,
.form_box .check_list .sub .check_list_txt p,
.form_box .check_list .form-acceptance .check_list_txt p {
  line-height: 1.2;
  margin: 0;
}
.form_box .form-acceptance input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0;
}
.form_box .form-acceptance input[type=checkbox] p {
  height: 9px;
}
.form_box .wpcf7-list-item {
  margin: 0;
}
.form_box .form-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.5em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  cursor: pointer;
  transition: all 0.3s;
  background: #ffffff;
  border: 1px solid #59585B;
}
.form_box .wpcf7-list-item-label {
  position: relative;
}
.form_box .form-acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.8em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
  height: 30px;
  background: url(../img/common/check_icon.png) no-repeat center / contain;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0;
}
.form_box input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.form_box input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  opacity: 1;
}
.form_box .hishu {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-left: 20px;
  line-height: 20px;
  padding: 0 6px;
  letter-spacing: 0.08em;
  background: #EF854C;
  border-radius: 5px;
}
@media screen and (max-width: 818px) {
  .form_box .hishu {
    font-size: 12px;
    line-height: 18px;
    margin-left: 10px;
  }
}
.form_box .c_form input,
.form_box .c_form textarea {
  font-size: 16px !important;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 818px) {
  .form_box .c_form input,
  .form_box .c_form textarea {
    font-size: 14px !important;
  }
}
.form_box .c_form .wpcf7-spinner {
  display: none !important;
}
.form_box .c_form .send_box {
  margin: auto;
  margin-top: 20px;
  max-width: 210px;
  position: relative;
}
.form_box .c_form .send_box::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 32px;
  left: 27px;
  top: 50%;
  z-index: 1;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/yellow_after_big.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.form_box .c_form .send_box::after {
  transition: 0.3s ease-in-out;
  opacity: 0.1;
}
.form_box .c_form .send_box input {
  line-height: 60px;
  border-radius: 60px;
  text-align: center;
  background: #ccc;
  color: #a7a7a7;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
  display: block;
  transition: 0.3s ease-in-out;
  margin: auto;
  width: 100%;
  cursor: no-drop;
  border: none !important;
}
@media screen and (max-width: 818px) {
  .form_box .c_form .send_box input {
    line-height: 50px;
  }
}
.form_box .c_form .sendok::after {
  opacity: 1;
}
.form_box .c_form .sendok input {
  line-height: 60px;
  border-radius: 60px;
  text-align: center;
  background: #E78338;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  display: block;
  transition: 0.3s ease-in-out;
  margin: auto;
  width: 100%;
  cursor: pointer !important;
  border: none !important;
}
@media screen and (max-width: 818px) {
  .form_box .c_form .sendok input {
    line-height: 50px;
  }
}
.form_box .c_form .sendok input:hover {
  border: 1px solid #E78338;
  background: #E78338;
  color: #ffffff;
  opacity: 1;
  cursor: pointer !important;
}
.form_box .c_form ul {
  display: block;
}
.form_box .c_form ul li {
  background-image: linear-gradient(to right, #3C996D 1px, transparent 1px);
  background-size: 3px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 20px;
}
.form_box .c_form ul li:last-child {
  background: none;
  padding-bottom: 0;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li {
    padding-bottom: 18px;
  }
}
.form_box .c_form ul li:first-child dl dd {
  margin-top: 30px;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li:first-child dl dd {
    margin-top: 10px;
  }
}
.form_box .c_form ul li + li {
  margin-top: 20px;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li + li {
    margin-top: 10px;
  }
}
.form_box .c_form ul li dl {
  width: 100%;
  display: block;
}
.form_box .c_form ul li dl dt {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08px;
  text-align: left;
  width: 100%;
  font-family: "Kiwi Maru", serif;
  line-height: 1.2;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li dl dt {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.form_box .c_form ul li dl dt p {
  line-height: 1.2;
}
.form_box .c_form ul li dl dd {
  width: 100%;
  margin-top: 10px;
}
.form_box .c_form ul li dl dd p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  width: 100%;
  text-align: left;
  padding-bottom: 0;
  display: flex !important;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li dl dd p {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.form_box .c_form ul li dl dd input[type="button"],
.form_box .c_form ul li dl dd input[type="submit"],
.form_box .c_form ul li dl dd input[type="reset"] {
  -webkit-appearance: none;
}
.form_box .c_form ul li dl dd span {
  width: 100%;
  align-items: left;
  display: block !important;
  text-align: left;
}
.form_box .c_form ul li dl dd .sub_txt {
  margin-top: 15px;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li dl dd .sub_txt {
    margin-top: 10px;
  }
}
.form_box .c_form ul li dl dd .wpcf7-radio {
  display: flex !important;
  flex-wrap: wrap;
  font-size: 16px;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li dl dd .wpcf7-radio {
    font-size: 14px;
  }
}
.form_box .c_form ul li dl dd .wpcf7-radio .last {
  margin-right: 0 !important;
}
.form_box .c_form ul li dl dd .wpcf7-radio .last label {
  margin-right: 0 !important;
}
.form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item {
  width: fit-content;
  margin-right: 15px;
  margin-left: 0;
  align-items: center;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item {
    width: 100%;
  }
}
.form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item label {
  display: flex !important;
  align-items: center;
  text-wrap: nowrap;
  margin-right: 15px;
  line-height: 32px;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item label {
    line-height: 1.8;
    margin-right: 10px;
  }
}
.form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item div:first-of-type {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
.form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item input[type="text"]:checked {
  box-sizing: border-box;
  outline: 7px solid #CCCCCC;
  outline-offset: -7px;
}
.form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item button,
.form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item legend {
  color: white;
  background-color: #CCCCCC;
  padding: 5px 5px;
  border-radius: 0;
  border: 0;
  font-size: 14px;
}
.form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item button:hover,
.form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item button:focus {
  color: #CCCCCC;
}
.form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item button:active {
  background-color: white;
  color: #CCCCCC;
  outline: 1px solid #CCCCCC;
}
.form_box .c_form ul li dl dd input[type="text"],
.form_box .c_form ul li dl dd input[type="tel"],
.form_box .c_form ul li dl dd input[type="email"] {
  width: 100%;
  background: #ffffff;
  padding: 15px 15px;
  border: 1px solid #BFBFBF;
  border-radius: 10px;
  letter-spacing: 0.08em;
  color: #C9CACA;
  min-height: 60px;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li dl dd input[type="text"],
  .form_box .c_form ul li dl dd input[type="tel"],
  .form_box .c_form ul li dl dd input[type="email"] {
    min-height: 40px;
    padding: 10px;
    border-radius: 5px;
  }
}
.form_box .c_form ul li dl dd textarea {
  width: 100%;
  max-width: 100%;
  height: 190px;
  max-height: 190px;
  background: #ffffff;
  padding: 15px 15px;
  border: 1px solid #BFBFBF;
  border-radius: 10px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li dl dd textarea {
    padding: 10px;
    border-radius: 5px;
    letter-spacing: 0;
  }
}
.form_box .c_form ul li dl dd #zip {
  max-width: 170px;
  margin-left: 11px;
}
.form_box .c_form ul li dl dd #addr {
  width: calc(100% - 31px);
  margin-left: 31px;
  margin-top: 8px;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li dl dd #addr {
    width: calc(100% - 27px);
    margin-left: 27px;
  }
}
.form_box .c_form ul li dl dd select {
  padding: 15px 15px;
  width: 100%;
  border: 1px solid #BFBFBF;
  letter-spacing: 0.32px;
  border-right: none;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li dl dd select {
    padding: 10px;
    border-radius: 5px;
    letter-spacing: 0;
  }
}
.form_box .c_form ul li dl dd select {
  -webkit-appearance: none;
  appearance: none;
}
.form_box .c_form ul li dl dd select::-ms-expand {
  display: none;
}
.form_box .c_form ul li dl dd select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../img/contact/select_icon.webp);
  background-repeat: no-repeat;
  background-size: 45px 45px;
  background-position: right 0 center;
  /* 画像の位置 */
}
.form_box .c_form ul li dl dd .wpcf7-not-valid-tip {
  color: #B42E27 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  display: block !important;
  line-height: 160%;
  text-align: left;
}
.form_box .c_form ul li dl dd input:focus,
.form_box .c_form ul li dl dd textarea:focus {
  color: #000000 !important;
}
.form_box .c_form ul li dl dd select:focus {
  color: #000000 !important;
}
.form_box .c_form ul li dl dd input:valid,
.form_box .c_form ul li dl dd textarea:valid {
  color: #000000 !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
}
.form_box .c_form ul li dl dd select:valid {
  color: #000000 !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
}
.form_box .c_form ul li dl dd input[type="radio"] {
  appearance: none;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  border: 1.5px solid #000000;
  transition: 0.3s all linear;
  margin-right: 4px;
  padding: 5px;
  position: relative;
  font-size: 14px;
  margin-left: 0;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li dl dd input[type="radio"] {
    width: 12px;
    height: 12px;
    padding: 4px;
  }
}
.form_box .c_form ul li dl dd input[type="radio"]:checked {
  box-sizing: border-box;
  outline: 7px solid #000000;
  outline-offset: -7px;
}
.form_box .form_check {
  font-size: 16px !important;
}
@media screen and (max-width: 818px) {
  .form_box .form_check {
    font-size: 14px !important;
  }
}
.form_box .form_check p {
  height: 9px !important;
}
.form_box .check_list_txt p {
  height: fit-content !important;
}
.thanks_box .inner {
  padding-top: 60px;
  padding-bottom: 75px;
}
@media screen and (max-width: 818px) {
  .thanks_box .inner {
    padding-top: 30px;
    padding-bottom: 45px;
  }
}
.thanks_box .thanks {
  position: relative;
  z-index: 50;
}
.thanks_box .thanks .tks_ttl {
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  color: #3C996D;
}
@media screen and (max-width: 818px) {
  .thanks_box .thanks .tks_ttl {
    font-size: 20px;
  }
}
.thanks_box .thanks .form_box_bg {
  padding: 35px 50px 50px 80px;
  margin-top: 40px;
  text-align: left;
  letter-spacing: 0.08em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (max-width: 818px) {
  .thanks_box .thanks .form_box_bg {
    font-size: 14px;
    margin-top: 20px;
    padding: 30px 20px;
  }
}
.tks_other {
  position: relative;
  z-index: 50;
}
.tks_other::after {
  position: absolute;
  content: "";
  width: 89.3%;
  height: 100%;
  left: 0;
  bottom: 160px;
  z-index: 1;
  background: url(../img/contact/other_after.jpg) no-repeat bottom;
  background-size: 100% auto;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .tks_other::after {
    bottom: 158px;
    width: 100%;
    height: 130px;
    background: url(../img/contact/other_after_sp.png) no-repeat bottom;
    background-size: 100% auto;
  }
}
.tks_other .inner {
  padding-top: 90px;
  padding-bottom: 240px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 818px) {
  .tks_other .inner {
    padding-top: 40px;
    padding-bottom: 120px;
  }
}
.tks_other .other_sub {
  text-align: left;
  color: #E78338;
  font-size: 25px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 818px) {
  .tks_other .other_sub {
    font-size: 16px;
  }
}
.tks_other .other_sub span {
  font-size: 20px;
}
@media screen and (max-width: 818px) {
  .tks_other .other_sub span {
    font-size: 13px;
  }
}
.tks_other .other_ttl {
  text-align: left;
  color: #3C996D;
  font-size: 46px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  line-height: 1.5;
}
@media screen and (max-width: 818px) {
  .tks_other .other_ttl {
    line-height: 1.2;
    font-size: 25px;
  }
}
.tks_other .other_ul {
  display: flex;
  max-width: 877px;
  margin: auto;
  margin-top: 25px;
  column-gap: 33px;
}
@media screen and (max-width: 818px) {
  .tks_other .other_ul {
    margin-top: 16px;
    display: block;
    max-width: 100%;
  }
}
.tks_other .other_ul li {
  width: calc(33.3333% - 22px);
  border-radius: 20px;
}
@media screen and (max-width: 818px) {
  .tks_other .other_ul li {
    width: 100%;
    border-radius: 10px;
  }
  .tks_other .other_ul li + li {
    margin-top: 20px;
  }
}
.tks_other .other_ul li .ttl {
  border-radius: 20px 20px 0 0;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  line-height: 1.25;
  text-align: center;
  background: #3C996D;
}
@media screen and (max-width: 818px) {
  .tks_other .other_ul li .ttl {
    font-size: 18px;
    height: 70px;
  }
}
.tks_other .other_ul li:nth-child(2) .ttl {
  background: #A0C916;
}
.tks_other .other_ul li .img img {
  border-radius: 0 0 20px 20px;
}
.tks_other .other_btn {
  margin: auto;
  margin-top: 45px;
  display: flex;
  justify-content: center;
  column-gap: 33px;
  width: 100%;
  max-width: 793px;
}
@media screen and (max-width: 818px) {
  .tks_other .other_btn {
    display: block;
    margin-top: 35px;
  }
}
.tks_other .other_btn .btn {
  max-width: 380px;
  line-height: 60px;
  border-radius: 60px;
  position: relative;
  display: block;
  background: #E78338;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  padding-left: 72px;
  text-align: left;
  width: calc(50% - 16.5px);
}
@media screen and (max-width: 818px) {
  .tks_other .other_btn .btn {
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    line-height: 44px;
    font-size: 14px;
    padding-left: 0;
    text-align: center;
  }
  .tks_other .other_btn .btn + .btn {
    margin-top: 10px;
  }
}
.tks_other .other_btn .btn::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 32px;
  left: 27px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/yellow_after_big.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .tks_other .other_btn .btn::after {
    width: 24px;
    height: 24px;
    left: 20px;
  }
}
