/* global styles を無効化 */
:root {
  --wp--style--global--content-size: auto;
  --wp--style--global--wide-size: auto;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Sans JP", sans-serif;
}
a:focus {
    outline: unset;
}
img {
    width: 100%;
}
.pc {
    display: block;
}
.pc-tab {
    display: block;
}
.sp {
    display: none;
}
.tab-only {
    display: none;
}
.sp-only {
    display: none;
}
@media only screen and (max-width: 980px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .tab-only {
        display: block;
    }
}
@media only screen and (max-width: 680px) {
    .pc-tab {
        display: none;
    }
    .sp-only {
        display: block;
    }
    .tab-only {
        display: none;
    }
}
.has-global-padding,
.blank-main {
    padding: 0;
    margin: 0;
}
main,
.wp-site-blocks main {
    padding-top: 100px;
    margin: 0;
}
section {
    margin: 0;
}
.section-inner {
    max-width: 1180px;
    width: 100%;
    margin: auto;
}
@media only screen and (max-width: 1250px) {
    .section-inner {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 980px) {
    main,
    .wp-site-blocks main {
        padding-top: 120px;
    }
}
@media only screen and (max-width: 680px) {
    main,
    .wp-site-blocks main {
        padding-top: 75px;
    }
}
/* 共通ここから */
/* 色 */
.fc-red {
    color: #f00;
}
.fc-black {
    color: #000;
}
.fc-white {
    color: #fff;
}
.fc-yellow {
    color: #F8B600;
}
/* タイトル */
.section-title-container {
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
}
.section-sub-title {
    font-family: "Work Sans", sans-serif;
    font-size: 24px;
    line-height: 1.5;
}
.section-main-title {
    font-size: 40px;
    line-height: 1.5;
}
@media only screen and (max-width: 980px) {
    .section-sub-title {
        font-size: 20px;
    }
    .section-main-title {
        font-size: 36px;
    }
}
@media only screen and (max-width: 680px) {
    .section-sub-title {
        font-size: 16px;
    }
    .section-main-title {
        font-size: 32px;
    }
}
/* ページタイトル */
.page-title-sec {
    background-color: #FEF4D9;
}
.page-title-container {
    position: relative;
    text-align: center;
    padding: 85px 0;
    color: #000;
}

.page-sub-title {
    color: #F8B600;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}
.page-main-title {
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #303030;
}
@media only screen and (max-width: 980px) {
    .page-title-container {
        padding: 80px 0;
    }
    .page-main-title {
        font-size: 36px;
    }
}
@media only screen and (max-width: 680px) {
    .page-title-container {
        padding: 50px 0;
    }
    .page-sub-title {
        font-size: 20px;
    }
    .page-main-title {
        font-size: 36px;
    }
}
/* ボタン */
.more-btn {
    text-align: center;
}
.more-btn-link {
    display: block;
    max-width: 300px;
    width: 100%;
    border: 3px solid #FF6200;
    border-radius: 50px;
    background-color: #fff;
    color: #FF6200;
    padding: 22px 0;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.1em;
}
.more-btn-link:hover {
    background-color: #FF6200;
    color: #fff;
}
@media only screen and (max-width: 980px) {
    .more-btn-link {
        padding: 20px 0;
        font-size: 22px;
    }
    
}
@media only screen and (max-width: 680px) {
    .more-btn-link {
        padding: 15px 0;
        font-size: 20px;
    }
}
/* 共通ここまで */
/* TOPここから */
/* KV */
.top-kv {
    padding: 85px 0 50px;
}
.top-kv-container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.top-kv-title-box {
    max-width: 520px;
    width: 48%;
}
.top-kv-title {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.4;
    color: #000;
    margin-bottom: 15px;
}
.top-kv-text {
    font-size: 20px;
    line-height: 1.6;
}
.top-kv-text span {
    font-weight: bold;
}
.top-kv-text-sp {
    display: none;
}
.kv-btn-area {
    margin-top: 50px;
    text-align: center;
    max-width: 300px;
}
.btn-sub-text {
    margin-bottom: 15px;
}
.btn-sub-text h6 {
    display: block;
    color: #303030;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.kv-btn {
    width: 100%;
}
.kv-btn-link {
    display: block;
    padding: 20px 0;
    background-color: #F00;
    color: #fff;
    border-radius: 50px;
    border: 2px solid #F00;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.kv-btn-link:hover {
    background-color: #fff;
    color: #F00;
}
.top-kv-img {
    max-width: 550px;
    width: 50%;
}
@media only screen and (max-width: 980px) {
    .top-kv {
        padding: 40px 0 50px;
    }
    .top-kv-container {
        flex-direction: column;
    }
    .top-kv-title-box {
        max-width: unset;
        width: 100%;
        text-align: center;
    }
    .top-kv-img {
        width: 100%;
        margin: auto;
    }
    .top-kv-text-sp {
        display: block;
        text-align: center;
        padding: 8px 15px;
        font-size: 18px;
        background-color: #FFDC01;
        margin-bottom: 20px;
    }
    .top-kv-text {
        display: none;
    }
    .top-kv-text-sp .top-kv-text {
        display: block;
    }
    .top-kv-title {
        font-size: 40px;
    }
    .kv-btn-area {
        max-width: 400px;
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .kv-btn {
        margin-bottom: 10px;
    }
    .kv-btn-link {
        padding: 20px 40px;
        font-size: 20px;
        border: unset;
        background: linear-gradient(90deg, #E89636 0%, #E03962 53.8%);
    }
    .kv-btn-link:hover {
        background-color: unset;
        color: unset;
        opacity: 0.6;
    }
}
@media only screen and (max-width: 680px) {
    .top-kv {
        padding: 20px 0 35px;
    }
    .top-kv-title {
        font-size: 32px;
        margin-bottom: 5px;
    }
    .kv-btn-area {
        margin-top: 25px;
        max-width: 315px;
    }
    .kv-btn-link {
        padding: 20px 0;
        font-size: 16px;
    }

}
/* バナー */
.banner {
    padding-top: 60px;
}
.banner-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.banner-item {
    display: block;
    max-width: 545px;
    width: 45%;
}
.banner-item:hover {
    opacity: 0.6;
}
@media only screen and (max-width: 980px) {
    .banner {
        padding-top: 50px;
    }
}
@media only screen and (max-width: 680px) {
    .banner {
        padding-top: 20px;
    }
    .banner-container {
        flex-direction: column;
        gap: 20px;
    }
    .banner-item {
        max-width: unset;
        width: 100%;
    }
}
/* 困りごと */
.problem {
    position: relative;
    padding-top: 60px;
}
.problem-inner {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    border-radius: 100px;
    background-color: #eee;
    padding: 105px 0 125px;
}
.problem-title-container {
    margin-bottom: 55px;
}
.problem-title {
    max-width: 790px;
    width: 100%;
    margin: auto;
    margin-bottom: 55px;
}
.problem-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.problem-item {
    max-width: 380px;
    width: calc(100% / 3 - 20px);
    border-radius: 30px;
    border: 5px solid #F8B600;
    background-color: #fff;
}
.problem-item-inner {
    padding: 43px 0;
    max-width: 300px;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
}
.problem-item-list {
    list-style: none;
    margin-bottom: 45px;
}
.problem-item-list li {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
}
.problem-item-list li:last-child {
    margin-bottom: 0;
}
.problem-item-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-image: url("/wp-content/uploads/img/checkbox-icon.webp");
    background-size: cover;
}
.problem-item-img {
    margin-top: auto;
    width: 100%;
}
@media only screen and (max-width: 980px) {
    .problem {
        padding-top: 50px;
    }
    .problem-inner {
        padding: 80px 0;
    }
    .problem-container {
        flex-direction: column;
        gap: 30px;
    }
    .problem-item {
        width: 100%;
        margin: auto;
    }
    .problem-item-inner {
        padding: 30px 0;
    }
    .problem-item-list {
        margin-bottom: 20px;
    }

}
@media only screen and (max-width: 680px) {
    .problem {
        padding-top: 40px;
    }
    .problem-inner {
        padding: 50px 0;
        border-radius: 50px;
    }
    .problem-title-container {
        padding: 0 5px;
    }
    .problem-item {
        max-width: unset;
    }
    .problem-item-inner {
        padding: 20px 0;
    }
}
/* 特徴 */
.reason {
    position: relative;
    padding: 100px 0 150px;
}
.reason::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 130px;
    height: 47px;
    background-image: url("/wp-content/uploads/img/gray-arrow.webp");
    background-size: cover;
}
.reason-title-container {
    margin-bottom: 105px;
    text-align: center;
}
.reason-title {
    font-size: 32px;
    font-weight: bold;
}
.reason-title span {
    padding: 10px 15px;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0.05em;
    background: linear-gradient(
    transparent 60%,
    #FFDC01 60%
    );
    
}
.reason-title span.fc-red {
    font-size: 40px;
    padding: 0;
    background: none;
}
.reason-container {
    max-width: 930px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.reason-item {
    width: calc(100% / 3 - 20px);
    display: flex;
    flex-direction: column;
    gap: 25px;
    text-align: center;
}
.reason-item-img {
    max-width: 180px;
    width: 100%;
    margin: auto;
}
.reason-item-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
}
.reason-item-title span {
    color: #FF6200;
}
@media only screen and (max-width: 980px) {
    .reason {
        padding: 100px 0;
    }
    .reason-title {
        font-size: 28px;
    }
    .reason-title span {
        font-size: 30px;
        padding: 0 10px 5px;
    }
    .reason-title span.fc-red {
        font-size: 32px;
    }
    .reason-title-container {
        margin-bottom: 80px;
    }
    .reason-container {
        gap: 0;
    }
    .reason-item {
        width: calc(100% / 3 - 10px);
    }
    .reason-item-img {
        width: 80%;
        margin: 0 auto;
    }
    .reason-item-title {
        font-size: 18px;
    }
}
@media only screen and (max-width: 680px) {
    .reason {
        padding: 80px 0;
    }
    .reason-title {
        font-size: 22px;
    }
    .reason-title span {
        font-size: 26px;
        padding: 0 10px 5px;
        line-height: 1.8;
    }
    .reason-title span.fc-red {
        font-size: 28px;
    }
    .reason-title-container {
        margin-bottom: 50px;
    }
    .reason-container {
        flex-direction: column;
        gap: 30px;
    }
    .reason-item {
        width: 100%;
        margin: auto;
        gap: 10px;
    }
    .reason-item-title {
        font-size: 16px;
    }
}
/* CTA */
.cta {
    padding: 90px 0;
    background-color: #F8B600;
}
.cta-container {
    border-radius: 20px;
    background-color: #fff;
}
.cta-container-inner {
    padding: 60px 0;
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.cta-title {
    display: block;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #303030;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin-bottom: 35px;
}
.cta .tel-btn-link {
    position: relative;
    display: block;
    max-width: 435px;
    margin: auto;
    padding: 25px 0;
    background-color: #FEF4D9;
    border: 3px solid #F8B600;
    color: #303030;
    border-radius: 15px;
}
.cta .tel-btn > * {
  position: relative;
  z-index: 1;
}
.cta .tel-btn-link:hover {
    color: #fff;
    background-color: #F8B600;
}
.cta .tel-btn-link-inner {
    max-width: 320px;
    width: 100%;
    margin: auto;
    text-align: center;
}
.cta .tel-btn {
    position: relative;
    padding: 0 5px;
}
.cta .tel-btn-link::before {
    position: absolute;
    content: "";
    width: 134px;
    height: 124px;
    right: -190px;
    bottom: 0;
    background-image: url("/wp-content/uploads/img/cta-img.webp");
    background-size: cover;
    z-index: -1;
}
.tel-btn-number-text {
    font-size: 20px;
    font-weight: bold;
    padding-top: 5px;
    letter-spacing: 0.05em;
}
.tel-btn-number {
    position: relative;
    display: block;
    padding-left: 45px;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1.1;
}
.cta .tel-btn-number::after {
    background-color: #F8B600;
    width: 100%;
}
.cta .tel-btn-link:hover .tel-btn-number::after {
    background-color: #fff;
}
.tel-btn-number::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 5px;
    width: 36px;
    height: 36px;
    background-image: url("/wp-content/uploads/img/tel-icon.webp");
    background-size: cover;
}
.cta .tel-btn-number::before {
    top: 3px;
    bottom: unset;
}
/* .cta .tel-btn-link:hover .tel-btn-number::before {
    background-image: url("/wp-content/uploads/img/tel-icon-yellow.webp");
} */
.tel-btn-number::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90%;
    height: 1px;
    background-color: #fff;
}
.cta .tel-btn-number-text {
    padding-left: 0;
}
@media only screen and (max-width: 980px) {
    .cta {
        padding: 50px 0;
    }
    .cta .tel-btn {
        padding-left: 60px;
    }
    .cta .tel-btn::before {
        width: 150px;
        height: 120px;
        margin: auto;
    }
    .cta .tel-btn-link-inner {
        max-width: 285px;
    }
    .cta .tel-btn-link {
        max-width: 400px;
    }
    .cta .tel-btn-link::before {
        width: 145px;
        height: 110px;
        left: -150px;
    }
    .cta-container-inner {
        padding: 30px 20px;
    }
    .cta .tel-btn-number {
        font-size: 32px;
    }
    .cta .tel-btn-number::before {
        width: 30px;
        height: 30px;
    }
    .cta .tel-btn-number::before {
        top: 6px;
    }
    .cta-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 680px) {
    .cta {
        padding: 30px 0;
    }
    .cta-container-inner {
        padding: 20px;
    }
    .cta .tel-btn {
        padding-left: 0;
    }
    .cta .tel-btn-link::before {
        display: none;
    }
    .cta .tel-btn-number {
        padding-left: 30px;
    }
    .cta .tel-btn-number {
        font-size: 26px;
        margin-bottom: 3px;
    }
    .cta .tel-btn-number::before {
        top: 3px;
        width: 25px;
        height: 25px;
    }
    .cta .tel-btn-link-inner {
        padding: 0 20px;
    }
    .cta .tel-btn-link {
        padding: 15px 0;
    }
    .cta-title {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 1.4;
    }
}
/* サービス */
.service {
    padding: 100px 0;
    background-color: #FEF4D9;
}
.service-container {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px 20px;
}
.service-item {
    width: calc(100% / 3 - 15px);
}
@media only screen and (max-width: 980px) {
    .service {
        padding: 80px 0;
    }
    .service-container {
        margin-top: 50px;
        gap: 30px 20px;
    }
    .service-item {
        width: calc(100% / 2 - 20px);
    }
}
@media only screen and (max-width: 680px) {
    .service {
        padding: 50px 0;
    }
    .service-container {
        margin-top: 30px;
        gap: 30px 20px;
    }
    .service-item {
        width: 100%;
        margin: auto;
    }
}
/* 料金 */
.price {
    padding: 60px 0 90px;
    background-color: #F8B600;
}
.price-text {
    margin-top: 35px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}
.price-container {
    max-width: 880px;
    width: 100%;
    margin: auto;
    background-color: #fff;
    border-radius: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.price-container-inner {
    padding: 40px 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.price-item {
    display: flex;
    justify-content: center;
    gap: 25px;
}
.price-item-time {
    padding: 10px 20px;
    background-color: #F8B600;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}
.price-item-title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}
.price-item-title span {
    font-size: 16px;
}
.price-business-trip {
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
}
.price-business-trip span {
    color: #F00;
}
.price-note {
    text-align: center;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
}
@media only screen and (max-width: 980px) {

}
@media only screen and (max-width: 680px) {
    .price {
        padding: 50px 0 60px;
    }
    .price-text {
        margin-top: 40px;
        font-size: 20px;
    }
    .price-container {
        margin-top: 10px;
    }
    .price-container-inner {
        padding: 35px 25px;
    }
    .price-note {
        text-align: left;
    }
}
@media only screen and (max-width: 400px) {
    .price-item-time {
        font-size: 18px;
    }
    .price-item-title {
        font-size: 32px;
    }

}
/* NEWS */
.top-news {
    padding: 80px 0;
}
.top-news .section-sub-title {
    text-align: left;
}
.top-news-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.top-news .section-title-container {
    max-width: 240px;
    width: 35%;
    text-align: left;
}
.top-news-list {
    width: 70%;
}
.top-news-list li {

}
.top-news-item-link {
    display: flex;
    gap: 0 25px;
    padding: 15px 12px;
    border-bottom: 0.5px solid #7A7A7A;
}

.top-news-item-meta {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-news-item-date {
    font-size: 16px;
    font-weight: 500;
}
.top-news-item-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
}
.top-news-item-tag-list a {
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 30px;
    border: 1px solid #F8B600;
    background-color: #F8B600;
    white-space: nowrap;
}
.top-news-item-tag-list a:hover {
    background-color: #fff;
    color: #F8B600;
}
.top-news-item-text {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    min-width: 0;
}
.top-news-item-text a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.top-news .more-btn-link {
    margin: auto;
}
/* カード全体を相対配置の基準にする */
.top-news-item {
  position: relative;
  list-style: none;
}
.top-news-item-tag-list .wp-block-post-terms__separator {
  display: none;
}
/* タイトルのリンクを擬似要素で全体に広げる */
.top-news-item-text a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; /* カード全体をカバー */
}

/* カテゴリーリンクが重なった時にクリックできるようにする */
.top-news-item-tag-list {
  position: relative;
  z-index: 2; /* タイトルのリンクより上に配置 */
}

.top-news-item-tag-list a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  /* 必要に応じて padding や背景色を追加 */
}
@media only screen and (max-width: 980px) {
    .top-news-title {
        font-size: 30px;
    }
}
@media only screen and (max-width: 680px) {
    .top-news {
        padding: 50px 0;
    }
    .top-news-container {
        flex-direction: column;
        gap: 30px;
    }
    .top-news .section-title-container {
        text-align: center;
        max-width: unset;
        width: 100%;
    }
    .top-news .section-sub-title {
        text-align: center;
    }
    .top-news-list {
        max-width: unset;
        width: 100%;
    }
    .top-news-title-container,
    .top-news-list-container {
        max-width: unset;
        width: 100%;
    }
    .top-news-item-link {
        flex-direction: column;
        gap: 10px;
    }
    .top-news-item-text {
        display: block;
        width: 100%;
    }
    .top-news-item-text a {
        display: block;
        width: 100%;
    }
    .top-news-title {
        font-size: 24px;
        margin-bottom: 0;
    }
}
/* ブログ */
.top-blog {
    padding: 80px 0;
    background-color: #FEF4D9;
}
.blog-list-sec {
    padding: 140px 0;
}
.blog-container {
    margin-top: 40px;
    margin-bottom: 40px;
}
.blog-container ul {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 0;
}
.blog-list-sec .blog-container ul {
    margin-bottom: 20px;
}
.blog-container ul::before,
.blog-container ul::after {
    content: "";
    max-width: 380px;
    width: calc(100% / 3 - 20px);
}
.blog-container ul::before {
    order: 1;
}
.blog-container li {
    position: relative;
    max-width: 380px;
    width: calc(100% / 3 - 20px);
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #F7F7F7;
    margin: 0;
}
.blog-item-img {
    width: 100%;
}
.blog-item-info {
    margin: 0;
    display: flex;
    flex-direction: column;
    padding: 15px 22px 20px;
}
.blog-item-title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 1.4;
    overflow: hidden;
    flex: 1;
}
.blog-item-date {
    color: #808080;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px;
}
.blog-item-tag-list {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.blog-item-tag-list .wp-block-post-terms__separator {
  display: none;
}
.blog-item-tag-list a {
    display: block;
    border: 1px solid #FF6200;
    background-color: #fff;
    color: #FF6200;
    padding: 5px 20px;
    font-size: 12px;
    font-weight: 500;
}
.top-blog .more-btn-link {
    margin: auto;
}
/* カード全体を相対配置の基準にする */
.blog-item {
    position: relative;
}

/* タイトルの中の a タグをカード全体に広げる */
.blog-item-title a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; /* カード全体を覆う */
}

/* カテゴリーなどのリンクが中にある場合、それらをクリック可能にするための調整 */
.blog-item-tag-list a {
    position: relative;
    z-index: 2;
}
@media only screen and (max-width: 680px) {
    .top-blog {
        padding: 50px 0;
    }
    .blog-container ul {
        flex-direction: column;
        gap: 30px;
    }
    .blog-container li {
        width: 100%;
        margin: auto;
    }
}
/* FAQ */
.faq {
    background-color: #fff;
    padding: 75px 0 120px
}

.faq-title-container {
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.5;
    margin-bottom: 70px;
    text-align: center
}



.faq-accordion {
    list-style: none;
    margin: 0 auto;
    width: 100%;
    margin-top: 75px;
}

.faq-accordion-item {
    background-color: #fff;
    border: 3px solid #F8B600;
    border-radius: 20px;
    margin-bottom: 40px;
}

.faq-item-title-container {
    background-color: #F8B600;
    border-radius: 15px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    padding: 30px 100px 30px 0;
    position: relative;
    transition: all .5s ease;
}

.faq-item-title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    padding-left: 110px;
}

.faq-item-title:before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "Q";
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    height: 32px;
    left: 35px;
    margin: auto;
}

.faq-item-title-container:after,
.faq-item-title-container:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 2px;
    margin: auto;
    position: absolute;
    right: 28px;
    top: 0;
    transform: translateY(-50%);
    transition: opacity .25s;
    width: 20px;
}

.faq-item-title-container:after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform .25s;
}

.faq-item-title-container.close {
    border-radius: 15px 15px 0 0
}
.faq-item-title-container.close:before {
    opacity: 0;
}

.faq-item-title-container.close:after {
    transform: translateY(-50%) rotate(180deg);
}

.faq-item-text {
    color: #222;
    display: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    padding: 25px 100px 25px 110px;
}

@media only screen and (max-width: 980px) {
    .faq {
        padding:60px 0 100px;
    }

    .faq-accordion {
        margin-top: 50px;
    }
    .faq-title-container {
        margin-bottom: 60px;
    }

    .faq-jp-title {
        font-size: 40px;
    }

    .faq-item-title-container {
        padding-bottom: 20px;
        padding-right: 80px;
        padding-top: 20px;
    }

    .faq-item-title {
        padding-left: 80px;
    }

    .faq-item-title:before {
        height: 40px;
    }

    .faq-item-text {
        padding-left: 80px;
        padding-right: 80px;
    }

    .faq-item-title:before {
        font-size: 28px;
        left: 30px;
    }

    .faq-accordion-item {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 680px) {
    .faq {
        padding:50px 0 60px;
    }

    .faq-accordion {
        margin-top: 40px;
    }
    .faq-title-container {
        margin-bottom: 50px;
    }

    .faq-en-title {
        font-size: 24px;
        line-height: 1.5;
    }

    .faq-jp-title {
        font-size: 32px;
        line-height: 1.5;
    }

    .faq-item-title-container {
        padding-bottom: 15px;
        padding-right: 50px;
        padding-top: 15px;
    }

    .faq-item-title-container:after,.faq-item-title-container:before {
        right: 15px;
    }

    .faq-item-title {
        font-size: 16px;
        padding-left: 50px;
    }

    .faq-item-title:before {
        height: 32px;
    }

    .faq-item-text {
        font-size: 14px;
        line-height: 1.7;
        padding: 18px 25px 18px 35px;
    }

    .faq-item-title:before {
        font-size: 24px;
        left: 15px;
    }

    .faq-accordion-item {
        margin-bottom: 15px;
    }
}
/* 概要 */
.about {
    background-color: #FEF4D9;
    padding: 75px 0 105px;
}
.about-container {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-info {
    width: 42.5%;
    background-color: #fff;
    border: 5px solid #FF6200;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 35px 40px;
}
.about-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 0.9;
    letter-spacing: 0.05em;
}
.about-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}
.about-policy {
    text-align: center;
    border-radius: 30px;
    background-color: #FEF4D9;
    padding: 22px 24px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
}
.about-policy-title {
    margin-bottom: 10px;
}
.about-policy-text {
    color: #FF6200;
}
.about-img {
    width: 45%;
    text-align: center;
}
.about-img img {
    max-width: 420px;
}

@media only screen and (max-width: 980px) {
    .about {
        padding: 60px 0 80px;
    }
    .about-info {
        padding: 35px 20px;
    }
    .about-title {
        font-size: 26px;
    }

}
@media only screen and (max-width: 680px) {
    .about {
        padding: 50px 0 60px;
    }
    .about-container {
        flex-direction: column-reverse;
        gap: 30px;
    }
    .about-info {
        width: 100%;
        margin: auto;
    }
    .about-title {
        font-size: 24px;
    }
    .about-img {
        width: 100%;
        margin: auto;
    }

}
/* コンタクト */
  .contact {
    padding: 75px 0 85px;
    background-color: #F8B600;
  }
  
  .contact-text {
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
  }
  
  .contact-container {
    margin-top: 45px;
    display: flex;
    justify-content: center;
    gap: 35px;
  }
  
  .contact-item {
    max-width: 500px;
    width: calc(100% / 2 - 20px);
    background-color: #fff;
    border-radius: 15px;
  }
  
  .contact-item-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 35px 0 30px;
  }
  
  .contact-tel-number {
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .contact-tel-number a {
    position: relative;
    display: block;
    padding-left: 55px;

  }
  .contact-tel-number a:hover {
    opacity: 0.6;
  }
  
  .contact-tel-number a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 3px;
    background-image: url("/wp-content/uploads/img/tel-icon.webp");
    background-size: cover;
    width: 40px;
    height: 40px;
  }
  .contact-tel-number::before {

  }
  .contact-tel-text {
    font-size: 20px;
  }
  
  .contact-item-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .mail .contact-item-title p {
    position: relative;
    display: inline;
    padding-left: 40px;
  }
  
  .mail .contact-item-title p::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background-image: url("/wp-content/uploads/img/mail-icon.webp");
    background-size: cover;
  }
  
  .contact-mail-link {
    position: relative;
    display: block;
    max-width: 300px;
    width: 100%;
    margin: auto;
    text-align: center;
    border-radius: 50px;
    border: 2px solid #F00;
    background-color: #F00;
    color: #fff;
    padding: 20px 0;
  }
  
  .contact-mail-link:hover {
    background-color: #fff;
    color: #F00;
  }
  
  .contact-mail-link p {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.1em;
    padding-left: 45px;
  }
  
  .contact-mail-link p::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url("/wp-content/uploads/img/mail-icon.webp");
    background-size: cover;
    width: 26px;
    height: 19px;
  }
  
  .contact-mail-link:hover p::before {
    background-image: url("/wp-content/uploads/img/mail-icon-red.webp");
  }
  
  @media only screen and (max-width: 980px) {
    .contact {
      padding: 60px 0;
    }
  
    .contact .top-section-title-container {
      margin-bottom: 50px;
    }
  
    .contact-container {
      flex-direction: column;
      gap: 30px;
    }
  
    .contact-item {
      width: 90%;
      margin: auto;
    }
    .contact-text {
      padding-top: 25px;
    }
    .contact-tel-number {
      font-size: 36px;
    }
    .contact-item-title {
        margin-bottom: 0;
    }
    .contact-item-box {
        gap: 10px;
    }
  }
  
  @media only screen and (max-width: 680px) {
    .contact {
      padding: 50px 0;
    }
  
    .contact .top-section-title-container {
      margin-bottom: 30px;
    }
    .contact-text {
        padding-top: 0;
    }
    .contact-tel-number {
      font-size: 28px;
      margin: 0;
    }
    .contact-tel-number a {
        padding-left: 40px;
    }
    .contact-tel-number a::before {
        width: 30px;
        height: 30px;
    }
    .contact-item-title,
    .contact-tel-text,
    .contact-tel-number span {
      font-size: 16px;
    }
  
    .tel .contact-item-box {
      padding: 10px 0;
    }
  
    .mail .contact-item-box {
        padding: 20px;
    }
    .contact-mail-link {
        padding: 15px 0;
    }
    .contact-mail-link p {
        font-size: 20px;
        padding-left: 30px;
    }
    .contact-mail-link p::before {
        width: 20px;
        height: 14px;
    }
  }
/* ヘッダー */

header {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 999999;
    width: 100%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}
.header-inner {
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 1440px;
    padding: 10px 25px 10px 45px;
    width: 100%
}

.header-logo {
    margin-right: auto;
    max-width: 170px;
    width: 20%
}

.header-logo-img {
    cursor: default;
    display: block;
}
.header-logo-img:hover {
    opacity: 0.6;
}

.header-logo-img,.header-nav {
    align-items: center;
    display: flex
}

.header-nav {
    justify-content: flex-end;
    width: 80%;
    gap: 40px;
}

.header-nav-menu {
    align-items: center;
    display: flex;
    gap: 0 20px;
    justify-content: space-between;
    max-width: 615px
}

.header-nav-menu-item-link {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    padding: 15px 0px;
    position: relative
}

.header-nav-menu-item-link:hover {
    opacity: .6
}

.navi-current {
    text-align: center;
    width: 16%
}
.header-contact-container {
    max-width: 450px;
    display: flex;
    gap: 20px;
}
.header-contact-tel {
    max-width: 215px;
    width: 100%;
    display: flex;
    align-items: center;
}
.header-contact-tel-link {
    display: block;
}
.header-contact-tel-link:hover {
    opacity: 0.6;
}
.header-contact {
    text-align: center;
    margin-left: 25px;
    max-width: 160px;
    width: 100%;
}
.header-contact-btn {
    display: block;
    padding: 11px 0;
    border-radius: 30px;
    border: 1px solid #F00;
    background-color: #F00;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.03em;
}
.header-contact-btn:hover {
    background-color: #fff;
    color: #F00;
}
@media only screen and (max-width: 1300px) {
    .header-inner {
        padding: 20px;
    }

    .header-nav {
        width: 85%;
    }
    .header-nav-menu {
        gap: 0 15px;
    }
    .header-nav-menu-item-link {
        font-size: 14px;
    }
    .header-contact {
        margin-left: 20px;
    }
}
@media only screen and (max-width: 1200px) {
    .header-nav {
        display: none;
    }
    .header-nav-menu {
        flex-direction: column;
    }
    .header-logo {
        width: 200px;
        margin: auto;
    }
    .header-right-nav {
        margin-left: 30px;
    }
    .header-contact-item {
        width: 100%;
        margin: 10px 0;
    }
    .header-contact-item:last-child {
        margin-bottom: 0;
    }
    .header-contact-item,
    .header-recruit-item {
        width: 100%;
    }
    .header-recruit-item {
        margin-bottom: 20px;
    }
    .header-contact-container {
        flex-direction: column;
        margin-top: 20px;
    }
    .header-contact {
        margin-left: unset;
        margin: auto;
    }
}
@media only screen and (max-width: 680px) {
    .header-inner {
        padding: 10px;
    }
    .header-logo {
        width: 120px;
    }
}
/* フッター */
.footer {
    padding: 55px 0 15px;
}
.footer-inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.footer-left {
    width: 30%;
    max-width: 365px;
}
.footer-logo {
    max-width: 170px;
    width: 100%;
    margin-bottom: 20px;
}
.footer-base {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.1em;
}
.footer-right {
    width: 70%;
    display: flex;
    justify-content: space-around;
    margin-top: 25px;
}
.footer-nav-menu {
    padding: 0;
}
.footer-nav-menu li {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
    margin-bottom: 12px;
}
.footer-nav-menu li:last-child {
    margin-bottom: 0;
}
.footer-nav-menu li a:hover {
    opacity: 0.6;
}
.footer-copyright {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}
@media only screen and (max-width: 980px) {

}
@media only screen and (max-width: 680px) {
    .footer {
        padding: 50px 0 20px;
    }
    .footer-inner.pc-tab {
        display: none;
    }
    .footer-container {
        padding: 0 35px;
        display: flex;
        flex-direction: column;
        gap: 65px;
        margin-bottom: 30px;
    }
    .footer-top-inner {
        max-width: 320px;
        margin: auto;
    }
    .footer-logo {
        margin: auto;
        margin-bottom: 45px;
    }
    .footer-base {
        font-size: 14px;
    }
    .footer-bottom {
        text-align: center;
    }
    .footer-nav-menu li {
        margin-bottom: 20px;
    }
}
/* TOPここまで */
/* お知らせ一覧 */
.news-list-sec {
    padding: 105px 0;
}
.news-list-inner {
    max-width: 780px;
    width: 100%;
    margin: auto;
}
.news-list-sec .news_item_link {
    padding: 15px 5px;
    display: flex;
    align-items: center;
    gap: 70px;
}
.news-list-sec .news_item_meta {
    margin-bottom: 0;
}
.news-list-sec .news-list {
    position: relative;
}
.news_list {
    position: relative;
}
.news-list ul {
    display: flex;
    flex-direction: column;
    padding-bottom: 70px;
}

.top_news .news_list {
    padding-bottom: 55px;
}
.top-news-list li,
.news-list li {
    border-top: 1px solid #dad5d0;
    margin: 0;
}
.top-news-list li:last-child,
.news-list li:last-child {
    border-bottom: 1px solid #dad5d0;
}
.news_item {
    display: flex;
    gap: 0 25px;
    padding: 20px 12px;
}
.news_item_link {
    display: block;
    padding: 25px 0;
}
.news_item:hover {
    opacity: 0.6;
}
.news_item_meta {
    display: flex;
    gap: 45px;
    align-items: center;
}
.news_item_day {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    color: #333;
}
.news_item_tag_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
}
.news_item_tag_list a {
    position: relative;
    z-index: 2;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #F8B600;
    padding: 3px 25px;
    border: 2px solid #F8B600;
    border-radius: 30px;
    background-color: #FFF;
    display: block;
    white-space: nowrap;
}
.news_item_tag_list a p {
    white-space: nowrap;
}
.news_item_tag_list a:hover {
    background-color: #F8B600;
    color: #FFF;
}
.news_item_tag_list .wp-block-post-terms__separator {
    display: none;
}
.news_item_text {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    display: flex;
    align-items: center;
    min-width: 0;
}
.news_item_text a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wp-block-query-pagination {
    justify-content: center;
}
.wp-block-query-pagination-numbers {
    display: flex;
}
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next {
    color: #9F9F9F;
}
.wp-block-query-pagination-previous:focus,
.wp-block-query-pagination-next:focus,
.page-numbers:focus {
    outline: unset;
}
ul.page-numbers {
    position: absolute;
    background-color: #FFF;
    right: 0;
    left: 0;
    bottom: 95px;
    margin: auto;
    display: flex;
    justify-content: center;
    box-shadow: none;
}
.page-numbers {
    display: block;
    text-align: center;
    width: 40px;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    border-bottom: 2px solid #F8F3EE;
    color: #9F9F9F;
    margin: 0;
    box-shadow: none;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.current.page-numbers {
    border-bottom: 2px solid #F8B600;
    background-color: #fff;
}
.page-numbers.next, .page-numbers.prev {
    border-bottom: 2px solid #fff;
}
.news-list-sec .more-btn-link {
    margin-top: 50px;
    margin: auto;
}
.news_item {
	position: relative;
}


.news_item a::after {
	content: "";
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.news-list-btn .more-btn-link {
    margin: auto;
}
@media only screen and (max-width: 980px) {
    .news-list-sec {
        padding: 80px 0;
    }
    .news-list-inner {
        padding: 0 20px;
    }
    .news_item_meta {
        gap: 30px;
    }
}
@media only screen and (max-width: 680px) {
    .news-list-sec {
        padding: 50px 0;
    }
    .news_item {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
        min-width: 0;
    }
    .news_item_text,
    .news_item_text a {
        display: block;
        width: 100%;
    }
    .news_item_meta {
        gap: 20px;
    }
}
/* お知らせ詳細 */
.news-details {
    padding: 50px 0 120px;
}
.news-details p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.news-detail-inner {
    max-width: 880px;
    width: 100%;
    margin: auto;
}

.news_details_page_title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
}
.news-details .news_item_tag_list {
    margin-bottom: 40px;
}
.news-details .news_item_tag_list .taxonomy-category {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.blog_date {
    color: #7a7a7a;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
.news-details .blog_date p {
    width: 1em;
}
.column_detail_heading_img {
    width: 50%;
    margin: auto;
    margin-bottom: 40px;
}
.news_details_sub_title {
    border-left: 5px solid #3C71B3;
    line-height: 1.4;
    margin-bottom: 15px;
    padding-left: 12px;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 45px;
}

.news_details_text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
}

.sub_section {
    background-color: #fff;
    margin-bottom: 100px;
}

.sub_section_inner {
    max-width: 800px;
    width: 100%;
    margin: auto;
    padding: 25px 0 15px;
}

.sub_section_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.sub_section_text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.news_details .more_btn {
    margin-top: 100px;
}
@media only screen and (max-width: 980px) {
    .news-detail-inner {
        padding: 0 20px;
    }
    .news_details .more_btn {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 680px) {
    .news_details .more_btn {
        margin-top: 50px;
    }
    .news_details_heading_img {
        width: 100%;
    }
}
.single-content {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
}
.news-details h2 {
    position: relative;
    display: block;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    padding-top: 32px;
    margin: 0;
    margin-bottom: 25px;
}
.news-details h2::before {
    background-color: #d1d3d5;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    top: 4px;
    width: calc(100% - 15px);
}
.news-details h2::after {
    background-color: #F8B600;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 0;
    width: 8px;
}
.news-details h3 {
    display: block;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    padding-left: 20px;
    margin: 0;
    color: #000;
    margin-bottom: 25px;
}
.news-details h3::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #F8B600;
}
.news-details h4 {
    display: block;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
}
.news_details_content p {
    margin-bottom: 20px;
}
.news-details .more-btn-link {
    margin: auto;
}
@media only screen and (max-width: 980px) {
    .news-details h2 {
        font-size: 27px;
        padding-left: 20px;
    }
    .news-details h3 {
        font-size: 23px;
    }
    .news-details h4 {
        font-size: 19px;
    }
}
@media only screen and (max-width: 680px) {
    .news-details h2 {
        font-size: 26px;
        padding-left: 10px;
    }
    .news-details h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .news-details h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .news-details p {
        font-size: 14px;
        margin-bottom: 15px;
    }
}
/* 前後記事 */
.navigation {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 30px;
}
.nav-previous a,
.nav-next a {
    /* display: none; */
}
.nav-thumbnail a {
    display: block;
}
.nav-thumbnail a:hover {
    opacity: 0.6;
}
.nav-previous,
.nav-next {
    width: calc(100% / 2 - 40px);
    text-align: left;
    position: relative;
}

.nav-thumbnail img {
    width: 100%;
    height: auto;
}

.nav-thumbnail {
}
.thumbnail-overlay {
    position: relative;
}
.thumbnail-overlay img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 100%;
    width: 100%;
    background: rgba(17, 17, 17, 0.40);
    display: flex;
    align-items: center;
    justify-content: center;
}
.overlay-text p {
    display: block;
    width: 80%;
}
.overlay-text span {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}
.post_list_btn {
    padding-bottom: 100px;
}
@media screen and (max-width: 980px){
    .single_post .c-postTitle__ttl {
        font-size: 28px;
    }
}
@media screen and (max-width: 850px){
    .post_article {
        padding: 0 20px;
    }
}
@media screen and (max-width: 680px){
    .single_post .c-postTitle__ttl {
        font-size: 24px;
    }
    .navigation {
        margin-bottom: 30px;
    }
    .nav-previous,
    .nav-next {
        width: 100%;
    }
    .post_list_btn {
        padding-bottom: 50px;
    }
}
/* お問い合わせ */

.contact-sec {
    padding: 95px 0 70px;
  }
  .contact-sec-inner {
    max-width: 800px;
    width: 100%;
    margin: auto;
  }
  .contact-sec-text {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.2em;
    margin-bottom: 60px;
  }
  .contact-sec-btn {
    text-align: center;
    margin-bottom: 70px;
  }
  .contact-sec-btn-link {
    display: block;
    position: relative;
    max-width: 330px;
    width: 100%;
    margin: auto;
    padding: 20px 0;
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid #0095D3;
    background-color: #0095D3;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  .contact-sec-btn-link:hover {
    background-color: #fff;
    color: #0095D3;
  }
  .contact_tel_btn_link span {
    font-size: 24px;
}
  .contact-form-container {
  }
  .contact-form-container-inner {
    padding: 50px 0 125px;
    max-width: 790px;
    width: 100%;
    margin: auto;
  }
  .contact-box {
    margin-bottom: 25px;
  }
  .contact-box-flex {
    display: flex;
    flex-direction: column;
    gap: 10px 25px;
    margin-bottom: 15px;
  }
  .contact-name-box {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
    line-height: 1.45;
  }
  
  
  .label-req {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #CC0000;
    padding: 1px 6px;
    display: inline-block;
    height: 19px;
  }
  .contact-name-box {
    display: flex;
    /* justify-content: space-between;
    width: 250px; */
    gap: 10px;
    margin-bottom: 0;
  }
  .contact-nenrei-container {
    display: flex;
    align-items: center;
    /* width: calc(100% - 260px); */
    width: 100%;

  }
  .contact-nenrei-box {
    display: flex;
    align-items: baseline;
  }
  .contact-nenrei-text {
    width: 50px;
    display: flex;
    justify-content: center;
  }
  .contact-nenrei-input {
    width: calc(100% - 50px);
  }
  .contact-nenrei-input p {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .contact-nenrei-input input {
    border: 1px solid #000;
    background-color: #fff;
  }
  .contact-nenrei-text {
    
  }
  .contact-input {
    width: 100%;
  }
  .contact-input .form-naiyou {
    height: 150px;
  }
  .policy-agree-box {
    justify-content: center;
    margin-bottom: 45px;
  }
  .policy-agree-box label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .policy-agree-btn {
    margin-top: 35px;
  }
  .policy-agree-btn-link {
    display: block;
    max-width: 380px;
    margin: auto;
    border-radius: 20px;
    padding: 18px 0;
    border: 2px solid #F8B600;
    background-color: #F8B600;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.2em;
  }
  .policy-agree-btn-link:hover {
    background-color: #fff;
    color: #F8B600;
  }
  .agree {
    width: 100%;
    margin-bottom: 30px;
  }
  .agree a {
    text-decoration: underline;
  }
  .agree a:hover {
    opacity: 0.6;
  }
  @media only screen and (max-width: 1100px) {
    .contact-sec-inner {
        padding: 0 20px;
    }
  }
  @media only screen and (max-width: 980px) {
    .contact-sec {
      padding: 40px 0 100px;
    }
    .contact-sec-text {
        margin-bottom: 50px;
    }
    .contact-sec-btn {
        margin-bottom: 50px;
    }
    .contact-form-container-inner {
        padding: 50px 0px;
    }
    .contact-text {
        margin-bottom: 30px;
    }
    .contact-btn-container {
        margin-bottom: 80px;
    }
    .contact-btn-title {
        font-size: 20px;
    }
  }
  
  @media only screen and (max-width: 680px) {
    .contact-sec {
      padding: 30px 0 80px;
    }
    .contact-btn-container {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 50px;
    }
    .contact-form-container {
        border-radius: 50px;
    }
    .contact-form-container-inner {
        padding: 30px 0px;
    }
    .contact-sec-text {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .contact-sec-btn {
        margin-bottom: 30px;
    }
    .contact-text {
        font-size: 16px;
    }
    .contact-text {
        margin-bottom: 20px;
    }
    .contact-name-box {
      justify-content: left;
      gap: 5px;
    }
    .contact-box-flex {
      flex-direction: column;
      gap: 10px;
      margin-bottom: 20px;
    }
    .contact-box-flex .contact-box-title {
      margin-bottom: 0;
    }
    .contact-box-flex .contact-box-flex {
      flex-direction: row;
      align-items: center;
      margin-bottom: 0;
    }
    .contact-box-flex .contact-box-flex:first-child,
    .contact-box-flex .contact-box-flex:last-child,
    .contact-box-flex .contact-input {
      width: 100%;
  
    }
  }
  /* お問い合わせ内容 */
.inquiry {
    margin-bottom: 20px;
    background-color: #fff7d9;
  }
  
  .wpcf7-form-control {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 5px;
  }
  
  .wpcf7-list-item {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .wpcf7-list-item.last {
    margin-bottom: 0;
  }
  .contact-input input,
  .contact-input textarea {
    background-color: #fff;
    border: 1px solid #000;
    height: 38px;
  }
  .contact-sec-inner .wpcf7-form-control {
    padding: 7px 5px;
    padding-left: 20px;
  }
  /* .wpcf7-list-item input {
    display: none;
  } */
  .wpcf7 input[type="date"] {
    flex: 1; /* フレックスボックス内で適切な幅を確保 */
    max-width: 100%;
    -webkit-appearance: none; /* iOSのデフォルトスタイルをリセット */
    appearance: none;
}
  .form-control {}
  
  .btn-submit {
    height: 60px;
    max-width: 250px;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: #642A2A;
    border: 2px solid #642A2A;
    border-radius: 30px;
    text-decoration: none;
    display: block;
    text-align: center;
    text-align: center;
    margin: auto;
  }
  .btn-submit:hover {
    background-color: #fff;
    color: #642A2A;
  }
  @media only screen and (max-width: 850px) {
    .contact-sec-inner {
      padding: 0 20px;
    }
  }
  
  @media only screen and (max-width: 680px) {
    .inquiry {
      margin-bottom: 30px;
    }
    
    .contact-sec-inner .wpcf7-form-control {
        padding-left: 10px;
    }
  }


.contact-koumoku input,
.policy-agree-box input {
    appearance: auto;
}
input[type="checkbox"] {
    border: 2px solid red;
}
.contact-koumoku input[type="checkbox"],
.policy-agree-box input[type="checkbox"] {
    position: relative;
    width: 25px;
    height: 25px;
    border: 1px solid #DDDDDD;
    background-color: #fff;
    vertical-align: -5px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.contact-koumoku input[type="checkbox"]:checked,
.policy-agree-box input[type="checkbox"]:checked {
    background-color: #0075FF;
}
.contact-koumoku input[type="checkbox"]:checked:before,
.policy-agree-box input[type="checkbox"]:checked:before {
    position: absolute;
    top: 2px;
    right: 0px;
    left: 0;
    margin: auto;
    transform: rotate(50deg);
    width: 8px;
    height: 15px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: '';
  }
.wpcf7-submit:disabled {
    background-color: #999;
}
.form_btn_flex {
    width: 90%;
    display: flex;
    justify-content: space-around;
}
.wpcf7-list-item-label {
    padding-left: 15px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.form_btn {
    text-align: center;
}

.form_btn input {
    max-width: 250px;
    width: 100%;
    display: inline-block;
    border: 1px solid #cc0000;
    background-color: #cc0000;
	padding: 10px;
    color: #fff;
    border-radius: 30px;
}
.form_flex_customer .form_inquiry .wpcf7-text {
    height: 38px;
}
.form_btn input:hover {
    background-color: #fff;
    color: #cc0000;
}
@media screen and (max-width: 980px) {
    .form_title {
        font-size: 20px;
    }

    .form_flex,
    .form_flex_customer {
        display: block;
    }

    .form_flex_box {
        justify-content: left;
    }
}


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

    .form_flex_box {
        display: block;
        margin-bottom: 10px;
    }
    .wpcf7-list-item-label {
        padding-left: 0;
        font-size: 14px;
    }
}
.policy-sec {
    padding: 95px 0;
}
.policy-inner {
    max-width: 800px;
    width: 100%;
    margin: auto;
}
.policy-container {
    margin-bottom: 35px;
}
.policy-container:last-child {
    margin-bottom: 0;
}
.policy-title {
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
}
.policy-text {
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.05em;
}
.policy-text-list {
    list-style: none;
    padding-left: 0!important;
    counter-reset: step;
}
.policy-text-list li {
    position: relative;
    counter-increment: step;
    padding-left: 1em;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.05em;
}
.policy-text-list li:last-child {
    margin-bottom: 0;
}
.policy-text-list li::before {
    content: counter(step) ".";
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    color: #000;
}
@media only screen and (max-width: 980px) {
    .policy-inner {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 980px) {
    .policy-sec {
        padding: 50px 0;
    }
    .policy-title {
        font-size: 18px;
    }
}
@media only screen and (max-width: 680px) {
    .policy-sec {
        padding: 30px 0;
    }
    .policy-title {
        font-size: 16px;
    }
    .policy-text,
    .policy-text-list li {
        font-size: 14px;
    }
    

}
