@charset "UTF-8";
/* 基礎設定 */
html, body {
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    font-weight: 400;
    margin: 0;
    padding: 0;
    width: 100%;
    scroll-behavior: auto !important;
    overflow-x: hidden;
    animation: fadeIn 1s;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
}
/* 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}
}
html.nosc, body.nosc{
	/* overflow: hidden;
    overflow-x: scroll;
    overflow-y: auto; */
}
.color-red { color: #E40046;}
.color-pn { color: #FA6582;}
.color-blue { color: #001F6B;}
.color-lblue { color: #E7ECF7;}
.color-wh{ color: #fff;}
.color-gr { color: #D6F0A8;}
.color-dgr { color: #465A64;}
.color-vgr { color: #73AE2E;}
.color-yg { color: #ABE8B9;}
.color-lgr{ color: #F4F595;}
.color-ye{ color: #FFF200;}
.color-ly{ color: #FFF9F4;}
.color-or{ color: #FFEABA;}
.color-prp{ color: #721DC8;}
.color-gray{ color: #7c7c7c;}
.color-bw{ color: #4D0001;}
.color-bk{ color: #000;}

.bg-red { background: #E40046;}
.bg-pn { background: #FCDBE4;}
.bg-blue { background: #001F6B;}
.bg-lblue { background: #E7ECF7;}
.bg-gr { background: #D6F0A8;}
.bg-dgr { background: #465A64;}
.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;}

.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;
    margin-inline: auto;
    margin-bottom: 1.5rem;
    padding: 0;
}
h1 { font-size: 38px;}
h2 { font-size: 32px;}
h3 { font-size: 29px;}
h4 { font-size: 26px;}
h5 { font-size: 22px;}
h6 { font-size: 15px;}

/* .top-page h2 { font-size: 39px;}
.top-page h3 { font-size: 25px;} */

#titbar {
    position: relative;
    width: 100%;
    padding-top: 8rem;
    padding-bottom: 2rem;
    background: var(--sub-color);
    z-index: 10;

    h1 {
        position: relative;
        color: var(--normal-color);
        max-width: 1000px;
        width: 85%;
        margin-inline: auto;
        padding-bottom: 15px;
    }
    &::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 35vw;
        height: 95%;
        background: url(../img/titbar-bg.png) no-repeat bottom right;
        background-size: contain;
        mix-blend-mode: multiply;
        z-index: 1;
    }
}
#titbar h1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: .5em;
    height: 4px;
    background: var(--main-color);
    z-index: 1;
}
.tit-line { 
    position: relative;
    /* font-size: 32px; */
    color: var(--normal-color);
    padding-bottom: 10px;
    
    &::before, &::after {
        content: "";
        position: absolute;
        bottom: 0;
        height: 4px;
        z-index: -1;
    }
    &::before { 
        left: 0;
        width: 2em;
        background: var(--main-color);
    }
    &::after { 
        left: 2em;
        width: calc(100% - 2em);
        background: #E6E6E6;
    }
}
.tit-bd-l {
    position: relative;
    padding: 0 .75em;
    /* font-size: 29px; */
    color: var(--normal-color);

    &::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 5px;
        height: 100%;
        background: var(--main-color);
        z-index: -1;
    }
}
.tit-border {
    position: relative;
    display: inline-block;
    /* font-size: 26px; */
    color: var(--normal-color);
    border-bottom: 2px solid #D0D0D0;
    padding-bottom: 5px;
}
.tit-point {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--normal-color);
    padding: 0 .75em;

    &::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        transform: translateY(.25em);
        width: 1em;
        height: 1em;
        border-radius: 100vmax;
        background: var(--main-color);
        z-index: -1;
    }
}
.tit-color {
    color: var(--main-color);
    font-weight: 700;
}
.box-wh {
    padding: 2.5em 3em;
    background-color: #fff;
    border-radius: 50px;
    box-sizing: border-box;
}
.box-gray {
    padding: 2.5em 3em;
    background-color: #F8F8F8;
    border-radius: 50px;
    box-sizing: border-box;
}

/* --- flex-box --- */
/* .flex-box {
    display: flex;
    justify-content: center;
}
.flex1 > div { width: 100%; }
.flex2 > div { width: 50%; }
.flex3 > div { width: calc(100% / 3); }
.flex4 > div { width: 25%; }
.flex5 > div { width: 20%; }
.flex-last {
    display: flex;
    justify-content: flex-end;
    flex-flow: column;
} */

/*--- grid-box ---*/
.grid-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.5rem;
}
.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: 10px 0; border-top: 3px solid #466E6E; }

p {
    margin: 0 auto 1.5rem;
    padding: 0;
    line-height: 1.8;
    letter-spacing: 0.02em;
}
a:link,a:visited,a:hover,a:active{ text-decoration: none;}
a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
a[href^="tel:"] {
    color: var(--normal-color);
    text-decoration: underline;
}
a.link-block {
    display: block;
    width: 100%;
    height: 100%;
}
a.link-flex {
    display: flex;
    width: 100%;
    height: 100%;
}


section {
    position: relative;
    z-index: 10;
    padding: 5rem 0;
}
.top-page section:last-child,#cpage section > div:last-child { padding-bottom: 11rem;}
.sec-inline img{
    max-width: 100%;
    height: auto;
}
.sec-inline-start { padding-inline-start: calc((100vw - 1000px) / 2);}
.sec-inline-end { padding-inline-end: calc((100vw - 1000px) / 2);}
.container-fluid{ padding: 0;}


ul, dd, figure {
    margin-bottom: 0;
}
ol { line-height: 2;}

/* ナビゲーション */
#head { 
    position: fixed;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
    height: 70px;
    border-radius: 100vmax;
    z-index: 999;
    transition: .3s;
    background: #fff;
    filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.16));
}

#head h1 { margin: 0}
.h-logo .brand {
    max-width: 175px;
    width: 20vw;
    height: 100%;
    object-fit: contain;
}
.h-logo a {
    display: block;
    width: 100%;
    height: 100%;
}


.h-logo { 
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1;
    height: 45px;
    /* height: 100%; */
    left: 15px;
}

.menu-wrap { 
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-inline: auto;
    height: 100%;
    border: 1px solid #000;
    border-radius: 100vmax;
}
.menu-list { 
    position: relative;
    right: 0;
    height: 100%;
    align-items: center;
}
.menu-list > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding-left: 0;
    column-gap: 1.5em;
    margin-right: 1.5em;
    
}
.menu-list > ul > li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-list > ul > li > a {
    position: relative;
    display: flex;
    align-items: center;
    gap: .25em;
    color: var(--normal-color);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    transition: .3s ease-out;
}
.menu-list > ul > li > a img {
    width: 1.5em;
    height: 1.5em;
    aspect-ratio: 1;
}

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

.nosc #head {
    position: fixed;
    top: 0;
}
.nosc .menu-list {
    display: none !important;
}
.nosc .h-logo {
    display: none;
}
.nosc .menu-wrap { border: none;}
.nosc .openbtn { background: none;}
.nosc main, .nosc main ~ * { filter: blur(3px);}

/* ハンバーガーメニュー */
.openbtn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1001;
    cursor: pointer;
    width: 64px;
    height: 100%;
    border-radius: 0 100vmax 100vmax 0;
    transition: 0.3s;
    background: var(--main-color);
}
#head.act .openbtn { right: 0;}
.openbtn span {
    display: block;
    transition: 0.3s;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 1px;
    background-color: #fff;
    width: 18px;
}
.openbtn span:nth-of-type(1) {
    top: 45%; 
}
.openbtn span:nth-of-type(2) {
    top: 55%; 
}
.openbtn.active span:nth-of-type(1) {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(0px) rotate(-45deg);
}
.openbtn.active span:nth-of-type(2) {
    top: 50%;
    left: 50%;
    transform:  translateX(-50%) translateY(0px) rotate(45deg);
}
/* ×印が横幅を広くしても消えない設定 */
.openbtn.active { display: block !important;}
.nosc .nav-menu { opacity: 0;}
.nosc .sp-menu.d-md-none {
    display: flex !important;
}
.nosc .menu-wrap .d-lg-none {
    display: flex !important;
}
.nosc .menu-wrap .d-xl-none {
    display: flex !important;
}
.nosc #top-menu { display: none !important;}

/* ハンバーガーメニュー内部 */
#clickarea {
    position: fixed;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}
#clickarea.panelactive {
    opacity: 1;
    visibility: visible;
}
.click-list {
    position: absolute;
    padding-top: 5rem;
    padding-inline: 2rem;
    padding-bottom: 5.5rem;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: .3s;
    transform-origin: top;
}
#clickarea.panelactive .click-list {
    transform: translateY(0%);
    width: 100%;
    /* height: 75vh; */
    overflow-y: auto;
    background: var(--main-color);
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    z-index: 1000;
}

.click-menu {
    max-width: 500px;
    width: 100%;
    margin-inline: auto;
    padding: 2rem 1.5rem;
    background: #fff;
    border-radius: 15px;
}
.click-menu ul {
    list-style: none;
}
.click-menu > ul {
    position: relative;
    padding: 0;

    & > li:last-child a {
        padding-bottom: 0;
    }

    & > li {
        position: relative;
        padding-left: 1.25em;
        font-size: 18px;
        font-weight: 700;
        color: var(--normal-color);

        &:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        &::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            transition: .3s;
            max-width: 15px;
            width: 1em;
            max-height: 15px;
            height: 1em;
            aspect-ratio: 1;
            border: 1px solid #333;
            background: #333;
            border-radius: 100vmax;
            z-index: 1;
        }

        &::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 1.25%;
            transform: translateY(-50%);
            transition: .3s;
            max-height: 5px;
            width: .5em;
            height: .5em;
            background: url(../svg/path.svg) center no-repeat;
            background-size: contain;
            z-index: 10;
        }

        & > a { 
            position: relative;
            display: block;
            width: 100%;
            height: auto;
            font-size: 18px;
            font-weight: 700;
            color: var(--normal-color);
            text-wrap: nowrap;
        }
    }
}

/* ボタン類 */
.btn-menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    max-width: 175px;
    height: 71px;
    overflow: hidden;
    right: -1px;
    background: var(--main-color);
    transition: .3s ease-out;
    z-index: 10;
    border-radius: 0 100vmax 100vmax 0;
    border: 1px solid var(--main-color);
}

.btn-menu a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    transition: .3s;
    padding: .5em 1.75em .5em 1.75em;
}


.btn01, .btn02 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    max-width: var(--btn-width);
    width: 80%;
    height: var(--btn-height);
    border-radius: 100vmax;
    text-align: center;
    overflow: hidden;
    background: #333;
    transition: .3s ease-out;
    z-index: 10;
}
.btn-nolink {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-align: center;
    max-width: var(--btn-width);
    width: 35%;
    max-height: var(--btn-height);
    height: 25%;
    border-radius: 100vmax;
    overflow: hidden;
    background: #333;
    transition: .3s ease-out;
    z-index: 10;
}
.btn02 {
    max-width: 160px;
    background: #333;
}

.btn01 a, .btn02 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    border-radius: 100vmax;
    white-space: nowrap;
    color: #fff;
    transition: .3s ease-out;

    &::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0.75em;
        transform: translateY(-50%);
        transition: .3s;
        max-width: 30px;
        width: 2em;
        max-height: 30px;
        height: 2em;
        aspect-ratio: 1;
        border: 1px solid currentColor;
        border-radius: 100vmax;
        z-index: 1;
    }

    &::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 1.35em;
        transform: translateY(-50%);
        transition: .3s;
        max-width: 10px;
        width: 1em;
        height: 1em;
        background: url(../svg/arrow.svg) center no-repeat;
        background-size: contain;
        z-index: 10;
    }
}
.btn02 a { 
    color: #fff;

    &::after {
        filter: brightness(0) invert(1);
    }
}
.btn-nolink span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    border-radius: 100vmax;
    white-space: nowrap;
    color: #fff;
    transition: .3s ease-out;

    &::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0.75em;
        transform: translateY(-50%);
        transition: .3s;
        max-width: 30px;
        width: 2em;
        max-height: 30px;
        height: 2em;
        aspect-ratio: 1;
        border: 1px solid #fff;
        border-radius: 100vmax;
        z-index: 1;
    }

    &::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 1.35em;
        transform: translateY(-50%);
        transition: .3s;
        max-width: 10px;
        width: 1em;
        height: 1em;
        background: url(../svg/arrow.svg) center no-repeat;
        background-size: contain;
        z-index: 10;
    }
}

.arrow {
    position: relative;
    display: block;
    width: 2em;
    height: 2em;
    aspect-ratio: 1;
    border-radius: 100vmax;
    transition: .3s;

    &::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        transition: .3s;
        max-width: 50px;
        width: 2.75em;
        max-height: 50px;
        height: 2.75em;
        aspect-ratio: 1;
        border-radius: 100vmax;
        background: #333;
        z-index: 1;
    }
    &::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        transition: .3s;
        max-width: 16.5px;
        width: 1em;
        height: 1em;
        background: url(../svg/arrow.svg) center no-repeat;
        background-size: contain;
        z-index: 10;
    }
}

/* TOPのsection設定 */
.sec-wrap {
    position: relative;
    width: 85%;
    max-width: 1000px;
    margin-inline: auto;
}
.fade-in-up {
    opacity: 0;
    transform: translateY(-40px);
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}
.is-visible {
    opacity: 1;
    transform: translateY(0);
}
/* 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;
}

:root {
    --main-color: #FF611C;
    --sub-color: #F5F4E2;
    --normal-color: #000;

    --btn-width: 235px;
    --btn-height: 57px;

    /* --font-ja: "senobi-gothic", sans-serif; */
}
.main-color { color: var(--main-color);}
.sub-color { color: var(--sub-color);}

/* TOP */
#maintop {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    background: var(--sub-color);
}
.main-wrap {
    position: relative;
    padding-top: 7rem;
    padding-bottom: 7.5rem;
}
.main-img {
    display: flex;
    justify-content: flex-end;
    border-radius: 10px 0 0 10px;
}
.main-img img {
    /* max-width: 1050px; */
    width: 82vw;
    object-fit: contain;
    object-position: right;
    border-radius: 10px 0 0 10px;
}

.main-txt {
    position: absolute;
    left: 6%;
    bottom: 50%;
    max-width: 830px;
    width: 65vw;
    z-index: 20;
}
.main-txt img { object-position: bottom;}
.main-map {
    position: absolute;
    left: -8.5%;
    bottom: 4.5%;
    max-width: 620px;
    width: 50vw;
    z-index: 10;
}


/* sec01 */
.top-page hgroup {
    max-width: 400px;
    text-align: center;

    h2 { margin-bottom: 1.5rem;}
    span {
        font-size: 16px;
        font-weight: 700;
    }
}
.top-page section:not(#maintop) {
    &::before {
        content: "";
        position: absolute;
        top: -12.5px;
        width: 100%;
        height: 25px;
        background: url(../img/border.png) repeat-x center;
        background-size: contain;
        z-index: -1;
    }
}
#sec01 {
    padding: 11rem 0 12.5rem;

    hgroup {
        position: absolute;
        top: -2.5em;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
    }
}
#cpage #sec01 { padding: 8rem 0 16rem;}
#sec01 .sec01-txt {
    position: relative;

    &::after {
        content: "";
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%,-50%);
        max-width: 475px;
        width: 100%;
        max-height: 475px;
        aspect-ratio: 1;
        border-radius: 100vmax;
        background: var(--sub-color);
        z-index: -1;
    }
}
.sec01-box {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 3rem;
}
#sec01 p {
    font-weight: 500;
    text-align: center;
    line-height: 2.2;
    margin-bottom: 0;
}
#sec01 p .small-txt {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    margin-top: .25rem;
}

/* sec02 */
#sec02 {
    padding: 6.5rem 0;
    background: var(--sub-color);

    hgroup {
        position: absolute;
        top: -3em;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;

        h2 { margin-bottom: .5rem;}
    }
}

.news-wrap { 
    width: 100%;
    margin-inline: auto;
    margin-bottom: 3rem;
}

.news-list {
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
}

.news-list li {
    position: relative;
    width: 100%;
    /* max-width: 225px; */
    margin-inline: auto;
    transition: .3s;
    overflow: hidden;
}

.news-list li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    transition: .3s ease-out;

    --outer-radius: 8px;
    --border-thickness: 1px;

    figure {
        max-height: 420px;
        border: var(--border-thickness) solid #000000;
        border-radius: var(--outer-radius);
        margin-bottom: .5rem;
        overflow: hidden;
    }
    img {
        border-radius: calc(var(--outer-radius) - var(--border-thickness));
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 6;
        object-fit: cover;
        object-position: top;
        transition: .3s ease-out;
    }
    time {
        display: block;
        width: 100%;
        font-size: 14px;
        color: var(--main-color);
        font-weight: 700;
        margin-bottom: .5rem;
    }
}

.news-list li a .news-txt {
    position: relative;
    width: 100%;
}
.news-list li a .txt {
    font-size: 18px;
    line-height: 1.6;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.block-center {
    display: flex;
    justify-content: center;
}

.sec-bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* sec03 */
#sec03 {
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 30%, rgba(245, 244, 226, 1) 30%);

    hgroup {
        position: absolute;
        top: -2.5em;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
    }
}
.bnr {
    max-width: 1000px;
    margin-inline: auto;
    border-radius: 15px;
}
#bnr01 { 
    margin: 2rem auto 4rem;
}
#bnr01 .img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;

    &::before, &::after {
        content: "";
        position: absolute;
        top: 1.5rem;
        width: 20%;
        max-height: 360px;
        height: 100%;
        z-index: 10;
    }
    &::before {
        max-width: 180px;
        left: 5%;
        background: url(../img/info01-img01.png) no-repeat top;
        background-size: contain;
    }
    &::after {
        max-width: 180px;
        right: 6%;
        background: url(../img/info01-img02.png) no-repeat top;
        background-size: contain;
    }
}
#bnr01 .img > img {
    box-shadow: 0px 3px 20px rgba(0,0,0,0.16);
    border-radius: 15px;
}
#bnr01 button {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.bnr a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.bnr .arrow {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}

#bnr02 img, #bnr03 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    box-shadow: 0px 3px 20px rgba(0,0,0,0.16);
}

/* フッター*/
footer {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 6rem;
    background: #D0CFC5;
    z-index: 10;    
}
footer > * {
    max-width: 1000px;
    width: 85%;
    margin-inline: auto;
}
footer .bnr {
    margin-top: -10rem;
    margin-bottom: 3rem;
}
.ft-wrap {
    position: relative;
    display: flex;
    align-items: baseline;
    gap: 3rem;
    max-width: 1000px;
    width: 85%;
    background: #fff;
    border-radius: 10px;
    margin-inline: auto;
    margin-bottom: .5rem;
    padding: 2rem 3rem 2rem 3.5rem;

    &::before {
        content: "";
        position: absolute;
        top: -5%;
        right: -26%;
        max-width: 500px;
        width: 50%;
        max-height: 350px;
        height: 100%;
        background: url(../img/map02.png) no-repeat top right;
        background-size: contain;
        z-index: 1;
    }
}
.ft-logo {
    

    img {
        max-width: 155px;
        width: 100%;
        object-fit: contain;
    }
}

.ft-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    padding: .5rem 1rem;
    max-width: 445px;
    background: var(--sub-color);
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
}
.ft-b-txt {
    font-size: 12px;

    a {
        display: flex;
        align-items: baseline;
        gap: .25em;
        font-size: 27px;
        font-weight: 900;
        text-decoration: none;
        text-wrap: nowrap;
    }
    img {
        width: .85em;
        height: .85em;
        object-fit: contain;
    }
}
/* footer .ft-box:last-child .ft-b-txt, .ft-for .ft-b-txt {
    color: #FA6582;

    a { color: currentColor;}
} */
.ft-link {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: .5rem;
    z-index: 20;

    /* &::before {
        content: "";
        position: absolute;
        top: -5%;
        right: -25%;
        max-width: 470px;
        width: 45%;
        max-height: 330px;
        height: 100%;
        background: url(../img/map02.png) no-repeat center right;
        background-size: contain;
        z-index: 1;
    } */
}
.ft-menu > ul {
    position: relative;
    list-style: none;
    padding-left: 0;
    column-count: 3;

    & > li {
        position: relative;
        padding-left: 1.25em;
        margin-bottom: .25em;

        &::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            transition: .3s;
            max-width: 15px;
            width: 1em;
            max-height: 15px;
            height: 1em;
            aspect-ratio: 1;
            border: 1px solid #333;
            background: #333;
            border-radius: 100vmax;
            z-index: 1;
        }

        &::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 2.5%;
            transform: translateY(-50%);
            transition: .3s;
            max-height: 5px;
            width: .5em;
            height: .5em;
            background: url(../svg/path.svg) center no-repeat;
            background-size: contain;
            z-index: 10;
        }

        & > a { 
            position: relative;
            display: block;
            width: 100%;
            height: auto;
            font-size: 14px;
            font-weight: 700;
            color: var(--normal-color);
            text-wrap: nowrap;
        }
    }
}

.ft-menu {
     position: relative;

     &:not(:first-child)::before {
        content: "";
        position: absolute;
        top: 0;
        left: -2rem;
        width: 1px;
        height: 100%;
        background: #4B4B4B;
    }
}
.ft-list {
    position: relative;
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    /* flex-wrap: wrap;
    row-gap: .5rem; */
    font-size: 12px;
    font-weight: 500;
    z-index: 10;

    li {
        position: relative;

        &:not(:last-child) { padding-right: 5em;}

        &:not(:first-child)::before {
            content: "";
            position: absolute;
            top: 0;
            left: -2.5em;
            width: 1px;
            height: 100%;
            background: var(--normal-color);
            z-index: 10;
        }
    }
    a {
        display: block;
        width: 100%;
        height: 100%;
        color: var(--normal-color);
        transition: .3s;
    }
}

/* --------------------------------------------
    other page
-------------------------------------------- */
#cpage {
    /* color: #fff;
    background: #171717; */
    font-size: 16px;
}
.sec-inline { 
    padding-inline: calc((100vw - 1000px) / 2);
    box-sizing: content-box;
    container-type: inline-size;
    max-width: 1000px;
    margin-inline: auto;
    /* padding-right: 50px;
    padding-left: 50px; */
}
#cpage .sec-inline {
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
}
#cpage .table>:not(caption)>*>* {
    border-width: 1px;
    border-color: #000;
}


#cpage .sec-inline > div {
    position: relative;
    background: none;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
#cpage .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;
}
#cpage .sec-inline > div:nth-child(odd)::before {
    background: #fff;
}
/* #cpage .sec-inline > div a { 
    color: #fff;
    text-decoration: underline;
} */
#cpage .sec-inline > div .news-list a {
    text-decoration: none;
}

#cpage .sec-inline > div:nth-child(even)::before {
    background: var(--sub-color);
}
/* #cpage .sec-inline > div a {
    color: var(--main-color);
    text-decoration: underline;
} */
#cpage .sec-inline > div button a {
    color: #000;
    text-decoration: none;
}


.breadcrumb {
    display: block;
    margin-top: 5px;
    margin-bottom: 0;
    margin-inline: auto !important;
    padding: 0 !important;
}
.breadcrumb ul {
    list-style: none;
    display: block;
    position: relative;
    width: 85%;
    max-width: 1000px;
    margin-inline: auto!important;
    padding-bottom: 0.5em;
    padding-left: 0;
}
.breadcrumb ul li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: var(--normal-color);
    letter-spacing: 0.02em;
    margin: 0;
    padding: 0!important;
}
.breadcrumb ul li span > span {
    display: inline-block;
}
.breadcrumb ul li span > img, .breadcrumb ul img { 
    width: 1em;
    height: 1em;
    object-fit: contain;
    margin: 0;
}
.breadcrumb ul li a {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #ACACAC;
}
.breadcrumb ul li a:hover { color: var(--main-color);}
.breadcrumb ul li span > span:last-child {
    max-width: 15em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;
}

/* contact */
.contact-form dl > div.contact-short-item {
    margin: 0.125em 0;
    padding: 0.5em 0;
    display: flex;
    /* border-bottom: 1px dotted #aeaeae; */
}
.contact-form dl dt {
    font-weight: bold;
    width: 22em;
    margin-right: 2rem;
    /* background: #fff; */
    padding: 10px 15px;
    white-space: nowrap;
    border-radius: 6px;
}
.contact-form dl label {
    margin-bottom: 0;
}
.contact-form p {
    font-size: 1rem!important;
    width: 100%!important;
    margin-bottom: 0!important;
    text-wrap: wrap;
}
.contact-form p.form-cp {
    font-size: 0.8em!important;
    line-height: 1.4;
    margin: 5px 0;
}
.contact-form dl dd {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.contact-form .must {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    display: inline-block !important;
    margin-left: 5px !important;
    padding: 5px 0.3rem 5px !important;
    background: var(--main-color) !important;
    border-radius: 3px !important;
    vertical-align: baseline !important;
}
.contact-form dl dd textarea {
    width: 100%;
}
.wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}
.wpcf7-list-item { 
    display: block !important;
    margin: 0 !important;
}
/* .wpcf7-radio .wpcf7-list-item label {
    background: #226FC3;
    padding: 0.25rem 0.75rem;
    border-radius: 5px;
    cursor: pointer;
} */
.contact-form input:not([type="submit"]), .contact-form dl dd textarea {
    border-width: 0;
    /* border-bottom: 2px solid #333 !important; */
    background: var(--sub-color);
}
.wpcf7-submit {
    color: #fff!important;
    font-size: 18px!important;
    width: 12em!important;
    font-size: 1em!important;
    font-weight: bold!important;
    line-height: 1!important;
    letter-spacing: 0.1em!important;
    display: block!important;
    margin: 30px auto!important;
    padding: 20px 5em!important;
    text-align: center;
    background: var(--main-color) !important;
    border-color: var(--main-color) !important;
    border-width: 1px !important;
    border-style: solid !important;
    background-size: 110%!important;
    background-position: center!important;
    border-radius: 10px!important;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#aform_btn_submit {
    color: #fff;
    background: #EFF3F7;
    box-shadow: 0px 3px 3px #333;
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
}
/*--- table ---*/

/* 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; */
}

a.anchorpoint {
    display: block;
    padding-top: 110px;
    margin-top: -110px;
}
.anchor-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}
.anchor-list button {
    position: relative;
    max-width: 300px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 100vmax;
    overflow: hidden;
    z-index: 10;

    a {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
        padding: 1rem;

        &::after {
            content: "\f13a";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            top: 1.25em;
            right: .5em;
            transform: translate(-50%,-50%);
            font-size: 1.5em;
        }
    }
}

.full-map {
    line-height: 0;
    /* width: 100%; */
    max-height: 365px;
    overflow: hidden;
}
.full-map iframe {
    width: 100%;
    height: 685px;
    margin-top: -150px;
}
.map-img{
    object-fit: contain;
}

.about-list {
    display: flex;
    flex-wrap: wrap;
    /* padding: 1rem; */
    margin-bottom: 2rem;
}
.about-list dt {
    width: 20%;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
}
.about-list dt,.about-list dd {
    padding: 1rem;
    border-bottom: 1px solid #4B4B4B;
    margin-bottom: 0;
}
.about-list dt:last-of-type,.about-list dd:last-of-type {
    border-bottom: none;
}
.about-list dd{
    width: 80%;
    padding: 1rem;
    line-height: 1.8;
}

.bg-wrap {
    /* color: #000; */
    padding: 1.5rem 1rem;
    background: #5d5d5d;
    margin-bottom: 2rem;
}
.about-tbl {
    width: 100%;
    margin-bottom: 2rem;

    th, td {
        vertical-align: top;
        padding: 1rem;
        font-weight: 400;
        line-height: 1.8;
    }
    /* tr:first-child th, tr:first-child td {
        border-top: 1px solid #4B4B4B;
    } */
    tr:not(:last-child) th, tr:not(:last-child) td {
        border-bottom: 1px solid #4B4B4B;
    }
}
.about-tbl ul {
    list-style: none;
    padding: 0;
}
.about-tbl ul li {
    line-height: 2;
}

.about-flex {
    display: flex;
    /* justify-content: space-between; */
}
.about-flex .item {
    /* width: calc(100% / 3 - 1rem); */
    padding: 1rem;
    /* border: 1px solid #fff; */

    img {
        width: 100%;
        max-height: 210px;
        object-fit: contain;
        margin-inline: auto;
    }
}

.pnavi {
    text-align: center;
    margin-top: 2rem;
}
.pnavi span { color: var(--normal-color);}
.pnavi span, .pnavi a {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 10px;
    border: 2px solid var(--sub-color);
    transition: .3s ease-out;
}
#cpage .sec-inline > div .pnavi a {
    color: #000;
    text-decoration: none;
    background: var(--sub-color);
}
#cpage .sec-inline > div .pnavi a:hover {
    color: var(--normal-color);
    background: transparent;
}
#cpage .sec-inline > div .pnavi a img {
    width: 1em;
    height: 1em;
    margin-left: 5px;
    stroke: #000;
    stroke-width: 2px;
    fill: none;
    transition: .3s;
}
#cpage .sec-inline > div .pnavi a img.rev {
    transform: rotateZ(180deg);
}

.flow {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 2rem;
}
.flow .item {
    position: relative;
    display: flex;
    align-items: center;
}
.flow .num {
    position: absolute;
    /* top: 50%;
    left: 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    padding: .5rem;
    background-color: var(--main-color);
    width: 50px;
    height: 50px;
    aspect-ratio: 1;
    border-radius: 100vmax;
}
.flow .item:not(:last-child) .num::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -75%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background: var(--main-color);
    z-index: -1;
}

.flow .txt {
    width: 100%;
    font-size: 18px;
    padding-left: calc(50px + 1em);
    /* text-align: center; */
    /* text-wrap: nowrap; */
    /* padding: 2em 3em 2em 1em; */
}
/* .flow-arrow {
    display: block;
    position: relative;
    left: calc(50% + .5rem);
    transform: translateX(-50%);
    margin-bottom: 1.5rem;
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
    background-color: var(--main-color);
    width: 100%;
    max-width: 100px;
    height: 35px;
} */

.for-txt {
    font-weight: 500;
    text-decoration: underline;
}

.cir-box {
    /* display: flex;
    justify-content: center;
    flex-wrap: wrap; */
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
    margin-bottom: 4rem;
}
.cir-box .item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    max-width: 300px;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    border: 3px solid var(--main-color);
    border-radius: 100vmax;
    padding: 1.5rem;
    font-weight: 700;
    text-align: center;
}
.cir-box .num {
    font-size: 18px;
    color: #fff;
    background: var(--main-color);
    padding: .25rem 1rem;
    border-radius: 15px;
}

.grid-column2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 2rem;
}
.grid-column2 .item {
    font-size: 21px;
    font-weight: 500;
    text-align: center;
}

.schl-list {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;

    li {
        position: relative;
        padding-left: 2em;
        width: calc(100% / 2 - 1.25rem);

        &::before {
            content: "";
            position: absolute;
            top: .9em;
            left: 0;
            transform: translateY(-50%);
            transition: .3s;
            max-width: 23px;
            width: 1.25em;
            max-height: 23px;
            height: 1.25em;
            aspect-ratio: 1;
            border: 1px solid #333;
            background: #333;
            border-radius: 100vmax;
            z-index: 1;
        }
        &::after {
            content: "";
            position: absolute;
            top: .9em;
            left: 0.5%;
            transform: translateY(-50%);
            transition: .3s;
            max-height: 8px;
            width: 1em;
            height: 1em;
            background: url(../svg/path.svg) center no-repeat;
            background-size: contain;
            z-index: 10;
        }
    }
    
    a {
        font-size: 18px;
        font-weight: 700;
        color: var(--normal-color);
    }
}

.list1 {
    li { 
        padding-right: 1em;
        font-weight: 500;
    }
    li:not(:last-child) {
        margin-bottom: 1rem;
    }
}
.list1 .small-txt {
    font-size: .9em;
    font-weight: 400;
}
.list2 {
    column-count: 2;
    margin-top: 1rem;
    padding-left: 1em;

    li { 
        padding-right: 1em;
    }
    li:not(:last-child) {
        margin-bottom: 1rem;
    }
}

/* .img-box {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
}
.img-box .item {
    max-width: 350px;
    width: 100%;
    margin-inline: auto;
}
.img-box .img-tit {
    font-weight: 500;
    text-align: center;
    padding: 1rem;
    border: 3px solid var(--main-color);
    border-top: none;
    background: #fff;
}
.img-box .item .small-txt {
    font-size: .9em;
    font-weight: 400;
} */

@media (min-width: 1800px) {
    .main-txt {
        max-width: 1100px;
        bottom: 60%;
    }
    .main-map {
        max-width: none;
    }
}
@media (min-width: 1300px) {
    .sec-inline-start, .sec-inline-end {
        padding: 0;
    }
}
@media (max-width: 991px) {
    #head {
        height: 55px;
        top: 15px;
    }
    .h-logo .brand { 
        width: 85px;
    }
    .h-logo { left: 1.5rem;}
    .h-logo .brand { 
        max-width: none;
    }
    .nosc #head { width: 100%;}
    .nosc .h-logo .brand { display: none;}
    .openbtn { 
        height: calc(100% + 2px);
        top: -1px;
        right: -1px;
    }
    .breadcrumb ul {
        padding-inline: initial;
    }
    .sec-inline-start {
        padding-inline: initial;
        padding-left: 7.5%;
    }
    .sec-inline-end {
        padding-inline: initial;
        padding-right: 7.5%;
    }
    .sec-inline {
        padding-inline: initial;
        padding-left: 6%;
        padding-right: 6%;
    }
    .grid-box {
        grid-gap: 1.5vw;
    }

    .main-wrap {
        padding-top: 15rem;
        padding-bottom: 19rem;
    }
    .main-img img { width: 92.5vw;}
    .main-txt {
        left: 7.5%;
        bottom: 72.5%;
        max-width: 600px;
    }
    .main-map { 
        max-width: 700px;
        width: 80vw;
        left: -12.5%;
        bottom: 8.5%;
    }

    .ft-wrap {
        flex-direction: column;
        gap: 1.5rem;
    }
}
/* SPサイズ */
@media (max-width: 767px) {
    /* 基礎設定 */
    html, body { 
        /* overflow-x: hidden; */
        font-size: 16px;
    }
    
    body.top-page::before {
        background-image: url(../img/bg-sp.png);
    }
    

    /* .openbtn { right: 1rem;} */
    h1 { font-size: 26px; }
    h2 { font-size: 24px; }
    .top-page hgroup {

        h2 {
            font-size: 30px;
        }

        span {
            font-size: 16px;
        }
    }
    h3 { font-size: 22px; }
    #sec02 h3 {
        font-size: 25px;

        span { font-size: 48px;}
    }
    h4 { font-size: 20px; }
    h5 { font-size: 18px; }
    h6 { font-size: 16px; }
    .grid-box { grid-gap: 1rem;}
    
    .box-wh, .box-gray, .box-grad { padding: 2rem; }
    .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.panelactive .click-list { width: 100%;}
    #clickarea { 
        width: 100%;
    }
    .click-menu {
        display: block;
    }
    .click-menu ul.menu-main { width: 100%;}
    .click-menu ul.menu-main > li {
        padding-bottom: 1.5rem;
    }
    .click-menu ul.menu-main .menu-sub {
        & > li:last-child {
            padding-bottom: 0;
        }
    }
    #titbar h1 { font-size: 26px;}
    
    #sec01 {
        padding: 5rem 0 10rem;
    }
    .sec01-box { 
        font-size: 21px;
        margin-bottom: 1.5rem;
    }
    #sec01 p .small-txt { font-size: 14px;}


    .news-list li {
        max-width: 250px;
    }
    .news-list li a {
        display: block;
    }
    .news-list li a .txt {
        font-size: 16px;
         -webkit-line-clamp: 3;
    }
    .news-wrap { 
        display: block;
        margin-bottom: 2.5rem;
    }
    .news-item a {
        flex-direction: column;
        align-items: flex-start;
        gap: .5rem;
    }
    .news-list li a {
        time {
            display: block;
            margin-bottom: .5rem;
        }
    }


    .breadcrumb ul li span > span:last-child {
        max-width: 20em;
        vertical-align: bottom;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        /* display: -webkit-box; */
    }

    .anchor-list {
        flex-direction: column;
    }

    .contact-form dl > div.contact-short-item { display: block;}
    .contact-form dl dt {
        width: 100%;
        margin-right: 0;
        margin-bottom: auto;
        padding: 10px;
    }
    .contact-form dl dd { 
        width: 100%;
    }
    .contact-form dl dd input, .contact-form dl dd textarea { max-width: 100%;}

    .about-flex {
        display: block;
    }
    .about-flex .item {
        width: 100%;
        margin-bottom: 1rem;
    }

    .cir-box {
        grid-template-columns: auto;
    }

    .img-box {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width: 575px) {
    .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; }
    .btn01 { max-width: none;}
    /* .top-page main {
        margin-top: 75px;
    } */

    .main-wrap {
        /* max-height: 600px; */
        /* min-height: 90vh; */
        padding-top: 15rem;
        padding-bottom: 13.5rem;
    }
    .main-txt { 
        width: 85vw;
        left: 7.5%;
        bottom: 67.5%;
    }
    .main-txt img {
        max-height: 115px;
    }
    .main-img img { 
        width: 92.5vw;
    }
    .main-map { 
        left: -16%;
        bottom: 9%;
        max-width: 400px;
        width: 92vw;
    }

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

    .top-page hgroup {
        h2 {
            margin-bottom: 0.25rem;
        }
    }

    #sec01 {
        padding: 4rem 0 6rem;

        hgroup { 
            top: -5%;
            max-width: 200px;
            width: 70%;
        }
    }

    #cpage #sec01 { padding-top: 5rem;}

    #bnr01 .img {
        &::before, &::after {
            top: 2.5rem;
            width: 30%;
            max-height: 160px;
        }
        &::before {
            left: -5%;
        }
        &::after {
            right: -4%;
        }
    }

    .bnr {
        max-width: 330px;
    }
    #bnr01 button { 
        top: 81%;
        width: 55%;
        height: 40px;
    }
    .btn-nolink span { 
        font-size: 14px;

        &::before {
            width: 1.5em;
            height: 1.5em;
        }
        &::after { right: 1.15em;}
    }

    #sec02 { 
        padding: 5rem 0;

        hgroup { 
            top: -2%;
            max-width: 200px;
            width: 70%;
        }
    }
    .news-list {
        grid-template-columns: auto;
        gap: 3rem;
    }

    .btn-menu {
        max-width: none;
    }

    #sec03 { 
        hgroup { 
            top: -5%;
            max-width: 230px;
            width: 70%;
        }
    }

    #maintop { border: none;}
    
    

    #bnr01 { margin: 2rem auto 1.5rem;}
    .bnr .arrow {
       &::before {
            width: 2.5em;
            height: 2.5em;
        }
    }

    #bnr02 .arrow {
        top: auto;
        right: auto;
        left: 50%;
        bottom: 8%;
        transform: translate(-50%,-50%);
    }

    #bnr03 .arrow {
        top: auto;
        right: auto;
        left: 50%;
        bottom: 13%;
        transform: translate(-50%,-50%);
    }

    .top-page section:last-child { padding-bottom: 7.5rem;}
    #cpage section > div:last-child, #cpage #sec01 { padding-bottom: 10rem;}

    .top-page section:not(#maintop) {
        &::before {
            top: -6px;
            height: 12px;
            background: url(../img/border-sp.png) repeat-x center;
            background-size: contain;
        }
    }

    #bnr02 img, #bnr03 img { border-radius: 15px;}

    footer { 
        padding-top: 10rem;
        padding-bottom: 4rem;
    }
    footer .bnr { 
        margin-top: -16rem;
        margin-bottom: 2rem;
    }
    .ft-wrap {
        padding: 2rem 1rem 4rem;
        margin-bottom: 8rem;
        gap: 2rem;

        &::before {
            content: "";
            background: url(../img/map02.png) no-repeat bottom right;
            background-size: contain;
            top: auto;
            bottom: -27%;
            right: -40%;
            width: 125%;
            max-height: 220px;
        }
    }
    .ft-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: .5rem .75rem;
    }
    .ft-b-txt { font-size: 10px;}
    .ft-menu > ul {
        column-count: 1;
    }
    .ft-menu > ul {
        & > li {
            &::after {
                left: 4px;
            }
        }
    }
    .ft-menu > ul {
        & > li {
            margin-bottom: 1.25rem;
        }
        & > li:last-child {
            margin-bottom: 0.75rem;
        }
    }
    .ft-link {
        width: 100%;
        flex-direction: column;
        gap: .5rem;
    }
    .ft-link > ul {
        width: 100%;

        & > li {
            width: 100%;

            &:not(:last-child) {
                margin-bottom: 1rem;
            }

            a {
                display: block;
                width: 100%;
                height: 100%;
            }
        }
    }
    .ft-list {
        align-items: flex-start;
        flex-direction: column-reverse;
        gap: .5rem;

        li {
            width: 100%;

            &:not(:first-child)::before {
                content: none;
            }
        }
    }
    .contact-form dl {
        flex-direction: column;
    }


    #titbar {
        &::after {
            width: 80vw;
        }
    }

    .grid-column2 .item { font-size: 18px;}

    .about-list dt, .about-list dd {
        width: 100%;
    }
    .about-list dt {
        font-size: 16px;
        border-bottom: none;
        padding-bottom: 0.5rem;
    }
    .about-list dd {
        padding-top: 0;
    }
    .about-list dd {
        font-size: 14px;
    }
    

    .about-tbl {
        th, td {
            display: block;
            padding: 0rem .5rem;
        }
        tr:not(:first-child) th {
            padding-top: 1rem;
         }
        tr:not(:last-child) th {
            border-bottom: none;
        }
        tr:first-child td {
            border-top: none;
        }
        th { 
            font-size: 18px;
            padding-bottom: 1rem;
        }
        td {
            font-size: 14px;
            border-top: none;
            padding-bottom: 1rem;
            line-height: 1.8;
        }
    }
    .about-tbl ul li {
        margin-bottom: .5rem;
    }

    .list2 { column-count: 1;}
    .schl-list {
        li {
            width: 100%;

            a { font-size: 16px;}
        }
    }

    .img-box {
        grid-template-columns: repeat(1,1fr);
    }

    .flow .txt { font-size: 16px;}

    .ft-txt {
        width: 100%;
        text-align: center;
    }

    .copy { text-align: center;}
}
@media (max-width: 400px) {
    .bnr { max-width: 265px;}
}

@media (any-hover: hover) {
    .menu-list ul li a:hover, .ft-list a:hover {
        color: var(--main-color);
    }
    .ft-link .ft-menu > ul, .schl-list {
        li {
            a:hover {
                color: var(--main-color);       
            }
        }
    }
    .btn01:hover, a:hover .btn-nolink, a:hover .arrow::before {
        background: var(--main-color);
    }
    .btn02:hover a { 
        color: #000;
        filter: brightness(0) invert(0);
    }
    .btn02:hover {
        background: var(--sub-color);
    } 
    .btn-tel:hover {
        background: var(--sub-color);
    }

    .btn-menu:hover {
        background: #fff;
        a {
            color: var(--main-color);
        }
    }

    .h-logo a:hover,
    .link-flex a:hover,
    .entry a:hover
    { opacity: .5;}


    .news-list li a:hover {        
        img {
            filter: brightness(.75);
            scale: 1.05;
        }
    }


    .btn-menu:hover a {
        &::after {
            filter: brightness(0) invert(1);
        }
    }


    .ft-txt a:hover { opacity: .5;}
}