@charset "UTF-8";
/*  全体　基本設定
---------------------------------------------*/

html {
    height: 100%;
    overflow-x: hidden;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    text-align: left;
    color: #0071bc;
    position: relative;
    overflow-x: hidden;
    /*					word-break: break-all;*/
    
    background: #ccc;
}
@media screen and (max-width: 720px) {
    body {
        min-width: 0;
        font-size: 13px;
    }
}
body *::selection {
    background: #FF0;
}
body *::-moz-selection {
    background: #FF0;
}
/*  リンク　基本設定
---------------------------------------------*/

a {
    color: #1a1a1a;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    color: #666666;
}
/*  レイアウト　基本設定
---------------------------------------------*/

#all {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f7f7f7 url(../img/gray.png) no-repeat center top fixed;
    background-size: cover;
}
#all .page .page-header {
    width: 100%;
    overflow: hidden;
}
@media screen and (max-width: 720px) {
    #all .page .page-body {
        margin: 48px 0 0 0;
    }
}
.section-wide {
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 0;
}
#box-drops {
    margin-top: 80px;
    width: 100%;
    height: 20px;
}
.bg-336EA0 {
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 0 40px;
    background: #336EA0;
    position: relative;
}
@media screen and (max-width: 720px) {
    .bg-336EA0 {
        padding: 10px 0 20px;
    }
}
.bg-index-course {
    background: url(../../img/index/books.png) no-repeat;
    background-size: cover;
}
/*基本 w1024*/

.section-base {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 720px) {
    .section-base {
        width: 100%;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }
}
/*次階層 w824*/

.section-second {
    background: url(../img/section-head-obi.png) repeat-x top left #fff;
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
    padding: 80px 100px 40px;
    position: relative;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    overflow: hidden;
}
.section-second:before {
    content: "";
    width: 168px;
    height: 60px;
    background-size: 168px 60px;
    background: url(../img/lead-logo.png) no-repeat;
    display: block;
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -84px;
}
.section-second02 {
    background: url(../img/section-head-obi.png) repeat-x top left #fff;
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 100px 40px;
    position: relative;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    overflow: hidden;
}
@media screen and (max-width: 720px) {
    .section-second {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 80px;
        padding-bottom: 20px;
    }
    .section-second:before {
        width: 112px;
        height: 40px;
        background-size: 112px 40px;
        top: 46px;
        left: 50%;
        margin-left: -56px;
    }
}
.section-second .row .col-w-2-1,
.section-second02 .row .col-w-2-1 {
    width: 388px;
}
@media screen and (max-width: 720px) {
    .section-second .row .col-w-2-1 {
        width: auto;
    }
    .section-second .row .col-w-2-1.col-l,
    .section-second .row .col-w-2-1.col-r {
        float: none;
    }
}
/*リード*/

.second-lead {
    padding: 80px 0 0;
}
.second-lead p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.4;
    letter-spacing: 2px;
    font-weight: 700;
    color: #336ea0;
}
@media screen and (max-width: 720px) {
    .second-lead {
        width: 100%;
        padding: 20px 0 6px;
    }
    .second-lead p {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.8;
    }
}
.sp-fit {
    width: 100%;
    height: auto;
}
.sp-only {
    display: none;
}
/* map */

#map-iruqa {
    width: 100%;
    height: 400px;
}
@media screen and (max-width: 720px) {
    .sp-only {
        display: block;
    }
    span.sp-only {
        display: inline;
    }
    .pc-only {
        display: none !important;
    }
    .nobr {
        display: none;
    }
    #map-iruqa {
        height: 300px;
    }
}
/*  header
---------------------------------------------*/

header {
    width: 100%;
    height: 116px;
    z-index: 101;
    background: #fff;
    position: relative;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
header.fixed {
    position: fixed;
    top: 0;
}
.header_inner {
    width: 1190px;
    height: 116px;
    margin: 0 auto;
    position: relative;
}
.head_logo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 102;
}
header.second_header {
    width: 100%;
    height: 116px;
    z-index: 101;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    position: fixed;
    top: 0;
}
@media screen and (max-width: 720px) {
    header {
        display: none;
    }
    header.second_header {
        display: none;
    }
    .header {
        position: static;
        height: 50px;
    }
    .header_inner #gnv__hld {
        display: none;
    }
    .top-logo {
        width: 50%;
        left: 50%;
        bottom: 0;
    }
    .top-logo img {
        width: 20%;
    }
    .head_logo {
        display: block;
        left: 0%;
        top: 0;
    }
    .head_logo img {
        display: block;
        width: 50%;
        height: auto;
    }
}
/*  gnavi
---------------------------------------------*/

aside.subnv__hld {
    height: 28px;
    position: absolute;
    top: 12px;
    left: 0;
}
aside.subnv__hld ul {
    width: 1190px;
    margin: 0 auto;
    text-align: right;
}
aside.subnv__hld ul li {
    display: inline-block;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 28px;
    margin-left: 14px;
}
aside.subnv__hld ul li a {
    color: #004a88;
}
aside.subnv__hld ul li a::before {
    content: "-";
    display: inline-block;
    margin-right: 4px;
}
nav#gnv__hld {
    position: absolute;
    top: 40px;
    right: 0;
}
nav#gnv__hld li {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 3px;
    font-weight: 700;
    text-align: center;
    padding: 12px 0 0;
    margin-left: 24px;
    height: 76px;
}
nav#gnv__hld li span {
    display: block;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1;
    letter-spacing: 2px;
    margin: 6px 0 0;
}
nav#gnv__hld li a {
    color: #004a88;
    display: inline-table;
}
nav#gnv__hld li:hover a,
nav#gnv__hld li:focus a,
nav#gnv__hld li:active a {
    color: #0071bc;
}
/*  右上ナビ
---------------------------------------------*/

.button_container,
.overlay {
    display: none;
}
@media screen and (max-width: 720px) {
    .button_container,
    .overlay {
        display: block;
    }
    .button_container {
        position: fixed;
        top: 3%;
        right: 3%;
        height: 18px;
        /*border+type3*/
        
        width: 24px;
        cursor: pointer;
        z-index: 99900000;
        -webkit-transition: opacity .25s ease;
        transition: opacity .25s ease;
    }
    .button_container:hover {
        opacity: .7;
    }
    .button_container.active .top {
        -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
        transform: translateY(8px) translateX(0) rotate(45deg);
        background: #FFF;
    }
    .button_container.active .middle {
        opacity: 0;
        background: #FFF;
    }
    .button_container.active .bottom {
        -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
        transform: translateY(-8px) translateX(0) rotate(-45deg);
        background: #FFF;
    }
    .button_container span {
        background: #FF5252;
        border: none;
        height: 3px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
        cursor: pointer;
    }
    .button_container span:nth-of-type(2) {
        top: 8px;
    }
    .button_container span:nth-of-type(3) {
        top: 16px;
    }
    .overlay {
        position: fixed;
        background: #FF5252;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .35s, visibility .35s, height .35s;
        transition: opacity .35s, visibility .35s, height .35s;
        overflow: hidden;
        z-index: 9990000;
    }
    .overlay.open {
        opacity: .9;
        visibility: visible;
        height: 100%;
    }
    .overlay.open li {
        -webkit-animation: fadeInRight .5s ease forwards;
        animation: fadeInRight .5s ease forwards;
        -webkit-animation-delay: .35s;
        animation-delay: .35s;
    }
    .overlay.open li:nth-of-type(2) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
    }
    .overlay.open li:nth-of-type(3) {
        -webkit-animation-delay: .45s;
        animation-delay: .45s;
    }
    .overlay.open li:nth-of-type(4) {
        -webkit-animation-delay: .50s;
        animation-delay: .50s;
    }
    .overlay.open li:nth-of-type(5) {
        -webkit-animation-delay: .55s;
        animation-delay: .55s;
    }
    .overlay.open li:nth-of-type(6) {
        -webkit-animation-delay: .60s;
        animation-delay: .60s;
    }
    .overlay.open li:nth-of-type(7) {
        -webkit-animation-delay: .65s;
        animation-delay: .65s;
    }
    .overlay.open li:nth-of-type(8) {
        -webkit-animation-delay: .70s;
        animation-delay: .70s;
    }
    .overlay.open li:nth-of-type(9) {
        -webkit-animation-delay: .75s;
        animation-delay: .75s;
    }
    .overlay.open li:nth-of-type(10) {
        -webkit-animation-delay: .80s;
        animation-delay: .80s;
    }
    .overlay nav {
        position: relative;
        height: 80%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }
    .overlay .overlay-menu > ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        height: 100%;
    }
    .overlay .overlay-menu > ul > li {
        display: block;
        height: 10.0%;
        height: calc(100% / 10);
        min-height: 40px;
        position: relative;
        opacity: 0;
        font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    }
    .overlay .overlay-menu > ul > li a {
        display: block;
        position: relative;
        color: #FFF;
        text-decoration: none;
        overflow: hidden;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .overlay .overlay-menu > ul > li > ul > li a {
        display: block;
        width: 50%;
        float: left;
        font-size: 12px;
    }
    .overlay .overlay-menu > ul > li a:hover:after,
    .overlay .overlay-menu > ul > li a:focus:after,
    .overlay .overlay-menu > ul > li a:active:after {
        width: 100%;
    }
    .overlay ul li a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 3px;
        background: #FFF;
        -webkit-transition: .35s;
        transition: .35s;
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}
/*  ヒーローイメージ
---------------------------------------------*/

#hero {
    position: relative;
}
/*  footer
---------------------------------------------*/

#footer {
    padding: 40px 0;
    width: 100%;
    margin: 0 0 0 0;
    text-align: center;
    background: url(../img/foot-wave.png) repeat #00558d;
    color: #fff;
    font-family: 'Josefin Sans', "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#footer .section-base {
    position: relative;
    z-index: 1;
}
/*pagetop*/

#pagetop a {
    position: absolute;
    top: -75px;
    left: 50%;
    margin-left: -20px;
    z-index: 80;
    display: block;
    box-sizing: border-box;
    padding: 0;
    background: url("../img/icon/page-top.svg") no-repeat top center #0071bc;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
}
.footer__logo {
    margin-bottom: 20px;
}
.footer__logo img {
    width: 16%;
    height: auto;
}
.footer__address {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
}
.footer__address a {
    color: #fff;
}
.footer__icon {
    width: 100px;
    height: 30px;
    margin: 20px auto 20px;
}
.footer__icon li {
    float: left;
    margin: 0 10px;
    width: 30px;
}
.footer__icon li a.foot-icon-sendmail,
.footer__icon li a.foot-icon-twitter,
.footer__icon li a.foot-icon-instagram {
    text-indent: -9999px;
    overflow: hidden;
    outline: none;
    line-height: 30px;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
    display: block;
}
a.foot-icon-sendmail {
    background: url(../img/icon/c-email.svg) no-repeat;
}
a.foot-icon-twitter {
    background: url(../img/icon/c-twitter.svg) no-repeat;
}
a.foot-icon-instagram {
    background: url(../img/icon/c-instagram.svg) no-repeat;
}
#footer #copyright {
    font-size: 10px;
    font-size: 1.0rem;
    letter-spacing: 1px;
    line-height: 1;
}
@media screen and (max-width: 720px) {
    #footer {
        padding: 30px 0 30px 0;
        margin: 0;
    }
    .footer__logo img {
        width: 50%;
        height: auto;
    }
    #footer #copyright {
        font-size: 9px;
    }
}
/*  btn style
---------------------------------------------*/

.btn-s {
    display: inline-block;
    padding: 6px 20px;
    color: #000000;
    border: 1px solid #000;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    margin-top: 20px;
}
/*  お問い合わせモジュール
---------------------------------------------*/

.box-tel,
.box-btn-form {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    width: 512px;
}
.box-tel .wrap,
.box-btn-form .wrap {
    width: 512px;
    height: 120px;
    margin: 0 auto;
    padding: 30px 0px 10px;
    text-align: center;
    color: #12cfa7;
    background: #f2f2f2;
}
.box-tel .phonenum {
    margin-bottom: 8px;
    line-height: 1;
}
.box-tel .phonenum small {
    margin-right: 20px;
    font-size: 22px;
    letter-spacing: 1px;
}
.box-tel .phonenum span {
    font-size: 32px;
    letter-spacing: 4px;
    font-weight: bold;
}
.box-tel .wrap > span {
    font-size: 14px;
    letter-spacing: 1px;
}
.box-btn-form .wrap > span {
    font-size: 14px;
    letter-spacing: 0px;
}
.box-btn-form .wrap {
    background: #12cfa7;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.box-btn-form .wrap:after {
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -14px;
    display: block;
    content: "";
    background: url(../img/icon/paper-plane.svg) no-repeat 0 0;
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.box-btn-form .txt {
    font-size: 30px;
    letter-spacing: 4px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1;
}
.box-tel .wrap a {
    color: #12cfa7;
}
.box-btn-form .wrap a {
    color: #fff;
}
.box-btn-form .wrap:hover {
    background: #29abe2;
}
.box-btn-form .wrap:hover:after {
    right: 20px;
}
@media screen and (max-width: 720px) {
    .bg-336EA0 .row .col-l,
    .bg-336EA0 .row .col-r {
        float: none;
    }
    .box-tel,
    .box-btn-form {
        width: 100%;
        height: auto;
    }
    .box-tel .wrap,
    .box-btn-form .wrap {
        width: 100%;
        height: auto;
    }
    .box-tel .phonenum small {
        font-size: 16px;
    }
    .box-tel .phonenum span {
        font-size: 26px;
    }
    .box-btn-form .txt {
        font-size: 24px;
    }
    .box-btn-form .wrap > span {
        font-size: 12px;
    }
    .box-btn-form .wrap:after {
        display: none;
    }
}