/*
Theme Name: FOREST-B
Theme URI: 
Description: 心理カウンセリングルーム向けWordPressテーマ（上ナビver.）
Author: 村田 尚貴
Version: 2.0.0
Text Domain: forest-theme
License URI:https://moss-official.com/
*/

/* ブランドカラー
メインカラー（60%）#
サブカラー（30%）#
アクセントカラー（10%）#
*/

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

body {
    line-height: 1.83;
    font-family: "NotoSansJP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
        メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
    text-decoration: none;
}

.current {
    font-weight: bold;
}

.sp_block {
    display: none;
}

.pc_block {
    display: block;
}

/* main */
main {
    height: auto;
    padding-top: 100px;
}

/* eyecatch section */
.eyecatch_section {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: calc(100vh - 100px);
    padding: 40px 70px;
    margin-bottom: 2rem;
    background-image: url(https://demo-a.moss-forest.design/wp-content/themes/FOREST-A/library/images/default_eyecatch.jpg);
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    overflow: hidden;
}

.eyecatch_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1;
    mix-blend-mode: multiply;
}

.eyecatch_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.eyecatch_content h2 {
    max-width: 500px;
    margin-bottom: 2rem;
    font-size: 4rem;
    letter-spacing: 0.05em;
    line-height: 1.3;
    position: relative;
    z-index: 2;
    color: white;
}

.eyecatch_content p {
    max-width: 500px;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 2;
    color: white;
}

.eyecatch_btn {
    width: fit-content;
    margin-bottom: 2rem;
    padding: 1em;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    color: white;
    background-color: #DF8400;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: .1em;
    text-decoration: none;
    position: relative;
    z-index: 2;
}

.eyecatch_btn:hover {
    opacity: 0.75;
    transition: 0.3s;
}

/* info section */
.info_section {
    padding: 40px 70px;
    margin-bottom: 2rem;
}

.info_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}

.info_title {
    margin-bottom: 2rem;
}

.info_title span {
    margin-bottom: 2rem;
    color: gray;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .1em;
}

.info_title h3 {
    font-size: 2.8rem;
    letter-spacing: .1em;
}

.info_btn {
    padding: 13px 24px;
    border: 1px #000 solid;
    border-radius: 30px;
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: .1em;
    text-decoration: none;
}

.info_btn:hover {
    opacity: 0.5;
    transition: 0.3s;
}

.info_content ul {
    list-style: none;
    width: 100%;
    margin-bottom: 2rem;
}

.info_content ul li {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.info_content ul li:hover {
    opacity: 0.5;
    transition: 0.3s;
}

.info_content ul li a {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
}

.info_content ul li a .info_time {
    width: 150px;
    font-size: 1.6rem;
}

.info_content ul li a .info_cate {
    width: 80px;
    margin-right: 15px;
    padding: 3px;
    border-radius: 10px;
    text-align: center;
    font-size: 1.4rem;
}

.info_content ul li a .info {
    border: solid 1px #000;
    background-color: #ffffff;
}

.info_content ul li a .event {
    color: #DF8400;
    border: solid 1px #DF8400;
}

.info_content ul li a h3 {
    flex: 1;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: .1em;
}

/* about_section */
.about_section {
    background-color: #f2f3e6;
    padding: 40px 70px;
}

.about_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1100px;
}

.about_title {
    margin-bottom: 3em;
    text-align: center;
}

.about_title span {
    color: gray;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 2rem;
}

.about_title h3 {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    margin: 0.5em 0;
}

.about_title p {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
}

.about_content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin-bottom: 2rem;
}

.about_content ul li {
    background-color: white;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: calc(30% - 2rem);
    margin: 1rem;
    min-height: 120px;
    padding: 20px;
}

.about_content ul li i {
    color: #777e41;
    font-size: 3rem;
    width: 100%;
    margin-bottom: 0.5em;
    text-align: center;
}

.about_content ul li h3 {
    color: #777e41;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 1em;
    text-align: center;
}

.about_content ul li p {
    font-size: 1.6rem;
}

.about_btn {
    background-color: white;
    border: 1px #000 solid;
    border-radius: 30px;
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 13px 24px;
    text-decoration: none;
}

.about_btn:hover {
    opacity: 0.5;
    transition: 0.3s;
}

/* price section */
.price_section {
    padding: 40px 70px;
}

.price_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1100px;
}

.price_title {
    margin-bottom: 2rem;
    text-align: center;
    width: 100%;
}

.price_title span {
    color: gray;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 2rem;
}

.price_title h3 {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
}

.price_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2rem;
    width: 100%;
}

.price_item {
    align-items: center;
    background: #FCF2E5;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px;
    padding: 25px;
    width: 250px;
}

.price_item h3 {
    color: #3c3c3c;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
    width: 100%;
}

.price_item h4 {
    color: #df8401;
    font-size: 4rem;
    font-weight: bold;
    margin: 15px 0;
    text-align: center;
    width: 100%;
}

.price_item span {
    font-size: 1.8rem;
}

.price_item_btn {
    background: #DF8400;
    border: solid 1px #DF8400;
    border-radius: 30px;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-top: 20px;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    transition: 0.4s;
    width: 100%;
}

.price_item p {
    color: #3c3c3c;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: left;
}

.price_item_tax {
    display: block;
    font-size: 1.2rem;
    margin-top: 2rem;
    text-align: right;
    width: 100%;
}

.price_btn {
    background-color: white;
    border: 1px #000 solid;
    border-radius: 30px;
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 1rem;
    padding: 13px 24px;
    text-decoration: none;
}

.price_btn:hover {
    opacity: 0.5;
    transition: 0.3s;
}

/* flow section */
.flow_section {
    background-color: #f2f3e6;
    padding: 40px 70px;
}

.flow_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1100px;
}

.flow_title {
    margin-bottom: 2rem;
    text-align: center;
}

.flow_title span {
    color: gray;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 2rem;
}

.flow_title h3 {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
}

.flow_content ul {
    list-style: none;
    width: 100%;
}

.flow_content ul li {
    align-items: center;
    background-color: white;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 2rem;
    min-height: 120px;
    padding: 30px;
    position: relative;
}

.flow_content ul li::after {
    bottom: -35px;
    color: #777e41;
    content: "\f063";
    font-family: "Font Awesome 5 Free";
    font-size: 4rem;
    font-weight: 800;
    left: 23px;
    position: absolute;
}

.flow_content ul li:last-child::after {
    content: none;
}

.flow_content ul li span {
    color: #777e41;
    font-size: 1.6rem;
    font-weight: bold;
    margin-right: 30px;
}

.flow_content ul li h3 {
    font-size: 1.8rem;
    line-height: 1.5;
    width: 220px;
}

.flow_content ul li p {
    flex: 1;
    font-size: 1.8rem;
}

.flow_content ul li a {
    text-decoration: underline;
}

.flow_btn {
    background-color: white;
    border: 1px #000 solid;
    border-radius: 30px;
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 13px 24px;
    text-decoration: none;
}

.flow_btn:hover {
    opacity: 0.5;
    transition: 0.3s;
}

/* faq section */
.faq_section {
    padding: 40px 70px;
    margin-bottom: 2rem;
    background-color: #F2F3E6;
}

.faq_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}

.faq_title {
    margin-bottom: 2rem;
    text-align: center;
}

.faq_title span {
    margin-bottom: 2rem;
    color: gray;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .1em;
}

.faq_title h3 {
    font-size: 2.8rem;
    letter-spacing: .1em;
}

.faq_content ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style: none;
}

.faq_content ul li {
    width: 48.5%;
    height: auto;
    margin-bottom: 2rem;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: white;
    letter-spacing: 0.05em;
}

.faq_content ul li a {
    display: block;
    padding: 30px;
    color: #000;
    text-decoration: none;
}

.faq_content ul li a:hover {
    opacity: 0.5;
    transition: 0.3s;
}


.faq_content ul li h3 {
    padding-left: 4rem;
    text-indent: -4.5rem;
    font-size: 1.8rem;
    letter-spacing: .05em;
}

.faq_content ul li h3::before {
    content: "?";
    margin-right: 10px;
    padding: 10px 13px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #ffffff;
    background: #777e41;
    border-radius: 30px;
}

.faq_btn {
    padding: 13px 24px;
    border: 1px #000 solid;
    border-radius: 30px;
    color: #000;
    background-color: white;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: .1em;
    text-decoration: none;
}

.faq_btn:hover {
    opacity: 0.5;
    transition: 0.3s;
}

/* contact section */
.contact_section {
    padding: 40px 70px;
}

.contact_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 1100px;
}

.contact_title {
    margin-bottom: 2rem;
    text-align: center;
    width: 100%;
}

.contact_title span {
    color: gray;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 2rem;
}

.contact_title h3 {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
}

.contact_left,
.contact_right {
    display: flex;
    flex: 1;
    flex-flow: column;
    margin: 0 1.25%;
    min-width: 300px;
}

.contact_left a {
    align-items: center;
    background-color: #FCF2E5;
    border-radius: 10px;
    box-sizing: border-box;
    color: #000;
    display: flex;
    height: 125px;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
    padding: 30px;
    transition: 0.3s;
}

.contact_right a {
    align-items: center;
    background-color: #FCF2E5;
    border-radius: 10px;
    box-sizing: border-box;
    color: #000;
    display: flex;
    height: 270px;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
    padding: 30px;
    transition: 0.3s;
}

.contact_left a:hover,
.contact_right a:hover {
    opacity: 0.5;
    transition: 0.3s;
}

.contact_left a:last-child {
    background-color: #00B900;
    color: white;
}

.contact_left a i,
.contact_right a i {
    font-size: 3.5rem;
    margin-right: 30px;
}

.contact_text {
    display: flex;
    flex-flow: column;
}

.contact_text h3 {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
}

.contact_text p {
    font-size: 1.6rem;
}

/* column section */
.column_section {
    padding: 40px 70px;
    background-color: #F2F3E6;
}

.column_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    max-width: 1100px;
    margin: 0 auto;
}

.column_title {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
}

.column_title span {
    margin-bottom: 2rem;
    color: gray;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .1em;
}

.column_title h3 {
    font-size: 2.8rem;
    letter-spacing: .1em;
}

.column_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.column_list a {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(50% - 2rem);
    margin: 1rem;
    background-color: white;
    border-radius: 5px;
    padding: 15px;
    box-sizing: border-box;
    text-decoration: none;
}

.column_list a:hover {
    opacity: .5;
    transition: 0.3s;
}

.column_list a figure {
    width: 150px;
    height: 150px;
    margin: 0 20px 0 0;
    line-height: 1;
}

.column_list a figure img {
    object-fit: cover;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: #eee 1px solid;
    border-radius: 10px;
}

.column_list a h3 {
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #000;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
}

.column_list a span {
    position: absolute;
    right: 20px;
    bottom: 15px;
    color: #999;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: .1em;
}

.column_btn {
    display: block;
    width: fit-content;
    padding: 13px 24px;
    border: 1px #000 solid;
    border-radius: 30px;
    color: #000;
    background-color: white;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: .1em;
    text-decoration: none;
}

.column_btn:hover {
    opacity: 0.5;
    transition: 0.3s;
}

.column_right {
    display: flex;
    flex-direction: column;
    width: 230px;
    height: fit-content;
    padding: 30px;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: white;
}

.column_right h3 {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.column_right a {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
}

.column_right a:hover {
    opacity: 0.5;
    transition: 0.3s;
}

.column_right .twitter_dec {
    color: #1DA1F2;
}

.column_right .facebook_dec {
    color: #1877F2;
}

.column_right .instagram_dec {
    color: #CF2E92;
}

.column_right .youtube_dec {
    color: #DA1725;
}

.column_right .line_dec {
    color: #00B900;
}

.column_right a i {
    width: 30px;
    margin-right: 10px;
    text-align: center;
}


@media screen and (max-width: 1024px) {
    .sp_hide {
        display: none;
    }

    .sp_block {
        display: block;
    }

    .pc_block {
        display: none;
    }

    /* main */
    main {
        margin-left: 0;
    }

    /* eyecatch section */
    .eyecatch_section {
        height: 50vh;
        margin-bottom: 0;
        padding: 40px 20px;
    }

    .eyecatch_left h1 {
        line-height: 1.5;
        letter-spacing: 0.05em;
    }

    .ft03 {
        display: none;
    }

    /* about_section */
    .about_section {
        padding: 40px 20px;
    }

    .about_content {
        width: 100%;
    }

    .about_content ul li {
        width: 48%;
    }

    /* price_section */
    .price_section {
        padding: 40px 20px;
    }

    .price_content {
        width: 100%;
    }

    .type_trial {
        width: 100%;
        margin-bottom: 2em;
    }

    .price_item:first-child:after {
        display: none;
    }

    .type_regular {
        width: 100%;
    }

    /* price section */
    .price_section {
        padding: 40px 20px;
    }

    /* flow section */
    .flow_section {
        padding: 40px 20px;
    }

    /* faq section */
    .faq_section {
        padding: 40px 20px;
    }

    /* contact section */
    .contact_section {
        padding: 40px 20px;
    }

    .contact_left a {
        padding: 30px 20px;
    }

    .contact_right a {
        padding: 30px 20px;
    }

    /* column section */
    .column_section {
        padding: 40px 20px;
    }

    .column_right {
        padding: 30px 20px;
    }

    /* info section */
    .info_section {
        padding: 40px 20px;
    }

    .info_content {
        justify-content: center;
    }

    .info_title {
        text-align: center;
    }

    .info_btn {
        order: 1;
    }

}

@media screen and (max-width: 599px) {

    /* 基本 */
    /* html {
        font-size: 50%;
    } */

    .sp_block {
        display: block;
    }

    .pc_block {
        display: none;
    }

    /* main */

    /* eyecatch section */
    .eyecatch_section {
        height: calc(100vh - 100px);
        margin-bottom: 0;
        padding: 40px 20px;
    }

    .eyecatch_content {
        width: 100%;
    }

    .eyecatch_left {
        width: 100%;
    }

    .eyecatch_left h1 {
        margin-bottom: .5em;
        font-size: 3rem;
        line-height: 1.5;
        letter-spacing: 0.05em;
    }

    .ft03 {
        display: none;
    }

    .eyecatch_left p {
        margin-bottom: 1em;
        font-size: 1.8rem;
        letter-spacing: 0.05em;
    }

    .eyecatch_section figure {
        width: 90%;
    }

    .eyecatch_btn {
        width: 100%;
        font-size: 1.6rem;
    }

    .message_title p {
        text-align: left;
    }

    /* about_section */
    .about_section {
        padding: 40px 15px;
    }

    .about_content {
        width: 100%;
    }

    .about_content ul li {
        width: 100%;
    }

    .about_title p {
        text-align: left;
    }

    /* price_section */
    .price_section {
        padding: 40px 20px;
    }

    .price_content {
        width: 100%;
    }

    .type_trial {
        width: 100%;
        margin-bottom: 2em;
    }

    .price_item {
        width: 100%;
        margin: 0 0 2rem;
    }

    .price_item:first-child:after {
        display: none;
    }

    .type_regular {
        width: 100%;
    }

    /* flow section */
    .flow_section {
        padding: 40px 20px;
    }

    .flow_content ul li {
        flex-wrap: wrap;
        height: auto;
    }

    .flow_content ul li p {
        flex: auto;
        margin-top: 0.5em;
    }

    /* faq section */
    .faq_section {
        margin-bottom: 0;
        padding: 40px 20px;
    }

    .faq_content ul li {
        width: 100%;
    }

    /* contact section */
    .contact_section {
        padding: 40px 20px;
    }

    .contact_left {
        width: 100%;
    }

    .contact_left a {
        padding: 20px;
    }

    .contact_left a i {
        margin-right: 20px;
    }

    .contact_right {
        width: 100%;
    }

    .contact_right a {
        height: auto;
        padding: 20px;
    }

    .contact_right a i {
        margin-right: 20px;
    }

    /* column section */
    .column_section {
        padding: 40px 20px;
    }

    .column_left {
        flex: 100%;
    }

    .column_list a {
        width: 100%;
        margin: 0 0 2rem;
    }

    .column_list a figure {
        width: 120px;
    }

    .column_btn {
        margin: 0 auto;
    }

    /* info section */
    .info_section {
        margin-bottom: 0;
        padding: 40px 20px;
    }

    .info_content {
        justify-content: center;
    }

    .info_title {
        text-align: center;
    }

    .info_btn {
        order: 1;
    }

    .info_content ul li a {
        flex-wrap: wrap;
    }

    .info_content ul li a .info_cate {
        padding: 0;
        font-size: 1.2rem;
    }

    .info_content ul li a h3 {
        flex: auto;
        width: 100%;
        margin-top: .5em;
    }
}