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

.sp {
    display: none;
}
.pc {
    display: inline-block;
}
@media (max-width: 768px) {
    .sp {
        display: inline-block;
    }
    .pc {
        display: none;
    }
}

@media (max-width: 768px) {
    .alignfull>.wp-block-cover__inner-container, .alignfull>.wp-block-group__inner-container {
        max-width: 90%;
    }
}

h3.wp-block-heading:before {
    background: #999;
} 
.top .font-l {
    font-size: 20px;
}
.top #content {
    padding-top: 0;
}
.wp-block-button:hover,.btn:hover {
    transform: translateY(-2px);
    transition: transform .2s ease;
}
.btn-w a {
    display: block;
    background: #fff;
    border: 2px solid #037dc6;
    color: #037dc6;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 0 15px 0 rgba(1, 125, 197, 0.4);
}
.top .post_content .tit {
    font-size: 24px;
    background: none;
    border: 0;
    padding: 1em 0;
}
@media (max-width: 768px) {
    .top .post_content .tit {
        font-size: 5vw;
        background: none;
        border: 0;
        margin-bottom: 1em;
    }
    .top .post_content h2.tit {
        margin-bottom: 1em;
    }    
}
.mv {
  background: url("./images/mvbg.jpg") no-repeat;
  background-color: #fdf0e1;
  background-position: center;
  background-size: 1920px;
  height: 1105px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.mv h1 {
    padding-top: 4.8em;
    padding-bottom: 0.35em;
    text-align: center;
    font-size: 53px;
    font-family: YuMincho,"Hiragino Mincho ProN",serif;
    font-weight: normal;
    color: #037dc6;
    text-shadow: rgba(3,125,198,0.4) 1px 0 30px;
    line-height: 1.2;
}
.mv p {
    font-size: 18px;
}

@media (max-width: 768px) {
    .mv {
        height: 200vw;
        background-size: cover;
    }
    .mv h1 {
        padding-top: 5.4em;
        font-size: 8vw;
    }
    .mv p {
        font-size: 1.1em;
    }
}
.about {
    max-width: 990px;
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 30px;
    border: 10px solid #017dc5;
    display: flex;
    align-items: center;
    padding: 40px 50px 100px;
    margin: -190px auto 0;

}
.about .wp-block-column:last-child {
    align-items: center;
    display: flex;
    justify-content: center;
}
.about .btn-w a {
    width: 196px;
}
.about .wp-block-buttons {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: auto;
}
.about .tit {
    margin-top: 2.5em;
}
@media (max-width: 768px) {
    .about {
        margin-top: -50vw;
        padding: 1.5em 1.5em 7em 1.5em;
        border-width: 8px;
        zoom: 0.95;
    }
}

.target {
    background: url("./images/target_bg.jpg") no-repeat;
    background-color: #fff;
    background-position: center;
    height: 1162px;
    margin: -161px auto 0; 
    position: relative;
    text-align: center;
    padding-top: 210px; 
}
@media (max-width: 768px) {
    .target {
        height: 170vw;
        margin-top: -50vw;
        padding-top: 56vw;
    }
}
.value {
    position: relative;
    padding: 100px 0;
    background: #ecf8ff;
}
.value .value-top {
    position: absolute;
    top: -280px;
    left: 0;
    right: 0;
    margin: auto;
}
.value-txt {
    max-width: 915px;
    margin: 0 auto;
}
.value .value-img {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
}
.value .tit {
    margin-top: 80px;
}
.value-exm  .wp-block-group__inner-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
    background: #fff;
    border-radius: 30px;

}
.value-exm .wp-block-columns {
    max-width: 910px;
    margin: 1em auto 2em;
}
.value-exm  .wp-block-group__inner-container .wp-block-heading:before {
    display: none;

}
.value-exm .wp-block-image {
    margin-bottom: 40px;
}

.value-exm .btn-w {
    width: 196px;
    margin: auto;
}
@media (max-width: 768px) {
    .value {
        position: relative;
        padding: 100px 0;
        background: #ecf8ff;
    }
    .value .value-top {
        top: -32vw;
    }
    .value .tit {
        margin-top: 3em;
    }
    .value-exm  .wp-block-group__inner-container {
        padding: 2.5em 0;    
    }
    .value-exm .wp-block-columns {
        margin: 1em auto 2em;
        zoom: 0.9;
    }    
}


.partners {
    background: #fdf0e1;
    padding: 100px 0;
}
.partners .tit {
    margin-bottom: 80px;
}
.partners .partners-img {
    position: relative;
    z-index: 1;
}
.partners .btn-w {
    width: 196px;
    margin-right: 40px;
}
.partners-cont {
    max-width: 1000px;
    margin: 100px auto 0;
}
/* パートナーセクション背景 */
.partners-cont-inner {
    margin-top: 25px;
    background: #fdf0e1;
}

.partners-cont-inner .recent-cards {
    display: flex;
    gap: 10px;
    max-width: 1000px;
    margin: 0 auto;
}

.partners-cont-inner .recent-card {
    flex: 1;
    background: #fff;
    border-radius: 30px;
    border: 4px solid #e3e3e3;
    text-align: center;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.partners-cont-inner .recent-card:hover {
    transform: translateY(-2px);
}

/* 画像エリア */
.partners-cont-inner .recent-card__thumb {
    height: 150px;
    border-bottom: 1px solid #e3e3e3;
}

.partners-cont-inner .recent-card__thumb img,
.partners-cont-inner .recent-card__thumb .recent-card__noimg {
    max-width: 100%;
    height: 150px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

/* タイトル */
.partners-cont-inner .recent-card__title {
    height: 120px;
    margin: 0;
    padding: 1.5em .5em;
    line-height: 1.8;
    letter-spacing: -0.02em;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    background: #faf7f4;
    border-radius: 0 0 22px 22px;
}

/* 投稿タイプ・カテゴリー・日付は非表示 */
.partners-cont-inner .recent-card__post-type,
.partners-cont-inner .recent-card__cat,
.partners-cont-inner .recent-card__date,
.partners-cont-inner .recent-card__tag {
    display: none;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .partners {
        padding: 15vw 0;
    }
    .partners-cont-inner .recent-cards {
        flex-direction: column;
        gap: 1em;
    }
    
    .partners-cont-inner .recent-card:not(:last-child)::after {
        display: none;
    }
}







.top_works {
    background: #ecf8ff;
    padding: 80px 0;
}
.top_works .btn-w {
    width: 196px;
    text-align: center;
    padding: 60px 0 20px;
    margin: 0 auto;
}

/* 新着カード */
.top_works .recent-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 840px;
    margin: 0 auto;
}
.top_works .recent-card {
    display: block;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
}
.top_works .recent-card:hover {
    transform: translateY(-2px);
}
.top_works .recent-card__thumb img,
.top_works .recent-card__thumb .recent-card__noimg {
    display: block;
    width: 100%;
    height: 255px;
    object-fit: cover;
}
.top_works .recent-card__noimg { background: #e6f3fb; }
.top_works .recent-card__body {
    padding: 20px 28px 28px;
    position: relative;
}
.top_works .recent-card__title {
    padding: 0.5em 0 1em;
    font-size: 1.05em;
    line-height: 1.45;
    color: #00001c;
}
.top_works .recent-card__date {
    display: inline-block;
    font-size: 0.9em;
    color: #333333;
    margin-bottom: 12px;
    position: absolute;
    top: 24px;
    right: 28px;
}
.top_works .recent-card__post-type {
    display: none;
}
.top_works .recent-card__tag {
    display: inline-block;
    font-size: 0.8em;
    background: #faf7f4;
    color: #333333;
    border-radius: 10px;
    padding: 5px 1em;
}

@media (max-width: 960px) {
    .top_works .recent-cards { grid-template-columns: 1fr; gap: 24px; }
    .top_works .recent-card__thumb img,
    .top_works .recent-card__thumb .recent-card__noimg { height: 250px; }
}
@media (max-width: 768px) {
    .top_works {
        padding: 15vw 0;
    }
}

.news {
    padding: 80px 0 0;
    max-width: 900px;
    margin: 0 auto;
}
.news .btn-w {
    width: 196px;
}
.news .recent-cards {
    font-size: 14px;
    border-top: 1px solid #cccccc;
}
.news .recent-card__body {
    display: flex;
    align-items: center;
    gap: 2%;
    padding: 1.4em 0.2em;
    border-bottom: 1px solid #cccccc;
}
.news .recent-card__date {
    width: 10%;
    color: #999999;
    white-space: nowrap;
}
.news .recent-card__cat {
    width: 18%;
    font-weight: bold;
}
.news .recent-card__title {
    width: 66%;
    color: #00001c;
}
.news .recent-card__thumb {
    display: none;
}
.news .recent-card__tag {
    display: none;
}
.news .recent-card__post-type {
    width: 9%;
    text-align: center;
    font-size: 12px;
    color: #333;
    background: #faf7f4;
    padding: 3px .8em;
}
@media (max-width: 768px) {
    .news {
        padding: 5vw 0 0;
    }
    .news .recent-cards {
        /* font-size: 12px; */
    }
    .news .recent-card__body {
        /* padding: 1em 0.2em; */
        flex-wrap: wrap;
        zoom: 0.9;
    }
    .news .recent-card__date {
        width: 22%;
    }
    .news .recent-card__post-type {
        width: 22%;
    }
    .news .recent-card__cat {
        width: 50%;
    }
    .news .recent-card__title {
        width: 100%;
    }
}
/* ===== Footer common section ===== */
.w-beforeFooter .l-container {
    width: 100%;
    max-width: 100%;
    padding: 0;

}
.footer-cta {
    background: #faf7f4;
    padding: 70px 20px 60px;
    font-size: 14px;
}
.footer-cta__inner { 
    max-width: 900px; 
    margin: 0 auto; 
    display: flex; 
    justify-content: space-between; 
    align-items: flex-start; 
}
.footer-cta__title { 
    font-size: 18px; 
    color: #00001c; 
    margin: 0 0 1.5em; 
}
.footer-cta__list {
    margin: 0 0 1em; 
    padding-left: 1.6em; 
    font-size: 14px;
    line-height: 1.8; 
    list-style: disc;
}

.footer-cta__btn .btn { 
    display: inline-block; 
    background: #0678bd; 
    color: #fff; 
    padding: 12px 2em; 
    border-radius: 999px; 
    box-shadow: 0 0 15px 0 rgba(1,125,197,.4); 
}
@media (max-width: 768px) {
    .footer-cta__inner {
        flex-direction: column;
        gap: 1em;
    }
}

.global-footer__inner-wrapper {
    background: #0678bd; 
    color: #fff; 
    padding: 58px 20px; 
    font-size: 14px;
    line-height: 1.8;
}
.global-footer__inner {
    max-width: 920px; margin: 0 auto;
}
.global-footer__inner a {
    color: #fff;
}
.l-footer__foot .l-container {
    position: relative;
}
.l-footer__nav {
    position: absolute;
    top: -328px;
    right: 144px;
}
.l-footer__nav li a {
    color: #fff;
    border: 0;
}
.l-footer__nav li:first-child a {
    color: #fff;
    border: 0;
}

.gf-col--bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1%;
    margin-top: 2.5em;
}
.gf-texts {
    width: 51%;
}
.gf-card {
    width: 32%;
    padding: 1em 0 1.5em 3.5%;
    line-height: 1.8;
    border: 1px solid #fff;
}
.gf-qr {
    width: 14%;
}
@media (max-width: 768px) {
    .global-footer__inner-wrapper {
        padding: 1.5em 1em 9em;
    }
    .l-footer__nav {
        width: 80%;
        position: absolute;
        top: -36vw;
        right: 0;
        left: 0;
        margin: auto;
    }
    .l-footer__nav li a {
        font-size: 1em;
    }
    .gf-col--bottom {
        flex-wrap: wrap;
        gap: 2em;
        position: relative;
    }
    .gf-texts {
        width: 100%;
    }
    .gf-card {
        width: 100%;
        padding: 1em 3em 1.5em;
        line-height: 1.8;
        border: 1px solid #fff;
    }
    .gf-qr {
        width: 24%;
        position: absolute;
        top: 5.5em;
        right: 0;

    }
}

/* SWELL風ページネーション */
.swell-pagination {
    margin: 40px 0;
    text-align: center;
}

.pagination-nav {
    display: inline-block;
}

.pagination-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.pagination-item {
    margin: 0;
}

.pagination-link {
    display: inline-block;
    padding: 8px 16px;
    background: #f5f5f5;
    color: #666;
    text-decoration: none;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    border: 1px solid #e0e0e0;
}

.pagination-link:hover {
    background: #037dc6;
    color: #fff;
    border-color: #037dc6;
}

.pagination-item.current .current-link {
    background: #037dc6;
    color: #fff;
    border-color: #037dc6;
}

.pagination-item.prev-item .prev-link,
.pagination-item.next-item .next-link {
    background: #fff;
    color: #037dc6;
    border-color: #037dc6;
}

.pagination-item.prev-item .prev-link:hover,
.pagination-item.next-item .next-link:hover {
    background: #037dc6;
    color: #fff;
}

@media (max-width: 768px) {
    .pagination-list {
        flex-wrap: wrap;
        gap: 6px;
    }
    
    .pagination-link {
        padding: 6px 12px;
        font-size: 13px;
    }
}

.c-pageTitle__subTitle {
    display: none;
}

/* ページテンプレート用 */
.page .c-pageTitle , .post-type-archive .c-pageTitle {
    text-align: center;
    padding: 4em 0 4.5em;
    background: #e6f3fb;
    width: 100vw;
    margin-left: calc(-100vw / 2 + 550px);
    border:0;
}
@media (max-width: 768px) {
    .page .c-pageTitle, .post-type-archive .c-pageTitle {
        margin-left: -4vw;
    }
}
.page .c-pageTitle__inner, .post-type-archive .c-pageTitle .c-pageTitle__inner {
    display: inline-block;
    padding: 2px;
    background: linear-gradient(transparent 64%,var(--color_mark_yellow) 0%);
    float: none;
    border: 0;
}

.post_content h2.wp-block-heading {
    /* font-size: 1.3em; */
    background: #faf7f4;
}

.page .l-content, .post-type-archive .l-content {
    padding-top: 0;
}

.single .p-breadcrumb__item:last-child>span.p-breadcrumb__text {
    display: block;
}
.p-breadcrumb {
    background: #faf7f4;
}

.l-header__bar {
    display: none;
}
.c-gnav .menu-item.menu-item-379 {
    display: flex;
    align-items: center;
    margin-left: 1em;
}
.c-gnav .menu-item.menu-item-379 a {
    position: relative;
    height: auto;
    padding: 0.8em 1.5em 0.8em 3.3em;
    background: #017dc5;
    border-radius: 30px;
    color: #fff;
}
.c-gnav .menu-item.menu-item-379 a:after {
    display: none;
}
.c-gnav .menu-item.menu-item-379 a:hover {
    opacity: 0.8;
}

.c-gnav .menu-item.menu-item-379 a:before {
    content:"\f0e0";
    font-family: "Font Awesome 6 Free";
    color: #fff;
    position: absolute;
    font-size: 1.4em;
    left: 0.9em;
}

/*アーカイブページ */
.post-type-archive .-type-card .p-postList__link {
    height: auto;
}
.post-type-archive .c-tagList:before {
    display: none;
}
/*アーカイブページ パートナー */

.post-type-archive-partner .p-postList__thumb {
    border: 1px solid #e3e3e3;
    background: #fff;
}
.post-type-archive-partner .u-obf-cover {
    object-fit: contain;
    padding: 2em 0;
}

/*アーカイブページ ワーク */

.post-type-archive-works .p-postList__body {
    padding-top: 3em;
}
.post-type-archive-works .p-postList__meta {
    position: static;
}
.post-type-archive-works .p-postList__cat {
    position: absolute;
    top: 1em;
    left: 0;
}
.post-type-archive-works .p-postList__cat:before {
    display: none;
}
.post-type-archive-works .c-tagList__link {
    display: inline-block;
}
@media (max-width: 768px) {
    .post-type-archive-works .p-postList__cat {
        top: .5em;
    }
}

/* アーカイブページ　パートナー */
.post-type-archive-partner .p-postList__cat {
    display: none;
}
.single-partner .c-postTitle__date {
    display: none;
}

.c-pagination {
    display: none;
}