@charset "UTF-8";
/* =========================
    utility
========================= */
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mb60{
    margin-bottom: 60px;
}
.mb80{
    margin-bottom: 80px;
}
main{
    margin: 80px auto 160px;
    font-size: 1.8rem;
}
img{
    vertical-align: bottom;
}
h2{
    font-size: 3.2rem;
    color: #0c7ab8;
    margin-bottom: 20px;
    border-bottom: 2px solid #bde0e8;
}
h3{
    font-size: 2.4rem;
    color: #0c7ab8;
}
.center{
    text-align: center;
}
a{
    font-size: 2rem;
}
table{
    border-spacing: 0;
}
sup{
    vertical-align: super;
    font-size: xx-small;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
/* =========================
    wireframe-01
========================= */
#wireframe-01 .section02 .sec02_contents{
    background: repeating-linear-gradient(135deg, #80d5ea, #80d5ea 5px, #86d7eb 5px, #86d7eb 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px;
    margin-bottom: 30px;
}
#wireframe-01 .section02 .sec02_contents .image{
    width: 26%;
}
#wireframe-01 .section02 .sec02_contents .text_area{
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#wireframe-01 .section02 .sec02_contents .text_area .ttl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
}
#wireframe-01 .section02 .sec02_contents .text_area .txt01{
    font-size: 1.6rem;
    margin-bottom: 10px;
}
#wireframe-01 .section02 .sec02_contents .text_area .btn{
    margin-top: auto;
}
#wireframe-01 .section02 .sec02_contents .text_area .btn a{
    display: block;
    width: 50%;
    color: #fff;
    font-weight: 400;
    letter-spacing: .4rem;
    background: #0073b4;
    text-align: center;
    border-radius: 0.5rem;
    padding: 1.5% 0;
    position: relative;
}
#wireframe-01 .section02 .sec02_contents .text_area .btn a:hover::after {
    right: 2rem;
}
#wireframe-01 .section02 .sec02_contents .text_area .btn a::after{
    position: absolute;
    content: "";
    width: 2rem;
    height: 2.5rem;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
    background: url(/admission/assets/images/common/arrow-button.png) center/contain no-repeat;
}
#wireframe-01 .section03 .sec03_contents{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}
#wireframe-01 .section03 .sec03_contents .image{
    width: 26%;
}
#wireframe-01 .section03 .sec03_contents .text_area{
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#wireframe-01 .section03 .sec03_contents h4{
    font-size: 2rem;
    margin-bottom: 10px;
}
#wireframe-01 .section03 .sec03_contents .text_area .txt01{
    font-size: 1.6rem;
    margin-bottom: 10px;
}
#wireframe-01 .section03 .sec03_contents .text_area .btn{
    margin-top: auto;
}
#wireframe-01 .section03 .sec03_contents .text_area .btn a{
    display: block;
    width: 50%;
    color: #fff;
    font-weight: 400;
    letter-spacing: .4rem;
    background: #00acd5;
    text-align: center;
    border-radius: 0.5rem;
    padding: 1.2% 0;
    position: relative;
}
#wireframe-01 .section03 .sec03_contents .text_area .btn a:hover::after {
    right: 2rem;
}
#wireframe-01 .section03 .sec03_contents .text_area .btn a::after{
    position: absolute;
    content: "";
    width: 2rem;
    height: 2.5rem;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
    background: url(/admission/assets/images/common/arrow-button.png) center/contain no-repeat;
}
#wireframe-01 .section04 .sec04_contents{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #000;
    margin-bottom: 30px;
}
#wireframe-01 .section04 .sec04_contents .image{
    width: 26%;
}
#wireframe-01 .section04 .sec04_contents .text_area{
    width: 70%;
    padding: 20px 2% 20px 0;
}
#wireframe-01 .section04 .sec04_contents h4{
    font-size: 2rem;
    margin-bottom: 10px;
}
#wireframe-01 .section04 .sec04_contents {
    font-size: 1.6rem;
}
#wireframe-01 .section04 .sec04_contents .text_area .btn{
    margin-top: auto;
}
/* =========================
    wireframe-02
========================= */
#wireframe-02 .price{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#wireframe-02 section{
    margin-bottom: 80px;
}
#wireframe-02 .table-area table{
    width: 100%;
    border: 1px solid #0073b4;
    margin-bottom: 1rem;
}
#wireframe-02 .table-area table tr th,
#wireframe-02 .table-area table tr td{
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    padding: 1%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    border-bottom: 1px solid #0073b4;
}
#wireframe-02 .table-area table tr th{
    background: #f2f2f2;
}
#wireframe-02 .table-area table tr th:first-child{
    border-right: 1px solid #0073b4;
}
#wireframe-02 .table-area table tr:last-child th,
#wireframe-02 .table-area table tr:last-child td{
    border-bottom: 0;
}
#wireframe-02 .table-area table tr:nth-child(n+2) th{
    text-align: left;
}
#wireframe-02 .table-area .table_type02 tr th,
#wireframe-02 .table-area .table_type02 tr td{
    border-right: 1px solid #0073b4;
}
#wireframe-02 .table-area .table_type02 .borderR_none th:last-child,
#wireframe-02 .table-area .table_type02 .borderR_none td:last-child{
    border-right: 0;
}
#wireframe-02 .table-area .table_type02 .borderB_none th,
#wireframe-02 .table-area .table_type02 .borderB_none td:last-child{
    border-bottom: 0;
}
/* =========================
    wireframe-03
========================= */
#wireframe-03 .section01{
    margin-bottom: 60px;
}
#wireframe-03 .section02{
    margin-bottom: 60px;
}
#wireframe-03 .sec02_contents{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #0073b4;
}
#wireframe-03 .sec02_contents li:first-child{
    width: 40%;
}
#wireframe-03 .sec02_contents li:last-child{
    width: 58%;
    padding: 20px 2% 0;
}
#wireframe-03 .sec02_contents .text_area ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#wireframe-03 .sec02_contents .text_area ul li{
    width: 48%;
    padding: 5px;
    margin-bottom: 20px;
    border: 1px solid #00acd5;
}
#wireframe-03 h3 {
    font-size: 2.4rem;
    color: #0c7ab8;
    margin-bottom: 5px;
}
#wireframe-03 .section03 .contents{
    margin-bottom: 60px;
}
/* =========================
    wireframe-04
========================= */
#wireframe-04 .module-accordion_title {
    margin-bottom: 0.1rem;
    cursor: pointer;
}
#wireframe-04 .module-accordion_btn {
    font-size: 2.6rem;
    cursor: pointer;
    padding: 0.2rem 85px 0.2rem 1rem;
    background: #80d5ea;
    position: relative;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 0;
    margin-top: 40px;
}
#wireframe-04 .module-accordion_btn::after {
    content: '';
    width: 16px;
    height: 11px;
    background: url(/common/img/ico_arw-wh.png) no-repeat top center / 100% auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    transition: all 0.5s ease;
}
#wireframe-04 .module-accordion_btn::before {
    content: '';
    display: block;
    width: 80px;
    height: 100%;
    background: #0073b4;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0.2rem 0.2rem 0;
}
#wireframe-04 .module-accordion_btn.is-open::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
#wireframe-04 .module-accordion_contents {
    display: none;
    padding: 1rem 1rem 5rem;
    border-radius: 0.2rem;
}
#wireframe-04 .table-area table{
    width: 100%;
    border: 1px solid #0073b4;
    margin-bottom: 4rem;
}
#wireframe-04 .table-area table tr th,
#wireframe-04 .table-area table tr td{
    font-weight: normal;
    vertical-align: middle;
    padding: 1%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: left;
    border-bottom: 1px solid #0073b4;
    border-right: 1px solid #0073b4;
}
#wireframe-04 .table-area table tr th{
    background: #f2f2f2;
}
#wireframe-04 .table-area table tr th:last-child,
#wireframe-04 .table-area table tr td:last-child{
    border-right: 0;
}
#wireframe-04 .table-area table tr:last-child th,
#wireframe-04 .table-area table tr:last-child td{
    border-bottom: 0;
}
#wireframe-04 .table-area table tr:nth-child(n+2) th{
    text-align: left;
}
#wireframe-04 .table-area .table_type02 th{
    width: 30%;
}
#wireframe-04 .table-area .table_type02 td{
    width: 70%;
}
#wireframe-04 .btn_area a{
    display: block;
    width: 50%;
    margin: 0 auto;
    color: #fff;
    font-weight: 400;
    letter-spacing: .4rem;
    background: #0073b4;
    text-align: center;
    border-radius: 0.5rem;
    padding: 1.5% 0;
    position: relative;
}
#wireframe-04 .btn_area a::after {
    position: absolute;
    content: "";
    width: 2rem;
    height: 2.5rem;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
    background: url(/admission/assets/images/common/arrow-button.png) center/contain no-repeat;
}
#wireframe-04 .btn_area a:hover::after {
    right: 2rem;
}
#wireframe-04 .section02 .txt_box{
    width: 70%;
    margin: 0 auto 3rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .4rem;
    color: #fff;
    border: 2px solid #0073b4;
    background: #00acd5;
    text-align: center;
    padding: 1.5% 1%;
}
#wireframe-04 .img_area{
    width: 80%;
    margin: 0 auto;
}
#wireframe-04 .section03{
    margin-bottom: 80px;
}
#wireframe-04 .section03 .btn_area{
    margin-bottom: 40px;
}
#wireframe-04 .section04 .btn_area a{
    margin-left: 0;
}
/* =========================
    wireframe-05
========================= */
#wireframe-05 .section02 .sec02_contents{
    background: repeating-linear-gradient(135deg, #80d5ea, #80d5ea 5px, #86d7eb 5px, #86d7eb 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px;
    margin-bottom: 60px;
    position: relative;
}
#wireframe-05 .section02 .sec02_contents::after{
    content: "";
    position: absolute;
    background: url("/admission/assets/images/format/format05_arrow.png") no-repeat center / contain;
    width: 110px;
    height: 40px;
    left: 9%;
    bottom: -50px;
}
#wireframe-05 .section02 .sec02_contents:last-child::after{
    display: none;
}
#wireframe-05 .section02 .sec02_contents .image{
    width: 26%;
}
#wireframe-05 .section02 .sec02_contents .text_area{
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#wireframe-05 .section02 .sec02_contents .text_area .ttl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
}
#wireframe-05 .section02 .sec02_contents .text_area .txt01{
    margin-bottom: 10px;
}
#wireframe-05 .section02 .sec02_contents .text_area .btn{
    margin-top: auto;
}
#wireframe-05 .section02 .sec02_contents .text_area .btn a{
    display: block;
    width: 50%;
    color: #fff;
    font-weight: 400;
    letter-spacing: .4rem;
    background: #0073b4;
    text-align: center;
    border-radius: 0.5rem;
    padding: 1.5% 0;
    position: relative;
}
#wireframe-05 .section02 .sec02_contents .text_area .btn a:hover::after {
    right: 2rem;
}
#wireframe-05 .section02 .sec02_contents .text_area .btn a::after{
    position: absolute;
    content: "";
    width: 2rem;
    height: 2.5rem;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
    background: url(/admission/assets/images/common/arrow-button.png) center/contain no-repeat;
}
#wireframe-05 .section03 .img01{
    margin-bottom: 10px;
}
#wireframe-05 .section03 .txt01{
    margin-bottom: 140px;
}
#wireframe-05 .section04 .sec04_contents{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.6rem;
    margin-bottom: 30px;
}
#wireframe-05 .section04 .sec04_contents .image{
    width: 26%;
}
#wireframe-05 .section04 .sec04_contents h3{
    margin-bottom: 5px;
}
#wireframe-05 .section04 .sec04_contents .text_area{
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#wireframe-05 .section04 .sec04_contents h4{
    font-size: 2rem;
    margin-bottom: 10px;
}
#wireframe-05 .section04 .sec04_contents .text_area .btn{
    margin-top: auto;
}
#wireframe-05 .section04 .sec04_contents .text_area .btn a{
    display: block;
    width: 50%;
    color: #fff;
    font-weight: 400;
    letter-spacing: .4rem;
    background: #00acd5;
    text-align: center;
    border-radius: 0.5rem;
    padding: 1.2% 0;
    position: relative;
}
#wireframe-05 .section04 .sec04_contents .text_area .btn a:hover::after {
    right: 2rem;
}
#wireframe-05 .section04 .sec04_contents .text_area .btn a::after{
    position: absolute;
    content: "";
    width: 2rem;
    height: 2.5rem;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
    background: url(/admission/assets/images/common/arrow-button.png) center/contain no-repeat;
}
/* =========================
    wireframe-06
========================= */
#wireframe-06 section{
    margin-bottom: 8rem;
}
#wireframe-06 .contents_area{
    margin-bottom: 40px;
}
#wireframe-06 .module-accordion_title {
    margin-bottom: 0.1rem;
    cursor: pointer;
}
#wireframe-06 .module-accordion_btn {
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    padding: 0.2rem 85px 0.2rem 1rem;
    background: #80d5ea;
    position: relative;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 0;
    margin-top: 20px;
}
#wireframe-06 .module-accordion_btn::after {
    content: '';
    width: 16px;
    height: 11px;
    background: url(/common/img/ico_arw-wh.png) no-repeat top center / 100% auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    transition: all 0.5s ease;
}
#wireframe-06 .module-accordion_btn::before {
    content: '';
    display: block;
    width: 80px;
    height: 100%;
    background: #0073b4;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0.2rem 0.2rem 0;
}
#wireframe-06 .module-accordion_btn.is-open::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
#wireframe-06 .module-accordion_contents {
    display: none;
    padding: 1rem 1rem 5rem;
    border-radius: 0.2rem;
}
@media screen and (max-width: 768px) {
    main {
        margin: 30px auto 60px;
        font-size: 2.5rem;
        line-height: 1.6;
    }
    h3 {
        font-size: 3rem;
    }  
    a{
        font-size: 2.5rem;
    }  
    .pc{
        display: none!important;
    }
    .sp{
        display: block!important;
    }
    /* =========================
        wireframe-01
    ========================= */
    #wireframe-01 h2{
        margin-bottom: 10px;
    }
    #wireframe-01 .section02 .sec02_contents{
        display: block;
        padding: 4%;
        margin-bottom: 40px;
    }
    #wireframe-01 .section02 .sec02_contents .image {
        width: 100%;
        margin-bottom: 15px;
    }
    #wireframe-01 .section02 .sec02_contents .text_area{
        width: 100%;
    }
    #wireframe-01 .section02 .sec02_contents .text_area .txt01{
        font-size: 2.5rem;
        margin-bottom: 10px;
    }
    #wireframe-01 .section02 .sec02_contents .text_area .btn a{
        width: 100%;
    }
    #wireframe-01 .section02 .sec02_contents .text_area .ttl{
        display: block;
    }
    #wireframe-01 .section02 .sec02_contents .text_area h3{
        margin-bottom: 5px;
    }
    #wireframe-01 .section02 .sec02_contents .text_area .txt01{
        margin-bottom: 20px;
    }
    #wireframe-01 .section03 .sec03_contents{
        display: block;
        margin-bottom: 40px;
    }
    #wireframe-01 .section03 .sec03_contents h4{
        font-size: 2.5rem;
    }
    #wireframe-01 .section03 .sec03_contents .text_area .txt01{
        font-size: 2.3rem;
        margin-bottom: 15px;
    }
    #wireframe-01 .section03 .sec03_contents .image{
        width: 100%;
        margin-bottom: 15px;
    }
    #wireframe-01 .section03 .sec03_contents .text_area{
        width: 100%;
        margin-bottom: 30px;
    }
    #wireframe-01 .section03 .sec03_contents .text_area .btn a{
        width: 100%;
    }
    #wireframe-01 .section04 .sec04_contents{
        display: block;
        margin-bottom: 40px;
    }
    #wireframe-01 .section04 .sec04_contents .image{
        width: 100%;
    }
    #wireframe-01 .section04 .sec04_contents h4{
        font-size: 2.5rem;
    }
    #wireframe-01 .section04 .sec04_contents .text_area{
        width: 100%;
        padding: 6% 4%;
    }
    #wireframe-01 .section04 .sec04_contents .txt01{
        font-size: 2.3rem;
    }
    /* =========================
        wireframe-03
    ========================= */
    #wireframe-03 .section01{
        margin-bottom: 40px;
    }
    #wireframe-03 .section02{
        margin-bottom: 40px;
    }
    #wireframe-03 .sec02_contents{
        display: block;
        margin-bottom: 15px;
    }
    #wireframe-03 .sec02_contents:last-of-type{
        margin-bottom: 10px;
    }
    #wireframe-03 .sec02_contents li:first-child{
        width: 100%;
    }
    #wireframe-03 .sec02_contents li:last-child{
        width: 100%;
    }
    #wireframe-03 .section03 .contents {
        margin-bottom: 40px;
    }
    /* =========================
        wireframe-04
    ========================= */
    #wireframe-04 .module-accordion_btn{
        padding: 0.2rem 65px 0.2rem 1rem;
        min-height: 60px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    #wireframe-04 .module-accordion_btn::before{
        width: 60px;
    }
    #wireframe-04 .module-accordion_btn::after{
        right: 22px;
    }
    #wireframe-04 .img_area{
        width: 100%;
    }
    #wireframe-04 .btn_area a{
        width: 100%;
    }
    #wireframe-04 .section03 {
        margin-bottom: 60px;
    }
    #wireframe-04 .section02 .txt_box{
        width: 100%;
        font-size: 2.5rem;
    }
    /* =========================
        wireframe-05
    ========================= */
    #wireframe-05 .section02 .sec02_contents{
        display: block;
    }
    #wireframe-05 .section02 .sec02_contents .image {
        width: 100%;
        margin-bottom: 10px;
    }
    #wireframe-05 .section02 .sec02_contents .text_area{
        width: 100%;
    }
    #wireframe-05 .section02 .sec02_contents .text_area .txt01{
        margin-bottom: 20px;
    }
    #wireframe-05 .section02 .sec02_contents .text_area .btn a{
        width: 100%;
    }
    #wireframe-05 .section02 .sec02_contents::after{
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #wireframe-05 .section03 .txt01 {
        margin-bottom: 60px;
    }
    #wireframe-05 .section04 .sec04_contents{
        display: block;
        font-size: 2.5rem;
    }
    #wireframe-05 .section04 .sec04_contents .image {
        width: 100%;
        margin-bottom: 10px;
    }
    #wireframe-05 .section04 .sec04_contents .text_area{
        width: 100%;
    }
    #wireframe-05 .section04 .sec04_contents .text_area .txt01{
        margin-bottom: 20px;
    }
    #wireframe-05 .section04 .sec04_contents .text_area .btn a{
        width: 100%;
    }
    /* =========================
        wireframe-06
    ========================= */
    #wireframe-06 .module-accordion_btn{
        font-size: 2.5rem;
        padding: 0.2rem 65px 0.2rem 1rem;
        min-height: 60px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    #wireframe-06 .module-accordion_btn::before {
        width: 60px;
    }
    #wireframe-06 .module-accordion_btn::after {
        right: 22px;
    }
}
