/*
Theme Name: Genova Template
File: top.css
Theme Author: Genova Design
Author URI: https://genova.co.jp/
Description: Description: This file is reserved for the top-page css
Version: 1.0
*/

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 100%!important;
    margin-top: -1px;
}

p {
    margin-bottom: 0px;
}

.d__flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.home #wrapper {
    padding-top: 0;
}

@media screen and (max-width: 767px) {
    .d__flex {
        display: block;
    }
}

img {
    max-width: 100%;
    height: auto;
}

@-webkit-keyframes effect__toptobottom {
    0% {
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
        clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    }
    to {
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        opacity: 1;
    }
}

@keyframes effect__toptobottom {
    0% {
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
        clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    }
    to {
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);
        opacity: 1;
    }
}

.effect__toptobottom {
    -webkit-animation-name: effect__toptobottom;
    animation-name: effect__toptobottom;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes effect__bottomtotop {
    0% {
        -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    }
    to {
        -webkit-clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
        clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
        opacity: 1;
    }
}

@keyframes effect__bottomtotop {
    0% {
        -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    }
    to {
        -webkit-clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
        clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
        opacity: 1;
    }
}

.effect__bottomtotop {
    -webkit-animation-name: effect__bottomtotop;
    animation-name: effect__bottomtotop;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#key {
    position: relative;
}

#key::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 768px;
    left: 0;
    background: url(../img/top/key_bg01.jpg) no-repeat top right;
    background-size: cover;
}

#key .key-visual {
    height: 768px;
    padding-top: 64px;
    opacity: 0;
}

.home.invisible #key .key-visual {
    opacity: 1;
}

#key p {
    margin-bottom: 0;
}

#key .key-deco {
    position: absolute;
    top: 0;
    right: 0;
    width: 290px;
}

#key .photo {
    width: 64%;
    position: relative;
    z-index: 2;
    height: 710px;
    overflow: hidden;
}

#key .photo .ob-img {
    height: 100%;
}

#key .photo>div {
    height: 100%;
}

#key .photo .photo-1 {
    width: 58%;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);
    opacity: 0;
}

#key .photo .photo-2 {
    left: 44%;
    position: absolute;
    top: 0;
    width: 56%;
    -webkit-clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
    clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
    opacity: 0;
}

#key .photo .photo-2 img {
    -o-object-position: 0 50%;
    object-position: 0 50%;
}

#key .photo img {
    height: 100%;
}

#key .key-catch {
    position: absolute;
    top: 211px;
    right: 0;
    width: 44%;
    text-align: center;
    z-index: 2;
}

#key .key-catch .key-title {
    margin-bottom: 54px;
}

#key .key-catch .key-title .key-title__sub {
    font-weight: 700;
}

#key .key-catch .key-title .key-title__sub span {
    background: #5D360F;
    font-size: 32px;
    display: inline-block;
    line-height: 1;
    padding: 10px 10px;
    color: #fff;
}

#key .key-catch .key-title .key-title__sub span+span {
    margin-left: 9px;
}

#key .key-catch .key-title h2 {
    line-height: 1;
    font-weight: 700;
    color: #5D360F;
    font-size: 68px;
    padding-top: 13px;
    letter-spacing: 4px;
}

#key .key-catch .key-title h2 span {
    display: block;
    font-size: 48px;
    margin-bottom: 18px;
}

#key .key-catch ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 560px;
    margin: 0 auto;
}

#key .key-catch ul li {
    width: 183px;
    position: relative;
}

#key .key-catch ul li span {
    font-weight: 700;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    color: #fff;
    letter-spacing: 0.034em;
}

#key .key-catch ul li:first-child span {
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    #key::before {
        height: 700px;
        background: url(../img/top/key_bg01_sp.jpg) no-repeat top right;
        background-size: cover;
    }
    #key .key-visual {
        height: 690px;
        background: #FFF4EE;
    }
    #key .photo {
        width: 86%;
        margin-bottom: -14px;
        height: 360px;
        padding-top: 0;
    }
    #key .photo .photo-2 img {
        -o-object-position: 43% 50%;
        object-position: 43% 50%;
    }
    #key .key-catch {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
    }
    #key .key-catch .key-title {
        margin-bottom: 20px;
    }
    #key .key-catch .key-title .key-title__sub {
        margin-bottom: 10px;
    }
    #key .key-catch .key-title .key-title__sub span {
        font-size: 24px;
        padding: 5px 10px;
    }
    #key .key-catch .key-title .key-title__sub span+span {
        margin-left: 10px;
    }
    #key .key-catch .key-title h2 {
        font-size: 63px;
    }
    #key .key-catch .key-title h2 span {
        font-size: 42px;
        margin-bottom: 10px;
    }
    #key .key-catch ul {
        width: auto;
        max-width: 333px;
    }
    #key .key-catch ul li {
        width: 109px;
        position: relative;
    }
    #key .key-catch ul li span {
        font-size: 11px;
        line-height: 15px;
        bottom: 20px;
        left: 0;
        right: 0;
    }
    #key .key-catch ul li:first-child span {
        font-size: 12px;
    }
}

@media screen and (min-width: 1600px) {
    #key {
        overflow: hidden;
    }
    #key .photo {}
}

@media screen and (max-width: 375px) {
    #key .key-catch .key-title h2 span {
        font-size: 38px;
    }
    #key .key-catch .key-title h2 {
        font-size: 56px;
    }
    #key .key-catch ul {
        max-width: 325px;
    }
    #key .key-catch ul li {
        width: 106px;
    }
    #key .key-catch ul li span {
        letter-spacing: 0;
    }
}

#news {
    background: #FFF4EE;
    padding: 46px 0 29px;
}

@media screen and (max-width: 767px) {
    #news {
        padding: 80px 0 40px;
    }
}

#news .elementor-row {
    max-width: 1139px;
    margin-left: auto;
    margin-right: auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

#news .elementor-row .left {
    width: 220px;
    padding-top: 63px;
    padding-left: 30px;
}

#news .elementor-row .right {
    width: 873px;
    position: relative;
}

#news .elementor-row .right .newsList {
    padding: 10px 30px 30px;
    background: #fff;
    border-radius: 16px;
    min-height: 298px;
}

#news .elementor-row .right .newsList dl {
    padding: 16px 0;
    background: url(../img/top/news_line.png) repeat-x bottom center;
}

#news .elementor-row .right .newsList dl dt {
    color: #EBA051;
    font-weight: 700;
    margin-bottom: 2px;
}

#news .elementor-row .right .newsList dl dt .new-label {
    background: #5D360F;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    padding: 4px 5px;
    margin-left: 10px;
    border-radius: 5px;
    display: inline-block;
    line-height: 1;
}

#news .elementor-row .right .newsList dl dd a {
    font-size: 20px;
    overflow: hidden;
    max-height: 2.4rem;
    -webkit-line-clamp: 1;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

#news .elementor-row .right .newsList dl dd a:hover {
    text-decoration: underline;
}

#news .elementor-row .right .btn-style {
    position: absolute;
    top: -127px;
    left: -238px;
    width: 200px;
    z-index: 1;
}

#news .elementor-row .title__c {
    text-align: right;
}

#news .elementor-row .title__c p::after {
    display: none;
}

@media screen and (max-width: 767px) {
    #news .elementor-row {
        display: block;
    }
    #news .elementor-row .left {
        width: auto;
        padding-top: 0;
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    #news .elementor-row .right {
        width: auto;
        margin-left: 30px;
        margin-right: 30px;
    }
    #news .elementor-row .right .newsList {
        padding: 10px 20px 20px;
        margin-bottom: 30px;
        min-height: auto;
    }
    #news .elementor-row .right .newsList dl {
        padding: 10px 0;
    }
    #news .elementor-row .right .newsList dl dt {
        font-size: 14px;
    }
    #news .elementor-row .right .newsList dl dd a {
        font-size: 16px;
    }
    #news .elementor-row .right .btn-style {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto;
        width: 100%;
    }
    #news .elementor-row .right .btn-style a {
        font-size: 20px;
    }
    #news .elementor-row .title__c {
        text-align: center;
        width: 169px;
        margin: 0 auto;
    }
    #news .elementor-row .title__c p::after {
        display: block;
    }
}

.sec__parallax {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.visitors {
    background: #fff;
    padding: 96px 0 115px;
}

.visitors .wrap {
    max-width: 1266px;
}

.visitors .title__wrap {
    margin-bottom: 50px;
}

.visitors .text {
    text-align: center;
    margin-bottom: 37px;
}

@media screen and (max-width: 767px) {
    .visitors {
        padding: 80px 0 60px;
    }
    .visitors .title__wrap {
        margin-bottom: 30px;
    }
    .visitors .title__wrap .title__c p::before,
    .visitors .title__wrap .title__c p::after {
        width: 50px;
    }
    .visitors .text {
        text-align: left;
        margin-bottom: 30px;
    }
    .visitors .btn-style a {
        font-size: 20px;
    }
}

.visitors-layout {
    position: relative;
    z-index: 2;
    background: #fff;
    padding-bottom: 100px;
    margin-bottom: -1px;
}

.visitors-layout .elementor-row {
    max-width: 1139px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.visitors-layout .tb-note {
    margin-bottom: 55px;
}

.visitors-layout .left {
    width: 48%!important;
}

.visitors-layout .right {
    width: 48%!important;
    background: #FFF4EE;
    box-sizing: border-box;
    padding: 35px;
    border-radius: 16px;
}

@media screen and (max-width: 767px) {
    .visitors-layout {
        padding-bottom: 20px;
    }
    .visitors-layout .elementor-row {
        display: block;
    }
    .visitors-layout .tb-note {
        margin-bottom: 20px;
    }
    .visitors-layout .left {
        width: 100%!important;
        margin-bottom: 30px;
    }
    .visitors-layout .right {
        padding: 20px;
        width: auto!important;
    }
}

#concept {
    position: relative;
}

#concept::after {
    content: "";
    height: 137px;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 2;
    background: #fff;
}

#concept .set1 {
    padding-top: 126px;
    padding-bottom: 53px;
    background: #fff;
    position: relative;
}

#concept .concept-wrap {
    padding: 93px 0 225px;
    position: relative;
}

#concept .concept-wrap .ttl {
    position: absolute;
    top: 0;
    left: 0;
    width: 153px;
    z-index: 2;
}

#concept .concept-wrap__box dl {
    position: relative;
    width: 67.7%;
    color: #fff;
    margin-left: auto;
}

#concept .concept-wrap__box dl::before {
    content: "";
    background: url(../img/top/concept_icon.png) no-repeat;
    background-size: 100% auto;
    width: 208px;
    height: 185px;
    position: absolute;
    top: 16px;
    left: -39%;
}

#concept .concept-wrap__box dl dt {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 26px;
}

#concept .concept-wrap__box dl dd {
    line-height: 28px;
}

@media screen and (max-width: 767px) {
    #concept::after {
        height: 50px;
    }
    #concept .set1 {
        padding-top: 50px;
        padding-bottom: 25px;
    }
    #concept .concept-wrap {
        padding: 0px 0 90px;
    }
    #concept .concept-wrap .ttl {
        position: relative;
        width: 100%;
        margin-bottom: 40px;
    }
    #concept .concept-wrap__box dl {
        width: 100%;
        margin-left: 0;
    }
    #concept .concept-wrap__box dl::before {
        width: 104px;
        height: 185px;
        top: -100px;
        left: auto;
        right: 0;
    }
    #concept .concept-wrap__box dl dt {
        margin-bottom: 20px;
    }
}

.frame__deco {
    position: relative;
    padding: 10px;
    background: #fff;
}

.frame__deco::before,
.frame__deco::after {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    background: url(../img/corner02.png) no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
    z-index: 1;
}

.frame__deco::after {
    background: url(../img/corner01.png) no-repeat;
    background-size: 100% auto;
    bottom: -10px;
    top: auto;
    right: auto;
    left: -10px;
}

.frame__deco img {
    border: 10px solid #fff!important;
}

@media screen and (max-width: 767px) {
    .frame__deco {
        padding: 0px;
    }
    .frame__deco::before,
    .frame__deco::after {
        top: -8px;
        right: -8px;
        width: 20px;
        height: 20px;
    }
    .frame__deco::after {
        bottom: -5px;
        top: auto;
        right: auto;
        left: -5px;
    }
    .frame__deco img {
        border: 4px solid #fff!important;
    }
}

#feature {
    background: url(../img/top/bg02.jpg) repeat-y top center;
    background-size: 100% auto;
    position: relative;
    z-index: 2;
    padding-top: 47px;
    padding-bottom: 114px;
    overflow: hidden;
}

#feature .title__wrap {
    margin-bottom: 52px;
}

#feature .feature-list li {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

#feature .feature-list li::before {
    content: "";
    background: #fff;
    border-radius: 16px;
    position: absolute;
    top: 47px;
    left: -60px;
    right: -60px;
    bottom: 28px;
    z-index: -1;
}

#feature .feature-list li .feature-list__img {
    position: relative;
}

#feature .feature-list li .feature-list__img .ob-img {
    width: 532px;
    height: 400px;
}

#feature .feature-list .feature-list01 .feature-list__img {
    width: 527px;
}

#feature .feature-list .feature-list01 .feature-list__img .ob-img {
    width: 255px;
    height: 400px;
}

#feature .feature-list .feature-list04 .feature-list__img {
    width: 537px;
}

#feature .feature-list .feature-list04 .feature-list__img .ob-img {
    width: 256px;
    height: 400px;
}

#feature .feature-list .feature-list__img .feature-list__title {
    position: absolute;
    top: 29px;
    left: 33px;
    z-index: 2;
}

#feature .feature-list li:nth-child(2n) {
    flex-direction: row-reverse;
}

#feature .feature-list li:nth-child(2n)::before {
    display: none;
}

#feature .feature-list li+li {}

#feature .feature-list .feature-list01 .feature-list__img {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

#feature .feature-list .feature-list01 .feature-list__img .feature-list__title {
    top: 75px;
    left: 280px;
}

#feature .feature-list .feature-list01 .feature-list__img .photo-0101 {
    margin-bottom: 0;
}

#feature .feature-list .feature-list01 .feature-list__img .photo-0101 img {
    -o-object-position: 40% 50%;
    object-position: 40% 50%;
}

#feature .feature-list .feature-list01 .feature-list__img .photo-0102 {
    margin-top: 156px;
}

#feature .feature-list .feature-list01 .feature-list__info {
    padding-top: 91px;
}

#feature .feature-list .feature-list01 .feature__stick {
    width: 210px;
    position: absolute;
    top: -36px;
    right: -120px;
    z-index: 2;
}

#feature .feature-list .feature-list04 .feature-list__img {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

#feature .feature-list .feature-list04 .feature-list__img .feature-list__title {
    position: absolute;
    top: 9px;
    right: 19px;
    left: auto;
}

#feature .feature-list .feature-list04 .feature-list__img .photo-0401 {
    margin-bottom: 0;
}

#feature .feature-list .feature-list04 .feature-list__img .photo-0402 {
    margin-top: 165px;
}

#feature .feature-list .feature-list04 .feature-list__info {
    padding-top: 64px;
}

#feature .feature-list .feature-list04 .feature__stick {
    width: 210px;
    position: absolute;
    top: -100px;
    right: -50px;
    z-index: 2;
}

#feature .feature-list .feature-list02 .feature-list__info {
    padding-top: 9px;
}

#feature .feature-list .feature-list03 .feature-list__info {
    padding-top: 92px;
}

#feature .feature-list .feature-list05 .feature-list__info {
    padding-top: 121px;
}

#feature .feature-list .feature-list06 .feature-list__info {
    padding-top: 50px;
}

#feature .feature-list__info {
    width: 480px;
}

#feature .feature-list__info dl {
    margin-bottom: 26px;
}

#feature .feature-list__info dl dt {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 1px;
}

#feature .feature-list__info dl dt small {
    background: #F1A60A;
    display: inline-block;
    line-height: 1;
    border-radius: 19px;
    padding: 8px 18px;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

#feature .feature-list__title {
    font-family: "Jost";
    font-weight: 400;
    font-style: normal;
    color: #E38423;
    line-height: 1;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-end;
}

#feature .feature-list__title .ttl {
    font-size: 24px;
    padding-bottom: 9px;
}

#feature .feature-list__title .num {
    font-size: 88px;
    position: relative;
}

#feature .feature-list__title .num::before {
    content: "";
    background: url(../img/icon_line.png) no-repeat;
    background-size: 100% auto;
    width: 32px;
    height: 38px;
    position: absolute;
    top: 24px;
    left: 14px;
}

#feature .__white {
    color: #fff;
}

#feature .__white .num::before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

#feature .feature-list .feature-list01 {}

#feature .feature-list .feature-list02 {
    margin-top: 72px;
}

#feature .feature-list .feature-list03 {
    margin-top: 83px;
}

#feature .feature-list .feature-list04 {
    margin-top: 93px;
}

#feature .feature-list .feature-list05 {
    margin-top: 4px;
}

#feature .feature-list .feature-list06 {
    margin-top: 50px;
}

#feature .feature-list .feature-list07 {}

#feature .feature-list .feature-list08 {}

@media screen and (max-width: 767px) {
    #feature {
        background: url(../img/top/bg02_sp.jpg) repeat-y top center;
        background-size: 100% auto;
        padding-top: 80px;
        padding-bottom: 50px;
    }
    #feature .title__wrap {
        margin-bottom: 50px;
    }
    #feature .feature-list li {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
    #feature .feature-list li::before {
        top: 49px;
        left: -5px;
        right: -5px;
        bottom: 30px;
    }
    #feature .feature-list li .feature-list__img {
        position: relative;
    }
    #feature .feature-list li .feature-list__img .ob-img {
        width: 100%;
        height: 50vw;
    }
    #feature .feature-list .feature-list01 .feature-list__img {
        width: 100%;
    }
    #feature .feature-list .feature-list01 .feature-list__img .photo-0101 {
        height: 188px;
        width: 100%;
    }
    #feature .feature-list .feature-list01 .feature-list__img .ob-img {
        width: 90%;
        height: 50vw;
    }
    #feature .feature-list .feature-list04 .feature-list__img {
        width: 100%;
    }
    #feature .feature-list .feature-list04 .feature-list__img .ob-img {
        width: 85%;
        height: 50vw;
    }
    #feature .feature-list .feature-list__img .feature-list__title {
        top: auto;
        left: auto;
        bottom: 0;
        right: 0;
    }
    #feature .feature-list li:nth-child(2n) {
        padding-left: 0;
        padding-right: 0;
    }
    #feature .feature-list li:nth-child(2n)::before {
        display: none;
    }
    #feature .feature-list li+li {
        margin-top: 50px;
    }
    #feature .feature-list .feature-list01 .feature-list__img {
        display: block;
    }
    #feature .feature-list .feature-list01 .feature-list__img .feature-list__title {
        top: 52vw;
        left: 0;
    }
    #feature .feature-list .feature-list01 .feature-list__img .photo-0101 {
        margin-bottom: -77px;
    }
    #feature .feature-list .feature-list01 .feature-list__img .photo-0102 {
        margin-top: 0;
        width: 47%;
        margin-left: auto;
        height: 36vw;
    }
    #feature .feature-list .feature-list01 .feature-list__info {
        padding-top: 25px;
    }
    #feature .feature-list .feature-list01 .feature__stick {
        width: 32vw;
        top: -2vw;
        right: -10px;
    }
    #feature .feature-list .feature-list04 .feature-list__img {
        display: block;
    }
    #feature .feature-list .feature-list04 .feature-list__img .feature-list__title {
        top: auto;
        right: auto;
        left: 24px;
    }
    #feature .feature-list .feature-list04 .feature-list__img .photo-0401 {
        margin-bottom: -22vw;
    }
    #feature .feature-list .feature-list04 .feature-list__img .photo-0402 {
        margin-top: 0;
        width: 39vw;
        height: 37vw;
        margin-left: auto;
    }
    #feature .feature-list .feature-list04 .feature-list__info {
        padding-top: 40px;
    }
    #feature .feature-list .feature-list04 .feature__stick {
        width: 210px;
        top: -100px;
        right: -50px;
    }
    #feature .feature-list .feature-list02 .feature-list__info {
        padding-top: 20px;
    }
    #feature .feature-list .feature-list03 .feature-list__info {
        padding-top: 25px;
    }
    #feature .feature-list .feature-list05 .feature-list__info {
        padding-top: 24px;
    }
    #feature .feature-list .feature-list06 .feature-list__info {
        padding-top: 25px;
    }
    #feature .feature-list__info {
        width: 100%;
    }
    #feature .feature-list__info dl {
        margin-bottom: 30px;
    }
    #feature .feature-list__info dl dt {
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 36px;
        text-align: center;
    }
    #feature .feature-list__info dl dt small {
        padding: 5px 20px;
    }
    #feature .feature-list__info .btn-style {
        margin-left: 0;
        margin-right: 0;
        width: auto !important;
    }
    #feature .feature-list__title {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: flex-end;
    }
    #feature .feature-list__title .ttl {
        font-size: 16px;
        padding-bottom: 9px;
    }
    #feature .feature-list__title .num {
        font-size: 56px;
    }
    #feature .feature-list__title .num::before {
        width: 18px;
        height: 38px;
        top: 19px;
        left: 8px;
    }
    #feature .feature-list .feature-list01 {}
    #feature .feature-list .feature-list02 {
        margin-top: 40px;
    }
    #feature .feature-list .feature-list03 {
        margin-top: 40px;
    }
    #feature .feature-list .feature-list04 {
        margin-top: 40px;
    }
    #feature .feature-list .feature-list05 {
        margin-top: 40px;
    }
    #feature .feature-list .feature-list06 {
        margin-top: 40px;
    }
    #feature .feature-list .feature-list07 {}
    #feature .feature-list .feature-list08 {}
}

.photo__frame {
    position: relative;
}

.photo__frame::before,
.photo__frame::after {
    content: "";
    background: url(../img/top/menu_deco01.png) no-repeat center;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 11px;
    left: 11px;
    z-index: 2;
}

.photo__frame::after {
    background: url(../img/top/menu_deco02.png) no-repeat center;
    background-size: 100% auto;
    top: auto;
    left: auto;
    bottom: 11px;
    right: 11px;
}

@media screen and (max-width: 767px) {
    .photo__frame::before,
    .photo__frame::after {
        top: 5px;
        left: 5px;
    }
    .photo__frame::after {
        top: auto;
        left: auto;
        bottom: 5px;
        right: 5px;
    }
}

#pickup {
    background: url(../img/top/pickup_bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding-top: 94px;
    padding-bottom: 62px;
}

#pickup .wrap {
    max-width: 1260px;
}

#pickup .set1 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 53px;
    padding-left: 59px;
    padding-right: 50px;
}

#pickup .set1 .text {
    width: 581px;
    padding-left: 0;
    padding-top: 12px;
}

#pickup .pickup__box {
    position: relative;
    z-index: 2;
    padding: 55px 59px 53px;
    border-radius: 16px;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
    background: #fff;
}

#pickup .pickup__box .pickup__info dl {
    margin-bottom: 36px;
}

#pickup .pickup__box .pickup__info dl dt {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 31px;
    text-align: center;
}

#pickup .set2 .pickup__box .pickup__info dl dt {
    text-align: left;
}

#pickup .pickup__box ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 20px;
}

#pickup .pickup__box ul li {
    width: 200px;
}

#pickup .set2 {
    margin-bottom: 40px;
}

#pickup .set2 .pickup__box .photo {
    width: 560px;
    height: 360px;
    margin-bottom: 0;
}

#pickup .set2 .pickup__box .pickup__info {
    width: 480px;
    padding-top: 30px;
}

#pickup .set3 {
    margin-bottom: 41px;
}

#pickup .set3 .pickup__box {
    width: 48%;
}

#pickup .set3 .pickup__box .photo {
    width: 100%;
    height: 295px;
    margin-bottom: 0;
}

#pickup .set3 .pickup__box .pickup__info {
    padding-top: 36px;
}

#pickup .set3 .pickup__box .pickup__info dl dd {
    min-height: 196px;
}

#pickup .set4 .set4__list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#pickup .set4 .set4__list li {
    position: relative;
    z-index: 2;
    padding: 37px 1%;
    margin-bottom: 2%;
    border-radius: 16px;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
    background: #fff;
    width: 23%;
    text-align: center;
}

#pickup .set4 .set4__list li:first-child .set4__list-box h3 {
    margin-bottom: 42px;
}

#pickup .set4 .set4__list li .icon {
    margin-left: auto;
    margin-right: auto;
}

#pickup .set4 .set4__list li:nth-child(1) .icon {
    width: 143px;
}

#pickup .set4 .set4__list li:nth-child(2) .icon {
    width: 89px;
}

#pickup .set4 .set4__list li:nth-child(3) .icon {
    width: 99px;
}

#pickup .set4 .set4__list li:nth-child(4) .icon {
    width: 122px;
}

#pickup .set4 .set4__list li:nth-child(5) .icon {
    width: 85px;
}

#pickup .set4 .set4__list li:nth-child(6) .icon {
    width: 99px;
}

#pickup .set4 .set4__list li:nth-child(7) .icon {
    width: 96px;
}

#pickup .set4 .set4__list li:nth-child(8) .icon {
    width: 91px;
}

#pickup .set4 .set4__list-box .ttl {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

#pickup .set4 .set4__list-box h3 {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 500;
}

#pickup .set4 .set4__list-box h3::before {
    content: "";
    background: url(../img/menu_icon.svg) no-repeat center;
    background-size: 100% auto;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
}

@media screen and (max-width: 767px) {
    #pickup {
        background: url(../img/top/pickup_bg_sp.jpg) repeat-y center;
        background-size: 100% auto;
        padding-top: 60px;
        padding-bottom: 50px;
    }
    #pickup .set1 {
        display: block;
        margin-bottom: 29px;
        padding-left: 0;
        padding-right: 0;
    }
    #pickup .set1 .text {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    #pickup .pickup__box {
        padding: 20px 20px 40px;
    }
    #pickup .pickup__box .pickup__info dl {
        margin-bottom: 20px;
    }
    #pickup .pickup__box .pickup__info dl dt {
        font-size: 28px;
        margin-bottom: 20px;
        letter-spacing: 0.05em;
    }
    #pickup .set2 .pickup__box .pickup__info dl dt {
        text-align: center;
    }
    #pickup .pickup__box ul {
        display: block;
        gap: 0;
    }
    #pickup .pickup__box ul li {
        width: 100%;
    }
    #pickup .pickup__box ul li+li {
        margin-top: 10px;
    }
    #pickup .set2 {
        margin-bottom: 20px;
    }
    #pickup .set2 .pickup__box .photo {
        width: 100%;
        height: 50vw;
    }
    #pickup .set2 .pickup__box .pickup__info {
        width: auto;
        padding-top: 25px;
    }
    #pickup .set3 {
        margin-bottom: 30px;
    }
    #pickup .set3 .pickup__box {
        width: 100%;
    }
    #pickup .set3 .pickup__box .photo {
        width: 100%;
        height: 50vw;
    }
    #pickup .set3 .pickup__box .pickup__info {
        padding-top: 35px;
    }
    #pickup .set3 .pickup__box .pickup__info dl dd {
        min-height: auto;
    }
    #pickup .set3 .pickup__box+.pickup__box {
        margin-top: 40px;
    }
    #pickup .set4 .set4__list {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #pickup .set4 .set4__list li {
        padding: 5% 0%;
        margin-bottom: 3%;
        width: 48.5%;
    }
    #pickup .set4 .set4__list li:first-child .set4__list-box h3 {
        margin-bottom: 25px;
    }
    #pickup .set4 .set4__list li:nth-child(1) .icon {
        width: 80px;
    }
    #pickup .set4 .set4__list li:nth-child(2) .icon {
        width: 48px;
    }
    #pickup .set4 .set4__list li:nth-child(3) .icon {
        width: 55px;
    }
    #pickup .set4 .set4__list li:nth-child(4) .icon {
        width: 63px;
    }
    #pickup .set4 .set4__list li:nth-child(5) .icon {
        width: 46px;
    }
    #pickup .set4 .set4__list li:nth-child(6) .icon {
        width: 54px;
    }
    #pickup .set4 .set4__list li:nth-child(7) .icon {
        width: 53px;
    }
    #pickup .set4 .set4__list li:nth-child(8) .icon {
        width: 48px;
    }
    #pickup .set4 .set4__list-box .ttl {
        font-size: 18px;
        margin-bottom: 0px;
    }
    #pickup .set4 .set4__list-box h3 {
        padding-left: 15px;
        font-size: 10px;
        margin-bottom: 16px;
        letter-spacing: 0;
        line-height: 1;
    }
    #pickup .set4 .set4__list-box h3::before {
        width: 11px;
        height: 11px;
        left: 0;
    }
    #pickup .set4 .set4__list-box .icon {
        margin: 0 auto;
    }
}

#greeting {
    background: #FFF4EE;
    position: relative;
    z-index: 2;
    padding-top: 93px;
    padding-bottom: 76px;
    overflow: hidden;
}

#greeting .title__wrap {
    margin-bottom: 62px;
}

#greeting .greeting__set1 {
    margin-bottom: -50px;
    position: relative;
    z-index: 2;
}

#greeting .greeting__set1 .photo {
    width: 550px;
    height: 536px;
    margin-bottom: 0;
}

#greeting .greeting__set1 .greeting__box {
    width: 480px;
    margin-top: -6px;
}

#greeting .greeting__set1 .greeting__box dl dt {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 26px;
}

#greeting .greeting__set2 {
    position: relative;
    margin-bottom: 50px;
}

#greeting .greeting__set2::before {
    content: "";
    background: #fff;
    border-radius: 16px;
    position: absolute;
    top: 14px;
    left: -46px;
    right: -76px;
    bottom: 0;
}

#greeting .bnr__shared {
    width: 250px;
}

#greeting .greeting__set2 .greeting__set2-wrap {
    width: 883px;
    margin: 0 auto;
    padding: 79px 0 61px;
}

#greeting .greeting__set2 .greeting__set2-wrap .col {
    width: 48%;
    position: relative;
    padding-left: 4%;
}

#greeting .greeting__set2 .greeting__set2-wrap .col h3 {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 19px;
}

#greeting .greeting__set2 .greeting__set2-wrap .col h3::after {
    content: "";
    background: url(../img/top/line_left2.png) no-repeat right center;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -13px;
    right: 0;
}

#greeting .greeting__set2 .greeting__set2-wrap .col h3::first-letter {
    color: #E38423;
}

@media screen and (max-width: 767px) {
    #greeting {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    #greeting .title__wrap {
        margin-bottom: 50px;
    }
    #greeting .greeting__set1 {
        margin-bottom: 30px;
    }
    #greeting .greeting__set1 .photo {
        width: 100%;
        height: 61vw;
    }
    #greeting .greeting__set1 .greeting__box {
        width: 100%;
        margin-top: 25px;
    }
    #greeting .greeting__set1 .greeting__box dl dt {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 24px;
        text-align: center;
    }
    #greeting .greeting__set2 {
        margin-bottom: 30px;
    }
    #greeting .greeting__set2::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    #greeting .greeting__set2 .greeting__set2-wrap {
        width: 100%;
        margin: 0 auto;
        padding: 30px 20px;
    }
    #greeting .greeting__set2 .greeting__set2-wrap .col {
        width: 100%;
        padding-left: 0;
    }
    #greeting .greeting__set2 .greeting__set2-wrap .col+.col {
        margin-top: 20px;
    }
    #greeting .greeting__set2 .greeting__set2-wrap .col h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    #greeting .greeting__set2 .greeting__set2-wrap .col h3::after {
        width: 100%;
        height: 3px;
        bottom: -13px;
        right: 0;
    }
}

.feature__opening {
    padding: 75px 0 62px;
    position: relative;
}

.feature__opening dl {
    color: #fff;
}

.feature__opening dl dt {
    font-weight: 700;
    margin-bottom: 29px;
    font-size: 32px;
    letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
    .feature__opening {
        padding: 70px 0;
    }
    .feature__opening dl dt {
        margin-bottom: 20px;
        font-size: 32px;
    }
}

#facilities {
    padding: 93px 0 87px;
    background: #fff;
    position: relative;
}

#facilities .title__wrap {
    margin-bottom: 34px;
}

#facilities .slider__s {
    margin-bottom: 73px;
}

#facilities .slider__s .box {
    border-radius: 16px;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
    padding: 55px;
    margin: 20px;
    transform: scale(0.9);
    transition: .5s;
    opacity: .6;
    background: #fff;
}

#facilities .slider__s .box dl {
    transition: all .4s ease;
    padding-top: 28px;
}

#facilities .slider__s .box dl dt {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    margin-bottom: 26px;
    line-height: 40px;
}

#facilities .slider__s .slick-current .box {
    transform: scale(1);
    opacity: 1;
}

#facilities .slider__s .slick-current .box dl {}

#facilities .slider__s .photo {
    height: 295px;
    position: relative;
}

#facilities .slider__s .photo::before,
#facilities .slider__s .photo::after {
    content: "";
    background: url(../img/top/menu_deco01.png) no-repeat center;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}

#facilities .slider__s .photo::after {
    background: url(../img/top/menu_deco02.png) no-repeat center;
    background-size: 100% auto;
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
}

#facilities .bnr__shared {
    width: 350px;
}

#facilities .slick-prev,
#facilities .slick-next {
    width: 72px;
    height: 72px;
    transition: all .4s ease;
    bottom: auto;
    top: 49%;
}

#facilities .slick-prev:hover,
#facilities .slick-next:hover {
    opacity: .6;
}

#facilities .slick-next {
    top: 50%;
    left: calc(50% + (24% - 20px));
}

#facilities .slick-prev {
    top: 50%;
    right: calc(50% + (24% - 20px));
    left: auto;
}

#facilities .slick-prev:before {
    background: url(../img/top/prev.png) no-repeat center;
    background-size: 100% auto;
}

#facilities .slick-next:before {
    background: url(../img/top/next.png) no-repeat center;
    background-size: 100% auto;
}

@media screen and (max-width: 767px) {
    #facilities {
        padding: 50px 0 70px;
    }
    #facilities .title__wrap {
        margin-bottom: 15px;
    }
    #facilities .slider__s {
        margin-bottom: 100px;
    }
    #facilities .slider__s .box {
        padding: 20px;
        margin: 20px;
        transform: scale(1);
        opacity: 1;
    }
    #facilities .slider__s .box dl {}
    #facilities .slider__s .box dl dt {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 36px;
    }
    #facilities .slider__s .slick-current .box dl {}
    #facilities .slider__s .photo {
        height: 50vw;
    }
    #facilities .slider__s .photo::before,
    #facilities .slider__s .photo::after {
        top: 5px;
        left: 5px;
    }
    #facilities .slider__s .photo::after {
        top: auto;
        left: auto;
        bottom: 5px;
        right: 5px;
    }
    #facilities .bnr__shared {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    #facilities .slick-prev,
    #facilities .slick-next {
        width: 40px;
        height: 40px;
        bottom: -50px;
        position: absolute;
        top: 49%;
    }
    #facilities .slick-prev:hover,
    #facilities .slick-next:hover {
        opacity: .6;
    }
    #facilities .slick-next {
        top: auto;
        left: calc(50% + 15px);
    }
    #facilities .slick-prev {
        top: auto;
        right: calc(50% + 15px);
        left: auto;
    }
}

#recruit {
    background: url(../img/top/recruit_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 184px 0 168px;
    overflow: hidden;
}

#recruit .title__wrap {
    justify-content: flex-start;
    margin-bottom: 55px;
}

#recruit .photo {
    width: 519px;
    height: 536px;
    position: absolute;
    top: -93px;
    left: calc(50% + 31px);
}

#recruit dl {
    margin-bottom: 63px;
}

#recruit dl dt {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 12px;
    line-height: 40px;
    letter-spacing: 1px;
}

#recruit dl dd {
    font-size: 20px;
    line-height: 28px;
}

@media screen and (max-width: 767px) {
    #recruit {
        background: #FFFCF2;
        padding: 70px 0 60px;
    }
    #recruit .title__wrap {
        justify-content: center;
        margin-bottom: 30px;
    }
    #recruit .photo {
        width: 100%;
        height: 50vw;
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        margin-bottom: 25px;
    }
    #recruit dl {
        margin-bottom: 30px;
    }
    #recruit dl dt {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 36px;
        text-align: center;
    }
    #recruit dl dd {
        font-size: 16px;
        line-height: 28px;
    }
}

.contact__feature {
    background: #FFF4EE;
    position: relative;
    padding: 78px 0 83px;
}

.contact__feature .left {
    width: 520px;
}

.contact__feature .tb-note {
    margin-bottom: 58px;
}

.contact__feature .right {
    width: 520px;
    border-radius: 16px;
    overflow: hidden;
}

.contact__feature .right iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .contact__feature {
        padding: 50px 0;
    }
    .contact__feature .left {
        width: 100%;
        margin-bottom: 30px;
    }
    .contact__feature .tb-note {
        margin-bottom: 0;
    }
    .contact__feature .right {
        width: 100%;
        height: 80vw;
    }
}

@media screen and (max-width: 1299px) and (min-width: 1001px) {
    #key .key-catch {
        width: 512px;
        top: 160px;
        right: 20px;
    }
    #key .photo {
        height: 565px;
    }
    #key .key-catch .key-title {
        margin-bottom: 30px;
    }
    #key .key-catch .key-title .key-title__sub span {
        font-size: 28px;
    }
    #key .key-catch .key-title h2 {
        font-size: 60px;
    }
    #key .key-catch .key-title h2 span {
        font-size: 40px;
    }
    #key .key-catch ul {
        width: 510px;
    }
    #key .key-catch ul li {
        width: 165px;
    }
    #key .key-catch ul li span {
        font-size: 17px;
        letter-spacing: 0px;
        bottom: 29px;
    }
    #key .key-visual,
    #key::before {
        height: 620px;
    }
    #key .key-visual {
        margin-bottom: -1px;
    }
}

@media screen and (min-width: 768px) {
    #key .key-visual {
        overflow: hidden;
    }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
    #key .key-catch {
        width: 375px;
        top: 160px;
        right: 20px;
    }
    #key .photo {
        height: 450px;
        width: 59%;
    }
    #key .key-catch .key-title {
        margin-bottom: 30px;
    }
    #key .key-catch .key-title .key-title__sub span {
        font-size: 20px;
    }
    #key .key-catch .key-title h2 {
        font-size: 50px;
    }
    #key .key-catch .key-title h2 span {
        font-size: 32px;
    }
    #key .key-catch ul {
        width: 390px;
    }
    #key .key-catch ul li {
        width: 129px;
    }
    #key .key-catch ul li span {
        font-size: 13px;
        letter-spacing: -0.5px;
        bottom: 19px;
        line-height: 1.5;
    }
    #key .key-visual,
    #key::before {
        height: 510px;
    }
    #key .key-visual {
        margin-bottom: -1px;
    }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
    #news {
        padding-left: 30px;
        padding-right: 30px;
    }
    #news .elementor-row .left {
        width: 190px;
        padding-top: 63px;
        padding-left: 0;
    }
    #news .elementor-row .right .btn-style {
        left: -49%;
    }
    #news .elementor-row .right {
        width: 67%;
    }
    #feature .feature-list li::before {
        left: -20px;
        right: -20px;
    }
    #pickup .set1 {
        padding-right: 0;
        padding-left: 0;
        align-items: center;
    }
    #pickup .set1 .title__wrap {
        width: auto;
    }
    #pickup .set1 .title__wrap .title__c h2 {
        font-size: 6vw;
    }
    #pickup .set1 .text {
        width: 48%;
    }
    #pickup .set2 .pickup__box .photo {
        width: 54%;
    }
    #pickup .set2 .pickup__box .pickup__info {
        width: 43%;
    }
    #feature .feature-list .feature-list__img .feature-list__title {
        top: 15px;
        left: 20px;
    }
    #facilities .slider__s .box dl {
        min-height: 325px;
    }
    #concept .concept-wrap__box dl::before {
        width: 20%;
        height: 185px;
        left: -25%;
    }
    #feature .feature-list li .feature-list__img {
        width: 55%;
    }
    #feature .feature-list li .feature-list__img .ob-img {
        width: 100%;
    }
    #feature .feature-list .feature-list04 .feature-list__img,
    #feature .feature-list .feature-list01 .feature-list__img {
        width: 55%;
    }
    #feature .feature-list .feature-list04 .feature-list__img .ob-img,
    #feature .feature-list .feature-list01 .feature-list__img .ob-img {
        width: 49%;
    }
    #feature .feature-list__info {
        width: 42%;
    }
    #feature .feature-list .feature-list01 .feature-list__img .feature-list__title {
        left: 54%;
    }
    #feature .feature-list .feature-list04 .feature-list__img .feature-list__title {
        top: 57px;
        right: 0;
        left: auto;
    }
    #feature .feature-list .feature-list04 .feature-list__img .ob-img,
    #feature .feature-list .feature-list01 .feature-list__img .ob-img {
        height: 287px;
    }
    #feature .feature-list__title .ttl {
        font-size: 20px;
    }
    #feature .feature-list__title .num {
        font-size: 80px;
    }
    #feature .feature-list__title .num::before {
        width: 23px;
        height: 38px;
        top: 32px;
        left: 14px;
    }
    #feature .feature-list .feature-list01 .feature__stick {
        top: -120px;
        right: -40px;
    }
    #pickup .set4 .set4__list li:first-child .set4__list-box h3 {
        margin-bottom: 20px;
    }
    #feature .feature-list .feature-list05 {
        margin-top: 40px;
    }
    #pickup .pickup__box {
        padding: 30px;
    }
    #pickup .set4 .set4__list li {
        padding: 30px 1%;
        margin-bottom: 2%;
        width: 23.5%;
    }
    #pickup .set4 .set4__list li:nth-child(1) .icon {
        width: 96px;
    }
    #pickup .set4 .set4__list li:nth-child(2) .icon {
        width: 60px;
    }
    #pickup .set4 .set4__list li:nth-child(3) .icon {
        width: 59px;
    }
    #pickup .set4 .set4__list li:nth-child(4) .icon {
        width: 78px;
    }
    #pickup .set4 .set4__list li:nth-child(5) .icon {
        width: 56px;
    }
    #pickup .set4 .set4__list li:nth-child(6) .icon {
        width: 71px;
    }
    #pickup .set4 .set4__list li:nth-child(7) .icon {
        width: 66px;
    }
    #pickup .set4 .set4__list li:nth-child(8) .icon {
        width: 59px;
    }
    #pickup .set4 .set4__list-box .ttl {
        font-size: 24px;
        margin-bottom: 10px;
    }
    #pickup .set4 .set4__list-box h3 {
        padding-left: 19px;
        font-size: 10px;
        margin-bottom: 12px;
        letter-spacing: 0;
    }
    #pickup .set4 .set4__list-box h3::before {
        width: 16px;
        height: 17px;
        left: 0;
    }
    #greeting .greeting__set1 .photo {
        width: 46%;
    }
    #greeting .greeting__set1 .greeting__box {
        width: 50%;
    }
    #greeting .greeting__set2::before {
        top: 0;
        left: -10px;
        right: -10px;
        bottom: 0;
    }
    #greeting .greeting__set2 .greeting__set2-wrap {
        width: auto;
        max-width: 883px;
    }
    #recruit .photo {
        width: 45%;
    }
    #recruit dl {
        width: 52%;
    }
    .contact__feature .right,
    .contact__feature .left {
        width: 48%;
    }
    #facilities .slick-next {
        top: 42%;
        left: calc(50% + (35% - 20px));
    }
    #facilities .slick-prev {
        top: 42%;
        right: calc(50% + (35% - 20px));
        left: auto;
    }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
    #greeting .greeting__set1 {
        margin-bottom: 20px;
    }
    #greeting .greeting__set2 .greeting__set2-wrap {
        padding: 40px 0;
    }
    #facilities .slider__s .box {
        padding: 30px;
    }
}


/*XO calendar*/

.xo-event-calendar table.xo-month .month-header {
    display: block!important;
}

.xo-event-calendar table.xo-month .month-header>span {
    text-align: left!important;
    color: #E38423!important;
    font-weight: 700;
    font-size: 14px;
}

.xo-event-calendar table.xo-month>thead th.sunday {
    color: #fff!important;
    background: #E38423!important;
}

.xo-event-calendar table.xo-month>thead th {
    font-size: 14px!important;
    font-weight: 700;
    padding: 1px 0;
    text-align: center!important;
    background: #E38423!important;
    color: #fff!important;
    border: none!important;
}

.xo-event-calendar table.xo-month {
    border-color: #E38423!important;
}

.xo-event-calendar table.xo-month>thead th.saturday {
    color: #fff!important;
}

.xo-event-calendar table.xo-month .month-dayname td div {
    text-align: center!important;
}

.xo-event-calendar table.xo-month .month-dayname td div {
    font-size: 14px;
    color: #E38423;
}

.xo-event-calendar table.xo-month td,
.xo-event-calendar table.xo-month th {
    border-color: #E38423 !important;
}

.holiday-titles {}

.xo-event-calendar table.xo-month .month-dayname td div.today {
    color: #E38423!important;
}

.xo-event-calendar table.xo-month {
    border-right: none !important;
}

.xo-event-calendar table.xo-month button {
    width: 9px !important;
    position: absolute;
    top: 7px;
    right: 0;
}

.xo-event-calendar table.xo-month button span.nav-prev,
.xo-event-calendar table.xo-month button span.nav-next {
    width: 9px !important;
    height: 20px !important;
    border: none !important;
    transform: rotate(0deg) !important;
}

.xo-event-calendar table.xo-month button span.nav-next {
    background: url(../img/top/calendar_next.png) no-repeat center;
    background-size: 100% auto;
}

.xo-event-calendar table.xo-month button span.nav-prev {
    background: url(../img/top/calendar_prev.png) no-repeat center;
    background-size: 100% auto;
}

.xo-event-calendar table.xo-month .month-prev {
    right: 15px!important;
}

.xo-event-calendar table.xo-month button span.nav-next {}

.xo-event-calendar table.xo-month .month-dayname td div {
    padding: 8px;
}

.xo-event-calendar table.xo-month .month-dayname-space {
    height: 1.8em!important;
}

@media screen and (max-width: 375px) {
    #concept .concept-wrap__box dl dt {
        font-size: 30px;
    }
    #concept .concept-wrap__box dl::before {
        width: 86px;
        top: -95px;
    }
    #feature .feature-list__info dl dt {
        font-size: 24px;
    }
    #pickup .set4 .set4__list-box h3 {
        font-size: 9px;
    }
    #greeting .greeting__set1 .greeting__box dl dt {
        font-size: 26px;
    }
    .feature__opening dl dt {
        font-size: 30px;
        line-height: 1.6;
    }
}

.visitors__set {
    background-color: #FFF3D1;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 26px;
}

.visitors__set h3 {
    text-align: center;
    font-size: 24px;
    background: #E38423;
    color: #fff;
    line-height: 64px;
    font-weight: 700;
}

.visitors__set-inside {
    padding: 32px 59px 71px;
}

.visitors__set-inside ul {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.visitors__set-inside ul::after {
    content: "";
    background: url(../img/top/visitor_line_pc.png) repeat-x;
    height: 4px;
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
}

.visitors__set-inside ul li {
    display: flex;
    width: 134px;
    height: 134px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    border-radius: 50%;
    background: #DF8121;
    background: linear-gradient(136deg, rgba(223, 129, 33, 1) 0%, rgba(248, 181, 0, 1) 100%);
    position: relative;
    z-index: 2;
}

.visitors__set-inside ul li span {
    display: block;
    text-align: center;
    font-weight: 700;
}

.visitors__set-inside ul .icon {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.visitors__set-inside ul .icon-1 {
    max-width: 50px;
}

.visitors__set-inside ul .icon-2 {
    max-width: 42px;
}

.visitors__set-inside ul .icon-3 {
    max-width: 47px;
}

.visitors__set-inside ul .icon-4 {
    max-width: 49px;
}

.visitors__set-inside ul .icon-5 {
    max-width: 44px;
}

.visitors__set-inside ul .icon-6 {
    max-width: 47px;
}

.visitors__set-inside ul .icon-7 {
    max-width: 50px;
}

@media screen and (max-width: 767px) {
    .visitors__set {
        margin-bottom: 20px;
    }
    .visitors__set h3 {
        line-height: 64px;
    }
    .visitors__set-inside {
        padding: 20px 30px;
    }
    .visitors__set-inside ul {
        display: block;
    }
    .visitors__set-inside ul::after {
        background: url(../img/top/visitor_line_sp.png) repeat-y;
        width: 4px;
        height: auto;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -2px;
        right: auto;
    }
    .visitors__set-inside ul li {
        display: block;
        width: auto;
        height: auto;
        border-radius: 8px;
        background: #DF8121;
        background: linear-gradient(90deg, rgba(223, 129, 33, 1) 0%, rgba(248, 181, 0, 1) 100%);
        padding: 11px 0;
    }
    .visitors__set-inside ul li+li {
        margin-top: 10px;
    }
    .visitors__set-inside ul li span {
        text-align: left;
        padding-left: 70px;
    }
    .visitors__set-inside ul .icon {
        bottom: auto;
        left: 25px;
        transform: translateY(-50%);
        top: 50%;
    }
    .visitors__set-inside ul .icon-1 {
        width: 30px;
    }
    .visitors__set-inside ul .icon-2 {
        width: 26px;
    }
    .visitors__set-inside ul .icon-3 {
        width: 29px;
    }
    .visitors__set-inside ul .icon-4 {
        width: 30px;
    }
    .visitors__set-inside ul .icon-5 {
        width: 27px;
    }
    .visitors__set-inside ul .icon-6 {
        width: 29px;
    }
    .visitors__set-inside ul .icon-7 {
        width: 30px;
    }
}

@media screen and (max-width: 1299px) and (min-width: 1101px) {
    .visitors__set-inside {
        padding: 32px 25px 71px;
    }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
    .visitors__set-inside {
        padding: 32px 25px 71px;
    }
    .visitors__set-inside ul li {
        width: 11vw;
        height: 11vw;
    }
    .visitors__set-inside ul li {
        font-size: 1.8vw;
        line-height: 1.4;
    }
    .visitors__set-inside ul .icon-1 {
        width: 4.6vw;
    }
    .visitors__set-inside ul .icon-2 {
        width: 3.6vw;
    }
    .visitors__set-inside ul .icon-3 {
        width: 4.3vw;
    }
    .visitors__set-inside ul .icon-4 {
        width: 4.3vw;
    }
    .visitors__set-inside ul .icon-5 {
        width: 4vw;
    }
    .visitors__set-inside ul .icon-6 {
        width: 4.3vw;
    }
    .visitors__set-inside ul .icon-7 {
        width: 4.3vw;
    }
    .visitors__set-inside ul::after {
        top: 6vw;
    }
}
.xo-event-calendar table.xo-month .month-dayname td div.holiday-closedconference {
color:#fff;
}
.xo-event-calendar table.xo-month .month-dayname td div.holiday-houroff {
position: relative;
background:#fff!important;
}
.xo-event-calendar table.xo-month .month-dayname td div.holiday-houroff::before {
content: "15:00~";
position: absolute;
top: 28px;
left: 0;
right: 0;
text-align: center;
color:red;
font-size: 13px;
}
.holiday-pm{
	background:#FFF !important;
}
.xo-event-calendar table.xo-month .month-dayname td div.holiday-pm::before {
content: "15:00まで";
position: absolute;
top: 28px;
left: 0;
right: 250px;
text-align: center;
color:red;
font-size: 13px;
}
.xo-event-calendar table.xo-month .month-dayname td div.holiday-closeddays {
color:#fff;
}


.xo-event-calendar .holiday-titles {
	position: relative;
}
.xo-event-calendar .holiday-titles p.holiday-title:nth-child(3) {
 position: absolute;
    top: 0;
    right: 0;
    width: 174px;
}

.xo-event-calendar .holiday-titles p.holiday-title:nth-child(4) {
    position: absolute;
    top: 30px;
    right: 0;
}


.xo-event-calendar .holiday-titles p.holiday-title:nth-child(5) {
    display: none;
}
.xo-event-calendar .holiday-titles p.holiday-title:nth-child(6){
display:none;
} 
@media screen and (max-width: 768px) {
.xo-event-calendar table.xo-month .month-dayname td div.holiday-pm::before {
	font-size:10px;
	right:155px;
	}
}
@media screen and (max-width: 419px) {
.xo-event-calendar .holiday-titles p.holiday-title:nth-child(4),
.xo-event-calendar .holiday-titles p.holiday-title:nth-child(3) {
 position: relative;
    top: 0;
    right: 0;
left: 0;
}

.xo-event-calendar table.xo-month .month-dayname td div.holiday-houroff::before {
font-size: 11px;
}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
.xo-event-calendar .holiday-titles p.holiday-title:nth-child(4),
.xo-event-calendar .holiday-titles p.holiday-title:nth-child(3) {
 position: relative;
    top: 0;
    right: 0;
left: 0;
}
}


.xo-event-calendar table.xo-month .month-dayname td div.other-month {
opacity: 0!important;
}