.c-require {
    display: inline-block;
    color: #fa723d;
}
.p-form-checkbox-wrap {
    display: inline-block;
}
@media all and (min-width: 1025px) {
    .p-form-checkbox-wrap {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
    .p-form-checkbox-wrap {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}
@media all and (max-width: 767px) {
    .p-form-checkbox-wrap {
        font-size: 11px;
        font-size: 0.6875rem;
    }
}
@media all and (max-width: 767px) and (max-width: 414px) {
    .p-form-checkbox-wrap {
        font-size: 2.93333vw;
    }
}
@media all and (max-width: 767px) and (min-width: 415px) {
    .p-form-checkbox-wrap {
        font-size: 12.144px;
    }
}
.p-form-checkbox-wrap label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.p-form-checkbox-wrap label:before {
    width: 15px;
    height: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: block;
    -webkit-box-shadow: 0 0 0 1px #666;
    box-shadow: 0 0 0 1px #666;
    margin-right: 1em;
    border: 3px solid #fff;
    background-color: #fff;
}
.p-form-checkbox-wrap input {
    display: none;
}
.p-form-checkbox-wrap input:checked + label:before {
    background-color: #fa723d;
}
@media all and (min-width: 768px) {
    .p-form-confirm-frame {
        margin-bottom: 80px;
    }
}
@media all and (max-width: 767px) {
    .p-form-confirm-frame {
        margin-bottom: 30px;
    }
}
@media all and (min-width: 768px) {
    .p-form-confirm-frame__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px;
    }
}
@media all and (max-width: 767px) {
    .p-form-confirm-frame__row {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #caccd7;
    }
}
@media all and (min-width: 768px) {
    .p-form-confirm-frame__head {
        width: 22.22222%;
        padding-bottom: 20px;
        border-bottom: 1px solid #caccd7;
    }
}
@media all and (max-width: 767px) {
    .p-form-confirm-frame__head {
        margin-bottom: 8px;
    }
}
@media all and (min-width: 768px) {
    .p-form-confirm-frame__content {
        width: 72.22222%;
        padding-bottom: 20px;
        border-bottom: 1px solid #caccd7;
    }
}
.p-form-content {
    position: relative;
}
@media all and (min-width: 768px) {
    .p-form-content {
        margin-bottom: 140px;
    }
}
@media all and (min-width: 1367px) {
    .p-form-content {
        margin-right: 27.5%;
        margin-left: 27.5%;
    }
}
@media all and (min-width: 1025px) and (max-width: 1366px) {
    .p-form-content {
        margin-right: 20%;
        margin-left: 20%;
    }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
    .p-form-content {
        margin-right: 20%;
        margin-left: 20%;
    }
}
@media all and (max-width: 767px) {
    .p-form-content {
        margin-bottom: 60px;
        margin-right: 10px;
        margin-left: 10px;
    }
}
.p-form-content:before {
    width: 1px;
    content: "";
    display: block;
}
@media all and (min-width: 768px) {
    .p-form-content:before {
        height: 100px;
        margin-top: -100px;
    }
}
@media all and (max-width: 767px) {
    .p-form-content:before {
        height: 70px;
        margin-top: -70px;
    }
}
@media all and (max-width: 767px) {
    .p-form-content__in {
        padding: 40px 20px;
        background-color: #fff;
    }
}
.p-form-content__wrap-all-step {
    position: relative;
    padding: 120px 30px 120px;
}
.p-form-content__wrap-by-step {
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
@media all and (max-width: 767px) {
    .p-form-content__wrap-by-step {
        opacity: 0;
        -webkit-transition-duration: 0.6s;
        transition-duration: 0.6s;
        -webkit-transition-property: opacity;
        transition-property: opacity;
    }
}
.p-form-content__wrap-by-step.is-current {
    position: relative;
    pointer-events: auto;
}
@media all and (max-width: 767px) {
    .p-form-content__wrap-by-step.is-current {
        opacity: 1;
    }
}
@media all and (min-width: 768px) {
    .p-form-content__wrap-by-step.is-shown {
        opacity: 1;
    }
}
.p-form-description {
    text-align: center;
}
@media all and (min-width: 768px) {
    .p-form-description {
        margin-bottom: 70px;
        margin-right: 5.55556%;
        margin-left: 5.55556%;
    }
}
@media all and (max-width: 767px) {
    .p-form-description {
        margin-bottom: 30px;
    }
}
@media all and (min-width: 768px) {
    .p-form-frame {
        margin-bottom: 80px;
    }
}
@media all and (max-width: 767px) {
    .p-form-frame {
        margin-bottom: 30px;
    }
}
@media all and (min-width: 768px) {
    .p-form-frame__head {
        margin-bottom: 15px;
    }
}
@media all and (max-width: 767px) {
    .p-form-frame__head {
        margin-bottom: 10px;
    }
}
.p-form-frame__error {
    color: #fa723d;
}
@media all and (min-width: 1025px) {
    .p-form-frame__error {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
    .p-form-frame__error {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}
@media all and (max-width: 767px) {
    .p-form-frame__error {
        font-size: 11px;
        font-size: 0.6875rem;
    }
}
@media all and (max-width: 767px) and (max-width: 414px) {
    .p-form-frame__error {
        font-size: 2.93333vw;
    }
}
@media all and (max-width: 767px) and (min-width: 415px) {
    .p-form-frame__error {
        font-size: 12.144px;
    }
}
@media all and (min-width: 768px) {
    .p-form-frame__error {
        margin-top: -10px;
        margin-bottom: 10px;
    }
}
@media all and (max-width: 767px) {
    .p-form-frame__error {
        margin-top: -5px;
        margin-bottom: 7px;
    }
}
.p-form-frame__error--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.p-form-frame__error-col {
    width: 50%;
}
.p-form-frame__error span {
    display: inline-block;
    margin-right: 1em;
}
@media all and (min-width: 768px) {
    .p-form-frame__content {
        margin-bottom: 35px;
    }
}
@media all and (max-width: 767px) {
    .p-form-frame__content {
        margin-bottom: 25px;
    }
}
.p-form-frame__content--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.p-form-input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border: 1px solid #666;
}
@media all and (min-width: 768px) {
    .p-form-input {
        padding: 25px 30px;
    }
}
@media all and (max-width: 767px) {
    .p-form-input {
        padding: 15px 20px;
    }
}
.p-form-input--twin {
    width: 50%;
}
.p-form-input--twin:nth-of-type(2) {
    border-left: 0;
}
.p-form-input--multi {
    height: 200px;
}
.p-form-inquiry-with-tel {
    border: 1px solid #caccd7;
    text-align: center;
}
@media all and (min-width: 768px) {
    .p-form-inquiry-with-tel {
        margin-bottom: 30px;
        margin-right: 5.55556%;
        margin-left: 5.55556%;
        padding: 30px;
    }
}
@media all and (max-width: 767px) {
    .p-form-inquiry-with-tel {
        margin-bottom: 25px;
        padding: 15px;
    }
}
@media all and (min-width: 768px) {
    .p-form-inquiry-with-tel--in-thanks {
        margin-bottom: 60px;
    }
}
@media all and (max-width: 767px) {
    .p-form-inquiry-with-tel--in-thanks {
        margin-bottom: 30px;
    }
}
.p-form-inquiry-with-tel p {
    margin: 0;
}
.p-form-privacypolicy {
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    margin-bottom: 30px;
    border: 1px solid #666;
}
@media all and (min-width: 1025px) {
    .p-form-privacypolicy {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
    .p-form-privacypolicy {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}
@media all and (max-width: 767px) {
    .p-form-privacypolicy {
        font-size: 11px;
        font-size: 0.6875rem;
    }
}
@media all and (max-width: 767px) and (max-width: 414px) {
    .p-form-privacypolicy {
        font-size: 2.93333vw;
    }
}
@media all and (max-width: 767px) and (min-width: 415px) {
    .p-form-privacypolicy {
        font-size: 12.144px;
    }
}
@media all and (min-width: 768px) {
    .p-form-privacypolicy__in {
        padding: 25px 30px;
    }
}
@media all and (max-width: 767px) {
    .p-form-privacypolicy__in {
        padding: 15px 20px;
    }
}
.p-form-privacypolicy h2,
.p-form-privacypolicy h3,
.p-form-privacypolicy h4,
.p-form-privacypolicy h5,
.p-form-privacypolicy h6 {
    font-weight: 400;
}
@media all and (min-width: 1025px) {
    .p-form-privacypolicy h2,
    .p-form-privacypolicy h3,
    .p-form-privacypolicy h4,
    .p-form-privacypolicy h5,
    .p-form-privacypolicy h6 {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
    .p-form-privacypolicy h2,
    .p-form-privacypolicy h3,
    .p-form-privacypolicy h4,
    .p-form-privacypolicy h5,
    .p-form-privacypolicy h6 {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}
@media all and (max-width: 767px) {
    .p-form-privacypolicy h2,
    .p-form-privacypolicy h3,
    .p-form-privacypolicy h4,
    .p-form-privacypolicy h5,
    .p-form-privacypolicy h6 {
        font-size: 11px;
        font-size: 0.6875rem;
    }
}
@media all and (max-width: 767px) and (max-width: 414px) {
    .p-form-privacypolicy h2,
    .p-form-privacypolicy h3,
    .p-form-privacypolicy h4,
    .p-form-privacypolicy h5,
    .p-form-privacypolicy h6 {
        font-size: 2.93333vw;
    }
}
@media all and (max-width: 767px) and (min-width: 415px) {
    .p-form-privacypolicy h2,
    .p-form-privacypolicy h3,
    .p-form-privacypolicy h4,
    .p-form-privacypolicy h5,
    .p-form-privacypolicy h6 {
        font-size: 12.144px;
    }
}
.p-form-privacypolicy h2:first-child,
.p-form-privacypolicy h3:first-child,
.p-form-privacypolicy h4:first-child,
.p-form-privacypolicy h5:first-child,
.p-form-privacypolicy h6:first-child {
    margin-top: 0;
}
.p-form-select {
    width: 100%;
    border: 1px solid #666;
    background-repeat: no-repeat;
    background-position: right 30px center;
}
@media all and (min-width: 768px) {
    .p-form-select {
        padding: 25px 30px;
        background-image: url(assets/img/common/arrow_b.gif);
    }
}
@media all and (max-width: 767px) {
    .p-form-select {
        padding: 15px 20px;
        background-image: url(assets/img/common/arrow_b_sp.gif);
        background-size: 12px 7px;
    }
}
.p-form-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
    border-top: 1px solid #caccd7;
}
@media all and (min-width: 768px) {
    .p-form-step {
        width: 360px;
        margin-bottom: 60px;
    }
}
@media all and (max-width: 767px) {
    .p-form-step {
        width: 200px;
        margin-bottom: 30px;
    }
}
.p-form-step__item {
    width: 1px;
    line-height: 1;
    position: relative;
    z-index: 10;
    color: #666;
}
.p-form-step__item:after,
.p-form-step__item:before {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
}
.p-form-step__item:before {
    z-index: 10;
}
@media all and (min-width: 768px) {
    .p-form-step__item:before {
        width: 11px;
        height: 11px;
        top: -6px;
        left: -5px;
    }
}
@media all and (max-width: 767px) {
    .p-form-step__item:before {
        width: 9px;
        height: 9px;
        top: -5px;
        left: -4px;
    }
}
.p-form-step__item:after {
    background-color: rgba(29, 78, 137, 0.4);
}
@media all and (min-width: 768px) {
    .p-form-step__item:after {
        width: 19px;
        height: 19px;
        top: -10px;
        left: -9px;
    }
}
@media all and (max-width: 767px) {
    .p-form-step__item:after {
        width: 15px;
        height: 15px;
        top: -8px;
        left: -7px;
    }
}
.p-form-step__item-label {
    white-space: nowrap;
    margin-left: -1em;
}
@media all and (min-width: 768px) {
    .p-form-step__item-label {
        margin-top: 15px;
    }
}
@media all and (max-width: 767px) {
    .p-form-step__item-label {
        margin-top: 12px;
    }
}
.p-form-step__item:after,
.p-form-step__item:before {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.p-form-step__item:before {
    background-color: #caccd7;
    -webkit-transition-property: background-color;
    transition-property: background-color;
}
.p-form-step__item:after {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.p-form-step__item.is-current:before {
    background-color: #1d4e89;
}
.p-form-step__item.is-current:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.p-form-submit .wpcf7-submit{
    background: #fff;
    color: #fa723d;
    width: 500px;
	max-width: 100%;
    height: 80px;
    border: 1px solid #fa723d;
    transition: all 0.5s ease;
    font-size: 24px;
    letter-spacing: 3px;
}
.p-form-submit .wpcf7-submit:hover{
    transform: translate(-5px,-5px);
    box-shadow: 5px 5px 0 #fa723d;
}
.p-form-submit .wpcf7-submit span{
    display: block;
    font-size: 16px;
    letter-spacing: 0;
}
@media all and (min-width: 768px) {
    .p-form-submit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
@media all and (max-width: 767px) {
    .p-form-submit {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media all and (min-width: 768px) {
    .p-form-submit__btn-twin {
        width: 41.66667%;
        margin-right: 5.55556%;
    }
    .p-form-submit__btn-twin:first-child {
        margin-right: 0;
    }
}
.p-form-thanks-message {
    text-align: center;
}
@media all and (min-width: 768px) {
    .p-form-thanks-message {
        margin-bottom: 50px;
        margin-right: 5.55556%;
        margin-left: 5.55556%;
    }
}
@media all and (max-width: 767px) {
    .p-form-thanks-message {
        margin-bottom: 25px;
    }
}
@media all and (min-width: 768px) {
    .p-error-body {
        margin-bottom: 150px;
    }
}
@media all and (min-width: 1367px) {
    .p-error-body {
        margin-right: 20%;
        margin-left: 20%;
    }
}
@media all and (min-width: 1025px) and (max-width: 1366px) {
    .p-error-body {
        margin-right: 12.5%;
        margin-left: 12.5%;
    }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
    .p-error-body {
        margin-right: 12.5%;
        margin-left: 12.5%;
    }
}
@media all and (max-width: 767px) {
    .p-error-body {
        position: relative;
        margin-bottom: 20px;
        margin-right: 10px;
        margin-left: 10px;
    }
}
@media all and (max-width: 767px) {
    .p-error-body__wrap {
        padding: 40px 30px;
        background-color: #fff;
    }
}
@media all and (min-width: 1025px) {
    .p-error-body__message {
        font-size: 22px;
        font-size: 1.375rem;
    }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
    .p-error-body__message {
        font-size: 22px;
        font-size: 1.375rem;
    }
}
@media all and (max-width: 767px) {
    .p-error-body__message {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}
@media all and (max-width: 767px) and (max-width: 414px) {
    .p-error-body__message {
        font-size: 4vw;
    }
}
@media all and (max-width: 767px) and (min-width: 415px) {
    .p-error-body__message {
        font-size: 16.56px;
    }
}
@media all and (min-width: 768px) {
    .p-error-body__message {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 767px) {
    .p-error-body__message {
        margin-bottom: 15px;
    }
}
.p-error-number {
    height: 100vh;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    position: absolute;
    z-index: 10;
    color: #053690;
    font-family: Saginaw, serif;
    font-weight: 500;
}
@media all and (min-width: 1367px) {
    .p-error-number {
        top: 150px;
        right: 12.5%;
        font-size: 240px;
        font-size: 15rem;
    }
}
@media all and (min-width: 1025px) and (max-width: 1366px) {
    .p-error-number {
        top: 160px;
        right: 10%;
        font-size: 210px;
        font-size: 13.125rem;
    }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
    .p-error-number {
        top: 160px;
        right: 10%;
        font-size: 210px;
        font-size: 13.125rem;
    }
}
@media all and (max-width: 767px) {
    .p-error-number {
        top: -12vw;
        right: 30px;
        font-size: 80px;
        font-size: 5rem;
    }
}
@media all and (max-width: 767px) and (max-width: 414px) {
    .p-error-number {
        font-size: 21.33333vw;
    }
}
@media all and (max-width: 767px) and (min-width: 415px) {
    .p-error-number {
        font-size: 88.32px;
    }
}
.p-error-number__digit {
    width: 1.2em;
    text-align: center;
    margin-right: -0.5em;
    mix-blend-mode: multiply;
}
.p-error-number__digit--0 {
    margin-right: -0.8em;
}

.l-page-mv--learning{
    background: url(../img/bg_contact.jpeg) no-repeat 50% 50%;
    background-size: cover;
    height: 360px;
}