@charset "UTF-8";
section.contact {
  max-width: none;
  background: #fffdeb;
}
.contact-inner {
  padding-top: 100px;
  /* background: url("../images/bg-body-bottom_pc.png") no-repeat bottom center / contain; */
}/* 
@media screen and (min-width: 1400px) {
  .contact-inner {
    background: url("../images/bg-body-bottom_pc.png") no-repeat bottom center / cover;
  }  
} */
.contact-item {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.contact .section-title {
  max-width: 540px;
  margin: 0 auto 40px;
  text-align: center;
}
.contact .def-list {
  display: flex;
  align-items: stretch;
  margin-bottom: 30px;
}
.contact .def-term {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 35px;
  padding: 7px 10px;
  max-width: 100%;
  min-width: 115px;
  background: #cf7351;
  border-radius: 10px;
  color: #fff;
  font-size: 3.8rem;
}
.contact .def-term .term-item {
  position: relative;
  padding: 10px 3px;
  font-size: 3.2rem;
  line-height: 1.1;
  text-align: center;
}
.contact .contact-text {
  padding: 0 20px;
  line-height: 2;
}
.contact .contact-text p {
  margin-bottom: 10px;
  font-size: 2.6rem;
  line-height: 1.6;
}
.contact .contact-text p:first-of-type {
  margin: 35px auto 10px;
}
.contact .contact-text p.caution {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.contact .contact-text p.pp {
  margin-bottom: 30px;
  font-size: 1.6rem;
  font-weight: bold;
}
.contact .contact-text p.icon {
  position: relative;
  width: fit-content;
  margin: 50px auto;
  padding-left: 40px;
  font-size: 2rem;
}
.contact .contact-text p.icon img {
  position: absolute;
  top: -17px;
  left: -8px;
  width: 40px;
  height: 40px;
}
.contact .font-min {
  display: block;
  margin: 15px 0 50px;
  font-size: 1.4rem;
}
.contact .contact-text p .line {
  font-size: 2rem;
  font-weight: bold;
  background-image: linear-gradient(to bottom, transparent 75%, #f9e9a2 75%);
  background-size: 100% 90%;
  background-repeat: repeat;
}

/*タブのスタイル*/
.contact-tab {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 20px;
}
.tab_menu {
  font-family: "Zen Maru Gothic", sans-serif;
  width: calc( 100% / 2 );
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  background: #fff;
  border: 4px solid #b1bb94;
  border-bottom: none;
  color: #b1bb94;
  display: block;
  float: left;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  transition: all 0.2s ease;
  border-radius: 20px 20px 0px 0px;
}
.tab_menu:nth-of-type(2){
  background: #fff;
  border: 4px solid #e4d177;
  border-bottom: none;
  color: #e4d177;
}
.tab_menu:hover {
  color: #fff;
  background-color: #b1bb94;
}
.tab_menu:nth-of-type(2):hover {
  background-color: #e4d177;
}
/*ラジオボタンを全て消す*/
input[name="tab_menu"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_contents {
  display: none;
  padding: 40px;
  clear: both;
  overflow: hidden;
  transition: .5s opacity;
  background: #fff;
  border: 4px solid #b1bb94;
  border-radius: 0px 0px 20px 20px;
}
.tab_contents:nth-of-type(2) {
  border: 4px solid #e4d177;
}
/*選択されているタブを表示*/
#tab-menu01:checked ~ #menu01,
#tab-menu02:checked ~ #menu02 {
  display: block;
}
/*選択されているタブのスタイル*/
.contact-tab input:checked + .tab_menu {
  background-color: #b1bb94;
  color: #fff;
}
.contact-tab input:nth-of-type(2):checked + .tab_menu {
  background-color: #e4d177;
}
form .inner {
  max-width: 580px;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0;
}
.apply .section-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  margin-bottom: 20px;
  text-align: center;
}
.apply .form-list {
  margin-bottom: 20px;
}
.apply .form-list.indiv:not(:last-of-type) {
  margin-bottom: 25px;
}
.apply .form-list__item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.apply .required {
  align-self: baseline;
  margin-left: 10px;
  padding: 3px 11px 5px 10px;
  border-radius: 5px;
  background: #e4d177;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
}
.apply.hs .required {
  background: #b1bb94;
}
.apply .form-parts,
.apply .form-list #type-business__text,
.apply .form-list #type-business .wpcf7-free-text{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 6px 10px;
  background: #fff;
  border: 2px solid #3b3d3d;
  border-radius: 10px;
  outline: none;
}
.apply .form-list #type-business .wpcf7-free-text {
  max-width: 170px;
  margin-left: 15px;
}
.apply .hello-work{
  margin-top: 50px;
}
.apply .form-list.hello-work-list:not(:first-of-type) {
  margin-top: 60px;
}
.apply .form-list.hello-work-list .form-list__item label {
  font-size: 2.4rem;
  font-weight: 700;
}
.apply .form-list__item .caution {
  display: inline-block;
  margin: 5px 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.label-area .wpcf7-list-item {
  margin: 0;
}
.apply input.form-parts::placeholder,
.apply textarea.form-parts::placeholder {
  font-size: 1.6rem;
}
.label-area .form-parts__radio .wpcf7-list-item:not(:first-of-type) {
  margin-left: 20px;
}
.contact .select-am_pm .label-area .form-parts__radio {
  display: flex;
  flex-direction: column;
}
.contact .select-am_pm .label-area .form-parts__radio .wpcf7-list-item:not(:first-of-type) {
  margin: 15px 0 0 0;
}
.apply .form-parts__radio label {
  cursor: pointer;
}
.apply .form-parts__radio label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border: 2px solid #3b3d3d;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: -3px;
  outline: none;
}
.apply .form-parts__radio label input:checked {
  background-color: #3b3d3d;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #3b3d3d;
}
.apply #checkbox input[type="checkbox"],
.apply #cert-check input[type="checkbox"] {
  appearance: none;
}
.apply .checkbox-parts {
  padding-left: 30px;
  position:relative;
  cursor: pointer;
}
.apply .checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #7c7c7c;
  border-radius: 2px;
}
.apply #type-business {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.apply #type-business span.wpcf7-list-item {
  width: calc( 100% / 3 );
  display: block;
  margin-bottom: 15px;
  margin-left: 0;
}
.apply #type-business span.wpcf7-list-item.has-free-text {
  width: calc( 100% / 2 );
  display: flex;
  vertical-align: top;
}
.apply .form-parts__checkbox span.wpcf7-list-item input {
  appearance: none;
}
.apply .form-parts__checkbox label .wpcf7-list-item-label {
  display: inline-block;
  margin-bottom: 7px;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  line-height: 1.4;
}
.apply .form-parts__checkbox label .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #7c7c7c;
  border-radius: 2px;
}
.apply .form-parts__checkbox span.wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 9px;
  height: 13px;
  transform: rotate(43deg);
  border-bottom: 3px solid #4b4b4b;
  border-right: 3px solid #4b4b4b;
}
.apply #checkbox.form-parts__checkbox span.wpcf7-list-item {
  width: 100%;
  margin-top: 15px;
  line-height: 1.2;
}
.apply #cert-check.form-parts__checkbox span.wpcf7-list-item {
  width: 50%;
  margin-top: 15px;
  line-height: 1.2;
}

.apply .description,
.apply .form-list__text {
  margin-bottom: 10px;
}
.apply.hs .form-list:last-of-type .form-list__text a {
  color: #b1bb94;
  border-bottom: 2px solid;
}
.apply .form-list:last-of-type .form-list__text a {
  color: #e4d177;
  border-bottom: 2px solid;
}
/* .apply .form-list:last-of-type .form-list__text a:hover {
  color: #3b3d3d;
} */
.wpcf7-form.hide_error_message .wpcf7-not-valid-tip {
	display: none;
}
.apply input[type="submit"] {
  display: block;
  width: 100%;
  max-width: 270px;
  margin: 40px auto 0;
  height: 60px;
  transition: .3s;
  text-align: center;
  color: #e4d177;
  border: 2px solid #e4d177;
  background-color: #fff;
  border-radius: 10px;
  letter-spacing: 0.1em;
}
.apply.hs input[type="submit"] {
  color: #b1bb94;
  border: 2px solid #b1bb94;
}
.apply input[type="submit"]:hover {
  color: #fff;
  background-color: #e4d177;
}
.apply.hs input[type="submit"]:hover{
  background-color: #b1bb94;
}
.wpcf7 form.invalid .wpcf7-response-output {
  margin-top: 0;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  color: #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}
@media screen and (max-width: 900px) {
  .contact .def-list {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .contact-inner {
    background: none;
  }
  .apply input.form-parts::placeholder,
  .apply textarea.form-parts::placeholder {
    font-size: 1.6rem;
  }
  .apply #type-business span.wpcf7-list-item {
    width: calc( 100% / 2 );
  }
  .apply #type-business span.wpcf7-list-item.has-free-text {
    width: 100%;
  }
  .apply .form-list.hello-work-list .form-list__item label {
    font-size: 1.8rem;
  }
  .tab_contents {
    padding: 40px 20px 10px;
    border: 3px solid #b1bb94;
  }
  .tab_menu {
    border: 3px solid #b1bb94;
  }
  .tab_menu:nth-of-type(2) {
    border: 3px solid #e4d177;
  }
  .tab_contents:nth-of-type(2) {
    border: 3px solid #e4d177;
  }
  /* contact */
  .contact .contact-text p {
    font-size: 2.2rem;
  }
  .contact .def-list {
    flex-direction: column;
  }
  .contact .def-term {
    margin: 0 0 30px 0;
  }
  .contact .def-term .term-item {
    font-size: 5rem;
  }
  .contact .contact-text p.icon {
    font-size: 1.6rem;
  }
  .contact .def-term::before {
    top: auto;
    bottom: -24px;
    left: 50%;
    transform: translate(-50%, 0);
    border-top: 15px solid #b1bb94;
    border-left: 15px solid transparent;
    margin-top: 0px;
  }
}
@media screen and (max-width: 500px) {
  .apply .section-title {
    font-size: 2.2rem;
  }
  .contact .section-title {
    max-width: 400px;
  }
  .contact .def-term .term-item {
    font-size: 3rem;
  }
  .contact .def-list {
    padding: 0;
  }
  .contact-item {
    padding: 0 15px;
  }
  .contact .contact-text {
    padding: 0;
  }
  .tab_contents {
    padding: 40px 13px 10px;  
  }
  .tab_menu {
    font-size: 1.6rem;
  }
  .contact .contact-text p {
    font-size: 1.8rem;
  }
  .contact .contact-text p:first-of-type {
    margin: 0 auto 10px;
  }
  .contact .contact-text p .line {
    font-size: 1.8rem; 
  }
  .contact .contact-text p.pp {
    font-size: 1.5rem;
  }
  .contact .contact-text p.icon {
    padding-left: 30px;
  }
  .contact .contact-text p.icon img {
    width: 30px;
    height: 30px;
  }
  .apply #cert-check.form-parts__checkbox span.wpcf7-list-item {
    width: 100%;
  }
}
@media screen and (max-width: 340px) {
}