@charset "UTF-8";

:root {
    /* color */
    --wht: #fff;
    --blk: #000;
    --base: #333;
    --gry: #999;
    --gry-dark: #666;
    --grn: #359f96;
    --grnl: #5dbfb6;
    --org: #f47e1b;
    --red: #f00;
    --yel: #fcefca;
    --blu: #0079d1;
    --crm: #fcf2d7;
    --vorg: #f57718;

    /* font-family */
    --f-jp: "Noto Sans JP", sans-serif;
    --f-en: "Montserrat", sans-serif;
    --f-yug:
        "Yu Gothic Medium", "游ゴシック Medium", yugothic, "游ゴシック体",
        "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    --f-hrg:
        "ヒラギノ角ゴ ProN W3", hiragino kaku gothic pron,
        "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

    /* font-size */
    --f-sz10: 1rem;
    --f-sz11: 1.1rem;
    --f-sz12: 1.2rem;
    --f-sz13: 1.3rem;
    --f-sz14: 1.4rem;
    --f-sz15: clamp(1.4rem, 1.3328rem + 0.14vw, 1.5rem);
    --f-sz16: clamp(1.5rem, 1.4336rem + 0.14vw, 1.6rem);
    --f-sz17: clamp(1.6rem, 1.5328rem + 0.14vw, 1.7rem);
    --f-sz18: clamp(1.7rem, 1.6336rem + 0.14vw, 1.8rem);
    --f-sz19: clamp(1.75rem, 1.6496rem + 0.21vw, 1.9rem);
    --f-sz20: clamp(1.8rem, 1.6672rem + 0.28vw, 2rem);
    --f-sz21: clamp(1.85rem, 1.6832rem + 0.35vw, 2.1rem);
    --f-sz22: clamp(1.9rem, 1.7008rem + 0.42vw, 2.2rem);
    --f-sz23: clamp(1.95rem, 1.7168rem + 0.49vw, 2.3rem);
    --f-sz24: clamp(2rem, 1.7328rem + 0.56vw, 2.4rem);
    --f-sz25: clamp(2rem, 1.6672rem + 0.69vw, 2.5rem);
    --f-sz26: clamp(2.1rem, 1.7664rem + 0.69vw, 2.6rem);
    --f-sz27: clamp(2.1rem, 1.7008rem + 0.83vw, 2.7rem);
    --f-sz28: clamp(2.2rem, 1.8rem + 0.83vw, 2.8rem);
    --f-sz29: clamp(2.2rem, 1.7328rem + 0.97vw, 2.9rem);
    --f-sz30: clamp(2.3rem, 1.8336rem + 0.97vw, 3rem);
    --f-sz31: clamp(2.3rem, 1.7664rem + 1.11vw, 3.1rem);
    --f-sz32: clamp(2.4rem, 1.8672rem + 1.11vw, 3.2rem);
    --f-sz33: clamp(2.4rem, 1.8rem + 1.25vw, 3.3rem);
    --f-sz34: clamp(2.5rem, 1.9008rem + 1.25vw, 3.4rem);
    --f-sz35: clamp(2.5rem, 1.8336rem + 1.39vw, 3.5rem);
    --f-sz36: clamp(2.6rem, 1.9328rem + 1.39vw, 3.6rem);
    --f-sz37: clamp(2.6rem, 1.8672rem + 1.53vw, 3.7rem);
    --f-sz38: clamp(2.7rem, 1.9664rem + 1.53vw, 3.8rem);
    --f-sz39: clamp(2.7rem, 1.9008rem + 1.67vw, 3.9rem);
    --f-sz40: clamp(2.8rem, 2rem + 1.67vw, 4rem);
    --f-sz41: clamp(2.8rem, 1.9328rem + 1.81vw, 4.1rem);
    --f-sz42: clamp(2.9rem, 2.0336rem + 1.81vw, 4.2rem);
    --f-sz43: clamp(2.9rem, 1.9664rem + 1.94vw, 4.3rem);
    --f-sz44: clamp(3rem, 2.0672rem + 1.94vw, 4.4rem);
    --f-sz45: clamp(3rem, 2rem + 2.08vw, 4.5rem);
    --f-sz46: clamp(3.1rem, 2.1008rem + 2.08vw, 4.6rem);
    --f-sz47: clamp(3.1rem, 2.0336rem + 2.22vw, 4.7rem);
    --f-sz48: clamp(3.2rem, 2.1328rem + 2.22vw, 4.8rem);
    --f-sz49: clamp(3.2rem, 2.0672rem + 2.36vw, 4.9rem);
    --f-sz50: clamp(3.3rem, 2.1664rem + 2.36vw, 5rem);
    --f-sz51: clamp(3.3rem, 2.1008rem + 2.5vw, 5.1rem);
    --f-sz52: clamp(3.4rem, 2.2rem + 2.5vw, 5.2rem);
    --f-sz53: clamp(3.4rem, 2.1328rem + 2.64vw, 5.3rem);
    --f-sz54: clamp(3.5rem, 2.2336rem + 2.64vw, 5.4rem);
    --f-sz55: clamp(3.5rem, 2.1664rem + 2.78vw, 5.5rem);
    --f-sz56: clamp(3.6rem, 2.2672rem + 2.78vw, 5.6rem);
    --f-sz57: clamp(3.6rem, 2.2rem + 2.92vw, 5.7rem);
    --f-sz58: clamp(3.7rem, 2.3008rem + 2.92vw, 5.8rem);
    --f-sz59: clamp(3.7rem, 2.2336rem + 3.06vw, 5.9rem);
    --f-sz60: clamp(3.8rem, 2.3328rem + 3.06vw, 6rem);
    --f-sz62: clamp(3.8rem, 2.2rem + 3.33vw, 6.2rem);
    --f-sz64: clamp(3.9rem, 2.2336rem + 3.47vw, 6.4rem);
    --f-sz66: clamp(3.9rem, 2.1008rem + 3.75vw, 6.6rem);
    --f-sz68: clamp(4rem, 2.1328rem + 3.89vw, 6.8rem);
    --f-sz70: clamp(4.2rem, 2.3328rem + 3.89vw, 7rem);
    --f-sz72: clamp(4.4rem, 2.5328rem + 3.89vw, 7.2rem);
    --f-sz76: clamp(4.6rem, 2.6rem + 4.17vw, 7.6rem);
    --f-sz80: clamp(4.8rem, 2.6672rem + 4.44vw, 8rem);
    --f-sz85: clamp(5rem, 2.6672rem + 4.86vw, 8.5rem);
    --f-sz90: clamp(5rem, 2.3328rem + 5.56vw, 9rem);
    --f-sz95: clamp(5.5rem, 2.8336rem + 5.56vw, 9.5rem);
    --f-sz100: clamp(5.5rem, 2.5008rem + 6.25vw, 10rem);
    --f-sz110: clamp(5.5rem, 1.8336rem + 7.64vw, 11rem);

    /* margin padding */
    --mp200: clamp(14rem, 10rem + 8.33vw, 20rem);
    --mp190: clamp(13.3rem, 9.5008rem + 7.92vw, 19rem);
    --mp180: clamp(12.6rem, 9rem + 7.5vw, 18rem);
    --mp170: clamp(12.1rem, 8.8336rem + 6.81vw, 17rem);
    --mp160: clamp(11.2rem, 8rem + 6.67vw, 16rem);
    --mp150: clamp(10.5rem, 7.5008rem + 6.25vw, 15rem);
    --mp140: clamp(9.8rem, 7rem + 5.83vw, 14rem);
    --mp130: clamp(9.1rem, 6.5008rem + 5.42vw, 13rem);
    --mp120: clamp(8.55rem, 6.2496rem + 4.79vw, 12rem);
    --mp110: clamp(8rem, 6rem + 4.17vw, 11rem);
    --mp100: clamp(7.5rem, 5.8336rem + 3.47vw, 10rem);
    --mp90: clamp(6.75rem, 5.2496rem + 3.12vw, 9rem);
    --mp80: clamp(6rem, 4.6672rem + 2.78vw, 8rem);
    --mp70: clamp(5.25rem, 4.0832rem + 2.43vw, 7rem);
    --mp60: clamp(4.5rem, 3.5008rem + 2.08vw, 6rem);
    --mp50: clamp(3.75rem, 2.9168rem + 1.74vw, 5rem);
    --mp40: clamp(3rem, 2.3328rem + 1.39vw, 4rem);
    --mp30: clamp(2.25rem, 1.7504rem + 1.04vw, 3rem);
    --mp20: clamp(1.5rem, 1.1664rem + 0.69vw, 2rem);
    --mp15: clamp(1.125rem, 0.8752rem + 0.52vw, 1.5rem);
}

/* CSS Document */
@font-face {
    font-family: "Yu Gothic";
    font-weight: normal;
    src:
        local("Yu Gothic-Medium"), local("Yu Gothic Medium"),
        local("YuGothic-Regular");
    font-display: auto;
}

@font-face {
    font-family: "Yu Gothic";
    font-weight: bold;
    src: local("Yu Gothic-Bold"), local("Yu Gothic");
    font-display: auto;
}

/* reset
------------------------------------------ */

/*!
 * ress.css ? v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
    box-sizing: border-box;
    text-size-adjust: 100%;
    word-break: normal;
    tab-size: 4;
}

*,
::after,
::before {
    box-sizing: inherit;
    background-repeat: no-repeat;
}

::after,
::before {
    vertical-align: inherit;
    text-decoration: inherit;
}

* {
    padding: 0;
    margin: 0;
}

hr {
    height: 0;
    overflow: visible;
    color: inherit;
}

details,
main {
    display: block;
}

summary {
    display: list-item;
}

small {
    font-size: 80%;
}

[hidden] {
    display: none;
}

abbr[title] {
    text-decoration: underline dotted;
    border-bottom: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline-width: 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
}

pre {
    font-size: 1em;
}

b,
strong {
    font-weight: bolder;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

table {
    text-indent: 0;
    border-collapse: collapse;
    border-color: inherit;
}

input {
    border-radius: 0;
}

[disabled] {
    cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    appearance: none;
}

textarea {
    overflow: auto;
    resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
}

optgroup {
    font-weight: bold;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
    color: inherit;
    cursor: pointer;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    appearance: auto;
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline-width: 0;
}

select {
    appearance: none;
}

select::-ms-expand {
    display: none;
}

select::-ms-value {
    color: currentcolor;
}

legend {
    display: table;
    max-width: 100%;
    color: inherit;
    white-space: normal;
    border: 0;
}

::-webkit-file-upload-button {
    font: inherit;
    color: inherit;
    appearance: auto;
}

img {
    border-style: none;
}

progress {
    vertical-align: baseline;
}

[aria-busy="true"] {
    cursor: progress;
}

[aria-controls] {
    cursor: pointer;
}

[aria-disabled="true"] {
    cursor: default;
}

address {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

ul,
li,
ol,
li {
    list-style: none;
}

a,
form,
iframe {
    outline: 0;
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
    line-height: 0;
    vertical-align: top;
}

a:link,
a:hover,
a:visited {
    color: inherit;
    text-decoration: none;
}

/* テキストリンク */
a.txtlink {
    color: green;
    text-decoration: underline;
}

a.txtlink:hover {
    text-decoration: none;
}

/* 電話リンク */
.sp-tel {
    display: inline-block;
}

@media (min-width: 768px) {
    a[href^="tel:"],
    a.sp-tel[href^="tel:"] {
        pointer-events: none;
    }
}

.no-tel,
.no-tel * {
    text-decoration: none !important;
    pointer-events: none !important;
}

/* font style 親要素引継ぎ */
span {
    font-size: inherit;
    font-weight: inherit;
}

/* Primary Styles
------------------------------------------ */
html {
    box-sizing: border-box;
    overflow-y: scroll;
    font-size: 62.5%;
}

body {
    position: relative;
    font-family: var(--f-jp);
    font-size: var(--f-sz16);
    font-weight: normal;
    line-height: 1.7;
    color: #333;
    letter-spacing: 0;
    background: #f7f7f5;
    text-size-adjust: 100%;
}

body.fixed {
    position: fixed;
    width: 100%;
}

main {
    display: block;
    overflow-x: hidden;
    font-size: var(--f-sz16);
    line-height: 1.75;
    opacity: 0;
    transition: opacity 1s ease;
}

body.is-loaded main {
    opacity: 1;
}

/* Common style
--------------------------------- */
.txt-center,
.stxt-center {
    text-align: center;
}

.txt-right,
.stxt-right {
    text-align: right;
}

@media (max-width: 767px) {
    .stxt-center,
    .stxt-right {
        text-align: left;
    }
}

.block {
    display: block;
}

.iblock {
    display: inline-block;
}

/* PC SP only */
@media (min-width: 1281px) {
    .sp-only-xl {
        display: none;
    }
}

@media (max-width: 1280px) {
    .pc-only-xl {
        display: none;
    }
}

@media (min-width: 1025px) {
    .sp-only-ll {
        display: none;
    }
}

@media (max-width: 1024px) {
    .pc-only-ll {
        display: none;
    }
}

@media (min-width: 992px) {
    .sp-only-l {
        display: none;
    }
}

@media (max-width: 991px) {
    .pc-only-l {
        display: none;
    }
}

@media (min-width: 768px) {
    .sp-only {
        display: none;
    }
}

@media (max-width: 767px) {
    .pc-only {
        display: none;
    }
}

@media (min-width: 641px) {
    .sp-only-m {
        display: none;
    }
}

@media (max-width: 640px) {
    .pc-only-m {
        display: none;
    }
}

@media (min-width: 481px) {
    .sp-only-s {
        display: none;
    }
}

@media (max-width: 480px) {
    .pc-only-s {
        display: none;
    }
}

/* flex ---------------- */
.flex {
    display: flex;
    flex-wrap: wrap;
}

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

.flex.between {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

/* 上下左右中央 */
.flex.vc {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* 上下中央横並び */
.flex.vm {
    flex-direction: row;
    align-items: center;
}

/* layout --------------------- */
.wrap,
.wrap-l,
.wrap-m,
.wrap-s,
.wrap-ss {
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
}

.wrap-l {
    max-width: 1350px;
}

.wrap-m {
    max-width: 1200px;
}

.wrap-s {
    max-width: 1000px;
}

.wrap-ss {
    max-width: 900px;
}

/* object fit --------------------- */
.of-wrap {
    display: block;
    width: 100%;
}

.of-wrap img {
    width: 100%;
    height: 100%;
}

.of-wrap.of-1x1 {
    aspect-ratio: 1/1;
}

.of-wrap.of-2x1 {
    aspect-ratio: 2/1;
}

.of-wrap.of-3x1 {
    aspect-ratio: 3/1;
}

.of-wrap.of-3x2 {
    aspect-ratio: 3/2;
}

.of-wrap.of-4x3 {
    aspect-ratio: 4/3;
}

.of-wrap.of-5x2 {
    aspect-ratio: 5/2;
}

.of-wrap.of-16x9 {
    aspect-ratio: 16/9;
}

.of-wrap.of-cover img {
    object-fit: cover;
}

.of-wrap.of-contain img {
    object-fit: contain;
}

/* font STYLE ------------------- */
.f-en {
    font-family: var(--f-en);
}

.f-yug {
    font-family: var(--f-yug);
}

.f-hrg {
    font-family: var(--f-hrg);
}

/* font weight -------------------------------------- */
.f-bold {
    font-weight: bold;
}

.f-normal {
    font-weight: normal;
}

.f-w100 {
    font-weight: 100;
}

.f-w200 {
    font-weight: 200;
}

.f-w300 {
    font-weight: 300;
}

.f-w400 {
    font-weight: normal;
}

.f-w500 {
    font-weight: 500;
}

.f-w600 {
    font-weight: 600;
}

.f-w700 {
    font-weight: bold;
}

.f-w900 {
    font-weight: 900;
}

/* font color -------------------------------------- */
.f-wht {
    color: var(--wht);
}

.f-base {
    color: var(--base);
}

.f-blk {
    color: var(--blk);
}

.f-gry {
    color: var(--gry);
}

.f-grydark {
    color: var(--gry-dark);
}

.f-red {
    color: var(--red);
}

.f-blu {
    color: var(--blu);
}

.f-grn {
    color: var(--grn);
}

.f-org {
    color: var(--org);
}

.f-vorg {
    color: var(--vorg);
}

.f-yel {
    color: var(--yel);
}

/* letter-spacing ----------------------------------- */
.f-ls50 {
    letter-spacing: 0.05em;
}

/* line height -------------------------------------- */
.f-lh1 {
    line-height: 1;
}

.f-lh11 {
    line-height: 1.1;
}

.f-lh12 {
    line-height: 1.2;
}

.f-lh13 {
    line-height: 1.3;
}

.f-lh14 {
    line-height: 1.4;
}

.f-lh15 {
    line-height: 1.5;
}

.f-lh2 {
    line-height: 2;
}

/* font size -------------------------------------- */
.f-sz10 {
    font-size: 1rem;
}

.f-sz11 {
    font-size: 1.1rem;
}

.f-sz12 {
    font-size: 1.2rem;
}

.f-sz13 {
    font-size: 1.3rem;
}

.f-sz14 {
    font-size: 1.4rem;
}

.f-sz15 {
    font-size: var(--f-sz15);
}

.f-sz16 {
    font-size: var(--f-sz16);
}

.f-sz17 {
    font-size: var(--f-sz17);
}

.f-sz18 {
    font-size: var(--f-sz18);
}

.f-sz19 {
    font-size: var(--f-sz19);
}

.f-sz20 {
    font-size: var(--f-sz20);
}

.f-sz21 {
    font-size: var(--f-sz21);
}

.f-sz22 {
    font-size: var(--f-sz22);
}

.f-sz23 {
    font-size: var(--f-sz23);
}

.f-sz24 {
    font-size: var(--f-sz24);
}

.f-sz25 {
    font-size: var(--f-sz25);
}

.f-sz26 {
    font-size: var(--f-sz26);
}

.f-sz27 {
    font-size: var(--f-sz27);
}

.f-sz28 {
    font-size: var(--f-sz28);
}

.f-sz29 {
    font-size: var(--f-sz29);
}

.f-sz30 {
    font-size: var(--f-sz30);
}

.f-sz31 {
    font-size: var(--f-sz31);
}

.f-sz32 {
    font-size: var(--f-sz32);
}

.f-sz33 {
    font-size: var(--f-sz33);
}

.f-sz34 {
    font-size: var(--f-sz34);
}

.f-sz35 {
    font-size: var(--f-sz35);
}

.f-sz36 {
    font-size: var(--f-sz36);
}

.f-sz37 {
    font-size: var(--f-sz37);
}

.f-sz38 {
    font-size: var(--f-sz38);
}

.f-sz39 {
    font-size: var(--f-sz39);
}

.f-sz40 {
    font-size: var(--f-sz40);
}

.f-sz41 {
    font-size: var(--f-sz41);
}

.f-sz42 {
    font-size: var(--f-sz42);
}

.f-sz43 {
    font-size: var(--f-sz43);
}

.f-sz44 {
    font-size: var(--f-sz44);
}

.f-sz45 {
    font-size: var(--f-sz45);
}

.f-sz46 {
    font-size: var(--f-sz46);
}

.f-sz47 {
    font-size: var(--f-sz47);
}

.f-sz48 {
    font-size: var(--f-sz48);
}

.f-sz49 {
    font-size: var(--f-sz49);
}

.f-sz50 {
    font-size: var(--f-sz50);
}

.f-sz51 {
    font-size: var(--f-sz51);
}

.f-sz52 {
    font-size: var(--f-sz52);
}

.f-sz53 {
    font-size: var(--f-sz53);
}

.f-sz54 {
    font-size: var(--f-sz54);
}

.f-sz55 {
    font-size: var(--f-sz55);
}

.f-sz56 {
    font-size: var(--f-sz56);
}

.f-sz57 {
    font-size: var(--f-sz57);
}

.f-sz58 {
    font-size: var(--f-sz58);
}

.f-sz59 {
    font-size: var(--f-sz59);
}

.f-sz60 {
    font-size: var(--f-sz60);
}

.f-sz62 {
    font-size: var(--f-sz62);
}

.f-sz64 {
    font-size: var(--f-sz64);
}

.f-sz66 {
    font-size: var(--f-sz66);
}

.f-sz68 {
    font-size: var(--f-sz68);
}

.f-sz70 {
    font-size: var(--f-sz70);
}

.f-sz72 {
    font-size: var(--f-sz72);
}

.f-sz76 {
    font-size: var(--f-sz76);
}

.f-sz80 {
    font-size: var(--f-sz80);
}

.f-sz85 {
    font-size: var(--f-sz85);
}

.f-sz90 {
    font-size: var(--f-sz90);
}

.f-sz95 {
    font-size: var(--f-sz95);
}

.f-sz100 {
    font-size: var(--f-sz100);
}

.f-sz110 {
    font-size: var(--f-sz110);
}

/* padding */
.pt200 {
    padding-top: var(--mp200);
}

.pt190 {
    padding-top: var(--mp190);
}

.pt180 {
    padding-top: var(--mp180);
}

.pt170 {
    padding-top: var(--mp170);
}

.pt160 {
    padding-top: var(--mp160);
}

.pt150 {
    padding-top: var(--mp150);
}

.pt140 {
    padding-top: var(--mp140);
}

.pt130 {
    padding-top: var(--mp130);
}

.pt120 {
    padding-top: var(--mp120);
}

.pt110 {
    padding-top: var(--mp110);
}

.pt100 {
    padding-top: var(--mp100);
}

.pt90 {
    padding-top: var(--mp90);
}

.pt80 {
    padding-top: var(--mp80);
}

.pt70 {
    padding-top: var(--mp70);
}

.pt60 {
    padding-top: var(--mp60);
}

.pt50 {
    padding-top: var(--mp50);
}

.pt40 {
    padding-top: var(--mp40);
}

.pt30 {
    padding-top: var(--mp30);
}

.pt20 {
    padding-top: var(--mp20);
}

.pt15 {
    padding-top: 15px;
}

.pt10 {
    padding-top: 10px;
}

.pt5 {
    padding-top: 5px;
}

.pb200 {
    padding-bottom: var(--mp200);
}

.pb190 {
    padding-bottom: var(--mp190);
}

.pb180 {
    padding-bottom: var(--mp180);
}

.pb170 {
    padding-bottom: var(--mp170);
}

.pb160 {
    padding-bottom: var(--mp160);
}

.pb150 {
    padding-bottom: var(--mp150);
}

.pb140 {
    padding-bottom: var(--mp140);
}

.pb130 {
    padding-bottom: var(--mp130);
}

.pb120 {
    padding-bottom: var(--mp120);
}

.pb110 {
    padding-bottom: var(--mp110);
}

.pb100 {
    padding-bottom: var(--mp100);
}

.pb90 {
    padding-bottom: var(--mp90);
}

.pb80 {
    padding-bottom: var(--mp80);
}

.pb70 {
    padding-bottom: var(--mp70);
}

.pb60 {
    padding-bottom: var(--mp60);
}

.pb50 {
    padding-bottom: var(--mp50);
}

.pb40 {
    padding-bottom: var(--mp40);
}

.pb30 {
    padding-bottom: var(--mp30);
}

.pb20 {
    padding-bottom: var(--mp20);
}

.pb15 {
    padding-bottom: 15px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb5 {
    padding-bottom: 5px;
}

/* margin */
.mb200 {
    margin-bottom: var(--mp200);
}

.mb190 {
    margin-bottom: var(--mp190);
}

.mb180 {
    margin-bottom: var(--mp180);
}

.mb170 {
    margin-bottom: var(--mp170);
}

.mb160 {
    margin-bottom: var(--mp160);
}

.mb150 {
    margin-bottom: var(--mp150);
}

.mb140 {
    margin-bottom: var(--mp140);
}

.mb130 {
    margin-bottom: var(--mp130);
}

.mb120 {
    margin-bottom: var(--mp120);
}

.mb110 {
    margin-bottom: var(--mp110);
}

.mb100 {
    margin-bottom: var(--mp100);
}

.mb90 {
    margin-bottom: var(--mp90);
}

.mb80 {
    margin-bottom: var(--mp80);
}

.mb70 {
    margin-bottom: var(--mp70);
}

.mb60 {
    margin-bottom: var(--mp60);
}

.mb50 {
    margin-bottom: var(--mp50);
}

.mb40 {
    margin-bottom: var(--mp40);
}

.mb30 {
    margin-bottom: var(--mp30);
}

.mb20 {
    margin-bottom: var(--mp20);
}

.mb15 {
    margin-bottom: 15px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

.mt40 {
    margin-top: var(--mp40);
}

.mt30 {
    margin-top: var(--mp30);
}

.mt20 {
    margin-top: var(--mp20);
}

.mt15 {
    margin-top: 15px;
}

.mt10 {
    margin-top: 10px;
}

.mt5 {
    margin-top: 5px;
}

/* iOS タップバグ回避
========================= */
@media screen and (max-width: 640px) {
    .button a {
        pointer-events: none;
    }

    a:hover::after,
    a:active::after,
    a:focus::after a::after {
        display: none;
    }
}

/* ----------------------------------------
   header
------------------------------------------ */

/* .site-header -------------------------- */
.site-header {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1000;
    width: 90%;
    text-align: center;
    transform: translateX(-50%);
    transition: all 0.3s ease;
    padding-top: 34px;

    /* z-index: 9998;spメニューにもロゴを載せる場合 */
}

.site-header.fixed-header {
    position: fixed;
    padding-top: 0;
    top: 20px;

    animation-name: fix-h;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
}

@keyframes fix-h {
    0% {
        transform: translateX(-50%) translateY(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(-50%) translateY(0%);
        opacity: 1;
    }
}

@media screen and (max-width: 991px) {
    .site-header,
    .site-header.fixed-header {
        position: relative;
    }

    .site-header.fixed-header {
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    .site-header {
        text-align: left;
    }
}

@media screen and (max-width: 575px) {
    .site-header {
        padding-top: 15px;
    }
}

/* header-logo -------------------------- */
.site-header .header-logo {
    display: inline-block;
    margin-bottom: 26px;

    /* padding-top: 34px; */
}

.site-header .header-logo a {
    flex-flow: column;
}

.header-logo .g-name {
    margin-bottom: 0.5em;
}

.header-logo .s-name {
    width: 533px;
    aspect-ratio: 533/40;
}

.site-header.fixed-header .header-logo {
    display: none;

    /* animation-name: fix-h;
	animation-duration: 0.28s;
	animation-timing-function: ease-out; */
}

.site-header .header-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}

@media screen and (max-width: 991px) {
    .site-header.fixed-header .header-logo {
        display: block;
        width: fit-content;
        width: 90%;
    }
}

@media screen and (max-width: 767px) {
    .header-logo .g-name {
        margin-bottom: 0;
    }

    .header-logo .s-name {
        width: max(calc(100vw - 200px), 220px);
        max-width: 400px;
    }
}

@media screen and (max-width: 575px) {
    .site-header .header-logo {
        display: flex;
        align-items: center;
        height: 60px;
    }
}

/* gnav -------------------------- */
.site-header #gnav {
    align-items: center;

    /* animation-name: fix-h;
	animation-duration: 0.28s;
	animation-timing-function: ease-out; */
}

.site-header #gnav .menulist {
    display: flex;
    width: 100%;
    background-color: var(--vorg);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
}

.site-header .menulist > li {
    position: relative;
    flex-grow: 1;
}

.site-header .menulist > li:first-child > a {
    border-radius: 10px 0 0 10px;
}

.site-header .menulist > li:last-child > span {
    border-radius: 0 10px 10px 0;
}

.site-header .menulist > li:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: -0.5px;
    z-index: 1;
    display: block;
    width: 1px;
    height: 30px;
    content: "";
    background-color: rgb(255 255 255 / 50%);
    transform: translateY(-50%);
}

.site-header .menulist > li.has-submenu {
    cursor: pointer;
}

.site-header .menulist > li > a,
.site-header .menulist > li.has-submenu > span {
    display: flex;
    width: auto;
    padding: 0 10px;
    font-size: var(--f-sz18);
    font-weight: 900;
    line-height: 68px; /* メニューの高さ */
    color: #fff;
    letter-spacing: 0.08em;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
}

.site-header .menulist > li > .ext_link::after {
    position: initial;
    transform: initial;
}

@media (min-width: 768px) {
    .site-header .menulist > li > a,
    .site-header .menulist > li.has-submenu > span {
        transition: all ease-in-out 0.28s;
    }
}

.site-header .menulist > li > a:hover,
.site-header .menulist > li > span:hover,
.site-header .menulist .submenu li:hover {
    opacity: 0.6;
}

.site-header .menulist > li > a:hover,
.site-header .menulist > li.has-submenu:hover,
.site-header .menulist > li.has-submenu.touch.active {
}

@media screen and (max-width: 1200px) {
    .site-header .menulist > li > a,
    .site-header .menulist > li.has-submenu > span {
        font-size: var(--f-sz17);
    }
}

/* submenu -------------------------- */
.site-header .menulist > li.has-submenu .submenu {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    z-index: 0;
    visibility: hidden;
    width: 100%;
    min-width: 209px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    opacity: 0;
    transform: translateX(-50%);
}

.site-header .menulist > li.has-submenu .submenu::before {
    position: absolute;
    bottom: calc(100% - 1px);
    left: 50%;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent #e6e6e6;
    border-style: solid;
    border-width: 0 10px 11px;
    transform: translateX(-50%);
}

.site-header .menulist > li.has-submenu .submenu::after {
    position: absolute;
    bottom: calc(100% - 1px);
    left: 50%;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 8px 9px;
    transform: translateX(-50%);
}

.site-header .menulist > li.has-submenu.touch .submenu {
    display: none;
}

.site-header .menulist > li.has-submenu.touch.active .submenu {
    display: block;
}

.site-header .menulist > li.has-submenu.active .submenu,
.site-header .menulist > li.has-submenu:hover .submenu {
    top: calc(100% - 8px);
    z-index: 0;
    display: block;
    visibility: visible;
    opacity: 1;
    transition: all ease 0.28s;
}

.site-header .menulist > li.has-submenu .submenu li:not(:last-child) {
    border-bottom: 1px solid #f2f2f2;
}

.site-header .menulist > li.has-submenu.active .submenu li,
.site-header .menulist > li.has-submenu:hover .submenu li {
    text-align: left;
    transition: all ease 0.28s;
}

.site-header .menulist > li.has-submenu:hover .submenu li a {
    position: relative;
    display: block;
    padding: 0 10px;
    line-height: 45px;
}

.site-header .menulist > li.has-submenu:hover .submenu li a.ext_link::after {
    right: 10px;
}

.site-header .menulist > li .submenu li a {
    white-space: nowrap;
}

/* ---------------------------------------------
 sp-menu
--------------------------------------------- */
.sp-header {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 9999;
    display: none;
    line-height: 0;
    transition: all 0.28s ease;
}

/* menu button -------------------------- */
.hamburger-menu.menu-button {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    cursor: pointer;
    background-color: var(--vorg);
    border-radius: 10px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 5%);
    transition: all 0.28s;
}

.hamburger-menu * {
    display: block;
}

.menu-button .sp-btn-inner {
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.menu-button .sp-btn-inner .is-line {
    position: relative;
    width: 26px;
    height: 12px;
    margin: 0 auto 10px;
}

.menu-button .lines {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 2px;
    color: #fff;
    background: #fff;
    transform: translateX(-50%);
    transition:
        0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        opacity 0.1s 0.27s ease;
}

.menu-button .lines:first-child {
    top: 0;
}

.menu-button .lines:nth-child(2) {
    top: 9px;
    transition: all 0.2s ease;
}

@media (max-width: 991px) {
    .sp-header {
        display: block;
    }
}

@media (max-width: 767px) {
    .sp-header {
        top: 20px;
        right: 20px;
    }

    .hamburger-menu.menu-button {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 575px) {
    .sp-header {
        top: 15px;
        right: 15px;
    }

    .hamburger-menu.menu-button {
        width: 60px;
        height: 60px;
    }

    .menu-button .sp-btn-inner .is-line {
        width: 20px;
        margin: 0 auto 6px;
    }
}

/* active */
.menu-button.active .lines:first-child {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-24.8deg);
}

.menu-button.active .lines:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(24.8deg);
}

@media (min-width: 768px) {
    .menu-button.active .lines:first-child {
        transition-delay: 0.2s;
        transition-timing-function: ease;
    }

    .menu-button.active .lines:nth-child(2) {
        transition-delay: 0.2s;
        transition-timing-function: ease;
    }
}

/* spnav -------------------------- */
.spnav.hide-nav {
    visibility: hidden;
    opacity: 0;
}

.spnav {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    position: fixed;
    z-index: 9997;
    pointer-events: none;
    transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);

    /* 上から
    bottom: 101%;
    right: 0; 
    left: 0; */

    /* 左から
    top: 0;
    bottom: 0;
    right: 101%; */

    /* 右から */
    top: 0;
    bottom: 0;
    left: 101%;

    /* 下から
    top: 101%;
    right: 0; 
    left: 0; */
}

.spnav.show-nav {
    pointer-events: auto;
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;

    /* 上から
    bottom: 0; */

    /* 左から
    right: 0; */

    /* 右から */
    left: 0;

    /* 下から
    top: 0; */
}

.wrap-spnav {
    position: relative;
    z-index: 2;
    width: 100%;
    background-color: #f0f0ed;
}

.wrap-spnav .inner-spnav {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    width: 100%;
    height: 100dvh;
    padding-right: 5%;
    padding-left: 5%;
    margin: auto;
    overflow: auto;
    overscroll-behavior-y: contain;
}

.wrap-spnav .inner-spnav .cont-spnav {
    width: min(100%, 600px);
    padding-top: 140px;
    padding-bottom: 100px;
    margin: auto;
}

.wrap-spnav nav {
    width: 100%;
}

.wrap-spnav .menulist {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.wrap-spnav .menulist li {
    width: calc(50% - 5px);
    flex: auto;
}

.wrap-spnav .menulist .home,
.wrap-spnav .menulist .wd,
.wrap-spnav .menulist .dc {
    width: 100%;
}

.wrap-spnav .menulist .dc {
    margin-top: 30px;
}

.wrap-spnav .menulist li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    font-size: var(--f-sz18);
    font-weight: bold;
    color: var(--base);
    letter-spacing: 0.08em;
    background-color: var(--wht);
    border-radius: 10px;
}

.wrap-spnav .menulist li a::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 24px;
    height: 4px;
    content: "";
    background-color: var(--org);
    transform: translateX(-50%);
}

.wrap-spnav .menulist .dc a::before {
    background-color: var(--grn);
}

.wrap-spnav .menulist .sub {
    margin-left: 15px;
    font-size: var(--f-sz14);
    font-weight: normal;
    color: var(--gry);
}

.wrap-spnav .sec-hours {
    width: 100%;
}

.wrap-spnav .sec-hours .contact {
    min-height: 100px;
    padding: 0 20px;
}

.wrap-spnav .spn-recruit .submenu {
    gap: 7px;
}

.wrap-spnav .spn-recruit .submenu li {
    flex: 1;
}

.wrap-spnav .spn-recruit .submenu li a {
    display: flex;
    align-items: center;
    min-height: 60px;
    padding: 0 20px;
    line-height: 1.5;
    color: var(--base);
    background-color: var(--wht);
    border-radius: 10px;
    white-space: nowrap;
}

.wrap-spnav .menulist .dc .ext_link::after,
.wrap-spnav .spn-recruit .submenu li .ext_link::after {
    position: initial;
    transform: initial;
}

@media (max-width: 680px) {
    .wrap-spnav .spn-recruit .submenu li {
        flex-grow: 1;
        width: auto;
    }
}

@media (max-width: 480px) {
    .wrap-spnav .menulist li a {
        justify-content: center;
    }

    .wrap-spnav .menulist li {
        width: 100%;
    }
}

/* spnav-mask -------------------------- */
.spnav-mask {
    position: fixed;
    inset: 0;
    z-index: 9997;
    display: none;
    width: 100vw;
    height: 100vh;
}

.spnav-mask.active {
    display: block;
}

/* ---------------------------------------------
PCメニュー切り替え
--------------------------------------------- */
@media (max-width: 991px) {
    /* ロゴに掛かる前のタイミング */
    .site-header .header-nav {
        display: none;
    }
}

/* ---------------------------------------------
 共通スタイル
--------------------------------------------- */

/* タイトルパターン(1) ------------------------ */
[class*="lb-m--"] {
    position: relative;
    padding-left: 11px;
}

[class*="lb-m--"]::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    height: 1em;
    content: "";
    border-left-style: solid;
    border-left-width: 4px;
    transform: translateY(-50%);
}

[class*="lb-l--"] {
    position: relative;
    padding-left: 15px;
}

[class*="lb-l--"]::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    height: 1em;
    content: "";
    border-left-style: solid;
    border-left-width: 5px;
    transform: translateY(-50%);
}

[class*="--o"]::before {
    border-left-color: var(--org);
}

[class*="--g"]::before {
    border-left-color: var(--grn);
}

/* マークインデント ------------------------ */
.fo-note {
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
}

/* ボタンスタイル ------------------------ */
.btnW-l {
    width: 300px;
}

.btnW-m {
    width: 180px;
}

.btnH-l {
    height: 56px;
}

.btn-style01 {
    display: block;
    line-height: 1.5;
    text-align: left;

    border: 2px solid rgb(0 0 0 / 10%);
    border-radius: 10px;

    /* border: 1px solid rgb(0 0 0 / 0%);
    border-top-color: rgb(0 0 0 / 20%);
    border-bottom-color: rgb(0 0 0 / 20%); */
}

.btn-style01 * {
    display: block;
}

a.btn-style01 {
    color: var(--grn);
}

.btn-style01 .btn-cont {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 65px 0 30px;
}

.btn-style01 .btn-cont .btn-txt {
    font-size: var(--f-sz18);
    font-weight: 500;
}

.arrow01 {
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    width: 6px;
    aspect-ratio: 1/2;
    background-image: url("../img/common/arrow-gry.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}

.arrow02 {
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    width: 8px;
    aspect-ratio: 1/2;
    background-image: url("../img/common/arrow-grn.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .btn-style01 {
        transition: all ease 0.28s;
    }

    .arrow01 {
        transition: all ease 0.28s;
    }

    .arrow02 {
        transition: all ease 0.28s;
    }

    .btn:hover .arrow01 {
        right: 20px;
    }

    .btn-style01:hover {
        border-radius: 0;
        border: 2px solid rgb(0 0 0 / 0%);
        border-top-color: rgb(0 0 0 / 10%);
        border-bottom-color: rgb(0 0 0 / 10%);
    }

    .btn-style01:hover .arrow02 {
        right: 16px;
    }
}

@media (max-width: 767px) {
    .arrow01 {
        right: 20px;
    }

    .arrow02 {
        right: 20px;
    }
}

@media (max-width: 480px) {
    .btnW-l {
        width: 100%;
    }

    .btnW-m {
        width: 100%;
    }

    .arrow01 {
        right: 15px;
    }

    .arrow02 {
        right: 15px;
    }
}

/* スマホテーブル ------------------------ */
.outer:has(table) {
    overflow-x: auto;
}

/* ページタイトル ------------------------ */
.page-ttl-area {
    padding-top: var(--mp160);
}

.page-ttl-area .band {
    background-color: var(--yel);
}

.page-ttl-area .container-fluid {
    padding: var(--mp100) 0 var(--mp60);
}

.page-ttl-area .title {
    font-size: var(--f-sz48);
    font-weight: bold;
    line-height: 1.3;
    color: var(--base);
    text-align: center;
}

@media (max-width: 991px) {
    .page-ttl-area .container-fluid {
        padding: var(--mp60) 0;
    }
}

@media (max-width: 480px) {
    .page-ttl-area {
        padding-top: var(--mp120);
    }
}

/* 外来受付・診療時間 ---------------------------- */
.tb-hours {
    width: 100%;
}

.tb-hours th,
.tb-hours td {
    text-align: center;
    white-space: nowrap;
}

.tb-hours th {
    padding: 15px 10px;
    font-size: var(--f-sz14);
    font-weight: normal;
    line-height: 1.4;
    color: var(--wht);
    background-color: #74bcb6;
}

.tb-hours th:not(:last-child) {
    border-right: 1px solid #fff;
}

.tb-hours th:first-child {
    border-radius: 10px 0 0;
}

.tb-hours th:last-child {
    border-radius: 0 10px 0 0;
}

.tb-hours tr:not(:first-child) {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.tb-hours td {
    padding: 15px 10px;
}

.tb-hours td i {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.tb-hours td i::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    transform: translate(-50%, -50%);
}

.tb-hours td .true::before {
    width: 10px;
    height: 10px;
    background-color: var(--gry-dark);
    border-radius: 50%;
}

.tb-hours td .none::before {
    width: 12px;
    height: 1px;
    background-color: var(--gry);
}

/* お問い合わせ電話 ---------------------------- */

.sec-hours .contact {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px 20px;
    border: 1px solid rgb(0 0 0 / 20%);
    border-radius: 10px;
}

.sec-hours .title {
    padding-right: 30px;
}

.sec-hours .tel-num-time {
    position: relative;
    padding-left: 30px;
}

.sec-hours .tel-num-time::before {
    position: absolute;
    top: 0;
    left: -0.5px;
    display: block;
    width: 1px;
    height: 100%;
    content: "";
    background-color: rgb(0 0 0 / 10%);
}

@media (max-width: 480px) {
    .sec-hours .contact {
        flex-flow: column;
        padding: 18px 20px;
    }

    .sec-hours .title {
        padding: 0 0 10px;
    }

    .sec-hours .tel-num-time {
        padding: 11px 0 0;
        text-align: center;
    }

    .sec-hours .tel-num-time::before {
        left: 0;
        width: 100%;
        height: 1px;
    }
}

/* News
------------------------------------------ */
.sbox-news {
    position: relative;
}

.sbox-news:not(:last-child) {
    margin-bottom: 12px;
}

.sbox-news .cont-box {
    display: block;
    padding: 20px 50px 18px 30px;
    background-color: #f7f7f7;
    border-radius: 5px;
}

.sbox-news .title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    white-space: nowrap;
}

.sbox-news .date-cat {
    gap: 10px;
    align-items: start;
    margin-bottom: 7px;
}

.sbox-news .date {
    color: #b3b3b3;
}

@media (min-width: 768px) {
    .sbox-news .cont-box {
        transition: opacity ease-in-out 0.28s;
    }

    .sbox-news a:hover {
        opacity: 0.7;
    }
}

@media (max-width: 767px) {
    .sbox-news .cont-box {
        padding: 20px 30px 18px 20px;
    }
}

/* NewsSection
------------------------------------------- */
.sec-news {
    background-color: var(--wht);
}

.sec-news .news-block {
    position: relative;
    min-height: 120px;
}

.sec-news .sec-ttl {
    width: 180px;
}

.sec-news .news-list {
    width: calc(100% - 220px);
}

.sec-news .btnarea {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width: 767px) {
    .sec-news .sec-ttl {
        margin-bottom: var(--mp15);
    }

    .sec-news .news-list {
        width: 100%;
        margin-bottom: var(--mp30);
    }

    .sec-news .btnarea {
        position: initial;
    }

    .sec-news .btnarea .btn {
        width: 300px;
    }
}

@media (max-width: 480px) {
    .sec-news .btnarea,
    .sec-news .btnarea .btn {
        width: 100%;
    }
}

/* 診療案内／当院について 共通(item-style-01) */
.item-style-01 .back {
    position: relative;
    padding: var(--mp60) 0;
}

.item-style-01 .br20-bgwht {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 96%;
    height: 100%;
    content: "";
}

.item-style-01 .inner {
    position: relative;
    z-index: 1;
    flex-flow: row-reverse;
    column-gap: var(--mp60);
    padding-right: var(--mp80);
}

.item-style-01 .text-area {
    flex: 1;
}

.item-style-01 .img-area {
    width: min(37.8%, 480px);
    min-width: 280px;
}

.item-style-01 .img-wrap {
    overflow: hidden;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .item-style-01 .back {
        padding-bottom: 0;
    }

    .item-style-01 .br20-bgwht {
        width: 100%;
        height: calc(100% - var(--mp70));
    }

    .item-style-01 .inner {
        flex-flow: column;
        row-gap: var(--mp50);
        padding: 0 var(--mp80);
        margin-left: 0;
    }

    .item-style-01 .img-area {
        width: min(100%, 480px);
    }
}

@media (max-width: 767px) {
    .item-style-01 .inner {
        padding: 0 var(--mp50);
    }

    .item-style-01 .back::before {
        height: calc(100% - var(--mp50));
    }
}

@media (max-width: 480px) {
    .item-style-01 .back {
        padding-top: var(--mp40);
    }

    .item-style-01 .back::before {
        height: calc(100% - var(--mp40));
    }

    .item-style-01 .inner {
        row-gap: var(--mp20);
        padding: 0 var(--mp20);
    }
}

/* 表スタイル 01 */

.dl-list.line-style01 .list-item {
    display: flex;
    padding: 20px 30px 20px 20px;
    margin-bottom: 4px;
    background-color: var(--wht);
}

.dl-list.line-style01 .list-item:first-child {
    border-radius: 10px 10px 0 0;
}

.dl-list.line-style01 .list-item:last-child {
    margin-bottom: 0;
    border-radius: 0 0 10px 10px;
}

.dl-list.line-style01 .list-item dt {
    padding-right: 27px;
    white-space: nowrap;
    line-height: 1.7;
}

.dl-list.line-style01 .list-item dd {
    position: relative;
    padding-left: 30px;
    font-size: var(--f-sz18);
    color: var(--base);
    line-height: 1.5;
}

.dl-list.line-style01 .list-item dd::before {
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: 0;
    display: block;
    width: 1px;
    height: calc(100% + 10px);
    content: "";
    background-color: #d9d9d9;
}

@media (max-width: 768px) {
    .dl-list.line-style01 .list-item {
        flex-flow: column;
        padding: 20px;
    }

    .dl-list.line-style01 .list-item dt {
        width: 100%;
        padding-right: 0;
        padding-bottom: 15px;
    }

    .dl-list.line-style01 .list-item dd {
        width: 100%;
        padding-top: 10px;
        padding-left: 0;
    }

    .dl-list.line-style01 .list-item dd::before {
        width: 40px;
        height: 1px;
    }
}

/* Google Map */
.sec-access .gm-block {
    width: 100%;
    height: 496px;
    overflow: hidden;
    border-radius: 20px;
}

.sec-access .gm-block iframe {
    width: 100%;
    height: 100%;
}

/* dl-btn-list */
.dl-btn-list a {
    display: block;
    padding: 20px 30px;
    font-size: var(--f-sz18);
    color: var(--base);
    background-color: var(--wht);
    border: 1px solid rgb(0 0 0 / 5%);
    border-radius: 10px;
}

.dl-btn-list li:not(:last-child) {
    margin-bottom: 10px;
}

.dl-btn-list .txt {
    position: relative;
    display: block;
    padding: 0 40px 0 30px;
    line-height: 1.5;
}

.dl-btn-list .txt::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 12px;
    height: 16px;
    content: "";
    background-image: url("../img/common/i-doc.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(-50%);
}

.dl-btn-list .txt::after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 12px;
    height: 11px;
    content: "";
    background-image: url("../img/common/i-dl.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .dl-btn-list a {
        transition: opacity ease 0.28s;
    }

    .dl-btn-list a:hover {
        opacity: 0.7;
    }
}

@media (max-width: 767px) {
    .dl-btn-list a {
        padding: 20px 15px;
    }

    .dl-btn-list .txt {
        padding: 0 20px;
    }
}

@media (max-width: 480px) {
    .dl-btn-list a {
        padding: 20px 15px;
    }
}

/* 角丸＆背景白 ---------------------------- */
.br20-bgwht {
    background-color: var(--wht);
    border-radius: 20px;
}

@media (max-width: 767px) {
    .br20-bgwht {
        border-radius: 15px;
    }
}

@media (max-width: 480px) {
    .br20-bgwht {
        border-radius: 10px;
    }
}

/* 画像角丸＆キャプション ---------------------------- */
.img-br20-ct .img-wrap {
    overflow: hidden;
    border-radius: 20px;
}

.img-br20-ct .img-area + p {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: var(--f-sz16);
    font-weight: normal;
    line-height: 1.4;
    color: var(--base);
}

@media (max-width: 767px) {
    .img-br20-ct .img-wrap {
        border-radius: 15px;
    }

    .img-br20-ct .img-area + p {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 480px) {
    .img-br20-ct .img-wrap {
        border-radius: 10px;
    }

    .img-br20-ct .img-area + p {
        padding-left: 5px;
        padding-right: 5px;
        font-size: var(--f-sz14);
    }
}

/* View Transitions API (cross-document) */
@view-transition {
    navigation: auto;
}

::view-transition-old(root),
::view-transition-new(root) {
    animation-duration: 0.35s;
    animation-timing-function: ease;
}

::view-transition-old(root) {
    animation-name: fade-out;
}

::view-transition-new(root) {
    animation-name: fade-in;
}

@keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    ::view-transition-old(root),
    ::view-transition-new(root) {
        animation-duration: 0s;
    }
}
