@charset "UTF-8";

/* CSS Document */
/* 
.fnt-noto {
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.jcsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.txt {
    text-align: justify;
}

.ta {
    text-align: left;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.fwb {
    font-weight: bold !important;
}

.cl-blue {
    color: #20758d;
}

.cl-b {
    color: #19194d;
}

.lh0 .slick-slide>div {
    line-height: 0;
}

.parallax {
    position: relative;
    padding-top: 80%;
}

.img-parallax {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.img-parallax img {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .img-parallax img {
        height: auto;
        -o-object-fit: unset;
        object-fit: unset;
        top: 50%;
        -webkit-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
    }
}

header .right ul li a:hover {
    opacity: .8;
}

header .right ul {
    width: 432px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header .right ul li {
    margin: 2px 1px;
    width: auto;
}

header .right ul li:nth-child(1),
header .right ul li:nth-child(2) {
    width: 212px;
}

header .right ul li:nth-child(3) {
    width: 69px;
}

header .right ul li:nth-child(4) {
    width: 89px;
}

header .right ul li:nth-child(5) {
    width: 262px;
}

@media screen and (min-width: 1201px) {
    header .right {
        right: 125px;
    }
}

.nav .li-box li>a {
    padding-bottom: 3px;
}

.nav .li-boxli>a.active,
.nav .li-box li>a:hover,
.nav .li-box li>a.active {
    border-bottom: 2px solid;
}

.nav>li:nth-child(1)::after,
.nav>li:nth-child(2)::after {
    display: none;
}

.nav .li-box::before {
    content: url(../img/index/li-box.png);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -46px;
    position: absolute;
}

header .nav-fixed .nav>li:after {
    right: 26px;
}

header .nav-fixed .btn-box {
    width: 288px;
}

header .nav-fixed .nav>li {
    padding-right: 52px;
}

header .nav-fixed .nav {
    width: 706px;
}

.nav-fixed .li-box ul li+li:after {
    left: 25px !important;
}

.nav-fixed .li-box {
    margin-right: 59px;
    margin-left: 22px;
    padding: 0 !important;
}

.nav-fixed .li-box li {
    position: relative;
}

.nav-fixed .li-box li+li {
    padding-left: 50px !important;
}

.nav-fixed .li-box::before {
    content: url(../img/index/li-box2.png);
    top: -40px;
}

.nav .li-box ul li {
    position: relative;
}

.nav .li-box ul li+li {
    padding-left: 86px;
}

.nav .li-box ul li+li:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #3e3e5e;
    left: 43px;
    -webkit-transform: skewX(-42deg);
    transform: skewX(-42deg);
}

.remodal {
    padding-top: 90px;
    padding-bottom: 85px;
    font-weight: 500;
}

#popup2 h2 {
    font-size: 28px;
    line-height: 1.8;
    font-weight: 700;
}

#popup2 h2 span {
    display: inline-block;
    border-bottom: 1px dashed #000;
    padding: 0 30px;
    white-space: nowrap;
}

#popup2 .txt1 {
    width: 590px;
    margin: 32px auto;
    padding-left: 9px;
    padding-right: 23px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#popup2 .txt1 {
    text-align: left;
}

#popup2 {
    font-size: 15px;
    line-height: 2;
}

.btn-popup {
    bottom: 140px;
    right: 32px;
}

@media screen and (min-width: 1201px) {
    .btn-popup {
        right: 124px;
    }
}

#popup2 .txt2 {
    margin: 32px auto 0;
    width: 590px;
    padding-left: 9px;
    padding-right: 23px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#popup2 .txt-box {
    position: relative;
    width: 590px;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 0;
    line-height: 1.73;
}

#popup2 .txt-box::before {
    border: 1px solid #000;
    border-right: 0;
    width: 51px;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
}

#popup2 .txt-box::after {
    border: 1px solid #000;
    border-left: 0;
    width: 51px;
    top: 0;
    bottom: 0;
    right: 0;
    content: '';
    position: absolute;
}

#popup2 .txt-box {
    padding-left: 139px;
}

header .btn-popup {
    z-index: 2;
    position: absolute;
}

header .btn-popup a {
    text-align: left;
    padding-left: 50px;
    font-size: 18px;
    width: 330px;
}

.txt-u {
    text-decoration: underline;
}

.txt-u:hover {
    text-decoration: none;
} */

img {
    max-width: 100%;
    height: auto;
}

body {
    font-weight: 300;
    line-height: 2;
}

#key {
   /* height: 900px;*/
    background-image: url(../img/course/kv.jpg);
}

.key_t {
    position: absolute;
    z-index: 11;
    left: 20%;
   
    top: 48%;
    width: 70px;
    height: auto;
}

header .nav-fixed {
    background: url(../img/shared/bg-blue.jpg);
}
/* 
footer {
    color: #fff;
}

footer .info a {
    font-weight: normal;
}

p.cookies_link {
    font-size: 14px;
}

p.cookies_link a {
    text-decoration: underline;
}

p.cookies_link a:hover {
    text-decoration: none;
}

footer .ft-nav {
    font-weight: 500;
    top: 30px;
    border-left: 1px solid #3b3b4d;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 154px;
    padding-left: 55px;
    position: absolute;
    right: 0;
}

footer .ft-nav a {
    display: block;
    letter-spacing: 0.05em;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

footer .ft-nav a:hover {
    opacity: .8;
}

footer .group {
    padding: 48px 0 0px;
}

footer .info+ul {
    padding: 0 0 0 58px;
    width: 736px;
}

footer .info {
    padding-left: 78px;
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 15px;
    line-height: 1.4;
}

footer .info dl {
    padding-bottom: 8px;
}

footer .info dl dt {
    width: 158px;
}

footer .info dl dd {
    width: calc(100% - 158px);
}

footer .row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 93px 0 0 34px;
}

footer .row .logo {
    width: 282px;
}

footer .row .box {
    margin: 0;
}

footer .row .box .tel {
    width: 475px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 19px;
    margin-left: -3px;
}

footer .row .box .instagram {
    top: 51px;
    right: 63px;
} */


/*-----------------------------/code/-----------------------------*/

.flbox {
    display: flex;
}

section>div,
.row,
.col,
.box,
.inner,
.wrap {
    position: relative;
}

section>div h2,
section>div h3,
section>div h4 {
    font-family: 'Noto Serif JP', serif;
    font-weight: bold!important;
    color: #16162d;
}

section>div dl {
    font-family: 'Noto Serif JP', serif;
    font-weight: bold!important;
    color: #16162d;
}

.orange {
    color: #cf4400!important;
}

#sec1 {
    padding: 93px 0 90px;
    text-align: center;
}

#sec1>.wrap>p.txt {
    margin: 35px 0 78px;
    text-align: center;
}

#sec1 .flbox {
    width: 1030px;
    margin: 0 auto 81px;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

#sec1 .flbox p.txt {
    text-align: center;
    margin-top: 6px;
}

#sec1 p.txt-sub {
    background: url(../img/course/s1-bgbox.jpg);
    padding: 51px 0 52px;
    width: 951px;
    margin: 0 auto;
    box-sizing: border-box;
    color: #fff;
    z-index: 1;
    position: relative;
}

#sec1 .wrap::before {
    content: url(../img/course/s1-d1.png);
    position: absolute;
    top: -92px;
    left: -542px;
}

#sec1::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(50% + 186px);
    height: 788px;
    background: url(../img/course/s1-d2.png) no-repeat left top / cover;
}

#sec1 h3{
    color: #fff;
    font-size: 43px;
    background: #16162d;
    margin-bottom: 0.7em;
    padding: 0.3em 1em;
    display: inline-block;
    line-height: 1;
}

#sec2 {
    background: url(../img/course/s2-d2.png) no-repeat center top, url(../img/course/s2-bg.jpg);
    padding: 130px 0 0;
    margin-bottom: 0;
    z-index: 1;
}

#sec2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url(../img/course/s2-line.png) repeat-x center top;
    height: 10px;
}

#sec2 .row-1 .wrap::before {
    content: url(../img/course/s2-d1.png);
    position: absolute;
    top: -130px;
    left: -419px;
}

#sec2 h2 {
    position: absolute;
    top: 589px;
    left: 273px;
    z-index: 1;
}

#sec2 p.img1 {
    margin: 0 0 62px -50px;
}
#sec2 p.img1 span{
    display: block;
    position: relative;
    z-index: 2;
    color: #fff;
    margin-top: -2.5em;
    margin-left: 50px;
}

#sec2 p.img1 img {
    width: auto;
    max-width: inherit;
    height: auto;
}

#sec2 .row-1 .box-1 {
    background: url(../img/shared/bg_1.jpg);
    width: 482px;
    padding: 56px 30px;
    margin: 0 20px 0 -30px;
    box-sizing: border-box;
}

#sec2 .row-1 .box-1 h3 {
    font-size: 27.97px;
    letter-spacing: 0;
    padding-bottom: 23px;
    margin-bottom: 18px;
    border-bottom: 2px solid #20758d;
    line-height: 1;
    text-align: center;
}

#sec2 .row-1 .box-1 .flbox {
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
}

#sec2 .row-1 .box-1 ul {
    width: 48%;
}
#sec2 .row-1 .box-1 ul li small{
    font-size: 0.8em;
}

#sec2 p.txt1 {
    width: 487px;
    margin-top: 27px;
    line-height: 30px;
    margin-right: -200px;
    position: relative;
    z-index: 2;
}

#sec2 .row-1 dl.ttl  {
    color: #16162d;
    background: url(../img/course/s2-bgbox1.png) no-repeat center top;
    width: 215px;
    height: 432px;
    position: absolute;
    top: 356px;
    right: 0;
    z-index: 1;
    padding-top: 105px;
}

#sec2 .row-1 .ttl dt {
    font-size: 70px;
    letter-spacing: 0;
    line-height: 73px;
    padding-left: 32px;
}

#sec2 .row-1 .ttl dt>span {
    font-size: 48px;
    padding-top: 48px;
}

#sec2 .row-1 .ttl dt>span>span:first-child {
    line-height: 1;
    position: relative;
    top: 10px;
    left: 5px;
}

#sec2 .row-1 .ttl dt>span>span:last-child {
    line-height: 1;
    position: relative;
    top: 0px;
    left: 5px;
}

#sec2 .row-1 .ttl dd {
    font-size: 48px;
    text-align: center;
    line-height: 81px;
}

#sec2 .row-1 .ttl dd small {
    font-size: 36px;
}

#sec2 .row-1 .box-2 dl+dl {
    margin: 15px 0 15px;
}

#sec2 .row-1 .box-2 dl {
    line-height: 1;
}
#sec2 .row-1 .box-2 dl:nth-of-type(1){
    display: flex;
    justify-content: space-between;    
}
#sec2 .row-1 .box-2 dt {
    font-size: 27px;
    letter-spacing: 0;
}

#sec2 .row-1 .box-2 dd {
    font-size: 35.9px;
    text-align: right;
}

#sec2 .row-1 .box-2 dd small {
    font-size: 28px;
}
#sec2 .row-1 .box-2 {
    width: 287px;
    margin-top: 80px;
}

#sec2 .row-1 .txt-sub{
    text-align: center;
    margin-top: 18px;
}



#sec2 .row-2 {
    margin: 99px 0 98px;
}

#sec2 .col {
    display: flex;
    align-items: center;
    padding: 30px 0 30px;
}

#sec2 .row-3 p.img {
    margin: 0 0 0 -21px;
}

#sec2 .row-2 p.img {
    margin: 0 55px 0 -101px;
}

#sec2 p.img img {
    max-width: inherit;
}

#sec2 .box {
    width: 411px;
    margin-top: 21px;
}

#sec2 .row-2 h3 {
    font-size: 48px;
    letter-spacing: 0;
    background: url(../img/course/s2-bgbox2.png) no-repeat;
    text-align: center;
    line-height: 83px;
    margin-bottom: 26px;
}

#sec2 .row-2 dl+dl {
    margin: 15px 0 15px;
}

#sec2 .row-2 p.txt {
    line-height: 30px;
}

#sec2 .row-2 dl {
    display: flex;
    justify-content: space-between;
    line-height: 1;
}

#sec2 .row-2 dt {
    font-size: 27px;
    letter-spacing: 0;
}

#sec2 .row-2 dd {
    font-size: 35.9px;
}

#sec2 .row-2 dd small {
    font-size: 28px;
}

#sec2 .row-2 .col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../img/shared/bg_1.jpg);
    padding: 33px 53px 57px;
    box-sizing: border-box;
    width: 930px;
    margin: -18px 0 0 112px;
}
#sec2 .row-2 .txt-sub{
    margin-top: -2.5em;
    text-align: right;
    position: relative;
    z-index: 2;
}

#sec2 .row-2 h4 {
    font-weight: bold;
    font-size: 27.96px;
    width: 140px;
}

#sec2 .row-2 .menu-ul {
    display: flex;
    justify-content: space-between;
    width: 653px;
    padding-left: 28px;
    border-left: 2px solid #20758d;
}

#sec2 .row-2 ul li {
    letter-spacing: 0;
}

#sec2 .row-3 dl {
    font-size: 48px;
    text-align: center;
    line-height: 56px;
    margin-bottom: 30px;
}

#sec2 .row-3 dt {
    margin-bottom: 15px;
}

#sec2 .row-3 p.txt-sub {
    text-align: center;
    margin-bottom: 38px;
}

#sec2 .row-3 .box {
    width: 509px;
    min-width: 509px;
    z-index: 1;
    margin: 16px 0 0 -28px;
}

#sec2 .row-3 .gr {
    display: flex;
    align-items: center;
    background: url(../img/shared/bg_1.jpg);
    padding: 32px 0px 34px 70px;
    box-sizing: border-box;
}

#sec2 .row-3 h3 {
    font-size: 27.96px;
    width: 44px;
    padding-right: 30px;
}

#sec2 .row-3 ul {
    width: 320px;
    padding-left: 37px;
    box-sizing: border-box;
    border-left: 2px solid #20758d;
}

/* #sec2 .row-3 ul li { */
    /* white-space: nowrap; */
/* } */

#sec2 .row-4 h3 span {
    background: url(../img/shared/bg_3.png);
    color: #fff;
    font-size: 45px;
    letter-spacing: 0;
    padding: 0 72px 5px;
}

#sec2 .row-4 h3 {
    text-align: center;
    margin: 87px 0 10px;
}

#sec2 .row-4 h4 {
    display: flex;
    align-items: flex-end;
    margin: 0 0 22px 10px;
}

#sec2 .row-4 h4 span.cl1 {
    background: url(../img/course/s1-bgbox.jpg);
    border-radius: 50%;
    color: #fff;
    width: 122px;
    height: 122px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 36px;
    letter-spacing: 0;
    line-height: 42px;
}

#sec2 .row-4 h4 span.cl2 {
    font-size: 48px;
    letter-spacing: 0;
    color: #16162d;
    line-height: 1;
    margin: 0 0 4px 16px;
}

#sec2 .row-4 dl {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

#sec2 .row-4 dt {
    font-size: 28px;
    line-height: 1;
}

#sec2 .row-4 dd {
    font-size: 28px;
}

#sec2 .row-4 dd span.orange {
    font-size: 36px;
}

#sec2 .row-4 dd>span {
    line-height: 1;
    display: block;
}

#sec2 .row-4 dd>span:first-child {
    margin-bottom: 15px;
}

#sec2 .row-4 .box-2 dl {
    display: block;
    padding: 7px 0 0 108px;
}

#sec2 .row-4 .box-2 dt {
    margin-bottom: 13px;
}

#sec2 .row-4 .box-2 p.txt-sub {
    margin-left: 115px;
}

#sec2 .row-4 .box {
    background: url(../img/course/s2-d3.png) no-repeat center top;
}

#sec2 .row-4 .box-1 {
    width: 427px;
    margin-right: 30px;
    padding-left: 30px;
}

#sec2 .row-4 .box-2 {
    width: 436px;
    padding-left: 56px;
}

#sec2 .row-4 .box-2::before {
    content: '';
    position: absolute;
    top: 66px;
    left: 14px;
    width: 1px;
    height: 83%;
    background: #16162d;
}

#sec2::before {
    content: '';
    position: absolute;
    bottom: -92px;
    left: 50%;
    transform: translateX(-50%) skewY(4deg);
    background: url(../img/course/s2-bg.jpg);
    width: 100%;
    height: 134px;
}

#sec3 {
    margin-top: -150px;
}

#sec3 .bg1 {
    background: url(../img/course/s3-bg1.jpg) no-repeat center center / cover;
    padding: 410px 0 0;
}

#sec3 .bg2 {
    background: url(../img/course/s3-bg2.jpg) no-repeat center center / cover;
    width: 100%;
    height: 266px;
}

#sec3 h2 {
    text-align: center;
    margin-bottom: 101px;
}

#sec3 .flbox {
    width: 800px;
    padding: 90px 0 100px;
    margin: 0 auto -142px;
    background: url(../img/course/s3-bgbox.jpg) no-repeat center center / 100% 100%;
    justify-content: center;
    box-sizing: border-box;
}

#sec3 ul {
    width: 10em;
}
#sec3 .txt-sub{
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#sec4 {
    padding: 108px 0 0;
}

#sec4 .inner {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

#sec4 p.tel {
    color: #19194d;
    text-align: center;
    padding: 27px 0;
    width: 498px;
    margin: 0 auto 47px;
    border: 1px solid #a3a3b0;
    box-sizing: border-box;
    font-size: 25.75px;
    letter-spacing: 0.05em;
}

#sec4 p.tel span.cl2 {
    font-size: 16.15px;
    color: #000000;
    letter-spacing: 0;
    display: block;
    text-align: center;
    margin-top: -8px;
}

#sec4 p.tel::before {
    content: '';
    position: absolute;
    top: -108px;
    left: 50%;
    width: 1px;
    height: 131px;
    background: #000;
}

#sec4::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/course/s4bgbox.jpg);
    width: 50%;
    height: 100%;
}

#sec4 .col {
    width: 50%;
}

#sec4 .col-2 {
    padding: 37px 75px;
    box-sizing: border-box;
}

#sec4 .box {
    background: url(../img/shared/bg_1.jpg);
    width: 100%;
    max-width: 600px;
    padding: 51px 50px 69px;
    box-sizing: border-box;
}

#sec4 .box h3 {
    font-size: 25px;
    padding-bottom: 2px;
    border-bottom: 1px dashed #000;
    text-align: center;
}

#sec4 .box p.txt {
    margin: 15px 0 53px;
    text-align: center;
}

#sec4 .box p.btn a {
    width: 325px;
    padding: 15px 0 15px 98px;
    margin: 0 auto;
    display: block;
    font-size: 26px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0;
    color: #fff;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    background: #20758d;
    transition: all .3s ease;
}

#sec4 .box p.btn a:hover {
    opacity: .8;
    text-decoration: none;
}

#sec4 .box p.btn a::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    background: url(../img/course/s4-btn.png) no-repeat center center / 100% auto;
    width: 30px;
    height: 30px;
}




#sec4 .tel span:before{
    content: none !important;
}







/*IE*/

@media all and (-ms-high-contrast:none) {
    #sec2 .row-1 dt>span>span:first-child {
        top: -5px;
        left: 5px;
    }
    #sec2 .row-1 dt>span>span:last-child {
        top: -5px;
    }
    #sec2 p.txt1 {
        width: 300px;
    }
    #sec2 .row-1 dt {
        height: 400px;
    }
}