/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 16 2025 | 05:12:22 */
h2 {
    font-family: "Sour Gummy", "Zen Maru Gothic", serif;
}
.hero {
    height: calc(var(--vh, 1vh) * 100) !important;
    overflow: hidden !important;
    position: relative;
    z-index: 100;
}
.hero-inner {
    height: 100%;
    position: relative;
}
.hero .hero-img {
    height: 100%;
    width: 100%;
    max-width: none;
}
.hero .hero-img img {
    max-width: none;
    width: 100% !important;
    height: 100%;
}
@media screen and (max-width: 959px) {
    .hero {
        height: 50vh !important;
    }
}
.hero-slide {
    opacity: 0;
    transition: opacity 1s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
}
.hero-slide.active {
    opacity: 1;
    transition: opacity 1s ease-in-out;
}
.hero1-position img {
    object-fit: cover !important;
    object-position: center 45%;
}
.hero2-position img {
    object-fit: cover !important;
    object-position: 60% center;
}
.hero3-position img {
    object-fit: cover !important;
    object-position: center 77%;
}

.overlay-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	
	height: auto;
	max-height: calc(100% - 20px);

	max-width: min(550px, 100%);
    z-index: 200;
    pointer-events: none;
}

@media (min-width: 960px) and (max-width: 1120px) {
    .overlay-video {
		max-height: calc(100% - 30px);
        max-width: min(710px, 100%);
    }
}

@media (min-width: 1121px) {
    .overlay-video {
		max-height: calc(100% - 50px);
        max-width: min(850px, 100%);
    }
}

.wwa-sp-disp {
    display: none !important;
}
div.wwa-container {
    max-width: 960px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.wwa-slide {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 100;
    pointer-events: none;
    margin: 0;
}
.wwa-slide:last-of-type {
    object-position: right;
}
.wwa-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}
.wwa-slide.active {
    opacity: 1;
    z-index: 200;
    pointer-events: auto;
}
.highlight {
    color: rgb(233, 0, 0);
    font-weight: bold;
}
.wwa-gallery {
    position: relative;
    filter: drop-shadow(5px 5px 5px rgba(51, 3, 0, 0.5));
    border-radius: 10px;
}
.wwa-text {
    padding: 16px;
    min-width: 360px;
}
.wwa-text p {
    line-height: 28px !important;
}
.wwa-sp-inner {
    max-width: 500px;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 16px;
    border-radius: 10px;
}
.wwa-slide-inner {
    position: relative;
}
.wwa-gallery {
    position: absolute;
    top: 0;
    right: calc(-1 * 0.85 * clamp(270px, 33.33vw, 500px));
    width: clamp(270px, 33.33vw, 500px);
    height: auto;
    aspect-ratio: 4/3;
    overflow: hidden !important;
}
@media screen and (max-width: 1270px) {
    .wwa-sp-disp {
        display: block !important;
    }
    .wwa-pc-disp {
        display: none !important;
    }
    .wwa-text {
        background-color: transparent;
        min-width: auto;
    }
    .wwa-sp-inner {
        padding: 16px;
        position: relative;
    }
    .wwa-slide-inner {
        justify-content: center !important;
        position: relative;
        display: inline-block !important;
    }
    .wwa-descriptions-box {
        display: inline-block !important;
    }
    .wwa-gallery {
        aspect-ratio: 1/1 !important;
    }
    .wwa-gallery {
        position: absolute;
        top: -16px;
        right: calc(-1 *clamp(270px, 33.33vw, 420px));
        width: 420px;
        width: clamp(270px, 33.33vw, 420px);
        height: clamp(270px, 33.33vw, 315px);
        overflow: hidden !important;
    }
    .wwa-gallery figure {
        height: 100%;
    }
}
@media screen and (max-width: 1230px) {
    .wwa-gallery figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: drop-shadow(5px 5px 5px rgba(51, 3, 0, 0.5));
    }
}
@media screen and (max-width: 959px) {
    .wwa-gallery figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media screen and (max-width: 959px) {
    .wwa-sp-inner {
        position: relative;
        max-width: 544px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .wwa-descriptions {
        position: relative;
    }
    .wwa-gallery figure {
        overflow: hidden;
    }
}
@media screen and (max-width: 600px) {
    .wwa-gallery {
        display: none;
    }
}
.gabyou-wrapper {
    justify-content: center !important;
    gap: 0 !important;
}
.gabyou-container {
    width: 320px;
    height: 320px;
    flex-grow: 0 !important;
    flex-basis: auto !important;
    margin-top: 20px !important;
}
.gabyou-bg {
    background-repeat: no-repeat;
    background-size: contain;
    width: 320px;
    height: 320px;
    transition: 0.05s;
    margin: 0 auto;
    filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.3));
}
.gabyou-bg:hover {
    cursor: pointer;
}
.gabyou-inner {
    padding: calc(17%) calc(18%) calc(18%);
    text-align: center;
}
.gabyou-bg figure {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.gabyou-bg figure img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
}
.gabyou-title-box {
    padding-top: clamp(5px, 0.39vw, 10px);
}
.gabyou-title {
    align-self: auto;
    height: 100%;
    display: block;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 1.3 !important;
}
.sp-gabyou-title {
    display: none !important;
    line-height: 1.3 !important;
}
.gabyou-one-line {
    line-height: 2em !important;
}
@media screen and (max-width: 1279px) {
    .gabyou-container {
        width: 250px;
        height: 250px;
    }
    .gabyou-bg {
        width: 250px;
        height: 250px;
    }
    .gabyou-event .gabyou-tri {
        max-width: 700px !important;
        margin: 0 auto !important;
    }
    .gabyou-event .gabyou-tri {
        gap: 0 !important;
    }
    div.gabyou-bg figure+div p.gabyou-title {
        font-size: clamp(16px, 2.95vw, 18px) !important;
    }
    .sp-gabyou-title {
        display: block !important;
    }
    .pc-gabyou-title {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .gabyou-event .gabyou-tri {
        display: flex;
        flex-wrap: wrap !important;
    }
}
@media screen and (max-width: 549px) {
    .gabyou-container {
        width: 190px;
        height: 190px;
    }
    .gabyou-bg {
        width: 190px;
        height: 190px;
    }
    .gabyou-bg figure {
        width: 100px;
    }
}
@media screen and (max-width: 389px) {
    .gabyou-section .gabyou-wrapper {
        flex-wrap: wrap !important;
    }
}
.gabyou-bg:hover {
    transition: 0.1s;
}
.gabyou-red {
    background-image: url(/wp-content/uploads/gabyou-red.png);
}
.gabyou-blue {
    background-image: url(/wp-content/uploads/gabyou-blue.png);
}
.gabyou-yellow {
    background-image: url(/wp-content/uploads/gabyou-yellow.png);
}
.gabyou-green {
    background-image: url(/wp-content/uploads/gabyou-green.png);
}
@media (hover: hover) {
    .gabyou-red:hover {
        background-image: url(/wp-content/uploads/gabyou-red-flip.png);
    }
    .gabyou-blue:hover {
        background-image: url(/wp-content/uploads/gabyou-blue-flip.png);
    }
    .gabyou-yellow:hover {
        background-image: url(/wp-content/uploads/gabyou-yellow-flip.png);
    }
    .gabyou-green:hover {
        background-image: url(/wp-content/uploads/gabyou-green-flip.png);
    }
}
.modal-container {
    display: flex;
    align-items: center !important;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 50%);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
    z-index: 1000000 !important;

}
.modal-container.active {
    opacity: 1;
    visibility: visible;
}
.modal-body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 500px;
    width: 100%;
    max-height: 600px;
    height: calc(100vh - 85px);
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-image: url(/wp-content/uploads/modal-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.modal-body.modal-height-4-lines {
    max-height: 470px;
}
.modal-body.modal-height-5-lines {
    max-height: 510px;
}
.modal-body.modal-height-6-lines {
    max-height: 550px;
}
.modal-body.modal-height-7-lines {
    max-height: 580px;
}
.modal-body.modal-height-8-lines {
    max-height: 610px;
}
.modal-body.modal-height-9-lines {
    max-height: 640px;
}
.modal-body.modal-height-1 {
    max-height: 570px;
}
.modal-body.modal-height-2 {
    max-height: 600px;
}
.modal-body.modal-height-3 {
    max-height: 560px;
}
.modal-body.modal-height-4 {
    max-height: 650px;
}
.modal-body.modal-height-5 {
    max-height: 620px;
}
.modal-body.modal-height-6 {
    max-height: 590px;
}
.modal-body.modal-height-7 {
    max-height: 590px;
}
.modal-body.modal-height-8 {
    max-height: 590px;
}
.modal-body.modal-height-9 {
    max-height: 560px;
}
.modal-body.modal-height-10 {
    max-height: 510px;
}
.modal-body.modal-height-11 {
    max-height: 490px;
}
@media screen and (max-width: 767px) {
    .modal-body {
        max-width: 400px;
    }
    .modal-body.modal-height-1 {
        max-height: 555px;
    }
    .modal-body.modal-height-2 {
        max-height: 625px;
    }
    .modal-body.modal-height-3 {
        max-height: 560px;
    }
    .modal-body.modal-height-4 {
        max-height: 620px;
    }
    .modal-body.modal-height-5 {
        max-height: 610px;
    }
    .modal-body.modal-height-6 {
        max-height: 610px;
    }
    .modal-body.modal-height-7 {
        max-height: 560px;
    }
    .modal-body.modal-height-8 {
        max-height: 580px;
    }
    .modal-body.modal-height-9 {
        max-height: 570px;
    }
    .modal-body.modal-height-10 {
        max-height: 530px;
    }
    .modal-body.modal-height-11 {
        max-height: 450px;
    }
}
@media screen and (max-width: 440px) {
    .modal-container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .modal-body {
        width: 95% !important;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .modal-body.modal-height-1 {
        max-height: 475px;
    }
    .modal-body.modal-height-2 {
        max-height: 550px;
    }
    .modal-body.modal-height-3 {
        max-height: 450px;
    }
    .modal-body.modal-height-4 {
        max-height: 535px;
    }
    .modal-body.modal-height-5 {
        max-height: 525px;
    }
    .modal-body.modal-height-6 {
        max-height: 500px;
    }
    .modal-body.modal-height-7 {
        max-height: 450px;
    }
    .modal-body.modal-height-8 {
        max-height: 505px;
    }
    .modal-body.modal-height-9 {
        max-height: 450px;
    }
    .modal-body.modal-height-10 {
        max-height: 450px;
    }
    .modal-body.modal-height-11 {
        max-height: 350px;
    }
}
@media screen and (max-width: 390px) {
    .modal-body.modal-height-1 {
        max-height: 505px;
    }
    .modal-body.modal-height-2 {
        max-height: 575px;
    }
    .modal-body.modal-height-3 {
        max-height: 475px;
    }
    .modal-body.modal-height-4 {
        max-height: 540px;
    }
    .modal-body.modal-height-5 {
        max-height: 530px;
    }
    .modal-body.modal-height-6 {
        max-height: 530px;
    }
    .modal-body.modal-height-7 {
        max-height: 480px;
    }
    .modal-body.modal-height-8 {
        max-height: 505px;
    }
    .modal-body.modal-height-9 {
        max-height: 475px;
    }
    .modal-body.modal-height-10 {
        max-height: 450px;
    }
    .modal-body.modal-height-11 {
        max-height: 350px;
    }
}
@media screen and (max-width: 380px) {
    .modal-body.modal-height-2 {
        max-height: 510px;
    }
}
.modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 3000000;
}
.modal-close p {
    font-size: 30px !important;
    color: #000;
}
@media screen and (max-width: 380px) {
    .modal-close {
        position: absolute;
        top: 20px;
        right: 15px;
        width: 30px;
        height: 30px;
    }
    .modal-close p {
        font-size: 25px !important;
    }
}
.modal-content {
    padding: 0px 20px;
    width: 100%;
    height: calc(100% - 55px);
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
.modal-button-div {
    text-align: center;
    width: 100%;
    height: 40px;
}
.modal-img-container {
    position: relative;
    width: 300px;
    margin: 0 auto;
}
.modal-img img {
    display: block;
    width: 100%;
    max-width: 66vh;
    height: auto;
}
@media screen and (max-width: 767px) {
    .modal-img-container {
        width: 250px;
    }
}
@media screen and (max-width: 460px) {
    .modal-content {
        padding: 0px 0px;
    }
    .modal-body {
        padding-top: 20px;
        padding-bottom: 30px;
        padding-left: 12px;
        padding-right: 12px;
    }
    figure.modal-img {
        width: 150px;
    }
    .modal-img-container {
        width: 150px;
    }
}
.scroll-to-bottom {
    position: absolute;
    bottom: -25px;
    right: -70px;
    cursor: pointer;
    z-index: 2000000;
    opacity: 1;
    transition: opacity 0.4s ease;
}
.scroll-to-bottom:hover {
    opacity: 0.8;
}
.scroll-to-bottom.hide {
    opacity: 0;
    pointer-events: none;
}
.scroll-to-bottom img {
    padding: 20px;
    height: 70px !important;
    width: 70px !important;
    z-index: 100001;
}
@media screen and (max-width: 767px) {
    .scroll-to-bottom {
        bottom: -15px;
        right: -50px;
    }
    .scroll-to-bottom img {
        padding: 10px;
        height: 50px !important;
        width: 50px !important;
    }
}
@media screen and (max-width: 490px) {
    .scroll-to-bottom {
        position: absolute;
        right: -40px;
    }
}
@media screen and (max-width: 360px) {
    .scroll-to-bottom {
        position: absolute;
        right: -30px;
    }
    .scroll-to-bottom img {
        padding: 5px;
        font-size: 25px !important;
        height: 40px !important;
        width: 40px !important;
    }
}
@media screen and (max-width: 319px) {
    .scroll-to-bottom {
        display: none !important;
    }
}
@keyframes bounce-to-bottom-arrow {

    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(8px);
    }
}
.bounce-arrow {
    display: inline-block;
    animation: bounce-to-bottom-arrow 1.5s infinite;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    font-size: 36px;
    color: #333;
}
.recruit-text {
    font-size: 22px !important;
    text-align: center;
}
.recruit-cap {
    margin-bottom: 16px;
    font-size: 20px !important;
    font-weight: 700 !important;
}
.recruit-cap.sp-recruit-cap {
    display: none;
}
.recruit-icon {
    text-align: center;
}
.recruit-icon img {
    display: inline-block;
    width: auto;
    height: 180px;
}
@media screen and (max-width: 767px) {
    .recruit-section .recruit-container {
        margin: 0 auto;
        width: clamp(310px, 85.3vw, 600px);
        max-width: 100vw;

    }
    .recruit-cap {
        font-size: clamp(14px, 3.8vw, 20px) !important;
        height: 3em;
        line-height: 3em;
    }
    .recruit-cap.pc-recruit-cap {
        display: none;
    }
    .recruit-cap.sp-recruit-cap {
        display: block;
        line-height: 1.5em;
    }
    .recruit-icon img {
        height: 95px;
        height: calc(calc(clamp(320px, 85.3vw, 600px) - clamp(30px, 5vw, 50px)) / 3 *1.15);
        max-height: 160px;
        width: auto;
    }
}
.recruit-wrapper {
    display: flex;
    flex-wrap: wrap !important;
}
.contact-section {
    background: url('/wp-content/uploads/bg_meeting.jpg');
    background-size: cover;
    background-position: center;
    color: #000;
    position: relative;
}
.contact-content {
    background-color: rgba(214, 214, 214, 0.82);
}
@media screen and (max-width: 959px) {
    .contact-section {
        background: linear-gradient(rgba(214, 214, 214, 0.82), rgba(214, 214, 214, 0.82)), url('/wp-content/uploads/bg_meeting.jpg');
		background-size: cover;
	    background-position: center;
    }
    .contact-content {
        background-color: rgba(214, 214, 214, 0);
    }
}
.contact_title_underline {
    position: relative;
}
.contact_title_underline::before {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: clamp(190px, 93vw, 600px);
    height: 3px;
    background-color: #2B180C;
}