@charset "utf-8";
:root {
    --font-en: paganini, serif;
    --font-ja: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", serif;
    --font-base: var(--font-en), var(--font-ja);
}
body {
	word-break: auto-phrase;
	letter-spacing: 0.05em;
	font-family: var(--font-base);
}
.b_ttl,
.text_en,
.uppercase {
    font-family: var(--font-en);
    font-weight: 700;
    font-style: normal;
}

.text_en-2{
    font-family: berthold-baskerville-pro, sans-serif;
font-weight: 400;
font-style: normal;
}

html{
scroll-behavior:smooth;
}
word-break: auto-phrase;
div#wpcf7-f5-p13-o1 h2,
div#wpcf7-f5-p13-o1 h3,
div#mw_wp_form_mw-wp-form-6 h2,
div#mw_wp_form_mw-wp-form-6 h3 {
    font-size: 13px;
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: 0.5em;
}
header.absolute ul.links_sns li a.yt_icon::before {
  background-image: url(../images/icon/youtube_icon_wht.svg);
  width: 28px;
  height: 28px;
}
header.absolute.after_scroll ul.links_sns li a.yt_icon::before {
  background-image: url(../images/icon/youtube_icon.svg);
  width: 28px;
  height: 28px;
}
header.absolute.after_scroll #header_wrap .navbar-nav .blank_btn a,
header #header_wrap .navbar-nav .blank_btn a {
	background-color: var(--site-main-color);
}
header.absolute #header_wrap .navbar-nav .blank_btn a {
    background-color: var(--site-main-color) !important;
}
header.absolute #header_wrap h1 a,
header.absolute.after_scroll #header_wrap h1 a {
	background-position: center;
}
@media screen and (max-width: 767px) {	
	header.absolute.after_scroll #header_wrap h1 a {
    height: 32px;
	}
}
header #header_wrap h1 a {
	height: 40px;
    background-position: top center;
}
footer .blank_btn a {
	background-color: #666 !important;
	color: #fff;
	padding: 6px 40px !important;
	border-radius: 30px;
	display: block;
}
footer {color:#fff;}
footer a{color:#fff;}
footer .footer_menu_area .footer_navi .blank_btn a:hover {
	--d: unset;
	opacity: 0.7;
}
footer .footer_logo a img {
    max-height: 20px;
}
ul.links_sns li a.yt_icon::before {
  background-image: url(../images/icon/youtube_icon.svg);
  width: 28px;
  height: 28px;
}
.gutenberg .b_ttl{
	color: var(--site-main-color);
	letter-spacing: .1em;
}
.p01_sec03 .flex_1c_b .textbox {
	text-align: left;
}
.program__intro {
  text-align: center;
  margin: 0 auto;
}
.program__intro p {
  display: inline-block;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.plan-price_page .ttl02 {
	border-bottom: none;
}
.link_contents_btn_colored {
    background: var(--site-main-color);
}
.link_contents_btn_colored .b_ttl {
	color: #333;
}

@media screen and (max-width: 767px) {
	.link_contents_btn a {
		padding: 30px 20px 30px 5px;
	}
	.link_contents_btn a .b_ttl {
		font-size: 22px;
	}
	.link_contents_btn a::after {
		width: 14px;
		height: 14px;
}
}
/* 丸3個 */
.required_items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.required_items li {
  list-style: none;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: var(--site-main-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.required_items li span {
  font-size: 1.2em;
  color: #333;
  letter-spacing: 0.05em;
}
.required_items_note {
  line-height: 1.8;
}
.required_items_note p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .required_items {
    gap: 2rem;
  }
  .required_items li {
    width: 130px;
    height: 130px;
  }
  .required_items li span {
    font-size: 1em;
  }
  .required_items_note {
    font-size: 0.85em;
    line-height: 1.7;
    margin-top: 1.5rem;
  }
}
.flex_3c.photo--ratio1x1 .box img {
    aspect-ratio: 1 / 1;
}
/* philosophy */
.philosophy_item {
    background: #fff;
    padding: 5rem 10px;
    border: 1px solid var(--site-main-color);
    line-height: 2;
    margin-bottom: 1rem;
}
.philosophy_item h3 {
    font-size: 24px;
	line-height: 1.5;
	letter-spacing: .1em;
    margin-bottom: 2.5rem;
}
.philosophy_item .b_ttl {
    font-size: 18px;
    display: block;
    margin-bottom: 1.5rem;
}
/* トップページ */
section.spend_for_progress {
    position: relative;
    width: 100%;
    background-image: url(../images/home_SpendforProgress_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
	margin-bottom: 6em;
}
.spend_for_progress h2 {
	padding-top: 70px;
}
.spend_for_progress > p {
}
.spend_for_progress__inner {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    min-height: 740px;
}
.spend_for_progress__inner img {
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    z-index: 1;
}
.spend_for_progress__inner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.spend_for_progress__inner-text h3 {
    font-size: 1.8em;
    margin-bottom: 15px;
    color: #333;
}
.spend_for_progress__inner-text p {
    font-size: 1em;
    line-height: 1.6;
    color: #555;
}
@media screen and (max-width: 768px) {
    .spend_for_progress {
        min-height: 600px;
        padding: 50px 0;
    }
    .spend_for_progress h2 {
        font-size: 2em;
    }
    .spend_for_progress > p {
        font-size: 1em;
        margin-bottom: 30px;
    }
    .spend_for_progress__inner {
        min-height: 400px;
    }
    .spend_for_progress__inner img {
        max-width: 100%;
    }
    .spend_for_progress__inner-text {
        width: 90%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 15px;
        font-size: 0.9em;
    }
    .spend_for_progress__inner-text h3 {
        font-size: 1.5em;
    }
}
@media screen and (max-width: 480px) {
    .spend_for_progress__inner-text {
        width: 95%;
    }
}
section.introduction {
    background-color: var(--site-main-color);
    margin: 0 auto;
    max-width: 720px;
    text-align: center;
    padding: 50px;
}
section.introduction p {
    line-height: 2;
    margin-top: 1em;
}
section.introduction-pale {
    background-color: var(--site-sub-color01);
}
section.introduction ul {
    width: fit-content;
    text-align: left;
    margin: auto;
}
section.introduction ul {
  list-style: none;
}
section.introduction li {
  line-height: 2;
  position: relative;
  padding-left: 18px;
}
section.introduction li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.7em;
  height: 0.7em;
  background-color: #555;
  border-radius: 1px;
}

/* faq */
/*.faq div#faq\ first_content {
	background-color: var(--site-sub-color01);
	padding-top: 5em;
	padding-bottom: 5em;
}*/
.faq .faq_contents {
	margin-bottom: 5em;
}
.faq .faq_contents h2 {
	font-size: 24px;
}
.faq .faq_contents ul {
	border: 1px solid var(--site-sub-color02);
}
.faq .faq_contents li.accordion_one:not(:last-child) {
	border-bottom: 1px solid #fff;
}
.faq .recruit_menu_btn_list li a.recruit_select_btn {
	border: solid 1px var(--site-main-color);
}
.faq .recruit_menu_btn_list li a.recruit_select_btn:after {
	color: var(--site-main-color);
}
.faq_page .faq_contents .accordion_one .accordion_header::before {
    content: "Q";
    background-color: #FFF;
    color: var(--site-main-color);
    width: 30px;
    height: 30px; 
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;   
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.faq_page .faq_contents .accordion_one .accordion_header {
	background-color: #282828;
    font-weight: normal;
	padding: 1.5em 1.5em 1.5em 60px;
}
.faq_page .faq_contents .accordion_one .accordion_inner {
    position: relative;
	padding: 1.5em 1.5em 1.5em 60px;
	border: none;
	background-color: #fff;
}
.faq_page .faq_contents .accordion_one .accordion_inner::before {
    content: "A";
    background-color: var(--site-main-color);
    color: #FFF;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 30px;
    transform: translateY(-50%);
}
.faq_page .faq_contents .accordion_one .accordion_inner .box_one {
}
@media screen and (max-width: 767px) {
    .faq_page .faq_contents .accordion_one .accordion_header::before {
        left: 15px; 
        top: 50%;
        transform: translateY(-50%);
    }
    .faq_page .faq_contents .accordion_one .accordion_header {
        padding-left: 55px;
    }
    .faq_page .faq_contents .accordion_one .accordion_inner::before {
        left: 15px; 
        top: 30px;
        transform: translateY(-50%);
    }
}

.archives_list #date a {
	background: #3b3c3c;
}
.archives_list .thumb_box {
	margin-bottom: 5px;
}
.pager.basic_space1_margin_bottom {
    text-align: center;
	padding-top: 50px;
}
@media screen and (max-width: 767px) {
	ul.archives_list {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
        justify-content: space-between;
	}
	.post_list_flex {
		width: calc(50vw - 20px - 6px);
	}
	.post_list_flex .thumb_box img {
		aspect-ratio: 1 / 1;
	}
	.archives_list li {
    border-bottom: none;
}
}
@media screen and (max-width: 767px) {
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
}
@media screen and (min-width: 768px) {
	.pc_only {
		display: block;
	}
	.sp_only {
		display: none;
	}
}
/*----------------------*/
.news_list_display.news_list_thum li .category_name a,
.archives_list #date a {
    background-color: var(--site-main-color);
}
@media screen and (max-width: 767px) {
.news_list_display.news_list_thum {
display: flex;
flex-wrap: wrap;
flex-direction: column;
align-items: center;
}
    .news_list_display.news_list_thum li {
        width: calc(100% - 16px);
        margin-right: 0;
        margin-bottom: 15px;
	}
	.news_list_display.news_list_thum li a {
		margin-right:0;
	}
}
/* news一覧ページ */
@media screen and (min-width: 768px) {
  .box_contents_b {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  .box_contents_b .contents_main {
    flex: 1;
    width: auto;
    margin-left: 60px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box_contents_b .contents_side {
    width: 200px;
    flex: 0 0 200px;
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .box_contents_b {
    padding: 0 40px;
  }
  .box_contents_b .contents_main {
     margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .box_contents_b {
    display: block;
    padding: 0 20px;
  }
  .box_contents_b .contents_main {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px;
  }
  .box_contents_b .contents_side {
    width: 100%;
    padding: 0;
  }
  .box_contents_b .archive_list_flex {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }
  .box_contents_b .archive_list_flex .post_item {
      width: calc(50% - 10px);
  }
}
header.fixed {
    background-color: rgba(27,27,27,.8);
	color: #fff;
}
header #header_wrap .logo {
	max-width: 280px;
}
/* 共通設定：中央寄せ */
.mv_catch_copy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 10;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.mv_catch_copy .text_en {
    font-size: 48px;
    margin: 0 0 10px 0;
    line-height: 1.2;
}
.mv_catch_copy .text_ja {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}
@media screen and (max-width: 768px) {
	.mv_catch_copy .text_en {font-size: 30px !important;}
	.mv_catch_copy .text_ja {font-size: 16px;}
}

/* ===================================================
   ACF 柔軟なコンテンツ：画像＋テキスト (.layout_media_text)
   =================================================== */
.layout_media_text .media_text_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.layout_media_text .media_img,
.layout_media_text .media_body {
    width: 50%;
}
@media screen and (max-width: 767px) {
    .layout_media_text .media_text_block {
        flex-direction: column;
        gap: 30px;
    }
    .layout_media_text .media_img,
    .layout_media_text .media_body {
        width: 100%;
    }
}
/* ===================================================
   ACF 柔軟なコンテンツ：カラム (.layout_columns) の余白補正
   =================================================== */
.layout_columns .text_area {
    padding: 20px 0;
}
/* ===================================================
   アクセスブロック：Googleマップ調整
   =================================================== */
.p01_sec12 .iframe_area .map_wrapper iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9; /* 地図の縦横比 */
    border: 0;
}

/* 既存の横並びデザインを維持するための補足 */
@media screen and (max-width: 767px) {
    .p01_sec12 .access_flex li {
        display: block; /* スマホでは縦並び */
    }
    .p01_sec12 .iframe_area {
        width: 100%;
        margin-bottom: 20px;
    }
}
/* =========================================================
   ギャラリー / 画像複数 (Swiper ＆ Grid 統合版)
========================================================= */

/* --- 共通：大枠の幅・変数設定 --- */
.p-flex-gallery {
    --swiper-pagination-bottom: 10px;
}
.p-flex-gallery .img_area {
    width: 100%;
}
.p-flex-gallery__single {
    margin-bottom: 60px;
}

/* --- 1. スライダータイプ (複数枚表示) --- */
.p-flex-gallery .img_slider .swiper-slide a img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 4 / 3;
}

/* --- 2. シングルタイプ (メイン＋サムネイル連動) --- */
.p-flex-gallery .thumbnail {
    margin-bottom: 15px;
    width: 100%;
}

.p-flex-gallery .thumbnail figure {
    aspect-ratio: 16 / 9;
    background-color: #f5f5f5;
    margin: 0;
    width: 100%;
}
.p-flex-gallery .thumbnail figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.p-flex-gallery .thumb-wrap {
    position: relative;
    padding: 0 55px;
}
.p-flex-gallery .thumbnail-thumb {
    width: 100%;
}
.p-flex-gallery .thumbnail-thumb .swiper-slide {
    width: 120px !important;
    height: 120px !important;
    opacity: 0.4;
    transition: opacity 0.3s ease;
    cursor: pointer;
}
.p-flex-gallery .thumbnail-thumb .swiper-slide-thumb-active,
.p-flex-gallery .thumbnail-thumb .swiper-slide:hover {
    opacity: 1;
}
.p-flex-gallery .thumbnail-thumb figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    display: block;
}

/* --- 共通：矢印ボタンの見た目 --- */
.p-flex-gallery .swiper-button-next,
.p-flex-gallery .swiper-button-prev {
    color: #333;
    background-color: rgba(255, 255, 255, 0.7);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -20px;
}
.p-flex-gallery .swiper-button-next:after,
.p-flex-gallery .swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
}
.p-flex-gallery .thumb-wrap .swiper-button-prev {
    left: 0;
}
.p-flex-gallery .thumb-wrap .swiper-button-next {
    right: 0;
}

/* --- 3. グリッド表示 (新仕様：CSS Grid) --- */
.p-flex-gallery .gallery_grid {
    list-style: none;
    padding: 0;
    margin: 0;
}
.p-flex-gallery .gallery_grid li a,
.p-flex-gallery .gallery_grid li .no-link-box {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden; /* 画像拡大アニメーションのはみ出しを隠す */
}
/* リンク（Lightbox）ありの場合のみホバーで少し画像を拡大 */
.p-flex-gallery .gallery_grid li a img {
    transition: transform 0.3s ease;
}
.p-flex-gallery .gallery_grid li a:hover img {
    transform: scale(1.05); /* ふんわりズーム */
}

/* ===================================================
   高機能CTAボタン共通デザイン
=================================================== */
.cta_btn_wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.cta_btn_wrap .cta_micro_text {
    font-size: 0.85em;
    color: #333;
    margin-bottom: 8px;
    text-align: center;
}
.cta_btn_wrap .cta_micro_text.bottom {
    margin-top: 8px;
    margin-bottom: 0;
    color: #666;
}

.cta_btn_item {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    background-color: var(--cta-bg, transparent);
    border: 1px solid var(--cta-border-col, transparent);
    color: var(--cta-text, #ffffff) !important;
    overflow: hidden;
    transition: opacity 0.3s ease-out, background-color 0.3s, color 0.3s;
    letter-spacing: 0.05em;
    box-sizing: border-box;
}

.cta_btn_item.has-bg-img {
    background-color: transparent;
    background-image: var(--cta-bg-img);
    background-size: cover;
    background-position: center;
}

.cta_btn_item:hover { opacity: 0.7; }
.cta_btn_item.radius-square  { border-radius: 0; }
.cta_btn_item.radius-rounded { border-radius: 6px; }
.cta_btn_item.radius-pill    { border-radius: 999px; }

.cta_btn_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.cta_btn_inner.align-left   { align-items: flex-start; text-align: left; }
.cta_btn_inner.align-center { align-items: center; text-align: center; }
.cta_btn_inner.align-right  { align-items: flex-end; text-align: right; }

.cta_main_txt { line-height: 1.2; }
.cta_sub_txt { font-size: 12px; margin-top: 4px; opacity: 0.9; }

/* CSS図形で描画する右矢印 */
.cta_btn_item.has-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 1px solid var(--cta-text, #ffffff);
    border-right: 1px solid var(--cta-text, #ffffff);
    transform: translateY(-50%) rotate(45deg);
    box-sizing: border-box;
}

/* --- PC配置・サイズ展開 --- */
@media screen and (min-width: 768px) {
    .cta_btn_wrap.align-pc-left   { align-items: flex-start; }
    .cta_btn_wrap.align-pc-center { align-items: center; }
    .cta_btn_wrap.align-pc-right  { align-items: flex-end; }
    .cta_btn_wrap.align-pc-full   { align-items: stretch; }
    .cta_btn_wrap.align-pc-full .cta_btn_item { width: 100%; }

    .cta_btn_item.size-small { padding: 12px 20px; min-width: 180px; }
    .cta_btn_item.size-small.has-arrow { padding-right: 50px; }
    .cta_btn_item.size-small .cta_main_txt { font-size: var(--cta-fs-pc, 18px); }
    .cta_btn_item.size-small.has-arrow::after { width: 10px; height: 10px; right: 20px; }

    .cta_btn_item.size-medium { padding: 18px 30px; min-width: 280px; }
    .cta_btn_item.size-medium.has-arrow { padding-right: 60px; }
    .cta_btn_item.size-medium .cta_main_txt { font-size: var(--cta-fs-pc, 24px); }
    .cta_btn_item.size-medium.has-arrow::after { width: 14px; height: 14px; right: 25px; }
    
    .cta_btn_item.size-large { width: 598px; height: 120px; padding: 0 40px; }
    .cta_btn_item.size-large.has-arrow { padding-right: 80px; } 
    .cta_btn_item.size-large .cta_main_txt { font-size: var(--cta-fs-pc, 28px); }
    .cta_btn_item.size-large.has-arrow::after { width: 25px; height: 25px; right: 35px; }
}

/* --- SP配置・サイズ展開 --- */
@media screen and (max-width: 767px) {
    .cta_btn_wrap.align-sp-left   { align-items: flex-start; }
    .cta_btn_wrap.align-sp-center { align-items: center; }
    .cta_btn_wrap.align-sp-right  { align-items: flex-end; }
    .cta_btn_wrap.align-sp-full   { align-items: stretch; }
    .cta_btn_wrap.align-sp-full .cta_btn_item { width: 100%; }

    .cta_btn_item.size-small { padding: 10px 15px; }
    .cta_btn_item.size-small.has-arrow { padding-right: 40px; }
    .cta_btn_item.size-small .cta_main_txt { font-size: var(--cta-fs-sp, 16px); }
    .cta_btn_item.size-small.has-arrow::after { width: 8px; height: 8px; right: 15px; }

    .cta_btn_item.size-medium { padding: 15px 20px; }
    .cta_btn_item.size-medium.has-arrow { padding-right: 50px; }
    .cta_btn_item.size-medium .cta_main_txt { font-size: var(--cta-fs-sp, 20px); }
    .cta_btn_item.size-medium.has-arrow::after { width: 12px; height: 12px; right: 20px; }

    .cta_btn_item.size-large { width: 100%; max-width: 598px; height: 80px; padding: 0 20px; }
    .cta_btn_item.size-large.has-arrow { padding-right: 60px; }
    .cta_btn_item.size-large .cta_main_txt { font-size: var(--cta-fs-sp, 22px); }
    .cta_btn_item.size-large.has-arrow::after { width: 16px; height: 16px; right: 25px; }
}

/* ===================================================
   共通フッター前CTA 大枠デザイン
=================================================== */
.common_footer_cta_container {
    padding: 90px 0;
    background-color: #fff;
}
.common_footer_cta_container .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

/* =========================================================
   画像カード (Image Cards) のレイアウト調整
========================================================= */
.ic_card {
    position: relative;
    overflow: hidden;
    /* 高さはHTMLのインラインスタイル変数 var(--card-h-pc) を参照 */
    height: var(--card-h-pc, 100%);
}

.ic_card_link_wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

/* 画像を背面に固定（カード全体に敷き詰める） */
.ic_card_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 1;
}

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

/* 画像の上に被せる薄暗いフィルター（文字を見やすくするため） */
.ic_card_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* 好みで濃さを調整してください */
    z-index: 2;
    transition: background 0.3s ease;
}

/* ホバー時の演出（必要に応じて） */
.ic_card_link_wrapper:hover .ic_card_overlay {
    background: rgba(0, 0, 0, 0.5);
}

/* =======================================
   コンテンツ部分（左寄せ・上下中央）
======================================= */
.ic_card_content {
    position: relative;
    z-index: 3; /* 背景画像やオーバーレイより上に配置 */
    display: flex;
    flex-direction: column;
    justify-content: center; /* 縦方向の中央揃え */
    align-items: flex-start; /* 横方向の左寄せ */
    text-align: left;        /* テキスト左寄せ */
    height: 100%;            /* 親の高さに合わせる */
    padding: 50px 40px;      /* 内側の余白 */
    opacity: 1 !important;   /* ★ご要望：文字を常に表示 */
    color: #ffffff;          /* 文字色を白に固定 */
}

/* 各テキスト要素の調整 */
.ic_card_headings {
    margin-bottom: 15px;
    color: #ffffff;
}

.ic_sub_top {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
    opacity: 0.9;
}

.ic_title {
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.05em;
}

.ic_card_text {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 25px;
    color: #ffffff;
}

.ic_card_more {
    display: inline-block;
    font-size: 14px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 3px;
    letter-spacing: 0.1em;
    color: #ffffff;
}

/* スマホ対応 */
@media screen and (max-width: 767px) {
    .ic_card {
        height: var(--card-h-sp, auto);
        min-height: 300px; /* SP時の最低高さを確保 */
    }
    .ic_card_content {
        padding: 30px 20px; /* スマホ時は余白を狭める */
    }
    .ic_title {
        font-size: 24px;
    }
}
.ic_grid {
    width: 100%;
}
/* =========================================================
   アクセスブロック (p-access)
   ========================================================= */
/* リスト全体の大枠 */
.p-access {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.p-access__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.p-access__info {
    width: 30%;
}
.p-access__media {
    width: 65%;
}
.p-access__item--reverse {
    flex-direction: row-reverse;
}
.p-access__title {
    font-size: 1.5rem;
    margin-bottom: 15px;
}
.p-access__desc {
    margin-bottom: 30px;
}
.p-access__action {
    margin-top: 20px;
}
.p-access__figure {
    margin: 0;
}
.p-access__figure img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.p-access__map iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    border: 0;
    vertical-align: bottom;
}

/* =========================================================
   スマホ表示用 (767px以下)
   ========================================================= */
@media screen and (max-width: 767px) {
    .p-access {
        gap: 40px;
    }
    .p-access__item,
    .p-access__item--reverse {
        flex-direction: column-reverse; 
        gap: 20px;
    }
    .p-access__info,
    .p-access__media {
        width: 100%;
    }
    .p-access__title {
        font-size: 1.25rem;
    }
    .p-access__desc {
        margin-bottom: 20px;
    }
}
/* ---------------------------------------------------------
   共通リンクボタンの色設定
   --------------------------------------------------------- */
.link_btn01 {
    background-color: var(--site-main-color, #333333) !important;
    color: #ffffff !important;
    border: 1px solid var(--site-main-color, #333333) !important;
    display: inline-block;
}
.link_btn01:hover {
    background-color: transparent !important;
    color: var(--site-main-color, #333333) !important;
}
div#privacy\ policy_content {
	line-height: 1.8em;
}
div#privacy\ policy_content h2 {
	margin-top: 2em;
	margin-bottom:0.5em;
	font-size: 24px;
}

/* =========================================================
   テーブルセクション全体の基本設定（変数の初期値）
========================================================= */
.p-table-layout {
  --table-bg: transparent;
  --table-heading-color: inherit;
  --table-color: inherit;
  --table-border: #4d4d4d;
  --table-border-dd: #c8c8c8;
  background-color: var(--table-bg);
  color: var(--table-color);
}
.p-table-layout.has-inner-bg {
  padding: 50px 40px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.p-table-layout:not(.has-inner-bg) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* 見出しのデザイン */
.p-table-layout__heading {
  color: var(--table-heading-color);
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}

/* =========================================================
   リストのデザイン
========================================================= */
.p-profile-list {
  display: grid;
  grid-template-columns: minmax(200px, max-content) 1fr;
  border-top: none; 
}
.p-profile-list__label,
.p-profile-list__content {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 15px 0;
  margin: 0;
  line-height: 1.6;
}

.p-profile-list__label:first-of-type {
  border-top: 1px solid var(--table-border);
}
.p-profile-list__content:first-of-type {
  border-top: 1px solid var(--table-border-dd);
}

.p-profile-list__label {
  font-weight: normal;
  padding-right: 40px;
  border-bottom: 1px solid var(--table-border);
}
.p-profile-list__content {
  border-bottom: 1px solid var(--table-border-dd);
}

/* =========================================================
   スマホ対応
========================================================= */
@media screen and (max-width: 767px) {
  .p-table-layout.has-inner-bg {
    padding: 30px 20px;
  }
  .p-table-layout__heading {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .p-profile-list {
    grid-template-columns: minmax(7em, max-content) 1fr;
  }
  
  .p-profile-list__label {
    padding-right: 15px;
    font-weight: bold;
  }
}


/* -------------------------------------------
		画像＋テキスト (カスタム版) CSS
------------------------------------------- */
.mt_row_custom {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		align-items: stretch;
		min-height: var(--mt-h-pc, auto);
		margin-bottom: 5px;
		position: relative;
		overflow: hidden;
		background-color: var(--mt-bg, transparent);
}
.mt_row_custom.has_color {
		color: var(--mt-color);
}
.mt_row_custom:last-child {
		margin-bottom: 0;
}

.mt_col {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 50%;
		position: relative;
		z-index: 2;
}

.mt_img_wrap {
		width: 100%;
		height: 100%;
}
.mt_img_wrap img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
}

.mt_text_inner {
		padding: 30px 40px;
		width: 100%;
		box-sizing: border-box;
}

/* レイアウト分岐 */
.mt_row_custom.layout_left .mt_col_img { order: 1; }
.mt_row_custom.layout_left .mt_col_text { order: 2; }

.mt_row_custom.layout_right .mt_col_text { order: 1; }
.mt_row_custom.layout_right .mt_col_img { order: 2; }

.mt_row_custom.layout_top .mt_col { width: 100%; }
.mt_row_custom.layout_top .mt_img_wrap img { max-height: 60vh; }
@media screen and (min-width: 768px) {
	.mt_row_custom.layout_right .mt_col_text {
		align-items: flex-end;
	}
	.mt_row_custom.layout_right .mt_text_inner {
		width: auto;
		max-width: 600px;
	}
}

/* 背景画像モード */
.mt_row_custom.layout_bg .mt_col_text { width: 100%; align-items: center; text-align: center; }
.mt_bg_image {
		position: absolute;
		top: 0; left: 0; right: 0; bottom: 0;
		background-size: cover;
		background-position: center;
		z-index: 1;
}

/* --- テキスト装飾 --- */
.mt_sub_top { font-size: 0.9em; font-weight: bold; margin-bottom: 10px; opacity: 0.8; }
.mt_sub_bottom { font-size: 0.9em; margin-bottom: 20px; opacity: 0.8; }

/* ★メイン見出し（サイズ可変） */
.mt_title { font-weight: normal; margin-bottom: 15px; line-height: 1.3; }
.mt_title.size-large  { font-size: 32px; }
.mt_title.size-medium { font-size: 24px; }
.mt_title.size-small  { font-size: 21px; }

/* ★インナー見出し（サイズ可変） */
.mt_inner_title { font-weight: bold; margin-bottom: 15px; line-height: 1.4; border-bottom: 1px solid currentColor; padding-bottom: 5px; display: inline-block; }
.mt_inner_title.size-large  { font-size: 32px; }
.mt_inner_title.size-medium { font-size: 24px; }
.mt_inner_title.size-small  { font-size: 21px; }
.mt_body_text { line-height: 1.6; }
.mt_btn_wrap { margin-top: 20px; }

/* --- SP用調整 --- */
@media screen and (max-width: 767px) {
		.mt_row_custom { min-height: var(--mt-h-sp, auto); flex-direction: column; }
		.mt_col { width: 100% !important; order: unset !important; }
		.mt_text_inner { padding: 30px 20px; }
		
		/* スマホ時のフォントサイズ（適宜縮小） */
		.mt_title.size-large  { font-size: 24px; }
		.mt_title.size-medium { font-size: 20px; }
		.mt_title.size-small  { font-size: 18px; }
		
		.mt_inner_title.size-large  { font-size: 24px; }
		.mt_inner_title.size-medium { font-size: 20px; }
		.mt_inner_title.size-small  { font-size: 18px; }
}
/* --- PC・スマホの画像切り替え用 --- */
@media screen and (min-width: 768px) {
		/* PC画面では、スマホ用(hide_pc)を消す */
		.hide_pc { display: none !important; }
}

@media screen and (max-width: 767px) {
		/* スマホ画面では、PC用(hide_sp)を消す */
		.hide_sp { display: none !important; }
}
/* ===================================================
   画像＋テキスト：MOREリンク（text_link01）の自動配色対応
=================================================== */
.mt_btn_wrap .text_link01,
.mt_btn_wrap .text_link01:hover {
    color: currentColor !important;
    text-decoration-color: currentColor !important;
}

.mt_btn_wrap .text_link01::after {
    background-image: none !important;
    background-color: currentColor !important;
    -webkit-mask-image: url(../images/icon/icon_arrow_r.svg) !important;
    mask-image: url(../images/icon/icon_arrow_r.svg) !important;
    -webkit-mask-size: cover !important;
    mask-size: cover !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-repeat: no-repeat !important;
}
.mt_btn_wrap .text_link01::before,
.mt_btn_wrap .text_link01::after {
    background-color: currentColor !important;
}

/* =========================================================
   サブビジュアル（SV）のPC・スマホ切り替え設定
========================================================= */
main .page_head.custom_layout_sv {
    background-image: var(--sv-bg-pc);
    height: var(--sv-h-pc, 35dvw);
}
main .page_head.custom_layout_sv .b_ttl,
main .page_head.custom_layout_sv .s_ttl {
    color: var(--sv-color-pc) !important;
}
@media screen and (max-width: 767px) {
    main .page_head.custom_layout_sv {
        /* スマホ用画像とスマホ用の高さ（デフォルト250px等）に切り替え */
        background-image: var(--sv-bg-sp);
        height: var(--sv-h-sp, 250px);
        max-height: none; /* 500px制限を解除して高さを確保 */
    }
    
    /* 文字色もスマホ用設定に切り替え */
    main .page_head.custom_layout_sv .b_ttl,
    main .page_head.custom_layout_sv .s_ttl {
        color: var(--sv-color-sp) !important;
    }
}
#page_top button{
display:block;
width:60px;
height:60px;
padding:initial;
margin:initial;
border-radius:50%;
position:relative;
box-shadow:0px 3px 6px #00000020;
transition:0.3s ease-in-out;
background:rgba(255,255,255,.6);
border:none;
cursor:pointer;
}
#page_top{
opacity:0;
pointer-events:none;
transition:opacity .3s ease;
}
#page_top.is-visible{
opacity:1;
pointer-events:auto;
}
/* ===================================================
   あとで片付ける
=================================================== */
.section_lead {margin-top:30px;}
.section_header {margin-bottom:60px;}
body.page-id-4661{
	background-color:var(--site-sub-color01);
}
@media screen and (max-width: 767px) {
    header #header_wrap .logo {
        width: 50%;
    }
}
.header_drawer_toggle {
    z-index: 10001 !important;
}
.gnav {
    z-index: 10000 !important;
}
.faq_page .faq_contents .accordion_one .accordion_inner::before {
    background-color: var(--site-sub-color01);
}
.faq_page .faq_contents .accordion_one .accordion_header::before {
	color: var(--site-sub-color01);
}
#header_wrap .nav_inner .navbar-nav li {
	padding-right: 30px;
}
/* ===================================================
   言語スイッチャー (LANGUAGEボタン)
   =================================================== */
.language-switcher {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
	.language-switcher{display:none;}
}
.language-button {
    background-color: #fff;
    color: #333;
    padding: 8px 24px;
    border-radius: 50px;
    margin-left: 20px;
    transition: background-color 0.4s ease, color 0.4s ease;
}
.after_scroll .language-button {
    background-color: #282828;
    color: #fff;
}
.custom-lang-options {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 15px);
    left: calc(50% + (24px / 2));
    transform: translateX(-50%) translateY(10px);
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 120px;
    background-color: #fff;
    z-index: 1000;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.language-switcher:hover .custom-lang-options {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.custom-lang-options::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 10px 12px 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent; 
}
.custom-lang-options li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.language-switcher .custom-lang-options li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.05em;
    background-color: #fff;
    color: #333;
    transition: background-color 0.3s ease, color 0.3s ease !important;
}
.language-switcher .custom-lang-options li a::after {
    content: '>';
    font-family: sans-serif;
    font-weight: 300;
}
.language-switcher .custom-lang-options li a:hover {
    background-color: var(--site-main-color);
    color: #fff !important;
}
.custom-lang-options::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: -10px;
    right: -10px;
    height: 20px;
    background: transparent;
}
/* ==============================================
   サイト基本設定（管理画面連動）
============================================== */
body { 
    font-family: var(--site-font-family);
    color: var(--site-text-base);
    background-color: var(--site-bg-body);
}

/* ==============================================
   レイアウト幅の制御
============================================== */
.contents_wrap, 
.inner {
    max-width: var(--site-width-normal);
    margin-left: auto !important;
    margin-right: auto !important;
}
.contents_wrap.is-narrow,
.inner.is-narrow {
    max-width: var(--site-width-narrow);
}

/* ==============================================
   フッター
============================================== */
footer {
    background-color: var(--site-bg-footer);
}

/* ==============================================
   ヘッダーの基本設定 (全ページ共通のブラー効果)
============================================== */
#top-head {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100px !important;
    z-index: 9999 !important;
    transition: background-color 0.3s ease !important;
    background: var(--site-bg-header) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* --- 画像がないページ（通常ページ）の潜り込み防止 --- */
#top-head:not(.absolute) ~ #wrapper {
    padding-top: 100px !important; 
}

/* --- 画像があるページ（透過ヘッダーページ） --- */
#top-head.absolute:not(.fixed):not(.after_scroll) {
    background: transparent !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none !important;
}
#top-head.absolute ~ #wrapper {
    padding-top: 0 !important;
}

/* ==============================================
   ロゴの白/黒 切り替え制御
============================================== */
header #header_wrap h1 a {
    display: inline-block;
    width: 100%;
    max-width: 280px;
    height: 50px;
    background-image: var(--logo-img-bl) !important;
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    transition: background-image 0.3s ease;
}
header.absolute:not(.fixed):not(.after_scroll) #header_wrap h1 a {
    background-image: var(--logo-img-wht) !important; 
}

/* ==============================================
   ナビゲーションメニューの文字色 切り替え制御
============================================== */
/* 基本は黒文字 */
#top-head .nav_inner a,
#top-head .nav_inner {
    color: var(--site-text-base);
    transition: color 0.3s ease;
}

/* 画像があるページのスクロール前のみ白文字 */
#top-head.absolute:not(.fixed):not(.after_scroll) .nav_inner > ul > li > a {
    color: #ffffff;
}

/* ==============================================
   柔軟コンテンツ：セクションの上下余白
============================================== */
/* PCサイズ（768px以上）の余白定義 */
:root {
    --sect-space-large: 120px;
    --sect-space-normal: 80px;
    --sect-space-small: 40px;
}

/* スマホサイズ（767px以下）の余白定義 */
@media screen and (max-width: 767px) {
    :root {
        --sect-space-large: 80px;
        --sect-space-normal: 50px;
        --sect-space-small: 30px;
    }
}

/* マージンの適用 */
.sect-mt-large  { margin-top: var(--sect-space-large) !important; }
.sect-mb-large  { margin-bottom: var(--sect-space-large) !important; }

.sect-mt-normal { margin-top: var(--sect-space-normal) !important; }
.sect-mb-normal { margin-bottom: var(--sect-space-normal) !important; }

.sect-mt-small  { margin-top: var(--sect-space-small) !important; }
.sect-mb-small  { margin-bottom: var(--sect-space-small) !important; }

/* ==============================================
   20260513追加変更
============================================== */
.mv_catch_copy h2{
    font-size: 48px;
}

#top-concept .mt_row_custom.layout_bg.has_color .mt_text_inner{
    text-align: left;
    padding-left: 90px;
    padding-bottom: 600px;
}

@media screen and (max-width: 767px) {
    .mv_catch_copy h2{
        font-size: 21px;
    }  
    
    #top-concept .mt_row_custom.layout_bg.has_color .mt_text_inner{
        text-align: center;
        padding-left: 20px;
        padding-bottom: 0;
        padding-top: 50px;
    }
    #top-head{
        height: unset !important;
    }
    .ttl01 .b_ttl{
        font-size: 24px;
    }
    div#outerImageContainer{
        width: 95% !important;
        height: auto !important;
    }
    img#lightboxImage{
        height: auto !important;
    }
    .p-flex-gallery .contents_wrap{
        padding: 0;
    }
    .p-flex-gallery .thumbnail-thumb .swiper-slide{
        width: 60px !important;
        height: 60px !important;
    }
}

section.section_block.layout_media_text.sect-mt-normal.sect-mb-normal .section_header.text_align_center h2 span.b_ttl{
    font-family: var(--font-jp);
    font-weight: normal;
}

/* ===================================================
   Lightbox：PC・スマートフォン表示のサイズ調整
   ※ 画像は高画質のまま、表示サイズだけ抑える
=================================================== */

/* PC表示 */
@media screen and (min-width: 768px) {
    #lightbox {
        max-width: 100vw !important;
    }

    div#outerImageContainer {
        width: auto !important;
        max-width: 86vw !important;
        height: auto !important;
        max-height: 82vh !important;
        box-sizing: border-box;
    }

    div#imageContainer {
        width: auto !important;
        max-width: 86vw !important;
        height: auto !important;
        max-height: 82vh !important;
        box-sizing: border-box;
    }

    img#lightboxImage {
        width: auto !important;
        height: auto !important;
        max-width: 86vw !important;
        max-height: 76vh !important;
        object-fit: contain !important;
        display: block;
    }

    div#imageDataContainer {
        width: auto !important;
        max-width: 86vw !important;
        box-sizing: border-box;
    }
}

/* スマートフォン表示 */
@media screen and (max-width: 767px) {
    #lightbox,
    #overlay {
        max-width: 100vw !important;
    }

    div#outerImageContainer {
        width: 94vw !important;
        max-width: 94vw !important;
        height: auto !important;
        max-height: 82vh !important;
        box-sizing: border-box;
    }

    div#imageContainer {
        width: 100% !important;
        height: auto !important;
        max-height: 82vh !important;
        box-sizing: border-box;
    }

    img#lightboxImage {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 76vh !important;
        object-fit: contain !important;
        display: block;
    }

    div#imageDataContainer {
        width: 94vw !important;
        max-width: 94vw !important;
        box-sizing: border-box;
    }
}