/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 16 2026 | 06:56:40 */
@import url( 'https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap' );
@import url( 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap' );


/* 基本設定 - common
-------------------------------------------------- */
:root {
	--font-type01: "Outfit", sans-serif;
	--font-notosans: "Noto Sans JP", sans-serif;
}



/* A-パーツ置き場 / ヘッダー
-------------------------------------------------- */
/* -header_type01- */
.rtc_sub_visual_type01 {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 400px;
}
.rtc_sub_visual_type01 h1 {
	margin-bottom: 0 !important;
	font-size: 24px;
	text-align: center;
}
.rtc_sub_visual_type01 h1 span {
	display: block;
	margin-bottom: 10px;
	font-size: 80px;
	font-family: var( --font-type01 );
}

@media (max-width: 480px) {
	.rtc_sub_visual_type01 { min-height: 160px;	}
	.rtc_sub_visual_type01 h1 { font-size: 16px; }
	.rtc_sub_visual_type01 h1 span {
		margin-bottom: 5px;
		font-size: 36px;
	}
}


/* A-パーツ置き場 / ボディ
-------------------------------------------------- */
body.es-page-a-parts-body { overflow-x: hidden; }

/* -parts_type01- */
.rtc_ttl_anime_num > span {
	display: block;
	margin-bottom: 50px;
	font-family: var( --font-type01 );
	font-size: 128px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
}

.rtc_about_anime_type01_left {
	position: relative;
}
.rtc_about_anime_type01_left > .uagb-columns__inner-wrap { overflow: visible; }

.rtc_about_anime_type01_left::before {
	content: '';
	position: absolute;
	left: -15%;
	bottom: 0;
	width: 120%;
	height: 80%;
	background-color: #EFEFEF;

	opacity: 0;
	transform: scaleX(0);
	transform-origin: left;

	transition: all 2.4s ease-in-out;
}

.rtc_about_anime_type01_left.animated::before {
	opacity: 1;
	transform: scaleX(1);
}

.rtc_clr_blue { color: #244A82; }

@media (max-width: 480px) {
	.rtc_forsp_flex_reverse .uagb-columns__inner-wrap {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.rtc_ttl_anime_num > span {
		margin-bottom: 30px;
		font-size: 96px;
	}
	.rtc_about_anime_type01_left::before {
		left: 0;
		width: 100%;
		height: 60%;
	}
	.rtc_about_anime_type01 p { font-size: 14px; }
}

/* -parts_type02- */
.rtc_flex_between > .uagb-columns__inner-wrap {
	justify-content: space-between;
}
.rtc_btn_type01 a.wp-block-button__link {
	position: relative;
	padding: 5px 0;
	font-size: 16px;
	border-radius: 50vh;
}
.rtc_btn_type01 a.wp-block-button__link::after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	content: '\f105';
	color: #fff;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}

.rtc_ttl_ander_txt span {
	display: block;
	margin-top: 10px;
	font-size: 16px;
	color: #244A82;
}

.rtc_block_support  .uagb-column__inner-wrap {
	display: flex;
	flex-direction: column;
}

.rtc_block_support svg {
	display: block;
	margin: 0 auto 20px;
	width: 100px;
	height: 100px;
}
.rtc_block_support p {
	margin-bottom: 15px !important;
	font-family: var( --font-notosans );
	font-size: 14px;
	font-weight: 600;
}
.rtc_block_support .rtc_btn_type01 {
	margin-top: auto;
}

/* -parts_type03- */
.rtc_anker_link {
	margin: 30px 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 20px;
}
.rtc_anker_link > li {
	flex: 1;
	border-radius: 5px;
	box-shadow: 0 3px 4px rgba( 0, 0, 0, .3 );
	border: 1px solid #D9D9D9;
	transition: all ease .6s;
}
.rtc_anker_link > li:hover {
	box-shadow: none;
	transform: translateY(6px);
}
.rtc_anker_link > li a {
	display: block;
	padding: 15px 20px;
	text-align: center;
	font-weight: 600;
	white-space: nowrap;
}
.rtc_anker_link > li a:hover {
	text-decoration: none;
}

@media (max-width: 480px) {
	.rtc_anker_link {
		gap: 4%;
		flex-wrap: wrap;
	}
	.rtc_anker_link > li {
		margin-bottom: 10px;
		flex: auto;
		min-width: 48%;
	}
}


/* -parts_type04- */
.rtc_block_lefticon svg {
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 50px;
}
.rtc_block_lefticon p {
	margin-bottom: 0 !important;
}

.rtc_ttl_right_caution {
	display: flex;
	align-items: center;
	font-size: 16px !important;
}
.rtc_ttl_right_caution span {
	display: inline-block;
	margin-right: 20px;
	padding: 2px 20px;
	color: #fff;
	background-color: #9676B2;
	font-size: 14px;
	font-weight: bold;
	border-radius: 10px;
}


@media (max-width: 480px) {
	.rtc_ttl_right_caution {
		align-items: flex-start;
		flex-direction: column;
	}
	.rtc_ttl_right_caution span {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

/* -parts_type05- */
.rtc_block_featuresearch .uagb-column__inner-wrap {
	cursor: pointer;
	position: relative;
	padding: 0 0 30px !important;
}
.rtc_block_featuresearch .uagb-column__inner-wrap::after {
	content: '\f138';
	font-size: 18px;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';

	/* 右側にアイコン表示 */
	position: absolute;
	right: 15px;
	bottom: 15px;
	line-height: 1.25;
	
	color: #244A82;
}

.rtc_block_featuresearch .uagb-column__inner-wrap > * {
	padding: 0 20px;
}
.rtc_block_featuresearch .esx-expand-link figure {
	padding: 0;
	overflow: hidden;
}
.rtc_block_featuresearch .esx-expand-link figure img {
	transition: all ease .6s;
}
.rtc_block_featuresearch .esx-expand-link:hover figure img {
	transform: scale( 1.1 );
}

.rtc_block_featuresearch .uagb-column__inner-wrap > h2 {
	margin-bottom: 10px;
}
.rtc_block_featuresearch .uagb-column__inner-wrap > p {
	margin-bottom: 0 !important;
}


/* -parts_type06- */
.rtc_block_contents_link > .uagb-columns__inner-wrap {
	cursor: pointer;
}
.rtc_block_contents_link > .uagb-columns__inner-wrap:hover figure img {
	transform: scale( 1.1 );
}

.rtc_block_contents_link > .uagb-columns__inner-wrap div:first-of-type .uagb-column__inner-wrap {
	padding: 0 !important;
}
.rtc_block_contents_link.esx-expand-link figure {
	margin-bottom: 0 !important;
	overflow: hidden;
	border-radius: 5px 0 0 5px;
}
.rtc_block_contents_link.esx-expand-link figure img {
	min-height: 150px;
	object-fit: cover;
	transition: all ease .6s;
}

.rtc_block_contents_link > .uagb-columns__inner-wrap div:last-of-type .uagb-column__inner-wrap {
	position: relative;
	padding: 20px;
}
.rtc_block_contents_link > .uagb-columns__inner-wrap div:last-of-type .uagb-column__inner-wrap::after {
	content: '\f138';
	font-size: 21px;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';

	/* 右側にアイコン表示 */
	position: absolute;
	right: 15px;
	bottom: 15px;
	line-height: 1.25;
	
	color: #244A82;
}

.rtc_block_contents_link > .uagb-columns__inner-wrap div:last-of-type .uagb-column__inner-wrap h2 {
	margin-bottom: 10px;
}

@media (max-width: 480px) {
	.rtc_block_contents_link > .uagb-columns__inner-wrap div:first-of-type .uagb-column__inner-wrap figure img {
		height: 100px;
	}
}


/* -parts_type07- */
.rtc_ttl_card_head {
	margin-bottom: 0 !important;
	padding: 20px 30px !important;
	font-size: 21px !important;
	border-radius: 10px 10px 0 0;
}

.rtc_info_card_body h3 {
	padding-bottom: 20px;
	font-size: 18px !important;
	line-height: 2;
	border-bottom: 1px solid #D4D4D4;
}
.rtc_info_card_body p {
	margin-bottom: 0 !important;
	font-weight: 600;
}
.rtc_info_card_body > .uagb-columns__overlay {
	border-radius: 0 0 10px 10px;
}

@media (max-width: 480px) {
	.rtc_info_card_body h3 {
		font-size: 14px !important;
	}
	.rtc_info_card_body p {
		font-size: 12px;
	}
}


/* -parts_type08- */
.rtc_tbl_company_type01 {
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #D9D9D9;
}
.rtc_tbl_company_type01 table, .rtc_tbl_company_type01 table tr, .rtc_tbl_company_type01 table tr td {
	border: none;
}
.rtc_tbl_company_type01 table {
	margin-bottom: 0;
	border: 5px solid #fff;
}
.rtc_tbl_company_type01 table tr:not(:last-of-type) {
	border-bottom: 3px solid #fff;
}
.rtc_tbl_company_type01 table tr:first-of-type td:first-of-type {
	border-radius: 10px 0 0 0;
}
.rtc_tbl_company_type01 table tr:last-of-type td:first-of-type {
	border-radius: 0 0 0 10px;
}
.rtc_tbl_company_type01 table tr td:nth-child(odd) {
	padding: 10px;
	width: 25%;
	text-align: center;
	color: #244A82;
	background: #F1F3F6;
}
.rtc_tbl_company_type01 table tr td:nth-child(even) {
	padding: 5px 20px;
}
.rtc_tbl_company_type01 table tr td span {
	display: inline-block;
	margin: 0 5px 10px 0;
	padding: 0 20px;
	border-radius: 50vh;
	border: 1px solid #244A82;
	color: #244A82;
	background-color: #F1F3F6;
}

@media (max-width: 480px) {
	.rtc_tbl_company_type01 table tr td:nth-child(odd) {
		width: 100%;
		text-align: left;
	}
	.rtc_tbl_company_type01 table tr td:nth-child(even) {
		padding: 5px 10px;
	}
	.rtc_tbl_company_type01 table tr:first-of-type td:first-of-type {
		border-radius: 10px 10px 0 0;
	}
	.rtc_tbl_company_type01 table tr:last-of-type td:first-of-type {
		border-radius: 0;
	}
}


/* -parts_contact_type01- */
.rtc_parts_contact_type01 p {
	margin-bottom: 0 !important;
}
.rtc_parts_contact_type01 svg {
	display: block;
	margin: 0 auto;
	width: 120px;
	height: 120px;
}
.rtc_parts_contact_type01 p.rtc_link_phone {
	margin-bottom: 10px !important;
	font-size: 70px;
	line-height: 1;
}
.rtc_btn_contact a.wp-block-button__link {
	display: flex;
	align-items: center;
    justify-content: center;
	padding: 5px 10px;
	min-width: 360px;
	font-weight: 600;
}
.rtc_btn_contact a.wp-block-button__link::before {
	margin-right: 20px;
	content: '\f0e0';
	font-size: 30px;
	font-weight: 400;
	font-family: 'Font Awesome 5 Free';
}

.rtc_sp { display: none; }

@media (max-width: 480px) {
	.rtc_sp { display: block; }
	
	.rtc_parts_contact_type01 { text-align: center; }
	.rtc_parts_contact_type01 svg {
		width: 90px;
		height: 90px;
	}
	.rtc_link_phone {
		font-size: 46px !important;
		text-align: center;
	}
	.rtc_btn_contact a.wp-block-button__link {
		min-width: 320px;
	}
}
