/* 640pxで要素サイズを固定しています。 */

:root {
    --dark-blue: #346c8c;
    --green: #25978f;
    --font-ads: "ads-type7", sans-serif;
    --font-tsuku: "fot-tsukuardgothic-std", sans-serif;
}

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: url('../../images/background.jpg') no-repeat center center fixed;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: var(--font-tsuku);
    font-size: 16px;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
body.active {
    overflow: hidden;
}

h1 {
    position: relative;
    font-size: 52px;
    text-align: center;
}

@media screen and (min-width:641px) {
    h1 {
        font-size: 36px;
    }
}

h1::after {
    background-color: var(--dark-blue);
    border-radius: 5px;
    bottom: -10px;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 30px;
}

h2 {
    margin-top: 40px;
    margin-bottom: 16px;
}

a:hover {
    cursor: pointer;
}

p:not(:first-of-type) {
    margin-top: 16px;
}

.flex-br {
    display: inline-block;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
}

.left-side {
    position: sticky;
    top: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(50% - 320px);
    margin: 0 auto;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.left-side a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

main {
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    z-index: 1;
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
}

/* 右側 */
.right-side {
    position: sticky;
    top: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: calc(50% - 375px);
    margin: 0 auto;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: scale(-1, -1);
        -ms-transform: scale(-1, -1);
            transform: scale(-1, -1);
}

.left-side,
.right-side {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url(../../images/side-bg.jpg);
    background-size: cover;
}

.right-side a {
    display: block;
    text-align: center;
    -webkit-transform: scale(-1, -1);
        -ms-transform: scale(-1, -1);
            transform: scale(-1, -1);
}

.right-side img {
    margin: 0 auto;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.right-side p {
    font-size: 24px;
    font-family: var(--font-ads);
    margin-bottom: 12px;
}

.side-image {
    display: block;
    width: 80%;
    max-width: 350px;
}
@media screen and (max-width:1000px) {
    .left-side>a,
    .right-side>a {
        display: none;
    }
}

@media screen and (max-width:641px) {
    .left-side {
        display: none;
    }

    main {
        width: 100%;
        max-width: 100%;
    }

    /* 右側 */
    .right-side {
        display: none;
    }
}

.container {
    line-height: 1.6;
    background: url(../../images/2025-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color:rgba(255,255,255,0.5);
    background-blend-mode:lighten;
}
main>.container {
    padding-top: 235px;
}

.c-content-header {
    margin-bottom: 60px;
}

.content {
    padding: 16px;
    overflow: hidden;
}

body:not(.home) main>.container>.content {
    min-height: 140vw;
}

@media screen and (min-width:641px) {
    body:not(.home) main>.container>.content {
        min-height: 870px;
    }
}

/* ヘッダー */
header {
    position: fixed;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 100%;
    height: 200px;
    z-index: 1000;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
header::before {
    content: ''; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.9)));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; 
    z-index: -1; 
}
header.scrolled::before {
    opacity: 1;
}

.header-logo {
    position: absolute;
    left: 0;
    max-width: 31%;
}

.header-nav {
    position: absolute;
    right: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 8px;
    padding-right: 75px;
    padding-left: 31%;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    max-height: 81px;
    width: auto;
}

.header-btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 120px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.header-btn-block a {
    width: 100%;
}
.header-btn-block a:last-of-type {
    margin-left: 60px;
}
@media screen and (min-width:641px) {
    header {
        max-width: 640px;
    }
}

/* ドロップダウンメニュー */
header nav.sp-nav {
    position: fixed;
    z-index: 1500;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-110%);
        -ms-transform: translateX(-50%) translateY(-110%);
            transform: translateX(-50%) translateY(-110%);
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    background-color: rgba(255, 255, 255, 0.98);
    overflow: scroll;
    padding: 50px 20px;
}

.openbtn.active+nav.sp-nav {
    -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    opacity: 1;
}


header nav.sp-nav .sp-nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

header nav.sp-nav ul#header-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
}

header nav.sp-nav ul#header-menu li {
    width: 100%;
}

header nav.sp-nav ul#header-menu li a {
    display: block;
    width: 100%;
    padding: 18px 5px;
    font-size: 28px;
    border-bottom: 1px solid var(--green);
}

header nav.sp-nav .c-btn-box {
    margin-top: 32px;
    text-align: center;
}

header nav.sp-nav .c-btn-box img {
    width: 50%;
}

@media screen and (min-width:641px) {
    header nav.sp-nav {
        width: 640px;
    }
    header nav.sp-nav ul#header-menu li a {
        padding: 10px 5px;
        font-size: 21px;
    }
}

/* ハンバーガーメニュー */
.openbtn {
    position: absolute;
    top: 16px;
    right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 8px;
    z-index: 2000;
    /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 75px;
    height: 75px;
    border-radius: 50vh;
    border: 1px solid var(--dark-blue);
    background-color: #fff;
}

/*ボタン内側*/
.openbtn span {
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    /*アニメーションの設定*/
    height: 4px;
    background: var(--dark-blue);
    border-radius: 50vh;
    width: 60%;
}

@media screen and (min-width:641px) {
    .openbtn {
        width: 75px;
        height: 75px;
        row-gap: 8px;
    }

    .openbtn span {
        width: 55%;
        height: 5px;
    }
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn.active span:nth-of-type(1) {
    position: absolute;
    display: inline-block;
    top: 28px;
    left: 16px;
    -webkit-transform: translateY(6px) rotate(-45deg);
        -ms-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 55%;
}

.openbtn.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
    position: absolute;
    display: inline-block;
    top: 40px;
    left: 17px;
    -webkit-transform: translateY(-6px) rotate(45deg);
        -ms-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 55%;
}

@media screen and (min-width:641px) {
    .openbtn.active span:nth-of-type(1) {
        top: 27px;
        left: 16px;
        width: 55%;
    }

    .openbtn.active span:nth-of-type(3) {
        top: 39px;
        left: 17px;
        width: 55%;
    }
}

/* スマホ幅での読み込み時のかくつき防止 */
.header-nav,
.openbtn {
    opacity: 0;
    -webkit-transition: opacity 0.005s ease-in-out;
    -o-transition: opacity 0.005s ease-in-out;
    transition: opacity 0.005s ease-in-out; 
}
.header-nav.loaded,
.openbtn.loaded {
    opacity: 1;
}

/* フッター */
footer {
    margin-top: 8px;
    background-color: rgba(79, 155, 200, 0.6);
    padding: 16px;
    padding-bottom: 25vw;
}
.footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 40%;
}
.footer-menu ul {
    display: -ms-grid;
    display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr; 
                -ms-grid-rows: (2)[auto]; 
                grid-template-rows: repeat(auto, 2); 
    grid-auto-flow: row;
    margin-left: 30px;
    font-size: 20px;
}
.footer-menu ul li {
    position: relative;
    margin-top: 8px;
}

.footer-menu ul li a {
    position: relative;
}
.footer-menu ul li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: var(--dark-blue);
    bottom: -6px;
    border-radius: 50vh;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;   /*変形の時間*/
}
.footer-menu ul li a:hover::after {
-webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
        transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}

.fix-sns-footer {
    position: fixed;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 640px;
    z-index: 500;
    border: 5px solid var(--dark-blue);
    background-color: #ffffff;
    padding: 28px;
    height: 130px;
}
.footer-sns-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
}
.footer-sns-wrap span {
    display: block;
    width: 2px;
    height: 100%;
    background: var(--dark-blue);
}
.footer-sns-wrap img {
    height: 100%;
}
.footer-sns-wrap a {
    position: relative;
}
.footer-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
}
@media screen and (min-width:641px) {
    footer {
        padding-bottom: 150px;
    }
    .fix-sns-footer {
        max-width: 640px;
        height: 120px;
        padding: 28px;
    }
    .footer-sns-wrap {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        width: 100%;
    }
}


/* パンクズリスト */
.l-breadcrumb-wrapper {
    margin-top: 32px;
}

/* トップメインコンテンツ */
.top-tk-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: clamp(2.375rem, -0.0114rem + 11.9318vw, 7.625rem);
    padding-right: 5px;
}

@media screen and (min-width:641px) {
    .top-tk-block {
        padding-top: 60px;
    }
}

.tenshoku-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 105px;
    max-width: 31%;
    margin-right: -4%;
}

.kigyo-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 140px;
    max-width: 31%;
    margin-top: clamp(0.5625rem, -0.0422rem + 3.0233vw, 1.375rem);
}

/* メインビジュアル */
.mv {
    margin-top: -20px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.mv .swiper01::before {
    position: absolute;
    content: "";
    top: 3%;
    left: 5%;
    width: 90%;
    height: 10vw;
    background: url(../../images/mv-top-text2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.mv .swiper01::after {
    position: absolute;
    content: "";
    bottom: 2%;
    right: 4%;
    width: 31%;
    height: 44px;
    background: url(../../images/mv-bottom-text2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.mv .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* aspect-ratio: 16 / 9; */
    overflow: hidden;
    /* padding: 4%;
    padding-top: 5%; */
    aspect-ratio: 16 / 11;
    padding: 3%;
    padding-top: 6%;
    padding-bottom: 5%;
}

.mv .swiper-slide>* {
    -o-object-fit: cover;
       object-fit: cover;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
    width: 30px !important;
}
.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 3px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 30px;
    width: 30px;
    margin: auto;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
    background-image: url("../../images/slidenavi-left.svg");
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
    background-image: url("../../images/slidenavi-right.svg");
}

/* 画像サイズ調整 */
.swiper-slide img {
    height: auto;
    width: 100%;
}

.mv-mask {
    -webkit-mask-image: url("../../images/mv-mask.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 3% 0;
    -webkit-mask-size: auto;
    mask-image: url("../../images/mv-mask.svg");
    mask-repeat: no-repeat;
    -webkit-mask-position: 50% 50%;
            mask-position: 50% 50%;
    mask-size: auto;
}

@media screen and (min-width:641px) {
    .swiper-button-prev {
        left: 0;
    }

    .swiper-button-next {
        right: 1px;
    }
}

.swiper-slide1 img {
    -webkit-transform: translateY(4%);
        -ms-transform: translateY(4%);
            transform: translateY(4%);
}

.swiper-slide2 img {
    -webkit-transform: translateY(-11%);
        -ms-transform: translateY(-11%);
            transform: translateY(-11%);
}

.swiper-slide3 img {
    -webkit-transform: translateY(-21%);
        -ms-transform: translateY(-21%);
            transform: translateY(-21%);
}

.swiper-slide4 img {
    -webkit-transform: translateY(-21%);
        -ms-transform: translateY(-21%);
            transform: translateY(-21%);
}

.mv-btn a{
    display: block;
    text-align: right;
    padding: 4%;
    padding-top: 2%;
}

.mv-btn img {
    height: 40px;
    width: auto;
}

/* about */
#top-about .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.about-left {
    width: 36%;
}

.about-right {
    width: 62%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.about-right-text p {
    font-family: var(--font-ads);
    font-size: clamp(1rem, 0.6279rem + 1.8605vw, 1.4rem);
}

.about-right-text p:not(:first-of-type) {
    margin-top: 32px;
}

.about-right-text p:nth-of-type(2) {
    font-size: clamp(1.3125rem, 0.9404rem + 1.8605vw, 1.8125rem);
}

.about-right-text p:nth-of-type(3) {
    padding-left: 0;
}

.about-catch {
    display: inline-block;
    text-align: right;
    border: solid 2px var(--dark-blue);
    margin-top: clamp(1.625rem, 0.0436rem + 7.907vw, 3.75rem);
    margin-left: 8px;
    padding: 5px;
    background-color: #fff;
    border-radius: 50vh;
    width: 100%;
}

.about-catch-text {
    display: inline-block;
    font-family: var(--font-ads);
    font-size: 19px;
    text-align: center;
    background: var(--dark-blue);
    color: #fff;
    padding: 5px 15px;
    letter-spacing: -2px;
    line-height: 1.8;
    border-radius: 50vh;
    white-space: nowrap;
    width: 100%;
}

.about-catch-text span {
    border-bottom: 1px solid #e8de36;
    padding-bottom: 5px;
}

@media screen and (min-width:641px) {
    .about-left {
        width: 42%;
    }
    .about-right {
        width: 58%;
    }
    .about-right-text p:not(:first-of-type) {
        margin-top: clamp(1.5rem, 0.0581rem + 7.2093vw, 3.4375rem);
    }
    .about-right-text p:nth-of-type(3) {
        padding-left: 32px;
    }
    .about-catch {
        width: auto;
    }
    .about-catch-text {
        font-size: clamp(1rem, 0.7209rem + 1.3953vw, 1.375rem);
    }
}

.about-btn {
    display: inline-block;
    text-align: right;
    width: 100%;
    margin-top: clamp(0.6875rem, -0.0567rem + 3.7209vw, 1.6875rem);
}

.about-btn img {
    width: 70%;
}

@media screen and (min-width:641px) {
    .about-right-text p {
        font-size: 18px;
    }

    .about-right-text p:nth-of-type(2) {
        font-size: 24px;
    }

    .about-right-text p:not(:first-of-type) {
        margin-top: 47px;
    }

    .about-catch-text {
        font-size: 18px;
    }
}

/* バナー */
#top-banner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
    padding-top: 36px;
    padding-bottom: 32px;
}
#top-banner .content a {
    display: inline-block;
    -webkit-box-shadow: 0px 0px 15px -3px rgba(130, 130, 130, 0.35);
            box-shadow: 0px 0px 15px -3px rgba(130, 130, 130, 0.35);
    border-radius: 10px;
}
#top-banner .content a img {
    border-radius: 10px;
}

/* pickup */
#top-pickup h2 {
    text-align: right;
}

#top-pickup h2 img {
    width: 50%;
}

#top-pickup .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    aspect-ratio: 2 / 3;
    padding: 1%;
    border: solid 2px var(--dark-blue);
    border-radius: 50vh;
    z-index: 2;
}

#top-pickup .swiper-slide:nth-of-type(even) {
    margin-top: 24px;
}

#top-pickup .swiper-slide img {
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50vh;
    z-index: 2;
}

#top-pickup .swiper-slide::after {
    position: absolute;
    content: "";
    height: 50px;
    width: 100px;
    top: 50%;
    right: -65px;
    -webkit-transform: rotate(10deg) translateY(-45%);
        -ms-transform: rotate(10deg) translateY(-45%);
            transform: rotate(10deg) translateY(-45%);
    z-index: 1;
    background: var(--dark-blue);
}

#top-pickup .swiper-slide:nth-of-type(even)::after {
    -webkit-transform: rotate(-10deg) translateY(-55%);
        -ms-transform: rotate(-10deg) translateY(-55%);
            transform: rotate(-10deg) translateY(-55%);
}

.pickup-btn {
    display: inline-block;
    text-align: right;
    width: 100%;
    margin-top: clamp(0.6875rem, -0.0567rem + 3.7209vw, 1.6875rem);
}

.pickup-btn img {
    width: 40%;
}

/* message */
#top-message {
    position: relative;
    padding-bottom: 30px;
}

#top-message h2 {
    font-family: var(--font-ads);
    font-size: 25px;
}

.message-text {
    margin-top: 32px;
    padding: 20px 0 40px 20px;
    border-left: 6px solid var(--dark-blue);
}

.message-text p {
    font-size: 20px;
    font-family: var(--font-tsuku);
    font-weight: 700;
}

.message-text p:not(:first-of-type) {
    margin-top: 32px;
}

.message-img {
    position: absolute;
    bottom: -10px;
    right: 10px;
    width: 35%;
}


@media screen and (min-width:641px) {
    .message-text {
        font-size: 18px;
        padding-bottom: 60px;
    }

    .message-text p {
        font-size: 16px;
    }

    .message-img {
        right: 15px;
        width: 40%;
    }
}

/* tenshoku */
#top-tenshoku {
    border-bottom: 8px solid rgba(35, 158, 150, 0.3);
    margin-bottom: 3px;
}

#top-tenshoku .content {
    background: url(../../images/top-tenshoku-bg.png);
    background-color:rgba(255,255,255,0.5);
    background-size: contain;
    background-repeat: no-repeat;
    background-blend-mode:lighten;
}

#top-tenshoku h2 {
    font-size: clamp(1.5rem, 0.0227rem + 7.3864vw, 4.75rem);
    font-family: var(--font-ads);
    color: var(--green);
}

.top-tenshoku-title-sm {
    font-size: clamp(0.875rem, 0.1648rem + 3.5511vw, 2.4375rem);
    color: #000000;
}

@media screen and (min-width:641px) {
    #top-tenshoku h2 {
        font-size: 48px;
    }

    .top-tenshoku-title-sm {
        font-size: 24px;
    }
}

.top-tenshoku-title {
    margin-left: clamp(1.5rem, 0.0227rem + 7.3864vw, 4.75rem);
}

.top-tenshoku-lead {
    margin-left: clamp(1.5rem, 0.0227rem + 7.3864vw, 4.75rem);
    font-family: var(--font-tsuku);
    font-weight: 700;
}

.tenshoku-flow {
    margin-top: clamp(1.5rem, 0.392rem + 5.5398vw, 3.9375rem);
}

.tenshoku-flow-item {
    text-align: center;
}

.tenshoku-flow-item h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: clamp(1rem, 0.6023rem + 1.9886vw, 1.875rem);
    color: var(--green);
    font-family: var(--font-tsuku);
    font-weight: 700;
    -webkit-column-gap: clamp(0.875rem, 0.6193rem + 1.2784vw, 1.4375rem);
       -moz-column-gap: clamp(0.875rem, 0.6193rem + 1.2784vw, 1.4375rem);
            column-gap: clamp(0.875rem, 0.6193rem + 1.2784vw, 1.4375rem);
    width: 100%;
}

.tenshoku-flow-item h3 img {
    width: clamp(1.8125rem, -0.0341rem + 9.233vw, 5.875rem);
}

.flow-image {
    text-align: center;
    margin-top: clamp(0.3125rem, 0rem + 1.5625vw, 1rem);
}

.flow-image01 img {
    width: 50%;
}

.flow-image02 img {
    width: 50%;
}

.flow-image03 img {
    width: 20%;
}

.tenshoku-flow-last-box {
    margin-top: -15px;
}

.tenshoku-flow-item p:last-of-type {
    display: inline-block;
    font-size: clamp(1rem, 0.8011rem + 0.9943vw, 1.4375rem);
    font-family: var(--font-tsuku);
    font-weight: 700;
    padding: 8px 16px;
    margin-top: 34px;
    margin-bottom: 80px;
    background: var(--green);
    color: #fff;
    border-radius: 50vh;
}
.tenshoku-flow-item:nth-of-type(4) p {
    margin-bottom: 135px;
}
.tenshoku-flow-last-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

#top-tenshoku .tenshoku-flow-last-lead {
    text-align: left;
    width: 65%;
    margin-right: -6%;
}
.tenshoku-flow-item .tenshoku-flow-last-box p {
    color: var(--green);
    background: transparent;
}

.flow-image05 {
    width: 45%;
    margin-top: -70px;
    margin-bottom: 75px;
    margin-left: -100px;
}

#top-tenshoku .tenshoku-flow-item-last-text {
    display: inline-block;
    margin: 0 auto;
    background: var(--green);
    border-radius: 50vh;
    color: #fff;
    font-family: var(--font-tsuku);
    font-size: 18px;
    margin-top: clamp(1.0625rem, -0.017rem + 5.3977vw, 3.4rem);
    margin-bottom: clamp(1.9375rem, 0.0057rem + 9.6591vw, 6.1875rem);
}

.tenshoku-flow-img {
    text-align: center;
    margin-bottom: 32px;
}

.tenshoku-flow-img img {
    width: 80%;
}

.tenshoku-btn {
    display: inline-block;
    text-align: right;
    width: 100%;
    margin-top: clamp(0.6875rem, -0.0567rem + 3.7209vw, 1.6875rem);
}

.tenshoku-btn img {
    width: 40%;
}

@media screen and (min-width:641px) {
    .tenshoku-flow {
        margin-top: 40px;
    }

    .tenshoku-flow-item h3 {
        font-size: 18px;
        -webkit-column-gap: 14px;
           -moz-column-gap: 14px;
                column-gap: 14px;
    }

    .tenshoku-flow-item h3 img {
        width: 59px;
    }

    .flow-image {
        text-align: center;
        margin-top: 10px;
    }

    .tenshoku-flow-item p:last-of-type {
        font-size: 16px;
        padding: 8px 16px;
        margin-top: 34px;
        margin-bottom: 62px;
    }

    #top-tenshoku .tenshoku-flow-last-lead {
        
    }

    #top-tenshoku .tenshoku-flow-item-last-text {
        font-size: 13px;
        margin-bottom: 24px;
    }

    #top-tenshoku .tenshoku-flow-item-last-text {
        font-size: clamp(0.8125rem, 0.6989rem + 0.5682vw, 1.0625rem);
    }
}

/* よかチャレ */
.page-id-12 section.yoka-calle-message {
    margin-top: -50px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.yoka-calle-message {
    background: url(../../images/yoka-challe-message-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.yoka-calle-message p {
    font-family: var(--font-ads);
    text-align: center;
    margin-top: 0 !important;
}

.entry-category h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    line-height: 1;
}

.entry-category h2 span {
    display: inline-block;
    font-family: var(--font-ads);
    background-color: #25978f;
    color: #e8de36;
    padding: 4px;
    font-size: 32px;
}

.entry-category p {
    text-align: center;
    font-family: var(--font-tsuku);
    font-size: clamp(0.4375rem, -0.017rem + 2.2727vw, 1.4375rem);
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 16px;
}

.entry-category-img {
    text-align: center;
}

.entry-category-img img {
    width: 90%;
}

.yoka-schedule {
    background-color: rgba(80, 165, 214, 0.5);
    border-radius: 30px;
    padding: 10px;
}

.yoka-schedule-outer {
    border: 1px solid rgba(52, 108, 140, 0.5);
    border-radius: 30px;
    padding: 10px;
}

.yoka-schedule-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: url(../../images/yoka-schedule-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    border-radius: 30px;
    padding: 16px;
}

.yoka-schedule-left {
    width: 40%;
}
.yoka-schedule-left h2 {
    margin-top: 0;
}
.yoka-schedule-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 55%;
    row-gap: 32px;
}

.yoka-schedule-right .yoka-schedule-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.yoka-schedule-right h3 {
    display: inline-block;
    width: 70%;
    text-align: center;
    font-family: var(--font-ads);
    font-size: 27px;
    background-color: #25978f;
    color: #fff;
    border-radius: 50vh;
    line-height: 1;
    padding: 6px;
}

@media screen and (min-width:641px) {
    .entry-category h2 span {
        font-size: clamp(0.75rem, -0.1023rem + 4.2614vw, 2.625rem);
    }
    .yoka-schedule-inner {
        -webkit-column-gap: 32px;
           -moz-column-gap: 32px;
                column-gap: 32px;
    }
    .yoka-schedule-right {
        width: 50%;
    }
    .yoka-schedule-right h3 {
        width: 60%;
        font-size: 24px;
    }
}

.yoka-schedule-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 32px;
}

.yoka-schedule-right .yoka-schedule-item li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.yoka-schedule-right .yoka-schedule-item .yoka-schedule-month {
    display: inline-block;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: var(--font-ads);
    color: #25978f;
    background-color: #fff;
    font-weight: 700;
    font-size: 32px;
    border-radius: 50vh;
    padding: 4px;
    padding-right: 16px;
    line-height: 1.6;
    height: 60px;
    width: 60px;
    white-space: nowrap;
    text-align: center;
    z-index: 2;
}

.yoka-schedule-right .yoka-schedule-item .yoka-schedule-month span.tsuki {
    font-size: 18px;
    position: absolute;
    bottom: 7px;
    right: 7px;
}

.yoka-schedule-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: var(--font-tsuku);
    background-color: #fff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 50vh;
    padding: 16px;
    height: 60px;
    width: calc(100% - 45px);
    margin-left: -15px;
}

@media screen and (min-width:641px) {
    .yoka-schedule-title {
        font-size: 16px;
    }
}

#yoka-challe-slider {
    padding: 60px 0;
}

.swiper03 {
    overflow: visible;
}

.swiper03 .swiper-pagination {
    -webkit-transform: translate3d(0, 35px, 0);
            transform: translate3d(0, 35px, 0);
}
#yoka-challe-slider .swiper03 img {
    border: 1px solid var(--green);
    padding: 5px;
}

#yoka-challe-slider .swiper03 .swiper-slide {
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

#yoka-challe-slider .swiper03 .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

#yoka-challe-slider .swiper03 .swiper-pagination {
    position: relative;
}

/* 応募の流れ */
.yoka-challe-flow {
    border-left: 6px solid var(--dark-blue);
    padding: 0 32px;
    margin: 32px auto;
}

.yoka-challe-flow h2 {
    font-family: var(--font-ads);
    font-size: 40px;
}

ol.yoka-challe-flow-item {
    counter-reset: number;
    /*数字をリセット*/
    list-style-type: none !important;
    /*数字を一旦消す*/
    padding: 0.5em;
    font-family: var(--font-tsuku);
}

ol.yoka-challe-flow-item li {
    position: relative;
    padding-left: 30px;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 30px;
    font-weight: 700;
    font-size: 20px;
}

@media screen and (min-width:641px) {
    ol.yoka-challe-flow-item li {
        font-size: 16px;
    }
}

ol.yoka-challe-flow-item>li:before {
    /* 以下数字をつける */
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: var(--font-ads);
    left: 0px;
    color: #ffffff;
    background-color: var(--green);
    width: 24px;
    height: 24px;
    border-radius: 50vh;
}

.yoka-challe-flow-item-title {
    display: inline-block;
    margin-bottom: 16px;
}

.oubo-shime-img {
    text-align: right;
}

.oubo-shime-img img {
    width: 65%;
}
@media screen and (min-width:641px) {
    .oubo-shime-img img {
        width: 50%;
    }
}


/* 当選者の声 */
.tousensha-koe {
    padding: 32px 0;
}

.tousensha-koe h2 {
    text-align: center;
    margin-top: 0;
}

.tousensha-koe h2 img {
    width: 65%;
}

.tousensha-koe-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: rgba(39, 152, 144, 0.3);
    padding: 18px;
    border-radius: 50vh;
    margin-top: 32px;
    margin-bottom: 32px;
}

.tousensha-koe-item img {
    width: 150px;
    border-radius: 50vh;
}

.tousensha-koe-detail {
    padding: 0 32px;
    padding-right: 50px;
    font-size: 20px;
    font-family: var(--font-tsuku);
    font-weight: 700;
}

a.tousensha-more-btn {
    display: block;
    text-align: center;
}

a.tousensha-more-btn img {
    width: 150px;
}

@media screen and (min-width:641px) {
    .tousensha-koe-item img {
        width: 150px;
    }

    .tousensha-koe-detail {
        font-size: 16px;
        padding: 0 32px;
    }
}

/*  */
/* coming-soon */
/*  */
.coming-soon-img {
    text-align: center;
}

.coming-soon-img img {
    width: 80%;
}

.coming-soon-text {
    text-align: center;
}

.coming-soon-text p {
    font-size: 25px;
    font-family: var(--font-ads);
    margin-bottom: 32px;
}

.coming-soon-text img {
    max-width: 285px;
}

@media screen and (min-width: 641px) {
    .coming-soon-text p {
        font-size: 23px;
    }

    .coming-soon-text img {
        max-width: 255px;
    }
}

/* */
/* よかイベ */
/* */
.page-id-8 section.yoka-calle-message {
    margin-top: -50px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.yoka-event-main-img {
    text-align: center;
    margin-bottom: 64px;
}

.yoka-event-main-img img {
    width: 90%;
}

@media screen and (min-width:641px) {
    .yoka-event-main-img {
        margin-bottom: 32px;
    }
}

.event-history {
    padding-top: 30px;
    padding-bottom: 60px;
}

.event-history h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    line-height: 1;
}

.event-history .swiper03 {
    padding-top: 40px;
}

.event-history .swiper03 img {
    border: 1px solid var(--green);
    padding: 5px;
}

.event-history .swiper03 .swiper-slide {
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.event-history .swiper03 .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.event-history .swiper03 .swiper-pagination {
    position: relative;
}

.event-history h2 span {
    display: inline-block;
    font-family: var(--font-ads);
    background-color: #25978f;
    color: #e8de36;
    padding: 4px;
    font-size: 30px;
}

.event-history p {
    text-align: center;
    font-family: var(--font-tsuku);
    font-size: clamp(0.4375rem, -0.017rem + 2.2727vw, 1.4375rem);
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 16px;
}

@media screen and (min-width:641px) {
    .event-history {
        padding-top: 0;
        padding-bottom: 60px;
    }
    .event-history h2 span {
        font-size: clamp(0.75rem, -0.1023rem + 4.2614vw, 2.625rem);
    }
}

.yoka-event-dummy {
    width: 60%;
}

.yoka-event-koe {
    padding: 32px 0;
    padding-top: 80px;
}

.yoka-event-koe h2 {
    text-align: center;
    margin-top: 0;
}

.yoka-event-koe h2 img {
    width: 65%;
}

.yoka-event-koe-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(39, 152, 144, 0.3);
    padding: 18px;
    border-radius: 50vh;
    margin-top: 32px;
    margin-bottom: 32px;
}
.yoka-event-koe-item:not(:has(.yoka-event-koe-text .omission5)) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 75px;
}

.yoka-event-koe-item img {
    width: 100%;
    max-width: 150px;
    height: 150px;
    border-radius: 50vh;
}

.yoka-event-koe-text {
    padding: 0 26px;
    padding-right: 36px;
    font-size: 18px;
    font-family: var(--font-tsuku);
    font-weight: 700;
}
.yoka-event-koe-detail.omission5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5; /* 制限したい行数が3の場合 */
    overflow: hidden;
}
a.yoka-event-more-btn {
    display: block;
    text-align: center;
}

a.yoka-event-more-btn img {
    width: 150px;
}

@media screen and (min-width:641px) {
    .yoka-event-item img {
        width: 150px;
    }

    .yoka-event-detail {
        font-size: 16px;
        padding: 0 32px;
    }

    .yoka-event-koe-text {
        font-size: 16px;
        padding-right: 16px;
    }
}

/*  */
/* 会社概要 */
/*  */
.content-header h2 {
    font-size: 46px;
    position: relative;
    display: inline-block;
    font-family: var(--font-ads);
    color: var(--dark-blue);
    margin-bottom: 32px;

    &::after {
        position: relative;
        content: attr(data-en);
        bottom: 0;
        left: 16px;
        font-size: 26px;
    }
}
.comoany-message p:first-of-type {
    font-size: 20px;
    margin-bottom: 24px;
}
.company-detail {
    max-width: 810px;
    margin: 32px auto;
    padding: 0 32px;
}
.company-detail dl {
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;	
	width: 100%;
	border-bottom: 2px solid var(--dark-blue);
    border-radius: 0 0 0 2.5vh;
    margin-bottom: 16px;
}
.company-detail dl dt{
	background: #ffffff;
    text-align: center;
	padding: 5px;
	width: 200px;
    border: 2px solid var(--dark-blue);
    border-radius: 50vh;
}
.company-detail dl dd{
	padding: 5px;
    padding-left: 16px;
	width: calc(100% - 200px);
}

/*  */
/* よかイベアーカイブリスト */
/*  */
#event-list .news-item {
    width: 80%;
    margin: 0 auto;
}
#event-list .news-item:not(:first-of-type) {
    margin-top: 40px;
}
#event-list .news-item-img {
    position: relative;
    padding: 0 8px 8px 0;
    z-index: 2;
    margin-bottom: 18px;
}
#event-list .news-item-img::after {
    position: absolute;
    content: "";
    top: 8px;
    left: 8px;
    width: 100%;
    height: 100%;
    background-color: var(--dark-blue);
    z-index: -1;
}
#event-list .news-item__title {
    background-color: var(--dark-blue);
    border-radius: 50vh;
    color: #ffffff;
    font-family: var(--font-ads);
}
#event-list .news-item .news-item-text .news-item__title {
    text-align: center;
    font-size: 32px;
}
#event-list .news-item .news-item-text p {
    text-align: right;
    color: var(--dark-blue);
    font-size: 32px;
}
@media screen and (min-width:641px) {
    #event-list .news-item .news-item-text .news-item__title {
        font-size: 24px;
    }
    #event-list .news-item .news-item-text p {
        font-size: 24px;
    }
}

/* よかイベ_イベントページ */
.yoka-video {
    width: 60%;
    margin: 0 auto;
}
.yoka-event-koe-lead {
    text-align: center;
    margin-top: 32px;
}
.event-koe-img {
    margin-top: 60px;
    text-align: center;
}
.event-koe-img img {
    width: 40%;
}
.staff-koe-detail {
    position: relative;
    background-color: #d2ecfa;
    width: 555px;
    margin: 30px auto;
    padding: 32px;
    z-index: 1;
}
.staff-koe-detail::before {
    position: absolute;
    content: "";
    top: -10px;
    left: -10px;
    height: 50px;
    width: 50px;
    background: url('../../images/clip.png') no-repeat;
    background-size: contain;
    z-index: 2;
}
.staff-koe-img {
    position: absolute;
    width: 20%;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(10%) translateY(50%);
        -ms-transform: translateX(10%) translateY(50%);
            transform: translateX(10%) translateY(50%);
    z-index: 3;
}
.staff-koe-img-inner {
    position: relative;
}
.staff-koe-img-inner::after {
    position: absolute;
    content: "";
    width: 120%;
    height: 120%;
    top: 0;
    right: -70%;
    background: url('../../images/staff-comment_name.png') no-repeat;
    background-size: contain;
    z-index: 1;
}
.staff-koe-img-inner img {
    position: relative;
    z-index: 2;
}

/* お問い合わせ */
.yoka-contact-form .smf-item {
    margin-top: 16px;
}
.yoka-contact-form span.smf-item__label__text, .yoka-contact-form span.smf-checkbox-control__label, .privacy-policy-box p {
    font-size: 20px;
}
.yoka-contact-form.smf-form .smf-checkbox-control__control {
    width: 20px;
    height: 20px;
}
.yoka-contact-form .privacy-policy-box .smf-checkbox-control__label {
    display: none;
}
.yoka-contact-form .privacy-policy-box a {
    color: #5193e3;
}
.yoka-contact-form + .smf-action {
    margin-top: 32px;
    text-align: center;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
}
.yoka-contact-form + .smf-action .smf-button-control__control {
    background: var(--dark-blue);
    outline: 2px dotted rgb(255, 255, 255);
    outline-offset: -5px;
    border-radius: 50vh;
    color: #ffffff;
}
.yoka-contact-form.smf-form .smf-textarea-control__control, .yoka-contact-form.smf-form .smf-text-control__control {
    border: 2px solid var(--dark-blue);
    border-radius: 15px;
}

.snow-monkey-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.snow-monkey-forms-turnstile>div {
    place-items: center;
}
form[data-screen="complete"] .snow-monkey-forms-turnstil {
    display: none;
}