html{
    font-family: "Noto Serif JP", serif;
}
body{
    font-family: "Noto Serif JP", serif;
    color: #333;
}
* {
    padding: 0px;
    margin: 0px;
}
#wrap {
    max-width: 1200px;
    margin: auto;
}
p{
    letter-spacing: 1px;
    line-height: 1.6;
    text-align: left;
}
.conts_column{
    margin: 100px auto;
}
h3 {
    margin: 30px auto;
    text-align: center;
    font-size: 30px;
    border-bottom: 3px solid #A94547;
    display: table;
}
/*
h3::after {
    content: '';
    width: 100px;
    height: 2px;
    background: #A94247;
    display: block;
    margin: 5px auto;
}
*/

h4 {
    margin: 30px 5px 30px 0;
    text-align: left;
    font-size: 24px;
    border-bottom: 3px solid #A94247;
    display: block;
    width: fit-content;
}
/*header*/
header {
    text-align: left;
    width: 100%;
    margin: 0;
    position: fixed;
    background-color: #FFF;
    height: 100px;
    z-index: 50;
    top: 0;
    border-bottom: 1px solid #333;
}
.wrap1 {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    margin: auto;

}
header h1 {
    text-align: left;
    float: left;
    margin: 10px auto 10px 0;
}
header h1 img {
    /* height: 55px; */
    margin: 0 10px;
    max-width: 240px;
    width: 100%;
}

.lang_position {
    position: relative;
}
.lang_menu {
    width: 140px;
    display: flex;
    align-items: center;
}

.lang_menu li{
	list-style: none;
	position: relative;
}

.lang_menu > li:nth-child(2){
	width:100%;
}

/*
.lang_menu li a {
	background: #fff;
	border: 1px solid black;
	display: block;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
*/

.lang_menu li a:hover{
	background: #aaa;
    color: #fff;
}

.lang_menu li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
}

.lang_menu li:hover > ul > li {
    height: 2rem;
    overflow: visible;
    width: 100%;
}

.lang_menu img{
	vertical-align: middle;
	margin-right: 5px;
     width: auto;
}

ul.gnav__menu {
    display: flex;
    flex-wrap: nowrap;
   
}
li {
    list-style: none;
}
ul.gnav__menu li a{
    text-decoration: none;
    color: #333;
    font-weight: 700;
    padding: 0;
    margin: auto 7px;
    font-size: 15px
}

.dropbtn {
    background: #fff;
    border: 1px solid black;
    display: block;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 0 12px;
    font-size: 16px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #808080;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #000;color: #fff;}



.main_menu_btn {
    margin: auto 7px;
    font-weight: 700;
    font-size: 15px;
}

.main_menu_dropdown {
    position: relative;
    display: inline-block;
}

.main_menu_dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
    min-width: 110px;
    width: max-content;
}

.main_menu_dropdown-content a {
    color: #333!important;
    padding: 10px 10px!important;
    text-decoration: none!important;
    display: block!important;
    text-align: center;
    margin: auto !important;
    border-bottom: 1px solid #333;
}

.main_menu_dropdown-content a:hover {
    background-color: #808080;
    color: #fff!important;
}

.main_menu_dropdown:hover .main_menu_dropdown-content {
    display: block;
}

.link {
    cursor: pointer;
    position: relative;
}

.link::before,
.link::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
}

.link::before {
    content: '';
    /* show by default */
}

.link--metis::before {
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
}

.link--metis:hover::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}

/*main visual*/
div#contents {
    margin-top: 100px;
}
.main_visual {
    display: flex;
    flex-wrap: nowrap;
}
.main_v_video{
    width: 79%;
}
video#video {
    width: 100%;
}
.main_v_location {
    width: 23%;
    margin: auto;
}
.main_v_location_school img {
    width: calc(100% - 5px);
    margin-left: 5px;
}

/*NEWS　お知らせ*/

.heading {
    display: flex;
    background-image: url("../../images/common/news_bg.webp");
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
    max-width: 1200px;
    margin: 100px auto 40px;
    position: relative;
}

.heading::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("../../images/index/logo_low_opacity.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    padding: 40px; 
    background-origin: content-box; 
}
.news {
    width: 70%;
    z-index: 1;
}
.news_head {
    width: 30%;
    align-content: center;
    margin-left: 100px;
    z-index: 1;
    
}
.news_head .b_bottom{
    color: #9C9899;
    font-size: 23px;
    font-weight: 700;
}
.news_head .b_bottom_main{
    color: #333;
    font-size: 30px;
    font-weight: 700;
}

.main_v_location_school a:hover {
    filter: drop-shadow(10px 10px 20px rgba(36, 36, 36, 0.5));
    }
/*facebook news*/

.facebook_news {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1200px;
    width: 100%;
    margin: 50px auto;
}
.facebook_emb {
    width: calc(100% / 3 - 5px);
    text-align: center;
}


/*メインコンテンツ*/

.main_content_box {
    display: flex;
    flex-wrap: nowrap;
    margin: 200px auto;
    max-width: 1200px;
    width: 100%;
}
.main_content_box_img {
    width: 64%;
}

.main_content_box_img img{
    width: 100%;
}
.main_content_box_txt {
    width: 38%;
}
.main_content_box_txt_title {
    margin: 50px auto;
    text-align: right;
}
.main_content_box_txt_para {
    background: #fff;
    position: relative;
    margin-left: -9rem;
    padding: 30px 50px;
    -webkit-box-shadow: 5px 5px 10px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 10px -3px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 10px -3px rgba(0,0,0,0.75);
}
.main_btn {
    margin: 20px auto;
    padding: 20px 0;
    text-align-last: center;
    display: block;
    width: 100%;
}
a.main_conts_btn {
    text-decoration: none;
    color: #333;
    border: 1px solid #333;
    border-radius: 100vh;
    padding: 10px 50px;
    margin: 20px auto;
}
a.main_conts_btn:hover{
    color: #fff;
    border: 1px solid #fff;
    background-color: #000;
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
h2{
    font-size: 24px;
}
h2 span{
   font-size: 20px; 
}
.conts_para_title_new{
    font-weight: 700;
    font-size: 20px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin: 10px auto;
    padding: 5px 0;
}
.conts_para_title{
    font-weight: 700;
    font-size: 20px;
    /*
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin: 10px auto;
    */
}
.conts_para_title span{
    font-size: 90px;
    font-family: "Noto Sans JP";
}
.txtRight {
    text-align: right;
}
.pamplet {
    max-width: 1200px;
    width: 100%;
    margin: 50px auto;
    display: flex;
}
a.pamp {
    background: #656565;
    text-decoration: none;
    color: #fff;
    width: calc(100% / 2);
    text-align: center;
    padding: 50px 0;
    font-size: 20px;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.contact {
    background: #656565;
    text-decoration: none;
    color: #fff;
    width: calc(100% / 2);
    text-align: center;
    padding: 50px 0;
    font-size: 20px;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
 a.pamp .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #fff;
}
 a.contact .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #fff;
}



.pamp__box {
    display: flex;
    flex-wrap: wrap;
}
.digital_pamplet {
    max-width: 1200px;
    width: 100%;
    margin: 100px auto;
}
a.pamplet_book {
    width: calc(100% / 4 - 20px);
    font-weight: 700;
    color: #000;
    text-decoration: none;
    text-align: center;
    margin: 10px;
}
a.pamplet_book img{
    width: 100%;
    border: 1px solid #000;
    box-shadow: 5px 4px 4px 1px rgba(0, 0, 0, 0.75);
}


/*counter*/

.col_fourth { 
    width: calc(100% / 3 - 20px); 
    position: relative;
	display:inline;
	display: inline-block;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}
.end { 
    margin-right: 0 !important; 
}
.wrapper { 
    display: inline-flex;
    /*max-width: 980px; */
    width: 100%;
    margin: 30px auto 0; 
    position: relative;
    justify-content: center;
}
.counter { 
    background-color: rgb(151 151 151 / 20%) ;
    padding: 20px 0; 
    border-radius: 5px;
}
.counter img{
    max-height: 100px;
    width: unset!important;
}
.count-title { 
    font-size: 40px;   
    margin-top: 10px; 
    margin-bottom: 0; 
    text-align: center; 
    color: #8f807c;
    text-shadow: -1px -1px 0 #fff, 0 -1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff, 0 1px 0 #fff, -1px 1px 0 #fff, -1px 0 0 #fff;
    font-weight: 800;
}
h2.count-title::after{
    content: '人';
    -webkit-text-fill-color: #000;
    stroke: none;
    font-size: 20px;
    -webkit-text-stroke-width: 0;
}
.count-text { 
    font-size: 13px; 
    font-weight: normal; 
    margin: 10px 25px; 
    border: 1px solid #8f807c; 
    border-radius: 7px; 
    background: #8f807c; 
    color: #fff; 
    text-align: center; 
    letter-spacing: 2px;
    font-size: 18px;
}
.aniver {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px auto 30px;
}
.about_history .aniver img{
   max-width: 130px;
    width: 100%;
}
p.moto{
    font-size: 25px;
    font-weight: 600;
    background: #ebebeb;
    text-align: center;
    color: #8f807d;
    /*display: inline-block;*/
    padding: 10px 20px;
}
/*footer*/

footer{
    background: #000;
    color: #fff;
    margin-top: 150px;
}
.wrap2 {
    max-width: 1200px;
    margin: auto;
    padding: 50px 0;
}
.footer__menu {
    display: flex;
    justify-content: space-between;
    margin: 10px auto 50px;
}
.footer__menu__box {
    line-height: 2;
}
.f_logo img{
    max-width: 320px;
    width: 100%;
    margin-bottom:30px;
}
footer a{
    color: #fff;
    text-decoration: none;
}
footer .address_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-flow: wrap;
    font-size: 90%;
}
footer .address_wrap > div {
    width: calc(33.3333% - 20px);
    margin-right: 20px;
}
footer p.footer_title {
    background-color: #fff;
    /* color: #4c4948; */
    color: #000;
    text-align: center;
    padding: 1px;
    letter-spacing: 0.1em;
    font-family: din-2014, sans-serif;
    font-weight: 600;
}
footer .copy_light {
    text-align: center;
    margin-top: 20px;
}


.pc{
    display: block;
}
.sp{
    display: none;
}
    
 .mid_sp{
        display: none;
    }
    .big_pc{
     display: block;
    }



/*スマホ*/


@media screen and (max-width: 1050px) {
    .mid_sp{
        display: block;
    }
    .big_pc{
     display: none;
    }
    nav {
  /*background-color: #000;*/
  /*height: 50px;*/
  /*padding: 0 16px;*/
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
    width: 36px;
    margin-left: auto;
    margin-right: 15px;
}
nav .m-menu__checkbox {
  display: none;
}
nav label.m-menu__toggle {
  cursor: pointer;
}
nav .m-menu {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 450px;
    width: 101vw;
    height: 101vh;
  -moz-transform: translate3d(450px, 0, 0);
  -o-transform: translate3d(450px, 0, 0);
  -ms-transform: translate3d(450px, 0, 0);
  -webkit-transform: translate3d(450px, 0, 0);
  transform: translate3d(450px, 0, 0);
  -moz-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
}
nav .m-menu__overlay {
  background-color: rgba(103, 103, 103, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  display: none;
}
nav .m-menu__header {
  padding: 0 16px;
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
}
nav .m-menu__header span {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
nav .m-menu .m-menu {
  -moz-transform: translate3d(480px, 0, 0);
  -o-transform: translate3d(480px, 0, 0);
  -ms-transform: translate3d(480px, 0, 0);
  -webkit-transform: translate3d(480px, 0, 0);
  transform: translate3d(480px, 0, 0);
}
nav .m-menu ul {
  height: 100%;
  overflow-y: auto;
}
nav .m-menu ul li a, nav .m-menu ul li label {
  display: block;
  text-align: left;
  padding: 0 15px;
  line-height: 47px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  font-size: 1rem;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
nav .m-menu ul li label.a-label__chevron::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-color: #333;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: 16px;
}
nav .m-menu ul li .-invisible {
  border-bottom: 0;
}
nav .m-menu .m-menu label.m-menu__toggle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-bottom: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
nav .m-menu__checkbox:checked ~ .m-menu__overlay {
  display: block;
}
nav .m-menu__checkbox:checked ~ .m-menu {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wrapper {
  overflow: hidden;
}

}

@media screen and (max-width: 832px) {
.pc{
    display: none;
}
.sp{
    display: block;
}
    /*sp menu*/
    /* Mixin */
/* reset */
* {
  padding: 0;
  margin: 0;
}
    #wrap{
        margin: 10px;
    }
    .wrap1{
        height: 60px;
    }
    
    .about_main_visual h1 {
        font-size: 25px;
        letter-spacing: 2px;
    }
    header{
        height: 60px;
    }
    div#contents{
        margin-top: 60px;
    }
header h1 img {
    max-width: 167px;
    width: 100%;
}
    .conts_para_title span {
    font-size: 55px;
    font-family: "Noto Sans JP";
}

body {
  /*background-color: #f1f1f1;*/
  padding: 0;
  margin: 0;
  /*font-family: sans-serif;*/
}
    
    
    
    
html {
    display: inherit !important;
    /* overflow: auto !important; */
    /*overflow-x: hidden !important;*/
}
    h3{
        font-size: 19px;
    }
    p{
        margin: 15px 5px;
    }
    
.facebook_news{
    display: block;
}
    .main_visual {
    display: flex;
    flex-wrap: wrap;
}
    .main_v_video {
    width: 100%;
}
    .main_v_location {
    width: 100%;
    margin: auto;
    display: flex;
}
    .main_v_location_school img {
    width: calc(100% - 10px);
    margin-left: 5px;
}
        .news_head {
        width: 62%!important;
        margin-left: 23px;
    }
.facebook_emb {
    width: 100%;
    text-align: center;
    margin: 50px auto;
}
    .main_content_box{
        display: block;
        margin: 110px auto;
    }
    .main_content_box_img {
    width: 100%;
}
    .main_content_box_txt {
    width: 100%;
}
    .main_content_box_txt_title{
        text-align: center;
    }
    .main_content_box_txt_para{
        margin-left: 0;
        padding: 30px 10px;
    }
        .pamplet {
        display: block;
        margin: 10px;
        width: auto;
    }
    a.pamp{
        width: 100%;
        font-size: 16px;
    }
    a.contact{
        width: 100%;
    }
    .footer__menu{
        flex-wrap: wrap;
        margin: 10px 15px 50px;
    }
    footer .address_wrap > div {
    width: 100%;
    margin: 15px;
}
    .f_logo img{
        width: 90%;
    }
    a.pamplet_book{
        width: calc(100% / 2 - 20px);
    }
    
    
    
    
}


@media screen and (max-width: 640px) {
    .wrapper{
        width: 96%;
        display: block;
    }
    p {
        line-height: 1.8;
        font-size: 14px;
    }
    .count-title{
        font-size: 30px;
    }
    .col_fourth {
        width: 100%;
    }
    p.msg_head{
        font-size: 25px;
    }
    span.post_msg {
    font-weight: 600;
    }
    p.moto{
        font-size: 16px;
    }
    h4{
        font-size: 16px;
    }
}
.country_name {
    text-align: right;
}

#arrowAnim {
    display: none;
}








