
@charset "UTF-8";

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */

body {
    font-family: "Barlow", 'Kosugi Maru', "sans-serif";
    line-height: 1.8;
    font-size: 18px;
    background: #fff;
    font-weight: 300;
    overflow-x: hidden !important;

}
html {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
body {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

img {
    width: 100%;
}

a {
    color: #004294;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}



a:hover {
    text-decoration: none !important;
    opacity: .8;
}

a:focus,
a:active {
    outline: none;
}

p {
    margin-bottom: 1.5em;
    font-size: 18px;
    color: #000;
    font-weight: 300;
   
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 700;
    margin: 0 0 30px 0;
}

::-webkit-selection {
    color: #fcfcfc;
    background: #dce3f7;
}

::-moz-selection {
    color: #fcfcfc;
    background: #dce3f7;
}

::selection {
    color: #fcfcfc;
    background: #dce3f7;
}
.youtb {
    position: fixed;
    top: 15px;
    left: calc(10vw + 281px);
    text-align: center;
    font-weight: bold;
    color: #004294;
    z-index: 999;
    line-height: 1.2em;
}

.youtimg img{
    width: 50%;
}

/*20200622*/

.box-wrap {
    background: #fff;
    margin: 0 auto;
    position: relative;
    padding-top: 120px;
}

/* Owl Override Style */

.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
    margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    top: 50%;
    margin-top: -29px;
    z-index: 9999;
    position: absolute;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 40px;
}

.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
    margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 40px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
    margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: -50px;
}

@media screen and (max-width: 768px) {
    .owl-carousel-posts .owl-controls .owl-nav .owl-next {
        right: 0px;
    }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: -50px;
}

@media screen and (max-width: 768px) {
    .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
        left: 0px;
    }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
    color: #000;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
    color: #000;
}


.owl-carousel2 .owl-controls .owl-nav .owl-next i,
.owl-carousel2 .owl-controls .owl-nav .owl-prev i {
    font-size: 50px;
    color: rgba(0, 0, 0, 0.5);
}

.owl-carousel2 .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel2 .owl-controls .owl-nav .owl-prev:hover i {
    color: rgba(0, 0, 0, 0.6);
}

.owl-carousel2 .owl-controls .owl-nav .owl-next {
    right: -20px;
    top: 110px;
}

.owl-carousel2 .owl-controls .owl-nav .owl-next:hover {
    margin-right: -10px;
}

.owl-carousel2 .owl-controls .owl-nav .owl-prev {
    left: -20px;
    top: 110px;
}

.owl-carousel2 .owl-controls .owl-nav .owl-prev:hover {
    margin-left: -10px;
}

.owl-carousel2 .owl-dots {
    display: none !important;
}

@media screen and (max-width: 992px) {
    .owl-carousel2 .owl-dots {
        display: block !important;
    }
}

@media screen and (max-width: 768px) {
    .owl-theme .owl-controls .owl-nav {
        display: none;
    }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: none !important;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
    font-size: 30px;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover,
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
    background: none !important;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover,
.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
    background: none !important;
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
    bottom: 0;
    margin-bottom: 40px;
    display: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.3);
    display: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot span:hover {
    background: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}



.content-box {
    background-color: #dd7677;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pt-1 {
    padding-top: .25rem !important;
}

.pb-1 {
    padding-bottom: .25rem !important;
}

#top_c {
    position: relative;
    overflow: hidden;
    z-index: 300;
}

#top_c .layer-01,
#top_c .layer-02,
#top_c .layer-03,
#top_c .layer-04 {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
}

#top_c .layer-01 {
    left: -777px;
    top: 72px;
    background-color: #5d87ff;
    z-index: 5;
    -webkit-transform: skewY(28deg) skewX(-28deg) translateX(-100%);
    transform: skewY(28deg) skewX(-28deg) translateX(-100%);
    transition: .5s all ease-in;
}

#top_c .layer-02 {
    right: 836px;

    height: 140%;
    background-color: #1eca80;
    z-index: 6;
    -webkit-transform: skewY(118deg) skewX(24deg) translateX(-100%);
    transform: skewY(118deg) skewX(24deg) translateX(-100%);
    transition: 1s all ease-in;
}

#top_c .layer-03 {
    left: -877px;
    top: 82px;
    background-color: #1eca80;
    z-index: 5;
    -webkit-transform: skewY(28deg) skewX(-28deg) translateX(-100%);
    transform: skewY(28deg) skewX(-28deg) translateX(-100%);
    transition: .5s all ease-in;
}

#top_c .layer-04 {
    right: 774px;

    height: 140%;
    background-color: #5d87ff;
    z-index: 6;
    -webkit-transform: skewY(118deg) skewX(24deg) translateX(-100%);
    transform: skewY(118deg) skewX(24deg) translateX(-100%);
    transition: 1s all ease-in;
}

#top_c . owl-carousel-top {
    position: relative;
    z-index: 3;
}

/* 追加 */

#top_c .layer-01.is-active {
    -webkit-transform: skewY(28deg) skewX(-28deg) translateX(0);
    transform: skewY(28deg) skewX(-28deg) translateX(0);
}

#top_c .layer-02.is-active {
    -webkit-transform: skewY(118deg) skewX(24deg) translateX(0);
    transform: skewY(118deg) skewX(24deg) translateX(0);
}

#top_c .layer-03.is-active {
    -webkit-transform: skewY(28deg) skewX(-28deg) translateX(0);
    transform: skewY(28deg) skewX(-28deg) translateX(0);
}

#top_c .layer-04.is-active {
    -webkit-transform: skewY(118deg) skewX(24deg) translateX(0);
    transform: skewY(118deg) skewX(24deg) translateX(0);
}




.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    font-weight: 400;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.form-control:focus,
.form-control:active {
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: none;
}

input[type="text"] {
    height: 50px;
}

.form-group {
    margin-bottom: 30px;
}

.form-group label {
    font-weight: normal;
    font-weight: 18px;
}




.btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.btn-primary {
    background: #67a329;
    color: #fff;
    border: none !important;
    border: 2px solid transparent !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    box-shadow: none;
    background: #004294;
}

.btn:hover,
.btn:active,
.btn:focus {
    background: #004294 !important;
    color: #fff;
    outline: none !important;
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
    border-color: transparent;
}

.social {
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: right;
}

.social li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.social li a {
    font-size: 24px;
    display: table;
    width: 24px;
    height: 24px;
    margin: 0 4px;
    color: #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.social li a:hover,
.social li a:focus {
    color: #004294;
    text-decoration: none;
}

.social li a i {
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 992px) {
    .social {
        text-align: center;
    }

}

.js .animate-box {
    opacity: 0;
}

.container {
    max-width: 1100px;
}

/*20200622*/

.fixedheader {
    /*  height: 90px;*/
    width: 100%;
    z-index: 500;
    position: fixed;
    background-color: #fff;
    border-bottom: 5px solid #e03c31;
}

/*20200622*/

.fixedheader img {
    max-width: 230px;
    width: auto;
    margin-left: 10vw;
}



.headercontent {
    margin-right: auto;
    margin-left: auto;
    padding: 5px;
    position: relative;
    background-color: #004294;
    text-align: center;
}



footer {
    border-top: 2px solid #e03c31;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 50px 0;
    background-color: #004294;
    z-index: 100;
}

/*20200622*/

footer p {
    margin-bottom: 0;
    font-size: 16px;
}



.midashi {
    margin-top: 3em;
}

.midashi h3 {
    padding: 0.8em 0.5em 0 20px;
    color: #004294;
    /*文字色*/
    font-weight: bold;
    /*    border-bottom: solid 3px #004294;*/
    /*下線*/
    max-width: 1100px;
    margin: 0 auto;
    line-height: 43px;
    font-size: 28px;
    margin-bottom: .7em;
    margin-left: 15px;
    margin-right: 15px;
}

.midashi img {
    margin-top: -20px;
}

.topix {

    margin-left: auto;
    margin-right: auto;
}

.topix h2 {
    padding-bottom: 20px;
    color: #004294;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    line-height: 43px;
    font-size: 30px;
    margin-bottom: .7em;
    margin-top: 3em;
}

.topix img {
    margin-top: 5em;
}

.index-text {
       left: 44vw;
    width: 66%;
    max-width: 535px;
   
}

.cost-text {
    position: absolute;
    left: 33vw;
    width: 60%;
    max-width: 700px;
}

@media screen and (max-width: 992px) {
    .topix h2 {
        font-size: 24px;
    }
    .index-text,
    .cost-text {
        position: inherit;
        left: inherit;
        width: inherit;
     max-width: fit-content;
        margin-top: 2em;
    }
        .index-text,
    .cost-text {
        margin-bottom: 2em;
    }
    .topix img {
        margin-top: 2em;
    }
}

@media screen and (max-width: 768px) {
    .topix h2 {

        margin-top: .75em;
        font-size: 24px;
        line-height: 30px;
    }
}

.textarea p {
    font-size: 16px;
}

.tel {
    position: absolute;
    right: 0;
}

a:hover,
a:focus {
    color: #337ab76b;
    text-decoration: none !important;
}

/*PCのみで表示*/

.di-pc {
    display: block;
}

/*スマートフォンのみで表示*/

.di-sp {
    display: none;
}

.left-sp {
    text-align: center;
}




/*

.box {
    height: 200px;
    margin: 15px 0;
    padding-top: 15px;
    background-size: cover;
    background-position: center;
}
*/

/*
.box h3 {
    text-align: center;
    color: #fff;
    margin: 0;
}

.box p {
    text-align: center;
    color: #fff;
}

.box i {
    font-weight: bold;
}

*/






/*文中の下線*/

.point {
    background: linear-gradient(transparent 60%, #ffe18f 40%);
    font-weight: 500;
}


/*数字*/

.number {
    color: crimson;
    font-weight: bold;
    font-size: 33px;
}

/*上下間隔の設定*/

.sec_k {
/*    margin: 3em auto;*/
    margin-top: 3em;
    margin-bottom: 3em;
}
/*
.container {
    margin-right: auto;
    margin-left: auto;
}
*/

.sec_k img {
    max-width: 100%;
    margin: 15px auto;
}

.sec_k h2 {
    font-size: 36px;
    line-height: 55px;
    margin-bottom: .75em;
}

.sec_k p {
    /*  max-width: 92%;*/
    font-size: 18px;
    line-height: 1.89;
}

.sec_k .text {
    margin-top: 15px;
}
.sec_k_cost{
    margin: 0 auto 5em;
}

.introduction {
    margin-top: 7em;
}

.no_padding {
    padding: 0;
}

.midashi i{
    position: absolute;
/*        left: 15px;*/
        color: #004294;
}

.midashi .fas {
    font-size: 35px;
    margin-bottom: -1px;
}

.midashi .far {
    font-size: 35px;
    margin-bottom: -1px;
}

.cont-icon{
        margin-left: 2em;
        display: inline-block;
}

.topmenu {

    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    display: inline;

}

.topmenu li {
    display: inline;
    margin-left: 16px;
    font-weight: normal;
}

.topmenu li a {
    margin-left: 18px;
    font-size: 18px;
    font-weight: 700;

    color: #fff;
}

/*20200622*/

.sns_header {
    padding-top: 10px;
    background-color: #fff;
    /*    position: fixed;*/
    height: 73px;
}

/*20200622*/

.sns {
    display: inline-block;
    font-size: 30px;
    text-align: right;
    position: absolute;
    right: 10vw;
    padding-left: 0;
}

.sns li {
    display: inline;
    margin-left: 16px;
    font-weight: normal;
}

/*
.first p {
    margin-top: 4em;
    font-size: 20px;
    font-weight: 700;
}
*/

.numberlist {
    margin-top: 190px;

}

.numberlist h3 {
    font-size: 28px;
    margin-top: .4em;
}

.top-number h3 {
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: 23px;
    color: #004294;
    margin-left: -1em;
}
.voicelist h3{
    position: relative;
    top: auto;
    right: auto;
    margin-right: auto;
    color: #004294;
    margin-bottom: 15px;
}
.voicelist h4{
    color: #004294;
    margin-bottom: .75em;
    margin-right: 1em;
    margin-top: 1em;
}


.top-introduce-number h3 {
    position: absolute;
    top: 0;
    right: 100%;
/*    margin-right: 23px;*/
    color: #004294;
}

.top-introduce h3 {
    line-height: 43px;
    margin-bottom: .7em;
    font-size: 28px;
}

.section-1g {
    display: flex;
    min-height: 700px;
    background: #f2f4f6;
    justify-content: center;
    align-items: center;
}

.section-2w {
    display: flex;
    min-height: 700px;
    background: #fff;
    justify-content: center;
    align-items: center;
}
.section-voice {
/*    display: flex;*/
/*    min-height: 700px;*/
    background: #fff;
    justify-content: center;
    align-items: center;
    margin-top: 4em;
}

.about-section {
    padding-bottom: 8em;
}

.coverpic img {
    width: 100%;
    position: relative;
    z-index: 300;
}

/*
.pic {
    padding-top: 120px;
    padding-bottom: 0;
}
*/

.menu-pc {
    display: block;
}

/*
.menu-sp {
    display: none;
    padding: 0;
}

.menu-sp li {
    border-bottom: solid 1px #8cc11f;
}
*/


.study {
    position: absolute;
    color: #fff;
    font-weight: 700;
    /*    background-color: rgba(0, 0, 0, 0.3);*/
    line-height: 3.7vw;
    padding: .8em;
    top: 7vw;
    z-index: 400;
    font-size: 3.2vw;
    /*    border: solid #fff 2px;*/
}

.right {

    right: 5%;
}

.left {

    left: 5%;
}

.movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.acd-check {
    display: none;
}

.acd-label {
    display: none;
}

/*
.sidenav {
    display: none;
}
*/

.moviesec h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.moviesec i {
    color: #004294;
}

.screenmockup {
    position: relative;
    max-width: none;
    /*
    left: -175px;
    top: -190px;
*/
}

.lead-form {
    text-align: center;
    font-size: 20px;
}

form {

    margin: 0 auto;
}

label i {
    margin-right: 2px;
}

.form_item {
    overflow: hidden;
    margin-bottom: 30px;

}

.formlabel {
    text-align: left;
    font-size: 15px;
    float: left;
    margin-right: 20px;
    width: 150px;
    border-left: solid 3px #e03c31;
    padding-left: 10px;
    color: #004294;
    border-radius: 0;
    margin-top: 5px;
}

.inputs {
    float: left;
    width: 80%;
}

input[type="text"],
input[type="email"] {

    border: none;
    padding: 5px 10px;
    font-size: 15px;
    border-bottom: 2px solid #004294;
    background: transparent;
}

select {

    padding: 10px;
    font-size: 15px;
    border: none;
    border-bottom: 2px solid #004294;
    background: transparent;
}

textarea {

    padding: 10px;
    height: 160px;
    font-size: 15px;
    border: none;
    border-bottom: 2px solid #004294;
    background: transparent;
}

.btn-area {
    text-align: center;
}

input[type="submit"] {
    background: #e0505c;
    border: none;
    color: white;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 30px;
    margin: 0 5px;
    border-radius: 5px
}

input[type="email"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
    border: none;
    outline: none;
    border-bottom: 2px solid #e03c31;
}

select:focus {
    border-color: crimson;
}

@media (max-width: 1229px) {
    .inputs {
        margin-right: 10%;
        margin-left: 10%;
    }
    label {
        margin-left: 10%;
        width: 80%;
    }
    .sec_k h2 {
        font-size: 35px;
        line-height: 41px;
        margin-bottom: 0.25em;
    }
}

._ipad {
    display: none;
}

@media screen and (max-width: 768px) {
    .sec_k h2 {

        margin-top: .75em;
        font-size: 24px;
        line-height: 30px;
    }
    .sec_k p {
        font-size: 15px;
    }
/*
    .pic {
        padding-top: 140px;
        padding-bottom: 0;
    }
*/
    .icon-sidenv {
        font-size: 32px;
        color: #5c84af;
        position: absolute;
        top: 50%;
        left: 10px;
        width: 32px;
        transform: translateY(-50%);
    }
    ._ipad {
        display: block;
    }
    .sidenav {
        height: 100%;
        width: 0px;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #004294;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }


    .sidenav a {
        padding: 8px;
        text-decoration: none;
        font-size: 13px;
        color: #171111;
        display: block;
        transition: 0.3s;
        background-color: #fff;
        margin: 10px;
        position: relative;
        z-index: 999;
    }

    .sidenav a:hover,
    .offcanvas a:focus {
        color: #f1f1f1;
    }

    .sidenav a:hover {
        opacity: .85;
        box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    }

    .sidenav a:active {
        transform: scale(.97);
    }

    .sidenav .closebtn {
        color: #fff;
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 50px;
        margin-left: 50px;
        background-color: inherit;
    }
    #main {
        transition: margin-left .5s;
        padding: 16px;
    }

    .acd-check {
        display: none;
    }

    .acd-label {
        color: #fff;
        display: block;
        margin-bottom: 0;
    }

    .acd-content {
        height: 0;
        opacity: 0;
        padding: 0;
        transition: .5s;
        visibility: hidden;
    }

    .acd-check:checked + .acd-label + .acd-content {
        height: 100%;
        opacity: 1;
        visibility: visible;
    }


    .di-pc {
        display: none;
    }

    .di-sp {
        display: block;
    }

    .study {
        display: none;
    }

    .fixedheader {
        height: auto;
    }


    .left-sp {
        text-align: left;
    }



/*
    .study {
        padding: .8em;

    }
*/

    .right {
        top: 30%;
        right: 10%;
    }

    .left {
        top: 30%;
        left: 10%;
    }

    .topmenu li {
        display: block;
        margin-left: 16px;
        font-weight: normal;
    }
    .top-introduce-number h3 {
        position: inherit;
        margin-bottom: 0;

    }
    .top-introduce h3 i{
display: none;
}

    .top-introduce h3 {
    line-height: 33px;
    margin-bottom: .7em;
    font-size: 21px;
}
}

@media screen and (max-width: 500px) {
    .icon-sidenv {
        font-size: 25px;
        color: #5c84af;
        position: absolute;
        top: 50%;
        left: 10px;
        width: 32px;
        transform: translateY(-50%);
    }


}

@media (min-width: 768px) {
    .container {
        width: 740px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}

@media (min-width: 1230px) {
    .container {
        width: 1200px;
    }
}

@media screen and (max-height: 450px) {
    footer {
        border-top: 5px solid #e03c31;
        position: relative;
        width: 100%;
        height: 120px;
        text-align: center;
        padding: 32px 0;
        background-color: #004294;
    }
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.k_history {
    margin-top: 100px;
    max-width: 1100px;
    width: 100%;
}

.k_history th {
    width: 20%;
    text-align: right;
    padding-right: 30px;
    background-color: #ececec;
}

.k_history td {
    width: 80%;
}

.k_history td,
.k_history th {
    border: solid 1px #adadad;
    padding: 12px 15px;
    line-height: normal;
}
.k_cost {
    margin-top: 100px;
    max-width: 1100px;
    width: 100%;
}

.k_cost th {
/*    width: 20%;*/
    text-align: right;
    padding-right: 30px;
    background-color: #ececec;
}

.k_cost td {
/*    width: 80%;*/
}

.k_cost td,
.k_cost th {
    border: solid 1px #adadad;
    padding: 12px 15px;
    line-height: normal;
  
}
.k_cost th {
   
      background-color: #eff5fe;
}
  .k_cost i {
margin-right: .5em;
    }
.cost_h_1{
    min-width: 8em;
    background-color: #c5d2e3 !important;
/*    color: #fff;*/
}
.cost_h_2{
    min-width: 4em;
  
}
.affiliated {
    line-height: 2;
    font-size: 18px;
    word-break: break-all;
}

.affiliated td,
.affiliated th {
    width: 100%;
    display: flex;
}

.affiliated th {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.affiliated td {
    margin-left: 37px;


}

.affiliated tr {
    display: flex;
    flex-wrap: wrap;
    margin: 22px auto;
}

.td_l {
    width: 80px;
    text-align: right;
    padding-right: 5px;
}

.td_r {
    margin-left: 1.5em;
}

.td_add .td_r:before {

    content: "〒";
    position: absolute;
    left: 7.7em;

}

.td_add {
    line-height: 1.2;
}

.partner {
    color: #5b95c7;
    margin-top: -5px;
    min-width: 108px;
}

.partner i {

    padding-right: 15px;
    margin-top: 6.5px;
}

.partner_name {
    margin-left: 1em;
    display: block;
}

@media screen and (max-width: 768px) {
    /*    20200622*/
    .box-wrap {
        background: #fff;
        margin: 0 auto;
        position: relative;
        padding-top: 124px;
    }
    .k_history td,
    .k_history th {
        width: 100% !important;
        display: block;
        text-align: left;
    }
    .k_history tr {
        display: flex;
        flex-wrap: wrap;
    }
        .k_cost td,
    .k_cost th {
        width: 100% !important;
        display: block;
        text-align: left;
    }
    .k_cost tr {
        display: flex;
        flex-wrap: wrap;
    }
    .affiliated {
        font-size: 15px;
    }

    .affiliated th {
        font-size: 15px;
    }
    .affiliated td {
        margin-left: 14px;
    }
    .td_l {
        width: 55px;
    }
    .td_add .td_r:before {

        left: 5em;

    }

    .affiliated td,
    .affiliated th {
        width: 100% !important;
        display: block;
        text-align: left;
    }
    .partner {
        width: 100% !important;
        display: block;
        margin-left: -9px;
        width: inherit;
    }
    .partner i {

        padding-right: 5px;

    }
    .top-number h3 {

        position: inherit;
        margin-bottom: 0;
    }

}

.contact_btn {
    position: fixed;
    bottom: 1em;
    left: 1em;
    line-height: 0;
    background: #004294;
    padding: 15px;
    border-radius: 50px;
    color: #fff;
    font-size: 30px;
    z-index: 999;
}

.contact_btn_burst {
    position: fixed;
    bottom: 1em;
    left: 1em;
    line-height: 0;
    background: #004294;
    padding: 15px;
    border-radius: 50px;
    color: #004294;
    font-size: 30px;
    z-index: 998;

}


/*20200622*/

.choose_lang {
    text-align: center;
    position: absolute;
    right: calc(10vw + 190px);
    top: 21px;
}

.choose_lang ul li {
    font-size: 17px;
    background-color: #004294;
    color: #ffffff;
    display: inline;
}

/*20200622*/

.choose_lang ul {
    margin-bottom: 0;
    padding-left: 0;
}

/*20200622*/

.choose_lang li {
    padding: 3px 4px;
    border-radius: 4px;
    margin-left: 4px;

}

.choose_lang a {
    color: #ffffff;
}

/*以下20200622*/

.fa-file-pdf {
    color: #ff0c00;
    font-size: 25px;
    margin-left: .3em;
}



.logo {
    display: inline-flex;
    height: auto;
    align-items: flex-start;

}
.top_pt{
    padding: 3.3em;
}
.top_bak{
    background-image: url(../images/kanazawa_cost_work.jpg);
    background-size: cover; 
    background-position: center;
    margin-top: 0px;
}

.for_r {
    position: fixed;
     top: 18px;
    left: calc(10vw + 200px);
/*    background-color: crimson;*/
/*    border: double 5px;*/
/*    border-radius: 50%;*/
    text-align: center;
    font-weight: bold;
    color: #004294;
/*    padding: 12px;*/
    z-index: 999;
/*    opacity: .7;*/
    line-height: 1.2em;
}
.for_r text{
    
}
@media screen and (min-width:1250px){
    .inter{
    margin-top: -38px;
    margin-bottom: 0px;
    }
}
@media screen and (max-width:1200px){
       .inter{
    margin-top:0px;
    margin-bottom: 0px;
    }
    .choose_lang {
    text-align: center;
    position: absolute;
    right: calc(10vw + 110px);
    top: 21px;
}
}
@media screen and (max-width:1100px){
    .youtb {
    position: fixed;
    top: 15px;
    left: calc(4vw + 281px);
    text-align: center;
    font-weight: bold;
    color: #004294;
    z-index: 999;
    line-height: 1.2em;
}
    .for_r {
    position: fixed;
    top: 18px;
    left: calc(10vw + 139px);
    /* background-color: crimson; */
    /* border: double 5px; */
    /* border-radius: 50%; */
    text-align: center;
    font-weight: bold;
    color: #004294;
    /* padding: 12px; */
    z-index: 999;
    /* opacity: .7; */
    line-height: 1.2em;
}
    .fixedheader img {
    max-width: 229px;
    width: auto;
    margin-left: 3vw;
}
    .sns {
    display: inline-block;
    font-size: 30px;
    text-align: right;
    position: absolute;
    right: 3vw;
    padding-left: 0;
}
    .choose_lang {
    text-align: center;
    position: absolute;
    right: calc(10vw + 118px);
    top: 21px;
}
}
@media screen and (max-width:1044px){
    .for_r {
    position: fixed;
    top: 18px;
    left: calc(10vw + 185px);
    /* background-color: crimson; */
    /* border: double 5px; */
    /* border-radius: 50%; */
    text-align: center;
    font-weight: bold;
    color: #004294;
    /* padding: 12px; */
    z-index: 999;
    /* opacity: .7; */
    line-height: 1.2em;
}
    .sns {
    display: inline-block;
    font-size: 30px;
    text-align: right;
    position: absolute;
    right: 6vw;
    padding-left: 0;
}
    .fixedheader img {
    max-width: 230px;
    width: auto;
    margin-left: 6vw;
}
    .choose_lang {
    text-align: center;
    position: absolute;
    right: calc(10vw + 95px);
    top: 21px;
}
}
@media screen and (max-width:1010px){
.youtb {
    position: fixed;
    top: 17px;
    left: calc(6vw + 262px);
    text-align: center;
    font-weight: bold;
    color: #004294;
    z-index: 999;
    line-height: 1.2em;
}
 
}
@media screen and (max-width:1004px){
     .choose_lang {
    right: calc(10vw + 72px);
    top: 21px;
}
}
@media screen and (max-width:964px){
.youtb {
    position: fixed;
    top: 17px;
    left: calc(6vw + 177px);
    text-align: center;
    font-weight: bold;
    color: #004294;
    z-index: 999;
    line-height: 1.2em;
}
}
@media screen and (max-width:880px){
    .youtb {
    position: fixed;
    left: calc(3vw + 155px);
    text-align: center;
    font-weight: bold;
    color: #004294;
    z-index: 999;
    line-height: 1.2em;
}
}
@media screen and (min-width: 768px) {
    .top_i02{
        display: none;
    }
}
@media screen and (max-width: 840px) {
.youtb {
    position: fixed;
    left: calc(6vw + 100px);
    text-align: center;
    font-weight: bold;
    color: #004294;
    z-index: 999;
    line-height: 1.2em;
}
   
    .fixedheader img {
        margin-left: .4em;
    }
    .sns {
        right: 10px
    }
}
@media  screen and (max-width: 768px){
   .top-tt{
        margin-top: -96px;
    }
.choose_lang {
    right: 123px;
}
}

@media  screen and (max-width: 767px){
       .video-pc{
        display: none;
    }
    .youtb {
    top: 23px;
    position: fixed;
    left: calc(4vw + 100px);
    text-align: center;
    font-weight: bold;
    color: #004294;
    z-index: auto;
    line-height: 1.2em;
}
    .youtimg img {
    width: 40%;
}
     .top_bak{
    display: none;
   background-color: currentColor;
    background-size: cover; margin-top: 0px;
}
}
@media screen and (max-width:710px){
.youtb {
    top: 23px;
    position: fixed;
    left: calc(3vw + 97px);
    text-align: center;
    font-weight: bold;
    color: #004294;
    z-index: auto;
    line-height: 1.2em;
}
.choose_lang {
    right: 104px;
}
}
@media  screen and (max-width: 688px){
        .choose_lang {
    right: 118px;
}
    
}

@media screen and (max-width: 680px) {
.youtimg img{
    width: 45%;
}
.youtb {
    position: fixed;
    top: 34px;
    left: calc(4vw + 270px);
    text-align: center;
    font-weight: bold;
    color: #004294;
    z-index: auto;
    line-height: 1.2em;
}
    .choose_lang {
        right: 10px;
        top: 0;
    }
    .choose_lang ul li {
        font-size: 14px;
    }
    .sns {
/*        font-size: 26px;*/
        top: 26px;
    }
    .fixedheader img {
        max-width: 50%;
        margin-left: .4em;
    }
}

@media screen and (max-width: 640px){
.youtb {
    position: fixed;
    /* top: 18px; */
    left: calc(1vw + 214px);
    text-align: center;
}
}
@media screen and (max-width: 600px){
.youtb {
    position: fixed;
    left: calc(0vw + 214px);
    text-align: center;
}
}
@media screen and (max-width: 550px){
    .youtb {
    position: fixed;
  left: calc(0vw + 206px);
    text-align: center;
}
}
@media screen and (max-width: 520px){
    .youtb{
        left: calc(0vw + 141px);
    }
}
@media screen and (max-width: 498px){
.youtb {
    left: calc(0vw + 135px);
}
}
@media screen and (max-width: 460px){
    .youtb {
    left: calc(0vw + 120px);
}
}
@media screen and (max-width: 420px) {
.youtb {
    top: 14px;
    left: calc(0vw + 98px);
}
    .fixedheader img {
        margin-top: 20px;
    }
}
@media screen and (max-width: 390px){
    .youtimg img {
    width: 39%;
} 
    .youtb {
    left: calc(0vw + 77px);
    top: 19px;
    }
}
@media screen and (max-width: 368px){
 .youtb {
    top: 25px;
    left: calc(0vw + 48px);
}
       .youtimg img {
    width: 30%;
}
}
@media screen and (max-width: 330px){
    .youtb {
    left: calc(0vw + 40px);
}
}
 .tt-pc-im{
        display:none;
    }
  .ytb {
        display: none;
    }
@media screen and (max-width: 320px){
    .ytb {
        display: block;
    }
    .midshi-top{
        margin-top:0em;
    }
    .fixedheader img {
    margin-top: 26px;
}
    .fixedheader img {
    max-width: 42%;
    margin-left: .4em;
}
     .tt-pc-im{
        display:block;
    }
    .tt-log{
        display: none;
    }
    .headercontent {
    margin-top: 2px;
    margin-bottom: 10p;
    margin-right: auto;
    margin-left: auto;
    padding: 5px;
    position: relative;
    background-color: #004294;
    text-align: center;
}
.youtb {
    z-index: auto;
    top: 9px;
    left: calc(0vw + 100px);
}
    .sns {
    /* font-size: 26px; */
    top: 26px;
}
    .youtimg img {
    width: 14%;
}
}
   .school_banner{
        margin-top: -124px;
        display: none;
    }

@media screen and (max-width: 300px){
.youtb {
    z-index: auto;
    top: 5px;
    left: calc(0vw + 75px);
}
}

@media screen and (max-width:285px){
    .choose_lang ul li {
    font-size: 12px;
}
.youtimg img {
    width: 14%;
}
.youtb {
    z-index: auto;
    top: 11px;
    left: calc(0vw + 75px);
}
}
@media screen and (max-width: 260px){
.youtb {
    top: 12px;
    left: calc(0vw + 57px);
}
}

@media screen and (max-width: 230px){
.choose_lang ul li {
    font-size: 11px;
}
    .sns {
    /* font-size: 26px; */
    top: 26px;
    font-size: 23px;
}
.youtb {
    top: 2px;
    left: calc(0vw + 37px);
}
}
/*
@media screen and (max-width: 237px){
    .youtb {
    left: calc(0vw + 24px);
    top: 32px;
}
}
*/

.marquee {
    overflow: hidden;
    margin-bottom: 0px;
    position: relative;
}

.marquee p:after {
    content: "";
    white-space: nowrap;
    padding-right: 50px;
}

.marquee p {
    margin: 0;
    padding-left: 600px;
    display: inline-block;
    white-space: nowrap;
    -webkit-animation-name: marquee;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: marquee;
    -moz-animation-timing-function: linear;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -ms-animation-name: marquee;
    -ms-animation-timing-function: linear;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -o-animation-name: marquee;
    -o-animation-timing-function: linear;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    animation-name: marquee;
    animation-timing-function: linear;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes marquee {
    from {
        -webkit-transform: translate(0%);
    }
    99%,
    to {
        -webkit-transform: translate(-100%);
    }
}

@-moz-keyframes marquee {
    from {
        -moz-transform: translate(0%);
    }
    99%,
    to {
        -moz-transform: translate(-100%);
    }
}

@-ms-keyframes marquee {
    from {
        -ms-transform: translate(0%);
    }
    99%,
    to {
        -ms-transform: translate(-100%);
    }
}

@-o-keyframes marquee {
    from {
        -o-transform: translate(0%);
    }
    99%,
    to {
        -o-transform: translate(-100%);
    }
}

@keyframes marquee {
    from {
        transform: translate(0%);
    }
    99%,
    to {
        transform: translate(-100%);
    }
}

.card {
    background: #f5f5f59e;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    margin: 11px;
    padding: 44px;
    position: relative;
    -webkit-transition: -webkit-box-shadow .2s ease-out;
    transition: -webkit-box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out;
    width: 230px;
    z-index: 10;
    display: inline-block;
}

.card__image--yt-icon {
    max-height: 56px;
    max-width: none;
}

.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
}

.facebook-wrapper > .fb-page {
    width: 100%;
}

.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}

/*
.cont-icon {
    color: #004294;
    margin-top: -5px;
    min-width: 108px;
}

.cont-icon i {
    padding-right: 15px;
    margin-top: 6.5px;
}
*/

.contact_btn_area {
    z-index: 999;
}



.li-sp {
    display: none;
}

.voicelist {
    margin-top: 2em;
    margin-bottom: 2em;
/*    border: solid 1px #777;*/
}

.voicelist .top-number h3{
    position: relative;
    top: auto;
    right: auto;
    margin-right: auto;
    color: #004294;
}
.arrow_link{
    text-align: right;
    
    margin-bottom: 0;
}
.arrow_link:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: -7px;
    width: 0;
    height: 0;
    border: none;
    border-right: solid 15px transparent;
    border-bottom: solid 15px #004294;
}
.arrow_link:after {
position: absolute;
    content: '';
    bottom: 0;
    right: 7px;
    width: 6em;
    border-bottom: solid 3px #004294;
}
.arrow_link:hover{
opacity: .6;
    transition: 0.3s ease-in-out;
}


@media screen and (max-width: 768px) {

    .li-pc {
        display: none;
    }
    .li-sp {
        display: inline;
    }
  
    .voicelist {
        margin-top: 4em;
        margin-bottom: 2em;
    }
.arrow_link {
 
    margin-right: 1em;
    margin-bottom: -18px;
}
}

.em_list ul {
	list-style: none;
    
}
.em_list li {
/*     line-height: 1em;*/
}

.em_list ul li {
/*    padding-left: 15px;*/
    line-height: 2em;
    text-align: left;
    font-size: 16px;
}
.em_list li:before {
  font-family: 'icomoon';
  content: "\e97e";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #00079a; /*アイコン色*/ 
     font-size: 1.3em;
  
}
.top01_02title {
    width: 60%;
    text-align: center;
    margin: -2.2em auto 1em;
    background: #EEEEEE;
    border-radius: 50px;
    padding: 0.4em 1em;
    box-sizing: border-box;
}
.top01_02>ul>li {
    width: 30%;
    margin: 1em 1% 2em;
    padding: 1em 1% 1em;
    border: #d9edf7 4px solid;
    background: #FFFFFF;
    box-sizing: border-box;
}
.top01_02>ul {
    margin-left: -15px;
    margin-right: -15px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
}
.tes_se p{
    margin-top: -46px;
}
.font17 {
    font-size: 130%;
    line-height: 1.6;
}
.font17 {
    font-size: 130%;
    line-height: 1.4;
}
.bold {
    font-weight: bold;
}
.pa_to10 {
    padding-top: 1em;
}
.alcenter {
    text-align: center;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
      
.top01_02>ul>li {
    width: 85%;
    }
}
@media screen and (max-width:767px) {
    
    .imd-cost{
        display: none;
    }   }
.school_summary h2{
    margin: 0 auto 1em;
    font-size: 33px;
}
.cost-top{
    margin-left: auto;
    margin-right: auto;
}
.cost-top h2{
text-align: center;
    margin: 2em auto 1em;
}
.cost-top img{
    margin-top: 4vw;
}
.cost_title{
        background-color: #5c85b7 !important;
    text-align: center !important;
    color: #fff;
}

.btn_app {
  display: block;
  padding: 0.8em 1em;
  text-decoration: none;
  color: #1ba3e7;
  border: solid 2px #1ba3e7;
  border-radius: 3px;
  transition: .4s;
    text-align: center;
    margin:15px 5px;
    box-sizing: border-box;
}

.btn_app:hover {
  background: #1ba3e7;
  color: #fff;
}
.btn_app:hover i{
  color: #fff;
      transition: .4s;
}
.invisid {
   min-width: 70%;
    width: auto;
}
.invisid th{
    text-align: right;
    width: 8em;
}
.invisid th:after {
    content: "　";
}
@media screen and (max-width: 590px) {

        .invisid td,
    .invisid th {
        width: 100% !important;
        display: block;
        text-align: left;
    }
    .invisid tr {
        display: flex;
        flex-wrap: wrap;
    }}

/*
@media screen and (max-width: 1280px) {
.for_r  {
   position: absolute;
    top: 125px;
    opacity: .9;
    z-index: 400;
    }
}
*/
@media screen and (max-width: 965px) {   
.for_r  {
       position: absolute;
    background:rgba(255,255,255,.6);
    padding: 5px;
    top: 130px;
    left: 10px;
        z-index: 400;
    }}

@media screen and (max-width: 768px) {   
.for_r  {
    top: 150px;
    }
}
@media screen and (max-width: 1100px) {   

 #kanazawa_costeffect_img{
        margin-top: 100px!important;
    }}

.shisetsu {
/*   margin-left: -2em;*/
    font-size: 1.2em;
    background-color: #004294;
    color: #fff !important;
    text-align: center;
    padding: 10px;
    margin-right: -15px !important;
    margin-left: -15px;
    margin-top: 0 !important;
}
.voicelist h5{
     border-left: solid #004294;
    font-size: 1.2em;
    padding-left: .3em;
        margin-left: -.3em;
        margin-bottom: 15px;
    margin-top: 20px;
        padding-top: .3em;
    padding-bottom: .3em;
}
.hukidashi {
  position: relative;
  padding: 0.6em;
  background: #e0edff;
    border-radius: 15px;
    font-size: 1.2em;
    line-height: 1.3em;
    color: #555;
}

.hukidashi:after {
  position: absolute;
  content: '';
  top: 100%;
left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}
.attention{
    border: double 7px #3d4185;
    color: #3d4185;
    max-width: 600px;
    text-align: center;
    margin: 2em auto 5em;
    padding: 1.8em .5em;
}
.goaisatsu h2 {
    border-bottom: solid 3px #bfcbf2;
    position: relative;
    padding-bottom: 5px;
    font-size: 23px;
    font-weight: bold;
       color: #285a99;
    text-shadow: 0 0 2px #eeeeee;
}
.goaisatsu h2:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #285a99;
    bottom: -3px;
    width: 20%;
}
.internet h2{
    border-bottom: solid 3px #bfcbf2;
    position: relative;
    padding-bottom: 5px;
    font-size: 23px;
    font-weight: bold;
    color: #007eea;
    text-shadow: 0 0 2px #eeeeee; 
}
.internet  h2:after {
     position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #1877f2;
    bottom: -3px;
    width: 20%;
}
 .btnn a {
    color: #fff;
    display: block;
    text-decoration: none;
}
 .btnn a {
    background-color:#286090;;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 50px 12px 50px;
    text-align: center;
    color: #FFF;
    font-size: 19px;
    font-weight: bold;
    border: 3px double;
    width: 68%;
    border-radius: 7px;
}
.lo-img img{
    width: 50%;
}
.komidashi {
    font-weight: bold;
    font-size: 26px;
    line-height: 1.3em;
    padding: 0.25em;
    background: transparent;
    border-left: solid 5px #000066;
}
@media screen and (max-width: 690px){
     .btnn a {
         font-size: 14px;
    width: 90%;
}
}
@media screen and (max-width: 500px){
    .btnn a {
    padding-right: 0;
    font-size: 14px;
    width: 100%;
    padding-left: 0;
}
    .lo-img img{
    margin-bottom: 27px;
    width: 100%;
}
}
@media screen and (max-width:310px){
    .for_r {
    top: 160px;
}
}