@charset "UTF-8";
.contact {
  overflow: hidden;
  background-color: #fff;
  color: #404040;
}
.contact .main {
  position: relative;
  z-index: 2;
  background: url(../img/subpage/sec02--bg.jpg);
  background-attachment: fixed;
  background-position: center -50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .contact .main {
    margin-top: 0;
    background: url(../img/subpage/sec02--bg--sp.jpg);
    background-attachment: fixed;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.contact p, .contact span, .contact time, .contact a {
  font-family: "noto-sans-cjk-jp", sans-serif;
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6 {
  font-family: "noto-sans-cjk-jp", sans-serif;
}
.contact .subpage--header .fixed__wrapper {
  margin-top: 40px;
  margin-bottom: 20px;
}
.contact .subpage--header .link-more {
  display: block;
  margin-bottom: 20px;
  max-width: 200px;
}
.contact .subpage--header .link-more img {
  vertical-align: bottom;
}
.contact .subpage--header .hamburger-menu span {
  display: inline-block;
  margin: 0 1em;
}
.contact .first-view--wrapper {
  margin-bottom: 90px;
}
.contact .first-view--wrapper .flex {
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .contact .first-view--wrapper .flex {
    display: block;
  }
}
.contact .first-view--wrapper .first-view--img {
  position: relative;
  width: calc(50% - 24px);
}
@media (max-width: 768px) {
  .contact .first-view--wrapper .first-view--img {
    margin-bottom: 14px;
    width: 100%;
  }
}
.contact .first-view--wrapper .first-view--img .img {
  border-radius: 0 0 100px 0;
}
.contact .first-view--wrapper .first-view--img .course--text {
  position: absolute;
  right: 0%;
  bottom: 0%;
  max-width: 500px;
  transform: translateX(45%) translateY(40%);
}
@media (max-width: 768px) {
  .contact .first-view--wrapper .first-view--img .course--text {
    display: none;
  }
}
.contact .first-view--wrapper .first-view--text {
  margin-right: 16px;
  margin-left: 2%;
  max-width: 540px;
  width: calc(50% - 24px);
}
@media (max-width: 768px) {
  .contact .first-view--wrapper .first-view--text {
    margin: 0 auto;
    max-width: 260px;
    width: 100%;
  }
}
.contact .first-view--wrapper .first-view--text .text--wrapper {
  position: relative;
  max-width: 440px;
}
.contact .first-view--wrapper .first-view--text .text--wrapper .text01--wrapper {
  position: relative;
}
.contact .first-view--wrapper .first-view--text .text--wrapper .text01--wrapper::before {
  position: absolute;
  z-index: -1;
  display: block;
  width: calc(100vw - 100px);
  height: 2px;
  content: "";
}
@media (max-width: 768px) {
  .contact .first-view--wrapper .first-view--text .text--wrapper .text01--wrapper::before {
    height: 1.5px;
  }
}
.contact .first-view--wrapper .first-view--text .text--wrapper .text01--wrapper::before {
  top: calc(50% - 1px);
  right: calc(-100vw + 50%);
  max-width: calc(100vw - 100px);
  width: calc(100vw - 100px);
  background: linear-gradient(to right, #dc000b 30px, #000 30.1px);
}
@media (max-width: 768px) {
  .contact .first-view--wrapper .first-view--text .text--wrapper .text01--wrapper::before {
    right: calc(-100vw + 50% + 40px);
  }
}
.contact .first-view--wrapper .first-view--text .text--wrapper .text01 {
  max-width: 60%;
}
@media (max-width: 768px) {
  .contact .first-view--wrapper .first-view--text .text--wrapper .text01 {
    max-width: 180px;
    width: 65%;
  }
}
.contact .first-view--wrapper .first-view--text .text--wrapper .text02 {
  margin-top: -4%;
  margin-bottom: -4%;
}
@media (max-width: 768px) {
  .contact .first-view--wrapper .first-view--text .text--wrapper .text02 {
    margin-bottom: -9%;
  }
}
.contact .first-view--wrapper .first-view--text .text--wrapper .text03 {
  position: relative;
  text-align: right;
}
@media (max-width: 768px) {
  .contact .first-view--wrapper .first-view--text .text--wrapper .text03 {
    font-size: 12px;
  }
}
.contact .first-view--wrapper .first-view--text .text--wrapper .text03::after {
  position: absolute;
  z-index: -1;
  display: block;
  height: 2px;
  content: "";
}
@media (max-width: 768px) {
  .contact .first-view--wrapper .first-view--text .text--wrapper .text03::after {
    height: 1.5px;
  }
}
.contact .first-view--wrapper .first-view--text .text--wrapper .text03::after {
  bottom: calc(50% - 1px);
  left: calc(-100vw + 100%);
  min-width: calc(100vw - 8em);
  width: calc(100vw - 8em);
  background: linear-gradient(to left, #dc000b 30px, #000 30.1px);
}
.contact .first-view--wrapper .first-view--text .text--description {
  position: relative;
  z-index: 2;
  text-align: center;
}
@media (max-width: 768px) {
  .contact .first-view--wrapper .first-view--text .text--description {
    margin-top: 20px;
  }
}
.contact .first-view--wrapper .first-view--text .text--description h3 {
  text-align: left;
  font-size: 40px;
}
@media (max-width: 768px) {
  .contact .first-view--wrapper .first-view--text .text--description h3 {
    text-align: center;
    font-size: 20px;
  }
}
.contact .first-view--wrapper .first-view--text .text--description .color--red {
  color: #fda7ac;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
}
@media (max-width: 768px) {
  .contact .first-view--wrapper .first-view--text .text--description .color--red {
    font-size: 20px;
  }
}
.contact .first-view--wrapper .first-view--text .text--description .desc {
  text-align: left;
}
@media (max-width: 768px) {
  .contact .first-view--wrapper .first-view--text .text--description .desc {
    margin-top: 8px;
  }
}
@media (max-width: 768px) {
  .contact .sec01 {
    margin-bottom: 60px;
  }
}
.contact .sec01 h2.sec-heading {
  margin-bottom: 20px;
  color: #0c87ef;
  text-align: center;
  font-size: 32px;
  font-family: "ゴシックMB101 DB";
}
.contact .sec01 .desc {
  text-align: center;
}
.contact .sec01 p {
  text-align: center;
}
.contact .sec01 .link-btn__tel-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
  margin: 10px auto;
  max-width: 400px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: solid #0c87ef 2px;
  border-radius: 32px;
  font-family: "ゴシックMB101 B", "Gothic MB101 Bold";
}
.contact .sec01 .link-btn__tel-wrapper span {
  display: flex;
  align-items: center;
  padding: 0px 16px;
  max-width: 60px;
  background: #0c87ef;
  color: #fff;
  font-size: 24px;
}
.contact .sec01 .link-btn__tel-wrapper .link-btn__tel {
  display: inline-block;
  padding: 0 16px;
  width: 100%;
  color: #0c87ef;
  font-size: 24px;
}
.contact .sec01 .form {
  margin-top: 90px;
}
@media (min-width: 769px) {
  .contact .sec01 .form {
    padding-bottom: 120px;
  }
}
.contact .sec01 .form .form__desc {
  text-align: center;
}
.contact .sec01 .form .flow {
  display: block;
  margin: 60px auto;
  max-width: 350px;
  width: 100%;
}
@media (max-width: 768px) {
  .contact .sec01 .form .flow {
    max-width: 300px;
  }
}
.contact .sec01 .form .rows {
  margin: 0px auto;
  padding: 20px;
  padding-top: 0;
  padding-bottom: 40px;
  max-width: 880px;
  width: 100%;
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows {
    box-sizing: border-box;
    padding-bottom: 0;
    width: calc(100% - 0px);
    border-radius: 16px;
  }
}
.contact .sec01 .form .rows .row {
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #eee;
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows .row {
    display: block;
  }
}
.contact .sec01 .form .rows .row:first-child {
  border-top: none;
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows .row {
    border: none;
  }
}
.contact .sec01 .form .rows .row .tr.tr--textarea {
  align-items: center;
  background: none;
}
.contact .sec01 .form .rows .row .tr.tr--textarea .row__desc {
  color: #404040;
}
.contact .sec01 .form .rows .row .tr {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  padding: 8px 0;
  min-width: 300px;
  border-radius: 32px 0 0 32px;
  background: #dc000b;
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows .row .tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    padding: 8px 16px;
    min-width: auto;
    border-radius: 32px;
  }
  .contact .sec01 .form .rows .row .tr span {
    margin-right: 0;
    margin-bottom: 4px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .contact .sec01 .form .rows .row .tr span {
    margin-right: 0;
  }
}
.contact .sec01 .form .rows .row .tr.flex {
  display: inline-flex;
  align-items: flex-start;
  vertical-align: top;
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows .row .tr.flex {
    display: flex;
  }
}
.contact .sec01 .form .rows .row .row__desc {
  display: inline-block;
  box-sizing: border-box;
  padding-left: 20px;
  width: 185px;
  color: #fff;
  font-weight: normal;
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows .row .row__desc {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows .row .row__desc.text-long {
    width: 75%;
  }
}
.contact .sec01 .form .rows .row .row__opt {
  display: inline-block;
  box-sizing: border-box;
  margin-right: 24px;
  padding: 2px 12px;
  width: auto;
  border-radius: 4px;
  background: #000;
  color: #fff;
  font-size: 14px;
  cursor: default;
}
.contact .sec01 .form .rows .row .row__opt.req {
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows .row .row__opt {
    margin-right: 1em;
    margin-bottom: 4px;
    padding: 0 8px;
    font-size: 10px;
  }
}
.contact .sec01 .form .rows p.text-align {
  margin-top: 0;
  color: #404040;
  font-size: 13px;
}
.contact .sec01 .form .rows input[type=text], .contact .sec01 .form .rows input[type=tel], .contact .sec01 .form .rows input[type=email], .contact .sec01 .form .rows select {
  box-sizing: border-box;
  padding: 8px 10px;
  width: 100%;
  height: 100%;
  border: none;
  border: none;
  border-radius: 4px;
  background-color: #f5f5f5;
  color: #434343;
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows input[type=text], .contact .sec01 .form .rows input[type=tel], .contact .sec01 .form .rows input[type=email], .contact .sec01 .form .rows select {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}
.contact .sec01 .form .rows .mail-attention--text {
  margin: -8px 0 16px auto;
  max-width: 580px;
  width: 100%;
  text-align: left;
  font-size: 13px;
}
.contact .sec01 .form .rows .wpcf7-form-control-wrap {
  width: 100%;
}
.contact .sec01 .form .rows input[name=address__postcode] {
  margin-right: 25px;
}
.contact .sec01 .form .rows select {
  box-sizing: border-box;
  padding: 8px 10px;
  min-width: 100%;
  border: none;
  text-align: left;
  text-transform: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact .sec01 .form .rows select[name=birthYear], .contact .sec01 .form .rows select[name=birthMonth], .contact .sec01 .form .rows select[name=birthDay] {
  margin-right: 4px;
  width: 16%;
  text-align: center;
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows select[name=year] {
    margin-left: 2.5%;
  }
  .contact .sec01 .form .rows select[name=year], .contact .sec01 .form .rows select[name=month], .contact .sec01 .form .rows select[name=day] {
    margin-right: 5px;
    padding: 8px 0px;
    width: 20%;
    font-size: 1.2rem;
  }
}
.contact .sec01 .form .rows input[type=text]#form__address__desc {
  margin-top: 12px;
  margin-left: 255px;
  width: 40%;
}
.contact .sec01 .form .rows .input-desc {
  margin-top: 12px;
  margin-bottom: 0;
  margin-left: 260px;
  padding-left: 1em;
  text-align: left;
  text-align: left !important;
  text-indent: -1em;
  font-size: 14px;
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows .input-desc {
    margin-left: 2.5%;
    font-size: 12px !important;
  }
}
.contact .sec01 .form .rows .input-desc02 {
  margin-top: 0;
}
.contact .sec01 .form .rows .flex {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 50%;
}
.contact .sec01 .form .rows .flex .flex__wrapper {
  margin-bottom: 20px;
  width: 50%;
}
.contact .sec01 .form .rows textarea {
  overflow: auto;
  box-sizing: border-box;
  margin: 0px 0px 0px 0px;
  padding: 8px 10px;
  min-width: 100%;
  min-height: 34px;
  max-width: 100%;
  height: 124px;
  border: none;
  border: solid 1px #ccc;
  border-radius: 4px;
  background-color: #f5f5f5;
  color: #434343;
  vertical-align: top;
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows textarea {
    margin: 0;
    height: 64px;
  }
}
.contact .sec01 .form .rows .method__select__wrapper {
  display: inline-block;
  margin-right: 60px;
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows .method__select__wrapper {
    margin-right: 10px;
  }
}
.contact .sec01 .form .rows label span {
  margin-left: 8px;
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows label {
    margin-left: 2%;
  }
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows input[type=text]#form__address__postcode {
    display: inline-block;
    margin: 0 auto;
    width: 90%;
  }
  .contact .sec01 .form .rows select[name=address__prefe] {
    margin-top: 12px;
    width: 70%;
  }
  .contact .sec01 .form .rows input[type=text]#form__address__desc {
    margin-left: auto;
    width: 95%;
  }
  .contact .sec01 .form .rows input[type=file] {
    margin-left: 2.5%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .contact .sec01 .form .rows input[type=file] {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows .pre {
    white-space: pre;
  }
}
.contact .sec01 .form .rows .textarea-wrapper {
  display: inline-block;
  width: 100%;
}
@media (max-width: 768px) {
  .contact .sec01 .form .rows .textarea-wrapper {
    display: block;
    margin: 0 auto;
  }
  .contact .sec01 .form .rows .textarea-wrapper textarea {
    min-width: 200px;
    max-width: 100%;
    width: 100%;
  }
}
.contact .sec01 .form input, .contact .sec01 .form select, .contact .sec01 .form textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", sans-serif !important;
}
.contact .sec01 .form .policy-box {
  overflow-y: scroll;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px;
  max-width: 880px;
  max-height: 300px;
  background: #fffff7;
  color: #000 !important;
  font-size: 14px;
}
@media (max-width: 768px) {
  .contact .sec01 .form .policy-box {
    overflow-x: hidden;
    width: 100%;
  }
}
.contact .sec01 .form .policy-box .policy-heading {
  border: none;
  color: #000;
  text-align: center;
  font-size: 16px;
}
.contact .sec01 .form .policy-box p {
  color: #000;
  text-align: center;
}
.contact .sec01 .form .policy-box h4 {
  margin: 12px 0;
  border-bottom: solid 1px #cccccc;
  color: #000;
}
.contact .sec01 .form .policy-box ul {
  list-style-type: disc;
}
.contact .sec01 .form .agree {
  margin-top: 12px;
  margin-bottom: 32px;
}
.contact .sec01 .form .agree span {
  color: #666666;
}
.contact .sec01 .form .agree .chkbox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* ラベルのスタイル　*/
}
@media (max-width: 768px) {
  .contact .sec01 .form .agree .chkbox {
    margin: 0;
  }
}
.contact .sec01 .form .agree .chkbox label {
  position: relative;
  display: inline-table;
  max-width: 550px;
  text-indent: -1.5em;
  font-size: 16px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .contact .sec01 .form .agree .chkbox label {
    display: table;
    margin: 0 auto;
    width: 85%;
    font-size: 14px;
  }
}
.contact .sec01 .form .agree .chkbox p {
  text-align: left;
}
.contact .sec01 .form .agree .chkbox .wpcf7-form-control-wrap {
  position: static;
}
.contact .sec01 .form .agree .chkbox input[type=checkbox] {
  margin-right: 0.5em;
  cursor: pointer;
  transform: scale(1);
  pointer-events: all;
}
.contact .sec01 .form .agree .chkbox .wpcf7-not-valid-tip {
  position: absolute;
  right: 0em;
  bottom: -1.8em;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 769px) {
  .contact .sec01 .form .agree .chkbox .wpcf7-not-valid-tip {
    right: 2em;
  }
}
.contact .sec01 .form input[type=button], .contact .sec01 .form input[type=submit] {
  display: block;
  margin: 0 auto;
  padding: 20px;
  width: 30%;
  border: none;
  border-radius: 36px;
  background: linear-gradient(to bottom right, #087adb 0%, #84d2f5 100%);
  box-shadow: 2px 2px 2px #aaa;
  color: #fff;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  -webkit-appearance: button;
  transition: 0.3s;
}
.contact .sec01 .form input[type=button]:hover, .contact .sec01 .form input[type=submit]:hover {
  background-color: #6cba5a;
  color: #fff;
}
@media (max-width: 768px) {
  .contact .sec01 .form input[type=button], .contact .sec01 .form input[type=submit] {
    width: 60%;
  }
}
.contact .sec01 .form .address-prefe-text {
  margin-right: 0.5em;
}
.contact .sec01 .form .address-postcode-text {
  margin-right: 0.5em;
}
.contact .sec01 .form .wpcf7-not-valid-tip {
  margin-top: 4px;
  margin-right: 0.5em;
  text-align: right;
  font-size: 0.8em;
	    position: absolute;
    line-height: 0;
    transform: translateY(10px);
    right: 0;
    bottom: 0;
}
.contact .sec01 .form .wpcf7 form.invalid .wpcf7-response-output, .contact .sec01 .form .wpcf7 form.unaccepted .wpcf7-response-output, .contact .sec01 .form .wpcf7 form.sent .wpcf7-response-output {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9em;
}
.contact .sec01 .form .wpcf7-form-control.wpcf7-back.wpcf7c-elm-step2.wpcf7c-btn-back {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .contact .sec01 .form .wpcf7-form-control.wpcf7-back.wpcf7c-elm-step2.wpcf7c-btn-back {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .contact .sec01 .desc--attention {
    margin-left: 1em;
    text-align: left;
    text-indent: -1em;
    font-size: 13px;
  }
}
.contact .sec01 .link-icon {
  width: 1em;
}