@charset "UTF-8";

/*
* Theme Name: アンジェリカ2025 */

html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
	color: #3A3F3B;
	background: #FFFFFE;
}

img {
	width: 100%;
	height: auto;
}

.sp {
	display: block;
}

.pc {
	display: none;
}

#wrap {
	width: 100%;
	overflow: hidden;
}

.section {
	padding: 80px 0;
}

.section.pt120 {
	padding-top: 120px;
}

.top .section {
	padding: 120px 0 80px;
}

.inner_section {
	width: 90%;
	margin: 0 auto;
}

.font_b {
	font-weight: bold;
}

.c_red {
	color: #FF8484;
}

/*======================================== header ========================================*/
#header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255, 255, 254, 0.8);
	border-radius: 0 0 20px 20px;
	z-index: 1000;
}

.wrap_header {
	padding-left: 5%;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 1000;
}

.ttl_h1 {
	width: 68%;
	max-width: 239px;
	position: relative;
	z-index: 1000;
}

/* ハンバーガーメニュー ここから*/
#nav_toggle {
	height: 80px;
	width: 80px;
	cursor: pointer;
	position: fixed;
	top: 0%;
	right: 0;
	background: #FFF0F0;
	border-radius: 0 0 20px 0;
}

#nav_toggle div {
	position: relative;
	height: 100%;
	width: 47px;
	margin: 0 auto;
}

#nav_toggle span {
	width: 100%;
	height: 2px;
	border-radius: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	background: #3A3F3B;
	position: absolute;
	-webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
	transition: top .5s ease, -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out, top .5s ease;
	transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

#nav_toggle span:nth-child(1) {
	top: 17px;
}

#nav_toggle span:nth-child(2) {
	top: 33px;
}

#nav_toggle p:nth-child(3) {
	position: absolute;
	top: 39px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-weight: bold;
	line-height: 1.5;
}

.open #nav_toggle span {
	width: 32px;
}

.open #nav_toggle span:nth-child(1) {
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	top: 25px;
}

.open #nav_toggle span:nth-child(2) {
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
	top: 25px;
}

/* z-index */
#nav_toggle {
	z-index: 1000;
}

#g_nav {
	background: #FFFFFE;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	font-size: 1.2rem;
	opacity: 0;
	-webkit-transition: opacity .6s ease, visibility .6s ease;
	transition: opacity .6s ease, visibility .6s ease;
	padding-bottom: 24px;
}

#g_nav a {
	display: block;
	padding: 16px 0;
}

#g_nav ul {
	list-style: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#g_nav ul li {
	opacity: 0;
	-webkit-transform: translateX(200px);
	transform: translateX(200px);
	-webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
	transition: opacity .2s ease, -webkit-transform .6s ease;
	transition: transform .6s ease, opacity .2s ease;
	transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}

#g_nav ul li img {
	width: 183px;
}

#g_nav ul li:nth-child(2) {
	-webkit-transition-delay: .15s;
	transition-delay: .15s;
}

#g_nav ul li:nth-child(2) img {
	width: 169px;
}

#g_nav ul li:nth-child(3) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

#g_nav ul li:nth-child(3) img {
	width: 153px;
}

#g_nav ul li:nth-child(4) {
	-webkit-transition-delay: .45s;
	transition-delay: .45s;
}

#g_nav ul li:nth-child(4) img {
	width: 176px;
}

#g_nav ul li:nth-child(5) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

#g_nav ul li:nth-child(5) img {
	width: 153px;
}

#g_nav ul li:nth-child(6) {
	-webkit-transition-delay: .75s;
	transition-delay: .75s;
}

#g_nav ul li:nth-child(6) img {
	width: 174px;
}

.wrap_nav_access {
	border-top: 1px dashed #3A3F3B;
	margin-top: 40px;
	padding-top: 8px;
}

.wrap_nav_access p:not(:last-child) {
	margin-bottom: 5px;
}

/* open */
.open {
	overflow: hidden;
}

.open #g_nav {
	visibility: visible;
	opacity: 1;
}

.open #g_nav li {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
	transition: opacity .9s ease, -webkit-transform 1s ease;
	transition: transform 1s ease, opacity .9s ease;
	transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

/* ハンバーガーメニュー ここまで*/
/*======================================== main ========================================*/
/*見出し*/
.ttl_h2 {
	width: 100%;
	max-width: 328px;
	margin: 0 auto;
}

.ttl_h2.ttl_h2_2 {
	margin-bottom: 40px;
}

.ttl_h3 {
	color: #04AF7A;
	font-weight: 900;
	text-align: center;
	padding-bottom: 8px;
	letter-spacing: 0.2em;
	line-height: 1.77;
	margin-bottom: 32px;
}

.ttl_h3 span {
	border-bottom: 2px dashed #FF8484;
	display: block;
	text-align: center;
	padding-bottom: 8px;
}

.ttl_h3 span.span1 {
	display: inline-block;
}

.ttl_h3.ttl_h3_2 {
	border-bottom: 2px dashed #FF8484;
}

.head_text {
	font-weight: 900;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 40px;
}

/* 枠線 */
.wrap_contents {
	background: #FFFFFE;
	border-radius: 20px;
	border: 2px dashed #3A3F3B;
	padding: 80px 4% 56px;
	position: relative;
}

.wrap_contents.wrap_contents2 {
	border-color: #FF8484;
}

.wrap_contents .ttl_h2 {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* 文字間 */
.l_100 {
	letter-spacing: 0.1em;
}

.l_200 {
	letter-spacing: 0.2em;
}

.l_300 {
	letter-spacing: 0.3em;
}

/* ボタン */
.btn01 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 236px;
	height: 56px;
	background: #FFFFFE;
	border: 3px solid #FF8484;
	border-radius: 50px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 24px auto 0;
}

.btn01 a::after {
	content: "";
	display: inline-block;
	background: url(images/icon_bird.png) no-repeat;
	background-size: contain;
	width: 12px;
	height: 16px;
	margin-left: 4px;
}

/* 背景 */
.bg01 {
	background: rgba(0, 208, 255, 0.05) url(images/top/bg01.png);
	background-size: 150px 150px;
}

.bg02 {
	background: rgba(255, 132, 132, 0.05) url(images/top/bg02.png);
	background-size: 150px 150px;
}

.border {
	position: relative;
}

.border::before, .border::after {
	content: "";
	display: inline-block;
	width: 289px;
	height: 24px;
	position: absolute;
}

.border::before {
	background: url(images/border01_sp.png) no-repeat;
	background-size: contain;
	top: 0;
	left: 0;
}

.border::after {
	background: url(images/border02_sp.png) no-repeat;
	background-size: contain;
	bottom: 0;
	right: 0;
}

/* CTA */
.cta_area {
	background: url(images/bg_cta_sp.jpg) no-repeat;
	background-size: cover;
}

.cta_contents {
	background: url(images/img_cta_sp.png) no-repeat;
	background-size: contain;
	width: 100%;
	max-width: 328px;
	height: 655px;
	margin: 0 auto;
	padding: 96px 0;
}

.txt_cta {
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.3em;
	margin: 16px 0;
}

.btn_cta a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 264px;
	height: 78px;
	border-radius: 40px;
	margin: 0 auto;
}

.btn_cta a .cta_tel {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 900;
	letter-spacing: 0.2em;
	line-height: 1;
	margin-bottom: 8px;
}

.btn_cta a .cta_time {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
}

.btn_cta.btn_cta_tel a {
	background: #D4F7FF;
	border: 2px solid #72E5FF;
}

.btn_cta.btn_cta_contact a {
	background: #FFF0F0;
	border: 2px solid #FF8484;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.61;
	font-weight: bold;
	margin-top: 24px;
	position: relative;
}

.btn_cta.btn_cta_contact a::after {
	content: "";
	display: inline-block;
	background: url(images/icon_bird.png) no-repeat;
	background-size: contain;
	width: 12px;
	height: 16px;
	position: absolute;
	bottom: 14px;
	right: 24px;
}

/* 下層キーイメージ見出し */
.wrap_keyiamge {
	position: relative;
}

.ttl_h2_keyimage {
	background: #FFFFFE;
	border-radius: 40px 40px 0 0;
	width: 90%;
	height: 52px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 900;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 5%;
}

.ttl_h2_keyimage.ttl_h2_keyimage1 {
	letter-spacing: 0.4em;
}

.ttl_h2_keyimage.ttl_h2_keyimage2 {
	letter-spacing: 0.1em;
}

/* パンくず */
main {
	display: block;
	position: relative;
}

.wrap_breadcrumbs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
	font-size: 1.4rem;
	width: 90%;
	margin: 0 auto;
}

.breadcrumbs li a {
	color: #04AF7A;
}

.breadcrumbs li:not(:last-child)::after {
	content: ">";
	margin: 0 16px;
	font-weight: bold;
}

/* アクセス */
.wrap_gmap {
	border: 2px solid #FF8484;
}

.wrap_gmap iframe {
	display: block;
	width: 100%;
	height: 66vw;
	max-height: 333px;
}

.access_logo {
	width: 239px;
	margin: 24px 0;
}

.dl_access dt {
	font-weight: 900;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
}

.dl_access dd {
	letter-spacing: 0.1em;
	margin-bottom: 24px;
}

.dl_access dd:last-of-type {
	margin-bottom: 0;
}

.dl_access dd .sp_none {
	display: none;
}

/*======================================== footer ========================================*/
#footer {
	background: #FFF0F0 url(images/bg_footer.png);
	background-size: 150px 150px;
	padding: 40px 5%;
	border-top: 1px dashed #FF8484;
}

.wrap_footer {
	width: 95%;
	margin: 0 auto;
}

.footer_contents {
	letter-spacing: 0.1em;
	border-bottom: 1px dashed #FF8484;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.footer_contents:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.ttl_footer {
	font-weight: bold;
	color: #04AF7A;
	letter-spacing: 0.3em;
	margin-bottom: 24px;
}

#footer address {
	margin: 16px 0;
}

#footer address span {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1;
	display: inline-block;
}

.footer_tel a {
	color: #3A3F3B;
}

.footer_nav ul li {
	margin-bottom: 16px;
}

.footer_nav ul li.li_child {
	margin-left: 1em;
}

.footer_nav ul li.li_link a::after {
	content: "";
	display: inline-block;
	background: url(images/icon_link.png) no-repeat;
	background-size: contain;
	width: 20px;
	height: 21px;
	margin: 0 0 -4px 9px;
}

.footer_nav ul:last-child li:last-child {
	margin-bottom: 0;
}

.copyright {
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 40px;
}

@media print, screen and (min-width: 769px) {
	body {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
	.inner_section {
		width: 95%;
		max-width: 1160px;
	}
	/*======================================== header ========================================*/
	#header {
		border-radius: 0;
	}
	.wrap_header {
		padding-left: 0;
		max-width: 1058px;
		height: 100px;
		margin: 0 auto;
	}
	.ttl_h1 {
		width: 23%;
		max-width: 239px;
		position: relative;
		z-index: 1000;
	}
	#g_nav {
		width: 74%;
		max-width: 776px;
		background: none;
		position: static;
		display: block;
		visibility: visible;
		opacity: 1;
		padding-bottom: 0;
	}
	#g_nav a {
		display: block;
		padding: 16px 0;
		text-align: center;
		position: relative;
		z-index: 1;
	}
	#g_nav a::after {
		content: "";
		display: inline-block;
		background: #72E5FF;
		width: 100%;
		height: 8px;
		position: absolute;
		bottom: 14px;
		left: 0;
		z-index: -1;
		-webkit-transition: 0.2s;
		transition: 0.2s;
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		/*X方向0、Y方向1*/
		-webkit-transform-origin: center;
		transform-origin: center;
		/*上部中央基点*/
	}
	#g_nav a:hover::after {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		/*X方向にスケール拡大*/
	}
	#g_nav ul {
		list-style: none;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#g_nav ul li {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	#g_nav ul li img {
		max-width: 119px;
		width: 100%;
	}
	#g_nav ul li:nth-child(2) {
		-webkit-transition-delay: .15s;
		transition-delay: .15s;
	}
	#g_nav ul li:nth-child(2) img {
		max-width: 105px;
		width: 100%;
	}
	#g_nav ul li:nth-child(3) {
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
	}
	#g_nav ul li:nth-child(3) img {
		max-width: 89px;
		width: 100%;
	}
	#g_nav ul li:nth-child(4) {
		-webkit-transition-delay: .45s;
		transition-delay: .45s;
	}
	#g_nav ul li:nth-child(4) img {
		max-width: 104px;
		width: 100%;
	}
	#g_nav ul li:nth-child(5) {
		-webkit-transition-delay: .6s;
		transition-delay: .6s;
	}
	#g_nav ul li:nth-child(5) img {
		max-width: 89px;
		width: 100%;
	}
	#g_nav ul li:nth-child(6) {
		-webkit-transition-delay: .75s;
		transition-delay: .75s;
	}
	#g_nav ul li:nth-child(6) img {
		max-width: 110px;
		width: 100%;
	}
	.wrap_nav_access {
		display: none;
	}
	/*======================================== main ========================================*/
	/*見出し*/
	.ttl_h2 {
		max-width: 560px;
	}
	.ttl_h3 {
		letter-spacing: 0.4em;
		line-height: 1.33;
		font-size: 24px;
		font-size: 2.4rem;
	}
	.ttl_h3 span {
		display: inline-block;
	}
	/* 枠線 */
	.wrap_contents {
		padding: 80px 0 56px;
		max-width: 960px;
		margin: 0 auto;
	}
	/* ボタン */
	.btn01 a {
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	.btn01 a:hover {
		background: #FFF0F0;
	}
	/* 背景 */
	.border::before, .border::after {
		width: 720px;
		height: 24px;
	}
	.border::before {
		background: url(images/border01_pc.png) no-repeat;
		background-size: contain;
	}
	.border::after {
		background: url(images/border02_pc.png) no-repeat;
		background-size: contain;
	}
	/* CTA */
	.cta_area {
		background: url(images/bg_cta_pc.jpg) no-repeat;
		background-size: cover;
	}
	.cta_area .sp {
		display: block;
	}
	.cta_area .pc {
		display: none;
	}
	/* アクセス */
	.wrap_access_contents {
		max-width: 874px;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.wrap_gmap {
		width: 46%;
		max-width: 400px;
		max-height: 333px;
	}
	.wrap_gmap iframe {
		max-height: 100%;
	}
	.wrap_access_right {
		width: 50%;
		max-width: 434px;
	}
	.access_logo {
		width: 239px;
		margin: 0 0 24px;
	}
	.dl_access dt {
		line-height: 1.5;
	}
	.dl_access dd {
		line-height: 1.5;
	}
	.dl_access dd .sp_none {
		display: inline;
	}
	/*======================================== footer ========================================*/
	#footer {
		background: #FFF0F0 url(images/bg_footer.png);
		background-size: 150px 150px;
		padding: 40px 0;
	}
	.wrap_footer {
		width: 100%;
		max-width: 1133px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.footer_contents {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
		width: 100%;
		border-right: 1px dashed #FF8484;
	}
	.footer_contents.footer_contents1 {
		max-width: 280px;
	}
	.footer_contents.footer_contents2 {
		max-width: 482px;
	}
	.footer_contents.footer_contents2 .inner_footer_contents {
		max-width: 402px;
		margin: 0 auto;
	}
	.footer_contents.footer_contents3 {
		max-width: 372px;
		border-right: none;
	}
	.footer_contents.footer_contents3 .inner_footer_contents {
		max-width: 332px;
		margin-left: auto;
	}
	.footer_nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.footer_nav.footer_nav1 ul:first-child {
		width: 48%;
	}
	.footer_nav.footer_nav1 ul:last-child {
		width: 52%;
	}
	.footer_nav.footer_nav2 ul:first-child {
		width: 45%;
	}
	.footer_nav.footer_nav2 ul:last-child {
		width: 55%;
	}
	.footer_nav ul li a {
		position: relative;
		z-index: 1;
	}
	.footer_nav ul li a::before {
		content: "";
		display: inline-block;
		background: #72E5FF;
		width: 100%;
		height: 8px;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
		-webkit-transition: 0.2s;
		transition: 0.2s;
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		/*X方向0、Y方向1*/
		-webkit-transform-origin: center;
		transform-origin: center;
		/*上部中央基点*/
	}
	.footer_nav ul li a:hover::before {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		/*X方向にスケール拡大*/
	}
	.copyright {
		margin-top: 24px;
	}
}

@media print, screen and (min-width: 960px) {
	/* CTA */
	.cta_area .sp {
		display: none;
	}
	.cta_area .pc {
		display: block;
	}
	.cta_contents {
		background: url(images/img_cta_pc.png) no-repeat;
		background-size: contain;
		max-width: 960px;
		height: 533px;
		padding: 120px 0;
	}
	.ttl_cta {
		max-width: 760px;
		margin: 0 auto;
	}
	.txt_cta {
		font-size: 24px;
		font-size: 2.4rem;
		color: #fff;
		text-shadow: 1px 1px 1px #3A3F3B;
		line-height: 1.5;
	}
	.wrap_cta_btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.btn_cta {
		width: 50%;
		max-width: 342px;
	}
	.btn_cta a {
		max-width: none;
		height: 88px;
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	.btn_cta a .cta_tel {
		font-size: 32px;
		font-size: 3.2rem;
		margin-bottom: 8px;
	}
	.btn_cta a .cta_time {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.btn_cta.btn_cta_tel a:hover {
		background: #72E5FF;
		border-color: #3A3F3B;
	}
	.btn_cta.btn_cta_contact {
		margin-left: 24px;
	}
	.btn_cta.btn_cta_contact a {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.5;
		margin-top: 0;
	}
	.btn_cta.btn_cta_contact a:hover {
		background: #FF8484;
		border-color: #3A3F3B;
		color: #fff;
	}
	.btn_cta.btn_cta_contact a:hover::after {
		background: url(images/icon_bird_pc_on.png) no-repeat;
		background-size: contain;
	}
	.btn_cta.btn_cta_contact a::after {
		background: url(images/icon_bird_pc.png) no-repeat;
		background-size: contain;
		width: 18px;
		height: 24px;
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	/* 下層キーイメージ見出し */
	.ttl_h2_keyimage {
		width: 440px;
		height: 68px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.ttl_h2_keyimage.ttl_h2_keyimage2 {
		letter-spacing: 0.4em;
	}
	/* パンくず */
	.breadcrumbs {
		width: 95%;
		max-width: 1160px;
	}
	.breadcrumbs li a {
		color: #3A3F3B;
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	.breadcrumbs li a:hover {
		color: #04AF7A;
	}
}