@charset "UTF-8";



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

wrap

------------------------------------------- */
.top-wrap {
    background:
        url(../img/deco-1.png) no-repeat left top,
        url(../img/deco-2.png) no-repeat right bottom,
        url(../img/bg-dot.png) center top;
    background-size:
        48rem auto,
        48rem auto,
        100% auto;
}
@media screen and (max-width: 768px) {
    .top-wrap {
        background:
            url(../img/deco-1.png) no-repeat left top,
            url(../img/deco-2.png) no-repeat right bottom,
            url(../img/bg-dot.png) center top;
        background-size:
            24rem auto,
            24rem auto,
            400% auto;
    }
}



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

campaign

------------------------------------------- */
.top-campaign {
    padding-top:10rem;
}
.top-campaign .wrap {
    background: #4b4948;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20rem;
}
@media screen and (max-width: 768px) {
    .top-campaign {
        padding: 8rem 3rem 0 3rem;
    }
}



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

news

------------------------------------------- */
.top-news {
    padding: 10rem 0;
}
@media screen and (max-width: 768px) {
    .top-news {
        padding: 8rem 3rem;
    }   
}
/* ---- more ---- */
.top-news .more {
    margin: 4rem auto 0 auto;
}
/* ---- cms ---- */
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}



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

about

------------------------------------------- */
.top-about {
    background: url(../img/texture-1.jpg) center top;
    background-size: 100% auto;
    padding: 10rem 0;
    position: relative;
} 
@media screen and (max-width: 768px) {
    .top-about {
        background-size: 200% auto;
        padding: 14rem 3rem 8rem 3rem;
    } 
}
/* ---- figure ---- */
.top-about > figure {
    position: absolute;
    right: 8rem;
    top: -4.5rem;
    width: 28rem;
}
@media screen and (max-width: 768px) {
    .top-about > figure {
        right: 2rem;
        top: -4.5rem;
        width: 18rem;
    }
}
.top-about h2 {
    margin-bottom: 6rem;
}
/* section */
.top-about section {
    margin-bottom: 10rem;
    padding-bottom: 6rem;
    border-bottom: solid 0.15rem #fff;
}
.top-about section h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    line-height: 1;
    background: url(../img/bg-ttl-1.png) no-repeat center;
    background-size: 100% auto;
    width: 22rem;
    height: 5.3rem;
    margin: 0 auto 2.5rem auto;
    padding-bottom: 0.4rem;
}
.top-about section p {
    text-align: center;
    font-weight: 500;
    font-size: 1.5rem;
    color: #fff;
    line-height: 2.2;
}
@media screen and (max-width: 768px) {
    .top-about section {
        margin-bottom: 6rem;
    }
    .top-about section p {
        text-align: left;
    }
}
/* ---- ul ---- */
.top-about ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6rem;
}
.top-about ul li {
    width: 31%;
}
.top-about ul h3 {
    background: var(--prime);
    text-align: center;
    font-size: 1.9rem;
    padding: 0.4rem 0 0.5rem 0;
    transform: skewY(-4deg);
    position: relative;
    left: -1.5rem;
    bottom: -0.5rem;
}
.top-about ul li p {
    color: #fff;
    line-height: 1.6;
    margin-top: 1rem;
}
@media screen and (max-width: 768px) {
    .top-about ul {
        display: block;
        margin-bottom: 4rem;
    }
    .top-about ul li {
        width: 100%;
    }
    .top-about ul li:not(:last-child) {
        margin-bottom: 5rem;
    }    
    .top-about ul h3 {
        font-size: 2.4rem;
    }
}
.top-about .more-wrap {
    display: flex;
    justify-content: center;
}



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

price

------------------------------------------- */
.top-price {
	background: url(../img/texture-2.jpg) center top;
    background-size: 100% auto;
    padding: 10rem 0;
}
@media screen and (max-width: 768px) {
    .top-price {
        background-size: 200% auto;
        padding: 8rem 3rem;
    }
}
/* ---- ul ---- */
.top-price ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}
.top-price ul li {
    width: 47%;
    border: solid 0.4rem var(--prime);
    background: #fff6f2;
    padding: 2rem 2rem;
}
@media screen and (max-width: 768px) {
    .top-price ul {
        display: block;
    }
    .top-price ul li {
        width: 100%;
    }
    .top-price ul li:not(:last-child) {
        margin-bottom: 1.5rem;
    }    
}
.price-student {
    border: solid 0.4rem var(--blue) !important;
    background: #f2fafe !important;
}
.top-price h3 {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
    color: var(--prime);
}
.price-student h3 {
    color: var(--blue);
}
/* 月額 */
.price-month .wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.price-month .wrap::before {
    content: "";
    width: 0.15rem;
    height: 100%;
    background: #000;
    position: absolute;
    left: calc(50% - 0.75rem);
    top: 0;
}
.price-month .wrap dl {
    width: 45%;
}
.price-month .wrap dt {
    background: #000;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    color: #fff;
    padding: 0.2rem 0 0.3rem 0;
    margin-bottom: 1rem;
}
.price-month .wrap dd {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.price-month .wrap dd > i:nth-of-type(1) {
    line-height: 1;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}
.price-month .wrap dd > i:nth-of-type(1) strong {
    font-size: 2.8rem;
    color: var(--prime);
    background: linear-gradient(to top,#ffff47 30%, transparent 30%);
}
.price-month .wrap dd > i:nth-of-type(1) strong i {
    font-size: 2rem;
}
@media screen and (max-width: 768px) {
    .price-month .wrap dd > i:nth-of-type(1) strong {
        font-size: 2.0rem;
    }
    .price-month .wrap dd > i:nth-of-type(1) strong i {
        font-size: 1.4rem;
    }    
}
.price-month .wrap dd > i:nth-of-type(2) {
    text-align: center;
    line-height: 1.4;
}
.price-month .wrap dd > i:nth-of-type(2) strong {
    color: var(--prime);
}
/* 学生プラン */
.price-student dl,
.price-student dl dd {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.price-student dl dt {
    margin-bottom: 2rem;
    font-size: 1.8rem;
}
.price-student dl dt strong {
    color: var(--blue);
}
.price-student dl dd > span:nth-child(1) {
    line-height: 1;
    font-size: 1.2rem;
}
.price-student dl dd > span:nth-child(1) > i {
    font-weight: bold;
    margin-right: 0.5rem;
}
.price-student dl dd > span:nth-child(1) strong {
    font-size: 2.8rem;
    color: var(--blue);
    background: linear-gradient(to top,#ffff47 30%, transparent 30%);    
}
.price-student dl dd > span:nth-child(1) strong i {
    font-size: 2rem; 
}
.price-student dl dd > span:nth-child(2) {
    font-size: 1rem;
    margin-top: 2rem;
}
.top-price > p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 5rem;
}
.top-price .more-wrap {
    display: flex;
    justify-content: center;
}



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

faq

------------------------------------------- */
.top-faq {
	padding: 10rem 0;
    background:
        url(../img/deco-1.png) no-repeat left top,
        url(../img/deco-2.png) no-repeat right bottom;
    background-size:
        48rem auto,
        48rem auto;
}
@media screen and (max-width: 768px) {
    .top-faq {
        padding: 8rem 3rem;
        background:
            url(../img/deco-1.png) no-repeat left top,
            url(../img/deco-2.png) no-repeat right bottom;
        background-size:
            20rem auto,
            20rem auto;
    }	
}
.top-faq p {
    text-align: center;
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 6rem;
}
.top-faq .more-wrap {
    display: flex;
    justify-content: center;
}



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

access

------------------------------------------- */
.top-access {
	padding: 10rem 0;
    color: #fff;
    background: url(../img/texture-1.jpg) center top;
    background-size: 100% auto;
}
@media screen and (max-width: 768px) {
    .top-access {
        padding: 8rem 3rem;
        background-size: 200% auto;
    }
}
/* ---- wrap ---- */
.top-access .wrap {
    display: flex;
    justify-content: space-between;
}
.top-access .wrap > div:nth-of-type(1) {
    width: 40%;
}
.top-access .wrap > div:nth-of-type(2) {
    width: 55%;
}
.top-access dl a {
    color: #fff;
}
.top-access dl.detail dt {
	width: 35%;
}
.top-access dl.detail dd {
	width: 65%;
}
@media screen and (max-width: 768px) {
    .top-access .wrap {
        display: block;
    }
    .top-access .wrap > div:nth-of-type(1) {
        width: 100%;
        margin-bottom: 1rem;
    }
    .top-access .wrap > div:nth-of-type(2) {
        width: 100%;
    }
    .top-access dl.detail dt {
        width: 100%;
    }
    .top-access dl.detail dd {
        width: 100%;
    }	
}
.top-access .more-wrap {
    margin-top: 2.5rem;
    display: flex;
    justify-content: flex-end;
}
@media screen and (max-width: 768px) {
    .top-access .more-wrap {
        margin-top: 3.5rem;
        justify-content: center;
    }
}



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

contact

------------------------------------------- */
.top-contact {
	padding: 10rem 0;
    background: url(../img/texture-2.jpg) center top;
    background-size: 100% auto;
    position: relative;
}
.top-contact > figure {
    position: absolute;
    left: 6rem;
    top: 3rem;
    width: 22rem;
}
.top-contact p {
    text-align: center;
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 5rem;
    line-height: 1.6;
}
@media screen and (max-width: 768px) {
    .top-contact {
        padding: 14rem 3rem 8rem 3rem;
        background-size: 200% auto;
    }
    .top-contact > figure {
        left: 2rem;
        top: -3rem;
        width: 16rem;
    }
}
/* ---- ul ---- */
.top-contact ul {
    display: flex;
    justify-content: space-between;
}
.top-contact ul li {
    width: 48%;
}
.top-contact ul li a {
    background: #83756d;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 3.5rem 0;
    font-weight: bold;
    height: 18rem;
}
.top-contact ul li a::before {
    content: "";
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    border: solid 0.15rem #fff;
    position: absolute;
    left: 1rem;
    top: 1rem;
    box-sizing: border-box;
}
.top-contact ul li a img {
    width: auto;
    height: 3rem;
    margin-bottom: 2rem;
}
.top-contact ul dl {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.top-contact ul dl dt {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0.5rem;
}
.top-contact ul dl dd {
    font-size: 1.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.top-contact ul dl dd span {
    font-weight: 500;
    line-height: 1;
    font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
    .top-contact ul {
        display: block;
    }
    .top-contact ul li {
        width: 100%;
    }
    .top-contact ul li:not(:last-child) {
        margin-bottom: 1.5rem;
    }
    .top-contact ul a {
        text-decoration: none;
    }
}



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

aside

------------------------------------------- */
aside {
	padding: 8rem 0;
}
aside ul {
    display: flex;
    justify-content: space-between;
}
aside ul li {
    width: 48%;
    margin: 0 auto;
}
aside ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
    font-weight: bold;
    font-size: 2rem;
}
aside ul li a img {
    width: 3rem;
    margin-right: 1.5rem;
}
aside ul li:nth-child(1) a {
    background: #daecd8;
}
aside ul li:nth-child(2) a {
    background: #fcf2d4;
}   
@media screen and (max-width: 768px) {
    aside {
        padding: 6rem 3rem;
    }
    aside ul {
        display: block;
    }
    aside ul li {
        width: 100%;
    }
    aside ul li:not(:last-child) {
        margin-bottom: 1.5rem;
    }    
    aside ul li a {
        font-size: 1.8rem;
    }
}



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

about

------------------------------------------- */
.about-img {
    display: flex;
    margin-bottom: 2rem;
    justify-content: space-between;
}
.about-img > figure {
    width: 49%;
}
.about-img > figure img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .about-img {
        display: block;
    }
    .about-img > figure {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}



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

faq

------------------------------------------- */
.faq-list {
    border-top: solid 0.12rem #000;
}
.faq-list.border {
    border-bottom: solid 0.12rem #000;
}
/* ---- faq-ttl ---- */
.faq-ttl {
    display: flex;
    align-items: center;
    line-height: 1.4;
    padding: 2rem 6rem 2.1rem 2rem;
    position: relative;
    font-weight: bold;
    transition: all .3s;
    font-size: 1.5rem;
}
.faq-ttl i {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 2rem;
    top: calc(50% - 0.75rem);
}
.faq-ttl i::before,
.faq-ttl i::after {
    content: "";
    background: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.faq-ttl i::before {
    width: 100%;
    height: 0.2rem;
}
.faq-ttl i::after {
    width: 0.2rem;
    height: 100%;
    transition: all .3s;
}
.faq-ttl.open i::after {
    transform: translate(-50%,-50%) rotate(90deg);
}
.faq-ttl:hover {
    cursor: pointer;
}
.faq-ttl > span:nth-child(1),
.faq-content > span:nth-child(1) {
    font-size: 2rem;
    font-weight: bold;
    padding-top: 0.1rem;
    padding-bottom: 0.3rem;
    width: 5rem;
    height: 5rem;
    color: #fff;
    background: var(--prime);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-en);
    padding-top: 0.4rem;
    padding-left: 0.1rem;
}
.faq-content > span:nth-child(1) {
    background: var(--blue);
}
.faq-ttl > span:nth-child(2),
.faq-content > span:nth-child(2) {
    width: calc(100% - 5rem);
    padding-left: 2rem;
}
/* ---- faq-content ---- */
.faq-content {
    background: #f9f9f9;
    display: flex;
    padding: 2rem 2rem 2.1rem 2rem;
}
.faq-content > span:nth-child(2) {
    padding-left: 2rem;
    padding-top: 1.35rem;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .faq-ttl {
        padding: 2rem 5rem 2.1rem 1rem;
    }
    .faq-content {
        padding: 2rem 1rem 2.1rem 1rem;
    }    
}



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

form

------------------------------------------- */
.CMS-FORM-GROUP {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP {
        display: block;
    }
}
.CMS-FORM-GROUP:not(:last-of-type) {
    margin-bottom: 4rem;
}
.CMS-FORM-GROUP > label {
    width: 30%;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP label {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: rgba(0,0,0,0.04);
    padding: 2rem;
    width: 70%;
}
.CMS-FORM-GROUP textarea {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    width: 70%;
    background: rgba(0,0,0,0.04);
    height: 16rem;
    padding: 2rem;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-INPUT,
    .CMS-FORM-EMAIL,
    .CMS-FORM-GROUP textarea {
        width: 100%;
    }
}
/* ---- radio ---- */
.CMS-FORM-RADIO {
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    width: 70%;
}
.CMS-FORM-RADIO > div:not(:last-of-type) {
    margin-right: 2.5rem;
    margin-bottom: 1.2rem;
}
.CMS-FORM-RADIO > div {
    display: flex;
    align-items: center;
    width: calc(100% - 18px);
}
.CMS-FORM-RADIO > div label {
    margin-left: 0.5rem;
    margin-top: 0.3rem;
}
_::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
    margin-top: 0;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-RADIO {
        display: block;
        width: 100%;
        white-space:unset;
    }
    .CMS-FORM-RADIO > div:not(:last-of-type) {
        margin-bottom: 1.2rem;
    }
    .CMS-FORM-RADIO > div label {
        width: calc(100% - 24px);
    }
    _::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
        margin-top: 0.7rem;
    }   
}
input[type="radio"] {
    position: relative;
    width: 18px;
    height: 18px;
    background: rgba(245,245,245,1);
    border: solid 1px #ddd;
    border-radius: 50%;
    vertical-align: -2px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
input[type="radio"]:checked:before {
    content: "";
    background: var(--prime);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
}
@media screen and (max-width: 768px) {
    input[type="radio"] {
        width: 24px;
        height: 24px;
    }
    input[type="radio"]:checked:before {
        width: 12px;
        height: 12px;
    }
}
/* ---- submit ---- */
.CMS-FORM-GROUP input[type="submit"] {
    background: var(--prime);
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    margin: 0 auto;
    padding: 1.6rem 0 1.75rem 0;
    transition: all .3s;
    width: 24rem;
}
.CMS-FORM-GROUP input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.5;
}
input[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
    border: none;
    border-radius: 0;
}
input[type="submit"]::-webkit-search-decoration {
    display: none;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP input[type="submit"] {
        width: 100%;
        font-size: 1.7rem;
    }   
}
/* ---- calendar ---- */
input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: #ddd solid 1px;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 2rem;
    width: 70%;
}
@media screen and (max-width: 768px) {
    input[type="date"] {
        width: 100%;
    }
}
/* ---- select ---- */
.select-wrap {
    position: relative;
    width: 70%;
}
.select-wrap::before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-right: solid 0.15rem #333;
    border-bottom: solid 0.15rem #333;
    transform: rotate(45deg);
    position: absolute;
    right: 1.2rem;
    top: calc(50% - 0.6rem);
    z-index: 10;
}
select {
    appearance: none;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 0;
    color: #000;
    font-size: 1.4rem;
    padding: 1.6rem 4rem 1.5rem 1.5rem;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .select-wrap {
        width: 100%;
    }
}
/* ---- required ---- */
.required {
    background: var(--blue);
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    margin-left: 1.0rem;
    padding: 0.2rem 0.7rem 0.35rem 0.7rem;
    vertical-align: 0.1rem;
}
/* <span class="required">必須</span> */
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP input:focus,
    .CMS-FORM-GROUP textarea:focus {
        font-size: 16px;
    }
}



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

privacy

------------------------------------------- */
.privacy {
    background: #fff;
    border: 1px solid #000;
    font-size: 1.2rem;
    height: 20rem;
    overflow: auto;
    padding: 1.7rem 2rem;
}
.privacy-note {
    font-size: 1.2rem;
    margin: 5rem 0 2rem 0;
}



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

thanx

------------------------------------------- */
.thanx {
    text-align: center;
}
@media screen and (max-width: 768px) {
    .thanx {
        text-align: left;
    }
}
.back {
    display: block;
    text-align: center;
}
.back a {
    color: var(--prime);
}



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

price

------------------------------------------- */
table {
    width: 100%;
    border-collapse: collapse;
}
table th {
    background: #f2fafe; 
    text-align: left;
    color: var(--blue);
    width: 40%;
}
table th,
table td {
    vertical-align: middle;
    padding: 2rem;
    border-bottom: dotted 0.12rem #666;
}
table td {
    text-align: right;
    font-weight: bold;
    width: 60%;
}
table td span {
    font-size: 1.2rem;
    display: inline-block;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    table tr {
        display: flex;
        flex-direction: column;
    }
    table th,
    table td {
        width: 100%;
        text-align: left;
        padding: 1.5rem 2rem;
    }
}