@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


body {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    line-height: 1.6;
}

.en {
    font-family: "Cormorant Garamond", serif;
    font-style: normal;
}

.spview2 {
    display: block;
}

.top #content, .l-content {
    padding-top: 0;
    padding-bottom: 0;
}

.l-content {
    margin-bottom: 0;
}

#before_footer_widget {
    margin-top: 0;
}

@media (min-width: 760px) {
    .spview2 {
        display: none;
    }
}

/* ===================
ハンバーガーメニュー
====================== */
/* メニューアイコン（デフォルト時） */
.-menuBtn .c-iconBtn__icon {
    width: 36px;
    height: 1px;
    background-color: #666;
    display: grid;
    place-items: center;
    transition: transform .3s;
}

.-menuBtn .c-iconBtn__icon::before,
.-menuBtn .c-iconBtn__icon::after {
    grid-area: 1 / 1;
    content: '';
    display: block;
    inset: 0;
    width: 36px;
    height: 1px;
    background-color: #666;
    transition: transform .3s;
}

.-menuBtn .c-iconBtn__icon::before {
    transform: translateY(-8px);
}

.-menuBtn .c-iconBtn__icon::after {
    transform: translateY(8px);
}

/* メニューアイコン（オープン時） */
[data-spmenu=opened] .-menuBtn .c-iconBtn__icon::before {
    transform: rotate(45deg);
}

[data-spmenu=opened] .-menuBtn .c-iconBtn__icon {
    background-color: transparent;
}

[data-spmenu=opened] .-menuBtn .c-iconBtn__icon::after {
    transform: rotate(-45deg);
}


/* ボタンラベル */
.l-header__menuBtn .c-iconBtn::after,
.p-spMenu__closeBtn .c-iconBtn::after {
    font-size: 10px;
    line-height: 10px;
    transform: translateY(12px);
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 0.1em;
}

/* ボタンラベル（開くボタン） */
.l-header__menuBtn .c-iconBtn::after {
    content: 'MENU';
}

/* ボタンラベル（閉じるボタン） */
.p-spMenu__closeBtn .c-iconBtn::after {
    content: 'CLOSE';
}

button.c-iconBtn.-menuBtn.c-plainBtn {
    flex-direction: column;
    gap: 4px;
}

/* メニュー */
.p-spMenu__inner {
    width: 100%;
    height: 100%;
    transform: translateX(0) !important;
    opacity: 0;
    transition: opacity .5s ease-out !important;
}

/* メニュー（オープン時） */
[data-spmenu="opened"] .p-spMenu__inner {
    opacity: 1;
}

/* 背景色をぼかす */
.p-spMenu__inner::before {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

/* メニューをフェードイン */
.p-spMenu__body {
    opacity: 0;
    transform: translateY(20px);
}

[data-spmenu="opened"] .p-spMenu__body {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1s ease-in, transform .7s ease-out;
}

/* 既存のメニューを削除 */
.c-widget__title.-spmenu,
.p-spMenu__nav {
    display: none;
}

.hum_menuList {
    gap: 32px;
    margin-bottom: 64px;
}

.hum_menu_item .swell-block-linkList__link {
    font-size: 18px;
    letter-spacing: 0.1em;
}

.hum_menu_item .swell-block-linkList__link .swell-block-linkList__icon {
    font-size: 1em;
}

.hum_contact_btn a {
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* ===================
headerデザイン調整
====================== */
.l-header__inner.l-container {
    max-width: 100%;
}

.c-gnavWrap a {
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.header_contact.menu-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header_contact.menu-item a {
    display: flex;
    line-height: 1.45;
    padding: 12px 32px;
    background-color: #666666;
    color: #fff;
    border: 1px solid #666666;
    height: fit-content;
    margin-left: 32px;
    transition: all .3s ease-in-out;
}

.header_contact.menu-item a:hover {
    background-color: #fff;
    color: #666666;
}

.c-gnav a::after {
    height: 1px;
}

.c-gnav>li>a:after {
    background: #888888;
}

.c-gnav>.menu-item>a:after {
    bottom: 25px;
}

.c-gnav>li.header_contact>a:after {
    display: none;
}

@media (max-width: 1080px) {
    .c-gnav>.menu-item>a {
        padding: 0px 16px;
    }

    .header_contact.menu-item a {
        padding: 12px 32px;
    }
}


/* ===================
footer
====================== */
.footer_inner>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    gap: 56px;
}

.w-footer__box {
    padding: 40px 0;
}

.swell-block-column.swl-has-mb--s.footer_nav {
    width: fit-content;
    margin-inline: auto;
}

.footer_nav_item span.swell-block-linkList__text {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.05em;
}

.l-footer__foot {
    border-top: 1px solid;
    padding: 8px 0;

}

.l-footer .copyright {
    font-size: 10px;
}

@media (min-width: 760px) {
    .w-footer__box {
        padding: 80px 0;
    }

    .l-footer .copyright {
        font-size: 12px;
    }

    .footer_inner>div {
        flex-direction: row;
        justify-content: space-between;
    }

    .swell-block-column.swl-has-mb--s.footer_nav {
        margin-inline: initial;
        margin-left: auto;
    }

    .footer_navList {
        gap: 40px;
    }

    .footer_nav_item .swell-block-linkList__link {
        transition: all .3s ease-in-out;
    }

    .footer_nav_item .swell-block-linkList__link:hover {
        text-decoration: none !important;
        opacity: .7;
    }

    .footer_nav_item span.swell-block-linkList__text {
        font-size: 14px;

    }
}


/* ===================
mvデザイン調整
====================== */
.p-mainVisual__textLayer.l-parent.l-container.u-ta-c {
    text-shadow: none !important;
    color: #666 !important;
}

.mv_subTitle {
    font-size: 24px;
    margin-bottom: 32px;
    font-weight: 500;
}

.mv_text {
    margin-bottom: 56px;
}

@media (min-width: 760px) {

    .mv_title {
        font-size: 18px;
    }

    .mv_subTitle {
        font-size: 32px;
    }

    .mv_text {
        font-size: 18px;
        font-weight: 500;
    }
}


/* ===================
コンポーネントデザイン調整
====================== */
.btn_main a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #666;
    transition: all .3s ease-in-out;
    min-width: auto;
}

.btn_main a::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2025/12/btn-arrow.svg);
    background-position: center;
    filter: invert(38%) sepia(19%) saturate(14%) hue-rotate(348deg) brightness(95%) contrast(82%);
    transition: all .3s ease-in-out;
}

.is-style-btn_line.btn_main a:hover {
    color: #fff;
    background-color: #666666;
}

.btn_main a span {
    transition: all .3s ease-in-out;
}

.btn_main a:hover span {
    color: #fff !important;
}

.btn_main a:hover::after {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(301deg) brightness(103%) contrast(101%);
}

/* タイトル */
.title_top {
    align-items: end;
    gap: 4px;
    margin-bottom: 32px;
}

.title_top .is-style-section_ttl {
    font-size: 56px;
    font-weight: 500;
    line-height: 1;
}

.title_top p {
    font-size: 14px;
    line-height: 1;
}

.wp-block-group.is-stack.title_sub {
    align-items: flex-start;
    margin-bottom: 32px;
}

.wp-block-group.is-stack.title_sub h2 {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 4px;
}

.wp-block-group.is-stack.title_sub .title_sub_text {
    font-size: 14px;
    line-height: 1;
}

@media (min-width: 760px) {
    .title_top {
        gap: 24px;
        margin-bottom: 48px;
    }

    .title_top .is-style-section_ttl {
        font-size: 80px;
    }

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

    .wp-block-group.is-stack.title_sub {
        margin-bottom: 56px;
    }

    .wp-block-group.is-stack.title_sub h2 {
        font-size: 60px;
        margin-bottom: 8px;
    }

}

/* CTA */
.wp-block-group.cta_inner {
    border: 1px solid #fff;
    padding: 48px 0;
}

.cta_title {
    margin-bottom: 40px;
}

.cta_title h2 {
    font-size: 56px;
    text-align: center;
    margin-bottom: 4px;
    font-weight: 500;
    line-height: 1;
}

.cta_title p {
    font-size: 14px;
    line-height: 1;
    text-align: center;
    font-weight: 500;
}

.cta_text {
    font-size: 15px;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 32px;
}

.cta_btn a {
    color: #fff;
    border: 1px solid #fff;
}

.cta_btn a::after {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(301deg) brightness(103%) contrast(101%);
}

.swell-block-button.is-style-btn_line.btn_main.cta_btn a:hover {
    background-color: #fff;
    border-color: #fff;
}

.swell-block-button.is-style-btn_line.btn_main.cta_btn a:hover span {
    color: #666 !important;
}

.swell-block-button.is-style-btn_line.btn_main.cta_btn a:hover::after {
    filter: invert(38%) sepia(19%) saturate(14%) hue-rotate(348deg) brightness(95%) contrast(82%);
}

@media (min-width: 760px) {
    .wp-block-group.cta_inner {
        padding: 60px 0;
    }

    .cta_title {
        margin-bottom: 40px;
    }

    .cta_title h2 {
        font-size: 80px;
    }

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

    .cta_text {
        font-size: 18px;
        margin-bottom: 40px;
    }
}

/* 投稿カード */
.p-postList__link_works {
    transition: all .3s ease-in-out;
}

.p-postList__link_works:hover {
    opacity: .8;
}

.c-postThumb__cat:before {
    display: none;
}

p.works_item_des {
    font-size: 15px;
    margin-bottom: 8px;
    color: #333;
}

p.works_item_part {
    font-size: 14px;
    margin-bottom: 4px;
}

.works_cate_list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

span.works-tag-item {
    display: inline-block;
    border: 1px solid #888888;
    padding: 2px;
    line-height: 1;
    font-size: 12px;
    color: #888888;
}


/* ===================
TOPデザイン調整
====================== */
/* TOPサービス */
.service_item_title_main {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1.7;
}

.service_item_title_sub {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7;
}

.wp-block-group.service_item_title {
    margin-bottom: 24px;
    border-bottom: 1px solid #878787;
    padding-bottom: 16px;

}

.service_item_text {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.wp-block-group.is-row.service_item_price {
    font-size: 16px;
    line-height: 1.6;
    align-items: end;
}

.wp-block-group.is-row.service_item_price .en {
    font-weight: 400;
    font-size: 50px;
    line-height: 1;
}

.service_item>div {
    flex-direction: column-reverse;
    --swl-clmn-mrgn--x: 0;
}

.swell-block-column.swl-has-mb--s.service_item_img {
    margin-left: calc(50% - 50vw);
    width: 100vw;
}

.swell-block-column.swl-has-mb--s.service_item_content {
    max-width: 100%;
}

.service_list>div {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media (min-width: 760px) {
    .service_item_title_main {
        font-size: min(calc(40/1440*100vw), 32px);
    }

    .service_item_title_sub {
        font-size: 20px;
    }

    .wp-block-group.service_item_title {
        margin-bottom: 40px;
    }

    .service_item>div {
        flex-direction: row;
        gap: 40px;
    }

    .service_item:nth-of-type(even)>div {
        flex-direction: row-reverse;
    }

    .swell-block-column.swl-has-mb--s.service_item_content {
        flex: 1;
    }

    .swell-block-column.swl-has-mb--s.service_item_img {
        margin-left: auto;
        width: calc(480 / 1080 *100%);
    }

    .service_list>div {
        gap: 80px;
    }
}

/* TOP_選ばれる理由 */
.top-about_lead {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 500;
}

.wp-block-group.top-about_item {
    position: relative;
}

.top-about_item_num {
    position: absolute;
    font-size: 100px;
    line-height: 1;
    font-style: italic;
    top: -60px;
    left: -20px;
}

.is-style-section_ttl.top-about_item_title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.top-about_item_text {
    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;
}

.wp-block-group.top-about_inner {
    width: 90%;
    max-width: 720px;
    margin-inline: auto;
}

.wp-block-group.is-stack.top-about_list {
    gap: 40px;
}

@media (min-width: 760px) {
    .top-about_lead {
        font-size: 32px;
        margin-bottom: 64px;
    }

    .top-about_item_text {
        font-size: 16px;
    }

    .top-about_item_num {
        font-size: 130px;
        top: -80px;
        left: -40px;
    }

    .is-style-section_ttl.top-about_item_title {
        font-size: 24px;
    }

    .wp-block-group.is-stack.top-about_list {
        gap: 48px;
    }
}

/* ===================
下層ページデザイン調整
====================== */
/* ヘッダー */
.c-filterLayer.-texture-dot:after {
    background-image: none;
    background-color: #F7F7F7;
    opacity: 1;
}

.c-pageTitle {
    font-size: 14px;
    line-height: 1;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    color: #878787;
    text-shadow: none;
    font-weight: 500;
}

.c-pageTitle__subTitle {
    font-style: normal;
    letter-spacing: 0.1em;
    margin-left: 0;
    opacity: 1;
    position: relative;
    top: 0px;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px;
    color: #333;
}

@media (min-width: 760px) {
    .c-pageTitle {
        font-size: 18px;
    }

    .c-pageTitle__subTitle {
        font-size: 50px;
    }

    .l-topTitleArea {
        min-height: 264px;
    }
}


/* サービス */
.swell-block-column.menu_item {
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    padding-bottom: 40px;
    overflow: hidden;
}

.swell-block-column.menu_item.menu_item_main {
    border: 2px solid #999999;
}

.wp-block-group.is-stack.menu_item_title_sub {
    padding: 16px 0;
    margin-bottom: 16px;
}

.menu_item_title_main {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
}

.menu_item_title_sub {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}

.menu_item_price {
    justify-content: center;
    align-items: baseline;
    margin-bottom: 24px;
}

.menu_item_price .en {
    font-weight: 500;
    font-size: 42px;
    line-height: 1;
}

.menu_item_price_unit {
    font-size: 14px;
    line-height: 1;
}

ul.wp-block-list.is-style-index.menu_item_list {
    width: fit-content;
    margin-inline: auto;
}

ul.wp-block-list.is-style-index.menu_item_list li {
    font-size: 18px;
    line-height: 1.8;
}

.swell-block-columns.menu_list {
    margin-top: 40px;
}

.has-text-align-center.service_lead {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
}

#service {
    padding-top: 40px !important;
}

@media (min-width: 760px) {
    .swell-block-column.menu_item {
        flex: 1;
    }

    .swell-block-columns.menu_list {
        margin-top: 56px;
    }

    #service {
        padding-top: 80px !important;
    }
}

/* flow */
.flow_item {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #878787;
    padding: 24px 16px;
}

.flow_item_title {
    padding-bottom: 8px;
    border-bottom: 1px dashed #E6E6E6;
    margin-bottom: 8px;
}

.flow_item_title p.flow_item_title_step {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 4px;
    line-height: 1;
}

.wp-block-heading.is-style-section_ttl.flow_item_title_text {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 0px;
}

.wp-block-group.flow_list, .faq_list {
    width: 90%;
    max-width: 720px;
    margin-inline: auto;
}

@media (min-width: 760px) {
    .flow_item {
        padding: 32px 24px;
    }

    .flow_item_title_step {
        margin-bottom: 8px;
        font-size: 20px;
    }

    p.flow_item_text {
        font-size: 16px;
    }

    .flow_item>div {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .flow_item_title {
        padding-bottom: 0px;
        border-bottom: none;
        border-right: 1px dashed #E6E6E6;
        width: 200px;
    }

}

/* FAQ */
.swell-block-faq__item {
    background-color: #F7F7F7;
}

.faq_q {
    color: #333;
    cursor: pointer;
}

.faq_a {
    display: none;
    padding: 1em 1em 1em 3em !important;
}

.swell-block-faq .faq_q:before,
.swell-block-faq .faq_a:before {
    box-shadow: none;
    left: 1px;
    font-family: "Cormorant Garamond", serif;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
}

.swell-block-faq .faq_a::after {
    content: '';
    height: 1px;
    width: 90%;
    background-color: #E6E6E6;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.swell-block-faq .swell-block-faq__item+.swell-block-faq__item {
    position: relative;
}

.swell-block-faq__item .faq_q:after {
    content: '＋';
    color: #888888;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}

.swell-block-faq__item .faq_q.open:after {
    content: "－";
}

.swell-block-faq.faq_list .swell-block-faq__item+.swell-block-faq__item {
    margin-top: 24px;
}

.faq {
    position: relative;
}

.bg_faq {
    position: absolute;
    left: -50px;
    bottom: -110px;
    width: 60vw;
    z-index: -1;
}

@media (min-width: 760px) {
    .swell-block-faq .faq_q {
        padding: 32px 48px 32px 98px;
    }

    .swell-block-faq .faq_a {
        padding: 32px 48px 32px 98px !important;
    }

    .swell-block-faq__item .faq_q:after {
        right: 35px;
    }

    .swell-block-faq .faq_q:before,
    .swell-block-faq .faq_a:before {

        left: 34px;
    }

    .bg_faq {
        width: 30vw;

    }
}

/* 私について */
.about_lead {
    font-size: 17px;
    line-height: 1.8;
    font-weight: 500;
    color: #333;
}

.about_title_wrapper {
    margin-bottom: 24px;
}

.about_title_main {
    font-weight: 600;
    line-height: 1;
    margin-bottom: 4px;
    text-align: center;
}

.about_title_name {
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    text-align: center;
}

figure.wp-block-table.sp_block_.career_table th {
    background-color: #fff;
    font-weight: 400;
    min-width: 80px !important;
}

figure.wp-block-table.sp_block_.career_table th, figure.wp-block-table.sp_block_.career_table td {
    border: none;
    padding: 0;
    font-size: 16px;
}

figure.wp-block-table.sp_block_.career_table tr {
    padding-bottom: 24px;
    padding-top: 24px;
    border-bottom: 1px solid #E6E6E6;
}

.is-style-section_ttl.about_subTitle {
    font-size: 20px;
    border-bottom: 1px solid #666;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 24px;
    line-height: 1.5;
    padding-bottom: 8px;
    margin-top: 40px;
}

.swell-block-column.swl-has-mb--s.about_img {
    max-width: 180px;
    margin-inline: auto;
}

.value_list>div {
    justify-content: center;
}

.value_item {
    max-width: 300px;
}

.value_item_img {
    border-radius: 50%;
    width: 180px;
    height: 180px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
}

.wp-block-heading.is-style-section_ttl.value_item_title {
    margin-top: 16px;
    margin-bottom: 16px;
    font-weight: 500;
    padding-bottom: 16px;
    border-bottom: 1px solid #888888;
    font-size: 20px;
    line-height: 1.7;
}

.value_item_text {
    font-size: 16px;
}

.wp-block-group.is-stack.top-about_list.skill_list {
    width: 90%;
    margin-inline: auto;
    gap: 60px;
    max-width: 730px;
}

.skill {
    position: relative;
    overflow: hidden;
}

figure.wp-block-image.size-full.bg_skill_img {
    position: absolute;
    right: 0;
    bottom: -150px;
    z-index: -1;
    width: 60vw;
    max-width: 400px;
}

@media (min-width: 760px) {
    .about_lead {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .about_title_name {
        font-size: 32px;
        text-align: left;
    }

    .about_title_main {
        font-size: 14px;
        text-align: left;
    }

    .about_title_wrapper {
        margin-bottom: 16px;
    }

    figure.wp-block-table.sp_block_.career_table tr {
        display: flex;
        width: 100%;
    }

    .wp-block-heading.is-style-section_ttl.value_item_title {
        height: 86px;
        font-size: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wp-block-group.is-stack.top-about_list.skill_list {
        gap: 80px;
    }

    .wp-block-group.is-stack.top-about_list.skill_list .is-style-section_ttl.top-about_item_title {
        font-size: 20px;
    }

    .wp-block-group.is-stack.top-about_list.skill_list .top-about_item_num {
        font-size: 100px;
        top: -60px;
    }

    figure.wp-block-image.size-full.bg_skill_img {
        right: calc(50% - 50vw);
    }
}

/* お問い合わせ */
/* --- テキスト入力、メール、電話番号 --- */
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=date],
.wpcf7-form input[type=number],
.wpcf7-form select,
.wpcf7-form textarea {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    border: 1px solid #E6E6E6;
    background: #fff;
    min-height: 40px;
    padding: 4px;
    font-size: 16px;
    font-weight: 400
}
.wpcf7-form select,.wpcf7-form input[type=date]{
	height:40px;
	line-height:40px;
}
.privacy_inner {
    border: 1px solid #E6E6E6;
    background: #fff;
    height: 400px;
    overflow-y: scroll;
    padding: 4px;
}

.privacy_content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* --- テキストエリア --- */
.wpcf7-form textarea {
    min-height: 200px;
    resize: vertical;
}

.required {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 4px 12px;
    background-color: #BD991E;
    color: #fff;
    margin-left: 8px;
}

.from_row {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}

.from_row label {
    color: #333;
    font-size: 16px;
    margin-bottom: 8px;
}

p.placeholder {
    font-size: 16px;
    color: #878787;
    line-height: 1;
    margin-top: 8px;
}

.contact_note {
    text-align: center;
    font-size: 16px;
    margin-bottom: 32px;
}

input#submit {
    width: 350px;
    height: 50px;
    margin-inline: auto;
    display: block;
    background-color: #666666;
    border: 1px solid #666666;
    color: #fff;
    font-size: 16px;
    transition: all .3s ease-in-out;
}

input#submit:hover {
    background-color: #fff;
    color: #666666;
}

@media (min-width: 760px) {
    .from_row {
        margin-bottom: 48px;
    }

    input#submit {
        height: 54px;
    }
}


/* ローディング画面表示 */
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  animation: overlayFadeOut 2.5s 2s forwards;
}

.loader-overlay img {
  width: 360px;
  opacity: 0;
  transform: translateY(40px);
  animation:
    logoFadeUp 1.5s .5s cubic-bezier(0.22, 1, 0.36, 1) forwards,
    logoFadeOut 1.2s 2.3s ease-out forwards;
}

@media screen and (max-width: 959px) {
  .loader-overlay img {
    width: 180px;
  }
}

/* 背景フェードアウト */
@keyframes overlayFadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

/* 下からふわっと表示 */
@keyframes logoFadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ロゴのフェードアウト */
@keyframes logoFadeOut {
  to {
    opacity: 0;
  }
}

/* スクロールすると下からふわっとさせるためのコード */
.inview {
  /* 30px下げる */
  transform: translateY(30px);
  /* 要素を透明にする */
  opacity: 0;
  /* 2秒かけて、変化させる */
  transition: transform 2s, opacity 2s;
}

.inview.show {
  transform: translateY(0);
  opacity: 1;
}
.single .l-content
{
	padding-top:4rem;
	padding-bottom:4rem;
}

.l-mainContent.l-article.works{
	    max-width: 100%;
	padding: 80px 0;
}
}