@charset "UTF-8";
/*-------------
vars
-------------*/
:root{
    --inner-width_pc: 1000px;
    --inner-width_sp: 87.5vw;
    --inner-width: var(--inner-width_pc);
    
    --inner-sides: 40px;
    --inner-sides_sp: 6.25vw;
    
    --font-sans: "Noto Sans JP", sans-serif;
    --font-serif: "Noto Serif JP", serif;
    --base-fontsize: 1.4rem;
    
    --linear: .3s linear;
    --ease: .3s ease;
}
@media screen and (max-width:768px){
    :root{
        --inner-width: var(--inner-width_sp);
        --inner-sides: var(--inner-sides_sp);
    }
}

/*-------------
base
-------------*/
html{
    font-size: 62.5%;
}
body{
    background: transparent;
    min-width: 1200px; /* 横スクロールバーの発生する幅を指定 */
    padding: 0;
    margin: 0;
    color: #333;
    font-family: "Noto Serif JP", "Noto Sans JP", sans-serif;
    font-size: var(--base-fontsize);
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
    letter-spacing: .04rem;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
}
@media screen and (min-width:769px){
    .sp{
        display: none!important;
    }
}
@media screen and (max-width:768px){
    body{
        min-width: 320px;
    }
    .pc{
        display: none!important;
    }
    .w{
        width: 93.75%;
        margin: 0 auto;
        display: block;
    }
    img{
        width: 100%;
        height: auto;
    }
}
.wrapper{
    container-type: inline-size;
}
.wrapper *{
    --content-sides: calc(50cqw - (var(--inner-width) / 2));
}

/* a */
@media (any-hover: hover){
    a:hover{
        text-decoration: none;
    }   
}
@media screen and (min-width:769px){
    body:not(.viewing_mobile) a[href^="tel:"]{
        text-decoration: none!important;
        pointer-events: none;
    }
}
a img,
input[type="image"],
input[type="submit"],
input[type="button"]{
    transition: opacity 0.2s linear 0s;
    cursor: pointer;
}
a img{
    background: rgba(255, 255, 255, 0.01);
}
a:hover img,
input[type="image"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover{
    background-color: transparent;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
/* margin paddingのクラス（任意で追加・削除） */
.pT30{
    padding-top: 30px !important;
}
.mT10{
    margin-top: 10px !important;
}
.mR0{
    margin-right: 0px !important;
}
.mR5{
    margin-right: 5px !important;
}
.mR10{
    margin-right: 10px !important;
}
.mR20{
    margin-right: 20px !important;
}
.mR65{
    margin-right: 65px !important;
}
.mR1em{
    margin-right: 1em !important;
}
.mR2em{
    margin-right: 2em !important;
}
.mB0{
    margin-bottom: 0px !important;
}
.mB5{
    margin-bottom: 5px !important;
}
.mB10{
    margin-bottom: 10px !important;
}
.mB15{
    margin-bottom: 15px !important;
}
.mB20{
    margin-bottom: 20px !important;
}
.mB25{
    margin-bottom: 25px !important;
}
.mB30{
    margin-bottom: 30px !important;
}
.mB35{
    margin-bottom: 35px !important;
}
.mB40{
    margin-bottom: 40px !important;
}
.mB45{
    margin-bottom: 45px !important;
}
.mB50{
    margin-bottom: 50px !important;
}
.mB55{
    margin-bottom: 55px !important;
}
.mB70{
    margin-bottom: 70px !important;
}
.mL10{
    margin-left: 10px !important;
}
.mL25{
    margin-left: 25px !important;
}

/* テキスト色（任意で追加・削除） */
.txtRed{
    color: #F40000 !important;
}

/* テキスト書式（任意で追加・削除） */
.txt_c{
    text-align: center;
}
.txt_r{
    text-align: right;
}
.txt_ind{
    text-indent: -1em;
    padding-left: 1em;
}
.txt_b{
    font-weight: bold;
}

/* float */
.c_b{
    clear: both;
}
.r{
    float: right;
}
.l{
    float: left;
}

/* clearfix */
.cf::after,
.clearfix::after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    font-size: 0.1px;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}

/*-------------
site-loading
-------------*/
.site-loading{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    padding-bottom: clamp(10px,10vh,100px);
    background: #fff;
    transition: opacity .7s ease;
}
.site-loading.is--fade{
    opacity: 0;
    pointer-events: none;
}
@keyframes site-loading {
    0%,100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}
.site-loading-anime {
    position: relative;
    transform: translateZ(0);
    width: 1em;
    height: 1em;
    margin: 3em auto 5em;
    border-radius: 50%;
    color: var(--main-color);
    font-size: 10px;
    text-indent: -9999em;
    animation: site-loading 1.3s infinite linear;
}
.site-loading-text{
    font-family: arial,sans-serif;
    font-size: var(--base-fontsize);
    font-weight: bold;
    line-height: 1;
}
.site-loading-gauge{
    position: relative;
    width: 100px;
    height: 10px;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 5px;
    background: var(--theme-col-gray);
}
.site-loading-gauge-progress{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 0;
    height: 100%;
    background: var(--main-color);
    font-size: 0;
    transition: max-width .3s linear;
}
/*--- sp ---*/
@media screen and (max-width:768px){
    .site-loading{
        padding-bottom: calc(clamp(10px,10vh,100px) + env(safe-area-inset-bottom));
    }
}

/*-------------
accordion
-------------*/
.accordion-btn:not(.is--ready){
    pointer-events: none;
}
.accordion-btn.is--ready{
    cursor: pointer;
}
@media screen and (max-width:768px){
    .accordion-btn_sp:not(.is--ready){
        pointer-events: none;
    }
    .accordion-btn_sp.is--ready{
        cursor: pointer;
    }
}
.accordion-btn:not(.is--active):not([data-target-class]) + *:not(.accordion-container),
.accordion-content{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
@media screen and (max-width:768px){
    .accordion-btn_sp:not(.is--active):not([data-target-class]) + *:not(.accordion-container),
    .accordion-content_sp{
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }
}
.accordion-container{
    overflow: hidden;
    transition: height .3s ease;
}
.accordion-container.is--hit_low{
    transition: height .2s ease;
}
.accordion-container:not(.is--open){
    height: 0!important;
}
@media screen and (min-width:769px){
    .accordion-container.is--limit_sp{
        height: auto!important;
    }
}

/* custom-scroll */
.custom-scroller{
    --scrollbar-heghit: 10px; /* バーの高さ */
    --scrollbar-gap: calc(var(--scrollbar-heghit) + 10px); /* バーとの間隔 +00pxの部分 */
    position: relative;
    overflow: hidden;
}
.custom-scroll-container{
    position: relative;
    overflow: auto;
    scrollbar-width: none;
}
.custom-scroll-container.is--scrollable{
    padding-bottom: var(--scrollbar-gap);
}
.custom-scroll-container::-webkit-scrollbar{
    display: none;
}
@media screen and (min-width:769px){
    .custom-scroll-container.is--scrollable{
        cursor: grab;
    }  
    .custom-scroll-container.is--scrollable:active{
        cursor: grabbing;
    }  
}
.custom-scroll-container.is--scrolling a,
.custom-scroll-container.is--scrolling img{
    pointer-events: none;
}
.custom-scrollbar{
    display: block;
    position: relative;
    width: 100%;
    height: var(--scrollbar-heghit);
    margin-top: calc(-1 * var(--scrollbar-heghit));
    overflow: hidden;
    border-radius: 99px;
    background-color: rgba(100,100,100,.25);
}
.custom-scrollbar__thumb{
    opacity: .5;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    border-radius: 99px;
    background-color: rgba(0,0,0,.5);
    pointer-events: auto;
    transition: opacity .3s ease;
}
@media screen and (min-width:769px){
    .custom-scrollbar__thumb:hover{
        opacity: .75;
    }
    .custom-scrollbar__thumb:active{
        opacity: 1;
    }
}
.custom-scroller .shadow{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - var(--scrollbar-gap));
    content: "";
    pointer-events: none;
}

/*-------------
header
-------------*/
#header{
    width: 100%;
    height: 90px;
    background: var(--main-color);
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
@media screen and (min-width:769px){
    body:has(#wpadminbar) #header{
        top: 32px;
    }
}
#header:after{
    content: none;
}
#header .logo{
    flex: 0 0 auto;
    align-self: center;
    width: 250px;
    margin-left: 20px;
}
#header .logo img{
    width: 100%;
}
#header .primary{
    flex: 0 1 auto;
    display: flex;
}
#header .primary-sp__btn{
    display: none;
}
#header .primary:after{
    content: none;
}
#header .nav-primary{
    flex: 0 1 auto;
    min-width: 623px;
    margin-right: 43px;
}
#header .nav-primary__items{
    display: flex;
    flex-wrap: wrap;
    gap: 0 21px;
    height: 100%;
}
#header .nav-primary__item{
    position: relative;
}
#header .nav-primary__item__link{
    display: flex;
    align-items: center;
    height: 100%;
    padding: 5px 0;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    font-family: var(--font-sans)!important;
    color: #fff;
}
#header .sub-menu-container{
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, 100%);
    background: #e5e5e5;
    color: var(--main-color);
    font-family: var(--font-sans);
    font-weight: bold;
    white-space: nowrap;
    pointer-events: none;
    transition: opacity .3s ease;
}
@media screen and (min-width:769px){
    #header .nav-primary__item:hover .sub-menu-container{
        opacity: 1;
        pointer-events: auto;
    }
}
#header .sub-menu-item:not(:last-child){
    border-bottom: solid 1px var(--theme-col-gray);
}
#header .sub-menu-item__link{
    display: block;
    position: relative;
    padding: 10px 20px;
}
#header .sub-menu__list-item__link{
    display: block;
    position: relative;
    padding: 5px 10px 5px 40px;
    line-height: calc(1em + 4px);
}
#header .sub-menu__list-item:last-child .sub-menu__list-item__link{
    padding-bottom: 10px;
}
#header .sub-menu__list-item__link::before{
    position: absolute;
    top: calc(.5em + 7px);
    left: 20px;
    width: 10px;
    height: 2px;
    background: var(--theme-col-gray);
    content: "";
}
#header .header-tel{
    flex: 0 1 156px;
    max-width: 156px;
    min-width: 156px;
    margin-right: 20px;
    padding: 32px 0;
}
#header .header-tel a{
    pointer-events: none;
}
#header .header-tel a img{
    width: 100%;
}
#header .nav-secondary{
    flex: 0 1 auto;
}
#header .nav-secondary__items{
    display: flex;
}
#header .nav-secondary__items li{
    flex: 0 1 90px;
    max-width: 90px;
    min-width: 90px;
}
#header .nav-secondary__items li:not(:last-child){
    margin-right: 2px;
}
#header .nav-secondary__items li a{
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 48px 0 24px;
    position: relative;
    font-family: var(--font-sans)!important;
}
#header .nav-secondary__items li a:before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#header .nav-secondary__items__recruit{
    background: #0186e3;
}
#header .nav-secondary__items__recruit a{
    color: #fff;
}
#header .nav-secondary__items__recruit a:before{
    background: url(../images/icon_recruit.png) no-repeat;
    background-size: cover;
    width: 24px;
    height: 22px;
    top: 21px;
}
#header .nav-secondary__items__tel{
    background: #e5e5e5;
}
#header .nav-secondary__items__tel a{
    color: var(--main-color);
}
#header .nav-secondary__items__tel a:before{
    background: url(../images/icon_tel.png) no-repeat;
    background-size: cover;
    width: 17px;
    height: 17px;
    top: 25px;
}
#header .nav-secondary__items__contact{
    background: #e5e5e5;
}
#header .nav-secondary__items__contact a{
    color: var(--main-color);
}
#header .nav-secondary__items__contact a:before{
    background: url(../images/icon_contact.png) no-repeat;
    background-size: cover;
    width: 19px;
    height: 15px;
    top: 25px;
}
@media screen and (max-width:768px){
    #header{
        height: 50px;
    }
    #wpadminbar{
        display: none;
    }
    html:has(#wpadminbar){
        margin-top: 0!important;
    }
    #header .logo{
        flex: 0 0 auto;
        width: 200px;
        margin-left: var(--inner-sides_sp);
    }
    #header .primary-sp__btn{
        display: block;
        width: 50px;
        height: 100%;
        background: #0186e3;
    }
    #header .primary-sp__btn-inner{
        width: 25px;
        height: 25px;
        display: block;
        position: relative;
        margin: auto;
        margin-top: 11px;
        cursor: pointer;
    }
    #header .primary-sp__btn-inner span{
        background: #FFFFFF;
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        display: block;
        transition: top 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
        -o-transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, top 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
        transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, top 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
        transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, top 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }
    #header .primary-sp__btn-inner span:nth-child(1){
        top: 4.5px;
    }
    #header .primary-sp__btn._open .primary-sp__btn-inner span:nth-child(1){
        top: 11.5px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #header .primary-sp__btn-inner span:nth-child(2){
        top: 11.5px;
    }
    #header .primary-sp__btn._open .primary-sp__btn-inner span:nth-child(2){
        opacity: 0.0;
        top: 11.5px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    #header .primary-sp__btn-inner span:nth-child(3){
        top: 18.5px;
    }
    #header .primary-sp__btn._open .primary-sp__btn-inner span:nth-child(3){
        top: 11.5px;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    #header .primary{
        display: block;
        flex: 0 1 100%;
        background: var(--theme-col-lightgray);
        width: 100%;
        height: calc(100vh - 51px);
        padding: 30px var(--inner-sides_sp);
        box-sizing: border-box;
        margin-left: 0;
        position: fixed;
        left: 0;
        top: 50px;
        z-index: 1000;
        transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
        overflow: auto;
    }
    #header .primary:not(._active),
    #header .primary:not(._active) *{
        z-index: -999;
        pointer-events: none;
    }
    #header .primary:not(._show){
        opacity: 0;
    }
    #header .nav-primary{
        flex: 0 1 auto;
        max-width: inherit;
        min-width: inherit;
        margin-right: 0;
        padding: 0;
        margin-bottom: 30px;
    }
    #header .nav-primary__items{
        display: block;
        width: 83%;
        margin: 0 auto;
    }
    #header .nav-primary__item{
        display: block;
        margin: 0 auto;
        text-align: center;
        border-bottom: solid 1px var(--theme-col-gray);
    }
    #header .nav-primary__item:first-child{
        border-top: solid 1px var(--theme-col-gray);
    }
    #header .nav-primary__item__link{
        color: var(--main-color);
        font-weight: 400;
        pointer-events: auto;
        padding: 12px 0;
        box-sizing: border-box;
        display: block;
    }
    #header .accordion-btn_sp .nav-primary__item__link{
        position: relative;
        padding-right: 30px;
        padding-left: 30px;
        pointer-events: none;
    }
    #header .accordion-btn_sp .nav-primary__item__link::after{
        position: absolute;
        top: calc(50% - 5px);
        right: 10px;
        width: 10px;
        height: 10px;
        background: linear-gradient(to top, var(--main-color), var(--main-color)) no-repeat center / 10px 2px,
        linear-gradient(to right, var(--main-color), var(--main-color)) no-repeat center / 2px 10px;
        content: "";
        transition: transform .3s ease;
    }
    #header .accordion-btn_sp._active .nav-primary__item__link::after{
        transform: rotate(90deg);
        background: linear-gradient(to right, var(--main-color), var(--main-color)) no-repeat center / 2px 10px;
    }
    #header .sub-menu-container{
        opacity: 1;
        position: static;
        transform: none;
        background: #f5f5f5;
        font-size: 1.3rem;
        text-align: left;
        font-weight: 400;
        pointer-events: auto;
        white-space: normal;
    }
    #header .sub-menu-item:not(:last-child){
        border-bottom-style: dotted;
    }
    #header .sub-menu-item__link{
        padding: 8px 16px;
    }
    #header .sub-menu__list-item__link{
        padding: 8px 10px 8px 36px;
    }
    #header .sub-menu__list-item:last-child .sub-menu__list-item__link{
        padding-bottom: 8px;
    }
    #header .sub-menu__list-item__link::before{
        top: calc(.5em + 9px);
        left: 16px;
    }
    #header .header-tel{
        flex: 0 1 100%;
        max-width: inherit;
        min-width: inherit;
        margin-right: 0;
        background: var(--main-color);
        padding: 0;
        margin-bottom: 10px;
    }
    #header .header-tel a{
        padding: 14px 65px;
        box-sizing: border-box;
        display: block;
        pointer-events: auto;
    }
    #header .nav-secondary__items{
        flex-wrap: wrap;
    }
    #header .nav-secondary__items li{
        flex: 0 1 100%;
        max-width: inherit;
        min-width: inherit;
    }
    #header .nav-secondary__items li:not(:last-child){
        margin-right: 0px;
    }
    #header .nav-secondary__items li a{
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: 400;
        text-align: center;
        display: block;
        padding: 12px 0 12px 10px;
    }
    #header .nav-secondary__items li a:before{
        content: "";
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 40%;
    }
    #header li.nav-secondary__items__recruit{
        flex: 0 1 100%;
        margin-bottom: 10px;
    }
    #header li.nav-secondary__items__recruit a{
        pointer-events: auto;
    }
    #header li.nav-secondary__items__recruit a:before{
        width: 15px;
        height: 13px;
        left: calc(50% - 35px);
    }
    #header li.nav-secondary__items__tel a{
        pointer-events: auto;
    }
    #header li.nav-secondary__items__tel a:before{
        width: 13px;
        height: 13px;
        left: calc(50% - 35px);
    }
    #header li.nav-secondary__items__contact{
        background: #fff;
    }
    #header li.nav-secondary__items__contact a{
        pointer-events: auto;
    }
    #header li.nav-secondary__items__contact a:before{
        width: 12px;
        height: 10px;
        left: calc(50% - 45px);
    }
}

/*-------------
footer
-------------*/
#footer{
    padding-top: 20px;
    width: 100%;
    margin: 0 auto;
}
#footer .main-footer{
    position: relative;
    z-index: 0;
}
#footer .background__pho{
    position: relative;
    width: 86.8%;
    height: 330px;
    left: 0;
    top: 0;
    overflow: hidden;
}
#footer .background__pho:before{
    content: "";
    position: absolute;
    z-index: 1;
    background: rgba(20, 33, 68, 0.35);
    top: 0;
    left: 0;
    width: 100%;
    height: 330px;
}
#footer .background__pho img{
    width: 100%;
}
#footer .background__blue{
    position: absolute;
    width: 13.2%;
    height: 330px;
    background: var(--main-color);
    right: 0;
    top: 0;
}
#footer .nav-main{
    width: var(--inner-width);
    margin: 0 auto;
    display: flex;
    position: absolute;
    top: 0;
    z-index: 5;
    left: 50%;
    transform: translateX(-50%);
}
#footer .nav-primary{
    flex: 0 1 810px;
    max-width: 810px;
    min-width: 810px;
    min-height: 134px;
    background: #fff;
    padding: 25px 30px 10px;
    margin-top: auto;
    border: 1px solid var(--main-col-border);
    border-bottom: none;
}
#footer .nav-primary__item{
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 8px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    width: 142px;
    margin-bottom: 10px;
    margin-right: 12px;
}
#footer .nav-primary__item:before{
    content: "";
    position: absolute;
    width: 3px;
    height: 15px;
    top: 3px;
    left: 0;
    background: var(--main-color);
}
#footer .nav-primary__item:last-child{
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 2px;
}
#footer .nav-primary__item__link{
    color: var(--main-col-light);
    font-family: var(--font-sans)!important;
}
#footer .nav-primary__item dl{
    position: relative;
}
#footer .nav-primary__item dl dt{
    font-weight: bold;
    color: var(--main-col-light);
    margin-bottom: 12px;
}
#footer .nav-primary__item dl dt a{
    position: relative;
    font-family: var(--font-sans)!important;
}
#footer .nav-primary__item dl dt a:before{
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3px 0 3px;
    border-color: var(--main-color) transparent transparent transparent;
}
#footer .nav-primary__item dl dt a.opened:before{
    border-width: 0 3px 5px 3px;
    border-color: transparent transparent var(--main-color) transparent;
}
#footer .nav-primary__item dl dd{
    position: absolute;
    width: 150px;
    display: none;
}
#footer .nav-primary__item dl dd p:not(:last-child){
    margin-bottom: 5px;
}
#footer .sub-menu-container{
    padding-top: 5px;
    color: var(--main-color);
    font-family: var(--font-sans);
}
#footer .sub-menu-container .menu-link{
    display: block;
    padding: 2px 0;
}
#footer .sub-menu-container .sub-menu__list-item__link{
    position: relative;
    padding-left: 1em;
    font-weight: normal;
}
#footer .sub-menu-container .sub-menu__list-item__link::before{
    position: absolute;
    top: 2px;
    left: 0;
    content: "・";
}
#footer .blue__contact{
    flex: 0 1 190px;
    max-width: 190px;
    min-width: 190px;
    background: rgba(1, 134, 227, 0.5);
    height: 330px;
    padding-top: 45px;
    padding-right: 18px;
    letter-spacing: 0.1rem;
    position: relative;
}
#footer .blue__contact:before{
    content: "";
    width: 157px;
    height: 197px;
    background: url(../images/blue__contact_C.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
#footer .blue__contact p{
    font-family: var(--font-serif);
    text-align: right;
    font-weight: bold;
}
#footer .blue__contact p.footer-contact__tit{
    color: var(--main-color);
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
}
#footer .blue__contact p.footer-tel{
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 25px;
    letter-spacing: 0;
    white-space: nowrap;
}
#footer .blue__contact p.footer-tel a{
    color: #fff;
    pointer-events: none;
}
#footer .blue__contact p.footer-fax{
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
}
#footer .blue__contact p.footer-fax span{
    margin-right: 8px;
}
#footer .blue__contact p.footer-fax a{
    pointer-events: none;
    color: rgba(255, 255, 255, 0.5);
}
#footer .sub-contents{
    width: var(--inner-width);
    margin: 0 auto;
    display: flex;
}
#footer .sub-contents--main{
    flex: 0 1 810px;
    border: 1px solid var(--main-col-border);
    background: #e7e9ec;
    padding: 40px 80px;
}
#footer .sub-blueback{
    flex: 0 1 190px;
    background: rgba(1, 134, 227, 0.5);
}
#footer .footer__logo{
    width: 220px;
    display: inline-block;
    margin-right: 80px;
}
#footer .footer__logo img{
    width: 100%;
}
#footer address{
    display: inline-block;
}
#footer address p{
    display: inline-block;
    margin-right: 10px;
    color: var(--main-color);
    font-family: var(--font-sans)!important;
}
#footer address div.footer-map{
    display: inline-block;
    width: 54px;
    background: var(--main-color);
    text-align: center;
}
#footer address div.footer-map a{
    color: var(--main-col-border);
    padding: 0 10px;
    display: block;
}
#footer .copy_btn{
    width: var(--inner-width);
    margin: 0 auto;
    border-left: 1px solid var(--main-col-border);
    border-bottom: 1px solid var(--main-col-border);
    display: flex;
}
#footer .copy_btn p.copyright{
    flex: 0 1 925px;
    font-size: 10px;
    font-size: 1.0rem;
    color: var(--main-col-light);
    vertical-align: middle;
    padding: 30px 0;
    padding-left: 50px;
    font-family: var(--font-sans)!important;
}
#footer .pagetop_btn{
    flex: 0 1 75px;
    background: #0186e3;
}
#footer .pagetop_btn a{
    padding: 38px 0 37px;
    display: block;
    position: relative;
}
#footer .pagetop_btn a:before{
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/btn_pagetop.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#contents .contactlink-back{
    width: 100%;
    padding: 20px 0;
    left: 0;
    bottom: 0px;
    z-index: 20;
    position: sticky;
    transition: opacity var(--ease);
    pointer-events: none;
}
#contents .contactlink-back:not(._show){
    opacity: 0;
    pointer-events: none;
}
@media all and (-ms-high-contrast: none){
    #contents .contactlink-back{
        display: block;
    }
}
/* #contents .contactlink-back:before{
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
} */
#contents .contactlink-btn{
    width: 160px;
    height: 160px;
    margin: 0 30px 0 auto;
    position: relative;
    z-index: 100;
    pointer-events: auto;
}
#contents .contactlink-btn a{
    padding: 50px 0;
    display: block;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    position: relative;
    background: var(--main-color);
    border-radius: 100%;
}
#contents .contactlink-btn a:hover{
    background: rgba(20, 33, 58, 0.5);
}
#contents .contactlink-btn a:before{
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    border: 1px solid #fff;
    top: 5px;
    left: 5px;
    border-radius: 100%;
}
@media screen and (max-width:768px){
    #footer{
        padding-top: 0px;
    }
    #footer .background{
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
    }
    #footer .background__pho{
        width: 100%;
        height: 100%;
    }
    #footer .background__pho:before{
        content: "";
        position: absolute;
        z-index: 1;
        background: rgba(20, 33, 68, 0.35);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #footer .background__pho img{
        height: 100%;
        object-fit: cover;
    }
    #footer .background__blue{
        display: none;
    }
    #footer .nav-main{
        width: 93.5%;
        display: flex;
        position: static;
        z-index: 5;
        transform: none;
        margin: 0 0 0 auto;
    }
    #footer .nav-primary{
        flex: 0 1 48.214285%;
        max-width: inherit;
        min-width: inherit;
        padding: 25px 10px 15px;
        margin-top: 0px;
        border-bottom: none;
    }
    #footer .nav-primary__item{
        display: block;
        position: relative;
        padding-left: 0px;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 400;
        margin-bottom: 12px;
        width: auto;
    }
    #footer .nav-primary__item:before{
        content: none;
    }
    #footer .nav-primary__item:not(:last-child){
        margin-right: 0px;
    }
    #footer .nav-primary__item:last-child{
        margin-bottom: 0px;
    }
    #footer .nav-primary__item__link{
        font-family: var(--font-sans)!important;
    }
    #footer .accordion-btn_sp{
        display: block;
        position: relative;
        padding-right: 20px;
    }
    #footer .accordion-btn_sp::after{
        position: absolute;
        top: calc(50% - 5px);
        right: 0;
        width: 10px;
        height: 10px;
        background: linear-gradient(to top, var(--main-col-light), var(--main-col-light)) no-repeat center / 10px 2px,
        linear-gradient(to right, var(--main-col-light), var(--main-col-light)) no-repeat center / 2px 10px;
        content: "";
        transition: transform .3s ease;
    }
    #footer .accordion-btn_sp._active::after{
        transform: rotate(90deg);
        background: linear-gradient(to right, var(--main-col-light), var(--main-col-light)) no-repeat center / 2px 10px;
    }
    #footer .accordion-btn_sp .nav-primary__item__link{
        pointer-events: none;
    }
    #footer .nav-primary__item dl dt{
        font-weight: 400;
    }
    #footer .nav-primary__item dl dt a{
        position: relative;
    }
    #footer .nav-primary__item dl dt a:before{
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 3px 0 3px;
        border-color: var(--main-col-light) transparent transparent transparent;
        top: 50%;
        transform: translateY(-50%);
        right: -10px;
    }
    #footer .nav-primary__item dl dt a.opened:before{
        border-width: 0 3px 5px 3px;
        border-color: transparent transparent var(--main-col-light) transparent;
    }
    #footer .nav-primary__item dl dd{
        position: inherit;
        width: auto;
    }
    #footer .nav-primary__item dl dd p:not(:last-child){
        margin-bottom: 5px;
    }
    #footer .blue__contact{
        flex: 0 1 51.785714%;
        max-width: inherit;
        min-width: inherit;
        height: 100%;
        min-height: 310px;
        padding-top: 43px;
        padding-right: 3.125%;
    }
    #footer .blue__contact:before{
        width: 125px;
        height: 157px;
        bottom: 30px;
    }
    #footer .blue__contact p{
        font-family: var(--font-serif);
        text-align: right;
        font-weight: bold;
    }
    #footer .blue__contact p.footer-contact__tit{
        color: var(--main-color);
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    #footer .blue__contact p.footer-tel{
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 25px;
    }
    #footer .blue__contact p.footer-tel a{
        color: #fff;
        pointer-events: inherit;
    }
    #footer .blue__contact p.footer-fax{
        font-size: 13px;
        font-size: 1.3rem;
        color: #fff;
        font-family: var(--font-serif);
    }
    #footer .blue__contact p.footer-fax span{
        margin-right: 0px;
    }
    #footer .blue__contact p.footer-fax a{
        pointer-events: none;
        color: rgba(255, 255, 255, 0.5);
    }
    #footer .sub-contents{
        width: 100%;
        margin: 0 auto;
        display: flex;
    }
    #footer .sub-contents--main{
        flex: 0 1 93.5%;
        padding: 27px 0px 17px 20px;
        margin-left: auto;
        border-bottom: none;
    }
    #footer .sub-blueback{
        display: none;
    }
    #footer .footer__logo{
        width: 176px;
        display: block;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    #footer address{
        display: block;
    }
    #footer address p{
        margin-right: 14px;
        color: var(--main-color);
        font-size: 12px;
        font-size: 1.2rem;
    }
    #footer address div.footer-map{
        width: 53px;
        vertical-align: top;
    }
    #footer address div.footer-map a{
        color: var(--main-col-border);
        padding: 7px 10px;
        font-weight: bold;
        font-size: 12px;
        font-size: 1.2rem;
    }
    #footer .copy_btn{
        width: 100%;
        margin: 0 auto;
        padding-bottom: env(safe-area-inset-bottom);
        border-top: 1px solid var(--main-col-border);
    }
    #footer .copy_btn p.copyright{
        flex: 0 1 100%;
        padding: 12px 0;
        padding-left: 1.35416%;
    }
    #footer .pagetop_btn{
        flex: 0 1 40px;
    }
    #footer .pagetop_btn a{
        padding: 20px 0;
    }
    #footer .pagetop_btn a:before{
        width: 12px;
        height: 12px;
    }
    #contents .contactlink-back{
        padding: 10px 3%;
        margin: 10px auto 0;
    }
    /* #contents .contactlink-back:before{
        content: "";
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: 0.8;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    } */
    #contents .contactlink-btn{
        width: 90px;
        height: 90px;
        position: relative;
        z-index: 100;
        margin: 0 0 0 auto;
    }
    #contents .contactlink-btn a{
        padding: 27px 0;
        font-size: 12px;
        font-size: 1.2rem;
    }
    #contents .contactlink-btn a:before{
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        border: 1px solid #fff;
    }
}

/*-------------
共通クラス
-------------*/
.title01{
    font-size: 36px;
    font-size: 3.6rem;
    font-family: var(--font-serif)!important;
    margin-bottom: 25px;
    color: var(--main-color);
}
.top__title01{
    font-size: 36px;
    font-size: 3.6rem;
    font-family: var(--font-serif)!important;
    margin-bottom: 15px;
    color: var(--main-color);
}
.inner_title01{
    font-size: 36px;
    font-size: 3.6rem;
    font-family: var(--font-serif)!important;
    margin-bottom: 25px;
    color: var(--main-color);
}
.inner_title01_c{
    font-size: 36px;
    font-size: 3.6rem;
    font-family: var(--font-serif)!important;
    margin-bottom: 25px;
    color: var(--main-color);
    text-align: center;
}
.title01_c{
    font-size: 36px;
    font-size: 3.6rem;
    font-family: var(--font-serif)!important;
    margin-bottom: 25px;
    color: var(--main-color);
    text-align: center;
}
.top__title01_c{
    font-size: 36px;
    font-size: 3.6rem;
    font-family: var(--font-serif)!important;
    color: var(--main-color);
    text-align: center;
    margin-bottom: 50px;
}
.title02{
    font-size: 30px;
    font-size: 3.0rem;
    font-family: var(--font-serif)!important;
    text-align: center;
    margin-bottom: 35px;
}
.title03{
    font-size: 25px;
    font-size: 2.5rem;
    font-family: var(--font-serif)!important;
    margin-bottom: 30px;
    color: var(--main-color);
}
.title03_c{
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-family: var(--font-serif)!important;
    text-align: center;
    color: var(--main-color);
}
#contents{
    padding-top: 90px;
}
.sans{
    font-family: var(--font-sans)!important;
}
#contents .sec-support{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
#contents .sec-support:after{
    content: none;
}
#contents .sec-support dt{
    flex: 0 1 200px;
    max-width: 200px;
    background: #434d69;
    padding: 90px 25px;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
}
#contents .sec-support dd{
    flex: 0 1 796px;
    max-width: 796px;
    color: #434d69;
}
#contents .sec-support .back_gray{
    background: #e7e9ec;
}
#contents .sec-support-inlist li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#contents .sec-support-inlist li:not(:last-child){
    margin-bottom: 4px;
}
#contents .sec-support-inlist h4{
    flex: 0 1 196px;
    max-width: 196px;
    background: #8990a1;
    font-weight: bold;
    padding: 12px 20px;
    color: #fff;
}
#contents .sec-support-inlist p{
    flex: 0 1 596px;
    max-width: 596px;
    padding: 9px 20px;
    margin-bottom: 0;
    line-height: 1.76;
}
#contents .form-btn__list{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#contents .form-btn__list:after{
    content: none;
}
#contents .form-btn__item{
    flex: 0 1 350px;
    max-width: 350px;
}
#contents .form-btn__item a{
    display: block;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: var(--font-serif)!important;
}
#contents .form-btn__item-back{
    background: var(--main-col-light);
}
#contents .form-btn__item-comp{
    background: var(--main-color);
}
#contents .confirm__text{
    text-align: center;
    color: #434d69;
    line-height: 2.1;
    margin-bottom: 30px;
}
#contents .recruit-confirm tr{
    display: block;
    padding: 18px 15px;
    border-bottom: 1px solid var(--main-col-border);
    margin-bottom: 0 !important;
}
#contents .recruit-confirm tr:first-child{
    border-top: 1px solid var(--main-col-border);
}
#contents .recruit-confirm tr td{
    padding: 0 !important;
}
.fixedsticky{
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
}
/* When position: sticky is supported but native behavior is ignored */
.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off{
    position: static;
}
.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on{
    position: fixed;
    margin-bottom: 0 !important;
}
.fixedsticky-dummy{
    display: none;
}
.fixedsticky-on+.fixedsticky-dummy{
    display: block;
}
@media screen and (max-width:768px){
    .title01{
        font-size: 25px;
        font-size: 2.5rem;
    }
    .top__title01{
        font-size: 25px;
        font-size: 2.5rem;
    }
    .inner_title01{
        font-size: 20px;
        font-size: 2.0rem;
    }
    .inner_title01_c{
        font-size: 20px;
        font-size: 2.0rem;
    }
    .title01_c{
        font-size: 25px;
        font-size: 2.5rem;
    }
    .top__title01_c{
        font-size: 25px;
        font-size: 2.5rem;
        margin-bottom: 20px;
    }
    .title02{
        font-size: 30px;
        font-size: 3.0rem;
        font-family: var(--font-serif);
        text-align: center;
        margin-bottom: 35px;
    }
    .title03{
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    .title03_c{
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    #contents{
        padding-top: 50px;
        box-sizing: border-box;
    }
    #contents .sec-support{
        width: 100%;
        margin-bottom: 20px;
    }
    #contents .sec-support dt{
        flex: 0 1 100%;
        max-width: inherit;
        padding: 15px 20px;
        font-size: 16px;
        font-size: 1.6rem;
    }
    #contents .sec-support dd{
        flex: 0 1 100%;
        max-width: inherit;
    }
    #contents .sec-support-inlist li:not(:last-child){
        margin-bottom: 0px;
    }
    #contents .sec-support-inlist h4{
        flex: 0 1 100%;
        max-width: inherit;
        padding: 7px 20px;
    }
    #contents .sec-support-inlist p{
        flex: 0 1 100%;
        padding: 13px 20px;
        line-height: 2.3;
        font-size: 13px;
        font-size: 1.3rem;
    }
    #contents .form-btn__item{
        flex: 0 1 100%;
        max-width: inherit;
        margin-bottom: 10px;
    }
    #contents .form-btn__item a{
        padding: 15px 0;
        font-size: var(--base-fontsize);
    }
    #contents .confirm__text{
        text-align: left;
    }
    #contents .recruit-confirm{
        margin-bottom: 40px !important;
    }
    #contents .recruit-confirm tr{
        padding: 20px 15px;
    }
}

/*-------------
page-header
-------------*/
.page-header{
    width: 100%;
    position: relative;
    padding-bottom: 40px;
}
.page-header_pho{
    width: 68.382%;
    height: 350px;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    margin-top: 50px;
    background: var(--theme-col-lightgray);
}
.page-header_pho img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}
.page-header-background{
    float: right;
    width: 68.382%;
    height: 360px;
    background: #434d69;
    z-index: 1;
}
.page-header-title{
    filter: drop-shadow(1px 1px 0px #434d69);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 154px;
    left: 50%;
    width: min(720px, 50%);
    padding-right: var(--inner-sides);
    color: #fff;
    font-size: 45px;
    font-size: 4.5rem;
    font-family: var(--font-serif);
    z-index: 4;
}
@media screen and (max-width:768px){
    .page-header{
        padding-bottom: 20px;
    }
    .page-header_pho{
        width: 68.75%;
        height: 120px;
        margin-top: 20px;
    }
    .page-header-background{
        width: 68.75%;
        height: 120px;
    }
    .page-header-title{
        top: calc(50% - 10px);
        transform: translateY(-50%);
        font-size: 20px;
        font-size: 2rem;
    }
}

/*-------------
breadcrumbs
-------------*/
.breadcrumbs-nav{
    width: var(--inner-width);
    margin: 0 auto 60px;
    font-size: 13px;
    font-size: 1.3rem;
    color: var(--main-col-light);
    margin-top: 12px;
    overflow: hidden;
}
@media screen and (max-width:768px){
    .breadcrumbs-nav{
        width: var(--inner-width_sp);
        font-size: 12px;
        font-size: 1.2rem;
        margin: 12px auto 40px;
    }
}
.breadcrumbs{
    display: flex;
}
.breadcrumbs-item{
    display: flex;
    flex: 0 0 auto;
    position: relative;
    min-width: 0;
}
.breadcrumbs-item:not(:last-child){
    padding-right: 30px;
}
.breadcrumbs-item:not(:last-child)::after{
    position: absolute;
    top: 0;
    right: 15px;
    transform: translateX(50%);
    content: "＞";
}
.breadcrumbs-item:last-child{
    flex: 1 1 auto;
}
.breadcrumbs-item__link{
    display: block;
    color: var(--main-col-light);
    text-decoration: underline;
}
.breadcrumbs-item__name{
    display: block;
    overflow: hidden;
    font-family: var(--font-sans)!important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*-------------
news-list 共通
-------------*/
.news-list-wrap,
.news-list{
    display: grid;
    grid-template-columns: auto auto 1fr;
}
.news-list{
    margin: 0 auto;
    border-top: solid 1px var(--main-col-border);
}
.news-list-wrap .news-list,
.news-list-item,
.news-list-inner,
.news-list-item a{
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 3;
}
.news-list-item{
    border-bottom: 1px solid var(--main-col-border);
}
.news-list-item a{
    padding: 23px 20px;
}
.news-list-time{
    margin-right: 10px;
    font-family: var(--font-sans)!important;
}
a:hover .news-list-time{
    color: var(--main-col-light);
}
.news-list-cate{
    margin-right: 15px;
}
.news-list-cate-inner{
    display: block;
    min-width: 84px;
    padding: 0 6px;
    background: var(--main-color);
    color: #fff;
    font-family: var(--font-sans)!important;
    text-align: center;
    transition: opacity .3s ease;
}
.news-list-cate._10 .news-list-cate-inner{
    background: #FF9500;
}
.news-list-cate._11 .news-list-cate-inner{
    background: #4A007F;
}
.news-list-cate._12 .news-list-cate-inner{
    background: #3D9954;
}
.news-list-cate._14 .news-list-cate-inner{
    background: #7b1d2f;
}
a:hover .news-list-cate-inner{
    opacity: .7;
}
a:hover .news-list-title{
    color: var(--main-col-light);
}
@media screen and (max-width:768px){
    .news-list-wrap,
    .news-list{
        grid-template-columns: auto 1fr;
    }
    .news-list-wrap .news-list,
    .news-list-item,
    .news-list-inner,
    .news-list-item a{
        grid-column: span 2;
    }
    .news-list-item a{
        padding: 20px 0;
    }
    .news-list-time{
        margin-right: 13px;
    }
    .news-list-cate{
        margin-right: 0;
    }
    .news-list-cate-inner{
        display: inline-block;
        font-size: 1.3rem;
    }
    .news-list-title{
        grid-row: 2 / 3;
        grid-column: 1 / 3;
        margin-top: 10px;
    }
}
.news-list._impt{
    margin-bottom: 25px;
    border-top: none;
    background: var(--theme-col-lightgray);
}
.news-list._impt .news-list-item:last-child{
    border-bottom: none;
}
.news-list._impt .news-list-title{
    font-weight: bold;
}
@media screen and (max-width:768px){
    .news-list._impt{
        margin: 0 calc(var(--inner-sides_sp) * -1) 20px;
        padding: 0 var(--inner-sides_sp);
    }
}

/*-------------
table__type1
-------------*/
.table__type1{
    width: 715px;
    margin: 0 auto;
}
.table__type1 tr{
    border-bottom: 1px solid var(--main-col-border);
    font-size: 15px;
    font-size: 1.5rem;
    color: var(--main-color);
}
.table__type1 tr th{
    padding: 20px 0 20px 20px;
    width: 143px;
    font-family: var(--font-serif);
}
.table__type1 tr td{
    padding: 20px 0 20px 20px;
    font-family: var(--font-serif);
}
@media screen and (max-width:768px){
    .table__type1{
        width: 100%;
    }
    .table__type1 tr{
        font-size: var(--base-fontsize);
        padding: 20px 0;
        box-sizing: border-box;
        display: block;
    }
    .table__type1 tr:first-child{
        border-top: 1px solid var(--main-col-border);
    }
    .table__type1 tr th{
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .table__type1 tr td{
        display: block;
        padding: 0;
    }
}

/*-------------
inner-link-list__items
-------------*/
.inner-linklist__items{
    margin: 30px auto 90px;
    display: flex;
    justify-content: space-between;
}
.inner-linklist__items:after{
    content: none;
}
.inner-linklist__item{
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
}
.inner-linklist__item a{
    padding: 17px 0;
    background: #5a647c;
    color: #fff;
    display: block;
}
.inner-linklist__item a:hover{
    background: var(--main-color);
}
@media screen and (max-width:768px){
    .inner-linklist__items{
        width: var(--inner-width_sp) !important;
        margin: 20px auto 40px;
        flex-wrap: wrap;
    }
    .inner-linklist__items:after{
        content: none;
    }
    .inner-linklist__item{
        flex: 0 1 49.5% !important;
        max-width: inherit !important;
        font-size: var(--base-fontsize);
        margin-bottom: 2px;
    }
    .inner-linklist__item a{
        padding: 10px 0;
    }
}

/*-------------
table__type2
-------------*/
.table__type2{
    width: 100%;
    text-align: center;
    color: var(--main-color);
}
.table__type2 tr:nth-child(odd){
    background: #f1f2f4;
}
.table__type2 tr:nth-of-type(1){
    background: #e6f3fc;
    border-top: 1px solid var(--main-col-border);
    border-bottom: 1px solid var(--main-col-border);
}
.table__type2 tr:last-child{
    border-bottom: 1px solid var(--main-col-border);
}
.table__type2 tr th{
    padding: 15px 0;
    font-weight: 600;
    font-size: 16px;
    font-size: 1.6rem;
}
.table__type2 tr td{
    padding: 16px 0;
    font-family: var(--font-sans)!important;
    font-size: 15px;
    font-size: 1.5rem;
}
.table__type2.bg-color-change tr:nth-child(odd){
    background: none;
}
.table__type2.bg-color-change tr:nth-of-type(1){
    background: #e6f3fc;
    border-top: 1px solid var(--main-col-border);
    border-bottom: 1px solid var(--main-col-border);
}
.table__type2.bg-color-change tr:nth-child(4n+4),
.table__type2.bg-color-change tr:nth-child(4n+5){
    background: #f1f2f4;
}
.table__type2.bg-color-change tr:nth-child(2n+3) td{
    text-align: left;
    padding: 6px 16px 18px;
}
@media screen and (max-width:768px){
    .table__type2{
        margin-bottom: 10px;
    }
    .table__type2 tr th{
        padding: 15px 0;
        font-size: 15px;
        font-size: 1.5rem;
    }
    .table__type2 tr td{
        padding: 20px 0;
        font-size: 13px;
        font-size: 1.3rem;
    }
}

/*-------------
トップページ
-------------*/
#contents.top .topimage-container{
    min-height: 600px;
}
#contents.top .topimage-container .keen-slider-controler{
    display: none;
}
#contents.top div.topimage{
    width: 100%;
    height: 600px;
    min-height: 600px;
    overflow: hidden;
}
#contents.top div.topimage:not(.keen-slider__slide){
    position: relative;
}
#contents.top div.topimage img{
    width: 100%;
    min-width: 1360px;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#contents.top div.topimage:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background: url(../images/topimage_filter.png);*/
    z-index: 1;
}
#contents.top .topimage__text{
    width: 740px;
    position: absolute;
    font-size: 28px;
    font-size: 2.8rem;
    z-index: 3;
    color: #fff;
    line-height: 1.76;
    padding: 45px 50px;
    background: var(--main-color);
    bottom: 11.6%;
    left: 0;
}
@media screen and (max-width:768px){
    #contents.top .topimage-container{
        min-height: 300px;
        margin-bottom: 36px;
    }
    #contents.top div.topimage{
        height: 300px;
        overflow: inherit;
        min-height: 300px;
    }
    #contents.top div.topimage picture{
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: absolute;
    }
    #contents.top div.topimage img{
        width: 100%;
        min-width: inherit;
        min-height: inherit;
        height: auto;
    }
    #contents.top .topimage__text{
        width: 85.9375%;
        max-width: 482px;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 2;
        padding: 4.7535% var(--inner-sides_sp);
        bottom: -36px;
        left: 0;
        z-index: 50;
    }
}

/*-------------
トップページ-news
-------------*/
#contents.top section.news{
    width: var(--inner-width);
    margin: 60px auto;
}
#contents.top section.news:has(+ .contactlink-back){
    margin-bottom: 0;
}
@media screen and (min-width:769px){
    #contents.top section.news .news-list-time{
        margin-right: 40px;
    } 
    #contents.top section.news .news-list-cate{
        margin-right: 40px;
    } 
}
#contents.top section.news .more_btn{
    margin: 25px 0 0 auto;
    border: 1px solid #dcdee3;
    background: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    width: min(100%, 300px);
    bottom: 0;
}
#contents.top section.news .more_btn:not(:last-child){
    margin-bottom: 45px;
}
#contents.top section.news .more_btn a{
    color: #434d69;
    padding: 10px 0;
    display: block;
}
#contents.top .news-officelist__items{
    display: flex;
    justify-content: space-between;
}
#contents.top .news-officelist__items:after{
    content: none;
}
#contents.top li.news-officelist__item{
    flex: 0 1 240px;
}
#contents.top .news-officelist__item a img{
    width: 100%;
}
@media screen and (max-width:768px){
    #contents.top section.news{
        width: var(--inner-width_sp);
        margin: 40px auto;
    }
    #contents.top .news-officelist__items{
        flex-wrap: wrap;
    }
    #contents.top .news-officelist__items li{
        flex: 0 1 100%;
    }
    #contents.top .news-officelist__items li:not(:last-child){
        margin-bottom: 10px;
    }
}

/*-------------
トップページ-pickup
-------------*/
#contents.top .pickup{
    background: #e7e9ec;
    padding: 68px 0 90px;
}
#contents.top .pickuplist__items{
    width: 1250px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media screen and (max-width: 1249px){
    #contents.top .pickuplist__items{
        width: var(--inner-width);
        justify-content: space-around;
    }}
#contents.top .pickuplist__items:after{
    content: none;
}
#contents.top .pickuplist__item{
    flex: 0 1 248px;
    position: relative;
    height: 255px;
}
#contents.top .pickuplist__item:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 12.5px 0 12.5px;
    border-color: #e7e9ec transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 7;
}
@media screen and (max-width: 1249px){
    #contents.top .pickuplist__item{
        flex: 0 1 255px;
        margin-bottom: 15px;
    }
    #contents.top .pickuplist__item:nth-of-type(4),
    #contents.top .pickuplist__item:nth-of-type(5){
        margin-bottom: 0;
    }}
#contents.top .pickuplist__item a{
    position: relative;
    background: #fff;
    padding: 65px 28px 0;
    display: block;
    max-height: 255px;
    height: 100%;
}
#contents.top .pickuplist__item a:hover{
    min-height: 255px;
    height: 100%;
    overflow: hidden;
}
#contents.top .pickuplist__item a:hover:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(../images/hover_image001.jpg) no-repeat;
    background-size: cover;
}
#contents.top .pickuplist__item a:hover:after{
    content: "";
    background: rgba(20, 33, 68, 0.5);
    z-index: 3;
    min-height: 255px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
#contents.top a .pickuplist__item-icon{
    margin: 0 auto;
}
#contents.top a:hover .pickuplist__item-icon{
    display: none;
}
#contents.top a .pickuplist__item-icon img{
    width: 100%;
}
#contents.top .pickuplist__item a .icon-about{
    width: 30px;
    margin-bottom: 40px;
}
#contents.top .pickuplist__item a .icon-manda{
    width: 33px;
    margin-bottom: 40px;
}
#contents.top .pickuplist__item a .icon-medical{
    width: 25px;
    margin-bottom: 35px;
}
#contents.top .pickuplist__item a .icon-nursing{
    width: 25px;
    margin-bottom: 40px;
}
#contents.top .pickuplist__item a .icon-subsidy{
    width: 23px;
    margin-bottom: 38px;
}
#contents.top .pickuplist__item a dl{
    text-align: center;
    color: var(--main-color);
}
#contents.top .pickuplist__item a:hover dl{
    color: #fff;
    position: relative;
    z-index: 4;
}
#contents.top .pickuplist__item a dl dt{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 12px;
    letter-spacing: 0.2rem;
    font-family: var(--font-sans)!important;
}
#contents.top .pickuplist__item a:hover dl dt{
    margin-bottom: 20px;
}
#contents.top .pickuplist__item a dl dd{
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.04rem;
    line-height: 1.77;
    font-family: var(--font-sans)!important;
}
@media screen and (max-width:768px){
    #contents.top .pickup{
        padding: 74px 0 50px;
    }
    #contents.top .pickuplist__items{
        width: 75% !important;
        justify-content: space-between;
    }
    #contents.top .pickuplist__item{
        flex: 0 1 100% !important;
        height: auto;
    }
    #contents.top .pickuplist__item:not(:last-child){
        margin-bottom: 10px;
    }
    #contents.top .pickuplist__item:before{
        content: none;
    }
    #contents.top .pickuplist__item a{
        padding: 30px 27px 25px;
        max-height: inherit;
        height: auto;
    }
    #contents.top .pickuplist__item a:hover{
        min-height: inherit;
    }
    #contents.top .pickuplist__item a:hover:before{
        content: none;
    }
    #contents.top .pickuplist__item a:hover:after{
        content: none;
    }
    #contents.top a:hover .pickuplist__item-icon{
        display: block;
    }
    #contents.top .pickuplist__item a .icon-about{
        width: 23px;
        margin-bottom: 15px;
    }
    #contents.top .pickuplist__item a .icon-manda{
        width: 30px;
        margin-bottom: 15px;
    }
    #contents.top .pickuplist__item a .icon-medical{
        width: 23px;
        margin-bottom: 15px;
    }
    #contents.top .pickuplist__item a .icon-nursing{
        width: 23px;
        margin-bottom: 15px;
    }
    #contents.top .pickuplist__item a .icon-subsidy{
        width: 20px;
        margin-bottom: 15px;
    }
    #contents.top .pickuplist__item a:hover dl{
        color: var(--main-color);
    }
    #contents.top .pickuplist__item dl dt{
        font-size: 15px;
        font-size: 1.5rem;
        margin-bottom: 12px;
    }
    #contents.top .pickuplist__item a:hover dl dt{
        margin-bottom: 12px;
    }
    #contents.top .pickuplist__item a dl dd{
        font-size: 13px;
        font-size: 1.3rem;
        letter-spacing: 0.04rem;
        line-height: 1.7;
    }
}

/*-------------
お知らせ一覧ページ
-------------*/
.archive-title{
    position: relative;
    margin-bottom: 28px;
    padding-left: 20px;
    color: var(--main-color);
    font-size: 30px;
    line-height: calc(1em + 4px);
}
.archive-title:before{
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 12px;
    height: 2px;
    background: var(--main-col-light);
    content: "";
}
@media screen and (max-width:768px){
    .archive-title{
        font-size: 2rem;
        margin-bottom: 18px;
    }
}
.archive-body{
    display: flex;
    gap: 0 40px;
    width: var(--inner-width);
    margin: 0 auto;
}
.archive-main{
    flex: 0 0 auto;
    width: 720px;
}
.archive-side{
    flex: 1 1 auto;
}
@media screen and (max-width:768px){
    .archive-body{
        flex-direction: column;
        gap: 40px 0;
    }
    .archive-main{
        width: 100%;
    }
}
.archive__pager{
    display: flex;
    justify-content: center;
    gap: 0 10px;
    margin-top: 23px;
    padding-bottom: 1px;
}
.archive__pager :is(.prev, .next){
    display: none!important;
}
.archive__pager .page-numbers{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    aspect-ratio: 1 / 1;
    padding: 0 5px;
    color: var(--main-color);
    font-size: 1.6rem;
    line-height: 1;
}
@media screen and (max-width:768px){
    .archive__pager{
        gap: 0 5px;
        margin-top: 22px;
    }
    .archive__pager :is(.prev, .next){
        display: none!important;
    }
    .archive__pager .page-numbers{
        min-width: 30px;
        font-size: var(--base-fontsize);
    }
}
.archive__pager .page-numbers.current{
    font-weight: bold;
    box-shadow: 0 1px 0 var(--main-color);
}
.archive-side-nav{
    padding: 8px 20px;
    border-radius: 8px;
    background: var(--theme-col-lightgray);
}
@media screen and (max-width:768px){
    .archive-side-nav{
        padding: 3px 15px 8px;
        border-radius: 6px;
    }
}
.archive-side-nav-list-item:not(:last-child){
    border-bottom: dotted 1px var(--theme-col-gray);
}
.archive-side-nav-list-item a{
    display: block;
    position: relative;
    padding: 12px 20px 12px 0;
    color: var(--main-color);
    font-family: var(--font-sans);
}
.archive-side-nav-list-item a::after{
    position: absolute;
    top: calc(50% - 3px);
    right: 10px;
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: solid 2px var(--main-color);
    border-right: solid 2px var(--main-color);
    content: "";
}

/*-------------
お知らせページ
-------------*/
#contents.news .news-header{
    width: var(--inner-width);
    margin: 0 auto 40px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--theme-col-lightgray);
}
#contents.news .news-header-time{
    display: block;
    margin-bottom: 9px;
    line-height: 1;
}
#contents.news .news-title{
    font-size: 36px;
    line-height: calc(1em + 11px);
}
@media screen and (max-width:768px){
    #contents.news .news-header{
        margin-bottom: 30px;
    }
    #contents.news .news-title{
        font-size: 2.4rem;
        line-height: calc(1em + 8px);
    }
}
#contents.news .news-return {
    width: var(--inner-width);
    margin: 50px auto 0;
    padding-top: 30px;
    border-top: 1px solid #ecedf0;
    text-align: center;
}
#contents.news .news-return a {
    padding: 17px 0;
    min-width: 500px;
    box-sizing: border-box;
    background: #5a647c;
    color: #fff;
    display: inline-block
}
#contents.news .news-return a:hover {
    background: #142144
}
@media screen and (max-width:768px){
    #contents.news .news-return a {
        min-width: 80%;
    }
}

/*-------------
お問合せページ
-------------*/
#contents.contact .tel-contact{
    display: flex;
    justify-content: center;
    gap: 0 40px;
    margin: 45px auto;
    padding: 35px 60px;
    background: #ebf5fd;
}
#contents.contact .tel-contact__text p{
    font-size: 20px;
    font-size: 2rem;
    color: var(--main-color);
    margin: 20px 0 0;
}
#contents.contact .tel-contact_btn a{
    font-size: 40px;
    font-size: 4rem;
    position: relative;
    padding-left: 38px;
    pointer-events: none;
    line-height: 1;
    color: var(--main-color);
    text-decoration: none;
}
#contents.contact .tel-contact_btn a:before{
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/icon_tel.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
#contents.contact .tel-contact_btn p{
    font-size: 13px;
    font-size: 1.3rem;
    margin: 5px 0 0 38px;
}
#contents.contact .news-main .no-data_row{
    text-align: center;
}
.selectdiv{
    position: relative;
    float: right;
    min-width: 140px;
}
.selectdiv select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    max-width: 110px;
    height: 30px;
    float: right;
    margin: 5px 0px;
    padding: 0px 24px;
    font-size: 14px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid var(--theme-col-gray);
    border-radius: 5px;
    font-family: var(--font-serif)!important;
    -ms-word-break: normal;
    word-break: normal;
}
@media screen and (max-width:768px){
    #contents.contact .tel-contact{
        padding: 20px 0 30px;
        flex-wrap: wrap;
        margin: 30px auto;
    }
    #contents.contact .tel-contact__text{
        flex: 0 1 100%;
    }
    #contents.contact .tel-contact__text p{
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    #contents.contact .tel-contact_btn{
        margin: 0 auto;
    }
    #contents.contact .tel-contact_btn a{
        font-size: 30px;
        font-size: 3rem;
        padding-left: 25px;
        pointer-events: auto;
    }
    #contents.contact .tel-contact_btn a:before{
        width: 20px;
        height: 20px;
    }
    #contents.contact .tel-contact_btn p{
        font-size: 13px;
        font-size: 1.3rem;
        margin-top: 5px;
        text-align: center;
        margin-left: 0;
    }
}

/* cf7-form */
.cf7-form{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 30px 0;
}
.cf7-form p{
    margin: 0;
}
.cf7-form p:nth-child(odd){
    min-width: 285px;
    padding: 15px 25px 16px 100px;
    font-size: 1.6rem;
    line-height: calc(1em + 3px);
}
.cf7-form p:nth-child(even){
    padding-right: 100px;
}
.cf7-form .wpcf7-form-control-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-height: 50px;
}
.cf7-form .wpcf7-form-control-wrap:not(:last-child){
    margin-bottom: 5px;
}
.cf7-form .wpcf7-form-control-wrap + br{
    display: none;
}
.cf7-form :is(.wpcf7-radio, .wpcf7-checkbox){
    display: flex;
    flex-wrap: wrap;
    gap: 5px 15px;
    font-size: 1.6rem;
}
.cf7-form :is(.wpcf7-radio, .wpcf7-checkbox) .wpcf7-list-item{
    margin: 0;
}
.cf7-form input:is([type="text"],[type="number"],[type="tel"],[type="email"],[type="date"],[type="url"]){
    width: 100%;
    min-height: 50px;
    padding: 12px 20px;
    background: #ecedf0;
    font-size: max(1.6rem, 16px);
}
.cf7-form textarea{
    width: 100%;
    height: 200px;
    min-height: 200px;
    padding: 11px 20px;
    background: #ecedf0;
    font-size: max(1.6rem, 16px);
    line-height: calc(1em + 11px);
    resize: vertical;
}
.cf7-form select{
    max-width: 100%;
    min-width: 50%;
    height: 50px;
    padding: 0 20px;
    border: solid 1px #ccc;
    background: #fff;
    font-size: max(1.6rem, 16px);
}
.cf7-form p:has(.wpcf7-submit){
    grid-column: 1 / 3;
    position: relative;
    padding: 10px 0 0;
}
.cf7-form .wpcf7-submit,
.cf7-form .wpcf7-submit:hover{
    display: block;
    width: 430px;
    height: 60px;
    margin: 0 auto;
    background: var(--main-color);
    color: #fff;
    text-align: center;
}
.cf7-form .wpcf7-spinner{
    position: absolute;
    top: calc(50% - 7px);
    right: 305px;
    background-color: var(--main-color);
}
@media screen and (max-width:768px){
    .cf7-form{
        display: block;
    }
    .cf7-form p:nth-child(odd){
        min-width: 0;
        padding: 0 0 5px;
        font-size: 1.4rem;
    }
    .cf7-form p:nth-child(even){
        padding: 0 0 20px;
        font-size: 1.2rem;
    }
    .cf7-form .wpcf7-form-control-wrap{
        min-height: 0;
    }
    .cf7-form input:is([type="text"],[type="number"],[type="tel"],[type="email"],[type="date"],[type="url"]){
        min-height: 46px;
        padding: 10px 15px;
    }
    .cf7-form textarea{
        height: 150px;
        min-height: 150px;
        padding: 10px 15px;
    }
    .cf7-form select{
        height: 46px;
        padding: 0 15px;
    }
    .cf7-form :is(input, textarea)::placeholder{
        font-size: 1.4rem;
    }
    .cf7-form p:has(.wpcf7-submit){
        padding: 5px 0 0;
    }
    .cf7-form .wpcf7-submit,
    .cf7-form .wpcf7-submit:hover{
        width: 100%;
        height: 50px;
    }
    .cf7-form .wpcf7-spinner{
        top: calc(50% - 9.5px);
        right: var(--inner-sides_sp);
    }
}