@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap");

/* ------------------------------
基本設定
------------------------------ */
:root {
    --color01: #f39;
    --color02: #333;
    --color03: #000;
    --color04: #ccc;
    --color05: rgba(0, 0, 0, 0.5);
    --color06: #525252;
    --color07: #f1f1f1;
    --color08: rgba(0, 0, 0, 0.2);
}

html {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    font-style: normal;
    letter-spacing: 0.05em;
}

.show\@pc {
    display: block;
}

.hide\@pc {
    display: none;
}

@media (max-width: 1024px) {
    .show\@tb {
        display: block;
    }

    .hide\@tb {
        display: none;
    }
}

@media (max-width: 599px) {
    .show\@sp {
        display: block;
    }

    .hide\@sp {
        display: none;
    }
}

.uk-lb {
    cursor: pointer;
}

.bgc01 {
    background-color: var(--color01);
}

.bgc02 {
    background-color: var(--color02);
}

.bgc03 {
    background-color: var(--color03);
}

.bgc04 {
    background-color: var(--color04);
}

.bgc05 {
    background-color: var(--color05);
}

.bgc06 {
    background-color: var(--color06);
}

.bgc07 {
    background-color: var(--color07);
}

.logo {
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    font-size: 42px;
    color: #fff;
    font-style: normal;
    letter-spacing: 0.1em;
    text-align: center;
}

.logo.-ver02 {
    font-size: 32px;
    color: var(--color02);
    text-align: left;
}

/* ------------------------------
共通コンテンツ間隔
------------------------------ */
[class*="section-m"],
[class*="section-p"] {
    --section-xlarge: 150px;
    --section-large: 120px;
    --section-medium: 100px;
    --section-small: 80px;
    --section-xsmall: 60px;
}

.section-my-xlarge {
    margin-top: var(--section-xlarge);
    margin-bottom: var(--section-xlarge);
}

.section-mt-xlarge {
    margin-top: var(--section-xlarge);
}

.section-mb-xlarge {
    margin-bottom: var(--section-xlarge);
}

.section-my-large {
    margin-top: var(--section-large);
    margin-bottom: var(--section-large);
}

.section-mt-large {
    margin-top: var(--section-large);
}

.section-mb-large {
    margin-bottom: var(--section-large);
}

.section-my-medium {
    margin-top: var(--section-medium);
    margin-bottom: var(--section-medium);
}

.section-mt-medium {
    margin-top: var(--section-medium);
}

.section-mb-medium {
    margin-bottom: var(--section-medium);
}

.section-my-small {
    margin-top: var(--section-small);
    margin-bottom: var(--section-small);
}

.section-mt-small {
    margin-top: var(--section-small);
}

.section-mb-small {
    margin-bottom: var(--section-small);
}

.section-my-xsmall {
    margin-top: var(--section-xsmall);
    margin-bottom: var(--section-xsmall);
}

.section-mt-xsmall {
    margin-top: var(--section-xsmall);
}

.section-mb-xsmall {
    margin-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
    .section-my-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.8);
        margin-bottom: calc(var(--section-xlarge) * 0.8);
    }

    .section-mt-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.8);
    }

    .section-mb-xlarge {
        margin-bottom: calc(var(--section-xlarge) * 0.8);
    }

    .section-my-large {
        margin-top: calc(var(--section-large) * 0.8);
        margin-bottom: calc(var(--section-large) * 0.8);
    }

    .section-mt-large {
        margin-top: calc(var(--section-large) * 0.8);
    }

    .section-mb-large {
        margin-bottom: calc(var(--section-large) * 0.8);
    }

    .section-my-medium {
        margin-top: calc(var(--section-medium) * 0.8);
        margin-bottom: calc(var(--section-medium) * 0.8);
    }

    .section-mt-medium {
        margin-top: calc(var(--section-medium) * 0.8);
    }

    .section-mb-medium {
        margin-bottom: calc(var(--section-medium) * 0.8);
    }

    .section-my-small {
        margin-top: calc(var(--section-small) * 0.8);
        margin-bottom: calc(var(--section-small) * 0.8);
    }

    .section-mt-small {
        margin-top: calc(var(--section-small) * 0.8);
    }

    .section-mb-small {
        margin-bottom: calc(var(--section-small) * 0.8);
    }

    .section-my-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.8);
        margin-bottom: calc(var(--section-xsmall) * 0.8);
    }

    .section-mt-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.8);
    }

    .section-mb-xsmall {
        margin-bottom: calc(var(--section-xsmall) * 0.8);
    }
}

@media (max-width: 599px) {
    .section-my-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.6);
        margin-bottom: calc(var(--section-xlarge) * 0.6);
    }

    .section-mt-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.6);
    }

    .section-mb-xlarge {
        margin-bottom: calc(var(--section-xlarge) * 0.6);
    }

    .section-my-large {
        margin-top: calc(var(--section-large) * 0.6);
        margin-bottom: calc(var(--section-large) * 0.6);
    }

    .section-mt-large {
        margin-top: calc(var(--section-large) * 0.6);
    }

    .section-mb-large {
        margin-bottom: calc(var(--section-large) * 0.6);
    }

    .section-my-medium {
        margin-top: calc(var(--section-medium) * 0.6);
        margin-bottom: calc(var(--section-medium) * 0.6);
    }

    .section-mt-medium {
        margin-top: calc(var(--section-medium) * 0.6);
    }

    .section-mb-medium {
        margin-bottom: calc(var(--section-medium) * 0.6);
    }

    .section-my-small {
        margin-top: calc(var(--section-small) * 0.6);
        margin-bottom: calc(var(--section-small) * 0.6);
    }

    .section-mt-small {
        margin-top: calc(var(--section-small) * 0.6);
    }

    .section-mb-small {
        margin-bottom: calc(var(--section-small) * 0.6);
    }

    .section-my-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.6);
        margin-bottom: calc(var(--section-xsmall) * 0.6);
    }

    .section-mt-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.6);
    }

    .section-mb-xsmall {
        margin-bottom: calc(var(--section-xsmall) * 0.6);
    }
}

.section-py-xlarge {
    padding-top: var(--section-xlarge);
    padding-bottom: var(--section-xlarge);
}

.section-pt-xlarge {
    padding-top: var(--section-xlarge);
}

.section-pb-xlarge {
    padding-bottom: var(--section-xlarge);
}

.section-py-large {
    padding-top: var(--section-large);
    padding-bottom: var(--section-large);
}

.section-pt-large {
    padding-top: var(--section-large);
}

.section-pb-large {
    padding-bottom: var(--section-large);
}

.section-py-medium {
    padding-top: var(--section-medium);
    padding-bottom: var(--section-medium);
}

.section-pt-medium {
    padding-top: var(--section-medium);
}

.section-pb-medium {
    padding-bottom: var(--section-medium);
}

.section-py-small {
    padding-top: var(--section-small);
    padding-bottom: var(--section-small);
}

.section-pt-small {
    padding-top: var(--section-small);
}

.section-pb-small {
    padding-bottom: var(--section-small);
}

.section-py-xsmall {
    padding-top: var(--section-xsmall);
    padding-bottom: var(--section-xsmall);
}

.section-pt-xsmall {
    padding-top: var(--section-xsmall);
}

.section-pb-xsmall {
    padding-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
    .section-py-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.8);
        padding-bottom: calc(var(--section-xlarge) * 0.8);
    }

    .section-pt-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.8);
    }

    .section-pb-xlarge {
        padding-bottom: calc(var(--section-xlarge) * 0.8);
    }

    .section-py-large {
        padding-top: calc(var(--section-large) * 0.8);
        padding-bottom: calc(var(--section-large) * 0.8);
    }

    .section-pt-large {
        padding-top: calc(var(--section-large) * 0.8);
    }

    .section-pb-large {
        padding-bottom: calc(var(--section-large) * 0.8);
    }

    .section-py-medium {
        padding-top: calc(var(--section-medium) * 0.8);
        padding-bottom: calc(var(--section-medium) * 0.8);
    }

    .section-pt-medium {
        padding-top: calc(var(--section-medium) * 0.8);
    }

    .section-pb-medium {
        padding-bottom: calc(var(--section-medium) * 0.8);
    }

    .section-py-small {
        padding-top: calc(var(--section-small) * 0.8);
        padding-bottom: calc(var(--section-small) * 0.8);
    }

    .section-pt-small {
        padding-top: calc(var(--section-small) * 0.8);
    }

    .section-pb-small {
        padding-bottom: calc(var(--section-small) * 0.8);
    }

    .section-py-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.8);
        padding-bottom: calc(var(--section-xsmall) * 0.8);
    }

    .section-pt-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.8);
    }

    .section-pb-xsmall {
        padding-bottom: calc(var(--section-xsmall) * 0.8);
    }
}

@media (max-width: 599px) {
    .section-py-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.6);
        padding-bottom: calc(var(--section-xlarge) * 0.6);
    }

    .section-pt-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.6);
    }

    .section-pb-xlarge {
        padding-bottom: calc(var(--section-xlarge) * 0.6);
    }

    .section-py-large {
        padding-top: calc(var(--section-large) * 0.6);
        padding-bottom: calc(var(--section-large) * 0.6);
    }

    .section-pt-large {
        padding-top: calc(var(--section-large) * 0.6);
    }

    .section-pb-large {
        padding-bottom: calc(var(--section-large) * 0.6);
    }

    .section-py-medium {
        padding-top: calc(var(--section-medium) * 0.6);
        padding-bottom: calc(var(--section-medium) * 0.6);
    }

    .section-pt-medium {
        padding-top: calc(var(--section-medium) * 0.6);
    }

    .section-pb-medium {
        padding-bottom: calc(var(--section-medium) * 0.6);
    }

    .section-py-small {
        padding-top: calc(var(--section-small) * 0.6);
        padding-bottom: calc(var(--section-small) * 0.6);
    }

    .section-pt-small {
        padding-top: calc(var(--section-small) * 0.6);
    }

    .section-pb-small {
        padding-bottom: calc(var(--section-small) * 0.6);
    }

    .section-py-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.6);
        padding-bottom: calc(var(--section-xsmall) * 0.6);
    }

    .section-pt-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.6);
    }

    .section-pb-xsmall {
        padding-bottom: calc(var(--section-xsmall) * 0.6);
    }
}

.section-py-medium.-pt0 {
    padding-top: 0;
}

/* ------------------------------
fead-original
------------------------------ */
.fead-original {
    opacity: 1;
}

/* ------------------------------
fead-border
------------------------------ */
.fead-border {
    position: relative;
}

.fead-border::before {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    background-color: var(--color02);
    -webkit-transition: 3s;
    transition: 3s;
    position: absolute;
    bottom: 0;
    left: 0;
}

.fead-border.mv::before {
    width: 100%;
}

/* ------------------------------
 wrapper
------------------------------ */
#wrapper {
    min-width: 375px;
    overflow: hidden;
    position: relative;
}

/* ------------------------------
side-container
------------------------------ */
.side-container {
    width: 100px;
    height: 100%;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

body.visible .side-container {
    background-color: var(--color05);
}

.side-container .contact-btn {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.side-container .contact-btn a {
    width: 100%;
    height: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: var(--color03);
}

.side-container .contact-btn a span {
    display: block;
}

.side-container .contact-btn a span.img {
    width: 1em;
}

.side-container .contact-btn a span.text {
    font-size: 12px;
}

.side-container .h1-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 150px;
}

.side-container .h1-wrap::before {
    content: "";
    width: 0.5px;
    height: 3em;
    display: block;
    margin-bottom: 1em;
    background-color: var(--color03);
}

h1 {
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
}

.h1_destination{
    width: 100%;
    color: #fff;
    margin: 0 10px;
    font-size: 12px;
    display: none;
}

.h1_destination h1{
    writing-mode: initial;
}

body.action .h1_destination {
    display: block;
}

.side-container .side-logo {
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    color: #fff;
    font-style: normal;
    letter-spacing: 0.1em;
    text-align: center;
}

@media (max-width: 1024px) {
    .side-container {
        display: none;
    }
}

/* ------------------------------
#side-gnav（ハンバーガーメニュー）
------------------------------ */
#side-gnav {
    height: 100%;
    display: none;
    padding-top: 100px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 251;
}

body.visible #side-gnav {
    display: block;
}

#side-gnav .toggle {
    width: 100px;
    height: 100px;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

#side-gnav .toggle:after {
    content: "MENU";
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 10%;
    left: 50%;
}

.action #side-gnav .toggle:after {
    content: "CLOSE";
}

#side-gnav .toggle span.n {
    width: 50px;
    height: 1px;
    display: block;
    margin-top: -1px;
    padding: 0;
    text-indent: 9999px;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 40%;
    left: 50%;
}

#side-gnav .toggle span.n:before {
    content: "";
    width: 50px;
    height: 1px;
    display: block;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    top: -6px;
    left: 0;
}

#side-gnav .toggle span.n:after {
    content: "";
    width: 50px;
    height: 1px;
    display: block;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    top: 6px;
    left: 0;
}

.action #side-gnav .toggle span.n {
    -webkit-transition: ease 0.1s;
    transition: ease 0.1s;
    -webkit-transform: rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
}

.action #side-gnav .toggle span.n:after,
.action #side-gnav .toggle span.n:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    left: 0;
}

.side-gnav {
    width: calc((100% - 100px));
    height: 100vh;
    visibility: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    padding: 50px;
    padding-bottom: 0;
    border: none;
    background-color: #111;
    opacity: 0;
    -webkit-transition: height ease 0.1s, opacity ease 0.4s;
    transition: height ease 0.1s, opacity ease 0.4s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
}

.action .side-gnav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 250;
}

.side-gnav .side-gnav-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    gap: 10px;
}

.side-gnav .side-gnav-in .side-gnav-list {
    width: calc((100% - 40px) / 5);
}

.side-gnav .side-gnav-in .side-gnav-list li+li {
    margin-top: 2em;
}

.side-gnav .side-gnav-in .side-gnav-list li a,
.side-gnav .side-gnav-in .side-gnav-list li.-parent .title {
    color: #fff;
}

.side-gnav .side-gnav-in .side-gnav-list li a .ja,
.side-gnav .side-gnav-in .side-gnav-list li.-parent .title .ja {
    display: block;
    font-size: 70%;
}

.side-gnav .side-gnav-in .side-gnav-list li.-parent .-child {
    margin-top: 1em;
}

.side-gnav .side-gnav-in .side-gnav-list li.-parent .-child li+li {
    margin-top: 1em;
}

.side-gnav .side-gnav-in .side-gnav-list li.-parent .-child li a {
    font-size: 70%;
}

.side-gnav .side-gnav-in .side-gnav-list li.-parent .-child li a::before {
    content: "ー";
    margin-right: 0.5em;
}

.side-gnav .side-gnav-in .side-gnav-list li.-contact .contactwrap a {
    width: 100%;
    height: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 1.5em 1em;
    font-size: 12px;
    border-radius: 100px;
    background-color: var(--color06);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(82, 82, 81, 0.5);
    box-shadow: 0px 0px 25px 0px rgba(82, 82, 81, 0.5);

    gap: 1em;
}

.side-gnav .side-gnav-in .side-gnav-list li.-contact .contactwrap a::before {
    content: "\f0e0";
    width: auto;
    height: auto;
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    line-height: 1;
    background-color: transparent;
    position: relative;
}

.side-gnav .side-gnav-in .side-gnav-list li.-contact a::after {
    content: "\f054";
    margin-left: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 80%;
    line-height: 1;
}

.side-gnav .side-gnav-in .side-gnav-list.-last li+li {
    margin-top: 1em;
    color: #fff;
    text-align: center;
}

.side-gnav .side-gnav-in .side-gnav-list.-last li+li.-info {
    font-size: 12px;
}

/* ------------------------------
top-gnav
------------------------------ */
#top-gnav .top-gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    gap: 0.5em;
}

#top-gnav .top-gnav li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#top-gnav .top-gnav li a {
    width: 100%;
    height: 100%;
    display: block;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0.5em;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: relative;
}

#top-gnav .top-gnav li a::before {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    bottom: 0;
    left: 0;
}

#top-gnav .top-gnav li a:hover::before {
    width: calc(100% - 1em);
}

#top-gnav .top-gnav li.-tel a {
    display: inline;
}

#top-gnav .top-gnav li.-tel .telwrap {
    padding: 0.5em;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
    border-radius: 50px;
    background-color: var(--color05);
}

#top-gnav .top-gnav li.-tel .telwrap .tel a {
    padding: 0;
    font-size: 1.25em;
}

#top-gnav .top-gnav li.-parent span {
    width: 100%;
    height: 100%;
    display: block;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0.5em;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: relative;
}

#top-gnav .top-gnav li.-parent span::before {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    bottom: 0;
    left: 0;
}

#top-gnav .top-gnav li.-parent span:hover::before {
    width: calc(100% - 1em);
}

#top-gnav .top-gnav li.-parent span::after {
    content: "\f078";
    margin-left: 0.5em;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 80%;
    line-height: 1;
}

#top-gnav .top-gnav li.-parent {
    position: relative;
}

#top-gnav .top-gnav li.-parent .-child {
    width: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    visibility: hidden;
    padding: 50px;
    padding-top: 60px;
    background-color: var(--color05);
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 100%;
    left: 50%;
    pointer-events: none;
}

#top-gnav .top-gnav li.-parent .-child.ver02 {
    width: 450px;
}

#top-gnav .top-gnav li.-parent .-child::after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background-color: var(--color05);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: -7px;
    left: 50%;
    z-index: 1;

    -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

#top-gnav .top-gnav li.-parent:hover .-child {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

#top-gnav .top-gnav li.-parent .-child .title-img-wrap {
    width: 35%;
}

#top-gnav .top-gnav li.-parent .-child .title-img-wrap .title {
    margin-bottom: 1em;
    font-size: 20px;
    color: #fff;
    position: relative;
}

#top-gnav .top-gnav li.-parent .-child .title-img-wrap .title .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#top-gnav .top-gnav li.-parent .-child .title-img-wrap .title .main::after {
    content: "";
    width: 10%;
    height: 0.5px;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 1em;
    background-color: #fff;
}

#top-gnav .top-gnav li.-parent .-child .title-img-wrap .title .sub {
    font-size: 50%;
}

#top-gnav .top-gnav li.-parent .-child .title-img-wrap .img {
    width: 70%;
}

#top-gnav .top-gnav li.-parent .-child .list01 {
    width: 60%;
}

#top-gnav .top-gnav li.-parent .-child .list01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

#top-gnav .top-gnav li.-parent .-child .list01 li {
    width: calc((100% - 10px) / 2);
}

#top-gnav .top-gnav li.-parent .-child.ver02 .list01 li {
    width: 100%;
}

#top-gnav .top-gnav li.-parent .-child .list01 li a {
    padding: 0.5em 0.5em 0.5em 1em;
    text-align: left;
}

#top-gnav .top-gnav li.-parent .-child .list01 li a::after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 50%;
    line-height: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

@media (max-width: 1024px) {
    #top-gnav .top-gnav {
        display: block;
        padding: 100px;
    }

    #top-gnav .top-gnav li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 2em 1em;
    }

    #top-gnav .top-gnav li a::before {
        width: 100%;
    }

    #top-gnav .top-gnav li a:hover::before {
        width: 100%;
    }

    #top-gnav .top-gnav li a::after {
        content: "\f054";
        margin-left: 0;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 80%;
        line-height: 1;
    }
    
    #top-gnav .top-gnav li.-parent .-child{
      pointer-events: auto;
    }

    #top-gnav .top-gnav li.-parent span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 2em 1em;
        text-align: left;
    }

    #top-gnav .top-gnav li.-parent span::before {
        width: 100%;
    }

    #top-gnav .top-gnav li.-parent span:hover::before {
        width: 100%;
    }

    #top-gnav .top-gnav li.-parent span::after {
        content: "\2b";
        margin-left: 0;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 80%;
        line-height: 1;
    }

    #top-gnav .top-gnav li.-parent.action span::after {
        content: "\f068";
    }

    #top-gnav .top-gnav li.-parent .-child {
        width: 100%;
        visibility: visible;
        padding: 20px;
        background-color: transparent;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        position: relative;
        top: auto;
        left: auto;
    }

    #top-gnav .top-gnav li.-parent .-child.ver02 {
        width: 100%;
    }

    #top-gnav .top-gnav li.-parent .-child::after {
        display: none;
    }

    #top-gnav .top-gnav li.-parent .-child .title-img-wrap {
        display: none;
    }

    #top-gnav .top-gnav li.-parent .-child .list01 {
        width: 100%;
        display: block;
    }

    #top-gnav .top-gnav li.-parent .-child .list01 li a::before {
        content: none;
    }

    #top-gnav .top-gnav li.-parent .-child .list01 li a::after {
        content: "-";
    }
}

@media (max-width: 599px) {
    #top-gnav .top-gnav {
        padding: 100px 50px 50px 50px;
    }

    #top-gnav .top-gnav li a {
        padding: 1.5em 1em;
    }

    #top-gnav .top-gnav li.-parent span {
        padding: 1.5em 1em;
    }
    
    #top-gnav .top-gnav li.-parent .-child .list01 li {
        width: 100%;
    }
}

/* ロゴなど※PC時非表示 */
#top-gnav .top-gnav li.-logo a {
    padding: 0;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    font-size: 42px;
    color: #fff;
    font-style: normal;
    letter-spacing: 0.1em;
    text-align: center;
}

#top-gnav .top-gnav li.-logo a::before {
    content: none;
}

#top-gnav .top-gnav li.-logo a::after {
    content: none;
}

#top-gnav .top-gnav li.-contact {
    margin-top: 50px;
}

#top-gnav .top-gnav li.-contact .contactwrap a {
    width: 100%;
    height: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 100px;
    background-color: var(--color06);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(82, 82, 81, 0.5);
    box-shadow: 0px 0px 25px 0px rgba(82, 82, 81, 0.5);

    gap: 1em;
}

#top-gnav .top-gnav li.-contact .contactwrap a::before {
    content: "\f0e0";
    width: auto;
    height: auto;
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    line-height: 1;
    background-color: transparent;
    position: relative;
}

#top-gnav .top-gnav li.-info {
    font-size: 24px;
    color: #fff;
    text-align: center;
}

#top-gnav .top-gnav li.-copy {
    margin-top: 20px;
    color: #fff;
    text-align: center;
}

@media (max-width: 1024px) {
    #top-gnav .top-gnav li.-tel .telwrap {
        margin-top: 20px;
    }

    #top-gnav .top-gnav li.-tel .telwrap {
        padding: 0;
        font-size: 36px;
        background-color: transparent;
    }

    #top-gnav .top-gnav li.-tel .telwrap a::before {
        content: none;
    }

    #top-gnav .top-gnav li.-tel .telwrap a::after {
        content: none;
    }
}

@media (max-width: 599px) {
    #top-gnav .top-gnav li.-tel .telwrap {
        font-size: 20px;
    }

    #top-gnav .top-gnav li.-info {
        font-size: 16px;
    }

    #top-gnav .top-gnav li.-copy {
        font-size: 10px;
    }
}

/* 下層ページ */
#wrapper.lower #top-gnav .top-gnav li a {
    color: var(--color02);
}

#wrapper.lower #top-gnav .top-gnav li .tel a {
    color: #fff;
}

#wrapper.lower #top-gnav .top-gnav li a::before {
    background-color: var(--color02);
}

#wrapper.lower #top-gnav .top-gnav li.-parent span {
    color: var(--color02);
}

#wrapper.lower #top-gnav .top-gnav li.-parent span::before {
    background-color: var(--color02);
}

#wrapper.lower #top-gnav .top-gnav li.-logo a {
    color: var(--color02);
}

#wrapper.lower #top-gnav .top-gnav li.-parent .-child .list01 li a {
    color: #fff;
}

#wrapper.lower #top-gnav .top-gnav li.-parent .-child .list01 li a::after {
    color: #fff;
}

@media (max-width: 1024px) {
    #wrapper.lower #top-gnav .top-gnav li a {
        color: #fff;
    }

    #wrapper.lower #top-gnav .top-gnav li a::before {
        background-color: #fff;
    }
    
    #wrapper.lower #top-gnav .top-gnav li.-contact a::before {
        background-color: transparent;
    }    
    
    #wrapper.lower #top-gnav .top-gnav li.-parent span {
        color: #fff;
    }

    #wrapper.lower #top-gnav .top-gnav li.-parent span::before {
        background-color: #fff;
    }

    #wrapper.lower #top-gnav .top-gnav li.-logo a {
        color: #fff;
    }
}

/* ------------------------------
top-gnav（ハンバーガーメニュー）
------------------------------ */
#top-gnav .toggle {
    width: 50px;
    height: 50px;
    display: none;
    border-radius: 5px;
    background-color: var(--color02);
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    position: fixed;
    top: 0.5em;
    right: 0.5em;
    z-index: 251;
}

#top-gnav .toggle:after {
    content: "MENU";
    width: 100%;
    font-size: 10px;
    color: #fff;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 10%;
    left: 50%;
}

.action #top-gnav .toggle:after {
    content: "CLOSE";
}

#top-gnav .toggle span.n {
    width: 20px;
    height: 2px;
    display: block;
    margin-top: -1px;
    padding: 0;
    text-indent: 9999px;
    background-color: #fff;
    position: absolute;
    top: 40%;
    left: 15px;
}

#top-gnav .toggle span.n:before {
    content: "";
    width: 20px;
    height: 2px;
    display: block;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    top: -6px;
    left: 0;
}

#top-gnav .toggle span.n:after {
    content: "";
    width: 20px;
    height: 2px;
    display: block;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    top: 6px;
    left: 0;
}

.action #top-gnav .toggle span.n {
    -webkit-transition: ease 0.1s;
    transition: ease 0.1s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.action #top-gnav .toggle span.n:after,
.action #top-gnav .toggle span.n:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    left: 0;
}

@media (max-width: 1024px) {
    .top-gnav {
        width: 100%;
        height: 100vh;
        visibility: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0;
        padding-bottom: 0;
        border: none;
        background-color: var(--color02);
        opacity: 0;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        /* -webkit-transition: height ease 0.1s, opacity ease 0.4s;
    transition: height ease 0.1s, opacity ease 0.4s; */
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .action .top-gnav {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        z-index: 250;
    }

    #top-gnav .toggle {
        display: block !important;
    }
}

/* ------------------------------
 mv
------------------------------ */
.mv-container {
    width: calc((100% - 100px));
    height: 100vh;
    margin-left: auto;
    position: relative;
}

.mv-container header {
    width: 100%;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 20;
}

.mv-container header .head-info {
    display: none;
}

.mv-container header .head-info .logo {
    margin-right: 30px;
    color: var(--color02);
}

body.action .mv-container header .head-info .logo {
    color: #fff;
}

body.action .mv-container header .head-info {
    position: relative;
    z-index: 251;
}

.mv-container .imgwrap {
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
    height: 100vh;
}

.mv-container .imgwrap .uk-slidenav-position,.mv-container .imgwrap .uk-slideshow,.mv-container .imgwrap .uk-slideshow li,.mv-container .imgwrap .uk-slideshow li .uk-flex{
  height: 100%;
}

.mv-container .imgwrap .uk-slideshow li .uk-flex img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv-container .catchwrap {
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
}

.mv-container .catchwrap .catch {
    margin-top: 15px;
    font-size: 42px;
    color: #fff;
    letter-spacing: 0.25em;
    text-align: center;
}

.mv-container .newswrap {
    width: 50%;
    padding: 20px 50px;
    background-color: var(--color05);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}

#wrapper.lower header {
    margin-top: 20px;
    position: relative;
    top: auto;
}

#wrapper.lower .mv-container {
    height: auto;
}

@media (max-width: 1024px) {
    .mv-container {
        width: 100%;
    }

    .mv-container header {
        background-image: url(../images/AdobeStock_677914777_Preview.jpeg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        top: 0;
    }

    .mv-container header .head-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        flex-wrap: wrap;
        padding: 20px 0;
    }

    #wrapper.lower header {
        margin-top: 0;
    }
}

@media (max-width: 599px) {
    .mv-container header .head-info {
        padding: 10px 0;
    }

    .mv-container header .head-info .logo {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 36px;
    }
    
    .mv-container .catchwrap .logo{
      font-weight: 700;
      font-size: 38px;
    }
    
    .mv-container .catchwrap .catch{
      font-size: 24px;
      letter-spacing: 2px;
    }
    
    .mv-container .newswrap {
        width: 90%;
        padding:10px 20px 15px;
    }
}

/* ------------------------------
 footer
------------------------------ */
footer .map {
    padding-top: 0;
    position: relative;
}

footer .map::before {
    content: "";
    display: block;
    padding-top: 50%;
}

footer .map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

footer .nav-section {
    padding-bottom: 150px;
}

footer .nav-section .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .nav-section .foot-info {
    width: 30%;
}

footer .nav-section .foot-info .address {
    margin-top: 10px;
}

footer .nav-section .foot-info .access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-top: 20px;
}

footer .nav-section .foot-info .access .icon {
    width: 3em;
    height: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0.5em;
    border: 1px solid var(--color02);
    border-radius: 100%;
    border-radius: 100%;
}

footer .nav-section .foot-info .telwrap {
    margin-top: 30px;
    letter-spacing: 0.1em;
}

footer .nav-section .foot-info .telwrap .tel a {
    margin-left: 0.5em;
    font-size: 1.5em;
}

footer .nav-section .foot-nav01,
footer .nav-section .foot-nav02 {
    width: 30%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    gap: 10px;
}

footer .nav-section .foot-nav01 li,
footer .nav-section .foot-nav02 li {
    width: calc((100% - 10px) / 2);
    line-height: 1;
}

footer .nav-section .foot-nav01 li a,
footer .nav-section .foot-nav02 li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0.5em 0.5em 0.5em 0;
}

footer .nav-section .foot-nav02 li a::before {
    content: "-";
    margin-right: 0.5em;
    color: var(--color01);
}

footer .nav-section .foot-nav02 li:first-child {
    width: 100%;
    padding: 0.5em 0.5em 0.5em 0;
}

footer .copy {
    padding: 20px 0;
    font-size: 12px;
    color: var(--color06);
    text-align: center;
    border-top: 1px solid var(--color04);
}

@media (max-width: 1024px) {
    footer .nav-section .foot-info {
        width: 100%;
    }

    footer .nav-section .foot-info .telwrap {
        margin-top: 10px;
    }

    footer .nav-section .foot-nav01,
    footer .nav-section .foot-nav02 {
        width: 48%;
        margin-top: 50px;
    }
}

@media (max-width: 599px) {
    footer .nav-section {
        padding-bottom: 50px;
    }
    
    footer .nav-section .foot-nav01,
    footer .nav-section .foot-nav02 {
        width: 100%;
        margin-top: 20px;
    }
    
    footer .copy{
      padding-bottom: 150px;
    }
    
    footer .map::before {
    padding-top: 60%;
}

    .map {
        padding-top: 60%;
    }
}

/* ------------------------------
 ABテスト（追従ボタン）
------------------------------ */
.pc-fixedwrap {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 10;
}

.pc-fixedwrap .contactwrap a {
    width: 150px;
    height: 150px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    border-radius: 100%;
    background-color: var(--color01);
    position: relative;

    gap: 10px;
}

.pc-fixedwrap .contactwrap a .img {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.pc-fixedwrap .contactwrap a .img img {
    width: auto;
    height: 100%;
}

.pc-fixedwrap .contactwrap a .text {
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.pc-fixedwrap .contactwrap a .text .strong {
    font-size: 1.25em;
}

/* アニメーション */
@property --wipe-angle {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
}

.pc-fixedwrap .contactwrap a::before {
    content: "";
    border-radius: 100%;
    background: conic-gradient(from 180deg,
    white var(--wipe-angle),
    transparent var(--wipe-angle));
    transition: --wipe-angle 1s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    mask: radial-gradient(transparent 69px, black 70px, transparent 70px);
    -webkit-mask: radial-gradient(transparent 69px,
    black 69px,
    black 70px,
    transparent 70px);
}

.pc-fixedwrap .contactwrap a:hover {
    opacity: 1;
}

.pc-fixedwrap .contactwrap a:hover::before {
    --wipe-angle: 360deg;
}

.pc-fixedwrap .contactwrap a:hover .text {
    color: var(--color02);
}

@media (max-width: 1024px) {
    .pc-fixedwrap {
        bottom: 30px;
        right: 30px;
    }
}

@media (max-width: 599px) {
    .pc-fixedwrap {
        display: none;
    }
}

/* sp-fixedwrap */
.sp-fixedwrap {
    width: 100%;
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.sp-fixedwrap .telwrap {
    width: 50%;
}

.sp-fixedwrap .telwrap .tel a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 1em 0;
    color: #fff;
    text-align: center;
    background-color: var(--color05);
}

.sp-fixedwrap .telwrap .tel a::before {
    content: "\f095";
    margin-right: 0.5em;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    line-height: 1;
}

.sp-fixedwrap .contactwrap {
    width: 50%;
}

.sp-fixedwrap .contactwrap a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 1em 0;
    color: #fff;
    text-align: center;
    background-color: var(--color01);
}

.sp-fixedwrap .contactwrap a::before {
    content: "\f0e0";
    margin-right: 0.5em;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    line-height: 1;
}

.pattern-b .sp-fixedwrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: none;
    bottom: 10px;
    left: auto;
    right: 10px;
}

.pattern-b .sp-fixedwrap .telwrap {
    width: 100%;
}

.pattern-b .sp-fixedwrap .telwrap .tel a {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    font-size: 14px;
    border-radius: 100%;
    position: relative;
}

.pattern-b .sp-fixedwrap .telwrap .tel a::before {
    margin-right: 0;
}

.pattern-b .sp-fixedwrap .contactwrap {
    width: 100%;
    margin-top: 5px;
}

.pattern-b .sp-fixedwrap .contactwrap a {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    font-size: 14px;
    border-radius: 100%;
    position: relative;
}

.pattern-b .sp-fixedwrap .contactwrap a::before {
    margin-right: 0;
}

/* アニメーション */
@property --wipe-angle {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
}

.pattern-b .sp-fixedwrap .telwrap a::after,
.pattern-b .sp-fixedwrap .contactwrap a::after {
    content: "";
    border-radius: 100%;
    background: conic-gradient(from 180deg,
    white var(--wipe-angle),
    transparent var(--wipe-angle));
    transition: --wipe-angle 1s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    mask: radial-gradient(transparent 44px, black 45px, transparent 45px);
    -webkit-mask: radial-gradient(transparent 44px,
    black 45px,
    black 45px,
    transparent 45px);
}

.pattern-b .sp-fixedwrap .telwrap a:hover,
.pattern-b .sp-fixedwrap .contactwrap a:hover {
    opacity: 1;
}

.pattern-b .sp-fixedwrap .telwrap a:hover::after,
.pattern-b .sp-fixedwrap .contactwrap a:hover::after {
    --wipe-angle: 360deg;
}

@media (max-width: 599px) {
    .sp-fixedwrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .pattern-b .sp-fixedwrap {
        display: block;
    }
}

/* ------------------------------
共通コンテンツ
------------------------------ */
/* ------------------------------
エフェクト
------------------------------ */
/* 画像のパララックス */
.scroll img {
    /* アニメーションの初期状態 */
    opacity: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}

.fead-imgup {
    opacity: 0;
    -webkit-transition: all 5s ease-out;
    transition: all 5s ease-out;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
}

.fead-imgup.mv {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.fead-imgdown {
    opacity: 0;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
}

.fead-imgdown.mv {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

/* ------------------------------
タイトル
------------------------------ */
.title01 {
    margin-bottom: 50px;
    font-weight: 500;
    /* 599px 36px 1300px 48px */
    font-size: clamp(2.25rem, 1.6091rem + 1.7118vw, 3rem);
    letter-spacing: 0.1em;
}

.title01::first-letter {
    color: var(--color01);
}

@media (max-width: 599px) {
    .title01 {
        margin-bottom: 20px;
    }
}

.title02 {
    font-weight: 400;
    /* 599px 36px 1300px 48px */
    font-size: 36px;
    writing-mode: vertical-rl;
}

.title02 .strong {
    display: inline-block;
    font-weight: 900;
    font-size: 1.2em;
}

@media(max-width:599px) {
.title02 {
    font-size: 30px;
}    
}

.title03 {
    margin-bottom: 50px;
    font-weight: 500;
    /* 599px 78px 1300px 120px */
    font-size: clamp(4.875rem, 2.632rem + 5.9914vw, 7.5rem);
    color: var(--color06);
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
}

.title03 .ja {
    width: 100%;
    font-size: 40%;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 1;
}

.title04 {
    margin-bottom: 50px;
    font-weight: 500;
    /* 599px 36px 1300px 48px */
    font-size: clamp(2.25rem, 1.6091rem + 1.7118vw, 3rem);
    letter-spacing: 0.1em;
    text-align: center;
}

.title04::first-letter {
    color: var(--color01);
}

.title04 .sub {
    font-size: 40%;
}

.title04.-left {
    text-align: left;
}

@media (max-width: 599px) {
    .title04 {
        margin-bottom: 20px;
    }
}

.title05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    font-weight: 500;
    /* 599px 18px 1300px 24px */
    font-size: 20px;
    border-bottom: 1px solid;
}

.title05 .num {
    margin-right: 0.5em;
    font-size: 2.5em;
    color: var(--color01);
    flex-shrink: 0;
}

.title06 {
    font-weight: 500;
    /* 599px 18px 1300px 24px */
    font-size: clamp(1.125rem, 0.8046rem + 0.8559vw, 1.5rem);
    color: #fff;
    text-align: center;
}

.title06 .sub {
    margin-top: 10px;
    font-size: 60%;
}

.title07 {
    margin-bottom: 20px;
    font-weight: 500;
    /* 599px 36px 1300px 60px */
    font-size: clamp(2.25rem, 0.9683rem + 3.4237vw, 3.75rem);
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
}

.title07 .sub {
    font-size: 35%;
}

.title08 {
    margin-bottom: 50px;
    padding-left: 1em;
    /* 599px 24px 1300px 36px */
    font-size: clamp(1.5rem, 0.8591rem + 1.7118vw, 2.25rem);
    position: relative;
}

.title08 .deco {
    font-family: "Tangerine", cursive;
    font-weight: 400;
    font-size: 80%;
    color: var(--color05);
    font-style: normal;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    position: absolute;
    top: -30%;
    left: 0;
}

.title08.-center {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.title08.-ver02 {
    color: #fff;
}

.title08.-ver02 .deco {
    color: #fff;
}

@media (max-width: 599px) {
    .title08 {
        margin-bottom: 20px;
    }

    .title08.-center {
        margin-left: 0;
    }
}

.title09 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 50%;
    margin-bottom: 50px;
    /* 599px 24px 1300px 36px */
    font-size: clamp(1.5rem, 0.8591rem + 1.7118vw, 2.25rem);
}

.title09 .text {
    margin-bottom: 0.25em;
    padding-bottom: 0.25em;
}

.title09 .deco {
    font-family: "Tangerine", cursive;
    font-weight: 400;
    font-size: 50%;
    color: var(--color05);
    font-style: normal;
}

.title09.-reverse {
    margin-left: auto;
}

@media (max-width: 599px) {
    .title09 {
        margin-bottom: 20px;
    }

    .title09.-reverse {
        margin-left: 0;
    }
}

.title10 {
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.title11 {
    margin-bottom: 20px;
    padding-bottom: 0.25em;
    font-weight: 900;
    /* 599px 30px 1300px 48px */
    font-size: clamp(1.875rem, 0.9137rem + 2.5678vw, 3rem);
    border-bottom: 1px solid;
    position: relative;
}

.title11 .en {
    font-family: "Tangerine", cursive;
    font-weight: 400;
    font-style: normal;
}

.title11 .ja {
    font-size: 30%;
}

@media (max-width: 599px) {
    .title10 {
        white-space: unset;
    }
}

.obi {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 20px;
    padding: 0.5em 2em;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
}

.contactsection-tel,
.contactsection-contact {
    color: #fff;
    text-align: center;
}

.contactsection-contact {
    border-left: 1px solid #fff;
}

.contactsection-tel .telwrap {
    font-size: 24px;
    letter-spacing: 0.1em;
}

.contactsection-tel .telwrap a {
    font-size: 1.5em;
}

@media (max-width: 1024px) {
    .contactsection-contact {
        padding-top: 20px;
        border-top: 1px solid #fff;
        border-left: none;
    }
}

/* ------------------------------
ボタン
------------------------------ */
.button a {
    display: block;
    text-decoration: none;
}

.button__text {
    display: block;
    overflow: hidden;
    position: relative;
}

.button__text__inner {
    display: block;
    -webkit-transition: opacity 0.4s,
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: opacity 0.4s,
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: opacity 0.4s,
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: opacity 0.4s,
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: opacity 0.4s,
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.4s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s,
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s,
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s,
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s,
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s,
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.button__text::after {
    content: attr(data-text);
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    -webkit-transition: opacity 0.4s,
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: opacity 0.4s,
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: opacity 0.4s,
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: opacity 0.4s,
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: opacity 0.4s,
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.4s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s,
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s,
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s,
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s,
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s,
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
    position: absolute;
    top: 0;
    left: 0;
}

.button a:hover {
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .button a:hover .button__text__inner {
        opacity: 0;
        -webkit-transform: translateY(-120%);
        transform: translateY(-120%);
    }

    .button a:hover .button__text::after {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.btn01 {
    margin-top: 50px;
}

.btn01 button {
    border: none;
}

.btn01 a,
.btn01 button {
    width: 300px;
    display: block;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 1em 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: var(--color02);
    position: relative;
}

.btn01 a::before,
.btn01 button::before {
    content: "";
    width: 0px;
    height: 1px;
    display: block;
    background-color: var(--color02);
    -webkit-transition: 0.5s;
    -webkit-transition: 1s;
    transition: 1s;
    position: absolute;
    bottom: 0;
    left: 0;
}

.btn01 a::after,
.btn01 button::after {
    content: "";
    width: 1.5em;
    height: 1.5em;
    display: block;
    border-radius: 100%;
    background-image: url("/import/tenant_1/162.43.5.105/html/images/arrow01.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--color02);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 1em;
    z-index: 1;
}

.btn01.-back a::after,
.btn01.-back button::after {
    -webkit-transform: scale(-1, 1) translateY(-50%);
    transform: scale(-1, 1) translateY(-50%);
    left: 1em;
    right: auto;
}

.btn01 a:hover,
.btn01 button:hover {
    color: var(--color02);
    background-color: transparent;
    opacity: 1;
}

.btn01 a:hover::before,
.btn01 button:hover::before {
    width: 300px;
}

.btn01 a:hover::after,
.btn01 button:hover::after {
    background-size: 80%;
}

.btn01.-center a,
.btn01.-center button {
    margin-left: auto;
    margin-right: auto;
}

.btn01.-mtmini {
    margin-top: 30px;
}

.btn01.-mt0 {
    margin-top: 0px;
}

.btn01.-transparent a {
    border: 1px solid #fff;
    background-color: transparent;
}

.btn01.-transparent a::after {
    background-color: transparent;
}

.btn01.-transparent a:hover {
    color: #fff;
    border: none;
}

.btn01.-transparent a:hover::before {
    background-color: #fff;
}

.btn01.-transparent a:hover::after {
    background-color: rgba(255, 255, 255, 0.5);
}

.btn01.-pink a {
    color: #fff;
    background-color: var(--color01);
}

.btn01.-pink a::before {
    content: "\f0e0";
    width: 1em;
    height: 1em;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    line-height: 1;
    background-color: transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 1em;
    z-index: 1;
}

.btn01.-pink a::after {
    background-color: transparent;
}

@media (max-width: 599px) {
    .btn01 {
        margin-top: 20px;
    }

    .btn01 a {
        font-size: 16px;
    }

    .btn01.-mtmini {
        margin-top: 20px;
    }
}

/* ------------------------------
背景画像
------------------------------ */
.list-inner {
    height: 100%;
    position: relative;
}

.bg-parent {
    position: relative;
}

.bg-content {
    position: relative;
    z-index: 1;
}

.bg-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    -webkit-filter: opacity(0.5);
    filter: opacity(0.5);
}

.bg-image.-black01 img {
    -webkit-filter: brightness(0.3);
    filter: brightness(0.3);
}

/* ------------------------------
design01
------------------------------ */
.design01 .imgwrap {
    margin-bottom: 75px;
    position: relative;
}

.design01 .imgwrap .img01 {
    position: relative;
    z-index: 2;
}

.design01 .imgwrap .img02 {
    position: absolute;
    bottom: -75px;
    right: 0;
    z-index: 1;
}

.design01 .img03 {
    margin-top: 50px;
}

@media (max-width: 599px) {
    .design01 .imgwrap {
        margin-bottom: 100px;
    }
}

/* ------------------------------
design02
------------------------------ */
.design02 .left {
    /* max-width: 330px; */
    margin-left: auto;
}

.design02 .left.ml0 {
    margin-left: 0;
}

.design02 .right {
    /* max-width: 770px; */
    margin-left: auto;
    position: relative;
}

.design02 .right .imgwrap {
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -50px;
    margin-left: auto;

    gap: 10px;
}

.design02 .right .imgwrap .img {
    width: calc((100% - 20px) / 3);
}

.design02 .right .img00 img {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}

.design02 .right .imgwrap .img02 {
    margin-top: -50px;
}

.design02 .right .imgwrap .img03 {
    margin-top: -100px;
}

.design02.-opacity .right .img00 img {
    -webkit-filter: opacity(0.5);
    filter: opacity(0.5);
}

.design02.-opacity img {
    -webkit-filter: opacity(0.5);
    filter: opacity(0.5);
}

@media (max-width: 1024px) {
    .design02 .left {
        width: 96%;
        max-width: 768px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .design02 .left.ml0 {
        width: 100%;
    }
    
}

/* ------------------------------
design03
------------------------------ */
.design03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.design03.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.design03 .imgwrap {
    width: 50%;
}

.design03 .text {
    width: 45%;
    line-height: 2;
}

@media (max-width: 599px) {
    .design03 .imgwrap {
        width: 100%;
    }

    .design03 .text {
        width: 100%;
        margin-top: 20px;
    }
}

/* ------------------------------
slick-slide
------------------------------ */
/* slick01 */
.slick01 .slick-slide {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.slick01 .slick-next,
.slick01 .slick-prev {
    width: 40px;
    height: 60px;
    background-color: var(--color01);
    z-index: 1;
}

.slick01 .slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    line-height: 1;
}

.slick01 .slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    line-height: 1;
}

.slick-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;

    gap: 18px;
}

.slick-counter .slash {
    font-size: 1.5em;
}

.slick-counter.-ver02 {
    font-size: 14px;
    color: var(--color02);

    gap: 14px;
}

@media (max-width: 599px) {
    .slick01 .slick-next {
        right: -5px;
    }

    .slick01 .slick-prev {
        left: -5px;
    }
}

/* slick02 */
.slick02 .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
}

@media(max-width:599px) {
.slick02 .slick-track{
  display: flex;
}

.slick02 .slick-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}

.slick02 .slick-slide>div {
  height: 100%;
}
}

/* slick03 */
.slick-controls-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    margin-top: 50px;
    margin-right: 20px;
}

.slick-controls-area .own-slick-prev::before {
    content: "\f053";
    width: 50px;
    height: 50px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 50%;
    line-height: 1;
    border: 1px solid;
    border-radius: 100%;
    cursor: pointer;
}

.slick-controls-area .own-slick-next::before {
    content: "\f054";
    width: 50px;
    height: 50px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 50%;
    line-height: 1;
    border: 1px solid;
    border-radius: 100%;
    cursor: pointer;
}

@media(max-width:599px) {
.slick-controls-area {
    justify-content: center;
    margin-right: 0;
}    
}


/* ------------------------------
list-news
------------------------------ */
.list-news li {
    color: #fff;
}

.list-news li .title {
    border-bottom: 1px solid #fff;
}

.list-news li+li {
    margin-top: 20px;
}

/* ------------------------------
list-works
------------------------------ */
.list-works.-ver02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    gap: 15px;
}

.list-works.-ver02 li {
    width: calc((100% - 45px) / 3);
}

.list-works li .imgwrap {
    position: relative;
}

.list-works li .imgwrap .category {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 90%;
    max-height: 50%;
    padding: 0.5em;
    background-color: var(--color03);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.list-works.-ver02 li .imgwrap .category {
    padding: 0.25em 0.5em;
}

.list-works li .imgwrap .category span {
    padding: 0.1em 0.5em;
    font-size: 90%;
    color: #fff;
    position: relative;
}

.list-works.-ver02 li .imgwrap .category span {
    font-size: 75%;
}

.list-works li .imgwrap .category span+span {
    padding: 0.1em 0.5em 0.25em 1em;
}

.list-works li .imgwrap .category span+span::before {
    content: "/";
    display: inline-block;
    position: absolute;
    top: 0.15em;
    left: 0.3em;
}

.list-works li .title {
    margin-top: 20px;
    color: #fff;
}

.list-works.-ver02 li .title {
    color: var(--color02);
}

@media (max-width: 599px) {
    .list-works li,.list-works.-ver02 li {
        width: 100%;
    }
}

/* ------------------------------
list-works02
------------------------------ */
.list-works02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; */
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.list-works02 li {
    width: calc((100% / 3));
    border: 1px solid;
}

.list-works02 li:nth-child(3n + 2),
.list-works02 li:nth-child(3n + 3) {
    border-left: none;
}

.list-works02 li .list-inner {
    padding: 20px;
}

.list-works02 li .title {
    margin-top: 20px;
    margin-bottom: 5px;
    line-height: 2;
}

.list-works02 li .imgwrap .category span {
    display: inline-block;
    margin-right: 0.5em;
    padding: 0.25em 0.5em;
    font-size: 12px;
    color: #fff;
    background-color: var(--color03);
}

.recommend-container .list-works02 li:nth-of-type(4){
  display: none;
}

@media (max-width: 599px) {
    .list-works02 li {
        width: calc((100% / 2));
    }

    .list-works02 li:nth-child(3n + 2),
    .list-works02 li:nth-child(3n + 3) {
        border-left: none;
    }

    .list-works02 li:nth-child(2n + 3) {
        border-left: 1px solid;
    }
    
    .recommend-container .list-works02 li:nth-of-type(4){
      display: block;
      border-left: none;
    }
}

/* ------------------------------
list-menu
------------------------------ */
.list-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;

    row-gap: 20px;
}

.list-menu li {
    width: calc((100% - 60px) / 4);
}

.list-menu li .title {
    margin-top: 20px;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}

@media (max-width: 1024px) {
    .list-menu li .title {
        font-size: 18px;
    }
}

@media (max-width: 599px) {
    .list-menu li {
        width: calc((100% - 20px) / 2);
    }
}

/* ------------------------------
list-voice
------------------------------ */
.list-voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
}

.list-voice li {
    width: calc((100% - 80px) / 3);
}

.list-voice li .list-inner {
    background-color: #fff;
}

.list-voice li .imgwrap {
    position: relative;
}

.list-voice li .imgwrap .category {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.list-voice li .imgwrap .category span {
    display: inline-block;
    margin-right: 0.5em;
    padding: 0.5em 1.5em;
    color: #fff;
    background-color: var(--color01);
}

.list-voice li .contentwrap {
    padding: 1em;
}

.list-voice li .contentwrap .area-name {
    padding-top: 1em;
}

.list-voice li {
    position: relative;
}

.list-voice li::before {
    content: "Voice" attr(data-num);
    font-weight: 600;
    font-size: 30px;
    color: var(--color08);
    line-height: 1;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 0.5em;
    right: -0.5em;
    z-index: 1;
}

@media(max-width:599px) {
  .list-voice li {
    height: 100%;
}
}

/* ------------------------------
list-voice02
------------------------------ */
.list-voice02 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 2;
}

.list-voice02 li+li {
    margin-top: 50px;
}

.list-voice02 li .title {
    margin-bottom: 1em;
    font-size: 20px;
}

.list-voice02 li .imgwrap {
    width: 25%;
}

.list-voice02 li .imgwrap .img {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px #000;
    box-shadow: 0px 0px 8px 0px #000;
}

.list-voice02 li .contentwrap {
    width: 70%;
}

.list-voice02 li .infowrap .item {
    padding-bottom: 0.5em;
    border-bottom: 1px solid var(--color05);
}

.list-voice02 li .infowrap .item+.item {
    margin-top: 0.5em;
}

.list-voice02 li .infowrap .item .title {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 16px;
}

.list-voice02 li .infowrap .item .content span {
    display: inline-block;
    margin-right: 10px;
}

@media(max-width:599px) {
    .list-voice02 li .imgwrap {
        width: 100%;
    }

    .list-voice02 li .contentwrap {
        width: 100%;
        margin-top: 20px;
    }
}

/* ------------------------------
list-voice03
------------------------------ */
.list-voice03 li+li {
    margin-top: 50px;
}

.list-voice03 .title {
    margin-bottom: 30px;
    padding: 25px;
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
    background-color: var(--color02);
    position: relative;
}

.list-voice03 .title::after {
    content: "▼";
    width: 25px;
    height: 25px;
    color: var(--color02);
    position: absolute;
    bottom: -15px;
    left: 50px;
    z-index: 1;
}

.list-voice03 .title .titlein {
    display: inline-block;
    margin-right: 1em;
    color: var(--color06);
}

.list-voice03 .contentwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px;
    background-color: #fff;
}

.list-voice03 .contentwrap .imgwrap {
    width: 20%;
}

.list-voice03 .contentwrap .textwrap {
    width: 75%;
}

.list-voice03 .contentwrap .textwrap .question-answer+.question-answer {
    margin-top: 1em;
}

.list-voice03 .contentwrap .textwrap .question-answer .question {
    color: var(--color05);
    line-height: 2;
}

.list-voice03 .contentwrap .textwrap .question-answer .answer {
    line-height: 2;
}

@media(max-width:599px) {
    .list-voice03 .contentwrap .imgwrap {
        width: 100%;
    }

    .list-voice03 .contentwrap .textwrap {
        width: 100%;
        margin-top: 20px;
    }

    .list-voice03 li+li {
        margin-top: 30px;
    }

    .list-voice03 .title {
        margin-bottom: 10px;
        padding: 20px;
        font-size: 16px;
        border-radius: 30px;
    }

    .list-voice03 .title .titlein {
        display: block;
        margin-bottom: 0.25em;
        margin-right: 0;
    }
}

/* ------------------------------
list-recruit
------------------------------ */
.list-recruit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}

.list-recruit li {
    width: calc((100% - 60px) / 3);
}

.list-recruit li .list-inner {
    padding: 20px;
    border: 1px solid;
}

.list-recruit li .title {
    margin-top: 1em;
    line-height: 2;
}

.list-recruit li .jobtype {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0.5em;
    padding: 0.25em 0.5em;
    font-size: 14px;
    color: #fff;
    background-color: var(--color03);
}

@media(max-width:599px) {
    .list-recruit li {
        width: 100%;
    }
}

/* ------------------------------
list-banner
------------------------------ */
.list-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    gap: 1px;
}

.list-banner li {
    width: calc((100% - 2px) / 3);
}

.list-banner li a {
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid var(--color01);
}

.list-banner li a:hover {
    border: none;
    opacity: 1;
}

.list-banner li a .title {
    color: var(--color02);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}

.list-banner li a:hover .title {
    color: #fff;
}

.list-banner li a .imgwrap img {
    opacity: 0;
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.list-banner li a:hover .imgwrap img {
    opacity: 1;
}

.list-banner li .deco {
    width: 30px;
    height: 30px;
    background-color: var(--color01);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;

    -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}

@media (max-width: 599px) {
    .list-banner li {
        width: 100%;
    }
}

/* ------------------------------
list-blog
------------------------------ */
.list-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    gap: 30px;
}

.list-blog li {
    width: calc((100% - 30px) / 2);
}

.list-blog li .list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    background-color: #fff;

    gap: 20px;
}

.list-blog li .list-inner .imgwrap {
    width: 30%;
}

.list-blog li .list-inner .contentwrap {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.list-blog li .list-inner .contentwrap .category-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.list-blog li .list-inner .contentwrap .category-date .date {
    margin-right: 0.5em;
}

.list-blog li .list-inner .contentwrap .category-date .category span {
    display: inline-block;
    margin-right: 0.5em;
    padding: 0.25em 1em;
    font-size: 14px;
    color: #fff;
    background-color: var(--color01);
}

@media (max-width: 599px) {
    .list-blog {
        gap: 10px;
    }

    .list-blog li {
        width: 100%;
    }
}

/* ------------------------------
list-blog02
------------------------------ */
.list-blog02 li {
    border-top: 1px solid rgba(255, 51, 153, 0.1);
    border-bottom: 1px solid rgba(255, 51, 153, 0.1);
}

.list-blog02 li+li {
    border-top: none;
}

.list-blog02 li .list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0;

    gap: 20px;
}

.list-blog02 li .list-inner .imgwrap {
    width: 30%;
}

.list-blog02 li .list-inner .contentwrap {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.list-blog02 li .datewrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;

    gap: 1em;
}

.list-blog02 li .datewrap .post::before {
    content: "投稿日";
    margin-right: 0.5em;
}

.list-blog02 li .datewrap .update::before {
    content: "最終更新日";
    margin-top: 0.5em;
}

.list-blog02 li .category {
    text-align: right;
}

.list-blog02 li .list-inner .category span {
    display: inline-block;
    margin-right: 0.5em;
    padding: 0.25em 1em;
    font-size: 12px;
    color: #fff;
    background-color: var(--color01);
    margin: 0.25em;
}

.list-blog02 li .list-inner .category.-vertype span {
    background-color: var(--color05);
}

.list-blog02 li .list-inner .category.-vertype {
    margin-top: 0.5em;
}

.list-blog02 li .list-inner .title {
    margin-top: 1em;
    line-height: 2;
}

@media (max-width: 599px) {
    .list-blog02 li .list-inner {
        padding: 30px 0;
    }

    .list-blog02 li .datewrap {
        display: block;
    }

    .list-blog02 li .datewrap .post {
        font-size: 12px;
        text-align: right;
    }

    .list-blog02 li .datewrap .update {
        font-size: 12px;
        text-align: right;
    }
    
    .list-blog02 li .list-inner .imgwrap {
        width: 100%;
    }
    
    .list-blog02 li .list-inner .contentwrap {
        width: 100%;
    }    
}

/* ------------------------------
list-reason
------------------------------ */
.list-reason li .list-inner {
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
}

.list-reason li .list-inner .imgwrap {
    width: 55%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 50px;
    padding-right: 3em;
    position: relative;
    z-index: 2;
}

.list-reason li .list-inner .imgwrap::before {
    content: "ACHIVEMENTS";
    font-size: 12px;
    color: var(--color04);
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    position: absolute;
    top: 3em;
    right: 0;
    z-index: 1;
}

.list-reason li .list-inner .imgwrap .deco01 {
    max-width: 250px;
    position: absolute;
    bottom: 100px;
    right: 0;
    z-index: 1;
}

.list-reason li .list-inner .contentwrap {
    width: 55%;
    background-color: transparent;
    position: static;
}

.list-reason li .list-inner::before {
    content: "";
    display: block;
    background-color: #fff;
    -webkit-box-shadow: -10px 0 25px rgba(0, 0, 0, 0.08);
    box-shadow: -10px 0 25px rgba(0, 0, 0, 0.08);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 45%;
    right: calc(-1 * max(0px, (100vw - 1200px) / 2));
    z-index: 1;
}

.list-reason li .list-inner .contentwrap .in {
    padding: 50px;
    position: relative;
    z-index: 2;
}

@media (max-width: 599px) {
    .list-reason li .list-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .list-reason li .list-inner::before {
        display: none;
    }

    .list-reason li .list-inner .imgwrap {
        width: 100%;
        margin-top: 20px;
    }

    .list-reason li .list-inner .contentwrap {
        width: 100%;
    }

    .list-reason li .list-inner .contentwrap .in {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }

    .list-reason li .list-inner .contentwrap .btn01 {
        display: none;
    }
}

/* ------------------------------
list-check01
------------------------------ */
.list-check01 li {
    padding-left: 1.5em;
    color: #fff;
    line-height: 1;
    position: relative;
    line-height: 2;
}

.list-check01 li::before {
    content: "\f14a";
    width: 1em;
    height: 1em;
    display: block;
    margin-right: 0.5em;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    line-height: 2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.list-check01 li+li {
    margin-top: 1em;
}

.list-check01.-black li {
    color: var(--color02);
}

/* ------------------------------
list-check02
------------------------------ */
.list-check02 {
    padding: 50px;
    background-color: #fff;
    -webkit-filter: drop-shadow(0px 0px 25px rgba(111, 88, 28, 0.15));
    filter: drop-shadow(0px 0px 25px rgba(111, 88, 28, 0.15));
}

.list-check02 li {
    padding-left: 2.5em;
    /* 599px 18px 1300px 20px */
    font-size: clamp(1.125rem, 1.0182rem + 0.2853vw, 1.25rem);
    line-height: 2;
    position: relative;
}

.list-check02 li::before {
    content: "\f058";
    display: block;
    margin-right: 0.5em;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 2em;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.list-check02 li+li {
    margin-top: 1em;
}

.list-check02.-ver02{
    padding: 20px;
}

.list-check02.-ver02 li {
    font-size: 14px;
    line-height: 2;
    position: relative;
}

@media (max-width: 599px) {
    .list-check02 {
        padding: 20px;
    }
}

/* ------------------------------
list-check03
------------------------------ */
.list-check03 li {
    color: #fff;
    line-height: 1;
    position: relative;
    text-align: center;
}

.list-check03 li::before {
    content: "\f14a";
    margin-right: 0.5em;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    line-height: 1;
}

@media(max-width:599px) {
.list-check03 li {
    text-align: left;
}    
}

/* ------------------------------
list-overview
------------------------------ */
.list-overview li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #eee;
}

.list-overview .title {
    width: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.list-overview .content {
    width: 70%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 599px) {
    .list-overview .title {
        width: 100%;
    }

    .list-overview .content {
        width: 100%;
    }
}

/* ------------------------------
list-block01
------------------------------ */
.list-block01 li {
    padding: 50px 25px;
    border-top: 1px solid var(--color01);
    border-bottom: 1px solid var(--color01);
    background-color: rgba(255, 51, 153, 0.1);
}

.list-block01 li+li {
    margin-top: 25px;
}

.list-block01 li .title {
    font-weight: bold;
    /* 599px 18px 1300px 20px */
    font-size: clamp(1.125rem, 1.0182rem + 0.2853vw, 1.25rem);
    font-size: 20px;
    margin-bottom: 0.5em;
}

.list-block01 li .text {
    line-height: 2;
}

@media (max-width: 599px) {
    .list-block01 li {
        padding: 25px;
    }

    .list-block01 li+li {
        margin-top: 20px;
    }
}

/* ------------------------------
.first-flow-area .flow-list
------------------------------ */
.first-flow-area .flow-list .item .item-inner {
    padding: 12px 0 50px 100px;
    position: relative;
}

.first-flow-area.type-fasting .flow-list .item .item-inner {
    padding: 0;
}

.first-flow-area .flow-list .item:not(:last-child) .item-inner::before {
    content: "";
    width: 2px;
    height: 0;
    display: block;
    background: var(--color01);
    -webkit-transition: 1s;
    transition: 1s;
    position: absolute;
    top: 0;
    left: calc(69px / 2);
}

.first-flow-area.type-fasting .flow-list .item:not(:last-child) .item-inner::before {
    content: none;
}

.first-flow-area .flow-list .item:nth-of-type(2) .item-inner::before {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.first-flow-area .flow-list .item:nth-of-type(3) .item-inner::before {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.first-flow-area .flow-list .item:nth-of-type(4) .item-inner::before {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

.first-flow-area .flow-list .item.mv:not(:last-child) .item-inner::before {
    height: 100%;
}

.first-flow-area .flow-list .item .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    font-weight: 600;
    font-size: 24px;
    color: var(--color01);
}

.first-flow-area .flow-list .item .title .tit {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.first-flow-area .flow-list .item .title .num {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    letter-spacing: 0;
    border-radius: 50%;
    background: var(--color01);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.first-flow-area .flow-list .item .content {
    margin-top: 30px;
}

.first-flow-area .flow-list .item .content .text {
    line-height: 2;
}

.fead-original {
    opacity: 1;
}

@media (max-width: 599px) {
    .first-flow-area .flow-list .item .item-inner {
        padding: 12px 0 50px 60px;
    }

    .first-flow-area .flow-list .item .title {
        font-size: 20px;
    }

    .first-flow-area .flow-list .item .title .tit {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    .first-flow-area .flow-list .item .title .num {
        width: 50px;
        height: 50px;
    }

    .first-flow-area .flow-list .item:not(:last-child) .item-inner::before {
        left: calc(49px / 2);
    }

    .first-flow-area.type-fasting .flow-list .item .content {
        margin-top: 10px;
    }
}


/* ------------------------------
list-faq
------------------------------ */
.list-faq li+li {
    margin-top: 25px;
}

.list-faq li {
    padding: 50px 25px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.faq-q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 2em;
    font-weight: bold;
    position: relative;
    line-height: 2;
}

.faq-q::after {
    content: "\f055";
    font-family: "Font Awesome 6 Free";
    font-size: 2em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
}

.faq-q:hover {
    cursor: pointer;
}

.faq-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.5em;
    line-height: 2;
}

.faq-a-wrap{
    display: none;
}

.faq-a.is-active{
    
}

.faq-q.is-parent::after {
    content: "\f056";
}

[data-element-id] .faq-a{
  display: block;
}

@media (max-width: 599px) {
    .list-faq li+li {
        margin-top: 20px;
    }

    .list-faq li {
        padding: 25px;
    }
}

/* ------------------------------
下層ページ共通
------------------------------ */

/* ------------------------------
ぱんくずリスト
------------------------------ */
.breadcrumbs-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
}

.breadcrumbs-list li {
    display: inline;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage,
.breadcrumbs-list li.breadcrumbs-thispage {
    font-size: 12px;
}

.breadcrumbs-list li.breadcrumbs-thispage {
    color: var(--color01);
}

.breadcrumbs-list li+li::before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    display: inline-block;
    margin-right: 0.5em;
    border-top: 1px solid var(--color02);
    border-right: 1px solid var(--color02);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pagetitlewrap {
    /* 599px 24px 1300px 36px */
    font-size: clamp(1.5rem, 0.8591rem + 1.7118vw, 2.25rem);
}

.pagetitlewrap .page-entitle {
    font-size: 50%;
    color: var(--color01);
}

.pagenation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pagenation li {
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.pagenation li a,
.pagenation li .now {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    color: #473d2f;
    text-align: center;
    border-radius: 10px;
}

.pagenation li .now {
    padding-bottom: 3px;
    padding-left: 2px;
    color: #fff;
    background-color: #473d2f;
}

.pagenation li.prev a::before,
.pagenation li.next a::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #473d2f;
}

.pagenation li.prev a::before {
    content: "\f104";
}

@media (max-width: 599px) {
    .pagenation li {
        width: 40px;
        height: 40px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 5px;
    }
}

.aside-container .wrap+.wrap {
    margin-top: 30px;
}

@media (max-width: 599px) {
    .aside-container .wrap+.wrap {
        margin-top: 10px;
    }
}

.list-asidecategory li+li {
    margin-top: 0.5em;
}

.list-asidecategory li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0.5em 0.5em 0.5em 0;
}

.list-asidecategory li a::before {
    content: "-";
}

/* ------------------------------
 form
------------------------------ */

.formitem button,
.formitem input,
.formitem select,
.formitem textarea {
    width: 100%;
    padding: 0.5em 0.5em;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border: 1px solid #ccc;
    background-color: #fff;
}

.formitem .short {
    max-width: 300px;
}

.formitem .medium {
    max-width: 400px;
}

.formlist {
    max-width: 900px;
}

.formitem {
    padding: 1.5em;
    border-bottom: 1px solid #ccc;
}

.formitem dt {
    width: 30%;
    font-weight: 700;
}

.formitem .reqw {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    padding: 0.1em 0.5em;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: var(--color02);
}

.formitem .reqw.-vertext {
    color: var(--color02);
    background-color: transparent;
}

.formitem dd {
    width: 66%;
}

.formitem dd .inputlist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 1em;
}

.formitem dd input[type="file"] {
    background: none;
}

.formitem dd input.p-postal-code {
    width: 50%;
    margin-left: 0.5em;
}

.formitem dd textarea {
    height: 250px;
}

.formbtn li {
    text-align: center;
}

.formbtn li button,
.formbtn li input {
    width: 200px;
    max-width: 100%;
    display: inline-block;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.formbtn li button {
    max-width: 100%;
    display: inline-block;
    padding: 0.75em 2em;
    border: 1px solid var(--color15);
    background-color: #fff;
    position: relative;
}

.formbtn li button:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    display: block;
    border-top: 1px solid;
    border-bottom: 1px solid transparent;
    -webkit-transform: translateY(-50%) rotate(40deg);
    transform: translateY(-50%) rotate(40deg);
    position: absolute;
    top: 50%;
    right: 1.1em;
}

.formbtn li button:after {
    content: "";
    width: 1em;
    height: 2px;
    border-bottom: 1px solid;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 1em;
}

.formbtn li input {
    background-color: #ccc;
}

.formbtn li button:hover,
.formbtn li input:hover {
    opacity: 0.6;
    cursor: pointer;
}

.formbtn li {
    width: 100%;
    max-width: 320px;
    margin: auto;
}

.formbtn2 li {
    max-width: 250px;
}

.formitem .checkboxer label {
    display: inline-block;
    margin: 0.5em 0;
    margin-right: 15px;
    padding: 0 10px 0 24px;
    font-weight: bold;
    position: relative;
}

.formitem .checkboxer label::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #dcdcdc;
    border-radius: 3px;
    background-color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    top: 1px;
    left: 0;
}

.formitem .checkboxer label:hover {
    text-decoration: underline;
    cursor: pointer;
}

.formitem .checkboxer input {
    display: none;
}

.formitem .checkboxer input:checked+label {
    text-decoration: underline;
}

.formitem .checkboxer input:checked+label::after {
    content: "\f00c";
    width: 0;
    height: 0;
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
    color: var(--color01);
    line-height: 1;
    background-color: transparent;
    position: absolute;
    top: 2px;
    left: 2px;
}

@media (max-width: 1024px) {
    .formitem dt {
        width: 100%;
        margin-bottom: 0.5em;
    }

    .formitem dt label {
        display: block;
    }

    .formitem dd {
        width: 100%;
    }

    .formbtn2 li {
        max-width: 200px;
    }
}

@media (max-width: 599px) {
    .formitem {
        padding: 1em;
    }

    .formbtn li button,
    .formbtn li input {
        width: 230px;
    }

    .formbtn2 li {
        max-width: 120px;
    }
}

/* ------------------------------
 blogdetail
------------------------------ */
.blogdetail .datewrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    gap: 1em;
}

.blogdetail .datewrap .post::before {
    content: "投稿日";
    margin-right: 0.5em;
}

.blogdetail .datewrap .update::before {
    content: "最終更新日";
    margin-right: 0.5em;
}

.blogdetail .category {
    text-align: right;
}

.blogdetail .category span {
    display: inline-block;
    margin: 0.25em;
    padding: 0.25em 1em;
    font-size: 12px;
    color: #fff;
    background-color: var(--color01);
}

.blogdetail .category.-vertype{
    margin-top: 0.5em;
}

.blogdetail .category.-vertype span {
    background-color: var(--color05);
}

.blogdetail .title {
    margin: 1em 0;
    font-size: 1.5em;
}

.blogdetail .thumbnail {
    margin-bottom: 1em;
}

.blogdetail .introduction {
    margin-bottom: 1em;
}

.blogdetail .article {
    margin-bottom: 1em;
}

.blogdetail .text {
    line-height: 2;
}

.list-artice li {
    padding-left: 1em;
    text-indent: -1em;
}

.list-artice li::before {
    content: "・";
}

.blogdetail .author {
    margin-bottom: 1em;
}

@media(max-width:599px) {
    .blogdetail .title {
        font-size: 1.4em;
    }
}


/* ------------------------------
 worksdetail
------------------------------ */
.worksdetail .datewrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    gap: 1em;
}

.worksdetail .datewrap .post::before {
    content: "投稿日";
    margin-right: 0.5em;
}

.worksdetail .datewrap .update::before {
    content: "最終更新日";
    margin-right: 0.5em;
}

.worksdetail .category {
    margin: 0.5em 0;
    text-align: right;
}

.worksdetail .category span {
    display: inline-block;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
    padding: 0.25em 1em;
    font-size: 14px;
    color: #fff;
    background-color: var(--color01);
}

.worksdetail .title {
    margin-bottom: 1em;
    font-size: 1.5em;
}

.worksdetail .thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1em;
}

.worksdetail .thumbnail .imgbox.before {
    width: 40%;
    padding-right: 40px;
    position: relative;
}

.worksdetail .thumbnail .imgbox.before::before {
    content: "";
    width: 15px;
    height: 40px;
    display: block;
    background-color: var(--color04);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 12px;

    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.worksdetail .thumbnail .imgbox.after {
    width: 60%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.worksdetail .introduction {
    margin-bottom: 1em;
}

.worksdetail .article {
    margin-bottom: 1em;
}

.worksdetail .text {
    line-height: 2;
}

@media(max-width:599px) {
    .worksdetail .title {
        font-size: 1.4em;
    }
}


/* ------------------------------
bleedright-section
------------------------------ */
.bleedright-section {
  width: 100%;
  /* (画面幅100% - 最大幅1000px) ÷ 2 = 片側の余白 */
  padding-left: calc((100% - 1000px) / 2);
}

@media (max-width: 1024px) {
  .bleedright-section {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc((100% - 768px) / 2);
  }
}

/* ------------------------------
 見たまま編集画面
------------------------------ */
[data-ab-test-block] {
    max-width: 600px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

[data-element-id] .show\@tb {
    max-width: 375px;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    border: solid 4px green;
    position: relative;
}

[data-element-id] .show\@tb:after {
    content: "モバイル用";
    display: block;
    padding: 8px 5px 5px;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    background: green;
}

[data-element-id] .show\@tb.indention {
    width: 30px;
    display: inline-block;
    border: none;
}

[data-element-id] .show\@tb.indention:after {
    content: "SP時改行";
    padding: 4px 2px 5px;
    font-size: 10px;
}

[data-element-id] .show\@pc.indention {
    width: 30px;
    display: inline-block;
    font-size: 10px;
    border: none;
}

[data-element-id] .show\@pc.indention:after {
    content: "PC時改行";
    display: block;
    padding: 3px;
    font-weight: 700;
    font-size: 10px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
    text-shadow: none;
    background: blue;
}

[data-element-id] .show\@sp {
    max-width: 375px;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    border: solid 4px green;
    position: relative;
}

[data-element-id] .show\@sp:after {
    content: "モバイル用";
    display: block;
    padding: 8px 5px 5px;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    background: green;
}

[data-element-id] .show\@sp.indention {
    width: 30px;
    display: inline-block;
    border: none;
}

[data-element-id] .show\@sp.indention:after {
    content: "SP時改行";
    padding: 4px 2px 5px;
    font-size: 10px;
}

[data-element-id] .title08 .deco{
  -webkit-transform: none;
  transform: none;
  top: -40px;
}

[data-element-id] .side-container {
    width: 100%;
    padding: 20px;
    background-color: var(--color05);
    position: relative;
}

[data-element-id] .side-container .h1-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    background: #fff;
    position: relative;
    top: auto;
    left: auto;
}

[data-element-id] .side-container h1 {
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
    writing-mode: initial;
}

[data-element-id] #side-gnav {
    display: block;
    position: relative;
}

[data-element-id] .side-gnav {
    width: 100%;
    height: auto;
    visibility: visible;
    padding-top: 2em;
    border: 3px solid #58b3b3;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    position: relative;
}

[data-element-id] .side-gnav::before {
    content: "PC時スクロールで表示されるハンバーガーメニューのクリックで表示";
    width: 100%;
    width: 100%;
    height: auto;
    visibility: visible;
    font-size: 14px;
    text-align: center;
    background-color: #58b3b3;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-element-id] .mv-container header .head-info {
    display: block;
}

[data-element-id] .sp-fixedwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

[data-element-id] .pattern-b .sp-fixedwrap {
    display: block;
    bottom: 0;
    left: auto;
    right: auto;
}

[data-element-id] .mv-container {
    width: 100%;
    height: auto;
}

[data-element-id] .mv-container .catchwrap{
    top: auto;
    bottom: 300px;
    transform: translate(-50%, 0%);
}

[data-element-id] .mv-container header {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-top: 2em;
    border: 3px solid #58b3b3;
    background-color: var(--color08);
    position: relative;
    top: 0;
}

[data-element-id] .mv-container header::before {
    content: "ヘッダーナビ";
    width: 100%;
    font-size: 14px;
    text-align: center;
    background-color: #58b3b3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-element-id] #top-gnav .top-gnav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

[data-element-id] #top-gnav .top-gnav li {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

[data-element-id] #top-gnav .top-gnav li.-parent span {
    width: auto;
    height: auto;
    display: inline-block;
}

[data-element-id] #top-gnav .top-gnav li.-parent .-child {
    visibility: visible;
    opacity: 1;
    position: relative;
    top: auto;
    pointer-events: auto;
}

[data-element-id] .pc-fixedwrap {
    position: relative;
    bottom: auto;
    right: auto;
}

[data-element-id] .pc-fixedwrap .contactwrap {
    max-width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2em;
    border: 3px solid #58b3b3;
    position: relative;
}

[data-element-id] .pc-fixedwrap .contactwrap::before {
    content: "PC時追従ボタン";
    width: 100%;
    font-size: 14px;
    text-align: center;
    background-color: #58b3b3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-element-id] .scroll img {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

[data-element-id] .list-works,
[data-element-id] .list-works div,
[data-element-id] .list-works02,
[data-element-id] .list-works02 div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] .list-voice div[data-collection-list-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    gap: 40px;
}

[data-element-id] .list-blog div[data-collection-list-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    gap: 30px;
}

[data-element-id] .list-recruit div[data-collection-list-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    gap: 30px;
}

[data-element-id] .bg-content{
      margin: 30px auto;
    width: fit-content;
    background-color: rgb(255 255 255 / 15%);
}

[data-element-id] .sphideimage{
  display: block;
  position: relative;
  border: 2px solid #000;
  margin-top: 20px;
}

[data-element-id] .sphideimage::before{
  content: "モバイルで表示";
  text-align: center;
  width: 100%;
  background-color: #000;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

[data-element-id] h1 {
  writing-mode: initial;
}
