/*style.css*/

/*-------------------------
common
---------------------------*/

html {
    font-size: 62.5%;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: normal;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #212121;
    text-transform:none;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    line-height: normal;
}

div, p, a, ul, li, dt, dd, span {
    font-size: 1.6rem;
    font-weight: 400;
    color: #212121;
    text-transform:none;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
	position: relative;
z-index: 2;
}

a:link, a:visited {
    text-decoration: none;
}

@media screen and (min-width:768px) {
    a:hover {
        cursor: pointer;
        opacity: 0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha(opacity=60)";
        -moz-opacity:0.6;
        -khtml-opacity: 0.6;
    }
}

.inner {
/*
    width: 100%;
    max-width: 1040px;
*/
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    height: 100%;
}

img {
    display: block;
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .sp {
        display: none!important;
    }
    #sp_fixed_menu {
        display: none
    }
}

.mt0 {
    margin-top: 0;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt45 {
    margin-top: 46px;
}

.mt50 {
    margin-top: 50px;
}

.mt55 {
    margin-top: 55px;
}

.mt60 {
    margin-top: 60px;
}

.mt65 {
    margin-top: 65px;
}

.mt70 {
    margin-top: 70px;
}

.mt75 {
    margin-top: 75px;
}

.mt80 {
    margin-top: 80px;
}

.mb0 {
    margin-top: 0;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 46px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb55 {
    margin-bottom: 55px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb65 {
    margin-bottom: 65px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb75 {
    margin-bottom: 75px;
}

.mb80 {
    margin-bottom: 80px;
}

.tx_center {
    text-align: center;
}


/*-------------------------
背景図形
---------------------------*/

.zukei {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    min-height: 100vh;
    width: 100%;
    z-index: -1;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.zukei.fixed {
    position: static;
    transform: none;
}

@media screen and (min-width:768px) {
    #zukei_img {
        width: 80%;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    max-width: 800px;
    }
}



.zukei .inner {
    padding-left: 0;
    padding-right: 0;
}


.bk_img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    z-index: 1;
    position: fixed;
}

.bk_img.under {
    display: none;
}

.bk_img .inner {
    width: 100%;
    height: 100%;
    max-width: 1330px;
    min-width: 1330px;
    margin: 0 auto;
	position: relative;
/*    z-index: 1;*/
}

.bk_img .left01,
.bk_img .left02,
.bk_img .left03,
.bk_img .left04,
.bk_img .right01,
.bk_img .right02,
.bk_img .right03,
.bk_img .right04 {
    width: 73px;
}

.bk_img .left01 {
    position: absolute;
    top: 7%;
    left: 7%;
}

.bk_img .left02 {
    position: absolute;
    top: 14%;
    left: 1%;
}

.bk_img .left03 {
    position: absolute;
    top: 25%;
    left: -3%;
}

.bk_img .left04 {
    position: absolute;
    top: 30%;
    left: 5%;
}

.bk_img .right01 {
    position: absolute;
    top: 2%;
    right: 0%;
}

.bk_img .right02 {
    position: absolute;
    top: 6%;
    right: 9%;
}

.bk_img .right03 {
    position: absolute;
    top: 16%;
    right: 4%;
}

.bk_img .right04 {
    position: absolute;
    top: 30%;
    right: 10%;
}

/*-------------------------
bread
---------------------------*/

.bread {
    max-width: 1330px;
    min-width: 890px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
}

.bread a,
.bread span,
.bread p {
    margin-right: 8px;
    font-size: 1.2rem;
    padding: 10px 12px 10px 0;
    font-family: 'Roboto', sans-serif;
}

.bread a {
    color: #004EA2;
}

/* -----------------------------------
   体験申込・お問い合わせ
-------------------------------------- */

.side_contact {
    display: block;
    width: 70px;
    position: fixed;
    top: 30%;
    right: 0;
    background-color: #F39700;
    padding: 25px 0 25px 0;
    border-radius: 10px 0 0 10px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.side_contact span {
    display: block;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    writing-mode: vertical-rl;
    margin-left: auto;
    margin-right: auto;
}

.side_contact img {
    display: block;
    width: 26px;
    margin: 0 auto 10px;
}

.side_contact.bg_color_red {
    background-color: #e60113;
}

/*----------------------------------
link_bt
------------------------------------*/

/*
.link_bt {
    display: block;
    padding: 18px 35px 18px 20px;
    background-color: #7C3633;
    margin: 40px auto 0;
    width: fit-content;
    min-width: 300px;
    position: relative;
}

.link_bt span {
    color: #fff;
    font-weight: 500;
}

.link_bt:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    transform: rotate(45deg);
}

.link_bt.radius {
    border-radius: 30px;
}
*/


/*----------------------------------
Page_head
------------------------------------*/

/*header action*/
header {
    position: fixed;
    width: 100%;
    transition: 0.5s;
    z-index: 10;
    top: 0;
}
  
header.hide {
    transform: translateY(-65px);
}
/*header action*/


header {
    background-color: rgba(255,255,255,0.95);
    height: auto;
    box-shadow: 0px 10px 10px -5px rgba(202,202,202,0.5);
}

.page_head_wrap {
    transition: 0.5s;
    z-index: 1000;
}

.scrol .page_head_wrap {
    top: 0;
}

/*
.fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
}
*/


.page_head_wrap {
    width: 100%;
    background: transparent;
    display: flex;
    margin: 0 auto;
    min-width: 990px;
    padding: 10px 20px 10px;
    max-width: 1330px;
}

.h_com {
    display: flex;
    align-items: center;
    width: 30%;
}

.h_com .h_com_logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.h_com .h_com_logo img {
    display: block;
    width: 186px;
    margin-right: 15px;
}



@media screen and (min-width:768px) {
    .page_head {
        width: 70%;
        margin: 0 auto;
        position: relative;
        background: transparent;
    }
    ul.page_navi {
        display: -webkit-flex;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        background: transparent;
        z-index: 99;
    }
    ul.page_navi > li > a {
        display: block;
        color: #fff;
        position: relative;
        height: 100%;
        position: relative;
        position: static;
        text-align: center;
        height: 100%;
        text-decoration: none;
        padding: 20px 12px 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: .3s;
    }
    ul.page_navi > li > a span {
        font-size: 1.5rem;
        color: #212121;
        font-weight: 500;
        padding-bottom: 10px;
        white-space: nowrap;
        line-height: normal;
        position: relative
    }
    ul.page_navi > li > a:hover,
    ul.page_navi > li > a:hover span {
        opacity: 1!important;
    }
    
    ul.page_navi > li > a span:before {
        content:"";
        display:block;
        position:absolute;
        left:100%;
        right:100%;
        bottom:0;
        height:2px;
        background-color:#ce132e;
        -webkit-transition:left 0.2s ease, right 0.2s ease;
        -moz-transition:left 0.2s ease, right 0.2s ease;
        -o-transition:left 0.2s ease, right 0.2s ease;
        transition:left 0.2s ease, right 0.2s ease;
    }
 
    ul.page_navi > li > a:hover span:before {
        left:0;
        right:0;
    }
    
    ul.page_navi > li:nth-child(2) > a span::before {
        background-color: #F39700;
    }
    
    ul.page_navi > li:nth-child(3) > a span::before {
        background-color: #004EA2;
    }
    
    ul.page_navi > li:nth-child(4) > a span::before {
        background-color: #00A040;
    }
    
    ul.page_navi > li:nth-child(5) > a span::before {
        background-color: #008CD6;
    }
    
    ul.page_navi > li:nth-child(6) > a span::before {
        background-color: #9400D6;
    }

    .menu > ul > li {
        position: relative;
    }
    .menu > ul > li > ul {
        box-sizing: border-box;
        width: 100%;
        min-width: 210px;
        background: #fff;
        padding: 10px 30px 10px 20px;
        border-radius: 10px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        position: absolute;
    }
    .menu > ul > li > ul > li > a {
        height: auto;
        font-size: 1.4rem;
        color: #212121;
        font-weight: 500;
        padding: 7px 0 7px;
        text-align: left;
        position: relative;
        padding-left: 18px;
        text-indent: -18px;
    }
    .menu > ul > li > ul > li > a:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 9px;
        height: 9px;
        background-image: url(/img/page/menu_ic.png);
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 7px;
        margin-top: -2px;
    }
    .menu > ul > li > ul > li > a.anchor:before {
        background-image: url(/img/page/menu_ic_anchor.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .menu ul li a:hover {
        cursor: pointer;
        opacity: 0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha(opacity=60)";
        -moz-opacity:0.6;
        -khtml-opacity: 0.6;
    }
    ul.page_navi > li.sp_m_contact {
        display: none;
    }

}


/*-------------------------
main slider
---------------------------*/

/*
.main_slider {
    margin: 0 auto;
    width: 100vw;
}

.main_slider .slider_item {
    width: 100vw;
    overflow: hidden;
}

.main_slider .slider_item a:hover {
    opacity: 1;
}

.main_slider .slider_item img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.main_slider .slick-dots {
    height: 50px;
    bottom: -50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_slider .slick-dots li {
    margin: 0 2px;
}

.main_slider .slick-dots li.slick-active button:before {
    color: #7C3633;
    font-size: 12px;
}

.main_slider.slick-slider {
    margin-bottom: 50px;
}

.scroll_icon {
    width: 64px;
    height: 64px;
    background-color: #212121;
    border-radius: 50%;
    position: absolute;
    bottom: -32px;
    right: 15%;
}

.scroll_icon > div {
    width: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.scroll_icon > div img {
    display: block;
    width: 100%;
}
*/

/*----------------------------------
sec01
------------------------------------*/

/*
section {
    background: #fff;
}

.sec01_wrap {
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
    padding-top: 70px;
    background: transparent;
}
*/


/*----------------------------------
Footer
------------------------------------*/

footer {
    margin: 0 auto;
    position: relative;
}

footer .ft_cont {
    min-width: 1330px;
    width: 1330px;
    max-width: 1330px;
    min-height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 60px;
}

.ft_left {
/*    margin-left: calc(50% - 50vw);*/
    width: 240px;
    background-color: rgba(255,255,255,0.5);
    padding-top: 80px;
    position: relative;
    z-index: 2;
}

.ft_right {
/*    margin-right: calc(50% - 50vw);*/
    width: 240px;
    background-color: rgba(255,255,255,0.5);
    padding-top: 80px;
    position: relative;
    z-index: 2;
}

.ft_left:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -240px;
}

.ft_right:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: -240px;
}

.ft_center {
    width: 850px;
    min-width: 850px;
    margin: 0 auto;
    padding-top: 80px;
}

.ft_logo {
    display: block;
    width: 258px;
    margin-bottom: 45px;
}

.ft_menu > a {
    display: block;
    padding-left: 22px;
}

.ft_link {
    display: inline-block;
    vertical-align: middle;
    color: #004EA2;
    text-decoration: underline!important;
}
.g_map_bt {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
	margin-top: 5px;
}

.ft_ad > div {
	margin-bottom: 25px;
}

.ft_ad p,
.ft_ad a {
    white-space: nowrap;
	font-size: 1.4rem;
}

.ft_ad p.ad_place {
    font-weight: 600;
	font-size: 1.6rem;
}

.link_privacy {
    font-size: 1.4rem;
    color: #004EA2;
    text-decoration: underline!important;
    display: block;
    margin-top: 50px;
}

.ft_menu > a {
    font-size: 1.8rem;
    font-weight: 600;
    display: block;
    padding-left: 25px;
    margin-bottom: 15px;
    position: relative;
}

.ft_menu > a:before {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    top: 14px;
}

.ft_menu > a.link_about:before {
    background-color: #E60012;
}

.ft_menu > a.link_interview:before {
    background-color: #F39700;
}

.ft_menu > a.link_classroom:before {
    background-color: #004EA2;
}

.ft_menu > a.link_menu:before {
    background-color: #00A040;
}

.ft_menu > a.link_member:before {
    background-color: #008CD6;
}

.ft_menu > a.link_news:before {
    background-color: #9400D6;
}

.ft_menu > a.link_rec:before {
    background-color: #FF3BC3;
}

.ft_copy {
    color: #8E8E8E;
    font-size: 1.4rem;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.instagram {
    display: block;
    margin-top: 1.5em;
    width: 85px;
    padding: 0.5em 0.5em 0.5em 0;
}


/* -----------------------------------
   PageTop
-------------------------------------- */

#pageTop {
    position: fixed;
    bottom: 10%;
    right: 10%;
    background-color: #fff;
    border: 3px solid #E60012;
    transform:rotate(45deg); 
    z-index: 99;
}

#pageTop a {
    display: block;
    width: 60px;
    height: 60px;
    transform:rotate(-45deg); 
    position: relative;
    text-align: center;
    padding-top: 25px;
}

#pageTop a span {
    font-size: 2rem;
    font-weight: 600;
    color: #E60012;
}

#pageTop a:before {
    content: '';
    width: 13px;
    height: 17px;
    background-image: url(/img/common/top_ar.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}


