@charset "utf-8";

* {
    font-size: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    background: #000;
    height: 100%;
    font-size: 100%;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 200;
    font-size: 62.5%;
    line-height: 1.7em;
    color: #fff;
    font-weight: 100;
}

.header,
.breadcrumb {
    font-size: 62.5%;
}

.breadcrumb .container {
    max-width: 100%;
}

.breadcrumb ul li {
    font-size: 0.75rem;
}

.header a {
    font-size: inherit;
}

.header .global-nav-list a {
    font-size: 1rem;
}

.header .lang-nav {
    font-size: 0.75rem;
}

.header .lang-nav .icon-language {
    font-size: 1.1rem;
}

.header .button {
    font-size: 0.81rem;
}

#wrapper {
    font-size: 160%;
    line-height: 180%;
    font-weight: 300;
}


img {
    border: 0;
    vertical-align: top;
    outline: none;
    width: 100%;
    align-self: flex-start;
}

li {
    list-style-type: none;
}

a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    outline: none;
    overflow: hidden;
    transition: .3s
}

a:link,
a:visited {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    outline: none;

}

a:hover {
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
    outline: none;
}

p {
    line-height: 180%;
}



.flexBox {
    display: flex;
    flex-wrap: wrap;
}

.pre {
    position: relative;
}

.disn {
    display: none;
}

.disb {
    display: block;
}

.m0a {
    margin: 0 auto;
}

.pcTac {
    text-align: center;
}

.img100 {
    width: 100%;
}

.maxImage {
    max-width: 100%;
}

.h100 {
    height: 100%;
}

.bold {
    font-weight: bold;
}

.nobold {
    font-weight: normal;
}

.font01 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 200;
}

.font02 {
    font-family: 'Shippori Mincho', serif;
    font-weight: 100;
}

.italic {
    font-style: italic;
}

.bg01 {
    background-color: #ebebeb;
}

.bgBox {
    padding: 30px;
    border-radius: 7px;
}


.ov {
    transition: all .4s;
}

.ov:hover {
    transition: all .4s;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.spBox {
    display: none
}

.pcBox {
    display: initial;
}

/*---------------------------- *** ---------------------------*/


.contentTitle01 {
    font-family: 'Shippori Mincho', serif;
    font-weight: 200;
    font-size: 4rem;
    text-align: center;
    margin-bottom: 40px;
    line-height: 100%;
}

.contentTitle01 span {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 1.1rem;
    display: block;
}

.subText {
    margin-bottom: 80px;
}

.mainBt {
    background: linear-gradient(to right, #910a7c 0%, #e60014 50%, #910a7c 100%);
    color: #fff;
    min-width: 450px;
    max-width: 100%;
    border-radius: 40px;
    background-size: 200% 100%;
    background-position: 100% 0;
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s ease;
    font-size: 1rem;
    height: 70px;
    padding: 0 30px;
    font-weight: 500;
    opacity: 1;
    flex-wrap: wrap;
    align-items: center;
}

.mainBt:hover {
    background-position: 0 0;
    opacity: 1;
}

.subBt {
    background: rgba(74, 74, 74, .7);
    color: #fff;
    min-width: 450px;
    max-width: 100%;
    border-radius: 40px;
    background-size: 200% 100%;
    background-position: 100% 0;
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    height: 70px;
    padding: 0 30px;
    font-weight: 500;
    opacity: 1;
    flex-wrap: wrap;
    align-items: center;
}

.subBt:hover {
    background: rgba(110, 110, 110, .7);
}

.btBox {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}


.sizeBox {
    margin: 0 auto;
    width: 100%;
    padding: 80px 20px;
    max-width: 1200px;
    position: relative;
}

.sizeBoxWide {
    margin: 0 auto;
    width: 100%;
    padding: 80px 20px;
    position: relative;
}


.bannerBox01 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    width: 85%;
}

.bannerBox01 img {
    height: auto;
    align-self: baseline;
    width: 18%;
}

.contentBox01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contentBox01 .title {
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 0.5em;
}

.contentBox01 li {
    list-style-type: disc;
    line-height: 150%;
    margin-left: 1em;
    margin-bottom: 0.5em;
}

.contentBox01 .inBox01 {
    flex-basis: 100%;
    margin-bottom: 60px;
}

.contentBox01 .inBox02 {
    flex-basis: 48%;
    margin-bottom: 60px;
}

.contentBox02 .inBox01 {
    background: #fff;
    color: #000;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
    margin-bottom: 40px;
}

.contentBox02 .inBox01 .img {
    width: 33%;
    flex-basis: 33%;
    display: block;
    align-self: stretch;
    object-fit: cover;
}

.contentBox02 .inBox01 .inner {
    flex-basis: 65%;
}

.contentBox02 .inBox01 .inner .title {
    margin-bottom: 1em;
}

.contentBox02 .inBox01 .inner .title img {
    max-width: 300px;
}


.formulaBox01 {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto 60px;
}

.formulaBox01 .inBox01 {
    background: rgba(0, 0, 0, .65);
    padding: 15px;
    text-align: center;
    font-weight: 300;
    line-height: 140%;
    position: relative;
    border-radius: 6px;
    flex-basis: 28%;
}

.formulaBox01 .inBox01:nth-of-type(1):after,
.formulaBox01 .inBox01:nth-of-type(2):after {
    content: "";
    display: block;
    background-size: contain;
    width: 29%;
    height: 32px;
    position: absolute;
    right: -29%;
    background-position: center;
    background-repeat: no-repeat;
    top: calc(50% - 16px);
}

.formulaBox01 .inBox01:nth-of-type(1):after {
    background-image: url(/assets/img/education/icon_plus.png);
}

.formulaBox01 .inBox01:nth-of-type(2):after {
    background-image: url(/assets/img/education/icon_equal.png);
}

.formulaBox01 .inBox01:nth-of-type(3) {
    background: rgba(0, 0, 0, .9);
}




/*--- footer ---*/
#pagetop a {
    display: block;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    width: 80px;
    height: 35px;
    position: fixed;
    bottom: 0;
    right: 10px;
    border-radius: 5px 5px 0 0;
    padding-top: 8px;
}

#pagetop a:hover {
    opacity: .7;
}

#pagetop img {
    width: 40%;
}




footer .inner {
    display: flex;
    justify-content: space-between;
    padding: 30px;
}

footer .leftBox {
    flex-basis: 58%;
    font-size: 0.8rem;
    color: #998597;
    line-height: 180%;
}

footer .rightBox {
    text-align: right;
    flex-basis: 40%;
    display: flex;
    flex-wrap: wrap;
}

footer .rightBox h2 {
    flex-basis: 100%;
    font-size: 1.4rem;
}

footer .rightBox .outline {
    flex-basis: 100%;
    font-size: 0.8rem;
}

address {
    flex-basis: 100%;
    color: #525252;
    font-size: 0.8rem;
    font-style: normal;
    align-self: flex-end;
    flex-basis: 100%;
}

.footer-address-title,
.logo.footer-logo {
    font-size: 0.85rem;
}

.footer-copyright,
.footer-address-text,
.footer-nav ul li a {
    font-size: 0.75rem;
    line-height: 1.35rem;
}

/* ========================== Tablet / PC  ※1200px以内の時============================= */
@media screen and (max-width: 1200px) {

    .bannerBox01 {
        width: 100%;
    }

    footer .leftBox {
        flex-basis: 50%;
    }

    footer .rightBox {
        flex-basis: 48%;
    }


}

/* ========================== Tablet / PC  ※760px以内の時============================= */
@media screen and (max-width: 760px) {

    .bannerBox01 {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .bannerBox01 img {
        width: 32%;
        margin-bottom: 20px;
    }

    .contentBox02 .inBox01 {}

    .contentBox02 .inBox01 .img {
        width: 40%;
        flex-basis: 40%;
    }

    .contentBox02 .inBox01 .inner {
        flex-basis: 56%;
    }

    .contentBox02 .inBox01 .inner p {
        font-size: 0.95rem;
        line-height: 160%;
        text-align: justify;
    }


}

/* =========================== Mobile ※600px以内の時=========================== */
@media screen and (max-width: 600px) {



    a:hover {
        text-decoration: none;
    }

    .pcBox {
        display: none;
    }

    .spBox {
        display: initial;
    }

    .ov:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    p {
        line-height: 150%;
    }

    #wrapper {
        font-size: 170%;
    }

    .bg01 {
        padding: 20px;
    }


    .sizeBox {
        padding: 40px 15px;
    }


    .mainBt {
        min-width: 100%;
        margin-bottom: 30px;
        align-content: center;
        line-height: 140%;
        font-size: 1.1rem;
    }

    .mainBt span {
        font-weight: 300;
        font-size: 0.9rem;
    }

    .subBt {
        min-width: 100%;
        margin-bottom: 30px;
        align-content: center;
        line-height: 140%;
        font-size: 1.1rem;
    }

    .subBt span {
        font-weight: 300;
        font-size: 0.9rem;
    }

    .contentBox01 li {
        font-size: 0.9rem;
        margin-bottom: 0.5em;
    }

    .contentTitle01 {
        font-size: 2.5rem;
        display: block;
        margin-bottom: 20px;
    }

    .contentTitle01 span {
        font-size: 1rem;
        font-weight: 300;
    }

    .contentTitle01 span .pcBox {
        display: none;
    }

    .subText {
        margin-bottom: 40px;
        font-size: 1rem;
    }


    .sizeBox {
        padding: 30px 15px;
    }

    .sizeBoxWide {
        padding: 30px 15px;
    }

    .bannerBox01 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .bannerBox01 img {
        width: 38%;
        margin-bottom: 20px;
    }


    .contentBox01 .inBox02 {
        flex-basis: 100%;
        margin-bottom: 20px;
    }

    .contentBox01 .title {
        font-weight: 500;
        font-size: 1.3rem;
        text-align: center;
    }

    .contentBox02 .inBox01 {
        padding: 20px;
        display: block;
    }

    .contentBox02 .inBox01 .img {
        width: 100%;
        height: 50vw;
        margin-bottom: 10px;
    }

    .contentBox02 .inBox01 .inner p {
        font-size: 0.9rem;
    }

    .formulaBox01 {
        width: 70%;
        margin: 0 auto 30px;
        flex-wrap: wrap;
    }

    .formulaBox01 .inBox01 {
        padding: 10px;
        flex-basis: 100%;
        font-size: 1rem;
        margin-bottom: 42px;
    }

    .formulaBox01 .inBox01:nth-of-type(1):after,
    .formulaBox01 .inBox01:nth-of-type(2):after {
        width: 100%;
        height: 20px;
        left: 0;
        top: auto;
        bottom: -30px;
    }

    .formulaBox01 .inBox01:nth-of-type(2):after {
        transform: rotateZ(90deg);
    }

    .formulaBox01 .inBox01:nth-of-type(3) {
        margin-bottom: 0;
    }


    footer .inner {
        display: block;
        padding: 0;
    }

    footer .leftBox {
        padding: 20px;
    }

    footer .rightBox {
        padding: 15px;
        background: #111;
    }


    /* footer li {
        line-height: 140%;
        margin-bottom: 0.5em;
    } */

    #firstview h2,
    #firstview .mainBt,
    #firstview #about {
        z-index: auto !important;
    }

    .global-nav-list a {
        line-height: 2.8rem;
    }

    .header .lang-nav {
        font-size: 1.2rem;
        line-height: 2rem;
    }

}