@charset "UTF-8";
/* 確認用 */
* {
	/* 	outline: 1px solid pink;*/
}
/* 共通 */
* {
	padding: 0;
	margin: 0;
}
:root {
	--background-color: #fff;
	--default-color: #111;
	--accent-color: #F80380;
	--accent-color2: #FEE5F2;
	--accent-color3: #FFFFB9;
	--grayout-color: #999;
}
html {
	scroll-behavior: smooth;
	scroll-padding-top: 170px;
}
body {
	color: var(--default-color);
	background-color: var(--background-color);
	min-width: 300px;
	font-family: "a-otf-ud-shin-maru-go-pr6n", "Kosugi Maru", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
	overflow-wrap: anywhere;
	min-width: 370px;
}
p {
	margin-bottom: 10px;
	line-height: 1.5em;
}
a {
	color: var(--default-color);
	text-decoration: none;
	transition: 0.3s;
	cursor: pointer;
}
label {
	cursor: pointer;
}
span.br {
	display: inline-block;
}
.flex {
	overflow: hidden;
}
ul {
	list-style: none;
}
section {
	max-width: 100%;
	margin: auto;
	padding: 0;
}
.pc-dn {
	display: none;
}
@media screen and (max-width: 992px) {
	.sp-dn {
		display: none;
	}
	.pc-dn {
		display: block;
	}
}
.container {
	max-width: 1280px;
	margin: auto;
	padding: 0 10px 70px;
}
.container.title {
	padding: 30px;
}
.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_item.enumerate {
	margin-bottom: 4%;
}
.flex_item.empty {
	margin-bottom: 0;
	border: none;
}
.flex.divid02 .flex_item {
	width: 48%;
}
.flex.divid03 .flex_item {
	width: 30%;
}
.flex.divid04 .flex_item {
	width: 22%;
}
.flex.divid05 .flex_item {
	width: 17%;
}
.flex .flex_item.image img {
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1200px) {
	.flex.off00 {
		display: block;
	}
	.flex.off00 > .flex_item {
		width: 100%;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 992px) {
	.flex.off01 {
		display: block;
	}
	.flex.off01 > .flex_item {
		width: 100%;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 768px) {
	.flex.divid03 .flex_item, .flex.divid04 .flex_item {
		width: 47%;
		margin-bottom: 25px;
	}
	.flex.divid05 .flex_item {
		width: 30%;
		margin-bottom: 25px;
	}
	.flex.off02 {
		display: block;
	}
	.flex.off02 > .flex_item {
		width: 100%;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 576px) {
	.flex.divid03 .flex_item, .flex.divid05 .flex_item {
		width: 47%;
		margin-bottom: 5px;
	}
	.flex.off03 {
		display: block;
	}
	.flex.off03 > .flex_item {
		width: 100%;
		margin-bottom: 5px;
	}
	.flex.off03 > .flex_item.faq-link {
		width: calc(100% - 4px);
		margin-bottom: 5px;
	}
}
.heading-type01 {}
.heading-type02 {
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	color: var(--accent-color);
}
.heading-type02 .min {
	font-size: 1.5rem;
}
.heading-type03 {
	width: 90%;
	background-color: var(--accent-color);
	border-radius: 25px 25px 0 0;
	padding: 2% 5%;
	line-height: 1em;
}
.heading-type04 {}
.heading-type03 h3, .heading-type04 h3 {
	color: var(--background-color);
	font-size: 2em;
	text-align: center;
	line-height: 1em;
}
.heading-type04 h3 p.min {
	font-size: .6em;
	display: inline-block;
	line-height: 1em;
	margin-bottom: 0;
}
.heading-type05.link {
	background-color: var(--accent-color);
	border-radius: 30px;
	padding: 15px 0;
	margin: 0 auto 50px;
	max-width: 992px;
}
h3.heading-type05 {
	color: var(--background-color);
	font-size: 2em;
	margin-left: 50px;
	margin-right: 70px;
	margin-bottom: 5px;
	line-height: 1em;
}
.heading-type05.link a {
	color: var(--background-color);
	font-size: 2em;
	font-weight: bold;
	display: block;
	text-align: center;
	margin: 0 50px;
	line-height: 1em;
}
.heading-type05.link + .link {
	margin-bottom: 0;
}
.heading-type05.link:hover {
	opacity: 0.75;
}
.faq-link {
	background-color: var(--accent-color);
	border: solid 2px var(--accent-color);
	border-radius: 30px;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 10px
}
.faq-link a {
	color: var(--background-color);
	font-size: 1.5em;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	display: block;
	width: calc(100% - 20px);
	height: 100%;
}
.faq-link:hover {
	background-color: var(--background-color);
	border: solid 2px var(--accent-color);
}
.faq-link:hover a {
	color: var(--accent-color);
}
.heading-type06 {
	color: var(--default-color);
	font-size: 2em;
	width: calc(40% - 45px);
	padding-left: 35px;
	position: relative;
}
.heading-type06:before {
	content: "● ";
	color: var(--accent-color);
	position: absolute;
	left: 0;
}
.heading-type06 + p {
	text-align: left;
	width: 60%;
	font-size: 1.5em;
}
.function-list {
	max-width: 992px;
	margin: auto;
}
.function-list li {
	padding: 20px 0;
}
.function-list li + li {
	border-top: 2px dotted var(--accent-color);
}
.heading-type07 {
	color: var(--accent-color);
	font-size: 1.5em;
	margin-left: 25px;
	margin-right: 70px;
	padding-left: 2em;
	position: relative;
	min-height: 1.5em;
	line-height: 1em;
	padding-top: 10px;
}
.heading-type07:before {
	content: "Q. ";
	color: var(--accent-color);
	font-size: 2em;
	position: absolute;
	line-height: 1em;
	left: 0;
	top: -0.1em;
}
.heading-type07:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../img/open-icon03.svg);
	right: -45px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	transform-origin: center;
	transition: transform 0.3s ease;
}
.faqs input:checked + .open_item .heading-type07:after {
	background-image: url("../img/open-icon04.svg");
	transform: translateY(-50%) rotate(0deg);
	transition-delay: .1s;
	transition: transform 0.3s ease;
}
.faqs input:checked + label + .answer {
	max-height: inherit;
	opacity: 1;
	transform: translateY(0);
	transition-delay: .1s;
}
.answer > div {
	margin-left: 25px;
	margin-bottom: 50px;
	padding-left: 3em;
	position: relative;
	padding-top: 10px;
}
.answer > div:before {
	content: "A. ";
	color: var(--default-color);
	font-size: 3em;
	font-weight: bold;
	position: absolute;
	line-height: 1em;
	left: 0;
	top: 0em;
}
.answer p, .answer ul {
	color: var(--default-color);
	font-size: 1.5em;
	line-height: 1.5em;
}
.answer ul li:before {
	content: "●";
	color: var(--accent-color);
}
.answer p strong, .answer p a {
	color: var(--accent-color);
}
.heading-type08 {
	color: var(--default-color);
	margin-bottom: 20px;
	margin-top: 30px;
}
.heading-type09 {
	color: var(--background-color);
	background: linear-gradient(90deg, rgba(248, 3, 128, 1) 80%, rgba(248, 3, 128, 0) 100%);
	margin-bottom: 10px;
	margin-left: 15%;
	border-radius: 25px 0 0 25px;
	padding: 5px 20px;
	height: 20px;
	align-content: center;
}
.heading-type09.t09-1 {
	width: 150%;
}
.heading-type09.t09-2 {
	width: 250%;
}
.t04-left, .t04-right {
	width: calc((100% / 2) - 10% - 1.5px);
	background-color: var(--grayout-color);
	padding: 2% 5%;
}
.t04-left {
	border-radius: 25px 0 0 0;
}
.t04-right {
	border-radius: 0 25px 0 0;
}
#t04-left-radio:checked ~ .heading-type04.t04-left {
	background-color: var(--accent-color);
}
#t04-right-radio:checked ~ .heading-type04.t04-right {
	background-color: var(--accent-color);
}
#t04-left-radio:checked ~ .tab_content01 {
	display: flex;
}
#t04-right-radio:checked ~ .tab_content02 {
	display: flex;
}
/*タブ切り替え全体のスタイル*/
.tab {
	position: relative;
}
/*タブのスタイル*/
.tab_item {}
.tab_item:hover {
	opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"], input[name="tab_item2"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content #tab-left_content, .tab_content #tab-right_content {
	opacity: 0;
	max-height: 0;
	visibility: hidden;
	position: absolute;
	padding: 0;
	margin: 0;
}
/*選択されているタブのコンテンツのみを表示*/
#tab-left:checked ~ .tab_content #tab-left_content {
	max-height: inherit;
	opacity: 1;
	transition: opacity 1s ease;
	visibility: visible;
	position: relative;
}
#tab-right:checked ~ .tab_content #tab-right_content {
	max-height: inherit;
	opacity: 1;
	transition: opacity 1s ease;
	visibility: visible;
	position: relative;
}
.tab_content {
	border-top: 3px solid var(--accent-color);
}
.t02-01, .t02-02, .t02-03 {
	width: calc((100% / 3) - 10% - 2px);
	background-color: var(--grayout-color);
	padding: 2% 5%;
}
.t02-01 {
	border-radius: 25px 0 0 0;
}
.t02-03 {
	border-radius: 0 25px 0 0;
}
#t02-01-radio:checked ~ .heading-type04.t02-01 {
	background-color: var(--accent-color);
}
#t02-02-radio:checked ~ .heading-type04.t02-02 {
	background-color: var(--accent-color);
}
#t02-03-radio:checked ~ .heading-type04.t02-03 {
	background-color: var(--accent-color);
}
#t02-01-radio:checked ~ .tab-02-01_content {
	display: flex;
}
#t02-02-radio:checked ~ .tab-02-02_content {
	display: flex;
}
#t02-03-radio:checked ~ .tab-02-03_content {
	display: flex;
}
/*タブ切り替えの中身のスタイル*/
.tab_content #tab-02-01_content, .tab_content #tab-02-02_content, .tab_content #tab-02-03_content {
	opacity: 0;
	max-height: 0;
	visibility: hidden;
	position: absolute;
	padding: 0;
	margin: 0;
}
/*選択されているタブのコンテンツのみを表示*/
#tab-02-01:checked ~ .tab_content #tab-02-01_content {
	max-height: inherit;
	opacity: 1;
	transition: opacity 1s ease;
	visibility: visible;
	position: relative;
}
#tab-02-02:checked ~ .tab_content #tab-02-02_content {
	max-height: inherit;
	opacity: 1;
	transition: opacity 1s ease;
	visibility: visible;
	position: relative;
}
#tab-02-03:checked ~ .tab_content #tab-02-03_content {
	max-height: inherit;
	opacity: 1;
	transition: opacity 1s ease;
	visibility: visible;
	position: relative;
}
/*選択されているタブのスタイルを変える*/
.tab input:checked + .tab_item {
	background-color: var(--accent-color);
}
.open_item {
	background-color: var(--accent-color);
	border-radius: 30px;
	z-index: 9;
	position: relative;
	padding: 15px 0;
	display: block;
}
.open_item.question {
	background-color: var(--accent-color2);
	border-radius: 10px;
}
.open_item:hover {
	opacity: 0.75;
}
input[name="open_item"] {
	display: none;
}
.open_content.inp {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transform: translateY(-10px);
	transition:
		max-height 0.4s ease, opacity 0.3s ease, transform 0.3s ease;
	margin-top: -50px;
}
h3.heading-type05:after {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url(../img/open-icon01.svg);
	right: 25px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	transform-origin: center;
	transition: transform 0.3s ease;
}
.open input:checked + .open_item h3.heading-type05:after {
	background-image: url("../img/open-icon02.svg");
	transform: translateY(-50%) rotate(0deg);
}
.open input:checked + label + .open_content {
	max-height: inherit;
	opacity: 1;
	transform: translateY(0);
	margin-top: -30px;
	padding-top: 55px;
}
.faqs .open_content.inp {
	margin-top: 30px;
}
.faqs input:checked + .open_item .heading-type07:after {
	background-image: url("../img/open-icon04.svg");
	transform: translateY(-50%) rotate(0deg);
	transition-delay: .1s;
	transition: transform 0.3s ease;
}
.faqs input:checked + label + .answer {
	max-height: inherit;
	opacity: 1;
	transform: translateY(0);
	transition-delay: .1s;
	margin-top: 20px;
}
.none {
	display: none;
}
.contents {
	border-radius: 0 0 25px 25px;
	padding: 25px;
	margin-bottom: 30px;
	width: calc(100% - 50px);
}
.contents:last-child {
	margin-bottom: 0;
}
.pink-contents {
	background-color: var(--accent-color2);
}
.yellow-contents {
	background-color: var(--accent-color3);
}
.pink-contents img, .yellow-contents img {
	width: 100%;
}
.ta-r {
	text-align: right;
	margin-top: 20px;
}
.ta-l {
	text-align: left;
	margin-top: 20px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.mb00 {
	margin-bottom: 0px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mt40 {
	margin-top: 40px;
}
.center {
	text-align: center;
}
/* ヘッダー */
header {
	transition: all 0.5s;
	z-index: 999;
	position: sticky;
	top: 0;
	height: 75px;
	width: 100%;
	z-index: 9999;
}
header .header {
	color: var(--default-color);
	background-color: var(--background-color);
	padding: 0 10px;
	background: rgba(255, 255, 255, 0.9);
	opacity: 0.99;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
header .header > div {
	margin: 0 auto;
	max-width: 1280px;
	height: 75px;
	align-content: center;
}
header .header .sitelogo {
	align-content: center;
}
header .header .sitelogo img {
	width: 100%;
	max-width: 300px;
	max-height: 55px;
}
.navmenu {
	transition:
		opacity 0.3s, top 0.3s, bottom 0.3s;
	position: fixed;
	width: 100%;
	transition: transform 0.3s ease;
	z-index: 9999;
}
.navmenu.is-hidden {
	transform: translateY(calc(-100% - 100px));
}
.navmenu ul {
	margin: 0;
	padding: 0;
	min-width: 370px;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	align-items: center;
	justify-content: center;
}
.navmenu ul li {
	height: 45px;
	width: 120px;
	background-color: var(--background-color);
	border: solid 2px var(--accent-color);
	color: var(--background-color);
	border-radius: 50px;
	transition: background-color 0.8s, color 0.8s;
	align-content: center;
	text-align: center;
	padding: 0 10px;
	margin: 10px 5px 0;
}
.navmenu ul li a {
	display: block;
	height: 100%;
	align-content: center;
}
.navmenu ul li p {
	color: var(--accent-color);
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 0;
	font-size: .8em;
}
.navmenu ul li:hover {
	background-color: var(--accent-color);
	border: solid 2px var(--background-color);
	color: var(--accent-color);
}
.navmenu ul li:hover p {
	color: var(--background-color);
}
.navmenu a.nav-logo {
	padding: 10px;
}
.navmenu .nav-logo img {
	height: 30px;
	width: auto;
	margin: auto;
}
.navmenu a.nav-contact {
	background-color: var(--accent-color);
	border: solid 1px var(--accent-color);
	padding: 5px 20px;
	color: var(--background-color);
	border-radius: 50px;
	transition:
		background-color 0.8s, color 0.8s;
}
.navmenu a.nav-contact:hover {
	background-color: var(--background-color);
	border: solid 1px var(--accent-color);
	color: var(--accent-color);
}
/* ハンバーガーメニュー */
header .nav-toggle {
	display: none;
}
header .hamburger {
	display: none;
	position: relative;
	width: 20px;
	z-index: 1001;
	margin: auto 10px;
}
header .hamburger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: var(--accent-color);
	transition: 0.3s;
	border-radius: 3px;
}
header .hamburger span:nth-child(1) {
	top: 0;
}
header .hamburger span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%)
}
header .hamburger span:nth-child(3) {
	bottom: 0;
}
@media screen and (max-width: 992px) {
	header .hamburger {
		width: 0;
		padding: 0.5em 1em;
		line-height: 1;
		font-size: 1.2rem;
		align-items: center;
		justify-content: center;
		display: flex;
	}
	.navmenu {
		display: block;
		position: fixed;
		inset: 0;
		transition: 0.3s;
		overflow: hidden;
		padding: 5% 0;
		margin-top: 75px;
		bottom: 100%;
		top: -20%;
	}
	.navmenu::before {
		content: "";
		background: rgba(255, 255, 255, 0.9);
		opacity: 0.99;
		position: absolute;
		inset: 0;
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px); /* Safari対策 */
	}
	.navmenu ul li {
		width: 40%;
		margin: 5px auto;
	}
	.navmenu a {
		font-size: 1em;
	}
	.navmenu .nav-logo img {
		height: 50px;
	}
	.navmenu a.nav-contact {
		margin: 0 30px;
	}
	.navmenu a.nav-contact div {
		margin: auto;
	}
	header:has(.nav-toggle:checked) + .navmenu {
		opacity: 1;
		bottom: 0;
		top: 0;
		transition: 0.3s;
		overflow-y: auto;
		height: 100vh;
	}
	header .nav-toggle:checked + .hamburger span:nth-child(1) {
		transform: rotate(45deg);
		top: 11px;
	}
	header .nav-toggle:checked + .hamburger span:nth-child(2) {
		opacity: 0;
	}
	header .nav-toggle:checked + .hamburger span:nth-child(3) {
		transform: rotate(-45deg);
		top: 11px;
	}
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 576px) {
	header .sitelogo {
		width: 35%;
	}
}
@media screen and (max-width: 400px) {
	.navmenu a.nav-contact {
		margin: 0 10px;
	}
}
header .fixed-area {
	max-width: 129px;
	right: 25px;
	position: fixed;
}
header .fixed-area {
	top: 200px;
}
header .fixed-area img {
	margin-top: 10px;
	width: 100%;
}
header .backhome:hover {
	animation: shake 2s ease;
}
@keyframes shake {
	0% {
		transform: rotate(0);
	}
	10% {
		transform: rotate(12deg);
	}
	30% {
		transform: rotate(-12deg);
	}
	50% {
		transform: rotate(12deg);
	}
	70% {
		transform: rotate(-3deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
@media screen and (max-width: 992px) {
	header .fixed-area {
		max-width: 80%;
		width: 80%;
		bottom: 0;
		padding: 10px 10%;
		justify-content: space-evenly;
		top: unset;
		left: 0;
		background-color: var(--background-color);
		background: rgba(255, 255, 255, 0.9);
		opacity: 0.99;
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}
	header .dl-button {
		text-align: center;
	}
	header .dl-button img {
		margin-top: 0;
		width: auto;
		height: 40px;
	}
	header .backhome {
		max-width: 350px;
		margin: auto;
	}
	header .backhome:hover {
		animation: none;
	}
}
@media screen and (max-width: 390px) {
	.dl-button02 {
		margin-left: 22px;
	}
}
@media screen and (max-width: 243px) {
	.dl-button02 {
		margin-left: 0;
	}
}
/* フッター */
footer {
	z-index: 999;
	bottom: 0;
	border-top: solid 2px var(--accent-color);
	padding: 20px;
}
footer ul.flex {
	margin: 0 auto 65px;
	max-width: 1280px;
	height: 90px;
	align-content: center;
	justify-content: center;
}
footer ul li {
	align-content: center;
}
footer ul li.deco {
	border-right: solid 1px var(--default-color);
	height: 20%;
	margin: auto;
}
footer .copyright {
	font-size: .8em;
}
@media screen and (max-width: 992px) {
	footer {
		bottom: 40px;
	}
}
@media screen and (max-width: 576px) {
	footer ul.flex {
		text-align: center;
		height: auto;
		margin-bottom: 25px;
	}
	footer ul.flex.off03 > li.flex_item {
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 479px) {
	footer {
		bottom: 100px;
	}
}
@media screen and (max-width: 281px) {
	footer {
		bottom: 150px;
	}
}
.pagetop {
	height: 50px;
	width: 50px;
	position: fixed;
	right: 25px;
	bottom: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
}
.pagetop .pageto-arrow {
	color: var(--background-color);
	font-weight: bold;
	display: block;
	width: 100%;
	height: 100%;
	align-content: center;
	text-align: center;
	background: var(--accent-color);
	border: solid 1px var(--background-color);
	border-radius: 50%;
}
.pagetop .pageto-arrow:hover {
	opacity: 0.7;
}
@media screen and (max-width: 479px) {
	.pagetop {
		bottom: 200px;
	}
}
@media screen and (max-width: 281px) {
	.pagetop {
		bottom: 220px;
	}
}
/* メインビジュアル */
section.main-visual {
	position: relative;
	margin: auto;
	margin-bottom: 70px;
	overflow: hidden;
}
section.main-visual img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}
/* 
section.main-visual img{
	width: 100%;
	height: 100%;
	object-fit: cover; 
	object-position: center;
}

.top section.main-visual{
	height:90vh;
	min-height:400px;
	position:relative;
	margin:auto;
	width: 100%;
	overflow:hidden;
}
.top section.main-visual img{
	width: 100%;
	height: 100%;
	object-fit: cover; 
	object-position: center;
}
*/
.main-swiper .swiper-wrapper {
	/* wrapperのサイズを調整 */
	width: 100%;
	transition-timing-function: linear;
}
.main-swiper .swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	margin: 0 0 0 10px !important;
	background: var(--accent-color) !important;
}
.main-swiper .swiper-pagination-bullet:first-child {
	margin: 0;
}
.main-swiper .swiper-button-prev, .main-swiper .swiper-button-next {
	color: var(--accent-color) !important;
}
/* コンテンツ */
#info.heading-type02 {
	z-index: 9;
	background-color: var(--background-color);
	width: fit-content;
	margin: auto;
	position: relative;
	padding: 0 5%;
}
.info-area {
	max-width: 1280px;
	margin: 0 auto;
	line-height: 1.4;
	border: solid 2px var(--accent-color);
	border-radius: 25px;
	padding: 6% 5% 4%;
	position: relative;
	top: -1em;
}
.info-area li {
	justify-content: flex-start;
}
.info-area li + li {
	padding: 10px 0 5px;
}
.info-area li + li {
	border-top: 2px dotted var(--accent-color);
}
.info-area li .info-title {
	width: calc(31% - 20px);
	max-width: 250px;
	font-weight: bold;
	padding-left: 20px;
	position: relative;
	margin-right: 10px;
}
@media screen and (max-width: 992px) {
	.info-area li .info-title {
		max-width: 100%;
	}
}
.info-area li .info-title:before {
	content: "● ";
	color: var(--accent-color);
	position: absolute;
	left: 0;
}
.info-area li .info-contents {
	width: 67%;
}
.info-area > a {
	display: block;
	text-align: right;
}
.info-area > a:hover {
	text-decoration: underline;
}
.img-type02 {
	margin-top: -6%;
}
@media screen and (max-width: 992px) {
	.img-type02 {
		margin-top: -7%;
	}
}
.swiper-button-next svg, .swiper-button-prev svg {
	display: none;
}
/* 矢印画像の高さと幅 */
.swiper-button-prev, .swiper-button-next {
	height: 50px;
	width: 50px;
}
.swiper-button-prev {
	left: 0 !important;
}
.swiper-button-next {
	right: 0 !important;
}
/* 矢印を消して画像に変更する */
.swiper-button-prev:after, .swiper-button-next:after {
	content: "" !important;
	background-repeat: no-repeat;
	background-size: contain;
	height: 30px !important;
	width: 30px !important;
	margin: auto;
}
/* 前に戻る矢印の画像パス */
.swiper-button-prev:after {
	background-image: url("../img/scroll-button.svg");
}
/* 次に進む矢印の画像パス */
.swiper-button-next:after {
	background-image: url("../img/scroll-button.svg");
	transform: rotate(180deg);
}
.swiper-button-next, .swiper-button-prev {
	width: calc(50px / 44 * 27) !important;
	height: 50px !important;
	margin-top: calc(0px - (50px / 2)) !important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 1 !important;
}
.swiper-button-next.swiper-button-disabled:after, .swiper-button-prev.swiper-button-disabled:after {
	background-image: url("../img/scroll-button2.svg");
}
.ss-scroll .swiper-slide:before {
	content: "▶";
	color: var(--accent-color);
	position: absolute;
	top: 50%;
	left: -0.5em;
	transform: translateX(-50%) translateY(-50%);
	font-size: 1.5em;
}
.ss-scroll .swiper-slide.empty:before {
	content: none;
}
.ss-scroll .swiper-slide:first-child::before {
	content: none;
}
.tab_content_description {
	position: relative !important;
	overflow: visible !important;
}
.ss-scroll .swiper-slide .slide-inner {
	padding: 0 20%;
}
.swiper-wrapper {
	padding: 0 0px;
}
.scroll-title {
	font-size: 1.5rem;
	color: var(--accent-color);
	border-bottom: solid 1px var(--accent-color);
	text-align: center;
	margin: 0 auto 15px;
	width: fit-content;
}
.scroll-name {
	font-size: 1.5rem;
	color: var(--accent-color);
	border-bottom: solid 1px var(--accent-color);
	white-space: nowrap;
}
.slide-inner img {
	margin-bottom: 10%;
}
.scroll-text {
	font-size: 1em;
	margin-bottom: 0;
	height: 5.7em;
}
.slide-type02 img {
	width: 125%;
	margin-left: -6%;
}
.slide-type03 img {
	margin-bottom: 2%;
}
.slide-type04 img {
	width: 133%;
}
.slide-type05 img {
	width: 114%;
	margin-left: -14%;
	margin-bottom: 2%;
}
.slide-type06 img {
	width: 57%;
	margin: 0 20% 10%;
}
.slide-type06 .scroll-text.middle {
	margin-bottom: 18.5%;
}
.slide-type07 img {
	width: 125%;
}
.slide-type08 img {
	width: 111%;
	margin-bottom: 3.5%;
}
.slide-type09 img {
	margin-top: 10%;
	margin-bottom: 66.5%;
}
.slide-type10 img {
	width: 151%;
	margin-left: -29%;
	margin-bottom: 2%;
}
.slide-type11 img {
	width: 121%;
}
.slide-type12 img {
	width: 103.3%;
}
.slide-type13 img {
	width: 118%;
	margin-left: -7%;
}
.slide-type14 img {
	width: 108%;
	margin-left: -7%;
}
.slide-type15 img {
	width: 123%;
	margin-left: -23%;
}
.slide-type16 img {
	width: 106.5%;
}
.child-slide {
	margin-top: 40px;
}
.double-arrow .swiper-button-prev, .double-arrow .swiper-button-next {
	margin-top: 0 !important;
}
.ss-scroll .swiper-slide.double-arrow01:before {
	top: 75%;
}
.ss-scroll .swiper-slide.double-arrow02:before {
	top: calc(75% + 10px);
}
.ss-scroll .swiper-slide.double-arrow01:after, .ss-scroll .swiper-slide.double-arrow02:after {
	content: "▶";
	color: var(--accent-color);
	position: absolute;
	top: 25%;
	left: -0.5em;
	transform: translateX(-50%) translateY(-50%);
	font-size: 1.5em;
}
.ss-scroll .swiper-slide.double-arrow02:after {
	top: calc(25% + 30px);
}
.search {
	display: none;
	width: 30%;
	min-width: fit-content;
	height: 60px;
	position: fixed;
	margin-left: 35%;
	z-index: 9999;
	color: var(--default-color);
	background-color: var(--background-color);
	padding: 0 10px;
	background: rgba(255, 255, 255, 0.9);
	opacity: 0.99;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	text-align: center;
	align-content: center;
	border: solid 2px var(--grayout-color);
	margin-top: -70px;
}
#pageSearch {
	height: 40px;
	width: 70%;
}
#searchNext {
	height: 40px;
	width: 20%;
}
.page-search-highlight {
	background: yellow;
}
.page-search-current {
	background: orange;
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 992px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 576px) {}
@media screen and (max-width: 300px) {}