@charset "UTF-8";
/* CSS Document */

.top_title03 {
    width: 90% !important;
    max-width: 280px;
}


/* PC・SP表示切り替え  */
.sp-course {
    display: none !important;
}

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

    /* .pc {
        display: none !important;
    } */
    .sp {
        display: block !important;
    }

    body {
        font-size: 14px;
    }
}

@media screen and (max-width:1024px) {
    .sp-course {
        display: block !important;
    }

    .pc-course {
        display: none !important;
    }
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}

/* ----------------
メインビジュアル
---------------- */
main {
    margin-bottom: 0;
}

/* Add 2019.7.26 */
.swiper-main a:hover {
  opacity: 1!important;  
}

/* ----------------
コンテンツ
---------------- */
#content {
    margin: 0 auto;
    text-align: center;
    background-image: url(../img/bg-grid.png);
    background-size: contain;
}

.ttl {
    width: auto;
    height: 67px;
}

.bct {
    font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    font-size: 44px;
    color: #e97196;
    font-weight: bold;
}

.bct-l {
    margin-right: 40px;
}

.bct-r {
    margin-left: 40px;
}

.con {
    padding: 60px 0;
}

.con p {
    margin-top: 20px;
}

.con-1 p {
    margin-bottom: 60px;
}

.con-2 {
    background-image: url(../img/con-2_bg.jpg);
    background-size: cover;
    color: #fff;
}

.con-2 h3 {
    color: #fff;
}

.con-2 p {
    margin-bottom: 40px;
}

.con-btn {
    font-size: 16px;
    background: -webkit-gradient(linear, left top, right top, from(#ff64ab), to(#00c0d7));
    background: linear-gradient(to right, #ff64ab, #00c0d7);
    color: #FFF;
    padding: 15px 65px;
    margin-top: 40px;
    border-radius: 50px;
    display: inline-block;
    -webkit-box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
    font-weight: bold;
}

.con-3 {
    border-bottom: solid 4px #eb7198;
}

@media screen and (max-width:768px) {
    .con-1 p {
        padding-right: 25px;
        padding-left: 25px;
        margin-bottom: 40px;
        text-align: left;
    }

    .con-2 h3 {
        letter-spacing: -1.5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        white-space: nowrap;
    }

    .con-2 p {
        margin: 25px 0;
        font-size: 18px;
    }

    .bct-l {
        margin-right: 20px;
    }

    .bct-r {
        margin-left: 20px;
    }

    .con {
        padding: 40px 0;
    }

    .con-btn {
        margin-top: 30px;
    }
}


/* 各セクション共通  */
.sec_common {
    width: 100%;
    padding-top: 30px;
}

@media screen and (max-width:768px) {
    .sec_common {
        padding-top: 15px;
    }
}


/* セクションBlog, News  */
.clm_container {
    max-width: 1024px;
    width: calc(100% - 20px);
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto;
}

.Top_item {
    width: 172px;
    margin-right: 31px;
    border: 0px solid #d0d0d0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    -webkit-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
}

.Top_item:last-child {
  margin-right: 0;
}

.Top_item:hover {
    opacity: .6;
}

.Top_item_imgbox {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.Top_item_imgbox::after {
  content: '';
  display: block;
  padding-top: 75%;
}

.Top_item_imgbox img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.Top_item time {
    display: block;
    color: #e97196;
    font-size: 0.7rem;
    font-weight: 600;
    margin: 13px 0 13px;
}

.Top_item p {
    font-size: 0.875rem;
}

.con-3 p,
.con-4 p {
    margin-top: 0;
}

@media screen and (max-width:768px) {
    .clm_container {
        width: auto;
    }
}


/* セクション Carousel  */
.sec_carousel {
    width: 100%;
    background-color: #000000;
}

.swiper-custom-parent {
    width: 1258px;
    position: relative;
    margin: 0 auto;
    padding-bottom: 20px;
}

.swiper-container {
    width: 1216px;
    /* padding: 0 22px !important; */
}

.swiper-container .swiper-slide img {
    max-width: 240px;
    max-height: 144px;
    border-radius: 3px;
    margin-bottom: 12px;
}

.swiper-button-prev {
    width: 7px !important;
    height: 14px !important;
    background: url(../img/btn_carousel_prev.png) no-repeat center center / contain !important;
    left: 0 !important;
}

.swiper-button-next {
    right: 0px !important;
    width: 7px !important;
    height: 14px !important;
    background: url(../img/btn_carousel_next.png) no-repeat center center / contain !important;
}

.sec_carousel .txt {
    width: 88%;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    display: block;
}

.sec_carousel .txt::after {
    content: '';
    display: block;
}

.sec_carousel .txt-wrap {
    position: relative;
    display: block;
    text-decoration: none;
    margin: auto;
}

.sec_carousel .txt-wrap::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f101';
    font-weight: 900;
    color: #fff;
    right: 10px;
    top: 5px;
    font-size: 14px;
}

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

    /* 1257px以下で4列（JS参照） */
    .swiper-custom-parent {
        width: 768px;
    }

    .swiper-container {
        width: 720px;
    }

    .sec_insta {
        display: none;
    }

    .Top_item {
        width: calc(25% - 20px);
        margin-right: 17px;
    }

    .Top_item:nth-child(n+5) {
        display: none;
    }
}

@media screen and (max-width:768px) and (min-width: 601px){
    .Slide-sp {
        padding-bottom: 8px;
    }

    .swiper-slide {
        width: 33.3%;
    }

    .swiper-slide img {
        width: 90%;
        height: auto;
    }

    .sec_carousel .txt {
        margin-bottom: 7px;
        font-size: 13px;
    }

    .Slide-sp .flex {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .sec_carousel .txt-wrap {
        width: 90%;
    }

    .sec_carousel .txt-wrap::after {
        right: 0;
    }

    .Top_item {
        margin-right: 0;
    }
}
@media screen and (max-width:600px) {
    .Slide-sp {
        padding-bottom: 8px;
    }

    .swiper-slide {
        width: 50%;
    }

    .swiper-container .swiper-slide img {
        width: 90%;
        height: auto;
    }

    .sec_carousel .txt {
        margin-bottom: 7px;
        font-size: 13px;
    }

    .Slide-sp .flex {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .sec_carousel .txt-wrap {
        width: 90%;
    }

    .sec_carousel .txt-wrap::after {
        right: 0;
    }

    .Top_item {
        margin-right: 0;
    }
}


/* セクション Course  */
.sec_common.sec_course {
    width: 100%;
    padding-top: 0px;
}

#tab_accordion {
    margin: 0 auto;
    width: 100%;
    height: 697px;
    font-size: 12px;
    position: relative;
}

#tab_accordion dl {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}

#tab_accordion dl dt {
    top: 0;
    left: 0;
    width: 25%;
    height: 160px;
    font-weight: bold;
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-image: url('../img/course_tab_bg01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border-right: 4px solid #fff;
}

#tab_accordion dl:nth-child(2) dt {
    left: 25%;
    background-image: url('../img/course_tab_bg02.jpg');
}

#tab_accordion dl:nth-child(3) dt {
    left: 50%;
    background-image: url('../img/course_tab_bg03.jpg');
}

#tab_accordion dl:nth-child(4) dt {
    left: 75%;
    background-image: url('../img/course_tab_bg04.jpg');
    border-right: none;
}

#tab_accordion dl dt a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 0;
    font-weight: bold;
    display: block;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    color: #fff;
}

#tab_accordion dl dt .no {
    width: auto;
    width: 105px;
    height: 55px;
    position: absolute;
    top: 3px;
    right: 3px;
}

#tab_accordion dl dt .title {
    width: auto;
    height: 50px;
    position: absolute;
    top: 90px;
    left: 25px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#tab_accordion dl dt .txt {
    position: absolute;
    top: 90px;
    left: 25px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0.4s;
    transition: all 0.3s ease-out 0.4s;
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
    font-weight: normal;
}

#tab_accordion dl dt.active .title {
    top: 20px;
}

#tab_accordion dl dt.active .txt {
    opacity: 1;
}

#tab_accordion dl.course01 dt.active {
    background: #e97196;
}

#tab_accordion dl.course02 dt.active {
    background: #49bdca;
}

#tab_accordion dl.course03 dt.active {
    background: #f7a859;
}

#tab_accordion dl.course04 dt.active {
    background: #70b9e7;
}

#tab_accordion dl dt.active::before,
#tab_accordion dl dt.active::after {
    /* 三角 */
    content: '';
    border: 9px solid transparent;
    position: absolute;
    margin-top: -12px;
}

#tab_accordion dl dt.active::after {
    border-top-color: #e97196;
    /*三角背景*/
    bottom: -23px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
}

#tab_accordion dl.course02 dt.active::after {
    border-top-color: #49bdca;
    /*三角背景*/
}

#tab_accordion dl.course03 dt.active::after {
    border-top-color: #f7a859;
    /*三角背景*/
}

#tab_accordion dl.course04 dt.active::after {
    border-top-color: #70b9e7;
    /*三角背景*/
}

#tab_accordion dl dd {
    top: 160px;
    left: 0;
    width: 100%;
    height: 441px;
    text-align: left;
    display: none;
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: #e97196 6px solid;
}

#tab_accordion dl.course02 dd {
    border-top: #49bdca 6px solid;
}

#tab_accordion dl.course03 dd {
    border-top: #f7a859 6px solid;
}

#tab_accordion dl.course04 dd {
    border-top: #70b9e7 6px solid;
}

#tab_accordion dl dd .container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

#tab_accordion dl dd .Top_item:nth-child(1) {
    width: 40%;
    background-repeat: no-repeat;
    background-size: cover;
}

#tab_accordion dl dd .Top_item:nth-child(2) {
    width: 60%;
}

#tab_accordion dl dd .Top_item.ph01 {
    background-image: url('../img/course_bg01.jpg');
    margin-right: 0;
    position: relative;
}

#tab_accordion dl dd .Top_item.ph02 {
    background-image: url('../img/course_bg02.jpg');
    margin-right: 0;
    position: relative;
}

#tab_accordion dl dd .Top_item.ph03 {
    background-image: url('../img/course_bg03.jpg');
    margin-right: 0;
    position: relative;
}

#tab_accordion dl dd .Top_item.ph04 {
    background-image: url('../img/course_bg04.jpg');
    margin-right: 0;
    position: relative;
}

#tab_accordion dl dd p {
    padding-bottom: 2em;
}

.sec_common.sec_course .btn_container {
    width: 100%;
    height: 90px;
    background-color: #e97196;
    text-align: center;
}

.sec_common.sec_course dl.course02 .btn_container {
    background-color: #49bdca;
}

.sec_common.sec_course dl.course03 .btn_container {
    background-color: #f7a859;
}

.sec_common.sec_course dl.course04 .btn_container {
    background-color: #70b9e7;
}

.omt01 {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 135px;
    height: 131px;
}

.omt02 {
    position: absolute;
    bottom: 50px;
    right: 20px;
    width: 105px;
    height: 128px;
}

.sec_common.sec_course dl.course02 .omt01 {
    top: 200px;
    left: 40px;
}

.sec_common.sec_course dl.course02 .omt02 {
    right: 40px;
}

.sec_common.sec_course dl.course03 .omt01 {
    top: 40px;
    left: 60px;
}


.sec_common.sec_course dl.course04 .omt01 {
    top: 240px;
}

.sec_common.sec_course dl.course04 .omt02 {
    right: 40px;
    bottom: 20px;
}

.co01_con-r {
    padding: 40px;
    margin-right: 0;
    background-color: #f8f8f8;
}

.course_ttl {
    width: 107px;
    height: 103px;
    margin-right: 40px;
}

#tab_accordion dl dd .course_ttl_en {
    font-size: 16px;
    margin: 10px 0 20px;
    padding: 0;
}

#tab_accordion dl dd .course_note {
    font-size: 18px;
    max-width: 460px;
    margin: 0 0 40px;
    padding-bottom: 0;
}

.course_point {
    max-width: 607px;
    height: auto;
}

.course_point:last-child {
    margin-right: 0;
}

.btn_container .con-btn {
    background: #fff;
    color: #282828;
    -webkit-box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
    margin: 20px 0;
}

@media screen and (max-width:1024px) {
    #tab_accordion {
        width: 100%;
        height: auto;
        border: none;
    }

    #tab_accordion dl {
        top: auto;
        left: auto;
        width: 100%;
        position: relative;
        margin-bottom: 5px;
    }

    #tab_accordion dl dt {
        top: auto;
        left: auto;
        width: 100%;
        position: relative;
        border-right: none;
    }

    #tab_accordion dl:nth-child(2) dt,
    #tab_accordion dl:nth-child(3) dt,
    #tab_accordion dl:nth-child(4) dt {
        left: auto;
    }

    #tab_accordion dl dt a {
        height: auto;
        line-height: 1em;
        text-align: left;
    }

    #tab_accordion dl dt .no {
        right: 0;
    }

    #tab_accordion dl dt.btnAcv {
        border-bottom: #999 1px solid;
        background: #bbb;
    }

    #tab_accordion dl dt.btnAcv a:after {
        content: none;
    }

    #tab_accordion dl dd {
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        position: relative;
    }

    #tab_accordion dl dd .container {
        display: -webkit-inline-box;
        border: 2px solid #e97196;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    #tab_accordion dl.course02 dd .container {
        border: 2px solid #49bdca;
    }

    #tab_accordion dl.course03 dd .container {
        border: 2px solid #f7a859;
    }

    #tab_accordion dl.course04 dd .container {
        border: 2px solid #70b9e7;
    }

    #tab_accordion dl dd .Top_item:nth-child(1),
    #tab_accordion dl dd .Top_item:nth-child(2) {
        width: 100%;
    }

    .course_ttl {
        width: 267px;
        height: auto;
        margin-bottom: 20px;
    }

    .co01_con-r {
        padding: 30px;
    }

    #tab_accordion dl dd .course_note {
        padding: 0;
        width: auto;
        margin-bottom: 30px;
        font-size: 14px;
    }

    #tab_accordion dl dd .course_ttl_en {
        margin: 20px 0 30px;
    }

    #tab_accordion h3 {
        font-size: 30px;
    }

    #tab_accordion .course_point {
        width: 304px;
        height: auto;
        margin-right: 0;
    }

    #tab_accordion .con-btn_sp {
        background: #e97196;
        margin: 30px auto 10px;
        text-align: center;
        display: block;
    }

    #tab_accordion dl.course02 .con-btn_sp {
        background: #49bdca;
    }

    #tab_accordion dl.course03 .con-btn_sp {
        background: #f7a859;
    }

    #tab_accordion dl.course04 .con-btn_sp {
        background: #70b9e7;
    }

    #tab_accordion .adn_open {
        width: 100px;
        height: 30px;
        position: absolute;
        bottom: -130px;
        right: 0;
        -webkit-transition: all 0.2s ease-out 0.3s;
        transition: all 0.2s ease-out 0.3s;
    }

    #tab_accordion .course01 .adn_open {
        bottom: 0;
    }

    #tab_accordion dt.active .adn_open {
        opacity: 0;
    }
}


/* セクション Insta  */
.sec_insta {
    height: 600px;
    padding-top: 65px;
    background-color: #000000;
}

.sec_insta .title_insta {
    width: 373px;
    margin: 0 auto 40px;
}

.sec_insta .image-wrapper {
    background-color: transparent;
}

/* インスタ写真用 */
.insta_content {
    max-width: 1278px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0 20px;
}

.insta_block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -20px
}

.insta_block .insta_block_item {
    width: calc(11.1111% - 20px);
    height: auto;
    min-width: 110px;
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.insta_block .insta_block_item::before {
    content: '';
    display: block;
    padding-top: 100%;
    width: 100%;    
}

.insta_block .insta_block_item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    width: 100%;
}



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

    /* インスタ写真用 */
    .insta_content {
        width: 100%;
        overflow: inherit;
        height: auto;
        position: relative;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
    }

    .insta_block {
        width: 100%;
        position: static;
        -webkit-transform: translateX(0);
                transform: translateX(0);
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }

    .insta_block .insta_block_item {
        width: 30%;
        margin-bottom: 5%;
        margin-left: 0;

    }
}

/* セクション Blog  */
.con-3 h3 {
    margin-bottom: 60px;
}

.sec_blog .title_blog {
    width: 245px;
    margin: 0 auto 60px;
}

.sec_blog a {
    color: #282828;
}

.con-3 .Top_item {
    background-color: transparent;
}

@media screen and (max-width:768px) and (min-width: 601px){
    .con-3 h3 {
        margin-bottom: 30px;
    }

    .con-3 .clm_container {
        -ms-flex-pack: distribute;
            justify-content: space-around;
        padding: 0 25px;
    }

    .con-3 .Top_item {
      width: calc(100% / 3 - 40px * (3 - 1) / 3);
    }

    .con-3 .Top_item:nth-child(n+4) {
        display: none;
    }
}
@media screen and (max-width: 600px) and (min-width: 481px) {
    .con-3 h3 {
        margin-bottom: 30px;
    }

    .con-3 .clm_container {
        -ms-flex-pack: distribute;
            justify-content: space-around;
        padding: 0 25px;
    }

    .con-3 .Top_item {
      width: calc(100% / 2 - 8vw * (2 - 1) / 2);
    }

    .Top_item:nth-child(n+3) {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .con-3 h3 {
        margin-bottom: 30px;
    }

    .con-3 .clm_container {
        -ms-flex-pack: distribute;
            justify-content: space-around;
        padding: 0 25px;
    }

    .con-3 .Top_item {
      width: 80%;
    }

    .con-3 .Top_item:nth-child(n+3) {
        display: none;
    }
}


/* セクション　News */
.con-4 h3 {
    margin-bottom: 60px;
}

@media screen and (max-width:768px) and (min-width: 601px){
    .con-4 h3 {
        margin-bottom: 30px;
    }

    .con-4 .clm_container {
        -ms-flex-pack: distribute;
            justify-content: space-around;
        padding: 0 25px;
    }

    .con-4 .Top_item {
      width: calc(100% / 3 - 40px * (3 - 1) / 3);
    }

    .con-4 .Top_item:nth-child(n+4) {
        display: none;
    }
}
@media screen and (max-width:600px) and (min-width:481px){
    .con-4 h3 {
        margin-bottom: 30px;
    }

    .con-4 .clm_container {
        -ms-flex-pack: distribute;
            justify-content: space-around;
        padding: 0 25px;
    }

    .con-4 .Top_item {
      width: calc(100% / 2 - 8vw * (2 - 1) / 2);
    }

    .con-4 .Top_item:nth-child(n+3) {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .con-4 h3 {
        margin-bottom: 30px;
    }

    .con-4 .clm_container {
        -ms-flex-pack: distribute;
            justify-content: space-around;
        padding: 0 25px;
    }

    .con-4 .Top_item {
      width: 80%;
    }

    .con-4 .Top_item:nth-child(n+3) {
        display: none;
    }
}


/* セクション　con-5 img */
@media screen and (max-width:768px) {
    .con-5 {
        margin-bottom: 40px;
    }

    .con-5_img {
        height: 143px;
    }

}
