/* 私たちについて ページ */

h2,
h3,
h4,
h5 {
    font-weight: 500;
}

h3 {
    margin-bottom: 40px;
}

h4 {
    font-size: 24px;
    line-height: 1.4;
}

h5 {
    font-size: 18px;
    color: #608996;
    padding-bottom: 0.4em;
    border-bottom: #608996 1px dashed;
    margin-bottom: 0.8em;
}


section:first-of-type {
    padding-top: 0;
}

.pc_nav {
    display: none;
}

body::after {
    content: "";
    background: url(../image/common/header_bg.png) no-repeat center / contain;
    position: absolute;
    width: 40vw;
    height: auto;
    min-width: 500px;
    aspect-ratio: 643 / 247;
    right: 0;
    top: 0;
    z-index: -1;
}

.page_title {
    position: relative;
    padding-top: 50px;
    margin-bottom: 90px;
}

.page_title h2 {
    font-size: 32px;
    color: #608996;
    letter-spacing: 0.12em;
}

.page_title span {
    color: #F2D600;
    font-size: 16px;
}

.page_title img {
    position: absolute;
    width: 72px;
    top: -24px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.page_heading {
    padding-top: 0;
}

.page_heading h3 {
    font-size: 22px;
    margin-bottom: 1em;
    color: #608996;
}


.sec_worries .ly_border h3 {
    margin: -110px auto 50px;
    width: fit-content;
    background-color: #fff;
    padding: 0 2em;
}

.sec_worries .ly_border {
    max-width: inherit;
    position: relative;
}

.sec_worries .ly_border::after {
    position: absolute;
    content: "";
    background: url(../image/service/worries_illust.png) no-repeat center / contain;
    width: 190px;
    height: 139px;
    right: 30px;
    top: -106px;
}

.sec_worries ul li {
    width: 48%;
    text-align: left;
    position: relative;
    padding-left: 2em;
    margin-bottom: 1em;
    padding-bottom: 0.8em;
    border-bottom: 1px dashed #608996;
}

.sec_worries ul li:nth-last-of-type(-n+2) {
    margin-bottom: 0;
}

.sec_worries ul li::before {
    position: absolute;
    content: "";
    background: url(../image/service/check_icon.svg)no-repeat center / contain;
    width: 24px;
    height: 24px;
    left: 0;
    top: 2px;
}

.ly_bg_solid {
    padding: 64px;
    border-radius: 24px;
    margin-bottom: 40px;
}

.item_cabinet {
    background-color: #F9F4B3;
}

.item_cocon {
    background-color: #E0EEF9;
}

.item_aneaua {
    background-color: #D8EEF0;
}

.item_title {
    margin: 0 auto 32px;
    width: fit-content;
}

.item_title span {
    font-size: 13px;
    color: #A8ADAE;
}

.ly_bg_solid .box {
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
}

.sec_service {
    padding-top: 80px;
}

.box_wrap {
    gap: 24px 0;
}

.box_wrap01 {
    width: 41%;
}

.box_wrap02 {
    width: 34%;
}

.box_wrap03 {
    width: 20%;
}

.box .program {
    margin-bottom: 1.8em;
}

.box_wrap02 figure,
.box_wrap03 figure {
    border-radius: 20px;
    overflow: hidden;
}

.box_wrap03 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box_wrap02 figure {
    height: 100%;
}

.box_wrap03 figure {
    height: 40%;
}

.box_wrap03 figure:last-of-type {
    height: 53%;
}


.box_wrap02 figure img,
.box_wrap03 figure img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}


.box_wrap02 .box {
    margin-bottom: 24px;
}

.box_wrap02 .box:last-of-type {
    margin-bottom: 0;
}

.box {
    position: relative;
    padding: 1.8em 2.4em;
    text-align: left;
}

.box .service_illust {
    position: absolute;
    width: 130px;
    right: 8px;
    bottom: 24px;
}

.box ul li {
    display: flex;
    text-indent: -1em;
    padding-left: 1em;
}

.box.worries {
    width: 65%;
}

.item_title {
    position: relative;
}

.item_title img {
    position: absolute;
    width: 60px;
    left: -46px;
    top: -17px;
}

.item_aneaua .box .service_illust {
    width: 210px;
    right: -40px;
}


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

    .sec_worries {
        padding-top: 110px;
    }


    .sec_worries .ly_border::after {
        width: 86px;
        height: 69px;
        right: -4px;
        top: -26px;
    }

    .sec_worries .ly_border h3 {
        padding: 0 1em;
        margin-bottom: 30px;
        font-size: 20px;
    }

    .sec_worries ul li {
        width: 100%;
    }

    .sec_worries ul li:nth-last-of-type(-n+2) {
        margin-bottom: 1em;
    }

    .sec_worries ul li:nth-last-of-type(-n+1) {
        margin-bottom: 0;
    }

    .box_wrap01 {
        width: 100%;
    }

    .box_wrap02,
    .box_wrap03 {
        width: 48%;
    }


    .box_wrap02 figure,
    .box_wrap03 figure {
        border-radius: 16px;
    }

    body::after {
        width: 55vw;
        min-width: inherit;
    }

    .page_title {
        position: relative;
        padding-top: 60px;
        margin-bottom: 90px;
    }

    .page_title h2 {
        font-size: 22px;
    }

    .page_title img {
        width: 50px;
        top: 12px;
    }

    .page_title span {
        font-size: 14px;
    }

    .ly_bg_solid {
        padding: 32px 20px 20px;
        border-radius: 20px;
    }

    .page_heading h3 {
        font-size: 18px;
    }

    .page_title {
        padding-top: 60px;
        margin-bottom: 64px;
    }

    .page_heading p {
        text-align: left;
    }

    h3 {
        font-size: 22px;
    }

    .item_title {
        margin: 0 auto 24px;
    }

    .service_item,
    .ly_bg_solid .box {
        border-radius: 16px;
    }

    .service_item {
        margin-bottom: 32px;
    }

    .service_item:last-of-type {
        margin-bottom: 0;
    }

    .box {
        padding: 1.4em;
    }

    .item_title img {
        width: 55px;
        left: -60px;
        top: -2px;
    }

    .box .service_illust {
        width: 80px;
        right: -28px;
        bottom: inherit;
        top: -40px;
    }

    .item_aneaua .box .service_illust {
        width: 120px;
        right: -30px;
        top: -20px;
    }

    .box ul li {
        margin-bottom: 0.4em;
    }

    .box ul li:last-of-type {
        margin-bottom: 0;
    }

    .box_wrap {
        gap: 16px 0;
    }

    .box_wrap02 .box {
        margin-bottom: 16px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 16px;
        padding-bottom: 0.8em;
    }

}



/* ご利用案内 ページ */

.sec_guide_cabinet {
    padding-top: 50px;
}

.sec_guide_item .section_title {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 50px;
}

.sec_guide_item .section_title img {
    width: 100px;
    position: absolute;
    left: -130px;
    bottom: 0;
}

.sec_guide_item .section_title span {
    color: #A8ADAE;
    font-size: 0.8em;
}

.sec_guide_item h3 {
    margin-bottom: 0px;
}

.sec_guide_item h3,
.flow h4,
.price_item h4,
.flow_title p,
.flow_body a,
.flow_body .notes {
    color: #608996;
}

.flow,
.price,
.qa_item {
    text-align: left;
}

.flow {
    margin-bottom: 64px;
}

.flow h4,
.price_item h4 {
    margin-bottom: 22px;
    text-align: left;
}

.flow_list {
    justify-content: flex-start;
    gap: 50px 135px;
}

.flow_item {
    width: 308px;
    position: relative;
}

.flow_item::after {
    content: "";
    position: absolute;
    width: 78px;
    height: 36px;
    background: url(../image/guide/flow_arrow.png)no-repeat center / contain;
    right: -93px;
    top: 24px;
}

.flow_item:nth-of-type(3n)::after,
.flow_item:last-of-type::after {
    content: none;
}

.flow_title,
.question {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.8em;
    margin-bottom: 0.6em;
}

.flow_title p {
    font-size: 20px;
}

.sec_guide_item .flow_title span,
.question span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    border-radius: 100vmax;
    font-size: 24px;
}

.sec_guide_cabinet .flow_title span {
    background-color: #F9F4B3;
}

.sec_guide_coconanneua .flow_title span {
    background-color: #E0EEF9;
}

.flow_body a,
.flow_body .notes {
    margin-top: 20px;
    display: inline-block;
    font-size: 0.9em;
}

.flow_body a {
    border-bottom: 1px solid #608996;
}

.notes {
    background-color: #F4FAFC;
    padding: 1em 1.3em;
    border-radius: 8px;
    line-height: 1.6;
}

.price_item h4 small {
    font-size: 12px;
    color: #777777;
    margin-left: 1em;
}

.price_item {
    margin-bottom: 32px;
}

.price_item:last-of-type {
    margin-bottom: 0;
}

.price_item h5 {
    border: none;
    padding-bottom: 0.4em;
    margin-bottom: 0;
}

.table_design01 {
    width: 100%;
    max-width: 1000px;
    line-height: 1.7;
}

.table_design01 th,
.table_design01 td {
    padding: 1em;
}

.table_design01 th {
    border-radius: 8px;
    font-size: 0.9em;
}

.table_design01 td {
    border-bottom: 1px solid #A8ADAE;
}

.table_design01 th {
    background-color: #F9F4B3;
    width: 24%;
    min-width: 4em;
}

.sec_guide_coconanneua .table_design01 th {
    background-color: #E0EEF9;
}

.sec_guide_coconanneua {
    padding-top: 120px;
}

.sec_guide_coconanneua .flow_list figure {
    width: 220px;
    margin-top: 80px;
}

.sec_qa {
    margin-bottom: 140px;
}

.sec_qa .ly_bg_solid {
    padding: 84px;
    background-color: #D8EEF0;
}

.qa_item {
    width: 490px;
    margin-bottom: 32px;

}

.qa_item:last-of-type {
    margin-bottom: 0;
}

.question span {
    background-color: #fff;
    color: #608996;
}

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

    .sec_guide_item .section_title {
        position: relative;
        width: fit-content;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .sec_guide_cabinet {
        padding-top: 0;
    }

    .sec_guide_item .section_title img {
        width: 60px;
        left: -80px;
    }

    .flow_item::after {
        background: url(../image/guide/flow_arrow_mb.png)no-repeat center / contain;
        top: inherit;
        right: 0;
        left: 0;
        margin: 0 auto;
        bottom: -50px;
    }

    .flow_item,
    .qa_item {
        width: 100%;
    }

    .sec_qa .ly_bg_solid {
        padding: 32px 20px 20px;
        gap: 24px;
    }

    .sec_guide_item .flow_title span,
    .question span {
        width: 44px;
        height: 44px;
        font-size: 17px;
        line-height: 1;
    }

    .flow_title p {
        font-size: 18px;
    }

    .table_design01 th {
        width: 35%;
    }

    .table_design01 th,
    .table_design01 td {
        padding: 0.8em;
    }

    .sec_guide_coconanneua {
        padding-top: 100px;
    }

    .sec_guide_coconanneua .section_title img {
        width: 66px;
        left: -21px;
        bottom: 30px;
    }

    .flow_item:nth-of-type(3n)::after {
        content: "";
    }

    .flow_item:last-of-type::after {
        content: none !important;
    }

    .sec_guide_coconanneua .flow_list figure {
        margin-top: -40px;
        width: 180px;
    }

    .sec_qa {
        margin-bottom: 80px;
    }

    .qa_item {
        margin-bottom: 24px;
    }

    .question p {
        width: calc(100% - 60px);
    }

    .guide .l_image img {
        object-position: 70% center;
    }


}


/* アクセス ページ */
.ly_access_body {
    width: 500px;
    text-align: left;
    line-height: 1.7;
}

.sec_access>.row figure {
    width: 600px;
}

.sec_access {
    margin-bottom: 150px;
}

.ly_access_body h3 {
    font-size: 18px;
    margin-bottom: 0.8em;
}

.open_time {
    margin-bottom: 1.6em;
}

.access_tel {
    margin-bottom: 1.2em;
}

.access_add {
    margin-bottom: 2em;
}

.ly_access_body .notes {
    color: #608996;
    display: flex;
    align-items: center;
    padding: 1.4em;
    font-size: 0.9em;
}

.ly_access_body .notes ul {
    padding-left: 1.8em;
    margin-left: 1.8em;
    border-left: 1px dashed;
}

.ly_access_body .notes ul li {
    margin-bottom: 0.4em;
}

.ly_access_body .notes ul li:last-of-type {
    margin-bottom: 0;
}


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

    .ly_access_body,
    .sec_access>.row figure {
        width: 100%;
    }

    .sec_access {
        margin-bottom: 80px;
    }

    .ly_access_body .notes {
        margin-bottom: 32px;
        padding: 1em 1.3em;
    }

    .ly_access_body .notes ul {
        padding-left: 1.5em;
        margin-left: 1.2em;
    }

}


/* スタッフ ページ */

.staff_item {
    margin-bottom: 80px;
    text-align: left;
}

.staff_item:last-of-type {
    margin-bottom: 0;
}

.staff_item figure {
    width: 250px;
}

.staff_item>.row {
    align-items: center;
}

.profile_wrap {
    width: 878px;
    border-top: 1px dashed #608996;
    border-bottom: 1px dashed #608996;
    padding: 50px;
    color: #608996;
    height: fit-content;
    justify-content: flex-start;
    gap: 60px;
}

.staff_item h3 {
    margin-bottom: 0;
}

.profile_01 p {
    margin-top: 8px;
    font-size: 15px;
}

.profile_02 {
    font-size: 15px;
}

.item_sakai .profile_03,
.item_sakai .profile_04,
.item_lonesome .profile_03,
.item_lonesome .profile_04 {
    width: 524px;
}

.staff_item .ly_bg_solid {
    background-color: #F4FAFC;
    margin-top: 40px;
    align-items: flex-start;
    padding: 40px;
    position: relative;
}

.staff_item .ly_bg_solid h4 {
    background-color: #81C0D4;
    border-radius: 100vmax;
    color: #fff;
    text-align: center;
    width: 200px;
    font-size: 18px;
    padding: 0.2em;
    margin-bottom: 0.8em;
}

.profile_04 ul li {
    text-indent: -1em;
    padding-left: 1em;
}

.item_hayashi .profile_03 ul {
    display: flex;
    flex-wrap: wrap;
}


.item_hayashi .profile_03 ul li {
    width: 40%;
}

.staff_notes {
    text-align: left;
    color: #608996;
}

.item_lonesome .profile_04 ul li {
    text-indent: inherit;
    padding-left: inherit;
}

.lonesome_littele_image01 {
    position: absolute;
    width: 166px;
    right: 80px;
    bottom: -80px;
}


.lonesome_littele_image02 {
    position: absolute;
    width: 146px;
    right: -30px;
    bottom: 100px;
}


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

    .staff_item figure {
        width: 150px;
    }

    .staff_item>.row {
        justify-content: center;
        gap: 24px;
    }

    .profile_wrap {
        padding: 20px;
        gap: 20px;
    }

    .profile_01 p {
        font-size: 14px;
    }

    .staff_item .ly_bg_solid {
        margin-top: 24px;
        padding: 28px;
    }

    .staff_item .ly_bg_solid h4 {
        margin: 0 auto 0.8em;
    }

    .item_sakai .profile_03,
    .item_sakai .profile_04,
    .item_lonesome .profile_03,
    .item_lonesome .profile_04,
    .item_hayashi .profile_03 ul li {
        width: 100%;
    }

    .lonesome_littele_image01 {
        width: 120px;
        right: -6px;
        bottom: -110px;
    }

    .lonesome_littele_image02 {
        width: 104px;
        right: -10px;
        bottom: inherit;
        TOP: -40px;
    }
}


/* 大阪分室yadori ページ */

.yadori_body {
    width: 628px;
}

.yadori_body {
    width: 628px;
    text-align: left;
}

.yadori_image {
    width: 450px;
}

.sec_yadori h3 {
    margin-bottom: 60px;
}

.sec_yadori .price_item {
    margin-top: 80px;
}

.sec_yadori .table_design01 {
    text-align: left;
}

.sec_yadori .table_design01 th {
    background-color: #EDF9F0;
}


@media screen and (max-width: 767px) {
    .sec_yadori h3 {
        margin-bottom: 24px;
    }

    .sec_yadori .row {
        gap: 24px;
    }

    .sec_yadori .price_item {
        margin-top: 40px;
    }
}


/* お知らせ ページ */

.noimage_page_title {
    padding-top: 0;
}

.category_btn_wrap {
    margin-bottom: 80px;
}

.category_btn_wrap ul {
    justify-content: center;
    gap: 56px;
}

.category_btn .active a {
    color: #81C0D4;
    border-bottom: 1px solid #81C0D4;
    padding-bottom: 0.6em;
}

.sec_post .inner {
    max-width: 1046px;
}

.sec_post .news_titile {
    margin-top: 80px;
    padding-bottom: 40px;
    border-bottom: 1px solid #608996;
    margin-bottom: 60px;
}

.sec_post h2 {
    margin-top: 24px;
}

.sec_post .post_body {
    text-align: left;
}

.sec_post .btn_wrap {
    margin-top: 4em;
}

.pagenavi .page-numbers {
    padding: 0.4em
}

.pagenavi .page-numbers.current {
    color: #81C0D4;
    border-bottom: 1px solid #81C0D4;
}

.sec_post .post_body p {
    margin: 1em 0;
}

.sec_post .post_body img {
    margin: 1em 0;
}

.sec_post .post_body a {
    color: #608996;
    text-decoration: underline !important;
}

.sec_post .post_body h3 {
    font-size: 20px;
    color: #608996;
    padding: 0.6em;
    background-color: #F4FAFC;
    border-radius: 2px;
    margin: 2em 0 1em 0;
}

.sec_post .post_body h4 {
    font-size: 18px;
    color: #608996;
    padding-left: 0.8em;
    position: relative;
    margin: 2em 0 1em 0;
}

.sec_post .post_body h4::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 3px;
    background-color: #608996;
    border-radius: 20px;
    left: 0;
    top: 0;
}



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

    .noimage_page_title {
        padding-top: 30px;
    }

    .category_btn_wrap {
        margin-bottom: 40px;
    }

    .category_btn_wrap ul {
        gap: 24px;
    }

    .sec_news .ly_border {
        padding: 32px 24px 12px;
    }

    .sec_post h2 {
        font-size: 20px;
        margin-top: 16px;
    }

    .sec_post .news_titile {
        margin-top: 70px;
        padding-bottom: 24px;
        margin-bottom: 40px;
    }
}


/* プライバシーポリシー ページ */

.sec_privacy .privacy_list,
.sec_privacy p {
    text-align: left;
}

.sec_privacy .privacy_list h3 {
    font-size: 24px;
    margin-bottom: 0.4em;
}

.sec_privacy p {
    margin-bottom: 2.4em;
}

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

    .sec_privacy .privacy_list h3 {
        font-size: 20px;
        margin-bottom: 0.4em;
    }

    .sec_privacy p {
        margin-bottom: 2em;
    }
}

/* コンタクト ページ */

.sec_form {
    margin-top: 60px;
}

.form_row {
    text-align: left;
}

.sec_form .form_row p {
    margin-bottom: 0.4em;
}

.sec_form label span {
    color: #81C0D4;
}

.sec_form .inner {
    max-width: 812px;
}

.form_content input,
.form_content textarea {
    background-color: #F1F1F1;
    width: 100%;
    padding: 0.6em;
    margin-bottom: 0.6em;
    font-size: 1.2em;
}

.check_item .form_content input {
    width: auto;
}

span.wpcf7-list-item {
    display: block;
    margin: 0;
    padding-bottom: 0.4em;
}

.check_item input[name="checkbox-337[]"] {
    vertical-align: sub;
}

.check_item .form_content .wpcf7-free-text {
    width: 100%;
    margin-top: 0.3em;
}

.sec_form .check_item label .wpcf7-list-item-label {
    color: inherit;
}

.check_item input[name="checkbox-337[]"],
.form_content .privacy_check {
    width: 20px;
    height: 20px;
    margin-bottom: 0;
}

.sec_form .prvacy_content {
    margin-top: 64px;
    padding-top: 64px;
    border-top: dashed 1px #81C0D4;
    margin-bottom: 64px;
}

.sec_form .prvacy_content span {
    color: #777777;
}

.sec_form .prvacy_content a {
    text-decoration: underline !important;
}

.sec_form .prvacy_content label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6em;
}


.sec_form .submit {
    background-color: #81C0D4;
    width: 100%;
    color: #fff;
    border-radius: 100vmax;
    padding: 1em;
    font-size: 20px;
}


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

    .form_content input,
    .form_content textarea {
        background-color: #F1F1F1;
        width: 100%;
        padding: 0.6em;
        margin-bottom: 0.4em;
        font-size: 1.2em;
    }

    .sec_form .prvacy_content {
        margin-top: 34px;
        padding-top: 34px;
        border-top: dashed 1px #81C0D4;
        margin-bottom: 34px;
    }

    .sec_form .submit {
        font-size: 18px;
    }

    .sec_form .wpcf7-list-item label {
        display: flex;
        margin-left: 1em;
    }

    .sec_form .check_item label .wpcf7-list-item-label {
        width: calc(100% - 28px);
    }

    .check_item input[name="checkbox-337[]"] {
        margin-top: 0.3em;
        margin-right: 8px;
    }

}


/* 404ページ */

.page-404 h2 {
    font-size: 32px;
    color: #608996;
}

@media screen and (max-width: 767px) {
    .page-404 h2 {
        font-size: 26px;
        color: #608996;
    }
}