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

/**
 * Main Visual WebGL Animation for WordPress
 */
.hm-mv {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.hm-mv canvas {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    transition: opacity 2s ease;
    background: transparent !important;
}

.hm-mv canvas.is-active {
    opacity: 1;
}

.hm-mv-dummy {
    position: absolute;
    width: 1px;
    height: 100vh;
    top: 0;
    left: 0;
}

/* SWELLの重なり順を解決 */
#l-mainContent,
.l-mainContent,
.site-main {
    background: transparent !important;
}

/* 共通 */

.ff-en {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-style: normal;
}
.color-white-op {
    background-color: #fff;
    opacity: 0.9;
}

.color-white {
    background-color: #fff;
}

.border-gray {
    border: 1px solid rgba(0, 0, 0, 0.17);
}
.box-shadow-gray {
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.color-main {
    background: #c71550;
}
.arrow-icon {
    text-align: center;
}
.text-align-justify {
    text-align: justify;
}

.gap-0 {
    gap: 0;
}
.content-top {
    margin-block-end: 3.25rem;
}
.post_content h2.heading-en {
    color: #1c1c1c;
    font-family: Lato;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    font-size: 2.5rem;
}

/* チェックリストを疑似要素で表示 */
ul.check-list,
ol.check-list {
    list-style: none !important;
    padding-left: 0 !important;
    gap: 0; /* flexになったときのgap */
}

/* 各リスト項目の設定 */
.check-list li {
    position: relative;
    padding-left: 1.2em;
    padding-right: 1.2em;
    line-height: 1.6;
}

/* 擬似要素で画像を挿入 */
.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.1em; /* 改行した時にアイコンが１行目にいく */
    /* top: 50%;
  translate: 0 -50%; */
    width: 1.2em; /* アイコンの横幅 */
    height: 1.2em; /* アイコンの縦幅 */
    background-image: url(./img/check-icon.png); /* 画像のパスを正確に記述 */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* ヘッダー */
.l-header .l-container {
    max-width: calc(1440px + 48px * 2);
}
.c-gnav li a {
    color: #1c1c1c;
    font-family: Lato;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
}
.header-button {
    white-space: nowrap;
}
.header-button a {
    width: 9.7rem;
    padding: 0.75rem 0.2rem;
}

.l-header .c-gnav > li > a:after {
    background: #c71550;
}

.c-gnav > .menu-item > a .ttl {
    font-size: 1rem;
}
.c-smallNavTitle {
    color: #999;
}
.w-header__inner {
    position: relative;
}
.w-header__item.widget_bogo_language_switcher {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}
.widget_bogo_language_switcher .w-header__title {
    display: none;
}
.bogo-language-switcher.list-view {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 0.5rem;
}
/* 各ボタンの共通スタイル */
.bogo-language-switcher.list-view span a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 1.3rem;
    font-size: 0.75rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 0 0 0.8rem 0.8rem;
}

@media (max-width: 959px) {
    .bogo-language-switcher.list-view {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}
@media (max-width: 959px) {
    .bogo-language-switcher.list-view li {
        width: 100%;
        border-bottom: 1px solid var(--color_border);
    }
}
@media (max-width: 959px) {
    .bogo-language-switcher.list-view span a {
        display: block;
        padding: 0.75em 1em 0.75em 1.5em;
        height: 100%;
        width: 100%;
        position: relative;
        font-size: 1rem;
    }
}
@media (max-width: 959px) {
    .bogo-language-switcher.list-view span a::before {
        color: inherit;
        content: "\e921";
        display: inline-block;
        left: 2px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        vertical-align: middle;
        font-size: 1rem;
    }
}
@media (max-width: 959px) {
    .bogo-language-switcher.list-view span a::before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: icomoon !important;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        text-transform: none;
    }
}
/* 非アクティブ時 */
.bogo-language-switcher .en-US.en.first span a {
    background-color: #eee;
    color: #666;
}
.bogo-language-switcher .ja.last span a {
    background-color: #eee;
    color: #666;
}
@media (max-width: 959px) {
    .bogo-language-switcher .en-US.en.first span a {
        background-color: #fdfdfd !important;
        color: #333 !important;
    }
}
@media (max-width: 959px) {
    .bogo-language-switcher .ja.last span a {
        background-color: #fdfdfd !important;
        color: #333 !important;
    }
}
/* アクティブ時にcurrentが付く */
.bogo-language-switcher .ja.current.last span a {
    background-color: #333;
    color: #fff;
}
.bogo-language-switcher .en-US.en.current.first span a {
    background-color: #333;
    color: #fff;
}
@media (max-width: 959px) {
    .bogo-language-switcher .ja.current.last span a {
        background-color: #fdfdfd !important;
        color: #333 !important;
    }
}
@media (max-width: 959px) {
    .bogo-language-switcher .en-US.en.current.first span a {
        background-color: #fdfdfd !important;
        color: #333 !important;
    }
}

/* フッター */
.l-footer__widgetArea {
    padding-top: 3em;
}
@media (max-width: 960px) {
    .l-footer .l-container.w-footer.-col3 {
        max-width: 500px;
        text-align: center;
        display: flex;
        flex-direction: column;
    }
}
/* フッター２列目 */
.footer-nav-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-nav-item a {
    text-decoration: none;
    color: #555555;
    font-size: 1rem;
    transition: opacity 0.3s ease;
}

.footer-nav-item a:hover {
    opacity: 0.7;
}
.l-footer .l-container {
    max-width: 1100px;
}

.l-footer a {
    transition: 0.3s ease;
}
.l-footer a:hover {
    opacity: 0.7;
}
@media (max-width: 960px) {
    .w-footer__box .footer-nav-list {
        align-items: center;
    }
}

.footer-second-links {
    row-gap: 1rem;
}
/* フッター３列目 */
@media (min-width: 961px) {
    .l-footer .newsletter-button {
        text-align: left;
    }
}
.l-footer .newsletter-button.is-style-btn_line a {
    color: var(--the-btn-color, var(--color_main));
}

/* メルマガフォームの横並び設定 */
/*.newsletter-form {
  display: flex;
  margin-bottom: 30px;
}

.newsletter-input {
  flex: 1;
  padding: 12px 15px;
  border: none;
  background-color: #f2f2f2;
  font-size: 14px;
  outline: none;
}

.newsletter-button {
  padding: 0 20px;
  background-color: #d01557;
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s;
  white-space: nowrap;
}

.newsletter-button:hover {
  background-color: #a01043;
} 

@media screen and (max-width: 600px) {
  .newsletter-form {
    width: 100%;
    max-width: 300px;
    margin-inline: auto;
  }
  .newsletter-input {
    width: 79%;
  }
  .newsletter-button {
    width: 21%;
    padding: 0 18px;
  }
}*/

.footer-sns .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
}
@media (max-width: 960px) {
    .footer-sns .wp-block-group__inner-container {
        margin-inline: auto;
    }
}

.footer-sns-links {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    justify-content: center;
}

/* FVセクション */

.post_content h2.fv-title-en {
    color: #1c1c1c;
    font-family: Lato;
    /* font-size: 4.25rem; */
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.9px;
}
@media (max-width: 768px) {
    .post_content h2.fv-title-en {
        font-size: 3rem !important;
    }
}
.post_content h2.fv-title-en span {
    color: #c71550;
}
/* Newsセクション */
.news .wp-block-latest-posts__post-excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.p-postList__excerpt {
    text-align: justify;
}

/* Businessセクション */
.business .c-tabList__button[aria-selected="false"] {
    /* falseのときだけのスタイル */
    border-bottom: 1px solid #999;
    background: #fff;
    opacity: 0.9;
}
.business .swell-block-columns .swell-block-column {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.25);
}
/* タブ装飾 */
.business .c-tabList__button .business-num {
    font-family: "Noto Sans JP";
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1;
}

.business .c-tabList__button .business-menu {
    font-family: "Noto Sans JP";
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.6;
    margin-block: 1rem;
    display: block;
    letter-spacing: 0.96px;
}
@media (max-width: 960px) {
    .business .c-tabList__button .business-menu {
        font-size: 0.9rem;
    }
}
.c-tabList__button[aria-selected="true"] .business-num,
.c-tabList__button[aria-selected="true"] .business-menu {
    color: #fff;
}
.c-tabList__button[aria-selected="false"] .business-num {
    color: #f0d0de;
}
.c-tabList__button[aria-selected="false"] .business-menu {
    color: #555;
}
/* aria-selected="false" のボタンにホバーした時、中の要素を白くする */
.c-tabList__button[aria-selected="false"]:hover .business-num,
.c-tabList__button[aria-selected="false"]:hover .business-menu {
    color: #fff;
}
/* Programセクション */
.program .program-card {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 28px;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.program-card .wp-block-image img {
    object-fit: contain;
}
.program-gap {
    row-gap: 40px;
    column-gap: 28px;
}
@media (max-width: 768px) {
    .program .program-grid {
        grid-template-columns: 1fr;
    }
}
.program .swl-inline-color.has-swl-main-color a {
    transition: opacity 0.7s ease;
}
.program .swl-inline-color.has-swl-main-color a:hover {
    opacity: 0.7;
}
/* Performanceセクション */
.performance-company-name {
    justify-content: space-between;
    align-items: center;
    padding-block-end: 0.5rem;
    position: relative;
    gap: 1rem;
}
.performance-company-name::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.5px;
    background: #c71550;
    bottom: 0;
    left: 0;
}
.performance .swl-bg-color.has-swl-main-background-color {
    padding: 2px 10px;
    width: fit-content;
}
.performance .has-border.-border01 {
    padding: 2px 10px;
    width: fit-content;
}
.performance .padding-10 {
    padding: 0.625rem;
}
/* Clientセクション */
.client .client-circle {
    border-radius: 50%;
    aspect-ratio: 1;
    place-items: center;
    display: grid;
    height: 22.5rem;
    width: 22.5rem;
}
.client .client-circle.client-circle-pink {
    background-color: #fbf1f4;
    opacity: 0.9;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.client .client-circle.client-circle-white {
    background-color: #ffffff;
    opacity: 0.9;
    border: 2px solid rgba(199, 21, 80, 0.07);
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
}

/* messageセクション */
.message-inner {
    position: relative;
}

.message-inner::before {
    content: "";
    position: absolute;
    width: calc(1188 / 1440 * 100vw);
    height: calc(100% + 11rem);
    /* height: calc(543 / 1440 * 100vw);
  aspect-ratio: 1188 / 543;
  max-height: 543px; */
    border-radius: 3.75rem 0 0 3.75rem;
    background: rgba(229, 255, 233, 0.25);
    right: calc(50% - 50vw);
    top: 50%;
    translate: 0 -50%;
    z-index: -1;
}
/* @media (max-width: 1130px) {
  .message-inner::before {
    height: 100%;
    max-height: 100%;
  }
} */

/* memberセクション */
.member-card {
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.25);
    height: 100%;
}
.margin-left-0 {
    margin-inline-start: 0;
}

.member-card .member-card-img {
    margin: 0 0 0 0;
    text-align: left;
}

.member-card .member-card-img img {
    height: 1.4rem;
    object-fit: contain !important;
    width: fit-content;
}
.member-card .member-card-img a {
    width: fit-content;
}

.member-card .member-card-img a:hover {
    opacity: 0.7;
}

/* aboutセクション */
.about .wp-block-table {
    --table-border: none;
}
.about .wp-block-table td span {
    color: #999;
    font-family: "Noto Sans JP";
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.36px;
}
/* newsセクション */
.news .news-list li {
    opacity: 0.9;
    background: #fff;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.25);

    display: grid;
    grid-template-areas:
        "img"
        "date"
        "title"
        "text";
    grid-template-columns: 1fr;
}
@media (max-width: 599px) {
    .news .wp-block-latest-posts.is-grid li {
        margin: 0 0 1.25em 0;
    }
}
.news .news-list li:hover {
}

.news-list .wp-block-latest-posts__featured-image {
    grid-area: img;
    overflow: hidden;
}
.news-list .wp-block-latest-posts__featured-image img {
    transition: transform 0.7s ease;
}
.news-list li:hover .wp-block-latest-posts__featured-image img {
    transform: scale(1.2);
}
.news-list li a {
    padding-inline: 1rem;
    grid-area: title;
    color: #1c1c1c;
    line-height: 1.6;
    font-size: 1.125rem;
    font-weight: bold;
    margin-block-start: 0.75rem;

    cursor: pointer;
}
.news-list li time {
    padding-inline: 1rem;
    grid-area: date;
    padding-block-start: 1rem;
    font-size: 0.75rem;
    letter-spacing: 0.72px;
    color: #999999;
}
.news-list li .wp-block-latest-posts__post-excerpt {
    padding-inline: 1rem;
    grid-area: text;
    margin-block-start: 0.75rem;
}

@media (min-width: 600px) {
    .news .news-list.columns-3 li:nth-child(3n) {
        margin-right: auto;
    }
}
/* カード内aタグのホバー領域を拡大する */
/* 1. カード（li）を基準位置に設定し、重なり順を整理する */
.news .news-list li {
    position: relative; /* 子要素の基準点になる */
}

/* 2. aタグ（タイトル）の擬似要素をカードいっぱいに広げる */
.news .wp-block-latest-posts__post-title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* カード全体を覆う */
}

.news-description a {
    position: relative;
}

.news-description a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #555;
}

.news .wp-block-latest-posts__post-excerpt {
    height: 4.8rem;
}

/* CTA */
.contact .contact-inner {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.8);
    width: calc(1100 / 1440 * 100vw);
    height: auto;
    aspect-ratio: 1100 / 344;
    margin-inline: auto;
    max-width: 1100px;
    width: 92%;
}
.contact .contact-inner a {
    width: 100%;
}
.contact .contact-button {
    max-width: 400px;
    width: 100%;
}
.contact .wp-block-group.is-row {
}
/* 親要素を基準にする */
.contact .is-relative {
    position: relative;
}
.post_content h2.contact-heading-en {
    margin: 0 0 2rem 0;
    color: #1c1c1c;
    font-family: Lato;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.075rem;
    text-transform: capitalize;
}
/* 画像を絶対配置する */
.contact .absolute-image img {
    position: absolute;
    top: calc(-42 / 1440 * 100vw); /* 上からの位置 */
    left: calc(104 / 1440 * 100vw); /* 左からの位置 */
    z-index: 10; /* 重なり順 */
}

@media (max-width: 820px) {
    .contact .absolute-image img {
        width: 100px;
        top: -20%;
        left: 5%;
    }
}
.contact .wp-block-group.is-row {
    display: flex;
    flex-direction: row;
    gap: 3rem;
    align-items: center;
    justify-content: center;
}
@media (max-width: 900px) {
    .contact .wp-block-group.is-row {
        flex-direction: column;
        gap: 0.5rem;
    }
}

/* 各セクションのh3設定 */
.post_content h3.message-h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #1c1c1c;
    line-height: 1.6;
    padding: 0;
}
.post_content h3.message-h3::before {
    display: none;
}
.post_content h3.member-h3 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.6;
    margin: 0;
    padding: 0 0 1rem 0;
}
.post_content h3.member-h3::before {
    display: none;
}
.post_content h3.program-h3 {
    font-size: 1.5em;
    color: #1c1c1c;
    font-weight: bold;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}
.post_content h3.program-h3::before {
    display: none;
}
.post_content h3.client-h3 {
    font-size: 1.5rem;
    color: #c71550;
    font-weight: bold;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}
.post_content h3.client-h3::before {
    display: none;
}

.post_content h3.performance-h3 {
    font-size: 1.125rem;
    color: #555555;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
.post_content h3.performance-h3::before {
    display: none;
}

/* フェードインアニメーション */
/* .animated__fadeIn {
    opacity: 0;
    translate: 0 40px;
    translate: 0 40px;
    transition:
        opacity 0.6s ease,
        translate 0.6s ease; 
} */

/* .animated__fadeIn.js-show {
    opacity: 1;
    translate: 0 0;
} */

/* 左からスライドイン */
/* .animated__slideIn--left {
    opacity: 0;
    translate: -100px 0; 
    transition:
        opacity 0.8s ease,
        translate 0.8s ease;
} */

/* フェードインアニメーション */
body:not(.wp-admin) .animated__fadeIn {
    opacity: 0;
    translate: 0 40px;
    transition:
        opacity 0.6s ease,
        translate 0.6s ease;
}

body:not(.wp-admin) .animated__fadeIn.js-show {
    opacity: 1;
    translate: 0 0;
}

/* 左からスライドイン */
body:not(.wp-admin) .animated__slideIn--left {
    opacity: 0;
    translate: -100px 0;
    transition:
        opacity 0.8s ease,
        translate 0.8s ease;
}

body:not(.wp-admin) .animated__slideIn--left.js-show {
    opacity: 1;
    translate: 0 0;
}

/* FVアニメーション */
/* アニメーションの設定 */
.animation-fv-title {
    animation-name: animationFvtitle;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 0.5s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: both;
}

/* アニメーションの動き（キーフレーム）の定義 */
@keyframes animationFvtitle {
    0% {
        opacity: 0;
        /* 真下（100px）の位置からスタート */
        translate: 0 100px;
    }

    100% {
        opacity: 1;
        /* 元の（0）の位置へ移動 */
        translate: 0 0;
    }
}
.animation-fv-title-delay {
    animation-name: animationFvtitledelay;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: both;
}

/* アニメーションの動き（キーフレーム）の定義 */
@keyframes animationFvtitledelay {
    0% {
        opacity: 0;
        /* 真下（100px）の位置からスタート */
        translate: 0 100px;
    }

    100% {
        opacity: 1;
        /* 元の（0）の位置へ移動 */
        translate: 0 0;
    }
}

/* スマホの時は下からフェードイン */
@media (max-width: 800px) {
    .animated__slideIn--left {
        translate: 0 40px;
    }
}

.animated__slideIn--left.js-show {
    opacity: 1;
    translate: 0 0;
}

/* プライバシーポリシーページ */
/*
.privacy-policy .post_content h2 {
  background: inherit;
  padding-inline: 0;
  margin: 0;
}
.privacy-policy .post_content h2::before {
  border: none;
}
.privacy-policy .is-style-num_circle li:before {
  background-color: inherit;
  color: #555;
  box-shadow: 0 0 0 1px #555;
  top: 0.1em;
}*/
.privacy-policy .post_content li {
    line-height: 1.8;
}
@media (min-width: 960px) {
    .privacy-policy .swell-block-fullWide__inner {
        padding: 2rem;
    }
}

/* enページ */
.client-h3-en {
    min-height: 5rem;
}
@media screen and (max-width: 960px) {
    .client-h3-en {
        min-height: auto;
    }
}
@media screen and (max-width: 600px) {
    .newsletter-button-en {
        width: 31%;
        padding: 0 10px;
    }
}

.client .client-circle.client-circle-en {
    height: 24.5rem;
    width: 24.5rem;
    padding: 1rem;
}

/* 追記 */
/* ブロックエディタ内では出現アニメーションを無効化 */
.editor-styles-wrapper .animated__fadeIn,
.editor-styles-wrapper .animated__slideIn--left {
    opacity: 1 !important;
    translate: 0 0 !important;
    transform: none !important;
    visibility: visible !important;
    transition: none !important;
}

.animated__slideIn--left.js-show {
    opacity: 1;
    translate: 0 0;
}
