@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Roboto" );
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("/asset/css/destyle.css" );
@import url("/asset/css/header.css" );

/*-共通箇所-*/
@media all and (max-width: 1105px) {
html.is-fixed,
    html.is-fixed body {
            height: 100%;
            overflow: hidden;
    }
}
body {
    font-family:"Helvetica Neue","Roboto", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 16px;
    letter-spacing: .06rem;
    line-height: 1.8;
    color:#145686;
}
@media screen and (max-width: 822px) {
    body {
        margin: 0px;
        font-size: 15px;
        letter-spacing: 0;
    }
}
h2,h3,h4 {
    color:#145686;
    margin: 10px 0;
    letter-spacing: 0.06rem;
}
h2 {
    font-size: 2.5rem;
    font-weight: bold;
}
h3 {
    font-size: 1.3rem;
}
a {
    font-size: 13px;
    text-decoration: none;
    color:#0A344A;

}
ul,ul li,dl,dl dd {
    margin: 0;padding: 0;
}
li {
    list-style: none;
}
img {
    width: 100%;
}
p {
    letter-spacing: 0.06rem;
}
a:hover {
    opacity: 0.7;
}
/*--共通ハック--*/
.mt_0 {margin-top: 0!important;}
.mt_10 {margin-top: 10px!important;}
.mt_20 {margin-top: 20px!important;}
.mt_30 {margin-top: 30px!important;}
.mt_40 {margin-top: 40px!important;}
.mt_50 {margin-top: 50px!important;}
.mt_60 {margin-top: 60px!important;}
.mt_70 {margin-top: 70px!important;}
.mt_80 {margin-top: 80px!important;}
.mt_90 {margin-top: 90px!important;}

.mb_0 {margin-bottom: 0!important;}
.mb_10 {margin-bottom: 10px!important;}
.mb_20 {margin-bottom: 20px!important;}
.mb_25 {margin-bottom: 20px!important;}
.mb_30 {margin-bottom: 30px!important;}
.mb_40 {margin-bottom: 40px!important;}
.mb_50 {margin-bottom: 50px!important;}
.mb_60 {margin-bottom: 60px!important;}
.mb_70 {margin-bottom: 70px!important;}
.mb_80 {margin-bottom: 80px!important;}
.mb_90 {margin-bottom: 90px!important;}

.pc-mt-rem_0 {margin-top: 0!important;}
.pc-mt-rem_1 {margin-top: 1rem!important;}
.pc-mt-rem_2 {margin-top: 2rem!important;}
.pc-mt-rem_3 {margin-top: 3rem!important;}
.pc-mt-rem_4 {margin-top: 4rem!important;}
.pc-mt-rem_5 {margin-top: 5rem!important;}
.pc-mt-rem_6 {margin-top: 6rem!important;}

.pc-mb-rem_0 {margin-bottom: 0!important;}
.pc-mb-rem_1 {margin-bottom: 1rem!important;}
.pc-mb-rem_2 {margin-bottom: 2rem!important;}
.pc-mb-rem_3 {margin-bottom: 3rem!important;}
.pc-mb-rem_4 {margin-bottom: 4rem!important;}
.pc-mb-rem_5 {margin-bottom: 5rem!important;}
.pc-mb-rem_6 {margin-bottom: 6rem!important;}
.pc-mb-rem_7 {margin-bottom: 7rem!important;}


.sp-mt-rem_0 {margin-top: 0!important;}
.sp-mt-rem_1 {margin-top: 1rem!important;}
.sp-mt-rem_2 {margin-top: 2rem!important;}
.sp-mt-rem_3 {margin-top: 3rem!important;}
.sp-mt-rem_4 {margin-top: 4rem!important;}
.sp-mt-rem_5 {margin-top: 5rem!important;}
.sp-mt-rem_6 {margin-top: 6rem!important;}
.sp-mt_20 {margin-top: 20px!important;}

.sp-mb-rem_0 {margin-bottom: 0!important;}
.sp-mb-rem_1 {margin-bottom: 1rem!important;}
.sp-mb-rem_2 {margin-bottom: 2rem!important;}
.sp-mb-rem_3 {margin-bottom: 3rem!important;}
.sp-mb-rem_4 {margin-bottom: 4rem!important;}
.sp-mb-rem_5 {margin-bottom: 5rem!important;}
.sp-mb-rem_6 {margin-bottom: 6rem!important;}

.pc-w10 {width: 10%!important;}
.pc-w20 {width: 20%!important;}
.pc-w30 {width: 30%!important;}
.pc-w40 {width: 40%!important;}
.pc-w50 {width: 50%!important;}
.pc-w60 {width: 60%!important;}
.pc-w70 {width: 70%!important;}
.pc-w100 {width: 100%!important;}

.pt_0 {padding-top: 0!important;}

@media screen and (max-width: 822px) {
    .pc-mt-rem_0 ,
    .pc-mt-rem_1,
    .pc-mt-rem_2,
    .pc-mt-rem_3,
    .pc-mt-rem_4,
    .pc-mt-rem_5,
    .pc-mt-rem_6,
    .pc-mb-rem_0,
    .pc-mb-rem_1,
    .pc-mb-rem_2,
    .pc-mb-rem_3,
    .pc-mb-rem_4,
    .pc-mb-rem_5,
    .pc-mb-rem_6,
    .pc-mb-rem_7 {
        margin-top: 0rem!important;
        margin-bottom: 0rem!important;
    }

    .pc-w10,
    .pc-w20,
    .pc-w30,
    .pc-w40,
    .pc-w50,
    .pc-w60,
    .pc-w70{
        width: 100%!important;
    }
    .sp-mt_0 {margin-top: 0!important;}
    .sp-mb_5 {margin-bottom: 5px!important;}
    .sp-mb_10 {margin-bottom: 10px!important;}
    .sp-mt_10 {margin-top: 10px!important;}
    .sp-mb_15 {margin-bottom: 15px!important;}
    .sp-mb_20 {margin-bottom: 20px!important;}
    .sp-mb_25 {margin-bottom: 25px!important;}
    .sp-mb_30 {margin-bottom: 30px!important;}
    .sp-mb_35 {margin-bottom: 35px!important;}
    .sp-mb_40 {margin-bottom: 40px!important;}
}

@media screen and (min-width: 823px) {
    .sp-mt-rem_0 ,
    .sp-mt-rem_1,
    .sp-mt-rem_2,
    .sp-mt-rem_3,
    .sp-mt-rem_4,
    .sp-mt-rem_5,
    .sp-mt-rem_6,
    .sp-mt_20 {
        margin-top: 0rem!important;
    }

    .sp-mb-rem_0,
    .sp-mb-rem_1,
    .sp-mb-rem_2,
    .sp-mb-rem_3,
    .sp-mb-rem_4,
    .sp-mb-rem_5,
    .sp-mb-rem_6 {
        margin-bottom: 0rem!important;
    }
}

.ta-center{text-align: center!important;}
.ta-right{text-align: right!important;}
.ta-left{text-align: left;}

/* フォント  */
.font_mincho {font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;;}
.font_small {font-size: 0.8rem;}
.font_big {font-size: 1.5rem;}


.f-37{font-size: 37px;}
.f-30{font-size: 30px;}
.f-27{font-size: 27px;}
.f-18{font-size: 18px;}
.f-17{font-size: 17px;}
.f-16{font-size: 16px;}
.f-15{font-size: 15px;}
.f-14{font-size: 14px;}
.f-13{font-size: 13px;}
.f-12{font-size: 12px;}
/*-文字太さ-*/
.bold {
    font-weight: bold!important;
}
.nomal {
    font-weight: normal!important;
}
.ls_bots li{
    list-style-type: disc;
}

/*-打ち消す-*/
.clear{
    clear: both;
    overflow: auto;
}

/* フレックスボックス */
.flexbox {
    display: flex;
}
.flex_colum {
    flex-direction: column;
}

/*-PCのみspのみ-*/
.pc_only{
    display: block!important;
}
.sp_only{
    display: none!important;
}

/*-spの切り替え-*/
@media screen and (max-width: 822px) {

    .pc_only{
        display: none!important;
    }
    .sp_only{
        display: block!important;
    }

    .sp-ta-center{text-align: center!important;}
    .sp-ta-right{text-align: right!important;}
    .sp-ta-left{text-align: left;}
}

.dots li {
    position: relative;
    text-indent: -1.5em;
    padding-left: 1em;
 }

 .dots li::before{
    content: "・";
    top: 0;
    left: auto;
}

/*-共通パーツ-*/

/*-フッター上のリンクボタン-*/
.column_2 {
    width: 70%;
    margin: 4% auto;
    overflow: auto;
}
.column_2 div{width:50%;float: left;}
/*-spの切り替え-*/
@media screen and (max-width: 822px) {

    .column_2 {
        width: 100%;
        margin: 0% auto;
        box-sizing: border-box;
        overflow: hidden;
    }
    .column_2 div {
        width: 100%;
        float: none;
    }
}

/*-フッター上のリンクボタン-*/
.lower_column {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.lower_column_02,
.lower_column_03,
.lower_column_04
 {
    box-sizing: border-box;
}
.lower_column_02 > div,
.lower_column_03 > div,
.lower_column_04 > div
 {
    float: left;
    margin-right: 40px;
    box-sizing: border-box;
}
.lower_column_02 > div:nth-child(even),
.lower_column_03 > div:nth-child(3n),
.lower_column_04 > div:nth-child(4n)
 {
    margin-right: 0px;
}

.lower_column_02 > div{width:47.5%;}
.lower_column_03 > div{width:29.5%;}
.lower_column_04 > div{width:21.5%;}

/*比率対策*/
@media screen and (min-width:823px) and (max-width:1105px){
    .lower_column_02 > div{width:46.5%;}
    .lower_column_03 > div{width:28.5%;}
    .lower_column_04 > div{width:20.5%;}
}
/*-spの切り替え-*/
@media screen and (max-width: 822px) {
    .lower_column {
        width: 100%;
        margin: 0% auto;
        display: block;
        overflow: hidden;
    }
    .lower_column_02 > div,
    .lower_column_03 > div,
    .lower_column_04 > div
     {
        width: 100%;
        margin-right: 0;
    }
}
/*-*/



/*-ボタン-*/
.button {
    padding-left: 20px;
}
.button a{
    margin: 20px auto;
    padding: 10px 10px 10px;
    width: 262px;
    box-sizing: border-box;
    font-size: 11px;
    font-weight: bold;
    display: block;
    text-align: center;
    color: #fff;
    background-image: url(/asset/img/button.png);
    background-size: 100% 100%;
}
.button a span{
    width: 91%;
    text-align: center;
    display: block;
    font-size: 0.9rem;
    letter-spacing: 0;
}

.button.typ02 a{
    color: #5daa72;
    background-image: url(/asset/img/button2.png);
    font-size: 15px;;
}

/* 詳しく見るボタン */
.lower_sec .category_button02 a{
    display: block;
    padding: 40px 0;
    width: 100%;
    height: 170px;
    color:#fff;
    font-size: 16px;
}
.lower_sec .category_button02 a span{
    position: relative;
    display: block;
    border: 1px solid #fff;
    line-height: 1.5;
    margin: 15px auto;
    padding: 5px;
    width: 170px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lower_sec .category_button02 a span:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: -25px;
    width: 31%;
    top: 52%;
    height: 1px;
    background: #fff;
    animation: animation3-out 1s ease forwards;
}
.lower_sec .category_button02 a span:after{
    content: '';
    position: absolute;
    bottom: -3px;
    right: -26px;
    top: 34%;
    width: 15px;
    height: 1px;
    background: #fff;
    transform: rotate(35deg);
    animation: animation3-out 1s ease forwards;
}
.lower_sec .category_button02 a:hover span:before,
.lower_sec .category_button02 a:hover span:after{
    animation: animation3 1s ease forwards;
}
@keyframes animation3 {
    0% {
        right: -25px;
    }
    100% {
        right: -60px;
    }
}
@keyframes animation3-out {
    0% {
        right: -60px;
    }
    100% {
        right: -25px;
    }
}
@media screen and (max-width: 822px) {
    .lower_sec .category_button02 a span:before {
        width: 16%;
        top: 52%;
        right: 6px;
    }
    .lower_sec .category_button02 a span:after {
        width: 10px;
        top: 41%;
        right: 5px;
    }
    .square_button{
        display: grid;
        grid-template-columns: 100%;
        justify-content: center;
    }
    .lower_sec .category_button02 {
        box-sizing: border-box;
        margin: 15px auto;
        background-size: cover;
        width: 259px;
        height: 180px;
    }
    .lower_sec .category_button02 a{
        margin: 5% auto;
    }
    .lower_sec .category_button02 a:hover{
        opacity: 1;
    }
    .lower_sec .category_button02 a:hover span:before,
    .lower_sec .category_button02 a:hover span:after{
        animation: none;
    }
}
/*-spの切り替え-*/
@media screen and (max-width: 822px) {
    /*-ボタン-*/
    .button a{
        width: 233px;
    }

}
/*-320spの切り替え-*/
@media screen and (max-width: 426px) {
    /*-ボタン-*/
    .button {
       left: 0!important;
    }
    .button a{
        width: 100%;
    }

}
/*-カギカッコのボタン-*/
.button2 {
    position: relative;
    font-weight: bold;
    --w: calc(100% - 30px);
    --g: #11769B 30px, transparent 30px var(--w), #11769B var(--w);
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    height: 104px;
    padding: 25px;
    margin: 25px 20px;
    background: linear-gradient(90deg, var(--g)) 0 0/100% 1px,
    linear-gradient(90deg, var(--g)) 0 100%/100% 1px,
    linear-gradient(0, var(--g)) 0 0/1px 100%,
    linear-gradient(0, var(--g)) 100% 0/1px 100% #fff;
    background-repeat: no-repeat;
}
.button2 a {
    z-index: 999;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 44px 0;
    color: #11769B;
    font-size: 15px;
    font-weight: bold;
}
.button2 a:after{
    content: " ";
    position: absolute;
    top: 48px;
    width: 54px;
    height: 10px;
    margin-left: 13px;
    background-image: url(/asset/img/arrow.png);
    background-size: 100% 100%;
    z-index: 9999;
}

/*-spの切り替え-*/
@media screen and (max-width: 822px) {
    .button2 {
        position: relative;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        padding: 25px;
        margin: 10px auto;
        text-align: center;
        display: block;
    }
    .button2 a {
        position: relative;
        top: 0;
        right: 0;
        font-size: 14px;
    }
    .button2 a:after {
        content: " ";
        width: 54px;
        height: 10px;
        position: absolute;
        bottom: 0;
        right: 0px;
        left: 100%;
        z-index: 9999;
    }
}

/*-カッコのボタン-*/
.button3 {
    position: relative;
    font-weight: bold;
    box-sizing: border-box;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    height: 104px;
    padding: 25px;
    margin: 30px;
    border: 1px solid #11769B;
}
.button3 a {
    z-index: 999;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 44px 0;
    color: #11769B;
    font-size: 15px;
    font-weight: bold;
    line-height: 1rem;
}
.button3 a:after{
    content: " ";
    position: absolute;
    top: 48px;
    z-index: 9999;
    margin-left: 10px;
    width: 12%;
    height: 10px;
    background-image: url(/asset/img/arrow.png);
    background-size: 100% 100%;
}

@media screen and (max-width: 1020px) {
    .button3 {
        padding: 1%;
        margin: 3%;
    }
    .button3 a{
        margin-left: 3%;
        text-align: left;
    }
}

/*-青のボタン-*/
.button4 {
    position: relative;
    display: block;
    width: 233px;
    height: 37px;
    margin: 40px auto;
}
.button4 a {
    background-color:#11769B;
    display: block;
    z-index: 999;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1rem;
}
.button4 a:before{
    content: '';
    position: absolute;
    bottom: -8px;
    right: 10px;
    width: 15%;
    top: 60%;
    height: 1px;
    background: #fff;
    animation: animation-out 1s ease forwards;
}
.button4 a:after{
    content: '';
    position: absolute;
    bottom: -3px;
    right: 10px;
    top: 47%;
    width: 15px;
    height: 1px;
    background: #fff;
    transform: rotate(35deg);
    animation: animation-out 1s ease forwards;
}
.button4 a:hover{
    opacity: 0.7;
}
.button4 a:hover:before,
.button4 a:hover:after{
    animation: animation 1s ease forwards;
}

/*-青●ボタン-*/
.main_sec .main_inner .main_col .main_item .button4 a {
    background-color:#11769B;
    display: block;
    z-index: 999;
    padding: 55px 0 0;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 1rem;
    width: 150px;
    height: 150px;
    border-radius: 100px;
}
.main_sec .main_inner .main_col .main_item .button4 a:before{
    content: '';
    position: absolute;
    left: 40px;
    width: 30%;
    top: 265%;
    height: 1px;
    background: #fff;
    animation: animation-out 1s ease forwards;
}
.main_sec .main_inner .main_col .main_item .button4 a:after{
    content: '';
    position: absolute;
    left: 96px;
    top: 253%;
    width: 15px;
    height: 1px;
    background: #fff;
    transform: rotate(35deg);
    animation: animation-out 1s ease forwards;
}
.main_sec .main_inner .main_col .main_item .button4 a:hover{
    opacity: 0.7;
}
.main_sec .main_inner .main_col .main_item .button4 a:hover:before,
.main_sec .main_inner .main_col .main_item .button4 a:hover:after{
    animation: animation 1s ease forwards;
}


/*-お知らせ●ボタン-*/
.button_news_pc {
    position: relative;
    display: block;
    width: 125px;
    height: 37px;
    margin: 10px 0;
}
.button_news_sp {
    display: none;
}
.button_news_pc a {
    background-color:#11769B;
    display: block;
    z-index: 999;
    width: 50px;
    height: 50px;
    padding: 13px 0 0;
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 1rem;
    border-radius: 50px;
}
.button_news_pc a:before{
    content: '';
    position: absolute;
    left: 13px;
    top: 95%;
    width: 20%;
    height: 1px;
    background: #fff;
    animation: animation-out 1s ease forwards;
}
.button_news_pc a:after{
    content: '';
    position: absolute;
    left: 32px;
    top: 90%;
    width: 7px;
    height: 1px;
    background: #fff;
    transform: rotate(35deg);
    animation: animation-out 1s ease forwards;
}
.button_news_pc a:hover{
    opacity: 0.7;
}
.button_news_pc a:hover:before,
.button_news_pc a:hover:after{
    animation: animation 1s ease forwards;
}

@media screen and (max-width: 1020px) {
    .button_news_pc {
        display: none;
    }
    .button_news_sp {
        display: block;
        margin: 8vw 0 0;
        padding-top: 20px;
        border-top: 1px solid #74B3CC;
        width: 100%;
    }
    .p-news__item {
        display: flex;
        gap: 0.8em;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end;
        color: inherit;
        text-decoration: none;
    }
    .p-news__text {
        font-size: 16px;
        font-weight: 500;
    }
    .p-news__icon {
        display: block;
        position: relative;
        width: 1em;
        height: 1em;
        border: 1px solid #145686;
        border-radius: 1em;
        background: #145686;
        font-size: 32px;
        text-indent: -9999px;
    }
    .p-news__icon:before{
        content: '';
        position: absolute;
        left: 26%;
        top: 50%;
        width: 48%;
        height: 2px;
        background: #fff;
        animation: animation-out 1s ease forwards;
    }
    .p-news__icon:after{
        content: '';
        position: absolute;
        left: 55%;
        top: 44%;
        width: 7px;
        height: 2px;
        background: #fff;
        transform: rotate(35deg);
        animation: animation-out 1s ease forwards;
    }
}


@keyframes animation {
    0% {
        right: 10px;
    }
    100% {
        right: -20px;
        background-color:#11769B;
    }
}
@keyframes animation-out {
    0% {
        right: -20px;
        background-color:#11769B;
    }
    100% {
        right: 10px;
    }
}
/*-spの切り替え-*/
@media screen and (max-width: 1020px) {
    .button4 {
        padding: 1%;
        margin: 3% auto !important;
        width: 140px;
    }
    .button4 a{
        padding: 10px 0 10px 0;
    }
    .button4 a:hover{
        opacity: 1;
    }
    .button4 a:hover:before,
    .button4 a:hover:after{
        animation: none;
    }
    .button4 a:before {
        top: 60%;
    }
    .button4 a:after {
        top: 55%;
    }
}
@media screen and (max-width: 822px) {
    .button4 {
        padding: 1%;
        margin: 3% auto !important;
        width: 150px;
    }
    .button4 a:before {
        top: 60%;
    }
    .button4 a:after {
        top: 55%;
    }
}

/*丸いボタン*/
.raund_button{
    width: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    z-index: 9;
}
.category_button{
    margin: 0 2%;
    color:#fff;
    background-color: #11769B;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    position: relative;
}
.category_button:hover{
    opacity: 0.7;
}
.category_button a{
    color:#fff;
    font-size: 14px;
    display: block;
}
.category_button .category_1,
.category_button .category_2,
.category_button .category_3,
.category_button .category_4,
.category_button .category_5,
.category_button .category_6{
    text-align: center;
    background-size: 100% 100%;
    display: block;
    margin: 34px auto 12px;
    width: 54px;
    height: 54px;
}
.category_button .category_1{
    width: 45px;
    height: 54px;
    background-image: url("/asset/img/cate_1_i.png");
}
.category_button .category_2{
    background-image: url("/asset/img/cate_2_i.png");
}
.category_button .category_3{
    background-image:url("/asset/img/cate_3_i.png");
}
.category_button .category_4{
    background-image:url("/asset/img/cate_4_i.png");
}
.category_button .category_5{
    width: 54px;
    height: 54px;
    background-image:url("/asset/img/cate_5_i.png");
}
.category_button .category_6{
    width: 54px;
    height: 54px;
    background-image: url("/asset/img/cate_6_i.png");
}

/*-spの切り替え-*/
@media screen and (max-width: 1024px) {
    .raund_button{
        width: 130px;
        height: 130px;
    }
}
@media screen and (max-width: 822px) {
    .raund_button{
        display: grid;
        grid-template-columns: 50% 50%;
        justify-content: center;
    }
    .category_button {
        box-sizing: border-box;
        margin: 10px auto;
        width: 130px;
        height: 130px;
    }
    .category_button a{
        display: inline-block;
        vertical-align: middle;
        padding-top: 15%;
    }
    .category_button .category_1,
    .category_button .category_2,
    .category_button .category_3,
    .category_button .category_4,
    .category_button .category_5,
    .category_button .category_6 {
        margin: 10px auto;
        width: 47px;
        height: 47px;
    }
    .category_button .category_1{
        width: 39px;
        height: 47px;
    }
}
@media screen and (max-width: 360px) {
    .category_button {
        width: 100px;
        height: 100px;
    }
    .category_button a{
        font-size: 10px;
        padding-top: 6%;
    }
}


/*背景入り四角ボタン*/
.square_button{
    width: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    z-index: 9;
}
/*四角ボタン画像調整*/
.category_button02{
    margin: 0 1%;
    color:#fff;
    position: relative;
}
.category_button02:hover{
    opacity: 0.7;
}
.category_button02.category_1{
    background-image: url("/asset/img/cate_1.png");
}
.category_button02.category_2{
    background-image: url("/asset/img/cate_2.png");
}
.category_button02.category_3{
    background-image: url("/asset/img/cate_3.png");
}
.category_button02.category_4{
    background-image: url("/asset/img/cate_4.png");
}
.category_button02.category_5{
    background-image: url("/asset/img/cate_5.png");
}
.category_button02.category_6{
    background-image: url("/asset/img/cate_6.png");
}
.category_button02.category_7{
    background-image: url("/asset/img/cate_7.png");
}
.category_button02.category_8{
    background-image: url("/asset/img/cate_8.png");
}
.category_button02.category_9{
    background-image: url("/asset/img/cate_9.png");
}
.category_button02.category_10{
    background-image: url("/asset/img/cate_10.png");
}
.category_button02.category_1,
.category_button02.category_2,
.category_button02.category_3,
.category_button02.category_4,
.category_button02.category_5,
.category_button02.category_6,
.category_button02.category_7,
.category_button02.category_8,
.category_button02.category_9,
.category_button02.category_10{
background-color: rgba(0, 0, 0, 0.5);
background-blend-mode: darken;
background-repeat: no-repeat;
}

.category_button02 a{
    display: block;
    padding: 50px 0;
    width: 230px;
    height: 160px;
    color:#fff;
    font-size: 14px;
}
.category_button02 a span{
    display: block;
    border: 1px solid #fff;
    margin: 15px auto;
    /* padding: 5px; */
    width: 145px;
    height: 26px;
}
.category_button02 a span:before{
    content: '';
    position: absolute;
    bottom: -8px;
    right: 50px;
    width: 12%;
    top: 65%;
    height: 1px;
    background: #fff;
    animation: animation2-out 1s ease forwards;
}
.category_button02 a span:after{
    content: '';
    position: absolute;
    bottom: -3px;
    right: 50px;
    top: 62%;
    width: 14px;
    height: 1px;
    background: #fff;
    transform: rotate(35deg);
    animation: animation2-out 1s ease forwards;
}
.category_button02 a:hover span:before,
.category_button02 a:hover span:after{
    animation: animation2 1s ease forwards;
}

@keyframes animation2 {
    0% {
        right: 50px;
    }
    100% {
        right: 0px;
    }
}
@keyframes animation2-out {
    0% {
        right: 0px;
    }
    100% {
        right: 50px;
    }
}
@media screen and (max-width: 822px){
    .category_button02 a span::before {
        top: 117px;
        right: 65px;
        width: 8%;
    }
    .category_button02 a span::after {
        top: 114px;
        right: 63px;
        width: 10px;
    }
}

@media screen and (max-width: 822px) {
    .square_button{
        display: grid;
        grid-template-columns: 100%;
        justify-content: center;
    }
    .category_button02 {
        box-sizing: border-box;
        margin: 15px auto;
        background-size: cover;
        width: 259px;
        height: 180px;
    }
    .category_button02 a{
        margin: 5% auto;
    }
    .category_button02 a:hover{
        opacity: 1;
    }
    .category_button02 a:hover span:before,
    .category_button02 a:hover span:after{
        animation: none;
    }
}

/*-緊急お知らせ-*/
.info_box {
    margin: 73px auto 0;
    width: 81.5%;
    border: 1px solid #11769B;
}
.info_box dl{display: flex;}
.info_box dt,
.info_box dd{
    padding: 11px 21px;
    font-weight: bold;
    color: #145686;
}
.info_box dt{
    background:#11769B;
    color: #fff;}

/*SP切り替え*/
@media screen and (max-width: 822px) {
    /*-緊急お知らせ-*/
    .info_box {
        width: 100%;
        margin: 70px auto 40px;
    }
    .info_box dl{display: block;}

}

/*-矢印-*/
.arrow{
    color: #11769B;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    line-height: 1rem;
}
.arrow:after{
    content: " ";
    position: absolute;
    bottom: 0;
    z-index: 9999;
    margin-left: 10px;
    width: 54px;
    height: 10px;
    background-image: url(/asset/img/arrow.png);
    background-size: 100% 100%;
}

/*-spの切り替え-*/
@media screen and (max-width: 822px) {
    .arrow:after {
        width: 12%;
        height: 6px;
    }
}
/*-ボタンリンク-*/
.arrow_item__link a {
    position: relative;
    margin-top: .4rem;
    display: block;
    height: 30px;
    color:#11769B;
    font-size: 15px;
    font-weight: bold;
}
.arrow_item__link .arrow:after {
    top:0;
    width: 29px;
    height: 8px;
    transform: translateY(.2em);
}
/*--ページ本体 pcサイズ--*/
.main_con{
    margin: 0 auto;
}
.lower_con .lower_sec{
    max-width: 1160px;
}

/*SP切り替え*/
@media screen and (max-width: 822px) {
/*--ページ本体--*/
    .main_con{
        margin: 0 auto;
    }
    body .lower_con{
        padding: 0;
        margin: 0 auto 60px;
    }
    .lower_con.sp-mb-25 {
        margin-bottom: 25px;
    }
    .lower_con.sp-mb-15 {
        margin-bottom: 15px;
    }
    .main_sec{
        overflow: hidden;
    }
}
/*メインビジュアル*/
.mainvisual_sec{
    width: 100%;
    /*background-image: url(/asset/img/mainvisual.png);*/
    background-size: 100% 100%;
    background-size: 99.8% 719px;
    background-repeat: no-repeat;
/*     border: 1px solid #fff ;
 */    position: relative;
    overflow: hidden;
}

.mainvisual_sec .mainvisual_inner .mainvisual_col{
    width: 972px;
    margin: 0 auto;
    padding: 138px 0;
    min-height: 622px;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}
.mainvisual_sec .mainvisual_inner .mainvisual_col div{
    padding: 27px 0 34px;
    font-size: 1.1rem;
    position: relative;
    font-weight: bold;
    text-align: center;
    /* --w: calc(100% - 60px);
    --g: #002c7c 60px, transparent 60px var(--w), #002c7c var(--w);
    position: relative;
    background: linear-gradient(90deg, var(--g)) 0 0/100% 1px,
    linear-gradient(90deg, var(--g)) 0 100%/100% 1px,
    linear-gradient(0, var(--g)) 0 0/1px 100%,
    linear-gradient(0, var(--g)) 100% 0/1px 100% ;
    background-repeat: no-repeat; */
    box-sizing: content-box;
}

.mainvisual_sec .mainvisual_inner .mainvisual_col .main_title{
    font-size: 34px;
    color:#0A344A;
    line-height: 1.5;
    letter-spacing: 0.2em;
}

.mainvisual_sec .mainvisual_inner .main_text,
.mainvisual_sec .mainvisual_inner .main2_text,
.mainvisual_sec .mainvisual_inner h2{
    color:#0A344A;
    text-shadow: 1px 1px 20px #fff;
}
.mainvisual_sec .mainvisual_inner .arrow{
    color: #fff;
}
.mainvisual_sec .mainvisual_inner .main_text{
    line-height: 2;
    letter-spacing: 0.5em;
}
.mainvisual_sec .mainvisual_inner .main_text.main2_text{
    letter-spacing: 0.3em;
}
.mainvisual_sec .mainvisual_inner .main_text.main2_text span,
.mainvisual_sec .mainvisual_inner .main_text.main2_text a{
    color: #fff;
    font-size: 20px;
    padding-right: 80px;
}
.mainvisual_sec .mainvisual_inner .main_text.main2_text .arrow::after{
    background-image: url(/asset/img/arrow02.png);
    bottom: 6px;
}
.mainvisual_sec .mainvisual_inner h2{
    line-height: 1.5;
    font-size: 3.2rem;
    font-weight: bold;
}
.mainvisual_slider img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.mainvisual_slide_item{
    position: relative;
    overflow: hidden;
}
/* .mainvisual_slide_item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    margin:0;
    padding:0;
    background-repeat:no-repeat;
    background-position:left top,left top,right bottom,right bottom;
    background-size:500px 1px,1px 318px,500px 1px,1px 318px;
    background-image:linear-gradient(#002c7c,#002c7c),linear-gradient(#002c7c,#002c7c),linear-gradient(#002c7c,#002c7c),linear-gradient(#002c7c,#002c7c);
    z-index: 1;
} */
.mainvisual_video_item::before,
.mainvisual_slide_item.is-image a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    /* background-repeat:no-repeat;
    background-position:left top,left top,right bottom,right bottom;
    background-size:200px 2px,2px 218px,200px 2px,2px 218px;
    background-image:linear-gradient(#002c7c,#002c7c),linear-gradient(#002c7c,#002c7c),linear-gradient(#002c7c,#002c7c),linear-gradient(#002c7c,#002c7c); */
    z-index: 1;
}
.mainvisual_video {
    /*position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: auto;
    /*opacity: .3;*/
    z-index: -1;
}
.mainvisual_slide_item a {
  display: block;
  z-index: 1;
  position: relative;
}
.mainvisual_slide_item a:hover {
  opacity: 1;
}
.mainvisual_action{
    /* display: none; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.mainvisual_action_btn{
    width: 16px;
    height: 6px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    cursor: pointer;
}
.mainvisual_action_next{
    background-image: url('/asset/img/icon_next.svg');
}
.mainvisual_action_prev{
    background-image: url('/asset/img/icon_prev.svg');
}
.mainvisual_action_dots{
    margin: 0 20px;
}
.mainvisual_action .slick-dots{
    display: flex;
    align-items: center;
}
.mainvisual_action .slick-dots li{
    height: 14px;
    width: 2px;
    display: block;
    overflow: hidden;
}
.mainvisual_action .slick-dots li + li{
    margin-left: 11px;
}
.mainvisual_action .slick-dots button{
    height: 100%;
    width: 100%;
    background-color: rgba(25,121,21,.2);
    display: block;
    box-shadow: none;
    border: 0;
    font-size: 0;
    min-width: inherit;
    cursor: pointer;
}
.mainvisual_action .slick-dots li.slick-active button{
    background-color: #013fb0;
}
/*PCのみ*/
@media screen and (min-width: 823px) {
    .mainvisual_video_item{
        width: 100%;
        height: 40vw;
        /*position: absolute;
        left:50%;
        top:50%;
        transform: translate(-50%,-50%);*/
    }
    .mainvisual_video_item + .mainvisual_inner {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        z-index: 1;
    }
    .mainvisual_slide_item img {
        width: 100%;
        height: 40vw;
        object-fit: cover;
    }
    .mainvisual_sec .mainvisual_inner .main_text.main2_text span,
    .mainvisual_sec .mainvisual_inner .main_text.main2_text a{
        padding-right: 80px;
    }
}
/*SP切り替え*/
@media screen and (max-width: 822px) {
    /*メインビジュアル*/
    .mainvisual_sec{
        width: 100%;
        min-height: auto;
        background-size: auto;
    }
    .mainvisual_video {
        position: absolute;
        left: 50%;
        width: auto;
        height: 100%;
        transform: translate3d(-50%, 0, 0);
    }
    /* .mainvisual_sec::before {
        position: absolute;
        width: 100%;
        height: 100%;
        background-size:165px 2px,2px 155px,165px 2px,2px 155px;
    } */
    .mainvisual_sec .mainvisual_inner .mainvisual_col{
        width: 100%;
        padding: 20px;
        display: block;
        min-height: auto;
        box-sizing: border-box;
    }
    .mainvisual_sec .mainvisual_inner .mainvisual_col div h2 {
        font-size: 18px;
    }
    .mainvisual_sec .mainvisual_inner .mainvisual_col div .main_text {
        line-height: 2.2;
        letter-spacing: 0.3rem;
    }
    .mainvisual_sec .mainvisual_inner .mainvisual_col div .main_text.main2_text{
        letter-spacing: -0.02rem;
    }
    .mainvisual_sec .mainvisual_inner .mainvisual_col div .main_text {
        font-size: 14px;
    }
    .mainvisual_sec .mainvisual_inner .main_text.main2_text a{
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
    }
}


/*比率対策*/
@media screen and (min-width:823px) and (max-width:1105px){
    .mainvisual_slider {
        width: auto;
        margin: 0;
    }
    .mainvisual_video {
        width: auto;
    }
    .mainvisual_sec .mainvisual_inner .mainvisual_col{
        width: auto;
    }
    .mainvisual_sec .mainvisual_inner .mainvisual_col div{
        padding: 0;
    }
    .mainvisual_sec .mainvisual_inner .main_text.main2_text span,
    .mainvisual_sec .mainvisual_inner .main_text.main2_text a{
        padding-right: 10%;
    }
}
/*比率対策*/
@media screen and (max-width:1024px){
    .mainvisual_sec .mainvisual_inner .mainvisual_col {
        padding: 120px 0;
        min-height: auto;
    }
    .mainvisual_sec .mainvisual_inner .main_text.main2_text span,
    .mainvisual_sec .mainvisual_inner .main_text.main2_text a{
        padding-right: 80px;
    }
}
@media screen and (max-width:820px){
    .mainvisual_sec .mainvisual_inner .mainvisual_col{
        padding: 0;
    }
    .mainvisual_sec .mainvisual_inner .mainvisual_col div {
        padding: 49.1% 5px;
    }
    .mainvisual_sec .mainvisual_inner .main_text.main2_text span,
    .mainvisual_sec .mainvisual_inner .main_text.main2_text a{
        padding-right: 7%;
    }
}
@media screen and (max-width:414px){
.mainvisual_sec .mainvisual_inner .mainvisual_col div {
    padding: 40.5% 0;
}
}
@media screen and (max-width:375px){
    .mainvisual_sec .mainvisual_inner .mainvisual_col div{
        padding: 38.8% 0;
    }
    .mainvisual_sec .mainvisual_inner .main_text.main2_text span,
    .mainvisual_sec .mainvisual_inner .main_text.main2_text a{
        padding-right: 45px;
    }
}
@media screen and (max-width:375px){
    .mainvisual_sec .mainvisual_inner .mainvisual_col div{
        padding: 39.8% 0;
    }
}
/*SP切り替え終わり*/

/*グループ概要*/
.group_sec {
    width: 100%;
    padding: 70px 0 0;
    min-height: 528px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    background-size: cover ;
    background-repeat: no-repeat;
}
.group_sec .group_inner{
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background-color: #F5F5F5;
}
.group_sec .group_inner .group_col-pc{
    display: block;
    width: 800px;
    margin: 0px auto 150px;
    padding: 30px 0px;
    min-height: 170px;
    box-sizing: content-box;
}
.group_sec .group_inner .group_col-pc span {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    color: #595757;
    font-weight: 800;
    font-size: 1rem;
}
.group_sec .group_inner .group_col-sp{
    display: none;
}
.group_sec .group_inner .group_col-pc h2 {
    font-size: 1.5em;
    border-left: solid 5px #145686;
    padding-left: 20px;
}
.group_sec .group_inner .group_col-pc h2.font_mincho span {
    font-family: "Helvetica Neue","Roboto", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 1rem;
    display: block;
    margin-top: 0;
    margin-bottom: 2rem;
}
/*
.group_sec .group_inner .group_col .group_grid {
    display: grid;
    gap: 10px;
    grid-template-columns: 250px 3,120px;
    grid-template-rows: 120px 120px;
}
.group_sec .group_inner .group_col .group_grid_item {
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
}
.group_sec .group_inner .group_col .group_grid_item1 {
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    grid-row: 1 / 5;
}
.group_sec .group_inner .group_col .group_grid_item2 {
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    grid-column: 2 / 5;
}
.group_sec .group_inner .group_col .group_grid span {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    color: #595757;
}

.gallery-grid__container {
    display: grid;
    gap: 10px;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    grid-template-rows: 180px 100px 80px 120px auto;
}
.l-gallery {
  max-width: 1038px;
  box-sizing: content-box;
  margin: 0 auto;
  display: grid;
}
.c-gallery-item {
  display: flex;
  flex-direction: column;
} 
.c-gallery-item__img-box {
    width: 100%;
    position: relative;
    padding-top: 75%;
}
.c-gallery__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c-gallery-item__text-box {
    padding: 10px;
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
}
.c-gallery-item__text-box {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    color: #595757;
}
.c-gallery__text {
    font-size: clamp(14px, calc(16 / 1440 * 100vw), 16px);
}

@media (max-width: 640px) {
    .gallery-grid__container {
        padding: 20px;
    }
    .l-gallery {
        gap: 20px;
    }
  }

@media (min-width: 641px) {
    .l-gallery {
    gap: clamp(10px, calc(20 / 1440 * 100vw), 20px);
    grid-template:
      "A B B C" 170px
      "A D E E" 170px
      / calc(370 / 1038 * 100%) calc(167 / 1038 * 100%) calc(167 / 1038 * 100%) calc(167 / 1038 * 100%) calc(167 / 1038 * 100%);
    }
  [data-area="A"] {
    grid-area: A;
  }
  [data-area="B"] {
    grid-area: B;
  }
  [data-area="C"] {
    grid-area: C;
  }
  [data-area="D"] {
    grid-area: D;
  }
  [data-area="E"] {
    grid-area: E;
  }
  }
*/

.group_grid_item1-pc {
  display: grid;
  gap: 10px;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 160px 160px;
  margin-bottom: 30px;
}
.group_grid_item2-pc {
  display: grid;
  gap: 10px;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 160px 160px 160px;
  margin-bottom: 30px;
}
.group_grid_item3-pc {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 0 170px 90px 170px 130px 130px;
  margin-bottom: 30px;
}
.group_grid_item1-pc img,
.group_grid_item2-pc img{
    width: 95%;
}
.group_grid_item3-pc img{
    width: 55%;
}
.box {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 30px 0;
  text-align: center;
  transition: all .3s;
}
.box-modal01,
.box-modal02,
.box-modal03,
.box-modal01_sp,
.box-modal02_sp,
.box-modal03_sp {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 30px 0;
  text-align: center;
  transition: all .3s;
}
.box-big1-summary {
  position: relative;
  grid-column: 1;
  grid-row: 1 / 4;
  background: #fff;
  border-radius: 20px;
  padding: 30px 0;
  text-align: center;
  line-height: calc( 207px - 100px );
  height: 330px;
  transition: all .3s;
}
.box-big1-employee {
  position: relative;
  grid-column: 1;
  grid-row: 1 / 4;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  line-height: calc( 207px - 100px );
  transition: all .3s;
}
.box-big2 {
  position: relative;
  grid-column: 3 / 5;
  background: #fff;
  border-radius: 20px;
  padding: 30px 0;
  text-align: center;
  transition: all .3s;
}
.box-big3 {
  position: relative;
  grid-column: 4 / 6;
  background: #fff;
  border-radius: 20px;
  padding: 30px 0;
  text-align: center;
  transition: all .3s;
}
.box-big4 {
  position: relative;
  grid-column: 1 / 4;
  background: #fff;
  border-radius: 20px;
  padding: 20px 0;
  text-align: center;
  background-image: 
    url(/asset/img/value_img_bgl_pc.png),
    url(/asset/img/value_img_bgr_pc.png);
  background-position:
    left 0 center,
    right 0 center;
  background-repeat:
    no-repeat,
    no-repeat;
  background-size:
    200px;
    transition: all .3s;
}
.box-big2, 
.box-big2_sp, 
.box-modal01, 
.box-modal02, 
.box-modal03, 
.box-modal01_sp, 
.box-modal02_sp, 
.box-modal03_sp small {
    font-weight: bold;
    letter-spacing: 0.08em;
}
.box-big4 small {
    color: #DC3850;
    font-weight: bold;
    letter-spacing: 0.08em;
}
.box-big5 {
  position: relative;
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  background: #fff;
  border-radius: 20px;
  padding: 30px 0;
  text-align: center;
  transition: all .3s;
}
.box-big6 {
  position: relative;
  grid-column: 2 / 3;
  grid-row: 2 / 4;
  background: #fff;
  border-radius: 20px;
  padding: 30px 0;
  text-align: center;
  transition: all .3s;
}
.box-big7 {
  position: relative;
  grid-column: 3 / 4;
  grid-row: 2 / 4;
  background: #fff;
  border-radius: 20px;
  padding: 30px 0;
  text-align: center;
  line-height: 1.3em;
  transition: all .3s;
}
.box-big7 .value {
    margin-top: 25px;
}
.box-big8 {
  position: relative;
  grid-column: 1 / 2;
  grid-row: 3 / 5;
  background: #fff;
  border-radius: 20px;
  padding: 30px 0;
  text-align: center;
  transition: all .3s;
}
.box-big9 {
    position: relative;
    overflow: hidden;
    grid-column: 2 / 3;
    grid-row: 4 / 5;
    background: #fff;
    border-radius: 20px;
    padding: 30px 0;
    text-align: center;
    line-height: 1.3em;
    transition: all .3s;
}
.box-big9 .value {
    margin-top: 25px;
}
/*.box-big9::after {
    content: "";
    display: block;
    clear: both;
}*/
.box-big9-cnt {
    float: left;
    width: 50%;
}
.box-big9-cnt span {
    text-align: left;
}
.box-big9-cnt img {
    width: 70%;
}
.box-big9-cnt .value {
    text-align: left;
}
.box-big10 {
  position: relative;
  grid-column: 3 / 4;
  grid-row: 4 / 5;
  background: #fff;
  border-radius: 20px;
  padding: 30px 0;
  text-align: center;
  line-height: 1.3em;
  transition: all .3s;
}
.box-big10 .value {
    margin-top: 25px;
}
.box-big11 {
  position: relative;
  grid-column: 1 / 2;
  grid-row: 5 / 7;
  background: #fff;
  border-radius: 20px;
  padding: 30px 0;
  text-align: center;
  line-height: 1.3em;
  transition: all .3s;
}
.box-big11 .value {
    margin-top: 25px;
}
.box-big12 {
  position: relative;
  grid-column: 3 / 4;
  grid-row: 5 / 7;
  background: #fff;
  border-radius: 20px;
  padding: 30px 0;
  text-align: center;
  line-height: 1.3em;
  transition: all .3s;
}
.box-big12 .value {
    margin-top: 25px;
}
.box-small1 {
  position: relative;
  grid-column: 2 / 3;
  grid-row: 5 / 6;
  background: #fff;
  border-radius: 20px;
  padding: 20px 0;
  text-align: center;
  transition: all .3s;
}
.box-small2 {
  position: relative;
  grid-column: 2 / 3;
  grid-row: 6 / 7;
  background: #fff;
  border-radius: 20px;
  padding: 20px 0;
  text-align: center;
  transition: all .3s;
}
.box-modal01:hover,
.box-modal02:hover,
.box-modal03:hover,
.box-big2:hover,
.box-big4:hover {
  transform: scale(1.05);
  cursor : pointer;
}
.box-modal01::before,
.box-modal02::before,
.box-modal03::before,
.box-big2::before,
.box-big4::before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  content: '';
  transition: all .3s;
}
.box-modal01::after,
.box-modal02::after,
.box-modal03::after,
.box-big2::after,
.box-big4::after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  content: '';
  transition: all .3s;
}
.box-modal01::before,
.box-modal02::before,
.box-modal03::before,
.box-big2::before,
.box-big4::before {
  border-top: 2px solid #F5F5F5;
  border-left: 2px solid #F5F5F5;
  border-radius: 20px;
  width: 0px;
  height: 0px;
}
.box-modal01::after,
.box-modal02::after,
.box-modal03::after,
.box-big2::after,
.box-big4::after {
  border-right: 2px solid #F5F5F5;
  border-bottom: 2px solid #F5F5F5;
  border-radius: 20px;
  width: 0px;
  height: 0px;
}
.box-modal01:hover::before,
.box-modal02:hover::before,
.box-modal03:hover::before,
.box-big2:hover::before {
  border-top: 2px solid #145686;
  border-left: 2px solid #145686;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.box-modal01:hover::after,
.box-modal02:hover::after,
.box-modal03:hover::after,
.box-big2:hover::after {
  border-right: 3px solid #145686;
  border-bottom: 3px solid #145686;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.box-big4:hover::before {
  border-top: 5px solid #FAE36B;
  border-left: 5px solid #FAE36B;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.box-big4:hover::after {
  border-right: 5px solid #FAE36B;
  border-bottom: 5px solid #FAE36B;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.group_result {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #145686;
    margin-bottom: 20px;
    display: flex;
}
.group_result:before,
.group_result:after {
    content: "";
    height: 3px;
    flex-grow: 1;
    background-color: #fff;
    margin-top: 20px;
}
.group_result:before {
    margin-right: 1rem;
}
.group_result:after {
    margin-left: 1rem;
}
.group_grid_item1,
.group_grid_item2,
.group_grid_item3 span {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    color: #595757;
}
.text-big {
    font-size: 1.8rem !important;
    line-height: 1.5em;
}
.value {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #145686;
    margin-top: 10px;
    line-height: 1.5em;
}
.value-big {
    font-size: 3.5rem !important;
    color: #145686 !important;
}
.value-big-40 {
    font-size: 3.5rem !important;
    color: #DC3850 !important;
}
.value-small {
    font-size: 0.7rem !important;
}

@media screen and (max-width: 822px){
    .group_sec .group_inner .group_col-pc {
    display: none;
    }
    .group_sec .group_inner .group_col-sp {
    display: block;
    width: auto;
    padding: 35px;
    box-sizing: content-box;
    }
    .group_sec .group_inner .group_col-sp span {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    color: #595757;
    font-weight: 800;
    font-size: 0.8rem;
    display: inline-block;
    line-height: 1.3em;
    }
    .group_sec .group_inner .group_col-sp h2 {
    font-size: 5.2vw;
    border-left: solid 5px #145686;
    padding-left: 20px;
    }
    .group_sec .group_inner .group_col-sp h2.font_mincho span {
        font-family: "Helvetica Neue","Roboto", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
        font-size: 1rem;
        display: block;
        margin-top: 0;
        margin-bottom: 2rem;
    }
    .group_grid_item1-sp {
    width: auto;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    margin-bottom: 30px;
    }
    .group_grid_item2-sp {
    width: auto;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    margin-bottom: 30px;
    }
  .group_grid_item3-sp {
    grid-template-rows: auto;
    margin-bottom: 70px;
    width: auto;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 135px 155px 40px 160px 115px 115px;
    margin-bottom: 30px;
  }
  .group_grid_item1-sp,
  .group_grid_item2-sp,
  .group_grid_item3-sp span {
    font-size: 0.8rem;
  }
  .box-big1-summary_sp {
    grid-column: 1 / 5;
    grid-row: 1;
    padding: 20px 0;
    line-height: calc( 140px - 100px );
    height: 170px;
    font-size: 0.8rem;
    background: #fff;
    border-radius: 13px;
    padding: 20px 0;
    text-align: center;
    }
    .box-big1-employee_sp {
    grid-column: 1 / 5;
    grid-row: 1;
    line-height: calc( 175px - 100px );
    font-size: 0.8rem;
    background: #fff;
    border-radius: 13px;
    padding: 0 0 20px;
    text-align: center;
    }
    .box-big1-employee_sp .value {
    margin-top: -30px;
    }
    .box_sp {
    background: #fff;
    border-radius: 13px;
    padding: 20px 0;
    text-align: center;
    font-size: 0.8rem;
    }
    .box-big2_sp {
    grid-column: 2 / 4;
    font-size: 0.8rem;
    background: #fff;
    border-radius: 13px;
    padding: 20px 0;
    text-align: center;
    }
    .box-big3_sp {
    grid-column: 3 / 5;
    font-size: 0.8rem;
    background: #fff;
    border-radius: 13px;
    padding: 15px;
    text-align: center;
    }
    .box-big4_sp {
    grid-column: 1 / 4;
    background-image: 
    url(/asset/img/value_img_bgl_sp.png),
    url(/asset/img/value_img_bgr_sp.png);
    background-position:
    left 0 center,
    right 0 center;
    background-repeat:
    no-repeat,
    no-repeat;
    background-size: 72px;
    font-size: 0.8rem;
    background-color: #fff;
    border-radius: 13px;
    padding: 30px 0;
    text-align: center;
    }
    .box-big4_sp small {
    color: #DC3850;
    font-weight: bold;
    letter-spacing: 0.08em;
    }
    .box-big5_sp {
      grid-column: 1 / 2;
      grid-row: 2 / 3;
      background: #fff;
      border-radius: 13px;
      padding: 30px 10px;
      text-align: center;
    }
    .box-big6_sp {
      grid-column: 2 / 3;
      grid-row: 2 / 4;
      background: #fff;
      border-radius: 13px;
      padding: 30px 0;
      text-align: center;
    }
    .box-big6_sp .value {
    margin-bottom: -10px;
    }
    .box-big7_sp {
      grid-column: 3 / 4;
      grid-row: 2 / 4;
      background: #fff;
      border-radius: 13px;
      padding: 30px 0;
      text-align: center;
      line-height: 1.3em;
    }
    .box-big8_sp {
      grid-column: 1 / 2;
      grid-row: 3 / 5;
      background: #fff;
      border-radius: 13px;
      padding: 20px 0;
      text-align: center;
    }
    .box-big9_sp {
        overflow: hidden;
        grid-column: 2 / 3;
        grid-row: 4 / 5;
        background: #fff;
        border-radius: 13px;
        padding: 20px 0;
        text-align: center;
        line-height: 1.3em;
    }
    .box-big9-cnt_sp {
        float: left;
        width: auto;
    }
    .box-big9-cnt_sp img {
        width: 60% !important;
        margin-bottom: 5px;
    }
    .box-big10_sp {
      grid-column: 3 / 4;
      grid-row: 4 / 5;
      background: #fff;
      border-radius: 13px;
      padding: 30px 5px;
      text-align: center;
      line-height: 1.3em;
    }
    .box-big11_sp {
      grid-column: 1 / 3;
      grid-row: 5 / 7;
      background: #fff;
      border-radius: 13px;
      padding: 20px 0;
      text-align: center;
      line-height: 1.3em;
    }
    .box-big11_sp img {
    margin-top: 10px;
    }
    .box-big12_sp {
      grid-column: 3 / 4;
      grid-row: 5 / 7;
      background: #fff;
      border-radius: 13px;
      padding: 50px 0;
      text-align: center;
      line-height: 1.3em;
    }
    .box-big12_sp img {
        margin-top: 10px;
    }
    .box-small1_sp {
    grid-column: 1 / 3;
    font-size: 0.8rem;
    background: #fff;
    border-radius: 13px;
    padding: 15px 0;
    text-align: center;
    }
    .box-small2_sp {
    font-size: 0.8rem;
    background: #fff;
    border-radius: 13px;
    padding: 15px 0;
    text-align: center;
    }
    .group_grid_item1-sp img,
    .group_grid_item2-sp img {
    width: 45%;
    }
    .group_grid_item3-sp img {
    width: 80%;
    }
    .box-big9-cnt_sp {
    float: none;
    width: 100%;
    }
    .value-small {
    font-size: 0.6rem !important;
    display: inline-block;
    line-height: 1.3em;
    }
    .text-big {
        font-size: 1.1rem !important;
        line-height: 1em !important;
    }
    .value {
        font-size: 1rem;
        line-height: 1em;
        margin-top: 0;
    }
    .value-big {
        font-size: 2.3rem !important;
    }
    .value-big-40 {
        font-size: 2.6rem !important;
    }

}

/*メインセクション*/
.main_sec {
    width: 100%;
    padding: 70px 0 0;
    min-height: 528px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    background-size: cover ;
    background-repeat: no-repeat;
}
.main_sec.main_03 .main_inner .main_col{
    width: 624px;
}

.main_sec.main_03{
    background-image: url("/asset/img/back_img7.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.main_sec.main_04{
    background-image: url("/asset/img/back_img4.jpg");
}

.main_sec .main_inner{
    width: 100%;
    max-width: 1424px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.main_sec .main_inner .main_col{
    width: 732px;
    margin: 0px auto;
    padding: 0px;
    min-height: 170px;
    text-align: center;
    box-sizing: content-box;
}
.main_sec .main_inner .main_col .main_item {
    display: flex;
}
.main_sec .main_inner .main_col .main_item div{
    text-align: center;
    padding: 0 1.5%;
}
.main_sec .main_inner .main_col .main_item div:first-child{
    padding: 0 2% 0 6.5%;
}
.main_sec .main_inner .main_col div h2{
    position: relative;
    left: 0;
    width: 100%;
    font-size: 40px;
}
.main_sec .main_inner .main_col div h3{
    font-weight: bold;
}
.main_sec .main_inner .main_col div h3,
.main_sec .main_inner .main_col div p{
    line-height: 2.1;
    color: #145686;
}


.main_sec .main_inner .main_col .button{
    width: 100%;
}

.main_sec .main_inner .main_col .raund_button{
    width: 100%;
    height: 100%;
    z-index: 99;
}

/* TOP見出し */
h2.font_mincho span{
    font-family: "Helvetica Neue","Roboto", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 1rem;
    display: block;
    margin-top: 0.5rem;
    color: #595757;
}
@media screen and (max-width:823px) {
    h2.font_mincho span{
        font-size: 0.9rem;
    }
}

/*KYBグループ概要*/
.main_sec.main_01 .main_inner .main_col{
    position: relative;
    width: 1160px;
    padding: 43px 0;
    background-color: #F5F5F5;
}

/*.main_sec.main_01 .main_inner .main_col div{
    width: 50%;
    margin: 0 50px;
    padding: 0 6.5%;
}
.main_sec.main_01 .main_inner .main_col div:after{
    position: absolute;
    right: -16%;
    top: -70px;
    width: 730px;
    height: 430px;
    content: "";
    background: url(/asset/img/maindev_img.png)no-repeat;
}*/

/*比率対策*/
@media screen and (min-width:823px) and (max-width:1105px){
    .main_sec {
        margin-top: 0;
    }
}

/*SP切り替え*/
@media screen and (max-width: 822px) {
    .main_sec{
        min-height: auto;
        padding: 0 0 20px;
    }

    .main_sec.main_02 .main_inner .main_col,
    .main_sec.main_03 .main_inner .main_col{
        width: 100%;
    }
    .main_sec .main_inner {
        /*width: 80%;*/
        width: calc(100% - 40px);
        padding: 20px;
        margin-top: 50px;
    }
    .main_sec .main_inner .main_col {
        width: 100%;
        margin: 0px auto;
        padding: 0px;
        background-position: left top,left top,right top,right top;
        background-size: 40px 1px,1px 40px,40px 1px,1px 40px;
    }
    .main_sec .main_inner .main_col div {
        width: 90%;
        padding: 0;
    }
    .main_sec .main_inner .main_col div h2 {
        position: relative;
        font-size: 1.8rem;
        margin-top: 0;
        line-height: 1.8rem;
    }

    .main_sec02 .main_inner .main_col .raund_button{
        bottom: -81%;
    }
    .main_sec .main_inner .main_col .button {
        bottom: -31%;
        left: 4%;
    }
    .main_sec .main_inner .main_col div h3,
    .main_sec .main_inner .main_col div p {
        letter-spacing: 0rem;
    }
    .main_sec .main_inner .main_col div p {
        text-align: left;
    }
    .main_sec .main_inner .main_col div .button4 {
        margin-top: 3.6rem;
    }
    .main_sec .main_inner .main_col .button{
        position: relative;
        width: 100%;
    }
    /*KYBグループ概要*/
    .main_sec.main_01{
        background-image: none;
        /* background-position: right -110px ; */
        background-color: #F5F5F5;
    }
    .main_sec.main_01 .main_inner .main_col{
        width: 100%;
        padding: 5% 0;
        background: none;
        margin: 0 0;
    }
    .main_sec.main_01 .main_inner .main_col div{
        width: 100%;
        margin: 0;
        padding: 0 5%;
    }
    .main_sec.main_01 .main_inner .main_col div::after{
        display: none;
    }
    .main_sec .main_inner .main_col .main_item {
        padding: 0;
        display: block;
        margin-bottom: 110px;
    }
    .main_sec .main_inner .main_col .main_item .button4 {
        margin: 10px auto 0;
    }
    .main_sec .main_inner .main_col .main_item .button4 a {
        padding: 35px 0 0;
        font-size: 14px;
        width: 100px;
        height: 100px;
        border-radius: 50px;
    }
    .main_sec .main_inner .main_col .main_item .button4 a:before {
        width: 47%;
        left: 20px;
        top: 185%;
    }
    .main_sec .main_inner .main_col .main_item .button4 a:after {
        left: 77px;
        top: 175%;
    }
    .main_sec .main_inner .main_col .main_item div:first-child {
        padding: 0;
    }
}

/*-spの切り替え-*/
@media screen and (max-width: 420px) {
    .main_sec.main_01 .main_img,
    .main_sec.main_02 .main_img,
    .main_sec.main_03 .main_img{
        background-position: -740px 0px;
    }
}
/*-sp切り替え終わり-*/
/*-KYB_top-*/
.kyb_club_top_inner{
    width: 1140px;
    margin: 0 auto;
}

/*-spの切り替え-*/
@media screen and (max-width: 822px) {
    .kyb_club_top_inner{
        width: 100%;
        margin: 0 auto;
    }
}
/*下層サブセクション*/
.lower_con {
    line-height: 1.8rem;;
    overflow: hidden;
    margin-bottom: 4rem;
    /* margin-top: 120px; */
}
/* @media screen and (max-width: 1105px){
    body .lower_con {
        margin-top: 72px;
    }

} */
.lower_con .lower_mainsec {
    position: relative;
    width: 100%;
    height: 380px;
    overflow: hidden;
    box-sizing: border-box;
}
.lower_con .lower_mainsec.lower_01{
    background-image: url("/asset/img/back_img1.jpg");
}
.lower_con .lower_mainsec.lower_02{
    background-image: url("/asset/img/back_img2.jpg");
}
.lower_con .lower_mainsec.lower_03{
    background-image: url("/asset/img/back_img3.png");
}
.lower_con .lower_mainsec.lower_04{
    background-image: url("/asset/img/back_img4.jpg");
}
.lower_con .lower_mainsec.lower_05{
    background-image: url("/asset/img/back_img4.jpg");
}
.lower_con .lower_mainsec.lower_06{
    background-image: url("/asset/img/back_img6.png");
}
.lower_con .lower_mainsec.lower_08{
    background-image: url("/asset/img/back_img8.png");
}
.lower_con .lower_mainsec.lower_09{
    background-image: url("/asset/img/back_img9.png");
}
.lower_con .lower_mainsec.lower_10{
    background-image: url("/asset/img/back_img10.png");
}
.lower_con .lower_mainsec.lower_11{
    background-image: url("/asset/img/back_img11.png");
}
.lower_con .lower_mainsec.lower_12{
    background-image: url("/asset/img/back_img12.png");
}
.lower_con .lower_mainsec.lower_13{
    background-image: url("/asset/img/back_img13.png");
}

.lower_con .lower_mainsec {
    background-repeat: no-repeat;
    background-size: cover;
}
/* .lower_con .lower_mainsec::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-repeat:no-repeat;
    background-position:left top,left top,right bottom,right bottom;
    background-size:270px 2px,2px 170px,270px 2px,2px 170px;
    background-image:linear-gradient(#145686,#145686),linear-gradient(#145686,#145686),linear-gradient(#145686,#145686),linear-gradient(#145686,#145686);
} */
/*--下層メインビジュアル内見出し--*/
.lower_mainsec .lower_mainsec_box{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;

}
/*-下層メインビジュアル内ぱんくず--*/
.lower_mainsec .lower_mainsec_box .lower_nav{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    max-width: 1200px;
    width: calc(100% - 10px);
    text-align: right;
}
.lower_mainsec .lower_mainsec_box .lower_title{
    padding: 80px 0 30px;
    box-sizing: border-box;
    font-size: 36px;
    z-index: 2;
    text-align: center;
    text-shadow:  rgba(255,255,255,0.7) 1px 1px 10px, rgba(255,255,255,0.7) -1px 1px 10px,rgba(255,255,255,0.7) 1px -1px 10px, rgba(255,255,255,0.7) -1px -1px 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .lower_mainsec .lower_mainsec_box .lower_title {
    padding: 72px 0 30px;
  }
}
.lower_mainsec .lower_mainsec_box .lower_title h3{
    font-size: 1.3rem;
    display: block;
    margin-top: 30px;
    color: #0A344A;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .lower_mainsec .lower_mainsec_box .lower_title h3{
      margin-top: 12px;
  }
}

.lower_mainsec .lower_mainsec_box .lower_title .lower_lain{
    position: relative;
    margin: 15px auto;
    display: inline;
    text-align: center;
    width: auto;
    line-height: 3rem;
    color: #0A344A;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .lower_mainsec .lower_mainsec_box .lower_title .lower_lain {
        display: inline-block;
    }
}
.lower_mainsec .lower_mainsec_box .lower_title img{
    width: 13px;
    height: 20px;
    position: absolute;
    bottom: -25px;
    left: 49.5%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .lower_mainsec .lower_mainsec_box .lower_title img {
    bottom: -20px ;
  }
}
.lower_mainsec .lower_mainsec_box .lower_title .lower_lain::before{
    position: absolute;
    bottom: -30%;
    content: "";
    width: calc(50% - 15px);
    height: 1px;
    border-bottom:1px solid #273D57;
}
.lower_mainsec .lower_mainsec_box .lower_title .lower_lain::after{
    position: absolute;
    bottom: -30%;
    content: "";
    width: calc(50% - 25px);
    height: 1px;
    border-bottom:1px solid #273D57;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .lower_mainsec .lower_mainsec_box .lower_title .lower_lain::after,
  .lower_mainsec .lower_mainsec_box .lower_title .lower_lain::before {
    bottom: -20%;
  }
}
/* .lower_mainsec .lower_mainsec_box .lower_title .lower_lain::before{
    left: -15px;
} */
.lower_mainsec .lower_mainsec_box .lower_title .lower_lain::after{
    /* right:-25px; */
    right: 0px;
}

.lower_mainsec .lower_nav li{
    padding: 0 5px;
    color:#fff;
}
.lower_mainsec .lower_nav li a{
    color:#fff;
}
.lower_mainsec .lower_nav li:after{
    content: "/";
    padding-left: 15px;
}
.lower_mainsec .lower_nav li:last-child{
    font-weight: bold;
}
.lower_mainsec .lower_nav li:last-child:after{
    content: "";
}
/*-下層文章入れる箱-*/

.lower_con .lower_andersec{
    margin: auto;
    position: relative;
}
.lower_con .lower_andersec:before{
    content: "";
    position: absolute;
    height: 300px;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0px 0px 48px rgb(33 59 144 / 10%);
}
.lower_con .lower_andersec::after {
    content: "";
    position: absolute;
    top: 110px;
    height: 400px;
    margin: 0 auto;
    background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1) 50%);
}
.lower_con .lower_sec{
    position: relative;
    margin: 0 auto;
    padding: 90px 90px 0;
    width: 100%;
    background: #fff;
    z-index: 99;
}
.lower_con .lower_sec::after{
    left: -10px;
}
/*-下層文章入れる箱 文字の揃え-*/
.lower_con .lower_sec03 {
    text-align: center;
}
/* 白枠内に入れる場合タイトル */
/* .lower_con .lower_sec .lower_title{
    padding: 60px 0 29px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    text-align: center;
}
/*
.lower_con .lower_sec .lower_title::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 120px;
    top: -60px;
    left: 0;
    background: linear-gradient(to top, #145686, #145686) repeat-y center/1px;
    z-index: 999;
} */

.lower_con .lower_sec h4,
.lower_con .lower_sec p{
    color:#0A344A;
}
.lower_con .lower_sec p{
    padding-bottom: .5em;
}
.lower_con .lower_sec p.read {
    padding-bottom: 1.5em;
}
.lower_con .lower_sec li{
    color:#0A344A;
}
.lower_con .lower_sec h2,.lower_con .lower_sec h3{
    font-weight: normal;
}
.lower_con .lower_sec h2{
    font-size: 28px;
}
.lower_con .lower_sec h3 {
    margin: 0 auto;
    padding: 0;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.8;
}
.lower_con .lower_andersec .lower_sec h3 {
    margin-bottom: 2rem;
    padding: 0;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.8;
}
.lower_con .lower_sec h4{
    font-weight: bold;
}

/*-下層の箱-*/
.lower_con .lower_linebox{
    padding: 2rem 0 0;
    position: relative;
}
@media screen and (max-width: 822px) {
    .lower_con .lower_linebox{
        padding: 2rem 0 0;
        position: relative;
    }
    .lower_con .lower_linebox.pt10{
        padding-top: 10px;
    }
}
/* .lower_con .lower_linebox::before{
    content: "";
    position: absolute;
    left: 50%;
    width: 0px;
    height: 80px;
    background: #145686;
    z-index: 999;
    text-align: center;
}
.lower_con .lower_linebox::before {
    top: -40px;
} */


.lower_framebox.profile_inner {
    position: relative;
    height: auto;
    display: flex;
    padding: 25px 0;
    --w: calc(100% - 30px);
    --g: #11769B 30px, transparent 30px var(--w), #11769B var(--w);
    box-sizing: border-box;
    flex-wrap: wrap;
    /* border-bottom: 1px solid #71739B; */
}
.lower_sec div.lower_framebox.profile_inner:not(:last-child) {
    border-bottom: 1px solid #71739B;
}

.lower_column .lower_column_02 .lower_framebox {
    position: relative;
    height: auto;
    padding: 0;
    display: flex;
    --w: calc(100% - 30px);
    --g: #11769B 30px, transparent 30px var(--w), #11769B var(--w);
    box-sizing: border-box;
    flex-wrap: wrap;
}
.lower_linebox:last-child .lower_framebox {
    border-bottom: none;
}

/*-下層上のリンクボタン調整-*/
.lower_con .lower_sec .column_3 {
    margin: 0% auto;
    overflow: auto;
}
.lower_con .lower_sec .column_3 .column_box{
    width: 50%;
    float: left;
}

@media screen and (min-width: 1105px) {
    .lower_con .lower_andersec{
        margin-top: -110px;
        width: 1160px;
    }
    .lower_con .lower_andersec:before{
        width: 1160px;
        height: 240px;
    }
    .lower_con .lower_andersec::after {
        width: 1280px;
        height: 800px;
        top: 90px;
        left: -60px;
    }
}

@media screen and (min-width:823px) and (max-width:1105px){
    .lower_con .lower_andersec{
        margin-top: -90px;
        width: 100%;
    }
    .lower_con .lower_andersec:before{
        width: 100%;
    }
    .lower_con .lower_andersec::after {
        width:100%;
    }
}
/*-spの切り替え-*/
@media screen and (max-width: 822px) {
    .lower_con {
        line-height: 1.6;
    }
    .lower_con .lower_andersec{
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    .lower_con .lower_andersec:before{
        width: 100%;
        left: auto;
        height: 90px;
    }
    .lower_con .lower_andersec:after {
        width: 100%;
        left: auto;
    }
    .lower_mainsec .lower_mainsec_box .lower_title{
        padding: 36px 0 15px;

    }
    .lower_mainsec .lower_mainsec_box .lower_title02{
        padding: 25px 0 15px;
    }

    /*-間の/のための調整-*/
    .lower_mainsec .lower_mainsec_box .lower_title h2,
    .lower_mainsec .lower_mainsec_box .lower_title h3{
        margin: 0;
    }
    .lower_mainsec .lower_mainsec_box .lower_title h2{
        font-size: 25px;
    }
    .lower_mainsec .lower_mainsec_box .lower_title h3{
        font-size: 11px;
        margin-top: 16px;
    }
    .lower_mainsec .lower_mainsec_box .lower_title .lower_lain{
        margin: 0 auto;
        line-height: 1;
        display: inline-block;
    }
    .lower_mainsec .lower_mainsec_box .lower_title .lower_lain img{
        width: auto;
        height: 14px;
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
    }
    .lower_mainsec .lower_mainsec_box .lower_title .lower_lain::before{
        bottom: -13px;
        width: calc(50% - 12px);
        left: 0;
    }
    .lower_mainsec .lower_mainsec_box .lower_title .lower_lain::after{
        bottom: -13px;
        width: calc(50% - 12px);
        right: 0;
    }
    .lower_mainsec .lower_mainsec_box .lower_title .line_02 img{
        left: 39%;
    }
     .lower_mainsec .lower_mainsec_box .lower_title .lower_lain.line_02::before,
     .lower_mainsec .lower_mainsec_box .lower_title .lower_lain.line_02::after{
        bottom: -35%;
    }
    .lower_mainsec .lower_mainsec_box .lower_title .lower_lain.line_02::before{
        left: -18px;
    }
    .lower_mainsec .lower_mainsec_box .lower_title .lower_lain.line_02::after{
        width: calc(50% + 5px);
       right: 5px;
    }

    .lower_mainsec .lower_mainsec_box .lower_nav{
        display: none;
    }
    .lower_con .lower_mainsec{
        padding: 0;
        margin: 0px auto 0px;
        height: 164px;
        background-size: cover;
    }

    .lower_con .lower_andersec .lower_sec  h3 {
        line-height: 1.4;
        font-size: 1.38rem;
    }
    .lower_con .lower_andersec .lower_sec  h3.sp-mt-20 {
        margin-top: 20px;
    }
    .lower_con .lower_andersec .lower_sec  h3.sp-mt-30 {
        margin-top: 30px;
    }
    .lower_con .lower_andersec .lower_sec  h3.sp-mt-36 {
        margin-top: 36px;
    }
    /* .lower_con .lower_mainsec::before {
        height: 100%;
        background-repeat: no-repeat;
        background-position: left top,left top,right bottom,right bottom;
        background-size: 160px 1px,1px 108px,160px 1px,1px 108px;
        background-image: linear-gradient(#145686,#145686),linear-gradient(#145686,#145686),linear-gradient(#145686,#145686),linear-gradient(#145686,#145686);
    } */
    .lower_con .lower_mainsec::after{
        height: 100px;
    }
    .lower_con .lower_sec{
        padding: 20px 15px 0;
        width: 100%;
        margin-top: -28px;
    }
    .lower_con .lower_sec.sp-pt15 {
        padding-top: 15px;
    }
    .lower_con .lower_sec.sp-pt18 {
        padding-top: 18px;
    }
    .lower_con  .lower_sec .lower_col{
        width: auto;
    }
    .lower_con  .lower_sec .lower_col div {
        width: 100%;
        margin: 50px auto 20px;
        padding: 0;
    }
    .lower_con .lower_sec .column_3 {
        width: 100%;
        margin: 0% auto;
        box-sizing: border-box;
        overflow: hidden;
    }
    .lower_con .lower_sec .column_3 .column_box{
        width: 100%;
        float: none;
    }
    .lower_con .lower_sec .lower_framebox {
        position: relative;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        padding: 5px 25px;
        margin: 10px auto;
        display: block;
    }
    .lower_con .lower_sec .lower_framebox.profile_inner {
        padding: 25px 0;
    }
    /*-下層文章入れる箱 文字の揃え-*/
    .lower_con.lower_sec03 {
        padding: 3%;
        width: calc(100% - 40px);
    }
    .lower_sec.lower_sec03 p{
        text-align: left;
    }
}

/*-spの切り替え-*/
@media screen and (max-width: 420px) {
.lower_con .lower_mainsec.lower_01,
.lower_con .lower_mainsec.lower_03{
    background-position: -190px 0px;
}
.lower_con .lower_mainsec.lower_02 {
    background-position: left;
}
}
/*-画像が横に並んでるボックス-*/
.lower_con .img_box {
    display: flex;
}
.lower_con .img_box .img_box_text {
    flex: 1;
}
.lower_con .img_box .img_box_text h3{
     width: 100%;
}
.lower_con .img_box .img_box_img_right,
.lower_con .img_box .img_box_img_left{
    width: 300px;
}
.lower_con .img_box .img_box_img_right {
    margin-right: 45px;
}
.lower_con .img_box .img_box_img_left {
    margin-left: 45px;
}
/*-spの切り替え-*/
@media screen and (max-width: 822px) {
    .lower_con .img_box {
        display: block;
    }
    .lower_con .img_box .img_box_img_right,
    .lower_con .img_box .img_box_img_left{
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}
/*比率対策*/
@media screen and (min-width:763px) and (max-width:1105px){
    .lower_con .lower_sec {
        /*margin-top: -3%!important;*/
    }
}


/*--news--*/
.news_sec {
    width: 100%;
    padding: 0px;
    position: relative;
}
.news_sec .news_inner{
    max-width: 1160px;
    margin: 40px auto 60px;
    padding-left: 50px;
}
.news_sec ul{
    display: flex;
    padding: 4.6% 1% 0;
}
.news_sec h2{
    font-size: 2rem;
    padding-top: 18px;
    line-height: 1.8rem;
}
.news_sec ul li{
    vertical-align: middle;
    width: 87%;
}
.news_sec ul li dl{
    display: flex;
    margin: 25px 40px;
}
.news_list_item:after {
    content: " ";
    position: absolute;
    bottom: 0;
    z-index: 1000;
    margin-left: 10px;
    width: 29px;
    height: 8px;
    background-image: url(/asset/img/arrow.png);
    background-size: 100% 100%;
    transition: all .4s;
}
.news_list_item:hover:after{
    right: -1%;
}
.news_sec ul li dt,
.news_sec ul li dd{
    padding: 0;
    display: block;
}
.news_sec ul li dt{
    font-weight: bold;
    padding: 0 0.2rem;
    margin: 2px 15px 0 0;
}
@media screen and (max-width: 823px) {
    .news_sec ul li dt{
        padding: 0.4rem;
    }
    .news_sec ul li {
        width: 100%;
    }
}
.news_list {
    flex: 1;
}
.news_list_item{
    display: flex;
    position: relative;
    margin-bottom: 6px;
    align-items: flex-start;
    width: 100%;
}
.news_list_item:after{
    position: absolute;
    width: 29px;
    height: 8px;
    right: 0px;
    transform: translateY(-0.5rem);
    margin-left: 3rem;
}
.news_list_tag {
    display: flex;
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 152px;
    margin-right: 10px;
}
.news_list_value {
    width: 100px;
    padding: .3rem 0;
    line-height: 1.6rem;
}
.news_list_value span{
    font-weight: 500;
    padding-right: 10px;
    color: #595757;
}
.news_list_text {
    width: 70%;
}
.news_list_tag.-tag01 {
    border: 1px solid #73B3CC;
    border-radius: 2em;
    color: #11769B;
    width: 105px;
}
.news_list_tag.-tag02 {
    border: 1px solid #dcaa77;
    border-radius: 2em;
    color: #dcaa77;
    width: 105px;
}
.news_list_tag.-tag03 {
    border: 1px solid #353434;
    border-radius: 2em;
    color: #353434;
    width: 105px;
}
.news_list_tag.-tag04 {
    border: 1px solid #dc3850;
    border-radius: 2em;
    color: #dc3850;
    width: 105px;
}
.news_list_tag.-tag05 {
    border: 1px solid #999696;
    border-radius: 2em;
    color: #595757;
    width: 105px;
}
.news_sec ul li dd,.news_sec ul li dd a{
    color: #11769B;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.07em;
}
.news_sec .news_title{
    width: 12%;
    border-right: 1px solid #145686;
}
.news_sec .button{
    margin-top: -45px;
}

/*SP切り替え*/
@media screen and (max-width: 822px) {
    .news_sec .news_inner{
        margin: 0 auto 3rem;
    }
    .news_sec::after {
        height: 40px;
        top: 0;
    }
    .news_sec ul {
        display: block;
        padding: 4.6% 0;
        text-align: center;
    }
    .news_sec .news_title{
        width: 100%;
        border-right: 0;
    }
    .news_sec ul{
        display: block;
        padding: 4.6% 1%;
    }
    .news_sec ul li dl {
        display: block;
        margin: 0;
        padding: 10px 0 0;
        text-align: left;
    }
    .news_sec ul li dd {
        padding-left: 0px;
        line-height: 1.8;
    }
    .news_sec .button {
        margin-top: 0;
    }
    .news_list_item{
        display: block;
    }
    .news_list_tag,
    .news_list_value{
        width: 100%;
    }
    .news_list_value a{
        width: 90%;
        display: block;
    }
    .news_list_value span{
        display: block;
    }
    .news_list_text {
        width: 85%;
    }
    .news_list_item:after{
        -webkit-transform: translateY(-0.3rem);
        transform: translateY(-0.3rem);
        margin-left: 0.5rem;
        bottom: 0;
        right: 0;
    }
}


/*--下層news--*/
.lower_news_sec {
    width: 100%;
    padding: 0px;
    position: relative;
}
.lower_news_sec .news_list_item{
    margin-bottom: 0px;
}
.lower_news_sec ul{
    display: block;
    padding: 4.6% 1%;
    text-align: left;
}
.lower_news_sec h2{
    font-size: 2rem;
    padding-top: 18px;
}

.lower_news_sec .news_listbox li{
    vertical-align: middle;
    border-bottom: 1px solid #145686;
}

.lower_news_sec .news_listbox li:first-child{
    border-top: 1px solid #145686;
}
.lower_news_sec .news_listbox li dl{
    display: flex;  align-items: center;
    margin: 25px 40px;
}

.lower_news_sec .news_listbox li dt,
.lower_news_sec .news_listbox li dd{
    padding: 0;
    line-height: 1.5rem;
    display: inline-block;
    vertical-align: middle;
}
.lower_news_sec .news_listbox li dt{
    font-weight: bold;
}
.lower_news_sec .news_listbox li dd{
    padding-left: 10px;
    align-items: center;
}
.lower_news_sec .news_listbox li dl dd{
    color: #11769B;
    display: flex;
}
.lower_news_sec .news_listbox li dl dd a{
    position: relative;
    display: inline;
    color: #11769B;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.07em;
}
.lower_news_sec .news_listbox li dd .imgbox{
    width: 30%;
    padding-right: 15px;
}
.lower_news_sec .news_listbox li dd .txtbox{
    width: 70%;
}

/*SP切り替え*/
@media screen and (max-width: 822px) {
    .lower_news_sec ul {
        display: block;
        padding: 4.6% 0;
    }
    .lower_news_sec .news_listbox li dl {
        display: block;
        margin: 0;
        padding: 25px 0;
    }
    .lower_news_sec .news_listbox li dl dd {
        padding-left: 0px;
        display: block;
    }
    .lower_news_sec .news_listbox li dl dd a{
        display: block;
    }
    .lower_news_sec .news_listbox li dl dd .imgbox{
        width: 100%;
        padding-right: 0;
        padding-bottom: 10px;
    }
    .lower_news_sec .news_listbox li dl dd .txtbox{
        width: 100%;
    }
}


/*-ページネーション*/
.pagination {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.pagination div ul{
    padding: 30px 0;
    display: flex;
    justify-content: center;
}
.pagination div ul li{
    margin: 0 5px;
    border-bottom: 0;
}

/* 回遊リンク */
.page-category {
    background: url(/asset/img/bg_banner.png) no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 80px 0;
  }

  .list-category {
    max-width: 1180px;
    margin: auto;
    box-sizing: content-box;
    display: flex;
    justify-content: center;
  }
  .list-category__item {
    width: 216px;
    margin-right: 25px;
  }
  .list-category__item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .list-category__item:after {
    margin-right: 0;
  }
  .list-category__item a {
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .list-category__item a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .list-category__item:last-child {
    margin-right: 0;
  }
  .list-category__img {
    overflow: hidden;
    position: relative;
  }
  .list-category__img img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .list-category__img .cate_breadcrumb {
    position: absolute;
    bottom: 0;
    right: 12px;
    display: flex;
  }
  .list-category__img .cate_breadcrumb li {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 11px;
    line-height: 30px;
    position: relative;
    font-weight: bold;
  }
  .list-category__img .cate_breadcrumb li:first-child:before {
    content: '';
    height: 1px;
    width: 10px;
    background: #fff;
    margin-right: 10px;
  }
  .list-category__img .cate_breadcrumb li + li:before {
    content: '';
    width: 1px;
    height: 10px;
    background: #fff;
    margin-right: 12px;
    margin-left: 8px;
  }
  .list-category__btn {
    padding: 11px 25px 11px 10px;
    font-size: 14px;
    line-height: 18px;
    background: white;
    font-weight: 600;
    position: relative;
  }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .list-category__btn {
        padding: 14px 25px 8px 10px;
    }
  }
  .list-category__btn:after {
    content: "";
    background-image: url("../img/ico_arrow_btn.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 16px;
    height: 6px;
    top: 50%;
    right: -1px;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
  }
  @media screen and (max-width: 1024px) and (min-width: 823px){
    .list-category__img .cate_breadcrumb {
        right: 6px;
    }
    .list-category__img .cate_breadcrumb li {
        font-size: 9px;
    }
    .list-category__img .cate_breadcrumb li + li:before {
        margin-right: 8px;
        margin-left: 6px;
    }
    .list-category__img .cate_breadcrumb li:first-child:before {
        right: 6px;
    }
  }
  @media screen and (max-width: 374px) {
    .list-category__img .cate_breadcrumb {
        right: 6px;
    }
    .list-category__img .cate_breadcrumb li {
        font-size: 10px;
        line-height: 24px;
    }
    .list-category__img .cate_breadcrumb li + li:before {
        margin-right: 6px;
        margin-left: 6px;
    }
    .list-category__img .cate_breadcrumb li:first-child:before {
        margin-right: 6px;
    }
  }
/* 回遊リンク sp切り替え*/
@media screen and (max-width: 822px) {
    .page-category {
        padding: 10.667vw 0;
      }

      .list-category {
        display: block;
      }
      .list-category__item {
        width: 100%;
        margin-right: 0;
        padding: 0 8vw;
        margin-bottom: 1.866vw;
      }
      .list-category__item:last-child {
        margin-bottom: 0;
      }
      .list-category__item a {
        display: flex;
        align-items: center;
        width: 100%;
        background: white;
      }
      .list-category__btn {
        width: 50%;
        font-size: 3.733vw;
        padding: 3.733vw 9.333vw 2.933vw 3.2vw;
        line-height: 5.333vw;
      }
      .list-category__btn:after {
        width: 4.8vw;
        height: 1.867vw;
        right: 1.867vw;
        background-size: 100%;
      }
      .list-category__img {
        width: 50%;
      }
}

.pagination div li a {
    display: inline-block;
    padding: 10px 18px;
    color: #145686;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    border: 1px solid #145686;
    border-radius: 100%;
}

.pagination div li a.is-active {
    background-color: #11769B;
    border-radius: 100%;
    color: #fff;
}

/*--footer--*/
footer{
    position: relative;
    background: #eee;
    margin: auto;
    overflow: auto;
}
footer .pagetop{
    position: fixed;
    right: 20px;
    bottom: 30px;
    width: 40px;
    opacity: 0;
    visibility: hidden;
    z-index: 900;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
footer .pagetop.-visible{
    opacity: 1;
    visibility: visible;
}
footer .pagetop.is-fixed{
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 0;
    bottom: auto;
}
footer .logo{
    margin: 40px auto;
    padding-top: 40px;
    width: 90px;
    /*height: 52px;*/
}
.footer_area {
    display: flex;
    max-width: 1424px;
    justify-content: center;
    margin: 4.2% auto;
}
.footer_area dl{
    width: 22.5%;
    padding: 0 16px;
}
.footer_area dl dt{
    font-weight: bold;
    padding-bottom: 16px;
    border-bottom: solid 1px #145686 ;
}
.footer_area dl dt a{
    display: block;
}
.footer_area dl dd{
    padding: 18px 0 0;
}
.footer_area dl dd ul li{
    padding-bottom: 19px;
}
.footer_area dl dd ul li a{
    font-size: 0.8rem;
}
.footer_area dl dt:nth-child(n+2){
    margin-top: 40px;
}
.footer_link{
    margin: 26px auto 20px;
    display: flex;
    justify-content: center;
}
.footer_link li{
    width: auto;
    padding: 0 20px ;}
.footer_copy{
    font-size: 10px;
    margin-top: 26px;
    padding-bottom: 40px;
}

/*-spの切り替え-*/
@media screen and (max-width: 822px) {
    #footer {
        overflow: inherit;
    }
    footer {
        overflow: initial;
    }
    footer .pagetop {
        right: 8px;
        bottom: 10px;
    }
    footer .pagetop.is-fixed {
        top: -20px;
    }
    .footer_link {
        margin: 0px auto 20px;
        width: 100%;
    }
    .footer_link li {
        width: auto;
        padding: 0 10px;
    }
    footer .footer_area{
        display: none;
    }
    .footer_copy{
        padding-bottom: 30px;
        color: #0A344A;
        margin-top: 22px;
    }
}

/*simple footer*/
footer.-simple .footer_link li,
footer.-simple .footer_link li a {
    color: #145686;
}
footer.-simple .logo{
    width: 100px;
    height: auto;
}
@media screen and (min-width: 823px) {
    footer.-simple {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0 10px;
    }
    footer.-simple .logo {
        width: 100px;
        height: auto;
        margin: 20px 0;
        display: inline-block;
    }
    footer.-simple .footer_link {
        width: calc(100% - 100px);
        margin: 0 auto 0 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    footer.-simple .footer_link li {
        padding: 0 0 0 40px;
    }
}
@media screen and (max-width: 822px) {
    footer .logo {
        margin: 0 auto 12px;
    }
    footer .logo img {
        vertical-align: top;
        display: inherit;
    }
    footer.-simple .footer_link {
        display: block;
        text-align: center;
    }
    footer.-simple .footer_link li a {
        padding-bottom: 20px;
        display: block;
    }
}


/* グループ：メッセージ */
.message_text {
    margin-bottom: 3rem;
}
.message_text_img {
    display: inline-block;
    vertical-align: top;
    max-width: 160px;
    margin-bottom: 15px;
  }
  .message_text a {
    font-weight: bold;
    text-decoration: underline;
    color: #11769B;
  }
  .mt130 { margin-top: 130px !important; }
  @media (max-width: 822px) {
    .mt130 { margin-top: 30px !important; }
  }

/* サイトポリシー・個人情報保護法 */
.lower_con .lower_andersec .lower_sec .sentence_item {
    margin-bottom: 2rem;
    text-align: left;
}
.lower_con .lower_andersec .lower_sec .sentence_item h3 {
    margin-bottom: 0.8rem;
}

/* breadcrumbs */
.breadcrumbs{
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 100;
}
.breadcrumbs li a,.breadcrumbs li span{
    font-size: 13px;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
    line-height: 20px;
}
.breadcrumbs li a{
    color: #868686;
}
.breadcrumbs li span{
    color: #1F374D;
}
.breadcrumbs li + li{
    padding-left: 23px;
    margin-left: 19px;
    position: relative;
    font-size: 13px;
}
.breadcrumbs li + li:before{
    content:'';
    width: 1px;
    height: 10px;
    background: #868686;
    position: absolute;
    left: 0;
    top: 50%;
    transform: rotate(20deg) translateY(-50%);
}
@media screen and (min-width:823px) {
    .breadcrumbs{
        position: absolute;
        right: 29px;
        top: 16px;
    }
}
@media screen and (max-width: 822px) {
    .breadcrumbs{
        display: none;
    }
}

/* モーダル */
.modal-open{
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 50px;
    font-weight: bold;
    color: #fff;
    background: #000;
    margin: auto;
    cursor: pointer;
    transform: translate(-50%,-50%);
}
.modal-container01,
.modal-container02,
.modal-container03,
.modal-container04,
.modal-container05 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,50%);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
    z-index: 1000;
    vertical-align: middle;
}
.modal-container01:before,
.modal-container02:before,
.modal-container03:before,
.modal-container04:before,
.modal-container05:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.modal-container01.active,
.modal-container02.active,
.modal-container03.active,
.modal-container04.active,
.modal-container05.active {
    opacity: 1;
    visibility: visible;
}
.box-modal01.active,
.box-modal02.active,
.box-modal03.active,
.box-modal01_sp.active,
.box-modal02_sp.active,
.box-modal03_sp.active,
.box-big2.active,
.box-big4.active {
    opacity: 1;
    visibility: visible;
}
.modal-body,
.modal-body-04 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 500px;
}
.modal-body-40anniversary{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 555px;
}
.modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    background-color: #145686;
    border-radius: 50%;
    z-index: 1000;
}
.modal-close-40anniversary {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    background-color: #b0941e;
    border-radius: 50%;
    z-index: 1000;
}
.modal-content {
    background: #fff;
    text-align: center;
    padding: 10px 30px 30px;
    border-radius: 20px;
}
.modal-content p {
    color: #595757;
    margin: 30px 0 20px;
    text-align: left;
}
.child2 {
    border-top: 1px solid #145686;
    padding-top: 30px;
}
.modal-content img {
    width: 60%;
}
.modal-content-40anniversary{
    position: relative;
    background: #fff;
    text-align: center;
    padding: 50px 50px 30px;
    height: 595px;
    outline: 3px solid #b0941e;
    outline-offset: -15px;
    box-shadow: 3px 3px 5px #595959;
}
.img-40anniversary {
    position: absolute;
    right: -115px;
    bottom: -30px;
    width: 210px;
}
.modal-content-40anniversary img {
    width: 40%;
}
.modal-text {
    margin: 35px auto;
    text-align: left;
    background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
    background-size: 100% 2.5em;
    line-height: 2.5em;
    padding-bottom: 1px;
}
.modal-text p {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    color: #595757;
    line-height: 2.5;
    padding-bottom: 10px;
}
.modal-content-link {
    margin: 5px 0 0;
    text-align: center;
}
.modal-content-link a {
    border: 1px solid #145686;
    border-radius: 30px;
    text-align: center;
    padding: 5px 20px;
    width: 170px;
    font-weight: 600;
}
.modal-content-link a:hover {
    background-color: #145686;
    color: #fff;
}
.modal-content-link a::after {
    content: "\f08e";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    padding-left: .3em; 
}

@media screen and (max-width: 822px) {
    .modal-body {
    top: -80%;
    }
    .modal-body-04,
    .modal-body-40anniversary {
    max-width: 100%;
    top: -85%;
    }
    .modal-content-40anniversary{
    height: 80%;
    top: 0;
    }
    .img-40anniversary {
    right: -13px;
    bottom: -30px;
    width: 130px;
    }
    .modal-close {
    right: -10px;
    }
}

/* breadcrumbs */

/* 2024 NEW YEAR */
.main_sec .main_inner2024 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.main_sec.main_01 .main_inner2024 .main_col2024 {
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    background-color: #F5F5F5;
}
.main_sec.main_01 .main_inner2024 .main_col2024 .newyear_cnt {
    text-align: center;
    width: 90%;
    margin: 0 50px;
    padding: 0 6.5% 10%;
}
.main_sec.main_01 .main_inner2024 .main_col2024 .newyear_cnt:first-child {
    padding: 5% 6.5% 10%;
}
.main_sec.main_01 .main_inner2024 .main_col2024 .newyear_cnt:nth-child(2) {
    padding: 0 6.5% 10%;
}
.l-companyProfilePdf2024 {
    background-color: #74B3CC;
    width: 100% !important;
    margin: 145px 0 0 !important;
    padding: 0 !important;
}
.l-companyProfilePdf2024 img {
    width: 470px;
    height: auto;
    margin: -50px 54px 80px 190px;
}
@media screen and (max-width: 822px) {
    .main_sec.main_01 .main_inner2024 .main_col2024 {
        width: 100%;
        padding: 5% 0;
        margin: 0;
    }
    .main_sec.main_01 .main_inner2024 .main_col2024 .newyear_cnt {
        width: 100%;
        margin: 0;
    }
    .main_sec.main_01 .main_inner2024 .main_col2024 .newyear_cnt:first-child {
    }
    .main_sec.main_01 .main_inner2024 .main_col2024 .newyear_cnt:nth-child(2) {
    }
    .l-companyProfilePdf2024 {
        width: 100vw !important;
    }
    .l-companyProfilePdf2024 img {
        width: 100%;
        margin: -114px 0 0;
    }
}