/*lang.css*/

/*------------------------
多言語サイト
------------------------*/

#lang .inner {
    width: 1360px;
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    margin: 0 auto;
}

.enOv01 > .inner {
    position: relative;
}

.enOv01_img {
    margin-right: calc(50% - 50vw);
    padding-left: 23%;
}

.enOv01_tx {
    width: 750px;
    max-width: 55%;
    padding: 70px 55px 50px 55px;
    background-color: #fff;
    margin-top: -190px;
    position: relative;
}

.enOv01_tx h2 {
    margin: 0 0 30px 0;
    font-size: 4.8rem;
    line-height: 1.2;
    padding: 0;
}

.enOv01_tx h2:before,
.enOv01_tx h2:after {
    content: none;
}

.ovFig {
    padding-top: 60px;
    padding-bottom: 110px;
}

.ovFig img {
    display: block;
    width: 850px;
    max-width: 100%;
    margin: 0 auto;
}

.enAboutWrap {
    margin-top: 210px;
    padding-top: 10px;
    padding-bottom: 85px;
    background-color: #DDE7F8;
    position: relative;
}

.enSchoolOv01 {
    margin-top: 120px;
}

.enAboutImg {
    margin-left: calc(50% - 50vw);
    padding-right: 23%;
    margin-top: -210px;
}

.enOv01 .btn01 {
    margin: 30px 0 0 auto;
    font-family: "Zen Old Mincho", serif;
    font-style: normal;
    font-weight: 600;
color: #212121;
}

.enAbout {
    padding: 50px 50px 50px 50px;
    background-color: #fff;
    width: 750px;
    max-width: 55%;
    margin-left: auto;
    position: relative;
    z-index: 1;
    
    margin-top: -190px;
}

.enAbout h2 {
    margin: 0 0 30px 0;
    font-size: 4.8rem;
    line-height: 1.2;
    padding: 0;
}

.enAbout h2:before,
.enAbout h2:after {
    content: none;
}

.enAbout .btn01 {
    margin: 30px 0 0 auto;
    font-family: "Zen Old Mincho", serif;
    font-style: normal;
    font-weight: 600;
}

ul.enAboutLinks {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

ul.enAboutLinks li {
    width: 630px;
    max-width: 49%;
    margin-bottom: 25px;
}

ul.enAboutLinks li a {
    display: block;
    position: relative;
    overflow: hidden;
}

ul.enAboutLinks li a img {
    display: block;
    transition: transform .4s ease;
}

ul.enAboutLinks li a:hover {
    opacity: 1;
}

ul.enAboutLinks li a:hover img {
    transform: scale(1.1);
}

.enAboutLinkTit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2;
}

.enAboutLinkTit > h3 {
    font-size: 3.2rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.enAboutLinkTit > span {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    padding: 6px 18px 6px;
    background-color: #fff;
    margin-top: 20px;
    font-family: "Zen Old Mincho", serif;
    font-style: normal;
    font-weight: 600;
}

.enAboutWrap.reverse {
    margin-top: 310px;
    background-color: transparent;
}

.reverse .enAbout {
    margin-left: 0;
    margin-right: auto;
}

.enAboutWrap.reverse:before {
    left: auto;
    right: 0;
}

ul.enSchoolWrap {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 110px;
}

ul.enSchoolWrap li {
    width: 630px;
    max-width: 49%;
    padding-bottom: 70px;
    position: relative;
}

ul.enSchoolWrap li .enSchool_img {
    margin-bottom: 20px;
}

ul.enSchoolWrap li .btn01 {
    position: absolute;
    left: 0;
    bottom: 0;
}

ul.enSchoolWrap li h3 {
    position: relative;
    font-size: 2.8rem;
    font-weight: 500;
    padding-left: 50px;
    line-height: 1.6;
    margin-bottom: 10px;
}

ul.enSchoolWrap li h3:before {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background-color: #005BCB;
    position: absolute;
    top: 23px;
    left: 0;
}

.enWideBan {
    display: block;
    width: 1070px;
    max-width: 100%;
    height: 237px;
    background-color: #005BCB;
    margin: 30px auto 30px;
    position: relative;
}

.enWideBan:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url(/img/common/ar_mid.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 55px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.enWideBan_cont {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding: 0 135px 0 55px;
}

.enWideBan_cont .enWideBan_img {
    width: 154px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 30px;
}

.enWideBan_cont .tit {
    font-size: 3.6rem;
    font-weight: 500;
    color: #fff;
    font-family: "Zen Old Mincho", serif;
    font-style: normal;
}

.enAboutWrap.enInstWrap {
    margin-top: 300px;
}

.contactInfo {
    width: 1070px;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #212121;
    padding: 70px 30px 70px 30px;
    margin: 60px auto 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contactInfo .contact_ic {
    width: 52px;
}

.contactInfo .tit {
    font-size: 4.8rem;
    line-height: 1.6;
    font-weight: 500;
    font-family: "Zen Old Mincho", serif;
    font-style: normal;
    margin-bottom: 20px;
}

.contactInfo p {
    font-size: 1.8rem;
}

.contactInfo p.mid {
    font-weight: 500;
}

.contactInfo p a {
    font-size: 1.8rem;
    color: #005BCB;
    text-decoration: underline;
    text-decoration: none;
}

.contactInfo p a:hover {
    text-decoration: underline;
}

.h_top_bt.jp > a {
    position: relative;
    padding-left: 40px;
}

.h_top_bt.jp > a:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url(/img/english/globe.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 15px;
    left: 15px;
    
}

ul.adnavi_menu03 li a.jp span{
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
    color: #fff;
}

ul.adnavi_menu03 li a.jp span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(/img/english/globe.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -3px;
    margin-right: 10px;
}

ul.adnavi_menu04 > li > a {
    padding-left: 0;
}

ul.adnavi_menu04 > li > a:before {
    position: relative;
    top: auto;
    left: auto;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 10px;
}

ul.adnavi_menu04 > li > ul > li > a:before {
    top: 20px;
}

.h_logo {
    width: 267px;
}

.adnavi_logo {
    width: 267px;
}


