@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 Kaku Gothic New', sans-serif;
}

h1,
h2 {
    font-family: 'Jost', 'Zen Kaku Gothic New', sans-serif;
    line-height: 1;
    margin: 0 !important;
}

.jost {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/* FV start */
.p-mainVisual__textLayer {
    padding-top: 2rem !important;
}

.mv-title {
    font-weight: 700;
    letter-spacing: .2em;
    text-shadow: none;
}

/* 自動で読み込まれる画像をOFF */
/* picture.p-mainVisual__imgLayer {
    -webkit-mask-image: url();
    mask-image: url();
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
} */

/* #main_visual {
    max-width: 1100px;
    margin: 0 auto;
} */

/* --- タブレット用 --- */
@media (max-width: 959px) {
    /* #main_visual {
        max-width: 80%;
    } */

    .mv-title {
        font-size: 2.5rem !important;
    }
}

/* --- スマホ用 --- */
/* @media (max-width: 599px) {
    #main_visual {
        max-width: 100%;
    }

    .wp-block-media-text.is-stacked-on-mobile {
        flex-direction: column-reverse !important;
    }

    .is-style-broken.is-stacked-on-mobile .wp-block-media-text__content {
        margin: 0 !important;
    }
} */

/* FV end */

/* 固定ページ start*/
.c-pageTitle {
    display: none;
}

#content {
    padding-top: 0;
}

/* .l-mainContent__inner>.post_content {
    margin: 3em 0;
} */

@media (max-width: 599px) {
    h2 {
        font-size: 3rem !important;
    }
}

/* 固定ページ end*/

/* concept start */
.col-concept {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.flower1 {
    position: absolute;
    z-index: 1;
    top: -50px;
    left: -100px;
}

.flower2 {
    position: absolute;
    z-index: 1;
    top: 300px;
    right: -50px;
}

@media (max-width: 959px) {
    .col-concept {
        width: 100%;
        padding: 1.5rem 0.75rem !important;
    }

    .flower1 {
        top: -60px;
        left: 10px;
    }

    .flower2 {
        top: 560px;
        right: -15px;
    }
}

@media (max-width: 599px) {
    .flower1 {
        width: 150px;
        height: auto;
        top: -30px;
        left: 0px;
    }

    .flower2 {
        width: 100px;
        height: auto;
        top: 560px;
        right: -10px;
    }
}
/* concept end */

/* Service start */
@media (max-width: 599px) {
    .wp-block-columns {
        --wp-column-gap: 0;
    }
}
/* Service end */

/* ボタンカスタマイズ  start */
button.learn-more {
    all: unset;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    font-size: 1rem;
    transition: all 0.45s cubic-bezier(0.65, 0, .076, 1) !important;
}

/* ボタンのサイズ */
button.learn-more {
    width: 15rem;
    height: 3rem;
}

/* 丸いアイコン部分 */
button.learn-more .circle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    background: #74a8fd;
    border-radius: 1.625rem;
    /* 扁平を防ぐために固定 */
    transition: width 0.45s cubic-bezier(0.65, 0, .076, 1) !important;
}

/* ホバー時に横に伸びる */
button.learn-more:hover .circle {
    width: 100% !important;
}

/* 矢印アイコン */
button.learn-more .icon.arrow {
    position: absolute;
    top: 50%;
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
    transform: translateY(-50%);
    transition: transform 0.45s cubic-bezier(0.65, 0, .076, 1) !important;
}

button.learn-more .icon.arrow::before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 0.125rem solid white;
    border-right: 0.125rem solid white;
    transform: rotate(45deg);
}

/* ボタンのテキスト */
button.learn-more .button-text {
    position: absolute;
    top: 0.1rem;
    left: 2rem;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaaaaa;
    transition: color 0.3s ease-out !important;
}

/* ホバー時のテキスト色変更 */
button.learn-more:hover .button-text {
    color: white !important;
}

/* ホバー時の矢印移動 */
button.learn-more:hover .icon.arrow {
    transform: translate(1rem, 0) !important;
}

/* ボタンカスタマイズ  end */

/* footer直前の空白をなしに */
.w-beforeFooter {
    margin: 0em auto 0em;
}

/* contact start */
/*――――表――――*/
table.tb_form {
    border: 1px solid black;
    border-collapse: collapse;

    &>tbody {
        &>tr {

            &>th,
            td {
                border: 1px solid black;
            }

            &>th {
                text-align: left;
                padding: 0.5rem;

                &>span {
                    white-space: nowrap;
                }
            }

            &>td {
                text-align: left;
                padding: 0.5rem;

                &>input {
                    width: 100%;
                }

                &>textarea {
                    width: 100%;
                }
            }
        }
    }
}

@media (max-width: 768px) {
    table.tb_form {
        border-top: none;

        &>tbody {
            &>tr {
                display: flex;
                flex-direction: column;

                &>th,
                td {
                    border: 0;
                }

                &>th {
                    border-top: 1px solid black;
                    padding-bottom: 0;
                }

                &>td {
                    padding-top: 0;

                    &>span {
                        margin-top: 0;
                    }
                }
            }
        }
    }
}

/*―――必須―――*/
.required-srt {
    font-size: 0.8rem;
    padding: 6px;
    border-radius: 3px;
    margin-right: 10px;
    /*     background: #427a95; */
    color: #f10707;
}

/*――送信ボタン――*/
.submit-btn input {
    background-color: #74a8fd;
    border: 0;
    color: #ffffff;
    margin: 0 auto;
    padding: 10px 35px;
    border-radius: 30px;
    cursor: pointer;
    text-align: center;
}

.submit-btn {
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

.submit-btn input:hover {
    background-color: #FFFFFF;
    color: #74a8fd;
    cursor: pointer;
}

/* contact end */