@charset "UTF-8";
/*-----------------------------------------------------------
1-1. Reset
-----------------------------------------------------------*/
html {
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1;
}

div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, sub, sup, var, b, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, mark, audio, video, a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	font: inherit;
}

span, small, em, time, i {
	font-style: normal;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

a {
	border: medium;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.5em;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

li {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input, select {
	vertical-align: middle;
}

abbr[title], dfn[title] {
	cursor: help;
}

del {
	text-decoration: line-through;
}

ins {
	font-style: oblique;
	text-decoration: none;
}

mark {
	background: transparent;
	font-style: normal;
}
img {
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	background: #d4dcd6;
}

::selection {
	background: #d4dcd6;
}

/*-----------------------------------------------------------
body
-----------------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

body, html {
	width: 100%;
	height: 100%;
}

html {
	scroll-behavior: smooth;
	font-size: 100%;
}

body {
	color: #000;
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.05em;
	-webkit-text-size-adjust: 100%;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

a {
	color: inherit;
	text-decoration: none;
}

.link {
	color: #2D72B4;
	text-decoration: underline;
	cursor: pointer;
}
.link:is(:hover, :focus) {
	text-decoration: none;
}

a[href^=tel] {
	cursor: default;
}

a:-webkit-any-link:focus-visible {
	outline-offset: 1px;
}

:focus-visible {
	outline: -webkit-focus-ring-color auto 1px;
}

@media (max-width: 800px) {
	/*-----------------------------------------------------------
	body SP
	-----------------------------------------------------------*/
	body {
		font-size: 87.5%;
		line-height: 1.8;
	}
	h1,h2,h3,h4,h5,h6 {
		line-height: 1.4;
	}

}
/*-----------------------------------------------------------
header
-----------------------------------------------------------*/
.header {
	background: #fff;
	width: 100%;
}

.h1-txt {
	background: #E9F2FB;
	font-size: 0.75rem;
	padding: 5px max(5%, 50% - 512px);
}

.h-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	max-width: 1024px;
	width: 90%;
	margin-inline: auto;
	padding: 6px 0 10px 0;
}

.h-desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 22px;
}

.h-tel {
	padding: 12px 0 0;
}
.h-tel .ttl {
	padding: 0 0 0 8px;
	margin: 0 0 5px;
	position: relative;
}
.h-tel .ttl:before {
	content: "";
	display: block;
	background: #2D72B4;
	border-radius: 3px;
	width: 3px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
}
.h-tel .ttl .ttl-inner {
	display: block;
	text-align: center;
	letter-spacing: 0.2em;
	background: #2D72B4;
	color: #FBEF6C;
	-webkit-clip-path: polygon(100% 0%, calc(100% - 10px) 50%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(100% 0%, calc(100% - 10px) 50%, 100% 100%, 0 100%, 0 0);
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	padding: 9px 25px 9px 13px;
}
.h-tel .tel a {
	display: inline-block;
	line-height: 1;
	color: #FF004A;
	font-family: "Rubik";
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0;
}
.h-tel .tel i {
	margin-right: 5px;
}
.h-tel .tel i img {
	width: 40px;
	height: auto;
	vertical-align: middle;
}

.h-contact {
	text-align: center;
}
.h-contact .txt {
	font-size: 1rem;
	font-weight: 700;
}
.h-contact .btn {
	display: inline-block;
	background: #FA7538;
	-webkit-box-shadow: 0 5px 0 #D55A22;
	box-shadow: 0 5px 0 #D55A22;
	border-radius: 10px;
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 700;
	padding: 10px 20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.h-contact .btn i {
	margin-right: 10px;
}
.h-contact .btn i img {
	width: 24px;
	height: auto;
	vertical-align: -3px;
}
.h-contact .btn:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}

@media (max-width: 800px) {
	/*-----------------------------------------------------------
	header SP
	-----------------------------------------------------------*/
	.header {
		background: #fff;
		width: 100%;
	}
	.h1-txt {
		font-size: 0.625rem;
		padding: 5px 10px;
	}
	.h-container {
		width: 96%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 5px 0;
	}
	.h-logo {
		width: 200px;
	}
	.h-desc {
		display: none;
	}
	.h-tel {
		padding: 0;
		text-align: center;
	}
	.h-tel .ttl {
		padding: 0 0 0 8px;
		margin: 0 0 5px;
		position: relative;
	}
	.h-tel .ttl:before {
		content: "";
		display: block;
		background: #2D72B4;
		border-radius: 3px;
		width: 3px;
		height: 40px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.h-tel .ttl .ttl-inner {
		font-size: 0.8125rem;
		padding: 9px 15px 9px 13px;
	}
	.h-tel .tel a {
		font-size: 1.875rem;
	}
	.h-tel .tel i img {
		width: 35px;
	}
}
/*-----------------------------------------------------------
g-navi
-----------------------------------------------------------*/
.pc-navi-list {
	background: #1278AF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 6px 0;
}
.pc-navi-list > li {
	border-right: 1px solid #539FC6;
}
.pc-navi-list > li:first-child {
	border-left: 1px solid #539FC6;
}
.pc-navi-list > li > a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-size: 1.0625rem;
	font-weight: 700;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	line-height: 1.17;
	text-align: center;
	height: 50px;
	padding: 0 21px;
	min-width: 115px;
}
.pc-navi-list > li > a:is(:hover, :focus) {
	color: #FBEF6C;
}

.sp-navi {
	display: none;
}

/* ドロップダウンメニュー */
.pc-navi .dropdown {
	position: relative;
}
.pc-navi .dropdown:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: calc(50% - 4px);
	bottom: 1px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.pc-navi .dropdown .child {
	display: none;
	padding: 20px 0 0;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	white-space: nowrap;
	min-width: 200px;
	z-index: 50;
}
.pc-navi .dropdown ul {
	background: #2D72B4;
	border-radius: 4px;
	padding: 20px 30px;
}
.pc-navi .dropdown ul li:last-child {
	margin: 0;
}
.pc-navi .dropdown ul li a {
	padding: 8px 0;
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 700;
	display: block;
	line-height: 1.5;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.pc-navi .dropdown ul li a:is(:hover, :focus) {
	opacity: 0.5;
}

.g-navi02 {
	padding: 10px 0;
}
.g-navi02 .pc-navi-list02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	line-height: 1;
	max-width: 1024px;
	width: 90%;
	margin-inline: auto;
}
.g-navi02 .pc-navi-list02 li:after {
	content: "｜";
	color: #999;
	margin: 0 10px;
}
.g-navi02 .pc-navi-list02 li:last-child:after {
	content: none;
}
.g-navi02 .pc-navi-list02 li a {
	position: relative;
	font-size: 0.875rem;
	font-weight: 700;
}
.g-navi02 .pc-navi-list02 li a::after {
	content: "";
	position: absolute;
	width: 100%;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #000;
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.g-navi02 .pc-navi-list02 li a:is(:hover, :focus)::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

.no-link {
	cursor: default;
}

@media (max-width: 800px) {
	/*-----------------------------------------------------------
	g-navi SP
	-----------------------------------------------------------*/
	/* PC用のナビを非表示 */
	.pc-navi {
		display: none;
	}
	/* PC用のナビを非表示 */
	.sp-navi {
		display: block;
	}
	.g-navi02 {
		display: none;
	}
	.sp-navi-btn {
		display: flex;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 10;
		width: 100%;
	}
	.sp-navi-btn li {
		flex: 1;
		border-right: 1px solid #E3E3E3;
	}
	.sp-navi-btn li:last-of-type {
		border-right: none;
	}
	.sp-navi-btn .item {
		background: #fff;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		height: 60px;
		padding: 5px 0;
	}
	.sp-navi-btn .ico {
		text-align: center;
		margin-bottom: 2px;
	}
	.sp-navi-btn .ico svg{
		object-fit: contain;
		width: 22px;
		height: 22px;
		vertical-align: middle;
	}

	.sp-navi-btn .ttl {
		color: #8C8C8C;
		font-weight: bold;
		font-size: 0.75rem;
	}
	.sp-navi-btn .item-tel{
		background: #309F2D;
	}

	.sp-navi-btn .item-mail{
		background: #FA7538;
	}
	.sp-navi-btn .item-tel .ttl,	.sp-navi-btn .item-mail .ttl{
		color: #fff;
	}
	.humberger {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
		background-color: #2D72B4;
		cursor: pointer;
		display: block;
		position: fixed;
		top: 10px;
		right: 10px;
		width: 50px;
		height: 50px;
		-webkit-transition: 0.5s;
		transition: 0.5s;
		z-index: 20000;
	}
	.humberger span {
		background: #fff;
		position: absolute;
		left: 50%;
		width: 25px;
		height: 1px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}
	.humberger span:nth-of-type(1) {
		top: 15px;
	}
	.humberger span:nth-of-type(2) {
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.humberger span:nth-of-type(3) {
		bottom: 15px;
	}
	.humberger.is-open span:nth-of-type(1) {
		-webkit-transform: translate(-50%, 9px) rotate(-45deg);
		transform: translate(-50%, 9px) rotate(-45deg);
	}
	.humberger.is-open span:nth-of-type(2) {
		opacity: 0;
	}
	.humberger.is-open span:nth-of-type(3) {
		-webkit-transform: translate(-50%, -9px) rotate(45deg);
		transform: translate(-50%, -9px) rotate(45deg);
	}
	/* コンテンツ */
	.sp-navi-contents {
		pointer-events: none;
		visibility: hidden;
		background: #fff;
		padding: 50px 10% 50px;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		-webkit-transition: 0.5s;
		transition: 0.5s;
		opacity: 0;
		z-index: 9999;
	}
	.sp-navi-contents.is-open {
		pointer-events: auto;
		visibility: visible;
		overflow-y: auto;
		scroll-behavior: smooth;
		opacity: 1;
	}
	.sp-navi-logo {
		width: 80%;
		margin: auto;
	}
	.sp-navi-contact a {
		display: block;
		background: #FA7538;
		-webkit-box-shadow: 0 5px 0 #D55A22;
		box-shadow: 0 5px 0 #D55A22;
		border-radius: 10px;
		color: #fff;
		font-size: 1rem;
		font-weight: 700;
		padding: 10px 20px;
		margin: 10px auto;
		text-align: center;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.sp-navi-contact a i {
		margin-right: 10px;
	}
	.sp-navi-contact a i img {
		width: 30px;
		height: auto;
		vertical-align: -6px;
	}
	
	.sp-navi-list {
		margin: 0 0 20px;
	}
	.sp-navi-list > li img {
		width: 80%;
		margin: auto;
	}
	.sp-navi-list > li {
		text-align: center;
		border-bottom: 1px solid #d6d6d6;
	}
	.sp-navi-list > li > a {
		color: #000;
		display: block;
		font-size: 0.9375rem;
		font-weight: 700;
		line-height: 1;
		text-decoration: none;
		padding: 15px 0;
	}
	.sp-navi-list > li.sp-dropdown {
		position: relative;
	}
	.sp-navi-list > li.sp-dropdown .sp-dropdown-btn {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: none;
		border: none;
		display: block;
		width: 44px;
		height: 44px;
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
	}
	.sp-navi-list > li.sp-dropdown .sp-dropdown-btn::before, .sp-navi-list > li.sp-dropdown .sp-dropdown-btn::after {
		content: "";
		background-color: #333;
		position: absolute;
		-webkit-transition: 0.5s;
		transition: 0.5s;
		width: 35%;
		height: 1px;
		top: 50%;
		right: 30%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.sp-navi-list > li.sp-dropdown .sp-dropdown-btn::after {
		-webkit-transform: rotate(90deg) translateY(-50%);
		transform: rotate(90deg) translateY(-50%);
	}
	.sp-navi-list > li.sp-dropdown.is-on .sp-dropdown-btn::after {
		-webkit-transform: rotate(0) translateY(-50%);
		transform: rotate(0) translateY(-50%);
	}
	.sp-navi-list > li.sp-dropdown > a {
		padding: 15px 0;
		width: 85%;
	}
	.sp-navi-list .child {
		padding: 0 0 15px;
	}
	.sp-navi-list .child > ul > li {
		position: relative;
		padding-left: 15px;
		margin-bottom: 5px;
	}
	.sp-navi-list .child > ul > li::before {
		content: "-";
		color: #333;
		position: absolute;
		left: 0;
		top: 0;
	}
	.sp-navi-list .child > ul > li > a {
		display: inline-block;
		font-size: 0.8125rem;
		font-weight: bold;
		text-decoration: none;
	}
	.sp-navi-other .item + .item {
		margin: 20px 0 0;
	}
}
/*-----------------------------------------------------------
hero
-----------------------------------------------------------*/
.hero{
/*----
	background: url(../images/hero_bg.webp) no-repeat center/cover;
----*/
	background: #E9F2FB;
}
.hero img {
	width: 100%;
}

@media (max-width: 800px) {
	.hero{
	}
}

/*-----------------------------------------------------------
top contents
-----------------------------------------------------------*/
.container {
	margin-inline: auto;
	max-width: 1024px;
	width: 90%;
}

/*coupon-area*/
.coupon-area {
	background: url(../images/share/coupon_bg.webp) no-repeat center/cover;
	padding: 45px 0 30px;
}
.coupon-area .coupon-catch {
	background: #3D8BC9;
	border-radius: 100px;
	color: #fff;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.2;
	padding: 10px;
	position: relative;
	z-index: 2;
	width: 500px;
	margin: 0 auto -40px 160px;
}
.coupon-area .coupon-img {
	text-align: center;
	margin: 0 auto 15px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
}
.coupon-area .coupon-notice {
	text-align: center;
	font-size: 0.875rem;
	text-indent: -1rem;
	padding: 0 0 0 15px;
}

@media (max-width: 800px) {
	.coupon-area {
		padding: 30px 0 10px;
	}
	.coupon-area .coupon-catch {
		font-size: 1rem;
		padding: 5px;
		position: relative;
		z-index: 2;
		width: calc(100% - 80px);
		margin: 0 auto -20px 70px;
	}
	.coupon-area .coupon-notice {
		font-size: 0.8125rem;
		line-height: 1.4;
		text-align: left;
	}
}
/*contact-area*/
.contact-area {
	background: url(../images/share/contact_bg.webp) no-repeat right 30% center/cover;
	padding: 40px 0;
}

.contact-layout {
	max-width: 725px;
}
.contact-tel {
	display: block;
	background: #F6084C;
	-webkit-box-shadow: 0 px 0 #D0103C;
	box-shadow: 0 8px 0 #D0103C;
	border-radius: 15px;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-bottom: 15px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}
.ttl-inner {
	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;
	gap: 20px;
	color: #fff;
	-webkit-clip-path: polygon(100% 0%, calc(100% - 38px) 50%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(100% 0%, calc(100% - 38px) 50%, 100% 100%, 0 100%, 0 0);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.33;
	letter-spacing: .1em;
	padding: 9px 67px 9px 30px;
}
.contact-tel a {
	color: #FF004A;
	font-family: "Rubik";
	font-weight: 700;
	letter-spacing: 0.02em;
	display: block;
	border-radius: 15px;
	background: #fff;
	font-size: 4.7rem;
	line-height: 1;
	padding: 20px 10px;
}

.contact-tel a i img {
	width: 65px;
	height: auto;
	vertical-align: middle;
}
.contact-status {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}

/* ホバー効果 */
.contact-tel:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	background: #E0053A;
}

/* アクティブ効果（クリック時） */
.contact-tel:active {
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
	-webkit-box-shadow: 0 2px 0 #D55A22;
	box-shadow: 0 2px 0 #D55A22;
}


.contact-notice {
	color: #666;
	text-align: center;
	font-size: 0.875rem;
	text-indent: -1rem;
	padding: 0 0 0 15px;
	margin-bottom: 5px;
}
.contact-notice .link {
	color: #666;
}
.contact-btn a {
	display: block;
	background: #FA7538;
	-webkit-box-shadow: 0 5px 0 #D55A22;
	box-shadow: 0 5px 0 #D55A22;
	border-radius: 10px;
	color: #fff;
	font-size: 1.375rem;
	font-weight: 700;
	padding: 10px 20px;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.contact-btn a i {
	margin-right: 10px;
}
.contact-btn a i img {
	width: 38px;
	height: auto;
	vertical-align: -6px;
}
.contact-btn a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}

/*contact-area アフィフェルマ*/
#tel_affe {
	color: #FF004A;
	font-family: "Rubik";
	text-align: center;
}
#tel_affe span {
	line-height: 1;
	font-size: 70px;
	font-weight: 700;
	display: inline-block;
}
.contact-tel-affi i img {
    width: 65px;
    height: auto;
    vertical-align: middle;
}
@media (max-width: 800px) {
	#tel_affe span {
		font-size: 40px;
	}
}
/*contact-area affi*/
.contact-tel-affi {
	padding: 0 0 0 15px;
}
.contact-notice-affi {
	color: #666;
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.4em;
	text-indent: -1rem;
	margin: 10px 0;
}

@media screen and (min-width: 800px) {
	.sp-break {
		display: none;
	}
}
@media (max-width: 800px) {
	/*-----------------------------------------------------------
	contact_area SP
	-----------------------------------------------------------*/
	.contact-area {
		padding: 10px 10px;
	}
	.contact-tel {
		padding: auto ;
		margin: auto ;
	}
	.ttl-inner {
		gap: 15px;
		-webkit-clip-path: polygon(100% 0%, calc(100% - 100px) 50%, 100% 100%, 0 100%, 0 0);
		clip-path: polygon(100% 0%, calc(100% - 38px) 50%, 100% 100%, 0 100%, 0 0);
		font-size: 1rem;
		font-weight: 700;
		line-height: 1.33;
		padding: 5px;
		margin-bottom: 5px;
	}
	.ttl-inner i img{
		width: 48px;
	}
	.pc-only-text {
		display: none;
	}
	.contact-tel a {
		font-size: 7vw;
		align-items: center;
		width: auto;
		padding: 10px 10px;
	}
	.contact-tel a i {
		margin-right: 8px;
	}
	.contact-tel a i img {
		width: 35px;
	}
	.contact-status {
		font-size: 0.9375rem;
		padding: 10px 20px 0px 20px;
		line-height: 1.33;
	}
	.contact-notice {
		color: #666;
		text-align: center;
		font-size: 0.875rem;
		text-indent: -1rem;
		padding: 5px;
		margin-top: 10px;
	}
	.contact-notice .link {
		color: #666;
	}
	.contact-btn a {
		display: block;
		background: #FA7538;
		-webkit-box-shadow: 0 5px 0 #D55A22;
		box-shadow: 0 5px 0 #D55A22;
		border-radius: 10px;
		color: #fff;
		font-size: 1.375rem;
		font-weight: 700;
		padding: 10px 20px;
		text-align: center;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.contact-btn a i {
		margin-right: 10px;
	}
	.contact-btn a i img {
		width: 38px;
		height: auto;
		vertical-align: -6px;
	}
	.contact-btn a:hover {
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
}

/*contact-area affi*/
.contact-notice-affi {
	text-align: left;
	font-size: 0.875rem;
	line-height: 1.4em;
	text-indent: -1rem;
	margin: 10px 15px;
}

/*t-ttl*/
.t-ttl01 {
	color: #2D72B4;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.38;
	text-align: center;
	margin-bottom: 30px;
}
.t-ttl01 .marker {
	color: #FA7538;
	font-size: 2.5rem;
}

@media (max-width: 800px) {
	.t-ttl01 {
		font-size: 1.4375rem;
		margin-bottom: 20px;
	}
	.t-ttl01 .marker {
		font-size: 1.75rem;
	}
}


/*sec01*/
.sec01 {
	background: #E9F2FB;
	padding: 30px 0;
}
.sec01-ttl {
	font-size: 1.625rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 25px;
}
#sec01-slider {
	margin-bottom: 20px;
}
#sec01-slider img {
	border: 4px solid #fff;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.sec01-bnr {
	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;
	gap: 10px;
}
.sec01-txt {
	text-align: center;
	font-size: 1.125rem;
	font-weight: 700;
}

@media (max-width: 800px) {
	/*sec01*/
	.sec01 {
		padding: 20px 0;
	}
	.sec01-ttl {
		font-size: 1.4375rem;
		margin-bottom: 15px;
	}
	#sec01-slider {
		margin-bottom: 10px;
	}
	#sec01-slider img {
		border: 4px solid #fff;
		-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	}
	.sec01-bnr {
		display: block;
		text-align: center;
		margin-bottom: 0;
	}
	.sec01-txt {
		text-align: center;
		font-size: 1rem;
		line-height: 1.3;
	}
}
/*sec02*/
.sec02 {
	background: url(../images/sec02_bg.webp) no-repeat center/cover;
	padding: 70px 0;
}

.sec02-box {
	background: #fff;
	border: 3px solid #212121;
	border-radius: 20px;
	padding: 52px 60px;
	position: relative;
}
.sec02-box:after {
	content: "";
	display: block;
	background: url(../images/sec02_01.svg) no-repeat left top/contain;
	width: 133px;
	height: 163px;
	position: absolute;
	right: 35px;
	bottom: 35px;
	z-index: 2;
}

.sec02-list-check li {
	border-bottom: 1px dotted #827E7E;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	padding: 10px 0 10px 45px;
}
.sec02-list-check li:before {
	content: "";
	background: url(../images/share/ico_check.svg) no-repeat center/contain;
	position: absolute;
	left: 0;
	top: 16px;
	width: 23px;
	height: 23px;
}

@media (max-width: 800px) {
	.sec02 {
		padding: 30px 0;
	}
	.sec02-box {
		padding: 20px;
	}
	.sec02-box:after {
		position: static;
		margin: 10px auto 0;
	}
	.sec02-list-check li {
		font-size: 1rem;
		padding: 10px 0 10px 35px;
	}
	.sec02-list-check li:before {
		top: 12px;
	}
}
/*sec03*/
.sec03 {
	background: #2D72B4;
	padding: 75px 0;
}

.sec03-ttl {
	color: #fff;
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.38;
	text-align: center;
}
.sec03-ttl .sub {
	background: #1A1A1A;
	display: block;
	font-size: 1.625rem;
	min-width: 572px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto 40px;
	position: relative;
}
.sec03-ttl .sub:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #1A1A1A transparent transparent transparent;
	position: absolute;
	left: calc(50% - 20px);
	bottom: -20px;
}
.sec03-img{
	text-align: center;
}
@media (max-width: 800px) {
	.sec03 {
		padding: 30px 0 18px;
	}
	.sec03-ttl {
		font-size: 1.3125rem;
		margin-bottom: 10px;
	}
	.sec03-ttl .sub {
		font-size: 1rem;
		min-width: 0;
		height: 50px;
		line-height: 50px;
		width: 100%;
		margin: 0 auto 30px;
	}
	.sec03-img img{
		object-fit: cover;
		height: 150vw;
		width: auto;
	}
}
/*sec04*/
.sec04 {
	background: url(../images/sec04_bg.webp) no-repeat center/cover;
	padding: 0 0 75px;
}
.sec04_kansai {
	background: url(../images/sec04_bg_kansai.webp) no-repeat center/cover;
	padding: 0 0 75px;
}

.sec04-ttl {
	color: #F3ED52;
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.38;
	text-align: center;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	position: relative;
	z-index: 2;
}
.sec04-ttl .sub {
	background: #F3ED52;
	display: block;
	color: #000;
	font-size: 1.875rem;
	min-width: 346px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto 40px;
	position: relative;
}
.sec04-ttl .sub:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #F3ED52 transparent transparent transparent;
	position: absolute;
	left: calc(50% - 20px);
	bottom: -20px;
}

.sec04-img {
	display: block;
	padding: 40px 60px;
	position: relative;
	text-align: center;
	z-index: 1;
	width: 90%;
	margin-inline:auto;
}
.sec04-img:before {
	content: "";
	display: block;
	-webkit-filter: blur(5px);
	filter: blur(5px);
	opacity: 0.88;
	background: #fff;
	position: absolute;
	inset: 0;
	z-index: -1;
}

@media (max-width: 800px) {
	.sec04, .sec04_kansai {
		padding: 0 0 30px;
	}
	.sec04-ttl {
		font-size: 1.3125rem;
		margin-bottom: 10px;
	}
	.sec04-ttl .sub {
		font-size: 1.125rem;
		min-width: 0;
		height: 40px;
		line-height: 40px;
		width: 100%;
		margin: 0 auto 30px;
	}
	.sec04-img {
		padding: 30px;
		width: 100%;
	}
}
.sec05 {
	background: #E9F2FB;
	padding: 75px 0;
}

.sec05-ttl {
	font-size: 2.25rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}
.sec05-ttl .num {
	display: inline-block;
	background: #008ED8;
	color: #FBEF6C;
	font-family: "Rubik";
	font-size: 3.4375rem;
	font-weight: 700;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	text-align: center;
	line-height: 75px;
	margin: 0 10px;
	vertical-align: -3px;
	position: relative;
}
.sec05-ttl .num:before {
	content: "";
	background: url(../images/sec05_ttl.svg) no-repeat left top/contain;
	width: 24px;
	height: 25px;
	position: absolute;
	right: -10px;
	top: -15px;
}

.sec05-catch {
	color: #FC5E15;
	font-size: 1.875rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 35px;
}

.sec05-layout {
	background: #fff;
	border: 4px solid #3D8BC9;
	border-radius: 20px;
	padding: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	position: relative;
}
.sec05-layout + .sec05-layout {
	margin-top: 20px;
}
.sec05-layout .l-promise {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #3D8BC9;
	color: #fff;
	font-family: "Rubik";
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1;
	padding: 0 0 0 25px;
	height: 80px;
	width: 317px;
	-webkit-clip-path: polygon(100% 0%, calc(100% - 32px) 50%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(100% 0%, calc(100% - 32px) 50%, 100% 100%, 0 100%, 0 0);
	position: absolute;
	left: -20px;
	top: 38px;
	z-index: 5;
}
.sec05-layout .l-promise .num {
	color: #FBEF6C;
	font-size: 4.375rem;
	vertical-align: -3px;
}
.sec05-layout .l-img {
	margin-left: 30px;
	width: 340px;
}
.sec05-layout .l-desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 90px 0 0;
}
.sec05-layout .l-ttl {
	color: #2D72B4;
	font-size: 1.6875rem;
	font-weight: 700;
	margin-bottom: 15px;
}
.sec05-layout .l-ttl .marker {
	color: #FC5E15;
	font-size: 2rem;
}

.sec05-layout .l-txt {
	line-height: 1.6;
}

@media (max-width: 800px) {
	.sec05 {
		padding: 30px 0;
	}
	.sec05-ttl {
		font-size: 1.4375rem;
		margin-bottom: 10px;
	}
	.sec05-ttl .num {
		font-size: 2.5rem;
		width: 60px;
		height: 60px;
		line-height: 60px;
		margin: 0 5px;
	}
	.sec05-catch {
		font-size: 1.125rem;
		margin-bottom: 15px;
	}
	.sec05-layout {
		display: block;
		padding: 90px 20px 30px;
	}
	.sec05-layout + .sec05-layout {
		margin-top: 20px;
	}
	.sec05-layout .l-promise {
		font-size: 1.5625rem;
		line-height: 1;
		padding: 0 0 0 15px;
		height: 60px;
		width: 240px;
		left: -15px;
		top: 15px;
	}
	.sec05-layout .l-promise .num {
		font-size: 2.1875rem;
		vertical-align: middle;
	}
	.sec05-layout .l-img {
		margin: 0 0 20px;
		width: 100%;
	}
	.sec05-layout .l-desc {
		padding: 0;
	}
	.sec05-layout .l-ttl {
		font-size: 1.1rem;
		margin-bottom: 15px;
	}
	.sec05-layout .l-ttl .marker {
		font-size: 1.4375rem;
	}
}
/*sec06*/
.sec06 {
	background: #F5F5F5;
	padding: 75px 0;
}

.sec06-txt {
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
}

.sec06-post-layout {
	display: block;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.sec06-post-layout:before {
	content: "";
	display: block;
	background: url(../images/share/ico_complete.svg) no-repeat center/contain;
	width: 42.5%;
	height: auto;
	aspect-ratio: 1/1;
	position: absolute;
	right: 8px;
	top: 8px;
	z-index: 5;
}
.sec06-post-layout .l-img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	aspect-ratio: 80/97;
}
.sec06-post-layout .l-desc {
	background: rgba(0, 0, 0, 0.35);
	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: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	color: #fff;
	padding: 20px;
	position: absolute;
	inset: 0;
	z-index: 2;
}
.sec06-post-layout .l-data {
	margin-bottom: 15px;
}
.sec06-post-layout .l-data dt {
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 0 30px;
	position: relative;
}
.sec06-post-layout .l-data dt i {
	position: absolute;
	left: 0;
	top: 0;
}
.sec06-post-layout .l-data dd {
	padding: 0 0 0 30px;
}
.sec06-post-layout .l-data dd + dt {
	margin-top: 10px;
}
.sec06-post-layout .l-txt {
	font-size: 0.875rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	min-height: 84px;
}

#sec06-slider {
	margin-bottom: 40px;
}

@media (max-width: 800px) {
	.sec06 {
		padding: 30px 0;
	}
	.sec06-txt {
		font-size: 0.875rem;
		text-align: left;
		margin-bottom: 20px;
	}
	.sec06-post-layout .l-desc {
		padding: 15px;
	}
	.sec06-post-layout .l-txt {
		font-size: 0.8125rem;
		-webkit-line-clamp: 2;
		min-height: 47px;
	}
	#sec06-slider {
		margin-bottom: 20px;
	}
}
/*sec07*/
.sec07 {
	padding: 75px 0;
}
.sec07 .list-post-type01 {
	margin-bottom: 40px;
}

@media (max-width: 800px) {
	.sec07 {
		padding: 30px 0;
	}
	.sec07 .list-post-type01 {
		margin-bottom: 20px;
	}
}
/*sec08*/
.sec08 {
	background: #fff;
	padding: 75px 0;
}

.sec08-txt {
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
}

.sec08-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 40px;
}
.sec08-list .list-img {
	position: relative;
}
.sec08-list .list-img .list-caption {
	background: #fff;
	border: 3px solid #2D72B4;
	border-radius: 100px;
	color: #2D72B4;
	font-size: 1.375rem;
	font-weight: 900;
	height: 44px;
	line-height: 35px;
	text-align: center;
	margin-top: -30px;
	position: relative;
	z-index: 2;
}

/*----害虫用*/
.sec08-list-insect {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 40px;
}
.sec08-list-insect > li {
	width: 18%;
	padding: 0 1%;
	margin-bottom: 20px;
}
.sec08-list-insect .list-img {
	position: relative;
}
.sec08-list-insect .list-img .list-caption {
	background: #fff;
	border: 3px solid #2D72B4;
	border-radius: 100px;
	color: #2D72B4;
	font-size: 1.375rem;
	font-weight: 900;
	height: 44px;
	line-height: 35px;
	text-align: center;
	margin-top: -30px;
	position: relative;
	z-index: 2;
}
.sec08-list-insect > li:last-child .list-caption {
	background: #fff;
	border: 3px solid #2D72B4;
	border-radius: 100px;
	color: #2D72B4;
	font-size: 0.9rem;
	font-weight: 900;
	height: 44px;
	line-height: 35px;
	text-align: center;
	margin-top: -30px;
	position: relative;
	z-index: 2;
}
/*----害虫用*/

.sec08-ttl {
	font-size: 1.375rem;
	font-weight: 700;
	text-align: center;
	padding: 0 120px;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto 25px;
}
.sec08-ttl:before, .sec08-ttl:after {
	content: "";
	display: block;
	background: url(../images/sec08-ttl.svg) no-repeat left top/contain;
	width: 65px;
	height: 70px;
	position: absolute;
	top: 20px;
}
.sec08-ttl:before {
	left: 0;
}
.sec08-ttl:after {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	right: 0;
}
.sec08-ttl .big {
	color: #FA7538;
	font-size: 1.875rem;
}
.sec08-ttl .num {
	color: #FA7538;
	font-size: 2.8125rem;
	vertical-align: -6px;
}

.sec08-layout {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 25px 30px;
}
.sec08-layout .no-link{
	pointer-events: none;
}
.sec08-layout .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-width: 0;
}
.sec08-layout .l-ttl {
	margin-bottom: 20px;
	width: 100%;
}
.sec08-layout .l-ttl .ttl {
	display: block;
	background: #2D72B4;
	color: #fff;
	font-size: 1.375rem;
	font-weight: 700;
	text-align: center;
	padding: 6px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.sec08-layout .l-ttl .ttl:hover {
	background: #FA7538;
}
.sec08-layout .l-img {
	width: 150px;
	margin-left: 20px;
}
.sec08-layout .l-desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 20px 0 0;
}
.sec08-layout .l-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sec08-layout .l-list li:after {
	content: "｜";
	color: #999;
	margin: 0 8px;
}
.sec08-layout .l-list li:last-child:after {
	content: none;
}
.sec08-layout .l-list li a {
	position: relative;
	font-size: 0.875rem;
	font-weight: 700;
}
.sec08-layout .l-list li a::after {
	content: "";
	position: absolute;
	width: 100%;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #000;
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.sec08-layout .l-list li a:is(:hover, :focus)::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

@media (max-width: 800px) {
	.sec08 {
		padding: 30px 0;
	}
	.sec08-txt {
		font-size: 0.875rem;
		text-align: left;
		margin-bottom: 20px;
	}
	.sec08-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 20px 0;
	}
	.sec08-list > li {
		width: 46%;
	}
	.sec08-list .list-img {
		position: relative;
	}
	.sec08-list .list-img .list-caption {
		font-size: 0.9375rem;
		height: 30px;
		line-height: 25px;
	}
/*----害虫用*/
	.sec08-list-insect {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 20px 0;
	}
	.sec08-list-insect > li {
		width: 46%;
		padding: 0;
		margin-bottom: 0;
	}
	.sec08-list-insect .list-img {
		position: relative;
	}
	.sec08-list-insect .list-img .list-caption {
		font-size: 0.9375rem;
		height: 30px;
		line-height: 25px;
	}
/*----害虫用*/
	.sec08-ttl {
		font-size: 1.125rem;
		padding: 0;
		position: relative;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin: 0 auto 25px;
	}
	.sec08-ttl:before, .sec08-ttl:after {
		content: none;
	}
	.sec08-ttl .big {
		color: #FA7538;
		font-size: 1.25rem;
	}
	.sec08-ttl .num {
		font-size: 2.1875rem;
		vertical-align: -3px;
	}
	.sec08-layout {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.sec08-layout .item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		min-width: 0;
	}
	.sec08-layout .l-ttl .ttl {
		font-size: 1.25rem;
		margin-bottom: 15px;
	}
	.sec08-layout .l-img {
		width: 100px;
		margin-left: 10px;
	}
	.sec08-layout .l-desc {
		padding: 10px 0 0;
	}
}
/*sec09*/
.sec09 {
	background: #E9F2FB;
	padding: 75px 0;
	position: relative;
	z-index: 1;
}
.sec09 .t-ttl01 {
	color: #FA7538;
}

.sec09-txt {
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
}

.sec09-list-card {
	padding: 25px 0 0;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 32px 1fr 32px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 55px 32px;
}
.sec09-list-card li {
	background: #fff;
	border-radius: 10px;
	padding: 52px 20px 20px;
	position: relative;
}
.sec09-list-card .step-ttl {
	padding: 0 0 0 8px;
	margin: 0 0 5px;
	position: absolute;
	left: 7px;
	top: -25px;
	z-index: 5;
}
.sec09-list-card .step-ttl:before {
	content: "";
	display: block;
	background: #2D72B4;
	border-radius: 3px;
	width: 3px;
	height: 68px;
	position: absolute;
	left: 0;
	top: 0;
}
.sec09-list-card .step-ttl .ttl-inner {
	display: block;
	background: #2D72B4;
	color: #FBEF6C;
	-webkit-clip-path: polygon(100% 0%, calc(100% - 15px) 50%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(100% 0%, calc(100% - 15px) 50%, 100% 100%, 0 100%, 0 0);
	font-family: "Rubik";
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	padding: 10px 20px;
	width: 165px;
}
.sec09-list-card .step-ttl .ttl-inner .num {
	font-size: 1.875rem;
}
.sec09-list-card .list-ttl {
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
}
.sec09-list-card .list-img {
	text-align: center;
	margin-bottom: 15px;
}
.sec09-list-card .list-txt {
	line-height: 1.6;
}
.sec09-img {
	position: absolute;
	right: max(5%, 50% - 512px);
	bottom: 0;
	z-index: -1;
}

@media (max-width: 800px) {
	.sec09 {
		padding: 30px 0 0;
	}
	.sec09-txt {
		font-size: 0.875rem;
		text-align: left;
		margin-bottom: 20px;
	}
	.sec09-list-card {
		padding: 25px 0 0;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 52px;
	}
	.sec09-img {
		width: 90%;
		position: static;
		margin: 20px auto 0;
	}
	.sec09-img img{
		width: 100%;
		height: auto;
	}
}
/*sec10*/
.sec10 {
	padding: 75px 0;
	max-width: 1024px;
	margin: auto;
}
.sec10-listcol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
}
.sec10-listcol .listcol2 {
	width: 50%;
}
.sec10-ttl {
	color: #2D72B4;
	font-size: 1.625rem;
	font-weight: 700;
	margin-bottom: 15px;
}
.sec10-ttl i {
	margin-right: 13px;
}
.sec10-ttl i img {
	vertical-align: middle;
}

.sec10-list-post {
	margin-bottom: 35px;
}
.sec10-list-post li {
	border-bottom: 1px dotted #827E7E;
}
.sec10-list-post li a {
	display: block;
	padding: 16px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.sec10-list-post li:last-of-type {
	margin-bottom: 0;
}
.sec10-list-post li time {
	color: #2D72B4;
	font-size: 0.8125rem;
	margin: 0 15px 0 10px;
}
.sec10-list-post li .ttl {
	font-size: 0.9375rem;
}
.sec10-list-post li a:is(:hover, :focus) {
	background-color: #E9F2FB;
}

@media (max-width: 800px) {
	.sec10 {
		padding: 30px 0;
		max-width: 90%;
	}
	.sec10-listcol {
		display: block;
	}
	.sec10-listcol .listcol2 {
		width: 100%;
		margin: 30px auto 0;
	}
	.sec10-ttl {
		font-size: 1.3rem;
		margin-bottom: 10px;
	}
	.sec10-ttl i {
		margin-right: 10px;
	}
	.sec10-ttl i img {
		vertical-align: -5px;
	}
	.sec10-list-post {
		margin-bottom: 20px;
	}
	.sec10-list-post li {
		border-bottom: 2px dotted #D3D3D3;
	}
	.sec10-list-post li a {
		padding: 10px 0;
	}
	.sec10-list-post li time {
		font-size: 0.875rem;
		margin: 0 15px 0 0;
	}
	.sec10-list-post li .ttl {
		font-size: 0.875rem;
	}
}
/*sec11*/
.sec11 {
	background: url(../images/sec11_bg.webp) repeat-x left top, url(../images/sec11_bg.webp) repeat-x left bottom;
	background-color: #F3ED52;
	padding: 70px 0;
}

.sec11-ttl {
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.38;
	text-align: center;
	margin-bottom: 30px;
}
.sec11-ttl .big {
	color: #FF004A;
	font-size: 2.5rem;
}

.sec11-txt {
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 25px;
}
.sec11-txt .big {
	color: #2D72B4;
	font-size: 1.5rem;
}

@media (max-width: 800px) {
	.sec11 {
		padding: 50px 0;
	}
	.sec11-ttl {
		font-size: 1.25rem;
		text-align: center;
		margin-bottom:15px;
	}
	.sec11-ttl .big {
		font-size: 1.875rem;
	}
	.sec11-txt {
		font-size: 0.875rem;
		text-align: left;
		margin-bottom: 15px;
	}
	.sec11-txt .big {
		font-size: 1.25rem;
	}
}
/*sec13*/
.sec13 {
	background: #2D72B4;
	padding: 75px 0 40px 0;
	text-align: center;
}
.sec13-col {
    background: url(../images/sec13_bg.webp) repeat 0 0;
	border-radius: 20px;
	margin-bottom: 25px;
}
.sec13-colinner {
    background: url(../images/sec13_bgpeople.webp) no-repeat 0 0 / 103%;
	border-radius: 20px;
	padding: 55px 150px;
}
.sec13-list {
	width: 630px;
	margin: 0 0 0 2%;
}
.sec13-ttl01 {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
}
.sec13-ttl01 img {
	height: 35px;
	width: auto;
}
.sec13-ttl02 {
	font-size: 1.7rem;
	font-weight: 700;
	margin: 20px 0;
	line-height: 1.4;
}
.sec13-ttl02 span {
	padding: 0 10px 0 15px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FBEF6D));
	background: linear-gradient(transparent 70%, #FBEF6D 70%);
	background-position: left 10px bottom 1px;
}
.sec13-ttl03 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.3;
	color: #F3ED52;
}
@media (max-width: 800px) {
	.sec13 {
		padding: 30px 0;
	}
	.sec13-col {
		margin-bottom: 15px;
	}
	.sec13-colinner {
		padding: 40px 20px 20px 20px;
	}
	.sec13-ttl01 {
		font-size: 1.4rem;
	}
	.sec13-ttl01 img {
		height: auto;
	}
	.sec13-ttl02 {
		font-size: 1.3rem;
		margin: 10px 0 20px 0;
	}
	.sec13-list {
		width: 100%;
		margin: 0;
	}
	.sec13-ttl03 {
		font-size: 1.2rem;
		line-height: 1.5;
	}
}
/*googlebusiness-area*/
.googlebusiness-area {
	margin: 60px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.googlebusiness-txt {
	width: 560px;
	margin-right: 70px;
	text-align: center;
}
.googlebusiness-ttl01 {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.4;
}
.googlebusiness-ttl01 span {
	font-size: 2.3rem;
	padding: 0 10px 0 15px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FBEF6D));
	background: linear-gradient(transparent 70%, #FBEF6D 70%);
	background-position: left 10px bottom 1px;
}
.googlebusiness-ttl02 {
	background: #E94234;
	color: #fff;
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	min-width: 560px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
	border-radius: 60px;
	margin-bottom: 8px;
}
.googlebusiness-ttl02:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 18px 0 0;
	border-color: #E94234 transparent transparent transparent;
	position: absolute;
	left: calc(90% - 18px);
	bottom: -18px;
}
.googlebusiness-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	margin-bottom: 10px;
}
.googlebusiness-list li {
	font-size: 0.96rem;
	line-height: 1.5;
	position: relative;
	padding: 10px 30px 10px 0;
	margin: 0 10px;
}
.googlebusiness-list li:after {
	content: "";
	background: url(../images/share/ico_comment.svg) no-repeat center/contain;
	position: absolute;
	right: 0;
	width: 24px;
	height: 22px;
}
@media (max-width: 800px) {
	.googlebusiness-area {
		margin: 30px auto 0;
		display: block;
	}
	.googlebusiness-txt {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.googlebusiness-img{
		width: 60%;
		margin: auto;
	}
	.googlebusiness-ttl01 {
		font-size: 1.1rem;
		line-height: 1.6;
	}
	.googlebusiness-ttl01 span {
		font-size: 1.6rem;
	}
	.googlebusiness-ttl02 {
		font-size: 0.94rem;
		min-width: 100%;
		height: 50px;
		line-height: 50px;
	}
	.googlebusiness-list li {
		font-size: 0.8rem;
		margin: 0 5px;
	}
}

/*campaign-kansai*/
.campaign-kansai {
	background: url(../images/share/coupon_bg.webp) no-repeat center/cover;
	padding: 60px 0;
}
.campaign-kansai-ttl01 {
	position: relative;
	width: 900px;
	margin: auto;
}
.campaign-kansai-ttl01 span {
	position: absolute;
	display: block;
	top: 130px;
	left: 150px;
	text-align: center;
	font-size: 1.7rem;
	font-weight: 700;
}
.campaign-kansai-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 25px 30px;
}
.campaign-kansai-list li {
	font-weight: 700;
	border-radius: 20px;
	background: #fff;
	border: solid 5px #2D72B4;
	text-align: center;
	padding: 15px 0;
}
.list-benefits {
	width: 146px;
}
.list-off {
	width: 340px;
	margin: 10px auto;
}
.list-free {
	width: 250px;
	margin: 10px auto 20px auto;
}
.list-ttl01 {
	font-size: 1.8rem;
}
.list-ttl01 span {
	font-size: 1.3rem;
	margin-right: 5px;
}
.campaign-kansai-list li .list-txt {
	font-size: 1.1rem;
	line-height: 1.4;
	margin-bottom: 15px;
}
.campaign-kansai .list-txtS {
	font-size: 0.86rem;
	line-height: 1.6;
	margin: 20px 10%;
}
.campaign-kansai-ttl02 {
	background: #2D72B4;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 700;
	height: 65px;
	line-height: 65px;
	text-align: center;
	border-radius: 60px;
}
@media (max-width: 800px) {
	.campaign-kansai {
		padding: 20px 0 30px 0;
	}
	.campaign-kansai-ttl01 {
		width: 100%;
		margin: auto;
	}
	.campaign-kansai-ttl01 span {
		display: none;
	}
	.campaign-kansai-list {
		display: block;
	}
	.campaign-kansai-list li {
		padding: 15px 0 10px 0;
		margin-bottom: 10px;
	}
	.list-benefits {
		width: 100px;
		margin-bottom: 5px;
	}
	.list-off {
		width: 250px;
	}
	.list-free {
		width: 200px;
		margin: 10px auto;
	}
	.list-ttl01,
	.list-ttl01 span {
		font-size: 1.2rem;
		margin-right: 0;
	}
	.campaign-kansai-list li .list-txt {
		font-size: 1rem;
	}
	.campaign-kansai .list-txtS {
		font-size: 0.8rem;
		margin: 10px 0;
	}
	.campaign-kansai-ttl02 {
		font-size: 1.3rem;
		height: auto;
		line-height: 1.4;
		border-radius: 10px;
		padding: 10px;
	}
}
/*campaign-kantokyushu*/
.campaign-kantokyushu {
	position: relative;
	text-align: center;
	background: url(../images/share/coupon_bg.webp) no-repeat center/cover;
	padding: 60px 0;
}
.campaign-kantokyushu-ttl01 {
	position: absolute;
	top: 40px;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
}
.campaign-kantokyushu-ttl01 img {
	width: 750px;
	margin: auto;
}
.campaign-kantokyushu_bg  {
	margin-top: 110px;
	background: url(../images/campaign-kantokyushu-bg.webp) no-repeat center/cover;
	padding: 40px 40px 30px 40px;
	border: solid 5px #000000;
	border-radius: 20px;
}
.campaign-kantokyushu-ttl02 {
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.3;
}
.campaign-kantokyushu-ttl03 img {
	width: 490px;
	margin: auto;
}
.outline {
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0;
	display: inline-block;
	font-size: 1.4rem;
	letter-spacing : 2px;/* 文字間 */
	text-shadow: 
		 2px  2px 1px #fff,
		-2px  2px 1px #fff,
		 2px -2px 1px #fff,
		-2px -2px 1px #fff,
		 2px  0px 1px #fff,
		 0px  2px 1px #fff,
		-2px  0px 1px #fff,
		 0px -2px 1px #fff;/* 文字の影 */
}
.outline span {
	font-size: 1.7rem;
	color: #FF0031;
}
.campaign-kantokyushu_col {
	background: #0072BD;
	color: #fff;
	border-radius: 20px;
	padding: 25px;
	font-size: 1.6rem;
	letter-spacing: 0;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 10px;
}
.campaign-kantokyushu .txtS {
	font-size: 0.86rem;
	line-height: 1.6;
}
@media (max-width: 800px) {
	.campaign-kantokyushu {
		padding: 20px 0 30px 0;
	}
	.campaign-kantokyushu-ttl01 {
		top: 20px;
	}
	.campaign-kantokyushu-ttl01 img {
		width: 80%;
		margin: auto;
	}
	.campaign-kantokyushu_bg  {
		margin-top: 66px;
		padding: 20px 10px;
	}
	.campaign-kantokyushu-ttl02 {
		font-size: 1.2rem;
	}
	.campaign-kantokyushu-ttl03 img {
		width: 84%;
	}
	.outline {
		font-size: 1rem;
	}
	.outline span {
		font-size: 1.2rem;
	}
	.campaign-kantokyushu_col {
		padding: 15px 10px;
		font-size: 1rem;
	}
	.campaign-kantokyushu .txtS {
		font-size: 0.8rem;
		text-align: left;
	}
}
/*-----------------------------------------------------------
footer
-----------------------------------------------------------*/
.fixed-menu {
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.3));
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: fixed;
	top: 50%;
	left: 0;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	-webkit-transform: translateX(-600px);
	transform: translateX(-600px);
	z-index: 50;
}
.fixed-menu.menu01 {
	top: 10%;
}
.fixed-menu.menu01 .inner {
	overflow: auto;
	height: 430px;
}
.fixed-menu.menu02 {
	top: calc(10%);
/*-----------------------------------------------------------
	top: calc(10% + 237px);
-----------------------------------------------------------*/
}

.fixed-menu:hover {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	z-index: 55;
}

.fixed-menu .ttl {
	background: #2D72B4;
	border-radius: 0 10px 10px 0;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 1;
	letter-spacing: 0.1em;
	white-space: nowrap;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	padding: 25px 0;
	width: 60px;
}
.fixed-menu .ttl:after {
	content: "";
	display: block;
	background: url(../images/share/fixed-btn_arrow.svg) no-repeat left top/contain;
	width: 24px;
	height: 24px;
	margin: 12px 3px 0 0;
}
.fixed-menu .ttl .big {
	color: #FBEF6C;
	font-size: 22px;
	letter-spacing: 0.1em;
	margin-bottom: 3px;
}

.fixed-menu .inner {
	border: 2px solid #2D72B4;
	border-left: none;
	background: #fff;
	padding: 32px;
	width: 600px;
}

.menu-dl dt {
	border-bottom: 1px solid #ccc;
	color: #FC5E15;
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.menu-dl dd + dt {
	margin-top: 20px;
}
.menu-dl .menu-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.menu-dl .menu-list li:after {
	content: "/";
	color: #999;
	margin: 0 5px;
}
.menu-dl .menu-list li:last-child:after {
	content: none;
}
.menu-dl .menu-list li a {
	position: relative;
	font-size: 14px;
}
.menu-dl .menu-list li a::after {
	content: "";
	position: absolute;
	width: 100%;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #000;
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.menu-dl .menu-list li a:is(:hover, :focus)::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

.list-menu li {
	position: relative;
	padding: 0 0 0 15px;
}
.list-menu li a {
	font-weight: bold;
	position: relative;
}
.list-menu li a::after {
	content: "";
	position: absolute;
	width: 100%;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #000;
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.list-menu li a:is(:hover, :focus)::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}
.list-menu li:before {
	background: #FC5E15;
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 14px;
	width: 5px;
	height: 5px;
}
.list-menu li + li {
	margin-top: 3px;
}

.f-wrapper {
	background: #F5F5F5;
	padding: 35px 0;
}
.f-wrapper .f-bnr {
	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;
	gap: 15px;
}
.f-wrapper .f-bnr > li img {
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.copyright {
	background: #2D72B4;
	color: #fff;
	text-align: center;
	font-family: Verdana, "Droid Sans";
}

@media (max-width: 800px) {
	.fixed-menu {
		display: none;
	}
	.footer{
		padding: 0 0 60px;
	}
	.f-wrapper {
		display: none;
	}
	.f-bnr {
		display: block;
		text-align: center;
	}
	.f-bnr > li + li {
		margin-top: 15px;
	}
	.f-bnr > li img {
		width: 100%;
		max-width: 383px;
	}
}


/*-----------------------------------------------------------
under
-----------------------------------------------------------*/
.u-contents p + p {
	margin-top: 15px;
}

/*------------
サイドバー
--------------*/
.sidebar-layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-inline: auto;
	max-width: 1024px;
	width: 90%;
}
.sidebar-layout .contents {
	width: 740px;
	margin-bottom: 50px;
}
.sidebar-layout .side-navi {
	width: 240px;
	margin-bottom: 50px;
}

.side-links01 {
	border-top: 4px solid #3D8BC9;
	margin-bottom: 30px;
}
.side-links01 .side-link-ttl {
	font-size: 1rem;
	font-weight: 700;
	padding: 15px 0;
	line-height: 1.5;
}

.side-links01-list > li {
	border-bottom: 1px solid #ccc;
	position: relative;
	padding: 0 0 13px 15px;
	margin: 0 0 13px;
}
.side-links01-list > li:before {
	background: #FC5E15;
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 15px;
	width: 5px;
	height: 5px;
}
.side-links01-list > li > a {
	color: #2D72B4;
	font-size: 1rem;
	font-weight: 700;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.side-links01-list > li > a:is(:hover, :focus) {
	opacity: 0.7;
}
.side-links01-list .child-wrap-col2{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.side-links01-list .child {
	margin-top: 10px;
}
.side-links01-list .child .child-ttl {
	margin-bottom: 5px;
}
.side-links01-list .child .child-ttl > a {
	color: #FC5E15;
	font-size: 1rem;
	font-weight: 700;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.side-links01-list .child .child-ttl > a:is(:hover, :focus) {
	opacity: 0.7;
}

.category-list {
	font-size: 0.875rem;
	line-height: 1.5;
}

.category-list > li {
	position: relative;
	padding: 0 0 0 24px;
}

.category-list > li::before {
	content: "";
	background: #A5A5A5;
	width: 10px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 11px;
}

.category-list > li + li {
	margin-top: 5px;
}

.category-list > li a {
	position: relative;
	font-size: 14px;
}
.category-list > li a::after {
	content: "";
	position: absolute;
	width: 100%;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #000;
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.category-list > li a:is(:hover, :focus)::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

.slide-links01-post li + li {
	margin-top: 20px;
}
.slide-links01-post .list-img {
	margin-bottom: 5px;
}
.slide-links01-post .list-img img {
	border: 1px solid #ccc;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	aspect-ratio: 12/7;
}
.slide-links01-post .list-ttl {
	font-size: 0.875rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.slide-links01-post .list-ttl a {
	position: relative;
}
.slide-links01-post .list-ttl a::after {
	content: "";
	position: absolute;
	width: 100%;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #2D72B4;
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.slide-links01-post .list-ttl a:is(:hover, :focus)::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

@media (max-width: 800px) {
	.sidebar-layout {
		display: block;
	}
	.sidebar-layout .contents {
		width: 100%;
		margin-bottom: 50px;
	}
	.sidebar-layout .side-navi {
		width: 100%;
		margin-bottom: 50px;
		position: relative;
	}
	.category-list.list-col2{
		column-count: 2;
	}
}
/*------------
パンくず
--------------*/
.breadcrumb {
	margin: 5px 0 55px;
	width: 100%;
}
.breadcrumb ul {
	margin-inline: auto;
	max-width: 1024px;
	width: 90%;
}
.breadcrumb ul li {
	color: #888;
	font-size: 0.8125rem;
	display: inline;
}
.breadcrumb ul li a {
	text-decoration: underline;
}
.breadcrumb ul li a:is(:hover, :focus) {
	text-decoration: none;
}
.breadcrumb ul li + li:before {
	content: "> ";
	padding: 0 5px;
	color: #ccc;
}

@media (max-width: 800px) {
	.breadcrumb {
		margin: 5px 0 30px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.breadcrumb ul {
		margin-inline: auto;
		max-width: 1024px;
		width: 90%;
	}
}
/*------------
page ttl
--------------*/
.page-ttl {
	height: 140px;
	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;
	background: #E9F2FB;
}
.page-ttl h2 {
	font-size: 2.25rem;
	font-weight: 700;
	text-align: center;
}

@media (max-width: 800px) {
	.page-ttl {
		height: 100px;
	}
	.page-ttl h2 {
		font-size: 1.6rem;
	}
}
/*------------
見出し
--------------*/
.u-h3,
.postdata h3 {
	border-bottom: 1px solid #ccc;
	font-size: 1.375rem;
	font-weight: 700;
	padding: 0 0 10px;
	margin: 0 0 20px;
	position: relative;
}
.u-h3::after,
.postdata h3::after {
	content: "";
	background: #2D72B4;
	width: 40px;
	height: 2px;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.u-h4,
.postdata h4 {
	color: #FC5E15;
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 0 15px;
}

.u-h5,
.postdata h5 {
	font-size: 1.125rem;
	font-weight: 700;
	margin: 0 0 15px;
}

@media (max-width: 800px) {
	.u-h3,
	.postdata h3 {
		font-size: 1.25rem;
		line-height: 1.4;
		padding: 0 0 15px;
		margin: 0 0 15px;
	}
	.u-h3::after,
	.postdata h3::after {
		width: 30px;
	}
	.u-h4,
	.postdata h4 {
		font-size: 1.125rem;
		line-height: 1.4;
	}
	.u-h5,
	.postdata h5 {
		font-size: 1rem;
		line-height: 1.4;
		margin: 0 0 15px;
	}
}
/*------------
section
--------------*/
.short + .short {
	margin-top: 60px;
}

.tall {
	margin: 0 0 90px;
}

@media (max-width: 800px) {
	.short + .short {
		margin-top: 40px;
	}
	.tall {
		margin: 0 0 60px;
	}
}
/*------------
column
--------------*/
.col2,
.col2-col2,
.col3,
.col3-col2,
.col4,
.col4-col2 {
	display: -ms-grid;
	display: grid;
}

.col2,
.col2-col2 {
	-ms-grid-columns: 1fr 30px 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.col3,
.col3-col2 {
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.col4,
.col4-col2 {
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px 30px;
}

@media (max-width: 800px) {
	.col2,
	.col3,
	.col4 {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.col2-col2,
	.col3-col2,
	.col4-col2 {
		-ms-grid-columns: 1fr 20px 1fr;
		grid-template-columns: repeat(2, 1fr);
		gap: 15px 20px;
	}
}
/*------------
list
--------------*/
.list-disc li {
	position: relative;
	padding: 0 0 0 15px;
}
.list-disc li:before {
	background: #FC5E15;
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 15px;
	width: 5px;
	height: 5px;
}
.list-disc li + li {
	margin-top: 3px;
}

.list-decimal {
	padding-left: 22px;
}
.list-decimal li {
	list-style: decimal;
}
.list-decimal li + li {
	margin-top: 3px;
}

.list-check li {
	position: relative;
	padding: 0 0 0 25px;
}
.list-check li:before {
	content: "";
	background: url(../images/share/ico_check.svg) no-repeat center/contain;
	position: absolute;
	left: 0;
	top: 9px;
	width: 18px;
	height: 18px;
}
.list-check li + li {
	margin-top: 3px;
}

.list-col2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.list-col3 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

@media (max-width: 800px) {
	.list-disc li:before {
		top: 10px;
	}
	.list-check li:before {
		top: 5px;
	}
	.list-col2 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.list-col3 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}
/*------------
table
--------------*/
.table-style01 {
	border-top: 1px solid #ddd;
	border-collapse: collapse;
	width: 100%;
}
.table-style01 th,
.table-style01 td {
	padding: 20px 30px;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
}
.table-style01 th {
	font-size: 1rem;
	font-weight: 700;
	text-align: left;
}
.table-style01 td {
	background: #fff;
}

@media (max-width: 800px) {
	.table-style01.sp-block colgroup {
		display: none;
	}
	.table-style01.sp-block th,
	.table-style01.sp-block td {
		border: none;
		display: block;
		width: 100%;
	}
	.table-style01.sp-block th {
		padding-bottom: 0;
	}
	.table-style01.sp-block td {
		border-bottom: 1px solid #ddd;
	}
	.table-style01 th,
	.table-style01 td {
		font-size: 0.875rem;
		line-height: 1.5;
		padding: 15px;
	}
	.table-scroll {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.table-scroll:before {
		content: "※横にスクロールできます。";
		font-size: 0.8125rem;
		color: #F44336;
	}
	.table-scroll table {
		width: 800px;
	}
}
/*------------
list-card01
--------------*/
.list-card01 .list-ttl {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 20px;
}
.list-card01 .list-img {
	text-align: center;
	margin-bottom: 15px;
}
.list-card01 .list-img img {
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.list-card01 .list-txt {
	font-size: 0.8125rem;
}

/*------------
list-card01
--------------*/
.box-style01 {
	background: #E9F2FB;
	border-radius: 10px;
	padding: 40px 30px;
}
.box-style01 .box-ttl {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 20px;
}
.box-style01 .list-disc li {
	font-size: 0.875rem;
	line-height: 1.8;
}
.box-style01 .list-disc li:before {
	background: #FA7538;
	top: 10px;
}

/*------------
list01
--------------*/
.list01 {
	-ms-grid-columns: 1fr 10px 1fr;
	grid-template-columns: repeat(2, 1fr);
	display: -ms-grid;
	display: grid;
	font-size: 0.875rem;
}
.list01 li {
    position: relative;
    padding: 0 0 0 15px;
}
.list01 li:before {
    background: #FA7538;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
}
@media (max-width: 800px) {
	.list01 {
		display: block;
	}
}

/*------------
faq-style
--------------*/
.faq-style dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px;
	margin: 0 0 15px;
	position: relative;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.faq-style dt .txt {
	font-size: 1.3125rem;
	font-weight: 700;
	line-height: 1.7;
}
.faq-style dd .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.faq-style dd + dt {
	margin-top: 30px;
}

.faq-style .ico {
	text-align: center;
	width: 35px;
	height: 35px;
	margin: 0 15px 0 0;
}
.faq-style .txt {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

@media (max-width: 800px) {
	.faq-style dt {
		padding: 0 0 10px;
		margin: 0 0 15px;
	}
	.faq-style dt .txt {
		padding: 3px 0 0;
		font-size: 0.9375rem;
		line-height: 1.5;
	}
	.faq-style dd + dt {
		margin-top: 15px;
	}
	.faq-style .ico {
		width: 30px;
		height: 30px;
		margin: 0 13px 0 0;
	}
}
/*------------
プライバシーポリシー
--------------*/
.dl-privacy dt {
	font-size: 1.3125rem;
	font-weight: 700;
	margin: 0 0 10px;
}
.dl-privacy dd + dt {
	margin-top: 30px;
}

.list-privacy li {
	position: relative;
	padding: 0 0 0 15px;
}
.list-privacy li::before {
	background: #2D72B4;
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 15px;
	width: 5px;
	height: 5px;
}
.list-privacy li + li {
	margin-top: 3px;
}

/*------------
投稿パーツ
--------------*/
/*list-post-type01*/
.list-post-type01 {
	margin-bottom: 80px;
}
.list-post-type01 li {
	display: flow-root;
}
.list-post-type01 li + li {
	border-top: 1px solid #ccc;
	margin-top: 30px;
	padding-top: 30px;
}
.list-post-type01 .list-ttl {
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 0 10px;
}
.list-post-type01 .list-ttl a {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.list-post-type01 .list-ttl a:is(:hover, :focus) {
	opacity: 0.5;
}
.list-post-type01 .list-img {
	float: left;
	margin: 0 25px 0 0;
	width: 33%;
}
.list-post-type01 .list-img img {
	border: 1px solid #ccc;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	aspect-ratio: 3/2;
}
.list-post-type01 .list-img a {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.list-post-type01 .list-img a:is(:hover, :focus) {
	opacity: 0.5;
}
.list-post-type01 .list-data {
	margin: 0 0 10px;
}
.list-post-type01 time {
	display: inline-block;
	color: #6A6A6A;
	font-size: 0.8125rem;
	vertical-align: -1px;
	margin: 0 10px 0 0;
}
.list-post-type01 .category {
	background: #E9F2FB;
	color: #2D72B4;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	border-radius: 13px;
	line-height: 1;
	padding: 7px 14px;
	margin: 0 10px 0 0;
}
.list-post-type01 .list-txt {
	margin: 0 0 25px;
	line-height: 1.6;
}
.list-post-type01 .list-btn {
	text-align: right;
}
.list-post-type01 .list-btn a {
	display: inline-block;
	color: #2D72B4;
	font-size: 0.9375rem;
	font-weight: 700;
	position: relative;
	line-height: 1.7;
}
.list-post-type01 .list-btn a::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #2D72B4;
	border-right: 2px solid #2D72B4;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
	margin-right: 8px;
}
.list-post-type01 .list-btn a::after {
	content: "";
	position: absolute;
	width: 100%;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #2D72B4;
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.list-post-type01 .list-btn a:is(:hover, :focus)::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

@media (max-width: 800px) {
	.list-post-type01 {
		margin: 0 0 50px;
	}
	.list-post-type01 li + li {
		margin-top: 20px;
	}
	.list-post-type01 .list-ttl {
		font-size: 1.125rem;
		padding: 0 0 7px;
		margin: 0 0 15px;
	}
	.list-post-type01 .list-img {
		float: left;
		margin: 0 15px 0 0;
		width: 40%;
	}
	.list-post-type01 .list-img img {
		width: 100%;
		height: 25vw;
	}
	.list-post-type01 .list-desc {
		margin: -5px 0 0;
	}
	.list-post-type01 time {
		font-size: 0.75rem;
		margin: 0 15px 0 0;
	}
	.list-post-type01 .list-txt {
		font-size: 0.6875rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		margin: 0 0 5px;
	}
	.list-post-type01 .list-btn {
		margin-top: 15px;
	}
	.list-post-type01 .list-btn a {
		font-size: 0.6875rem;
		text-align: center;
		padding: 2px 15px 4px;
	}
}
/*list-post-type02*/
.list-post-type02 {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 32px 1fr 32px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	margin-bottom: 40px;
}
.list-post-type02 li {
	min-width: 0;
}
.list-post-type02 .list-img {
	margin-bottom: 15px;
}
.list-post-type02 .list-img a {
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.list-post-type02 .list-img a:is(:hover, :focus) {
	opacity: 0.7;
}
.list-post-type02 .list-img a img {
	border: 1px solid #E0E0E0;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	aspect-ratio: 3/2;
}
.list-post-type02 .list-data {
	margin-bottom: 10px;
}
.list-post-type02 .list-data time {
	display: inline-block;
	color: #6A6A6A;
	font-size: 0.8125rem;
	vertical-align: -1px;
	margin: 0 10px 0 0;
}
.list-post-type02 .list-data .category {
	background: #E9F2FB;
	color: #2D72B4;
	display: inline-block;
	border-radius: 13px;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	padding: 7px 14px;
	margin: 0 10px 0 0;
}
.list-post-type02 .list-ttl {
	font-size: 1rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}
.list-post-type02 .list-ttl a {
	position: relative;
}
.list-post-type02 .list-ttl a::after {
	content: "";
	position: absolute;
	width: 100%;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #2D72B4;
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.list-post-type02 .list-ttl a:is(:hover, :focus)::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

@media (max-width: 800px) {
	.list-post-type02 {
		-ms-grid-columns: 1fr 15px 1fr;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 15px;
		margin-bottom: 30px;
	}
	.list-post-type02 .list-img {
		margin-bottom: 10px;
	}
	.list-post-type02 .list-data {
		margin-bottom: 8px;
	}
	.list-post-type02 .list-ttl {
		font-size: 0.9375rem;
		margin-bottom: 5px;
	}
}
/*before-after*/
.before-after {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.before-after .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content:center;
	text-align: center;
	width: 48.5%;
	padding: 0 0 40px;
	position: relative;
}

.before-after .item + .item::before {
	content: "";
	border-style: solid;
	border-width: 9px 0 9px 9px;
	border-color: transparent transparent transparent #FC5E15;
	position: absolute;
	left: -4%;
	top: calc(50% - 20px);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.before-after figure{
	position: relative;
}

.before-after .item + .item figure::after {
	content: "";
	display: block;
	width: 136px;
	height: 136px;
	background: url(../images/share/ico_complete.svg) no-repeat center/contain;
	position: absolute;
	right: 8px;
	top: 8px;
}

.before-after figure img {
	border-radius: 10px;
	max-height: 350px;
	-o-object-fit: contain;
	object-fit: contain;
}

.before-after p {
	color: #2D72B4;
	font-family: "Rubik";
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

@media (max-width: 800px) {
	.before-after {
		display: block;
	}
	.before-after .item {
		width: 100%;
	}
	.before-after .item + .item {
		margin-top: 50px;
	}
	.before-after .item + .item::before {
		left: 50%;
		top: -35px;
		-webkit-transform: translate(-50%, 0) rotate(90deg);
		transform: translate(-50%, 0) rotate(90deg);
	}
	.before-after figure img {
		max-height: 100%;
	}
}
/*詳細ページ*/
.l-post-single {
	margin-bottom: 80px;
}
.l-post-single .l-ttl {
	font-size: 1.875rem;
	font-weight: 700;
	margin: 0 0 35px;
}
.l-post-single .post-data {
	margin: 0 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.l-post-single .post-data time {
	display: inline-block;
	color: #9F9F9F;
	font-size: 0.8125rem;
	vertical-align: -1px;
	margin: 0 10px 0 0;
}
.l-post-single .post-data > .category {
	background: #E9F2FB;
	color: #2D72B4;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	padding: 7px 14px;
	border-radius: 13px;
	margin: 0 10px 0 0;
}
.l-post-single .post-dl-category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.l-post-single .post-dl-category dt {
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 0 30px;
	position: relative;
	margin-right: 15px;
}
.l-post-single .post-dl-category dt i {
	position: absolute;
	left: 0;
	top: 0;
}
.l-post-single .post-dl-category dt:nth-of-type(1) {
	color: #FA7538;
}
.l-post-single .post-dl-category dt:nth-of-type(2) {
	color: #2D72B4;
}
.l-post-single .post-dl-category dd {
	color: #2D72B4;
	font-size: 0.875rem;
}
.l-post-single .post-dl-category dd > .category {
	color: #2D72B4;
	text-decoration: underline;
}
.l-post-single .post-dl-category dd > .category:hover {
	text-decoration: none;
}
.l-post-single .post-dl-category dd + dt {
	margin-left: 30px;
}

@media (max-width: 800px) {
	.l-post-single .l-ttl {
		font-size: 1.375rem;
		margin: 0 0 30px;
	}
	.l-post-single .post-data {
		margin: 0 0 20px;
		display: block;
	}
	.l-post-single .post-data time {
		display: block;
		margin: 0;
	}
	.l-post-single .post-dl-category {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 110px 1fr;
		grid-template-columns: 110px 1fr;
	}
	.l-post-single .post-dl-category dt i {
		top: -1px;
	}
	.l-post-single .post-dl-category dd {
		color: #2D72B4;
		font-size: 0.875rem;
	}
	.l-post-single .post-dl-category dd > .category {
		color: #2D72B4;
		text-decoration: underline;
	}
	.l-post-single .post-dl-category dd > .category:hover {
		text-decoration: none;
	}
	.l-post-single .post-dl-category dd + dt {
		margin-left: 0;
	}
}
/*postdata*/
.postdata p {
	line-height: 1.6;
}
.postdata p,
.postdata ul,
.postdata ol {
	margin-bottom: 15px;
}
.postdata a {
	color: #2D72B4;
	text-decoration: underline;
}
.postdata a:is(:hover, :focus) {
	text-decoration: none;
}
.postdata strong {
	font-weight: bold;
}
.postdata em {
	font-style: italic;
}
.postdata ul li {
	position: relative;
	padding: 0 0 0 0.8em;
}
.postdata ul li:before {
	background: #FC5E15;
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0.9em;
	width: 0.3em;
	height: 0.3em;
}
.postdata ol li {
	list-style: inside decimal;
}
.postdata ol li > ol {
	margin: 0 0 0 15px;
}

/*セレクト式カテゴリー*/
.select-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 50px;
}
.select-area .select-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 30px 0 0;
}
.select-area .select-ttl {
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	margin: 0 15px 0 0;
}
.select-area .select-category {
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	text-overflow: "";
	background: #fff url(../images/share/ico_arrow_down.svg) no-repeat;
	background-size: 20px;
	background-position: right center;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	color: #333;
	font-size: 1rem;
	vertical-align: middle;
	height: 35px;
	min-width: 150px;
	padding: 5px 20px 5px 0;
}
.select-area .select-category::-ms-expand {
	display: none;
}

@media (max-width: 800px) {
	.select-area {
		display: block;
		margin: 0 0 30px;
	}
	.select-area .select-item {
		margin: 0;
	}
	.select-area .select-item + .select-item {
		margin-top: 10px;
	}
	.select-area .select-ttl {
		font-size: 0.9375rem;
	}
}
/*検索*/
.search-area {
	border: 1px solid #ccc;
}

.search-area .search_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	border: none;
	border-radius: 0;
	background: #fff;
	height: 44px;
	width: 100%;
}

.search-area .search_container input[type=submit] {
	cursor: pointer;
	border: none;
	border-radius: 0;
	width: 44px;
	height: 44px;
	outline: none;
	background: url(../images/share/ico_search.svg) no-repeat center;
}

.search-area .search_container input[type=text] {
	border: none;
	border-radius: 10px;
	font-size: 16px;
	height: 44px;
	width: 100%;
	padding-left: 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.search-area .search_container input[type=text]:focus {
	outline: 0;
}

.search-area .search_container input[type=text]::-webkit-input-placeholder {
	color: #9F9F9F;
}

.search-area .search_container input[type=text]::-moz-placeholder {
	color: #9F9F9F;
}

.search-area .search_container input[type=text]:-ms-input-placeholder {
	color: #9F9F9F;
}

.search-area .search_container input[type=text]::-ms-input-placeholder {
	color: #9F9F9F;
}

.search-area .search_container input[type=text]::placeholder {
	color: #9F9F9F;
}

/*ページャー*/
.post-number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 50px 0 0;
}
.post-number a {
	background: #eff2f5;
	color: #333;
	font-size: 1rem;
	font-weight: 700;
	display: block;
	padding: 0 10px;
	margin: 0 5px 10px;
	line-height: 40px;
	text-align: center;
	min-width: 40px;
	text-decoration: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.post-number a:is(:hover, :focus) {
	background: #2D72B4;
	color: #fff;
}
.post-number .current {
	background: #2D72B4;
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	margin: 0 5px 10px;
	line-height: 40px;
	text-align: center;
	min-width: 40px;
}

.post-number-single {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
}
.post-number-single a {
	display: inline-block;
	color: #2D72B4;
}
.post-number-single a[rel=next]{
	margin-top: 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.post-number-single a[rel=next]::before {
	content: "";
	background: url(../images/share/ico_arrow_post_left.svg) no-repeat center center/contain;
	display: inline-block;
	margin-right: 10px;
	width: 8px;
	height: 12px;
}
.post-number-single a[rel=next]:hover, .post-number-single a[rel=next]:focus {
	opacity: 0.5;
}
.post-number-single a[rel=prev]{
	margin-top: 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.post-number-single a[rel=prev]::before {
	content: "";
	background: url(../images/share/ico_arrow_post_right.svg) no-repeat center center/contain;
	display: inline-block;
	margin-right: 10px;
	width: 8px;
	height: 12px;
}
.post-number-single a[rel=prev]:hover, .post-number-single a[rel=prev]:focus {
	opacity: 0.5;
}
.post-number-single a.all {
	display: inline-block;
	border: 3px solid #3D8BC9;
	border-radius: 100px;
	background: #fff;
	-webkit-box-shadow: 5px 5px #B8DFF3;
	box-shadow: 5px 5px #B8DFF3;
	color: #000;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 18px 43px 18px 30px;
	position: relative;
	text-align: left;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-inline: auto;
}
.post-number-single a.all:after {
	content: "";
	display: block;
	border-top: 2px solid #2D72B4;
	border-right: 2px solid #2D72B4;
	width: 9px;
	height: 9px;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.post-number-single a.all:is(:hover, :focus) {
	background: #E9F2FB;
}

/*-----------------------------------------------------------
common
-----------------------------------------------------------*/
.pc-only {
	display: block;
}

.sp-only {
	display: none;
}

.fade {
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.fade:is(:hover, :focus) {
	opacity: 0.5;
}

.bold,
strong {
	font-weight: bold;
}

.marker {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FBEF6D));
	background: linear-gradient(transparent 70%, #FBEF6D 70%);
	background-position: left 0 bottom 3px;
}

.red {
	color: #F44336;
}

.orange {
	color: #FC5E15;
}

.notice {
	font-size: 0.8125rem;
	text-indent: -1rem;
	padding: 0 0 0 15px;
}

.sp-map iframe,
.sp-map object,
.sp-map embed {
	vertical-align: top;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mbS {
	margin-bottom: 15px !important;
}

.mbM {
	margin-bottom: 30px !important;
}

.mbL {
	margin-bottom: 60px !important;
}

.mt0 {
	margin-top: 0 !important;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.tal {
	text-align: left;
}

@media (max-width: 800px) {
	/*-----------------------------------------------------------
	common SP
	-----------------------------------------------------------*/
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
	.sp-tac {
		text-align: center !important;
	}
	.sp-tar {
		text-align: right !important;
	}
	.sp-tal {
		text-align: left !important;
	}
	.mbL {
		margin-bottom: 30px !important;
	}
	.sp-map {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	.sp-map iframe,
	.sp-map object,
	.sp-map embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

.tab-only, .sp-only-img {
	display: none;
}
@media (max-width: 499px) {
	.sp-only-img {
		display: block;
	}
}

@media (min-width: 500px) and (max-width: 800px) {
	.tab-only {
		display: block;
	}
}
/*------------
btn
--------------*/
/*btn-style01 */
.btn-style01 {
	display: inline-block;
	border: 3px solid #3D8BC9;
	border-radius: 100px;
	background: #fff;
	-webkit-box-shadow: 5px 5px #B8DFF3;
	box-shadow: 5px 5px #B8DFF3;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 18px 50px;
	position: relative;
	min-width: 290px;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.btn-style01:after {
	content: "";
	display: block;
	border-top: 2px solid #2D72B4;
	border-right: 2px solid #2D72B4;
	width: 9px;
	height: 9px;
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.btn-style01:is(:hover, :focus) {
	background: #E9F2FB;
}

@media (max-width: 800px) {
	.btn-style01 {
		display: block;
		padding: 18px 40px;
		font-size: 1.125rem;
		min-width: 0;
	}
	.btn-style01:after {
		right: 20px;
	}
}

.u-bnr {
	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;
	gap: 15px;
}
.u-bnr > li img {
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 800px) {
	.u-bnr {
		display: block;
		text-align: center;
	}
	.u-bnr > li + li {
		margin-top: 15px;
	}
	.u-bnr > li img {
		width: 100%;
		max-width: 383px;
	}
}
/*-----------------------------------------------------------
Modal
-----------------------------------------------------------*/
body.is-hidden {
	overflow: hidden;
}

.modal-contents {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 250;
}
.modal-contents:focus {
	outline: none;
}

.modal-container {
	background: #fff;
	border-radius: 20px;
	padding: 90px 50px;
	width: 90vw;
	max-width: 1024px;
	max-height: 90vh;
	overflow-y: auto;
	position: relative;
}

.modal-txt {
	font-size: 1.125rem;
	font-weight: 700;
}
.modal-txt p + p {
	margin-top: 33px;
}

.modal-close-top {
	display: none;
	outline: none;
	border: none;
	cursor: pointer;
	background: url(../images/share/ico_open.svg) no-repeat center center/contain;
	border-radius: 50%;
	position: absolute;
	right: 30px;
	top: 20px;
	width: 60px;
	height: 60px;
	z-index: 10;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modal-close-top:hover, .modal-close-top:focus {
	-webkit-transform: scale(1.3) rotate(45deg);
	transform: scale(1.3) rotate(45deg);
	outline: none;
}

.modal-close-bottom {
	border: none;
	outline: none;
	display: block;
	text-decoration: none;
	background: none;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #2D72B4;
	margin: 50px auto 0;
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
}
.modal-close-bottom:hover::after, .modal-close-bottom:focus::after {
	text-decoration: none;
}

.modal-overlay {
	display: none;
	cursor: pointer;
	background-color: #333;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0.55;
	cursor: pointer;
	z-index: 200;
}

.modal-overlay.is-on {
	opacity: 0.8;
}

@media (max-width: 800px) {
	.modal-contents {
		display: none;
		position: fixed;
		top: 5vw;
		left: 5vw;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.modal-container {
		overflow: auto;
		padding: 70px 5% 50px;
		max-width: 90vw;
		width: 100%;
		max-height: 90svh;
	}
	.modal-txt {
		display: block;
		font-size: 0.875rem;
	}
	.modal-txt p + p {
		margin-top: 15px;
	}
	.modal-close-top {
		display: block;
		width: 35px;
		height: 35px;
		right: 10px;
		top: 10px;
	}
}
/*-----------------------------------------------------------
splide
-----------------------------------------------------------*/
/*各種色設定*/
:root {
	--splide-arrow-color: #7EC2C2; /*矢印*/
	--splide-focus-color: #7EC2C2; /*タブ移動によるフォーカス時のアウトライン*/
	--splide-pagination-color: #7EC2C2; /*アクティブ時のページネーション*/
	--splide-progress-color: #7EC2C2; /*プログレスバー*/
	--splide-toggle-color: #7EC2C2; /*再生ボタン*/
	--splide-track-color: #7EC2C2; /*サムネイルの枠*/
}

.splide__container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.splide__list {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block;
}

.splide__pagination {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 0;
	pointer-events: none;
}

.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
	display: none;
}

.splide__progress {
	background: #ddd;
	margin-top: 10px;
}

.splide__progress__bar {
	width: 0;
}

.splide {
	position: relative;
	visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
	visibility: visible;
}

.splide__slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	position: relative;
}

.splide__slide img {
	vertical-align: bottom;
}

.splide__spinner {
	-webkit-animation: splide-loading 1s linear infinite;
	animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.splide__sr {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
	display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
	display: inline;
}

.splide__controls {
	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;
	margin-top: 15px;
}

.splide__controls .splide__pagination {
	position: static;
}

.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

@-webkit-keyframes splide-loading {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes splide-loading {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}
.splide__track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
	margin: 0 !important;
	opacity: 0;
	z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
	opacity: 1;
	z-index: 1;
}

.splide--rtl {
	direction: rtl;
}

.splide__track--ttb > .splide__list {
	display: block;
}

.splide__arrow {
	background: none;
	border: none;
	cursor: pointer;
	width: 35px;
	height: 35px;
	opacity: 1;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.splide__arrow svg {
	width: 100%;
	height: 100%;
	fill: var(--splide-arrow-color);
}

.splide__arrow:hover:not(:disabled) {
	opacity: 0.3;
}

.splide__arrow:disabled {
	opacity: 0.3;
}

.splide__arrow:focus-visible {
	outline: 3px solid var(--splide-focus-color);
	outline-offset: 3px;
}

.splide__arrow--prev {
	left: 20px;
	-webkit-transform: translateY(-50%) scaleX(-1);
	transform: translateY(-50%) scaleX(-1);
}

.splide__arrow--next {
	right: 20px;
}

.splide.is-focus-in .splide__arrow:focus {
	outline: 3px solid var(--splide-focus-color);
	outline-offset: 3px;
}

.splide__pagination {
	bottom: 15px;
	left: 0;
	padding: 0;
	position: absolute;
	right: 0;
	z-index: 1;
}

.splide__pagination__page {
	background: #ddd;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 5px;
	opacity: 1;
	padding: 0;
	position: relative;
	-webkit-transition: -webkit-transform 0.2s linear;
	transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
	width: 8px;
}

.splide__pagination__page.is-active {
	background: var(--splide-pagination-color);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	z-index: 1;
}

.splide__pagination__page:hover {
	cursor: pointer;
	opacity: 0.9;
}

.splide__pagination__page:focus-visible {
	outline: 3px solid var(--splide-focus-color);
	outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
	outline: 3px solid var(--splide-focus-color);
	outline-offset: 3px;
}

.splide__progress__bar {
	background: var(--splide-progress-color);
	height: 3px;
}

.splide__slide {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
	outline: 0;
}

@supports (outline-offset: -3px) {
	.splide__slide:focus-visible {
		outline: 3px solid var(--splide-focus-color);
		outline-offset: -3px;
	}
}
@supports (outline-offset: -3px) {
	.splide.is-focus-in .splide__slide:focus {
		outline: 3px solid var(--splide-focus-color);
		outline-offset: -3px;
	}
}
.splide__toggle {
	border: 0;
	padding: 0;
	cursor: pointer;
	background: #737e80;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 10px;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	height: 29px;
	width: 29px;
}

.splide__toggle:hover {
	background: var(--splide-toggle-color);
}

.splide__toggle svg {
	fill: #fff;
	-webkit-transition: fill 0.2s ease;
	transition: fill 0.2s ease;
	width: 12px;
	height: auto;
}

.splide__toggle:focus-visible {
	outline: 3px solid var(--splide-focus-color);
	outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
	outline: 3px solid var(--splide-focus-color);
	outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
	border: 3px solid transparent;
	cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
	border: 3px solid var(--splide-track-color);
}

.splide__arrows--rtl .splide__arrow--prev {
	left: auto;
	right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
	left: 1em;
	right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
	top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
	bottom: 1em;
	top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.splide__pagination--ttb {
	bottom: 0;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	left: auto;
	padding: 1em 0;
	right: 0.5em;
	top: 0;
}

#img-slider .img {
	position: relative;
}

#img-slider .img .label {
	background: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: left;
	padding: 3px 5px;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

@media (max-width: 800px) {
	.splide__arrow {
		width: 25px;
		height: 25px;
	}
	.splide__arrow--prev {
		left: 10px;
	}
	.splide__arrow--next {
		right: 10px;
	}
}



/*-----------------------------------------------------------
3社比較表
-----------------------------------------------------------*/
.comparison {
	padding: 80px 0 100px 0;
	background-image: url('../images/back.webp');
	background-size: contain; /* 画像サイズをカバー */
    background-repeat: repeat; 
}

.table-container {
    width: 70%;
    margin: 0 auto 0;
}
.comparison-table {
    width: 100%;
    border-collapse: collapse;
}
.table-header .header-row {
    background-color: #003366;
    color: white;
}
.table-header .header-cell {
    padding: 10px;
    text-align: center;
    font-weight: bold;
}
.table-header .header-cell-h {
    padding: 15px;
    text-align: center;
	font-weight: bold;
	visibility: hidden;
}
.table-header .header-cell-g {
    padding: 15px;
    text-align: center;
	font-weight: bold;
	border-radius: 50px 0 0 0;
	background-color: #4271AF;
	border: 7px solid white;
}
.table-header .header-cell-b {
    padding: 15px;
    text-align: center;
	font-weight: bold;
	border-radius: 0 50px 0 0;
	background-color: #EBEBEB;
	color: #000;
	border: 7px solid white;
}
.table-body .body-row {
    
}
.table-body .body-cell {
    padding: 20px;
    text-align: center;
}
.comparison-table .header-cell:nth-child(1),
.comparison-table .body-cell:nth-child(1) {
    background-color: #343434; /* グレー背景 */
	width: 10%; /* 比較項目の列の幅を細く */
	font-weight: bold;
	color: #fff;
	font-size: 13px;
	border: 7px solid white;
}
.comparison-table .header-cell:nth-child(2),
.comparison-table .body-cell:nth-child(2) {
    background-color: #4271AF; /* A社のセルの背景を青色に */
    color: white;
	width: 40%; /* A社の列の幅を広く */
	border: 7px solid white;
	background-image: url('../images/wmaru.webp');
    background-size: contain; /* 画像サイズをカバー */
    background-position: center; /* 画像の位置を中央に */
    background-repeat: no-repeat; /* 画像を繰り返さない */
}

.body-cell-g {
    background-color: #4271AF; /* A社のセルの背景を青色に */
    color: white;
	width: 40%; /* A社の列の幅を広く */
	border: 7px solid white;
	text-align: center;
}

.comparison-table .header-cell:nth-child(3),
.comparison-table .body-cell:nth-child(3)  {
	width: 20%; /* B社の列の幅を狭く */
	font-size: 14px;
	background-color: #EBEBEB; /* グレー背景 */
	border: 7px solid white;
	color: #000;
	background-image: url('../images/sankaku.webp');
    background-size: contain; /* 画像サイズをカバー */
    background-position: center; /* 画像の位置を中央に */
    background-repeat: no-repeat; /* 画像を繰り返さない */
}

.header-cell-a {
	width: 20%; /* B社の列の幅を狭く */
	font-size: 14px;
	background-color: #EBEBEB; /* グレー背景 */
	border: 7px solid white;
	color: #000;
}

.body-cell-al{
	width: 20%; /* B社の列の幅を狭く */
	font-size: 14px;
	background-color: #EBEBEB; /* グレー背景 */
	border: 7px solid white;
	color: #000;
	padding: 20px;
}

.body-cell-a {
	width: 20%; /* B社の列の幅を狭く */
	font-size: 14px;
	background-color: #EBEBEB; /* グレー背景 */
	border: 7px solid white;
	color: #000;
	background-image: url('../images/maru.webp');
    background-size: contain; /* 画像サイズをカバー */
    background-position: center; /* 画像の位置を中央に */
	background-repeat: no-repeat; /* 画像を繰り返さない */
	text-align: center;
}

.comparison-table .header-cell:nth-child(4),
.comparison-table .body-cell:nth-child(4) {
	width: 20%; /* C社の列の幅を狭く */
	font-size: 14px;
	background-color: #EBEBEB; /* グレー背景 */
	color: #000;
	border: 7px solid white;
	background-image: url('../images/hatena.webp');
    background-size: contain; /* 画像サイズをカバー */
    background-position: center; /* 画像の位置を中央に */
    background-repeat: no-repeat; /* 画像を繰り返さない */
}
.body-cell-bl{
	width: 20%; /* B社の列の幅を狭く */
	font-size: 14px;
	background-color: #EBEBEB; /* グレー背景 */
	border: 7px solid white;
	color: #000;
	padding: 20px;
}

.color {
	color: #FBEF6C;
}

.color_under {
    background: linear-gradient(transparent 50%, #FBEF6C 50%);
}



	
@media (min-width: 801px) {
	.comparison-sp {
		display: none;
	}
}

@media (max-width: 800px) {
	.comparison {
		display: none;
	}
	
.comparison-sp {
	padding: 30px 0 40px 0;
	background-image: url('../images/back.webp');
	background-size: contain; /* 画像サイズをカバー */
    background-repeat: repeat; 
}

.table-container {
    width: 95%;
    margin: 0 auto 0;
}
.comparison-table {
    width: 100%;
    border-collapse: collapse;
}
.table-header .header-row {
    background-color: #003366;
    color: white;
}
.table-header .header-cell {
    padding: 5px;
    text-align: center;
    font-weight: bold;
}
.table-header .header-cell-h {
    padding: 5px;
    text-align: center;
	font-weight: bold;
	visibility: hidden;
}
.table-header .header-cell-g {
    padding: 5px;
    text-align: center;
	font-weight: bold;
	border-radius: 20px 20px 0 0;
	background-color: #4271AF;
	border: 4px solid white;
}
.table-header .header-cell-b {
    padding: 5px;
    text-align: center;
	font-weight: bold;
	border-radius: 20px 20px 0 0;
	background-color: #EBEBEB;
	color: #000;
	border: 4px solid white;
	}
	
.table-header .header-cell-a {
    padding: 5px;
    text-align: center;
	font-weight: bold;
	border-radius: 20px 20px 0 0;
	background-color: #EBEBEB;
	color: #000;
	border: 4px solid white;
}	

.table-body .body-row {
    
}
.table-body .body-cell {
    padding: 5px;
    text-align: center;
}
.comparison-table .header-cell:nth-child(1),
.comparison-table .body-cell:nth-child(1) {
    background-color: #343434; /* グレー背景 */
	width: 10%; /* 比較項目の列の幅を細く */
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	border: 4px solid white;
}
.comparison-table .header-cell:nth-child(2),
.comparison-table .body-cell:nth-child(2) {
    background-color: #4271AF; /* A社のセルの背景を青色に */
    color: white;
	width: 40%; /* A社の列の幅を広く */
	border: 4px solid white;
	background-image: url('../images/wmaru.webp');
    background-size: 65px 65px;
    background-position: center; /* 画像の位置を中央に */
		background-repeat: no-repeat; /* 画像を繰り返さない */
		font-size: 12px;
}

.body-cell-g {
    background-color: #4271AF; /* A社のセルの背景を青色に */
    color: white;
	width: 40%; /* A社の列の幅を広く */
	border: 4px solid white;
		text-align: center;
		font-size: 12px;
}

.comparison-table .header-cell:nth-child(3),
.comparison-table .body-cell:nth-child(3)  {
	width: 20%; /* B社の列の幅を狭く */
	font-size: 12px;
	background-color: #EBEBEB; /* グレー背景 */
	border: 4px solid white;
	color: #000;
	background-image: url('../images/sankaku.webp');
    background-size: 65px 65px;
    background-position: center; /* 画像の位置を中央に */
    background-repeat: no-repeat; /* 画像を繰り返さない */
}

.header-cell-a {
	width: 20%; /* B社の列の幅を狭く */
	font-size: 12px;
	background-color: #EBEBEB; /* グレー背景 */
	border: 4px solid white;
	color: #000;
}

.body-cell-al{
	width: 20%; /* B社の列の幅を狭く */
	font-size: 12px;
	background-color: #EBEBEB; /* グレー背景 */
	border: 4px solid white;
	color: #000;
	padding: 5px;
}

.body-cell-a {
	width: 20%; /* B社の列の幅を狭く */
	font-size: 12px;
	background-color: #EBEBEB; /* グレー背景 */
	border: 4px solid white;
	color: #000;
	background-image: url('../images/sankaku.webp');
    background-size: 65px 65px;
    background-position: center; /* 画像の位置を中央に */
	background-repeat: no-repeat; /* 画像を繰り返さない */
	text-align: center;
	}
	
.body-cell-au {
	width: 20%; /* B社の列の幅を狭く */
	font-size: 12px;
	background-color: #EBEBEB; /* グレー背景 */
	border: 4px solid white;
	color: #000;
	background-image: url('../images/maru.webp');
    background-size: 65px 65px;
    background-position: center; /* 画像の位置を中央に */
	background-repeat: no-repeat; /* 画像を繰り返さない */
	text-align: center;
	}
	
.body-cell-al {
	width: 20%; /* B社の列の幅を狭く */
	font-size: 12px;
	background-color: #EBEBEB; /* グレー背景 */
	border: 4px solid white;
	color: #000;
		text-align: start;
		padding: 5px;
	}
	
.body-cell-b {
	width: 20%; /* B社の列の幅を狭く */
	font-size: 12px;
	background-color: #EBEBEB; /* グレー背景 */
	border: 4px solid white;
	color: #000;
	background-image: url('../images/hatena.webp');
    padding: 5px;
	text-align: center;
    background-size: 65px 65px;
    background-position: center; /* 画像の位置を中央に */
	background-repeat: no-repeat; /* 画像を繰り返さない */
	text-align: center;
}

.comparison-table .header-cell:nth-child(4),
.comparison-table .body-cell:nth-child(4) {
	width: 20%; /* C社の列の幅を狭く */
	font-size: 12px;
	background-color: #EBEBEB; /* グレー背景 */
	color: #000;
	border: 4px solid white;
	background-image: url('../images/hatena.webp');
    background-size: 65px 65px;
    background-position: center; /* 画像の位置を中央に */
    background-repeat: no-repeat; /* 画像を繰り返さない */
}
.body-cell-bl{
	width: 20%; /* B社の列の幅を狭く */
	font-size: 12px;
	background-color: #EBEBEB; /* グレー背景 */
	border: 4px solid white;
	color: #000;
	padding: 5px;
}

.color {
	color: #FBEF6C;
}

.color_under {
    background: linear-gradient(transparent 50%, #FBEF6C 50%);
}	
	
.blank_box {
    height: 40px;
}		
	}



/*　追加セクション　sec14　*/

.sec14 {
  background: #eaf3fb;
  padding: 0 0 30px;
}

.sec14 .bg {
  padding: 35px 0 5px;
  background: url('../images/sec14/extd_bg_01.webp') repeat-y center top;
  background-size: cover;
}

.sec14 h2.t-ttl01 {
  font-size: clamp(25px, 5.6vw, 38px);
  color: #fff;
  text-align: left;
  padding-left: 2.8em;
  background: url('../images/sec14/extd_icon_exclamation.webp') no-repeat left;
  background-size: 2.1em auto;
  letter-spacing: -.04em;
  line-height: 1.3em;
}

.sec14 h2.t-ttl01 span {
  display: block;
  color: #f3020a;
  font-size: 88%;
}

.sec14 h2.t-ttl01 i {
  position: relative;
  color: #f3ed51;
}

.sec14 h2.t-ttl01 i::before {
  position: absolute;
  display: block;
  content: '';
  background-color: #f3ed51;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  inset: 0 0 0 0;
  margin: 0 auto auto;
}

.sec14 .f_box {
  width: 100%;
  max-width: 990px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.sec14 .f_box .item_1 {
  width: 32.5%;
}

.sec14 .f_box .item_1 .bg_box {
  background-color: #f3ed51;
  border-radius: 20px;
  overflow: hidden;
  padding: 12px;
}

.sec14 .f_box .item_1 h3 {
  color: #f3020a;
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 10px;
  margin-left: -12px;
  letter-spacing: -.04em;
}

.sec14 .f_box .item_1 figure {
  width: 100%;
  text-align: center;
}

.sec14 .f_box .item_1 p {
  font-size: 22px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  line-height: 1.3em;
  margin-top: 12px;
  letter-spacing: -.04em;
}

.sec14 .txt_box {
  background-color: #f3ed51;
  padding: 22px 10px 22px 26px;
  margin-top: 20px;
}

.sec14 .txt_box p {
  font-size: 22px;
  color: #000;
  font-weight: 800;
  line-height: 1.45em;
  letter-spacing: -.04em;
}

.sec14 .txt_box p span {
  color: #f3020a;
}

.sec14 p.t_sml {
  color: #fff;
  font-size: 16px;
  text-align: left;
  font-weight: 800;
  line-height: 1.45em;
  letter-spacing: -.04em;
  padding: 1em;
}

.sec14 .w_ttl {
  background-color: #2d72b4;
  margin: 0 0 25px;
}

.sec14 .w_ttl p {
  color: #f3ed51;
  font-weight: 700;
  text-align: center;
  font-size: 21px;
  padding: .6em .2em;
}

.sec14 .f_box .item_2 {
  width: 47%;
  background-color: #fff;
  position: relative;
}

.sec14 .f_box .item_2+.item_2::before,
.sec14 .f_box .item_2+.item_2::after {
  position: absolute;
  display: block;
  content: '';
  width: 40px;
  height: 11px;
  background-color: #2d72b4;
  inset: 0;
  margin: auto auto auto -50px;
}

.sec14 .f_box .item_2+.item_2::after {
  transform: rotate(90deg);
}

.sec14 .f_box .item_2 h3 {
  background-color: #2d72b4;
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: .5em .1em;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.sec14 .f_box .item_2 h3 span {
  font-size: 34px;
  color: #f3ed51;
  font-size: 135%;
}

.sec14 .f_box .item_2 figure {
  text-align: center;
}

.sec14 .f_box .item_2 p {
  padding: 0 18px;
  font-size: 19px;
  line-height: 1.65em;
  font-weight: 700;
  letter-spacing: -.04em;
  margin: 5px auto 15px;
}

.sec14 .f_box .item_2 p span {
  color: #fb0007;
}

@media screen and (max-width:767px) {
  .sec14 .bg {
    background: url('../images/sec14/extd_bg_01_sp.webp') repeat-y center top;
    background-size: cover;
  }

  .sec14 h2.t-ttl01 {
    padding: 0;
    text-align: center;
    line-height: 1.65em;
    background-position: 2em;
    background-size: 1.3em auto;
  }

  .sec14 h2.t-ttl01 span {
    margin-bottom: -5px;
  }

  .sec14 .f_box {
    flex-flow: column;
    margin: 0 auto;
  }

  .sec14 .f_box .item_1 {
    width: 100%;
  }

  .sec14 .f_box .item_1 p {
    margin: 10px auto 24px;
  }

  .sec14 .txt_box {
    width: 100vw;
    margin-left: -5vw;
    padding: 5vw;
    margin-top: 0;
  }

  .sec14 .txt_box p {
    font-size: clamp(16px, 3.4vw, 22px);
  }

  .sec14 .txt_box p br {
    display: none;
  }

  .sec14 p.t_sml {
    font-size: 2.8vw;
    padding: 1em 0;
  }

  .sec14 .w_ttl p {
    font-size: 4.7vw;
  }

  .sec14 .f_box .item_2 {
    width: 100%;
  }

  .sec14 .f_box .item_2 h3 {
    font-size: 4.8vw;
  }

  .sec14 .f_box .item_2 p {
    font-size: 3.7vw;
  }

  .sec14 .f_box .item_2+.item_2 {
    margin-top: 20%;
  }

  .sec14 .f_box .item_2+.item_2::before,
  .sec14 .f_box .item_2+.item_2::after {
    width: 40px;
    height: 11px;
    inset: 0;
    margin: -11% auto auto;
  }
}

/* フローティングCTA - PC版 */
.floating-cta {
 position: fixed;
 bottom: 0px;
 left: 50%;
 transform: translateX(-50%);
 background: white;
 border-radius: 0;
 padding: 0;
 width: 50vw;
 height: auto;
 z-index: 1000;
 opacity: 1;
 transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
 font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
 overflow: hidden;
}
.floating-cta.show {
 transform: translateX(-50%);
 opacity: 1;
}
/* キャンペーンバナー */
.campaign-banner {
 background: linear-gradient(to top, #ff004a 0%, #ee7e77 100%);
 -webkit-box-shadow: 0 3px 0 #D0103C;
 box-shadow: 0 3px 0 #D0103C;
 -webkit-transition: 0.2s;
 transition: 0.2s;
 color: white;
 padding: 10px 10px;
 display: flex;
 align-items: center;
 gap: 15px;
 position: relative;
 justify-content: center;
 margin-bottom: 3px;
}
/* ホバー効果 */
.campaign-banner:hover {
 -webkit-box-shadow: none;
 box-shadow: none;
 -webkit-transform: translateY(3px);
 transform: translateY(3px);
 background: linear-gradient(to top, #D0103C 0%, #ee7e77 100%);
}
/* アクティブ効果（クリック時） */
.campaign-banner:active {
 -webkit-transform: translateY(3px);
 transform: translateY(3px);
 -webkit-box-shadow: 0 2px 0 #D55A22;
 box-shadow: 0 2px 0 #D55A22;
}
.campaign-text-section {
 display: flex;
 flex-direction: column;
 flex-shrink: 0;
 white-space: nowrap;
}
.campaign-text {
 font-size: 1.0rem;
 font-weight: bold;
 line-height: 1.2;
}
.campaign-sub {
 font-size: 1.0rem;
 font-weight: bold;
 line-height: 1.2;
}
.campaign-text-sp, .campaign-copy {
 display: none;
}
.text-large {
 font-size: 1.4rem; /* PC用 */
}
/* バナー内の電話番号セクション */
.phone-section-banner {
 background: white;
 padding: 6px 30px 5px 30px;
 border-radius: 10px;
 display: flex;
 align-items: center;
 flex-shrink: 0;
 margin: 0;
}
.phone-section-banner .phone-icon {
 width: 30px;
 height: 30px;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 1.6rem;
 margin-right: 10px;
 flex-shrink: 0;
}
.phone-section-banner a {
 color: #FF004A;
 font-family: "Rubik";
 font-weight: 700;
 letter-spacing: 0.02em;
 font-size: 2.4rem;
 line-height: 1;
 text-decoration: none;
}
/* アクションボタン */
.action-buttons {
 display: flex;
 height: 44px;
}
.button-icon {
 width: 2vw;
}
.action-button {
 flex: 1;
 display: flex;
 align-items: center;
 justify-content: center;
 text-decoration: none;
 color: white;
 font-weight: bold;
 transition: all 0.3s ease;
 position: relative;
 overflow: hidden;
}
.action-button::before {
 content: '';
 position: absolute;
 top: 0;
 left: -100%;
 width: 100%;
 height: 100%;
 background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
 transition: left 0.5s;
}
.mail-button {
 background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
}
.mail-button:hover {
 background: linear-gradient(135deg, #f57c00 0%, #ef6c00 100%);
}
.results-button {
 background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);
}
.results-button:hover {
 background: linear-gradient(135deg, #1976D2 0%, #1565C0 100%);
}
.button-icon {
 font-size: 18px;
 margin-right: 8px;
}
.button-text {
 font-size: 14px;
 line-height: 1.2;
}
.cta-close {
 position: absolute;
 top: -5px;
 right: -5px;
 width: 25px;
 height: 25px;
 border: none;
 border-radius: 50%;
 background: rgba(0, 0, 0, 0.5);
 color: white;
 font-size: 14px;
 cursor: pointer;
 display: flex;
 align-items: center;
 justify-content: center;
 transition: all 0.3s ease;
}
.cta-close:hover {
 background: rgba(0, 0, 0, 0.7);
 transform: scale(1.1);
}
/* sp */
@media (max-width: 768px) {
 .floating-cta {
  width: 100vw;
  height: auto;
  padding: 0px;
 }
 /* キャンペーンコピー sp*/
 .campaign-copy {
  background: #fff;
  color: #2D72B4;
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.0rem;
  font-weight: bold;
 }
 .text-large-copy {
  font-size: 1.2rem; /* SP用 */
  color: #ff004a;
 }
 /* キャンペーンバナー sp*/
 .campaign-banner {
  color: white;
  padding: 5px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
 }
 .campaign-text-section {
  display: none;
 }
 .campaign-text-sp {
  margin: 15px;
  display: flex;
  font-size: 1rem;
  font-weight: bold;
  line-height: 0.1;
 }
 .text-large {
  font-size: 1.2rem; /* SP用 */
 }
 /* バナー内の電話番号セクション */
 .phone-section-banner {
  background: white;
  padding: 5px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
 }
 .phone-section-banner .phone-icon {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-right: 10px;
  flex-shrink: 0;
 }
 .phone-section-banner a {
  color: #FF004A;
  font-family: "Rubik";
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
 }
 /* アクションボタン */
 .action-buttons {
  display: flex;
  height: 44px;
 }
 .button-icon {
  width: 6vw;
 }
 .button-text {
  font-size: 0.8rem;
 }
	.foot-cta{
		margin-bottom: 100px;
	}
}

