@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:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body.customize-support {
    font-family:
        "Inter",
        "Noto Sans JP",
        "Hiragino Kaku Gothic ProN",
        "Yu Gothic",
        "Meiryo",
        sans-serif;
}

/*ヘッダーにロゴ追加のCSS*/
.l-header__logo,
.l-fixHeader__logo {
    padding: 0 !important;
}

.headLogo__wrap {
    display: inline-flex;
    align-items: center;
    gap: .6em;
}

.headLogo__sub,
.headLogo__main {
    display: inline-flex;
    align-items: center;
}

.headLogo__sub img,
.headLogo__sub svg {
    display: block;
    height: auto;
    max-height: 60px;
    width: auto;
}

@media screen and (max-width:600px) {

    .headLogo__sub img,
    .headLogo__sub svg {
        max-height: 40px;
    }
}

/*ページ見出し変更*/
.c-pageTitle {
    color: var(--color_main);
    text-shadow: 0 0 2px rgba(255, 255, 255, 1), 0 0 2px rgba(255, 255, 255, 1), 0 0 4px rgba(255, 255, 255, 1);
    font-size: 2em;
}

/*投稿ページ↓のカテゴリー表示をけす*/
div.p-articleFoot {
    display: none;
}

/*投稿一覧の日付表示*/
.p-postList__body {
    display: grid;
    grid-template-columns: auto 1fr;
}

@media screen and (max-width:600px) {
    .p-postList__body {
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: auto auto;
        gap: 0.5em;
    }
}

.p-postList__body .p-postList__meta {
    font-size: 1em !important;
    color: var(--color_text) !important;
    line-height: 24px;
    margin: 0;
    align-self: flex-start;
}

.p-postList__body .p-postList__meta * {
    padding: 0;
}

.p-postList__meta .u-thin {
    opacity: 1;
}

.icon-posted:before {
    display: none;
}

.p-postList__body .p-postList__cat {
    background-color: var(--color_main);
    color: white;
    padding: 0 5px;
    font-weight: 400;
    border-radius: 4px;
    font-size: 0.875em;
    line-height: 1.5;
}

.p-postList.-type-simple .p-postList__cat:before {
    display: none;
}

.p-postList.-type-simple .p-postList__title {
    padding-left: 1em;
}

/*メインビジュアルのテキスト*/
.hero-title {
    width: max-content;
    margin-left: auto;
    margin-right: 0;
    font-size: clamp(1.2rem, 1rem + 0.53vw, 1.4rem);
    position: relative;
}

@media screen and (max-width:599px) {
    .hero-title {
        font-size: clamp(0.625rem, -0.183rem + 3.69vw, 1.2rem);
    }
}

.hero-org-ja {
    font-size: 1.1em;
    line-height: 1.4;
}

.hero-title-ja::after {
    content: "";
    display: block;
    width: 90%;
    height: 2px;
    background-color: #fff;
    margin-bottom: 0.4em;
}

.hero-title-ja {
    font-size: 2.2em !important;
}

.hero-title-en {
    font-size: 1.2em;
    margin-bottom: 0.5em;
}

.hero-title-en,
.hero-org-en {
    line-height: 1.2 !important;
}

/*scrollの表示*/
.p-mainVisual__scrollLabel {
    font-size: 1.1rem;
}

.p-mainVisual__scrollArrow {
    width: 1.5rem;
    height: 1.5rem;
}

/*メインビジュアルの高さ*/
.p-mainVisual__inner {
    min-height: 500px;
}

/*TOPページのコンテンツ見出し*/
#content .top_h2 {
    text-align: left !important;
    font-size: 1.8rem !important;
    position: relative;
    padding-left: 3rem;
    line-height: 1.4;
    margin-bottom: 1em;
}

#content .top_h2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -1%;
    transform: translateY(-50%);
    width: 2em;
    height: 2em;
    background-image: url(https://nomura-lab.kijima-p.co.jp/wp-content/uploads/2026/02/h2-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/*TOPプロフィール*/
/* .top-prof {
    padding-top: 0 !important;
} */

.alf-leader_profile .wp-block-media-text {
    gap: 0;
}

.alf-leader_profile .wp-block-media-text__content {
    align-self: self-end;
}

.alf-leader_profile .wp-block-media-text {
    grid-template-columns: minmax(150px, 15%) 1fr !important;
}

.alf-leader_profile .wp-block-media-text img {
    max-width: 150px !important;

}

.alf-leader_profile .wp-block-media-text__content {
    padding: 0 !important;
}

.alf-leader_profile .text {
    padding: 0.5rem;
}

.alf-leader_profile .name {
    font-size: 1.8em;
    margin-bottom: 0.5rem;
}

.alf-leader_profile .name .sub {
    font-size: 1em;
    display: inline-block;
}

.alf-leader_profile .lower {
    font-size: 0.9em;
}

.alf-leader_profile .lower p {
    margin-bottom: 0.5rem;
    line-height: 1.2 !important;
}

/* @media screen and (min-width:599px) {
    #content .alf-leader_profile {
        margin-top: -40px !important;
    }
}

@media screen and (min-width:860px) {
    #content .alf-leader_profile {
        margin-top: -70px !important;
    }
} */

@media screen and (max-width:600px) {
    .alf-leader_profile .name {
        font-size: 1.5em;
    }

    .alf-leader_profile .name+p {
        font-size: 0.875em;
    }

}

/*topの背景*/
.home .swell-block-fullWide.has-bg-img {
    background-size: contain;
    opacity: 1;
}
/*profile*/
/* .prof-area{
    grid-template-columns: 1fr 150px !important;
} */
.prof-area img {
    width: 100%;
    height: auto;
    object-fit: contain !important;
}

.prof-area .wp-block-media-text__content {
    padding: 0.5rem;
}

.profile-name {
    font-size: clamp(2rem, 1rem + 2.67vw, 3rem);
    margin-bottom: 1rem;
    font-weight: 600;
    font-family: "Times New Roman", serif;
    padding-left: 0.5em;
}

.profile-list {
    padding: 0.5rem;
}

.profile-list>.swell-block-dl__dt {
    background-color: rgba(0, 110, 84, 0.3);
    padding-left: 0.5rem;
}

@media screen and (max-width:600px) {
    .profile-list>.swell-block-dl__dt {
        padding-right: 1rem !important;
    }
}

.profile-list>.swell-block-dl__dt:not(:last-of-type) {
    border-bottom: 1px solid #666;
}

.profile-list>.swell-block-dl__dd {
    padding-left: 0.5rem;
    background-color: rgba(255, 255, 255, 0.4);
}

.profile-list>.swell-block-dl__dd:not(:last-of-type) {
    border-bottom: 1px solid #666;
}

.profile-list .swell-block-linkList__link {
    color: var(--color_main);
    margin-top: 0.5rem;
    word-break: break-all;
}

#content .ms-gothic {
    font-family: "MS Gothic", "ＭＳ ゴシック", sans-serif;
}

/*top */
.button-area .wp-block-image.size-full img{
    min-height: 260px;
    object-fit: cover;
}
/*google-map*/
.google-map {
    width: 100%;
    height: 100%;
    min-height: 300px;
}
#content .access {
    background-color: white;
    gap: 0;
    grid-template-areas:
        "map en"
        "map ja";
}

@media screen and (max-width:600px) {
    #content .access {
        grid-template-columns: 1fr;
        grid-template-areas:
            "map"
            "en"
            "ja";
    }
}

#content .access .map {
    grid-area: map;
}

#content .access .en {
    grid-area: en;
    padding: 1rem;
}

#content .access .ja {
    grid-area: ja;
    padding: 1rem;
}