/* iOSリセット */
input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  padding: 1rem;
}
input[type="submit"] {
  
}
/*ã‚¯ãƒ©ã‚¤ã‚¢ãƒ³ãƒˆç‰¹åˆ¥*/
/*section-form*/
.section-form{
  background-color: #E6E6E5;
  padding: 50px 0;
}
.form-heading{
  width: 100%;
  font-size: 30px;
  text-align: center;
  display: block;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.form-heading span{
  color: rgb(7,160,177);
}
/*å…¨ä½“è¨­å®š*/
.wpcf7-form ul{
  margin: 0 auto;
}
.wpcf7-form ul.margin-contact {
  margin-top: 20px;
}
span.wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form * {
  font-family: 'Noto Sans JP', sans-serif;
}
.form-title{
  display: flex;
  align-items: center;
  line-height: 1.4;
  font-size: 2.2rem;
  margin-bottom: 10px;
  font-weight: 600;
}
span.hissu {
  background-color: #c1302f;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  margin-left: 10px;
  padding: 0.4rem 1rem;
  border-radius: 5rem;
}
.wpcf7-form li {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  text-align: left;
}

.form-content{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.form-content.last {
  margin-top: 2rem;
}
.wpcf7-form li.flex-start{
  justify-content: flex-start;
  align-items: flex-start;
}
/*å…¨ä½“è¨­å®š*/
/*é€ä¿¡ãƒœã‚¿ãƒ³*/
.submit-button{
  color: #fff;
  display: none;
  text-align: center;
  border: none!important;
}
#confirm-button{
display: block;
}
/*inputè¨­å®š*/
span.contact-content input {
  font-size: 1.6rem;
}
.form-content input[type='text'],.form-content input[type='tel'],.form-content input[type='email']{
  width: 100%;
  height: 100%;
  padding: 1rem;
  border-radius: 0.8rem;
  border: solid 1px #000;
  background-color: #fff;
  font-weight: lighter;
  box-sizing: border-box;
}
/*inputè¨­å®š*/
/*ãƒ†ã‚­ã‚¹ãƒˆã‚¨ãƒªã‚¢*/
.form-content textarea{
  width: 100%;
  height: 100%;
  padding: 1rem;
  border-radius: 1rem;
  border: solid 1px #000;
  background-color: #fff;
  font-weight: lighter;
  resize: none;
  box-sizing: border-box;
}
/*ã‚»ãƒ¬ã‚¯ãƒˆãƒœãƒƒã‚¯ã‚¹*/
.form-content select {
  border-radius: 1rem;
  border: solid 1px #000;
  background-color: #fff;
  font-weight: lighter;
  margin: 0;
  line-height: 3rem;
  width: 25rem;
}
span.date {
  display: flex;
  flex-direction: column;
}
/*ãƒ†ã‚­ã‚¹ãƒˆã‚¨ãƒªã‚¢*/
/*.checkbox input[type='checkbox']*/
/*ãƒœã‚¿ãƒ³ã‚’æŠ¼ã—ãŸéš›ã®ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³*/
.check .wpcf7-list-item-label::before{
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  background-color: #f2efeb;
  border: solid 2px #ebe6df;
  left:0px;
  border-radius: 5px;
}
.check .wpcf7-list-item input:checked + .wpcf7-list-item-label:before
{
    position: absolute;
  content: '';
  background-image: url('../img/input-check.JPEG 2000');
  background-size: contain;
  width: 25px;
  height: 25px;
  border: solid 2px #ebe6df;
  background-color: #f2efeb;
  border-radius: 5px;
}
.check input{
  display: none;
}
.check span.wpcf7-form-control {
  display: flex;
  flex-direction: column;
}
.check span.wpcf7-form-control .wpcf7-list-item {
  margin-bottom: 20px;
  padding-left: 25px;
  display: flex;
  align-items: center;
}
.radio .wpcf7-list-item-label{
  position: relative;
  padding-left: 40px;
  display: flex;
  align-items: center;
}
/*ãƒœã‚¿ãƒ³ã‚’æŠ¼ã—ãŸéš›ã®ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³*/
/*ãƒ©ã‚¸ã‚ªãƒœã‚¿ãƒ³*/
/*ãƒœã‚¿ãƒ³ã‚’æŠ¼ã—ãŸéš›ã®ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³*/
.radio .wpcf7-list-item-label::before{
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  background-color: #f2efeb;
  border: solid 2px #ebe6df;
  left:0px;
  border-radius: 50%;
}
.confirm-box {
  margin-top: 3rem;
}
.radio input{
  display: none;
}
.radio input[type='text'] {
  display: block;
}
/*.radio .wpcf7-list-item.first input:checked + .wpcf7-list-item-label:before,.radio .wpcf7-list-item:nth-child(2) input:checked + .wpcf7-list-item-label:before,.wpcf7-list-item:nth-child(3) input:checked + .wpcf7-list-item-label:before,.wpcf7-list-item:nth-child(4) input:checked + .wpcf7-list-item-label:before,.wpcf7-list-item:nth-child(5) input:checked + .wpcf7-list-item-label:before*/
.radio .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  position: absolute;
  content: '';   
  background-size: contain;
  width: 23px;
  height: 23px;
  border: solid 4px #f2efeb;
  background-color:#71594C;
  border-radius: 50%;
}
.radio span.wpcf7-form-control {
  display: flex;
  flex-direction: column;
}
.radio span.wpcf7-form-control .wpcf7-list-item {
  margin-bottom: 20px;
  padding-left: 25px;
  display: flex;
  align-items: center;
}
/*ãƒœã‚¿ãƒ³ã‚’æŠ¼ã—ãŸéš›ã®ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³*/
@media screen and (max-width: 500px){
  .radio .wpcf7-list-item-label{
    margin-bottom:20px;
  }
  .wpcf7-list-item.last{
    margin-bottom:0px;
  }
  .form-content.last {
    margin-top: 1rem;
  }
  .form-heading {
    font-size: 22px;
  }
  .wpcf7-form li {
    display: flex;
    margin-bottom: 30px;
    flex-direction: column;
  }
  .form-content {
    width: 100%;
    display: flex;
  }
  .form-title {
    width: 100%;
    display: flex;
    font-size: 16px;
    margin-bottom: 10px;
  }
  span.hissu {
    font-size: 1rem;
  }
  .confirm-box {
    margin-top: 2.5rem;
  }
  .submit-button {
    width: 70%;
    font-size: 15px;
  }
  .date {
    display: flex;
    flex-direction: column;
  }
  .form-content select{
    width: 100%;
    margin-bottom: 10px;
  }
  .radio .wpcf7-list-item{
    width: 100%;
  }
  .form-content select {
    line-height: 2rem;
    width: 100%;
  }
}
@media screen and (max-width: 360px){
  .form-heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 320px){
  .wpcf7-form * {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 12px;
  }
}
.contact {
  background-color: #f2f3f3;
  padding: 10rem 0;
}

@media only screen and (max-width: 767px) {
  .contact {
    padding: 6rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .contact .sec__inner {
    width: 100%;
  }
}

.contact__title {
  color: #517bcd;
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .contact__title {
    font-size: 2.4rem;
  }
}

.contact__wrapper {
  background-color: #fff;
  padding: 6% 10%;
  margin-top: 60px;
  border-radius: 40px;
  box-shadow: 0 2px 4px rgba(0,0,0, 0.1);
}

@media only screen and (max-width: 767px) {
  .contact__wrapper {
    margin-top: 2rem;
    padding: 3rem 2rem;
    border-radius: 20px;
  }
}

.contact__privacy {
  border: 1px solid #333;
  color: #5e5e5e;
  line-height: 1.4;
  border-radius: 1rem;
  font-weight: 500;
  height: 30rem;
  padding: 2rem;
  overflow-y: scroll;
}

@media only screen and (max-width: 767px) {
  .contact__privacy {
    padding: 1.5rem 1.2rem 1.5rem 1.5rem;
  }
}

.contact__privacy::-webkit-scrollbar {
  width: 1rem;
}

.contact__privacy::-webkit-scrollbar-track {
  border-radius: 1rem;
  background-color: #d3d3d3;
}

.contact__privacy::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: #a9a9a9;
}

.contact__note {
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin-top: 6rem;
  text-align: center;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .contact__note {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-top: 2.5rem;
    text-align: left;
  }
}

.contact__note .red {
  color: #bd0d23;
}

.contact .submit-button_wrap {
  position: relative;
  margin: 1rem auto;
  width: 66rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 3rem;
}

.contact .submit-button_wrap a {
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .contact .submit-button_wrap {
    width: 100%;
  }
}

.contact .submit-button_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 3rem;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 1rem 0 1rem 1.5rem;
  border-color: transparent transparent transparent #fff;
}

.contact .submit-button {
  position: relative;
  border-radius: 100px;
  background: #ff8e00;
  color: #fff;
  font-size: 3.2rem;
  line-height: 8rem;
  height: 8rem;
  width: 100%;
  text-decoration: none;
		      margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .contact .submit-button {
    font-size: 1.8rem;
    line-height: 6rem;
    height: 6rem;
    width: 100%;
  }
}

.contact .submit-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 3rem;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 0.75rem 0 0.75rem 1.3rem;
  border-color: transparent transparent transparent #fff;
  height: 0;
  width: 0;
}


/*コンタクトフォーム*/
.section-form {
    background-color: #008e40;
    padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
    .section-form {
        padding-top: 20px;
    }
}
.section-form__title {
    text-align: center;
}
.section-form__title > img {
    width: 500px;
}
@media screen and (max-width: 767px) {
    .section-form__title > img {
        width: 55%;
    }
}

