@charset "utf-8";

/*
Theme Name: plusone
*/
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
figure,
a,
table,
tr,
th,
td,
address {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    vertical-align: baseline;
    box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    vertical-align: baseline;
    background: transparent;
    color: inherit;
}

ol,
ul {
    list-style: none;
    list-style-type: none;
}

img {
    max-width: 100%;
    height: auto;
    box-sizing: content-box;
    border-style: none;
    vertical-align: middle;
}

.pc_only {
    display: none;
}

.pcbr {
    display: none;
}

@media screen and (min-width: 768px) {
    [href*='tel:'] {
        pointer-events: none;
    }

    a,
    a:hover {
        transition: .2s;
    }

    .pc_only {
        display: block;
    }

    .sp_only {
        display: none;
    }

    .pcbr {
        display: block;
    }

    .spbr {
        display: none;
    }
}

/*==========================

ユーティリティ

===========================*/
.mt-0 {
    margin-top: 0 !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.t-c {
    text-align: center !important;
}

.t-l {
    text-align: left !important;
}

.t-r {
    text-align: right !important;
}

@media screen and (max-width: 767px) {
    .mt-15 {
        margin-top: 10px !important;
    }

    .mt-20 {
        margin-top: 15px !important;
    }

    .mt-25 {
        margin-top: 20px !important;
    }

    .mt-30 {
        margin-top: 20px !important;
    }

    .mt-40 {
        margin-top: 30px !important;
    }

    .mt-45 {
        margin-top: 30px !important;
    }

    .mt-50 {
        margin-top: 35px !important;
    }

    .mt-60 {
        margin-top: 40px !important;
    }

    .mt-70 {
        margin-top: 50px !important;
    }

    .mt-80 {
        margin-top: 60px !important;
    }

    .mt-100 {
        margin-top: 60px !important;
    }

    .mb-15 {
        margin-bottom: 10px !important;
    }

    .mb-20 {
        margin-bottom: 15px !important;
    }

    .mb-25 {
        margin-bottom: 20px !important;
    }

    .mb-30 {
        margin-bottom: 20px !important;
    }

    .mb-40 {
        margin-bottom: 30px !important;
    }

    .mb-45 {
        margin-bottom: 30px !important;
    }

    .mb-50 {
        margin-bottom: 35px !important;
    }

    .mb-60 {
        margin-bottom: 40px !important;
    }

    .mb-70 {
        margin-bottom: 50px !important;
    }

    .mb-80 {
        margin-bottom: 60px !important;
    }

    .mb-100 {
        margin-bottom: 60px !important;
    }
}

.or {
    color: #00ca5d;
    font-weight: 700;
}

/*==========================

全体設定

===========================*/
html {
    font-size: 62.5%;
}

body {
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-size: 1.4em;
    line-height: 1.8;
    color: #333;
    /*Fixedヘッダー背景色*/
    background: #fff;
}

.wrap {
    margin: auto;
    padding: 0 20px;
}

@media screen and (min-width: 768px) {
    body {
        font-size: 1.6em;
    }

    .wrap {
        max-width: 1200px;
        padding: 0 30px;
    }
}

/*==========================

ヘッダー

===========================*/
.header {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    transition: .4s;
    z-index: 100;
}

.header.hide {
    transform: translateY(-100%);
}

.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*ヘッダー高さ*/
    height: 60px;
    margin-right: 72px;
}

.header-logo {
    width: 120px;
    margin-left: 10px;
}

.header-contact {
    display: block;
    width: 280px;
    margin: 30px auto;
    padding: 15px;
    color: #00ca5d;
    background-color: #fff;
    border-radius: 2em;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

@media screen and (min-width: 992px) {
    .header-logo {
        width: 200px;
        margin-left: 30px;
    }

    .header-wrap {
        /*ヘッダー高さ*/
        height: 80px;
        margin-right: auto;
    }

    .header-widget {
        display: flex;
        height: 80px;
    }

    .header-contact {
        width: 180px;
        height: 100%;
        margin: auto;
        padding: 0 15px;
        background: rgb(255, 159, 47);
        color: #fff;
        border-radius: 0;
        font-size: 1.4rem;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        line-height: 1.6;
    }

    .header-contact::before {
        content: "CONTACT";
        display: block;
        font-size: 2rem;
        font-weight: 600;
        letter-spacing: 0.1em;
        opacity: 0.5;
    }

    .header-contact:hover {
        filter: brightness(1.2);
    }

    .header-tel {
        display: none;
    }
}

/*
グローバルナビ
===========================*/
.gnav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background: #00ca5d;
    background: linear-gradient(135deg, #00ca5d 0%, #60c281 100%);
    transition: transform .25s;
    padding: 4em 0;
    text-align: center;
}

.gnav.active {
    z-index: 101;
    transform: translateX(0);
}

.gnav-list {
    margin: 1em 0;
}

.gnav-list li a {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 1.25em 2em;
    border-bottom: 1px solid;
    text-align: right;
}

.gnav-list li:first-child a {
    border-top: 1px solid;
}

@media screen and (min-width: 992px) {
    .gnav {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: static;
        width: 100%;
        height: auto;
        margin-left: auto;
        transform: translateX(0);
        background: none;
        padding: 0;
    }

    .gnav-list {
        display: flex;
        justify-content: space-between;
        margin: 0 1em;
    }

    .gnav-list li a {
        color: inherit;
        font-size: 1.4rem;
        padding: 0 1.5vw;
        border-bottom: none;
        text-align: center;
        position: relative;
    }

    .gnav-list li:first-child a {
        border-top: none;
    }

    .gnav-list li a:before {
        position: absolute;
        bottom: -4px;
        left: 0;
        right: 0;
        margin: auto;
        content: '';
        width: calc(100% - 4vw);
        height: 1px;
        background: #333;
        transform: scale(0, 1);
        transform-origin: right top;
        transition: transform .3s;
    }

    .gnav-list li a:hover:before {
        transform-origin: left top;
        transform: scale(1, 1)
    }

    .gnav-list li a:hover {
        transition: .2s ease-in-out;
    }
}

/*
ハンバーガーメニュー
===========================*/
.hamburger-wrap {
    z-index: 102;
    position: fixed;
    top: 12px;
    right: 18px;
    align-items: center;
    justify-content: center;
}

.hamburger {
    width: 40px;
    height: 22px;
    border: 0;
    background-color: transparent;
    color: transparent;
    font-size: 0;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.hamburger:focus {
    outline: none;
}

.hamburger span {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 25px;
    height: 2px;
    background-color: #00ca5d;
    border-radius: 4px;
    transition: all .3s;
}

.hamburger span:nth-of-type(1) {
    top: 0;
}

.hamburger span:nth-of-type(2) {
    top: 10px;
}

.hamburger span:nth-of-type(3) {
    bottom: 0;
}

.hamburger.active span {
    background-color: #fff;
}

.hamburger.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
}

.hamburger.active span:nth-of-type(2) {
    opacity: 0;
    animation: active-bar02 .5s forwards;
}

@keyframes active-bar02 {
    100% {
        height: 0;
    }
}

.hamburger.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
}

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

/*==========================

フッター

===========================*/
.footer {
    background-color: #ffffff;
}

.footer .img-box {
    text-align: center;
}

.footer .img-box img {
    width: 160px;
    text-align: center;
    margin-bottom: 10px;
}

.footer .img-box address {
    font-size: 1.2rem;
    margin: 10px auto 0;
}

.footer .img-box .footer-copy {
    font-size: 1.2rem;
}

.footer-nav {
    padding: 20px 0 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* gap: 25px; */
}

.footer-nav li a {
    display: block;
    text-align: left;
    padding: 1em;
    font-size: 1.2rem;
    position: relative;
    border-bottom: 1px solid #333;
    text-align: center;
}

.footer-nav li:first-child a,
.footer-nav li:nth-child(2) a {
    /* border-top: 1px solid #333; */
}

.footer-nav li a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

.footer-copy {
    padding: 15px 0 10px;
}

@media screen and (min-width: 768px) {
    .footer {
        padding: 50px 0;
    }

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

    .footer .img-box {
        order: 1;
        margin-right: 100px;
        min-width: 180px;
    }

    .footer .img-box img {
        width: 240px;
    }

    .footer-copy {
        padding: 15px 0 0;
    }

    .footer nav {
        order: 2;
        width: 370px;
    }

    .footer-nav {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-height: 150px;
        padding: 0;
    }

    .footer-nav li:first-child a,
    .footer-nav li:nth-child(2) a {
        border-top: none;
    }

    .footer-nav li a {
        margin: 0 70px 10px 0;
        padding: 0 0 0 15px;
        border-bottom: none;
        transition: 0s;
        font-size: 1.4rem;
        text-align: left;
    }

    .footer-nav li:nth-child(n + 5) a {
        margin: 0 0 10px 0;
    }

    .footer-nav li a:hover {
        color: #00ca5d;
        transition: 0s;
    }

    .footer-nav li a::after {
        left: 0;
        right: auto;
        top: 0;
        bottom: 0;
        width: 8px;
        height: 1px;
        background-color: #fff;
        border-top: none;
        border-right: none;
        transform: none;
    }

    .footer-nav li a:hover::after {
        background-color: #00ca5d;
    }

    .footer-nav li a:hover::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 4px;
        margin: auto;
        width: 4px;
        height: 4px;
        border-top: 1px solid #00ca5d;
        border-right: 1px solid #00ca5d;
        transform: rotate(45deg);
        transition: 0.2s;
    }
}

/*
先頭に戻る
===========================*/
.to-top {
    z-index: 50;
    position: fixed;
    right: 5%;
    bottom: 5%;
    width: 50px;
}

.to-top img {
    filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.14));
}

/*==========================

共通パーツ

===========================*/
/*
ボタン
===========================*/
.btn-wrap {
    text-align: center;
    padding: 30px 0;
}

.cv-wrap {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
    background-color: #ffedd1;
    margin: 40px auto;
    border-radius: 12px;
}

.cv-wrap .btn {
    border: none;
    /* filter: drop-shadow(6px 6px 0 rgba(0, 0, 0, 0.15)); */
    background: rgb(255, 159, 47);
    font-size: 2rem;
    max-width: 400px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media screen and (max-width: 991px) {
    .cv-wrap {
        padding: 10px;
    }

    .cv-wrap .btn {
        width: 100%;
        font-size: 1.7rem;
        padding: 0;
        height: 90px;
        line-height: 1.6;
    }
}

.cv-wrap .btn span {
    font-size: 1.4rem;
    display: block;
}

@media screen and (max-width: 991px) {
    .cv-wrap {
        display: flex;
        gap: 30px;
        padding: 40px 15px;
        flex-direction: column;
    }
}

.btn {
    width: 100%;
    max-width: 300px;
    padding: 16px;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.8;
    background-color: #00ca5d;
    border: 1px solid #00ca5d;
    border-radius: 50px;
}

.btn.no-show {
    color: #00ca5d;
    background-color: transparent;
    border: 2px solid #00ca5d;
}

.btn.no-show:hover {
    filter: none;
}

.btn--white {
    color: #00ca5d;
    background-color: #fff;
}

.about-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 30px;
}

@media screen and (max-width: 991px) {
    .about-btn {
        flex-direction: column;
        gap: 30px;
        margin-top: 10px;
    }
}

/* アイコン付きボタン */
.btn.style01 {
    padding-right: 60px;
    padding-left: 60px;
}

.btn.style01::before {
    content: "";
    width: 28px;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    margin: auto;
    background-color: #fff;
    transition: 0.3s;
    transition-delay: 0.2s;
}

.btn.style01.btn--white::before {
    background-color: #00ca5d;
}

.btn.style01::after {
    content: "";
    background: #fff;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 23px;
    margin: auto;
    transition: 0.4s;
    transition-delay: 0s;
}

.btn.style01.btn--white::after {
    background: #00ca5d;
}

.btn:hover {
    filter: brightness(120%);
}

.btn.style01:hover::before {
    width: 0;
    transition-delay: 0s;
}

.btn.style01:hover::after {
    transform: scale(0%);
    opacity: 0;
    transition: 0.5s;
    transition-delay: 0.2s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

/* グラデーションのボタン */
.btn.style02 {
    padding: 12px;
    font-size: 1.5rem;
    background: #00ca5d;
    background: linear-gradient(135deg, #00ca5d 0%, #60c281 100%);
}

@media screen and (min-width: 768px) {
    .btn {
        max-width: 350px;
        font-size: 1.8rem;
    }

    .btn.style01::before {
        width: 43px;
    }

    .btn.style02 {
        font-size: 1.7rem;
    }
}

/*
セクションタイトル
===========================*/
.section-title-wrap {
    padding: 60px 0 30px;
    text-align: center;
}

.section-title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.section-subtitle {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #00ca5d;
    letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
    .section-title-wrap {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .section-title {
        font-size: 4rem;
    }

    .section-subtitle {
        font-size: 2.2rem;
        color: #00ca5d;
    }
}

/*
下層ページタイトル
===========================*/
.page-ttl-area {
    z-index: -1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100px;
    margin-top: 59px;
}

.page-ttl-area::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00ca5d;
    background: linear-gradient(135deg, #00ca5d 0%, #1c833f 100%);
    opacity: 0.7;
}

.page-ttl {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.page-ttl::after {
    display: block;
    content: attr(data-text);
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 600;
    opacity: 0.5;
}

@media screen and (min-width: 768px) {
    .page-ttl-area {
        height: 180px;
        margin-top: 79px;
    }

    .page-ttl {
        font-size: 3.6rem;
    }

    .page-ttl::after {
        font-size: 1.6rem;
    }
}

/*
パンくず
===========================*/
.breadcrumbs {
    padding: 10px 0 20px;
}

.breadcrumbs span {
    font-size: 1.2rem;
    font-weight: 500;
}

.breadcrumbs a:hover {
    color: #00ca5d;
}

.breadcrumbs-wrap {
    max-width: 1260px;
}

@media screen and (min-width: 768px) {
    .breadcrumbs {
        padding: 20px 0 40px;
    }

    .breadcrumbs span {
        font-size: 1.4rem;
    }
}

/*
下層ページ共通
===========================*/
.page-head {
    padding-top: 60px;
    text-align: center;
}

.page-head-img {
    margin-bottom: 30px;
}

.page-head-img img {
    max-width: 80%;
}

.page-head-lead {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.025em;
}

.page-head-lead span {
    color: #00ca5d;
}

.page-head-text {
    margin-bottom: 2em;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.33;
}

.page-head-text:last-of-type {
    margin-bottom: 0;
}

.page-body {
    /* padding: 60px 0; */
}

.page-body h3 {
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: center;
}

.page-body h3 .small {
    font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
    .page-head-img {
        margin-bottom: 50px;
    }

    .page-head-img img {
        max-width: 100%;
    }

    .page-head-lead {
        margin-bottom: 40px;
        font-size: 2.6rem;
        letter-spacing: 0.05em;
    }

    .page-head-text {
        font-size: 1.5rem;
    }

    .page-body h3 {
        margin-bottom: 40px;
        font-size: 2.4rem;
    }

    .page-body h3 .small {
        font-size: 1.6rem;
    }
}

/*==========================

お問い合わせ

===========================*/
/* フォーム全体
------------------------------*/
.assess-form {
    width: 100%;
    max-width: 960px;
    margin: 30px auto 50px;
}

.assess-form:focus {
    outline: none;
}

@media screen and (min-width: 768px) {
    .assess-form {
        margin: 50px auto 100px;
        padding: 0 30px;
    }
}

/* フォームヘッダー
------------------------------*/
.form-header {
    text-align: center;
}

.form-title {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin: 0 auto 1em;
    padding: 0;
}

.form-title span {
    color: #00ca5d;
}

.form-check {
    display: none;
}

@media screen and (min-width: 768px) {
    .form-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }
}

/* フォームテーブル
------------------------------*/
.mw-form {
    width: 100%;
    height: auto;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #707070;
    table-layout: fixed;
    margin: 20px auto 40px;
    font-size: 1.6rem;
}

.mw-form tr {
    display: block;
    list-style-type: none;
    padding: 20px 20px 0;
}

.mw-form th,
.mw-form td {
    display: list-item;
    vertical-align: middle;
    text-align: left;
}

.mw-form th {
    font-weight: 700;
    letter-spacing: 0.025em;
}

.mw-form td {
    padding: 10px 0 20px;
    border-bottom: 1px solid #c4c4c4;
}

.mw-form tr:last-child td {
    border-bottom: none;
}

@media screen and (min-width: 768px) {
    .mw-form {
        max-width: 900px;
        border: none;
        margin: 15px auto 60px;
    }

    .mw-form tr {
        display: table-row;
    }

    .mw-form th,
    .mw-form td {
        display: table-cell;
        border: 1px solid #707070;
        padding: 25px 20px;
    }

    .mw-form th {
        width: 30%;
        text-align: right;
    }

    .mw-form td {
        width: 70%;
    }

    .mw-form tr:last-child td {
        border-bottom: 1px solid #707070;
    }
}

/* 必須・任意タグ
------------------------------*/
.mw-form .required,
.mw-form .option {
    color: #fff;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: text-top;
    margin-left: 10px;
    padding: 0 5px;
    border-radius: 3px;
}

.mw-form .required {
    background: #fa4f52;
}

.mw-form .option {
    background: #1976D2;
}

/* テーブル内の補足
------------------------------*/
.mw-form .table-note {
    display: block;
    line-height: 2;
    font-size: 0.8em;
    color: #555;
}

/* エラーメッセージ
------------------------------*/
.mw_wp_form .error {
    color: #fa4f52 !important;
    font-size: 14px !important;
    font-weight: 700;
}

/* テキストボックス
------------------------------*/
.mw-form input[type="text"],
.mw-form textarea {
    font-size: 16px;
    color: #333;
    background-color: #F2F2F2;
    border: none;
    padding: 15px 10px;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.mw-form textarea::placeholder {
    letter-spacing: 0.05em;
    color: #aaa;
}

/* テキストボックスの長さ調整
------------------------------*/
.mw-form .name {
    width: 50%;
}

.mw-form .mail {
    width: 100%;
}

.mw-form .tel {
    width: 50%;
}

.mw-form textarea {
    width: 100%;
}

/* ラジオボタン・チェックボックス
------------------------------*/
.mw-form .horizontal-item {
    display: block;
    margin: 10px 0 0 !important;
}

@media screen and (min-width: 768px) {
    .mw-form .property {
        display: flex;
        flex-wrap: wrap;
    }

    .mw-form .horizontal-item {
        width: calc(50% - 20px);
        margin: 5px 10px !important;
    }
}

/* セレクトボックス
------------------------------*/
.mw-form .select-box {
    width: 90%;
    position: relative;
}

.mw-form .select-box::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 5px;
    right: 20px;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(135deg);
    cursor: pointer;
}

.mw-form select {
    width: 100%;
    cursor: pointer;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #F2F2F2;
    padding: 15px 10px;
    font-size: 16px;
}

.mw-form select::-ms-expand {
    display: none;
}

@media screen and (min-width: 768px) {
    .mw-form .select-box {
        width: 50%;
    }
}

/* 同意
------------------------------*/
.assess-form .agreement {
    text-align: center;
    margin: 0 0 1.5em;
    letter-spacing: 0.05em;
    text-indent: -20px;
}

.assess-form .agreement a {
    text-decoration: underline;
    padding-right: 7px;
}

.assess-form .agreement a:hover {
    opacity: 0.6;
}

.assess-form .agreement .red {
    color: #fa4f52;
    margin-right: 0.5em;
}

/* 同意チェックボックス
------------------------------*/
.agreement .checkbox-input {
    display: none;
}

.agreement .mwform-checkbox-field-text {
    position: relative;
}

.agreement .mwform-checkbox-field-text::before {
    content: "";
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    border: 2px solid #000;
    background-color: #fff;
    border-radius: 0;
}

.agreement .checkbox-input:checked+.mwform-checkbox-field-text {
    color: #fa4f52;
}

.agreement .checkbox-input:checked+.mwform-checkbox-field-text::after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 8px;
    width: 10px;
    height: 20px;
    transform: rotate(40deg);
    border-bottom: 3px solid #fa4f52;
    border-right: 3px solid #fa4f52;
}

/* 送信ボタン
------------------------------*/
.assess-form .submit-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.assess-form .submit-btn input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    border: none;
    border-radius: 50px;
    max-width: 350px;
    width: 90%;
    padding: 15px;
    margin: 0.5em 1em;
    transition: .2s;
    background: #00ca5d;
    background: linear-gradient(135deg, #00ca5d 0%, #60c281 100%);
}

.assess-form .submit-btn input[type="submit"].back-btn {
    background: #bbb;
}

.assess-form .submit-btn input[type="submit"]:hover {
    filter: brightness(120%);
}

/* 送信確認画面
------------------------------*/
.mw_wp_form_confirm .form-header .form-title {
    display: none;
}

.mw_wp_form_confirm .form-header p,
.mw_wp_form_confirm .form-header img {
    display: none;
}

.mw_wp_form_confirm .assess-form .form-check {
    display: block !important;
}

.mw_wp_form_confirm .mw-form th span {
    display: none;
}

.mw_wp_form_confirm .mw-form .select-box::before {
    content: none;
}

.mw_wp_form_confirm .assess-form .agreement {
    display: none;
}

/* 送信完了画面
------------------------------*/
.success {
    text-align: center;
    line-height: 2;
    padding: 5em 10px;
    font-weight: 700;
}

/* セミナー
------------------------------*/
.seminar-list-info {
    font-size: 1.4rem;
}

.seminar-list-info.mw-form tr {
    padding: 15px 20px 0;
}

.seminar-list-info.mw-form th {
    padding: 0;
}

.seminar-list-info.mw-form td {
    padding: 0 0 10px;
    font-weight: 500;
}

.seminar-list-info .flex {
    display: flex;
    align-items: center;
    justify-content: left;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.seminar-list-info input[type="text"] {
    width: 4em;
    background-color: transparent;
    padding: 0;
    outline: none;
    text-align: center;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.seminar-list-info input[type="text"]:first-child {
    width: 6em;
    text-align: left;
}

.seminar-list-info span {
    display: block;
    text-align: center;
}

.seminar-check {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 50px;
    line-height: 1;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .seminar-list-info {
        font-size: 1.6rem;
    }

    .seminar-list-info.mw-form th,
    .seminar-list-info.mw-form td {
        padding: 15px 20px;
    }

    .seminar-check {
        font-size: 2.6rem;
        margin-top: 70px;
        border-left: 5px solid #00ca5d;
        padding-left: 10px;
        line-height: 1.2;
        text-align: left;
    }
}

/*==========================

404

===========================*/
.error404 {
    text-align: center;
    line-height: 2;
    padding: 5em 20px;
}

/*==========================

プライバシーポリシー

===========================*/
.policy-page {
    max-width: 960px;
    margin: auto;
    padding: 60px 0 90px;
    font-size: 0.9em;
    font-family: 'Noto Sans JP', sans-serif;
}

.policy-page dt {
    padding: 2em 0 1em;
    font-weight: 700;
}

/*==========================

アーカイブ

===========================*/
.post-type-archive-seminar_list .seminar-list,
.archive .column {
    padding-bottom: 30px;
}

@media screen and (min-width: 768px) {

    .post-type-archive-seminar_list .seminar-list,
    .archive .column {
        padding-bottom: 80px;
    }
}

/*==========================

投稿ページ

===========================*/
/*
2カラムのレイアウト
===========================*/
@media screen and (min-width: 992px) {
    .single-wrap.col-2 {
        max-width: 1260px;
        display: flex;
    }

    .single-wrap.col-2 article {
        width: calc(96% - 370px);
        padding-right: 4%;
    }

    .single-wrap.col-2 aside {
        width: 370px;
    }
}

.post-wrap {
    padding: 0 0 60px;
}

.post-wrap .post-title {
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.post-wrap .post-date {
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #00ca5d;
}

.post-content>*:not(:last-child) {
    margin-bottom: 2em;
}

.post-content p {
    line-height: 2;
}

.post-content h2 {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 60px auto 15px !important;
    /* color: #00ca5d; */
    border-bottom: 1px solid;
}

.post-content h3 {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 40px auto 10px !important;
    ;
}

.post-content h4 {
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 40px auto 10px !important;
}

.post-content>ul,
.post-content>ol {
    position: relative;
    padding-left: 1.25em;
}

.post-content>ul>li,
.post-content>ol>li {
    margin-bottom: 1em;
}

.post-content>ul>li:before,
.post-content>ol>li:before {
    content: "・";
    position: absolute;
    left: 0;
    color: #00ca5d;
}

@media screen and (min-width: 768px) {
    .post-wrap .post-title {
        font-size: 3.2rem;
    }

    .post-content h2 {
        font-size: 2.6rem;
        margin: 80px auto 20px !important;
    }

    .post-content h3 {
        font-size: 2rem;
        margin: 50px auto 10px !important;
    }

    .post-content img {
        margin: 40px 0;
    }
}

/*
目次
===========================*/
#toc_container {
    background-color: #f5f5f5;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    margin: 30px 0 0;
    padding: 15px;
}

#toc_container .toc_title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

#toc_container .toc_list {
    display: inline-block;
    text-align: left;
}

#toc_container .toc_list a:hover {
    color: #00ca5d;
}

#toc_container .toc_list>li>ul {
    padding-left: 1.25em;
    position: relative;
}

#toc_container .toc_list>li>ul>li:before {
    content: "・";
    position: absolute;
    left: 0;
}

@media screen and (min-width: 768px) {
    #toc_container {
        font-size: 1.6rem;
        margin: 40px 0 0;
        padding: 30px;
    }

    #toc_container .toc_title {
        font-size: 2rem;
        margin-bottom: 15px;
    }
}

/*
サイドバー
===========================*/
.side-item {
    margin-bottom: 20px;
}

.side-title {
    margin-bottom: 15px;
    padding: 0.75em;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
}

.side-post-link {
    display: flex;
    align-items: center;
}

.side-item .side-post-link:hover {
    filter: brightness(115%);
}

.side-post-img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.side-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.side-post-body {
    width: calc(100% - 90px);
    min-height: 90px;
    padding: 1em 0;
    border-bottom: 1px solid #ccc;
}

.side-post-title {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
}

.side-post-date {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #00ca5d;
}

.side-post-more {
    padding: 10px;
    text-align: right;
    line-height: initial;
}

.side-post-more a {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.side-post-more a:hover {
    color: #00ca5d;
}

.side-post-more a::after {
    content: ">";
    margin-left: 0.5em;
}

@media screen and (min-width: 992px) {
    .sidebar {
        padding-top: 0;
    }

    .side-title {
        margin-bottom: 20px;
        font-size: 2rem;
    }

    .sticky {
        position: sticky;
        top: 70px;
        z-index: 1;
        margin-bottom: 50px;
    }
}

/*==========================

投稿ページ（セミナー詳細）

===========================*/
.seminar-post .post-title {
    margin-bottom: 20px;
}

.seminar-post-img {
    margin-bottom: 20px;
    position: relative;
}

.seminar-post-img img {
    width: 100%;
}

.seminar-type-label {
    padding: 0.6em 1.5em;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    background-color: #00ca5d;
}

.seminar-info {
    margin-bottom: 20px;
}

.seminar-info dl {
    display: flex;
    align-items: flex-start;
}

.seminar-info dl:not(:last-child) {
    margin-bottom: 15px;
}

.seminar-info dt {
    min-width: 50px;
    margin-right: 15px;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    background: #00ca5d;
    border-radius: 4px;
}

.seminar-info dd {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.375;
}

.seminar-info p {
    font-weight: inherit;
}

.seminar-capacity dd .small {
    margin-left: 3px;
    font-size: 1.4rem;
}

.seminar-post .access-map {
    width: 100%;
    height: 300px;
    position: relative;
    margin-top: 20px;
}

.seminar-post .access-map>iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.seminar-post .post-content,
.seminar-post .post-note {
    margin-top: 30px;
}

.post-note h2 {
    margin-bottom: 20px;
    padding-bottom: 0.4em;
    font-size: 1.8rem;
    font-weight: 700;
    border-bottom: 1px solid currentColor;
}

@media screen and (min-width: 768px) {
    .seminar-post .post-title {
        margin-bottom: 35px;
    }

    .seminar-post-img {
        margin-bottom: 30px;
    }

    .seminar-type-label {
        font-size: 2rem;
    }

    .seminar-info {
        margin-bottom: 30px;
    }

    .seminar-info dt {
        font-size: 1.6rem;
    }

    .seminar-info dd {
        font-size: 2rem;
    }

    .seminar-post .seminar-info {
        margin-bottom: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .seminar-post .seminar-info dl {
        width: 50%;
        margin-bottom: 30px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .seminar-post .seminar-info dt {
        min-width: 60px;
        margin: 0 0 15px 0;
    }

    .post-note h2 {
        font-size: 2rem;
    }
}

/*==========================

ページネーション

===========================*/
/*
アーカイブ用
===========================*/
.nav-links {
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
    color: #00ca5d;
}

.page-numbers {
    display: block;
    text-align: center;
    border: 1px solid #00ca5d;
    border-radius: 4px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 0.5em;
    background-color: #fff;
}

.page-numbers:hover {
    color: #fff;
    background-color: #00ca5d;
}

.nav-links .current {
    color: #fff;
    background-color: #00ca5d;
}

@media screen and (min-width: 768px) {
    .nav-links {
        margin: 40px auto 0;
    }

    .page-numbers {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

/*
投稿用
===========================*/
.page-nav {
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
    color: #333;
}

.page-nav-list a {
    display: block;
    text-align: center;
    border: 1px solid #333;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    padding: 0 1.5em;
}

.page-nav-list a:hover {
    background: #333;
    color: #fff;
}

.page-nav-category {
    margin: 0 2em;
}

@media screen and (min-width: 768px) {
    .page-nav {
        margin: 60px auto 0;
    }
}

/*==========================

トップページ

===========================*/
.mainvisual {
    position: relative;
    padding-top: 60px;
}

.mv-slide {
    padding-bottom: 120px;
    position: relative;
    background: #fff;
}

.mv-slide-img {
    height: 300px;
}

.mv-slide-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.mainvisual a:hover {
    filter: brightness(110%);
}

.mv-info {
    width: 325px;
    max-width: calc(100% - 50px);
    padding: 20px 15px 10px 60px;
    position: absolute;
    bottom: 30px;
    left: 15px;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
    border-radius: 12px;
    opacity: 0.93;
}

.mv-info:hover {
    transform: scale(104%);
    opacity: 1;
}

.mv-info-label {
    width: 60px;
    height: 60px;
    padding: 7px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    background-color: #00ca5d;
    border-radius: 12px 0 0 0;
    clip-path: polygon(100% 0, 0 0, 0 100%);
}

.mv-info-title {
    margin-bottom: 0.5em;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.36;
}

.mv-info-time {
    margin-bottom: 1em;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #A0A0A0;
}

.mv-info-more {
    display: block;
    text-align: right;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #00ca5d;
}

.mv-info-more::after {
    content: url(./img/icon_triangle.svg);
    margin-left: 10px;
    display: inline-block;
}

.mv-side-text {
    height: 300px;
    position: absolute;
    top: 60px;
    right: 8px;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-align: center;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    /* text-transform: uppercase; */
    color: #fff;
    z-index: 2;
    mix-blend-mode: hard-light;
}

/* 左右のナビゲーション */
.swiper-button-prev {
    background-image: url(./img/slide_prev_sp.svg);
    left: 15px;
}

.swiper-button-next {
    background-image: url(./img/slide_next_sp.svg);
    right: 35px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 14px;
    height: 118px;
    top: 40%;
    background-size: 14px 28px;
    mix-blend-mode: difference;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 992px) {
    .mainvisual {
        padding-top: 80px;
        display: flex;
    }

    .mv-swiper {
        width: calc(100% - 100px);
        max-width: 1220px;
        margin-right: 0;
    }

    .mv-slide {
        padding-right: 80px;
        padding-bottom: 0;
    }

    .mv-slide-img {
        height: 505px;
    }

    .mv-slide-img img {
        height: 505px;
        object-fit: contain;
        font-family: 'object-fit: contain;';
        object-position: center right;
    }

    .mv-info {
        width: 500px;
        padding: 30px 30px 20px 60px;
        bottom: 70px;
        left: 100px;
    }

    .mv-info-label {
        width: 70px;
        height: 70px;
        padding: 10px;
        font-size: 1.4rem;
    }

    .mv-info-title {
        margin-bottom: 0.75em;
        font-size: 4rem;
    }

    .mv-info-time {
        font-size: 1.6rem;
    }

    .mv-info-more {
        position: absolute;
        right: 30px;
        bottom: 20px;
    }

    .mv-side-text {
        width: 110px;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        position: static;
        font-size: clamp(1rem, 2.4vw, 28px);
        color: #00ca5d;
        mix-blend-mode: normal;
    }

    .swiper-button-prev {
        background-image: url(./img/slide_prev_pc.svg);
        left: 30px;
    }

    .swiper-button-next {
        background-image: url(./img/slide_next_pc.svg);
        right: 0px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 35px;
        height: 160px;
        background-size: 35px 70px;
    }
}

@media screen and (min-width: 1320px) {
    .mv-swiper {
        max-width: 1400px;
        margin-right: auto;
    }
}

/* セミナーなし */
.mainvisual .slide-img img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
}

.swiper-slide-active .slide-img,
.swiper-slide-prev .slide-img {
    /* animation-name: zoomUp; */
    animation-duration: 6.5s;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-fill-mode: both;
}

@keyframes zoomUp {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.mainvisual-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: flex-end;
}

.mainvisual-inner h1 {
    font-size: 2.6rem;
    color: #333;
    background-color: rgb(255 255 255 / 92%);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.06em;
    padding: 18px 20px 15px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.mainvisual-inner h1 span {
    display: block;
    font-size: 0.5em;
    line-height: 1.2;
    padding-top: 10px;
}

.mainvisual-inner h1 span::before {
    content: "・";
}

@media screen and (min-width: 768px) {
    .mainvisual .slide-img img {
        aspect-ratio: 2/1;
    }

    .mainvisual-inner {
        justify-content: center;
        align-items: center;
    }

    .mainvisual-inner h1 {
        font-size: 4.2rem;
        padding: 25px 30px 20px;
    }

    .mainvisual-inner h1 span {
        letter-spacing: 0.025em;
        padding-top: 15px;
    }
}

/* ニュース
------------------------------*/
.news-list {
    background: #00ca5d;
    background: linear-gradient(135deg, #00ca5d 0%, #60c281 100%);
}

.news-list-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

.news-list-left {
    margin-right: 25px;
}

.news-list-title {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
}

.news-more--sp {
    display: block;
    background: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    color: #00ca5d;
    line-height: 1.25;
    text-align: center;
    border-radius: 9px;
}

.news-swiper {
    height: 45px;
    margin-left: 0;
}

.news-slide {
    font-size: 1.3rem;
    color: #fff;
}

.news-slide a {
    display: block;
}

.news-post-date {
    font-weight: 700;
    letter-spacing: 0.1em;
}

.news-post-title {
    left: 0.025em;
    line-height: 1.3;
}

.news-more--pc {
    display: none;
}

@media screen and (min-width: 768px) {
    .news-list-wrap {
        max-width: 1240px;
        padding: 10px 20px 10px 40px;
    }

    .news-list-left {
        margin-right: 45px;
    }

    .news-list-title {
        font-size: 2.2rem;
    }

    .news-more--sp {
        display: none;
    }

    .news-title {
        font-size: 2.2rem;
        font-weight: 600;
    }

    .news-slide {
        font-size: 1.4rem;
    }

    .news-slide a {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .news-post-date {
        margin-right: 30px;
    }

    .news-post-title {
        display: inline-block;
    }

    .news-more--pc {
        display: block;
        font-size: 1.4rem;
        font-weight: 600;
        color: #fff;
        min-width: 150px;
        margin-left: 2em;
    }

    .news-more--pc::after {
        content: "";
        display: inline-block;
        width: 70px;
        height: 1px;
        margin-left: 20px;
        vertical-align: middle;
        background-color: #fff;
        transition: 0.2s;
        transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
    }

    .news-more--pc:hover::after {
        width: 40px;
        transition: 0.3s;
        transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
    }
}

/* コラム
------------------------------*/
.column {
    background-color: #FAFAFA;
    /* padding-bottom: 100px; */
    overflow-x: hidden;
}

.column-wrap {
    display: flex;
    flex-wrap: wrap;
}

.column-wrap a {
    display: block;
}

.column-wrap li {
    transition: 0.2s;
}

.column-wrap li:hover {
    filter: brightness(110%);
    box-shadow: 6px 6px #00ca5d;
    transition: 0.2s;
}

.column-post-list {
    flex-basis: calc(50% - 2.5%);
    background-color: #fff;
    margin: 0 5% 5% 0;
    position: relative;
}

.column-post-list:nth-child(2n) {
    margin-right: 0;
}

.column-post-img {
    position: relative;
    padding-top: 57.14%;
}

.column-post-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.column-post-title {
    padding: 10px;
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 1.5;
}

.column-post-date {
    padding: 0 10px 15px;
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.1;
    color: #00ca5d;
}

.column .btn-wrap {
    padding-top: 20px;
    padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
    .column-post-list {
        flex-basis: calc(33% - 1%);
        margin: 0 2% 2% 0;
    }

    .column-post-list:nth-child(2n) {
        margin-right: 2%;
    }

    .column-post-list:nth-child(3n) {
        margin-right: 0;
    }

    .column-post-title {
        padding: 25px 20px 10px;
        font-size: 2rem;
    }

    .column-post-date {
        padding: 0 20px 30px;
        font-size: 1.4rem;
    }

    .column .btn-wrap {
        padding-top: 30px;
        padding-bottom: 80px;
    }
}

/* セミナー
------------------------------*/
.seminar-list {
    background-color: #f9fff4;
    padding-bottom: 20px;
}

.post-type-archive-seminar_list .seminar-list {
    padding-bottom: 30px;
}

.seminar-list li {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .16);
}

.seminar-list li.no-seminar {
    text-align: center;
    display: block;
    padding-bottom: 60px;
    margin: 20px auto 0;
    background-color: transparent;
    border-radius: none;
    box-shadow: none;
    font-size: 1.6rem;
}

.seminar-list-img {
    position: relative;
}

.seminar-list-img figure {
    position: relative;
    padding-top: 50%;
}

.seminar-list-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    border-radius: 12px 12px 0 0;
}

.seminar-list .seminar-type-label {
    min-width: 100px;
    padding: 0.4em 1.5em 0.3em 0.6em;
    clip-path: polygon(87.5% 0, 100% 100%, 0 100%, 0 0);
}

.seminar-list-body {
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.seminar-list-title {
    margin-bottom: 0.8em;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.375;
    letter-spacing: 0.02em;
}

.top .seminar-date dd,
.top .seminar-capacity dd {
    letter-spacing: 0.1em;
}

.seminar-more {
    margin-top: auto;
    text-align: center;
}

.seminar-more a {
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #00ca5d;
}

.seminar-more .no-show {
    font-size: 1.8rem;
    font-weight: 700;
    color: #00ca5d;
}

.seminar-more a:hover {
    filter: brightness(130%);
}

.seminar-more a::after {
    content: url(./img/icon_triangle.svg);
    margin-left: 12px;
    display: inline-block;
    transition: 0.2s ease-in-out;
}

.seminar-more a:hover::after {
    transition: 0.2s ease-in-out;
    transform: translateX(6px);
}

.seminar-list .btn-wrap {
    padding-top: 20px;
    padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
    .post-type-archive-seminar_list .seminar-list {
        padding-bottom: 80px;
    }

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

    .seminar-list li.no-seminar {
        padding-bottom: 80px;
    }

    .seminar-list li:nth-child(2n) {
        margin-right: 0;
    }

    .seminar-list .seminar-type-label {
        min-width: 115px;
        font-size: 1.6rem;
    }

    .seminar-list-body {
        padding: 30px 7% 30px;
    }

    .seminar-list-title {
        font-size: 3rem;
    }

    .top .seminar-info dt {
        font-size: 1.4rem;
    }

    .seminar-list .btn-wrap {
        padding-top: 0px;
        padding-bottom: 80px;
    }
}

/* サービス
------------------------------------ */
.service .wrap {
    max-width: 1160px;
}

.service-head {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%) 40px;
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .5)), url(./img/bg_top_about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.service-head .section-title {
    font-weight: 700;
}

.service-head .section-subtitle {
    margin-bottom: 15px;
    font-weight: 600;
}

.service-head p {
    font-size: 1.6rem;
    /* font-weight: 700; */
    line-height: 1.92;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .service-head .section-title-wrap {
        padding-top: 70px;
        padding-bottom: 30px;
    }

    .service-head .section-subtitle {
        margin-bottom: 20px;
    }

    .service-head p {
        font-size: 1.8rem;
    }
}

.service-list-item {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 40px calc(50vw - 50%);
}

.service-img {
    text-align: center;
}

.service-list-item:nth-child(2n) {
    background-color: #E8F5E9;
}

.service-title {
    position: relative;
    overflow: hidden;
    padding: 25px 0;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
}

.service-title span {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
}

.service-title::before {
    content: attr(data-text);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 7rem;
    font-weight: 600;
    opacity: 0.05;
}

.service-list-item:nth-child(2n) .service-title::before {
    color: #00ca5d;
}

.service-description {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2;
}

.service-link {
    text-align: center;
    margin-top: 30px;
}

.service-link a {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .service-list-item {
        display: flex;
        padding-top: 80px;
        padding-bottom: 80px;
        gap: 50px;
    }

    .service-list-item:nth-child(2n) {
        flex-direction: row-reverse;
        background-color: #E8F5E9;
    }

    .service-img {
        max-width: 500px;
    }

    .service-text {
        flex: 1 0 60%;
    }

    .service-title {
        padding: 0 0 20px;
        font-size: 3.2rem;
        text-align: left;
    }

    .service-title::before {
        font-size: 11rem;
    }

    .service-description {
        line-height: 2.3;
    }

    .service-link {
        text-align: left;
    }
}

/* コンタクト
------------------------------------ */
.top-contact {
    color: #fff;
    text-align: center;
    background: #00ca5d;
    background: linear-gradient(135deg, #00ca5d 0%, #60c281 100%);
}

.top-contents-text {
    font-weight: 500;
}

.top-contact .btn-wrap {
    padding-top: 30px;
    padding-bottom: 60px;
}

.top-contact .btn {
    border: 1px solid #fff;
    filter: drop-shadow(6px 6px 0 rgba(0, 0, 0, 0.15));
}

.top-contact-img {
    width: 180px;
    margin: 0 auto;
    position: relative;
    bottom: -1px;
}

@media screen and (min-width: 768px) {
    .top-contact .wrap {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .top-contact .section-title-wrap {
        padding-top: 50px;
        padding-bottom: 20px;
        text-align: center;
    }

    .top-contents-text {
        font-size: 1.5rem;
        line-height: 2.3;
        text-align: center;
        margin-bottom: 1em;
    }

    .top-contact .btn-wrap {
        padding-top: 10px;
        /* text-align: left; */
        padding-bottom: 60px;
    }

    .top-contact .btn {
        text-align: center;
    }

    .top-contact-img {
        width: 220px;
        margin: 0 0 0 40px;
    }
}

/*==========================

セミナー事業ページ

===========================*/
.seminar-contents-wrap {
    display: table;
    margin: auto;
}

.seminar-type {
    margin-bottom: 30px;
}

.seminar-type h3 {
    margin-bottom: 0.2em;
    text-align: left;
}

.seminar-type ul {
    padding-top: 10px;
    padding-left: 20px;
    position: relative;
}

.seminar-type ul::before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    background-color: #00ca5d;
}

.seminar-type li {
    padding-left: 1em;
    position: relative;
    font-weight: 500;
    margin-top: 10px;
}

.seminar-type li::before {
    content: "・";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #00ca5d;
}

@media screen and (min-width: 768px) {
    .seminar-contents-wrap {
        max-width: 880px;
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
    }

    .seminar-type {
        padding: 30px;
        margin-bottom: 0;
    }

    .seminar-type ul {
        padding-top: 10px;
        padding-left: 30px;
    }

    .seminar-type li {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .seminar-contents-wrap {
        max-width: 780px;
    }

    .seminar-type {
        padding: 10px;
    }

    .seminar-type h3 {
        font-size: 2.2rem;
    }

    .seminar-type h3 .small {
        font-size: 1.4rem;
    }

    .seminar-type li {
        font-size: 1.4rem;
    }
}

/*==========================

研修事業ページ

===========================*/
.training-contents-wrap {
    text-align: center;
}

.training-sample {
    display: inline-block;
    font-size: 1.6rem;
    text-align: left;
}

.training-sample dt {
    font-weight: 500;
    color: #00ca5d;
    font-family: 'Noto Sans JP';
}

.training-sample dd {
    margin-bottom: 1em;
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .training-sample {
        max-width: 730px;
        display: inline-flex;
        flex-wrap: wrap;
        font-size: 2rem;
    }

    .training-sample dt {
        width: 120px;
        margin-right: 20px;
    }

    .training-sample dd {
        width: calc(100% - 140px);
        margin-bottom: 1.7em;
    }
}

/*==========================

補助金申請事業ページ

===========================*/
.funding-page .page-body {
    padding-top: 30px;
}

.funding-page-link li {
    width: 250px;
    margin: 0 auto 20px;
}

.funding-page-link a {
    height: 100%;
    padding: 25px 10px 40px;
    position: relative;
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    background: rgb(255, 159, 47);
    background: linear-gradient(135deg, rgba(255, 159, 47, 1) 0%, rgba(255, 77, 64, 1) 100%);
    border-radius: 10px;
}

.funding-page-link a::after {
    content: "";
    width: 18px;
    height: 9px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    background: transparent url(./img/icon_triangle_under.svg) no-repeat center center / contain;
}

.funding-page-link a figure {
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .funding-page .wrap {
        max-width: 910px;
    }

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

    .funding-page-link li {
        width: 30%;
        margin: initial;
    }

    .funding-page-link a {
        font-size: 2rem;
    }

    .funding-page-link a span {
        min-height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.funding-contents {
    padding-top: 30px;
    padding-bottom: 30px;
}

.funding-contents>*:last-child {
    margin-bottom: 0;
}

.funding-contents p {
    line-height: 2;
    font-weight: 500;
}

.funding-contents-head {
    margin-bottom: 15px;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #00ca5d;
    border-bottom: 1px solid #00ca5d;
}

.funding-contents-head h2 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #00ca5d;
}

.funding-contents-head span {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2;
}

.funding-contents-head+p {
    margin-bottom: 20px;
}

.funding-link-head {
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
}

.funding-link li {
    width: 250px;
    margin: 0 auto 20px;
    display: table;
}

.funding-link a {
    padding: 10px;
    position: relative;
    display: table-cell;
    font-size: 1.6rem;
    line-height: 1.625;
    text-align: center;
    vertical-align: middle;
    color: #00ca5d;
    border: 1px solid currentColor;
    border-radius: 4px;
}

.funding-link a::after {
    content: "";
    width: 12px;
    height: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent url(./img/icon_link_external.svg) no-repeat center center / contain;
}

.funding-link a .small {
    font-size: 1.4rem;
}

#jizokuka .funding-link {
    margin-bottom: 30px;
}

#jizokuka .funding-link li {
    min-height: 96px;
}

@media screen and (min-width: 768px) {
    .funding-contents {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .funding-contents-head {
        margin-bottom: 25px;
        padding: 20px 0;
    }

    .funding-contents-head h2 {
        font-size: 2.8rem;
    }

    .funding-contents-head span {
        font-size: 1.6rem;
    }

    .funding-contents-head+p {
        margin-bottom: 40px;
    }

    .funding-link-head {
        margin-bottom: 10px;
        font-size: 2rem;
    }

    .funding-link {
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #jizokuka .funding-link {
        margin-bottom: 20px;
    }

    .funding-link li {
        margin: initial;
        margin-bottom: 20px;
    }

    .funding-link li:not(:last-child) {
        margin-right: 20px;
    }
}

/* 事業計画作成支援 */
.funding-support>*:last-child {
    margin-bottom: 0;
}

.funding-support-title {
    text-align: center;
}

.funding-support h3 {
    margin: 30px 0;
    padding: 10px 0;
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
    color: #00ca5d;
    border-top: 1px solid #00ca5d;
    border-bottom: 1px solid #00ca5d;
}

.media {
    margin-bottom: 40px;
}

.media-img {
    width: 200px;
    margin: 0 auto 20px;
}

.media-text h4 {
    margin-bottom: 5px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.45;
}

@media screen and (min-width: 768px) {
    .funding-support h3 {
        margin: 20px 0 60px;
        font-size: 2.4rem;
    }

    .media {
        margin-bottom: 60px;
        display: flex;
    }

    .media-img {
        margin: 0 30px 0 0;
    }

    .media-text {
        width: calc(100% - 230px);
    }

    .media-text h4 {
        margin-bottom: 15px;
    }
}

/* 報酬 */
.funding-fee {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 35px 20px 25px;
    position: relative;
    background-color: #E8F5E9;
}

.funding-fee-title {
    padding: 0 30px;
    display: inline-block;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #00ca5d;
}

.funding-fee-box {
    position: relative;
    text-align: center;
}

.funding-fee-box:not(:last-child) {
    margin-bottom: 50px;
}

.funding-fee-box:not(:last-child)::after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: transparent url(./img/icon_plus.svg) no-repeat center center / 25px;
}

.funding-fee-head {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 5px;
    color: #fff;
    background-color: rgba(255, 116, 3, 0.5);
    border-radius: 10px 10px 0 0;
}

.funding-fee-body {
    padding: 15px 5px;
    font-size: 2rem;
    font-weight: 500;
    color: #00ca5d;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}

.funding-fee-body span {
    color: #333;
}

.funding-fee-body.fz-14 {
    font-size: 1.4rem;
}

.funding-note li {
    padding-left: 1em;
    position: relative;
    line-height: 2;
}

.funding-note li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

.funding-example {
    padding: 20px 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .funding-fee {
        display: flex;
        justify-content: center;
    }

    .funding-fee-box {
        min-width: 312px;
    }

    .funding-fee-box:not(:last-child) {
        margin-bottom: 0;
        margin-right: 65px;
    }

    .funding-fee-box:not(:last-child)::after {
        bottom: unset;
        left: unset;
        top: 50%;
        right: -45px;
        transform: translateY(-50%);
    }

    .funding-fee-body.fz-14 {
        font-size: 1.6rem;
    }

    .funding-example {
        padding: 40px 0;
    }
}

/* 持続化補助金 採択状況一覧表 */
.jizokuka-table {
    margin-top: 60px;
    text-align: center;
}

.jizokuka-table h4,
.jizokuka-table p {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
}

.jizokuka-table-wrap {
    max-width: 400px;
    margin: 20px auto 30px;
    padding: 30px 15px;
    background-color: #F2F2F2;
    border-radius: 10px;
}

.jizokuka-table-wrap>*:last-child {
    margin-bottom: 0;
}

.jizokuka-table table {
    width: 100%;
    max-width: 320px;
    margin: 15px auto 30px;
    table-layout: fixed;
    border-collapse: collapse;
    font-family: 'Noto Sans JP', sans-serif;
}

.jizokuka-table th,
.jizokuka-table td {
    padding: 5px;
    font-size: 1.3rem;
    line-height: 1.68;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    vertical-align: middle;
}

.saikouchiku-table .jizokuka-table-wrap {
    max-width: 100%;
    margin: 20px auto;
    padding: 30px 15px;
}

.saikouchiku-table table {
    margin: 0px auto 30px;
    max-width: 500px;
}

.saikouchiku-table th {
    font-size: 1.2rem;
    font-weight: 700;
}

.saikouchiku-table th,
.saikouchiku-table td {
    font-size: 1.2rem;
    text-align: right;
}

.saikouchiku-table .times {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .jizokuka-table {
        margin-top: 40px;
    }

    .jizokuka-table h4,
    .jizokuka-table p {
        font-size: 2rem;
    }

    .jizokuka-table-wrap {
        max-width: 700px;
    }

    .jizokuka-table table {
        max-width: 520px;
    }

    .jizokuka-table th,
    .jizokuka-table td {
        padding: 10px;
        font-size: 1.6rem;
    }

    .jizokuka-table th {
        width: 90px;
    }

    .jizokuka-table td {
        text-align: left;
    }

    .saikouchiku-table .jizokuka-table-wrap {
        max-width: 100%;
        padding: 40px 15px;
    }

    .saikouchiku-table table {
        max-width: 750px;
    }

    .saikouchiku-table td {
        text-align: right;
    }
}

.funding-page .btn-wrap {
    padding: 0;
}

/*==========================

コンサルティング事業ページ

===========================*/
.consulting-contents-wrap {
    text-align: center;
}

.consulting-table {
    margin: 0 auto 20px;
    border-collapse: collapse;
}

.consulting-table th,
.consulting-table td {
    padding: 20px;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
}

.consulting-table th {
    padding-left: 0;
}

.consulting-table td .small {
    font-size: 0.75em;
}

.consulting-first-time th,
.consulting-first-time td {
    font-weight: 700;
    color: #00ca5d;
}

.consulting-contents-wrap p {
    display: inline-block;
    text-align: left;
}

@media screen and (min-width: 768px) {

    .consulting-table th,
    .consulting-table td {
        padding: 25px;
        font-size: 2rem;
    }

    .consulting-table th {
        padding-left: 0;
        padding-right: 60px;
    }
}

/*==========================

会社概要

===========================*/
.about-page {
    font-family: 'Noto Sans JP', sans-serif;
}

.about-wrap {
    padding: 10px 0 60px;
    max-width: 900px;
    margin: auto;
}

.list01 {
    padding: 30px 0;
    margin: auto;
}

.list01 dl {
    display: flex;
    border-bottom: 1px solid #707070;
    font-size: 1.3rem;
    line-height: 1.8;
}

.list01 dl:first-child {
    border-top: 1px solid #707070;
}

.list01 dt {
    font-weight: 500;
    min-width: 6em;
    background-color: #E8E8E8;
    text-align: center;
    padding: 15px 0;
}

.list01 dd {
    padding: 15px 10px;
}

.list01 .spbr {
    display: block;
}

@media screen and (min-width: 768px) {
    .about-wrap {
        padding: 40px 0 100px;
    }

    .list01 dl {
        font-size: 1.5rem;
    }

    .list01 dt {
        min-width: 200px;
        padding: 20px 0;
    }

    .list01 dd {
        padding: 20px 30px;
    }

    .list01 .spbr {
        padding-left: 2em;
        display: inline-block;
    }
}

/*
Googleマップ埋め込み
===========================*/
.access-map {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    margin: auto;
    margin: 30px auto 0;
}

.access-map :not([class]) {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.product-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (min-width: 768px) {
    .access-map {
        aspect-ratio: 16/9;
    }
}

@media (min-width: 768px) {
    .product-wrap {
        flex-direction: row;
        justify-content: space-between;
        gap: normal;
    }
}

/* ギャラリー */
@media (min-width: 768px) {
    .product-gallery {
        width: 41.6666666667%;
    }
}

.gallery-main {
    position: relative;
    cursor: pointer;
}

.gallery-main::after {
    /*content: "";*/
    width: 15px;
    height: 15px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: url(./img/common/icon_search.svg) no-repeat center center/contain;
    z-index: 10;
    pointer-events: none;
}

@media (min-width: 768px) {
    .gallery-main::after {
        width: 18px;
        height: 18px;
        right: 10px;
        bottom: 10px;
    }
}

.gallery-main .swiper-slide {
    height: auto;
}

.gallery-main-slide {
    height: 100%;
}

.gallery-main-slide img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
    object-fit: contain;
}

.gallery-main .swiper-button-prev,
.gallery-main .swiper-button-next {
    width: 20px;
    background-size: 12px 20px;
}

.gallery-main .swiper-button-prev {
    left: 0;
    background-image: url(./img/product/icon_product-gallery_prev.svg);
}

.gallery-main .swiper-button-next {
    right: 0;
    background-image: url(./img/product/icon_product-gallery_next.svg);
}

@media (min-width: 768px) {

    .gallery-main .swiper-button-prev,
    .gallery-main .swiper-button-next {
        background-size: 14px 25px;
    }

    .gallery-main .swiper-button-prev {
        left: 5px;
    }

    .gallery-main .swiper-button-next {
        right: 5px;
    }
}

/* ギャラリー（サムネイル） */
.gallery-thumbnail {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    gap: 10px;
}

@media (min-width: 768px) {
    .gallery-thumbnail {
        margin-top: 15px;
        gap: 15px;
    }
}

.gallery-thumbnail-item {
    width: 59px;
    border: 2px solid transparent;
    cursor: pointer;
}

@media (min-width: 768px) {
    .gallery-thumbnail-item {
        width: 17.4%;
    }
}

.gallery-thumbnail-item.current {
    border-color: #00ca5d;
}

.gallery-thumbnail-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

/* ギャラリー（モーダル） */
.gallery-modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 40px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    pointer-events: none;
    opacity: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.85);
    overflow: auto;
}

.gallery-modal-wrap.is-active {
    opacity: 1;
    pointer-events: auto;
}

.gallery-modal-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.gallery-modal-content {
    position: relative;
    width: 100%;
    max-width: 750px;
    max-height: 100%;
}

.gallery-modal-close-btn {
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    box-shadow: none;
    color: transparent;
    background: transparent;
    cursor: pointer;
    font: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: -15px;
    right: 16px;
}

.gallery-modal-close-btn::before,
.gallery-modal-close-btn:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 2px;
    background-color: #fff;
}

.gallery-modal-close-btn::before {
    transform: rotate(45deg);
}

.gallery-modal-close-btn::after {
    transform: rotate(-45deg);
}

.gallery-modal .swiper-slide {
    height: auto;
}

.gallery-modal-slide {
    height: 100%;
    padding: 20px;
}

.gallery-modal-slide img {
    width: 100%;
    height: 100%;
    max-height: 80vh;
    -o-object-fit: contain;
    object-fit: contain;
}

.gallery-modal-content .swiper-button-prev,
.gallery-modal-content .swiper-button-next {
    width: 30px;
    background-size: 32px 20px;
}

.gallery-modal-content .swiper-button-prev {
    left: -5px;
    background-image: url(./img/product/icon_product-gallery_prev_white.svg);
}

.gallery-modal-content .swiper-button-next {
    right: -5px;
    background-image: url(./img/product/icon_product-gallery_next_white.svg);
    z-index: 100;
}

@media (min-width: 768px) {

    .gallery-modal-content .swiper-button-prev,
    .gallery-modal-content .swiper-button-next {
        background-size: 24px 35px;
    }

    .gallery-modal-content .swiper-button-prev {
        left: -25px;
    }

    .gallery-modal-content .swiper-button-next {
        right: -25px;
    }
}

/* =========================================
   汎用: 物件詳細リスト (property-spec, property-location)
========================================= */
/* property-spec をまとめるラッパー */
.property-spec-wrap {
    display: grid;
    gap: 24px;
}

/* dt+dd ペアは常に横並び（テーブル風デザイン） */
.property-spec {
    display: grid;
    grid-template-columns: 140px 1fr;
    /* 左dt, 右dd */
    gap: 0;
    /* 罫線をつなげるために隙間なし */
    font-size: 14px;
    line-height: 1.6;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    /* 角丸に罫線を合わせる */
}

.property-spec dt,
.property-spec dd {
    padding: 10px 12px;
    margin: 0;
    border-bottom: 1px solid #eee;
}

.property-spec dt {
    font-weight: 600;
    color: #333;
    background: #f9f9f9;
    border-right: 1px solid #eee;
}

.property-spec dd {
    color: #555;
}

/* 最後の行の下線を消す（最後の dt / dd ）*/
.property-spec dt:last-of-type,
.property-spec dd:last-of-type {
    border-bottom: none;
}

/* PCで2カラム（dl横並び） */
@media (min-width: 768px) {
    .property-spec-wrap {
        grid-template-columns: 1fr 1fr;
        /* 2カラム */
    }
}

/* =========================================
   商品情報
========================================= */
@media (min-width: 768px) {
    .product-content {
        width: 54.1667%;
    }
}

.up-date {
    font-size: 1.4rem;
}

.product-type {
    font-size: 1.4rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .product-type {
        font-size: 1.6rem;
    }
}

.product-title {
    font-size: 2rem;
    font-weight: 700;
}

@media (min-width: 768px) {
    .product-title {
        font-size: 2.4rem;
    }
}

.product-intro {
    font-size: 1.4rem;
    line-height: 1.75;
}

@media (min-width: 768px) {
    .product-intro {
        font-size: 1.6rem;
    }
}

.product-price {
    font-size: 3rem;
    font-weight: 700;
    display: block;
    color: #00ca5d;
    letter-spacing: .02em;
}

.product-price span {
    font-size: 0.6em;
}

.product-traffic {
    font-weight: 700;
    display: block;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .product-price {
        font-size: 3.6rem;
    }
}

.product-intro a {
    text-decoration: underline;
}

.product-intro iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: none;
}

.product-attention {
    margin-top: 20px;
}

.product-attention small {
    font-size: 1.2rem;
}

@media (min-width: 768px) {
    .product-attention small {
        font-size: 1.4rem;
    }
}

.product-shop-link {
    margin-top: 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .product-shop-link {
        text-align: left;
    }
}

.product-shop-link a {
    width: 280px;
    padding: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #000;
    text-decoration: none;
}

@media (min-width: 992px) {
    .product-shop-link a:hover {
        opacity: .7;
    }
}

.product-shop-link a .font-en {
    margin-right: 10px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
}

.product-content .article-share {
    margin-top: 30px;
    justify-content: center;
}

@media (min-width: 768px) {
    .product-content .article-share {
        justify-content: flex-start;
    }
}

/* =========================================
   使用方法
========================================= */
.product-howto {
    padding-top: 80px;
}

@media (min-width: 768px) {
    .product-howto {
        padding-top: 100px;
    }
}

.howto {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.75;
}

@media (min-width: 768px) {
    .howto {
        font-size: 1.5rem;
    }
}

.property-notes {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 60px;
}

/* =========================================
   区画カード (lots)
========================================= */
.lots {
    --gap: 16px;
    --radius: 14px;
    --shadow: 0 6px 18px rgba(0, 0, 0, .08);
    --brand: #e6002d;
}

.lots__title {
    font-size: clamp(18px, 2.2vw, 22px);
    margin: 0 0 12px;
    font-weight: 700;
}

.lots__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: var(--gap);
}

.lot-card {
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: transform .2s ease;
}

.lot-card:hover {
    transform: translateY(-2px);
}

.lot-card__wrap {
    display: block;
    cursor: default;
    color: inherit;
    text-decoration: none;
}

.lot-card__figure {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #f6f6f6;
}

.lot-card__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .35s ease;
}

.lot-card__img.is-back {
    opacity: 0;
}

.lot-card__wrap:hover .is-back {
    opacity: 1;
}

.lot-card__wrap:hover .is-front {
    opacity: 0;
}

.lot-card__img--ph {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #999;
    background: repeating-linear-gradient(45deg, #f2f2f2, #f2f2f2 10px, #eaeaea 10px, #eaeaea 20px);
    position: absolute;
    inset: 0;
}

.lot-card__badge {
    position: absolute;
    left: 10px;
    top: 10px;
    background: var(--brand);
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(230, 0, 45, .35);
}

.lot-card__body {
    padding: 12px 14px 14px;
    display: grid;
    gap: 6px;
}

.lot-card__price {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.lot-card__price-label {
    font-size: 12px;
    color: #666;
}

.lot-card__price-num {
    font-size: clamp(18px, 2.4vw, 22px);
    font-weight: 800;
    letter-spacing: .02em;
}

.lot-card__price-unit {
    font-size: .7em;
    margin-left: .2em;
    color: #666;
}

.lot-card__meta {
    font-size: 13px;
    color: #333;
    display: flex;
    gap: 8px;
}

.lot-card__meta-label {
    color: #666;
}

.lots__empty {
    color: #666;
    background: #fafafa;
    border: 1px dashed #e3e3e3;
    padding: 14px;
    border-radius: 8px;
}

/* スマホ時: 2枚横並び */
@media (max-width: 768px) {
    .lot-card__figure {
        aspect-ratio: auto;
    }

    .lot-card__figure.has-2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4px;
        padding: 4px;
        background: #f6f6f6;
        border-radius: 8px;
    }

    .lot-card__figure.has-2 .lot-card__img {
        position: static;
        width: 100%;
        height: auto;
        opacity: 1 !important;
        border-radius: 6px;
    }

    .lot-card__figure:not(.has-2) .lot-card__img {
        position: static;
        width: 100%;
        height: auto;
    }

    .lot-card__badge {
        top: 6px;
        left: 6px;
    }
}

/* property-location: 2カラム固定デザイン */
.property-location-wrap {
    display: grid;
    gap: 24px;
}

/* PC時は必ず2カラム */
@media (min-width: 768px) {
    .property-location-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

/* dt+dd ペアは常に横並び（テーブル風デザイン） */
.property-location {
    display: grid;
    grid-template-columns: 4fr 3fr;
    gap: 0;
    font-size: 14px;
    line-height: 1.6;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}

.property-location dt,
.property-location dd {
    padding: 10px 12px;
    margin: 0;
    border-bottom: 1px solid #eee;
}

.property-location dt {
    font-weight: 600;
    color: #333;
    background: #f9f9f9;
    border-right: 1px solid #eee;
}

.property-location dd {
    color: #555;
}

/* 最後の行の下線を消す */
.property-location dt:last-of-type,
.property-location dd:last-of-type {
    border-bottom: none;
}

/* === SP: 1カラム時に「ひとつの表」に見せる（中間の枠線を消す） === */
@media (max-width: 767px) {

    /* ラッパーはブロック＆隙間ゼロに */
    .property-spec-wrap,
    .property-location-wrap {
        display: block;
    }

    .property-spec-wrap {
        gap: 0;
    }

    .property-location-wrap {
        gap: 0;
    }

    /* すべてのDLを縦に積んでも一体に見えるようにする */
    .property-spec-wrap>.property-spec,
    .property-location-wrap>.property-location {
        border-radius: 0;
        /* 中間の角丸は消す */
        border-top: none;
        /* 中間の上枠は消す（連結用） */
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    /* 先頭だけ上枠＋上角丸 */
    .property-spec-wrap>.property-spec:first-child,
    .property-location-wrap>.property-location:first-child {
        border-top: 1px solid #ddd;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        overflow: hidden;
    }

    /* 末尾だけ下枠＋下角丸 */
    .property-spec-wrap>.property-spec:last-child,
    .property-location-wrap>.property-location:last-child {
        /* border-bottom: 1px solid #ddd; */
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        overflow: hidden;
    }
}

/* ==========================
   物件一覧（bukken archive / taxonomy）
========================== */
.bukken-list {
    list-style: none;
    margin: 20px 0 40px;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 768px) {
    .bukken-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (min-width: 992px) {
    .bukken-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
    }
}

.bukken-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .12);
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
}

.bukken-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .16);
}

.bukken-item>a {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 100%;
}

.bukken-thumb {
    position: relative;
    padding-top: 62.5%;
    background: #f2f2f2;
}

.bukken-thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bukken-body {
    padding: 14px 14px 16px;
    display: grid;
    gap: 10px;
}

@media (min-width: 768px) {
    .bukken-body {
        padding: 18px 18px 20px;
    }
}

.bukken-title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .02em;
}

@media (min-width: 768px) {
    .bukken-title {
        font-size: 1.8rem;
    }
}

.bukken-meta {
    display: grid;
    grid-auto-rows: min-content;
    gap: 6px;
    font-size: 1.3rem;
    color: #555;
}

@media (min-width: 768px) {
    .bukken-meta {
        font-size: 1.4rem;
    }
}

.bukken-type {
    display: inline-block;
    min-width: 80px;
    padding: 4px 8px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    background: #00ca5d;
    border-radius: 999px;
}

.bukken-price {
    display: inline-flex;
    align-items: baseline;
    gap: .4em;
    font-weight: 800;
    color: #00ca5d;
    letter-spacing: .02em;
}

.bukken-price .num {
    font-size: 1.9rem;
}

.bukken-price .unit {
    font-size: .9em;
    color: #333;
}

.bukken-access {
    display: block;
    line-height: 1.5;
}

/* 物件種別バッジ（画像左上） */
.bukken-thumb {
    position: relative;
}

.bukken-type-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    background: #00ca5d;
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
}

@media (min-width: 768px) {
    .bukken-type-badge {
        font-size: 13px;
        top: 10px;
        left: 10px;
    }
}

/* ==========================
   Finder (front page)
========================== */
.finder {
    background: #f5f5f5;
    padding: 60px 0;
}

.finder .wrap {
    max-width: 1080px;
    margin: 0 auto;
}

.finder__title {
    text-align: center;
    font-size: clamp(20px, 2.6vw, 28px);
    font-weight: 800;
    color: #00ca5d;
    margin: 0 0 18px;
}

.finder__title--mt {
    margin-top: 30px;
}

/* Area cards */
.finder__grid {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 768px) {
    .finder__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

.finder-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.finder-card__head {
    font-weight: 700;
    color: #00ca5d;
    text-decoration: none;
    display: inline-block;
    font-size: clamp(18px, 2.2vw, 20px);
}

.finder-card__head:hover {
    text-decoration: underline;
}

.finder-card__types {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}

.finder-card__types li a {
    display: block;
    text-align: center;
    padding: 10px 12px;
    border-radius: 12px;
    background: #f5f5f5;
    color: #111;
    text-decoration: none;
    font-weight: 700;
}

.finder-card__types li a:hover {
    background: #e9f8ef;
    color: #00ca5d;
}

/* Feature tags */
.finder-tags {
    list-style: none;
    padding: 0;
    margin: 16px auto 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 860px;
}

@media (min-width: 768px) {
    .finder-tags {
        grid-template-columns: repeat(3, 1fr);
    }
}

.finder-tag {
    display: block;
    text-align: center;
    padding: 14px 12px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
    color: #00ca5d;
    font-weight: 700;
    text-decoration: none;
}

.finder-tag:hover {
    background: #e9f8ef;
}

/* 新着物件スライダー */
.bukken-slider {
    position: relative;
    margin-top: 10px;
}

.bukken-slider .swiper-slide {
    height: auto;
}

.bukken-slider .bukken-item {
    height: 100%;
    /* カードの高さをスライドにフィット */
}

/* 既存 .bukken-list のグリッドが干渉しないように（使っていないが保険） */
.bukken-slider .bukken-list {
    display: block !important;
}

/* 矢印とドット（Swiper 4系） */
.bukken-prev,
.bukken-next {
    color: #00ca5d;
}

.bukken-pagination .swiper-pagination-bullet {
    background: #cfeedd;
    opacity: 1;
}

.bukken-pagination .swiper-pagination-bullet-active {
    background: #00ca5d;
}

/* スペーシングはJSの spaceBetween に任せるのでここでは最小限 */
/* ===== 新着物件スライダー 改良 ===== */
/* 影が切れないように */
.bukken-slider.swiper-container {
    overflow: visible;
    /* 重要 */
    padding-bottom: 44px;
    /* 下に余白（ドット分） */
}

.bukken-slider .swiper-wrapper {
    overflow: visible;
}

.bukken-slider .swiper-slide {
    height: auto;
    overflow: visible;
}

.bukken-slider .bukken-item {
    height: 100%;
}

/* ページネーションはスライドの“下”に固定表示 */
.bukken-pagination {
    position: static;
    /* 重要：absolute をやめる */
    margin-top: 12px;
    text-align: center;
}

.bukken-pagination .swiper-pagination-bullet {
    background: #cfeedd;
    opacity: 1;
}

.bukken-pagination .swiper-pagination-bullet-active {
    background: #00ca5d;
}

/* 矢印：小さく・少し外側に */
.bukken-prev,
.bukken-next {
    width: 34px;
    height: 34px;
    color: #00ca5d;
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    mix-blend-mode: inherit;
}

.bukken-prev::after,
.bukken-next::after {
    font-size: 16px;
    /* 矢印アイコンのサイズ */
}

.bukken-prev {
    left: -18px;
}

/* “少し外側”へ */
.bukken-next {
    right: -18px;
}

/* 画面幅が狭い時は内側に戻す */
@media (max-width: 767px) {
    .bukken-prev {
        left: 4px;
    }

    .bukken-next {
        right: 4px;
    }

    .bukken-prev,
    .bukken-next {
        width: 30px;
        height: 30px;
    }

    .bukken-prev::after,
    .bukken-next::after {
        font-size: 14px;
    }
}

/* ===== Swiper ページネーション修正 ===== */
.bukken-pagination {
    position: static !important;
    /* スライドの下に置く */
    margin-top: 14px;
    text-align: center;
}

.bukken-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #cfeedd !important;
    /* ← カスタムカラーを強制適用 */
    opacity: 1 !important;
    /* 透明度を消す */
    margin: 0 4px !important;
    border-radius: 50%;
}

.bukken-pagination .swiper-pagination-bullet-active {
    background: #00ca5d !important;
    /* アクティブだけブランド色 */
}

.bukken-swiper {
    overflow: hidden;
}

.bukken-swiper .swiper-wrapper {
    display: flex;
    /* gridやblockが混ざってないか */
}

.bukken-swiper .swiper-slide {
    width: auto;
    /* 固定widthを外す */
    flex-shrink: 0;
}

.bukken-swiper {
    overflow: hidden;
    /* 全体のはみ出しを防ぐ */
    padding: 0 8px;
    /* スマホ時に端がピタっとくっつかないように */
}

.bukken-swiper .swiper-wrapper {
    overflow: visible;
    /* シャドウや矢印は見えるように */
}

.bukken-swiper .swiper-slide {
    width: auto;
    flex-shrink: 0;
}

/* 影は見せたいが、スマホでの横スクロールは殺す */
.bukken-slider-outer {
    overflow: hidden;
    /* ← 横スクロールを止める“壁” */
    padding: 0 12px;
    /* 影やカードの余白を内側で確保 */
}

.bukken-slider.swiper-container {
    overflow: visible;
    /* 中の影や矢印は表示できるように */
    padding-bottom: 44px;
    /* ドットの分だけ下に余白 */
}

.bukken-slider .swiper-wrapper {
    /* overflow: hidden; */
}

.bukken-slider .swiper-slide {
    height: auto;
    overflow: visible;
}

.bukken-slider .bukken-item {
    height: 100%;
}

/* ページネーションは下に */
.bukken-pagination {
    position: static !important;
    margin-top: 12px;
    text-align: center;
}

.bukken-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px !important;
    background: #cfeedd !important;
    opacity: 1 !important;
    border-radius: 50%;
}

.bukken-pagination .swiper-pagination-bullet-active {
    background: #00ca5d !important;
}

/* 矢印は小さくして“少し外側”に（PC） */
.bukken-prev,
.bukken-next {
    width: 34px;
    height: 34px;
    color: #00ca5d;
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
    top: 50%;
    transform: translateY(-50%);
}

.bukken-prev::after,
.bukken-next::after {
    font-size: 16px;
}

.bukken-prev {
    left: -18px;
}

.bukken-next {
    right: -18px;
}

/* SPは内側に戻す（外側に出すとまた横スクロールの原因に） */
@media (max-width: 767px) {
    .bukken-prev {
        left: 4px;
    }

    .bukken-next {
        right: 4px;
    }

    .bukken-prev,
    .bukken-next {
        width: 30px;
        height: 30px;
    }

    .bukken-prev::after,
    .bukken-next::after {
        font-size: 14px;
    }
}