@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=Poppins:wght@400;500;600;700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");

.c-title hr {
    /* 下に2pxのグラデ線を敷く */
    background: linear-gradient(to right, #000, rgba(0, 0, 0, 0)) left bottom / 100% 1.5px no-repeat;
    padding-bottom: 6px;
    border-bottom: none;
    /* 文字と線が重なるなら余白調整 */
}


.c-title__detail hr {
    /* 下に2pxのグラデ線を敷く */
    background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)) left bottom / 100% 2px no-repeat;
    padding-bottom: 6px;
    border-bottom: none;
    /* 文字と線が重なるなら余白調整 */
}

.c-title-center hr {
    max-width: 480px;
    margin: 0 auto;
    border: 0;
    height: 1.5px;
    background: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
}

.c-title-center.c-title-wh hr {
    background: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
}

.c-column {
    height: 100%;
    background: #fff;
}

.c-column .wp-block-group {
    padding: 1.5rem;
    margin-bottom: 0;
}

.c-number {
    position: relative;
}

.c-number__text {
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: "Poppins", sans-serif;
    z-index: 1;
    background: #fed200;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.1em;
}

.c-obi {
    padding: 1rem !important;
}

.user-overlay .swell-block-column {
    position: relative;
    /* background: #dadada; */
}

.user-overlay img {
    background: #a2a2a2;
    /* object-position: top; */
}


.font_01 {
    font-family: "Poppins", sans-serif;
}

.p-mainVisual__slideTitle {
    font-size: 4rem;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

.p-mainVisual__slideTitle span {
    display: block;
    font-family: "EB Garamond", serif;
    /* font-family: "Poppins", sans-serif; */
    letter-spacing: 0.15em;
    font-size: .9rem;
    font-weight: 400;
    mix-blend-mode: color-dodge;
    opacity: .8;
    margin-bottom: 1rem;
}

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

.p-mainVisual__slideText {
    line-height: 2.4;
    margin-top: 3rem;
}

@media (max-width: 599px) {
    .p-mainVisual__slideText {
        line-height: 1.8;
        margin-top: 2rem;
    }
}

/*
.c-gnav {
    font-weight: 500;
} */

.c-widget__title.-spmenu {
    color: #000;
}

.works-wrap {}

.works-wrap figure {
    width: 100%;
}

.works-wrap img {
    width: 100%;
    background: #a2a2a2;
    /* object-position: top; */
}

.works-wrap p {
    padding-inline: 1.5rem;

}
.works-wrap h2 {
    padding-inline: 1.5rem !important;
}

.works-wrap p:last-child {
    padding-bottom: 1.5rem;
}



.works-wrap code {
    align-items: center;
    /* background: none !important; */
    background: #fed200 !important;
    /* border: none !important; */
    border: 1px solid #fed200 !important;
    border-radius: 6px !important;
    color: #000 !important;
    display: inline-flex;
    font-family: "Noto Sans JP", sans-serif !important;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 !important;
    /* padding: 0 !important; */
    padding: .35em .5em .35em !important;
}



.my-carousel .swiper-button-prev {
    left: 1rem;
}

.my-carousel .swiper-button-next {
    right: 1rem;
}

@media (max-width: 767px) {
    .my-carousel .swiper-button-prev {
        left: 2rem;
    }

    .my-carousel .swiper-button-next {
        right: 2rem;
    }
}

/* アイコン自体の大きさ（擬似要素で描画される場合） */
.my-carousel .swiper-button-prev::after,
.my-carousel .swiper-button-next::after {
    font-size: 0;
    /* 矢印アイコンのサイズ */
}

.my-carousel .swiper-button-next::after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}

.my-carousel .swiper-button-prev::after {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}


/* ついでに見た目（任意） */
.my-carousel .swiper-button-prev,
.my-carousel .swiper-button-next {
    width: 3rem;
    height: 3rem;
    background: rgba(0, 0, 0, .5);
    /* background: #fed200; */
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
}

.my-carousel .swiper-button-disabled {
    opacity: .35;
}

@media (max-width: 767px) {
    .my-carousel {
        --swiper-navigation-size: 28px;
        padding-inline: 1.5rem;
    }
}

.my-carousel .swiper-pagination-bullet-active {
    background: #fff !important;
}

.my-carousel__item {
    border-radius: 2rem;
}

.my-carousel__item img {
    border-radius: 2rem 2rem 0 0;
}

.c-table-01 th,
.c-table-01  td{
	border-left:none;
	border-right:none;
	padding-block:1.5em;
}
/* .c-table-01 tr:first-child > th,
.c-table-01 tr:first-child > td{
	border-top:none;
}
 */

.w-beforeFooter {
	margin-top:0;
}

