@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
*/
@import url("https: //fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Poppins:wght@400;600&family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
@import url("https: //cdnjs.cloudflare.com/ajax/libs/pretendard-jp/1.3.9/static/pretendard-jp.css");

body {
    font-family: 'Pretendard JP',
        "Inter",
        sans-serif;
    font-weight: 400;
}

.p-mainVisual__slideTitle {
    font-size: 2.2rem;
    line-height: 1.7;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(29, 12, 6, 0.4);
}


@media (max-width: 599px) {
    .p-mainVisual__slideTitle {
        font-size: 2rem;
        text-align: center;
    }
}

.p-mainVisual__slideText {
    line-height: 1.6;
    margin-top: 1.6rem;
    font-size: 1.1rem;
    font-weight: medium;
    text-shadow: 0 2px 4px rgba(29, 12, 6, 0.4);
}

@media (max-width: 599px) {
    .p-mainVisual__slideText {
        margin-top: 1.6rem;
        font-size: 1.1rem;
        text-align: center;
    }
}

.p-mainVisual__textLayer .swell-block-button {
    margin-top: 1.6rem !important;
    text-align: left;
}

.p-mainVisual__textLayer .swell-block-button a {
    /* color: #fff; */
    min-width: 0;
    /* text-shadow: 0 2px 4px rgba(29, 12, 6, 0.4); */
    /* border-radius: 2rem; */
}

@media (max-width: 599px) {
    .p-mainVisual__textLayer .swell-block-button {
        text-align: center;
    }
}

.custom-title h2 {
    /* font-family: "Poppins", serif; */
    /* font-weight: 400; */
    /* letter-spacing: 0.075em !important; */
}

.custom-title-h3 {
    /* font-family: "Poppins", serif; */
    font-weight: 400;
    /* border-bottom: 1px solid #a9a9a9 !important;
    padding-bottom: .5em !important; */
}

.custom-border {
    border-bottom: solid 1px #333 !important;
    background-color: none !important;
    transform: rotate(90deg);
}

.custom-font-serif {
    /* font-family: "Poppins", serif; */
}

.custom-title-sub {
    /* font-family: "Poppins", serif; */
    line-height: 1.8 !important;
}

.top #content {
    padding-top: 0 !important;
}

.top .l-content {
    padding-top: 0 !important;
}



/* .c-fixBtn {
    border-color: #FF9A9A;
    color: #FF9A9A;
}

.c-fixBtn:hover {
    background-color: #FF9A9A !important;
    color: #fff !important;
} */

.custom-column-01 .swell-block-column {
    padding: 0;
    padding-bottom: 1rem;
}
