@charset "utf-8";
/*===========================
add
===========================*/
html {
    scroll-behavior: smooth;
}
/* 基本カラー  */
.fcBasic {
    color: #113783;
}
.fcBasic2 {
    color: #ef454e;
}
/*---------------*/
/***** Roxy *****/
/*---------------*/
/* Common style */
.grid figure {
    position: relative;
    overflow: hidden;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}
.grid figure figcaption {
    box-sizing: border-box;
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*---------------*/
/***** Roxy *****/
/*---------------*/
/* Common style */
.grid figure {
    position: relative;
    overflow: hidden;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}
.grid figure figcaption {
    box-sizing: border-box;
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Roxy  */
.f-roxy {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.f-roxy1-3 {
    box-sizing: border-box;
    width: 33.3%;
}
figure.effect-roxy {
    background: rgba(255, 255, 255, 1);
}
figure.effect-roxy figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, .75);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}
figure.effect-roxy figcaption {
    padding: 3em;
    text-align: left;
}
figure.effect-roxy figcaption p {
    padding-top: 50px;
}
figure.effect-roxy figcaption p img {
    height: 150px;
    width: auto;
}
figure.effect-roxy h2 {
    padding: 30% 0 10px 0;
}
figure.effect-roxy p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
figure.effect-roxy:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
figure.effect-roxy:hover figcaption::before, figure.effect-roxy:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
figure {
    margin: 0;
}
.grid a {
    display: block;
}
.figure {
    display: inline-block
}
.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}
.figure-caption {
    font-size: 90%;
    color: #868e96
}
@media screen and (max-width: 768px) {
    figure.effect-roxy figcaption {
        padding: 2em 3em;
        text-align: left;
    }
    figure.effect-roxy figcaption p {
        padding-top: 0px;
    }
    figure.effect-roxy img {
        opacity: 0.7;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    figure.effect-roxy figcaption::before, figure.effect-roxy p {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@media screen and (max-width: 600px) {
    figure.effect-roxy figcaption {
        padding: 3em;
        text-align: left;
    }
    figure.effect-roxy figcaption p {
        padding-top: 50px;
    }
    .f-roxy1-3 {
        box-sizing: border-box;
        width: 100%;
    }
}
.productImg {
    box-sizing: border-box;
    width: 50%;
    margin: 0 auto 5px auto;
}
.productC {
    text-align: center;
    font-size: 1.1em;
    color: #FB6D31;
    margin-bottom: 5px;
    font-weight: bold;
}
@media screen and (max-width: 600px) {
    .productImg {
        width: 70%;
    }
}
/* index */
.box-8 {
    background-color: #f7b434;
    border: 1px solid #e29a27;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, .4) inset, 0 0 4px rgba(255, 255, 255, .8) inset, 2px 2px 2px rgba(0, 0, 0, .4);
    color: #fff;
    margin: 0;
    padding: 1em;
}
.box-8 p {
    font-size: 1.3em;
    text-align: center;
}
.txtPlus {
    font-size: 3em;
    text-align: center;
    font-weight: bold
}
/* 画像とテキストを交互に表示画像バージョン */
.contents-wrap {
    display: -webkit-box; /*Android4.3*/
    display: -moz-box; /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
    display: flex;
    -webkit-box-pack: justify; /*Android4.3*/
    -moz-box-pack: justify; /*Firefox21*/
    -ms-flex-pack: justify; /*IE10*/
    -webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
    justify-content: space-between;
    background-color: rgba(252, 252, 252, 0.92);
}
.contents-wrap:nth-child(odd) {
    -ms-flex-direction: row-reverse; /*IE10*/
    -webkit-flex-direction: row-reverse; /*old webkit browser*/
    flex-direction: row-reverse;
}
.contents-text {
    width: 50%; /*flex: 2;*/
    /* flex: 2; */
    padding: 28px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333;
}
.contents-img {
    width: 50%; /*flex: 1;*/
}
.contents-text h3 { /* 要調整 */
    font-size: 1.6em;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 1em;
    color: #2F7EBF;
    text-align: left;
}
.contents-text h3::after { /* 要調整 */
    content: none;
}
.contents-text-catch {
    margin: 0 auto 20px;
    text-align: center;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.125em;
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    border-bottom: 4px solid #62c0b5;
    padding-bottom: 8px;
}
.contents-img img {
    display: block;
    width: auto;
    max-width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
@media screen and (max-width: 768px) {
    .contents-wrap, .contents-wrap:nth-child(odd) {
        -ms-flex-direction: row-reverse; /*IE10*/
        -webkit-flex-direction: row-reverse; /*old webkit browser*/
        flex-direction: column-reverse;
        padding: 20px 0 0;
    }
    .contents-wrap:last-child {
        padding-bottom: 20px;
    }
    .contents-text, .contents-img {
        width: 100%; /*flex: 1;*/
        margin-bottom: 50px;
    }
    .contents-text {
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .contents-text h3 {
        font-size: 1.3em;
    }
}
.box-sd {
    /*
    padding: 2.6rem 2.5rem;
	*/
    padding: 2.4rem 3.8rem;
    background-color: transparent;
    border: 10px solid #fff;
    box-shadow: 2px 2px 9px 2px rgb(0 0 0 / 2%), 2px 2px 15px 2px rgb(0 0 0 / 4%), 2px 2px 28px 2px rgb(0 0 0 / 6%);
    box-sizing: border-box;
}
.box-sd02 {
    padding: 3rem;
    background-color: #f8f8f8;
    box-sizing: border-box;
    position: relative;
}
.box-sd03 {
    padding: 3rem 3rem 2rem 3rem;
    background-color: #f2f2f2;
    color: #333;
    border: 0px solid #999;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 3px 15px 0px rgb(0 0 0 / 8%), 0px 5px 28px 0px rgb(0 0 0 / 6%);
    box-sizing: border-box;
}
.box-sd04 {
    padding: 3rem 3rem 2rem 3rem;
    background-color: #fff;
    color: #333;
    box-sizing: border-box;
}
.box-sd06 {
    padding: 3rem;
    background-color: #fff;
    border: 0px solid #999;
    box-sizing: border-box;
    width: 320px;
    height: 320px;
    background: linear-gradient(45deg, #75e5ec 0%, #93e9d3 30%, #97e9cd 40%, #a3e9b9 50%, #ace9aa 60%, #b7e999 70%, #c6e981 80%, #cee974 90%, #d5e967 100%);
}
.box-sd07 {
    padding: 3rem;
    background-color: #fff;
    border: 0px solid #999;
    box-sizing: border-box;
    width: 320px;
    height: 320px;
    background: linear-gradient(45deg, #afe9a5 0%, #c7f370 30%, #d7eb5b 40%, #e1e743 50%, #eae945 60%, #f4ea34 70%, #f2ea39 80%, #f8ea2e 90%, #fdec18 100%);
}
.box-sd08 {
    padding: 3rem 3rem 0rem;
    background-color: transparent;
    box-sizing: border-box;
}
.box-sd08 img {
    width: 640px !important;
    max-width: 100% !important;
}
.box-sd09 {
    padding: 0rem;
    background-color: transparent;
    box-sizing: border-box;
}
.box-sd09 img {
    width: 594px !important;
    max-width: 100% !important;
}
.box-recruit-1 {
    padding: 6rem 6rem;
    background-color: #fff;
    border-top: #ffdc00 6px solid;
    border-left: #003fb7 6px solid;
    border-right: #0dc1ff 6px solid;
    border-bottom: #00beff 6px solid;
    background-size: cover;
    box-sizing: border-box;
}
.box-recruit-2 {
    padding: 6rem 3rem;
    background-color: #fff;
    border-right: #000062 0px solid;
    border-bottom: #000062 0px solid;
    background-size: cover;
    box-sizing: border-box;
}
.p-ttl-wrap {
    position: absolute;
    top: -20px;
    left: -25px;
}
.p-ttl {
    display: flex;
    position: relative;
    font-size: 1.4em;
    font-weight: 800;
    padding-left: -10px;
}
.p-ttl:before {
    content: "";
    display: inline-block;
    width: 46px; /* スマホで見た時の幅 */
    height: 46px; /* スマホで見た時の高さ */
    background: url(../img/lesson/iconmonstr-car-3.svg) no-repeat;
    background-size: contain;
    margin-right: 13px;
    left: -10px;
    top: -10px;
}
.p-ttl02 {
    font-size: 1.6em;
    font-weight: 800;
}
.p-ttl-recruit {
    font-size: 1.6em;
    font-weight: 800;
    color: #1390c8;
    text-align: center;
    line-height: 1.8;
}
.res-img05 {
    width: 80%;
    height: auto;
}
.b-mf {
    margin-left: -50px !important;
}
@media only screen and (max-width: 768px) {
    .res-img05 {
        width: 100%;
        height: auto;
    }
    .p-ttl-wrap {
        left: 0px;
    }
    .p-ttl {
        font-size: 1.2em;
    }
    .p-ttl:before {
        width: 26px;
        height: 26px;
        background-size: contain;
        margin-right: 13px;
        left: -10px;
        top: -10px;
    }
    .p-ttl02 {
        font-size: 1.3em;
        margin-top: 50px;
    }
    .box-sd {
        border: 4px solid #fff;
        padding: 1.2rem 1.0rem;
        box-sizing: border-box;
    }
    .box-sd02, .box-sd03 {
        padding: 1.2rem;
        box-sizing: border-box;
    }
    .box-sd06, .box-sd07 {
        padding: 2rem;
        width: 100%;
        height: auto;
    }
    .box-sd08 {
        padding: 3rem 0rem 0rem;
    }
    .box-sd08 img {
        width: 100% !important;
        max-width: 100% !important;
    }
    .box-recruit-1 {
        padding: 2rem;
        background-color: #fff;
        border-top: #ffdc00 6px solid;
        border-left: #003fb7 6px solid;
        border-right: #0dc1ff 6px solid;
        border-bottom: #00beff 6px solid;
        background-size: cover;
        box-sizing: border-box;
        width: 100%;
        margin: auto;
    }
    .box-recruit-2 {
        padding: 6rem 3rem;
        background-color: #fff;
        border-right: #000062 0px solid;
        border-bottom: #000062 0px solid;
        background-size: cover;
        box-sizing: border-box;
        width: 90%;
        margin: auto;
    }
    .p-ttl-recruit {
        font-size: 1.2em;
        width: 90%;
        text-align: left;
        margin: auto;
    }
    .b-mf {
        margin-left: 0px !important;
    }
    .res-mt01 {
        margin-top: 50px;
    }
}
.news {
    padding: 140px 0px 30px;
}
.h1-ttl {
    /*
	font-size:2.6vw !important;
	*/
    font-size: 35px;
}
.h2-ttl {
    text-align: left;
    margin-bottom: 30px;
    position: relative;
    font-weight: 600;
}
.h2-ttl:after {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 120px;
    height: 2px;
    left: 23%;
    transform: translateX(-50%);
    background-color: #333;
}
.sub-ttl02 {
    text-align: left;
    font-size: 1.2em;
    color: #333;
    font-weight: 600;
}
.h2-ttl02 {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 2.6rem;
    font-weight: 600;
    font-family: 'Noto Sans JP', sans-serif;
}
.h2-ttl02 span {
    position: relative;
    display: inline-block;
    font-size: 2.6rem;
    padding-bottom: 5px;
    border-bottom: 2px solid #333;
    margin: 0.3em 0 0.3em 0;
}
h2.h2-ttl02:after {
    content: '';
    position: absolute;
    bottom: 0px;
    display: inline-block;
    width: 0px;
    height: 0px;
    left: 0%;
    transform: translateX(-50%);
    background-color: #333;
}
.h2-ttl05 {
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 50px;
}
.h2-ttl05:after {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 190px;
    height: 2px;
    left: calc(50%-55px);
    transform: translateX(-50%);
    background-color: #333;
}
.h2-ttl07 {
    text-align: left;
    margin-bottom: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    font-weight: 600;
    font-size: 40px;
    position: relative;
}
.h2-ttl07:after {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 140px;
    height: 2px;
    left: 6%;
    transform: translateX(-50%);
    background-color: #333333;
}
.h2-ttl08 {
    text-align: left;
    margin-bottom: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.2);
}
.h2-ttl08:after {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 140px;
    height: 2px;
    left: 6%;
    transform: translateX(-50%);
    background-color: #fff;
}
.sub-ttl08 {
    text-align: left;
    font-size: 1.2em;
    color: #fff;
    padding-left: 5px;
    font-weight: 600;
    text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.2);
}
.h2-ttl09 {
    text-align: left;
    margin-bottom: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    font-weight: 600;
    font-size: 40px;
    color: #333;
    text-shadow: inherit;
}
.h2-ttl09:after {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 190px;
    height: 2px;
    left: 25%;
    transform: translateX(-50%);
    background-color: #333;
}
.sub-ttl09 {
    text-align: left;
    font-size: 1.2em;
    color: #333;
    padding-left: 5px;
    font-weight: 600;
}
.h2-ttl-cnt {
    text-align: left;
    margin-bottom: 30px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    position: relative;
    font-weight: 600;
    font-size: 40px;
    position: relative;
}
.h2-ttl-cnt:after {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 190px;
    height: 1px;
    left: 8%;
    transform: translateX(-50%);
    background-color: #35477b;
}
.h2-ttl-l {
    text-align: center;
    font-weight: 500;
    font-size: 2.6em;
    margin-bottom: 90px;
}
.h2-ttl-l.h2-ttl-add {
    margin-bottom: 110px;
}
.h2-ttl-l.h2-ttl-add.h2-ttl-add02 {
    margin-bottom: 80px;
}
.h2-ttl-l02 {
    text-align: center;
    font-weight: 600;
    font-size: 2.6em;
}
.h2-ttl-l:after, .h2-ttl-l02:after {
    content: '';
    position: absolute;
    bottom: 0px;
    display: inline-block;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    width: 0px;
    height: 0px;
    left: 0%;
    transform: translateX(-50%);
    background-color: #35477b;
}
.h2-ttl-t {
    text-align: center;
    font-weight: 600;
    font-size: 2.6em;
    color: #fff;
}
.h2-ttl-t:after {
    content: '';
    position: absolute;
    bottom: 0px;
    display: inline-block;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    width: 0px;
    height: 0px;
    left: 0%;
    transform: translateX(-50%);
    background-color: #35477b;
}
.bgContact p {
    color: #fff;
}
.tel-contact a {
    font-size: 3em;
    color: #fff;
    position: relative;
}
.tel-contact a:before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(../img/lesson/icn_tel.png);
    background-size: contain;
    vertical-align: middle;
    left: -80px;
    top: 3%;
    background-repeat: no-repeat;
    background-position: right -1px center;
    position: absolute;
}
.tel-contact a:hover {
    opacity: 0.7;
    text-decoration: none;
    color: #fff !important;
}
.h3-ttl {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: left;
    width: 100%;
    margin: auto;
    margin-bottom: 100px;
    font-weight: bold;
}
.h3-ttl:after {
    content: "";
    flex-grow: 1;
    border-top: 10px solid black;
    border-image: linear-gradient(to right, #c2d8ff 0%, #d1cfff 30%, #e1c5ff 50%, #e8befe 70%, #f6b2fd 90%, #f8b0fc 100%);
    border-image-slice: 1;
}
.h3-ttl:after {
    margin-left: 6vw;
}
.h3-ttl:after {
    content: '';
    position: static;
    bottom: 0px;
    display: flex;
    width: auto;
    height: 0px;
    left: 0%;
    transform: translateX(0%);
    background-color: #acacac;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.h3-ttl-cnt {
    text-align: left;
    margin-bottom: 30px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    position: relative;
    font-weight: 500;
    font-size: 30px;
    position: relative;
}
.h3-ttl-cnt:after {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 190px;
    height: 1px;
    left: 100px;
    transform: translateX(-50%);
    background-color: #333;
}
.h3-ttl-recruit {
    text-align: left;
    margin-bottom: 30px;
    position: relative;
    font-weight: 600;
    font-size: 30px;
    position: relative;
    /*
	text-shadow: 0 0 0px #fff, 0 0 0px #fff, 0 0 0px #fff, 0 0 0px #fff, 0 0 0px #fff, 0 0 0px #fff, 0 0 0px #fff;
	*/
    text-shadow: inherit;
}
.h3-ttl-recruit:after {
    content: '';
    position: static;
    bottom: 0px;
    display: flex;
    width: auto;
    height: 0px;
    left: 0%;
    transform: translateX(0%);
    background-color: #acacac;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
h4.h4-ttl:after {
    content: '';
    position: absolute;
    bottom: -0px;
    display: inline-block;
    width: 0px;
    height: 0px;
    left: 0%;
    transform: translateX(0%);
    background-color: #ccc;
}
@media only screen and (max-width: 768px) {
    .news {
        padding: 140px 30px 30px;
    }
    .h1-ttl {
        font-size: 5vw !important;
    }
    .h2-ttl {
        text-align: left;
        margin-bottom: 30px;
        position: relative;
        font-size: 1.8rem;
    }
    .h2-ttl:after {
        content: '';
        position: absolute;
        bottom: -20px;
        display: inline-block;
        width: 120px;
        height: 2px;
        left: 60px;
        transform: translateX(-50%);
        background-color: #333;
    }
    .sub-ttl02 {
        text-align: left;
        font-size: 1.2em;
        color: #333;
    }
    .h2-ttl02 {
        text-align: left;
        margin-top: 20px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        font-size: 1.8rem;
    }
    .h2-ttl02 span {
        position: relative;
        display: inline-block;
        font-size: 1.8rem;
        padding-bottom: 5px;
        border-bottom: 2px solid #333;
        margin: 0.3em 0 0.3em 0;
    }
    h2.h2-ttl02:after {
        content: '';
        position: absolute;
        bottom: 0px;
        display: inline-block;
        width: 0px;
        height: 0px;
        left: 0%;
        transform: translateX(-50%);
        background-color: #333;
    }
    .h2-ttl05 {
        text-align: center;
        margin-bottom: 30px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        font-size: 1.8rem;
    }
    .h2-ttl05:after {
        content: '';
        position: absolute;
        bottom: -20px;
        display: inline-block;
        width: 190px;
        height: 2px;
        left: calc(50%-55px);
        transform: translateX(-50%);
    }
    .h2-ttl07 {
        text-align: left;
        margin-bottom: 30px;
        font-family: 'Noto Sans JP', sans-serif;
        position: relative;
        font-size: 1.8rem;
        position: relative;
    }
    .h2-ttl07:after {
        content: '';
        position: absolute;
        bottom: -20px;
        display: inline-block;
        width: 120px;
        height: 2px;
        left: 60px;
        transform: translateX(-50%);
        background-color: #333;
    }
    .h2-ttl08 {
        text-align: left;
        margin-bottom: 30px;
        font-family: 'Noto Sans JP', sans-serif;
        position: relative;
        font-size: 1.8rem;
        color: #fff;
        text-shadow: inherit;
    }
    .h2-ttl08:after {
        content: '';
        position: absolute;
        bottom: -20px;
        display: inline-block;
        width: 120px;
        height: 2px;
        left: 60px;
        transform: translateX(-50%);
        background-color: #fff;
    }
    .sub-ttl08 {
        text-align: left;
        font-size: 1.2em;
        color: #fff;
        padding-left: 5px;
    }
    .h2-ttl09 {
        text-align: left;
        margin-bottom: 30px;
        font-family: 'Noto Sans JP', sans-serif;
        position: relative;
        font-weight: 600;
        font-size: 1.6rem;
        color: #333;
        text-shadow: inherit;
    }
    .h2-ttl09:after {
        content: '';
        position: absolute;
        bottom: -20px;
        display: inline-block;
        width: 140px;
        height: 2px;
        left: 70px;
        transform: translateX(-50%);
        background-color: #333;
    }
    .sub-ttl09 {
        text-align: left;
        font-size: 1.2em;
        color: #333;
        padding-left: 5px;
        font-weight: 600;
    }
    .h2-ttl-cnt {
        text-align: left;
        margin-bottom: 30px;
        font-weight: 500;
        font-size: 1.8em;
        position: relative;
    }
    .h2-ttl-l.h2-ttl-add {
        font-size: 1.8em;
        margin-bottom: 40px;
    }
    .h2-ttl-l {
        font-size: 1.6em;
        margin-bottom: 40px;
    }
    .h2-ttl-l, .h2-ttl-rs {
        margin-bottom: 42px;
    }
    .h2-ttl-l02 {
        font-size: 1.8em;
    }
    .h2-ttl-t {
        font-size: 1.8em;
    }
    .h3-ttl {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: start;
        text-align: left;
        width: 100%;
        margin: auto;
        margin-bottom: 90px;
        font-size: 1.5em;
    }
    .h3-ttl-cnt {
        font-size: 1.5em;
    }
    .h4-ttl {
        font-size: 1.3em;
        text-align: left;
        font-weight: bold;
    }
    .tel-contact a {
        font-size: 2em;
        color: #fff;
        position: relative;
        width: 100%;
    }
    .tel-contact a:before {
        content: '';
        display: inline-block;
        width: 30px;
        height: 30px;
        background-image: url(../img/lesson/icn_tel.png);
        background-size: contain;
        vertical-align: middle;
        left: -40px;
        top: 16%;
        background-repeat: no-repeat;
        background-position: right -1px center;
        position: absolute;
    }
}
.top-bls li {
    margin-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC;
}
.top-bls li:nth-of-type(1) {
    border-top: 1px dotted #CCCCCC;
}
.titleWrap {
    margin-top: 1em;
    margin-bottom: 1em;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.data {
    width: 20%;
    display: inline-block;
    margin-left: 0%;
}
.title {
    width: 80%;
    display: inline-block;
}
@media only screen and (max-width: 600px) {
    .title {
        margin-left: 0;
        display: block;
        text-align: left;
    }
    .data {
        margin-left: 0;
        display: block;
        margin-top: 15px;
        text-align: left;
        width: 100%;
    }
    .title {
        width: 100%;
    }
    .top-bls li {
        text-align: center;
    }
    .titleWrap {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }
}
/* txt */
.txt2 {
    font-size: 1.2rem;
    font-weight: 800;
}
.txtbold {
    font-weight: bold;
}
.tx-center {
    text-align: center
}
.tx-left {
    text-align: left !important;
}
.tx-right, .tx-right-res, .tx-right-lft, .tx-right-cnt, .res-tx-right {
    text-align: right !important;
}
.tx_marker {
    background: linear-gradient(transparent 75%, #fff799 75%);
    font-weight: bold;
    display: inline;
}
/* color */
.red {
    color: #bc2d2d;
}
.green {
    color: #3b7a28;
}
.brown {
    color: #a67435;
}
.blue {
    color: #325f99;
}
.catchcopy {
    font-size: 2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    line-height: 1.3em;
    color: #E0625E;
}
.catchcopy2 {
    font-size: 2.2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 600;
    line-height: 1.3em;
    color: #E0625E;
}
.col_red {
    color: #F33;
}
.col_green {
    color: #1a9651 !important;
}
.col_blue {
    color: #06C;
}
.col_orange {
    color: #F06000;
}
.tx-70p {
    font-size: 70% !important;
    letter-spacing: normal;
}
.tx-80p {
    font-size: 80% !important;
    letter-spacing: normal;
}
.tx-90p {
    font-size: 90% !important;
    letter-spacing: normal;
}
.tx100p {
    font-size: 100% !important;
    letter-spacing: normal;
}
.tx-110p {
    font-size: 110% !important;
    letter-spacing: normal;
}
.tx-120p {
    font-size: 120% !important;
    letter-spacing: normal;
}
.tx-130p {
    font-size: 130% !important;
    letter-spacing: normal;
}
.tx-140p {
    font-size: 140% !important;
    letter-spacing: normal;
    line-height: 1.4em;
}
.tx-150p {
    font-size: 150% !important;
    letter-spacing: normal;
}
.tx-160p {
    font-size: 160% !important;
    letter-spacing: normal;
}
.tx-170p {
    font-size: 170% !important;
    letter-spacing: normal;
}
.tx-180p {
    font-size: 180% !important;
    letter-spacing: normal;
}
.tx-230p {
    font-size: 230% !important;
    letter-spacing: normal;
}
.tx-300p {
    font-size: 300% !important;
    letter-spacing: normal;
}
.mar0 {
    margin: 0 auto;
}
.txsize1 {
    font-size: 1.2rem;
    font-weight: 800;
    color: #F33;
    text-align: center;
}
.txtstyle1 {
    font-size: 1.16em;
    font-weight: bold;
}
.txtstyle2 {
    font-size: 1.24em;
    font-weight: bold;
}
.ex {
    padding-left: 1em;
    text-indent: -1em;
}
@media only screen and (max-width: 768px) {
    .tx-right-res {
        text-align: left;
    }
    .res-tx-right {
        text-align: center !important;
    }
    .tx-230p {
        font-size: 120% !important;
        letter-spacing: nomal;
    }
    .tx-180p {
        font-size: 110% !important;
        letter-spacing: nomal;
    }
    .tx-right-lft {
        text-align: left !important;
    }
    .tx-right-cnt {
        text-align: center !important;
    }
}
@media only screen and (max-width: 600px) {
    .line-h2 {
        line-height: 1.5;
    }
    .tx-230p {
        font-size: 130% !important;
        letter-spacing: nomal;
    }
    .tx-180p, .tx-170p {
        font-size: 120% !important;
        letter-spacing: nomal;
    }
    .tx-160p, .tx-150p {
        font-size: 110% !important;
        letter-spacing: nomal;
    }
    .tx-140p, .tx-130p, .tx-120p, .tx-110p {
        font-size: 100% !important;
        letter-spacing: nomal;
    }
}
.btn-b a {
    text-decoration: none;
    text-align: center;
    color: #71a3ac !important;
    position: relative;
    display: inline-block;
    padding: 1.1em 1.6em 1.1em 0.8em;
    line-height: 1.1;
    background: #fff;
    border: 0px solid #71a3ac;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 40px;
    transition: all .3s;
    -webkit-transition: all .3s;
    width: 240px;
    font-size: 1.26em;
    font-weight: 600;
    -webkit-transition: all .3s;
    box-shadow: 0px 0px 6px -2px #777777;
}
/*
.btn-b.btn-bt a {
    padding: 1.1em 1.6em 1.1em 0.2em;
	box-shadow: 0px 0px 9px -4px #777777;
}
*/
.btn-b a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 23%;
    box-sizing: border-box;
    width: 6px;
    height: 4px;
    border: 6px solid transparent;
}
.btn-b a::after {
    border-left: 8px solid #71a3ac;
}
.btn-b a:hover {
    opacity: 1;
    text-decoration: none;
    filter: brightness(1.2);
}
.btn-d a {
    text-decoration: none;
    text-align: center;
    color: #fff !important;
    position: relative;
    display: inline-block;
    padding: 0.5em 1em 0.5em 1em;
    line-height: 50px;
    background: #00acc5;
    border: 0px solid #71a3ac;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
    width: 230px;
    font-size: 1.1em;
    font-weight: 900;
    -webkit-transition: all .3s;
    box-shadow: 0px 0px 0px 0px #777777;
}
.btn-d a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.btn-f a {
    text-decoration: none;
    text-align: center;
    color: #71a3ac !important;
    position: relative;
    display: inline-block;
    padding: 0.8em 1.0em 0.8em 1em;
    line-height: 50px;
    background: #fff;
    border: 0px solid #71a3ac;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 40px;
    transition: all .3s;
    -webkit-transition: all .3s;
    width: 60%;
    font-size: 1.0em;
    font-weight: 600;
    -webkit-transition: all .3s;
    box-shadow: 0px 0px 15px -5px #777777;
}
.btn-f a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.btn-n a {
    text-decoration: none;
    text-align: center;
    color: #333;
    position: relative;
    display: inline-block;
    padding: 0.2em 1.8em 0.2em 1em;
    line-height: 30px;
    background: transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
    width: 200px;
    -webkit-transition: all .3s;
}
.btn-n a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 2%;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
}
.btn-n a::after {
    border-left: 6px solid #333;
}
.btn-n a:hover {
    opacity: 0.7;
}
.btn-contact a {
    display: inline-block;
    background: linear-gradient(45deg, #75e5ec 0%, #f8e815 100%);
    color: #FFF;
    height: 100%;
    padding: 1.2em 3vw 1.2em 3vw;
    font-size: 1.3em;
    text-align: center;
    border-radius: 40px;
    z-index: 2;
    width: 460px;
    position: relative;
}
.btn-contact a:hover {
    opacity: 0.7;
    text-decoration: none;
    color: #fff !important;
}
.btn-recruit-et a {
    display: inline-block;
    background: linear-gradient(45deg, #f56ba6 0%, #f58870 50%, #f6b547 70%, #f7ed1c 100%);
    color: #FFF;
    height: 100%;
    padding: 1.0em 4.5vw 1.0em 4.5vw;
    font-size: 1.3em;
    text-align: center;
    border-radius: 40px;
    z-index: 2;
    width: 320px;
    position: relative;
}
.btn-recruit-et a:hover, a.classroom:hover {
    opacity: 0.7;
    text-decoration: none;
    color: #fff !important;
}
.btn-recruit a {
    text-decoration: none;
    text-align: center;
    color: #fff !important;
    position: relative;
    display: inline-block;
    padding: 0.8em 1.0em 0.8em 1em;
    line-height: 40px;
    background: #1390c8;
    border: 0px solid #71a3ac;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 40px;
    transition: all .3s;
    -webkit-transition: all .3s;
    width: 30%;
    font-size: 1.0em;
    font-weight: 600;
    -webkit-transition: all .3s;
}
.btn-recruit a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.btn-contact02 a {
    text-decoration: none;
    text-align: center;
    color: #fff !important;
    position: relative;
    display: inline-block;
    padding: 0.5em 1.0em 0.6em 1em;
    line-height: 50px;
    background: #1390c8;
    border: 0px solid #71a3ac;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 40px;
    transition: all .3s;
    -webkit-transition: all .3s;
    width: 36%;
    font-size: 1.7em;
    font-weight: 600;
    -webkit-transition: all .3s;
    /*
	box-shadow: 0px 0px 15px -5px #777777;
	*/
}
.btn-contact02 a:hover {
    opacity: 0.7;
    text-decoration: none;
}
@media only screen and (max-width: 768px) {
    .btn-b a {
        line-height: 30px;
        -webkit-transition: all .3s;
        padding: 1em 1em 1em 0em;
        width: 90%;
        font-size: 1.06em;
        font-weight: 600;
    }
    .btn-b a::after {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
        right: 23%;
        box-sizing: border-box;
        width: 8px;
        height: 6px;
        border: 6px solid transparent;
    }
    .btn-b a::after {
        border-left: 8px solid #71a3ac;
    }
    .btn-d a {
        font-size: 0.9em;
        padding: 0.7em 0.6em 0.7em 0.6em;
        line-height: 1.3;
        width: 100%;
    }
    .btn-f a {
        text-decoration: none;
        text-align: center;
        color: #71a3ac !important;
        position: relative;
        display: inline-block;
        padding: 0.6em 1em 0.6em 1em;
        line-height: 40px;
        background: #fff;
        border: 0px solid #71a3ac;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 40px;
        transition: all .3s;
        -webkit-transition: all .3s;
        width: 80%;
        font-size: 0.9em;
        font-weight: 600;
        -webkit-transition: all .3s;
        box-shadow: 0px 0px 15px -5px #777777;
    }
    .btn-contact a {
        display: inline-block;
        background: linear-gradient(45deg, #75e5ec 0%, #f8e815 100%);
        color: #FFF;
        height: 100%;
        padding: 1.2em 4vw 1.2em 3vw;
        border-radius: 0px;
        font-size: 1.3em;
        text-align: center;
        border-radius: 40px;
        z-index: 2;
        width: 100%;
        position: relative;
    }
    .btn-recruit {
        margin-bottom: 2em;
    }
    .btn-recruit a {
        padding: 0.8em 1.0em 0.8em 1em;
        line-height: 40px;
        background: #1390c8;
        /*
	width:90%;
	*/
        width: 98%;
        font-size: 1.0em;
    }
    .btn-recruit-et a {
        width: 90%;
    }
    .btn-contact02 a {
        text-decoration: none;
        text-align: center;
        color: #fff !important;
        position: relative;
        display: inline-block;
        padding: 0.3em 1em 0.3em 1em;
        line-height: 40px;
        background: #1390c8;
        border: 0px solid #71a3ac;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 40px;
        transition: all .3s;
        -webkit-transition: all .3s;
        width: 90%;
        font-size: 1.2em;
        font-weight: 600;
        -webkit-transition: all .3s;
        box-shadow: 0px 0px 0px 0px #777777;
    }
}
.line-h01 {
    line-height: 2;
}
.line-h3 {
    line-height: 3;
}
.line-h4 {
    line-height: 4;
}
.tx-recruit {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 39px;
    font-weight: 600;
    text-align: left;
    line-height: 1.8;
    color: #fff;
    text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.2);
}
.tx-gray {
    color: #fff;
}
.tx-mail {
    color: #fff;
    text-shadow: 0px 0px 42px #0000004d;
}
.tx-cntct01 {
    color: #fff;
    font-size: 1.4em;
    text-shadow: 0px 0px 42px #0000004d;
}
.tx-num {
    text-shadow: 0px 0px 42px #0000004d;
}
.tx-telNum {
    color: #fff;
    font-size: 2.1em;
    font-weight: 600;
    text-shadow: 0px 0px 42px #0000004d;
}
.tx-telNum:hover {
    color: #fff !important;
    opacity: 0.7;
    text-decoration: none;
}
.tx-profile {
    font-weight: 600;
    font-size: 1.2em;
    line-height: 2;
}
@media only screen and (max-width: 768px) {
    .tx-telNum {
        font-size: 1.2em;
        text-shadow: 0px 0px 42px #0000004d;
    }
    .line-h01.line-h01-rs {
        margin-bottom: 0px;
    }
    .line-h4 {
        line-height: 2.5;
    }
    .tx-recruit {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 1.4rem;
        font-weight: 600;
        text-align: left;
        line-height: 2;
        color: #fff;
    }
    .tx-profile {
        font-size: 1.1em;
        text-align: right;
    }
}
.flex-1col {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    margin-bottom: 0rem;
}
.flex-2col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 5%;
    margin-bottom: 0rem;
}
.flex-2col > li {
    width: 47.5%;
    margin: 2% 0% 0 0%;
}
.flex-2col > li:nth-of-type(odd) {
    width: 47.5%;
    margin: 2% 0% 0 0%;
}
.flex-2col > li:nth-of-type(even) {
    width: 47.5%;
    margin: 2% 0 0 0%;
}
.flex-2col-start {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap: 5%;
    margin-bottom: 0rem;
}
.flex-2col-start > li {
    width: 47.5%;
    margin: 2% 0 0 0%;
}
.flex-2col-start > li:nth-of-type(odd) {
    width: 47.5%;
    margin: 2% 0% 0 0%;
}
.flex-2col-start > li:nth-of-type(even) {
    width: 47.5%;
    margin: 2% 0% 0 0%;
}
.flex-2col-lf {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    margin-bottom: 0rem;
}
.flex-2col-lf > li {
    width: 33%;
    margin: 2% 0 0 0%;
    font-size: 1.6em;
}
.flex-2col-lf > li:nth-of-type(odd) {
    width: 33%;
    margin: 0% 0% 0 0%;
}
.flex-2col-lf > li:nth-of-type(even) {
    width: 33%;
    margin: 0% 0% 0 0%;
}
.flex-2col-wide {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    width: 100vw;
}
.flex-2col-wide li {
    width: 50% !important;
}
.flex-list2 {
    width: 17.5% !important;
    margin: 0 0 0 0% !important;
}
.flex-list3 {
    width: 27.5% !important;
    margin: 0 0 0 0% !important;
}
.flex-list4 {
    width: 37.5% !important;
    margin: 0 0 0 0% !important;
}
.flex-list5 {
    width: 47.5% !important;
    margin: 0% 1% 0 0% !important;
}
.flex-list6 {
    width: 57.5% !important;
    margin: 0 0 0 0% !important;
}
.flex-list7 {
    width: 67.5% !important;
    margin: 0 0 0 0% !important;
}
.flex-list8 {
    width: 77.5% !important;
    margin: 0 0 0 0% !important;
}
.flex-list9 {
    width: 87.5% !important;
    margin: 0 0 0 0% !important;
}
.flex-3col {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    gap: 1%;
    margin: auto auto 0rem;
    /*
  width:96%;
*/
    width: 100%;
}
.flex-3col > li {
    width: auto;
    margin: 2% 0 0 0%;
}
.flex-3col-list {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap: 1%;
    margin-bottom: 0rem;
}
.flex-3col-list > li {
    width: 30%;
    margin: 2% 0 0 0%;
}
.flex-3col-start {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    margin-bottom: 0rem;
}
.flex-3col-start > li {
    width: 33%;
    margin: 0% 0 0 0%;
    font-size: 1.6em;
}
.flex-3col02 {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    gap: 3.3%;
    margin-bottom: 0rem;
}
.flex-3col02 > li {
    width: 30%;
    margin: 2% 0 0 0%;
}
.flex-listLarge {
    width: 32%;
    /*
	width:420px !important;
	*/
    margin-right: 2% !important;
    ;
}
.flex-listSmall {
    width: 27%;
    /*
	width:350px !important;;
	*/
    margin-right: 1% !important;
    ;
}
.flex-listSmall.lst {
    margin-right: 0px !important;
    ;
}
.flex-4col {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap: 1%;
    margin-bottom: 0rem;
}
.flex-4col > li {
    width: 23%;
    margin: 2% 0 0 0%;
}
.flex-5col {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap: 1%;
    margin-bottom: 0rem;
}
.flex-5col > li {
    width: 18%;
    margin: 2% 0 0 0%;
}
.flex-6col {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap: 1%;
}
.flex-6col > li {
    width: 13%;
    margin: 2% 0 0 0%;
}
dl, ol, ul {
    margin-bottom: 0rem;
}
@media only screen and (max-width: 768px) {
    .flex-2col > li, .flex-2col-start > li, .flex-2col-lf > li {
        width: 100% !important;
        margin: 2% auto 6% !important;
    }
    .flex-3col > li, .flex-3col-start > li, .flex-3col02 > li {
        width: 100%;
        margin: 2% auto 4% !important;
    }
    .flex-list2, .flex-list3, .flex-list4, .flex-list5, .flex-list6, .flex-list7, .flex-list8, .flex-list9 {
        width: 100% !important;
        margin: 2% auto 4% !important;
    }
    .flex-listSmall.lst {
        margin-right: auto !important;
    }
    .flex-3col-start > li {
        font-size: 1.1em;
    }
    .flex-3col-list > li {
        width: 100%;
        margin: 2% auto 4% !important;
    }
    .flex-3col-start, .flex-2col-lf {
        margin-bottom: 0rem !important;
    }
    .flex-2col-lf > li {
        font-size: 1.1em;
    }
    .flex-2col-wide {
        width: 100%;
    }
    .flex-2col-wide li {
        width: 100% !important;
    }
    dl, ol, ul {
        margin-bottom: 0rem;
    }
}
.wide-img img {
    width: 100vw;
    height: auto;
}
.col_white {
    color: #fff;
}
#school-introduction {
    overflow-x: scroll;
    display: block;
}
#school-introduction-sp {
    display: none;
}
@media only screen and (max-width: 768px) {
    #school-introduction {
        overflow-x: scroll;
        display: none;
    }
    #school-introduction-sp {
        display: block;
    }
    #school-introduction-sp .box-sd08 a {
        color: #333;
    }
}
#school-introduction .owl-stage-outer {
    overflow: visible !important;
    width: 100%;
    margin: 5px;
    flex-shrink: 0;
}
.owl-stage-outer {
    overflow: visible;
    /*
    overflow: visible !important;
*/
    width: 100%;
    margin: 5px 0px;
    flex-shrink: 0;
}
.box::-webkit-scrollbar {
    height: 10px; /* スクロールバーの高さ */
}
.box::-webkit-scrollbar-thumb {
    background: #fff; /* ツマミの色 */
    border-radius: 7px; /* ツマミ両端の丸み */
}
.box::-webkit-scrollbar-track {
    background: #e4e4e4; /* トラックの色 */
    border-radius: 7px; /* トラック両端の丸み */
}
.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}
#school-introduction .shadow-effect p, #introduction-gyoutoku .shadow-effect p, #introduction-baraki .shadow-effect p, #introduction-gyoutoku-station .shadow-effect p, #introduction-kounodai .shadow-effect p, #introduction-urayasu .shadow-effect p, #introduction-ichikawa .shadow-effect p, #introduction-urayasudaini .shadow-effect p, #introduction-wakamiya .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}
#school-introduction .item, #introduction-gyoutoku .item, #introduction-baraki .item, #introduction-gyoutoku-station .item, #introduction-kounodai .item, #introduction-urayasu .item, #introduction-ichikawa .item, #introduction-urayasudaini.item, #introduction-wakamiya.item {
    text-align: center;
    padding: 50px;
    margin-bottom: 80px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#school-introduction .owl-item.active.center .item, #introduction-gyoutoku .owl-item.active.center .item, #introduction-baraki .owl-item.active.center .item, #introduction-gyoutoku-station .owl-item.active.center .item, #introduction-kounodai .owl-item.active.center .item, #introduction-urayasu .owl-item.active.center .item, #introduction-ichikawa .owl-item.active.center .item, #introduction-urayasudaini .owl-item.active.center .item, #introduction-wakamiya .owl-item.active.center .item {
    opacity: 1;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}
#school-introduction.owl-carousel .owl-dots .owl-dot:hover span, #introduction-gyoutoku.owl-carousel .owl-dots .owl-dot:hover span, #introduction-baraki.owl-carousel .owl-dots .owl-dot:hover span, #introduction-gyoutoku-station.owl-carousel .owl-dots .owl-dot:hover span, #introduction-kounodai.owl-carousel .owl-dots .owl-dot:hover span, #introduction-urayasu.owl-carousel .owl-dots .owl-dot:hover span, #introduction-ichikawa.owl-carousel .owl-dots .owl-dot:hover span, #introduction-urayasudaini.owl-carousel .owl-dots .owl-dot:hover span, #introduction-wakamiya.owl-carousel .owl-dots .owl-dot:hover span {
    background: #f2c446;
    /*
		    transform: scale(0.7,0.7);
		    */
}
#school-introduction.owl-carousel .owl-dots .owl-dot.active span, #school-introduction.owl-carousel .owl-dots.active span, #introduction-gyoutoku.owl-carousel .owl-dots .owl-dot.active span, #introduction-baraki.owl-carousel .owl-dots .owl-dot.active span, #introduction-gyoutoku-station.owl-carousel .owl-dots .owl-dot.active span, #introduction-kounodai.owl-carousel .owl-dots .owl-dot.active span, #introduction-urayasu.owl-carousel .owl-dots .owl-dot.active span, #introduction-ichikawa.owl-carousel .owl-dots .owl-dot.active span, #introduction-urayasudaini.owl-carousel .owl-dots .owl-dot.active span, #introduction-wakamiya.owl-carousel .owl-dots .owl-dot.active span {
    /*
		    background: #3190E7;
		    transform: scale(0.7,0.7);
			*/
}
#school-introduction.owl-carousel .owl-dots, #introduction-gyoutoku.owl-carousel .owl-dots, #introduction-baraki.owl-carousel .owl-dots, #introduction-gyoutoku-station.owl-carousel .owl-dots, #introduction-kounodai.owl-carousel .owl-dots, #introduction-urayasu.owl-carousel .owl-dots, #introduction-ichikawa.owl-carousel .owl-dots, #introduction-urayasudaini.owl-carousel .owl-dots, #introduction-wakamiya.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}
#school-introduction.owl-carousel .owl-dots .owl-dot, #introduction-gyoutoku.owl-carousel .owl-dots .owl-dot, #introduction-baraki.owl-carousel .owl-dots .owl-dot, #introduction-gyoutoku-station .owl-carousel .owl-dots .owl-dot, #introduction-kounodai.owl-carousel .owl-dots .owl-dot, #introduction-urayasu.owl-carousel .owl-dots .owl-dot, #introduction-ichikawa.owl-carousel .owl-dots .owl-dot, #introduction-urayasudaini.owl-carousel .owl-dots .owl-dot, #introduction-wakamiya.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}
#school-introduction.owl-carousel .owl-dots .owl-dot span, #introduction-gyoutoku.owl-carousel .owl-dots .owl-dot span, #introduction-baraki.owl-carousel .owl-dots .owl-dot span, #introduction-gyoutoku-station.owl-carousel .owl-dots .owl-dot span, #introduction-kounodai.owl-carousel .owl-dots .owl-dot span, #introduction-urayasu.owl-carousel .owl-dots .owl-dot span, #introduction-ichikawa.owl-carousel .owl-dots .owl-dot span, #introduction-urayasudaini.owl-carousel .owl-dots .owl-dot span, #introduction-wakamiya.owl-carousel .owl-dots .owl-dot span {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    border-radius: 20px;
}
button.active {
    overflow: inherit !important;
}
button:focus {
    outline: 0px dotted !important;
    outline: 0px auto -webkit-focus-ring-color !important;
}
.owl-item a {
    color: #333;
}
.owl-item a:hover {
    text-decoration: none;
    filter: brightness(1.1);
    opacity: 0.9;
}
.owl-item .tx-left a:hover {
    text-decoration: none;
    filter: brightness(1.1);
    color: #71a3ac !important;
}
.owl-nav .owl-prev {
    left: 0;
}
.owl-nav .owl-next {
    right: 0;
}
@media (max-width: 768px) {
    .owl-item {
        height: auto;
    }
    .owl-item img {
        width: 100%;
        height: auto;
    }
    .owl-item a {
        display: block;
        width: 100%;
        height: auto;
    }
    .owl-item.active img {
        width: 100% !important;
        height: auto;
    }
}
/*
.slider .slick-dots {
	bottom: 3.33333px
}
.slider .slick-dots li button:before {
	content: "";
	font-family: sans-serif;
	width: 12px;
	height: 3px;
	background-color: rgba(0,0,0,0.5);
	border: 1px solid #fff;
	border-radius: 2px;
	transition: .3s all;
	opacity: 1
}
.slider .slick-dots li.slick-active button:before {
	width: 9px;
	height: 9px;
	-webkit-transform: translate(2px, -3px);
	-ms-transform: translate(2px, -3px);
	transform: translate(2px, -3px);
	border-radius: 50%
}
.slider .slick-dots li button:hover:before, .slider .slick-dots li button:focus:before {
	-webkit-transform: translate(-2px, -6px);
	-ms-transform: translate(-2px, -6px);
	transform: translate(-2px, -6px);
	width: 12px;
	height: 12px;
	border-width: 2px;
	background-color: #000;
	border-color: #fff;
	border-radius: 50%
}
*/
.slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 1100px;
    /*
	height : 793px;
	*/
    margin: auto;
    margin-bottom: 0;
    z-index: 10
}
.slick-track {
    width: 100%;
    height: 1100px;
}
.slider img {
    display: block;
    position: absolute;
    width: inherit;
    height: 1100px;
    left: -100%;
    animation: slideAnime 20s ease infinite;
}
.slider .slider-item {
    position: relative;
    width: 100%;
    background-color: #fff;
    min-height: 800px;
}
.slider .slider-item .slider-box {
    position: absolute;
    top: 560px;
    left: 20vw;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 220
}
.slider .slider-item .slider-contents {
    position: relative;
    color: #333;
    line-height: 1.75;
    text-align: center;
    z-index: 240
}
.slider-01 .slider-item .slider-cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1100px;
    /*
	height: 100vh ;
	*/
    background: transparent center center no-repeat;
    background-size: cover;
    z-index: 210;
}
.slider .slider-item .slider-title {
    margin: 0;
    color: #fff;
    line-height: 1.7em;
    font-size: 5vw;
    letter-spacing: 0em;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    text-shadow: 0px 0px 43px rgb(0 0 0 / 10%);
}
@media (max-width: 1300px) {
    .slider {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100vh;
        margin: auto;
    }
    .slider img {
        width: 100%;
        height: 30vw;
        object-fit: cover;
    }
    .slider-01 .slider-item {
        min-height: 50vh;
    }
    .slider .slider-item .slider-box {
        left: 300px;
        top: 550px;
    }
    .slider .slider-item .slider-title {
        font-size: 4.3rem;
        letter-spacing: 0.4vw;
        line-height: 1.5;
    }
}
@media (max-width: 768px) {
    .slider .slider-item .slider-title {
        font-size: 1.8rem
    }
    .slick-track {
        width: 100%;
        height: auto;
    }
    .slider .slider-item .slider-box {
        top: 370px;
        left: 50vw;
        width: 60%;
        margin: auto;
    }
    .slider {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100vh;
        margin: auto;
    }
    .slider-01 .slider-item {
        min-height: 100vh;
    }
    .slider-01 .slider-item .slider-cover {
        background-size: cover;
        height: 100vh;
        min-height: 100vh;
        object-fit: cover;
        background-position: center left -700px;
        background-position-x: center;
        background-position-y: center;
    }
    .slider-01 .slider-item .slider-cover.slider-cover03 {
        background-position: center left -900px;
        background-position-x: -600px;
        background-position-y: center;
    }
}
@media (max-width: 400px) {
    .slider .slider-item .slider-title {
        font-size: 1.6rem;
        line-height: 2;
    }
    .slider .slider-item .slider-box {
        top: 300px;
        left: 50vw;
        width: 60%;
        margin: auto;
    }
}
ul.circle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
ul.circle > li {
    line-height: 1.5;
    padding: 0 0 0.2em 1.2em;
    margin-bottom: 0.2em;
    width: 90%;
    margin-right: 2%;
    position: relative;
}
ul.circle > li:last-child {
    margin-bottom: 0px;
}
ul.circle > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}
ul.circle-2col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
ul.circle-2col > li {
    line-height: 1.5;
    padding: 0 0 0.2em 1.2em;
    margin-bottom: 0.2em;
    width: 46%;
    margin-right: 2%;
    position: relative;
}
ul.circle-2col > li.line {
    margin-bottom: 0px;
}
ul.circle-2col > li.long {
    width: 70%;
}
ul.circle-2col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}
ul.circle-3col {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}
ul.circle-3col > li {
    line-height: 1.5;
    padding: 0 0 0.2em 1.2em;
    margin-bottom: 0.2em;
    border-bottom: 0px dashed #CCC;
    width: 23%;
    margin-right: 2%;
    position: relative;
}
ul.circle-3col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}
ul.circle-4col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
ul.circle-4col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 0px dashed #CCC;
    width: 23%;
    margin-right: 2%;
    position: relative;
}
ul.circle-4col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}
@media only screen and (max-width: 768px) {
    ul.circle-2col, ul.circle-3col, ul.circle-4col {
        margin-bottom: 0px;
    }
    ul.circle-2col > li, ul.circle-2col > li.long, ul.circle-3col > li, ul.circle-4col > li {
        width: 90%;
    }
    ul.circle-2col > li.line.line2 {
        margin-bottom: 0.9em;
    }
}
.d-ar {
    position: relative;
    display: flex;
    align-items: center;
}
.d-ar:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 14px;
    background: url(../img/lesson/down-arrow.png) no-repeat;
    background-size: contain;
    margin-right: 10px;
    left: -10px;
    top: -10px;
}
.d-ar a {
    color: #333;
    font-size: 1.2em;
}
.d-ar a:hover {
    color: #1390c8 !important;
    text-decoration: none;
}
.img-frame {
    position: relative;
}
.img-frame:before {
    content: "";
    z-index: 0;
    position: absolute;
    top: -50px;
    left: -50px;
    height: 100%;
    width: 80%;
    background: linear-gradient(90deg, #efd1e9 0%, #f8d8ed 30%, #ddd9f0 50%, #bdd9f1 70%, #a7d9f4 90%, #a3d9f5 100%);
}
.img-frame img {
    position: relative;
    z-index: 2;
}
.wrap-h2 {
    width: 96%;
    margin: 0% auto 6%;
}
.wrap-h3 {
    width: 96%;
    margin: 5% auto 6%;
}
.wrap-h4 {
    width: 96%;
    margin: 0% auto 6%;
}
.wrap-h {
    display: flex;
    justify-content: space-between;
    width: 840px;
    margin: auto;
    flex-basis: auto;
}
.wrap-h div {
    max-width: 100%;
    margin: 90px auto 0px;
    display: flex;
    justify-content: space-between;
    flex-basis: auto;
}
.wrap-h02 {
    margin: 70px auto 40px;
}
.wd-01 {
    width: 80%;
}
.wd-02 {
    width: 55%;
}
.res-mt70 {
    margin-top: 70px;
}
.res-mb50 {
    margin-bottom: 50px;
}
.res-mt120 {
    margin-top: 120px;
}
@media only screen and (max-width: 768px) {
    .d-ar:before {
        width: 20px;
        height: 10px;
        margin-right: 10px;
        left: -10px;
        top: -10px;
    }
    .img-frame:before {
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        background: none;
    }
    .res-mb40 {
        margin-bottom: 40px;
    }
    .res-mb60 {
        margin-bottom: 60px;
    }
    .res-mt120 {
        margin-top: 100px;
    }
}
.wrap-h2 {
    width: 100%;
    margin: 0% auto;
}
.wrap-h3 {
    width: 100%;
    margin: 0% auto 5%;
}
.wrap-h4 {
    width: 100%;
    margin: 0% auto;
}
.wrap-h {
    padding-left: 15px;
    padding-right: 15px;
}
.wd-01 {
    width: 90%;
    margin: auto;
}
.wd-02 {
    width: 90%;
    margin: auto;
}
.res-mt {
    margin-top: 50px;
}
.res-mt-f01 {
    margin-top: 30px;
}
.res-mt-f02 {
    margin-top: 50px;
}
.res-mt-f03 {
    margin-top: 42px;
}
.res-mt-f04 {
    margin-top: 30px;
}
.res-mt-f06 {
    margin-top: 50px;
}
.res-mt-f09 {
    margin-top: 50px;
}
/*
.res-mb50 {
	margin-bottom:20px;
}
*/
.res-mb-f01 {
    margin-bottom: 80px !important;
}
.res-mb-f02 {
    margin-bottom: 100px !important;
}
.res-mb-f03 {
    margin-bottom: 42px !important;
}
.res-mb-f04 {
    margin-bottom: 42px !important;
}
.tbl-1 th {
    width: 30%;
    vertical-align: middle;
    font-weight: 600;
}
.wrapper-top {
    overflow: hidden;
}
#page_top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    width: 80px;
    height: 80px;
    background-color: #1390c8;
    /*
	background-color: #0578ab;
    */
    text-align: center;
    border-radius: 160px;
    border: 0px solid #fff;
    z-index: 100;
}
#page_top a {
    color: #fff;
    text-decoration: none;
    display: block;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -13px;
}
#page_top a::before {
    position: absolute;
    left: 50%;
    font-size: 1.5em;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    top: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f1ae';
}
.pc-disp {
    display: block;
}
.sp-disp {
    display: none;
}
.res-mb-f03.res-mb-f03-ls {
    margin-bottom: 0px !important;
}
.res-mt-f07 {
    margin-top: 30px;
}
@media only screen and (max-width: 768px) {
    .res-mt-f01 {
        margin-top: 0px;
    }
    .res-mt-f02 {
        margin-top: 0px;
    }
    .res-mt-f08 {
        margin-top: 100px;
    }
    .res-mt-f09 {
        margin-top: 0px;
    }
    .res-mt-f07 {
        margin-top: 60px;
    }
    .res-mb60 {
        margin-bottom: 60px;
    }
    .res-mb-f07 {
        margin-bottom: 60px !important;
    }
    .res-mb30 {
        margin-bottom: 30px;
    }
    .res-mb-f03.res-mb-f03-ls {
        margin-bottom: 0px !important;
    }
    .res-mb-f03 {
        margin-bottom: 92px !important;
    }
    #page_top {
        display: none !important;
    }
    .pc-disp {
        display: none;
    }
    .sp-disp {
        display: block;
    }
}
.dp-sw {
    filter: drop-shadow(0px 0px 18px #4343434d);
}
.owl-nav {
    position: relative;
}
button.owl-prev, button.owl-next {
    position: relative;
}
.owl-carousel .owl-prev.disabled, .owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}
.owl-carousel .prev-slide {
    background: url(nav-icon.png) no-repeat scroll 0 0;
    position: absolute;
    left: -33px;
}
.owl-carousel .next-slide {
    background: url(nav-icon.png) no-repeat scroll -24px 0px;
    position: absolute;
    right: -33px;
}
.owl-carousel .prev-slide:hover {
    background-position: 0px -53px;
}
.owl-carousel .next-slide:hover {
    background-position: -24px -53px;
}
.tx-flex {
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .tx-flex {
        text-align: left;
    }
}
.history-year {
    font-family: "Josefin Sans", Avenir, "Helvetica neue", Helvetica, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 1.8rem;
    color: #333;
    margin: 1rem auto;
    font-weight: bold !important;
}
table.history-tbl {
    width: 100%;
    margin-left: 6rem;
    border-left: 1px solid #333;
}
table.history-tbl th {
    width: 20%;
    padding-left: 4rem;
    padding: 1rem 0 1rem 4rem;
}
table.history-tbl th p {
    color: #333;
    font-weight: 800 !important;
    font-size: 1.1rem;
}
table.history-tbl td {
    width: 80%;
    padding: 1rem 0;
}
table.history-tbl td p {
    font-size: 1.2rem;
    margin-left: 4rem;
    line-height: 1.75;
    text-indent: 0rem;
    margin-left: 3rem;
}
table.history-tbl td p:before {
    content: "-";
    margin-right: 2rem;
}
@media screen and (max-width: 768px) {
    .history-year {
        font-size: 1.6rem;
        width: 96%;
    }
    table.history-tbl {
        margin-left: 8%;
        margin-right: 2%;
        width: 90%;
        font-size: 1.0rem;
    }
    table.history-tbl th {
        width: 25%;
        padding: 0.5rem 0 0.5rem 1rem;
    }
    table.history-tbl th p {
        font-size: 1.2rem;
    }
    table.history-tbl td {
        padding: 0.5rem 0;
        width: 75%;
    }
    table.history-tbl td p {
        font-size: 1.0rem;
        margin-left: 0.7rem;
    }
    table.history-tbl td p:before {
        margin-right: 0.5rem;
    }
}
.box {
    animation-fill-mode: forwards;
}
ul.stepflow {
    width: 100%;
    display: block;
    border: none;
    margin: 0em 0.5em 1em;
    padding: 0;
    list-style: none;
}
ul.stepflow li {
    display: flex;
    justify-content: flex-start;
    position: relative;
    padding: 0.2em 0 1em 2em;
    margin: 0;
    margin-left: auto;
    width: 80%;
}
ul.stepflow li:nth-of-type(1):before {
    background-color: #f8aa04 !important;
    content: "";
    width: 2px;
    display: block;
    position: absolute;
    top: 28px;
    bottom: 0;
    left: 11px;
}
ul.stepflow li:last-child:before {
    background-color: #f8aa04 !important;
    content: "";
    width: 2px;
    height: 20px;
    display: block;
    position: absolute;
    top: -8px;
    bottom: 0;
    left: 11px;
}
ul.stepflow li:before {
    background-color: #f8aa04 !important;
    content: "";
    width: 2px;
    display: block;
    position: absolute;
    top: -2px;
    bottom: 0;
    left: 11px;
}
ul.stepflow li .stepflow-black {
    content: '';
    display: inline-block;
    position: absolute;
    top: 8px;
    left: -8px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: solid 3px #f8aa04;
    background-color: #f8aa04;
}
ul.stepflow li .stepflow_title {
    width: 50%;
}
ul.stepflow li .stepflow_title p {
    font-size: 2em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
    color: #f8aa04;
    margin-top: 0.1em;
    letter-spacing: 0.3em;
    padding-left: 1em;
}
ul.stepflow li .stepflow_content {
    width: 50%;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 2;
    margin-top: 0em;
    padding: 0 0 0.5em;
}
@media only screen and (max-width: 768px) {
    ul.stepflow {
        box-sizing: border-box;
        margin-bottom: 0px;
    }
    ul.stepflow li {
        padding: 0.2em 0 1em 2em;
        width: 100%;
        box-sizing: border-box;
    }
    ul.stepflow li:last-child {
        padding: 0.2em 0 0em 2em;
    }
    ul.stepflow li:nth-of-type(1):before {
        bottom: -2px;
    }
    ul.stepflow li:before {
        bottom: -3px;
    }
    ul.stepflow li .stepflow-black {
        top: 6px;
        left: -3px;
        width: 30px;
        height: 30px;
        box-sizing: border-box;
    }
    ul.stepflow li .stepflow_title {
        width: 40%;
        box-sizing: border-box;
    }
    ul.stepflow li .stepflow_title p {
        font-size: 1.0em;
        line-height: 1;
        margin-bottom: 15px;
        margin-top: 0.5em;
        letter-spacing: 0.3em;
        padding-left: 0.3em;
        box-sizing: border-box;
    }
    ul.stepflow li .stepflow_content {
        width: 60%;
        font-size: 1.0em;
        line-height: 2;
        margin-top: 0em;
        padding: 0 1em 0.5em 0em;
        box-sizing: border-box;
    }
    ul.stepflow li:last-child .stepflow_content {
        line-height: 2;
        margin-top: 0em;
        padding: 0 1em 0em 0em;
    }
    ul.stepflow li .stepflow_content p {
        font-size: 1.0em;
    }
    ul.stepflow li:last-child .stepflow_content p {
        margin-bottom: 0px !important;
    }
}
.res-img90 {
    width: 90% !important;
    height: auto !important;
}
.res-img80 {
    width: 80% !important;
    height: auto !important;
}
.res-img70 {
    width: 70% !important;
    height: auto !important;
}
.res-img60 {
    width: 60% !important;
    height: auto !important;
}
.res-img50 {
    width: 50% !important;
    height: auto !important;
}
.res-img40 {
    width: 40% !important;
    height: auto !important;
}
.res-img30 {
    width: 30% !important;
    height: auto !important;
}
.res-img20 {
    width: 20% !important;
    height: auto !important;
}
.res-mt30 {
    margin-top: 30px;
}
.res-mt50 {
    margin-top: 50px;
}
.res-mb70 {
    margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
    .res-img90, .res-img80, .res-img70, .res-img60 {
        width: 100% !important;
        height: auto !important;
    }
    .res-mt30 {
        margin-top: 0px;
    }
    .res-mt50 {
        margin-top: 50px;
    }
    .res-mb70 {
        margin-bottom: 20px;
    }
    .res-mb40 {
        margin-bottom: 40px;
    }
    .res-mt {
        margin-top: 20px;
    }
}
.inquiry table {
    margin: 20px 0 0;
    /*background-color:#f7f7f7;*/
    empty-cells: show;
    width: 100%;
    line-height: 1.3em;
    border-spacing: 0px;
    margin-bottom: 1.5em;
    padding: 20px 0;
    list-style-type: none;
    box-sizing: border-box;
}
.inquiry table th {
    padding: 30px 36px;
    border: none;
    text-align: left;
    font-weight: bold;
    width: 30%;
    line-height: 1.5em;
    box-sizing: border-box;
    position: relative;
    vertical-align: top;
}
.inquiry table th::after {
    content: "必須";
    position: absolute;
    width: 50px;
    height: 25px;
    text-align: center;
    padding: 0px;
    color: #fff;
    right: 0px;
    top: 33px;
    background: #1d76fa;
    border-radius: 10px;
    font-size: 0.8em;
}
.inquiry table th.no-ns::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    text-align: center;
    padding: 0px;
    color: #fff;
    right: 0px;
    top: 0px;
    background: #1d76fa;
    font-size: 0.8em;
}
.inquiry table td {
    width: 75%;
    padding: 30px 30px;
    border: none;
    text-align: left;
    box-sizing: border-box;
}
.inquiry table td .select {
    margin-bottom: 0.5em;
}
.inquiry table td .select li {
    float: left;
    margin-right: 20px;
}
.inquiry table td .select li input {
    vertical-align: middle;
}
.inquiry table td label {
    margin: 0 20px 0 0;
    font-weight: 600;
}
.inquiry table span {
    color: #ff0000;
    font-weight: 400;
}
.inquiry table span.small {
    line-height: 1.2;
}
.inquiry table input {
    margin: 2px 5px 2px 2px;
    height: 1.6em;
    border: 1px solid #DDD;
    display: inline-block;
    vertical-align: middle;
}
.inquiry table input[type="text"] {
    width: 90%;
    height: 50px;
}
.inquiry table input[type="radio"] {
    vertical-align: middle;
    margin: 0 10px 0 0;
    border: 1px #DDD solid;
}
.inquiry table select {
    border: 1px #DDD solid;
    height: 40px;
    width: 90%;
    margin: 0 0 10px 10px;
    background-color: #FFF;
}
.inquiry table textarea {
    border: 1px #DDD solid;
    height: 100px;
}
.inquiry .formBtn {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px 0 0;
}
.inquiry .btnSend {
    /*
	background: linear-gradient(to bottom,#0495f1,#005c96);
	*/
    background: #1390c8;
    display: inline-block;
    color: #FFF;
    margin: 0 5px;
    border: 0;
    width: 300px;
    height: 70px;
    line-height: 70px;
    box-sizing: border-box;
    border-radius: 10px !important;
    font-weight: 700;
    font-size: 1.8rem;
}
.inquiry .btnSend:hover {
    opacity: 0.6;
}
.inquiry .btnReset {
    background-color: #c2c2c2;
    margin: 0 5px;
    color: #FFF;
    border: 0;
    width: 300px;
    height: 70px;
    line-height: 70px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 1.8rem;
    border-radius: 10px !important;
}
.inquiry .btnReset:hover {
    opacity: 0.6;
}
@media only screen and (max-width:991px) {
    .inquiry .btnSend {
        width: 300px;
    }
    .inquiry .btnReset {
        width: 250px;
    }
}
@media only screen and (max-width:640px) {
    .inquiry table select {
        margin: 0 0 10px;
        width: 100%;
    }
    .inquiry table input[type="text"] {
        width: 100%;
        height: 50px;
    }
}
.inquiry .forml {
    width: 90%;
}
.inquiry .formm {
    width: 90%;
}
.inquiry .tel {
    text-align: center;
    font-size: 3em;
    font-family: 'Noto Sans Japanese', sans-serif;
    margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
    .inquiry table {
        width: 100%;
        margin: 0 0 3% 0;
        padding: 10px 0;
        box-sizing: border-box;
        border-top: none;
    }
    .inquiry table tr {
        display: block;
    }
    .inquiry table th {
        display: list-item;
        padding: 15px;
        border-bottom: none;
        text-align: left;
        font-weight: bold;
        vertical-align: top;
        width: 100%;
        line-height: 1em;
        box-sizing: border-box;
    }
    .inquiry table td {
        display: list-item;
        width: 100%;
        border-bottom: 1px #FFF solid;
        font-weight: normal;
        padding: 10px;
    }
    .inquiry .forml {
        width: 100%;
    }
    .inquiry .formm {
        width: 100%;
    }
    .inquiry .btnSend {
        width: 100%;
    }
    .inquiry .btnReset {
        width: 100%;
    }
    .inquiry .formBtn {
        padding: 10px 0 0;
    }
    .inquiry table th::after {
        height: 18px;
        right: 10px;
        top: 15px;
    }
}
@media only screen and (max-width: 640px) {
    .inquiry .btnSend, .inquiry .btnReset {
        height: inherit;
        line-height: 40px;
        border-radius: 40px !important;
        font-size: 1.2rem;
        font-weight: 600;
        padding: 0.3em 1em 0.3em 1em;
        margin-top: 20px;
        width: 90%;
    }
}
.inquiry p {
    text-align: center;
}
@media only screen and (max-width: 640px) {
    .inquiry .tel {
        font-size: 2.6em;
    }
    .inquiry p {
        text-align: left;
    }
}
.privacy h2 {
    margin-bottom: 40px;
}
.privacy p {
    margin-bottom: 30px;
}
.privacy h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6em;
    margin-bottom: 1em;
    text-align: left;
    padding: 0px;
    text-shadow: 0 0 0px #fff, 0 0 0px #fff, 0 0 0px #fff, 0 0 0px #fff, 0 0 0px #fff, 0 0 0px #fff, 0 0 0px #fff;
}
.pd-r {
    padding-right: 20px;
}
.pd-r02 {
    padding-right: 130px;
}
.mb-f {
    margin-bottom: 140px;
}
.display-in {
    display: block !important;
}
.display-out {
    display: none !important;
}
@media only screen and (max-width: 768px) {
    .privacy h3 {
        font-size: 1.4em;
        margin-top: 30px !important;
        margin-bottom: 0.8em;
        line-height: 1.3;
    }
    .pd-r {
        padding-right: 10px;
    }
    .pd-r02 {
        padding-right: 20px;
    }
    .mb-f {
        margin-bottom: 90px;
    }
}
.classroom p {
    color: #333;
}
.tx-contact-1 {
    font-size: 1.3em;
    font-weight: 800;
}
.sp-footer-nav {
    display: none;
}
@media only screen and (max-width: 768px) {
    .sp-footer-nav {
        display: block;
    }
    .sp-footer-nav ul {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100vw;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .sp-footer-nav li {
        justify-content: center;
        align-items: center;
        width: 50%;
        padding: 0;
        margin: 0;
        font-size: 14px;
        /*
    border-right: 1px solid #fff;
	*/
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .sp-footer-nav li.tel a {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        background: linear-gradient(45deg, #afe9a5 0%, #c7f370 30%, #d7eb5b 40%, #e1e743 50%, #eae945 60%, #f4ea34 70%, #f2ea39 80%, #f8ea2e 90%, #fdec18 100%);
        color: #fff;
        text-align: center;
        display: block;
        width: 100%;
        padding: 16px 5px 16px 20px;
    }
    .sp-footer-nav li.mail a {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        background: linear-gradient(45deg, #75e5ec 0%, #93e9d3 30%, #97e9cd 40%, #a3e9b9 50%, #ace9aa 60%, #b7e999 70%, #c6e981 80%, #cee974 90%, #d5e967 100%);
        color: #fff;
        text-align: center;
        display: block;
        width: 100%;
        padding: 16px 5px 16px 20px;
    }
    .fa, .fa-phone-square, .fa-envelope {
        position: relative;
    }
    .fa-envelope:before {
        position: absolute;
        top: 0px;
        left: -23px;
    }
    .fa-phone-square:before {
        position: absolute;
        top: 0px;
        left: -23px;
    }
}
.contact-img {
    width: 80px;
    height: 80px;
}
.logo-mark {
    max-width: 300px;
    width: 100%;
    height: auto;
}
.img-bk {
    position: relative;
}
.img-bk img {
    position: relative;
    z-index: 100;
}
.img-bk:after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 50px;
    right: 72px;
    display: inline-block;
    width: 400px;
    height: 524px;
    background: url("../img/recruit/img-bk.jpg") no-repeat;
    background-size: contain;
}
.classroom:hover {
    text-decoration: none;
}
.fnt-1 {
    font-family: 'Noto Sans JP', sans-serif !important;
}
.g-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.g-flex-center p {
    width: 100%;
}
.p-title-sp {
    display: none;
}
@media only screen and (max-width: 768px) {
    .p-title-sp {
        display: block;
        padding: 100px 30px;
    }
    .img-bk:after {
        content: "";
        position: absolute;
        z-index: 10;
        top: 0px;
        right: 0px;
        display: inline-block;
        width: 0px;
        height: 0px;
        background: none;
        background-size: contain;
    }
    .f-bnr {
        position: fixed;
        width: 100vw;
        bottom: 0px;
        left: 0px;
        font-size: 0;
        opacity: 0.9;
        z-index: 99;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: flex;
    }
    .container.wrap-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}
/*
p,table td {
	font-weight:300 !important;
}
*/
.footer-logo img {
    margin: auto;
    text-align: center;
    display: block;
    width: 100%;
    height: auto;
    max-width: 346px;
}
.col-sm-sp {}
.col-p-r01 {
    padding-right: 30px !important;
}
.col-p-r02 {
    padding-right: 0px !important;
}
.col-p-l01 {
    padding-left: 30px !important;
}
.col-p-l02 {
    padding-left: 0px !important;
}
@media only screen and (max-width: 768px) {
    .col-p-r01 {
        padding-right: 15px !important;
    }
    .col-p-r02 {
        padding-right: 15px !important;
    }
    .col-p-l01 {
        padding-left: 15px !important;
    }
    .col-p-l02 {
        padding-left: 15px !important;
    }
    #gyoutoku, #gyoutoku, #gyoutoku, #ichikawa, #gyoutoku-station, #urayasudaini, #urayasudaini {
        margin-top: -50px;
        padding-top: 50px;
    }
}
ul.blog {
    /*
   max-height:440px;
   overflow: scroll;
   */
}
ul.blog li a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #4054a1;
}
.titleWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5%;
}
/*
.thum-img {
	width:20%;
}
*/
.data {
    width: 25%;
}
.title {
    width: 70%;
}
.btn-animation-02 span {
    color: #4054a1;
}
@media only screen and (max-width: 480px) {
    /*
ul.blog {
  overflow-y: scroll;
  overflow-x: none;
}
ul.blog::-webkit-scrollbar {
    width: 5px;
}
 
ul.blog::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 1px;
}
 
ul.blog::-webkit-scrollbar-thumb {
    background-color: #888888;
    border-radius: 1px;
}
*/
    ul.blog li {
        text-align: center;
    }
    .thum-img {
        width: 50%;
    }
    .data {
        width: 50%;
    }
    .title {
        width: 100%;
    }
    .date {
        margin-left: 0;
        display: block;
    }
    .title {
        margin-left: 0;
        display: block;
    }
    .titleWrap {
        justify-content: center;
    }
}