@font-face {
    font-family: 'yosuga';
    src: url('https://itto-zion.com/wp-content/themes/zionglobalvision/font/yosugaraver1_2.ttf');
}

@font-face {
  font-family: '851MkPOP';
  src: url('/wp-content/themes/zionglobalvision/font/851MkPOP.woff2') format('woff2'),
       url('/wp-content/themes/zionglobalvision/font/851MkPOP.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Proxima N W01 Reg";
    src: url("https://db.onlinewebfonts.com/t/55c4f556836775174bfac94178a3fe82.eot");
    src: url("https://db.onlinewebfonts.com/t/55c4f556836775174bfac94178a3fe82.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/55c4f556836775174bfac94178a3fe82.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/55c4f556836775174bfac94178a3fe82.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/55c4f556836775174bfac94178a3fe82.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/55c4f556836775174bfac94178a3fe82.svg#Proxima N W01 Reg")format("svg");
}

body{
    margin: 0;
	background-color: #fff;
}

h1,h2,h3,p,li{
    font-family: "Proxima N W01 Reg";
}

li{
    list-style: none;
}
img{
    width: 100%;
}
a{
	color: inherit;
	text-decoration: none;
}
.mt_120px{
    margin-bottom: 120px;
}

/* header */
header {
    position: fixed;
    z-index: 100;
    margin-bottom: -15px;
    display: flex;
    background-color: #fff;
    width: 100%;
}
.header_top{
    width: 20%;
    margin: 0 30px;
}

.header_logo{
    /* width: 25%; */
}

.header_btn{
    width: 20%;
}

.nav_list {
    width: 80%;
    margin: 0 auto;
}
.nav_list ul{
    display: flex;
    margin: 35px auto 0;
    padding: 0;
}
.nav_list ul li{
    width: calc(100% / 6);
    text-align: center;
    border-right: 2px solid #FABD00;
}
.nav_list ul li:last-child{
    border-right: none;
}

.header_contactn_btn{
    text-align: center;
    margin: 10px 0 0;
    font-size: 16px;
    background-color: #D2F6CB;
    padding: 5px 0;
    border: 1px solid;
    border-radius: 30px;
}

/* catch */
.catch_img_area{
    position: relative;
    top: 100px;
    margin-bottom: 150px;
}
.catch_img_color{
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.5;
}
.catch_img_logo{
    left: 15%;
    top: 45%;
    position: absolute;
    width: 20%;
    z-index: 10;
}

.catch_img_border1{
    right: 10%;
    top: 45%;
    position: absolute;
    width: 30%;
    border: 1px solid #fff;
    z-index: 10;
    height: 200px;
}
.catch_img_border1 p{
    color: #fff;
    margin: 10%;
    font-size: 18px;
}
.catch_img_border2{
    right: 9%;
    top: 47%;
    position: absolute;
    width: 30%;
    border: 1px solid #fff;
    z-index: 10;
    height: 200px;
}

/* 選ばれる理由 */
.reason_title{
    color: #FABD00;
    font-size: 29px;
    text-align: center;
    margin: 50px auto;
    letter-spacing: 1px;
}

.reason_t{
    font-family: "851MkPOP";
    font-size: 35px;
    color: #fff;
    z-index: 10;
    top: 35%;
    right: 46%;
    position: absolute;
}
.main_img_group{
    position: relative;
}
.reason_area{
    z-index: 10;
    top: 60%;
    position: absolute;
    right: 10%;
    background-color: #fff;
}
.reason_area.scroll_left.on,
.reason_area.scroll_right.on{
    opacity: 0.7!important;
}
.reason_area p{
    opacity: 1;
    color: #000;
    font-size: 24px;
    margin: 40px 50px;
}
.reason_border{
    height: 150px;
    background-color: #FABD00;
    margin: 0;
}

/* concept */
.concept_area{
    position: relative;
}
.concept_logo{
    position: absolute;
    width: 230px;
    left: 20%;
    top: 100px;
    z-index: 20;
}
.concept_text_area{
    width: 75%;
    background-color: #fff;
    position: absolute;
    top: 160px;
    right: 0;
    left: 0;
    margin: auto;
    padding: 30px;
    border: 1px solid #000;
    z-index: 15;
    text-align: center;
}
.concept_text1{
    font-family: "851MkPOP";
}

.mt-75 {
    margin-top: 75px;
}
.school_detail{
    text-align: center;
    padding: 30px;
    font-size: 25px;
}

.reason_border_school{
    background-color: #FFDB84;
    margin: 0;
    padding: 75px 0 20px;
}
.school_list_h1{
    font-family: "851MkPOP";
    font-size: 33px;
    text-align: center;
}

.school_list_text{
    font-size: 24px;
    width: 60%;
    margin: 0 auto;
}
.school_list_name {
    text-align: center;
    font-size: 21px;
}

.school_list{
    display: flex;
}
.school_detail_info{
    width: 30%;
    background-color: #FABD00;
    position: relative;
}
.school_list_img{
    width: 70%;
}
.school_detail_info h1{
    font-size: 32px;
    color: #fff;
    text-align: center;
    margin: 40px auto;
}
.school_text{
    font-size: 17px;
    color: #fff;
    margin: 0 5%;
    line-height: 27px;
}

.school_btn{
    font-size: 21px;
    color: #FABD00;
    background-color: #fff;
    border-radius: 21px;
    position: absolute;
    bottom: 20%;
    right: 0;
    left: 0;
    width: 80%;
    text-align: center;
    padding: 14px 0;
    margin: auto;
}

.area_7j{
    margin-top: 200px;
    margin-bottom: 100px;
    position: relative;
}


.logo_7j{
    position: absolute;
    top: 20%;
    left: 10%;
    width: 250px;
}

.text_7j{
    position: absolute;
    top: 35%;
    left: 15%;
    font-family: "851MkPOP";
    color: #fff;
    font-size: 35px;
}
.nanaj_feature_list_area {
    width: 80%;
    margin: 15px auto;
    display: flex;
}
.nanaj_intro_text{
    font-size: 19px;
    width: 65%;
    margin: 25px auto;
    line-height: 32px;
    text-align: center;
}
.feature_list_area {
    margin-top: 100px;
}
.nanaj_feature_list{
    width: 48%;
    background-color: #D8D8D8;
}
.nanaj_feature_list:nth-child(2n-1){
    margin-right: 4%;
}
.nanaj_feature_last_list_area .nanaj_feature_list{
    margin: 0 auto;
}
.feature_number{
    font-family: "851MkPOP";
    text-align: center;
    font-size: 29px;
    margin: 20px 0 0;
}

.feature_title{
    margin: 10px 0 0 0;
    text-align: center;
    font-size: 29px;
    font-family: "851MkPOP";
}

.feature_text{
    font-size: 17px;
    margin: 25px 10% 30px;
    text-align: center;
}




/* footer */
footer {
    background-color: #FBCF53;
    padding-top: 20px;
    margin-top: 150px;
}
.footer_menu_Area{
    background-color: #FABD00;
    width: 80%;
    margin: 20px auto 65px;
    padding: 25px;
}
.footer_contact_btn{
    font-size: 26px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.footer_contact_text{
    font-size: 15px;
    color: #fff;
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
.copy_text {
    margin-top: 65px;
    background-color: #FABD00;
}

.copy_text p{
    margin: 0;
    font-size: 14px;
    padding: 20px;
    text-align: center;
    color: #fff;
}


.vsc-controller {
  display: none !important;
}






/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

.scroll_up.timing02,
.scroll_right.timing02,
.scroll_left.timing02 {
  transition-delay: .2s;
}


/* 一文字ずつ */
.fadein-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fadein-text.show span {
  opacity: 1;
  transform: translateY(0);
}




.arc-text {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100px;
}

.arc-text span {
  display: inline-block;
  transform-origin: bottom center;
}



/* 生徒の声 */
.student_voice{
    margin: 100px 0;
}

.voice_list_area {
    width: 75%;
    margin: 50px auto;
    display: flex;
}

.student_img {
    width: 40%;
    text-align: center;
}
.student_img img{
    width: 60%;
}
.student_img p{
    font-size: 14px;
}

.student_voice_textarea {
    width: 60%;
}
.student_voice_title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.student_voice_text {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
}




.content_area{
	width: 60%;
    display: flex;
    margin: 100px auto;
}