/*
Theme Name: Twenty Twenty-Four
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 7.0
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}
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;
    }
}
main {
    padding-top: 100px;
}
.section-inner {
    max-width: 1180px;
    width: 100%;
    margin: auto;
}
@media only screen and (max-width: 1250px) {
    .section-inner {
        padding: 0 20px;
    }
}
/* 共通ここから */
/* 色 */
.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;
}
.section-main-title {
    font-size: 40px;
}
@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: 25px 0;
    font-size: 24px;
    font-weight: 900;
    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-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-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-title {
        font-size: 32px;
    }
    .kv-btn-area {
        max-width: 315px;
    }
    .kv-btn-link {
        padding: 20px 0;
        font-size: 16px;
    }

}
/* バナー */
.banner {
    padding: 60px 0;
}
.banner-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.banner-item {
    display: block;
    max-width: 545px;
    width: 45%;
}
@media only screen and (max-width: 980px) {
    .banner {
        padding: 50px 0;
    }
}
@media only screen and (max-width: 680px) {
    .banner {
        padding: 20px 0 40px;
    }
    .banner-container {
        flex-direction: column;
        gap: 20px;
    }
    .banner-item {
        max-width: unset;
        width: 100%;
    }
}
/* 困りごと */
.problem {
    position: relative;
}
.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("../img/checkbox-icon.png");
    background-size: cover;
}
.problem-item-img {
    margin-top: auto;
    width: 100%;
}
@media only screen and (max-width: 980px) {
    .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-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("../img/gray-arrow.png");
    background-size: cover;
}
.reason-title-container {
    margin-bottom: 95px;
    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("../img/cta-img.png");
    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("../img/tel-icon.png");
    background-size: cover;
}
.cta .tel-btn-number::before {
    top: 3px;
    bottom: unset;
}
/* .cta .tel-btn-link:hover .tel-btn-number::before {
    background-image: url("../img/tel-icon-yellow.png");
} */
.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 - 20px);
}
@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: 2.3;
}
@media only screen and (max-width: 980px) {

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

    }
}
/* 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 {
    max-width: 800px;
    width: 70%;
}
.top-news-item-link {
    display: flex;
    gap: 0 25px;
    padding: 20px 12px 10px;
    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;
}
.top-news-item-tag {
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 30px;
    background-color: #F8B600;
}

.top-news-item-text {
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.top-news .more-btn-link {
    margin: auto;
}
@media only screen and (max-width: 980px) {
    .top-news {
        padding: 80px 0 50px;
    }
    .top-news-title {
        font-size: 30px;
    }
}
@media only screen and (max-width: 680px) {
    .top-news {
        padding: 75px 0 30px;
    }
    .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-title {
        font-size: 24px;
        margin-bottom: 0;
    }
}
/* ブログ */
.top-blog {
    padding: 80px 0;
    background-color: #FEF4D9;
}
.blog-container {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
.blog-item {
    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;
}
.blog-item-img {
    width: 100%;
}
.blog-item-info {
    display: flex;
    flex-direction: column;
    padding: 15px 22px 20px;
}
.blog-item-title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 13px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 45px;
    line-height: 1.4;
    overflow: hidden;
}
.blog-item-date {
    color: #808080;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
.blog-item-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.blog-item-tag {
    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;
}
@media only screen and (max-width: 680px) {
    .top-blog {
        padding: 50px 0;
    }
    .blog-container {
        flex-direction: column;
        gap: 30px;
    }
    .blog-item {
        width: 100%;
        margin: auto;
    }
}
/* FAQ */
.faq {
    background-color: #e2f1f3;
    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;
    max-width: 900px;
    width: 96%;
    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";
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 700;
    height: 40px;
    left: 35px;
    margin: auto;
}

.faq-item-title-container:after,
.faq-item-title-container:before {
    background-color: #000;
    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: 55%;
    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 {
    max-width: 420px;
    width: 40%;
}

@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 {
    position: relative;
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    padding-left: 60px;
    margin-bottom: 15px;
  }
  
  .contact-tel-number:hover {
    opacity: 0.6;
  }
  
  .contact-tel-number::before {
    position: absolute;
    content: "";
    left: 0;
    top: 3px;
    background-image: url("../img/tel-icon.png");
    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("../img/mail-icon.png");
    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("../img/mail-icon.png");
    background-size: cover;
    width: 24px;
    height: 18px;
  }
  
  .contact-mail-link:hover p::before {
    background-image: url("../img/mail-icon-red.png");
  }
  
  @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;
    }
  }
  
  @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: 5px 0;
    }
    .contact-tel-number::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 {
      margin-top: 20px;
    }
    .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,.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%;
}
.header-contact-tel-link {
    display: block;
}
.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;
}
@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;
    }
}
@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;
    padding-bottom: 190px;
}
.news_list {
    display: flex;
    flex-direction: column;
    padding-bottom: 190px;
    position: relative;
}
.top_news .news_list {
    padding-bottom: 55px;
}
.news_item:last-child {
    border-bottom: 1px solid #dad5d0;
}
.news_item {
    border-top: 1px solid #dad5d0;
}
.news_item_link {
    display: block;
    padding: 25px 0;
}
.news_item_link: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;
    gap: 10px;
}
.news_item_tag {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #F8B600;
    padding: 5px 25px;
    border: 2px solid #F8B600;
    border-radius: 30px;
    background-color: #FFF;
    display: block;
}
.news_item_tag p {
    white-space: nowrap;
}
.news_item_tag:hover {
    background-color: #F8B600;
    color: #FFF;
}
.news_item_text {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    display: flex;
    align-items: center;
}
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;
}
@media only screen and (max-width: 980px) {
    .news-list-sec {
        padding: 80px 0;
    }
    .news-list-inner {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 680px) {
    .news-list-sec {
        padding: 50px 0;
    }
    .news-list-sec .news_item_link {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
    }
}