*,:after,:before {
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0
}

body,html {
    height: 100%
}

body {
    -webkit-font-smoothing: antialiased
}

canvas,img,picture,svg,video {
    display: block;
    max-width: 100%
}

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

h1,h2,h3,h4,h5,h6,p {
    overflow-wrap: break-word
}

body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

main {
    display: block
}

li {
    list-style: none
}

h1,h2,h3,h4,h5,h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5
}

a {
    color: inherit;
    text-decoration: none
}

img {
    height: auto;
    vertical-align: middle;
    width: 100%
}

address {
    font-style: normal
}

sup {
    font-size: smaller;
    vertical-align: super
}

form {
    accent-color: #65944e
}

button,input,select,textarea {
    border-radius: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: none
}

input,select,textarea {
    background-color: #fff;
    border: none;
    padding: 14px 16px;
    width: 100%
}

input._half,select._half,textarea._half {
    width: 50%
}

input._auto,select._auto,textarea._auto {
    width: auto
}

input::placeholder,select::placeholder,textarea::placeholder {
    color: #b5b5b5
}

input:-webkit-autofill,select:-webkit-autofill,textarea:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=checkbox],input[type=radio] {
    cursor: pointer;
    width: auto
}

textarea {
    min-height: 80px;
    resize: vertical
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M24%2C24H0V0H24Z%22%20fill%3D%22none%22%20opacity%3D%220.87%22%2F%3E%3Cpath%20d%3D%22M15.88%2C9.29%2C12%2C13.17%2C8.12%2C9.29A1%2C1%2C0%2C0%2C0%2C6.71%2C10.7l4.59%2C4.59a1%2C1%2C0%2C0%2C0%2C1.41%2C0L17.3%2C10.7a1%2C1%2C0%2C0%2C0%2C0-1.41%2C1.017%2C1.017%2C0%2C0%2C0-1.42%2C0Z%22%2F%3E%3C%2Fsvg%3E") right 8px center/24px no-repeat;
    cursor: pointer;
    padding-right: 32px
}

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

[type=reset],[type=submit],button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    cursor: pointer
}

label {
    cursor: pointer
}

label.c-input-checkbox [type=checkbox],label.c-input-radio input[type=radio] {
    clip: rect(0 0 0 0);
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.c-checkbox,label.c-input-checkbox {
    display: inline-block;
    margin-right: 16px
}

label.c-input-checkbox {
    margin-bottom: 16px;
    position: relative
}

label.c-input-checkbox [type=checkbox]+span {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    position: relative
}

label.c-input-checkbox [type=checkbox]+span:before {
    content: "";
    display: block;
    height: 14px;
    margin-right: 10px;
    outline: 2px solid #111;
    width: 14px
}

label.c-input-checkbox [type=checkbox]:checked+span:before {
    background-color: #65944e;
    border: 2px solid #fff;
    outline: 2px solid #65944e
}

label.c-input-radio {
    display: inline-block;
    margin-bottom: 16px;
    margin-right: 20px;
    position: relative
}

label.c-input-radio input[type=radio]+span {
    align-items: center;
    background-color: #f1f1f1;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 40px 10px 10px;
    position: relative
}

label.c-input-radio input[type=radio]:checked+span {
    background-color: rgba(101,148,78,.1)
}

label.c-input-radio input[type=radio]+span:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 16px;
    margin-right: 10px;
    outline: 2px solid #111;
    width: 16px
}

label.c-input-radio input[type=radio]:checked+span:before {
    background-color: #65944e;
    border: 3px solid #fff;
    outline: 2px solid #65944e
}

.js-pickadate-trigger {
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224px%22%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M17%2012h-5v5h5v-5zM16%201v2H8V1H6v2H5c-1.11%200-1.99.9-1.99%202L3%2019c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2h-1V1h-2zm3%2018H5V8h14v11z%22%2F%3E%3C%2Fsvg%3E") right 16px center/24px no-repeat;
    padding-right: 40px
}

body {
    color: #111;
    font-family: "futura-pt",sans-serif;
    font-size: 16px;
    line-height: 1.7
}

.inner_l {
    margin-left: auto;
    margin-right: auto;
    max-width: 1160px;
    padding-left: 40px;
    padding-right: 40px
}

@media screen and (max-width: 768px) {
    .inner_l {
        padding-left:20px;
        padding-right: 20px
    }
}

.inner_l.is-small {
    max-width: 768px
}

.inner_l.is-medium {
    max-width: 928px
}

.info_l-2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.info_l-2col_col {
    width: 48%
}

@media screen and (max-width: 1080px) {
    .info_l-2col_col {
        width:100%
    }

    .info_l-2col_col+* {
        margin-top: 80px
    }
}

.info_l-2col_all-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.info_l-2col_post {
    border-top: 1px solid #f1f1f1;
    margin-top: 12px;
}

.info_l-2col_post>*+* {
    margin-top: 16px
}

.grid_l-2col {
    display: grid;
    gap: 60px 40px;
    grid-template-columns: repeat(2,1fr)
}

@media screen and (max-width: 640px) {
    .grid_l-2col {
        gap:50px;
        grid-template-columns: repeat(1,1fr)
    }
}

.grid_l-3col {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3,1fr)
}

@media screen and (max-width: 768px) {
    .grid_l-3col {
        gap:60px 40px;
        grid-template-columns: repeat(2,1fr)
    }
}

@media screen and (max-width: 640px) {
    .grid_l-3col {
        gap:50px;
        grid-template-columns: repeat(1,1fr)
    }
}

.grid_l-4col {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4,1fr)
}

@media screen and (max-width: 768px) {
    .grid_l-4col {
        gap:20px 20px;
        grid-template-columns: repeat(2,1fr)
    }
}

@media screen and (max-width: 640px) {
    .grid_l-4col {
        gap:10px;
        grid-template-columns: repeat(2,1fr)
    }
}

.section_l {
    padding-bottom: 50px;
    padding-top: 50px
}

.section_l_body {
    margin-top: 40px
}

.page_l_breadcrumb {
    padding: 20px 0
}

.page_l_body {
    margin-bottom: 40px;
}

.index_l_section {
    padding-bottom: 50px;
    padding-top: 50px
}

.index_l_body {
    margin-top: 40px
}

.index_l_title {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 20px;
}

.index_l_about-section {
    background-attachment: fixed;
    background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(../img/bg.jpg) ;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-bottom: 80px;
}    

@media screen and (max-width: 768px) {
    .index_l_about-section {
        background-attachment:scroll
    }
}

.index_l_book-slider-section {
    background-color: #f5f5f5
}

.index_l_lineup-section,.index_l_voice-section{
background-image: url(../img/lineup-bg.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.index_l_voice-section {
    /* background-color: #f5f5f5; */
}

.c-hamburger-menu {
    height: 40px;
    outline: none;
    position: relative;
    width: 40px
}

.c-hamburger-menu span,.c-hamburger-menu:after,.c-hamburger-menu:before {
    background-color: #111;
    content: "";
    display: block;
    height: 2px;
    inset: 0;
    margin: auto;
    position: absolute;
    transition: opacity .2s,transform .2s;
    transition: background-color .2s;
    width: 60%
}

.c-hamburger-menu[aria-expanded=true] span {
    opacity: 0;
    transform: translateX(20px)
}

.c-hamburger-menu:before {
    transform: translateY(-8px)
}

.c-hamburger-menu[aria-expanded=true]:before {
    transform: rotate(45deg)
}

.c-hamburger-menu:after {
    transform: translateY(8px)
}

.c-hamburger-menu[aria-expanded=true]:after {
    transform: rotate(-45deg)
}

.c-breadcrumb {
    height: 24px;
    overflow: hidden
}

.c-breadcrumb ol {
    align-items: flex-start;
    display: flex;
    height: 40px;
    overflow-x: auto;
    white-space: nowrap
}

.c-breadcrumb ol li {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    font-size: 14px
}

@media screen and (max-width: 768px) {
    .c-breadcrumb ol li {
        font-size:13px
    }
}

.c-breadcrumb ol li:not(:first-of-type):before {
    background: url(../img/arrow-right.svg) no-repeat 50% 50%;
    background-size: 16px 16px;
    content: "";
    display: inline-block;
    height: 16px;
    margin: 0 5px;
    width: 16px
}

.c-breadcrumb ol li a {
    transition: opacity .2s
}

.c-breadcrumb ol li a:hover {
    opacity: .7
}

.c-pagination .nav-links {
    align-items: center;
    display: flex;
    justify-content: center
}

.c-pagination .nav-links a,.c-pagination .nav-links span {
    align-items: center;
    border: 1px solid #111;
    border-radius: 2px;
    color: #111;
    display: flex;
    font-family: Oswald,sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    margin: 0 4px;
    transition: opacity .2s;
    width: 48px
}

.c-pagination .nav-links a.current,.c-pagination .nav-links span.current {
    background-color: #111;
    color: #fff;
    font-weight: 700
}

.c-pagination .nav-links a.next,.c-pagination .nav-links a.prev,.c-pagination .nav-links span.next,.c-pagination .nav-links span.prev {
    position: relative
}

.c-pagination .nav-links a.next:before,.c-pagination .nav-links a.prev:before,.c-pagination .nav-links span.next:before,.c-pagination .nav-links span.prev:before {
    content: "";
    display: block
}

.c-pagination .nav-links a.next:before,.c-pagination .nav-links span.next:before {
    background: url(../img/arrow-right.svg) no-repeat 50% 50%;
    background-size: 24px 24px;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 24px
}

.c-pagination .nav-links a.prev:before,.c-pagination .nav-links span.prev:before {
    background: url(../img/arrow-right.svg) no-repeat 50% 50%;
    background-size: 24px 24px;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%) rotate(180deg);
    width: 24px
}

.c-pagination .nav-links a:hover {
    opacity: .5
}

.c-btn,.c-btn--border,.c-btn--ghost,.c-btn--white {
    background: #111 url(../img/arrow-right-white.svg) right 4px center/24px no-repeat;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-weight: 700;
    max-width: 336px;
    padding: 16px 20px;
    position: relative;
    text-align: center;
    transition: opacity .2s;
    width: 100%
}

@media screen and (max-width: 768px) {
    .c-btn,.c-btn--border,.c-btn--ghost,.c-btn--white {
        font-size:15px
    }
}

.c-btn--border:hover,.c-btn--ghost:hover,.c-btn--white:hover,.c-btn:hover {
    opacity: .9
}

.c-btn--white {
    background: #fff url(../img/arrow-right.svg) right 4px center/24px no-repeat;
    color: #111
}

.c-btn--ghost {
    background: hsla(0,0%,100%,.2) url(../img/arrow-right-white.svg) right 4px center/24px no-repeat;
    border: 2px solid #fff
}

.c-btn--border {
    background: #fff url(../img/arrow-right.svg) right 4px center/24px no-repeat;
    border: 1px solid #111;
    color: #111
}

.c-small-link {
    color: #111;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding-right: 17px;
    position: relative;
    transition: opacity .2s
}

@media screen and (max-width: 768px) {
    .c-small-link {
        font-size:13px;
        padding-right: 24px
    }
}

.c-small-link:hover {
    opacity: .9
}

.c-small-link:hover:before {
    transform: translateX(2px)
}

.c-small-link:before {
    /* background-size: 24px 24px; */
    /* content: ""; */
    display: block;
    height: 43px;
    inset: 0 auto;
    margin: auto;
    position: absolute;
    right: 0;
    transition: transform .2s;
    /* width: 24px; */
    content: '»';
    font-size: 22px;
}

@media screen and (max-width: 768px) {
    .c-small-link:before {
        background-size:16px;
        height: 42px;
        width: 16px
    }
}

.c-prev-next-link {
    display: flex;
    justify-content: center
}

.c-prev-next-link>*+* {
    margin-left: 80px
}

.c-prev-next-link_next,.c-prev-next-link_prev {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    transition: opacity .2s
}

.c-prev-next-link_next:hover,.c-prev-next-link_prev:hover {
    opacity: .8
}

.c-prev-next-link_next:before,.c-prev-next-link_prev:before {
    background: url(../img/circle-arrow.svg) no-repeat 50% 50%;
    background-size: 24px 24px;
    content: "";
    display: block;
    height: 24px;
    inset: 0 auto;
    position: absolute;
    width: 24px
}

.c-prev-next-link_prev {
    padding-left: 40px
}

.c-prev-next-link_prev:before {
    left: 0;
    transform: rotate(180deg)
}

.c-prev-next-link_next {
    padding-right: 40px
}

.c-prev-next-link_next:before {
    right: 0
}

.c-fixed-btn {
    align-items: center;
    background-color: #111;
    border-radius: 100vmax;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    height: 164px;
    justify-content: center;
    position: fixed;
    right: 20px;
    transition: opacity .2s;
    width: 164px
}

@media screen and (max-width: 768px) {
    .c-fixed-btn {
        bottom:44px;
        height: 100px;
        right: 12px;
        width: 100px
    }
}

.c-fixed-btn:hover {
    opacity: .9
}

.c-fixed-btn img {
    width: 32px
}

@media screen and (max-width: 768px) {
    .c-fixed-btn img {
        width:20px
    }
}

.c-fixed-btn span {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 8px;
    text-align: center
}

@media screen and (max-width: 768px) {
    .c-fixed-btn span {
        font-size:13px;
        margin-top: 4px
    }
}

.c-link-list {
    display: flex;
    justify-content: center
}

@media screen and (max-width: 1080px) {
    .c-link-list {
        flex-wrap:wrap;
        justify-content: space-between
    }
}

.c-link-list_item {
    width: 22%
}

@media screen and (max-width: 1080px) {
    .c-link-list_item {
        width:48%
    }

    .c-link-list_item:not(:nth-of-type(-n+2)) {
        margin-top: 20px
    }
}

@media screen and (max-width: 640px) {
    .c-link-list_item {
        margin-top:20px;
        width: 100%
    }
}

.c-link-list_item+* {
    margin-left: 4%
}

@media screen and (max-width: 1080px) {
    .c-link-list_item+* {
        margin-left:0
    }
}

.c-link-list_link {
    align-items: center;
    border-bottom: 2px solid #111;
    display: flex;
    justify-content: space-between;
    min-height: 74px;
    padding: 12px 0;
    transition: opacity .2s
}

.c-link-list_link:hover {
    opacity: .7
}

@media screen and (max-width: 640px) {
    .c-link-list_link {
        min-height:auto
    }
}

.c-link-list_link span {
    font-weight: 700;
    line-height: 1.5
}

@media screen and (max-width: 1080px) {
    .c-link-list_link span br {
        display:none
    }
}

@media screen and (max-width: 640px) {
    .c-link-list_link span {
        font-size:14px
    }
}

.c-link-list_link img {
    width: 24px
}

.c-banner-list {
    display: flex;
    justify-content: center
}

.c-banner-list_item {
    margin: 0 2%;
    position: relative;
    transition: opacity .2s;
    width: 40%
}

@media screen and (max-width: 768px) {
    .c-banner-list_item {
        margin:0;
        width: 100%
    }

    .c-banner-list_item+* {
        margin-top: 40px
    }
}

.c-banner-list_item:hover {
    opacity: .7
}

.c-banner-list_link {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 40px;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 768px) {
    .c-banner-list_link {
        padding:50px 20px
    }
}

.c-banner-list_link:before {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: rotate(135deg);
    width: 12px
}

.c-banner-list_caption {
    font-size: 13px;
    font-weight: 700;
    opacity: .8
}

@media screen and (max-width: 768px) {
    .c-banner-list_caption {
        font-size:12px
    }
}

.c-banner-list_title {
    font-size: 21px;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .c-banner-list_title {
        font-size:18px
    }
}

.c-banner-list_bg,.c-banner-list_bg:before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-banner-list_bg:before {
    background-color: hsla(0,0%,7%,.4);
    content: "";
    display: block;
    z-index: 1
}

.c-banner-list_bg img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.c-google-map iframe {
    margin-top: 40px;
    aspect-ratio: 5/2;
    height: 100%!important;
    width: 100%!important
}

.c-google-map-link {
    display: flex;
    justify-content: flex-end;
}

.c-map-link {
    color: #111;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding-right: 17px;
    position: relative;
    transition: opacity .2s;
}

.c-map-link:before {
    display: block;
    height: 43px;
    inset: 0 auto;
    margin: auto;
    position: absolute;
    right: 0;
    transition: transform .2s;
    content: '»';
    font-size: 22px;
}

.c-map-link:hover {
    opacity: .9;
}

.c-map-link:hover:before {
    transform: translateX(2px);
}

.section_l_map {
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .c-google-map iframe {
        aspect-ratio:2/1
    }
}

@media screen and (max-width: 640px) {
    .c-google-map iframe {
        aspect-ratio:1/1
    }
}


.c-heading,.c-heading--white {
    display: flex;
    flex-direction: column;
    text-align: center
}

.c-heading--white {
    color: #fff
}

.c-heading_title {
    font-family: "futura-pt", sans-serif;
    font-size: 60px;
    font-weight: 700;
}

.c-heading_title::before {
	content: attr(data-en);
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(99 71 0 / 13%);
    font-size: 70px;
    font-style: italic;
}

.c-heading--white .c-heading_title::before {
	content: attr(data-en);
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(255 255 255 / 30%);
    font-size: 70px;
    font-style: italic;
}

@media screen and (max-width: 1080px) {
    .c-heading_title {
        font-size:55px
    }
}

@media screen and (max-width: 768px) {
    .c-heading_title {
        font-size:40px
    }

    .c-heading_title::before {
        font-size: 65px;
        width: 100%;
    }
    
    .c-heading--white .c-heading_title::before {
        font-size: 65px;
    }
}

.c-heading_label {
    font-size: 20px;
    font-weight: 700
}

@media screen and (max-width: 1080px) {
    .c-heading_label {
        font-size:18px
    }
}

@media screen and (max-width: 768px) {
    .c-heading_label {
        font-size:16px
    }
}

.c-heading_post {
    font-family: "futura-pt",sans-serif;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    padding-top: 5px;
    line-height: 1.35;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .c-heading_post {
        font-size:22px
    }
}

.post-date {
    font-size: 12px;
    text-align: right;
    margin: 5px 0 0 0;
    color: #888;
}

.c-caption {
    display: block;
    font-size: 12px
}

.c-gray-box {
    background-color: #f1f1f1;
    font-size: 16px;
    padding: 32px
}

@media screen and (max-width: 768px) {
    .c-gray-box {
        font-size:14px;
        padding: 20px
    }
}

.c-border-box {
    border: 1px solid #111;
    font-size: 16px;
    padding: 40px
}

@media screen and (max-width: 768px) {
    .c-border-box {
        font-size:14px;
        padding: 20px
    }
}

.c-thumb-max-limit {
    background-color: #f1f1f1
}

.c-thumb-max-limit img {
    margin: auto;
    max-width: 700px;
    width: 100%
}

.c-category-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -16px
}

.c-category-list_link,.c-category-list_link--current {
    background-color: #fff;
    border: 1px solid #111;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em;
    margin-right: 16px;
    margin-top: 16px;
    padding: 10px 32px;
    transition: color .2s,background-color .2s
}

@media screen and (max-width: 768px) {
    .c-category-list_link,.c-category-list_link--current {
        font-size:14px;
        margin-right: 8px;
        margin-top: 8px;
        padding: 8px 24px
    }
}

.c-category-list_link--current,.c-category-list_link--current:hover,.c-category-list_link:hover {
    background-color: #111;
    color: #fff
}

.news-item {
    display: grid;
    gap: 15px;
}

.news-item article {
    border-bottom: solid 1px #b2b2b2;
    padding-bottom: 15px;
}

.c-news-item_link {
    display: flex;
    justify-content: space-between;
    transition: opacity .2s
}

.c-news-item_link:hover {
    opacity: .7
}

.c-news-item_content {
    display: flex;
    flex-direction: column;
    padding-left: 16px;
    width: 80%
}

.c-news-item_title {
    font-size: 20px;
    line-height: 28px;
}

@media screen and (max-width: 768px) {
    .c-news-item_title {
        font-size:15px
    }
}

.c-news-item_date {
    color: #686868;
    font-size: 18px;
    order: -1
}

@media screen and (max-width: 768px) {
    .c-news-item_date {
        font-size:13px
    }
}

.c-news-item_thumb {
    order: -1;
    width: 20%
}

@media screen and (max-width: 628px) {
    .c-news-item_thumb {
        width: 30%
    }
}

@media screen and (max-width: 428px) {
    .c-news-item_thumb {
        width: 30%
    }
}

.c-news-item_thumb img {
    aspect-ratio: 5/3;
    height: 120px;
    object-fit: cover;
    width: 100%
}

@media screen and (max-width: 628px) {
    .c-news-item_thumb img {
        height: 100px;
    }
}

@media screen and (max-width: 428px) {
    .c-news-item_thumb img {
        height: 90px;
    }
}

.c-news-item-compact_link {
    display: flex;
    justify-content: space-between;
    transition: opacity .2s
}

.c-news-item-compact_link:hover {
    opacity: .7
}

.c-news-item-compact_content {
    display: flex;
    flex-direction: column;
    padding-left: 16px;
    width: 70%
}

.c-news-item-compact_title {
    font-size: 16px;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .c-news-item-compact_title {
        font-size:14px
    }
}

.c-news-item-compact_date {
    color: #686868;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .c-news-item-compact_date {
        font-size:12px
    }
}

.c-news-item-compact_thumb {
    order: -1;
    width: 30%
}

.c-news-item-compact_thumb img {
    aspect-ratio: 5/3;
    height: 120px;
    object-fit: cover;
    width: 100%
}

.c-event-item_link {
    display: flex;
    flex-direction: column;
    transition: opacity .2s
}

.c-event-item_link:hover {
    opacity: .7
}

.c-event-item_content {
    margin-top: 16px
}

.c-event-item_title {
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .c-event-item_title {
        font-size:15px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
}

.c-event-item_meta {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px
}

@media screen and (max-width: 768px) {
    .c-event-item_meta {
        font-size:13px
    }
}

.c-event-item_meta p {
    display: flex;
    border-bottom: 1px solid #1A1A1A;
}

.c-event-item_meta p span:first-of-type {
    flex: 0 0 auto
}

.c-event-item_meta p span:last-of-type {
    width: 100%
}

.c-event-item_thumb {
    order: -1
}

.c-event-item_thumb img {
    aspect-ratio: 5/3;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.c-event-item-compact_link {
    display: flex;
    justify-content: space-between;
    transition: opacity .2s
}

.c-event-item-compact_link:hover {
    opacity: .7
}

.c-event-item-compact_content {
    padding-left: 16px;
    width: 70%
}

.c-event-item-compact_title {
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media screen and (max-width: 768px) {
    .c-event-item-compact_title {
        font-size:14px
    }
}

.c-event-item-compact_meta {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px
}

@media screen and (max-width: 768px) {
    .c-event-item-compact_meta {
        font-size:12px
    }
}

.c-event-item-compact_meta p {
    display: flex
}

.c-event-item-compact_meta p span:first-of-type {
    flex: 0 0 auto
}

.c-event-item-compact_meta p span:last-of-type {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.c-event-item-compact_thumb {
    order: -1;
    width: 30%
}

.c-event-item-compact_thumb img {
    aspect-ratio: 5/3;
    height: 120px;
    object-fit: cover;
    width: 100%
}

.c-works-item_header {
    display: block;
    position: relative;
    transition: opacity .2s
}

.c-works-item_header:hover {
    opacity: .8
}

.c-works-item_thumb img {
    aspect-ratio: 5/3;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.c-works-item_category {
    background-color: #111;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    left: 0;
    padding: 3px 16px;
    position: absolute;
    top: 0
}

.c-works-item_body {
    display: flex;
    flex-direction: column;
    margin-top: 8px
}

.c-works-item_title {
    font-size: 17px;
    font-weight: 700;
}

.c-works-item_title a {
    display: inline-block;
    transition: opacity .2s
}

.c-works-item_title a:hover {
    opacity: .8
}

.c-works-item_caption {
    color: #686868;
    font-size: 14px;
    order: -1
}

.c-voice-item_header {
    display: block;
    position: relative;
    transition: opacity .2s
}

.c-voice-item_header:hover {
    opacity: .8
}

.c-voice-item_thumb img {
    aspect-ratio: 5/3;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.c-voice-item_category {
    background-color: #111;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    left: 0;
    padding: 3px 16px;
    position: absolute;
    top: 0
}

.c-voice-item_body {
    display: flex;
    flex-direction: column;
    margin-top: 12px
}

.c-voice-item_title {
    font-size: 17px;
    font-weight: 700;
    margin-top: 4px
}

.c-voice-item_title a {
    display: inline-block;
    transition: opacity .2s
}

.c-voice-item_title a:hover {
    opacity: .8
}

.c-voice-item_desc {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: 14px;
    margin-top: 8px;
    overflow: hidden
}
.c-voice-item__category {
    background-color: #111;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    left: 0;
    padding: 3px 16px;
    position: absolute;
    top: 0;
}

@media screen and (max-width: 768px) {
    .c-works-item_title {
        font-size: 16px;
    }

    .c-works-item_caption {
        font-size: 13px;
    }

    .c-voice-item_title {
        font-size: 16px;
        margin-top: 0px;
    }
    
    .c-voice-item_desc {
        font-size: 13px;
    }
}

.c-voice-item_btn {
    margin-top: 16px
}

.c-staff-item_link {
    display: flex;
    flex-direction: column;
    transition: opacity .2s
}

.c-staff-item_link:hover {
    opacity: .7
}

.c-staff-item_content {
    display: flex;
    flex-direction: column;
}

.c-staff-item_title {
    font-size: 16px;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .c-staff-item_title {
        font-size:15px
    }
}

.c-staff-item_job {
    color: #686868;
    display: block;
    font-size: 12px;
    margin-top: 8px
}

.c-staff-item_date {
    color: #686868;
    font-size: 14px;
    order: -1
}

@media screen and (max-width: 768px) {
    .c-staff-item_date {
        font-size:13px
    }
}

.c-staff-item_thumb {
    order: -1;
    width: 100%
}

.c-staff-item_thumb img {
    aspect-ratio: 5/3;
    height: 100%;
    object-fit: cover;
    width: 100%
}

@media screen and (max-width: 768px) {
    .grid_l-3col {
        gap: 10px;
        grid-template-columns: repeat(2,1fr);
    }
    
    .c-staff-item_title {
        font-size: 14px;
    }

    .c-staff-item_job {
        font-size: 10px;
    }
    }

.c-estate-item_link {
    display: flex;
    flex-direction: column;
    transition: opacity .2s
}

.c-estate-item_link:hover {
    opacity: .7
}

.c-estate-item_content {
    display: flex;
    flex-direction: column;
    margin-top: 16px
}

.c-estate-item_title {
    color: #686868;
    font-size: 12px;
    font-weight: 400
}

.c-estate-item_price {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5
}

.c-estate-item_price span {
    display: inline-block;
    font-size: 14px;
    padding-left: 1px;
    transform: translateY(-1px)
}

.c-estate-item_thumb {
    order: -1;
    position: relative;
    width: 100%
}

.c-estate-item_thumb img {
    aspect-ratio: 5/3;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.c-estate-item_category {
    background-color: #111;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    left: 0;
    padding: 3px 16px;
    position: absolute;
    top: 0
}

.c-blog-item_link {
    display: flex;
    flex-direction: column;
    transition: opacity .2s
}

.c-blog-item_link:hover {
    opacity: .7
}

.c-blog-item_content {
    display: flex;
    flex-direction: column;
    margin-top: 16px
}

.c-blog-item_title {
    font-size: 16px;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .c-blog-item_title {
        font-size:15px
    }
}

.c-blog-item_date {
    color: #686868;
    font-size: 14px;
    order: -1
}

@media screen and (max-width: 768px) {
    .c-blog-item_date {
        font-size:13px
    }
}

.c-blog-item_thumb {
    order: -1;
    width: 100%
}

.c-blog-item_thumb img {
    aspect-ratio: 5/3;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.c-career-item_link {
    display: flex;
    flex-direction: column;
    transition: opacity .2s
}

.c-career-item_link:hover {
    opacity: .7
}

.c-career-item_content {
    display: flex;
    flex-direction: column;
    margin-top: 16px
}

.c-career-item_title {
    font-size: 16px;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .c-career-item_title {
        font-size:15px
    }
}

.c-career-item_desc {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    display: block;
    display: -webkit-box;
    font-size: 13px;
    margin-top: 8px;
    overflow: hidden
}

.c-career-item_thumb {
    order: -1;
    width: 100%
}

.c-career-item_thumb img {
    aspect-ratio: 5/3;
    height: 100%;
    object-fit: cover;
    width: 100%
}

    post-style {
    font-size: 16px
}

.page-post-style>*+* {
    margin-top: 2em
}

.page-post-style h2,.page-post-style h3,.page-post-style h4,.page-post-style h5,.page-post-style h6 {
    font-family: Oswald,sans-serif;
    font-weight: 700;
    line-height: 1.35
}

.page-post-style h3 {
    font-size: 1.3em;
    margin-top: 2em
}

.page-post-style h4,.page-post-style h5,.page-post-style h6 {
    font-size: 1.15em;
    margin-top: 2em
}

.page-post-style ol,.page-post-style ul {
    padding-left: 1.25em
}

.page-post-style ul>li {
    list-style: disc outside
}

.page-post-style ol>li {
    list-style: decimal outside
}

.page-post-style a {
    color: #65944e;
    text-decoration: underline
}

.page-post-style a:hover {
    text-decoration: none
}

.page-post-style b,.page-post-style strong {
    font-weight: 700
}

.page-post-style blockquote {
    background-color: #eee;
    font-size: .8em;
    padding: 1em
}

.page-post-style blockquote cite {
    color: hsla(0,0%,7%,.6);
    font-size: .6em
}

.page-post-style iframe {
    width: 100%!important
}

.page-post-style img {
    display: block;
    margin: auto;
    width: auto
}

.page-post-style.is-img-gray [data-img] {
    background-color: #f1f1f1
}

.page-post-style.is-img-gray [data-img] img {
    margin: auto;
    max-width: 700px;
    width: 100%
}

.page-header {
    align-items: center;
    background-color: hsla(0,0%,100%,.8);
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    height: 64px;
    left: 0;
    padding: 0 20px;
    position: fixed;
    top: 0;
    transition: background-color .2s;
    width: 100%
}

@media screen and (max-width: 768px) {
    .page-header {
        background-color:hsla(0,0%,100%,.8);
        border-bottom: none;
        height: 64px;
        padding: 0 10px
    }
}

.page-header[data-js-scroll=true] {
    background-color: #fff
}

@media screen and (max-width: 768px) {
    .page-header[data-js-scroll=true] {
        background-color:hsla(0,0%,100%,.8)
    }
}

.page-header_logo {
    width: 82px
}

@media screen and (max-width: 768px) {
    .page-header_logo {
        width:68px
    }
}

.page-header_logo a {
    display: block
}

.page-header_nav {
    margin-left: auto;
    padding-left: 20px:
    /*position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    width: max-content;*/
}

@media screen and (max-width: 1280px) {
    .page-header_nav {
        display:none
    }
}

.page-header_cv {
    display: flex;
    justify-content: space-between;
    margin-left: 40px
}

@media screen and (max-width: 1080px) {
    .page-header_cv {
        margin-left:auto
    }
}

@media screen and (max-width: 768px) {
    .page-header_cv {
        display:none
    }
}

.page-header_cv a {
    align-items: center;
    background-color: #111;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    padding: 10px 20px;
    transition: opacity .2s
}

.page-header_cv a:hover {
    opacity: .85
}

.page-header_cv a img {
    margin-right: 4px;
    width: 20px
}

.page-header_cv a span {
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

.page-header_cv a+* {
    margin-left: 16px
}

.page-header_hamburger-menu {
    display: none;
    margin-left: 20px;
}

@media screen and (max-width: 1080px) {
    .page-header_hamburger-menu {
        display:block
    }
}

@media screen and (max-width: 768px) {
    .page-header_hamburger-menu {
        margin-left:auto
    }
}

.page-header-nav,.page-header-nav_item {
    align-items: center;
    display: flex
}

.page-header-nav_item {
    height: 64px;
    justify-content: center;
    position: relative
}

.page-header-nav_item+* {
    margin-left: 20px
}

.page-header-nav_item:hover .page-mega-menu {
    opacity: 1;
    visibility: visible
}

.page-header-nav_parent-link {
    align-items: center;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    position: relative
}

.page-header-nav_parent-link:hover{
    opacity: 0.6;
}

.page-header-nav_parent-link img {
    width: 16px
}

.page-mega-menu {
    background-color: hsla(0,0%,7%,.87);
    left: 0;
    opacity: 0;
    padding: 40px 0;
    position: fixed;
    top: 64px;
    transition: opacity .2s,visibility .2s;
    visibility: hidden;
    width: 100%
}

.page-mega-menu_list {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(4,1fr)
}

.page-mega-menu_item a {
    align-items: center;
    background-image: url(../img/arrow-right-white.svg);
    background-position: 50% 50%;
    background-position: right 4px center;
    background-repeat: no-repeat;
    border: 1px solid #858585;
    border-radius: 2px;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    padding: 16px 20px;
    transition: background-color .2s,border-color .2s
}

.page-mega-menu_item a:hover {
    background-color: #111;
    border-color: hsla(0,0%,52%,.8)
}

.page-drawer-menu {
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%
}

.page-drawer-menu.is-active {
    display: block
}

.page-drawer-menu_overlay {
    background-color: rgba(0,0,0,.5);
    display: flex;
    height: 100%;
    justify-content: flex-end;
    overflow: hidden;
    width: 100%
}

.page-drawer-menu[aria-hidden=false] .page-drawer-menu_overlay {
    animation: fadeIn .3s ease-in-out;
    animation-fill-mode: both
}

.page-drawer-menu[aria-hidden=true] .page-drawer-menu_overlay {
    animation: fadeOut .3s ease-in-out;
    animation-fill-mode: forwards
}

.page-drawer-menu_container {
    background-color: hsla(0,0%,100%,.97);
    height: 100%;
    max-width: 640px;
    overflow-y: auto;
    padding: 80px 25px;
    width: 100%
}

.page-drawer-menu[aria-hidden=false] .page-drawer-menu_container {
    animation: slideIn .3s ease-in-out;
    animation-fill-mode: both
}

.page-drawer-menu[aria-hidden=true] .page-drawer-menu_container {
    animation: slideOut .3s ease-in-out;
    animation-fill-mode: forwards
}

.page-drawer-menu_cv {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.page-drawer-menu_cv a {
    align-items: center;
    background-color: #111;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    padding: 10px 20px;
    width: 48%
}

@media screen and (max-width: 640px) {
    .page-drawer-menu_cv a {
        margin-bottom:8px;
        width: 100%
    }
}

.page-drawer-menu_cv a img {
    margin-right: 4px;
    width: 20px
}

.page-drawer-menu_cv a span {
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

.page-drawer-menu_list {
    margin-top: 24px
}

.page-drawer-menu_list li {
    border-top: 1px solid hsla(0,0%,86%,.5);
    font-size: 14px
}

.page-drawer-menu_list li a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 16px 4px
}

.page-drawer-menu_list li li a {
    align-items: center;
    display: flex;
    padding-left: 24px;
    position: relative
}

.page-drawer-menu_list li li a:before {
    background-color: #111;
    content: "";
    display: block;
    height: 2px;
    inset: 0 auto;
    left: 8px;
    margin: auto;
    position: absolute;
    width: 8px
}

.page-drawer-menu_close-btn {
    height: 50px;
    position: absolute;
    right: 15px;
    top: 7px;
    transition: opacity .2s;
    width: 50px
}

@media screen and (max-width: 768px) {
    .page-drawer-menu_close-btn {
        right:2px
    }
}

.page-drawer-menu_close-btn:hover {
    opacity: .7;
    transition: opacity .2s
}

.page-drawer-menu_close-btn:after,.page-drawer-menu_close-btn:before {
    background-color: #111;
    content: "";
    display: block;
    height: 2px;
    width: 50%
}

.page-drawer-menu_close-btn:before {
    inset: 0;
    margin: auto;
    position: absolute;
    transform: rotate(45deg)
}

.page-drawer-menu_close-btn:after {
    inset: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg)
}

@keyframes slideIn {
    0% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes slideOut {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(100%)
    }
}

.page-footer-cv {
    color: #fff;
    padding: 64px 0;
    position: relative;
}

.page-footer-cv_inner {
    position: relative;
    z-index: 1;
    text-align: center;
}

.page-footer-cv_title {
    font-size: 45px;
    font-weight: 700;
    font-family: 'Galdeano',sans-serif;
    position: relative;
    padding-top: 5px;
    line-height: 1.35;
}

.page-footer-cv_title::before {
    content: attr(data-en);
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(255 255 255 / 30%);
    font-size: 70px;
    font-style: italic;
}

@media screen and (max-width: 768px) {
    .page-footer-cv_title {
        font-size:27px
    }
}

.page-footer-cv_desc {
    font-weight: 700;
    margin-top: 8px
}

@media screen and (max-width: 768px) {
    .page-footer-cv_desc {
        font-size:15px
    }
}

@media screen and (min-width: 768px) {
.page-footer-cv_btn {
    margin-top: 20px;
    display: flex;
    justify-content: center
}

.page-footer-cv_btn a {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
    .page-footer-cv_btn {
    display: grid;
    place-items: center
    }
}

@media screen and (max-width: 768px) {
.page-footer-cv_btn a {
    margin-top: 20px;
    }
}

.page-footer-cv_other-contact {
    display: flex;
    margin-top: 40px;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .page-footer-cv_other-contact {
        display:block
    }
}

.page-footer-cv_col {
    width: 320px
}

@media screen and (max-width: 768px) {
    .page-footer-cv_col {
        width:100%
    }
}

.page-footer-cv_col+* {
    margin-left: 40px
}

@media screen and (max-width: 768px) {
    .page-footer-cv_col+* {
        margin-left:0;
        margin-top: 40px
    }
}

.page-footer-cv_heading {
    font-size: 15px;
    font-weight: 700
}

.page-footer-cv_body {
    margin-top: 8px;
    display: flex;
    justify-content: center;
}

.page-footer-cv_body a {
    text-align: left
}

.page-footer-cv_tel ._link {
    align-items: flex-end;
    display: flex;
    font-family: Oswald,sans-serif;
    font-size: 37px;
    font-weight: 700;
    line-height: 1;
    transition: opacity .2s
}

.page-footer-cv_tel ._link span {
   /* font-size: 20px;
    padding-right: 8px;*/
    transform: translateY(-2px)
}

.page-footer-cv_tel ._link span img {
    width: 30px;
    filter: invert(1);
}

.page-footer-cv_tel ._link:hover {
    opacity: .7
}

.page-footer-cv_tel ._caption {
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-top: 8px
}

.page-footer-cv_bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.page-footer-cv_bg img,.page-footer-cv_bg picture {
    height: 100%;
    object-fit: cover;
    width: 100%;
    filter: brightness(0.6);
}

@media screen and (max-width: 768px) {
    .page-footer-cv_bg img,.page-footer-cv_bg picture {
        object-position:left 40% center
    }
}

.page-footer {
    color: #fff;
    margin-top: -1px;
    position: relative;
    background-color: #494949;
}

.page-footer_inner {
    padding: 50px 80px;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 1280px) {
    .page-footer_inner {
        padding:50px 40px
    }
}

@media screen and (max-width: 768px) {
    .page-footer_inner {
        padding:40px 20px
    }
}

.page-footer_main {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 1280px) {
    .page-footer_main {
        display:block
    }
}

.page-footer_meta {
    flex: 0 0 auto;
    width: 240px
}

@media screen and (max-width: 768px) {
    .page-footer_meta {
        align-items:center;
        display: flex;
        flex-direction: column;
        width: 100%
    }
}

.page-footer_logo {
    width: 100px
}


@media screen and (max-width: 640px) {
    .page-footer_logo {
        width:120px
    }
}

.page-footer_logo a {
    transition: opacity .2s
}

.page-footer_logo a:hover {
    opacity: .8
}

.page-footer_address {
    font-size: 14px;
}

.page-footer_sns {
    display: flex;
    margin-top: 24px
}

.page-footer_sns a {
    transition: opacity .2s;
    width: 40px
}

@media screen and (max-width: 640px) {
    .page-footer_sns a {
        width:45px
    }
}

.page-footer_sns a:hover {
    opacity: .8
}

.page-footer_sns a+* {
    margin-left: 8px
}

@media screen and (max-width: 640px) {
    .page-footer_sns a+* {
        margin-left:12px
    }
}

.page-footer_nav {
    padding-left: 5%;
    width: 100%
}

@media screen and (max-width: 1280px) {
    .page-footer_nav {
        margin-top:50px;
        padding-left: 0
    }
}

.page-footer_bottom {
    margin-top: 80px
}

@media screen and (max-width: 768px) {
    .page-footer_bottom {
        margin-top:40px;
        margin-bottom: 50px;
    }
}

.page-footer_other-link {
    display: flex;
    flex-wrap: wrap
}

.page-footer_other-link li {
    font-size: 13px
}

.page-footer_other-link li a {
    transition: opacity .2s
}

.page-footer_other-link li a:hover {
    opacity: .7
}

.page-footer_other-link li+* {
    margin-left: 1em
}

.page-footer_copyright {
    text-align: center;
    color: #b8b8b8;
    display: block;
    font-size: 13px;
    margin-top: 24px
}

.page-footer_bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.page-footer_bg img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.page-footer-nav {
    display: flex;
    justify-content: flex-end
}

@media screen and (max-width: 1280px) {
    .page-footer-nav {
        justify-content:flex-start
    }
}

@media screen and (max-width: 768px) {
    .page-footer-nav {
        flex-wrap:wrap;
        justify-content: space-between
    }
}

.page-footer-nav_col {
    border-top: 1px solid #686868;
    padding-top: 20px;
    width: 22%
}

@media screen and (max-width: 768px) {
    .page-footer-nav_col {
        margin-bottom:40px;
        width: 48%
    }
}

.page-footer-nav_col+* {
    margin-left: 40px
}

@media screen and (max-width: 768px) {
    .page-footer-nav_col+* {
        margin-left:0
    }
}

.page-footer-nav_heading {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
    transition: opacity .2s
}

.page-footer-nav_heading:hover {
    opacity: .7
}

.page-footer-nav_list li {
    font-size: 13px
}

.page-footer-nav_list li a {
    transition: opacity .2s
}

.page-footer-nav_list li a:hover {
    opacity: .7
}

.page-footer-nav_list li+* {
    margin-top: .75em
}

.page-bg-gray {
    background-color: #f5f5f5
}

.page-form {
    margin: auto;
    max-width: 740px
}

.page-form_row {
    align-items: center;
    border-top: 1px solid #e3e3e3;
    display: flex;
    padding: 20px 0
}

@media screen and (max-width: 768px) {
    .page-form_row {
        display:block;
        padding: 24px 0
    }
}

.page-form_row.is-align-items-start {
    align-items: flex-start
}

.page-form_label {
    align-items: center;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    width: 30%
}

@media screen and (max-width: 768px) {
    .page-form_label {
        font-size:15px;
        justify-content: flex-start;
        width: 100%
    }

    .page-form_label br {
        display: none
    }
}

.page-form_row.is-align-items-start .page-form_label {
    padding-top: 4px
}

.page-form_label ._any,.page-form_label ._required {
    border-radius: 2px;
    color: #fff;
    flex: 0 0 auto;
    font-size: 13px;
    padding: 2px 8px
}

@media screen and (max-width: 768px) {
    .page-form_label ._any,.page-form_label ._required {
        font-size:12px;
        margin-left: 8px
    }
}

.page-form_label ._any {
    background-color: #686868
}

.page-form_label ._required {
    background-color: #c60b0b
}

.page-form_input {
    padding-left: 40px;
    width: 70%
}

@media screen and (max-width: 768px) {
    .page-form_input {
        margin-top:8px;
        padding-left: 0;
        width: 100%
    }
}

.page-form_submit {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    position: relative
}

@media screen and (max-width: 768px) {
    .page-form_submit {
        margin-top:0
    }
}

.page-form_submit .wpcf7-spinner {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

.wpcf7-not-valid-tip {
    display: block;
    font-size: 12px;
    margin-top: 8px
}

.wpcf7-response-output {
    background-color: rgba(198,11,11,.1)!important;
    border: none!important;
    font-size: 13px;
    margin: 20px auto 0!important;
    padding: 1em!important
}

form.sent .wpcf7-response-output {
    background-color: rgba(101,148,78,.1)!important
}

.page-filter-form {
    background-color: #f1f1f1;
    padding: 20px 24px
}

@media screen and (max-width: 768px) {
    .page-filter-form {
        padding:16px
    }
}

.page-filter-form_title {
    font-size: 19px;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .page-filter-form_title {
        font-size:16px
    }
}

.page-filter-form_body {
    margin-top: 8px
}

.page-filter-form_submit {
    margin-top: 20px
}

.page-filter-form_submit button {
    background-color: #111;
    border: 1px solid #111;
    border-radius: 2px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 6px 16px;
    transition: color .2s,background-color .2s
}

@media screen and (max-width: 768px) {
    .page-filter-form_submit button {
        font-size:14px
    }
}

.page-filter-form_submit button:hover {
    background-color: #fff;
    color: #111
}

.page-book-slider {
    margin: auto;
    max-width: 90%
}

.page-book-slider .splide__arrow {
    background-color: transparent;
    background-image: url(../img/arrow-right.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 48px;
    width: 48px
}

.page-book-slider .splide__arrow--next {
    right: -50px
}

@media screen and (max-width: 640px) {
    .page-book-slider .splide__arrow--next {
        right:0
    }
}

.page-book-slider .splide__arrow--prev {
    left: -50px;
    transform: rotateY(180deg)
}

@media screen and (max-width: 640px) {
    .page-book-slider .splide__arrow--prev {
        left:0
    }
}

.page-book-slider .splide__arrow svg {
    display: none
}

.page-book-slider_title {
    font-size: 32px;
    font-weight: 700;
    text-align: center
}

@media screen and (max-width: 768px) {
    .page-book-slider_title {
        font-size:23px
    }
}

.page-book-slider_slider {
    margin-top: 40px
}

@media screen and (max-width: 768px) {
    .page-book-slider_slider {
        margin-top:32px
    }
}

.page-book-slider_nonSlider {
    display: flex;
    justify-content: center;
    margin: 40px auto 0
}

@media screen and (max-width: 768px) {
    .page-book-slider_nonSlider {
        display:block;
        margin-top: 30px
    }
}

.page-book-slider_nonSlider .page-book-slider-item {
    margin: 0 2%;
    max-width: 320px
}

@media screen and (max-width: 768px) {
    .page-book-slider_nonSlider .page-book-slider-item {
        margin:40px auto 0
    }
}

.page-book-slider-item {
    display: flex;
    flex-direction: column
}

.page-book-slider-item_meta {
    margin-top: 20px
}

.page-book-slider-item_title {
    font-size: 16px;
    font-weight: 700
}

.page-book-slider-item_desc {
    font-size: 14px;
    margin-top: 8px
}

.page-book-slider-item_btn {
    margin-top: 16px
}

.page-book-slider-item_thumb {
    order: -1
}

.page-data-table {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(1,1fr)
}

@media screen and (max-width: 768px) {
    .page-data-table {
        gap:20px
    }
}

.page-data-table_item {
    align-items: flex-start;
    display: flex
}

@media screen and (max-width: 768px) {
    .page-data-table_item {
        border-bottom:2px solid #111;
        display: block;
        padding-bottom: 4px
    }
}

.page-data-table_head {
    background-color: #fff;
    border: 2px solid #111;
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 8px;
    text-align: center;
    width: 150px
}

@media screen and (max-width: 768px) {
    .page-data-table_head {
        border:none;
        font-size: 13px;
        padding: 0;
        text-align: left;
        width: 100%
    }
}

.page-data-table.is-small .page-data-table_head {
    padding: 9px 8px;
    width: 120px
}

@media screen and (max-width: 768px) {
    .page-data-table.is-small .page-data-table_head {
        padding:0
    }
}

.page-data-table_value {
    margin-left: 40px;
    padding-top: 15px;
    width: 100%
}

@media screen and (max-width: 768px) {
    .page-data-table_value {
        font-size:15px;
        margin: 4px 0 0;
        padding: 0
    }
}

.page-data-table.is-small .page-data-table_value {
    padding-top: 10px
}

@media screen and (max-width: 768px) {
    .page-data-table.is-small .page-data-table_value {
        padding:0
    }
}

.page-sumally-table table {
    border-collapse: collapse;
    width: 100%
}

@media screen and (max-width: 768px) {
    .page-sumally-table table {
        font-size:15px
    }
}

@media screen and (max-width: 640px) {
    .page-sumally-table table {
        font-size:11px
    }
}

.page-sumally-table table td,.page-sumally-table table th {
    border: 1px solid #dcdcdc;
    padding: 24px 20px
}

@media screen and (max-width: 640px) {
    .page-sumally-table table td,.page-sumally-table table th {
        padding:18px 15px
    }
}

.page-sumally-table table th {
    background-color: #f1f1f1;
    font-weight: 700;
    text-align: left
}

.page-img-desc-block {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    .page-img-desc-block {
        flex-direction:column
    }
}

.page-img-desc-block_content {
    width: 48%
}

@media screen and (max-width: 768px) {
    .page-img-desc-block_content {
        margin-top:24px;
        width: 100%
    }
}

.page-img-desc-block_title {
    font-size: 32px;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .page-img-desc-block_title {
        font-size:21px
    }
}

.page-img-desc-block_desc {
    font-size: 16px;
    margin-top: 20px
}

@media screen and (max-width: 768px) {
    .page-img-desc-block_desc {
        font-size:15px;
        margin-top: 16px
    }
}

.page-img-desc-block_img {
    order: -1;
    width: 48%
}

@media screen and (max-width: 768px) {
    .page-img-desc-block_img {
        width:100%
    }
}




.page-index {
    color: #fff;
    height: 100vh;
    position: relative
}

@media screen and (max-width: 768px) {
    .page-index {
        height:600px
    }
}

.page-index_inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 100px 5% 0;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 768px) {
    .page-index_inner {
        justify-content:flex-end;
        padding: 0 25px 60px;
        top: -80px;
    }
}

@media screen and (max-width: 640px) {
    .page-index_inner {
        padding:0 20px 50px
    }
}

.page-index_title {
    font-size: 64px;
    font-size: clamp(3.25rem,2.395rem + 1.78vw,4rem);
    font-weight: 700;
    line-height: 1.35
}

@media screen and (max-width: 768px) {
    .page-index_title {
        font-size:42px;
        line-height: 1.7
    }
}

@media screen and (max-width: 640px) {
    .page-index_title {
        font-size:8vw
    }
}

.page-index_title strong {
    border: 2px solid #fff;
    display: inline-block;
    line-height: 1.1;
    padding: 1px
}

.page-index_lead {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    width: 75%
}

@media screen and (max-width: 768px) {
    .page-index_lead {
        font-size:14px;
        line-height: 2;
        margin-top: 10px;
        width: 100%
    }
}

@media screen and (max-width: 640px) {
    .page-index_lead {
        font-size:13px
    }
}

.page-index_bg {
    z-index: 0
}

.page-index_bg,.page-index_bg:before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.page-index_bg:before {
    background-color: hsla(0,0%,7%,.1);
    content: "";
    display: block
}

.page-index_bg img {
    object-fit: cover
}

.page-index_bg .splide,.page-index_bg .splide__list,.page-index_bg .splide__slide,.page-index_bg .splide__track,.page-index_bg img {
    height: 100%;
    width: 100%
}

.page-index_bg .splide__slide {
    overflow: hidden
}

.page-index_bg .splide__slide img {
    transition: 13s ease-out
}

.page-index_bg .splide__slide.is-active img {
    transform: scale(1.1)
}

.page-index_tag {
    z-index: 7;
    position: absolute;
    bottom: 3vw;
    left: 3vw;
}
.page-index_tag p {
    font-size: 18px;
	color: black;
    text-align: center;
    padding: 7px 20px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
    line-height: 1em;
    white-space: nowrap;
	font-weight: 700;
}
@media screen and (max-width: 768px){
.page-index_tag {
    font-size: 12px;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.4em;
}
.page-index_tag p {
    font-size: 10px;
	font-weight: 600;
}
}

.page-about {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column
}

.page-about_title {
    font-size: 37px;
    font-weight: 700;
    text-align: center
}

@media screen and (max-width: 768px) {
    .page-about_title {
        font-size:27px
    }
}

@media screen and (max-width: 640px) {
    .page-about_title {
        font-size:23px
    }
}

.page-about_desc {
    font-size: 17px;
    font-weight: 700;
    margin-top: 40px
}

@media screen and (max-width: 768px) {
    .page-about_desc {
        font-size:15px;
        font-size: 14px;
        margin-top: 32px;
        margin-top: 24px
    }
}

.page-about_desc>*+* {
    margin-top: 1em
}

.page-about_btn {
    display: flex;
    justify-content: center;
    margin-top: 64px;
    width: 100%
}

.page-point-list {
    display: grid;
    gap: 45px 30px;
    grid-template-columns: repeat(3,1fr);
}

@media screen and (max-width: 1080px) {
    .page-point-list {
        gap:45px 10px;
        grid-template-columns: repeat(3,1fr)
    }
}

@media screen and (max-width: 640px) {
    .page-point-list {
        gap:40px;
        grid-template-columns: repeat(1,1fr)
    }
}

.page-point-list_header {
    color: #fff;
    display: block;
    position: relative
}

.page-point-list_title {
    font-size: 18px;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%
}

.page-point-list_label,.page-point-list_title {
    font-weight: 700;
    left: 50%;
    position: absolute;
    z-index: 1
}

.page-point-list_label {
    bottom: -5px;
    font-family: Oswald,sans-serif;
    font-size: 77px;
    line-height: 1;
    transform: translateX(-50%)
}

@media screen and (max-width: 1080px) {
    .page-point-list_label {
        bottom:-8px;
        font-size: 9vw
    }
}

@media screen and (max-width: 640px) {
    .page-point-list_label {
        bottom:-5px;
        font-size: 50px
    }
}

.page-point-list_bg img {
    aspect-ratio: 2/3;
    height: 200px;
    object-fit: cover;
    transition: filter .2s;
    filter: brightness(0.6);
    width: 100%
}

@media screen and (max-width: 1080px) {
    .page-point-list_bg img {
        aspect-ratio:2/1;
        height: 150px;
    }
}

.page-point-list_header:hover .page-point-list_bg img {
    filter: brightness(75%)
}

.page-point-list_body {
    margin-top: 20px
}

.page-point-list_desc {
    font-size: 14px;
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
}

.page-point-list_btn {
    margin-top: 16px
}

.page-lineup-list {
    display: flex;
    justify-content: center
}

@media screen and (max-width: 640px) {
    .page-lineup-list {
        display:block
    }
}

.page-lineup-list_item {
    display: flex;
    flex-direction: column;
    max-width: 400px
}

.page-lineup-list_item+* {
    margin-left: 50px
}

@media screen and (max-width: 768px) {
    .page-lineup-list_item+* {
        margin-left:0;
        margin-top: 50px
    }
}

.page-lineup-list_content {
    margin-top: 16px
}

.page-lineup-list_title {
    font-size: 17px;
    font-weight: 700
}

.page-lineup-list_desc {
    font-size: 14px;
    margin-top: 8px
}

.page-lineup-list_btn {
    margin-top: 24px
}

.page-lineup-list_thumb {
    order: -1
}

.page-lineup-list_thumb a {
    display: block;
    transition: opacity .2s
}

.page-lineup-list_thumb img:hover {
    opacity: .8
}

.page-page-header {
    position: relative
}

.page-page-header_meta {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    left: 50%;
    padding-top: 40px;
    position: absolute;
    top: 60%;
    transform: translate(-50%,-50%);
    width: 90%;
    z-index: 2
}

.page-page-header_title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    font-size: 40px;
    font-weight: 700;
    margin-top: 8px;
    overflow: hidden;
    text-align: center
}

@media screen and (max-width: 1280px) {
    .page-page-header_title {
        font-size:36px
    }
}

@media screen and (max-width: 768px) {
    .page-page-header_title {
        font-size:32px
    }
}

@media screen and (max-width: 640px) {
    .page-page-header_title {
        -webkit-line-clamp:5;
        font-size: 21px
    }
}

.page-page-header_title-ja-en {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.page-page-header_title-ja-en span {
    font-family: "futura-pt",sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: capitalize
}

.page-page-header_title-ja-en span::before  {
    content: attr(data-en);
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(255 255 255 / 40%);
    font-size: 90px;
    font-style: italic;
}

@media screen and (max-width: 1080px) {
    .page-page-header_title-ja-en span {
        font-size:55px
    }
}

@media screen and (max-width: 768px) {
    .page-page-header_title-ja-en span {
        font-size:35px
    }

    .page-page-header_title-ja-en span::before  {
        font-size: 60px;
        top: -10px;
    }   
}

.page-page-header_tip {
    background-color: #111;
    font-weight: 700;
    order: -1;
    padding: 3px 16px
}

@media screen and (max-width: 768px) {
    .page-page-header_tip {
        font-size:15px
    }
}

@media screen and (max-width: 640px) {
    .page-page-header_tip {
        font-size:14px;
        padding: 2px 12px
    }
}

.page-page-header_caption {
    font-size: 17px;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .page-page-header_caption {
        font-size:15px
    }
}

@media screen and (max-width: 640px) {
    .page-page-header_caption {
        font-size:14px;
        margin-top: 8px
    }
}

.page-page-header_bg {
    height: 270px
}

@media screen and (max-width: 768px) {
    .page-page-header_bg {
        height:230px
    }
}

.page-page-header_bg img {
    height: 100%;
    object-fit: cover;
    position: relative;
    filter: brightness(0.6);
    width: 100%
}

.page-page-header_bg.is-dark:before {
    background-color: hsla(0,0%,7%,.5);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.page-page-header_bg.is-blur {
    overflow: hidden
}

.page-page-header_bg.is-blur img {
    filter: blur(15px);
    transform: scale(1.1)
}

.page-slider-gallery_main .splide__slide {
    background-color: #eee;
    height: 500px
}

@media screen and (max-width: 768px) {
    .page-slider-gallery_main .splide__slide {
        background-color:transparent;
        height: auto
    }
}

.page-slider-gallery_main .splide__slide img {
    height: 100%;
    object-fit: contain;
    width: 100%
}

@media screen and (max-width: 768px) {
    .page-slider-gallery_main .splide__slide img {
        object-fit:cover
    }
}

.page-slider-gallery_thumb {
    display: flex;
    margin-top: 24px
}

@media screen and (max-width: 768px) {
    .page-slider-gallery_thumb {
        margin-top:16px
    }
}

.page-slider-gallery_thumb li {
    position: relative
}

.page-slider-gallery_thumb li+* {
    margin-left: 16px
}

@media screen and (max-width: 768px) {
    .page-slider-gallery_thumb li+* {
        margin-left:8px
    }
}

.page-slider-gallery_thumb li button {
    transition: opacity .2s;
    width: 124px
}

@media screen and (max-width: 768px) {
    .page-slider-gallery_thumb li button {
        width:80px
    }
}

.page-slider-gallery_thumb li button:hover {
    opacity: .7
}

.page-slider-gallery_thumb li button img {
    aspect-ratio: 1/1;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.page-page-about-intro {
    padding: 100px 0 200px;
    position: relative
}

@media screen and (max-width: 1280px) {
    .page-page-about-intro {
        padding-bottom:100px
    }
}

@media screen and (max-width: 768px) {
    .page-page-about-intro {
        padding:0 40px 40px
    }
}

.page-page-about-intro_content {
    margin-left: 40%;
    max-width: 620px;
    width: 50%
}

@media screen and (max-width: 1280px) {
    .page-page-about-intro_content {
        width:60%
    }
}

@media screen and (max-width: 768px) {
    .page-page-about-intro_content {
        margin-left:0;
        max-width: 100%;
        width: 100%
    }
}

.page-page-about-intro_title {
    font-size: 40px;
    font-weight: 700
}

@media screen and (max-width: 1280px) {
    .page-page-about-intro_title {
        font-size:35px
    }
}

@media screen and (max-width: 768px) {
    .page-page-about-intro_title {
        font-size:27px
    }
}

.page-page-about-intro_title:after {
    background-color: #111;
    content: "";
    display: block;
    height: 2px;
    margin-top: 12px;
    width: 64px
}

@media screen and (max-width: 640px) {
    .page-page-about-intro_title:after {
        margin-top:20px;
        width: 40px
    }
}

.page-page-about-intro_desc {
    font-size: 17px;
    line-height: 2.3;
    margin-top: 40px
}

@media screen and (max-width: 1280px) {
    .page-page-about-intro_desc {
        font-size:15px
    }
}

@media screen and (max-width: 640px) {
    .page-page-about-intro_desc {
        line-height:2
    }
}

.page-page-about-intro_desc>*+* {
    margin-top: 1em
}

@media screen and (max-width: 768px) {
    .page-page-about-intro_img {
        margin-left:-40px;
        margin-top: 80px;
        position: relative
    }
}

.page-page-about-intro_img ._1 {
    left: 0;
    max-width: 530px;
    position: absolute;
    top: 5%;
    width: 35%
}

@media screen and (max-width: 768px) {
    .page-page-about-intro_img ._1 {
        aspect-ratio:16/9;
        max-width: 100%;
        object-fit: cover;
        position: static;
        width: 90%
    }
}

.page-page-about-intro_img ._2 {
    left: 24%;
    max-width: 300px;
    position: absolute;
    top: 78%;
    width: 15%
}

@media screen and (max-width: 1300px) {
    .page-page-about-intro_img ._2 {
        left:0;
        top: 43vw
    }
}

@media screen and (max-width: 768px) {
    .page-page-about-intro_img ._2 {
        bottom:-8vw;
        display: block;
        left: 20px;
        min-width: 100px;
        top: auto;
        width: 20%
    }
}

.page-page-about-intro_img ._3 {
    max-width: 238px;
    position: absolute;
    right: 0;
    top: 10%;
    width: 14%
}

@media screen and (max-width: 1160px) {
    .page-page-about-intro_img ._3 {
        display:none
    }
}

@media screen and (max-width: 768px) {
    .page-page-about-intro_img ._3 {
        aspect-ratio:16/9;
        display: block;
        min-width: 120px;
        object-fit: cover;
        top: -4vw;
        width: 25%
    }
}

.page-about-detail-intro {
    padding: 64px;
    position: relative
}

@media screen and (max-width: 1080px) {
    .page-about-detail-intro {
        padding:0
    }
}

.page-about-detail-intro_card {
    background-color: hsla(0,0%,7%,.75);
    color: #fff;
    padding: 80px 0;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 768px) {
    .page-about-detail-intro_card {
        padding:64px 25px
    }
}

.page-about-detail-intro_main {
    margin: auto;
    max-width: 664px
}

@media screen and (max-width: 768px) {
    .page-about-detail-intro_main {
        max-width:100%
    }
}

.page-about-detail-intro_title {
    font-size: 37px;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .page-about-detail-intro_title {
        font-size:28px
    }
}

@media screen and (max-width: 640px) {
    .page-about-detail-intro_title {
        font-size:24px
    }
}

.page-about-detail-intro_body {
    font-size: 18px;
    line-height: 2;
    margin-top: 40px
}

@media screen and (max-width: 768px) {
    .page-about-detail-intro_body {
        font-size:16px;
        font-size: 15px;
        margin-top: 32px;
        margin-top: 24px
    }
}

.page-about-detail-intro_body p {
    font-weight: 700
}

.page-about-detail-intro_body>*+* {
    margin-top: 1em
}

.page-about-detail-intro_bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.page-about-detail-intro_bg img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.page-about-detaisection_l {
    padding-top: 80px
}

.page-about-detaisection_l_title {
    font-size: 29px;
    font-weight: 700;
    padding: 16px 24px
}

@media screen and (max-width: 768px) {
    .page-about-detaisection_l_title {
        font-size:21px;
        padding: 16px
    }
}

@media screen and (max-width: 640px) {
    .page-about-detaisection_l_title {
        font-size:18px
    }
}

.page-about-detaisection_l_body {
    margin-top: 40px
}

@media screen and (max-width: 768px) {
    .page-about-detaisection_l_body {
        margin-top:10px
    }
}

.page-about-detaisection_l_2col {
    display: flex;
    justify-content: space-between
}

.page-about-detaisection_l:nth-of-type(2n) .page-about-detaisection_l_2col {
    flex-direction: row-reverse
}

@media screen and (max-width: 768px) {
    .page-about-detaisection_l_2col {
        display:block
    }
}

.page-about-detaisection_l_2col>* {
    width: 48%
}

@media screen and (max-width: 768px) {
    .page-about-detaisection_l_2col>* {
        width:100%
    }
}

.page-about-detaisection_l_2col._normal {
    flex-direction: row!important
}

.page-about-detaisection_l_2col._reverse {
    flex-direction: row-reverse!important
}

.page-about-detaisection_l_heading {
    font-size: 24px;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .page-about-detaisection_l_heading {
        font-size:20px
    }
}

.page-about-detaisection_l_heading+* {
    margin-top: 16px
}

.page-about-detaisection_l_desc {
    line-height: 2
}

@media screen and (max-width: 768px) {
    .page-about-detaisection_l_desc {
        font-size:15px
    }
}

.page-about-detaisection_l_desc>p+p {
    margin-top: 1em
}

@media screen and (max-width: 768px) {
    .page-about-detaisection_l_img {
        margin-top:32px
    }
}

.page-about-detail-flow_item {
    display: flex
}

.page-about-detail-flow_item+* {
    margin-top: 100px;
    position: relative
}

.page-about-detail-flow_item+:before {
    border-color: #f1f1f1 transparent transparent;
    border-style: solid;
    border-width: 24px 32px 0;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    top: -62px;
    transform: translateX(-50%);
    width: 0
}

.page-about-detail-flow_num {
    flex: 0 0 auto;
    position: relative
}

.page-about-detail-flow_num span {
    font-family: Oswald,sans-serif;
    font-size: 20px;
    font-weight: 700;
    left: 50%;
    position: absolute;
    top: -15px;
    transform: translateX(-50%);
    z-index: 1
}

@media screen and (max-width: 768px) {
    .page-about-detail-flow_num span {
        font-size:15px;
        top: -13px
    }
}

.page-about-detail-flow_num img {
    width: 72px
}

@media screen and (max-width: 768px) {
    .page-about-detail-flow_num img {
        width:50px
    }
}

.page-about-detail-flow_content {
    margin-left: 32px;
    width: 100%
}

@media screen and (max-width: 768px) {
    .page-about-detail-flow_content {
        margin-left:20px
    }
}

.page-about-detail-flow_heading {
    font-size: 20px;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .page-about-detail-flow_heading {
        font-size:17px
    }
}

.page-about-detail-flow_desc {
    margin-top: 16px
}

@media screen and (max-width: 768px) {
    .page-about-detail-flow_desc {
        font-size:15px;
        margin-top: 12px
    }
}

.page-page-news-detail_content p{
    margin-bottom: 2em;
}    

.page-page-news-detail_content a,.page-page-news-detail_content b,.page-page-news-detail_content span {
    display: inline
}

.page-page-staff-detail {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    .page-page-staff-detail {
        display:block
    }
}

.page-page-staff-detail_thumb {
    width: 48%
}

@media screen and (max-width: 1080px) {
    .page-page-staff-detail_thumb {
        width:30%
    }
}

@media screen and (max-width: 768px) {
    .page-page-staff-detail_thumb {
        width:100%
    }
}

.page-page-staff-detail_content {
    width: 48%
}

@media screen and (max-width: 1080px) {
    .page-page-staff-detail_content {
        width:65%
    }
}

@media screen and (max-width: 768px) {
    .page-page-staff-detail_content {
        margin-top:24px;
        width: 100%
    }
}

.page-page-staff-detail_header {
    display: flex;
    flex-direction: column
}

.page-page-staff-detail_name {
    font-size: 32px;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .page-page-staff-detail_name {
        font-size:20px
    }
}

.page-page-staff-detail_job {
    font-size: 16px;
    font-weight: 700;
    order: -1
}

@media screen and (max-width: 768px) {
    .page-page-staff-detail_job {
        font-size:12px
    }
}

.page-page-staff-detail_body {
    margin-top: 40px
}

.page-single-spec-intro_title {
    border-bottom: 2px solid #111;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 4px;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .page-single-spec-intro_title {
        font-size:24px
    }
}

.page-single-spec-intro_table {
    margin-top: 40px
}

@media screen and (max-width: 768px) {
    .page-single-spec-intro_table {
        margin-top:24px
    }
}

.page-single-spec-intro_table dl {
    display: flex;
    flex-wrap: wrap
}

@media screen and (max-width: 768px) {
    .page-single-spec-intro_table dl {
        font-size:15px
    }
}

@media screen and (max-width: 640px) {
    .page-single-spec-intro_table dl {
        font-size:14px
    }
}

.page-single-spec-intro_table dl>div {
    display: flex;
    margin-bottom: 20px;
    padding-right: 20px;
    width: 50%
}

@media screen and (max-width: 768px) {
    .page-single-spec-intro_table dl>div {
        display:block;
        padding-right: 0
    }
}

.page-single-spec-intro_table dl>div dt {
    font-weight: 700;
    width: 20%
}

@media screen and (max-width: 768px) {
    .page-single-spec-intro_table dl>div dt {
        width:100%
    }
}

.page-single-spec-intro_table dl>div dd {
    padding-left: 5%;
    width: 80%
}

@media screen and (max-width: 768px) {
    .page-single-spec-intro_table dl>div dd {
        padding-left:0;
        width: 100%
    }
}

.page-single-spec-intro_table dl>div dd span {
    color: #c60b0b;
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    padding-right: 2px
}

@media screen and (max-width: 768px) {
    .page-single-spec-intro_table dl>div dd span {
        font-size:24px
    }
}

.page-single-spec-intro_desc {
    margin-top: 20px
}

@media screen and (max-width: 640px) {
    .page-single-spec-intro_desc {
        font-size:14px
    }
}

.page-single-spec-intro_file-btn {
    display: flex;
    justify-content: center;
    margin-top: 40px
}

.page-single-estate-access {
    padding: 80px 0
}

.page-single-estate-access_map {
    margin-top: 40px
}

.page-single-estate-access_table {
    display: grid;
    gap: 24px 40px;
    grid-template-columns: repeat(3,1fr);
    margin-top: 40px
}

@media screen and (max-width: 1080px) {
    .page-single-estate-access_table {
        grid-template-columns:repeat(2,1fr)
    }
}

@media screen and (max-width: 768px) {
    .page-single-estate-access_table {
        font-size:14px
    }
}

@media screen and (max-width: 640px) {
    .page-single-estate-access_table {
        display:block;
        margin-top: 20px
    }
}

.page-single-estate-access_table>div {
    border-left: 2px solid #111;
    display: flex;
    line-height: 1.5
}

@media screen and (max-width: 640px) {
    .page-single-estate-access_table>div {
        border-bottom:1px solid hsla(0,0%,86%,.5);
        border-left: none;
        padding: 12px 0
    }
}

.page-single-estate-access_table>div dt {
    font-weight: 700;
    padding-left: 16px;
    width: 30%
}

@media screen and (max-width: 640px) {
    .page-single-estate-access_table>div dt {
        flex:0 0 auto;
        padding-left: 0;
        width: 100px
    }
}

.page-single-estate-access_table>div dd {
    padding-left: 5%;
    width: 70%
}

@media screen and (max-width: 640px) {
    .page-single-estate-access_table>div dd {
        padding-left:12px;
        width: 100%
    }
}

.page-single-estate-access_table>div dd small {
    display: block
}

.page-page-reserve-travel {
    padding: 88px 0;
    position: relative
}

@media screen and (max-width: 768px) {
    .page-page-reserve-travel {
        padding:60px 0
    }
}

@media screen and (max-width: 640px) {
    .page-page-reserve-travel {
        padding:40px 0
    }
}

.page-page-reserve-travel_inner {
    position: relative;
    z-index: 1
}

.page-page-reserve-travel_list {
    min-width: 500px;
    width: 47%
}

@media screen and (max-width: 768px) {
    .page-page-reserve-travel_list {
        min-width:100%
    }
}

.page-page-reserve-travel_item {
    background-color: #fff;
    font-weight: 700;
    line-height: 1.5;
    padding: 20px 20px 20px 68px;
    position: relative
}

@media screen and (max-width: 768px) {
    .page-page-reserve-travel_item {
        font-size:15px;
        padding: 16px 16px 16px 42px
    }
}

@media screen and (max-width: 640px) {
    .page-page-reserve-travel_item {
        background-color:hsla(0,0%,100%,.9);
        font-size: 14px
    }
}

.page-page-reserve-travel_item+* {
    margin-top: 20px
}

.page-page-reserve-travel_item:before {
    background: url(../img/_common/icn/check-primary.svg) no-repeat 50% 50%;
    background-size: 32px 32px;
    content: "";
    display: block;
    height: 32px;
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px
}

@media screen and (max-width: 768px) {
    .page-page-reserve-travel_item:before {
        background-size:20px;
        height: 20px;
        left: 12px;
        top: 17px;
        transform: none;
        width: 20px
    }
}

.page-page-reserve-travel_bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.page-page-reserve-travel_bg img {
    height: 100%;
    object-fit: cover;
    object-position: right;
    width: 100%
}

.page-page-reserve-solution_list {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3,1fr)
}

@media screen and (max-width: 768px) {
    .page-page-reserve-solution_list {
        gap:60px 40px;
        grid-template-columns: repeat(2,1fr)
    }
}

@media screen and (max-width: 640px) {
    .page-page-reserve-solution_list {
        gap:40px;
        grid-template-columns: repeat(1,1fr)
    }
}

.page-page-reserve-solution_item {
    display: flex;
    flex-direction: column
}

.page-page-reserve-solution_heading {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px
}

@media screen and (max-width: 768px) {
    .page-page-reserve-solution_heading {
        font-size:16px
    }
}

.page-page-reserve-solution_desc {
    margin-top: 8px
}

@media screen and (max-width: 768px) {
    .page-page-reserve-solution_desc {
        font-size:15px
    }
}

.page-page-reserve-solution_thumb {
    order: -1
}

.page-page-order-mv {
    display: flex;
    height: 700px;
    justify-content: space-between
}

@media screen and (max-width: 1080px) {
    .page-page-order-mv {
        flex-direction:column;
        height: auto;
        padding-bottom: 100px;
        padding-top: 64px
    }
}

.page-page-order-mv_content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px 80px;
    text-align: center;
    width: 50%
}

@media screen and (max-width: 1080px) {
    .page-page-order-mv_content {
        padding-bottom:0;
        width: 100%
    }
}

.page-page-order-mv_title {
    font-family: YuMincho,Yu Mincho,Hiragino Mincho ProN,MS PMincho,serif;
    font-size: 120px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 1
}

@media screen and (max-width: 1080px) {
    .page-page-order-mv_title {
        font-size:12vw;
        font-size: 65px
    }
}

.page-page-order-mv_title span {
    font-size: 18px;
    letter-spacing: .02em;
    line-height: 1;
    position: relative
}

@media screen and (max-width: 1080px) {
    .page-page-order-mv_title span {
        font-size:16px
    }
}

.page-page-order-mv_title span:after,.page-page-order-mv_title span:before {
    background-color: #111;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px
}

@media screen and (max-width: 1080px) {
    .page-page-order-mv_title span:after,.page-page-order-mv_title span:before {
        width:15px
    }
}

.page-page-order-mv_title span:before {
    left: -32px
}

@media screen and (max-width: 1080px) {
    .page-page-order-mv_title span:before {
        left:-23px
    }
}

.page-page-order-mv_title span:after {
    right: -32px
}

@media screen and (max-width: 1080px) {
    .page-page-order-mv_title span:after {
        right:-23px
    }
}

.page-page-order-mv_caption {
    font-size: 15px;
    letter-spacing: .02em;
    margin-top: 30px;
    text-align: center
}

@media screen and (max-width: 1080px) {
    .page-page-order-mv_caption {
        font-size:14px;
        margin-top: 20px
    }
}

.page-page-order-mv_caption span {
    display: inline-block
}

.page-page-order-mv_bg {
    width: 50%
}

@media screen and (max-width: 1080px) {
    .page-page-order-mv_bg {
        order:-1;
        padding: 15px 25px 0;
        width: 100%
    }
}

.page-page-order-mv_bg img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

@media screen and (max-width: 1080px) {
    .page-page-order-mv_bg img {
        aspect-ratio:2/3
    }
}

.page-page-order-intro {
    padding-top: 120px;
    position: relative
}

@media screen and (max-width: 1080px) {
    .page-page-order-intro {
        display:flex;
        flex-direction: column;
        padding-top: 0
    }
}

.page-page-order-intro_inner {
    bottom: 0;
    left: 50%;
    padding-bottom: 100px;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    z-index: 2
}

@media screen and (max-width: 1080px) {
    .page-page-order-intro_inner {
        left:auto;
        padding-top: 100px;
        position: relative;
        transform: none
    }
}

.page-page-order-intro_content {
    color: #fff;
    width: 51%
}

@media screen and (max-width: 1080px) {
    .page-page-order-intro_content {
        width:100%
    }
}

.page-page-order-intro_title {
    font-family: YuMincho,Yu Mincho,Hiragino Mincho ProN,MS PMincho,serif;
    font-size: 37px;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap
}

@media screen and (max-width: 640px) {
    .page-page-order-intro_title {
        font-size:24px
    }
}

.page-page-order-intro_desc {
    font-size: 15px
}

@media screen and (max-width: 640px) {
    .page-page-order-intro_desc {
        font-size:14px
    }
}

.page-page-order-intro_desc>p {
    margin-top: 30px
}

@media screen and (max-width: 640px) {
    .page-page-order-intro_desc>p {
        margin-top:28px
    }
}

.page-page-order-intro_mv {
    margin-left: auto;
    position: relative;
    width: 64vw;
    z-index: 1
}

@media screen and (max-width: 1080px) {
    .page-page-order-intro_mv {
        order:-1;
        width: 100%
    }
}

.page-page-order-intro_mv img {
    height: 100%;
    min-height: 600px;
    object-fit: cover;
    width: 100%
}

@media screen and (max-width: 1080px) {
    .page-page-order-intro_mv img {
        min-height:auto
    }
}

.page-page-order-intro_bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.page-page-order-intro_bg img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.page-page-order-points {
    margin-top: 100px
}

.page-page-order-points-header {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.page-page-order-points-header_title {
    font-family: YuMincho,Yu Mincho,Hiragino Mincho ProN,MS PMincho,serif;
    font-size: 80px;
    font-weight: 400;
    line-height: 1
}

@media screen and (max-width: 1080px) {
    .page-page-order-points-header_title {
        font-size:64px
    }
}

.page-page-order-points-header_label {
    font-size: 17px
}

@media screen and (max-width: 1080px) {
    .page-page-order-points-header_label {
        font-size:15px;
        margin-top: 8px
    }
}

.page-page-order-points-body {
    background-image: url(../img/lineup/order/points-bg.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 80px;
    padding: 80px 0
}

@media screen and (max-width: 1080px) {
    .page-page-order-points-body {
        margin-top:50px;
        padding-top: 0
    }
}

.page-page-order-points-section {
    position: relative
}

@media screen and (max-width: 1080px) {
    .page-page-order-points-section {
        display:flex;
        flex-direction: column
    }
}

.page-page-order-points-section+* {
    margin-top: 50px
}

.page-page-order-points-section_content {
    bottom: 50px;
    color: #fff;
    left: 50%;
    position: absolute;
    width: 50%;
    z-index: 1
}

@media screen and (max-width: 1080px) {
    .page-page-order-points-section_content {
        margin-top:30px;
        position: static;
        width: 100%
    }
}

.page-page-order-points-section_title {
    font-family: YuMincho,Yu Mincho,Hiragino Mincho ProN,MS PMincho,serif;
    font-size: 32px;
    font-weight: 400
}

@media screen and (max-width: 1080px) {
    .page-page-order-points-section_title {
        font-size:24px
    }
}

.page-page-order-points-section_desc {
    font-size: 15px;
    margin-top: 20px
}

@media screen and (max-width: 640px) {
    .page-page-order-points-section_desc {
        font-size:14px
    }
}

.page-page-order-points-section_img {
    position: relative;
    width: 65%
}

@media screen and (max-width: 1080px) {
    .page-page-order-points-section_img {
        order:-1;
        width: 100%
    }
}

.page-page-order-points-section_img small {
    bottom: 8px;
    font-size: 12px;
    left: 8px;
    position: absolute
}

.page-page-style-intro {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    .page-page-style-intro {
        display:block
    }
}

.page-page-style-intro_item {
    border: 1px solid #111;
    padding: 40px 20px 32px;
    width: 48%
}

@media screen and (max-width: 768px) {
    .page-page-style-intro_item {
        padding:40px 16px 32px;
        width: 100%
    }

    .page-page-style-intro_item+* {
        margin-top: 40px
    }
}

.page-page-style-intro_title {
    background-color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-top: -58px;
    padding: 0 12px;
    width: -moz-fit-content;
    width: fit-content
}

@media screen and (max-width: 768px) {
    .page-page-style-intro_title {
        font-size:18px;
        margin-top: -54px
    }
}

.page-page-style-intro_desc {
    margin-top: 16px;
    padding: 0 12px
}

@media screen and (max-width: 768px) {
    .page-page-style-intro_desc {
        font-size:15px
    }
}

.page-page-style-lineup {
    display: grid;
    gap: 80px 40px;
    grid-template-columns: repeat(3,1fr)
}

@media screen and (max-width: 768px) {
    .page-page-style-lineup {
        gap:80px 20px;
        grid-template-columns: repeat(2,1fr)
    }
}

@media screen and (max-width: 640px) {
    .page-page-style-lineup {
        gap:50px 20px
    }
}

.page-page-style-lineup_item {
    display: flex;
    flex-direction: column
}

.page-page-style-lineup_content {
    margin-top: 16px
}

@media screen and (max-width: 640px) {
    .page-page-style-lineup_content {
        margin-top:8px
    }
}

.page-page-style-lineup_btn button {
    text-align: left
}

.page-page-style-lineup_sns {
    display: flex;
    margin-top: 8px
}

.page-page-style-lineup_sns a {
    transition: opacity .2s;
    width: 24px
}

.page-page-style-lineup_sns a:hover {
    opacity: .8
}

.page-page-style-lineup_thumb {
    order: -1
}

.page-page-style-lineup_modal-img>div {
    display: flex
}

@media screen and (max-width: 768px) {
    .page-page-style-lineup_modal-img>div {
        display:block
    }

    .page-page-style-lineup_modal-img>div:first-of-type {
        display: flex;
        flex-direction: column
    }

    .page-page-style-lineup_modal-img>div:first-of-type img:first-of-type {
        order: 2
    }
}

.page-page-style-lineup_modal-img>div img {
    width: 50%
}

@media screen and (max-width: 768px) {
    .page-page-style-lineup_modal-img>div img {
        width:100%
    }
}

.u-df {
    display: flex!important
}

.u-mt50 {
    margin-top: 50px
}

.u-jcc {
    justify-content: center!important
}

.sp-show {
    display: none
}

@media screen and (max-width: 640px) {
    .sp-show {
        display:block
    }
}

.is-md-show {
    display: none
}

@media screen and (max-width: 768px) {
    .is-md-show {
        display:block
    }
}

.is-md-show--flex {
    display: none
}

@media screen and (max-width: 768px) {
    .is-md-show--flex {
        display:flex
    }

    .is-md-hide {
        display: none
    }
}

.page-drawer-menu,.page-modal {
    z-index: 110
}

.page-header,.page-mega-menu {
    z-index: 100
}

.c-fixed-btn {
    z-index: 90
}


.lineup_inner {
    overflow: hidden
}

.lineup_title {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 16px;
    position: relative;
    z-index: 1
}

@media screen and (min-width: 768px) {
    .lineup_title {
        left:0;
        padding: 8px 16px;
        position: absolute;
        top: 0;
        width: 320px
    }
}

.lineup_title-icon {
    margin-right: 8px;
    width: 40px
}

@media screen and (min-width: 768px) {
    .lineup_title-icon {
        color:var(--color-text);
        width: 48px
    }
}

.lineup_title-text {
    font-size: 16px
}

@media screen and (min-width: 768px) {
    .lineup_title-text {
        color:var(--color-text);
        font-size: 18px
    }
}

.lineup_items {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    padding: 16px;    
}

@media screen and (max-width: 640px) {
    .lineup_items {
        grid-template-columns: repeat(1,1fr);
        box-sizing:border-box;
        gap: 12px;
        justify-content: center;
        max-width: 100%;
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    .lineup_items {
        box-sizing:border-box;
        gap: 15px;
        justify-content: center;
        max-width: 100%;
        width: 100%
    }
}

.lineup_item {
    /*background-color: #fff;*/
    box-shadow: 0 2px 4px #00000029;
    flex: 0 0 90%;
    min-width: 0;
    overflow: hidden;
    padding-bottom: 14px;
    text-decoration: none
}

@media screen and (min-width: 425px) {
    .lineup_item {
        box-shadow:0 3px 6px #00000029;
        flex: 0 0 33%;
    }
}

.lineup_item:hover .lineup_item-image {
    overflow: hidden;
    position: relative
}

.lineup_item:hover .lineup_item-image:before {
    align-items: center;
    bottom: 0;
    color: #fff;
    content: "詳細を見る";
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s;
    width: 100%;
    z-index: 3;
    font-size: 18px;
    font-weight: bold;
}

.lineup_item:hover .lineup_item-ex,.lineup_item:hover .lineup_item-title {
    opacity: 0.6;
    transition: all .2s
}

.lineup_item:hover img {
    align-items: center;
    display: flex;
    filter: brightness(50%);
    justify-content: center;
    transform: scale(1.1);
    transition: all .3s ease-out
}

.lineup_item-image {
    overflow: hidden;
    transition: all .2s
}

.lineup_item-image img {
    aspect-ratio: 2/3;
    height: 270px;
    object-fit: cover;
    transition: filter .2s;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .lineup_item-image img {
        height: 230px;
    }
}

@media screen and (max-width: 426px) {
    .lineup_item-image img {
        height: 200px;
    }
}

.lineup_item-text {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 4px;
    text-align: left;
    transition: all .2s
}

.lineup_item-title {
    font-size: 16px;
    margin-top: 10px;
    transition: all .2s
}

@media screen and (min-width: 425px) {
    .lineup_item-title {
        font-size:18px
    }
}

@media screen and (min-width: 768px) {
    .lineup_item-title {
        font-size:20px
    }
}

.lineup_item-ex {
    font-size: 12px;
    margin: 8px 0;
    transition: all .2s
}

@media screen and (min-width: 425px) {
    .lineup_item-ex {
        font-size:14px
    }
}

@media screen and (min-width: 768px) {
    .lineup_item-ex {
        font-size:15px
    }
}


.recruit_inner {
    overflow: hidden
}

.recruit_title {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 16px;
    position: relative;
    z-index: 1
}

@media screen and (min-width: 768px) {
    .recruit_title {
        left:0;
        padding: 8px 16px;
        position: absolute;
        top: 0;
        width: 320px
    }
}

.recruit_title-icon {
    margin-right: 8px;
    width: 40px
}

@media screen and (min-width: 768px) {
    .recruit_title-icon {
        color:var(--color-text);
        width: 48px
    }
}

.recruit_title-text {
    font-size: 16px
}

@media screen and (min-width: 768px) {
    .recruit_title-text {
        color:var(--color-text);
        font-size: 18px
    }
}

.recruit_items {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    padding: 16px;    
}

@media screen and (max-width: 640px) {
    .recruit_items {
        grid-template-columns: repeat(1,1fr);
        box-sizing:border-box;
        gap: 12px;
        justify-content: center;
        max-width: 100%;
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    .recruit_items {
        box-sizing:border-box;
        gap: 15px;
        justify-content: center;
        max-width: 100%;
        width: 100%
    }
}

.recruit_item {
    /*background-color: #fff;*/
    box-shadow: 0 2px 4px #00000029;
    flex: 0 0 90%;
    min-width: 0;
    overflow: hidden;
    padding-bottom: 14px;
    text-decoration: none
}

@media screen and (min-width: 425px) {
    .recruit_item {
        box-shadow:0 3px 6px #00000029;
        flex: 0 0 33%;
    }
}

.recruit_item:hover .recruit_item-image {
    overflow: hidden;
    position: relative
}

.recruit_item:hover .recruit_item-image:before {
    align-items: center;
    bottom: 0;
    color: #fff;
    content: "詳細を見る";
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s;
    width: 100%;
    z-index: 3;
    font-size: 18px;
    font-weight: bold;
}

.recruit_item:hover .recruit_item-ex,.recruit_item:hover .recruit_item-title {
    opacity: 0.6;
    transition: all .2s
}

.recruit_item:hover img {
    align-items: center;
    display: flex;
    filter: brightness(50%);
    justify-content: center;
    transform: scale(1.1);
    transition: all .3s ease-out
}

.recruit_item-image {
    overflow: hidden;
    transition: all .2s
}

.recruit_item-image img {
    aspect-ratio: 2/3;
    height: 270px;
    object-fit: cover;
    transition: filter .2s;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .recruit_item-image img {
        height: 230px;
    }
}

@media screen and (max-width: 426px) {
    .recruit_item-image img {
        height: 200px;
    }
}

.recruit_item-text {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 4px;
    text-align: left;
    transition: all .2s
}

.recruit_item-title {
    font-size: 16px;
    margin-top: 10px;
    transition: all .2s
}

@media screen and (min-width: 425px) {
    .recruit_item-title {
        font-size:18px
    }
}

@media screen and (min-width: 768px) {
    .recruit_item-title {
        font-size:20px
    }
}

.recruit_item-ex {
    font-size: 12px;
    margin: 8px 0;
    transition: all .2s
}

@media screen and (min-width: 425px) {
    .recruit_item-ex {
        font-size:14px
    }
}

@media screen and (min-width: 768px) {
    .recruit_item-ex {
        font-size:15px
    }
}


.fix-list {
    position: fixed;
    top: 120px;
    right: 0;
    z-index: 100;
}

.fix-list a{
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

.fix-list-button {
    padding: 1.25rem 0.55rem 1.25rem 0.55rem;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    writing-mode: vertical-rl;
    color: white;
    font-size: 16px;
    font-weight: 600;
    display: flex;
}

.fix-list-button img {
    margin: auto;
    margin-bottom: 5px;
    filter: invert(1);
}

@media screen and (max-width: 768px) {
    .fix-list {
    position: fixed;
    top: initial;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    width: 100%;
    max-width: 100%;
    }
    
    .fix-list-button {
    padding: 5px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    width: calc(100% / 3);
    border-top-left-radius: initial;
    border-bottom-left-radius: initial;
    writing-mode: initial;
    display: initial;
    text-align: center;
    }
    
    .fix-list-button img {
        margin: auto;
        margin-bottom: auto;
        width: 30px;
    }
}


.side_nav {
    position: fixed;
    top: 40%;
    right: 0;
    width: 44px;
    transform: translate(0, -50%);
    z-index: 100;
}

.side_nav_bt {
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
}

.side_nav_bt a {
    display: block;
    position: relative;
    /* min-height: 170px; */
    padding: 40px 0 20px;
    background-color: #000;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: opacity .2s;
    box-sizing: border-box;
}

.side_nav_bt a::before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    right: 0;
    left: 0;
    width: 26px;
    height: 26px;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.side_nav_bt1 a {
    background-color: #1e90ff;
}

.side_nav_bt1 a::before {
    background-image: url(/img/icon_reserve.svg);
    filter: invert(1);
}

.side_nav_bt2 a {
    background-color: #87ceeb;
}

.side_nav_bt2 a::before {
    background-image: url(/img/icon_event.svg);
    filter: invert(1);
}

.side_nav_bt3 a {
    background-color: #6495ed;
}

.side_nav_bt3 a::before {
    background-image: url(/img/icon_document.svg);
    filter: invert(1);
}

.side_nav_bt span {
    display: inline-block;
    width: 1em;
    vertical-align: top;
}

.side_nav_bt a:hover {
    opacity: 0.9;
}

.side_nav_bt a:hover::before {
    opacity: 0.9;
}

@media screen and (max-width: 768px) {
    .side_nav {
      top: auto;
      bottom: 0;
      left: 0;
      width: auto;
      margin: 0;
      transform: none;
    }
    
    .side_nav_bt {
        display: -webkit-box;
        display: flex;
        justify-content: space-between;
        font-size: 16px;
    }

    .side_nav_bt li {
        width: -webkit-calc(33.333%);
        width: calc(33.333%);
        margin: 0;
    }
    
    .side_nav_bt a {
        display: -webkit-box;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 0;
        height: 70px;
        line-height: 1.333;
        box-sizing: border-box;
        text-align: center;
    }
    
    .side_nav_bt a::before {
        top: 10px;
        right: 0;
        left: 0px;
        width: 24px;
        height: 24px;
        margin: 0 auto;
    }
    
    .side_nav_bt span {
        width: auto;
    }

}



.pagination-container {
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .pagination-container {
        top: auto;
        bottom: 0;
        left: 0;
        width: auto;
        margin: 0;
        transform: none;margin-top: 25px;
    }
}

.pagination-container ul {
    border: none;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    filter: drop-shadow(0px 1px 3px #ccc);
    transition: 0.3s;
    border-radius: 0px;
    overflow: hidden;
}
.pagination li {
    margin: 0;
}
.pagination-container ul li a {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0;
    padding: 15px 18px 13px;
    background: #FFF;
    line-height: 1;
    border-right: solid 1px #eee;
}

@media screen and (max-width: 768px) {
    .pagination-container ul li a {
        padding: 10px 13px 10px;
    }
}

.pagination .active a {
    background: #000000;
    color: white;
}
.pagination > .disabled {
    opacity: 0;
}


.eventList_item {
    padding: 0 0 15px;
  }
  
  .eventList_item:last-child {
    padding: 0 0 55px;
    margin: 0 0 0px;
    border-bottom: none;
  }

  .eventList_title_detail {
    font-size: 20px;
    font-weight: 400;
    color: #3c8f55;
}

.eventList_title, .eventList_title_detail, .eventList_content, .eventList_date {
    position: relative;
    padding-left: 50px;
}

.eventList_title_detail .eventList_category {
    top: 5px;
}

.eventList_category {
    color: #333333;
    background: #e5e5e5;
}

.eventList_new, .eventList_category {
    position: absolute;
    left: 0px;
    display: block;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    border-radius: 2px;
}

.eventList_content, .eventList_date {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.eventList_date {
    margin-top: 14px;
}

.eventList_content .eventList_category, .eventList_date .eventList_category {
    top: 3px;
}

.eventList_category.inlineBlock {
    position: relative;
    top: -1px;
    display: inline-block;
    margin: 0 5px 0 20px;
}

.w-box {
    margin-bottom: 20px;
    display: flex;
}

.w-category {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-right: 15px;
    display:inline-block;
}

.w-category p {
    background-color: #363636;
    padding: 4px 10px;
    color: #ffffff;
}

.w-information {
    color: #595757;
    font-size: 22px;
}

.w-information span {
    display: inline-block;
    margin-right: 1em;
    padding-left: 1.3em;
    text-indent: -1.3em;
}

@media screen and (max-width: 768px) {
    .w-category {
        font-size: 14px;
    }

    .w-information {
        font-size: 17px;
    }
    
    .w-information span {
        padding-left: 1em;
    }
}

.vtSpec01_in {
        display: -webkit-box;
        display: flex;
        justify-content: space-between;
        max-width: 1240px;
        margin: 0 auto;
        padding: 20px 30px 20px;
        background-color: #f5f5f5;
        box-sizing: border-box;
}

.vtSpec01_head {
        width: 10%;
}

.vtSpec01_tit {
        line-height: 1;
        margin-top: 0!important;
        color: #000;
        font-family: 'Noto Serif JP', serif;
        font-size: 150%;
        font-weight: 700;
}

.vtSpec01_body {
    width: 90%;
}

.vtSpec01_data {
    display: -webkit-box;
    display: flex;
}

.vtSpec01_data ul {
    line-height: 1.6875;
    color: #727272;
    font-size: 110%;
    font-weight: 400;
}

.vtSpec01_data ul:nth-child(1) {
    width: 45%;
}

.vtSpec01_data li {
    margin: 0;
    list-style: none !important;
}

.vtSpec01_data ul:nth-child(2) {
    width: 45%;
    margin-top: -8px;
}

.vtSpec01_data ul:nth-child(2) li {
    margin-left: 5em;
    text-indent: -5em;
}

@media screen and (max-width: 768px) {
    .vtSpec01_in {
        display: block;
        max-width: none;
    }

    .vtSpec01_head {
        width: auto;
    }

    .vtSpec01_tit {
        padding: 0;
    }

    .vtSpec01_body {
        width: auto;
    }

    .vtSpec01_data {
        display: block;
    }


    .vtSpec01_data ul {
        line-height: 2.0625;
        font-size: 110%;
    }


    .vtSpec01_data ul:first-child {
        margin-top: 0;
    }

    .vtSpec01_data ul:nth-child(1), .vtSpec01_data ul:nth-child(2) {
        width: auto;
    }

    .vtSpec01_data ul:nth-child(2) {
        margin-top: 0px;
    }
}

.voice-comment{
    border: 2px solid #768862;
    border-radius: 5px;
    padding: 30px 55px;
    position: relative;
    margin  : 0 auto 50px;
    background: #fefefd;
}

@media screen and (max-width: 768px) {
    .voice-comment {
        padding: 15px 20px;
    }

.voice-comment img{
    margin: 20px 0 20px 0;
}
}

.page-post-style h2 {
    color: #222;
    border-bottom: 3px solid #ddd;
    padding: 4px 0;
    margin: 20px 0 10px;
    position: relative;
    z-index: 2;
    font-size: 2rem;
    line-height: 1.6;
}

.page-post-style h2 {
    font-size: 1.5em;
    margin-top: 2em
}
@media screen and (max-width: 768px) {
.page-post-style h2 {
    font-size: 1.3em;
}
}

.page-post-style h2:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 3px solid #414141;
    bottom: -3px;
    width: 30%;
}

.page-post-style h3 {
    padding: 0em 0.5em;
    background: transparent;
    border-left: solid 4px black;
}

.page-post-style h4 {
    border-bottom: 2px dotted #ddd;
    padding: 5px 0;
    margin: 0 0 10px;
    border-left: solid 0 #999;
}

#staff-single .main-wrap {
  margin-bottom: 0px;
}
#staff-single .main-wrap .main-inner {
  display: flex;
  /*align-items: center;*/
  max-width: 1400px;
}
#staff-single .main-wrap .main-inner .img {
  padding: 0px 0;
  width: 730px;
  height: auto;
}
#staff-single .main-wrap .main-inner img {
  aspect-ratio: 3/3;
  object-fit: cover;
}	
#staff-single .main-wrap .main-inner .information {
  margin-left: 40px;
}

#staff-single .main-wrap .main-inner .information table {
  margin-bottom: 20px;
}
#staff-single .main-wrap .main-inner .information table * {
  font-size: 16px;
  border-bottom: 1px dashed #7a7a7a;
}
#staff-single .main-wrap .main-inner .information table th,
#staff-single .main-wrap .main-inner .information table td {
  padding: 4px 0;
  width: 270px;
}
#staff-single .main-wrap .main-inner .information table th {
  width: 150px;
}
	
	.staff_comment h3 {
    font-size: 16px;
	border-bottom: 1px solid #7a7a7a;
}
	
.staff_comment p {
    line-height: 1.7;
    vertical-align: middle;
    margin-left: 30px;
	margin-top: 10px;
	}
	
@media screen and (max-width: 768px){
 #staff-single .main-wrap .main-inner {
    display: block;
}
	#staff-single .main-wrap {
    margin-top: 0px;
}
	
	#staff-single .main-wrap .main-inner .img {
    padding: 0px 0;
    width: auto;
    height: auto;
}
	
	#staff-single .main-wrap .main-inner .information {
    margin-left: 25px;
    padding: 15px 0px 0px 0px;
}
	
	#staff-single .main-wrap .main-inner .information table th, #staff-single .main-wrap .main-inner .information table td {
    padding: 2px 20px 0px 0px;
    width: auto;
}
	
	#staff-single .main-wrap .main-inner .information table {
    margin-top: 5px;
    text-align: left;
    margin-left: 30px;
}
	
}

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0!important;
    padding: 0!important
}

.splide__list img {
    filter: brightness(0.8);
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress_bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized,.splide.is-rendered {
    visibility: visible
}

.splide__slide {
    -ms-flex-negative: 0;
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none!important;
    margin: 0;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle_play,.splide__toggle_pause {
    display: none
}

.splide__toggle.is-active .splide__toggle_pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
    margin: 0!important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb>.splide__list {
    display: block
}

.splide__arrow {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1
}

.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
    opacity: .9
}

.splide__arrow:disabled {
    opacity: .3
}

.splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__arrow--prev {
    left: 1em
}

.splide__arrow--prev svg {
    transform: scaleX(-1)
}

.splide__arrow--next {
    right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1
}

.splide__pagination_page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 8px
}

.splide__pagination_page.is-active {
    background: #fff;
    transform: scale(1.4);
    z-index: 1
}

.splide__pagination_page:hover {
    cursor: pointer;
    opacity: .9
}

.splide__pagination_page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__pagination_page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__progress_bar {
    background: #ccc;
    height: 3px
}

.splide__slide {
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.splide__slide:focus {
    outline: 0
}

@supports(outline-offset: -3px) {
    .splide__slide:focus-visible {
        outline:3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf
    }
}

@supports(outline-offset: -3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline:3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf
    }

    .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
        border-color: #0bf
    }
}

.splide__toggle {
    cursor: pointer
}

.splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
    border: 3px solid transparent;
    cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
    transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
    transform: rotate(90deg)
}

.splide__pagination--ttb {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: .5em;
    top: 0
}

table.CF7_table{
	width:100%;
	margin:0 auto;
	border: 2px solid #e5e5e5;
}

table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
}

.CF7_table th p{
	margin: 10px;
	}	

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
}

.CF7_table ::placeholder {
	color:#797979;
}

.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #f79034;
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;
	background-color: #f1f1f1;
	text-align: left;
	}
}

@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#ebedf5;
	text-align: left;
	}
}

.wpcf7 input.wpcf7-submit {
	background-color: #000000;
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
	width: 50%;
}

@media screen and (max-width: 768px){
	.wpcf7 input.wpcf7-submit {
	width: 100%;
}
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}
	
.form-check-list li {
    line-height: 1.5;
    list-style: disc;
    margin-left: 40px;
    font-size: 14px;
}
	
.info-area{
        margin-bottom: 20px;
}

#contact_p{
        margin: 20px
}
	
#contact_p p{
        text-align: center;
}
	
#contact_p a {
    color: #10426b;
	text-decoration: revert;
}

.blog_single {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
	
.blog_content {
    width: 75%;
    margin-right: 2%;
    background: #fff;
	padding: 20px;
	border: 1px solid #d8d8d8;
}
	
.side {
    width: 22.5%;
    min-width: 18rem;
	border: 1px solid #fafeff;
    padding: 9px;
	background-color: #fff;
}
	
.side .list-block {
    margin: 20px 0 40px;
}
	
.side h5 {
    background: #38434b;
    color: #fff;
    font-size: 15px;
    padding: 7px 15px 7px;
    text-align: left;
}
	
.side h5 span {
    font-size: 0.938em;
    font-weight: bold;
}
	
.side a {
    line-height: 1.4;
    font-size: 0.875rem;
    margin-bottom: 5px !important;
}
	
.side ul {
    margin-bottom: 20px;
}
	
.side li {
    border-bottom: 1px dotted #ddd;
	margin-top: 7px;
}
	
.blog-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 40px;
    padding-right: 40px;
}
	
.list-block .date {
    font-size: 9px;
    color: #969999;
    display: block;
    text-align: end;
}
	
.category a {
    display: block;
    background-image: url(/img/arrow.webp);
    background-size: 10px 12px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
	
.blog-cat {
   background-color: #363636;
    padding: 4px 10px;
    color: #ffffff;
    margin-left: 12px;
    font-weight: bold;
    font-size: 12px;
    position: relative;
    top: -3px;
}
	
.blog_content h3 {
    margin-top: 30px;
}

@media screen and (max-width: 768px){
.blog-inner {
    padding-left: 20px;
    padding-right: 20px;
}

.blog_single {
	flex-direction: column;
}
.blog_content {
    width: 100%;
    margin-right: 0;
	padding: initial;
    border: initial;
}
.blog-cat {
    margin-left: 3px;
    font-size: 8px;
}

.blog_content h3 {
    margin-top: 30px;
}

.side {
    width: 100%;
    padding: 0px;
}
	
.page_l_body {
    background-color: #fff;
}
		
}

.post-navigation {
    overflow: hidden;
    padding: 12px 0;
    border-top: 2px dotted #c0c0c0;
    margin-top: 40px;
}
 
.prev {
    float: left;
}
 
.next {
    float: right;
}

.page-about-detaisection_l_title {
    position: relative;
    overflow: hidden;
    padding: 1.5rem 2rem 1rem 130px;
    word-break: break-all;
    border-top: 3px solid #000;
    border-radius: 12px 0 0 0;
    font-size: 32px;
}
	
.page-about-detaisection_l_title span {
  font-size: 3.5rem;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 3px 20px;
  color: #fff;
  border-radius: 10px 0 20px 10px;
  background: #000;
}
	
@media screen and (max-width: 768px){
.page-about-detaisection_l_title {
    padding: 5px 10px 10px 85px;
    border-top: 3px solid #000;
    font-size: 25px;
}
	
.page-about-detaisection_l_title span {
    font-size: 1.6rem;
}
}

	
#about_concept .container {
    padding: 40px 0 0 0;
}
	
#about_concept .wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 30px 0 0 0;
}
	
.tex {
    width: 62.5%;
}
	
.ttl {
    font-size: 44px;
    font-weight: bold;
    line-height: 1.7;
    margin: 0;
    background-color: rgba(255,255,255,0.9);
    display: inline;
}
	
.noteWrap {
    background: #ffffff;
    background-color: rgba(255,255,255,0.9);
    padding: 1em 2em 1em 2em;
    box-sizing: border-box;
    margin: 1.5em 0.5em 2em 0.5em;
    filter: drop-shadow(0 0 3px rgba(0,0,0,0.1));
}
	
.wrap .img {
    width: 53.70%;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
}
	
@media screen and (max-width: 768px){
#about_concept .container {
    padding: 0;
}
	
#about_concept .wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0;
}
	
.tex {
    width: 90%;
    margin: 0 auto;
}
	
.ttl {
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 1em 0;
    text-align: center;
}
	
.noteWrap {
    margin: 0 0 1.5em 0;
    background-color: rgba(255,255,255,0.9);
    padding: 1em 2em 1em 2em;
}
	
.wrap .img {
    margin: 0;
    position: relative;
    z-index: 0;
	width: 100%;
}
}
	
	
	
.secFlowStep .stepItem {
    position: relative;
    z-index: 0;
}
	
.secFlowStep .stepItem .stepItemInner:before {
    height: 100%;
}
	
.secFlowStep .stepItem .stepItemInner:before {
    content: "";
    position: absolute;
    left: 55px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #5280ab;
    z-index: -1;
}
	
.secFlowStep .stepItem .stepNumberBox {
    width: 112px;
    color: #5280ab;
    padding-top: 7px;
    background: #fff;
}
	
.secFlowStep .stepItem .stepNumberBox .stepName {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    margin-bottom: -5px;
}
	
.secFlowStep .stepItem .stepNumberBox .stepNumber {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 500;
    text-align: center;
}
	
.secFlowStep .stepItem .stepItemCont {
    padding-left: 115px;
}
	
.secFlowStep .stepItem .stepItemCont .stepItemTitle {
    font-size: 32px;
    letter-spacing: .05em;
    font-weight: 500;
    color: #5280ab;
}
	
.secFlowStep .stepItem .stepItemCont .stepItemText {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 2;
    font-weight: 500;
    margin-top: 16px;
}
	
.secFlowStep .stepItem.img .stepItemCont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
	
.secFlowStep .stepItem.img .stepItemCont .stepItemTextBox {
    width: calc(100% - 350px);
    padding-right: 40px;
}
	
.secFlowStep .stepItem.img .stepItemCont .stepItemImgBox {
    width: 350px;
    margin-top: 10px;
}
	
@media screen and (max-width: 768px){	
.secFlowStep .stepItem .stepItemInner:before {
   left: 35px;
}
	
.secFlowStep .stepItem .stepItemInner:before {
        height: 100%;
}
	
.secFlowStep .stepItem .stepNumberBox {
    width: 70px;
    padding-top: 7px;
}
	
.secFlowStep .stepItem .stepNumberBox .stepName {
    font-size: 17px;
    margin-bottom: 0;
}
	
.secFlowStep .stepItem .stepNumberBox .stepNumber {
    font-size: 40px;
}
	
.secFlowStep .stepItem .stepItemCont {
    display: block;
	padding-left: 65px;
}
	
.secFlowStep .stepItem .stepItemCont .stepItemTitle {
    font-size: 24px;
}
	
.secFlowStep .stepItem .stepItemCont .stepItemText {
    font-size: 13px;
    line-height: 1.85;
    margin-top: 13px;
}
	
.secFlowStep .stepItem.img .stepItemCont {
    display: block;
}
	
.secFlowStep .stepItem.img .stepItemCont .stepItemTextBox {
    width: 100%;
    padding-right: 0;
}
	
.secFlowStep .stepItem.img .stepItemCont .stepItemImgBox {
    width: 100%;
    margin-top: 23px;
}
}

@media screen and (max-width: 782px){
.column-reverse{
    display: flex;
    flex-direction: column-reverse;
}
}

.grid-wide {
  grid-column: 1 / -1;
}


.slider {
    width: 90%;
    margin: 0 auto;
}
.slider img {
    width: 100%;
    height: auto;
    border-radius: 10px; 
}
.slick-slide {
    height: auto !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    padding: 10px;
    box-sizing: border-box;
}
.slick-next, .slick-prev {
    width: 40px;
    height: 40px;
}
.slick-prev:before, .slick-next:before {
    font-size: 30px;
    color: darkgray;
}
.slick-arrow {
    z-index: 2 !important;
}


.c-news-item-compact_meta{
  display: flex;
  align-items: center;
  gap: 8px;
  order: -1;
}

.c-badge-new{
  display: inline-block;
  padding: 5px 6px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  border-radius: 999px;
  background: #e60023;
  color: #fff;
}


.l-index__body {
    margin-top: 40px;
}

.p-point-list {
    display: grid;
    gap: 3px;
    grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1080px) {
    .p-point-list {
        gap: 64px 3px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 640px) {
    .p-point-list {
        gap: 40px;
        grid-template-columns: repeat(1, 1fr);
    }
}

.p-point-list__header {
    color: #fff;
    display: block;
    position: relative;
}

.p-point-list__title {
    font-size: 18px;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.p-point-list__label, .p-point-list__title {
    font-weight: 700;
    left: 50%;
    position: absolute;
    z-index: 1;
}

.p-point-list__label {
    bottom: -5px;
    font-family: Oswald, sans-serif;
    font-size: 77px;
    line-height: 1;
    transform: translateX(-50%);
}
@media screen and (max-width: 1080px) {
    .p-point-list__label {
        bottom: -8px;
        font-size: 9vw;
    }
}
@media screen and (max-width: 640px) {
    .p-point-list__label {
        bottom: -5px;
        font-size: 50px;
    }
}

.p-point-list__bg img {
    aspect-ratio: 2 / 3;
    height: 100%;
    object-fit: cover;
    transition: filter 0.2s;
    width: 100%;
    filter: brightness(.6);
}
@media screen and (max-width: 1080px) {
    .p-point-list__bg img {
        aspect-ratio: 2 / 1;
    }
}
.p-point-list__header:hover .p-point-list__bg img {
    filter: brightness(90%);
}

.p-point-list__body {
    margin-top: 20px;
}

.p-point-list__desc {
    font-size: 14px;
    padding-right: 20px;
}

.p-point-list__btn {
    margin-top: 16px;
}

.p-lineup-list{
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 640px) {
    .p-lineup-list {
        display: block;
    }
}
.p-lineup-list__item {
    display: flex;
    flex-direction: column;
    max-width: 400px;
}
.p-lineup-list__item + * {
    margin-left: 50px;
}
@media screen and (max-width: 768px) {
    .p-lineup-list__item + * {
        margin-left: 0;
        margin-top: 50px;
    }
}
.p-lineup-list__content {
    margin-top: 16px;
}
.p-lineup-list__title {
    font-size: 17px;
    font-weight: 700;
}
.p-lineup-list__desc {
    font-size: 14px;
    margin-top: 8px;
}
.p-lineup-list__desc span {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 700;
}
.p-lineup-list__btn {
    margin-top: 24px;
}
.p-lineup-list__thumb {
    order: -1;
}
.p-lineup-list__thumb a {
    display: block;
    transition: opacity 0.2s;
}
.p-lineup-list__thumb a:hover {
    opacity: 0.8;
}

.p-footer__bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.p-footer__bg img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.top02-section {
    background-color: #f5f5f5;
}

.p-header__cv {
    display: flex;
    justify-content: space-between;
    margin-left: 40px;
}
@media screen and (max-width: 1280px) {
    .p-header__cv {
        margin-left: auto;
    }
}
@media screen and (max-width: 768px) {
    .p-header__cv {
        display: none;
    }
}
.p-header__cv a + * {
    margin-left: 16px;
}
.p-header__cv a {
    align-items: center;
    background-color: #111;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    padding: 10px 20px;
    transition: opacity 0.2s;
}
.p-header__cv a img {
    margin-right: 4px;
    width: 20px;
}
.p-header__cv a span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}


.l-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1160px;
    padding-left: 40px;
    padding-right: 40px;
}
@media screen and (max-width: 768px) {
    .l-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.c-heading__title {
    font-family: "futura-pt",sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.35;
}
@media screen and (max-width: 1080px) {
    .c-heading__title {
        font-size: 55px;
    }
}
@media screen and (max-width: 768px) {
    .c-heading__title {
        font-size: 45px;
    }
}
.c-heading__label {
    font-size: 20px;
    font-weight: 700;
}
@media screen and (max-width: 1080px) {
    .c-heading__label {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .c-heading__label {
        font-size: 16px;
    }
}
.p-page-style-intro {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .p-page-style-intro {
        display: block;
    }
}
.p-page-style-intro__item {
    border: 1px solid #111;
    padding: 40px 20px 32px;
    width: 48%;
}
@media screen and (max-width: 768px) {
    .p-page-style-intro__item {
        padding: 40px 16px 32px;
        width: 100%;
    }
}
.p-page-style-intro__title {
    background-color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-top: -58px;
    padding: 0 12px;
    width: -moz-fit-content;
    width: fit-content;
}
@media screen and (max-width: 768px) {
    .p-page-style-intro__title {
        font-size: 18px;
        margin-top: -54px;
    }
}
.p-page-style-intro__desc {
    margin-top: 16px;
    padding: 0 12px;
}
@media screen and (max-width: 768px) {
    .p-page-style-intro__desc {
        font-size: 15px;
    }
}
@media screen and (max-width: 768px) {
    .p-page-style-intro__item + * {
        margin-top: 40px;
    }
}

.p-page-style-lineup {
    display: grid;
    gap: 80px 40px;
    grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
    .p-page-style-lineup {
        gap: 80px 20px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 640px) {
    .p-page-style-lineup {
        gap: 50px 20px;
    }
}
.p-page-style-lineup__item {
    display: flex;
    flex-direction: column;
}
.p-page-style-lineup__content {
    margin-top: 16px;
}
@media screen and (max-width: 640px) {
    .p-page-style-lineup__content {
        margin-top: 8px;
    }
}
.p-page-style-lineup__btn button {
    text-align: left;
}
.p-page-style-lineup__sns {
    display: flex;
    margin-top: 8px;
}
.p-page-style-lineup__sns a {
    transition: opacity 0.2s;
    width: 24px;
}
.p-page-style-lineup__thumb {
    order: -1;
}



.c-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.c-gallery-modal.is-open {
  display: block;
}

.c-gallery-modal__overlay {
  position: absolute;
  inset: 0;
  background: #000;
}

.c-gallery-modal__content {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  margin: 16px auto;
  padding: 48px 16px 16px;
  background: #000000;
  overflow-y: auto;
  border-radius: 8px;
}

.c-gallery-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  background: #333;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  border-radius: 50%;
}

.c-gallery-modal__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.c-gallery-modal__images img {
  display: block;
  width: 100%;
  height: auto;
}

body.is-gallery-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .c-gallery-modal__images {
    grid-template-columns: 1fr;
  }
}

.u-mt80 {
    margin-top: 80px;
}