@charset "UTF-8";

/* base.css上書き */
html {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #191919;
    letter-spacing: 1px;
    background-color: #fff;
}

.map:after {
    padding-top: 30%;
}

@media (max-width: 1024px) {
    .map::after {
        padding-top: 40%;
    }
}

@media (max-width: 599px) {
    html {
        font-size: 14px;
    }

    .map::after {
        padding-top: 50%;
    }
}

/* common */
.wrapper,
[class^="area"] {
    background-color: white;
}

.logo {
    width: 90px;
    max-width: 80%;
    margin: 0;
}

.color-white {
    color: white;
}

.color-01 {
    color: #232323;
}

.color-02 {
    color: #9b9b9b;
}

.bgc-white {
    background-color: white;
}

.bgc-01 {
    background-color: #232323;
}

.bdb-01 {
    border-bottom: 1px solid #232323;
}

.all-white * {
    color: white;
}

.all-01 {
    color: #232323;
}

.separete {
    width: 100%;
    display: block;
    position: relative;
}

.separete img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    position: absolute;
    top: 0;
    left: 0;
}

.separete::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.separete::after {
    content: "";
    display: block;
    padding-top: 13%;
}

@media (max-width: 1024px) {
    .logo {
        width: 80px;
    }

    .separete::after {
        padding-top: 20%;
    }
}

@media (max-width: 599px) {
    .logo {
        width: 60px;
    }

    .separete::after {
        padding-top: 30%;
    }
}

/* icon */
[class^="icon-"]::before {
    line-height: 1;
}

[class^="icon-brands"]::before {
    display: inline-block;
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
}

[class^="icon-free"]::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.icon-brands-facebook::before {
    content: "\f082";
}

.icon-brands-instagram::before {
    content: "\f16d";
}

.icon-brands-line::before {
    content: "\f3c0";
}

.icon-free-map::before {
    content: "\f3c5";
}

.icon-free-cal::before {
    content: "\f073";
}

/* title */
.title-01 {
    margin-bottom: 80px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 30px;
    letter-spacing: 3px;
    text-align: center;
}

.title-01::after {
    content: "";
    width: 100px;
    height: 1px;
    display: block;
    margin: 15px auto;
    border-top: 1px solid #232323;
}

.title-02 {
    margin-bottom: 30px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
    letter-spacing: 2px;
}

.title-02::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    margin: 5px auto;
    border-top: 1px solid #232323;
}

.title-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 30px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.title-03::before {
    content: "";
    width: 30px;
    height: 2px;
    display: inline-block;
    margin-right: 10px;
    background-color: #9b9b9b;
}

.title-03.-large {
    font-size: 24px;
}

.title-04 {
    margin-bottom: 30px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 36px;
    letter-spacing: 4px;
    text-align: center;
}

.title-04::first-letter {
    color: #9b9b9b;
}

.title-04.-mini {
    font-size: 28px;
}

.title-05 {
    margin-bottom: 30px;
    font-size: 26px;
    text-align: center;
}

.title-06 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 20px;
}

.title-07 {
    margin-bottom: 15px;
    font-size: 20px;
}

.title-08 {
    margin: 5px 0;
    font-weight: bold;
    font-size: 18px;
    color: #707070;
}

[class*="title"] .sub {
    font-size: 80%;
}

[class*="title"].-mb-large {
    margin-bottom: 80px;
}

[class*="title"].-mb-medium {
    margin-bottom: 50px;
}

[class*="title"].-mb-small {
    margin-bottom: 30px;
}

[class*="title"].-mb-exsmall {
    margin-bottom: 10px;
}

[class*="title"].-mb-0 {
    margin-bottom: 0;
}

[class*="title"].-left {
    text-align: left;
}

@media (max-width: 1024px) {
    .title-01 {
        margin-bottom: 50px;
        font-size: 26px;
        letter-spacing: 2px;
    }

    .title-01::after {
        width: 80px;
        margin: 10px auto;
    }

    .title-02 {
        font-size: 22px;
        letter-spacing: 1px;
    }

    .title-03.-large {
        font-size: 22px;
    }

    .title-04 {
        font-size: 32px;
    }

    .title-04.-mini {
        font-size: 24px;
    }

    .title-05 {
        font-size: 24px;
    }

    .title-06 {
        font-size: 18px;
    }

    .title-07 {
        margin-bottom: 10px;
    }

    [class*="title"].-mb-large\@tb {
        margin-bottom: 80px;
    }

    [class*="title"].-mb-medium\@tb {
        margin-bottom: 50px;
    }

    [class*="title"].-mb-small\@tb {
        margin-bottom: 30px;
    }

    [class*="title"].-mb-exsmall\@tb {
        margin-bottom: 10px;
    }

    [class*="title"].-mb-0\@tb {
        margin-bottom: 0;
    }

    [class*="title"].-left\@tb {
        text-align: left;
    }
}

@media (max-width: 599px) {
    .title-01 {
        font-size: 22px;
    }

    .title-01::after {
        width: 70px;
    }

    .title-02 {
        font-size: 20px;
    }

    .title-03.-large {
        font-size: 20px;
    }

    .title-04 {
        font-size: 28px;
    }

    .title-04.-mini {
        font-size: 20px;
    }

    .title-05 {
        font-size: 22px;
    }

    .title-06 {
        margin-bottom: 10px;
        font-size: 16px;
    }

    [class*="title"].-mb-large\@sp {
        margin-bottom: 80px;
    }

    [class*="title"].-mb-medium\@sp {
        margin-bottom: 50px;
    }

    [class*="title"].-mb-small\@sp {
        margin-bottom: 30px;
    }

    [class*="title"].-mb-exsmall\@sp {
        margin-bottom: 10px;
    }

    [class*="title"].-mb-0\@sp {
        margin-bottom: 0;
    }

    [class*="title"].-left\@sp {
        text-align: left;
    }
}

/* list */
.list-flat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-flat>dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.list-flat>dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 30px;
}

.list-flat.-border {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 10px 5px;
    border-bottom: 1px solid #707070;
}

.list-flat.-fixed-width>dt {
    min-width: 20%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.list-flat.-fixed-width>dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.list-flat.-fixed-width-short dt {
    width: 25%;
}

.list-dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-dot>dt {
    min-width: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1em;
    position: relative;
}

.list-dot>dt::after {
    content: "：";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.list-dot>dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.list-indent {
    margin-left: 1em;
}

.list-indent li {
    text-indent: -1em;
}

.list-asterisk li {
    padding-left: 1.5em;
    position: relative;
}

.list-asterisk li::before {
    content: "※";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.list-caption-flip li a {
    display: block;
}

.list-caption-flip li a:hover {
    opacity: 1;
}

.list-caption-flip li .figure-inner {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;

    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.list-caption-flip li figcaption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.list-caption-flip li .caption-img {
    z-index: 2;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.list-caption-flip li .caption-sub {
    margin-top: 10px;
    font-size: 14px;
}

.list-caption-flip li figcaption {
    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;
    padding: 10px;
    border: 2px solid #232323;
    background-color: white;
}

.list-caption-flip li figure:hover .figure-inner,
.list-caption-flip li figure:hover figcaption {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.list-caption-cover li a {
    display: block;
}

.list-caption-cover li a:hover {
    opacity: 1;
}

.list-caption-cover li .figure-inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.list-caption-cover li figcaption {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    background-color: rgba(35, 35, 35, 0.5);
    opacity: 0;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 1;
}

.list-caption-cover li figcaption>* {
    color: white;
}

.list-caption-cover li .caption-sub {
    text-align: right;
}

.list-caption-cover li figure:hover figcaption {
    opacity: 1;
}

.list-caption-cover.-alternate figcaption {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
}

.list-caption-cover.-alternate .caption-title {
    font-size: 20px;
    letter-spacing: 2px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.list-caption-cover.-alternate figure:hover figcaption {
    background-color: transparent;
}

.list-caption-cover.-alternate figure:hover figcaption .caption-title {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.list-instagram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-instagram>li {
    width: calc((100% - 20px) / 5);
    margin: 2px;
}

.list-instagram>li figcaption {
    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;
    padding: 10px;
    background-color: rgba(35, 35, 35, 0.5);
    opacity: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    top: 0;
    left: 0;
}

.list-instagram>li figure {
    width: 100%;
    height: 100%;
    position: relative;
}

.list-instagram>li figure:hover figcaption {
    opacity: 1;
}

.list-instagram-info {
    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: white;
}

.list-instagram-info .insta_like::before {
    content: "\f004";
    display: inline-block;
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    line-height: 1;
}

.list-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list-point li {
    width: 30%;
    margin: 5px;
    padding: 20px 15px;
    letter-spacing: 2px;
    text-align: center;
    border: 1px solid #707070;
    border-radius: 3px;
    background-color: white;
}

.list-serial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-serial li {
    width: 48%;
    margin: 30px 1% 1%;
    padding: 30px;
    background-color: #f5f5f5;
    position: relative;
}

.list-serial li.w100\% {
    width: 100%;
}

.list-serial li .num {
    font-size: 36px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 0;
    left: 10px;
}

.list-tablelike {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #eee;
}

.list-tablelike+.list-tablelike {
    border-top: 1px solid white;
}

.list-tablelike>dt,
.list-tablelike>dd {
    padding: 15px 10px;
}

.list-tablelike>dt {
    width: 20%;
    font-weight: bold;
    background-color: #eee;
}

.list-tablelike dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 1024px) {
    .list-flat>dd {
        margin-left: 15px;
    }

    .list-flat.-fixed-width>dt {
        width: 100%;
        margin-bottom: 5px;
    }

    .list-flat.-fixed-width-short dt {
        width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .list-caption-flip li .caption-title {
        font-size: 14px;
    }

    .list-caption-flip li .caption-sub {
        margin-top: 5px;
        font-size: 12px;
    }

    .list-caption-flip li figcaption {
        padding: 5px;
    }

    .list-caption-cover.-alternate .caption-title {
        font-size: 18px;
    }

    .list-instagram-info li {
        font-size: 14px;
    }

    .list-point li {
        width: 30%;
        margin: 3px;
        padding: 15px 10px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .list-recruit li a {
        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;
    }

    .list-recruit li a .img {
        width: 35%;
    }

    .list-recruit li a .item {
        width: 60%;
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .list-tablelike>dt,
    .list-tablelike>dd {
        padding: 10px;
    }

    .list-tablelike>dt {
        width: 30%;
    }
}

@media (max-width: 599px) {
    .list-flat>dd {
        margin-left: 10px;
    }

    .list-instagram>li {
        width: calc((100% - 6px) / 3);
        margin: 1px;
    }

    .list-instagram>li:last-of-type {
        display: none;
    }

    .list-instagram-info li {
        font-size: 12px;
    }

    .list-point li {
        width: calc((100% - 8px) / 2);
        margin: 2px;
        padding: 10px;
    }

    .list-serial li {
        width: 100%;
        padding: 30px 20px;
    }

    .list-serial li .num {
        font-size: 30px;
        left: 10px;
    }

    .list-tablelike+.list-tablelike {
        margin-top: 5px;
        border-top: 1px solid #eee;
    }

    .list-tablelike>dt,
    .list-tablelike>dd {
        padding: 10px 5px;
    }

    .list-tablelike>dt {
        width: 100%;
    }
}

/* button */
.btn {
    width: 150px;
    max-width: 90%;
    height: 40px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
}

.btn a,
.btn button {
    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;
    padding: 5px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: white;
    border: 2px solid #232323;
    background-color: #232323;
}

.btn a:hover,
.btn button:hover {
    color: #232323;
    background-color: white;
    opacity: 1;
}

.btn.-white a,
.btn.-white button {
    color: #232323;
    background-color: white;
}

.btn.-white a:hover,
.btn.-white button:hover {
    color: white;
    background-color: #232323;
}

.btn.-small {
    width: 120px;
    height: 30px;
}

.btn.-small a,
.btn.-small button {
    font-size: 14px;
}

.btn.-medium {
    width: 150px;
    height: 40px;
}

.btn.-medium a,
.btn.-medium button {
    font-size: 14px;
}

.btn.-large {
    width: 200px;
    height: 50px;
}

.btn.-large a,
.btn.-large button {
    font-size: 18px;
}

.btn.-exlarge {
    width: 250px;
    height: 60px;
}

.btn.-exlarge a,
.btn.-exlarge button {
    font-size: 20px;
}

.btn.-mt-0 {
    margin-top: 0;
}

.btn.-mt-exsmall {
    margin-top: 10px;
}

.btn.-mt-small {
    margin-top: 30px;
}

.btn.-mt-medium {
    margin-top: 50px;
}

.btn.-mt-large {
    margin-top: 80px;
}

.btn.-left {
    margin-left: 0;
    margin-right: auto;
}

.btn.-right {
    margin-left: auto;
    margin-right: 0;
}

@media (max-width: 1024px) {
    .btn.-small,
    .btn.-small\@tb {
        width: 120px;
        height: 30px;
    }

    .btn.-small a,
    .btn.-small button,
    .btn.-small\@tb a,
    .btn.-small\@tb button {
        font-size: 14px;
    }

    .btn.-medium,
    .btn.-medium\@tb {
        width: 150px;
        height: 40px;
    }

    .btn.-medium a,
    .btn.-medium button,
    .btn.-medium\@tb a,
    .btn.-medium\@tb button {
        font-size: 14px;
    }

    .btn.-large,
    .btn.-large\@tb {
        height: 45px;
    }

    .btn.-large a,
    .btn.-large button,
    .btn.-large\@tb a,
    .btn.-large\@tb button {
        font-size: 16px;
    }

    .btn.-exlarge,
    .btn.-exlarge\@tb {
        height: 55px;
    }

    .btn.-exlarge a,
    .btn.-exlarge button,
    .btn.-exlarge\@tb a,
    .btn.-exlarge\@tb button {
        font-size: 18px;
    }

    .btn.-mt-0\@tb {
        margin-top: 0;
    }

    .btn.-mt-small\@tb {
        margin-top: 30px;
    }

    .btn.-mt-medium\@tb {
        margin-top: 50px;
    }

    .btn.-mt-large\@tb {
        margin-top: 80px;
    }

    .btn.-left\@tb {
        margin-left: 0;
    }

    .btn.-right\@tb {
        margin-left: auto;
        margin-right: 0;
    }
}

@media (max-width: 599px) {
    .btn.-small,
    .btn.-small\@sp {
        width: 120px;
        height: 30px;
    }

    .btn.-small a,
    .btn.-small button,
    .btn.-small\@sp a,
    .btn.-small\@sp button {
        font-size: 14px;
    }

    .btn.-medium,
    .btn.-medium\@sp {
        width: 150px;
        height: 40px;
    }

    .btn.-medium a,
    .btn.-medium button,
    .btn.-medium\@sp a,
    .btn.-medium\@sp button {
        font-size: 14px;
    }

    .btn.-large,
    .btn.-large\@sp {
        height: 45px;
    }

    .btn.-large a,
    .btn.-large button,
    .btn.-large\@sp a,
    .btn.-large\@sp button {
        font-size: 16px;
    }

    .btn.-exlarge,
    .btn.-exlarge\@sp {
        height: 55px;
    }

    .btn.-exlarge a,
    .btn.-exlarge button,
    .btn.-exlarge\@sp a,
    .btn.-exlarge\@sp button {
        font-size: 18px;
    }

    .btn.-mt-0\@sp {
        margin-top: 0;
    }

    .btn.-mt-small\@sp {
        margin-top: 30px;
    }

    .btn.-mt-medium\@sp {
        margin-top: 50px;
    }

    .btn.-mt-large\@sp {
        margin-top: 80px;
    }

    .btn.-left\@sp {
        margin-left: 0;
        margin-right: auto;
    }

    .btn.-right\@sp {
        margin-left: auto;
        margin-right: 0;
    }
}

/* header */
header {
    width: 100%;
    margin: auto;
    padding: 10px 5%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;

    mix-blend-mode: exclusion;
}

.header-address {
    width: 1200px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    font-size: 10px;
    color: white;
    white-space: nowrap;
}

.header-address .header-address {
    margin-left: 10px;
}

.header-inner {
    width: 100%;
    max-width: 1200px;
    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;
    margin: auto;
}

.logo-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header-inner>*+* {
    margin-left: 15px;
}

.header-btn {
    width: auto;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0;
}

.header-btn .btn.-web {
    margin-top: 0;
}

.header-btn .btn.-web a {
    color: black;
    border: 2px solid white;
    background-color: white;
}

.header-btn .btn.-web a:hover {
    color: white;
    background-color: black;
}

.header-btn>*+* {
    margin-left: 10px;
}

.header-btn .tel {
    display: inline-block;
}

.header-btn .tel a {
    padding: 6px 5px;
    font-weight: bold;
    color: black;
    border: 2px solid white;
    background-color: white;
}

.header-btn .tel a:hover {
    color: white;
    background-color: black;
}

.type-b .tel a,
.type-b .btn-sns a,
.type-b .btn.-web a {
    color: white;
    background-color: black;
}

.type-b .tel a:hover,
.type-b .btn-sns a:hover,
.type-b .btn.-web a:hover {
    color: black;
    background-color: white;
}

div:not(.index) header {
    position: relative;
}

.ie11 .header-address {
    color: gray;
}

.ie11 .nav-list li a {
    color: gray;
}

@media (max-width: 1024px) {
    div:not(.index) header {
        position: fixed !important;
    }

    header {
        width: 70%;
        height: 100%;
        padding: 10px 10px 30px;
        background-color: rgba(0, 0, 0, 0.8);
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
        left: auto;
        right: 0;

        mix-blend-mode: unset;
    }

    .header-inner {
        width: 100%;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header-inner>*+* {
        width: 100%;
        margin-left: 0;
    }

    .header-inner .btn {
        max-width: 370px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header-btn .tel a {
        padding: 10px;
    }

    .header-btn .tel,
    .header-btn .btn.-web {
        height: 45px;
        min-height: 45px;
    }

    .active header {
        -webkit-box-shadow: -2px 0px 15px -5px #000;
        box-shadow: -2px 0px 15px -5px #000;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media (max-width: 599px) {
    header {
        width: 80%;
    }
}

/* nav */
.sp-only {
    display: none;
}

.nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nav-list li a {
    color: white;
    white-space: nowrap;
}

.nav-list li+li {
    margin-left: 25px;
}

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

    nav {
        height: 10%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 10px 0;
        padding: 10px;
    }

    .nav-list {
        height: 100%;
        display: block;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .nav-list li a {
        display: inline-block;
        padding: 10px;
        font-size: 16px;
    }

    .nav-list li+li {
        margin-top: 5px;
        margin-left: 0;
    }
}

@media (max-width: 599px) {
    nav {
        padding: 5px;
    }

    .nav-list li a {
        padding: 5px;
    }
}

/* footer */
.footer-middle {
    padding: 30px;
}

.footer-middle .logo {
    margin-left: auto;
    margin-right: auto;
}

.footer-bottom {
    padding: 50px 0;
    background-color: #474747;
}

.footer-nav-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.footer-nav-list li {
    text-align: center;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.footer-nav-list li a {
    color: #9b9b9b;
    letter-spacing: 2px;
}

.footer-nav-list li+li {
    margin-top: 10px;
}

.copy {
    padding: 10px;
    font-size: 12px;
    color: #9b9b9b;
    text-align: center;
    background-color: #232323;
}

@media (max-width: 599px) {
    .footer-nav-list {
        padding: 0 5%;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .footer-nav-list li {
        text-align: left;
    }

    .copy {
        padding-bottom: 20px;
        font-size: 10px;
    }
}

/* main visual */
.lower-img {
    width: 100%;
    display: block;
    position: relative;
}

.lower-img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    position: absolute;
    top: 0;
    left: 0;
}

.lower-img::after {
    content: "";
    display: block;
    padding-top: 13%;
}

@media (max-width: 1024px) {
    .visual-top {
        position: relative;
    }

    .visual-top .logo-img {
        width: 20%;
        display: inline-block;
        margin: auto;
        text-align: center;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        z-index: 1;

        mix-blend-mode: exclusion;
    }

    .lower-img::after {
        padding-top: 20%;
    }
}

@media (max-width: 599px) {
    .visual-top .logo-img {
        width: 30%;
    }

    .lower-img::after {
        padding-top: 40%;
    }
}

/* parts */
.box-logo {
    max-width: 300px;
    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;
    margin-left: auto;
    margin-right: auto;
}

.box-grid {
    display: -ms-grid;
    display: grid;

    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 20px 0.5fr 20px 0.5fr;
    grid-template-rows: 1fr 0.5fr 0.5fr;
    gap: 20px 20px;
    grid-template-areas: "box-grid-item_01 box-grid-item_01""box-grid-item_02 box-grid-item_03""box-grid-item_02 box-grid-item_04";
}

.box-grid-item_01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: box-grid-item_01;
}

.box-grid-item_02 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    grid-area: box-grid-item_02;
}

.box-grid-item_03 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: box-grid-item_03;
}

.box-grid-item_04 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    grid-area: box-grid-item_04;
}

.box-grid_02 {
    display: -ms-grid;
    display: grid;

    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 0.8fr 15px 0.8fr 15px 0.8fr 15px 0.8fr;
    grid-template-rows: 0.8fr 0.8fr 0.8fr 0.8fr;
    gap: 15px 15px;
    grid-template-areas: "box-grid_02-item_01 box-grid_02-item_01 box-grid_02-item_02""box-grid_02-item_01 box-grid_02-item_01 box-grid_02-item_03""box-grid_02-item_05 box-grid_02-item_04 box-grid_02-item_04""box-grid_02-item_06 box-grid_02-item_04 box-grid_02-item_04";
}

.box-grid_02-item_01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: box-grid_02-item_01;
}

.box-grid_02-item_02 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: box-grid_02-item_02;
}

.box-grid_02-item_03 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    grid-area: box-grid_02-item_03;
}

.box-grid_02-item_04 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: box-grid_02-item_04;
}

.box-grid_02-item_05 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: box-grid_02-item_05;
}

.box-grid_02-item_06 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    grid-area: box-grid_02-item_06;
}

.box-border {
    padding: 30px;
    border: 1px solid #232323;
}

.line-vertical::after {
    content: "";
    width: 1px;
    height: 100px;
    display: block;
    margin: 50px auto;
    border-left: 1px solid #000;
}

.dot-item {
    padding: 15px 5px;
}

.dot-item+.dot-item {
    border-top: 1px dotted #232323;
}

.parts-01 {
    padding: 80px 50px;
}

.balloon {
    padding: 50px;
    font-size: 20px;
    line-height: 2;
    border-radius: 20px;
    background-color: white;
}

.btn-sns a {
    width: auto;
    height: auto;
    padding: 0 1px;
    font-size: 35px;
    line-height: 1;
    border: none;
    border-radius: 10px;
    background-color: transparent;
}

@media (max-width: 1024px) {
    .box-grid {
        gap: 10px 10px;
    }

    .box-grid_02 {
        gap: 10px 10px;
    }

    .line-vertical::after {
        height: 80px;
        margin: 40px auto;
    }

    .parts-01 {
        padding: 50px 30px;
    }

    .balloon {
        padding: 30px 20px;
        font-size: 16px;
        border-radius: 15px;
    }
}

@media (max-width: 599px) {
    .box-grid {
        gap: 5px 5px;
    }

    .box-grid_02 {
        gap: 5px 5px;
    }

    .line-vertical::after {
        height: 60px;
        margin: 30px auto;
    }

    .parts-01 {
        padding: 30px 15px;
    }

    .balloon {
        padding: 30px 15px;
    }
}

/* custom contents */
.two-line,
.three-line {
    display: block;
}

.date {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: bold;
    font-size: 12px;
    color: #9b9b9b;
}

.category span {
    display: inline-block;
    padding: 2px 15px;
    font-size: 14px;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #232323;
}

.category span+span {
    margin-left: 2px;
}

.cc-title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
}

.cc-title.-detail {
    margin-bottom: 20px;
    font-size: 24px;
}

.list-cc-blog .cc-img a {
    height: 100%;
}

.list-cc-blog .cc-cont {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0;
}

.list-thumbs li.active-img [class^="up-ofi"] {
    outline: 2px solid #232323;
}

.list-staff-sns-box {
    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;
}

.list-staff-sns-box li+li {
    margin-left: 30px;
}

.list-staff-sns-box li .btn {
    max-width: 100%;
    margin: 0;
}

.side-list {
    padding-left: 1em;
}

.side-list li a {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.recommend {
    margin-top: 80px;
}

.staff-info {
    margin-bottom: 50px;
    padding: 30px 10px;
    border-bottom: 1px solid #232323;
}

.staff-info-position {
    color: #9b9b9b;
    letter-spacing: 2px;
}

.staff-info-name-ja {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    font-size: 26px;
    letter-spacing: 2px;
}

.staff-info-name-ja .btn-sns {
    margin-left: 10px;
}

.staff-info-name-en {
    color: #707070;
    letter-spacing: 1px;
}

@media (max-width: 1024px) {
    .date {
        font-size: 14px;
    }

    .category span {
        font-size: 14px;
    }

    .cc-title {
        font-size: 13px;
    }

    .cc-title.-detail {
        margin-bottom: 15px;
        font-size: 22px;
    }
}

@media (max-width: 599px) {
    .date {
        font-size: 12px;
    }

    .category span {
        font-size: 12px;
    }

    .cc-title.-detail {
        font-size: 20px;
    }
}

/* form */
@media (max-width: 1024px) {
    .menu .list-flat>dt {
        font-weight: bold;
    }
}


/* 見たまま編集 */
[data-element-id] .sp-only {
    display: block;
    border: 1px solid green;
}

[data-element-id] .sp-only::before {
    content: "スマホ時のみ表示";
    display: block;
    padding: 2px 5px;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
}

[data-element-id] header {
    background-color: rgba(211, 211, 211, 0.5);
    position: absolute;

    mix-blend-mode: unset;
}

[data-element-id] header::before {
    content: "見たまま編集画面と公開ページではヘッダーの配色が異なります。編集画面では見やすくするために色を変更しています。";
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding: 2px 5px;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #191970;
}

[data-element-id] .nav-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] .nav-list li {
    margin: 5px;
}

[data-element-id] .nav-list li a {
    color: black;
}

[data-element-id] .area-03 .list-caption-cover li figcaption {
    width: 80%;
    height: 50%;
    margin: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 0;
}

[data-element-id] .area-03 .list-caption-cover li figure:hover figcaption {
    background-color: rgba(35, 35, 35, 0.5);
}

[data-element-id] .list-staff-parent li:nth-of-type(n+6) {
    display: none;
}



/* 1021 */

/** Cardlink style - カードリンクのスタイル */
.cardlink {
    word-wrap: break-word;
    max-width: 100%;
    margin: 10px 0;
    padding: 12px;
    border: 1px solid #ddd;
    background: #fafafa;
}

.cardlink_thumbnail {
    margin-right: 20px;
    float: left;
}

.cardlink_content {
    line-height: 1.6;
}

.cardlink_timestamp {
    display: inline;
    margin: 0;
    padding: 0;
    color: #222;
    font-size: 12px;
    line-height: 1.6;
    vertical-align: top;
}

.cardlink_title {
    margin: 0 0 5px;
    font-size: 14px;
}

.cardlink_title a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.cardlink_title a:hover {
    text-decoration: underline;
}

.cardlink_excerpt {
    overflow: hidden;
    color: #333;
    font-size: 12px;
    line-height: 1.8;
}

.cardlink_footer {
    clear: both;
}

.clear {
    clear: both;
}

@media screen and (max-width: 767px) {
    .cardlink_thumbnail {
        float: none;
    }

    .cardlink_timestamp {
        line-height: 2.4;
        vertical-align: middle;
    }

    .cardlink_excerpt {
        float: none;
    }
}

.p-entry__body a {
    color: #ef457b;
}

/** button - CSSボタンのスタイル  */
.q_button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 200px;
    max-width: 90%;
    margin: 0;
    padding: .6em 1.3em .5em;
    background-color: #535353;
    color: #fff !important;
    font-size: 100%;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    vertical-align: middle;
}

.q_button:hover, .q_button:focus {
    background-color: #7d7d7d;
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) inset;
}

/* Button option */
.rounded {
    border-radius: 6px;
}

.pill {
    border-radius: 50px;
}

.sz_full {
    display: block;
    min-width: 100px;
    max-width: 100%;
    padding: 1em 1.5em .9em;
    font-size: 110%;
}

.sz_l {
    min-width: 350px;
    max-width: 90%;
    padding: .8em 1.5em .7em;
    font-size: 110%;
}

@media screen and (max-width: 767px) {
    .sz_l {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }
}

.sz_s {
    min-width: 100px;
    max-width: 90%;
    padding: .4em 1em .3em;
    font-size: 85%;
}

.bt_red {
    background: #c01f0e;
    color: #fff;
}

.bt_red:hover, .bt_red:focus {
    background-color: #d33929;
    color: #fff;
}

.bt_yellow {
    background: #f1c40f;
    color: #fff;
}

.bt_yellow:hover, .bt_yellow:focus {
    background-color: #f9d441;
    color: #fff;
}

.bt_blue {
    background: #2980b9;
    color: #fff;
}

.bt_blue:hover, .bt_blue:focus {
    background-color: #3a91c9;
    color: #fff;
}

.bt_green {
    background: #27ae60;
    color: #fff;
}

.bt_green:hover, .bt_green:focus {
    background-color: #39c574;
    color: #fff;
}

.p-entry__body p {
    margin-bottom: 33px;
    font-size: 14px;
    line-height: 2.2;
}
