@charset "UTF-8";
/* 基礎設定 */
html, body {
    font-size: 16px;
    line-height: 1.8;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    font-weight: 400;
    margin: 0;
    padding: 0;
    width: 100%;
    /* background: #fff; */
    scroll-behavior: auto !important;
    overflow-x: hidden;
    animation: fadeIn 1s;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
}
body.top-page::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
/* body.top-page::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 40vw;
    height: 100vh;
    background: rgba(0, 31, 107, 0.6);
    clip-path: polygon(0% 0%, 0% 100%, 40% 100%, 100% 0%);
    z-index: 2;
} */
.movie {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.movie video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
body.top-page::after {
    content: "";
    position: fixed;
    top: 0;
    left: -100%;
    width: 200vw;
    height: 100vh;
    background: rgba(0, 31, 107, 0.6);
    transform: rotate(108deg);
    transform-origin: center;
    z-index: 2;
}
.nosc #head {
    border-radius: 5px 5px 0 0;
    filter: none;
}
/* body#cpage {  overflow-x: hidden;} */
/*--- 画面全体をフェードイン(animation設定) ---*/
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.txt-ja, span[lang='ja']{ font-family: "Noto Sans JP", sans-serif;}
.txt-en, span[lang='en'] { font-family: "Noto Sans JP", sans-serif;}
/* html{ height: -webkit-fill-available;} */
html.nosc,body.nosc{
	/* overflow: hidden;
    overflow-x: scroll;
    overflow-y: auto; */
}
.color-red { color: #E00A16;} 
.color-or{ color: #FFEABA;}
.color-dor { color: #F66A0A;}
.color-pink { color: #FA68AC;}
.color-blue { color: #001F6B;}
.color-lblue { color: #5378D3;}
.color-dblue { color: #2454A0;}
.color-wh{ color: #fff;}
.color-gr { color: #D6F0A8;}
.color-dgr { color: #2C4F51;}
.color-vgr { color: #73AE2E;}
.color-yg { color: #ABE8B9;}
.color-lgr{ color: #F4F595;}
.color-ye{ color: #FFF200;}
.color-ly{ color: #FFF9F4;}
.color-prp{ color: #713F99;}
.color-gray{ color: #7c7c7c;}
.color-bw{ color: #4D0001;}
.color-bk{ color: #000;}

.bg-red { background: #E00A16;}
.bg-pink { background: #FA68AC;}
.bg-blue { background: #001F6B;}
.bg-lblue { background: #5378D3;}
.bg-gr { background: #D6F0A8;}
.bg-dgr { background: #2C4F51;}
.bg-lgr { background: #F4F595;}
.bg-vgr { background: #73AE2E;}
.bg-yg { background: #ABE8B9;}
.bg-ye { background: #FFF200;}
.bg-lye { background: #FFF9F4;}
.bg-or { background: #FFEABA;}
.bg-lor { background: #ffecdc;}
.bg-bk { background: #000333;}
.bg-wh { background: #fff;}
.bg-gray { background: #7c7c7c;}
.bg-bw { background: #4D0001;}

.border-gray {
    border: 6px solid #F2F2F2;
}

.bg-box {
    padding: 1.5rem;
    border-radius: 5px;
    background: #EDF2F7;
    margin-bottom: 2rem;
}
.wh-box {
    padding: 1.5rem;
    background: #fff;
}

/* a:hover{
    color: #000;
} */

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.025em;
    margin: 0 auto 1.5rem;
    padding: 0;
}
h1 { font-size: 36px;}
h2 { font-size: 32px;}
h3 { font-size: 29px;}
h4 { font-size: 25px;}
h5 { font-size: 21px;}
h6 { font-size: 18px;}

.h-top {
    position: relative;
    margin-bottom: 1rem;
    padding-top: 1rem;

    h2 {
        font-size: 36px;
        color: #001F6B;
        font-weight: 900;
        letter-spacing: 0.05em;
        margin-bottom: 0;
    }
    span {
        font-size: 14px;
        color: #BBBBBB;
        letter-spacing: 0.05em;
    }
}
.h-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4.25em;
    height: 1px;
    background: #E40046;
}
.h-top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 4.25em;
    width: calc(100% - 4.25em);
    height: 1px;
    background: #E1E1E1;
}
.tit-line { 
    position: relative;  
    padding: 0.2rem 0;
    color: #001F6B;

    &::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 2em;
        height: 2px;
        background: #E40046;
    }
    &::after {
        content: "";
        position: absolute;
        left: 2em;
        bottom: 0;
        width: calc(100% - 2em);
        height: 2px;
        background: #E1E1E1;
    }
}
.tit-bg {
    position: relative;
    display: block;
    color: #001F6B;
    padding: .2em .5em;
    background: #EDF2F7;
    border-radius: 5px;
    border-left: 10px solid #001F6B;
}
.tit-bd-l {
    position: relative;
    padding: 0 1em;
    margin-left: .5rem;
    color: #001F6B;
}
.tit-bd-l::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) skewX(-20deg);
    width: 4px;
    height: 100%;
    background: #E40046;
}
.tit-point {
    display: flex;
    align-items: center;
    color: #001F6B;
}
.tit-point::before {
    content: "■";
    font-size: 0.5em;
    font-weight: 700;
    padding-right: 0.5em;
    color: #E40046;
}
.tit-color {
    color: #001F6B;
}
.box-wh{
    padding: 2.5em 3em;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
}
.box-lblue {
    font-size: 24px;
    font-weight: 700;
    padding: 1.5rem;
    background-color: #CCE0EF;
    box-sizing: border-box;
    margin-bottom: 2rem;
}
ol li {
    margin-bottom: 1.5rem;
}

/*--- grid-box ---*/
.grid-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
}
.grig-wrap0 { grid-gap: 0; }
.grid1 { grid-template-columns: repeat(1, 1fr); grid-gap: 0;}
.grid2 { grid-template-columns: repeat(2, 1fr); }
.grid3 { grid-template-columns: repeat(3, 1fr); }
.grid5 { grid-template-columns: repeat(5, 1fr); }

hr { margin: 4rem 0; border-top: 4px solid #aaa; }

p {
    margin: 0 auto 1.5em;
    padding: 0;
    line-height: 1.8;
    letter-spacing: 0.02em;
}
a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
a i {
    font-size: .8em;
}
a:link,a:visited,a:hover,a:active{ text-decoration: none;}

section {
    position: relative;
    z-index: 10;
    /* padding: 5rem 0; */
    padding: 3rem 0;
}
.sec-inline img{
    max-width: 100%;
    height: auto;
}
.sec-inline-start { padding-inline-start: calc((100vw - 1200px) / 2);}
.sec-inline-end { padding-inline-end: calc((100vw - 1200px) / 2);}
.container-fluid{ padding: 0;}


ul, dd, figure {
    margin-bottom: 0;
}

/* リキャプチャ非表示用（別途フォームに注記必要） */
.recaptcha_policy {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 11px !important;
    color: #444 !important;
}
.recaptcha_policy a {
    font-size: 11px !important;
    color: #111 !important;
}
.grecaptcha-badge { visibility: hidden; }

/* ナビゲーション */
#head { 
    position: fixed;
    /* top: 35px;
    left: 50%;
    transform: translateX(-50%); */
    top: 0;
    width: 100%;
    height: 80px;
    z-index: 999;
    transition: .3s;
    background: #fff; 
    filter: drop-shadow(0px 4px 10px rgba(0,0,0,0.05));
    /* border-radius: 5px; */
}
#head h1 { margin: 0}
.h-logo .brand {
    max-width: 480px;
}

.h-logo { 
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1;
    height: 100%;
    left: 2rem;
}
.nosc .menu-list {
    display: none !important;
}
.menu-wrap { 
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    height: 100%;

    i {
        font-size: 0.75em;
        padding-left: .5em;
    }
}
.menu-list { 
    position: absolute;
    right: 0;
    height: 100%;
}
.menu-list > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding-left: 0;
    column-gap: 2em;
    margin-right: 2em;
}
.menu-list > ul > li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.menu-list > ul > li > a {
    position: relative;
    display: block;
    color: #465A64;
    font-size: 16px;
    letter-spacing: 0;
    transition: .3s ease-out;

    &::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #465A64;
        transition: .3s ease-out;
        opacity: 0;
    }
}

.nav-menu ul { 
    position: relative;
    margin-bottom: 0;
}
.nav-menu ul li { 
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

/* ハンバーガーメニュー */
.openbtn {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    right: 1.5rem;
    z-index: 1001;
    cursor: pointer;
    width: 32px;
    height: 40px;
    transition: 0.3s;
}
.openbtn span {
    display: block;
    transition: 0.4s;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 2px;
    background-color: #465A64;
    width: 22px;
}
.openbtn span:nth-of-type(1) {
    top: 35%; 
}
.openbtn span:nth-of-type(2) {
    top: 60%; 
}
.openbtn span:nth-of-type(3) {
    top: 85%; 
}
.openbtn.active { top: 50%;}
.openbtn.active span:nth-of-type(1) {
    top: 45%;
    left: 0.5em;
    transform: translateY(0px) rotate(-45deg);
    background: #465A64;
}
.openbtn.active span:nth-of-type(2) {
    display: none;
}
.openbtn.active span:nth-of-type(3) {
    top: 60%;
    left: 0.5em;
    transform: translateY(-6px) rotate(45deg);
    background: #465A64;
}
/* ×印が横幅を広くしても消えない設定 */
.openbtn.active { display: block !important;}
.nosc .nav-menu { opacity: 0;}
.nosc .sp-menu.d-md-none {
    display: flex !important;
}
.nosc #top-menu { display: none !important;}

/* ハンバーガーメニュー内部 */
#clickarea {
    position: fixed;
    width: 100%;
    height: 0;
    top: 80px;
    left: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: .3s;

    &.panelactive {
        opacity: 1;
        visibility: visible;
    }
}
.click-list {
    padding: 2rem;
    padding: 4rem;
    padding-bottom: 20rem;
}
#clickarea.panelactive .click-list {
    position: relative;
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    z-index: 1000;   
}
.active-bg {
    position: absolute;
    width: 10%;
    height: 10%;
    top: 0%;
    right: 0%;
    transition: .3s;
    transform-origin: top right;
    background: rgba(255, 255, 255, 0.6);
    z-index: 100;
    opacity: 0;
}
.nosc .active-bg {
    top: 0%;
    right: 0%;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.click-menu {
    display: flex;
    justify-content: center;
    gap: 3rem;
    width: 90%;
    margin-inline: auto;
}
.click-menu ul.menu-main {
    list-style: none;
    padding-left: 0;
    width: calc(100% / 3);
}
.click-menu ul.menu-main > li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid #465A64;

    a {
        display: block;
        width: 100%;
        height: auto;
        font-size: 21px;
        color: #465A64;
    }
}
ul.menu-main.mm02 > li > a {
    margin-bottom: 1rem;
}
.click-menu ul.menu-main li .mm-sub {
    list-style: none;
    padding-left: 1.5em;

    li {
        position: relative;
        padding-bottom: .5rem;

        a {
            font-size: 18px;
        }

        &::before {
            content: "";
            position: absolute;
            top: 50%;
            left: -1em;
            width: .5em;
            height: 1px;
            background: #465A64;
        }
    }
}

/* ボタン類 */
.btn01, .btn02 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #001F6B;
    border: 1px solid #001F6B;
    font-size: 16px;
    white-space: nowrap;
    transition: .3s ease-out;
    border-radius: 100vmax;
    max-width: 240px;
    width: 100%;
    height: 64px;
    overflow: hidden;
}
.btn-wh {
    background: #fff;
    border: 1px solid #fff;
}
.btn01 a, .btn02 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    letter-spacing: 0.02em;
    white-space: nowrap;
    color: #fff;
    transition: .3s;
    border-radius: 100vmax;
    text-align: center;
    padding: 0 1rem 0 1rem;

    &::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 1.5em;
        transform: translateY(-50%);
        transition: .3s;
        width: .75em;
        height: .75em;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11' fill='none' %3E%3Cpath d='M1.31798 9.68202L5.63599 5.36401L1.31798 1.04601' stroke='%23fff' /%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 10;
    }
}
.btn02 a {
    padding: 0 1.5rem 0 1rem;
}
.btn02 a::after {
    background-image: none !important;
    font-family: "Font Awesome 7 Free";
    content: "\f08e";
    font-weight: 900;
    line-height: 1;
    top: 45%;
    right: 1.75em;
}
.news-btn > .btn01 { margin-bottom: 2rem;}
.btn-wh a { 
    color: #001F6B;
    
    &::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11' fill='none' %3E%3Cpath d='M1.31798 9.68202L5.63599 5.36401L1.31798 1.04601' stroke='%23001F6B' /%3E%3C/svg%3E");
    }
}
.sx-link .btn01 a::after {
    transform: translateY(-50%) rotate(90deg);
}

/* TOPのsection設定 */
.sec-wrap {
    position: relative;
    width: 90%;
    /* max-width: 1000px; */
    max-width: 1200px;
    margin-inline: auto;
}
/* section::before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
} */
button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}
input:not([type=checkbox],[type=radio]) {
    appearance: none;
    border: none;
    outline: none;
}
input[type=checkbox], input[type="radio"] {
    cursor: pointer;
}

.top-page section:not(#sec01, #maintop) {
    background: #fff;
}

/* TOP */
#maintop {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 0;

    max-width: 1200px;
    margin-inline: auto;
}
/* .main-catch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 1000px;
    width: 80%;

    animation: slideIn 1.5s forwards ease-out;
    filter: blur(10px);
} */
/* .main-txt {
    position: absolute;
    left: 5%;
    bottom: 10%;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;

    & > span {
        animation: slideIn 1.5s forwards ease-out;
        filter: blur(10px);
        animation-duration: 2s;
    }


    .large-txt { font-size: 50px;}
}
@keyframes slideIn {
    to {
        opacity: 1;
        filter: blur(0px);
    }
} */

.main-txt {
    position: absolute;
    top: 50%;
    left: calc(50% + .25em);
    transform: translate(-50%,-50%);
    /* width: 100%; */
    /* font-size: clamp(2.625rem, 0.1272rem + 6.9504vw, 5.6875rem); */
    font-size: 6vw;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    text-wrap: nowrap;

    & > span {
        animation: slideIn 1.5s forwards ease-out;
        filter: blur(10px);
        animation-duration: 2s;
    }
}
@keyframes slideIn {
    to {
        opacity: 1;
        filter: blur(0px);
    }
}


/* sec01 */
/* #sec01 { padding-bottom: 10rem;} */
.sec01-wrap {
    position: relative;
    max-width: 1000px;
    width: 95%;
    margin-inline: auto;
    color: #fff;
}
.sec01-cir {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 450px;
    width: 50%;
    aspect-ratio: 1;
    background: rgba(255, 255, 255, 0.01);
    border-radius: 100vmax;
    box-shadow: 0 9px 22px rgba(0,0,0,0.15), inset 0 2px 7px rgba(255, 255, 255, 0.5);
    isolation: isolate;
    z-index: 10;

    &::before {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 0;
        border-radius: 100vmax;
        box-shadow: 0 9px 22px rgba(0,0,0,0.15), inset 0 2px 7px rgba(255, 255, 255, 0.5);
        background: rgba(255, 255, 255, 0.01);
    }
    &::after {
        content: '';
        position: absolute;
        inset: 0;
        aspect-ratio: 1;
        border-radius: 100vmax;
        z-index: -1;
        backdrop-filter: blur(5px);
        filter: url(#glass-distortion);
        -webkit-filter: url(#glass-distortion);
    }
   
    h2 {
        font-size: 40px;
        font-weight: 400;
        letter-spacing: 0.15em;
        color: #fff;
        line-height: 1.75;
        margin: 0;
    }
}
.sec01-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* padding: 5rem min(10vw,10rem) 5rem 15rem; */
    padding: 2rem min(10vw,10rem) 2rem 15rem;
    clip-path: polygon(21% 0%, 100% 0%, 100% 100%, 0% 100%);
    background: linear-gradient(115.6deg, rgba(255, 255, 255, 0.25) 8.04%, rgba(255, 255, 255, 0.125) 102.35%);
    backdrop-filter: blur(5px);

    p {
        line-height: 1.8;
        margin: auto 0;
        margin-bottom: 2rem;
    }
}

/* sec02 */
/* #sec02 { padding-top: 10rem;} */
.news-wrap { 
    display: flex;
    gap: 3rem;
    min-height: 500px;
    /* max-height: 600px; */
}
.news-active {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    max-width: 325px;
    width: 45%;
    border-radius: 5px;
    
    a { 
        border-radius: 5px;

        figure img {
            width: 100%;
            aspect-ratio: 4 / 3;
            object-fit: cover;
            border-radius: 5px 5px 0 0;
        }
    }

    .news-btn > div { height: 50px;}
    .news-btn .btn02 { 
        background: #6A8491;
        border-color: #6A8491;
    }
}
.news-bg {
    padding: 1rem;
    background: #F1F4F8;
    border-radius: 0 0 5px 5px;

    .news-date { margin-bottom: .5rem;}
}
.news-date {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #8E8E8E;
    margin-bottom: .25em;

    img {
        width: 1.5em;
        height: 1.5em;
        margin-right: 0.5em;
    }
}
.news-active .news-txt {
    font-size: 17px;
    line-height: 1.6;
    color: #465A64;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

dl.news-box { margin-bottom: auto;}
.other-pages .news-box { margin-top: 4rem;}
.news-list {
    width: 100%;
}
.news-item {
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #E1E1E1;

    &:first-of-type { padding-top: 0;}
}
.top-page .news-item a {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    color: #465A64;
    font-weight: 400;
    line-height: 1.4;
    cursor: pointer;
}
.other-pages .news-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    color: #465A64;
    font-weight: 400;
    line-height: 1.4;
    cursor: pointer;
}
.news-item a dt { 
    position: relative;
    /* width: 100%; */
    flex: 1;
    font-weight: 400;
    transition: .3s ease-out;

    display: flex;
    flex-direction: column;


    .news-date { width: 10em;}
    .news-txt {
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}
.news-item a dd {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3rem;
    margin-bottom: 0;
    transition: .3s ease-out;

    svg {
        position: relative;
        width: .75em;
        height: .75em;
        stroke: #8E8E8E;
        opacity: 1;
        visibility: visible;
        transition: .3s ease-out;
    }
}
.news-cat {
    font-size: 12px;
    color: #fff;
    padding: .5em 1em;
    border-radius: 100vmax;
    text-align: center;
    width: 7em;
    line-height: 1;

    &.c-news {
        background: #001F6B;
    }
    &.c-recruit {
        background: #6A8491;
    }
}

/* sec03 */
/* #sec03 { padding-bottom: 15rem;} */
#sec03 { padding-bottom: 9rem;}
#sec03::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 550px;
    background-image: url(../img/sec03-bg.jpg);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    z-index: -1;
}
.sec03-wrap {
    position: relative;
    margin-top: 5rem;
    margin-inline: auto;
}
.sec03-img { position: relative;}
.sec03-img img {
    max-height: 500px;
}
.sec03-img, .sec03-img img {
    /* max-width: 800px; */
    /* max-height: 500px; */

    border-radius: 0 5px 5px 0;
}
.sec03-txt {
    position: absolute;
    right: 0;
    bottom: -20%;
    max-width: 540px;
    color: #fff;
    padding: 3rem min(10vw,5rem) 3rem 12rem;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    background: #001F6B;
    z-index: 10;

    p {
        font-size: 18px;
        letter-spacing: 0.15em;
    }
}
/* .sec03-txt-sp {
    width: 80%;
    margin-inline: auto;
    padding: 4rem 1.5rem 2rem 1.5rem;
    clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
} */

/* sec04 */
/* #sec04 { padding-top: 10rem;} */
.sec04-cnt {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec04-wrap {
    display: flex;
    align-items: center;
}
.sec04-img, .sec04-img img { border-radius: 5px 0 0 5px;}
.sec04-txt { 
    width: 100%;

    p {
        font-size: 18px;
        color: #465A64;
    }
    .btn01 { max-width: 300px;}
}
.sec04-box { margin-right: 2rem;}

/* sec05 */
#sec05 { padding: 0;}
.sec05-cnt {
    /* max-width: 1200px; */
    width: 95%;
    margin-inline: auto;
    background: #EDF2F7;
    border-radius: 5px;
    padding: 5rem 2rem;
}
.sec05-wrap {
    max-width: 1000px;
    margin-inline: auto;
    
}

.sec05-box {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 2rem;

}
/* .sec05-img {
    max-width: 600px;
    width: 60%;
} */
.sec05-img {
    max-width: 500px;
    width: 50%;
}

.sec05-txt { width: 50%;}
.sx-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.sec05-pc .sx-item {
    border-bottom: 1px solid #E1E1E1;
}

.sec05-sp .sec05-link a {
    color: #465A64;
    transition: .3s ease-out;
}
.sec05-sp .sx-item {
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1em; */
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    transition: .3s ease-out;

    text-wrap: nowrap;
}
.sec05-pc .sec05-txt {
    max-width: 380px;
}
.sec05-sp .sx-list {
    display: flex;
    justify-content: flex-end;
    margin-top: -5rem;
    margin-bottom: 0;
}
.sx-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2em;
    color: #465A64;
    transition: .3s ease-out;

    text-wrap: nowrap;
}
.sx-list.swiper-wrapper {
    display: block;
    height: auto;
}
.sx-item dt {
    font-size: 20px;
    font-weight: 700;
    transition: .3s ease-out;
}
.sx-item dd {
    display: flex;
    align-items: center;
    gap: 2em;
    margin-bottom: 0;
    transition: .3s ease-out;

    svg {
        width: .75em;
        height: .75em;
        stroke: #8E8E8E;
        transition: .3s ease-out;
    }
}
.sec05-sp .sx-item dd { font-size: 14px;}

.sec05-sp .sec05-txt {
    width: 100%;
    border-bottom: 1px solid #E1E1E1;
}
.sec05-link {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
}
.sec05-link:not(:last-child) { margin-bottom: 4rem;}

/* sec06 */
#sec06 {
    /* height: 100vh; */
    /* padding-bottom: 7.5rem; */
}
.sec06-box {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 380px;
    padding: 3rem;
    font-size: 18px;
    text-align: center;
    color: #fff;

    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0px 9.08108px 22.7027px rgba(0, 0, 0, 0.15), inset 0px 2.27027px 6.81081px rgba(255, 255, 255, 0.5);
    border-radius: 25px;
    z-index: 10;

    &::before {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 0;
        background: rgba(255, 255, 255, 0.01);
        box-shadow: 0px 9.08108px 22.7027px rgba(0, 0, 0, 0.15), inset 0px 2.27027px 6.81081px rgba(255, 255, 255, 0.5);
        border-radius: 25px;
    }
    &::after {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 25px;
        z-index: -1;
        backdrop-filter: blur(3px);
        filter: url(#glass-distortion02);
        -webkit-filter: url(#glass-distortion02);
    }   

    hgroup {
        margin-bottom: 1.5rem;

        h3 { 
            font-size: 45px;
            font-weight: 900;
            color: #fff;
            margin-bottom: auto;
        }
        span {
            font-size: 14px;
            color: #fff;
        }
    }
}
.rct-slider {
    /* max-height: 550px; */
    max-height: 475px;

    .swiper-wrapper {
        transition-timing-function: linear;
    }
    .swiper-slide {
        margin-right: 1rem;
        width: 400px;

        img {
            width: 100%;
            /* object-fit: cover; */
        }
    }
}

/* フッター*/
footer {
    position: relative;
    color: #fff;
    background: #001F6B;
    /* padding: 5rem; */
    padding: 3rem 5rem;
    z-index: 10;

    a { 
        position: relative;
        color: #fff;
        transition: .3s ease-out;
        display: block;
        width: 100%;
        height: auto;
    }
}
.ft-wrap {
    max-width: 1000px;
    margin-inline: auto;
}
.ft-logo {
    display: inline-block;
    /* margin-bottom: 5rem; */
    margin-bottom: 3rem;

    img {
        max-width: 550px;
        width: 100%;
        object-fit: contain;
    }
}
.ft-box {
    display: flex;
    gap: 6rem;
    width: 100%;
    padding-bottom: 2.5rem;
    /* border-bottom: 1px solid #939393; */
}
.ft-box02 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #939393;
}
.ft-icon {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    transition: .3s;
    
    img {
        max-height: 32px;
        object-fit: contain;
        transition: .3s;
    }
}
.ft-auth {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.5rem;

    img {
        max-height: 100px;
        object-fit: contain;
    }
}
.auth-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}
.ft-auth figcaption {
    font-size: clamp(12px,2vw,14px);
    text-wrap: nowrap;
}
footer ul {
    list-style: none;
    padding-left: 0;
}
.ft-box > ul { width: calc(100% / 3 - 3rem)
}
.ft-menu > li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid #939393;

    i {
        font-size: 0.8em;
        padding-left: 1em;
    }
}
.ft-sub { padding-left: 1em;}
.ft-sub li {
    position: relative;
    padding-top: 1rem;

    a {
        position: relative;
        &::before {
            content: "";
            position: absolute;
            top: 50%;
            left: -1em;
            transform: translateY(-50%);
            width: .4em;
            height: 1px;
            background: #fff;
            transition: .3s ease-out;
        }
    }
}
.ft-txt {
    display: flex;
    justify-content: space-between;
    padding-top: 1.5rem;
    font-size: 14px;

    a {
        &::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -0.25em;
            width: 100%;
            height: 1px;
            background: #fff;
            transition: .3s ease-out;
            opacity: 0;
        }
    }

    .ft-tel {
        display: inline-block;
    }
}
.ft-info {
    text-align: end;

    a { display: inline;}
}

.copy { 
    font-size: 0.9em;
    margin-top: .5em;
    text-wrap: nowrap;
}


/* --------------------------------------------
    other page
-------------------------------------------- */
#titbar {
    position: relative;
    width: 100%;
    z-index: 10;

    &::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 65vw;
        height: calc(100% - 5rem);
        background-image: url(../img/titbar.jpg);
        background-position: center;
        background-repeat: repeat;
        background-size: cover;
        z-index: -1;
    }

    hgroup {
        width: 100%;
        /* height: 100%; */
        padding-top: calc(5rem + 80px + 35px);
        padding-right: 7%;
        padding-bottom: 7rem;
        padding-left: 7%;
        line-height: 1;
        clip-path: polygon(0% 0%, 65% 0%, 50% 100%, 0% 100%);
        background: #001F6B;

        h1 {
            display: block;
            width: 100%;
            margin: 0;
            text-wrap: wrap;
            font-size: clamp(1.75rem, 1.0357rem + 1.4881vw, 2.375rem);
            font-weight: 900;
            line-height: 1;
            color: #fff;
            text-transform: uppercase;
            margin-bottom: .5rem;
        }
        span {
            font-size: 14px;
            color: #bbb;
        }
    }
}


.sec-inline { padding-inline: calc((100vw - 1000px) / 2);}
.other-pages .sec-inline {
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
}

.other-pages .table>:not(caption)>*>* {
    border-width: 1px;
    border-color: #000;
}

.other-pages .sec-inline > div {
    position: relative;
    background: none;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.other-pages .sec-inline > div::before {
    content: "";
    width: 100vw;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
    z-index: -1;
}
.other-pages .sec-inline > div:nth-child(odd)::before {
    background: #FFF;
}
.other-pages .sec-inline > div:nth-child(even)::before {
    background: #F9FBFC;
}

/* .breadcrumb-content {
    max-width: 1000px;
    width: 90%;
    margin-inline: auto;
} */
.breadcrumb {
    position: relative;
    margin-top: -4rem;
    margin-bottom: 0;
    z-index: 10;
}
.breadcrumb ul {
    list-style: none;
    padding-left: 0;
    position: relative;
    max-width: 1000px;
    width: 90%;
    margin-inline: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.breadcrumb ul li {
    position: relative;
    color: #465A64;
    display: inline-block;
    /* text-transform: uppercase; */
    font-size: 14px;
    letter-spacing: 0em;
    margin: 0;
    padding: 0!important;
}
.breadcrumb ul li span > span {
    display: inline-block;
    /* text-transform: uppercase; */
}
.breadcrumb ul li a {
    position: relative;
    color: #BBBBBB;
    font-size: 14px;
    text-transform: uppercase;
    transition: .3s ease-out;

    &::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #BBBBBB;
        opacity: 0;
        transition: .3s ease-out;
    }
}
.breadcrumb ul li:last-child {
    max-width: 10em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;
}
.breadcrumb ul li:not(:last-child) {
    position: relative;
    margin-right: 30px;

    &::after {
        content: "▶";
        position: absolute;
        top: 50%;
        right: -25px;
        bottom: 0px;
        transform: translate(-50%, -50%);
        font-size: 8px;
        font-weight: 400;
        letter-spacing: 0.014em;
        padding: 0 0 0 0.25em;
    }
}

.about-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.about-list dt {
    width: 20%;
    display: flex;
    align-items: flex-start;
}
.about-list dt, .about-list dd {
    padding: 1rem 0.5rem;
    border-bottom: 1px solid #001F6B;
    margin-bottom: 0;
}
.about-list dt:last-of-type, .about-list dd:last-of-type {
    border-bottom: none;
}
.about-list dd {
    width: 80%;
    margin-bottom: 0;
}
.about-list dd a {
    color: #000;
    text-decoration: underline;
}

/* contact */


/*--- table ---*/
table.wrap-tbl {
    width: 100%;
    margin: 1rem auto;
    vertical-align: top;
    background: #fff;
}
table.wrap-tbl >tbody {
    vertical-align: inherit;
}
table.wrap-tbl>*>* {
    padding: 0.5rem 0.5rem;
    border-width: 1px;
    border-color: #DDDDDE;
}
table.wrap-tbl th {
    width: 15%;
    border-right: 1px solid #DDDDDE;
    padding: 0.5rem 0.5rem;
    background: #0086C6;
    color: #fff;
}
table.wrap-tbl td {
    width: 85%;
    padding: 0.5rem 0.5rem;
}
table.wrap-tbl caption {
    caption-side: top;
    padding: 0 0 0.5em;
    color: #333;
    font-weight: bold;
}

.hst-tbl {
    width: 100%;

    tr {
        border-bottom: 1px solid #E1E1E1;
    }
    th {
        width: 7em;
    }
    th, td {
        padding: 1rem;
    }
}

.about-tbl {
    width: 100%;
    min-width: 600px;

    tbody {
        border-top: 1px solid #E1E1E1;
        border-bottom: 1px solid #E1E1E1;
    }
    th {
        color: #001F6B;
        font-weight: 700;
        background: #EDF2F7;
    }
    td {
        background: #fff;
        border-top: 1px solid #E1E1E1;
    }
    th, td {
        border-right: 1px solid #E1E1E1;
        padding: 1rem;
        text-align: center;
        line-height: 1.2;

        &:last-child { border-right: none;}
    }
    tbody th { 
        border-bottom: 1px solid #E1E1E1;
        width: 35%;
    }
}
.yb-tbl {
    width: 100%;

    tbody {
        border-top: 1px solid #E1E1E1;
        border-bottom: 1px solid #E1E1E1;
    }
    th {
        color: #001F6B;
        font-weight: 700;
        background: #EDF2F7;
    }
    td {
        background: #fff;
        border-top: 1px solid #E1E1E1;
    }
    th, td {
        border-right: 1px solid #E1E1E1;
        padding: 1rem 2rem;
        line-height: 1.6;

        &:last-child { border-right: none;}
    }
}

.bold-box {
    font-weight: 700;
    line-height: 2;
}


/* table-scroll */
.scroll-hint-icon { top: 50%!important; transform: translateY(-50%)!important; }
.scroll-hint-icon:before { width: 30px!important; height: 30px!important; }
.table-calc_list01 table {
    max-width: 100%;
}
.table-calc_list01 th,.table-calc_list01 td{
font-size: 0.65em !important;
padding: 3px !important;
}
.js-scrollable {
    width: 100%;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 2.5rem auto;
}

.width-tbl {
    width: 100%;
}
.width-tbl caption {
    display: table-caption;
    caption-side: top;
    margin-bottom: 1rem;
}
.width-tbl>*>*:not(caption) {
    padding: 0.5rem 0.5rem;
}
/* .width-tbl>*>*:nth-child(even) {
   background: #ccc;
} */
.width-tbl th {
    border-right: 1px solid #E6E6DC;
    padding: 0.5rem 0.5rem;
    font-weight: normal;
    background: #ddd;
}
.width-tbl td { 
    padding: 0.5rem 0.5rem;
    text-wrap: nowrap;
    border-bottom: 1px solid #E6E6DC;
}

.width-tbl tr > td:first-child {
    border-right: 1px solid #E6E6DC;
}
.width-tbl tr:last-child td { border-bottom: none;}

a.anchorpoint {
    display: block;
    /* padding-top: calc(80px + 35px);
    margin-top: calc(-80px - 35px); */
    padding-top: 80px;
    margin-top: -80px;
}

.map-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}
.full-map {
    line-height: 0;
    width: 100%;
    max-height: 365px;
    overflow: hidden;

    aspect-ratio: 4 / 3;
}
.full-map iframe {
    width: 100%;
    height: 685px;
    margin-top: -150px;
}

.num-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 3rem;
    margin-bottom: 3rem; */

    .num-box {
        position: relative;
        display: grid;
        /* grid-template-columns: repeat(2, 1fr); */
        grid-template-rows: repeat(2, 1fr);
        padding: 3rem;
        background: #fff;

        .num-cnt {
            display: grid;
            grid-row: span 2;
            grid-template-rows: subgrid;
            row-gap: 1rem;
        }
        .medium-txt {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 21px;
        }

        .num-img {
            max-width: 105px;
            width: 75%;
            margin-inline: auto;
        }

        .emp-txt {
            font-size: 24px;
            font-weight: 700;
            grid-column: span 2 / span 2;
            grid-row-start: 2;
            text-align: center;
            line-height: 1.2;

            .large-txt { font-size: clamp(2rem, 0.6705rem + 3.6994vw, 4rem);}
        }
        .normal-txt {
            font-size: 24px;
            grid-column: span 2 / span 2;
            grid-row-start: 2;
            text-align: center;
            line-height: 1.2;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        /* &:first-child {
            padding-right: 3rem;
        }
        &:last-child {
            padding-left: 3rem;
        } */
        &:first-child::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            width: 1px;
            height: 80%;
            background: #000;
        }
    }
}
.small-txt { font-size: 0.8em;}

.pdf-link {
    position: relative;
    /* margin-bottom: 1rem; */

    li { margin-bottom: 1rem;}
    a {
        color: #000;
        font-weight: 700;
        text-decoration: underline;
        text-underline-offset: 5px;

        img { 
            width: 1em;
            margin-left: .5em;
        }
    }
}

.sx-link {
    justify-items: center;
    margin-bottom: 3rem;
}

.tel-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border: 3px solid #001F6B;
    padding: 1.5rem 1rem;
    max-width: 400px;
    width: 90%;
    margin-inline: auto;
    margin-bottom: 1.5rem;
    line-height: 2;
}
.tel-txt {
    font-size: 1.5em;
    font-weight: 700;
}
.tel-box a {
    text-decoration: underline;
}

.pnation {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 2rem;
    margin: 4rem auto 2rem;
}
/* .pnation span { color: #001F6B;} */
.pnation span, .pnation a {
    display: inline-block;
    /* height: 100%; */
    font-size: 16px;
    padding: 5px 20px;
    border: 1px solid #001F6B;
    border-radius: 5px;
    cursor: pointer;
}
.pnation a {
    color: #fff;
    background: #001F6B;
    cursor: pointer;
    transition: .3s ease-out;
}

.grid-item {
    display: grid;
    grid-row: span 1;
    grid-template-rows: subgrid;
}

.list-col-2 {
    column-count: 2;
    width: fit-content;
    column-gap: 2em;
}

.tit-values {
    display: flex;
    align-items: center;
    gap: 1em;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 auto 1rem;
}
.tit-green, .tit-blue, .tit-orange {
    font-size: 21px;
    font-weight: 700;
}
.tit-green {
    color: #4FD66A;
}
.tit-blue {
    color: #5378D3;
}
.tit-orange {
    color: #F0AE3B;
}
.values-txt {
    font-style: italic;
}
.values-img {
    width: 80%;
    margin-inline: auto;
}

@media (min-width: 1500px) {
    .sec-inline-start, .sec-inline-end {
        padding: 0;
    }
    .sec03-wrap, .sec04-wrap {
        max-width: 1200px;
    }
}
@media (max-width: 1200px) {
    .sec-inline-start {
        padding-inline: initial;
        padding-left: 6%;
    }
    .sec-inline-end {
        padding-inline: initial;
        padding-right: 6%;
    }
}
@media (max-width: 991px) {
    .breadcrumb ul {
        /* padding-top: 2rem; */
        padding-inline: initial;
        flex-wrap: wrap;
        /* padding-left: 7%;
        padding-right: 7%; */
    }
    .sec-inline {
        padding-inline: initial;
        padding-left: 6%;
        padding-right: 6%;
    }
    .grid-box {
        grid-gap: 1.5vw;
    }

    .sec01-cir {
        max-width: 300px;

        h2 {
            font-size: 30px;
        }
    }
    .sec01-box { margin-top: 10rem;}

    .full-map iframe { height: 580px;}

}
/* SPサイズ */
@media (max-width: 767px) {
    /* 基礎設定 */
    html, body { 
        /* overflow-x: hidden; */
    }
    .h-logo .brand { 
        max-width: 350px;
        width: 75%;
    }
    .btn01, .btn02 {
        max-width: none;
    }
    .sec04-txt { 
        .btn01 { max-width: none;}
    }

    /* #head {
        background: #fff;
        filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    } */
    .openbtn { right: 1rem;}
    h1 { font-size: 26px; }
    h2 { font-size: 24px; }
    h3 { font-size: 22px; }
    .width-tbl caption { font-size: 22px;}
    h4 { font-size: 20px; }
    h5 { font-size: 18px; }
    h6 { font-size: 16px; }
    .grid-box { grid-gap: 1rem;}
    .grid2 { grid-template-columns: repeat(1, 1fr) !important; }
    .grid3 { grid-template-columns: repeat(1, 1fr) !important; }
    .grid4 { grid-template-columns: repeat(2, 1fr) !important; }
    .grid5 { grid-template-columns: repeat(2, 1fr) !important; }
    .box-wh, .box-gray, .box-grad { padding: 1.5em 1.2em; }
    .box-lblue {
        font-size: 18px;
        padding: 1.5rem;
    }
    .is-hidden{
        visibility: hidden;
        opacity: 0;
    }
    .sec-inline {
        padding-left: 7.5%;
        padding-right: 7.5%;
    }
    section { padding: calc(40px + 1rem) 0 calc(40px + 1rem);}    
    
    #clickarea { width: 100%;}

    #titbar h1 { font-size: 26px;}

    /* .main-txt {
        font-size: 18px;
        .large-txt { font-size: 42px;}
    } */

    .h-top {
        padding-top: 1rem;
        h2 { font-size: 28px;}
    }

    .click-list {
        padding-top: 2rem;
    }
    .click-menu { display: block;}
    .click-menu ul.menu-main { width: 100%;}
    .click-menu ul.menu-main > li {
        a { font-size: 18px;}
    }

    #sec01 { padding-bottom: calc(40px + 1rem);}
    .sec01-box {
        align-items: center;
        padding: 12rem 2rem 2rem 2rem;
        clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
    }
    .sec01-cir {
        width: 95%;
        top: -10rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .news-wrap { display: block;}
    .news-active {
        width: 100%;
        margin-inline: auto;
        align-items: center;
        gap: 2rem;
        margin-bottom: 4rem;
    }
    .top-page .news-item a {
        flex-direction: column;
        align-items: flex-end;
        gap: 1rem;
    }
    .news-item a dt { 
        width: 100%;
        flex: auto;
    }
    .top-page .news-item a dd {
        width: 100%;
        justify-content: space-between;
    }
    .other-pages .news-item a dd {
        width: 2em;
    }
    .news-btn { width: 100%;}

    #sec03 { 
        padding-bottom: calc(40px + 1rem);
    }
    .sec03-cnt {
        width: 80%;
        margin-inline: auto;
    }
    .sec03-wrap { margin-top: auto;}
    .sec03-txt {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: initial;
        max-width: none;
        /* padding: 3rem 1rem 3rem 6rem; */

        padding: 7rem 2rem 2rem 2rem;
        /* bottom: -80%; */
        clip-path: polygon(0% 35%, 100% 0%, 100% 100%, 0% 100%);
        margin-top: -7rem;
    }

     #sec02, #sec04 { padding-top: calc(40px + 1rem);}
    .sec04-wrap { display: block;}
    .sec04-txt {
        width: 90%;
        margin-inline: auto;
        padding-right: 6%;
    }
    .sec04-box { 
        margin-right: auto;
        margin-bottom: 4rem;
    }

    .sec05-cnt { padding: 3rem 1.5rem;}

    
    .sec06-box {
        width: 90%;
        padding: 3rem 1.5rem;
        right: auto;
        left: 50%;
        transform: translate(-50%,-50%);

        hgroup {
            h3 { font-size: 27px;}
        }        
    }

    .yb-tbl {
        th, td {
            padding: 1rem 1rem;
        }
        & tr > td:first-child {
            width: 40%;
        }
    }

    .full-map iframe {
        height: 130vw;
        margin-top: -30vw;
    }

    footer { padding: 3rem 1.5rem;}
    .ft-logo { margin-bottom: 1.5rem;}
    .ft-box {
        display: block;
        padding-bottom: 2rem;
    }
    .ft-box > ul { width: 100%;}
    .ft-txt {
        display: block;

        .ft-address { margin-bottom: 1rem;}
    }

    .copy { font-size: 0.8em;}

    .breadcrumb { margin-top: 0rem;}

    #titbar {
        /* margin-top: 10rem; */
        
        &::after {
            content: "";
            position: absolute;
            top: -2.5rem;
            width: 100vw;
            height: 100%;
            background-image: url(../img/titbar-sp.jpg);
            background-position: right bottom;
        }

        hgroup {
            width: 100%;
            /* height: 100%; */
            padding-top: 8rem;
            padding-bottom: 8rem;
            clip-path: polygon(0% 0%, 100% 0%, 100% 67%, 0% 100%);

            h1 {
                display: block;
                width: 100%;
                text-wrap: wrap;
                font-size: 26px;
                max-width: 10em;
            }
        }
    }

    .list-col-2 {
        column-count: 1;
    }

    .tit-values {
        display: block;
        font-size: 21px;
        text-align: center;
    }

    .ft-auth {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    body.top-page::after {
        top: 0;
        left: 0;
        width: 100vw;
        height: 57.5vh;
        clip-path: polygon(0% 0%, 0% 100%, 100% 67%, 100% 0%);
        transform: rotate(0deg);
    }
    .h-logo { left: 1rem;}  
    /* #head {
        top: 16px;
    } */
    a.anchorpoint {
        /* padding-top: calc(80px + 16px);
        margin-top: calc(-80px - 16px); */
        padding-top: 80px;
        margin-top: -80px;
    }

    /* .main-catch {
        top: 45%;
    } */
    .main-txt {
        /* width: auto; */
        left: 50%;
        /* bottom: 12.5%; */
        font-size: clamp(2rem, 0.5882rem + 7.0588vw, 3.125rem);
        text-align: left;
        /* .large-txt { font-size: 36px;} */
    }
    .click-list {
        padding: 2rem;
        padding-bottom: 20rem;
    }


    .sec-wrap {
        width: 80%;
    }
    .table th, .table td {
        display: block;
        width: 100%;
    }
    .box-wh, .box-gray, .box-grad { padding: 1.5em 1.2em; }
    .sec-inline { padding-inline: initial; padding-left: 7%; padding-right: 7%; }
    
    .js-scrollable {
        width: 100%;
        overflow: scroll;
    }

    .sec01-cir {
        h2 { font-size: 28px;}
    }

    .sec03-wrap {
        &.sec-inline-end {
            display: flex;
            justify-content: center;
            align-items: flex-end;
            flex-direction: column;
            padding-right: 0;
        }
    }

    .sec03-txt { 
        /* max-width: 400px; */
        width: 100%;
    }

    .sec03-img {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-direction: column;
    }

    .sx-item dt { font-size: 18px;}

    #sec06 { padding-bottom: calc(40px + 1rem);}

    .about-list dt, .about-list dd { 
        display: block;
        width: 100%; 
    }
    .about-list dt { 
        position: relative;
        border-bottom: none;
        padding-bottom: 0; 
    }
    .about-list dd { font-size: 15px; }

    .num-wrap {
        .num-box {
            padding: 2rem 1rem;
            .emp-txt { font-size: 18px;}
            .normal-txt { font-size: 18px;}
            .medium-txt {
                font-size: 18px;
            }
            /* &:first-child {
                padding-right: 1rem;
            }
            &:last-child {
                padding-left: 1rem;
            } */
        }
    }

    .values-img { width: 100%;}

    .ft-box02 {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .ft-icon {
        img { max-height: 32px;}
    }
}

@media (any-hover: hover) {
    .menu-list > ul > li > a:hover, .breadcrumb a:hover {
        &::after { opacity: 1;}
    }

    .btn01:hover, .btn02:hover { background: #fff;}
    .btn01 a:hover, .btn02 a:hover {
        color: #001F6B;

        &::after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11' fill='none' %3E%3Cpath d='M1.31798 9.68202L5.63599 5.36401L1.31798 1.04601' stroke='%23001F6B' /%3E%3C/svg%3E");
        }
    }
    .news-btn .btn02 a:hover { 
        background: #fff;
        color: #6A8491;
    }
    .btn-wh:hover { background: #001F6B;}
    .btn-wh:hover a {       
        color: #fff;
        
        &::after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11' fill='none' %3E%3Cpath d='M1.31798 9.68202L5.63599 5.36401L1.31798 1.04601' stroke='%23fff' /%3E%3C/svg%3E");
        }
    }

    .news-active > a:hover, .pdf-link a:hover {
        opacity: 0.5;
    }
    .news-item:hover a dt, .sx-item:hover a dt { margin-left: 2em;}
    .news-item:hover a dd, .sx-item:hover a dd {
        gap: 0.5em;
        svg {
            opacity: 0;
            width: 0;
            height: 0;
            visibility: hidden;
        }
    }

    .pnation a:hover {
        color: #001F6B;
        background: #fff;
    }

    .ft-menu a:hover {
        padding-left: 1em;
    }
    .ft-sub li {
        a:hover {
            &::before {
                left: 0;
            }
        }
    }
    .ft-txt a:hover {
        &::after {
            opacity: 1;
        }
    }
    .ft-icon a:hover {
        img { opacity: .5;}
    }
}