body {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: .05em;
    color: #414141;
    background: #fff;
    font-family: "Noto Sans JP";
    font-weight: 500
}

@media screen and (max-width: 959px) {
    body {
        font-size: 15px
    }
}

@media screen and (max-width: 599px) {
    body {
        font-size: 14px
    }
}

::selection {
    background: #e9990d
}

.inner,
*[class*=inner-] {
    margin: auto;
    position: relative
}

.inner {
    max-width: 1200px
}

@media screen and (max-width: 1250px) {
    .inner {
        width: 92%
    }
}

.inner-fw {
    width: 92%
}

.inner-narrow {
    max-width: 960px
}

@media screen and (max-width: 1040px) {
    .inner-narrow {
        width: 92%
    }
}

.inner-right {
    margin-inline: auto 0
}

.inner-left {
    margin-inline: 0 auto
}

.sec-box {
    padding-block: min(12%, 130px)
}

#pan+.sec-box {
    padding-top: min(4%, 40px)
}

S .sec-box.diag {
    padding-block: min(12%, 105px)
}

[class*=ttl-] {
    line-height: 1.3;
    position: relative
}

.ttl-def {
    margin-bottom: 1em;
    padding: .6em .7em;
    font-size: min(5vw, 28px);
    border-top: 3px solid #0b6dc9;
    border-bottom: 3px solid #f2f2f2
}

.ttl-def .notice {
    display: inline-block;
    margin-left: .5em;
    color: #ef3636;
    font-size: .7em
}

.ttl-def .notice::before,
.ttl-def .notice::after {
    content: "－"
}

.ttl-sec {
    padding-bottom: clamp(60px, 10vw, 108px);
    padding-left: 1.1em;
    font-size: clamp(16px, 3vw, 18px);
    font-weight: 500;
    position: relative
}

.ttl-sec::before {
    content: "";
    display: block;
    position: absolute;
    top: .45em;
    left: 0;
    width: 10px;
    aspect-ratio: 1;
    background-color: #0b6dc9;
    border-radius: 3em
}

.ttl-sec::after {
    content: attr(data-en);
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    font-size: clamp(40px, 8vw, 85px);
    color: #0b6dc9;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: .05em;
    font-weight: 500
}

.ttl-sec.c-wht {
    text-shadow: 0px 0px 8px rgba(0, 0, 0, .3)
}

.ttl-sec.c-wht::after {
    color: #fff
}

.ttl-sec.center {
    padding-left: unset
}

.ttl-sec.center::before {
    display: none
}

.ttl-sec.center::after {
    left: 50%;
    transform: translateX(-50%)
}

.ttl-b-both {
    margin-bottom: 1em;
    font-size: min(6vw, 28px);
    text-align: center;
    line-height: 1.2
}

.ttl-b-both>span {
    display: inline-block;
    padding-inline: .625em;
    position: relative
}

.ttl-b-both>span::before,
.ttl-b-both>span::after {
    content: "";
    display: block;
    position: absolute;
    top: 49%;
    width: 1.5em;
    height: 2px;
    background-color: #0b6dc9
}

@media screen and (max-width: 599px) {

    .ttl-b-both>span::before,
    .ttl-b-both>span::after {
        width: .8em
    }
}

.ttl-b-both>span::before {
    left: 100%
}

.ttl-b-both>span::after {
    right: 100%
}

.ttl-bb {
    padding: .8em;
    font-size: 1.125em;
    border-bottom: 2px solid #0b6dc9
}

.ttl-bb.org {
    border-bottom-color: #f49c2a
}

.ttl-bracket {
    margin-bottom: .8em
}

.ttl-bracket::before {
    content: "[ "
}

.ttl-bracket::after {
    content: " ]"
}

.ttl-fill {
    padding: .8em;
    font-size: 1.125em;
    color: #fff;
    background-color: #0b6dc9
}

.ttl-fill.org {
    background-color: #f49c2a
}

.ttl-cir {
    padding-left: .9em;
    font-size: min(4.5vw, 24px)
}

.ttl-cir::before {
    content: "";
    display: block;
    position: absolute;
    top: .49em;
    left: 0;
    width: 10px;
    aspect-ratio: 1;
    background-color: #0b6dc9;
    border-radius: 3em
}

.ttl-num {
    counter-increment: num;
    margin: 1.5em 0 .7em;
    padding-bottom: .3em;
    font-size: min(4.2vw, 18px);
    border-bottom: 2px solid #f2f2f2
}

.ttl-num::before {
    content: counter(num);
    display: inline-block;
    margin-right: .4em;
    font-size: 1.3em;
    color: #0b6dc9
}

.ttl-sub {
    margin: 1em 0 0;
    padding: .1em 1em;
    font-size: 1.2em;
    border-left: 4px solid #0b6dc9
}

.bg-wht {
    background: #fff
}

.bg-gry {
    background: #f2f2f2
}

.bg-crm {
    background: #fffcea
}

.bg-gra {
    background: linear-gradient(180deg, #eef8ea 0%, #e7f7f5 100%)
}

.diag {
    position: relative
}

.diag::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.diag.diag-right::after {
    background-image: linear-gradient(115deg, #fff 40%, #0b6dc9 40%)
}

@media screen and (max-width: 1229px) {
    .diag.diag-right::after {
        background-image: linear-gradient(115deg, #fff 30%, #0b6dc9 30%)
    }
}

.diag.diag-left::after {
    background-image: linear-gradient(-70deg, #fff 44%, #0b6dc9 44%)
}

.f-en {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: .05em
}

.w500 {
    font-weight: 500
}

a {
    color: #414141;
    text-decoration: none
}

a:hover {
    color: #0b6dc9
}

a.ul {
    color: #0b6dc9;
    text-decoration: underline
}

a.disable {
    pointer-events: none
}

a[href$=".pdf"] {
    position: relative;
    padding-right: 1.5em;
    text-decoration: underline
}

a[href$=".pdf"]::before {
    content: "";
    display: block;
    position: absolute;
    top: .2em;
    right: 0;
    width: 1.3em;
    height: 1.3em;
    background: url("../img/common/ico-pdf.svg") no-repeat center/contain
}

.c-red {
    color: #ef3636
}

.c-blu {
    color: #0b6dc9
}

.c-org {
    color: #e9990d
}

.c-wht {
    color: #fff
}

.slick-slider {
    touch-action: auto
}

.w100 {
    width: 100%
}

.mw360 {
    max-width: 360px
}

.mt15 {
    margin-top: 1.5em
}

.mt0 {
    margin-top: 0
}

.mt1 {
    margin-top: 1em
}

.mt2 {
    margin-top: 2em
}

.mt3 {
    margin-top: 3em
}

.mb0 {
    margin-bottom: 0
}

.mb15 {
    margin-bottom: 1.5em
}

.mb2 {
    margin-bottom: 2em
}

.ml1 {
    margin-left: 1em
}

.link-btn {
    margin-block: 2.2em 1.5em
}

.rc {
    padding: 1.2em 1.6em;
    border-radius: 10px
}

.object-fit-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%)
}

.hv-scale:hover>.img>img {
    transform: scale(1.1)
}

.hv-scale:hover>.img>img.vh_ctr {
    transform: scale(1.1) translate(-50%, -50%)
}

.hv-scale .img {
    overflow: hidden
}

.hv-scale .img>img {
    transition: transform .6s ease
}

@keyframes fade-zoom {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2)
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

[class*=btn-] {
    display: inline-block;
    text-decoration: none;
    line-height: 1.4;
    position: relative
}

[class*=btn-]::before,
[class*=btn-]::after {
    transition: all .3s
}

.btn-wrap {
    display: block
}

.btn-def {
    min-width: 320px;
    margin-bottom: 4px;
    padding: 1.35em 2em;
    font-weight: 500;
    background-color: #fff;
    border: 2px solid #0b6dc9;
    border-radius: 3em
}

.btn-def::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 1.2em;
    translate: 0 -48%;
    width: 0.55em;
    height: 0.55em;
    border-top: 2px solid #0b6dc9;
    border-right: 2px solid #0b6dc9;
    transform: rotate(45deg);
    z-index: 1
}

.btn-def:hover {
    margin-block: 4px 0
}

.btn-def.download {
    background-color: #fff3cb;
    border-color: #ef9e36;
    box-shadow: 0 4px 0 #ef9e36
}

.btn-def.download::before {
    right: 1.2em;
    border-top-color: #fff;
    border-right-color: #fff
}

.btn-def.download::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: .6em;
    translate: 0 -50%;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    background-color: #ef9e36
}

.btn-def.download:hover {
    color: #ef9e36
}

.btn-def.dl {
    border-color: #ef9e36;
    box-shadow: 0 4px 0 #ef9e36
}

.btn-def.dl::before {
    border-top-color: #ef9e36;
    border-right-color: #ef9e36
}

.btn-def.dl:hover {
    color: #414141
}

.btn-cir {
    padding-block: 1.2em;
    padding-right: 4.5em;
    font-size: 1.12em;
    position: relative
}

.btn-cir .arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 3.33em;
    aspect-ratio: 1;
    background: linear-gradient(0deg, #0b6dc9 0%, #0d84e9 100%);
    border-radius: 50%
}

.btn-cir .arrow::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 1.5em;
    translate: 0 -48%;
    width: 0.55em;
    height: 0.55em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    z-index: 1
}

.btn-cir.c-wht {
    color: #fff
}

.btn-cir.c-wht .arrow {
    background: #fff
}

.btn-cir.c-wht .arrow::before {
    width: 0.55em;
    height: 0.55em;
    border-top: 2px solid #0b6dc9;
    border-right: 2px solid #0b6dc9;
    transform: rotate(45deg)
}

.btn-cir.line .arrow {
    border: 1px solid #0b6dc9;
    background: #fff
}

.btn-cir.line .arrow::before {
    width: 0.55em;
    height: 0.55em;
    border-top: 2px solid #0b6dc9;
    border-right: 2px solid #0b6dc9;
    transform: rotate(45deg)
}

.btn-gra {
    padding: .84em 2.2em .89em 4em;
    color: #fff;
    background: linear-gradient(90deg, #0b6dc9 0%, #0d84e9 100%);
    border-radius: 5em
}

.btn-gra[href*=contact] span {
    position: relative
}

.btn-gra[href*=contact] span::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -1.8em;
    transform: translateY(-50%);
    width: 1.43em;
    height: 1em;
    background: url("../img/common/icon-mail.svg") no-repeat center/contain
}

@media screen and (min-width: 600px) {
    .list-box {
        display: flex;
        flex-wrap: wrap
    }

    .list-box.col2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .list-box.col2>li,
    .list-box.col2 div {
        width: 48%
    }
}

@media screen and (max-width: 599px) {

    .list-box.col2>li:not(:first-child),
    .list-box.col2 div:not(:first-child) {
        margin-top: 4%
    }
}

.list-square>li {
    padding-block: .1em;
    padding-left: .9em;
    position: relative
}

.list-square>li::before {
    content: "";
    display: block;
    position: absolute;
    top: .75em;
    left: 0;
    width: .5em;
    height: .5em;
    background-color: #0b6dc9
}

.list-square.org>li::before {
    background-color: #f49c2a
}

.list-square.w500>li {
    padding-block: .2em;
    padding-left: 1.2em
}

.list-square.w500>li::before {
    top: .7em;
    width: .75em;
    height: .75em
}

.list-square.flex {
    gap: .3em 1.5em
}

@media screen and (max-width: 599px) {
    .list-square.flex {
        display: block
    }
}

.list-disc>li {
    padding-block: .1em;
    padding-left: 1em;
    position: relative
}

.list-disc>li::before {
    content: "";
    display: block;
    position: absolute;
    top: .75em;
    left: .1em;
    width: .5em;
    height: .5em;
    background-color: #0b6dc9;
    border-radius: 50%
}

.list-notice {
    counter-reset: cnt;
    margin-block: 1.5em;
    padding-left: 0;
    border-radius: 10px;
    overflow: hidden;
    background-image: linear-gradient(90deg, #f49c2a 3em, #fffcea 3em, #fffcea);
    border: 2px solid #fad4a3
}

.list-notice>li {
    counter-increment: cnt;
    position: relative;
    list-style: none;
    padding-inline: 4em .5em;
    padding-block: .8em;
    line-height: 1.6
}

.list-notice>li:nth-child(n+2) {
    border-top: 1px solid #fad4a3
}

.list-notice>li::before {
    content: counter(cnt);
    position: absolute;
    left: 0;
    width: 3em;
    color: #fff;
    font-weight: 800;
    text-align: center
}

.list-notice.grn {
    background-image: linear-gradient(90deg, #0b6dc9 3em, #fffcea 3em, #fffcea);
    border-color: #5ac5bc
}

.list-notice.grn>li:nth-child(n+2) {
    border-color: #5ac5bc
}

.list-rnum {
    counter-reset: rnum;
    margin-left: 0;
    padding-left: 0
}

.list-rnum>li {
    counter-increment: rnum;
    list-style-type: none;
    padding-left: 2.4em;
    position: relative
}

.list-rnum>li::before {
    content: counter(rnum);
    position: absolute;
    top: .1em;
    left: 0;
    display: inline-block;
    width: 1.8em;
    line-height: 1.8;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background-color: #ef9e36;
    border-radius: 50%
}

.list-rnum>li:nth-child(n+2) {
    margin-top: 1em
}

.list-rnum>li>.ttl {
    font-size: 1.15em
}

.list-rnum>li>.ttl+p {
    margin-top: 0
}

.list-rnum2 {
    counter-reset: rnum2;
    list-style: none;
    padding-left: 1.3em
}

.list-rnum2>li::before {
    counter-increment: rnum;
    margin-inline: -1.3em .3em
}

.list-rnum2>li:nth-child(1)::before {
    content: "\2460"
}

.list-rnum2>li:nth-child(2)::before {
    content: "\2461"
}

.list-rnum2>li:nth-child(3)::before {
    content: "\2462"
}

.list-rnum2>li:nth-child(4)::before {
    content: "\2463"
}

.list-rnum2>li:nth-child(5)::before {
    content: "\2464"
}

.list-rnum2>li:nth-child(6)::before {
    content: "\2465"
}

.list-rnum2>li:nth-child(7)::before {
    content: "\2466"
}

.list-rnum2>li:nth-child(8)::before {
    content: "\2467"
}

.list-rnum2>li:nth-child(9)::before {
    content: "\2468"
}

.list-rnum2>li:nth-child(10)::before {
    content: "\2469"
}

label {
    display: inline-block
}

input.t {
    width: 15%
}

input.s {
    width: 50%
}

@media screen and (max-width: 599px) {
    input.s {
        width: 60%
    }
}

input.m {
    width: 70%
}

@media screen and (max-width: 599px) {
    input.m {
        width: 99%
    }
}

input.l {
    width: 99%
}

textarea {
    width: 99%
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%
}

.submit {
    margin: 2em 1em;
    text-align: center
}

.submit.confirm>input[value=戻る] {
    background-color: #999
}

@media screen and (min-width: 600px) {
    .submit.confirm {
        display: flex;
        justify-content: space-between
    }

    .submit.confirm>input[value=戻る] {
        order: -1
    }
}

@media screen and (max-width: 599px) {
    .submit.confirm>input {
        width: 100%;
        margin-bottom: 1em
    }
}

select {
    max-width: 100%;
    padding: .6em .8em;
    font-size: 15px;
    color: #414141;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px
}

select option {
    color: #414141
}

select option[value=""] {
    color: #ddd
}

.row label {
    display: block;
    padding: .15em
}

input[type=submit],
input[type=button],
form button {
    box-sizing: border-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    border-radius: 0;
    cursor: pointer;
    min-width: 260px;
    padding: 1em;
    color: #fff;
    font-size: 1.1em;
    letter-spacing: .1em;
    background-color: #0b6dc9
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
    display: none
}

input[type=submit]::focus,
input[type=button]::focus {
    outline-offset: -2px
}

button.search::before {
    content: "";
    display: inline-block;
    margin-right: .5em;
    width: 1em;
    height: 1em;
    vertical-align: -0.1em;
    background: url("../index.html") no-repeat center/contain
}

button.cart {
    font-size: 1em;
    background-color: #ef3636
}

button.cart::before {
    content: "";
    display: inline-block;
    margin-right: .5em;
    width: 1.6em;
    height: 1.6em;
    vertical-align: -0.3em;
    background: url("../index.html") no-repeat center/contain
}

.form-area dt {
    padding-bottom: .3em;
    background-color: #fff;
    position: relative
}

.form-area dt::after {
    content: "";
    display: block;
    position: absolute;
    top: 1.9em;
    right: 1.5em;
    content: "任意";
    display: inline-block;
    padding: .3em .5em;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    background-color: #999;
    border-radius: 3px
}

.form-area dt.required::after {
    content: "必須";
    background-color: #ef3636
}

.form-area.confirm dt::after {
    display: none
}

.form-notice {
    margin-bottom: 6%;
    padding: .75em 1.5em;
    background-color: #f2f2f2;
    border-radius: 10px
}

.form-complete {
    max-width: 880px
}

.form-complete .contact-box {
    margin-inline: auto
}

@media screen and (max-width: 599px) {
    .form-area dt {
        padding: .5em
    }
}

.login .input,
.pass .input {
    width: 100%
}

.done-msg {
    max-width: 640px;
    margin: 0 auto 1em;
    padding: 1em;
    background-color: #fff
}

@media screen and (min-width: 600px) {
    .done-msg {
        text-align: center
    }
}

.error-msg {
    max-width: 640px;
    margin: 0 auto 1em;
    padding: 1em;
    background-color: #fff
}

.email-msg {
    padding-block: min(4%, 30px)
}

html.fixed {
    height: 100vh;
    overflow: hidden
}

#header {
    z-index: 9999
}

#header .header-wrap {
    display: grid;
    grid-template-columns: minmax(280px, 410px) 1fr;
    align-items: center
}

@media screen and (min-width: 600px) {
    #header .header-wrap {
        width: calc(100% - 60px);
        margin-inline: auto
    }
}

#header .sitename {
    width: clamp(250px, 28.4vw, 410px)
}

#header #gnav ul {
    display: grid;
    grid-template-columns: repeat(5, auto);
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto 0;
    gap: min(5vw, 50px)
}

#header .menu-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 62px;
    height: 62px;
    transition: all .3s ease-in;
    z-index: 9999
}

#header .menu-button .label {
    position: absolute;
    bottom: 18%;
    left: 0;
    right: 0;
    margin: 0;
    font-size: .95em;
    text-align: center;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: .05em
}

#header .menu-button .h_menu span {
    display: block;
    position: absolute;
    left: 16%;
    width: 68%;
    height: 2px;
    background-color: #414141;
    transition: all .5s
}

#header .menu-button .h_menu span:nth-of-type(1) {
    top: 15px
}

#header .menu-button .h_menu span:nth-of-type(2) {
    display: none
}

#header .menu-button .h_menu span:nth-of-type(3) {
    top: 27px
}

#header .menu-button.open .h_menu>span:nth-of-type(1) {
    transform: translateY(6px) rotate(-15deg)
}

#header .menu-button.open .h_menu>span:nth-of-type(2) {
    display: none
}

#header .menu-button.open .h_menu>span:nth-of-type(3) {
    transform: translateY(-6px) rotate(15deg)
}

@media screen and (min-width: 1130px) {
    #header {
        padding-block: 20px
    }

    #header .s-nav {
        position: absolute;
        top: 23px;
        right: 0
    }

    #header #menu-btn,
    #header .menu-area .sitename {
        display: none
    }

    #header .gmenu {
        display: flex;
        gap: 25px;
        position: absolute;
        right: 0;
        bottom: 24px;
        z-index: 9998
    }

    #header .gmenu>li {
        position: relative;
        font-size: 15px
    }

    #header .gmenu>li:nth-child(n+7) {
        display: none
    }

    #header .gmenu>li.sub {
        padding-bottom: 5px
    }

    #header .gmenu>li.sub:hover .smenu {
        opacity: 1;
        transition: opacity .3s, visibility .3s;
        visibility: visible
    }

    #header .gmenu>li .smenu {
        opacity: 0;
        transition: opacity .3s, visibility .3s;
        visibility: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 100%;
        padding: 10px;
        white-space: nowrap
    }

    #header .gmenu>li .smenu>li>a {
        display: block;
        padding: .5em
    }

    #header .gmenu>li .smenu>li:nth-child(n+2) {
        border-top: 1px solid #ccc
    }

    #header .gmenu>li.about a:hover {
        color: #5ac5bc
    }

    #header .gmenu>li.about .smenu {
        background-color: #f1faf9
    }

    #header .gmenu>li.procedure a:hover {
        color: #a3c74d
    }

    #header .gmenu>li.procedure .smenu {
        background-color: #f7faf0
    }

    #header .gmenu>li.insurance a:hover {
        color: #f4c527
    }

    #header .gmenu>li.insurance .smenu {
        background-color: #fdf3d1
    }

    #header .gmenu>li.payment a:hover {
        color: #f49c2a
    }

    #header .gmenu>li.payment .smenu {
        background-color: #fdebd4
    }

    #header .gmenu>li.service a:hover {
        color: #a78de9
    }

    #header .gmenu>li.service .smenu {
        background-color: #f6f4fd
    }
}

@media screen and (max-width: 1129px) {
    #header {
        padding-block: 2.5vw 3vw
    }

    #header .header-wrap {
        position: relative
    }

    #header .overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(34, 34, 34, .8)
    }

    #header #gnav {
        position: fixed;
        z-index: 1000;
        top: 0;
        right: 0;
        width: 450px;
        height: 100%;
        overflow-y: auto;
        padding: 25px;
        padding-top: 100px;
        background: rgba(255, 255, 255, .85);
        transition: all .3s ease-in;
        transform: translate(450px);
        -webkit-overflow-scrolling: touch
    }

    #header #gnav ul {
        grid-template-columns: 1fr;
        row-gap: unset;
        width: 100%;
        margin-inline: unset
    }

    #header #gnav ul li:not(:last-child) {
        border-bottom: 1px solid #e9e9e9
    }

    #header #gnav ul li:not(:last-child) a {
        display: block;
        padding-block: .8em;
        position: relative
    }

    #header #gnav ul li:not(:last-child) a::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 1.2em;
        translate: 0 -48%;
        width: 10px;
        aspect-ratio: 1;
        border-top: 2px solid #0b6dc9;
        border-right: 2px solid #0b6dc9;
        transform: rotate(45deg);
        z-index: 1
    }

    #header #gnav ul li:last-child {
        margin-top: 2em;
        text-align: center
    }

    #header #gnav.open {
        display: block;
        transform: translate(0)
    }

    #header #gnav .menu-area {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 2;
        overflow-y: auto;
        width: min(100%, 350px);
        padding: 2.5vw 15px 30px;
        background-color: #fff
    }

    #header #gnav .menu-area .s-nav {
        justify-content: center
    }

    #header #gnav .gmenu {
        margin-block: 6%
    }

    #header #gnav .gmenu .sub {
        margin-bottom: 1em;
        padding: 15px;
        border-radius: 10px
    }

    #header #gnav .gmenu .sub>a {
        display: block;
        color: #fff;
        font-size: 1.125em
    }

    #header #gnav .gmenu .smenu {
        margin-top: .5em;
        background-color: rgba(255, 255, 255, .85);
        border-radius: 8px
    }

    #header #gnav .gmenu .smenu>li>a {
        display: block;
        padding: .6em 1em
    }

    #header #gnav .gmenu .smenu.col2 {
        columns: 2
    }

    #header #gnav .gmenu .smenu.col2:has(>:nth-child(3)) li:nth-child(2n+1) {
        border-bottom: 1px solid #ddd
    }

    #header #gnav .gmenu .smenu:not(.col2)>li:not(:last-child) {
        border-bottom: 1px solid #ddd
    }

    #header #gnav .gmenu>li:not(.sub) {
        margin-left: .5em;
        padding-bottom: .6em;
        break-inside: avoid
    }

    #header #gnav .gmenu>li:not(.sub)>a {
        padding-left: 1.7em;
        font-size: .9375em;
        position: relative
    }

    #header #gnav .gmenu>li:not(.sub)>a::before {
        content: "";
        display: block;
        position: absolute;
        top: .1em;
        left: 0;
        width: 1.3em;
        height: 1.3em;
        background: url("../index.html") no-repeat center/contain
    }
}

@media screen and (max-width: 1129px)and (min-width: 600px) {
    #header #gnav .sitename {
        font-size: 19px;
        line-height: 1.2
    }

    #header #gnav .s-nav {
        flex-wrap: wrap;
        gap: 10px 4%
    }

    #header #gnav .s-nav .btn-def {
        min-width: 100%
    }

    #header #gnav .s-nav>li:first-child {
        width: 94%
    }

    #header #gnav .s-nav>li:not(:first-child) {
        width: 45%
    }
}

@media screen and (max-width: 599px) {
    #header {
        padding: 8px
    }

    #header #gnav {
        width: 100%;
        transform: translate(100%)
    }

    #header .menu-button {
        width: 50px;
        height: 55px
    }
}

.c-contact {
    margin-top: min(10%, 80px);
    padding-block: min(8%, 40px);
    border-radius: 10px;
    background: url("../index.html") no-repeat center/cover
}

.c-contact .ttl-b-both>span {
    color: #fff
}

.c-contact .ttl-b-both>span::before,
.c-contact .ttl-b-both>span::after {
    background-color: #fff
}

.c-contact .flex {
    width: min(90%, 800px);
    margin-inline: auto
}

.c-contact .flex>div {
    width: 48.375%
}

@media screen and (max-width: 599px) {
    .c-contact .flex>div {
        width: 100%
    }

    .c-contact .flex>div+div {
        margin-top: 1.5em
    }
}

.c-contact .flex>div>a {
    display: block;
    position: relative;
    margin: 0 5px 5px 0;
    padding-inline: 6%;
    background-color: rgba(255, 255, 255, .9);
    border: 1px solid #0b6dc9;
    border-radius: 10px;
    box-shadow: 5px 5px 0 #0b6dc9
}

@media screen and (min-width: 960px) {
    .c-contact .flex>div>a {
        padding-inline: 30px
    }
}

.c-contact .flex>div>a:hover {
    margin: 5px 0 0 5px;
    box-shadow: none
}

.c-contact .flex>div>a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 21%;
    background: no-repeat 100% 100%/contain
}

.c-contact .flex>div>a .ttl {
    position: relative;
    padding-block: 1em .6em;
    padding-right: 1.3em;
    font-size: 1.1em;
    border-bottom: 1px solid #e9e9e9
}

.c-contact .flex>div>a .ttl>em {
    font-size: 1.3em;
    color: #0b6dc9
}

.c-contact .flex>div>a .ttl::after {
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    right: 0;
    width: 1.25em;
    height: 1.25em;
    background: url("../index.html") no-repeat center/cover
}

.c-contact .flex>div>a .txt {
    padding-bottom: .6em;
    font-size: .9375em
}

.c-contact .flex>div.mail>a::after {
    background-image: url("../index.html")
}

.c-contact .flex>div.branch>a::after {
    background-image: url("../index.html")
}

.link-area {
    padding-block: 3.1em;
    background-color: #f2f2f2
}

.link-area .link-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(16px, 3vw, 30px)
}

.link-area .link-list li {
    min-height: 110px;
    padding: 1em;
    text-align: center;
    border: 1px solid #dcdcdc;
    background-color: #fff
}

.link-area .link-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.link-area .link-list li:last-child {
    border-color: #e70012;
    background-color: #e70012
}

@media screen and (max-width: 599px) {
    .link-area .link-list {
        grid-template-columns: 1fr
    }

    .link-area .link-list li {
        min-height: unset;
        max-height: 70px
    }

    .link-area .link-list li img {
        height: 100%
    }
}

#footer {
    overflow: hidden;
    padding-block: min(10%, 80px) 2.5em
}

#footer .s-nav {
    padding-block: min(6%, 40px);
    justify-content: center
}

#footer .copyright {
    margin: 0;
    padding-block: 2em .5em;
    font-size: .75em;
    color: #fff;
    text-align: right
}

#footer .copyright a {
    color: #fff
}

@media screen and (max-width: 599px) {
    #footer {
        padding-bottom: unset;
        background-color: #fff
    }

    #footer::after {
        display: none
    }

    #footer .copyright {
        width: 100%;
        margin-top: 1em;
        padding-block: 1.2em;
        text-align: center;
        background-color: #0b6dc9
    }
}

.f-con {
    display: grid;
    grid-template-columns: 1fr max-content
}

.f-con::after {
    content: "";
    display: block;
    position: absolute;
    top: max(-20vw, -60px);
    bottom: 0;
    z-index: -1;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    background: linear-gradient(180deg, #eef8ea 0%, #e7f7f5 100%)
}

.f-name {
    margin-bottom: 1em;
    padding-block: min(9%, 60px) .9em;
    font-size: min(4.4vw, 23px);
    border-bottom: 2px solid #e9990d
}

.f-info {
    font-size: .9375em;
    line-height: 1.7
}

.f-info address {
    font-style: normal
}

.f-info address p {
    margin-block: unset
}

.f-nav {
    column-gap: 1em;
    padding-bottom: min(20%, 80px);
    padding-left: 3.1em;
    position: relative
}

.f-nav::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    opacity: .3
}

.f-nav>li {
    padding-bottom: .6em;
    break-inside: avoid;
    position: relative
}

.f-nav>li::before {
    content: "";
    display: block;
    position: absolute;
    top: .6em;
    left: .5em;
    width: 8px;
    aspect-ratio: 1;
    background-color: #fff;
    border-radius: 50%
}

.f-nav>li>a {
    padding-left: 1.7em;
    font-size: .9375em;
    color: #fff;
    position: relative
}

.f-nav .smenu {
    margin-left: 2em;
    padding-top: .2em;
    font-size: .875em
}

.f-nav .smenu>li>a {
    display: block;
    padding-left: 1.5em;
    padding-block: .5em;
    color: #fff;
    line-height: 1.3;
    position: relative
}

.f-nav .smenu>li>a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: .7em;
    height: 2px;
    background-color: #fff
}

.f-logo {
    width: clamp(240px, 19.8vw, 330px)
}

.f-sub {
    padding-block: 1em;
    color: #8c8c8c;
    font-size: 12px;
    font-weight: bold
}

.f-sub a {
    color: #8c8c8c
}

.f-sub a:hover {
    text-decoration: underline
}

.f-sub-nav {
    display: flex
}

.f-sub-nav>li:nth-child(n+2)::before {
    content: "　｜　"
}

@media screen and (min-width: 960px) {
    .f-nav {
        columns: 3
    }

    .f-nav>li:nth-child(1) {
        margin-bottom: 1em
    }
}

@media screen and (min-width: 600px)and (max-width: 960px) {
    .f-nav {
        columns: 2
    }

    .f-nav .smenu {
        display: none
    }
}

@media screen and (max-width: 959px) {
    .f-nav>li.mb2 {
        margin-bottom: unset
    }
}

@media screen and (max-width: 599px) {
    .f-con {
        grid-template-columns: 1fr
    }

    .f-nav {
        display: none
    }
}