/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 12 2026 | 01:21:03 */
@import url( 'https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap' );
@import url( 'https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap' );

/* 共通 - common
-------------------------------------------------- */
:root {
	--font-type01: "Urbanist", sans-serif;
	--font-type02: "Red Hat Display", sans-serif;;
	--main-color: #AE293D;
}

#primary { padding-bottom: 0 !important; }


/* ヘッダー - header
-------------------------------------------------- */
body.home #masthead:not(.fixed) .custom-logo-link {
	background-image: url( '/app/uploads/sites/1478/2026/05/footer_logo.png' );
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block
}

body.home #masthead:not(.fixed) .custom-logo {
	opacity: 0;
}

body.home #masthead.fixed .custom-logo {
	opacity: 1;
}
body.home #masthead.fixed .custom-logo-link {
	background-image: none;
}


/* お知らせ - news
-------------------------------------------------- */
/* 親コンテナの設定 */
.rtc_news_swiper {
    position: absolute;
    left: 30px;
    bottom: 20px;
    z-index: 100;
    background: #fff;
    border-radius: 50vh;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    padding: 10px 60px 10px 110px; /* 右側にボタン用の余白を確保 */
    max-width: 800px;
    width: calc(100% - 60px); /* 画面幅に合わせる */
    height: 60px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* 左側の「NEWS」ラベル */
.rtc_news_swiper::before {
    content: "NEWS";
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #a8283d;
    font-weight: bold;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
}

/* 本物の「次へ」ボタン */
.swiper-next-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: #a8283d url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"/></svg>') no-repeat center;
    background-size: 20px;
    border-radius: 50%;
    z-index: 110;
    cursor: pointer;
    transition: background-color 0.3s, opacity 0.3s;
}

.swiper-next-btn:hover {
    background-color: #8a1f31; /* 少し暗くしてホバー感を出す */
    opacity: 0.9;
}

/* スライダーエリアの基本調整 */
.rtc_news_swiper .swiper {
    width: 100%;
    height: 100%;
    margin: 0;
}

.rtc_news_swiper .es-list-items {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex; /* Swiper実行前も横並びを維持 */
}

/* コンテンツ内部のスタイル */
.rtc_news_swiper .es-list-content {
    display: flex;
    align-items: center;
    gap: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rtc_news_swiper .date {
    font-size: 0.9rem;
	font-weight: 500;
    color: #666;
    font-family: sans-serif;
}

.rtc_news_swiper .wrap {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
}

.rtc_news_swiper a {
    text-decoration: none;
    color: inherit;
}

/* フッター - footer
-------------------------------------------------- */
footer.site-footer {
	margin-top: 0;
}


/* ボタン - button
-------------------------------------------------- */
.rtc_btn_default > a, .rtc_block_recommend a.wp-block-button__link {
	position: relative;
}
.rtc_btn_default > a::after, .rtc_block_recommend a.wp-block-button__link::after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY( -50% );
	content: '\f35a';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

a.wp-block-button__link {
	border-radius: 50vh !important;
}

.rtc_btn_more a.wp-block-button__link {
	padding: 10px 0;
	width: 240px;
	font-weight: bold;
	border: 3px solid #fff;
	background: transparent;
	line-height: 1.5;
}


/* タイトル - title
-------------------------------------------------- */
.rtc_ttl_main {
	color: var( --main-color ) !important;
	font-size: 16px !important;
	font-weight: bold;
}
.rtc_ttl_main span {
	display: block;
	font-family: var( --font-type01 );
	font-size: 36px;
	font-weight: bold;
	color: #333;
}

.rtc_ttl_fontbig {
	font-family: var( --font-type01 );
	font-size: 98px !important;
	font-weight: bold !important;
	letter-spacing: 0 !important;
}


/* メインビジュアル
-------------------------------------------------- */
body.home header#masthead:not(.fixed) .main-header-bar {
	background-color: transparent;
}
body.home header#masthead {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
body.home.logged-in.admin-bar header#masthead {
	top: 32px;
}
body.home header#masthead:not(.fixed) .main-header-menu > .menu-item > a,
body.home header#masthead:not(.fixed) .header_links a:not(.menu-toggle) {
	color: #fff;
}


.rtc_mainvisual_org {
	position: relative;
	margin: 0 calc(-50vw + var(--es-scroll-var-half) + 50%) 50px;
	height: 640px;
	overflow: hidden;
}

.rtc_mainvisual_org_swiper {
	width: 100%;
	height: 100%;
}

.rtc_mainvisual_org_slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.rtc_mainvisual_org_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba( 0, 0, 0, .2 );
	pointer-events: none;
}

.rtc_mainvisual_org_content {
	text-align: center;
	color: #fff;
	text-shadow: 0 2px 10px rgba( 0, 0, 0,.3 );
}
.rtc_mainvisual_org_content svg {
	margin-bottom: 20px;
	width: 640px;
    height: 70px;
}

.rtc_mainvisual_org_subtitle {
	font-size: 21px;
	margin: 0 !important;
	letter-spacing: .15em !important;
}

@media (max-width: 768px) {
	.rtc_mainvisual_org { height: 350px; }
	.rtc_mainvisual_org_title { font-size: 32px; }
	.rtc_mainvisual_org_subtitle { font-size: 14px; }
}


/* メニュー
-------------------------------------------------- */
.rtc_menu_container {
    display: flex;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
}

.rtc_menu_container > li:not(:last-child) {
	border-right: 1px solid #D4D4D4;
}

.rtc_menu_item {
    flex: 1;
}

.rtc_menu_link {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 30px 20px;
	height: 100%;
    color: #333;
    background-color: #fff;
    transition: background-color 0.3s, color 0.3s;
}

.rtc_menu_link:hover {
	text-decoration: none;
    background-color: #AE293D;
    color: #fff;
}

.rtc_item_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rtc_text_ja {
    margin-bottom: 5px;
    font-size: 21px;
    font-weight: bold;
	line-height: 1;
}

.rtc_text_en {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
	color: #AE293D;
}
.rtc_text_en_build {
    color: #004613;
}

.rtc_menu_link:hover .rtc_text_en {
    color: #fff;
}

.rtc_icon_box {
    margin-top: auto;
}

.rtc_icon_box img {
    max-height: 120px;
    width: auto;
}
.rtc_menu_item a:hover img {
	transform: scale(1);
}
.rtc_menu_container > li:nth-child(3) .rtc_icon_box img {
	margin-top: 30px;
	max-height: 60px;
}



/* Slider
-------------------------------------------------- */
.rtc_custom_slider {
	margin-bottom: 50px !important;
}
.rtc_custom_slider > .flexslider {
	overflow: visible;
}
.rtc_custom_slider ul.slides li a img {
	padding: 0 20px;
}

.rtc_custom_slider ol.flex-control-nav {
	position: static !important;
	transform: none !important;
}
.rtc_custom_slider ol.flex-control-nav > li a {
	width: 15px;
	height: 15px;
	background: #D9D9D9 !important;
	box-shadow: none !important;
}
.rtc_custom_slider ol.flex-control-nav > li a.flex-active {
	background: #AE293D !important;
}

/* ABOUT
-------------------------------------------------- */
.rtc_about_section {
	padding: 0 0 60px;
}

.rtc_about_section .rtc_container {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
}

.rtc_image_box {
	flex: 0 0 65%;
	z-index: 1;
}

.rtc_about_img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 20px;
	object-fit: cover;
}


.rtc_content_box {
	flex: 0 0 50%;
    margin-left: -15%;
	z-index: 2;
}

.rtc_ttl_about {
	font-size: 80px !important;
	font-family: var( --font-type01 );
	font-weight: bold !important;
	color: #333;
	text-align: right !important;
	margin: 0 !important;
	line-height: 1;
	letter-spacing: 0.05em !important;
}
.rtc_ttl_about::after {
	display: none !important;
}

.rtc_description_card {
	background-color: #fff;
	padding: 40px;
	border-radius: 20px;
}

.rtc_text_about {
	font-size: 14px !important;
	color: #333;
	margin-bottom: 0 !important;
}


@media (max-width: 768px) {
	.rtc_container {
		flex-direction: column;
	}
	.rtc_image_box,
	.rtc_content_box {
		flex: 0 0 100%;
		width: 100%;
		margin-left: 0;
	}
	.rtc_title {
		font-size: 50px;
		margin: 20px 0 10px 0;
		text-align: center;
	}
}


/* LINE
-------------------------------------------------- */
.rtc_align_center > .uagb-columns__inner-wrap {
	align-items: center;
}
.rtc_align_center p, .rtc_align_center h2 {
	margin-bottom: 0 !important;
}
.rtc_align_center h2 {
	line-height: 1 !important;
}

.rtc_linestep_list {
	display: flex;
	justify-content: center;
	gap: 4%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.rtc_linestep_list .rtc_step_item {
	flex: 1;
	max-width: 32%;
}

.rtc_linestep_list .rtc_step_item .rtc_step_card {
	background: #fff;
	border-radius: 15px;
	padding: 30px 20px;
	text-align: center;
	margin-bottom: 20px;
}

.rtc_linestep_list .rtc_step_card .rtc_step_num {
	display: block;
	font-size: 2rem;
	font-family: var( --font-type01 );
	font-weight: bold;
	line-height: 1.25;
	color: #333;
	margin-bottom: 5px;
}

.rtc_linestep_list .rtc_step_card .rtc_step_title {
	margin-bottom: 10px !important;
	font-size: 21px;
	font-weight: bold;
	color: #AE293D;
	margin-bottom: 20px;
}

.rtc_linestep_list .rtc_step_card .rtc_step_image img {
	width: 120px;
	height: auto;
}

.rtc_linestep_list .rtc_step_item .rtc_step_desc {
	margin-bottom: 0 !important;
	font-size: 13px !important;
	line-height: 1.5 !important;
	color: #333;
	text-align: left;
}

.rtc_linestep_list .rtc_step_desc a {
	color: #a52a2a;
	text-decoration: underline;
}


.rtc_column_org {
	padding: 0;
}
.rtc_column_org h3.wrap, .rtc_column_org span.date {
	color: #fff;
}
.rtc_column_org figure {
	margin-bottom: 10px !important;
}
.rtc_column_org figure img {
	border-radius: 10px;
}


/* バナー
-------------------------------------------------- */
.rtc_bnr_link .wp-block-image {
	margin-bottom: 0 !important;
}
.rtc_bnr_link a img {
	transition: all ease .6s;
}
.rtc_bnr_link a:hover img, .rtc_bnr_link .esx-expand-link:hover img {
/* 	opacity: .6; */
	transform: scale( 1 ) !important;
}
.rtc_bnr_link a {
	display: block;
}
.rtc_bnr_link figure {
	position: relative;
}
.rtc_bnr_link figcaption {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	color: #fff;
	font-size: 21px;
	font-weight: bold;
}

/* フローティングバナー
-------------------------------------------------- */
.rtc_floating_bnr {
    /* 配置 */
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    
    /* サイズ・装飾 */
    width: 320px;
    padding: 10px 15px;
    background: #fff;
    border: 3px solid #AE293D;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    
    /* 表示・アニメーション（ふわっと消える設定） */
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
}

/* 特定ページでの枠線色変更 */
.rtc_floating_bnr.is-target-page {
    border-color: #004613;
}

/* 閉じた時の状態 */
.rtc_floating_bnr.is-hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    pointer-events: none; /* クリックを無効化 */
}

/* --- 内部要素 --- */

/* 閉じるボタン */
.rtc_floating_bnr .close-btn {
    position: absolute;
    top: -15px;
    right: -10px;
    z-index: 10001;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    width: 30px;
    height: 30px;
    padding: 0;
    
    background: #505050;
    color: #fff;
    border: none;
    border-radius: 50%;
    
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    appearance: none;
    outline: none;
    transition: background 0.2s;
}

.rtc_floating_bnr .close-btn:hover {
    background: #000;
}

/* テキストエリア */
.rtc_floating_bnr .bnr-text {
    margin: 0 0 15px 0;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

/* テキストのマーカー線 */
.rtc_floating_bnr .highlight {
    background: linear-gradient(transparent 60%, #FBD3D9 60%);
}

/* LINEボタン */
.rtc_floating_bnr .line-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    
    padding: 10px;
    background: #06c755;
    color: #fff;
    
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    transition: opacity 0.2s;
}

.rtc_floating_bnr .line-link:hover {
    opacity: 0.9;
}

/* LINEアイコン */
.rtc_floating_bnr .line-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}


/* スマホ - sp
-------------------------------------------------- */
@media ( max-width: 480px ) {
	/* ヘッダー
	-------------------------------------------------- */
	#masthead .es-container {
		padding: 0 10px;
	}
	body.home #masthead .main-header-bar-wrap {
		border-bottom: none;
	}
	
	.es_user_identity .rtc_list_sns_sponly {
		display: flex;
		justify-content: center;
		gap: 5px;
		margin: 0 !important;
		list-style: none;
		padding: 0;
	}

	.es_user_identity .rtc_list_sns_sponly li a {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-decoration: none;
		color: #333;
		font-size: 9px;
		font-weight: 600;
		line-height: 1.4;
	}
	
	.es_user_identity .rtc_list_sns_sponly li i {
		margin-bottom: 2px;
		font-size: 24px;
	}
	header.fixed .es_user_identity .rtc_list_sns_sponly li i,
	header.fixed .es_user_identity .rtc_list_sns_sponly li a {
		color: #4f4f4f;
	}
	header.fixed .es_user_identity .rtc_list_sns_sponly li:last-of-type i {
		color: #06C755;
	}
	body.home .es_user_identity .rtc_list_sns_sponly li a {
		color: #fff;
	}
	header.fixed .es_user_identity .rtc_list_sns_sponly li a {
		color: #333;
	}
	
	/* メインビジュアル
	-------------------------------------------------- */
	.rtc_mainvisual_org {
		margin: 0;
		padding: 0;
	}
	.rtc_mainvisual_org_content svg {
		margin-bottom: 0;
		width: 100%;
		height: 30px;
	}
	
	/* お知らせ
	-------------------------------------------------- */
	.rtc_news_swiper {
        left: 10px;
        left: 50%;
		transform: translateX( -50% );
        bottom: 20px;
        padding: 8px 50px 8px 75px; 
        height: 40px;
    }

    .rtc_news_swiper::before {
        left: 20px;
        font-size: 0.7rem;
    }

    .rtc_news_swiper::after {
        right: 10px;
        width: 30px;
        height: 30px;
        background-size: 16px;
    }

    .rtc_news_swiper .es-list-content {
        gap: 10px;
        font-size: 0.7rem;
    }
	.rtc_news_swiper .es-list-content h3.wrap {
		font-size: 0.7rem;
	}
	
	.rtc_news_swiper .es-list.list-border-bottom li {
		margin-bottom: 2px;
		padding: 0;
		border-bottom: none;
	}

    .rtc_news_swiper .date {
        font-size: 0.7rem;
    }

    .rtc_news_swiper .wrap {
        font-size: 0.7rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
	
	.swiper-next-btn {
		width: 20px;
		height: 20px;
	}
	
	/* 各TOPへ
	-------------------------------------------------- */
	.rtc_menu_container {
		margin: 30px auto;
		width: 90%;
	}
	.rtc_menu_container .rtc_menu_link {
		padding: 10px;
	}
	.rtc_menu_container .rtc_text_ja {
		font-size: 16px;
	}
	.rtc_menu_container .rtc_text_en {
		margin-bottom: 0;
		font-size: 14px;
	}
	.rtc_menu_container .rtc_icon_box img {
		max-height: 65px;
	}
	.rtc_menu_container > li:nth-child(3) .rtc_icon_box img {
		margin-top: 15px;
	}
	
	
	/* スライダー
	-------------------------------------------------- */
	.rtc_custom_slider {
		margin-bottom: 30px !important;
	}
	.rtc_custom_slider ol.flex-control-nav {
		position: absolute !important;
		transform: translateX(-50%) !important;
	}
	.flexslider.es_slider .flex-direction-nav {
		display: block !important;
	}
	.flex-direction-nav .flex-prev { left: -15px !important; }
	.flex-direction-nav .flex-next { right: -15px !important; }
	
	/* ABOUT
	-------------------------------------------------- */
	.rtc_ttl_about {
		font-size: 60px !important;
		text-align: left !important;
	}
	.rtc_about_section {
		padding-bottom: 30px;
	}
	.rtc_description_card {
		padding: 30px;
	}
	
	
	/* LINE
	-------------------------------------------------- */
	.rtc_line_toptxt {
		font-size: 14px;
	}
	.rtc_ttl_fontbig {
		font-size: 60px !important;
	}
	.rtc_linestep_list {
		flex-direction: column;
	}
	.rtc_linestep_list > li:not(:last-of-type) {
		margin-bottom: 20px;
	}
	.rtc_linestep_list .rtc_step_item {
		max-width: 100%;
	}
	
	/* COLUMN
	-------------------------------------------------- */
	.rtc_column_org {
		margin-bottom: 30px;
	}
	
	/* フローティングバナー
	-------------------------------------------------- */
	.rtc_floating_bnr {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		bottom: 75px;
	}
}