@charset "UTF-8";

/* CSS Document */


/* fv
--------------------- */

#fv {
    width: 100%;
    background: linear-gradient(135deg, #FFFFFF, #DFE9F3, #FFFFFF);
    background-size: 300% 200%;
    animation: bggradient 10s ease infinite;
    position: relative;
    overflow: hidden;
}

#fv:before {
    content: "";
    width: 100%;
    height: 5px;
    background: url("../img/common/border.svg") repeat-x left top;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

#fv .motif {
    width: 100%;
    height: auto;
    position: absolute;
    top: -40px;
    left: 40%;
    margin-left: -555px;
    z-index: 1;
}

#fv .inner {
    min-height: 760px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#fv .text {
    padding-top: 250px;
    position: relative;
    z-index: 2;
}

#fv .text .catch {
    margin-bottom: 35px;
}

#fv .text .catch img {
    max-width: 558px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#fv .text .catch .en {
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 15px;
}

#fv .text .head {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 5px;
}

#fv .text h1 {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 45px;
}

#fv .illust {
    width: 100%;
    max-width: 992px;
    position: absolute;
    top: 250px;
    right: 0;
    z-index: 2;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    padding: 20px;
}

#fv .scroll {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 2;
}

#fv .scroll img {
    width: auto;
    height: 100%;
}


/* about
--------------------- */

#about {
    width: 100%;
    padding: 150px 0 320px 0;
    overflow: hidden;
    position: relative;
}

#about:before {
    white-space: nowrap;
    content: "Get to know SchoolIno";
    width: 100%;
    height: auto;
    font-size: 20.0em;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    color: #FEF5F6;
    line-height: 1;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

#about:before {
    left: 0;
    animation: flowimg 30s linear infinite;
}

@keyframes flowimg {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

#about .at-first {
    margin-bottom: 100px;
}

#about .at-first .text {
    width: 45%;
    padding-top: 80px;
    position: relative;
}

#about .at-first .text p {
    font-size: 1.6rem;
    line-height: 2em;
    margin-bottom: 65px;
}

#about .at-first .text .illust {
    width: 312px;
    position: absolute;
    bottom: 0;
    right: -140px;
    z-index: 2;
}

#about .at-first .pht {
    width: 50%;
    min-height: 710px;
    border-radius: 100px;
    /*background: url("../img/home/about_pht.jpg") no-repeat 90% center / cover;*/
    position: relative;
}

#about .at-first .pht .en {
    border-left: solid 2px #34414D;
    padding-left: 8px;
    font-size: 3.6rem;
    line-height: 1;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: -30px;
    right: 60px;
}

#about .other {}

#about .other .box {
    width: 22%;
}

#about .other .box a {
    display: block;
    position: relative;
}

#about .other .box a .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #FAFAFA;
    border-radius: 50%;
    text-align: center;
}

#about .other .box a .icon img {
    width: auto;
    height: 110px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#about .other .box a:hover .icon img {
    width: auto;
    height: 120px;
}

#about .other .box a .text {
    position: relative;
    padding-top: 35px;
}

#about .other .box a .text .arrow {
    width: 100%;
    position: absolute;
    top: -25px;
    left: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#about .other .box a:hover .text .arrow {
    top: -30px;
}

#about .other .box a .text h4 {
    font-size: 2.0rem;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 8px;
}

#about .other .box a .text p {
    font-size: 1.4rem;
    line-height: 1.8em;
    text-align: center;
}

#about .motif {
    position: absolute;
    z-index: -1;
}

#about .motif01 {
    width: 84px;
    top: 160px;
    left: 50%;
    margin-left: -250px;
}

#about .motif02 {
    width: 50px;
    top: 400px;
    left: 50%;
    margin-left: -120px;
}

#about .motif03 {
    width: 88px;
    top: 50%;
    right: -30px;
}


/* features
--------------------- */

#features {
    width: 100%;
    padding: 120px 0 0 0;
    position: relative;
}

#features .column02 {
    position: relative;
}

#features .column02:before {
    content: "";
    width: 229px;
    height: 134px;
    background: url("../img/common/illust03.png") no-repeat center top / 100%;
    background-position: bottom;
    position: absolute;
    top: -124px;
    right: 40px;
    z-index: -1;
}

#features .column02 .box a .text .head {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 12px;
}

#features .motif {
    position: absolute;
    z-index: -1;
}

#features .motif02 {
    width: 50px;
    top: 70%;
    left: -20px;
}

#features .motif03 {
    width: 120px;
    top: 160px;
    left: 50%;
    margin-left: 50px;
}


/* course
--------------------- */

#course_old {
    width: 100%;
    padding: 150px 0 100px 0;
    position: relative;
}

#course_old .motif {
    position: absolute;
    z-index: -1;
}

#course_old .motif02 {
    width: 90px;
    top: 130px;
    left: 50%;
}

#course_old .motif03 {
    width: 50px;
    bottom: 60px;
    left: 40%;
}


/* voice
--------------------- */

#voice {
    width: 100%;
    padding: 0 0 0 0;
    position: relative;
}

#voice:before {
    content: "";
    width: calc( 100vw - (100vw - 1185px) / 2);
    height: -webkit-calc(100% - 80px);
    height: calc(100% - 80px);
    background: #FEFDF1;
    border-radius: 0 80px 80px 0;
    position: absolute;
    bottom: 30px;
    left: 0;
}

#voice .tabbox {
    position: relative;
    padding-right: 100px;
}

#voice .tabbox ul.tabs {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    position: absolute;
    top: -108px;
    left: 0;
}

#voice .tabbox ul.tabs li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 60px;
    background: #fff;
    border-radius: 30px;
    border: solid 2px #EDE473;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4em;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#voice .tabbox ul.tabs li:nth-child(1) {
    margin-right: 20px;
}

#voice .tabbox ul.tabs li.select {
    background: #EDE473;
    border-radius: 30px;
    border: solid 2px #EDE473;
    position: relative;
}

#voice .tabbox ul.tabs li.select:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ede573 transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#voice .tabbox .content {
    padding-top: 30px;
}

#voice .tabbox .content .hide {
    display: none;
}

#voice .tabbox .content .cell {
    overflow: hidden;
}

#voice .tabbox .content .cell .swiper-container {
    padding-bottom: 40px;
    position: relative;
}

#voice .tabbox .content .cell .swiper-container .swiper-slide {
    display: block;
}

#voice .tabbox .content .cell .swiper-container .swiper-slide .pht {
    overflow: hidden;
    border-radius: 50%;
}

#voice .tabbox .content .cell .swiper-container .swiper-slide .pht img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}

#voice .tabbox .content .cell .swiper-container .swiper-slide:hover .pht img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

#voice .tabbox .content .cell .swiper-container .swiper-slide .text {
    padding-top: 35px;
    position: relative;
    text-align: center;
}

#voice .tabbox .content .cell .swiper-container .swiper-slide .text .arrow {
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -25px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#voice .tabbox .content .cell .swiper-container .swiper-slide:hover .text .arrow {
    top: -30px;
    margin-left: -30px;
}

#voice .tabbox .content .cell .swiper-container .swiper-slide .text h3 {
    font-size: 2.0rem;
    line-height: 1.4em;
    margin-bottom: 5px;
}

#voice .tabbox .content .cell .swiper-container .swiper-slide .text .en {
    text-align: center;
}

#voice .tabbox .content .cell .swiper-container .swiper-slide .text .en span {
    display: inline-block;
    height: 22px;
    font-size: 1.4rem;
    line-height: 22px;
    background: #fff;
    padding: 0 10px;
    border-radius: 11px;
}

#voice .tabbox .content .cell .swiper-container .swiper-pagination {
    bottom: 0;
}

#voice .tabbox .content .cell .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    border: solid 1px #34414D;
    opacity: 1.0;
}

#voice .tabbox .content .cell .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #34414D;
}

#voice .tabbox .btn {
    padding-top: 80px;
}

#voice .motif {
    position: absolute;
    z-index: -1;
}

#voice .motif02 {
    width: 60px;
    top: 0;
    right: 60px;
}


/* youtube
--------------------- */

#youtube {
    width: 100%;
    padding: 130px 0 150px 0;
    position: relative;
    overflow: hidden;
}

#youtube .btn {
    margin: auto;
}

#youtube .swiper-container {
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 25px;
    position: relative;
}

#youtube .swiper-container a.swiper-slide {
    display: block;
}

#youtube .swiper-container a.swiper-slide .pht {
    overflow: hidden;
    border-radius: 30px;
}

#youtube .swiper-container a.swiper-slide .pht img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}

#youtube .swiper-container a.swiper-slide:hover .pht img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

#youtube .swiper-container a.swiper-slide .text {
    padding-top: 20px;
    position: relative;
}

#youtube .swiper-container a.swiper-slide .text .arrow {
    position: absolute;
    top: -25px;
    right: 30px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#youtube .swiper-container a.swiper-slide:hover .text .arrow {
    top: -30px;
    right: 25px;
}

#youtube .swiper-container a.swiper-slide .text .cat {
    font-size: 1.4rem;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 5px;
}

#youtube .swiper-container a.swiper-slide .text h3 {
    font-size: 2.0rem;
    letter-spacing: 0;
    line-height: 1.4em;
    margin-bottom: 5px;
}

#youtube .swiper-container a.swiper-slide .text time.en {
    font-size: 1.2rem;
    line-height: 1;
}

#youtube .swiper-container .swiper-pagination {
    bottom: 0;
}

#youtube .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    border: solid 1px #34414D;
    opacity: 1.0;
}

#youtube .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #34414D;
}

#youtube .motif {
    position: absolute;
    z-index: 3;
}

#youtube .motif01 {
    width: 130px;
    top: 50px;
    left: 55%;
}

#youtube .motif02 {
    width: 60px;
    bottom: 70px;
    left: 15%;
}


/* news
--------------------- */

#news {
    width: 100%;
    padding: 150px 0;
    position: relative;
    background: linear-gradient(135deg, #FFFFFF, #DFE9F3, #FFFFFF);
    background-size: 300% 300%;
    animation: bggradient 10s ease infinite;
}

#news .text {
    width: 260px;
}

#news .text .title {
    margin-bottom: 20px;
}

#news .text .txt {
    margin-bottom: 40px;
}

#news ul {
    width: -webkit-calc(100% - 230px);
    width: calc(100% - 230px);
    padding-left: 5%;
}

#news ul li {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 20px;
}

#news ul li:nth-last-child(1) {
    margin-bottom: 0;
}

#news ul li a {
    display: block;
    padding: 22px 70px 22px 22px;
    font-size: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

#news ul li a:hover {
    opacity: 0.8;
}

#news ul li a .en {
    font-size: 1.4rem;
    padding-right: 22px;
}

#news ul li a .arrow {
    position: absolute;
    top: 50%;
    right: 22px;
    margin-top: -20px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#news ul li a:hover .arrow {
    right: 18px;
}

#news ul li a .arrow span {
    width: 40px;
    height: 40px;
}

#news .motif {
    position: absolute;
    z-index: -1;
}

#news .motif02 {
    width: 70px;
    top: 100px;
    left: 400px;
}


/* faq
--------------------- */

#faq {
    width: 100%;
    padding: 150px 0;
    position: relative;
}

#faq:before {
    content: "";
    width: calc( 100vw - (100vw - 1185px) / 2);
    height: 100%;
    background: #52489C;
    border-radius: 0 80px 80px 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

#faq .area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 100px;
}

#faq .area .text {
    width: -webkit-calc(100% - 230px);
    width: calc(100% - 230px);
    color: #fff;
    padding-right: 30px;
}

#faq .area .text .title {
    margin-bottom: 30px;
}

#faq .area .text .txt {
    max-width: 620px;
}

#faq .motif {
    position: absolute;
    z-index: 2;
}

#faq .motif01 {
    width: 50px;
    top: 110px;
    left: 50%;
    margin-left: -530px;
}

#faq .motif02 {
    width: 120px;
    top: -50px;
    right: 20%;
    opacity: 0.2;
}

#faq .motif03 {
    width: 70px;
    bottom: 40px;
    right: 30%;
}


/* blog-area
--------------------- */

#blog-area {
    width: 100%;
    padding: 130px 0 0 0;
    position: relative;
    overflow: hidden;
}

#blog-area .btn {
    margin: auto;
}

#blog-area .swiper-container {
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 25px;
    position: relative;
}

#blog-area .swiper-container a.swiper-slide {
    display: block;
}

#blog-area .swiper-container a.swiper-slide .pht {
    overflow: hidden;
    border-radius: 30px;
}

#blog-area .swiper-container a.swiper-slide .pht img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}

#blog-area .swiper-container a.swiper-slide:hover .pht img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

#blog-area .swiper-container a.swiper-slide .text {
    padding-top: 20px;
    position: relative;
}

#blog-area .swiper-container a.swiper-slide .text .arrow {
    position: absolute;
    top: -25px;
    right: 30px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#blog-area .swiper-container a.swiper-slide:hover .text .arrow {
    top: -30px;
    right: 25px;
}

#blog-area .swiper-container a.swiper-slide .text .cat {
    font-size: 1.4rem;
    letter-spacing: 0;
    font-weight: 600;
    color: #A7A7A7;
    line-height: 1.2em;
    margin-bottom: 5px;
}

#blog-area .swiper-container a.swiper-slide .text h3 {
    font-size: 2.0rem;
    letter-spacing: 0;
    line-height: 1.4em;
    margin-bottom: 5px;
}

#blog-area .swiper-container a.swiper-slide .text time.en {
    font-size: 1.2rem;
    line-height: 1;
}

#blog-area .swiper-container .swiper-pagination {
    bottom: 0;
}

#blog-area .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    border: solid 1px #34414D;
    opacity: 1.0;
}

#blog-area .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #34414D;
}

@media screen and (max-width: 1600px) {
    #fv .illust {
        width: 750px;
        /*top: 130px;*/
        right: 6%;
    }
}

@media screen and (max-width: 1400px) {
    #fv .illust {
        width: 650px;
        /*top: 130px;*/
        right: 6%;
    }
}


/* 1300px */

@media screen and (max-width: 1300px) {
    /* fv
--------------------- */
    #fv .inner {
        /*height: 700px;*/
    }
    #fv .text {
        padding-top: 220px;
    }
    #fv .text .catch img {
        max-width: 450px;
    }
    #fv .illust {
        width: 550px;
        /*top: 130px;*/
        right: 6%;
    }
    #fv .scroll {
        left: 7%;
    }
    /* about
--------------------- */
    #about .at-first .text .illust {
        width: 160px;
        bottom: -10px;
    }
    #about .other .box {
        width: 23%;
    }
    #about .other .box a .text p br {
        display: none;
    }
    #about .motif02 {
        margin-left: -70px;
    }
    /* voice
--------------------- */
    #voice:before {
        width: 93%;
    }
    #voice .tabbox {
        padding-right: 7%;
    }
    #voice .tabbox ul.tabs {
        width: 93%;
    }
    #voice .tabbox ul.tabs li {
        width: 190px;
    }
    #voice .tabbox .content {
        padding-top: 20px;
    }
    #voice .tabbox .btn {
        padding-top: 60px;
    }
    /* youtube
--------------------- */
    #youtube .area .inner .en_txt {
        right: 7%;
    }
    /* faq
--------------------- */
    #faq:before {
        width: 93%;
    }
    #faq .area {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-right: 7%;
    }
    #faq .motif01 {
        left: 20%;
        margin-left: 0;
    }
}

@media screen and (max-width: 1200px) {
    #fv .illust {
        width: 450px;
        /*top: 130px;*/
        right: 6%;
    }
}

@media screen and (max-width: 1100px) {
    #fv .illust {
        width: 400px;
        /*top: 130px;*/
        right: 6%;
    }
}


/* 1024px */

@media screen and (max-width: 1024px) {
    /* fv
--------------------- */
    #fv .motif {
        width: 1100px;
        top: -20px;
        margin-left: -550px;
    }
    #fv .inner {
        min-height: unset;
    }
    #fv .text {
        padding-top: 250px;
    }
    #fv .text .catch img {
        max-width: 350px;
    }
    #fv .text .catch .en {
        font-size: 1.1rem;
    }
    #fv .text .head {
        font-size: 2.0rem;
    }
    #fv .text h1 {
        font-size: 1.6rem;
    }
    /*
    #fv .illust {
        width: 380px;
        top: 220px;
    }
    */
    #fv .illust {
        display: block;
        width: 100%;
        /*max-width: 400px;*/
        margin: auto;
        /*text-align: center;*/
        position: static;
        padding-bottom: 5px;
    }
    #fv .scroll {
        bottom: 30px;
    }
    /* about
--------------------- */
    #about {
        padding: 120px 0 170px 0;
    }
    #about:before {
        font-size: 10.0em;
    }
    #about .at-first {
        margin-bottom: 80px;
    }
    #about .at-first .text {
        width: 45%;
        padding-top: 0;
    }
    #about .at-first .text p {
        font-size: 1.5rem;
        line-height: 1.8em;
        margin-bottom: 35px;
    }
    #about .at-first .text .illust {
        width: 100px;
        bottom: -10px;
        right: -70px;
    }
    #about .at-first .pht {
        border-radius: 50px;
        min-height: auto;
    }
    #about .at-first .pht .en {
        font-size: 3.0rem;
    }
    #about .other .box {
        width: 23%;
    }
    #about .other .box a .icon img {
        height: 70px;
    }
    #about .other .box a:hover .icon img {
        height: 70px;
    }
    #about .other .box a .text {
        padding-top: 30px;
    }
    #about .other .box a .text .arrow {
        top: -20px;
    }
    #about .other .box a:hover .text .arrow {
        top: -20px;
    }
    #about .other .box a .text h4 {
        font-size: 1.7rem;
    }
    #about .other .box a .text p {
        font-size: 1.3rem;
        line-height: 1.8em;
    }
    #about .motif01 {
        width: 64px;
        top: 60px;
        margin-left: -150px;
    }
    #about .motif02 {
        width: 25px;
        top: 220px;
        left: 50%;
        margin-left: -60px;
    }
    #about .motif03 {
        width: 60px;
        top: 55%;
        right: -20px;
    }
    /* features
--------------------- */
    #features {
        padding: 100px 0 0 0;
    }
    #features .column02 {
        position: relative;
    }
    #features .column02:before {
        width: 150px;
        height: 90px;
        top: -80px;
    }
    #features .column02 .box a .text .head {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }
    #features .motif02 {
        width: 50px;
        top: 70%;
        left: -20px;
    }
    #features .motif03 {
        width: 100px;
        top: 130px;
        left: 50%;
        margin-left: 50px;
    }
    /* course
--------------------- */
    #course {
        padding: 120px 0 90px 0;
    }
    #course .motif02 {
        left: 70%;
    }
    /* voice
--------------------- */
    #voice:before {
        height: -webkit-calc(100% - 70px);
        height: calc(100% - 70px);
        border-radius: 0 40px 40px 0;
        bottom: 30px;
    }
    #voice .tabbox {
        position: relative;
    }
    #voice .tabbox ul.tabs {
        width: 320px;
        margin: auto;
        position: static;
        top: 0;
        margin-bottom: 20px;
    }
    #voice .tabbox ul.tabs li {
        width: 48.5%;
        height: 40px;
        border-radius: 20px;
        line-height: 1;
        font-size: 1.4rem;
    }
    #voice .tabbox ul.tabs li:nth-child(1) {
        margin-right: 3%;
    }
    #voice .tabbox ul.tabs li.select {
        background: #EDE473;
        border-radius: 20px;
    }
    #voice .tabbox .content {
        padding-top: 10px;
    }
    #voice .tabbox .content .cell .swiper-container .swiper-slide:hover .pht img {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -o-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
    }
    #voice .tabbox .content .cell .swiper-container .swiper-slide .text {
        padding-top: 28px;
    }
    #voice .tabbox .content .cell .swiper-container .swiper-slide .text .arrow {
        top: -20px;
        margin-left: -20px;
    }
    #voice .tabbox .content .cell .swiper-container .swiper-slide:hover .text .arrow {
        top: -20px;
        margin-left: -20px;
    }
    #voice .tabbox .content .cell .swiper-container .swiper-slide .text h3 {
        font-size: 1.6rem;
    }
    #voice .tabbox .content .cell .swiper-container .swiper-slide .text .en span {
        height: 20px;
        font-size: 1.2rem;
        line-height: 20px;
        border-radius: 10px;
    }
    #voice .tabbox .btn {
        padding-top: 30px;
    }
    #voice .motif02 {
        width: 50px;
        top: 0;
        right: 20px;
    }
    /* youtube
--------------------- */
    #youtube {
        padding: 100px 0 120px 0;
    }
    /* news
--------------------- */
    #news {
        padding: 120px 0;
    }
    #news .inner {
        display: block;
    }
    #news .text {
        width: 100%;
    }
    #news .text .title {
        margin-bottom: 30px;
    }
    #news .text .txt {
        display: none;
    }
    #news .text .pc {
        display: none;
    }
    #news ul {
        width: 100%;
        padding-left: 0;
        margin-bottom: 40px;
    }
    #news ul li {
        margin-bottom: 15px;
        border-radius: 15px;
    }
    #news ul li a {
        padding: 22px 62px 22px 22px;
        font-size: 1.3rem;
    }
    #news ul li a:hover {
        opacity: 1.0;
    }
    #news ul li a .en {
        font-size: 1.3rem;
    }
    #news ul li a .arrow {
        right: 22px;
        margin-top: -17px;
    }
    #news ul li a:hover .arrow {
        right: 22px;
    }
    #news ul li a .arrow span {
        width: 34px;
        height: 34px;
    }
    #news .sp {
        display: block !important;
        margin: auto;
    }
    #news .motif02 {
        width: 70px;
        top: 170px;
        left: 75%;
    }
    /* faq
--------------------- */
    #faq {
        padding: 120px 0;
    }
    #faq:before {
        border-radius: 0 40px 40px 0;
    }
    #faq .area {
        display: block;
    }
    #faq .area .text {
        width: 100%;
        color: #fff;
        padding-right: 0;
    }
    #faq .area .text .title {
        margin-bottom: 20px;
    }
    #faq .area .text .txt {
        max-width: 100%;
        margin-bottom: 40px;
    }
    #faq .area .btn {
        margin: auto;
    }
    #faq .motif01 {
        top: 80px;
    }
    /* blog-area
--------------------- */
    #blog-area {
        padding: 100px 0 0 0;
    }
}


/* max 767px */

@media screen and (max-width: 767px) {
    /* fv
--------------------- */
    #fv .motif {
        width: 700px;
        top: 70px;
        margin-left: -370px;
    }
    #fv .inner {
        height: auto;
    }
    #fv .text {
        padding-top: 120px;
        padding-bottom: 30px;
    }
    #fv .text .catch {
        margin-bottom: 25px;
        text-align: center;
    }
    #fv .text .catch img {
        width: 80%;
        max-width: 360px;
        margin: auto;
    }
    #fv .text .catch .en {
        font-size: 1.0rem;
        letter-spacing: 0;
        margin-top: 15px;
    }
    #fv .text .head {
        font-size: 1.8rem;
        text-align: center;
        letter-spacing: 0;
        margin-bottom: 5px;
    }
    #fv .text h1 {
        font-size: 1.6rem;
        text-align: center;
        margin-bottom: 25px;
    }
    #fv .text .btn {
        margin: 0 auto;
    }
    #fv .illust {
        display: block;
        width: 100%;
        height: 300px;
        /* max-width: 400px;*/
        margin: auto;
        /*text-align: center;*/
        position: static;
        padding-bottom: 5px;
    }
    #fv .scroll {
        display: none;
    }
    /* about
--------------------- */
    #about {
        padding: 80px 0 100px 0;
    }
    #about:before {
        font-size: 7.0em;
    }
    #about .at-first {
        display: block;
        margin-bottom: 50px;
        position: relative;
    }
    #about .at-first .text {
        width: 100%;
        padding-top: 0;
        position: static;
    }
    #about .at-first .text p {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    #about .at-first .text .btn {
        margin: auto;
    }
    #about .at-first .text .illust {
        width: 100px;
        left: 10%;
        bottom: -10px;
        right: auto;
    }
    #about .at-first .pht {
        aspect-ratio: 3 / 2;
        width: 100%;
        height: 100%;
        border-radius: 30px;
        min-height: 100%;
        margin-top: -25px;
        z-index: -1;
    }
    #about .at-first .pht .en {
        display: none;
    }
    #about .other {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #about .other .box {
        width: 47%;
        margin-right: 6%;
        margin-bottom: 25px;
    }
    #about .other .box:nth-child(2n) {
        margin-right: 0;
    }
    #about .other .box a .icon img {
        height: 60px;
    }
    #about .other .box a:hover .icon img {
        height: 60px;
    }
    #about .motif01 {
        top: 40px;
        margin-left: 50px;
    }
    #about .motif02 {
        top: 220px;
        left: auto;
        right: 7%;
        margin-left: 0;
    }
    #about .motif03 {
        top: 47%;
    }
    /* features
--------------------- */
    #features {
        padding: 70px 0 0 0;
    }
    #features .column02 {
        position: relative;
    }
    #features .column02:before {
        width: 70px;
        height: 50px;
        top: -37px;
        right: 10px;
    }
    #features .column02 .box a .text .head {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }
    #features .motif02 {
        top: 75%;
    }
    #features .motif03 {
        width: 100px;
        top: 110px;
        left: 54%;
        margin-left: 0;
    }
    /* course
--------------------- */
    #course {
        padding: 80px 0 50px 0;
    }
    #course .motif02 {
        width: 70px;
        left: 50%;
    }
    #course .motif03 {
        width: 30px;
        bottom: 10px;
        left: 40%;
    }
    /* voice
--------------------- */
    #voice {
        margin-bottom: 80px;
    }
    #voice:before {
        width: 95%;
    }
    /* youtube
--------------------- */
    #youtube {
        padding: 0 0 80px 0;
    }
    #youtube .swiper-container {
        overflow: hidden;
        padding-bottom: 30px;
        margin-bottom: 15px;
        position: relative;
    }
    #youtube .swiper-container a.swiper-slide .pht {
        border-radius: 15px;
    }
    #youtube .swiper-container a.swiper-slide .text {
        padding-top: 15px;
        position: relative;
    }
    #youtube .swiper-container a.swiper-slide .text .arrow {
        position: absolute;
        top: -25px;
        right: 30px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }
    #youtube .swiper-container a.swiper-slide:hover .text .arrow {
        top: -30px;
        right: 25px;
    }
    #youtube .swiper-container a.swiper-slide .text .cat {
        font-size: 1.3rem;
    }
    #youtube .swiper-container a.swiper-slide .text h3 {
        font-size: 1.8rem;
        margin-bottom: 3px;
    }
    #youtube .swiper-container a.swiper-slide .text time.en {
        font-size: 1.0rem;
    }
    #youtube .swiper-container .swiper-pagination {
        bottom: 0;
    }
    #youtube .swiper-container .swiper-pagination .swiper-pagination-bullet {
        background: #fff;
        border: solid 1px #34414D;
        opacity: 1.0;
    }
    #youtube .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
        background: #34414D;
    }
    #youtube .motif {
        position: absolute;
        z-index: 3;
    }
    #youtube .motif01 {
        width: 50px;
        top: 0;
        left: 80%;
    }
    #youtube .motif02 {
        width: 40px;
        bottom: 20px;
    }
    /* news
--------------------- */
    #news {
        padding: 80px 0;
    }
    #news .inner {
        display: block;
    }
    #news .text {
        width: 100%;
    }
    #news .text .title {
        margin-bottom: 30px;
    }
    #news .text .txt {
        display: none;
    }
    #news .text .pc {
        display: none;
    }
    #news ul {
        width: 100%;
        padding-left: 0;
        margin-bottom: 30px;
    }
    #news ul li {
        margin-bottom: 15px;
        border-radius: 15px;
    }
    #news ul li a {
        padding: 18px 72px 18px 18px;
        font-size: 1.3rem;
        overflow: auto;
        white-space: inherit;
    }
    #news ul li a .en {
        display: block;
        font-size: 1.1rem;
        padding-right: 18px;
        margin-bottom: 3px;
    }
    #news ul li a .arrow {
        right: 18px;
    }
    #news ul li a:hover .arrow {
        right: 18px;
    }
    #news .sp {
        display: block !important;
        margin: auto;
    }
    #news .motif02 {
        width: 70px;
        top: 120px;
        left: 65%;
    }
    /* faq
--------------------- */
    #faq {
        padding: 80px 0;
    }
    #faq:before {
        width: 95%;
    }
    #faq .motif01 {
        top: 40px;
    }
    #faq .motif03 {
        bottom: 20px;
        right: 10%;
    }
    /* blog-area
--------------------- */
    #blog-area {
        padding: 80px 0 0 0;
    }
    #blog-area .swiper-container {
        overflow: hidden;
        padding-bottom: 30px;
        margin-bottom: 15px;
        position: relative;
    }
    #blog-area .swiper-container a.swiper-slide .pht {
        border-radius: 15px;
    }
    #blog-area .swiper-container a.swiper-slide .text {
        padding-top: 15px;
        position: relative;
    }
    #blog-area .swiper-container a.swiper-slide .text .arrow {
        position: absolute;
        top: -25px;
        right: 20px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }
    #blog-area .swiper-container a.swiper-slide:hover .text .arrow {
        top: -30px;
        right: 15px;
    }
    #blog-area .swiper-container a.swiper-slide .text .cat {
        font-size: 1.3rem;
    }
    #blog-area .swiper-container a.swiper-slide .text h3 {
        font-size: 1.8rem;
        margin-bottom: 3px;
    }
    #blog-area .swiper-container a.swiper-slide .text time.en {
        font-size: 1.0rem;
    }
    #blog-area .swiper-container .swiper-pagination {
        bottom: 0;
    }
    #blog-area .swiper-container .swiper-pagination .swiper-pagination-bullet {
        background: #fff;
        border: solid 1px #34414D;
        opacity: 1.0;
    }
    #blog-area .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
        background: #34414D;
    }
}