@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
*/


/* common link*/
.l-content a:not(.p-postList__link, .swell-block-button__link, .p-toc__link, .wp-block-latest-posts__post-title) {
    text-decoration: underline;
}

.l-sidebar a {
    text-decoration: none !important;
}

/* common gnav*/
.l-header__inner,
.l-fixHeader__inner {
    padding-top: 8px;
    padding-bottom: 8px;
}

.menu-item-25 {
    color: #fff;
}

.menu-item-25 a {
    font-weight: 700;
    transition: box-shadow .25s;
    background: #db574b;
    border-radius: 4px;
    display: inline-block;
    padding: 0 1.5em;
    position: relative;
    text-decoration: none;
}

.menu-item-25 span {
    line-height: 1.3 !important;
}

.menu-item-25 a:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1), 0 12px 24px -12px rgba(0, 0, 0, .2);
    opacity: 1;
    text-decoration: none !important;
}

.menu-item-25 a:after {
    display: none !important;
}

.menu-item-25 span.text-s {
    font-size: 0.8rem;
    display: block;
}

/* common logo*/
h1.c-headLogo.-txt,
.c-headLogo__link,
.footer-logo {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #666666 !important;
    letter-spacing: 0.05em;
}

h1.c-headLogo.-txt,
.c-headLogo__link {
    font-size: clamp(16px, 2.7vw, 27px) !important;
    white-space: nowrap;
    box-sizing: border-box;
}

/* common font-size */
h2.is-style-section_ttl {
    font-size: clamp(25px, 2.6vw, 32px) !important;
}

.u-fz-l,
.has-large-font-size {
    font-size: clamp(18px, 2.0vw, 20px) !important;
}

.sp-font-size-16 {
    font-size: 16px;
}

/* common borderなし */
.not-border {
    border: none !important;
}

/* common 行間*/
p {
    line-height: 1.8;
}

.line-height-s {
    line-height: 1.6 !important;
}

.line-height-m {
    line-height: 1.8 !important;
}

/* common ボックス内文章*/
.swell-block-box-menu__text {
    letter-spacing: 0.08em !important;
    line-height: 1.6 !important;
}

/* common pcで下記を非表示*/
.sp-only {
    display: none;
}

/* home */
.top #content {
    padding-top: 0;
}

.fv-container .wp-block-media-text__content {
    margin-left: -20em !important;
}

.fv-container h2 {
    font-size: clamp(23px, 4.0vw, 48px) !important;
    white-space: nowrap;
    letter-spacing: .08em !important;
    box-sizing: border-box;
    width: 100%;
}

.fv-merit-list {
    max-width: 620px;
    display: flex;
    justify-content: center;
    gap: 1rem !important;
    flex-wrap: nowrap !important;
}

.fv-merit-list .wp-block-column {
    flex: 1;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 1px solid #E0E0E0;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    outline: 4px solid #BEE8E4;
    outline-offset: -12px;
    padding: 5px;
    box-sizing: border-box;
}

.fv-merit-list .wp-block-column p:first-child {
    font-size: clamp(20px, 4.8vw, 48px) !important;
    line-height: 1.3 !important;
}

.fv-merit-list .wp-block-column p:nth-child(2) {
    font-size: clamp(14px, 2.2vw, 22px) !important;
}

.fv-merit-list .wp-block-column p:last-child {
    font-size: clamp(22px, 4.5vw, 45px) !important;
}

/* voice */
.blog .c-postThumb__cat {
    display: none;
}

section.l-articleBottom__section.-author {
    display: none;
}

/* form */
.wpcf7-form {
    background-color: #fff;
    padding: 1rem 3rem;
}

.form-item {
    padding: 1rem 0px;
    border-bottom: 1px solid #ddd;
}

.form-item+h3 {
    padding-top: 3rem;
}

.form-item02 {
    padding-top: 3rem;
}

.form-item-label {
    margin-bottom: 5px;
}

.form-item-label p {
    font-weight: bold;
    font-size: 1.1rem;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: .8em 1em;
    margin: 0 0 .5rem;
    width: 100%;
    color: #333;
    background-color: #fff;
}

span.required,
span.not-required {
    background: var(--color_main);
    color: #fff;
    font-size: 0.8rem !important;
    margin: 0 0.4em;
    padding: 0.2em 0.4em !important;
    align-items: center;
    letter-spacing: 0.2em;
    border-radius: 2px !important;
    border: none !important;
    vertical-align: middle;
}

span.not-required {
    background: #ddd !important;
    color: #333 !important;
}

.submit-wrapper {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.submit-btn {
    display: inline-block;
    position: relative;
}

input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 1.2rem;
    font-weight: bold;
    min-width: 280px;
    padding: 18px 2em;
    border-radius: 3px;
    background: #db574b;
    background-image: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}

span.wpcf7-spinner {
    display: none;
}

.wpcf7-turnstile {
    text-align: center;
    margin-top: 2rem;
}

/* post */
.c-postTitle__date.u-thin,
.p-articleMetas {
    display: none;
}

.single .p-breadcrumb__list li:nth-child(3),
.single .p-breadcrumb__item:nth-child(2):after {
    display: none !important;
}

/* footer cta */
.w-footer__box .has-border.-border01 {
    padding: 1em;
}

#before_footer_widget {
    margin-top: 0;
}

/* ========================================
    レスポンシブ
 ========================================= */
/* home */
@media screen and (min-width: 960px) {
    .p-mainVisual__inner {
        height: 46vw;
    }
}

@media (max-width: 781px) {

    /* common */
    h1.c-headLogo.-txt,
    .c-headLogo__link,
    .footer-logo {
        font-size: 19px !important;
    }

    .swell-block-step__body figure img {
        width: 60%;
        margin: auto;
    }

    .l-content {
        margin-bottom: 3em;
    }

    .sp-only {
        display: block;
    }

    .wp-block-image.resize-sp100 img {
        width: 100% !important;
        height: 100% !important;
        aspect-ratio: 2 / 3;
        object-fit: cover !important;
    }

    .wp-block-image.resize-sp70 img {
        width: 70%;
    }

    .wp-block-image.resize-sp65 img {
        width: 65%;
    }

    .sp-height-20 {
        height: 20px !important;
    }

    .sp-text-left {
        text-align: left !important;
    }

    .sp-text-right {
        text-align: right !important;
    }

    .sp-lr-p-15 {
        padding-left: 1.5em !important;
        padding-right: 1.5em !important;
    }

    .sp-lr-p-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .sp-u-p-0 {
        padding-bottom: 0 !important
    }

    .sp-u-mb-0 {
        margin-bottom: 0 !important;
    }

    .sp-u-mb-10 {
        margin-bottom: 10px !important;
    }

    .sp-u-mb-20 {
        margin-bottom: 20px !important;
    }

    .sp-u-mb-30 {
        margin-bottom: 30px !important;
    }

    .sp-u-mb-40 {
        margin-bottom: 40px !important;
    }

    .sp-resize-60 img {
        width: 60% !important;
    }

    .sp-resize-70 img {
        width: 70% !important;
    }

    .sp-resize-80 img {
        width: 80% !important;
    }

    /* sp gnav */
    .c-spnav .menu-item-25 a {
        margin-top: 10px;
        padding: 10px;
        width: 100%;
        text-align: center;
    }

    .c-spnav .menu-item-25 a:before {
        display: none;
    }

    .c-spnav .menu-item-25 a:hover {
        background: #db574b;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .1), 0 12px 24px -12px rgba(0, 0, 0, .2);
        opacity: 1;
        text-decoration: none !important;
    }

    /* home */
    .fv-container .wp-block-media-text__content .text-wrap {
        background: #fff;
        padding: 20px;
    }

    .fv-container .wp-block-media-text__content .sub-copy {
        font-size: 20px !important;
        margin-bottom: 10px !important;
    }

    .wp-block-media-text__content h2 {
        max-width: 100%;
        margin-bottom: 15px !important;
    }

    .fv-merit-list {
        width: 100%;
        gap: 0.5rem !important;
    }

    .fv-merit-list.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        outline: 2px solid #BEE8E4;
        outline-offset: -6px;
    }

    .sec-problem {
        padding-left: var(--swl-box_padding);
        padding-right: var(--swl-box_padding);
    }

    .sec-problem .wp-block-columns {
        gap: 0 !important;
    }

    .sec-problem .wp-block-columns .wp-block-column:first-child {
        padding-bottom: 0;
    }

    .sec-problem .wp-block-columns .wp-block-column:last-child {
        padding-top: 0;
    }

    .sec-problem .wp-block-image img {
        height: 160px !important;
        margin-top: 20px;
    }

    .merit-box .wp-block-column:first-child {
        flex-basis: 15% !important;
    }

    .merit-box .wp-block-column:last-child {
        flex-basis: 85% !important;
    }

    .merit-box p.has-swl-main-color {
        font-size: 3em !important;
    }

    .merit-box .swl-inline-icon {
        margin-left: 0;
        margin-right: 0;
    }

    #case .cap_box_content .wp-block-columns:first-child {
        padding: 0;
    }

    .sec-message .wp-block-column figure {
        margin-right: 0;
    }

    .sec-message .wp-block-column:last-child {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    .swell-block-faq__item dt,
    .swell-block-faq__item dd {
        padding-right: 0 !important;
    }

    /* flow common */
    .is-style-big>.swell-block-step__item {
        padding-left: 0;
        padding-right: 0;
    }

    /* form */
    .wpcf7-form {
        padding: 1rem 2rem;
    }

    /* service */
    .page-id-15 .sec-problem .wp-block-column:first-child {
        padding-bottom: 1em;
    }

    .page-id-15 .sec-problem .u-fz-l {
        font-size: 1.0em !important;
    }

    .page-id-15 .sec-detail .sec-detail-intro p {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    .support-ex-box img {
        padding-top: 2em;
    }

    /* map */
    .g-map {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        height: 0;
    }

    .g-map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}