@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700;900&family=Zen+Old+Mincho:wght@400;700&display=swap');

.sec-ol {
    width: 50%;
    margin: auto;
    line-height: 2.5;
}



body {
    background-color: #fff;
}

/* 右クリック禁止*/
img {
    pointer-events: none;
}

/* テキストが選択できなくなります。
body{
user-select:none;
-webkit-user-select:none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}

*/
.text-muted {
    color: #636c72 !important;
}

a.text-muted:focus,
a.text-muted:hover {
    color: #4b5257 !important;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
    /*	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
    font-family: "Noto Serif JP", serif;
    font-style: normal;

}

/*
h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2.0rem;
  margin:10px 0px 10px 0px; 
}

h3, .h3 {
  font-size: 1.8rem;
	  margin:0px 0px 15px 0px; 
}

h4, .h4 {
  font-size: 1.6rem;
}
*/

h1 {
    font-size: 4em;
    line-height: 1;
}

h2 {
    font-size: 1.6em;
    line-height: 1.5;
    font-weight: 900;
}



h3 {
    font-size: 1.5em;
    line-height: 1.5;
}

h4 {
    font-size: 1.2em;
    line-height: 1.5;
}

h5 {
    font-size: 1.1em;
}

h6 {
    font-size: .9em;
    letter-spacing: 1px;
}

.lh2 {
    line-height: 1.8;
}

.mfont {
    font-size: 16px;
    margin-bottom: 0.5rem;
    font-weight: 400;
    color: inherit;
    /*	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
    font-family: "Noto Serif JP", serif;
    font-style: normal;
    line-height: 1.8;
}


.profile {
    margin: 20px 15px 20px 15px;
    line-height: 1.8;
}

.profile .btn-gray {
    color: #333;
    display: block;
    height: 65px;
    line-height: 65px;
    text-align: center;
    text-decoration: none;
    margin: 0 100px;
    border: 1px solid #333333;
    background: #ffffff;
    transition: .4s;

}


.profile .btn-gray:hover {
    background: #333333;
    color: #ffffff;
    text-decoration: none;
}


.small {
    font-size: 85%;
}

.sec-intro {
    margin: 50px 15px 100px 15px;
    line-height: 1.8;
}

.sec-intro p {
    line-height: 1.8;
}

.sec-intro li {
    line-height: 1.8;
    margin-bottom: 30px;
}

/* サブコンテンツ　タイトル*/
.sec-intro h3 {
    position: relative;
    text-align: center;
    font-size: 2.0em;
}

.sec-intro h3::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    background: linear-gradient(-45deg, transparent, #325A8C 10%, #325A8C 50%, transparent);
}

.sec-intro h3 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 50px;
    background-color: #fff;
    text-align: left;
}


/* ご利用ガイド　タイトル*/
.sec-intro h4 {
    display: inline-block;
    padding: 5px 40px;
    background-color: #ccc;
    margin: 0px -20px 15px;
}





.sec-intro .btn-gray {
    color: #333;
    display: block;
    height: 65px;
    line-height: 65px;
    text-align: center;
    text-decoration: none;
    margin: 0 100px;
    border: 1px solid #333333;
    background: #ffffff;
    transition: .4s;

}


.sec-intro .btn-gray:hover {
    background: #333333;
    color: #ffffff;
    text-decoration: none;
}


.top_l {
    border: solid 1px #eee;
    margin: 30px 0px;
}

.bottom_l {
    border-bottom: solid 1px #eee;
    margin: 30px 0px;
}

/*---------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width:960px) {

    /* ---------------------------------
	1. PRIMARY STYLES
	--------------------------------- */

    h1 {
        font-size: 2.2em;
    }

    h2 {
        font-size: 1.5em;
        margin: 15px 10px 10px 10px;
    }

    h3 {
        font-size: 1.3em;
        /*		margin: 0px 0px 15px 0px;*/
    }

    h4 {
        font-size: 1.1em;
        /*	margin: 0px 0px 15px 0px;*/
    }
}


@media only screen and (max-width: 767px) {

    /* ---------------------------------
	1. PRIMARY STYLES
	--------------------------------- */

    p {
        line-height: 1.4;
    }

    h1 {
        font-size: 2.0em;
    }

    h2 {
        font-size: 1.4em;
        margin: 10px 5px 5px 5px;
    }

    h3 {
        font-size: 1.2em;
        /*		margin: 0px 5px 10px 5px;*/
    }

    h4 {
        font-size: 1.0em;
    }

    h5 {
        font-size: 1.0em;
    }


    .sec-intro .btn-gray {
        color: #333;
        display: block;
        height: 65px;
        line-height: 65px;
        text-align: center;
        text-decoration: none;
        margin: 0 10px;
        border: 1px solid #333333;
        background: #ffffff;
        transition: .4s;

    }


    .sec-intro .btn-gray:hover {
        background: #333333;
        color: #ffffff;
        text-decoration: none;
    }


    .profile .btn-gray {
        color: #333;
        display: block;
        height: 65px;
        line-height: 65px;
        text-align: center;
        text-decoration: none;
        margin: 0 10px;
        border: 1px solid #333333;
        background: #ffffff;
        transition: .4s;

    }



}

@media only screen and (max-width:420px) {

    /* ---------------------------------
	1. PRIMARY STYLES
	--------------------------------- */

    body {
        font-size: 14px;
    }


    h1 {
        font-size: 1.8em;
    }

    h2 {
        font-size: 1.3m;
        margin: 10px 5px 5px 5px;
    }

    h3 {
        font-size: 1.2em;
        margin: 0px 5px 10px 5px;
    }

    h4 {
        font-size: 1.0em;
    }

}


/*-----------------------------------*/
/* TEL */
/*-----------------------------------*/
@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

/*-----------------------------------*/
/*   btn  */
/* ---------------------------------*/

.btn-white {
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    background: #FFF;
    border: solid 1px #bbb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    outline: none;
    position: relative;
    z-index: 2
}


.btn-white:hover {
    /*	background: url(../img/base/kagi-01.png) left top/7px 7px no-repeat, url(../img/base/kagi-02.png) right top/7px 7px no-repeat, url(../img/base/kagi-03.png) left bottom/7px 7px no-repeat, url(../img/base/kagi-04.png) right bottom/7px 7px no-repeat #f7f1ad;*/
    background: #F0F0F0;
    transition: all .2s;
    text-decoration: none
}


.btn-white:hover::before,
.btn-white:hover::after {
    width: 0;
    background-color: #F0F0F0
}


.btn-white::before,
.btn-white::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background-color: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s
}


.btn-white::before {
    top: 0;
    right: 7px
}

.btn-white::after {
    bottom: 0;
    left: 7px
}



.btn-gray:hover {
    background: #9C9A9E;
    color: #333333;
    transition: all .2s;
    text-decoration: none
}



.btn-gray:hover {
    background: #9C9A9E;
    color: #333333;
}




.btn-gray {
    display: block;
    height: 65px;
    line-height: 65px;
    text-align: center;
    text-decoration: none;
    margin: 0 10px;
    border: 1px solid #333333;
    background: #ffffff;
    transition: .4s;
}


.btn-gray hover {
    background: #333333;
    color: #ffffff;
}






/*---------------------------------------------------------------------------------------------------------------- */


.l-grid_item-1of2,
.l-grid_item-1of3,
.l-grid_item-2of3,
.l-grid_item-1of4,
.l-grid_item-2of4,
.l-grid_item-3of4,
.l-grid_item-1of5,
.l-grid_item--2of5,
.l-grid_item-3of5,
.l-grid_item-4of5,
.l-grid_item-1of6,
.l-grid_item-2of6,
.l-grid_item-3of6,
.l-grid_item-4of6,
.l-grid_item-5of6,
.l-grid_item-1of7,
.l-grid_item-2of7,
.l-grid_item-3of7,
.l-grid_item-4of7,
.l-grid_item-5of7,
.l-grid_item-6of7 {
    position: relative;
    width: 100%;
    min-height: 1px;

    padding-right: 15px;
    padding-left: 15px;
}


.l-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}




.l-grid_item {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.l-grid_item-full {
    width: 100%
}

.l-grid_item-1of2 {
    width: 50%
}

.l-grid_item-1of3 {
    width: 33.33333333%
}

.l-grid_item-2of3 {
    width: 66.66666666%
}

.l-grid_item-1of4 {
    width: 25%
}

.l-grid_item-2of4 {
    width: 50%
}

.l-grid_item-3of4 {
    width: 75%
}

.l-grid_item-1of5 {
    width: 20%
}

.l-grid_item--2of5 {
    width: 40%
}

.l-grid_item-3of5 {
    width: 60%
}

.l-grid_item-4of5 {
    width: 80%
}

.l-grid_item-1of6 {
    width: 16.66666666%
}

.l-grid_item-2of6 {
    width: 33.33333333%
}

.l-grid_item-3of6 {
    width: 50%
}

.l-grid_item-4of6 {
    width: 66.66666666%
}

.l-grid_item-5of6 {
    width: 83.33333333%
}

/*
.l-grid_item-1of7 {
	width: 14.28571428%
}
*/

.l-grid_item-1of7 {
    width: 10%
}

.l-grid_item-2of7 {
    width: 28.57142857%
}

/*
.l-grid_item-3of7 {
	width: 42.85714285%
}*/

.l-grid_item-3of7 {
    width: 34.85714285%
}

.l-grid_item-4of7 {
    width: 57.14285714%
}

.l-grid_item-5of7 {
    width: 71.42857142%
}

.l-grid_item-6of7 {
    width: 85.71428571%
}


/*----------------------------------------------------------------------*/
/*@media (max-width: 768px) {*/
@media (max-width: 968px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*----------------------------------------------------------------------*/
@media (max-width: 576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}





/* -----------------------------------------------------------------------------------------------------*/


.sec-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 70px 0 80px;
    background-color: #fff
}

.sec-info .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    padding: 0 0 25px
}

.sec-info .header_hdg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    color: #923791;
    font-weight: 500;
    font-size: 2.2rem
}

.sec-info .header_hdg:before {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    content: ''
}

.sec-info .header_link {
    margin-left: auto
}

.sec-info .header_link a {
    color: #3a3a3a;
    font-size: 1.5rem
}

.mode-pc .sec-info .header_link a:hover span {
    text-decoration: underline
}

.sec-info .header_link i {
    margin-right: 10px;
    color: #923791;
    font-size: 1.6rem
}

.sec-news .header {
    border-bottom: 2px solid #d6d6d6
}

.sec-news .header_hdg:before {
    background-image: url(../img/icon_4.png)
}

.sec-pickup .header_hdg:before {
    background-image: url(../img/icon_5.png)
}

.sec-news {
    width: 51%
}

.sec-news .article {
    border-bottom: 1px solid #dfdfdf
}

.sec-news .article a {
    display: block;
    padding: 33px 0;
    color: #3a3a3a
}

.sec-news .article a.is-disable {
    pointer-events: none
}

.mode-pc .sec-news .article a:hover .article_hdg {
    text-decoration: underline
}

.sec-news .article_info {
    margin-bottom: 9px
}

.sec-news .article_hdg {
    font-weight: 400;
    font-size: 1.6rem
}

.sec-news .article .date {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    font-weight: 500;
    font-size: 1.6rem
}

.sec-news .article .tag {
    display: inline-block
}

.sec-news .link {
    display: none;
    margin-top: 22px
}

.sec-news .link .btn {
    position: relative;
    display: block;
    padding: 10px 0;
    border: 2px solid #923791;
    border-radius: 2px;
    color: #923791;
    text-align: center;
    font-weight: 700;
    font-size: 1.5rem;
    -webkit-transition: border-color .15s cubic-bezier(.55, .085, .68, .53), color .15s cubic-bezier(.55, .085, .68, .53);
    transition: border-color .15s cubic-bezier(.55, .085, .68, .53), color .15s cubic-bezier(.55, .085, .68, .53)
}

.sec-news .link .btn .fa {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto 0;
    width: 10px;
    height: 12px;
    font-size: 1.2rem
}

.sec-news .link .btn a:hover {
    color: #923791;
}



.sec-pickup {
    width: 44%
}

.sec-pickup .m-controller {
    margin-top: 25px
}

.sec-pickup .pickup-list-wrap {
    overflow: hidden
}

.sec-pickup .pickup-list {
    margin: 0 -15px
}

.sec-pickup .pickup-list_item {
    padding: 0 15px
}

.sec-pickup .pickup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -25px 0 0 -25px
}

.sec-pickup .pickup__item {
    padding: 25px 0 0 25px;
    width: 50%
}

.sec-pickup .pickup .item {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 61.98%
}

.sec-pickup .pickup .item img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: auto
}


.spbr {
    display: none
}

.newschool {
    background-color: #edf1f4
}

.infoList {
    margin-left: 15px
}

@media only screen and (max-width:960px) {

    .sec-info {
        display: block;
        margin-top: 50px;
        padding: 30px 0 65px
    }

    .sec-info .header {
        padding: 0 0 15px
    }

    .sec-info .header_hdg {
        font-weight: 700;
        font-size: 1.9rem
    }

    .sec-info .header_hdg:before {
        margin-right: 12px;
        width: 37px;
        height: 37px;
        background-size: 37px
    }

    .sec-info .header_link {
        display: none
    }

    .sec-news .header {
        border-bottom-width: 1px
    }

    .sec-news {
        width: auto
    }

    .sec-news .article a {
        padding: 20px 0
    }

    .sec-news .article_info {
        margin-bottom: 3px;
        line-height: 1.69
    }

    .sec-news .article_hdg {
        font-size: 1.6rem;
        line-height: 1.69
    }

    .sec-news .article .date {
        margin-right: 5px;
        font-size: 1.6rem
    }

    .sec-news .link {
        display: block
    }

    .sec-pickup {
        margin: 50px 0 0;
        width: auto
    }

    .sec-pickup .m-controller {
        margin-top: 19px
    }

    .sec-pickup .pickup-list {
        margin: 0 -10px
    }

    .sec-pickup .pickup-list_item {
        padding: 0 10px
    }

    .sec-pickup .pickup {
        margin: -15px 0 0 -15px
    }

    .sec-pickup .pickup__item {
        padding: 15px 0 0 15px
    }

}

@media only screen and (max-width:359px) {

    .sec-ol {
        width: 85%;
        margin: auto;
    }

}

@media screen and (max-width:768px) {
    .spbr {
        display: block
    }


}
