body {
    margin: 0;
    padding: 0;
    color: #333333;
}


/* TOP */


.c-hamburger-btn__label{
    display: none;
}

.l-contents__inner{
    margin-top: 0;
}

.c-entry__header{
    margin: 0;
}

.p-global-nav .c-navbar__item>a>span{
    font-size: 1rem;
}

.c-site-branding__title .custom-logo{
    padding-left: var(--_padding-1);
}

.l-1row-header__branding{
    padding: 0;
}

.l-header__content{
    padding: var(--_padding-2);
}

.c-site-branding__title .custom-logo{
    width: 280px;
}

.c-entries--text .c-entries__item{
    border-bottom: 1px solid #cccccc;
}

.smb-section{
    padding: 3rem 0;
}

.smb-section__contents-wrapper>*+*{
    margin-top: 9.33333vw;
}

.c-entries__item>a .c-entry-summary__body{
    padding: 0;
}

.c-entry-summary__figure{
    margin-bottom: 0;
}

.smb-section__inner.is-content-justification-left>.c-container{
    margin-top: 200px;
}

.smb-section--wide{
    --smb-section--min-height: auto;
}

.c-drawer--highlight-type-background-color .c-drawer__item.sm-nav-menu-item-highlight{
    background-color: #0036cc;
}

header .c-site-branding__title a{
    display: flex;
    align-items: center;
}


/* header */


.c-input-group__field>input[type=search]{
    padding: 2px 10px;
}

#menu-header_sp li:not(.sm-nav-menu-item-highlight){
    padding-left: 1rem;
}


/* original */


.is-layout-constrained .is-style-white-heading{
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.25;
    font-size: 30px;
    background-color: transparent;;
    border: none;
}

.is-style-white-paragraph{
    color: #ffffff;
    font-size: calc(32 / 750 *100vw);
}

.back-change .c-entries__item>a .c-entry-summary__body{
    background-color: #ffffff;
    padding: 4.8vw 5.33333vw;
}

.wp-block-group-is-layout-constrained{
    background-color: #ffffff;
    padding: 80px;
}

.is-style-arrow-btn .wp-block-button__link{
    border-radius: 10px;
    background-image: url(./img/arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
    background-size: 16px;
    width: 60%;
    max-width: calc((255 / 750) * 100vh);
    min-width: calc((182 / 750) * 100vh);
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
}

.wp-block-buttons>.is-style-arrow-btn{
    display: contents;
}

.is-style-back-btn .wp-block-button__link{
    border-radius: 10px;
    background-image: url(./img/arrow_back_24dp_FFFFFF_FILL0_wght400_GRAD0_opsz24.svg);
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 16px;
    padding-left: 2rem;
    margin-top: 22px;
}


/* other */


.l-contents .l-contents__body .c-container{
    padding: 0 calc((100% - 89.3333333333vw) / 2);
    max-width: 1080px;
}


.smb-section__title{
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: calc(72 / 750 * 100vw);
    color: #0046ff;
    line-height: 1;
}

.smb-section.is-style-smb-section-undecorated-title>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.smb-section__header .smb-section__title+.smb-section__lede-wrapper{
    margin-top: calc(21/ 750 * 100vw);
}

.smb-section__lede{
    letter-spacing: 0.1em;
    font-size: calc(32 / 750 *100vw);
    font-weight: bold;
    line-height: 1;
}


/* Page */


.l-contents{
    background-color: #f1f2fb;
}

.p-breadcrumbs-wrapper{
    padding: 13px 0;
    max-width: 1080px;
}

.c-entry__body{
    max-width: 1080px;
    padding: 2.5rem 0;
    margin: auto;
}

.c-fluid-container{
    padding: 0;
}

.c-page-header__bgimage::before{
    background: rgba(0,14,51,0.5);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.c-page-header__title{
    font-weight: 700;
    font-size: 48px;
    color: #ffffff;
    line-height: 1;
    z-index: 5;
}

.c-page-header[data-align=center]{
    height: 30vh;
}

.post-32 .txt-vacant{
    margin-top: 14px;
}

.smb-panels__item__body h2{
    --_font-size-level: 2;
}

body a[href$=".pdf"]:not(.no-icon):after{
    content: "";
    background-color: #0046ff;
    display: inline-block;
    margin-left: .5rem;
    height: 1rem;
    width: 1rem;
    -webkit-mask: url("./img/file-pdf-regular.svg");
    mask: url("./img/file-pdf-regular.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
}


/* article */


.c-entry__header:where(.c-entry>*){
    max-width: none;
}

.c-entry__title{
    margin-inline: auto;
    max-width: 1080px;
    padding-top: 47px;
}

/* .p-entry-content h2 */

.l-contents .l-contents__body .l-contents__inner .is-style-blue-headting{
    background-color: transparent;
    border-left: none;
    color: #0046ff;
    padding-left: 0;
}

.c-entry__body .is-layout-constrained>h3{
    border-bottom: 1px solid #0046ff;
}

.c-entry__meta{
    max-width: 1080px;
    margin-inline: auto;
}

.c-meta__item--modified{
    display: none;
}

.c-meta__item--author{
    display: none;
}

.c-entry__footer{
    display: none;
}


/* table */


.wp-block-table.is-style-stripes{
    background-color: #ffffff;
    padding: 60px;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #EBEDF7;
}

.wp-block-table.is-style-stripes tr{
    padding: 25px 30px;
    display: flex;
    letter-spacing: 1.92px;
    line-height: 2;
}

.wp-block-table.is-style-stripes td:first-child{
    font-weight: 700;
    width: 200px;
    padding: 0;
}

.wp-block-table.is-style-stripes td{
    padding: 0;
    width: 100%;
}


/* accordion */


.smb-accordion__item__title{
    background-color: #0046ff;
    color: #ffffff;
    font-weight: 700;
    padding: 20px;
}


/* form */


.c-form__required{
    color: red;
}

.form{
    padding: 0 50px;
}

.c-form__item:first-child{
    margin-top: 72px;
}

.c-form__item{
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.c-form__item label{
    font-weight: 700;
}

.c-form__item input{
    background-color: #f1f2fb;
    height: 60px;
    width: 100%;
    padding: 20px;
    border: none;
    margin-top: 18px;
}

.c-form__item select{
    background-color: #f1f2fb;
    width: 40%;
    padding: 20px;
    border: none;
    margin-top: 18px;
}

.c-form__item textarea{
    background-color: #f1f2fb;
    height: 190px;
    width: 100%;
    padding: 20px;
    border: none;
    margin-top: 18px;
}

.c-form__select {
    position: relative;
}

.c-form__select::after {
    content: "";
    position: absolute;
    top: 70px;
    left: calc(40% - 30px);
    width: 12px;
    height: 12px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    pointer-events: none;
}

select {
    -webkit-appearance: none;
    appearance: none;
}

form .button-vacant{
    margin-top: calc(var(--_margin1) * var(--_margin-top));
}


/* footer */


.l-footer--default .l-footer-widget-area{
    background-color: #0046ff;
    color: #ffffff;
}

footer .is-layout-flex{
    max-width: 1080px;
    margin: auto;
}

footer .wp-block-list a{
    color: #ffffff;
    text-decoration: none;
    position: relative;
}

footer .wp-block-list a::after{
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #ffffff;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
    transition: transform 0.3s;  /*変形の時間*/
}
        
footer .wp-block-list a:hover::after {
    transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
    transform-origin: left top; /*左から右に向かう*/
}

footer li .no-underline>li{
    margin-top: 10px;
}

footer ul{
    list-style: none;
    padding-left: 0;
}

footer ul .no-underline{
    padding-left: 1rem;
}

footer li a span{
    display: inline-block;
}

footer .wp-block-image img{
    max-width: 50%;
}




@media (min-width: 768px){
    .l-contents .l-contents__body .c-container{
        padding: 0 calc((100% - 79.0629575403vw) / 2);;
    }

    .smb-section__title{
        font-size: calc(54 / 1366 * 100vw);
    }

    .smb-section.is-style-smb-section-undecorated-title>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.smb-section__header .smb-section__title+.smb-section__lede-wrapper{
        margin-top: calc(16 / 1366 * 100vw);
    }

    .smb-section__lede{
        font-size: calc(20 / 1366 * 100vw);
    }

    .is-layout-constrained .is-style-white-heading{
        font-size: calc(54 / 1366 * 100vw);
    }

    .is-style-white-paragraph{
        font-size: calc(20 / 1366 * 100vw);
    }

    .smb-section__contents-wrapper>*+*{
        margin-top: 3.51391vw;
    }

    .back-change .c-entries__item>a .c-entry-summary__body{
        padding: 1.61054vw 1.83016vw 2.34261vw;
    }

    .smb-section__inner.is-content-justification-left>.c-container{
        margin-top: 0;
    }

    .smb-section--wide{
        --smb-section--min-height: 75vh;
    }

    footer .wp-block-image img{
        max-width: 100%;
    }
}


@media (max-width:1023px){
    header .c-site-branding__title .custom-logo{
        width: 180px;
    }
}


@media (max-width:1100px) {
    .c-entry__body{
        padding: 47px 20px;
    }

    .c-page-header__title{
        font-size: 30px;
    }

    .c-site-branding__title .custom-logo{
        padding: 0;
    }

    .wp-block-table.is-style-stripes{
        padding: 25px 20px;
    }

    .wp-block-table.is-style-stripes tr{
        padding: 20px 25px;
        font-size: 14px;
        letter-spacing: 0.72px;
        flex-direction: column;
    }

    .wp-block-table.is-style-stripes td:first-child{
        width: 100%;
    }
    
    .wp-block-group-is-layout-constrained{
        padding: 50px 30px;
    }

    .p-breadcrumbs-wrapper{
        padding: 13px 20px;
    }

    .form{
        padding: 0;
    }
    
    .c-form__item:first-child{
        margin-top: 43px;
    }
    
    .c-form__item{
        margin-top: 26px;
    }
    
    .c-form__item input{
        height: 45px;
        margin-top: 18px;
    }
    
    .c-form__item select{
        margin-top: 18px;
    }
    
    .c-form__item textarea{
        height: 144px;
        margin-top: 18px;
    }

    .c-entry__title{
        padding-left: 20px;
        padding-right: 20px;
    }

    .c-entry__meta{
        padding-left: 20px;
        padding-right: 20px;    
    }

    footer .is-layout-flex{
        padding: 0 20px;
    }

    footer .wp-block-column .is-layout-flex{
        padding: 0;
    }

    .is-style-arrow-btn .wp-block-button__link{
        width: 24.30454vw;
    }
}



@media (min-width: 1366px){
    .smb-section__title{
        font-size: 3.375rem;
    }

    .smb-section.is-style-smb-section-undecorated-title>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.smb-section__header .smb-section__title+.smb-section__lede-wrapper{
        margin-top: 1rem;
    }

    .smb-section__lede{
        font-size: 1.25rem;
    }

    .is-layout-constrained .is-style-white-heading{
        font-size: 3.375rem;
    }

    .is-style-white-paragraph{
        font-size: 1.25rem;
    }

    .is-style-arrow-btn .wp-block-button__link{
        width: 20.75rem;
        height: 3.5rem;
        font-size: 1.25rem;
        background-size: 1.25rem;
    }

    .smb-section__contents-wrapper>*+*{
        margin-top: 3rem;
    }

    .back-change .c-entries__item>a .c-entry-summary__body{
        padding: 1.375rem 1.5625rem 2rem;
    }
}


 .p-section-front-page-content .c-entry__body{
    padding: 0;
    max-width: 100%;
 }


