@charset "UTF-8";

/*****基本ルール
---------------------------------------------*/
html {
    font-size: 62.5%;
}

body {
    color: #222222;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    /*font-family: "Fredoka", "Noto Sans JP", sans-serif; 　コピペ用*/

}

.post, .page {
    margin: 0;
}

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

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

a {
    color: #222222;
    transition: all .3s;
}

a:hover {
    opacity: .7;
    transition: all .3s;
}

img {
    display: block;
}

.nomal-ttl {
    position: relative;
    z-index: 2;
}

.nomal-ttl h2 {
    font-size: 2.2rem;
    background-color: #f4f4f4;
    display: inline-block;
    padding: 5px;
}

.nomal-ttl::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #15BA9F;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: -1;
}

/*****ヘッダー
---------------------------------------------*/
.site-header {
    background-color: #F5FCFF;
    position: fixed;
    top: 0;
    transition: .5s;
    z-index: 999;
    width: 100%;
}

.header-inner {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.site-header.hidden {
    transform: translateY(-45%);
    transition: .5s;
}

.master-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.master-header__contents {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 833px;
    width: 100%;
}

.logo h1 {
    margin: 10px 0;
}

.logo img {
    max-width: 135px;
    width: 100%;
    display: flex;
}

.logo a {
    display: flex;
    align-items: end;
}

.logo span {
    font-size: 2.4rem;
    margin-left: .7em;
}

.related-sites, .master-header__sns {
    display: flex;
    justify-content: center;
    align-items: center;
}

.related-sites__box {
    display: block;
    padding: 0 10px;
}

.related-sites__box img {
    max-width: 50px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.related-sites__box span {
    display: block;
    text-align: center;
    font-size: 1.1rem;
}

.related-sites {
    border-left: 1px solid #707070;
}

.related-sites__box {
    border-right: 1px solid #707070;
}

.master-header__sns ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0 20px;
    padding-inline-start: 0;
}

.master-header__sns li {
    margin-right: 15px;
}

.master-header__sns li:last-child {
    margin-right: 0;
}

.master-header__tc {
    max-width: 260px;
    width: 100%;
}

.master-header__tc a {
    background-color: #15BA9F;
    position: relative;
    font-size: 2.3rem;
    font-weight: 700;
    display: block;
    text-align: center;
    color: #fff;
    padding: 14px 0;
    padding-left: 32px;
    border-radius: 15px;
}

.master-header__tc a::before {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(../img/common/header/shop-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 45px;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

/*****グランドナビ
---------------------------------------------*/

.grand-nav {
    background-color: #00C6C1;
    height: 112px;
}

.grand-nav__inner {
    background-color: #00C6C1;
    padding: 12px 0;
    height: 112px;
}




.grand-nav__inner nav {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.grand-nav__inner nav ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding-inline-start: 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.grand-nav__inner nav li {
    max-width: 150px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #fff;
}

.grand-nav__inner nav li:last-child {
    border-right: none;
}

.grand-nav__inner nav a {
    display: block;
    max-width: 150px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.grand-nav__inner nav img {
    max-width: 70px;
    width: 100%;
    margin: 0 auto;
}

.grand-nav__inner nav span {
    font-size: 1.6rem;
    font-weight: 900;
    color: #fff;
}

/*****トップページ
---------------------------------------------*/
body {
    padding-top: 112px;
}

.site {
    background-color: #F4F4F4;
}

.slider_img {
    margin: auto;
    max-height: 873px;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}

.inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.top-campaign {
    margin: 100px 0;
}

.top-section__ttl {
    margin-bottom: 30px;
}

.top-section__ttl h2 {
    text-align: center;
    font-size: 3.2rem;
    margin-bottom: 10px;
    letter-spacing: .1em;
}

.top-section__ttl span {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    color: #15BA9F;
    font-weight: 700;
    font-family: "Fredoka", "Noto Sans JP", sans-serif;
    letter-spacing: .1em;
}

.top-page__thumbs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 22px;
    margin-bottom: 35px;
}

.top-page__thumbs-item {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #15BA9F;
    transition: all .3s;
}

.top-page__thumbs-item img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    margin: 0 auto;
    display: block;
    height: 197px;
    object-fit: cover;
}

.top-page__page-titles {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    transition: all.3s;

}

.top-page__page-titles h3 {
    font-size: 1.6rem;
    font-weight: 700;
    padding-left: 16px;
    padding-right: 76px;
    transition: all.3s;
}

.top-page__page-titles::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../img/top/arrow_grn.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
    transition: all.3s;
}

.top-page__thumbs-item a {
    transition: all.3s;
}

.top-page__thumbs-item a:hover {
    opacity: 1;
}

.top-page__thumbs-item a:hover .top-page__page-titles {

    border-top: 1px solid #fff;
    transition: all.3s;
    border-radius: 0 0 10px 10px;
}

.top-page__thumbs-item a:hover .top-page__page-titles h3 {
    color: #fff;
    transition: all.3s;
}

.top-page__thumbs-item a:hover .top-page__page-titles::after {
    background-image: url(../img/top/arrow_wht.svg);
    transition: all.3s;
}

.top-page__thumbs-item:hover {
    background-color: #15BA9F;
    transition: all.3S;
}

.top-page__thumbs-item img {
    transition: all.3s;
}

.top-bottom__grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 0 60px;
}

.top-news-contents__item {
    border-bottom: 1px solid #15BA9F;
}

.top-news-contents__item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 38px;
    position: relative;
    width: 100%;
}

.top-news-contents__item p {
    margin: 0;
    font-weight: 500;
}

.top-news-contents__item h3 {
    font-weight: 500;
    display: block;
    max-width: 412px;
    margin-left: 56px;
}

.top-news-contents__item a::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../img/top/arrow_grn.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
    transition: all .3s;
}

.top-news-contents__item a:hover::after {
    right: 2%;
}

.top-bottom__otherlinks {
    padding: 0 26px;
    display: block;
    margin: 0 auto;
}

.top-bottom__otherlinks a {
    transition: all .3s;
}

.top-bottom__otherlinks img {

    margin-bottom: 20px;
}

.top-bottom__otherlinks a:hover {
    border: 1px solid #15BA9F;
}

.top-bottom__otherlinks a:hover img {
    border: 1px solid #15BA9F;
    border-radius: 20px;
    transition: all .3s;
}

.top-bottom-contents {
    margin-bottom: 100px;
}

.top-sns__wrap {
    max-width: 588px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    border: 10px solid #15BA9F;
    border-radius: 999px;
}

.top-sns__links ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding-inline-start: 0;
}

.top-sns__title {
    max-width: 240px;
    width: 100%;
    height: auto;
    text-align: center;
    border: 10px solid #15BA9F;
    background-color: #15BA9F;
    border-radius: 999px;
    color: #fff;
    font-family: "Fredoka", "Noto Sans JP", sans-serif;
    font-weight: 700;
    position: relative;
    border-right: 20px solid #15BA9F;
}

.top-sns__title-inner {
    border: 1px dashed #fff;
    border-radius: 999px;
}

/*
.top-sns__title::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px dashed #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    border-radius: 999px;
}*/

.top-sns__links img {
    max-width: 55px;
    width: 100%;
}

.top-sns__links {
    width: 100%;
}

.top-sns__links li {
    margin: 0 11px;
    max-width: 55px;
    width: 100%;
}

.top-morebtn {
    position: relative;
    max-width: 400px;
    width: 100%;
    margin: 20px auto;
}

.top-morebtn a {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #15BA9F;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    font-size: 2rem;
    border-radius: 10px;
    padding-left: 45px;
}

.top-morebtn a::before {
    content: "";
    width: 45px;
    height: 45px;
    background-image: url(../img/top/mbtn_cp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 12%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

/**スクロールトップ**/
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: -100px;
    z-index: 998;
}


#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

#page_top a::before {


    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url(../img/common/scroll-top.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

footer {
    margin-top: 100px;
    background-color: #00C6C1;
    padding-bottom: 10px;
    position: sticky;
    top: 100vh;
    width: 100%;
    z-index: 100;
}

.footer-inner {
    max-width: 985px;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
}

@media screen and (min-width: 769px) {
    .pchide {
        display: none;
    }
}

.f-logo__area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.f-logo img {
    max-width: 160px;
    width: 100%;
    margin: 0 auto;
}

.f-contact {
    max-width: 210px;
    width: 100%;
}

.f-btn a {
    display: block;
    max-width: 210px;
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    font-size: 1.8rem;
    text-align: center;
    padding: 14px;
    border-radius: 15px;
    font-weight: 700;
    color: #15BA9F;
    padding-left: 28px;
    position: relative;
}

.f-btn a::before {
    content: "";
    width: 20px;
    height: 16px;
    background-image: url(../img/common/header/icon_mail.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.f-nav {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.f-nav__first {
    border-bottom: none;
}

.f-nav__menu {
    max-width: 724px;
    width: 100%;
    display: block;
}

.footer-inner .others {
    max-width: initial;
}

.f-nav__title h4 {
    color: #fff;
    background-color: #00C6C1;
    padding: 2px 14px 2px 0;
    font-size: 1.8rem;
    font-weight: 700;
    display: inline-block;
    letter-spacing: .1em;
}

.f-nav__second .f-nav__title h4 {
    margin-top: 0;
}

.f-nav__title {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
}

.f-nav__title ::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: -1;
}

.others .f-nav__title ::after {
    top: 30%;
}

.f-nav__menu ul {
    list-style: none;
    margin: 0;
    padding-inline-start: 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.footer-inner .others ul {
    justify-content: flex-start;
    margin-bottom: 20px;
}

.f-nav__menu li {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    margin: 0 10px;
}

.f-nav__menu a {
    color: #fff;
    position: relative;
    padding-bottom: 10px;
}

.f-nav__menu a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
}

.f-nav__menu a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
}

.f-nav__menu li:first-child {
    margin-left: 0;
}

.f-nav__menu li:last-child {
    margin-right: 0;
}

.f-sns__links ul {
    list-style: none;
    margin: 0;
    padding-inline-start: 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.f-nav__sns .f-sns__links li {
    margin: 0 7px;
}

.f-nav__sns .f-sns__links li:first-child {
    margin-left: 0;
}

.f-nav__sns .f-sns__links li:last-child {
    margin-right: 0;
}

.f-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 10px;
}

.f-bottom__nav ul {
    list-style: none;
    margin: 0;
    padding-inline-start: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.f-bottom__nav li {
    font-size: 1.6rem;
    font-weight: 400;
    margin-right: 20px;
}

.f-bottom__nav a {
    color: #fff;
    padding-bottom: 10px;
    position: relative;
}

.f-bottom__nav a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
}

.f-bottom__nav a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
}

.f-copy p {
    color: #fff;
    margin: 0;
    letter-spacing: .1em;
}

/*****ヘッダーフッターとトップページここまで
---------------------------------------------*/

/*************レスポンシブ*************/

/*1024pxまで*/

@media screen and (min-width:768px) and (max-width:1250px) {
    .logo {
        max-width: 220px;
        width: 100%;
    }

    .logo img {
        width: 14vw;
    }

    .logo span {
        font-size: 1.5vw;
    }

    .master-header__tc a {
        font-size: 2vw;
    }

    .master-header__tc {
        width: 26vw;
    }

    .related-sites__box img {
        width: 5vw;
    }

    .master-header__sns {}

    .grand-nav__inner nav img {
        width: 26vw;
    }

    .grand-nav__inner nav span {
        font-size: 1.3vw;
    }
}


/*****ブースページ
---------------------------------------------*/

.booth_page {
    max-width: 1000px;
    width: 100%;
    margin: 90px auto;
}

.inpage-links__inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inpage-links__main ul {
    margin: 0;
    padding-inline-start: 0;
    list-style: none;
    display: flex;
}

.inpage-links__main li {
    margin: 0 11px;
}

.inpage-links__main a {
    color: #15BA9F;
    padding-bottom: 5px;
    position: relative;
}

.inpage-links__main a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #15BA9F;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
}

.inpage-links__main a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
}

.inpage-links__ttl h2 {
    font-size: 2.6rem;
    margin: 10px 0;
}

.inpage-links__ttl span {
    font-size: 2rem;
    margin-left: 22px;
}

.type-inpagelinks {
    padding-top: 10em;
}

.booth-slider {
    display: none;
}

.booth-slider.slick-initialized {
    display: block;
}

.booth-slider .slick-slide img {
    max-height: 666px;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
}

body .booth_page .is-layout-flex {
    gap: 20px;
    margin-bottom: 20px;
}

.wp-lightbox-overlay .scrim {
    background-color: #222222cf !important;

}

figure {
    margin: 0;
}

body .booth_page__main p {
    font-size: 1.6rem;
    letter-spacing: .05em;
    line-height: 1.6;
    padding: 0 90px;
    margin: 30px 0;
}

.bp-tiltle {
    text-align: center;
}

/*****ブース一覧
---------------------------------------------*/

.booth-list {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.booth-list__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 35px 0;
}

.booth-list__item {
    border: 1px solid #15BA9F;
    background-color: #fff;
}


.booth-list__item {
    transition: all .3s;
}

.booth-list__ttl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    transition: all .3s;
    padding: 10px 0;
}

.booth-list__ttl h3 {
    margin: 0;
    padding-left: 16px;
    font-size: 1.6rem;
    font-weight: 700;
}

.booth-list__item a:hover {
    opacity: 1;
    color: #fff;
    border-radius: 10px;
}

.booth-list__item:hover {
    border-radius: 10px;
}

.booth-list__item a:hover img {
    border-radius: 9px 9px 0 0;
}

.booth-list__item a:hover .booth-list__ttl {
    background-color: #15BA9F;
    border-top: 1px solid #fff;
    transition: all .3s;
    border-radius: 0 0 9px 9px;
}


/*****チケットページ
---------------------------------------------*/
.type-ticketpage {
    padding-top: 10em;
}

.ticket-page__main {
    max-width: 714px;
    width: 100%;
    margin: 45px auto;
}

.ticket_plan>div {
    text-align: center;
}

.type-ticketpage h3 {
    font-size: 2.6rem;
    font-weight: 900;
    color: #fff;
    display: inline-block;
    background-color: #6d6d6d;
    padding: 7px 100px;
    border-radius: 999px;
}

.plantable_col3, .plantable_col4 {
    border-spacing: 5px;
}

.ticke_table th {
    font-size: 1.8rem;
    padding: 16px 0;
    text-align: center;
    color: #fff;
    background-color: #6d6d6d;
    border-radius: 10px 10px 0 0;
}

.ticke_table .t-times {
    width: 40%;
}

.ticke_table td {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 10px 0;
    background-color: #FAFAFA;
}

.ticke_table tr:nth-child(odd) td {
    background-color: #d2d1d1;
}

.ticke_table .t-price {
    font-size: 2.4rem;
}

.input-check {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.input-check p {
    margin: 0;
}

.ticke_table .t-price span {
    font-size: 1.6rem;
    font-weight: 500;
    margin-left: 10px;
}

.ticke_table .t-time {
    font-size: 2rem;
}

.ticke_table .t-time span {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    color: #747474;
}

/**プランごとの色分け**/

.t_daytime h3, .t_daytime .ticke_table th {
    background-color: #23CD82;
}

.t_daytime .ticke_table tr:nth-child(odd) td {
    background-color: #CDE6DB;
}

.t_holidaytime h3, .t_holidaytime .ticke_table th {
    background-color: #FF69AA;
}

.t_holidaytime .ticke_table tr:nth-child(odd) td {
    background-color: #F2E4EA;
}

.t_reservday h3, .t_reservday .ticke_table th {
    background-color: #4277E9;
}

.t_reservday .ticke_table tr:nth-child(odd) td {
    background-color: #DEE6F7;
}





/*****通常ページのCSS
---------------------------------------------*/

.nomal-page {
    padding-top: 5em;

    letter-spacing: .05em;
}

.nomal-page .inner {
    max-width: 1000px;
}

.post-title {
    text-align: center;
    margin: 60px auto 30px;
    font-size: 2.4rem;
}

.post-title h2 {
    margin: 0;
}

.post-contents p {
    padding: 0 20px;
    letter-spacing: .05em;
    line-height: 1.6;
}

.post-contents h2 {
    font-size: 2.6rem;
}

.post-contents h3 {
    position: relative;
    font-size: 2.2rem;
    z-index: 1;
}

/**
.post-contents h3::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #15BA9F;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: -2;
}**/

.dress-title {
    display: block;
    position: relative;
    z-index: 1;
}

.dress-title h3 {
    font-size: 2.2rem;
    background-color: #F4F4F4;
    z-index: 1;
    display: inline-block;
    padding: 0 10px;
}

.dress-title::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #15BA9F;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: -2;
}

.layout-center {
    text-align: center;
}

.layout-right {
    text-align: right;
}

.layout-left h3 {
    padding-left: 0;
}

.layout-right h3 {
    padding-right: 0;
}

.post-contents h4 {
    font-size: 1.8rem;
    text-decoration: underline #15BA9F;
    text-underline-offset: 7px;
}

.post-contents h5 {
    font-size: 1.6rem;
}

.post-contents ul, .post-contents ol {
    margin: 0;
    margin-bottom: 30px;
}

.post-contents li {
    margin: 5px 0;
}

.post-contents ul li::marker {
    color: #15BA9F;
}

.post-contents thead {
    border-bottom: none;
}

.post-contents thead th {
    background-color: #15BA9F;
    color: #fff;
}

.post-contents table td {
    border: none;
    border-bottom: 1px solid #15BA9F;
    padding: 1em;
}

.post-contents table td:nth-of-type(1) {
    background-color: #15BA9F;
    border-bottom: 1px solid #fff;
    font-weight: 600;
}

.post-contents .has-fixed-layout td:nth-of-type(1) {
    background-color: unset;
    border-bottom: 1px solid #15BA9F;
    font-weight: 400;
}

.wp-block-buttons {
    margin: 30px 0;
}

.wp-block-buttons a {
    background-color: #15BA9F;
}

.type-faq.nomal-page a {
    text-decoration: underline;
    font-weight: 500;
    color: #15BA9F;
}

.type-faq .wp-block-button a {
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
}

.type-faq .is-layout-flex {
    gap: 10px;
}

/*****キャンペーン・イベント・ピックアップ一覧
---------------------------------------------*/
.type-archv {
    padding-top: 1em;
}


/*****サービス一覧
---------------------------------------------*/
.type-archv_s {
    padding-top: 5em;
}

.type-archive_s .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.service-genre .genre-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.genre-title__img {
    max-width: 135px;
    width: 100%;
    margin-right: 15px;
}

.genre-title__main h2 {
    margin: 0;
    font-size: 2.6rem;
}

.genre-title__main span {
    color: #747474;
}

.service-genre {
    margin-bottom: 30px;
}

.service-contents__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 22px;
    margin-bottom: 90px;
}

.service-contents__item {}

.service-contents__item img {
    max-width: 312px;
    width: 100%;
    height: 217px;
    object-fit: cover;
}

.service_contents__txt {
    padding: 0 7px;
    margin-top: 10px;
    position: relative;
}

.service_contents__txt h3 {
    margin: 0;
    font-size: 1.9rem;
}

.service_contents__txt p {
    margin: 0 auto 10px;
}

.service__labels {
    background-color: #707070;
    display: inline-block;
    border-radius: 5px;
    max-width: 102px;
    width: 100%;
    position: absolute;
    top: -6%;
    right: 4%;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
}

.service__labels p {
    text-align: center;
    max-width: 102px;
    display: block;
    width: 100%;
    padding: 5px 0px;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.service__labels.free {
    background-color: #15BA9F;
}

.service__labels.fee {
    background-color: #FBA1A0;
}

/*****アクセスページ
---------------------------------------------*/

.type-accesspage {
    padding-top: 5em;
}

.type-accesspage .inner {
    max-width: 1000px;
    width: 100%;
    margin: 50px auto;
}

.access-page__title h2 {
    text-align: center;
}

.access__flex {
    display: grid;
    grid-template-columns: 394px 1fr;
    gap: 50px;
    margin: 70px auto;
}

.access__detail img {
    max-width: 275px;
    width: 100%;
    margin: auto;
}

.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
}

.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.access__detail h3 {
    padding-bottom: 7px;
    border-bottom: 1px solid #15BA9F;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/*****よくある質問
---------------------------------------------*/
.qa-block {
    padding: 20px;
}

.qa-block__inner {

    border: 1px solid #00C6C1;
    border-radius: 15px;
}

.qa-block__area-q {
    border-radius: 15px 15px 0 0;
    border: 1px solid #00C6C1;
    background-color: #00C6C1;
}

.qa-block__area-q h3 {
    padding: 17px;
    padding-left: 47px;
    position: relative;
}

.qa-block__area-q h3::before {
    content: "";
    width: 36px;
    height: 36px;
    background-image: url(../img/faq/icon_q.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.answer_wrap {
    position: relative;
}

.answer_wrap p {
    padding-left: 47px;
    line-height: 1.6;
    position: relative;
}

.answer_wrap::before {
    content: "";
    width: 36px;
    height: 36px;
    background-image: url(../img/faq/icon_a.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);

}

.qa-block__area-q h3, .answer_wrap {
    max-width: 863px;
    width: 100%;
    margin: 0 auto;
}

.faq_genre {}


/*****利用規約
---------------------------------------------*/
.type-terms .post-contents p {
    font-weight: 500;
}

.type-terms .post-contents ul {
    font-weight: 500;
}

.type-terms li {
    margin: 10px 0;
}

.type-terms a {
    color: #15BA9F;
    text-decoration: underline;
}

/*****固定ページ
---------------------------------------------*/
.type-nomal {
    padding-top: 5em;
}

.type-nomal .post-contents table td:nth-of-type(1) {
    background-color: unset;
}


/*****コンタクトフォーム
---------------------------------------------*/
.wp-block-contact-form-7-contact-form-selector {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
}

/*ContactForm7カスタマイズ*/
table.CF7_table {
    width: 100%;
    margin: 0 auto;
}


.CF7_table td,
.CF7_table th {
    border: none;
    display: block;
    text-align: left;
    padding: 10px 0;
}

.CF7_table th {
    padding-bottom: 0;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table {
    display: table;
}

/*入力欄*/
.CF7_table input,
.CF7_table textarea,
.CF7_table select {
    border: 1px solid #DDDDDD;
    padding: 15px;
    font-size: 16px;
}

.CF7_table input[type="text"], .CF7_table input[type="email"], .CF7_table textarea, .CF7_table select {
    width: 100%;
}

.sluck-select {
    /* selectボックスの親要素 */
    position: relative;
}

.sluck-select:after {
    /* selectボックスの親要素にオリジナルの矢印を宣言 */
    content: '\f078';
    /* fontawesomeのアイコン表示 */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: var(--sub-color);
    width: 0;
    z-index: 0;
    position: absolute;
    top: 50%;
    right: 85px;
    transform: translateY(-50%);
}

select {
    /* select要素 */
    appearance: none;
}


.CF7_table ::placeholder {
    color: #797979;
}

.CF7_table p {
    text-align: left;
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 13px;
}

.CF7_table span {
    font-size: 1.4rem;
    font-weight: 400;
}

/*「必須」文字*/
.CF7_req {

    padding: 3px 14px;
    background: #15BA9F;
    /*オレンジ*/
    color: #fff;
    border-radius: 50px;
    margin-left: 1em;
}

/*「任意」文字*/
.CF7_unreq {

    padding: 3px 14px;
    background: #858585;
    /*グレー*/
    color: #fff;
    border-radius: 50px;
    margin-left: 1em;
}

.bd p {
    display: flex;
    align-items: center;
}

.bd-y {
    width: 80px !important;
}

.bdspan {
    margin: 0 15px 0 7px;
}

.row-privacy {
    text-align: center;
    margin-bottom: 20px;
}

.CF7_table .choose_ymd span.wpcf7-form-control-wrap {
    display: flex;
    gap: 15px
}

.wpcf7-radio label {
    display: flex;
}

.wpcf7-radio label input {
    max-width: 20px;
    margin-right: 10px;
}

.rsv-form .wpcf7-radio {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.rsv-form .wpcf7-radio .wpcf7-list-item {}

.rsv-form .wpcf7-list-item-label {
    font-size: 1.6rem;
    font-weight: 500;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
    table.CF7_table {
        width: 95%;
    }

    .CF7_table tr,
    .CF7_table td,
    .CF7_table th {
        display: block;
        width: 100%;
        line-height: 2.5em;
        text-align: left;
    }

    .CF7_table p {
        margin-bottom: 0;
    }


}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 240px;
    padding: 1rem 4rem;
    font-weight: bold;
    border: 2px solid #171A1C;
    color: #171A1C;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 0 auto;
    background-color: inherit;
    border-radius: 0;
    font-size: 1.6rem;
    transition: all .3s;
}

.wpcf7 input.wpcf7-submit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #171A1C;
    transform: translateX(-100%);
    transition: all .3s;
    z-index: -1;
}

.wpcf7 input.wpcf7-submit:hover::before {
    transform: translateX(0);
}

.wpcf7 input.wpcf7-submit:hover {
    color: #fff;
    opacity: 1;
    background-color: #171A1C;
}

/* 「戻るボタン」ボタン */
.wpcf7 input.wpcf7-previous {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 240px;
    padding: 1rem 4rem;
    font-weight: bold;
    border: 2px solid #171A1C;
    color: #171A1C;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 0 auto;
    background-color: inherit;
    border-radius: 0;
    font-size: 1.6rem;
    transition: all .3s;
    margin-bottom: 20px;
}

.wpcf7 input.wpcf7-previous::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #171A1C;
    transform: translateX(-100%);
    transition: all .3s;
    z-index: -1;
}

.wpcf7 input.wpcf7-previous:hover::before {
    transform: translateX(0);
}

.wpcf7 input.wpcf7-previous:hover {
    color: #fff;
    opacity: 1;
    background-color: #171A1C;
}

.CF7_btn {
    text-align: center;
    margin-top: 20px;
}

.wpcf7-spinner {
    width: 0;
    margin: 0;
}

.contact {
    padding: 100px 0;
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
}

.type-entry_confirmation .CF7_table {
    border-collapse: collapse;
}

.type-entry_confirmation .CF7_table td, .type-entry_confirmation .CF7_table th {
    display: table-cell;
    border-bottom: 1px solid #868686;
    padding: 10px 0;
    vertical-align: baseline;
}

.type-entry_confirmation .CF7_table th p {
    display: flex;
    align-items: baseline;
}

.type-entry_confirmation .CF7_table td {
    width: 55%;
}

.type-entry_confirmation .contact {
    padding-top: 0;
}

.interview {
    margin-top: 150px;
}

.i-head {

    padding: 0 95px;
    margin-bottom: 220px;
}

.i-head_img {
    border-radius: 56px;
    width: 100%;
    position: relative;
}

.type-n .i-head_img img {
    border-radius: 56px;
    height: 546px;
    object-fit: cover;
    object-position: top;
}

.type-c .i-head_img {
    height: 546px;
    background-color: #4D54FF;
}

.i-head_ttl {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateY(-35%) translateX(-50%);
    -webkit-transform: translateY(-35%) translateX(-50%);
}

.i-head_ttl h2 {
    font-size: 11rem;
    text-align: center;
    font-weight: 900;
    color: #F4F4F4;
    margin-bottom: 80px;
}

.i-head_mvtxtbox {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 100px;
}

.i-head_mvtxt p {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.9;
}

.i-head_mvpost {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.i-head_mvpost img {
    max-width: 147px;
    width: 100%;
}

.i-head_mvpost p {
    font-size: 2rem;
    color: #1F1F1F;
}

.i-head_mvpost span {
    font-size: 1.4rem;
    color: #868686;
    margin-right: 10px;
}

.what-hacosta .inner {
    background-color: #F4F4F4;
    border-radius: 20px;
    padding: 50px 0;
}

.wh-item_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wh-item_l {
    margin-right: 40px;
}

.wh-item_l span {
    font-size: 2rem;
    font-weight: 400;
}

.wh-item_l span img {
    max-width: 72px;
    margin-right: 15px;
}

.wh-item_l h3 {
    font-size: 3.2rem;
}

.wh-item_r {
    max-width: 496px;
    padding: 15px 40px;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
}

.wh-item_r p {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.9;
}

.wh-item_r::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -25px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #fff;
    z-index: 0;
}

.i-main {
    margin: 75px auto;
}

.i-ceoblock {
    margin: 50px 0;
}

.i-ceoblock h3 {
    position: relative;
    padding-left: 150px;
    font-size: 2rem;
    color: #8B8B8B;
    font-weight: 500;
    margin-bottom: 10px;
}

.i-ceoblock h3::before {
    content: "";
    width: 140px;
    height: 1px;
    background-color: #4D54FF;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.i-ceoblock p {
    line-height: 1.8;
    color: #1F1F1F;
}


.type-n .hr-ttl {
    position: relative;
    margin-bottom: 0px;

}

.type-n .hr-ttl span {
    font-size: 11rem;
    margin: 0;
    padding: 0;
    font-weight: 900;
    color: #F4F4F4;
}

.type-n .hr-ttl h2 {
    font-size: 4rem;
    margin: 0;
    padding: 0;
    position: relative;
    margin-top: -50px;
    padding-bottom: 50px;
    color: #1F1F1F;
    text-align: left;
}

.type-n .hr-ttl h2::before {
    content: "";
    width: 24px;
    height: 7px;
    display: block;
    background-color: #FFA700;
    border-radius: 50px;
    position: absolute;
    bottom: 35%;
    left: 0%;
}

.type-n .i-head_ttl {
    position: unset;
    transform: unset;
    -webkit-transform: unset;
}

.type-n .i-head {
    position: relative;
}

.type-n .i-head_ttl-nomal {
    background-color: #fff;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 5%;
    transform: translateY(50%) translateX(0%);
    -webkit-transform: translateY(50%) translateX(0%);
}

.type-n .i-head_mvtxtbox {
    max-width: 479px;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(100%) translateX(-50%);
}

.type-n .i-head_mvtxt p {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.9;
}

.type-n .i-head_mvpost {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.type-n .i-head_mvpost p {
    font-size: 2rem;
    color: #1F1F1F;
}

.type-n .i-head_mvpost span {
    font-size: 1.4rem;
    color: #868686;
    margin-right: 10px;
}



.i-shainblock {
    margin: 100px 0;
}

.i-shainblock img {
    border-radius: 20px;
}

.i-shainblock h3 {
    position: relative;
    padding-left: 150px;
    font-size: 2rem;
    color: #8B8B8B;
    font-weight: 500;
    margin-bottom: 10px;
}

.i-shainblock h3::before {
    content: "";
    width: 140px;
    height: 1px;
    background-color: #FFA700;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.i-shainblock p {
    line-height: 1.8;
    color: #1F1F1F;
}

.i-shainbox {
    margin-top: 20px;
    padding: 40px;
    background-color: #fff;
    filter: drop-shadow(10px 10px 0px #F6AE39);
}

pre {
    background-color: unset;
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 0;
    padding: 0;
}

.p-logo-name {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 0;
}

.p-logo-name img {
    max-width: 175px;
    width: 100%;
}

.p-logo-name pre {
    text-align: right;
    font-size: 1.6rem;
}

.p-intro pre {
    line-height: 1.8;
}

.p-content {
    margin-bottom: 40px;
}

.p-content h3 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.p-content ul {
    margin-left: 0;
    padding-left: 20px;
}

.p-content li {
    margin-bottom: 10px;
}

.p-content ol {
    margin-left: -14px;
}

.p-content ol li {
    list-style-type: none;
    counter-increment: cnt;
    position: relative;
    margin-bottom: 10px;
}

.p-content ol li:before {
    content: "("counter(cnt) ")";
    display: inline-block;
    margin-left: -3.5em;

    width: 3em;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
}

.p-table table {
    border: none;
    width: 60% !important;
}

.p-table td {
    border: none;
}

.spbtn {
    display: none;
}

@media screen and (min-width: 769px) {
    .openbtn1 {
        display: none;
    }

    .showsp, .sp-nav_logo {
        display: none;
    }
}


.slick-slider img {
    width: 100%;
    height: 100%;
}

.top-mv_img_box {
    width: 25%;
}

.bkgray .hr-ttl span {
    color: #fff;
}

.oservice {
    padding-bottom: 100px;
    border-radius: 0 0 50px 50px;
}

.oservice .hr-ttl {
    text-align: center;
}

.oservice .hr-ttl h2::before {
    left: 49%;
}

.oservice_intro {
    text-align: center;
    margin: 40px 0;
}

.oservice_intro p {
    font-size: 2.4rem;
    font-weight: 700;
}

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

.oservice_grid a {
    position: relative;
}

.oservice_grid img {
    border-radius: 20px;
}

.oservice_link {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    width: 100%;
    border-radius: 0 0 20px 20px;
    color: #fff;
    padding: 20px;
}

.oservice_link span {
    font-family: "Nunito", sans-serif;
    font-size: 2.3rem;
}

.oservice_link p {
    font-size: 2.4rem;
    position: relative;
}

.oservice_link p::after {
    content: "";
    width: 38px;
    height: 38px;
    display: block;
    background-image: url(../../img/btn-allow_pink.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
    transition: all .4s;
}

.oservice_grid a:hover .oservice_link p::after {
    right: -10px;
    transition: all .4s;
}

.shift_bottom {
    margin-top: 54px;
}

.shift_top {
    margin-top: -54px;
}

.btn_orage {
    max-width: 312px;
    margin: 0 auto;
}

.btn_orage .ct-btn {
    background-color: #FA813D;
}

.btn_orage .ct-btn p {
    color: #fff;
}

.btn_orage .ct-btn p::after {
    background-image: url(../../img/allow_white.svg);
    transition: all .4s;
}

.btn_orage:hover .ct-btn p::after {
    right: 7%;
    transition: all .4s;
}

.case-list {
    margin-bottom: 50px;
}

.case-list_item {
    background-color: #F4F4F4;
    padding: 10px 15px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.case-list_item .case-list_links {
    display: flex;
    position: relative;
}

.case-list_links img {
    max-width: 261px;
    width: 100%;
    display: block;
    margin-right: 23px;
}

.case-list_txt {
    margin: 10px 0;
    padding-right: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.c-day span {
    margin-bottom: 12px;
    display: block;
    font-size: 1.4rem;
    color: #868686;
}

.c-ttl h3 {
    font-size: 2rem;
    margin: 0 0 13px 0;
}

.c-start_txt p {
    font-size: 1.4rem;
    letter-spacing: .002em;
    line-height: 1.8;
}

.case-list_item .case-list_links::after {
    content: "";
    width: 38px;
    height: 38px;
    display: block;
    background-image: url(../../img/btn-allow_pink2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0%;
    right: 0%;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
    transition: all .4s;
}

.case-list_item:hover .case-list_links::after {
    right: -10px;
    transition: all .4s;
}

.case {
    padding-bottom: 50px;
}

.t-recruit {
    position: relative;
    margin-top: 300px;
}

.t-recruit_mv {
    max-width: 1020px;
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.t-recruit_mv img {
    height: 556px;
    object-fit: cover;
    border-radius: 0 278px 278px 0;
}

.t-recruit_main {
    padding: 100px 0;

}

.t-recrruit_inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.t-recruit_content {
    max-width: 580px;
    width: 100%;
    display: block;
    margin-left: 50%;
}

.t-recruit_content .hr-ttl {
    margin-bottom: 10px;
}

.t-recruit_content p {
    font-size: 2rem;
    letter-spacing: .002em;
    line-height: 2;
    margin-bottom: 40px;
}

.t-recruit_content .ct-btn p {
    margin-bottom: 0;
    font-size: 1.6rem;
}

.t-recruit_content .btn_orage {
    margin: unset;
}

.t-recruit_content .btn_orage p::after {
    bottom: 20%;
}

@media screen and (min-width:769px) and (max-width:881px) {
    .entry-btn {
        max-width: 84px;
        height: 84px;
    }

    .oservice_grid {
        padding: 0 5%;
    }

    .t-recruit_content {
        margin-left: 25%;
    }

    .site-logo {
        padding-left: 25px;
    }

    .site-logo img {
        max-width: 120px;
    }

    #g-nav-list a {
        font-size: 1.4rem;
    }

    #g-nav-list ul {
        margin-right: 10px;
    }

    .g-nav-wrap {
        width: 80%;
    }

    #g-nav-list li {
        margin: 0 5px;
    }
}

@media screen and (min-width:882px) and (max-width:1145px) {
    .oservice_grid {
        padding: 0 5%;
    }

    .t-recruit_content {
        margin-left: 25%;
    }

    .site-logo {
        padding-left: 25px;
    }

    .site-logo img {
        max-width: 120px;
    }

    #g-nav-list a {
        font-size: 1.4rem;
    }

    #g-nav-list ul {
        margin-right: 10px;
    }

    .g-nav-wrap {
        width: 80%;
    }

    #g-nav-list li {
        margin: 0 10px;
    }

    .entry-btn {
        max-width: 145px;
        height: 84px;
    }
}

/*サービス*/
.service_contents img {
    margin-bottom: 40px;
}

.service_links {
    background-color: #F4F4F4;
    padding: 40px 0;
    margin: 40px 0 80px;
}

.s-grids {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
    column-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}


.s-grids_item {
    background-color: #fff;
    border-radius: 20px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
    position: relative;
    max-width: 320px;
}

.s-grids_item img {
    margin-bottom: 0;
}

.s-grids_item {
    padding: 15px 10px 30px 15px;
}

.s-grids_item::after {
    content: "";
    width: 38px;
    height: 38px;
    display: block;
    background-image: url(../../img/btn-allow_pink3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -10%;
    right: 5%;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
    transition: all .4s;
}

.s-grids_item:hover::after {
    right: 0;
    transition: all .4s;
}

.service_contents .inner img {
    height: 340px;
    object-fit: cover;
    border-radius: 20px;
    object-position: top;
}


.ag_mv .top-mv_img {
    display: grid;
    z-index: 0;
}

.ag_mv .top-mv_img img {
    width: 100%;
}

.ag_mv {
    background-color: #EBFAFF;
    padding-bottom: 40px;
}

.a-top_ttl img {
    max-width: 715px;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    display: block;
}

.ag_intro {
    padding: 70px 0;
}

.ag-intro_contents {
    position: relative;
}

.ag-intro_border {
    padding: 70px 10px;
}

.ag-intro_border h3 {
    margin-bottom: 20px;
}

.ag-intro_contents::before {
    content: "";
    max-width: 1000px;
    width: 100%;
    height: 30px;
    background-color: #71B1C6;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
}

.ag-intro_contents::after {
    content: "";
    width: 30px;
    height: 100%;
    background-color: #71B1C6;
    mix-blend-mode: multiply;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.ag-intro_border::before {
    content: "";
    max-width: 1000px;
    width: 100%;
    height: 30px;
    background-color: #71B1C6;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
}

.ag-intro_border::after {
    content: "";
    width: 30px;
    height: 100%;
    background-color: #71B1C6;
    mix-blend-mode: multiply;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.ag_intro .ag-intro_contents {
    text-align: center;
}

.ag-slide .slick-slide {
    margin: 0 20px;
}

.ag-slide .slick-slide img {
    border-radius: 20px;
}

.ag-gap {
    padding-bottom: 70px;
}

.type-agency .hr-ttl h2::before {
    background-color: #71B1C6;
}

.feature_main {
    margin-bottom: 35px;
}

.blue-left {
    background: linear-gradient(90deg, #EBFAFF 0%, #EBFAFF 50%, #fff 50%, #fff 100%);
}

.blue-left img {
    border-radius: 0 20px 20px 0;
}

.blue-right img {
    border-radius: 20px 0 0 20px;
}

.blue-right {
    background: linear-gradient(-90deg, #EBFAFF 0%, #EBFAFF 50%, #fff 50%, #fff 100%);
}

.feature-flex {
    display: flex;
}

.feature-img {
    width: 50%;
}

.feature-txt {
    max-width: 500px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-ttl {
    max-width: 445px;
    width: 100%;
}

.feature-ttl span {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #71B1C6;
    margin-right: 15px;
    font-size: 5.3rem;
}

.feature-ttl h3 {
    font-size: 2.3rem;
}

.feature-ttl p {
    padding-left: 40px;
}

.ag_case {
    background: rgb(154, 198, 197);
    background: linear-gradient(335deg, rgba(154, 198, 197, 1) 0%, rgba(113, 177, 198, 1) 100%);
    padding: 50px 0;
}

.ag_case .hr-ttl {
    margin-bottom: 0;
}

.ag_case-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 75px;
}

.ag_case-item {
    border-radius: 10px;
}

.ag_case-item img {
    border-radius: 10px 10px 0 0;
    max-height: 216px;
    object-fit: cover;
}

.ag_case-ttl {
    border-radius: 0 0 10px 10px;
    background-color: #3E3E3E;
    padding: 10px 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 70px;
    margin-top: -10px;
}

.ag_case-ttl h3 {
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: .02em;
}

.ag_case .ct-btn {
    max-width: 312px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.ag_case .ct-btn a {
    display: block;
}

.ag_case .ct-btn p::after {
    background-image: url(../../img/ag-btn_arrow.svg);
}

.type-agency .ag_case .hr-ttl h2::before {
    background-color: #fff;
}

.ag_last {
    padding: 50px 0;
    background-color: #F4F4F4;
}

.ag-message {
    display: flex;
    align-items: center;
}

.ag-message img {
    max-width: 198px;
    width: 100%;
    display: block;
}

.ag-message p {
    font-size: 2.4rem;
    font-weight: 700;
    padding-left: 45px;
}

.ag-arrow {
    margin: 60px 0 10px;
}

.ag-arrow img {
    max-width: 95px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.recruit-page .about {
    margin-top: -165px;
    padding-top: 100px;
    padding-bottom: 120px;
}

.r-intro h2 {
    position: relative;
}

.r-intro h2::after {
    content: "";
    width: 21px;
    height: 32px;
    display: block;
    background-image: url(../../img/icon_h-logo.svg);
    position: absolute;
    top: 30%;
    right: 33%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.recruit-page .tp-interview {
    padding-bottom: 70px;
}

.type-recruitment {
    padding-bottom: 70px;
}

.single-slide, .case_main, .case-ttl, .n-eyecatch, .connections_inner {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.case_main {
    padding-bottom: 70px;
}

.slick-dots li button:before {
    font-size: 6rem;
}

.case-ttl {
    margin: 0 auto;
    padding-bottom: 40px;
}

.case-ttl span {
    font-size: 1.4rem;
    color: #FF7676;
}

.case-ttl h2 {
    font-size: 2.6rem;
    margin: 0;
}

.type-case .low-ttl_common h3 {
    font-size: 2rem;
}

.type-case .low-ttl_common span {
    font-size: 1.4rem;
}

.s-contents {
    margin: 30px 0;
}

.s-contents a {
    color: #FA813D;
}

.type-case .s-outline {
    margin-top: 100px;
}

.s-contents_inner {
    padding: 0 25px;
}

.type-case .slick-slider img {
    max-height: 590px;
    object-fit: contain;
}

.connections_inner {
    padding-bottom: 80px;
}

.cnne-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.cnne-wrap .case-list_item .case-list_links {
    display: block;
}

.cnne-wrap .case-list_item {
    padding-top: 20px;
}

.cnne-wrap .case-list_item .case-list_links::after {
    bottom: -13%;
}

.cnne-wrap .case-list_txt {
    padding-right: 0;
}

.cnne-wrap .c-ttl h3 {
    font-size: 1.6rem;
}

.cnne-wrap .c-day span {
    margin-bottom: 5px;
}

.connections_inner h4 {
    font-size: 2rem;
    margin-bottom: 60px;
    padding-left: 35px;
    position: relative;
}

.connections_inner h4::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(../../img/ic-cnneicon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 00%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.topolicy {
    color: #F6AE39;
}

.cs-css {
    background-color: #F4F4F4;
    padding: 10px 15px;
    padding-top: 20px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.cs-css {
    position: relative;
}

.cs-css a::after {
    content: "";
    width: 38px;
    height: 38px;
    display: block;
    background-image: url(../../img/ic-linkout.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -5%;
    right: 0%;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
    transition: all .4s;
}

.pagination {
    display: flex;
    justify-content: center;
}


.nav-links {
    display: flex;
}

.page-numbers {
    display: inline-block;
    margin-right: 10px;
    padding: 10px 20px;
    color: #666666;
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid #666666;
}

.page-numbers.current {
    padding: 10px 20px;
    background: #F6AE39;
    color: #ffffff;
}

.page-numbers.prev,
.page-numbers.next {
    background: transparent;
    box-shadow: none;
    border: none;
    color: #666666;
}

.page-numbers.dots {
    background: transparent;
    box-shadow: none;
    border: none;
    color: #666666;
}


/* レスポンシブデザインのためのメディアクエリ */
@media (max-width: 600px) {

    .page-numbers,
    .page-numbers.current {
        padding: 5px 10px;
        /* パディングを小さく */
    }
}


.type-case .case {
    padding-bottom: 0;
}

.type-case .pagenav {
    padding-bottom: 70px;
}

.a-list_sns {
    display: flex;
    gap: 10px;
}

.a-list_sns img {
    max-width: 20px;
    width: 100%;
}

.a-list_name p {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0px;
}

.a-list_name span {
    display: block;
    margin-bottom: 10px;
}

.a-list_img {
    margin: 0;
}

.agent-grids .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 80px;
}

.r_entry {
    padding: 50px 0 0;
}