.pc {
    display: block;
}

@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
}

.sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .sp {
        display: block;
    }
}

body {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.tac {
    text-align: center;
}

.application_process-title {
    font-style: normal;
    font-weight: 500;
    font-family: m-plus-2p, sans-serif;
}

.application_process-title h1 {
    margin: 0;
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #f5dec8;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 0.1em;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .application_process-title h1 {
        padding-top: 10vw;
        padding-bottom: 10vw;
        font-size: 6.5104vw;
    }
}

.application_process-title .text {
    margin: 0;
    padding-top: 75px;
    padding-bottom: 75px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .application_process-title .text {
        padding-top: 10vw;
        padding-bottom: 10vw;
        font-size: 3.4667vw;
    }
}

.application_process-section {
    max-width: 580px;
    margin-right: auto;
    margin-left: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-family: m-plus-2p, sans-serif;
}

@media screen and (max-width: 768px) {
    .application_process-section {
        padding-right: 8vw;
        padding-left: 8vw;
    }
}

@media screen and (max-width: 768px) {
    .application_process-section.right_section {
        padding-right: 0;
    }
}

.application_process-section .box01 {
    margin-bottom: 70px;
    padding-bottom: 30px;
    border: 1px solid #e27d2d;
}

@media screen and (max-width: 768px) {
    .application_process-section .box01 {
        margin-bottom: 9.1145833333vw;
    }
}

.application_process-section .box01 h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #e27d2d;
    color: #ffffff;
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    .application_process-section .box01 h3 {
        padding-top: 2.6667vw;
        padding-bottom: 2.6667vw;
        font-size: 4.2667vw;
    }
}

.application_process-section .box01 .application-period {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 900;
    font-size: 22px;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .application_process-section .box01 .application-period {
        font-size: 4.2667vw;
    }
}

.application_process-section .box01 .application-period span {
    transform: translateY(4px);
    padding-right: 0.1em;
    padding-left: 0.1em;
    font-size: 36px;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .application_process-section .box01 .application-period span {
        font-size: 6.4vw;
    }
}

.application_process-section .box01 .application-period span:last-child {
    transform: translateY(6px);
}

@media screen and (max-width: 768px) {
    .application_process-section .box01 .application-period span:last-child {
        transform: translateY(0.7272727273vw);
    }
}

.application_process-section .box02 h3 {
    padding-left: 0.5em;
    border-left: 7px solid #738092;
    font-size: 24px;
    line-height: 1;
}

.application_process-section .box02 .contents-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
}

@media screen and (max-width: 768px) {
    .application_process-section .box02 .contents-box {
        flex-direction: column;
        gap: 0;
    }
}

.application_process-section .box02 .contents-box .box {
    width: calc((100% - 20px) / 2);
    margin-bottom: 0;
    padding: 15px;
    box-sizing: border-box;
    background-color: #ececec;
}

@media screen and (max-width: 768px) {
    .application_process-section .box02 .contents-box .box {
        width: 100%;
        margin-bottom: 5.2083333333vw;
        padding: 7.8125vw;
    }
}

.application_process-section .box02 .contents-box .box h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3em;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .application_process-section .box02 .contents-box .box h4 {
        margin-top: 5.2083333333vw;
        margin-bottom: 0vw;
        font-size: 4.6875vw;
    }
}

.application_process-section .box02 .contents-box .box .img {
    display: flex;
    align-items: center;
    width: 30%;
    height: 140px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .application_process-section .box02 .contents-box .box .img {
        height: 33.8541666667vw;
    }
}

.application_process-section .box02 .contents-box .box .txt {
    margin-top: 0;
    margin-bottom: 2em;
    font-weight: bold;
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    .application_process-section .box02 .contents-box .box .txt {
        margin-bottom: 0;
        font-size: 3.125vw;
    }
}

.application_process-section .box02 .contents-box .box .dec {
    margin-bottom: 2em;
    font-size: 12px;
    line-height: 1.2;
}

@media screen and (max-width: 768px) {
    .application_process-section .box02 .contents-box .box .dec {
        font-size: 2.6041666667vw;
    }
}

.application_process-section .box02 .contents-box .box ul {
    margin-top: 1em;
}

.application_process-section .box02 .contents-box .box li {
    margin-bottom: 0.2em;
    font-size: 13px;
}

.application_process-section .box02 .contents-box .box li span {
    color: #738092;
}

@media screen and (max-width: 768px) {
    .application_process-section .box02 .contents-box .box .hidden {
        display: none;
    }
}

.application_process-section .box03 .application_process-flow {
    display: flex;
    gap: 25px;
}

.application_process-section .box03 .application_process-flow .flow-main {
    width: 100%;
}

.application_process-section .box03 .application_process-flow .flow-main .container .header {
    display: flex;
    align-items: flex-start;
    margin-bottom: -35px;
}

@media screen and (max-width: 768px) {
    .application_process-section .box03 .application_process-flow .flow-main .container .header {
        margin-bottom: -5.859375vw;
    }
}

.application_process-section .box03 .application_process-flow .flow-main .container .header h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-right: 12px;
    padding-left: 12px;
    background-color: #738092;
    color: #ffffff;
    font-weight: bold;
    font-size: 17px;
}

@media screen and (max-width: 768px) {
    .application_process-section .box03 .application_process-flow .flow-main .container .header h4 {
        font-size: 2.6041666667vw;
    }
}

.application_process-section .box03 .application_process-flow .flow-main .container .header h4 span {
    padding-left: 0.5em;
    font-size: 26px;
}

@media screen and (max-width: 768px) {
    .application_process-section .box03 .application_process-flow .flow-main .container .header h4 span {
        font-size: 4.1666666667vw;
    }
}

.application_process-section .box03 .application_process-flow .flow-main .container .header .date {
    margin-left: 1em;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .application_process-section .box03 .application_process-flow .flow-main .container .header .date {
        font-size: 2.8645833333vw;
    }
}

.application_process-section .box03 .application_process-flow .flow-main .container .contents-box {
    padding: 30px 40px;
    background-color: #ececec;
}

@media screen and (max-width: 768px) {
    .application_process-section .box03 .application_process-flow .flow-main .container .contents-box {
        padding: 6.5104166667vw;
    }
}

.application_process-section .box03 .application_process-flow .flow-main .container .contents-box .box {
    display: flex;
    width: 100%;
}

.application_process-section .box03 .application_process-flow .flow-main .container .contents-box .box .img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
}

.application_process-section .box03 .application_process-flow .flow-main .container .contents-box .box .img img {
    width: 80%;
    padding-right: 1em;
}

.application_process-section .box03 .application_process-flow .flow-main .container .contents-box .box .img.f_img img {
    width: 50%;
    /* padding-bottom: 30%; */
}

.application_process-section .box03 .application_process-flow .flow-main .container .contents-box .box section {
    width: 60%;
}

.application_process-section .box03 .application_process-flow .flow-main .container .contents-box .box section h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 22px;
}

@media screen and (max-width: 768px) {
    .application_process-section .box03 .application_process-flow .flow-main .container .contents-box .box section h5 {
        font-size: 3.90625vw;
    }
}

.application_process-section .box03 .application_process-flow .flow-main .container .contents-box .box section .coution {
    margin-top: 15px;
    padding: 1em;
    background-color: #e27d2d;
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
}

@media screen and (max-width: 768px) {
    .application_process-section .box03 .application_process-flow .flow-main .container .contents-box .box section .coution {
        margin-top: 1.953125vw;
        padding: 2.34375vw;
        font-size: 3.125vw;
    }
}

.application_process-section .box03 .application_process-flow .flow-main .container .contents-box .box section p {
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .application_process-section .box03 .application_process-flow .flow-main .container .contents-box .box section p {
        font-size: 3.125vw;
    }
}

.application_process-section .box03 .application_process-flow .flow-main .container .contents-box .box section p b {
    color: #e27d2e;
}

.application_process-section .box03 .application_process-flow .flow-main .container .contents-box .box section ul li {
    display: flex;
    margin-top: 1em;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .application_process-section .box03 .application_process-flow .flow-main .container .contents-box .box section ul li {
        margin-top: 1.953125vw;
        font-size: 3.125vw;
    }
}

.application_process-section .box03 .application_process-flow .flow-main .container .contents-box .box section ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-color: #738092;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .application_process-section .box03 .application_process-flow .flow-main .container .contents-box .box section ul li span {
        width: 2.6041666667vw;
        height: 2.6041666667vw;
        font-size: 1.5625vw;
    }
}

.application_process-section .box03 .application_process-flow .flow-main .container .contents-box .box section ul li b {
    flex: 1;
    width: 100%;
}

.application_process-section .box03 .application_process-flow .flow-main .container .contents-box .bord {
    display: flex;
    flex-direction: column;
}

.application_process-section .box03 .application_process-flow .flow-main .container .contents-box .bord h5 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
    background-color: #738092;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .application_process-section .box03 .application_process-flow .flow-main .container .contents-box .bord h5 {
        height: 5.859375vw;
        margin-top: 5.2083333333vw;
        font-size: 3.125vw;
    }
}

.application_process-section .box03 .application_process-flow .flow-main .container .contents-box .bord p {
    margin: 0;
    padding: 1em 1.5em;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .application_process-section .box03 .application_process-flow .flow-main .container .contents-box .bord p {
        padding: 3.90625vw;
        font-size: 3.125vw;
    }
}

.application_process-section .box03 .application_process-flow .flow-main .container:last-child .header h4 {
    background-color: #e27d2d;
}

.application_process-section .box03 .application_process-flow .flow-main .container:last-child .contents-box {
    background-color: #f9ece0;
}

.application_process-section .box03 .application_process-flow .flow-main .container:last-child .contents-box .box .img img {
    width: 60%;
}

.application_process-section .box03 .application_process-flow .flow-main .container:last-child .contents-box .bord {
    display: flex;
    flex-direction: row;
}

.application_process-section .box03 .application_process-flow .flow-main .container:last-child .contents-box .bord h5 {
    width: 45px;
    height: auto;
    margin: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #e27d2d;
}

.application_process-section .box03 .application_process-flow .flow-main .container:last-child .contents-box .bord h5 img {
    width: 22px;
}

@media screen and (max-width: 768px) {
    .application_process-section .box03 .application_process-flow .flow-main .container:last-child .contents-box .bord h5 {
        width: 5.2083333333vw;
        padding-right: 0.5em;
        padding-left: 0.5em;
        font-size: 2.9947916667vw;
    }

    .application_process-section .box03 .application_process-flow .flow-main .container:last-child .contents-box .bord h5 img {
        width: 3.6458333333vw;
    }
}

.application_process-section .box03 .application_process-flow .flow-main .container:last-child .contents-box .bord ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    border: 1px solid #e27d2d;
    background-color: #ffffff;
}

.application_process-section .box03 .application_process-flow .flow-main .container:last-child .contents-box .bord ul li {
    padding-left: 1em;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .application_process-section .box03 .application_process-flow .flow-main .container:last-child .contents-box .bord ul li {
        font-size: 3.125vw;
    }
}

.application_process-section .box03 .application_process-flow .flow-sub {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-top: 27px;
    background-color: #b2b6bf;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .application_process-section .box03 .application_process-flow .flow-sub {
        margin-top: 3.515625vw;
    }
}

.application_process-section .box03 .application_process-flow .flow-sub .label {
    padding-bottom: 2em;
}

.application_process-section .box03 .application_process-flow .flow-sub .label:nth-of-type(1) {
    height: 1719px;
}

@media screen and (max-width: 768px) {
    .application_process-section .box03 .application_process-flow .flow-sub .label:nth-of-type(1) {
        height: 299.666667vw;
    }
}

.application_process-section .box03 .application_process-flow .flow-sub .label:nth-of-type(2) {
    position: relative;
    height: 366px;
    padding-top: 2em;
    background-color: #8c95a4;
}

@media screen and (max-width: 768px) {
    .application_process-section .box03 .application_process-flow .flow-sub .label:nth-of-type(2) {
        height: 61.479167vw;
    }

    .application_process-section .box03 .application_process-flow .flow-sub .label:nth-of-type(2) span {
        top: 4em;
    }
}

.application_process-section .box03 .application_process-flow .flow-sub .label:nth-of-type(2) img {
    position: absolute;
    top: 0;
    left: 0;
}

.application_process-section .box03 .application_process-flow .flow-sub .label:nth-of-type(3) {
    flex: 1;
    position: relative;
    height: 100%;
    padding-top: 2em;
    background-color: #738092;
}

@media screen and (max-width: 768px) {
    .application_process-section .box03 .application_process-flow .flow-sub .label:nth-of-type(3) {
        height: 49.4791666667vw;
    }

    .application_process-section .box03 .application_process-flow .flow-sub .label:nth-of-type(3) span {
        top: 4em;
    }
}

.application_process-section .box03 .application_process-flow .flow-sub .label:nth-of-type(3) img {
    position: absolute;
    top: 0;
    left: 0;
}

.application_process-section .box03 .application_process-flow .flow-sub span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 1em;
    width: 1em;
    margin-right: 0.5em;
    margin-left: 0.5em;
    padding-top: 1em;
    color: #ffffff;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .application_process-section .box03 .application_process-flow .flow-sub span {
        top: 3em;
    }
}

.application_process-section .box03 h3 {
    padding-left: 0.5em;
    border-left: 7px solid #738092;
    font-size: 24px;
    line-height: 1;
}

.application_process-section .box04 {
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .application_process-section .box04 {
        margin-bottom: 5.2083333333vw;
    }
}

.application_process-section .box04 .bord {
    display: flex;
    flex-direction: row;
}

.application_process-section .box04 .bord h5 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: auto;
    margin: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #738092;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.4;
}

.application_process-section .box04 .bord h5 img {
    width: 40px;
}

@media screen and (max-width: 768px) {
    .application_process-section .box04 .bord h5 {
        width: 10.4166666667vw;
        padding-right: 0.5em;
        padding-left: 0.5em;
        font-size: 2.9947916667vw;
    }

    .application_process-section .box04 .bord h5 img {
        width: 8.4635416667vw;
    }
}

.application_process-section .box04 .bord .txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-left: 1em;
    border: 1px solid #738092;
    background-color: #ffffff;
}

.application_process-section .box04 .bord .txt h6 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
}

@media screen and (max-width: 768px) {
    .application_process-section .box04 .bord .txt h6 {
        margin-top: 2.6041666667vw;
        margin-bottom: 2.6041666667vw;
        font-size: 3.90625vw;
    }
}

.application_process-section .box04 .bord .txt p {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    .application_process-section .box04 .bord .txt p {
        font-size: 3.515625vw;
    }
}

.application_process-section .box05 {
    margin-bottom: 75px;
    border: 7px solid #e27d2d;
}

@media screen and (max-width: 768px) {
    .application_process-section .box05 {
        margin-bottom: 35px;
    }
}

.application_process-section .box05 .bord {
    padding: 45px;
}

@media screen and (max-width: 768px) {
    .application_process-section .box05 .bord {
        padding: 6.5104166667vw;
    }
}

.application_process-section .box05 .bord h5 {
    margin-top: 0;
    margin-bottom: 30px;
    color: #e27d2d;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .application_process-section .box05 .bord h5 {
        margin-bottom: 5.2083333333vw;
        font-size: 4.6875vw;
    }
}

.application_process-section .box05 .bord .txt h6 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
}

@media screen and (max-width: 768px) {
    .application_process-section .box05 .bord .txt h6 {
        margin-top: 3.90625vw;
        font-size: 3.90625vw;
    }
}

.application_process-section .box05 .bord .txt p {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -1px;
}

@media screen and (max-width: 768px) {
    .application_process-section .box05 .bord .txt p {
        font-size: 3.125vw;
    }
}

.spacer {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.spacer img {
    width: 50px;
}

.f-menu .f-menu-title-sub li a {
    text-decoration: none;
}

.f-menu-bottom .f-menu-title a {
    text-decoration: none;
}

.h-menu-box .h-menu .h-menu-title a {
    line-height: 1.15;
    text-decoration: none;
}

.h-menu-box .h-menu-extra .h-menu-title a {
    line-height: 1.15;
    text-decoration: none;
}

.h-menu-icon-links ul .h-icon-inquiry a {
    text-decoration: none;
}

.h-menu-icon-links ul .h-icon-access a {
    text-decoration: none;
}

.f-menu .f-menu-title-sub li {
    line-height: 1.15;
}

.f-menu-bottom .f-menu-title {
    line-height: 1.15;
}

.f-menu .f-menu-title a {
    line-height: 1.15;
    text-decoration: none;
}

/* PCのみ表示 */
.forPC {
    display: block;
}

@media (max-width: 768px) {
    .forPC {
        display: none;
    }
}

@media (max-width: 575px) {
    .forPC {
        display: none;
    }
}