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

body{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-style: normal;
    font-weight: 400;
}


/* SWELLのファーストビュー（.p-mainVisual）を背面に */
.p-mainVisual {
    position: relative;
    z-index: 1;
}

.w-beforeFooter {
    margin: 0;
}

/* ページネーション */
.pagination-list{
    align-items: center;
}

[class*=page-numbers].current, [class*=page-numbers]:hover {
    border-radius: 999px !important;
}

.page-numbers{
    border-radius: 999px !important;
}

/* 戻る・進む矢印だけ枠なし */
.pagination-list li .prev,
.pagination-list li .next {
    background: none;
    box-shadow: none;
    width: auto;
    height: auto;
    border: none;
    padding: 0 10px;
    font-size: 18px;
    color: #00536D;
}

/* キャッチコピーの位置調整 */
.p-mainVisual__textLayer {
    left: 10%; /* ← 左寄せ */
    transform: none; /* ← 中央寄せのtransformを無効に */
}

.l-fixHeader .l-container{
    margin-right: 50px;
    margin-left: 50px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/* ホバー時の下線 */
.c-gnav a::after {
    height: 1px;
}


/**********************************/
/*共通css
/**********************************/

/* ボタン共通 */
.btn{
    width: 160px;
    display: inline-block;
    text-align: left;
    display: flex;
    margin: 0 0 0 auto;
}

.btn a.swell-block-button__link {
    background-color: transparent;
    color: #00536D;
    box-shadow: none;
    position: relative;
    text-align: left !important;
    padding: 12px !important;
    width: 100%;
    border-bottom: 1px solid #00536D;
    border-radius: 0;
    transition: all .3s;
}

.btn.white a.swell-block-button__link {
    background-color: transparent;
    color: #ffffff;
    box-shadow: none;
    position: relative;
    text-align: left !important;
    padding: 12px !important;
    width: 100%;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    transition: all .3s;
}

.btn a:hover{
    box-shadow: none;
}

.btn .swell-block-button__link::after{
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    background: url(images/arrow.svg) center center no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    transition: all .3s;
}

.btn.white .swell-block-button__link::after{
    background: url(images/arrow_white.svg) center center no-repeat;
}

.btn .swell-block-button__link span{
    font-family: "Cinzel", serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .05em;
    padding-bottom: 12px;
}

@media screen and (max-width: 781px) {
    .btn a.swell-block-button__link {
        padding: 8px !important;
    }
	.btn .swell-block-button__link span{
		font-size: 15px;
		padding-bottom: 8px;
	}
}

.swell-block-button.btn[style*="text-align: right"] {
    text-align: right;
}

.btn .swell-block-button__link:hover::after{
    right: -4px;
}

/* ボタン共通ここまで */

/* .concept_sec{
    position: relative;
    z-index: 10;
}

.concept_sec::after{
    position: absolute;
    content: ''; */
    /* top: clamp(-550px, -17vw, -460px); */
    /* top: -370px;
    left: 0;
    background: url(images/concept_bg.png) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 150%;
    z-index: -1;
} */

/* service */
/* .service_sec{
    position: relative;
    z-index: 11;
}

.service_sec::before{
    position: absolute;
    content: '';
    top: clamp(-220px, -10vw, -100px);
    left: 0;
    background: url(images/service_bg.png) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 274px;
    z-index: -1;
} */

.service_contents_wrap{
    border-top: 1px solid #CDCDCD;
}

.service_wrap{
    border-bottom: 1px solid #CDCDCD;
    position: relative;
    padding: 24px 30px 24px 0;
}

.service_wrap::after{
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    background: url(images/arrow.svg) center center no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
}

.service_wrap .service_title{
    font-size: 24px;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    letter-spacing: .05em;
    padding-left: 28px;
    position: relative;
    margin-bottom: 24px;
}

.service_wrap .service_title::before{
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    background: url(images/circle_grad.svg) center center no-repeat;
    background-size: cover;
    width: 18px;
    height: 19px;
}

/* trainer */
.trainer_sec{
    padding-top: 240px !important;
}

/* .trainer_sec::before{
    position: absolute;
    content: '';
    top: clamp(-200px, -8vw, -100px); */
    /* left: 0;
    background: url(images/trainer_bg.png) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 110%;
    z-index: -1;
} */

@media (max-width: 781px) {
    .trainer_sec{
        padding-top: 200px !important;
    }
}

/* seminer */
.seminer_sec .p-postListWrap .p-postList__body{
    display: flex;
    align-items: center;
    gap: 24px;
}

.seminer_sec .p-postListWrap .p-postList__body .p-postList__meta {
    margin: 0;
    font-family: "Cinzel", serif;
    /* margin: 0 0 4px; */
}

.seminer_sec .p-postListWrap .p-postList__body .p-postList__title{
    font-weight: 400;
}

/* .cta_sec{
    position: relative;
    z-index: 13;
}

.cta_sec::before{
    position: absolute;
    content: '';
    top: clamp(-260px, -12vw, -100px);
    left: 0;
    background: url(images/cta_bg.png) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 133%;
    z-index: -1;
} */

.l-footer .copyright {
    font-family: "Cinzel", serif;
    font-weight: 400;
}

.l-footer .c-iconList{
    gap: 20px;
}

.l-footer .c-iconList .u-fz-14 {
    font-size: 20px;
}

/* ヘッダーコンタクトボタン */
.header_contact_btn a{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    padding: 10px 36px;
    transition: all .3s;
}

.header_contact_btn a:hover{
    opacity: .7;
}


/**********************************/
/*コンタクトページ
/**********************************/
.contact-form-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.contact-form-wrapper h3 {
    text-align: center;
    margin-bottom: 40px;
    color: #00536D;
    font-size: 14px;
    line-height: 180%;
	font-weight: 400;
	letter-spacing: .05em;
}

/* フォームセクション */
.form-section {
    margin-bottom: 30px;
}

.form-section label {
    display: block;
    margin-bottom: 8px;
    color: #00536D;
    font-weight: 500;
    font-size: 14px;
	letter-spacing: .05em;
}

/* 必須マーク */
.required {
    background-color: #00536D;
    color: white;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 12px;
	font-weight: 500;
    margin-left: 16px;
}

/* フォーム要素 */
.form-control {
    width: 100%;
    padding: 10px 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    background-color: #fff;
    transition: border-color 0.3s ease;
	letter-spacing: .05em;
}

.form-control:focus {
    outline: none;
    border-color: #00536D;
}

/* プレースホルダー */
.form-control::placeholder {
    color: #999;
    font-size: 14px;
	letter-spacing: .05em;
}

/* セレクトボックス */
select.form-control {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 40px;
}

/* テキストエリア */
textarea{
	background-color: #fff;
	color: #444;
	width: 100%;
	border-radius: 5px;
	font-size: 14px;
	padding: 10px 16px;
	letter-spacing: .05em;
}

textarea::placeholder {
    color: #999;
    font-size: 14px;
	letter-spacing: .05em;
}

textarea:focus {
    outline: none;
    border-color: #00536D;
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

/* 送信ボタン */
.submit-section {
    text-align: center;
    margin-top: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.submit-btn {
    background-color: #00536D;
    color: white;
    padding: 15px 100px;
    border: none;
    font-size: 16px;
	font-family: "Shippori Mincho", serif;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    max-width: 267px;
	display: inline-block;
	 /* 背景画像でアイコンを表示 */
    background-image: url('images/arrow_white.svg');
    background-repeat: no-repeat;
    background-position: 210px center;
    background-size: 15px 15px;
}

.submit-btn:hover {
    opacity: .7;
}

/* .submit-btn::after {
	position: absolute;
    content: '';
    left: 30px;
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 15px;
	height: 15px;
	background: url(images/arrow_white.svg) center center;
    background-repeat: no-repeat;
    background-size: cover;
} */

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .contact-form-wrapper h3 {
        font-size: 14px;
    }
    
    .form-control {
        padding: 10px 12px;
    }
    
    .submit-btn {
        font-size: 14px;
        min-width: 240px;
    }
}

/* Contact Form 7のデフォルトスタイルリセット */
.wpcf7-form {
    background: none;
    border: none;
    padding: 0;
}

.wpcf7-form p {
    margin: 0;
}

/* エラーメッセージのスタイル */
.wpcf7-not-valid-tip {
    color: #e74c3c;
    font-size: 12px;
    margin-top: 5px;
}

.wpcf7-validation-errors {
    background-color: #ffeaea;
    border: 1px solid #e74c3c;
    color: #e74c3c;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.wpcf7-mail-sent-ok {
    background-color: #eafaf1;
    border: 1px solid #27ae60;
    color: #27ae60;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}

/**********************************/
/*セミナー詳細ページ
/**********************************/

/* セミナーカテゴリーの投稿ページでアイキャッチを非表示 */
.single.category-seminar .c-eyecatch,
.single.category-seminar .p-article__eyecatch,
.single.category-seminar .wp-post-image {
    display: none !important;
}

.wp-singular .p-articleHead .c-postTitle__ttl{
    font-family: "Shippori Mincho", serif;
    color: #00536D;
    text-shadow: none;
    text-align: left;
}

.wp-singular .l-topTitleArea__body {
    color: #00536D;
}

.l-topTitleArea .c-postTitle__date {
    border-color: #00536D;
}

.l-topTitleArea .c-categoryList, .l-topTitleArea .c-tagList {
    color: #00536D;
}

.l-topTitleArea .c-categoryList__link {
    border: 1px solid #00536D;
}

.l-topTitleArea .c-categoryList__link, .l-topTitleArea .c-tagList__link {
    background: none;
    color: #00536D;
}

.wp-singular .l-article{
    padding-top: 120px;
}

.seminar_contents .single_seminar_title{
    font-size: 24px;
	font-family: "Shippori Mincho", serif;
    font-weight: 600;
    padding: 10px;
    background-color:#00536D;
    color: #fff;
}

.single_seminar_wrap{
    padding-bottom: 0 !important;
}

.seminar_btn a{
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-size: 16px;
    border-radius: 0;
    position: relative;
    transition: all .3s;
}

.seminar_btn a::after{
    content: '';
    position: absolute;
    background: url('images/arrow_white.svg');
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.seminar_btn a:hover{
    opacity: .7;
}

@media (max-width: 781px) {
    .wp-singular .l-article{
        padding-top: 80px;
    }
    .seminar_contents .single_seminar_title{
        font-size: 20px;
    }
    .seminar_btn a{
        font-size: 15px;
    }
    .seminar_btn a::after{
        right: 10px;
    }
}

/**********************************/
/*トレーナー一覧ページ
/**********************************/
/* SWELLの標準FV構造を再現 */
/* .post-type-archive-trainer .trainer-archive::before {
    content: '';
    display: block;
    width: 100vw;
    min-height: 550px;
    background-image: url('https://gh-check.com/coralup_test/wp-content/uploads/2025/06/under_mv-scaled.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: -60px;
    margin-bottom: 0;
}

.post-type-archive-trainer .trainer-archive::after {
    content: 'トレーナー情報';
    position: absolute;
    top: -460px;
    left: 0;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    z-index: 1;
    pointer-events: none;
} */

/* トレーナーアーカイブページ用のFVスタイル */
.l-topTitleArea {
    align-items: center;
    display: flex;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.l-topTitleArea__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    display: block;
}

.l-topTitleArea__body {
    position: relative;
    z-index: 2;
    width: 100%;
}

.c-postTitle__ttl {
    color: #00536D;
    font-family: "Shippori Mincho", serif;
    font-size: clamp(32px, 4.5vw, 40px);
    font-weight: 600;
    text-align: left;
    margin: 0;
    position: relative;
}

.post-type-archive-trainer .trainer-archive {
    position: relative;
    padding-top: 60px;
}

.post-type-archive-trainer .page-title {
    display: none;
}

.trainer-archive-bredcrumb{
    display: block !important;
    box-shadow: none !important;
    background: transparent !important;
}

.trainer-archive {
    padding: 120px 0;
    min-height: 100vh;
}

/* メンバーグリッドレイアウト - 3x3グリッド */
.trainer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1080px;
    margin: 0 auto 80px auto;
}

.trainer-card {
    border-radius: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.trainer-card:hover {
    opacity:  .7;
}

.trainer-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.trainer-image {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
    box-shadow: 0px 2px 10px 0px rgba(12, 11, 11, 0.15);
}

.trainer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.trainer-card:hover .trainer-image img {
    transform: scale(1.02);
}

.no-image {
    width: 100%;
    height: 100%;
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    font-size: 1.1rem;
}

/* メンバー情報エリア */
.trainer-info {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}

.trainer-name-en {
    font-size: clamp(18px, 4vw, 24px);
    font-weight: 400;
    color: #00536D;
    letter-spacing: .05em;
    font-family: "Cinzel", serif;
    white-space: nowrap;
}

.trainer-name-divider {
    font-size: clamp(16px, 2.5vw, 20px);
    color: #00536D;
    font-weight: 300;
}

.trainer-name-jp {
    font-size: 12px;
    color: #00536D;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: "Shippori Mincho", serif;
}

/* ページネーション */
.trainer-pagination {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.pagination-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
}

.pagination-list li {
    margin: 0;
}

.pagination-list a,
.pagination-list .current {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    text-decoration: none;
    color: #6c757d;
    border: 2px solid #e9ecef;
    background: white;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination-list a:hover {
    background-color: #00536D;
    color: white;
    border-color: #00536D;
    text-decoration: none;
}

.pagination-list .current {
    background-color: #00536D;
    color: white;
    border-color: #00536D;
}

/* 最初と最後の項目の角を丸く */
.pagination-list li:first-child a,
.pagination-list li:first-child .current {
    border-radius: 24px 0 0 24px;
}

.pagination-list li:last-child a,
.pagination-list li:last-child .current {
    border-radius: 0 24px 24px 0;
}

/* 1つだけの場合は完全に丸く */
.pagination-list li:only-child a,
.pagination-list li:only-child .current {
    border-radius: 24px;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .trainer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        max-width: 800px;
    }
}

@media (max-width: 781px) {
    .trainer-archive {
        padding: 40px 0;
    }
    
    .trainer-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        max-width: 400px;
    }
    
    .trainer-image {
        height: 280px;
    }
    
    .trainer-images {
        grid-template-columns: 1fr;
    }
    
    .trainer-main-image img,
    .trainer-additional-image img {
        height: 300px;
    }
    
}

@media (max-width: 480px) {
    .trainer-archive .page-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }
    
    .pagination-list a,
    .pagination-list .current {
        width: 40px;
        height: 40px;
        font-size: 0.9rem;
    }
}

/**********************************/
/*トレーナー詳細ページ
/*********************************/
.trainer-detail {
    margin: 0;
    padding: 120px 0;
}

.trainer-detail-container {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 80px;
    /* display: grid;
    grid-template-columns: 400px 1fr;
    gap: 80px; */
    align-items: start;
}

.trainer-header_namewrapper{
    display: flex;
    gap: 40px;
    align-items: flex-end;
}

.trainer-detail .trainer-name-jp {
    font-size: clamp(22px, 4vw, 32px);
    color: #00536D;
    margin-bottom: 12px;
    font-weight: 600;
    letter-spacing: .05em;
}

.trainer-detail .trainer-name-en {
    font-size: clamp(14px, 2vw, 16px);
    color: #00536D;
    font-weight: 400;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-family: "Cinzel", serif;
}

/* Instagram アイコン */
.instagram-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.instagram-link img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instagram-link:hover {
    opacity: .7;
}

/* 資格・肩書き情報 */
.trainer-qualifications {
    margin-top: 40px;
}

.qualification-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    line-height: 1.6;
}

.qualification-item:last-child{
    margin-bottom: 0;
}

.qualification-hash {
    color: #00536D;
    font-weight: 600;
    margin-right: 8px;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.qualification-text {
    color: #00536D;
    font-size: 14px;
    letter-spacing: .05em;
    font-weight: 400;
}

/* 本文部分（右側） */
.trainer-body {
    margin-top: 40px;
}

/* 画像レイアウト */
.trainer-images {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.trainer-main-image{
    width: 40%;
    height: 350px;
}

.trainer-main-image,
.trainer-additional-image {
    overflow: hidden;
    box-shadow: 0px 2px 10px 0px rgba(12, 11, 11, 0.15);
    width: auto;
    height: 350px;
}

.trainer-main-image img,
.trainer-additional-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 本文コンテンツ */
.trainer-content {
    line-height: 1.9;
    color: #333;
    font-size: 1.1rem;
}

.trainer-content p {
    margin-bottom: 2rem;
    text-align: justify;
    font-size: clamp(15px, 1.5vw, 16px);
    font-weight: 400;
    line-height: 180%;
    letter-spacing: .05em;
    color: #00536D;
}

.trainer-content p:last-child {
    margin-bottom: 0;
}

/* ナビゲーション */
.trainer-navigation {
    text-align: center;
}

.back-to-list {
    display: inline-block;
    background-color: #00536D;
    color: #fff;
    font-family: "Shippori Mincho", serif;
    padding: 16px 80px;
    text-decoration: none;
    font-size: clamp(15px, 1.5vw, 16px);
    font-weight: 500;
    font-size: 1.05rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,83,109,0.2);
    position: relative;
}

.back-to-list::before{
    position: absolute;
    content: '';
    top: 50%;
    left: 20px;
    transform: translateY(-50%) rotate(180deg); 
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    background: url(images/arrow_white.svg) center center no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    transition: all .3s;
}

.back-to-list:hover {
    opacity: .7;
}

/* スマホ対応 */
@media (max-width: 781px) {
    .trainer-detail {
        padding: 80px 0 40px 0;
    }
    .trainer-detail .trainer-name-jp {
        margin-bottom: 8px;
    }
    
    .trainer-images {
        flex-direction: column;
        gap: 32px;
    }

    .trainer-main-image,
    .trainer-additional-image {
        width: 100%;
        height: 280px;
    }
    .back-to-list {
        padding: 16px 60px;
    }
}

/**********************************/
/*Thanksページ
/*********************************/
.top_btn a{
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-size: 16px;
    border-radius: 0;
    position: relative;
    transition: all .3s;
}

.top_btn a::after{
    content: '';
    position: absolute;
    background: url('images/arrow_white.svg');
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    left: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
}

.top_btn a:hover{
    opacity: .7;
}

@media (max-width: 781px) {
    .top_btn a{
        font-size: 15px;
    }
    .top_btn a::after{
        left: 20px;
    }
}