@charset "UTF-8";

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

:root {
    --main-color: #00b573;
    --main-bg-color: #f4f7f6;
    --main-txt-color: #333;
    --side-width-pc: 300px;
    --right-width-pc-l: 360px;
    --content-position-pc: 70px;
}

/* 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-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 (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: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: clamp(1.5rem, 1.4336rem + 0.14vw, 1.6rem);
    font-weight: 400;
    line-height: 1.7;
    color: #333;
    letter-spacing: 0.08em;
    background-color: var(--main-bg-color);
    text-size-adjust: 100%;
}

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

main {
    position: relative;
    display: block;
    line-height: 1.75;
}

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

@media (width <= 767px) {
    .stxt-center {
        text-align: left;
    }
}

.block {
    display: block;
}

.iblock {
    display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

@media (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: 1050px;
}

.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-3x2 {
    aspect-ratio: 3/2;
}

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

.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: Arial, Helvetica, sans-serif;
}

.f-pop {
    font-family: Poppins, sans-serif;
    font-weight: 500;
}

.f-pls {
    font-family: "Public Sans", sans-serif;
}

.f-yug {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
        "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.f-hrg {
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        "MS PGothic", sans-serif;
}

/* 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-red {
    color: #f00;
}

.f-wht {
    color: #fff;
}

.f-blk {
    color: #000;
}

.f-grn {
    color: #00b573;
}

.f-pnk {
    color: #f0876c;
}

.f-smp {
    color: #f7c5b8;
}

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

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

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

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

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

/* letter spacing -------------------------------------- */
.f-ls25 {
    letter-spacing: 0.025em;
}

/* 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: clamp(1.4rem, 1.3328rem + 0.14vw, 1.5rem);
}

.f-sz16 {
    font-size: clamp(1.5rem, 1.4336rem + 0.14vw, 1.6rem);
}

.f-sz17 {
    font-size: clamp(1.6rem, 1.5328rem + 0.14vw, 1.7rem);
}

.f-sz18 {
    font-size: clamp(1.7rem, 1.6336rem + 0.14vw, 1.8rem);
}

.f-sz19 {
    font-size: clamp(1.75rem, 1.6496rem + 0.21vw, 1.9rem);
}

.f-sz20 {
    font-size: clamp(1.8rem, 1.6672rem + 0.28vw, 2rem);
}

.f-sz21 {
    font-size: clamp(1.85rem, 1.6832rem + 0.35vw, 2.1rem);
}

.f-sz22 {
    font-size: clamp(1.9rem, 1.7008rem + 0.42vw, 2.2rem);
}

.f-sz23 {
    font-size: clamp(1.95rem, 1.7168rem + 0.49vw, 2.3rem);
}

.f-sz24 {
    font-size: clamp(2rem, 1.7328rem + 0.56vw, 2.4rem);
    line-height: 1.5;
}

.f-sz25 {
    font-size: clamp(2rem, 1.6672rem + 0.69vw, 2.5rem);
}

.f-sz26 {
    font-size: clamp(2.1rem, 1.7664rem + 0.69vw, 2.6rem);
}

.f-sz27 {
    font-size: clamp(2.1rem, 1.7008rem + 0.83vw, 2.7rem);
}

.f-sz28 {
    font-size: clamp(2.2rem, 1.8rem + 0.83vw, 2.8rem);
}

.f-sz29 {
    font-size: clamp(2.2rem, 1.7328rem + 0.97vw, 2.9rem);
}

.f-sz30 {
    font-size: clamp(2.3rem, 1.8336rem + 0.97vw, 3rem);
}

.f-sz31 {
    font-size: clamp(2.3rem, 1.7664rem + 1.11vw, 3.1rem);
}

.f-sz32 {
    font-size: clamp(2.4rem, 1.8672rem + 1.11vw, 3.2rem);
}

.f-sz33 {
    font-size: clamp(2.4rem, 1.8rem + 1.25vw, 3.3rem);
}

.f-sz34 {
    font-size: clamp(2.5rem, 1.9008rem + 1.25vw, 3.4rem);
}

.f-sz35 {
    font-size: clamp(2.5rem, 1.8336rem + 1.39vw, 3.5rem);
}

.f-sz36 {
    font-size: clamp(2.6rem, 1.9328rem + 1.39vw, 3.6rem);
}

.f-sz37 {
    font-size: clamp(2.6rem, 1.8672rem + 1.53vw, 3.7rem);
}

.f-sz38 {
    font-size: clamp(2.7rem, 1.9664rem + 1.53vw, 3.8rem);
}

.f-sz39 {
    font-size: clamp(2.7rem, 1.9008rem + 1.67vw, 3.9rem);
}

.f-sz40 {
    font-size: clamp(2.8rem, 2rem + 1.67vw, 4rem);
}

.f-sz41 {
    font-size: clamp(2.8rem, 1.9328rem + 1.81vw, 4.1rem);
}

.f-sz42 {
    font-size: clamp(2.9rem, 2.0336rem + 1.81vw, 4.2rem);
}

.f-sz43 {
    font-size: clamp(2.9rem, 1.9664rem + 1.94vw, 4.3rem);
}

.f-sz44 {
    font-size: clamp(3rem, 2.0672rem + 1.94vw, 4.4rem);
}

.f-sz45 {
    font-size: clamp(3rem, 2rem + 2.08vw, 4.5rem);
}

.f-sz46 {
    font-size: clamp(3.1rem, 2.1008rem + 2.08vw, 4.6rem);
}

.f-sz47 {
    font-size: clamp(3.1rem, 2.0336rem + 2.22vw, 4.7rem);
}

.f-sz48 {
    font-size: clamp(3.2rem, 2.1328rem + 2.22vw, 4.8rem);
}

.f-sz49 {
    font-size: clamp(3.2rem, 2.0672rem + 2.36vw, 4.9rem);
}

.f-sz50 {
    font-size: clamp(3.3rem, 2.1664rem + 2.36vw, 5rem);
}

.f-sz51 {
    font-size: clamp(3.3rem, 2.1008rem + 2.5vw, 5.1rem);
}

.f-sz52 {
    font-size: clamp(3.4rem, 2.2rem + 2.5vw, 5.2rem);
}

.f-sz53 {
    font-size: clamp(3.4rem, 2.1328rem + 2.64vw, 5.3rem);
}

.f-sz54 {
    font-size: clamp(3.5rem, 2.2336rem + 2.64vw, 5.4rem);
}

.f-sz55 {
    font-size: clamp(3.5rem, 2.1664rem + 2.78vw, 5.5rem);
}

.f-sz56 {
    font-size: clamp(3.6rem, 2.2672rem + 2.78vw, 5.6rem);
}

.f-sz57 {
    font-size: clamp(3.6rem, 2.2rem + 2.92vw, 5.7rem);
}

.f-sz58 {
    font-size: clamp(3.7rem, 2.3008rem + 2.92vw, 5.8rem);
}

.f-sz59 {
    font-size: clamp(3.7rem, 2.2336rem + 3.06vw, 5.9rem);
}

.f-sz60 {
    font-size: clamp(3.8rem, 2.3328rem + 3.06vw, 6rem);
}

.f-sz62 {
    font-size: clamp(3.8rem, 2.2rem + 3.33vw, 6.2rem);
}

.f-sz64 {
    font-size: clamp(3.9rem, 2.2336rem + 3.47vw, 6.4rem);
}

.f-sz66 {
    font-size: clamp(3.9rem, 2.1008rem + 3.75vw, 6.6rem);
}

.f-sz68 {
    font-size: clamp(4rem, 2.1328rem + 3.89vw, 6.8rem);
}

.f-sz70 {
    font-size: clamp(4.2rem, 2.3328rem + 3.89vw, 7rem);
}

.f-sz72 {
    font-size: clamp(4.4rem, 2.5328rem + 3.89vw, 7.2rem);
}

.f-sz76 {
    font-size: clamp(4.6rem, 2.6rem + 4.17vw, 7.6rem);
}

.f-sz80 {
    font-size: clamp(4.8rem, 2.6672rem + 4.44vw, 8rem);
}

.f-sz85 {
    font-size: clamp(5rem, 2.6672rem + 4.86vw, 8.5rem);
}

.f-sz90 {
    font-size: clamp(5rem, 2.3328rem + 5.56vw, 9rem);
}

.f-sz95 {
    font-size: clamp(5.5rem, 2.8336rem + 5.56vw, 9.5rem);
}

.f-sz100 {
    font-size: clamp(5.5rem, 2.5008rem + 6.25vw, 10rem);
}

.f-sz110 {
    font-size: clamp(5.5rem, 1.8336rem + 7.64vw, 11rem);
}

/* padding */
.pt200 {
    padding-top: clamp(14rem, 10rem + 8.33vw, 20rem);
}

.pt190 {
    padding-top: clamp(13.3rem, 9.5008rem + 7.92vw, 19rem);
}

.pt180 {
    padding-top: clamp(12.6rem, 9rem + 7.5vw, 18rem);
}

.pt170 {
    padding-top: clamp(12.1rem, 8.8336rem + 6.81vw, 17rem);
}

.pt160 {
    padding-top: clamp(11.2rem, 8rem + 6.67vw, 16rem);
}

.pt150 {
    padding-top: clamp(10.5rem, 7.5008rem + 6.25vw, 15rem);
}

.pt140 {
    padding-top: clamp(9.8rem, 7rem + 5.83vw, 14rem);
}

.pt130 {
    padding-top: clamp(9.1rem, 6.5008rem + 5.42vw, 13rem);
}

.pt120 {
    padding-top: clamp(8.55rem, 6.2496rem + 4.79vw, 12rem);
}

.pt110 {
    padding-top: clamp(8rem, 6rem + 4.17vw, 11rem);
}

.pt100 {
    padding-top: clamp(7.5rem, 5.8336rem + 3.47vw, 10rem);
}

.pt90 {
    padding-top: clamp(6.75rem, 5.2496rem + 3.12vw, 9rem);
}

.pt80 {
    padding-top: clamp(6rem, 4.6672rem + 2.78vw, 8rem);
}

.pt70 {
    padding-top: clamp(5.25rem, 4.0832rem + 2.43vw, 7rem);
}

.pt60 {
    padding-top: clamp(4.5rem, 3.5008rem + 2.08vw, 6rem);
}

.pt50 {
    padding-top: clamp(3.75rem, 2.9168rem + 1.74vw, 5rem);
}

.pt40 {
    padding-top: clamp(3rem, 2.3328rem + 1.39vw, 4rem);
}

.pt30 {
    padding-top: clamp(2.25rem, 1.7504rem + 1.04vw, 3rem);
}

.pt20 {
    padding-top: clamp(1.5rem, 1.1664rem + 0.69vw, 2rem);
}

.pt15 {
    padding-top: 15px;
}

.pt10 {
    padding-top: 10px;
}

.pt5 {
    padding-top: 5px;
}

.pb200 {
    padding-bottom: clamp(14rem, 10rem + 8.33vw, 20rem);
}

.pb190 {
    padding-bottom: clamp(13.3rem, 9.5008rem + 7.92vw, 19rem);
}

.pb180 {
    padding-bottom: clamp(12.6rem, 9rem + 7.5vw, 18rem);
}

.pb170 {
    padding-bottom: clamp(12.1rem, 8.8336rem + 6.81vw, 17rem);
}

.pb160 {
    padding-bottom: clamp(11.2rem, 8rem + 6.67vw, 16rem);
}

.pb150 {
    padding-bottom: clamp(10.5rem, 7.5008rem + 6.25vw, 15rem);
}

.pb140 {
    padding-bottom: clamp(9.8rem, 7rem + 5.83vw, 14rem);
}

.pb130 {
    padding-bottom: clamp(9.1rem, 6.5008rem + 5.42vw, 13rem);
}

.pb120 {
    padding-bottom: clamp(8.4rem, 6.2496rem + 5vw, 12rem);
}

.pb110 {
    padding-bottom: clamp(8rem, 6rem + 4.17vw, 11rem);
}

.pb100 {
    padding-bottom: clamp(7.5rem, 5.8336rem + 3.47vw, 10rem);
}

.pb90 {
    padding-bottom: clamp(6.75rem, 5.2496rem + 3.12vw, 9rem);
}

.pb80 {
    padding-bottom: clamp(6rem, 4.6672rem + 2.78vw, 8rem);
}

.pb70 {
    padding-bottom: clamp(5.25rem, 4.0832rem + 2.43vw, 7rem);
}

.pb60 {
    padding-bottom: clamp(4.5rem, 3.5008rem + 2.08vw, 6rem);
}

.pb50 {
    padding-bottom: clamp(3.75rem, 2.9168rem + 1.74vw, 5rem);
}

.pb40 {
    padding-bottom: clamp(3rem, 2.3328rem + 1.39vw, 4rem);
}

.pb30 {
    padding-bottom: clamp(2.25rem, 1.7504rem + 1.04vw, 3rem);
}

.pb20 {
    padding-bottom: clamp(1.5rem, 1.1664rem + 0.69vw, 2rem);
}

.pb15 {
    padding-bottom: 15px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb5 {
    padding-bottom: 5px;
}

.mb200 {
    margin-bottom: clamp(14rem, 10rem + 8.33vw, 20rem);
}

.mb190 {
    margin-bottom: clamp(13.3rem, 9.5008rem + 7.92vw, 19rem);
}

.mb180 {
    margin-bottom: clamp(12.6rem, 9rem + 7.5vw, 18rem);
}

.mb170 {
    margin-bottom: clamp(12.1rem, 8.8336rem + 6.81vw, 17rem);
}

.mb160 {
    margin-bottom: clamp(11.2rem, 8rem + 6.67vw, 16rem);
}

.mb150 {
    margin-bottom: clamp(10.5rem, 7.5008rem + 6.25vw, 15rem);
}

.mb140 {
    margin-bottom: clamp(9.8rem, 7rem + 5.83vw, 14rem);
}

.mb130 {
    margin-bottom: clamp(9.1rem, 6.5008rem + 5.42vw, 13rem);
}

.mb120 {
    margin-bottom: clamp(8.4rem, 6.2496rem + 5vw, 12rem);
}

.mb110 {
    margin-bottom: clamp(8rem, 6rem + 4.17vw, 11rem);
}

.mb100 {
    margin-bottom: clamp(7.5rem, 5.8336rem + 3.47vw, 10rem);
}

.mb90 {
    margin-bottom: clamp(6.75rem, 5.2496rem + 3.12vw, 9rem);
}

.mb80 {
    margin-bottom: clamp(6rem, 4.6672rem + 2.78vw, 8rem);
}

.mb70 {
    margin-bottom: clamp(5.25rem, 4.0832rem + 2.43vw, 7rem);
}

.mb60 {
    margin-bottom: clamp(4.5rem, 3.5008rem + 2.08vw, 6rem);
}

.mb50 {
    margin-bottom: clamp(3.75rem, 2.9168rem + 1.74vw, 5rem);
}

.mb40 {
    margin-bottom: clamp(3rem, 2.3328rem + 1.39vw, 4rem);
}

.mb30 {
    margin-bottom: clamp(2.25rem, 1.7504rem + 1.04vw, 3rem);
}

.mb20 {
    margin-bottom: clamp(1.5rem, 1.1664rem + 0.69vw, 2rem);
}

.mb15 {
    margin-bottom: 15px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

.mt40 {
    margin-top: clamp(3rem, 2.3328rem + 1.39vw, 4rem);
}

.mt30 {
    margin-top: clamp(2.25rem, 1.7504rem + 1.04vw, 3rem);
}

.mt20 {
    margin-top: clamp(1.5rem, 1.1664rem + 0.69vw, 2rem);
}

.mt15 {
    margin-top: 15px;
}

.mt10 {
    margin-top: 10px;
}

.mt5 {
    margin-top: 5px;
}

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

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

/* side layout -------------------------- */
.wrapper {
    display: flex;
    position: relative;
}

.side-wrapper {
    position: fixed;
    z-index: 1;
    width: 300px;
    padding: 70px 0 70px 20px;
}

.sidebar {
    position: sticky;
    top: var(--content-position-pc);
    width: 280px;
    height: min(640px, calc(100vh - 140px));
    min-height: 500px;
    padding-bottom: 70px;

    /* box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1); */
}

.sidebar::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--main-color);
    border-radius: 20px;
}

.sidebar .eyelet {
    position: absolute;
    top: -16px;
    left: 50%;
    width: 33px;
    aspect-ratio: 1/1;
    background-color: var(--main-color);
    border-radius: 100%;
    transform: translateX(-50%);
}

/* line */
.sidebar::after,
.sidebar .eyelet::before {
    position: absolute;
    width: 500px;
    height: 5px;
    content: "";
    background-color: #333;
    border-radius: 5px;
    transform: rotate(-45deg);
}

.sidebar::after {
    top: 0;
    right: 50%;
    z-index: -2;
    transform-origin: right top;
}

.sidebar .eyelet::before {
    bottom: calc(50% - 3px);
    left: 50%;
    z-index: +1;
    transform-origin: left bottom;
}

.sidebar .eyelet .hole {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    aspect-ratio: 1/1;
    background-color: var(--main-bg-color);
    border-radius: 100%;
    transform: translate(-50%, -50%);
}

.sidebar-head {
    padding-right: 40px;
    padding-left: 40px;
}

.sidebar-cont {
    display: flex;
    gap: 5px;
    margin-left: 17px;
}

.sidebar-liname {
    white-space: nowrap;
    mix-blend-mode: multiply;
    writing-mode: vertical-rl;
    letter-spacing: 0;
}

.sidebar-list {
    flex: auto;
}

.category .sidebar-list {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.category .sidebar-list li a {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    transition: all ease 0.28s;
}

.category .sidebar-list li a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff;
    border-radius: 20px 0 0 20px;
    opacity: 0.25;
    transition: all ease 0.28s;
}

.category .sidebar-list li a .btn-cont {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 40px;
    padding: 10px 20px;
    line-height: 1.4;
}

.category .sidebar-list li a .btn-cont .arrow {
    position: absolute;
    top: 50%;
    right: 6px;
    width: 10px;
    height: 11px;
    background: url("../img/common/arrowR-s.svg") no-repeat center / contain;
    transform: translateY(-50%);
}

.category .sidebar-list li a:hover::before {
    opacity: 0.5;
}

.hotword .sidebar-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: flex-start;
}

.hotword .sidebar-list li {
    display: inline-block;
    line-height: 1;
}

.hotword .sidebar-list li a {
    padding: 5px;
    transition: all ease 0.28s;
}

.hotword .sidebar-list li a:hover {
    opacity: 0.5;
}

.sidebar-inst {
    position: absolute;
    bottom: 20px;
    left: 50%;
    padding: 10px;
    padding-left: 40px;
    transform: translateX(-50%);
    transition: all ease 0.28s;
}

.sidebar-inst::before {
    position: absolute;
    top: calc(50% - 12px);
    left: 10px;
    width: 24px;
    height: 24px;
    content: "";
    background: url("../img/common/icon-instagram_wht.svg") no-repeat center /
        contain;
}

.sidebar-inst:hover {
    opacity: 0.5;
}
.header-logo {
    height: fit-content;
}
@media (min-width: 1025px) {
    .header-logo .pc-logo {
        display: block;
    }
    .header-logo .sp-logo {
        display: none;
    }
}

@media (width <= 1024px) {
    .side-wrapper {
        position: relative;
        top: 0;
        left: 0;
        z-index: 2;
        padding: 20px 0 0;
        width: fit-content;
        overflow: hidden;
    }

    .sidebar {
        width: 370px;
        height: auto;
        min-height: inherit;
        padding-bottom: 0;
    }

    .sidebar::before {
        border-radius: 0 20px 20px 0;
    }

    .sidebar-cont,
    .sidebar-inst {
        display: none;
    }

    .sidebar-head {
        display: flex;
        flex-flow: column;
        justify-content: center;
        min-height: 126px;
        padding: 25px;
    }

    .sidebar .eyelet {
        left: 96px;
    }

    .sidebar-head .header-catch {
        text-align: left;
        padding-bottom: 5px;
    }

    .sidebar::after {
        display: none;
    }
    .header-logo .pc-logo {
        display: none;
    }
    .header-logo .sp-logo {
        display: block;
    }

    .search > .f-pop,
    .fixd-button.category,
    .fixd-button.tag {
        display: none;
    }
}

@media (width <= 480px) {
    .side-wrapper {
        width: calc(100% - 80px);
    }
    .sidebar {
        width: 100%;
    }
    .sidebar-head {
        min-height: 110px;
        padding: 20px 20px 15px 16px;
    }
    .sidebar-head .header-catch {
        font-size: 1.35rem;
    }
}

/* ---------------------------------------------
 sp-menu
--------------------------------------------- */
.sp-header {
    position: fixed;
    top: 28px;
    right: 30px;
    z-index: 9998;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

/* menu button -------------------------- */
.circle-btn {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #fff;
    border: 2px solid #888;
    border-radius: 100px;
    transition: all 0.28s;
}

.hamburger-menu.menu-button {
    cursor: pointer;
    background-color: rgb(51 51 51 / 60%);
    border: none;
}

.hamburger-menu.menu-button .sp-btn-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 16px;
    transform: translate(-50%, -50%);
}

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

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

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

.hamburger-menu.menu-button .lines:nth-child(3) {
    bottom: 0;
}

/* active */
.hamburger-menu.menu-button.active .lines:first-child {
    top: 9px;
    transform: rotate(-45deg);
    transition-delay: 0.2s;
    transition-timing-function: ease;
}

.hamburger-menu.menu-button.active .lines:nth-child(2) {
    transform: scale(0, 0);
}

.hamburger-menu.menu-button.active .lines:nth-child(3) {
    top: 9px;
    transform: rotate(45deg);
    transition-delay: 0.2s;
    transition-timing-function: ease;
}

.fixd-button {
    position: relative;
    padding-bottom: 15px;
    line-height: 1;
    cursor: pointer;
}

.fixd-button .circle-btn.green {
    border: 2px solid #00b573;
}

.fixd-button .circle-btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    aspect-ratio: 1/1;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translate(-50%, -50%);
}

.fixd-button.search .circle-btn::before {
    width: 20px;
    background-image: url("../img/common/i-search.svg");
}

.fixd-button.category .circle-btn::before {
    background-image: url("../img/common/i-category.svg");
}

.fixd-button.tag .circle-btn::before {
    background-image: url("../img/common/i-tag.svg");
}

.fixd-button p {
    position: absolute;
    bottom: 0;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    letter-spacing: 0;
}

.active .outside {
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0;
    transition: all ease-in-out 0.28s;
}

/* search submenu */
.outside {
    position: relative;
}

.fixd-button ~ .search-form {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 999px;
    box-shadow: 0 0 0 rgb(0 0 0 / 30%);
    opacity: 0;
    transition: all 0.28s ease;
}

.fixd-button.open ~ .search-form {
    visibility: visible;
    width: 350px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    opacity: 1;
}

.search.open .circle-btn {
    z-index: -1;
    opacity: 0;
}

.search-form form {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0 0 30px;
}

.search-form .hidden-button {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #fff;
    background-color: var(--main-color);
    border: 5px solid #fff;
    border-radius: 100px;
    transition: all 0.28s;
}

.search-form .hidden-button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    aspect-ratio: 1 / 1;
    content: "";
    background-image: url("../img/common/i-search.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-blend-mode: lighten;
    filter: brightness(0) invert(1);
    transform: translate(-50%, -50%);
}

.form-search {
    flex: 1;
    width: 100%;
}

.hamburger-menu ~ .outside {
    position: relative;
    opacity: 1;
    transition: all ease-in-out 0.28s;
}

.hamburger-menu.active ~ .outside {
    z-index: -1;
    opacity: 0;
}

/* category submenu */
.fixd-button ~ .sub-menu {
    position: absolute;
    top: 0;
    right: 120%;
    z-index: 0;
    visibility: hidden;
    width: 280px;
    cursor: auto;
    opacity: 0;
    transition: all 0.28s ease, opacity 0.28s ease;
}

.fixd-button.open ~ .sub-menu {
    right: 100%;
    visibility: visible;
    opacity: 1;
}

.fixd-button ~ .sub-menu .submenu-wrap {
    padding: 22px 0 22px 25px;
    margin-right: 25px;
    background-color: var(--main-color);
    border-radius: 20px;
}

.fixd-button ~ .sub-menu ul {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.fixd-button ~ .sub-menu a:hover::before {
    opacity: 0.5;
}

.fixd-button ~ .sub-menu .btn-cont {
    position: relative;
    z-index: 1;
}

.fixd-button ~ .sub-menu .btn-cont .arrow {
    position: absolute;
    top: 50%;
    right: 6px;
    width: 10px;
    height: 11px;
    background: url("../img/common/arrowR-s.svg") no-repeat center / contain;
    transform: translateY(-50%);
}

/* tag cloud */
.fixd-button ~ .tag-cloud {
    position: absolute;
    top: 0;
    right: 120%;
    z-index: 0;
    visibility: hidden;
    width: 280px;
    cursor: auto;
    opacity: 0;
    transition: all 0.28s ease, opacity 0.28s ease;
}

.fixd-button.open ~ .tag-cloud {
    right: 100%;
    visibility: visible;
    opacity: 1;
}

.fixd-button ~ .tag-cloud .tagcloud-wrap {
    padding: 22px 25px;
    margin-right: 25px;
    background-color: var(--main-color);
    border-radius: 20px;
}

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

.spnav {
    position: fixed;

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

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

    /* 右から */
    top: 0;
    bottom: 0;
    left: 101%;
    z-index: 9997;
    width: 100%;
    height: 100dvh;
    pointer-events: none;
    transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);

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

.spnav.show-nav {
    /* 上から
    bottom: 0; */

    /* 左から
    right: 0; */

    /* 右から */
    left: 0;
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    transform: scaleY(1);

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

.wrap-spnav {
    position: relative;
    z-index: 2;
    width: 100%;
    background: var(--main-color);

    /* padding-top: 70px;上部にロゴがある場合 */

    /* menuが画面幅より小さい場合 */

    /* width: 300px;
    position: absolute;
    right: 0; */
}

.wrap-spnav .inner-spnav {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    display: flex;
    /*align-items: center;*/
    justify-content: center;

    /*     display: flex; */
    width: 100%;

    /* height: calc(100vh - 70px);
    height: calc(100dvh - 70px);上部にロゴがある場合 */
    height: 100dvh;
    padding-right: 5%;
    padding-left: 5%;
    margin: auto;
    overflow: auto;
    overscroll-behavior-y: contain;
}

.wrap-spnav .inner-spnav .cont-spnav {
    display: grid;
    grid-template-columns: 270px auto;
    gap: 0 6vw;
    align-items: self-start;
    width: 100%;
    max-width: 1160px;
    padding-top: 80px;
    padding-bottom: 100px;
}

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

/*
.wrap-spnav nav > *:last-child {
    padding-bottom: 100px;
}
*/
.wrap-spnav .menulist > li .link {
    position: relative;
    cursor: pointer;
}

.wrap-spnav .menulist > li .link::before,
.wrap-spnav .menulist > li .link::after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 13px;
    height: 1px;
    content: "";
    background-color: #fff;
    transition: all ease 0.28s;
}

.wrap-spnav .menulist > li .link::before {
    transform: rotate(-90deg);
}

.wrap-spnav .menulist > li .link.sub-open::before {
    transform: rotate(0deg);
}

.wrap-spnav .menulist > li > span,
.wrap-spnav .menulist > li a {
    position: relative;
    display: block;
    padding: 3px 0 3px 0.6em;
    color: #fff;
}

.wrap-spnav .menulist > li a::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 5px;
    height: 1px;
    content: "";
    background-color: #fff;
    transform: translateY(-50%);
}

.wrap-spnav .menulist > li .submenu {
    display: none;
}

.wrap-spnav .under-nav {
    grid-column: 1/3;
}

.wrap-spnav .under-nav .menu-nav {
    gap: 1em min(4.4vw, 66px);
    border-top: 1px solid rgb(255 255 255 / 30%);
}

.wrap-spnav .search-cat-tag {
    gap: 70px min(6.53vw, 98px);
    justify-content: space-between;
}

.wrap-spnav .search-cat-tag .search-form {
    width: 100%;
    background-color: #fff;
    border-radius: 999px;
}

.search-cat-tag .search-form form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 0 0 30px;
}

.search-cat-tag .search-form .form-search {
    flex: 1;
}

.search-cat-tag .search-form .button {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-indent: -999px;
    background: #fff;
    background-color: var(--main-color);
    border: 5px solid #fff;
    border-radius: 100px;
}

.search-cat-tag .search-form .button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    aspect-ratio: 1 / 1;
    content: "";
    background-image: url("../img/common/i-search.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-blend-mode: lighten;
    filter: brightness(0) invert(1);
    transform: translate(-50%, -50%);
}

.search-cat-tag .cat-list,
.search-cat-tag .tag-cloud {
    flex: 1;
}

.search-cat-tag .sub-ttl {
    display: block;
    color: #008034;
}

.search-cat-tag .tag-cloud .sub-ttl {
    padding-left: 5px;
}

.under-nav .sidebar-inst {
    position: relative;
    bottom: initial;
    left: initial;
    display: block;
    padding: 0;
    padding-left: 30px;
    transform: initial;
    transition: initial;
}

.under-nav .sidebar-inst::before {
    left: 0;
}

.under-nav .link-exit02 {
    color: #fff;
}

.under-nav .link-exit02::after {
    background-blend-mode: lighten;
    filter: brightness(0) invert(1);
}

/* spnav-contact -------------------------- */
.wrap-spnav .spnav-contact {
}

.wrap-spnav .spnav-contact a {
    /* リンクのスタイル */
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #999;
    border-radius: 999999px;
}

/* spnav-tel -------------------------- */
.wrap-spnav .spnav-tel {
}

.wrap-spnav .spnav-tel a {
    /* リンクのスタイル */
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #999;
    border-radius: 999999px;
}

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

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

@media (min-width: 1025px) {
    .wrap-spnav .inner-spnav {
        align-items: center;
    }
}

@media (width <= 1024px) {
    .sp-header {
        top: 20px;
        right: 20px;
        gap: 10px;
    }

    .wrap-spnav .inner-spnav .cont-spnav {
        display: block;
    }

    .wrap-spnav .logo-nav {
        max-width: 320px;
        padding-top: 0;
        padding-bottom: 40px;
        margin: auto;
    }

    .wrap-spnav .search-cat-tag {
        margin: auto;
    }

    .wrap-spnav .under-nav {
        margin: auto;
        padding-bottom: 90px;
    }

    .wrap-spnav .under-nav .menu-nav {
        justify-content: center;
    }
}

@media (width <= 640px) {
    .wrap-spnav .search-cat-tag {
        flex-flow: column;
        gap: 30px;
    }

    .wrap-spnav .under-nav .menu-nav {
        gap: 30px;
    }
}
@media (width <= 480px) {
    .sp-header {
        right: 10px;
        gap: 7px;
    }
    .circle-btn {
        width: 52px;
        height: 52px;
    }
    .wrap-spnav .inner-spnav .cont-spnav .header-catch {
        text-align: left;
    }
    .hamburger-menu.menu-button.active .sp-btn-inner {
        margin-top: -2px;
    }
}

/* ---------------------------------------------
 共通スタイル
--------------------------------------------- */
.inpage .page-wrapper {
    position: relative;
    display: grid;
    grid-template-rows: 1fr auto;
    min-height: 100vh;
}
/* 一覧ページ */
@media (min-width: 1281px) {
    .area-list {
        width: calc(100% - 130px);
    }
}
@media (width <= 1024px) { 
    .area-list {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}
/* adding common  ----------------------------------------- */
.br10 {
    border-radius: 10px;
    overflow: hidden;
}
.br20 {
    border-radius: 20px;
    overflow: hidden;
}
.br30 {
    border-radius: 30px;
    overflow: hidden;
}
.t-cat {
    color: rgba(0,0,0,0.6);
    display: inline-block;
}
.news-ttl {
    line-height: 1.5;
    display: block;
}

@media (width <= 480px) {
    .t-cat.pb10 {
        padding-bottom: 5px;
    }
    .br30 {
        border-radius: 20px;
    }
    .br20,
    .br10 {
        border-radius: 10px;
    }
}

/* sec-news ----------------------------------------- */
.news-list {
    display: grid;
    gap: 3.5vw 1.5vw;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.news-list .sbox-news {
    /*width: calc(50% - 0.75vw);*/
    width: 100%;
    max-width: 350px;
}
.sbox-news {
    width: 100%;
}
.sbox-news.max-w350 {
    max-width: 350px;
}

.news-list .image {
    margin-bottom: 15px;
}


.cont-box .image img {
    transition: transform 0.25s ease;
}
.cont-box:hover .image .photo-wrap:not(.no-img) img {
    transform: scale(1.05);
}

.news-list .t-date {
    margin-bottom: 5px;
    color: rgb(0 0 0 / 60%);
}
.t-date {
    margin-bottom: 5px;
    color: rgb(0 0 0 / 60%);
}
.news-list .sbox-news .t-date {
    padding-right: 10px;
    display: inline-block;
}
.news-list .sbox-news .t-cat {
    display: inline-block;
}
.tag-row {
    font-weight: bold;
    font-size: 1.25rem;
    color: var(--main-color);
}
.sbox-news .tag-row {
    font-size: 1.25rem;
}

@media (width <= 767px) {
    .news-list {
        /*grid-template-columns: 1fr;*/
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (width <= 480px) {
    .sbox-news .box-title .news-subttl {
        font-weight: normal;
        line-height: 1.5;
    }
    .sbox-news .box-title .news-ttl {
        line-height: 1.5;
    }
    .news-list {
        gap: 40px 1.5vw;
    }
    .sbox-news .t-date,
    .news-list .sbox-news .t-cat {
        display: block;
        font-size: 1.2rem;
    }
    
}

/* other-sec ----------------------------------------- */
.main-wrapper {
    /*flex: 1;*/
    width: calc(100% - 335px);/*header + gap分*/ 
    margin-left: auto;
}
.main-content .wrap-m {
    position: relative;
    margin-left: 0;
    width: calc(100% - 130px);
}

.main-content .image {
    overflow: hidden;
}

.main-content .no-img {
    position: relative;
    background-color: #fff;
}

.main-content .no-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 130px;
    height: auto;
    transform: translate(-50%, -50%);
}

.sec-ttl .en-ttl {
    line-height: 1.2;
    color: rgb(0 0 0 / 40%);
}

@media (width <= 1280px) {
    .main-content {
        width: calc(100% - 130px);
    }

    .main-content .wrap-m {
        margin-left: auto;
        width: 100%;
    }
}


@media (width <= 1024px) {
    .main-content {
        width: 100%;
    }

    .main-wrapper {
        padding-top: 70px;
        width: 100%;
    }
    .wrapper {
        display: block;
    }
    .main-content .wrap-m {
        width: 90%;
    }
    .inpage .main-wrapper {
        padding-top: min(80px, 7vw);
    }
}

@media (width <= 767px) {
    .news-list .sbox-news {
        width: 100%;
    }
    .related .news-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (width <= 480px) {
    .news-list .image {
        margin-bottom: 7px;
    }
    .news-list .sbox-news .t-date {
        margin-bottom: 0;
    }
}
