@charset "UTF-8";
/*---------------------------------------------------------------------------*/
.p-contact .page-headline {
  background: #f7941e;
}
.p-contact .page-headline__ja {
  color: #fff;
}
.p-entry .page-headline {
  background: #f15a29;
}
.p-entry .page-headline__ja {
  color: #fff;
}
.CMS-FORM-GROUP {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 0;
}
.CMS-FORM-GROUP.u-ml {
  margin-left: 24rem;
}
.CMS-FORM-LABEL {
  width: 35rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0.7rem 1rem 0.7rem 0;
}
.CMS-FORM-LABEL label {
  font-size: 1.7rem;
  line-height: 1.72222222;
  letter-spacing: 0.06em;
  display: block;
}
.CMS-FORM-LABEL label.required {
  position: relative;
}
.CMS-FORM-LABEL label.required::before {
  content: '必須';
  padding: 0 0.7rem;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  line-height: 1.66666667;
  font-size: 1.5rem;
  font-weight: 400;
  background: #e50012;
  display: inline-block;
  margin-right: 1rem;
}
.CMS-FORM-LABEL label.no-required {
  position: relative;
}
.CMS-FORM-LABEL label.no-required::before {
  content: '任意';
  padding: 0 0.7rem;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  line-height: 1.66666667;
  font-size: 1.5rem;
  font-weight: 400;
  background: #9e9e9f;
  display: inline-block;
  margin-right: 1rem;
}
.CMS-FORM-CONTENT {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.CMS-FORM-SELECT,
.CMS-FORM-PHONE,
.CMS-FORM-EMAIL,
.CMS-FORM-TEXTAREA,
.CMS-FORM-INPUT {
  font-size: 1.7rem;
  line-height: 1.47058824;
  padding: 1rem 1.8rem;
  border: 1px solid #9e9e9f;
  width: 100%;
  -moz-border-radius: 0.8rem;
  border-radius: 0.8rem;
  outline: none;
}
.CMS-FORM-TEXTAREA {
  height: 22rem;
}
.CMS-FORM-CHECKBOX {
  width: 100%;
  text-align: center;
}
.CMS-FORM-CHECKBOX.cb_1 {
  font-size: 2.3rem;
  color: #f15a29;
  margin: 4rem 0 2rem;
}
.CMS-FORM-CHECKBOX.cb_1 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.CMS-FORM-CHECKBOX.cb_1 ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2rem;
  position: relative;
}
.CMS-FORM-CHECKBOX.cb_1 ul li label .wpcf7-list-item-label {
  position: relative;
  padding-left: 5.5rem;
  cursor: pointer;
}
.CMS-FORM-CHECKBOX.cb_1 ul li label .wpcf7-list-item-label::before,
.CMS-FORM-CHECKBOX.cb_1 ul li label .wpcf7-list-item-label::after {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.CMS-FORM-CHECKBOX.cb_1 ul li label .wpcf7-list-item-label::before {
  width: 4rem;
  height: 4rem;
  border: 2px solid #f15a29;
  left: 0;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  background: #fff;
}
.CMS-FORM-CHECKBOX.cb_1 ul li label .wpcf7-list-item-label::after {
  width: 4rem;
  height: 4rem;
  background: url('../img/commono/ico-checkbox.svg') no-repeat center center;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  left: 2px;
}
.CMS-FORM-CHECKBOX.cb_1 ul li input[type='checkbox'] {
  width: 4rem;
  height: 4rem;
  border: 2px solid #f15a29;
  opacity: 0;
  position: absolute;
  left: 2.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.CMS-FORM-CHECKBOX.cb_1 ul li input[type='checkbox']:checked ~ span::before {
  background: #f15a29;
}
.CMS-FORM-CHECKBOX.cb_2 {
  font-size: 1.4rem;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2rem 0;
}
.CMS-FORM-CHECKBOX.cb_2 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.CMS-FORM-CHECKBOX.cb_2 ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2rem;
  position: relative;
}
.CMS-FORM-CHECKBOX.cb_2 ul li label .wpcf7-list-item-label {
  position: relative;
  padding-left: 3.7rem;
  cursor: pointer;
}
.CMS-FORM-CHECKBOX.cb_2 ul li label .wpcf7-list-item-label::before,
.CMS-FORM-CHECKBOX.cb_2 ul li label .wpcf7-list-item-label::after {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.CMS-FORM-CHECKBOX.cb_2 ul li label .wpcf7-list-item-label::before {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #a7a9ac;
  left: 0;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  background: #fff;
}
.CMS-FORM-CHECKBOX.cb_2 ul li label .wpcf7-list-item-label::after {
  width: 2.5rem;
  height: 2.5rem;
  background: url('../img/common/ico-checkbox.svg') no-repeat center center;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  left: 1px;
}
.CMS-FORM-CHECKBOX.cb_2 ul li input[type='checkbox'] {
  margin-right: 1.2rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #a7a9ac;
  opacity: 0;
  position: absolute;
  left: 2.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.CMS-FORM-CHECKBOX.cb_2 ul li input[type='checkbox']:checked ~ span::before {
  background: #a7a9ac;
}
.CMS-FORM input[type='submit'] {
  position: relative;
  display: block;
  width: 550px;
  max-width: 90%;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.63157895;
  padding: 20px 50px;
  background: url(../img/common/arrow.svg) 90% 50% no-repeat var(--orange);
  -moz-background-size: 0.7rem 1.3rem;
  background-size: 0.7rem 1.3rem;
  -moz-border-radius: 5rem;
  border-radius: 5rem;
  letter-spacing: 0.1em;
  border: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.CMS-FORM input[type='submit']:hover {
  opacity: 0.7;
}
.contact {
  padding: 10rem 0;
}
.contact__ttl {
  color: #f7941e;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 1.36;
  margin-bottom: 2.7rem;
  text-align: center;
}
.contact__tel a {
  width: 58.5rem;
  text-align: center;
  background: #f7941e;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 3.5rem auto 12rem;
  -moz-border-radius: 6rem;
  border-radius: 6rem;
}
.contact__tel a .ico {
  width: 4rem;
  height: 5rem;
}
.contact__tel a .txt {
  font-weight: bold;
  font-size: 4.2rem;
  line-height: 1.54761905;
  padding: 2.5rem 0 2.5rem 2rem;
  display: inline-block;
  letter-spacing: 0.05em;
}
.contact__copy {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.88888889;
  margin-bottom: 6rem;
  color: #3e3a39;
}
.contact__note {
  font-size: 1.2rem;
  line-height: 1.7;
  margin-top: 3rem;
}
.contact__inner {
  margin: 0 auto;
  max-width: 92rem;
}
.contact__inner .CMS-FORM-LABEL {
  width: 24rem;
}
.contact__inner input[type='submit'] {
  background-color: #f7941e;
}
.CMS-FORM-PP {
  font-size: 1.4rem;
  border: 1px solid #efefef;
  padding: 20px;
  line-height: 2;
  height: 200px;
  overflow-y: scroll;
  margin: 50px 0 20px;
}
.CMS-FORM-PP p {
  margin-bottom: 20px;
}
.wpcf7-acceptance {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP {
    display: block;
    padding: 2.66667vw 0;
  }
  .CMS-FORM-GROUP.u-ml {
    margin-left: 0;
  }
  .CMS-FORM-LABEL {
    width: 100%;
    padding: 2.66667vw 2.66667vw 4vw 0;
  }
  .CMS-FORM-LABEL label {
    font-size: 3.73333vw;
  }
  .CMS-FORM-LABEL label.required::before,
  .CMS-FORM-LABEL label.no-required::before {
    padding: 0 1.6vw;
    -moz-border-radius: 0.8vw;
    border-radius: 0.8vw;
    font-size: 3.2vw;
    line-height: 2;
    margin-right: 2.13333vw;
  }
  .CMS-FORM-SELECT,
  .CMS-FORM-PHONE,
  .CMS-FORM-EMAIL,
  .CMS-FORM-TEXTAREA,
  .CMS-FORM-INPUT {
    font-size: 3.73333vw;
    padding: 3.06667vw;
    -moz-border-radius: 1.33333vw;
    border-radius: 1.33333vw;
  }
  .CMS-FORM-TEXTAREA {
    height: 53.33333vw;
  }
  .CMS-FORM-CHECKBOX.cb_1 {
    font-size: 4.53333vw;
    margin: 2.66667vw 0;
  }
  .CMS-FORM-CHECKBOX.cb_1 ul {
    display: block;
  }
  .CMS-FORM-CHECKBOX.cb_1 ul li {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 1.33333vw 0vw;
  }
  .CMS-FORM-CHECKBOX.cb_1 ul li label .wpcf7-list-item-label {
    padding-left: 10.13333vw;
  }
  .CMS-FORM-CHECKBOX.cb_1 ul li label .wpcf7-list-item-label::before {
    width: 6.66667vw;
    height: 6.66667vw;
    -moz-border-radius: 1.06667vw;
    border-radius: 1.06667vw;
  }
  .CMS-FORM-CHECKBOX.cb_1 ul li label .wpcf7-list-item-label::after {
    width: 6.66667vw;
    height: 6.66667vw;
  }
  .CMS-FORM-CHECKBOX.cb_2 {
    font-size: 3.73333vw;
    margin: 4vw 0;
  }
  .CMS-FORM-CHECKBOX.cb_2 ul {
    display: block;
  }
  .CMS-FORM-CHECKBOX.cb_2 ul li {
    padding: 0;
  }
  .CMS-FORM-CHECKBOX.cb_2 ul li label .wpcf7-list-item-label {
    padding-left: 7.46667vw;
  }
  .CMS-FORM-CHECKBOX.cb_2 ul li label .wpcf7-list-item-label::before {
    width: 5.33333vw;
    height: 5.33333vw;
    -moz-border-radius: 0.66667vw;
    border-radius: 0.66667vw;
  }
  .CMS-FORM-CHECKBOX.cb_2 ul li label .wpcf7-list-item-label::after {
    width: 5.33333vw;
    height: 5.33333vw;
  }
  .CMS-FORM input[type='submit'] {
    width: 80vw;
    font-size: 4.8vw;
    padding: 4vw 8vw 4vw 5.33333vw;
    -moz-border-radius: 13.33333vw;
    border-radius: 13.33333vw;
  }
  .contact {
    padding: 13.33333vw 0 18.66667vw;
  }
  .contact__ttl {
    font-size: 5.33333vw;
    margin-bottom: 4vw;
  }
  .contact__tel a {
    width: 100%;
    margin: 5.33333vw auto 16vw;
    -moz-border-radius: 16vw;
    border-radius: 16vw;
  }
  .contact__tel a .ico {
    width: 6.66667vw;
    height: 8.26667vw;
  }
  .contact__tel a .txt {
    font-size: 8vw;
    padding: 2.66667vw 0 2.66667vw 4vw;
  }
  .contact__copy {
    font-size: 3.73333vw;
    margin-bottom: 10.66667vw;
  }
  .contact__note {
    font-size: 2.93333vw;
    line-height: 1.85;
    margin-top: 6.66667vw;
  }
  .contact__inner {
    max-width: 100%;
  }
  .contact__inner .CMS-FORM-LABEL {
    width: 100%;
  }
  .CMS-FORM-PP {
    margin: 30px 0 10px;
    font-size: 1.3rem;
  }
  .wpcf7-acceptance {
    font-size: 1.4rem;
  }
}
