@charset "UTF-8";
/*
    Template: swell
    Theme Name: sakurakobetu
    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: "Noto Sans JP", system-ui;
    font-weight: 400;
    ;
}

.montserrat {
    font-family: "Montserrat", system-ui;
}

.zenkaku {
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.raleway {
    font-family: "Raleway", sans-serif;
}

.roboto {
    font-family: "Roboto", sans-serif;
}

.shippori {
    font-family: "Shippori Mincho", serif;
}

.fw100 {
    font-weight: 100 !important;
}

.fw200 {
    font-weight: 200 !important;
}

.fw300 {
    font-weight: 300 !important;
}

.fw400 {
    font-weight: 400 !important;
}

.fw500 {
    font-weight: 500 !important;
}

.fw600 {
    font-weight: 600 !important;
}

.fw700 {
    font-weight: 700 !important;
}

.fw800 {
    font-weight: 800 !important;
}

.fw900 {
    font-weight: 900 !important;
}

.swell-block-button__link {
    font-weight: 400 !important;
}

.line-btn a {
    border-radius: 50px;
}

.fadein {
    position: relative;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.show.fadein {
    opacity: 1;
    transform: translateY(0);
}

/*underline-animate*/
.underline-animate {
    position: relative;
    display: inline-block;
}

.underline-animate::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: 0;
    left: 0;
    background-color: #d65171;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 1s ease-out;
}

.underline-animate.show::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/*section-mv*/
.gradation-bg-pink {
    background-image: linear-gradient(90deg, rgba(255, 120, 153, 1), rgba(240, 145, 168, 1)) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 3em;
    padding-bottom: 10em;
}

@keyframes swayBackground {
    0% {
        background-position: 0 0;
        transform: translateX(0) translateY(0);
    }

    25% {
        background-position: -10px -5px;
        transform: translateX(-5px) translateY(3px);
    }

    50% {
        background-position: 0 -10px;
        transform: translateX(5px) translateY(-5px);
    }

    75% {
        background-position: 10px -5px;
        transform: translateX(-5px) translateY(3px);
    }

    100% {
        background-position: 0 0;
        transform: translateX(0) translateY(0);
    }
}

.gradation-bg-pink::before, .section-solution::before, .section-gallery::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://sakura-kobetu.jp/dev439kguw53/wp-content/uploads/img/blossom-bg01.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.4;
    z-index: 1;
    animation: swayBackground 12s infinite ease-in-out;
}

.section-solution::before, .section-gallery::before {
    opacity: 0.4;
}

.catch-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.catch1, .catch2 {
    color: rgba(0, 0, 0, 0);
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(135deg, #FFFFFF, #FFF3B2);
}

.catch1 {
    font-size: 3vw;
}

.catch2 {
    margin-top: 0 !important;
    font-size: 5.5vw !important;
    letter-spacing: 5px;
    display: flex;
    gap: 10px;
}

.mv-text {
    color: #fff;
    text-align: center;
    font-size: .9em;
    line-height: 1.8;
    margin-top: 2em;
    letter-spacing: 1px;
    padding: 0 2em;
}

/*section-slidershow*/
.section-slideshow .wp-block-gallery {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
}

.section-slideshow .wp-block-gallery .wp-block-image {
    display: inline-block;
    flex-shrink: 0;
    margin: 0 .25em !important;
}

.section-slideshow .wp-block-gallery .wp-block-image img {
    flex: auto !important;
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
}

.wp-block-gallery.left-flow {
    direction: ltr;
}

.wp-block-gallery.right-flow {
    direction: rtl;
}

/*スライドショー*/
.section-slideshow {
    position: relative;
    bottom: 8em;
    margin-bottom: -8em;
}

.section-slideshow .is-style-balloon_box {
    background: var(--color_deep03);
    border-radius: 50px;
}

.section-slideshow .is-style-balloon_box:before {
    border-top: 12px solid var(--color_deep03);
}

.section-slideshow .slick-slider {
    padding-left: 0;
    margin-bottom: .5em;
}

.section-slideshow .slider img, .section-slideshow .slider-right img {
    width: 300px;
    aspect-ratio: 6 / 4;
    object-fit: cover;
    border-radius: 10px;
}

.section-slideshow .slider .slick-slide, .section-slideshow .slider-right .slick-slide {
    margin: 0 .25em;
}

.slider-right .slick-track {
    direction: rtl;
}

.slider-right .slick-slide {
    direction: ltr;
}

/*section-blog*/
.section-blog .is-style-balloon>.c-tabList .c-tabList__button:hover, .section-blog .is-style-balloon>.c-tabList .c-tabList__button[aria-selected=true] {
    background: var(--color_text);
}

.section-blog .is-style-balloon>.c-tabList .c-tabList__button:before {
    border-top-color: var(--color_text);
}

.section-blog .c-tabList__button {
    font-size: 1em;
    letter-spacing: 2px;
}

.section-blog .is-style-balloon>.c-tabList .c-tabList__button {
    background: #c3c4c7;
    color: #fff;
}

.section-blog .is-style-balloon>.c-tabList .c-tabList__item {
    padding: 0;
}

.section-blog .p-postList.-type-simple {
    border: none;
}

.section-blog .-type-simple .p-postList__link {
    border: none;
    background: #fff;
    padding: 1em;
    margin-bottom: .5em;
}

.section-blog .p-postList__body {
    display: flex;
    gap: 1em;
}

.section-blog .-type-simple .p-postList__meta {
    margin: 0;
    width: 30%;
}

.section-blog .p-postList .p-postList__title {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
    font-size: smaller;
    width: 100%;
}

.section-blog .tab-info-wrap {
    background: #fff;
    padding: 1em;
}

.section-blog .tab-info-wrap .cap_box_content {
    border: none;
    padding: 1.5em 1em 1em;
}

.section-blog .tab-info-wrap ul {
    gap: .25em;
    font-weight: 300;
}

.section-blog .tab-info-wrap ul li {
    line-height: 1;
    padding-left: .9em;
    margin-right: .5em;
}

.section-blog .tab-info-wrap ul li:before {
    top: calc(.75em - 5px);
}

/*section-slidetext*/
.section-slidetext {
    background-image: linear-gradient(90deg, rgba(255, 120, 153, 1), rgba(240, 145, 168, 1)) !important;
    padding-top: .15em !important;
    padding-bottom: .15em !important;
}

.text-loop {
    display: flex;
    overflow: hidden;
}

.text-loop__item {
    color: rgba(0, 0, 0, 0);
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(135deg, #FFFFFF, #FFF3B2);
    font-size: 3em;
    display: inline-block;
    transform: translateX(0);
    animation-name: textloop;
    animation-duration: 50s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    white-space: nowrap;
    will-change: transform;
    margin-right: 1em;
}

@keyframes textloop {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/*section-solution*/
.section-solution .wp-block-media-text {
    gap: 4em;
}

.section-solution .wp-block-media-text__media img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

/*section-other*/
.section-other .course-btn-wrap {
    justify-content: center;
    gap: 2em;
}

.section-other .montserrat {
    position: relative;
    bottom: 2.7em;
    margin-bottom: 0 !important;
}

.section-other h2 {
    text-align: center;
    font-weight: 400;
    font-size: 1.5em;
    letter-spacing: 1px;
    margin-top: 0;
    line-height: 1.8;
}

/*section-cta*/
.lead-wrap {
    display: flex;
    justify-content: center;
}

.lead-wrap .wp-block-group__inner-container {
    max-width: 550px;
}

.section-cta .has-white-background-color {
    background: #ffffffd9 !important;
    border-radius: 10px;
}

.section-cta .swell-block-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-cta .class-name {
    background: var(--color_main);
    color: #fff;
    margin-bottom: 0.5em;
    padding: 0 .5em;
    letter-spacing: 3px;
    text-indent: 3px;
    width: fit-content;
}

/*section-slide-review*/
.slider-contents .slick-prev, .slider-contents .slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    height: 15px;
    width: 15px;
}

.slick-slider {
    padding: 0 !important;
}

.slider-contents .slick-prev {
    left: -1.5%;
    transform: rotate(-135deg);
}

.slider-contents .slick-next {
    right: -1.5%;
    transform: rotate(45deg);
}

.slider-contents .slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
}

.slider-contents .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slider-contents .slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background: #ccc;
    padding: 0;
}

.slider-contents .slick-dots .slick-active button {
    background: #333;
}

.slider-contents .slick-slide {
    background: #fff;
    padding: 1.5em;
    margin: 0 .5em;
}

.slider-review .star5 {
    color: #FFD702;
    margin-bottom: .25em;
    display: flex;
    gap: 3px;
    font-size: smaller;
}

.slider-review h3 {
    font-size: medium;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0 auto 1.5em;
}

.slider-review .voice-img-text {
    display: flex;
    gap: 1.5em;
    margin-bottom: .5em;
}

.slider-review .voice-img {
    width: 20%;
}

.slider-review .voice-img img {
    border-radius: 50px;
}

.slider-review .voice-text {
    width: 80%;
    font-weight: 300;
    font-size: smaller;
    line-height: 1.7;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.slider-review .google-link {
    font-size: x-small;
    text-align: right;
}

.slider-review .google-link a {
    color: var(--color_main);
    text-decoration: underline;
}

/*section-ceo-message*/
.section-ceo-message {
    padding-bottom: 22em !important;
}

.section-slidebook {
    position: relative;
    bottom: 22em;
    margin-bottom: -22em;
}

.personal-contents-wrap .swell-block-column a {
    padding: 1em;
}

.slider-book .slick-slide {
    background: none;
    padding: unset;
    margin: 0 1.5em;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 1em;
}

.slider-book .book-img {
    box-shadow: 0 0 4px #777;
}

.slider-book .book-img img {
    max-height: 200px;
}

.slider-book .google-link img {
    max-width: 150px;
}

/*section-gallery*/
.section-gallery .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    border-top: 1px solid;
    padding-top: 4px;
}

/*right-fix-btn*/
.right-fix-btn-wrap {
    position: fixed;
    right: -1px;
    top: 30vh;
    z-index: 1;
}

.right-fix-btn-wrap ul {
    display: flex;
    flex-direction: column;
    gap: .75em;
}

.right-fix-btn-wrap a {
    display: flex;
    align-items: center;
    gap: .25em;
    background: #32c755;
    color: #fff;
    font-weight: 200;
    letter-spacing: 2px;
    font-size: 1.2em;
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding: .7em;
    border-radius: 3px 0 0 3px;
    box-shadow: var(--swl-btn_shadow);
}

.right-fix-btn-wrap li:last-child a {
    background: #292F4A;
    padding-right: .75em;
}

.right-fix-btn-wrap a i {
    font-size: x-large;
}

.right-fix-btn-wrap li:last-child a i {
    font-size: large;
}

/*fotter-fix*/
#fix_bottom_menu .menu_list {
    height: 60px;
}

#fix_bottom_menu .menu-item i {
    font-size: 24px;
    height: 24px;
}

/*page-all*/
.page .l-content {
    padding-top: 0;
}

.page h1.c-pageTitle {
    display: none;
}

.page .l-mainContent__inner>.post_content {
    margin-top: 0;
}

/*page-blog*/
.single .c-postTitle__ttl {
    font-weight: 500;
}

.c-postAuthor__figure img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

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

/*page-list*/
small.c-pageTitle__subTitle.u-fz-14 {
    display: none;
}

.c-pageTitle__inner {
    font-weight: 300;
    font-size: .95em;
}

.c-pageTitle__inner::before {
    content: '#';
}

.p-homeContent.l-parent h2, .p-termContent.l-parent h2, .p-authorContent.l-parent h2 {
    font-weight: 500;
}

.p-homeContent.l-parent .p-postList__excerpt, .p-termContent.l-parent .p-postList__excerpt, .p-authorContent.l-parent .p-postList__excerpt {
    font-weight: 400;
    font-size: .8em;
    opacity: .8;
}

/*page-author*/
.p-authorBox__position {
    font-style: unset;
}

/*page-class*/
.gradation-bg-pink.class-page {
    background-image: unset !important;
    padding-bottom: 4em !important;
}

.section-slideshow.class-page {
    bottom: 3em;
}

.section-blog.class-page {
    padding-top: 8em !important;
}

/*page-about*/
.section-style .swell-block-column {
    background: #ffffffa1;
    padding: 1em;
    border-radius: 5px;
}

.book-description {
    font-size: .8em;
    opacity: .8;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*page-result*/
.result-gallery .wp-block-gallery.has-nested-images figure.wp-block-image {
    flex-grow: unset;
}

/*page-contact*/
.contact-columns .swell-block-column:not(:last-child) {
    border-right: 1px solid;
}

.contact-columns {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 1.5em;
}

.contact-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3em;
}

table.contact-table {
    max-width: 800px;
}

.contact-table th {
    font-weight: 400;
    font-size: .9em;
    width: 30%;
}

.contact-table th, .contact-table td {
    border-left: none;
    border-right: none;
    background: unset;
    letter-spacing: 1px;
    padding: 1.5em 1em;
}

.contact-table td input, .contact-table td textarea {
    width: 100%;
    padding: .75em .5em;
    border: none;
    background: #f2f6fa;
    border-radius: 5px;
    font-size: 16px;
}

.contact-table td input[type="checkbox"], .contact-table td input[type="radio"] {
    width: unset;
}

.contact-table th p {
    display: flex;
    flex-direction: column;
}

.contact-table th span {
    display: inline-block;
    background: var(--color_main);
    width: fit-content;
    color: #fff;
    font-size: .75em;
    padding: 0 .25em;
    margin-bottom: -.25em;
    border-radius: 2px;
}

.contact-table th span.any {
    background: #cbcbcb;
}

.contact-table td input::placeholder, .contact-table td textarea::placeholder {
    opacity: .6;
}

.contact-table td .wpcf7-checkbox, .contact-table td .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: .5em;
}

.contact-table td .wpcf7-list-item {
    margin: 0;
    font-weight: 300;
    padding: .25em .5em;
    display: inline-block;
    border: 1px solid #999;
    border-radius: 5px;
}

.contact-table td .wpcf7-list-item:has(input:checked) {
    background: #d2e7ff;
    font-weight: 500;
}

.contact-table td .td-text {
    font-size: .9em;
    margin-bottom: 1em;
}

.contact-table td .wpcf7-not-valid-tip {
    color: #f77b7b;
    font-size: .9em;
}

.submit-btn {
    border: none;
    padding: .5em 3em;
    font-size: 1.1em;
    letter-spacing: 2px;
    background: #f77b7b;
    color: #fff;
}

.submit-btn:disabled {
    background: #ddd;
}

.wpcf7-spinner {
    display: none;
}

.grecaptcha-badge {
    visibility: hidden;
}

.recaptcha-message {
    font-size: .75em;
    margin-top: 2em;
}

@media not all and (min-width: 960px) {
    .contact-columns .swell-block-column:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid;
        padding-bottom: 1.5em;
    }

    .contact-columns {
        border: 1px solid;
    }
}

@media not all and (min-width: 600px) {
    .sp-center {
        text-align: center;
    }

    .sp-flex-center {
        display: flex;
        justify-content: center;
    }

    /*header*/
    .w-header.pc_ {
        display: block !important;
    }

    .l-header__customBtn.sp_ {
        display: none;
    }

    .w-header.pc_ .swell-block-button .swell-block-button__link {
        padding: .5em 1em;
    }

    /*section-mv*/
    .catch2 {
        flex-direction: column;
        align-items: center;
        gap: 0;
        font-size: 3.5em !important;
    }

    .catch2 span {
        line-height: 1.1;
    }

    .catch1 {
        font-size: 1.8em;
        margin-bottom: .75em;
    }

    /*section-blog*/
    .section-blog .-type-simple .p-postList__link {
        padding: .75em;
    }

    .section-blog .p-postList__body {
        display: unset;
    }

    /*section-concept*/
    .section-concept {
        margin-bottom: 0;
        padding-bottom: 0 !important;
    }

    .section-concept figure {
        margin: 0 -1em;
    }

    /*section-solution*/
    .section-solution .wp-block-media-text {
        display: flex;
        flex-direction: column-reverse;
        gap: 1em;
    }

    .section-solution figure.wp-block-media-text__media {
        margin: 0 -1em !important;
    }

    /*section-other*/
    .section-other .swell-block-columns__inner {
        display: block;
        scroll-snap-type: x mandatory;
        max-width: 800px;
        white-space: nowrap;
        overflow-x: scroll;
    }

    .section-other .swell-block-column {
        scroll-snap-align: center;
        display: inline-block;
        width: 70%;
        white-space: normal;
        overflow: hidden;
        vertical-align: top;
    }

    /*section-slide-review*/
    .slider-review h3 {
        margin-bottom: 1em;
    }

    .slider-review .voice-img-text {
        flex-direction: column;
        align-items: center;
        gap: 1em;
    }

    .slider-review .voice-img {
        width: 30%;
    }

    .slider-review .voice-text {
        width: 100%;
    }

    /*section-seo-message*/
    .personal-contents-wrap .swell-block-column {
        width: 55%;
    }

    .personal-contents-wrap .swell-block-columns__inner {
        gap: .25em;
    }

    .personal-contents-wrap .swell-block-column a {
        padding: .5em;
        color: #fff;
        background: none;
    }

    /*page-contact*/
    .contact-table tr {
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #e9e9e9;
        gap: .5em;
    }

    .contact-table tr:first-child {
        border-top: 1px solid #e9e9e9;
    }

    .contact-table th {
        width: 100%;
        border: none;
        padding-bottom: 0;
    }

    .contact-table th p {
        display: unset;
    }

    .contact-table th span {
        margin-right: .5em;
        position: relative;
        bottom: 1px;
    }

    .contact-table td {
        border: none;
        padding-top: 0;
    }

}