@charset "UTF-8";
/* Scss Document */
img {
  height: auto;
  max-width: 100%;
}
.bnr-shared {
  text-align: center;
}
h2, h3, h4 {
  font-family: 'GothicMB101Pro';
  font-style: normal;
}
.h2-tit {
  color: #029484;
  font-size: 48px;
  line-height: 1.6666;
  padding-bottom: 26px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
.h2-tit:before {
  position: absolute;
  content: '';
  border-top: 3px solid #00244c;
  width: 132px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
}

textarea {
    box-sizing: border-box;
}

	  /* CONTACT */
  .contact__cap {
    width: 65%;
  }
  .contact form {
    width: 80%;
  }
  .contact__btn {
    width: 90%;
  }

/* フォーム確認 */
.form-kakunin__ttl {
  text-align: center;
  font-size: 25px;
  line-height: 1em;
  margin-bottom: 20px;
}
.form-kakunin__txt {
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px;
}
.formTable {
  width: 100%;
  margin: 0 auto;
}
table.formTable th {
  width: 30%;
}
table.formTable td,
table.formTable th {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.form-kakunin .contact__btn {
  margin-top: 60px;
}
.error_messe {
  padding: 5px;
  color: #dd434e;
}
.contactmail {
  min-height: 100vh;
  padding-bottom: 3vh;
}
.contact__thanks {
  text-align: center;
  margin: 50px 0;
}
.contact__cap {
  width: 50%;
  margin: 0 auto 80px;
  font-size: 1em;
  font-weight: 400;
  line-height: 2em;
}
.contactmail .footer {
  position: absolute;
  bottom: 0;
  left: 0;
}
.contactmail .section__ttl::after {
  opacity: 1;
}



@media screen and (max-width: 767px) {
  .h2-tit {
    font-size: 30px;
    padding-bottom: 12px;
    margin-bottom: 30px;
  }
  .h2-tit:before {
    width: 88px;
  }
}
.fz24 {
  font-size: 24px;
  line-height: 2.083;
}
.fz20 {
  font-size: 20px;
  line-height: 40px;
  line-height: 2.083;
}
@media screen and (max-width: 767px) {
  .fz24 {
    font-size: 15px;
    line-height: 33px;
  }
  .fz20 {
    font-size: 15px;
    line-height: 33px;
  }
}
#key {
  background: url("../img/shared/key_bg.jpg") no-repeat center/cover;
  text-align: center;
  padding: 10px 0 77px;
}
#key .photo {
  padding: 30px 0 90px;
}
#key .info {
  box-sizing: border-box;
  border: 2px solid #029684;
  border-radius: 13px;
  position: relative;
  z-index: 1;
  margin-right: 6px;
  padding: 1px 20px 40px;
  font-size: 24px;
  margin-top: 140px;
  margin-bottom: 100px;
}
#key .info > * {
  position: relative;
  z-index: 1;
}
#key .info:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 0;
  border-radius: 13px;
}
#key .info:after {
  position: absolute;
  content: '';
  background-color: #029684;
  position: absolute;
  top: 3px;
  left: 12px;
  right: -6px;
  bottom: -8px;
  z-index: -1;
  border-radius: 13px;
}
#key .info .tit {
  background-color: #029684;
  color: #fff;
  width: 426px;
  line-height: 1;
  border-radius: 31px;
  font-size: 35px;
  margin: -33px auto 7px;
  position: relative;
  z-index: 1;
  padding: 10px 0 18px;
}
#key .info .tit:before {
  content: '';
  position: absolute;
  width: 4px;
  background-color: #029584;
  height: 25px;
  left: 50%;
  bottom: 0;
  transform: translateY(100%);
}
#key .info dl {
  position: relative;
  line-height: 1.2;
  font-size: 29px;
}
#key .info dl dt {
  font-size: 93px;
  color: #f56d47;
  padding-bottom: 10px;
}
#key .info dl dt span {
  font-family: 'GothicMB101ProHEAVY';
  font-style: normal;
  font-size: 142px;
  letter-spacing: -0.04em;
  display: inline-block;
  transform: scaleX(0.86);
  margin: 0 -6px 0 -9px;
}
#key .info dl .deco {
  position: absolute;
  top: 36px;
  right: calc(50% + 132px);
}
@media screen and (max-width: 1200px) {
  #key h2 {
  }
}
@media screen and (max-width: 767px) {
  #key {
    padding: 33px 0 47px;
  }
  #key h2 {
    margin-top: -22px;
  }
  #key .photo {
    padding: 10px 0 40px;
    margin: 0 6px 0 9px;
  }
  #key .info {
    border-radius: 13px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 1px 20px 21px;
	margin-top: 60px;
	margin-bottom: 10px;
  }
  #key .info:after {
    top: 2px;
    left: 2px;
    right: -5px;
    bottom: -5px;
  }
  #key .info .tit {
    width: 234px;
    line-height: 1;
    border-radius: 20px;
    font-size: 22px;
    margin: -22px auto 15px;
    padding: 8px 0 10px;
  }
  #key .info .tit:before {
    height: 16px;
  }
  #key .info dl {
    font-size: 18px;
  }
  #key .info dl dt {
    font-size: 45px;
    padding: 15px 0 10px;
    line-height: 1;
  }
  #key .info dl dt span {
    font-size: 68px;
    margin: 0 2px 0 1px;
  }
  #key .info dl .deco {
    top: 7px;
    right: calc(50% + 63px);
    width: 77px;
  }
  #key .info .txt {
    font-size: 15px;
    line-height: 25px;
  }
}
#sec1 {
  background-color: #007c6f;
  padding: 54px 0 72px;
  color: #fff;
  text-align: center;
  font-size: 24px;
}
#sec1 .point {
  justify-content: center;
  gap: 48px;
  padding-bottom: 46px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 900px) {
  #sec1 .point {
    gap: 30px;
  }
}
#sec1 .catch {
  padding: 71px 0 0;
}
#sec1 .catch dt {
  padding-bottom: 27px;
}
#sec1 .catch dt span {
  font-size: 50px;
  position: relative;
}
#sec1 .catch dt span:before, #sec1 .catch dt span:after {
  content: '';
  width: 3px;
  height: 62px;
  background-color: #fff;
  position: absolute;
  top: 12px;
  left: -47px;
  transform: rotate(-40deg);
}
#sec1 .catch dt span:after {
  left: auto;
  right: -47px;
  transform: rotate(40deg);
}
#sec1 .catch dd {
  font-size: 34px;
  color: #007c6f;
  background-color: #fff;
  display: inline-flex;
  line-height: 72px;
  padding: 0 27px;
}
@media screen and (max-width: 990px) {
  #sec1 .catch dd {
    width: 100%;
    justify-content: center;
    padding: 0;
    font-size: 26px;
    max-width: 750px;
  }
}
@media screen and (max-width: 767px) {
  #sec1 {
    padding: 42px 0 50px;
    font-size: 15px;
  }
  #sec1 .point {
    gap: 22px;
    padding: 0 0 12px 7px;
  }
  #sec1 .catch {
    padding: 31px 0 0;
  }
  #sec1 .catch dt {
    padding-bottom: 10px;
  }
  #sec1 .catch dt span {
    font-size: 29px;
    position: relative;
  }
  #sec1 .catch dt span:before, #sec1 .catch dt span:after {
    width: 2px;
    height: 38px;
    top: 1px;
    left: -20px;
  }
  #sec1 .catch dt span:after {
    left: auto;
    right: -20px;
  }
  #sec1 .catch dd {
    background-color: transparent;
    font-size: 26px;
    display: flex;
    flex-wrap: wrap;
    line-height: 44px;
    padding: 0 10px;
    gap: 15px;
  }
  #sec1 .catch dd span {
    display: block;
    width: 80%;
    padding: 0;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 429px) {
  #sec1 .catch dd {
    font-size: 22px;
    white-space: nowrap;
  }
}
.student-cta {
  padding: 86px 0 105px;
}
.student-cta .bnr-shared {
  margin-bottom: 100px;
}
.student-cta .contact {
  border: 2px solid #007c6f;
  border-radius: 22px;
  background-color: #f1fffd;
  position: relative;
  padding: 37px 45px 26px;
}
.student-cta .contact:before, .student-cta .contact:after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #007c6f;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
}
.student-cta .contact:after {
  top: auto;
  bottom: 20px;
}
.student-cta .contact h3 {
  display: inline-flex;
  font-size: 32px;
  background: url("../img/shared/dot.png") repeat-x 0 bottom;
  padding: 0 0 26px 16px;
  margin-bottom: 18px;
  align-items: center;
  gap: 10px;
}
.student-cta .contact h3 span {
  background-color: #fff;
  color: #01a695;
  border: 1px solid #00204c;
  line-height: 50px;
  padding: 4px 12px 14px 13px;
  font-size: 42px;
  align-items: center;
}
.student-cta .contact h3:before, .student-cta .contact h3:after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #007c6f;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 20px;
}
.student-cta .contact h3:after {
  top: auto;
  bottom: 20px;
}
.student-cta .contact .txt {
  max-width: 551px;
  margin: 0 0 0 19px;
  font-size: 20px;
  line-height: 39px;
}
.student-cta .contact .photo {
  position: absolute;
  top: 37px;
  right: 35px;
}
@media screen and (max-width: 990px) {
  .student-cta .contact .txt {
    overflow: hidden;
    width: calc(100% - 230px);
    font-size: 18px;
  }
  .student-cta .contact .photo {
    position: absolute;
    top: auto;
    bottom: 36px;
    right: 40px;
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .student-cta {
    padding: 50px 0 105px;
  }
  .student-cta .bnr-shared {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  .student-cta {
    padding: 50px 0 70px;
  }
  .student-cta .contact {
    border-radius: 5px;
    padding: 30px 15px 37px;
  }
  .student-cta .contact:before, .student-cta .contact:after {
    width: 6px;
    height: 6px;
    top: 10px;
    left: 10px;
  }
  .student-cta .contact:after {
    top: auto;
    bottom: 10px;
  }
  .student-cta .contact h3 {
    font-size: 20px;
    padding: 1px 0 24px 3px;
    margin-bottom: 17px;
    gap: 10px;
    line-height: 30px;
    white-space: nowrap;
  }
  .student-cta .contact h3 span {
    line-height: 30px;
    padding: 4px 10px 9px 10px;
    font-size: 26px;
  }
  .student-cta .contact h3:before, .student-cta .contact h3:after {
    width: 6px;
    height: 6px;
    top: 10px;
    right: 10px;
  }
  .student-cta .contact h3:after {
    top: auto;
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 429px) {
  .student-cta .contact h3 {
    font-size: 17px;
  }
  .student-cta .contact h3 span {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .student-cta .contact .txt {
    width: 100%;
    max-width: 100%;
    margin: 0 0 0 5px;
    font-size: 15px;
    line-height: 29px;
  }
}
@media screen and (max-width: 767px) and (min-width: 430px) {
  .student-cta .contact .txt .sp1 {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .student-cta .contact .photo {
    right: 22px;
    width: 131px;
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 429px) {
  .student-cta .contact .photo {
    right: 10px;
    width: 120px;
    bottom: 40px;
  }
}
@media screen and (max-width: 429px) {
  .student-cta .contact .txt {
    margin-left: 0;
  }
}
#sec2 {
  background-color: #f2f3f8;
  padding: 87px 0 135px;
}
#sec2 .lead {
  max-width: 838px;
  margin: 0 auto 55px;
  font-size: 20px;
  line-height: 40px;
}
@media screen and (max-width: 900px) {
  #sec2 .lead {
    font-size: 18px;
  }
}
#sec2 h2 {
  font-size: 36px;
  background-color: #dfe2e8;
  border-radius: 19px;
  padding: 36px 0px 44px;
  margin-bottom: 50px;
  position: relative;
}
#sec2 h2:after {
  content: '';
  background: url("../img/shared/arow.jpg") no-repeat 0 0/100%;
  width: 116px;
  height: 27px;
  position: absolute;
  left: 50%;
  bottom: -27px;
  transform: translateX(-50%);
  z-index: 1;
}
#sec2 h2 span {
  position: relative;
  z-index: 1;
}
#sec2 h2 span:before {
  content: '';
  background: url("../img/shared/line.png") no-repeat 0 0/100%;
  width: 430px;
  height: 29px;
  position: absolute;
  left: -13px;
  bottom: -9px;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  #sec2 h2 {
    font-size: 30px;
  }
  #sec2 h2 span:before {
    width: auto;
    right: -6px;
    left: -13px;
    bottom: -12px;
  }
}
#sec2 .catch {
  position: relative;
  margin-bottom: 61px;
}
#sec2 .catch .photo {
  margin: 0 -49px;
}
@media screen and (max-width: 1040px) {
  #sec2 .catch .photo {
    margin: 0 -3% 0 -4%;
  }
}
#sec2 .catch .tit {
  line-height: 32px;
  white-space: nowrap;
}
#sec2 .catch .tit li {
  position: absolute;
  top: 11%;
  left: 34.5%;
  transform: translateX(-50%);
  z-index: 1;
}
#sec2 .catch .tit li:nth-child(2) {
  top: 16%;
  left: 69.2%;
}
#sec2 .catch .tit li:nth-child(3) {
  top: 40%;
  left: 16.5%;
}
#sec2 .catch .tit li:nth-child(4) {
  top: 37.6%;
  left: 81.3%;
}
#sec2 .catch .tit li:nth-child(5) {
  top: 74%;
  left: 15%;
}
#sec2 .catch .tit li:nth-child(6) {
  top: 70.5%;
  left: 85.7%;
}
@media screen and (max-width: 999px) {
  #sec2 .catch .tit {
    font-size: 15px;
    line-height: 29px;
  }
  #sec2 .catch .tit li {
    top: 12%;
  }
  #sec2 .catch .tit li:nth-child(2) {
    top: 14%;
    left: 68.2%;
  }
  #sec2 .catch .tit li:nth-child(3) {
    top: 38.5%;
  }
  #sec2 .catch .tit li:nth-child(4) {
    top: 35.6%;
    left: 80.3%;
  }
  #sec2 .catch .tit li:nth-child(6) {
    top: 68.5%;
    left: 84.7%;
  }
}
#sec2 .time h3 {
  width: 100%;
  margin: 0 auto -30px;
}
#sec2 .time .group {
  background-color: #c5def4;
  padding: 119px 30px 40px;
  border-radius: 21px;
  gap: 34px;
}
#sec2 .time .group dl {
  text-align: center;
  flex: 1;
  background-color: #fff;
  border-radius: 9px;
  padding: 10px 20px 23px;
  line-height: 41px;
}
#sec2 .time .group dl dt {
  width: 126px;
  margin: -73px auto 7px;
  padding: 0px 8px 0 0px;
}
#sec2 .time .group dl dd span {
  background-color: #d8eef8;
  color: #105ba3;
  font-weight: 700;
  font-size: 27px;
  letter-spacing: 0;
  line-height: 45px;
  padding: 0 5px;
  display: inline-block;
}
@media screen and (max-width: 980px) {
  #sec2 .time .group {
    padding-left: 15px;
    padding-right: 15px;
    gap: 15px;
  }
  #sec2 .time .group dl {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #sec2 .time .group dl dd span {
    font-size: 24px;
    line-height: 40px;
    padding-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  #sec2 {
    padding: 35px 0 60px;
  }
  #sec2 .wrap {
    padding: 0;
  }
  #sec2 .lead {
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 429px) {
  #sec2 .lead {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #sec2 h2 {
    font-size: 26px;
    line-height: 50px;
    padding: 15px 0 20px;
    margin: 0 15px 36px;
    border-radius: 5px;
  }
  #sec2 h2 span:before {
    width: auto;
    right: -13px;
    left: -20px;
    bottom: -14px;
    transform: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 429px) {
  #sec2 h2 {
    margin: 0 0 36px;
  }
  #sec2 h2 span:before {
    left: -10px;
    right: -3px;
  }
}
@media screen and (max-width: 767px) {
  #sec2 .catch {
    max-width: 430px;
    margin: 0 auto 40px;
  }
  #sec2 .catch .photo {
    margin: 0;
  }
  #sec2 .catch .tit {
    font-size: 11.67px;
    line-height: 19px;
  }
  #sec2 .catch .tit li {
    top: 7%;
    left: 28%;
  }
  #sec2 .catch .tit li:nth-child(2) {
    top: 7%;
    left: 74.2%;
  }
  #sec2 .catch .tit li:nth-child(3) {
    top: 27.8%;
    left: 27%;
  }
  #sec2 .catch .tit li:nth-child(4) {
    top: 25.3%;
    left: 74.3%;
  }
  #sec2 .catch .tit li:nth-child(5) {
    top: 51%;
    left: 25%;
  }
  #sec2 .catch .tit li:nth-child(6) {
    top: 46%;
    left: 71.4%;
  }
  #sec2 .time {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 429px) {
  #sec2 .time {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #sec2 .time h3 {
    margin: 0 auto -18px;
  }
  #sec2 .time .group {
    gap: 48px 0;
    padding: 76px 15px 40px;
    border-radius: 10px;
  }
  #sec2 .time .group dl {
    width: 100%;
    flex: none;
    padding: 1px 0 21px;
  }
}
@media screen and (max-width: 767px) and (max-width: 429px) {
  #sec2 .time .group dl {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #sec2 .time .group dl dt {
    width: 71px;
    margin: -34px auto 8px;
    padding: 0px 0px 0 0px;
  }
  #sec2 .time .group dl dd {
    padding: 0 0px;
    line-height: 29px;
  }
  #sec2 .time .group dl dd span {
    font-size: 22.5px;
    line-height: 31px;
    padding: 4px 0 1px;
    margin-top: 3px;
  }
}
#sec3 {
  background: url("../img/shared/sec3_bg.jpg") no-repeat center/100% 100%;
  padding: 120px 0 184px;
}
#sec3 .note span {
  color: #ee1c25;
  font-size: 30px;
  font-weight: 700;
}
#sec3 .group {
  flex-wrap: wrap;
  gap: 80px 0;
  padding: 105px 0 0;
}
#sec3 .group .item {
  text-align: center;
  width: calc(50% - 20px);
  box-shadow: 3px 2px 24px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
  border-radius: 15px;
}
#sec3 .group .item .catch {
  width: 90%;
  max-width: 320px;
  position: absolute;
  top: -73px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'GothicMB101Pro';
  font-style: normal;
  font-size: 21px;
  line-height: 38px;
  padding: 1px 10px 5px;
  background-color: #fff;
  border: 2px solid #0e306c;
  border-radius: 29px;
  color: #04499e;
}
#sec3 .group .item .catch:before {
  content: url("../img/shared/sec3_deo.png");
  position: absolute;
  line-height: 0;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
#sec3 .group .item .catch span {
  color: #ed1c24;
}
#sec3 .group .item dd {
  padding: 22px 20px 26px;
  text-align: left;
}
#sec3 .group .item dt {
  font-family: 'GothicMB101Pro';
  font-style: normal;
  position: relative;
  background-color: #bce4df;
  color: #01a696;
  font-size: 28px;
  line-height: 56px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 0 0px 0 0px;
}
#sec3 .group .item dt img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
#sec3 .group .item dt .ballon {
  left: -18px;
  top: -27px;
  right: auto;
}
#sec3 .group .item.ext1 {
  margin-top: 13px;
}
#sec3 .group .item.ext2 {
  margin-top: 45px;
}
#sec3 .group .item.ext2 dt {
  padding-left: 11px;
}
#sec3 .group .item.ext2 dt .ballon {
  left: -12px;
  top: -28px;
}
@media screen and (max-width: 990px) {
  #sec3 .group .item {
    width: calc(50% - 10px);
  }
  #sec3 .group .item dd {
    padding-left: 10px;
    padding-right: 10px;
  }
  #sec3 .group .item dt {
    font-size: 22.75px;
  }
  #sec3 .group .item dt img {
    width: 60px;
    top: 50%;
    transform: translateY(-50%);
  }
  #sec3 .group .item dt .ballon {
    left: -18px;
    top: -15px;
    width: 100px;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  #sec3 {
    background: url("../img/shared/sec3_bg_sp.jpg") no-repeat center 100% 100%;
    padding: 64px 0 70px;
  }
  #sec3 .note {
    font-size: 15px;
  }
  #sec3 .note span {
    font-size: 19px;
  }
  #sec3 .group {
    flex-wrap: wrap;
    gap: 48px 0;
    padding: 31px 0 0;
  }
  #sec3 .group .item {
    width: 100%;
  }
  #sec3 .group .item dd {
    padding: 20px 20px;
  }
  #sec3 .group .item dt {
    line-height: 47px;
    padding: 0 0px 0 0px;
  }
  #sec3 .group .item dt .ballon {
    left: -16px;
    top: -21px;
  }
  #sec3 .group .item.ext1 {
    margin-top: 0;
  }
  #sec3 .group .item.ext2 {
    margin-top: 112px;
  }
  #sec3 .group .item .catch {
    max-width: 358px;
    width: 92%;
    /* max-width: 320px; */
    position: absolute;
    font-size: 23px;
    line-height: 49px;
    padding: 0px 10px 0px;
    white-space: nowrap;
    top: -100px;
    box-sizing: border-box;
  }
}
#sec4 {
  padding: 130px 0 180px;
  background: url("../img/shared/sec3_bg.jpg") no-repeat center/100% 100%;
}
#sec4 .group {
  gap: 60px 0;
  padding: 94px 0 0;
}
#sec4 .group dl {
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  overflow: hidden;
  width: calc(50% - 20px);
  padding-bottom: 24px;
  box-shadow: 3px 2px 24px 6px rgba(0, 0, 0, 0.1);
}
#sec4 .group dl dt {
  font-family: 'GothicMB101Pro';
  font-style: normal;
  background-color: #105ca4;
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  padding: 7px 0 9px;
  margin-bottom: 22px;
}
#sec4 .group dl dd {
  padding: 0px 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}
#sec4 .group dl dd .line {
  background: url("../img/shared/hightlight.jpg") repeat-x 0 0;
}
@media screen and (max-width: 999px) {
  #sec4 .group dl {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  #sec4 {
    background: url("../img/shared/sec4_bg_sp.jpg") no-repeat center/100% 100%;
    padding: 57px 0 95px;
  }
  #sec4 .group {
    gap: 50px 0;
    padding: 35px 0 0;
  }
  #sec4 .group dl {
    width: 100%;
    padding-bottom: 17px;
  }
  #sec4 .group dl dt {
    font-size: 22.75px;
    line-height: 47px;
    padding: 0;
    margin-bottom: 22px;
  }
  #sec4 .group dl dd {
    padding: 0px 5px;
    display: block;
    height: auto !important;
  }
}
.cta-bnr {
  padding: 130px 20px 34px;
}
@media screen and (max-width: 767px) {
  .cta-bnr {
    padding: 67px 20px 30px;
  }
}
#sec5 {
  background: url("../img/shared/sec5_bg.jpg") repeat-x 0 bottom;
  padding: 100px 0 160px;
}
#sec5 .box {
  text-align: center;
  border: 2px solid #105ba3;
  border-radius: 22px;
  background-color: #e5f5ff;
  position: relative;
  padding: 26px 51px 1px;
  margin-bottom: 125px;
}
#sec5 .box:before, #sec5 .box:after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #105ba3;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  left: 16px;
}
#sec5 .box:after {
  top: auto;
  bottom: 16px;
}
#sec5 .box h2 {
  font-size: 42px;
  color: #105ba3;
  line-height: 2;
  padding-bottom: 23px;
  margin-bottom: 16px;
  background: url("../img/shared/line2.jpg") repeat-x 0 bottom;
}
#sec5 .box h2:before, #sec5 .box h2:after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #105ba3;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  right: 16px;
}
#sec5 .box h2:after {
  top: auto;
  bottom: 16px;
}
@media screen and (max-width: 990px) {
  #sec5 .box h2 {
    font-size: 34px;
  }
}
#sec5 .box .photo {
  margin: 42px auto -37px;
}
@media screen and (max-width: 900px) {
  #sec5 .box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#sec5 .list_price .note {
  padding: 5px 0 92px;
}
#sec5 .list_price .frame {
  box-sizing: border-box;
  border: 2px solid #105ba3;
  border-radius: 13px;
  position: relative;
  z-index: 1;
  margin-right: 6px;
  padding: 45px 0px 28px 25px;
  font-size: 24px;
}
#sec5 .list_price .frame > * {
  position: relative;
  z-index: 1;
}
#sec5 .list_price .frame:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 0;
  border-radius: 13px;
}
#sec5 .list_price .frame:after {
  position: absolute;
  content: '';
  background-color: #105ba3;
  position: absolute;
  top: 3px;
  left: 12px;
  right: -6px;
  bottom: -8px;
  z-index: -1;
  border-radius: 13px;
}
#sec5 .list_price .frame .list li {
  position: relative;
  font-size: 25px;
  width: 49%;
  padding-bottom: 13px;
}
#sec5 .list_price .frame .list li:before {
  content: '■';
  color: #105ba3;
  margin-right: 11px;
}
#sec5 .list_price .frame .list li .price {
  font-family: 'GothicMB101ProBold';
  font-style: normal;
  color: #f56d47;
  font-size: 30px;
}
#sec5 .list_price .frame .list li .price span {
  font-family: 'GothicMB101ProHEAVY';
  font-style: normal;
  font-size: 42px;
  letter-spacing: -0.04em;
  display: inline-block;
  transform: scaleX(0.86);
  margin: 0 -6px 0 -9px;
}
#sec5 .list_price .frame .list li .price.ext {
  padding-left: 30px;
}
@media screen and (max-width: 990px) {
  #sec5 .list_price .frame {
    width: 80%;
    margin: 0 auto;
  }
  #sec5 .list_price .frame .list {
    max-width: 460px;
    margin: 0 auto;
  }
  #sec5 .list_price .frame .list li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #sec5 {
    padding: 38px 0 66px;
  }
  #sec5 .box {
    border-radius: 5px;
    padding: 30px 15px;
    margin-bottom: 70px;
  }
  #sec5 .box:before, #sec5 .box:after {
    width: 6px;
    height: 6px;
    top: 10px;
    left: 10px;
  }
  #sec5 .box:after {
    top: auto;
    bottom: 10px;
  }
  #sec5 .box h2 {
    font-size: 26.42px;
    line-height: 46px;
  }
  #sec5 .box h2:before, #sec5 .box h2:after {
    width: 6px;
    height: 6px;
    top: 10px;
    right: 10px;
  }
  #sec5 .box h2:after {
    top: auto;
    bottom: 10px;
  }
  #sec5 .box .photo {
    margin: 3px auto -49px;
    max-width: 316px;
    width: 90%;
  }
  #sec5 .list_price .note {
    padding: 0px 0 26px;
  }
  #sec5 .list_price .frame {
    width: 100%;
    padding: 25px 0 8px;
    box-sizing: border-box;
  }
  #sec5 .list_price .frame:after {
    top: 2px;
    left: 2px;
    right: -5px;
    bottom: -5px;
  }
  #sec5 .list_price .frame .list {
    max-width: 330px;
    margin: 0 auto;
    width: 96%;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) and (max-width: 429px) {
  #sec5 .list_price .frame .list {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #sec5 .list_price .frame .list li {
    font-size: 19px;
  }
  #sec5 .list_price .frame .list li .price {
    font-size: 23px;
  }
  #sec5 .list_price .frame .list li .price span {
    font-size: 32px;
  }
  #sec5 .list_price .frame .list li .price.ext {
    padding-left: 23px;
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  #sec5 .list_price .frame .list li {
    font-size: 18px;
  }
  #sec5 .list_price .frame .list li .price {
    font-size: 22px;
  }
  #sec5 .list_price .frame .list li .price span {
    font-size: 31px;
  }
}
#sec6 {
  padding: 110px 0 106px;
}
#sec6 .h2-tit {
  padding-bottom: 35px;
}
#sec6 .h2-tit.ext {
  margin-bottom: 45px;
}
#sec6 .h2-tit.ext:before {
  border-top: 3px solid #029584;
  width: auto;
  left: 0;
  right: 0;
  transform: none;
}
#sec6 .point {
  padding: 40px 0 70px;
  gap: 70px;
}
#sec6 .point .item {
  border: 3px solid #029584;
  background-color: #fff;
  border-radius: 13px;
  flex: 1;
  padding-bottom: 16px;
  position: relative;
}
#sec6 .point .item:not(:last-child):before {
  content: '';
  width: 0;
  height: 0;
  border-top: 41.5px solid transparent;
  border-bottom: 41.5px solid transparent;
  border-left: 44px solid #a4d5d1;;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translate(100%, -50%);
  z-index: 1;
}
#sec6 .point .item .txt {
  padding: 22px 18px 0;
}
#sec6 .point .item dl {
  text-align: center;
  background-color: #ddf6f3;
  padding: 20px 0 15px;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
#sec6 .point .item dl dt {
  font-family: 'GothicMB101Pro';
  font-style: normal;
  color: #029584;
  font-size: 30px;
  padding-bottom: 28px;
}



@media screen and (max-width: 990px) {
  #sec6 .point {
    gap: 50px;
  }
  #sec6 .point .item:not(:last-child):before {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #a4d5d1;
    right: -14px;
  }
}

#sec6  .banner ul {
  

    gap: 40px 0;
    max-width: 880px;
    margin: 0 auto;
    padding: 25px 0 0;
}
#sec6  .banner li
{
   width: 48%;
  max-width: 400px;
}
#sec6  .banner li a {
    display: block;
    color: #fff;
    background-color: #052d87;
    text-align: center;
    font-size: 35px;
    border-radius: 5px;
    padding: 25px;
    position: relative;
}#sec6  .banner li a:hover {
  opacity: 0.8;
}
#sec6  .banner li a:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 15px solid transparent;
    position: absolute;
    right: 25px;
  top: 50%;
  transform: translateY(-50%);
  
}
#sec6 .policy {
  padding-top: 70px;
}
#sec6 .box-cont {
  border: 1px solid #b0b0b0;
  padding: 20px 0;
  color: #525252;
  margin-bottom: 80px;
  border-radius: 5px;
}
#sec6 .box-cont .box-inner {
  padding: 0 20px;
  height: 185px;
  overflow-y: auto;
}
#sec6 .box-cont a {
  text-decoration: underline;
}
#sec6 .box-cont a:hover {
  text-decoration: none;
}
#sec6 .box-cont h3, #sec6 .box-cont h4 {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 0px 0 20px;
}
#sec6 .box-cont p {
  padding-bottom: 20px;
}
#sec6 .box-cont ul {
  padding-bottom: 15px;
}
#sec6 .box-cont ul li {
  padding: 0 0 10px 20px;
}
#sec6 .box-cont ul.list-num {
  counter-reset: my-counter;
}
#sec6 .box-cont ul.list-num > li {
  counter-increment: my-counter;
  list-style: none;
  padding: 0 0 10px 20px;
  text-indent: -20px;
}
#sec6 .box-cont ul.list-num > li:before {
  content: counter(my-counter) ". ";
}
#sec6 .box-cont ul ol {
  padding-bottom: 0;
}
#sec6 .box-cont ol {
  padding-bottom: 20px;
}
#sec6 .box-cont ol li {
  padding-left: 53px;
  text-indent: -53px;
}
#sec6 .box-cont ol.ext li {
  padding-left: 20px;
  text-indent: -20px;
}
#sec6 .box-cont .tbl-price {
  margin-bottom: 20px;
  position: relative;
  padding: 0 20px;
}
#sec6 .box-cont .tbl-price table {
  width: 100%;
  border: 1px solid;
}
#sec6 .box-cont .tbl-price table td {
  border: 1px solid;
  padding: 5px;
}
#sec6 .contact {
  padding: 60px 0 0;
}
#sec6 .contact .tel {
  text-align: center;
  font-size: 30px;
  padding: 54px 0 ;
  line-height: 70px;
}
#sec6 .contact .tel dd {
  color: #105ba3;
  font-size: 56px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #sec6 .contact {
    padding: 34px 0 0;
  }
  #sec6 .contact .tel {
    font-size: 18px;
    padding: 30px 0 20px    ;
    line-height: 44px;
  }
  #sec6 .contact .tel dd {
    font-size: 33px;
  }
}
@media screen and (max-width: 767px) {
  #sec6 {
    padding: 55px 0px 10px;
  }
  #sec6 .h2-tit {
    padding-bottom: 22px;
    line-height: 50px;
  }
  #sec6 .h2-tit.ext {
    font-size: 24px;
    padding-bottom: 17px;
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 767px) and (max-width: 429px) {
  #sec6 .h2-tit.ext {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  #sec6 .point {
    padding: 13px 0 74px;
    gap: 53px 0;
  }
  #sec6 .point .item {
    padding: 0;
    width: 100%;
    flex: none;
    display: flex;
    border: 2px solid #007c6f;
    align-items: center;
    z-index: 1;
  }
  #sec6 .point .item .txt {
    width: 64%;
    padding: 16px 15px;
  }
  #sec6 .point .item dl {
    width: 36%;
    padding: 0px;
    height: 100%;
    flex-wrap: wrap;
    display: flex;
    border-radius: 0;
    align-content: center;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
    gap: 10px;
  }
  #sec6 .point .item dl dt {
    font-size: 19px;
    padding: 0;
    width: 100%;
    line-height: 1;
  }
  #sec6 .point .item dl dd {
    width: 82px;
    margin: 0 auto;
  }
  #sec6 .point .item dl dd.ext1 {
    width: 94px;
    margin: 7px auto 0;
  }
  #sec6 .point .item dl dd.ext2 {
    margin: 0px auto -8px;
  }
  #sec6 .point .item:not(:last-child):before {
    border-bottom: 0;
    border-left: 34px solid transparent;
    border-right: 34px solid transparent;
    border-top: 22px solid #a4d5d1;
    top: auto;
    right: auto;
    bottom: -18px;
    left: 50%;
    transform: translate(-50%, 100%);
  }
  
  
#sec6  .banner ul {
  

    gap: 20px 0;
  
 
    padding: 15px 0 0;
}
#sec6  .banner li
{
   width: calc(50% - 5px);
 
}
#sec6  .banner li a {
  
  
    font-size: 18px;

    padding: 10px;

}
  
#sec6  .banner li a:before {
  
     border-top: 7px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 7px solid transparent;
    right: 10px;
  
}
  
  
  
  
  
  #sec6 .box-cont {
    padding: 15px 0;
    margin-bottom: 40px;
  }
  #sec6 .box-cont .box-inner {
    padding: 0 15px;
    height: 210px;
  }
  #sec6 .box-cont h3, #sec6 .box-cont h4, #sec6 .box-cont p {
    padding-bottom: 10px;
  }
  #sec6 .box-cont ul {
    padding-bottom: 10px;
  }
  #sec6 .box-cont ul li {
    padding: 0 0 10px 20px;
  }
  #sec6 .box-cont ul.list-num > li {
    padding: 0 0 10px 16px;
    text-indent: -16px;
  }
  #sec6 .box-cont ul ol {
    padding-bottom: 0;
  }
  #sec6 .box-cont ol {
    padding-bottom: 10px;
  }
  #sec6 .box-cont ol li {
    padding-left: 43px;
    text-indent: -47px;
  }
  #sec6 .box-cont ol.ext li {
    padding-left: 16px;
    text-indent: -16px;
  }
  #sec6 .box-cont .tbl-price {
    margin-bottom: 10px;
    padding: 0 10px;
  }
}
#sec7 {
  background-color: #cdedea;
  padding: 95px 0 70px;
}
#sec7 .qa {
  padding: 30px 0 0;
}
#sec7 .toggle {
  background-color: #fff;
  border-radius: 12px;
  padding: 0px 42px;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 3px 2px 24px 6px rgba(0, 0, 0, 0.1);
}
#sec7 .toggle:before {
  content: '';
  background: url("../img/shared/q.png") no-repeat 0 0/100%;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 30px;
  left: 65px;
  z-index: 1;
}
#sec7 .toggle .toggle-link {
  color: #029584;
  font-size: 24px;
  line-height: 49px;
  position: relative;
  padding: 30px 110px;
}
#sec7 .toggle .toggle-link:before, #sec7 .toggle .toggle-link:after {
  content: '';
  width: 27px;
  height: 3px;
  background-color: #029584;
  position: absolute;
  right: 26px;
  top: 53px;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
#sec7 .toggle .toggle-link:after {
  transform: rotate(90deg);
  top: 53px;
}
#sec7 .toggle .toggle-main {
  padding: 16px 20px;
  position: relative;
}
#sec7 .toggle .toggle-main:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to right, #000 5px, transparent 5px 13px);
  /* 5px dash, 8px khoảng cách */
  background-size: 13px 1px;
  /* Tổng chu kỳ: 5px dash + 8px khoảng cách = 13px */
  background-repeat: repeat-x;
  /* Lặp lại theo chiều ngang */
  height: 1px;
  /* Độ dày của "border" */
}
#sec7 .toggle .txt {
  padding: 10px 24px 16px 86px;
  position: relative;
}
#sec7 .toggle .txt:before {
  content: '';
  background: url("../img/shared/a.png") no-repeat 0 0/100%;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
#sec7 .toggle .txt .small {
  font-size: 14px;
}
#sec7 .toggle .txt p {
  max-width: 680px;
}
#sec7 .toggle.active .toggle-link:after {
  transform: rotate(180deg);
}
@media screen and (max-width: 999px) {
  #sec7 .toggle {
    padding: 0px 35px;
  }
  #sec7 .toggle:before {
    left: 45px;
  }
  #sec7 .toggle .toggle-link {
    padding-right: 60px;
    padding-left: 90px;
  }
  #sec7 .toggle .toggle-link:before, #sec7 .toggle .toggle-link:after {
    right: 0;
  }
  #sec7 .toggle .txt {
    padding: 10px 10px 16px 60px;
  }
}
@media screen and (max-width: 767px) {
  #sec7 .toggle {
    padding: 0px 15px;
  }
  #sec7 .toggle:before {
    left: 20px;
    width: 38px;
    top: 18px;
  }
  #sec7 .toggle .toggle-link {
    font-size: 17px;
    line-height: 25px;
    padding: 8px 46px 14px 57px;
    min-height: 80px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  #sec7 .toggle .toggle-link:before, #sec7 .toggle .toggle-link:after {
    width: 20px;
    height: 2px;
    top: 42px;
  }
  #sec7 .toggle .txt {
    padding: 0px 5px 5px 54px;
  }
  #sec7 .toggle .txt:before {
    width: 37px;
    top: 0;
    left: 0px;
  }
  #sec7 .toggle .txt .small {
    font-size: 10px;
  }
  #sec7 .toggle .toggle-main {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 767px) {
  #sec7 {
    padding: 47px 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .is_ios #key .info dl dt, .is_macos #key .info dl dt {
    padding: 20px 0 0;
  }
}






/* CONTACT */
.contact form {
  width: 50%;
  margin: 0 auto;
  padding-bottom: 100px;
}
.contact form.kakunin {
  width: 70%;
}
.contact__list {
  width: 100%;
  position: relative;
}
.contact__list > li {
  width: 100%;
  padding: 8px 0;
}
.contact__list__ques {
  width: 100%;
  vertical-align: middle;
  padding-right: 5%;
  letter-spacing: 0.1em;
  font-size: 17px;
  margin-bottom: 0.5em;
}
.contact__list__ans {
  width: 100%;
}
.contact__list > li:last-child .contact__list__ques {
  vertical-align: top;
  padding-top: 1em;
}
.contact__list__ans input,
.contact__list__ans select,
.contact__list__ans textarea {
  border-radius: 0;
}

.contact__list__ans input,
.contact__list__ans select {
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  background: #fff;
  border: 1px solid #000;
  font-size: 1em;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
.contents__inner input::placeholder,
.contents__inner textarea::placeholder {
  color: #bababa;
}
.contact__list__ans select {
  color: #000000;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}
.contact__list__ans--select {
  position: relative;
}
.contact__list__ans--select::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 48%;
  right: 3%;
  -webkit-transform: translate(0, -50%) rotate(135deg);
  -moz-transform: translate(0, -50%) rotate(135deg);
  -o-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
}
.contact__list__ans textarea {
  padding: 1em;
  height: 10vw;
  flex: 1;
  width: 100%;
  max-width: 100%;
  background: #fff;
  border: 1px solid #000;
  font-size: 17px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
.required {
  color: #dd434e;
  font-size: 0.8em;
  padding-left: 5px;
}
.contact__list__ans .note {
  color: #777;
  font-size: 0.8em;
  padding-top: 5px;
}
.contact__check {
  text-align: center;
  padding: 3vw 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.contact__check--parts {
  display: none;
}
.contact__check--label {
  padding-left: 30px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.contact__check--label::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
}
.contact__check--parts:checked + .contact__check--label::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: #000;
}
.contact__btn {
  width: 70%;
  margin: 0 auto 5vw;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.contact__btn__send,
.contact__btn__clear,
.contact__btn__back {
  width: 45%;
  padding: 0 5%;
  margin: 0 2px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background-color: #007c6f;
  border: none;
  padding: 20px 0;
  letter-spacing: 0.2em;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.contact__btn__back {
  width: auto;
  padding: 10px 50px;
  display: inline-block;
}
.contact__btn__send {
  float: right;
}
.contact__btn__send.only {
  float: none;
  width: 80%;
  margin: 0 auto;
}
.contact__btn__clear {
  float: left;
}
.contact__btn.disable::after {
  content: "";
  width: 100%;
  height: 105%;
  position: absolute;
  top: -2%;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.7);
  cursor: default;
}
.contactmail .contact__btn.disable::after {
  display: none;
}
/* フォーム確認 */
.form-kakunin__ttl {
  text-align: center;
  font-size: 25px;
  line-height: 1em;
  margin-bottom: 20px;
}
.form-kakunin__txt {
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px;
}
.formTable {
  width: 100%;
  margin: 0 auto;
}
table.formTable th {
  width: 30%;
}
table.formTable td,
table.formTable th {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.form-kakunin .contact__btn {
  margin-top: 60px;
}
.error_messe {
  padding: 5px;
  color: #dd434e;
}
.contactmail {
  min-height: 100vh;
  padding-bottom: 3vh;
}
.contact__thanks {
  text-align: center;
  margin: 50px 0;
}
.contact__cap {
  width: 50%;
  margin: 0 auto 80px;
  font-size: 1em;
  font-weight: 400;
  line-height: 2em;
}
.contactmail .footer {
  position: absolute;
  bottom: 0;
  left: 0;
}
.contactmail .section__ttl::after {
  opacity: 1;
}

@media screen and (min-width: 768px) {
	

	 /* CONTACT */
  .contact form {
    width: 100%;
    padding-bottom: 5em;
  }
  .contact__list > li {
    display: block;
  }
  .contact__list__ques,
  .contact__list__ans {
    display: block;
    width: 100%;
  }
  /* フォーム確認 */
  .contact__list > li {
    padding: 5px 0 10px;
  }
  .contact__list__ques {
    padding-right: 0;
  }
  .contact__list__ans input,
  .contact__list__ans select,
  .contact__list__ans textarea {
    box-sizing: border-box;
  }
  .contact__list__ans textarea {
    height: 20vw;
  }
  .contact__btn {
    width: 100%;
  }
  .contact__btn__send,
  .contact__btn__clear,
  .contact__btn__back {
    float: none;
    display: block;
    width: 60%;
    margin: 15px auto;
  }
  .contact__btn.disable::after {
    width: 100%;
    height: 110%;
    position: absolute;
    top: -5%;
    left: 0;
  }
  .formTable {
    width: 90%;
  }
  .contactmail .contents__inner,
  .contact form.kakunin {
    width: 100%;
  }
  .contact__cap {
    width: 85%;
    margin-bottom: 50px;
    font-size: 0.9em;
    font-weight: 400;
  }
  .contact__check--label {
    margin-bottom: 2em;
  }
}
	

@media screen and (max-width: 767px) {
  .contact__list__ans textarea {
    height: 50vw;
  }

　  .contact__list__ques {
    padding-right: 0;
  }
  .contact__list__ans input,
  .contact__list__ans select,
  .contact__list__ans textarea {
    box-sizing: border-box;
  }
  .contact__list__ans textarea {
    height: 50vw;
  }
  .contact__btn {
    width: 100%;
  }
  .contact__btn__send,
  .contact__btn__clear,
  .contact__btn__back {
    float: none;
    display: block;
    width: 60%;
    margin: 15px auto;
  }
  .contact__btn.disable::after {
    width: 100%;
    height: 110%;
    position: absolute;
    top: -5%;
    left: 0;
  }
  .formTable {
    width: 90%;
  }
  .contactmail .contents__inner,
  .contact form.kakunin {
    width: 100%;
  }
  .contact__cap {
    width: 85%;
    margin-bottom: 50px;
    font-size: 0.9em;
    font-weight: 400;
  }
  .contact__check--label {
    margin-bottom: 2em;
  }
	
		
	
}
