@charset "UTF-8";
/* 基礎設定 */
html, body {
    font-size: 16px;
    line-height: 1.8;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    position: relative;
    font-weight: 400;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #57461F;
    /* background: #fff; */
    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}
}
/* .txt-ja, span[lang='ja'] { font-family: "Noto Sans JP", sans-serif;}
.txt-en, span[lang='en'] {
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
} */
/* html{ height: -webkit-fill-available;} */
html.nosc,body.nosc{
	/* overflow: hidden;
    overflow-x: scroll;
    overflow-y: auto; */
}
.color-red { color: #E40046;} 
.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;}

.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.05em; */
    margin-inline: auto;
    margin-bottom: 1.5rem;
    padding: 0;
}
h1 { font-size: 40px;}
h2 { font-size: 30px;}
h3 { font-size: 26px;}
h4 { font-size: 24px;}
h5 { font-size: 20px;}
h6 { font-size: 18px;}

/* root */
:root {
    --main-width: 93.5%;
}

#pagetit {
    position: relative;
    background: #FAF3E7;
    text-align: center;
    padding: 3rem 1rem 13rem;
    overflow: hidden;

    h1 {
        position: relative;
        color: #000000;
        padding-top: 1.5rem;
        padding-bottom: 0;
        margin-bottom: 0;
        z-index: 10;

        &::before, &::after {
            content: "";
            position: absolute;
            top: 0;
            width: 1rem;
            height: 1rem;
            aspect-ratio: 1;
            clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
            mix-blend-mode: multiply;
        }
        &::before {
            left: calc(50% - .3em);
            background: linear-gradient(90deg,rgba(36, 85, 165, 1) 40%, rgba(255, 255, 255, 1) 100%);
            z-index: 1;
        }
        &::after {
            left: calc(50% - .1em);
            background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(235, 97, 0, 1) 80%);
            z-index: 5;
        }
    }

}
.tit-line { 
    position: relative;
    color: #57461F;
    padding-bottom: .25em;

    &::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background-image: url(../img/border.png);
        background-position: center;
        background-repeat: repeat-x;
        background-size: contain;
        z-index: -1;
    }
}
.tit-bg {
    position: relative;  
    padding: 0.5em 1em;
    color: #57461F;
    background: #FAF3E4;
    margin-bottom: calc(1.5rem + 0.2em);
    border-radius: 10px;

    &::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 9px;
        height: 100%;
        border-radius: 10px 0 0 10px;
        background: #EF8229;
        z-index: 10;
    }
}
.tit-bd-l {
    position: relative;
    padding: 0 1.25em;
    color: #57461F;

    &::before {
        content: "";
        position: absolute;
        top: 14px;
        left: 0;
        transform: translateY(-50%);
        width: 1em;
        height: 7px;
        background: #EF822A;
        border-radius: 100vmax;
        z-index: -1;
    }
}
.tit-point {
    position: relative;
    display: flex;
    align-items: center;
    color: #000;
    padding-left: 1em;
}
.tit-point::before {
    content: "◆";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(.5em);
    font-size: 0.5em;
    font-weight: 700;
    color: #EF822A;
}
.tit-color {
    color: #57461F;
}
.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;
}
.box-blue {
    padding: 1rem;
    background-color: #DEF0FC;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #001F6B;
}

/* --- 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 {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
a.link-block {
    display: block;
    width: 100%;
    height: 100%;
}
a.link-flex {
    display: flex;
    width: 100%;
    height: 100%;
}
a:link,a:visited,a:hover,a:active{ text-decoration: none;}

section {
    position: relative;
    z-index: 10;
    padding: 5rem 0;
}
.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;
}

/* ナビゲーション */
#head { 
    position: fixed;
    top: 0;
    left: 0;
    width: 96%;
    height: 75px;
    margin-inline: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    transition: .3s;
    filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.05));
}
#head h1 { margin: 0}
.h-logo .brand {
    max-width: 300px;
    width: 28vw;
    object-fit: contain;
}

.h-logo { 
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1;
    height: 100%;
    left: 1.5rem;
    transition: .3s ease-out
}
.nosc .menu-list {
    display: none !important;
}
.menu-wrap { 
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin-inline: auto;
    background: #fff;
    border-radius: 0 0 15px 15px;

    i {
        font-size: 0.75em;
        padding-left: .5em;
    }
}
.menu-list { 
    height: 100%;
    align-items: center;
}
.menu-list > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding-left: 0;
    column-gap: 2.25em;
    margin-right: 2.5em;
    height: 100%;
}
.menu-list > ul > li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.menu-list > ul > li > a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #57461F;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    transition: .3s ease-out;

    &::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 3em;
        height: 6px;
        background: #EF8229;
        border-radius: 7px 7px 0 0;
        opacity: 0;
        transition: .3s ease-out;
    }
}

.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: 0;
    right: 2rem;
    z-index: 1001;
    cursor: pointer;
    width: 40px;
    height: 100%;
    transition: 0.3s;
}
.openbtn span {
    display: block;
    transition: 0.3s;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 1px;
    background-color: #57461F;
    width: 20px;
}
.openbtn span:nth-of-type(1) {
    top: 40%; 
}
.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(-30deg);
}
.openbtn.active span:nth-of-type(2) {
    top: 50%;
    left: 50%;
    transform:  translateX(-50%) translateY(0px) rotate(30deg);
}
/* ×印が横幅を広くしても消えない設定 */
.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 #top-menu { display: none !important;}

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

    &.panelactive {
        opacity: 1;
        visibility: visible;
    }
}
.click-list {
    padding-top: 2rem;
    padding-inline: 2rem;
    padding-bottom: 2rem;
}
#clickarea.panelactive .click-list {
    position: relative;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    z-index: 1000;   
}
.nosc #head { 
    width: 100%;
    background: #FAF3E4;
}
.nosc #head .h-logo { opacity: 0;}
.nosc #clickarea.panelactive .click-list, .nosc .menu-wrap {
    background: #FAF3E4;
}

.click-menu ul {
    list-style: none;
    padding-left: 0;
    text-align: center;

    li {
        a {
            position: relative;
            display: block;
            width: 100%;
            height: 100%;
            color: #57461F;
            font-weight: 700;
            transition: .3s ease-out;

            &::after {
                content: "";
                position: absolute;
                left: 50%;
                bottom: -4px;
                width: 2em;
                height: 4px;
                transform: translateX(-50%);
                border-radius: 7px 7px 0 0;
                background: #F09041;
                transition: .3s ease-out;
                opacity: 0;
            }
        }
    }

    li:not(:last-child) {
        margin-bottom: 2rem;
    }
}
.menu-main {
    position: relative;
    padding: 1.5rem 0;

    li a {
        display: block;
        width: 100%;
        height: 100%;
        padding-bottom: .5rem;
        color: #6C6C6C;
    }
    li:last-child a {
        padding-bottom: 0;
    }

    &::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #575757;
        z-index: -1;
    }
}

/* ボタン類 */
.btn01, .btn02 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 100vmax;
    max-width: 180px;
    width: 100%;
    height: 45px;
    z-index: 10;
    background: #F09041;
    border-color: #F09041;
    border-width: 2px;
    border-style: solid;
    transition: .3s ease-out;
}
.btn02 {
    max-width: none;
}
.btn-tel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 100vmax;
    background: #57461F;
    max-height: 45px;
    z-index: 10;
}
.btn-wh {
    background: #fff;
    border: 1px solid #fff;
}
.btn-green {
    background: #337E39;
    border-color: #337E39;
}
.btn01 a, .btn02 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    color: #fff;
    transition: .3s;
    border-radius: 100vmax;
    text-align: center;
    padding: .25rem 3rem .25rem 2rem;

    &::before {
        content: "";
        position: absolute;
        top: 50%;
        right: .5em;
        transform: translateY(-50%);
        transition: .3s;
        width: 1.75em;
        height: 1.75em;
        aspect-ratio: 1;
        border-radius: 100vmax;
        border: 1px solid #fff;
        background: #fff;
    }
    &::after {
        content: "";
        position: absolute;
        top: 50%;
        right: .9em;
        transform: translateY(-50%);
        transition: .3s;
        width: .8em;
        height: .8em;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 9.058 13.18'><path id='arrow' d='M0,6.654,5.132,0l5.242,6.654' transform='translate(8.058 1.403) rotate(90)' fill='none' stroke='%23F09041' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/></svg>");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 10;
    }
}
.btn-tel a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    color: #fff;
    transition: .3s ease-out;
    border-radius: 100vmax;
    text-align: center;
    padding: .5rem 2rem .5rem 2rem;
}
.btn-green a {
    &::after {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 9.058 13.18'><path id='arrow' d='M0,6.654,5.132,0l5.242,6.654' transform='translate(8.058 1.403) rotate(90)' fill='none' stroke='%23337E39' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/></svg>");
    }
}

/* TOPのsection設定 */
.sec-wrap {
    position: relative;
    width: 85%;
    max-width: 965px;
    margin: 0 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 */
#maintop, #sec01, #sec05 { background: #FDFBF2;}
#maintop {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    padding-bottom: 10rem;
}
#maintop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-wrap {
    position: relative;
    width: var(--main-width);
    height: 100%;
    margin-left: calc(100% - var(--main-width));
}
.main-slider {
    position: relative;
    width: 93vw;
    margin-right: 0;

    &::before {
        content: "";
        position: absolute;
        top: 26%;
        left: 6%;
        transform: translate(-50%, -50%) rotate(-39deg);
        max-width: 95px;
        width: 5vw;
        max-height: 100px;
        height: 5vw;
        background-image: url(../img/icon-sq-l.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 10;
    }
}
.main-catch {
    position: absolute;
    bottom: 10%;
    right: -52vw;
    transform: translate(-50%,-50%);
    width: 100%;
    letter-spacing: -0.05em;
    font-size: clamp(30px,4vw,48px);
    font-weight: 700;
    line-height: 1;
    z-index: -1;

    &::before {
        content: "";
        position: absolute;
        bottom: -100%;
        left: -21%;
        width: 65vw;
        max-height: 475px;
        height: 40vw;
        background-image: url(../img/cloud01.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: -1;
    }
}
.main-catch .color-txt {
    position: relative;
    display: inline-block;
    color: #F09041;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    
    
    &::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background-image: url(../img/border.png);
        background-position: center;
        background-repeat: repeat-x;
        background-size: contain;
        z-index: 10;
    }
}


/* sec01 */
#sec01 { padding-bottom: 6rem;}
#sec01::before {
    content: "";
    position: absolute;
    top: 0%;
    right: -10%;
    width: 45vw;
    max-height: 365px;
    height: 30vw;
    background-image: url(../img/cloud02.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.top-page hgroup {
    display: flex;
    align-items: flex-end;
    gap: .5em;
    font-weight: 700;
    margin-bottom: 3.5rem;

    h2 {
        font-size: 40px;
        color: #57461F;
        margin: 0;
    }
    span {
        font-size: 16px;
    }
}

.news-wrap {
    position: relative;
    width: 100%;
    background: #fff;
}

.top-page .news-wrap {
    border-radius: 30px;
    padding: 4rem 2rem;
    padding-bottom: 2.5rem;

    &::before {
        content: "";
        position: absolute;
        top: -12.5px;
        right: 1.5rem;
        transform: translate(-50%,-50%);
        width: 55px;
        height: 65px;
        background-image: url(../img/icon-sq-l.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 10;
    }

    &::after {
        content: "";
        position: absolute;
        left: 25px;
        bottom: -70px;
        transform: translate(-50%,-50%);
        max-width:  100px;
        width: 15vw;
        height: 85px;
        background-image: url(../img/icon-img01.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 10;
    }
}

.news-list {
    list-style: none;
    padding-left: 0;
    width: 100%;
    margin-bottom: 3rem;
    transition: .3s;
}
.news-list li {
    position: relative;
    width: 100%;
    padding-bottom: 1.75rem;
    transition: .3s;
    
    &:not(:first-child) {
        padding-top: 1.75rem;
    }

    &::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background-image: url(../img/border.png);
        background-position: center;
        background-repeat: repeat-x;
        background-size: contain;
        z-index: 10;
    }
}
.news-list li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2rem;
    line-height: 1;
    cursor: pointer;
    font-size: 18px;
    color: #57461F;
    transition: .3s ease-out;

    time {
        width: 10em;
        font-weight: 700;
    }
}
.news-list li a .news-txt {
    position: relative;
    width: 100%;
}
.news-list li a .txt {
    font-size: 18px;
    line-height: 1.6;
    color: #57461F;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.block-center {
    display: flex;
    justify-content: center;
}

/* sec02 */
#sec02, #sec04 { background: #FAF3E4;}
#sec02 { padding-bottom: 6rem;}

.sec02-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
}
.sec02-flex .js-scrollable { width: auto;}
.time-tbl {
    font-size: 18px;
    line-height: 1;
    border-radius: 18px 18px 0 0;
    text-align: center;

    thead {
        th { 
            color: #fff;
            background: #8D7B52;
            padding: 1.5rem 1.25rem;
        }
        tr th:first-child { 
            border-radius: 18px 0 0 0;
        }
        tr th:last-child { border-radius: 0 18px 0 0;}
        tr th:not(:last-child) {
            border-right: 1px solid #D1CDC4;
        }
    }

    tbody {
        tr:not(:last-child) {
            border-bottom: 1px solid #D1CDC4;
        }

        td {
            background: #fff;
            padding: 1.5rem 1.25rem;
            color: #8D7B52;
            font-weight: 700;
        }

        tr:last-child td:first-child { border-radius: 0 0 0 18px;}
        tr:last-child td:last-child { border-radius: 0 0 18px 0;}
        tr td:not(:last-child) {
            border-right: 1px solid #D1CDC4;
        }
        tr td:first-child { text-wrap: nowrap;}
    }
}

.sec02-links {
    text-align: center;
    flex: 1;
}
.sec02-link01 {
    margin-bottom: 1.5rem;
}
.sec02-link div { 
    font-size: 18px;
    margin-bottom: .25rem;
}

/* sec03 */
#sec03 {
    background-image: url(../img/sec03-bg.jpg);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}
#sec03 h2 {
    max-width: 300px;
    margin-inline: auto;
    margin-bottom: 2.5rem;
}

#sec03 .sec-wrap { max-width: 1050px;}

.sec03-flex {
    width: 100%;
    margin-inline: auto;

    .item {
        position: relative;

        a { 
            display: block;
            width: 100%;
            height: 100%;
            transition: .3s ease-out;
        }

        .point {
            position: absolute;
            top: 2.5%;
            left: 5%;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            flex-direction: column;
            line-height: 1.1;
            border-radius: 100vmax;
            background: #fff;
            font-size: 14px;
            color: #57461F;
            text-align: center;
            border: 1px solid #57461F;
            padding: .5rem;
            padding-top: 14px;
            max-width: 62px;
            max-height: 62px;
            aspect-ratio: 1;
            text-wrap: nowrap;
            z-index: 10;

            .num {
                font-size: 22px;
                font-weight: 700;
            }
        }

        .image {
            border: 8px solid #F09041;
            border-radius: 100vmax;
            margin-bottom: 1rem;
            z-index: 10;
            overflow: hidden;

            img {
                position: relative;
                border-radius: 100vmax;
                overflow: hidden;
                z-index: -1;
                transition: .3s ease-out;
            }
        }

        .txt {
            position: relative;
            font-size: clamp(18px,2vw,22px);
            text-wrap: nowrap;
            font-weight: 700;
            line-height: 1.4;
            color: #57461F;
            text-align: center;

            span {
                position: relative;
                &::after {
                    content: "";
                    position: absolute;
                    left: 0;
                    bottom: -2px;
                    width: 100%;
                    height: 6px;
                    background: rgba(240,144,65,0.5);
                    border-radius: 100vmax;
                    z-index: -1;
                }
            }
        }

    }

    .col-lg-3:nth-child(even) {
        margin-top: 8%;
    }
}

/* sec04 */
#sec04 {
    padding-bottom: 8.5rem;
}
#sec04 .sec-wrap::before {
    content: "";
    position: absolute;
    top: calc(-5rem - 2.85rem);
    left: -1.5em;
    width: 55px;
    height: 65px;
    background-image: url(../img/icon-sq-r.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
}

.sec04-flex {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 2rem;
}
.sec04-box {
    position: relative;
    background: #fff;
    border-radius: 27px;
    padding: 1.5rem;
    flex: 1;

    img {
        border-radius: 10px;
        margin-bottom: 1.5rem;
    }
    h3 {
        font-size: 24px;
        text-align: center;
        color: #57461F;
        margin-bottom: 1.5rem;
    }
}
.sec04-box02 {
    &::before, &::after {
        content: "";
        position: absolute;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 10;
    }

    &::before {
        top: -8.5%;
        right: 0%;
        max-width: 75px;
        width: 15vw;
        height: 60px;
        background-image: url(../img/icon-img02.png);
    }
    &::after {
        top: 1.5rem;
        right: -2.25rem;
        width: 30px;
        height: 30px;
        background-image: url(../img/icon-img03.png);
    }
}

.scroll { width: 100%;}
.scroll-slider .swiper-wrapper {
    transition-timing-function: linear;

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

/* sec05 */
#sec05 { padding-top: 8.5rem;}
#sec05 hgroup { margin-bottom: 3rem;}
.sec05-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2rem;
}
.sec05-box {
    p {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: .5rem;
    }

    button {
        margin-bottom: 2.5rem;
    }
}
.sec05-img {
    border-radius: 22px;

    img {
        border-radius: 22px;
    }
}
.sec05-box {
    border-radius: 27px;

    img {
        border-radius: 27px;
    }
}

.fix-btn {
    position: fixed;
    bottom: 20%;
    right: 0;
    background: #337E39;
    border-radius: 18px 0 0 18px;
    transition: .3s ease-out;
    border: 2px solid #337E39;
    border-right: none;
    z-index: 20;

    a {
        display: block;
        width: 100%;
        color: #fff;
        padding: 1.1rem;
        line-height: 1.1;
        text-align: center;
        border-radius: 18px 0 0 18px;
        writing-mode: vertical-lr;
        transition: .3s ease-out;

        span {
            writing-mode: horizontal-tb;
        }
    }
}

/* フッター*/
footer {
    position: relative;
    background: #FAF3E4;
    padding-top: 3rem;
    z-index: 10;

    a { 
        position: relative;
        transition: .3s ease-out;
        display: block;
        font-size: 16px;
        width: 100%;
        height: auto;
    }

    &::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background-image: url(../img/border.png);
        background-repeat: repeat-x;
        background-size: contain;
        background-position: center;
        z-index: 10;
    }
}
.ft-wrap {
    display: flex;
    justify-content: space-between;
    gap: 5rem;
    max-width: 965px;
    width: 85%;
    margin-inline: auto;
    padding-bottom: 3rem;
}
.ft-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    max-width: 105px;
    width: 100%;

    img {
        max-width: 105px;
        width: 100%;
        object-fit: contain;
    }
}
.ft-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% - 10rem);
}
footer ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 2.5rem;
    row-gap: 1rem;
    list-style: none;
    padding-left: 0;
}
footer ul li {
    position: relative;
    font-size: 18px;

    a { 
        position: relative;
        font-size: 18px;
        color: #57461F;
        font-weight: 700;
        line-height: 1.2;
        padding-left: 1em;

        &::before {
            content: "";
            position: absolute;
            top: 50%;
            left: -0.5em;
            transform: translateY(-50%);
            width: 1.25em;
            height: 1.25em;
            background-image: url(../img/icon-aco.png);
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            z-index: 10;
        }
    }
}

.copy { 
    font-size: 0.9em;
    text-wrap: nowrap;
    text-align: center;
    color: #fff;
    background: #57461F;
    padding: .5rem;
}


/* --------------------------------------------
    other page
-------------------------------------------- */
#titbar {
    position: relative;
    max-width: 965px;
    width: 90%;
    margin-inline: auto;
    padding-top: 4rem;
    margin-bottom: 2rem;

    hgroup {
        display: flex;
        align-items: flex-end;
        gap: .5em;
        color: #57461F;

        h1 {
            font-size: 40px;
            color: #57461F;
            line-height: 1.2;
            margin: 0;
        }

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


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

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


.other-content .sec-inline > div {
    position: relative;
    background: none;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.other-content .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-content .sec-inline > div:nth-child(odd)::before {
    background: #fff;
}
.other-content .sec-inline > div:nth-child(even)::before {
    background: #FAF3E4;
}
.other-content .sec-inline > div:nth-child(even) .tit-bg { background: #fff;}

/* 内部ページ個別設定 */
.breadcrumb {
    display: block;
    background-color: #fff;
    margin: 0 auto!important;
    padding: 0!important;
}
.breadcrumb ul {
    list-style: none;
    display: block;
    position: relative;
    width: 100%;
    max-width: 965px;
    margin: 0 auto!important;
    padding-bottom: 0.5em;
    padding-left: 0;
    text-align: end;
}
.breadcrumb ul li {
    color: #57461F;
    position: relative;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.014em;
    margin: 0;
    padding: 0!important;
}
.breadcrumb ul li span > span {
    display: inline-block;
}
.breadcrumb ul li span > i, .breadcrumb ul i { color: #57461F;}
.breadcrumb ul li a {
    color: #57461F;
}
.breadcrumb ul li a:hover { color: #EF8229;;}
.breadcrumb ul li span:last-child {
    max-width: 10em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;
}

/* table-scroll */
.scroll-hint-icon { top: 50%!important; transform: translateY(-50%)!important; }
.scroll-hint-icon:before { width: 30px!important; height: 30px!important; }
.js-scrollable {
    width: 100%;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    /* margin: 2.5rem auto; */
}

a.anchorpoint {
    display: block;
    padding-top: 75px;
    margin-top: -75px;
}
.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;
        }
    }

    &::after {
        content: "";
        position: absolute;
        inset: 0;
        width: 200%;
        height: 100%;
        border-radius: 100vmax;
        background: linear-gradient(90deg,rgba(90, 72, 206, 1) 0%, rgba(16, 52, 168, 1) 25%, rgba(10, 102, 220, 1) 50%, rgba(33, 129, 242, 1) 75%, rgba(131, 158, 249, 1) 100%);
        transition: .3s ease-out;
        z-index: -1;
    }
}

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

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

.pnavi {
    text-align: center;
    margin-top: 2rem;
}
.pnavi span { color: #F09041;}
.pnavi span, .pnavi a {
    font-size: 18px;
    padding: 10px 10px;
    border: 1px solid #F09041;
    border-radius: 5px;
    transition: .3s ease-out;
}
.pnavi a {
    color: #fff;
    background: #F09041;
}
.pnavi a:hover {
    color: #F09041;
    background: #fff;
}


.list-wrap {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .5rem;
    width: 100%;
    background: #fff;
}
.list-wrap li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem;
    color: #fff;
    background: #8D7B52;
    text-align: center;
    border-radius: 5px;
    width: calc(100% / 4 - .5rem);
}

.time-wrap {
    background: #FAF3E4;
    padding: 2rem;

    .time-tbl {
        /* width: 100%; */
        margin-inline: auto;
        margin-bottom: 1rem;
    }

    p { margin-bottom: 0;}
}

.faq-list {
    position: relative;
    padding: 1rem .5rem;
    transition: .3s ease-out;

    &::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background-image: url(../img/border.png);
        background-position: center;
        background-repeat: repeat-x;
        background-size: contain;
        z-index: -1;
    }
}
.faq-list dt {
    position: relative;
    font-size: 1.1em;
    font-weight: 700;
    padding-right: 1.25em;
    cursor: pointer;
    transition: .3s ease-out;

    &::before {
        content: "Q";
        display: inline-block;
        font-size: 1.1em;
        margin-right: .5em;
    }
    &::after {
        content: "\f078";
        font-family: "Font Awesome 7 Free";
        font-weight: 700;
        position: absolute;
        top: 0%;
        right: 0;
        font-size: 1em;
        transition: .3s ease-out;
    }
}
.faq-list dd {
    position: relative;
    overflow: hidden;
    padding: 0 1em;
    height: 0;
    transition: height 0.3s ease-out, padding 0.3s ease-out;

    &::before {
        content: "A";
        display: inline-block;
        font-size: 1em;
        margin-right: .5em;
    }
}
.faq-list.active dd {
    height: auto;
    padding: 1rem 1em;
}
.faq-list.active dt {
    &::after {
        transform: rotate(180deg);
    }
}

/* table */
.tbl-scroll {
    width: 100%;
    min-width: 450px;
    margin-inline: auto;

    thead {
        tr th:not(:last-child) {
            border-right: 1px solid #fff;
        }
        th {
            color: #fff;
            background: #F09041;
            text-align: center;
        }
    }

    tbody {
        tr >*:not(:last-child) {
            border-right: 1px solid #F09041;
        }
        th {
            font-weight: 700;
            background: #fff;
        }
        td {
            background: #fff;
        }
        tr:not(:last-child) th {
            border-bottom: 1px solid #F09041;
        }
        tr:not(:last-child) td {
            border-bottom: 1px solid #F09041;
        }
    }

    tr th, tr td {
        padding: .5rem;
    }
}
.tbl2 {
    width: 100%;
    thead {
        tr th:not(:last-child) {
            border-right: 1px solid #fff;
        }
        th {
            color: #fff;
            background: #F09041;
            text-align: center;
        }
    }

    tbody {
        tr >*:not(:last-child) {
            border-right: 1px solid #F09041;
        }
        th {
            font-weight: 700;
            background: #fff;
        }
        td {
            background: #fff;
        }
        tr:not(:last-child) th {
            border-bottom: 1px solid #F09041;
        }
        tr:not(:last-child) td {
            border-bottom: 1px solid #F09041;
        }
    }

    tr th, tr td {
        padding: .5rem;
    }
}
.tbl2 > thead th {
    width: calc(100% / 2);
}
.tbl3 > thead th {
    width: calc(100% / 3);
}
/* .tbl5 > thead th {
    width: calc(100% / 5);
} */

@media (min-width: 1800px) {
    .main-catch {
        font-size: clamp(32px, 2.75vw, 72px);

        &::before {
            width: 60vw;
            max-height: 600px;
            height: 50vw;
        }
    }
}
@media (min-width: 1300px) {
    .sec-inline-start, .sec-inline-end {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .h-logo .brand { 
        max-width: none;
        width: 250px;
    }
    .breadcrumb ul {
        /* padding-top: 2rem; */
        padding-inline: initial;
        padding-left: 7%;
        padding-right: 7%;
    }
    .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;}

    .sec02-flex { flex-direction: column;}
    .sec02-flex .js-scrollable { width: 100%;}
    .time-tbl {
        min-width: 550px;
        margin-inline: auto;
    }
    .sec02-links { width: 100%;}

    .sec03-flex {
        .item {
            max-width: 275px;
            margin-inline: auto;
        }
    }

    .ft-logo {
        text-align: center;
        margin-bottom: 4rem;

        img {
            max-width: 220px;
        }
    }
    .ft-box {
        justify-content: space-between;
    }
    .ft-add {
        margin-bottom: 1rem;
    }
}
/* SPサイズ */
@media (max-width: 767px) {
    /* 基礎設定 */
    html, body { 
        /* overflow-x: hidden; */
    }
    .h-logo .brand { width: 220px;}
    #head {
        width: 92.5%;
        height: 55px;
    }
    #clickarea { 
        top: 55px;
        width: 100%;
    }
    .click-menu {
        max-width: 400px;
        margin-inline: auto;
        display: block;
        width: 100%;
    }

    a.anchorpoint {
        padding-top: 55px;
        margin-top: -55px;
    }

    /* .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;}
    
    .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);}    
    
    #titbar h1 { font-size: 26px;}
    #cpage main { margin-top: 55px;}

    .main-catch {
        bottom: 12.5%;

        &::before {
            width: 75vw;
            height: 50vw;
            left: -27%;
        }
    }

    /* sec01 */
    .top-page hgroup { margin-bottom: 2rem;}
    .sec02-flex { gap: 2rem;}

    .news-btn-flex button { padding: 0 1rem;}
    .news-btn-flex, .other-content .news-btn-flex {
        justify-content: flex-start;
    }
    .news-tab {
        flex-wrap: nowrap;
        gap: .5rem;
    }
    .news-list li a {
        time { 
            display: block;
            margin-bottom: .5rem;
        }
    }

    .news-list li a {
        display: block;

        .news-txt {
            padding-left: 0;
            gap: 2rem;

            &::before {
                top: -25%;
                left: 0;
                width: 1em;
                height: 1px;
            }
        }
        .txt {
            font-size: 16px;
            -webkit-line-clamp: 2;
        }
    }
    .top-page .news-wrap { padding: 3rem 1.5rem;}
    .news-wrap { display: block;}
    .news-active {
        width: 100%;
        margin-inline: auto;
        align-items: center;
        gap: 2rem;
        margin-bottom: 4rem;
    }
    .news-item a {
        flex-direction: column;
        align-items: flex-start;
        gap: .5rem;
    }
    .news-item a dt { 
        width: 100%;
        flex: auto;
    }

    /* sec03 */
    #sec03 {
        padding-bottom: 7.5rem;
        background-size: contain;
    }

    #sec04 .sec-wrap::before { top: calc(calc(-40px - 1rem) - 2.85rem);}

    /* sec04 */
    #sec04 { padding-bottom: calc(40px + 1rem);}
    .sec04-flex {
        flex-direction: column;
        gap: 3rem;
    }

    .sec04-box02 {
        &::after {
            right: -0.5rem;
        }
    }

    #sec05 { padding-top: calc(40px + 1rem);}

    .ft-box > ul { 
        &:not(:last-child)::after {
            content: none;
        }
    }

    .ft-box > ul { width: 100%;}
    footer ul { margin-bottom: 0;}
    .ft-menu > li:not(:last-child) {
        padding-bottom: 0.75rem;
    }

    .copy { font-size: 0.75em;}

    .breadcrumb { margin-top: 2rem;}

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

    .list-wrap li { width: calc(100% / 2 - .5rem);}
}

/* @media (max-width: 576px) {
    .main-catch {
        bottom: 16.5%;
    }
} */

@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; }
    .h-logo { left: 1rem;} 
    .h-logo .brand { width: 215px;}
    .openbtn { right: 1rem;}
    .click-menu {
        display: block;
        width: 100%;
    }

    .top-page hgroup {
        h2 { font-size: 32px;}
        span { font-size: 14px;}
    }

    #maintop { padding-bottom: 7.5rem;}
    .main-catch {
        &::before {
            width: 100vw;
            height: 75vw;
            left: -27%;
        }
    }

    .main-slider {
        width: 85vw;

        &::before {
            top: 29.5%;
            left: 9%;
            transform: translate(-50%, -50%) rotate(-41deg);
            width: 11vw;
            height: 11vw;
        }
    }

    #sec01, #sec02, #sec03 { padding-bottom: calc(40px + 1rem);}
    
    #sec01::before {
        width: 70vw;
        height: 70vw;
        right: -25vw;
    }

    .news-btn-flex {
        -ms-overflow-style: auto;
        scrollbar-width: auto;
        padding-bottom: 5px;
    }
    .news-btn-flex::-webkit-scrollbar {
        display: block;
        height: 6px;
    }
    .news-btn-flex::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,0.3);
        border-radius: 4px;
    }
    .news-btn-flex::-webkit-scrollbar-track {
        background: rgba(0,0,0,0.1);
        border-radius: 4px;
    }

    #sec03 h2 { width: 75%;}
    .sec03-flex {
        .item {
            width: 75%;
            margin-inline: auto;
            margin-bottom: 3rem;
        }
        .col-lg-3:nth-child(even) {
            margin-top: auto;
        }

        & > .col-lg-3.col-sm-6:last-child .item { margin-bottom: auto;}
    }

    #sec04 .sec-wrap::before { left: -1em;}

    #sec05 hgroup { margin-bottom: 2rem;}
    .sec05-flex { flex-direction: column;}
    .btn-tel { width: 100%;}

    .fix-btn {
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        width: 92.5%;
        border-radius: 18px 18px 0 0;
        margin-inline: auto;
        z-index: 20;
        transition: .3s;
        border: 2px solid #337E39;
        border-bottom: none;

        a {
            writing-mode: horizontal-tb;
        }
    }

    .ft-wrap {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
    .ft-logo {
        margin-bottom: auto;
    }
    .ft-box { 
        width: 100%;
        
    }
    .ft-box > ul { 
        flex-direction: column;
        gap: 1.5rem;
    }
    footer ul li { width: 100%;}
    footer ul li { 
        a { 
            font-size: 16px;
        }
    }

    .btn01 { max-width: none;}

    .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%; }
    
    #titbar {
        hgroup {
            align-items: flex-start;
            flex-direction: column;

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

    .js-scrollable {
        width: 100%;
        overflow: scroll;
    }

    .ft-menu > li:last-child { padding-bottom: 0;}
     .copy { 
        font-size: 0.75em;
        padding-bottom: 3.5rem;
    }
}

@media (max-width: 400px) {
    .main-catch {
        bottom: 13%;
        /* bottom: 18%; */
        font-size: clamp(24px, 4vw, 48px);
        right: -56vw;

        &::before {
            width: 100vw;
            height: 75vw;
            left: -27%;
        }
    }
}

@media (any-hover: hover) {
    .menu-list > ul > li > a:hover {
        color: #EF8229;

        &::after { opacity: 1;}
    }
    .click-menu ul {
        li {
            a:hover {
                color: #F09041;

                &::after {
                    opacity: 0.95;
                }
            }
        }
    }
    .btn01:hover, .btn02:hover, .btn03:hover {
        background: #fff;

        a {
            color: #EF8229;

            &::before {
                border-color: #EF8229;
                background: #EF8229;
            }
            &::after {
                background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 9.058 13.18'><path id='arrow' d='M0,6.654,5.132,0l5.242,6.654' transform='translate(8.058 1.403) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/></svg>");
            }
        }
    }
    .btn-green:hover a {
        color: #337E39;

        &::before {
            border-color: #337E39;
            background: #337E39;
        }
        &::after {
            background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 9.058 13.18'><path id='arrow' d='M0,6.654,5.132,0l5.242,6.654' transform='translate(8.058 1.403) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/></svg>");
        }
    }
    .fix-btn:hover {
        background: #fff;

        a {
            color: #337E39;
        }
    }
    .news-list a:hover { opacity: .5;}
    .sec03-flex a:hover {
        img {
            transform: scale(1.1);
        }
    }

    .pnation a:hover {
        color: #1D50A2;
        background: #fff;
    }

    footer ul li a:hover { color: #EF8229;}
}