@charset "utf-8";

/* グリッド */
.row {
    margin: 0 -1% 40px -1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 102%;}
.row.vm-c {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center; }
@media screen and (max-width: 720px) { margin-bottom: 0; }

.row .col,
ul.row li {
    margin: 0 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 720px) {
    .row .col.o-1,
    ul.row li.o-1 {
        order: -1;
    }
}

.grid02 .col, ul.grid02 li {
    width: 48%; }
@media screen and (max-width: 720px) {
    .grid02 .col, ul.grid02 li {
        width: 98%; } }

.grid03 .col, ul.grid03 li {
    width: 31.33%; }
@media screen and (max-width: 720px) {
    .grid03 .col, ul.grid03 li {
        width: 98%; } }

.grid04 .col, ul.grid04 li {
    width: 23%; }
@media screen and (max-width: 720px) {
    .grid04 .col, ul.grid04 li {
        width: 48%; } }


/* table レイアウト */
.table-col,
ul.table-col {
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%; }
@media screen and (max-width: 480px) {
    .table-col,
    ul.table-col {
        display: block; }
    .table-col.ab,
    ul.table-col.ab {
        display: table; } }

.table-col .td,
ul.table-col li {
    display: table-cell;
    vertical-align: top; }
@media screen and (max-width: 480px) {
    .table-col .td,
    ul.table-col li {
        display: block; } }

@media screen and (max-width: 480px) {
    .table-col.ab .td,
    ul.table-col.ab li {
        display: table-cell; } }


body article {
    margin-top: 0;
}

section.first_view {
    padding-bottom: 75px;
    height: 384px;
    background-image: url("/images/test/fv_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

section.first_view >h1, section.first_view >p {
    position: relative;
    top: 160px;
    line-height: 1em;
}
section.first_view >h1.first_title {
    margin-bottom: 8px;
    font-size: 40px;
}
section.first_view >p.first_subtitle {
    position: absolute;
    top: 246px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
}
section.first_view .register_button {
    position: absolute;
    bottom: 79px;
    left: 0;
    right: 0;
}

section.first_view >p.first_subtitle >br {
    display: none;
}
section.first_view >p.breadcrumb {
    position: absolute;
    left: calc(50% - 480px);
    top: 90px;
}
section.first_view >p.breadcrumb >a {
    text-decoration: none;
}
section.first_view >p.breadcrumb >a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 960px) {
    section.first_view >p.breadcrumb {
        left: 40px;
    }
}
@media screen and (max-width: 720px) {
    section.first_view {
        padding-bottom: 0;
        height: 368px;
    }
    section.first_view >h1, section.first_view >p {
        top: 100px;
    }
    section.first_view >h1.first_title {
        font-size: 32px;
    }
    section.first_view >p.first_subtitle {
        top: auto;
        bottom: 148px;
        line-height: 1.5em;
        width: 90%;
    }
    section.first_view >p.first_subtitle >br {
        display: inline;
    }
    section.first_view >p.breadcrumb {
        display: none;
    }

    section.first_view .register_button {
        bottom: 39px;
        width: 90%;
        max-width: 320px;
        height: 88px;
    }
    section.first_view .register_button >a {
        border-radius: 44px;
        line-height: 88px;
    }
}
@media screen and (max-width: 480px) {
    section.first_view >h1.first_title {
        font-size: 24px;
    }
    section.first_view >h1, section.first_view >p {
        top: 112px;
    }
}

.chunk.bb {
    border-bottom: solid 1px #cfd8dc;
}

.chunk .sp { display: none; }
.chunk .pc { display: inline; }
.chunk .tc { text-align: center; }

.chunk .btn-gr a {
    padding: 20px 40px;
    border-radius: 12px;
    background: #26a69a;
    box-shadow: 0 3px 0 #00897b;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-align: center;
    z-index: 2;
}
.chunk .btn-gr a:hover {
    background: #4db6ac;
}
.chunk .btn-gr a:active {
    background: #26a69a;
    box-shadow: none;
    position: relative;
    top: 3px;
}


.chunk .common_title-center,
.chunk .common_title-left {
    margin-top: 64px;
    margin-bottom: 32px;
    color: #566d77;
}
.chunk .common_title-center span,
.chunk .common_title-left span {
    font-size: 16px;
}
.chunk .common_title-center.mt00,
.chunk .common_title-left.mt00 {
    margin-top: 0px;
}

.chunk .contents {
    margin: 0 auto 32px;
    max-width: 1280px;
    overflow: hidden;
}
.chunk .contents .content {
    margin-left: 12.5%;
    margin-right: 12.5%;
    margin-bottom: 40px;
}
.chunk .contents .content .text {
    max-width: 468px;
    margin: auto;
    margin-bottom: 40px;
}
.chunk .contents .content .text p {
    margin-bottom: 1.5em;
    line-height: 1.6;
}
.chunk .contents .column {
    margin-left: 40px;
    margin-right: 40px;
}
.chunk .contents .column h3 {
    margin-bottom: 20px;
}
.chunk .contents .column .right .text {
    margin: 0 12.5% 40px 0;
}
.chunk .contents .column .left .text {
    margin: 0 0 40px 20%;
}
.chunk .contents .column .left h3 {
    margin-left: 20%;
}


.chunk .contents .content .illust {
    max-width: 906px;
    margin: 32px auto 8px;
}
.chunk .contents .content .illust img {
    width: 100%;
}

.chunk .contents .content .illust.video {
    margin-top: 0;
    max-width: 800px;
    display: block;
    text-align: center;
}
.chunk .contents .content .illust video {
    width: calc(100% - 12px);
    border: solid 6px #cfd8dc;
    margin-bottom: 0;
}
.chunk .contents .content .illust .common_caption {
    text-align: center;
}

.chunk .contents .content .tests {
    display: flex;
    justify-content: center;
    gap: 40px 24px;
}

.chunk .contents .content .tests .col {
    width: 50%;
    margin: 0;
    max-width: 300px;
    border: 1px solid #00a59a;
    box-sizing: border-box;
}
.chunk .contents .content .tests .col h3 {
    padding: 10px 0;
    background: #00a59a;
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.chunk .contents .content .tests .col .textarea {
    padding: 12px 20px;
    color: #607d8b;
}
.chunk .contents .content .tests .col figure {
    margin-top: 12px;
}
.chunk .contents .content .tests .col figure.ab {
    margin-top: 24px;
}


.chunk .table-col {
    border: 1px solid #00a59a;
    color: #607d8b;
    table-layout: fixed;
    width: 100%;
}
.chunk .table-col .td h3 {
    padding: 15px 20px;
    background: #00a59a;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.chunk .table-col .td:first-child {
    border-right: 1px solid #00a59a;
}
.chunk .table-col .td:first-child h3 {
    border-right: 1px solid #fff;
}

.chunk .table-col .td .textarea {
    padding: 24px 24px 4px;
}
.chunk .table-col .td .textarea p {
    margin-bottom: 20px;
}




@media screen and (max-width: 720px) {

    .chunk .sp-bold { font-weight: bold; }
    .chunk .sp { display: inline; }
    .chunk .pc { display: none; }

    .chunk .btn-gr {
        text-align: center;
    }
    .chunk .btn-gr a {
        margin: auto;
        margin-bottom: 30px;
        padding: 20px 20px;
        width: 100%;
        max-width: 246px;
    }

    .chunk h2,
    .chunk h3 {
        margin: auto;
        width: 80%;
    }
    .chunk .contents .content h2,
    .chunk .contents .content h3 {
        width: 100%;
    }
    .chunk .common_title-center,
    .chunk .common_title-left {
        margin: 40px auto 20px;
    }
    .chunk .common_title-center.mt00,
    .chunk .common_title-left.mt00 {
        margin-top: 0px;
        text-align: center;
    }

    .chunk .contents {
        margin-bottom: 0;
    }
    .chunk .contents .content {
        width: 80%;
        max-width: 512px;
        margin: 0 auto 40px;
    }
    .chunk .contents .content div p:last-of-type {
        margin-bottom: 0 !important;
    }
    .chunk .contents .content .text {
        max-width: none;
    }
    .chunk .contents .column {
        margin-left: auto;
        margin-right: auto;
    }
    .chunk .contents .column .right .text {
        margin: 0 auto;
    }
    .chunk .contents .column .left .text {
        margin: 0 auto;
    }
    .chunk .contents .column .left h3 {
        margin-left: 0;
    }



    .chunk .contents .content .illust {
        margin-top: 30px;
        margin-bottom: 40px;
    }


    .chunk .contents .content .tests .col {
        margin-bottom: 20px;
    }



    .chunk .table-col {
        border: none;
        display: block;
    }
    .chunk .table-col .td {
        margin: 0 0 20px;
        display: block;
    }
    .chunk .table-col .td:first-child {
        border-right: none;
    }
    .chunk .table-col .td h3 {
        padding: 10px 15px;
        font-size: 20px;
        width: auto;
    }
    .chunk .table-col .td:first-child h3 {
        border-right: none;
    }
    .chunk .table-col.ab .td .textarea {
        margin: 0 0 20px;
        padding: 15px;
        border: 1px solid #00a59a;
    }

    .chunk .contents .content .tests .col {
      width: 100%;
      column-gap: 0;
    }
}
