/*--------------------------------
common
--------------------------------*/
* {
	margin: 0;
	padding: 0
}
*,
*:before,
*:after {
	box-sizing: border-box;
}
*:focus {
	outline: none!important;
}
body {
	position: relative;
	font-family: 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
	font-size: 15px;
	color: #363636;
}
a {
	text-decoration: none;
	outline: none;
}
h1, h2, h3, h4, p, ul {
	margin: 0;
}
img {
	width: 100%;
	max-width: 100%;
}
ul.d-flex {
	list-style: none;
	padding: 0;
}
.small {
	font-size: 12px;
}
html.is-fixed,
html.is-fixed main {
	height: 100%;
	overflow: hidden;
}

/*--------------------------------
header
--------------------------------*/
header {
	position:sticky;
	top:0;
	font-size: 13px;
	background-color: #fff;
	border-bottom: 1px solid #EBEBEB;
	padding: 15px 0;
	z-index: 100;
}
/*- logo ----------*/
header .logo img {
	max-width: 150px;
}
/*- hamburger ----------*/
header .hamburger-list {
	gap: 15px 28px;
	overflow-y: auto;
}
header .hamburger-list a {
	display: block;
	color: #363537;
}
header .hamburger-list a:hover {
	filter: opacity(.6);
}
header .hamburger-button {
	display: none;
}
header .hamburger-line {
	display: block;
	background-color: #000;
	width: 20px;
	height: 1px;
	transition: .3s;
}

/*--------------------------------
main
--------------------------------*/
main {
	position: relative;
}
main section {
	padding: 175px 0 100px 0;
}
h2 {
	position: relative;
	z-index: 0;
}
h2 img {
	max-width: 987px;
}
h3 {
	font-size: 27px;
	font-weight: 600;
}
.subttl {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #363636;
	max-width: 400px;
	width: 100%;
	background-color: #fff;
	border-radius: 20rem;
	padding: 4px 23px;
}
.button a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
	background-color: #ffee58;
	border-radius: 30px;
	max-width: 400px;
	width: 100%;
	height: 90px;
}
.button a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 42px;
	height: 42px;
	margin: auto 0;
}
/*- kv ----------*/
.kv {
	background-color: #0075a5;
	padding: 0;
}
/*- section01 ----------*/
.section01 {
	position: relative;
	background-color: #0075a5;
	background-image: url("../img/bg_wave.png"), url("../img/section01_bg01.jpg");
	background-repeat: no-repeat;
	background-position: top -8.6vw center, bottom -1px center;
	background-size: 100%;
	padding-top: 0;
	padding-bottom: 26vw;
	z-index: 0;
	overflow: hidden;
}
.section01 .subttl {
	color: #0075a5;
}
.section01 .button a {
	color: #0075a5;
}
.section01 .button a:before {
	background: url("../img/section01_icon.png") no-repeat center / cover;
}
/*- section02 ----------*/
.section02 {
	position: relative;
	background-color: #69c3a8;
	padding-top: 0;
}
.section02:after {
	content: "";
	position: absolute;
	bottom: -75px;
	width: 100%;
	height: 75px;
	-webkit-mask-image: url("../img/wave.svg");
  mask-image: url("../img/wave.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: left;
	mask-position: left;
	-webkit-mask-size: cover;
	mask-size: cover;
  background-color: #69c3a8;
	z-index: 1;
}
.section02 h3 img {
	max-width: 502px;
}
.section02 .box {
	position: relative;
	background-color: #f8f5e7;
	border-radius: 30px;
	padding: 60px;
	margin-top: 50px;
}
.section02 .box .img img {
	max-width: 530px;
}
.section02 .button a {
	color: #00913a;
}
.section02 .button a:before {
	background: url("../img/section02_icon.png") no-repeat center / cover;
}
/*- section03 ----------*/
.section03 {
	position: relative;
	background-color: #77cfff;
}
.section03:after {
	content: "";
	position: absolute;
	bottom: -75px;
	width: 100%;
	height: 75px;
	-webkit-mask-image: url("../img/wave.svg");
  mask-image: url("../img/wave.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: left;
	mask-position: left;
	-webkit-mask-size: cover;
	mask-size: cover;
  background-color: #77cfff;
	z-index: 1;
}
.section03 .box {
	position: relative;
	background-color: #fff;
	border-radius: 0 0 30px 30px;
	padding: 60px;
}
.section03 .box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 44px;
	background: url("../img/section03_bg05.png") no-repeat center / cover;
}
.section03 .box .row {
	position: relative;
	max-width: 1124px;
	margin: 0 auto;
}
.section03 .button a {
	color: #00b0ed;
}
.section03 .button a:before {
	background: url("../img/section03_icon.png") no-repeat center / cover;
}
/*- section04 ----------*/
.section04 {
	position: relative;
	background-color: #eda0c0;
}
.section04:after {
	content: "";
	position: absolute;
	bottom: -75px;
	width: 100%;
	height: 75px;
	-webkit-mask-image: url("../img/wave.svg");
  mask-image: url("../img/wave.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: left;
	mask-position: left;
	-webkit-mask-size: cover;
	mask-size: cover;
  background-color: #eda0c0;
	z-index: 1;
}
.section04 h2 {
	position: relative;
	display: inline-block;
	z-index: 0;
}
.section04 .box {
	position: relative;
	background-color: #f8f5e7;
	border-radius: 30px;
	padding: 60px;
	margin-top: 50px;
}
.section04 .box .row {
	max-width: 1124px;
	margin: 0 auto;
}
.section04 .button a {
	color: #e15378;
}
.section04 .button a:before {
	background: url("../img/section04_icon.png") no-repeat center / cover;
}
/*- section05 ----------*/
.section05 {
	position: relative;
	background-color: #f3b13c;
}
.section05:after {
	content: "";
	position: absolute;
	bottom: -75px;
	width: 100%;
	height: 75px;
	-webkit-mask-image: url("../img/wave.svg");
  mask-image: url("../img/wave.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: left;
	mask-position: left;
	-webkit-mask-size: cover;
	mask-size: cover;
  background-color: #f3b13c;
	z-index: 1;
}
.section05 .box {
	position: relative;
	background-color: #fff;
	border-radius: 30px;
	padding: 60px;
	margin-top: 50px;
}
.section05 .box .row {
	max-width: 1124px;
	margin: 0 auto;
}
.section05 .button a {
	color: #ed8a00;
}
.section05 .button a:before {
	background: url("../img/section05_icon.png") no-repeat center / cover;
}
/*- section06 ----------*/
.section06 {
	position: relative;
	background-color: #a893c0;
}
.section06:after {
	content: "";
	position: absolute;
	bottom: -75px;
	width: 100%;
	height: 75px;
	-webkit-mask-image: url("../img/wave.svg");
  mask-image: url("../img/wave.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: left;
	mask-position: left;
	-webkit-mask-size: cover;
	mask-size: cover;
  background-color: #a893c0;
	z-index: 1;
}
.section06 .box {
	position: relative;
	background-color: #f8f5e7;
	border-radius: 0 0 30px 30px;
	padding: 60px;
}
.section06 .box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 44px;
	background: url("../img/section06_bg01.png") no-repeat center / cover;
}
.section06 .box .row {
	position: relative;
	max-width: 1124px;
	margin: 0 auto;
}
.section06 .button a {
	color: #69318e;
}
.section06 .button a:before {
	background: url("../img/section06_icon.png") no-repeat center / cover;
}
/*- section07 ----------*/
.section07 {
	position: relative;
	background-color: #569fd3;
}
.section07:after {
	content: "";
	position: absolute;
	bottom: -75px;
	width: 100%;
	height: 75px;
	-webkit-mask-image: url("../img/wave.svg");
  mask-image: url("../img/wave.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: left;
	mask-position: left;
	-webkit-mask-size: cover;
	mask-size: cover;
  background-color: #569fd3;
	z-index: 1;
}
.section07 .box {
	position: relative;
	background-color: #fff;
	border-radius: 30px;
	padding: 60px;
	margin-top: 50px;
}
.section07 .box .row {
	max-width: 1124px;
	margin: 0 auto;
}
.section07 .button a {
	color: #006da1;
}
.section07 .button a:before {
	background: url("../img/section01_icon.png") no-repeat center / cover;
}
/*- other ----------*/
.other {
	position: relative;
	background-color: #f8f5e7;
}
.other:after {
	content: "";
	position: absolute;
	bottom: -75px;
	width: 100%;
	height: 75px;
	-webkit-mask-image: url("../img/wave.svg");
  mask-image: url("../img/wave.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: left;
	mask-position: left;
	-webkit-mask-size: cover;
	mask-size: cover;
  background-color: #f8f5e7;
	z-index: 1;
}
.other .slick-slider {
	padding: 0;
}
.other .slider li {
	padding: 0 15px;
}
.other .slick-prev {
	left: 10px;
	height: 100%;
}
.other .slick-next {
	right: 10px;
	height: 100%;
}
.other .slick-prev:before,
.other .slick-next:before {
	content: "";
	position: absolute;
	bottom: -60px;
	width: 50px;
	height: 50px;
}
.other .slick-prev:before {
	left: 0;
	background: url("../img/previous.png") no-repeat center / cover;
}
.other .slick-next:before {
	right: 0;
	background: url("../img/next.png") no-repeat center / cover;
}
.other .button a {
	color: #0075a5;
	background-color: #fff;
	border: 3px solid #0075a5;
}
.other .button a:before {
	background: url("../img/section01_icon.png") no-repeat center / cover;
}
/*- customer ----------*/
.customer {
	position: relative;
	background-color: #0075a5;
	padding-bottom: 0;
}
.customer .col-w {
	font-weight: bold;
	color: #fff;
}
.customer .box {
	position: relative;
	font-size: 17px;
	font-weight: bold;
	background-color: #fff;
	border-radius: 30px 60px 60px 60px;
	height: 100%;
	padding: 25px 25px 25px 120px;
}
.customer .box img {
	position: absolute;
	top: -23px;
	left: 0;
	max-width: 100px;
}
.customer .button a {
	color: #0075a5;
	background-color: #bde4e6;
}
.customer .button a:before {
	background: url("../img/section01_icon.png") no-repeat center / cover;
}
.customer .accordion-btn a {
	color: #fff;
	background-color: #0075a5;
	border: 3px solid #fff;
}
.customer .accordion-btn a:hover {
	color: #fff;
}
.customer .accordion-btn a:before {
	background: url("../img/customer_icon01.png") no-repeat center / cover;
}
.customer .button.open a:before {
	background: url("../img/customer_icon02.png") no-repeat center / cover;
}
/*- footer ----------*/
.footer {
	position: relative;
	background: url("../img/footer_bg01.jpg") no-repeat top center / 100%;
	padding-top: 30vw;
}
.footer .subttl {
	color: #fff;
	background-color: #1D6FA1;
}
.footer .denpark img {
	max-width: 250px;
}
.footer .tel {
	color: #f77b00;
}
.footer .logo {
	gap: 24px 60px;
}
.footer .inner {
	height: 100%;
	background-color: #F2F0EF;
	border-radius: 20px;
	padding: 18px;
}
.footer .inner li:first-child {
	max-width: 80px;
	width: 100%;
}
.footer .inner li:last-child {
	width: 100%;
}
.footer .inner .fw-bold {
	font-size: 20px;
	color: #1D6FA1;
	line-height: 1.2;
	border-bottom: 3px solid #1D6FA1;
}
.footer .inner li li:first-child {
	max-width: fit-content;
}
.footer .inner .col-red {
	color: #e60012;
}
.footer .inner .text img {
	max-width: 177px;
}
.footer .inner .label {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #1D6FA1;
	border-radius: 5px;
	padding: 4px 10px;
	margin-right: 6px;
}
.footer .logo img {
	zoom: .5;
}
/*- btnbox ----------*/
.btnbox {
	background-color: #0075a5;
	padding: 95px 0;
}
.btnbox .button a {
	color: #0075a5;
	background-color: #fff;
	border-radius: 20rem;
	max-width: 500px;
	height: 100px;
}
.btnbox .button a:before {
	background: url("../img/section01_icon.png") no-repeat center / cover;
}

/*--------------------------------
footer
--------------------------------*/
footer .page_top {
	display: none;
	position: fixed;
	bottom: 15vw;
	right: 30px;
	z-index: 3;
}
footer .page_top a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	width: 60px;
	height: 60px;
	background: #0075a5;
	border: 3px solid #fff;
	border-radius: 3px;
	opacity: .6;
}
footer .page_top a:hover {
	opacity: 1;
}
footer .button {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 0;
	width: 100%;
	z-index: 2;
}
footer .button a {
	font-size: 15px;
	color: #363636;
	text-align: center;
	background-color: #ffc630;
	border: 3px solid #fff;
	border-radius: 20rem;
	max-width: 200px;
	width: 100%;
	height: 73px;
}
footer .button a:before {
	right: 12px;
	width: 25px;
	height: 25px;
	background: url("../img/button_icon01.png") no-repeat center / cover;
}

/*--------------------------------
media
--------------------------------*/
.sp {
	display: none;
}
@media (min-width: 768px) {
	.section02 {
		background-image: url("../img/section02_bg01.png"), url("../img/section02_bg02.png");
		background-repeat: no-repeat;
		background-position: top left, top right;
		background-size: contain;
	}
	.section03 {
		background-image: url("../img/section03_bg01.png"), url("../img/section03_bg02.png");
		background-repeat: no-repeat;
		background-position: top left, top right;
		background-size: contain;
	}
	.section04 {
		background-image: url("../img/section04_bg01.png"), url("../img/section04_bg02.png");
		background-repeat: no-repeat;
		background-position: top left, top right;
		background-size: contain;
	}
	.section05 {
		background-image: url("../img/section05_bg01.png"), url("../img/section05_bg02.png");
		background-repeat: no-repeat;
		background-position: top left, top right;
		background-size: contain;
	}
	.section06 {
		background-image: url("../img/section03_bg01.png"), url("../img/section03_bg02.png");
		background-repeat: no-repeat;
		background-position: top left, top right;
		background-size: contain;
	}
	.section07 {
		background-image: url("../img/section07_bg01.png"), url("../img/section07_bg02.png");
		background-repeat: no-repeat;
		background-position: top left, top right;
		background-size: contain;
	}
	.customer {
		background-image: url("../img/customer_bg01.png"), url("../img/customer_bg02.png");
		background-repeat: no-repeat;
		background-position: top left, top right;
		background-size: contain;
	}

	.other .slick-list {
		width: calc(100% - 160px);
		margin: 0 auto;
	}
	.other .slick-prev,
	.other .slick-next {
		height: 20px;
	}
	.other .slick-prev:before,
	.other .slick-next:before {
		top: 0;
		bottom: 0;
		margin: auto 0;
	}
	.other .slick-prev:before {
		left: 0;
	}
	.other .slick-next:before {
		right: 0;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 1124px;
	}
	.container.w1380 {
		max-width: 1404px;
	}
}
@media (min-width: 1200px) {
	.section01:before,
	.section01:after {
		content: "";
		position: absolute;
		top: 100%;
		z-index: -1;
		background-repeat: no-repeat;
		background-size: contain;
		animation: moveUpFadeOut 10s linear infinite;
	}
	.section01:before {
		left: 0;
		width: 15%;
		height: 100%;
		background-image: url("../img/section01_bg02.png");
		animation-delay: 0s;
	}
	.section01:after {
		right: 0;
		width: 15%;
		height: 100%;
		background-image: url("../img/section01_bg03.png");
		animation-delay: 10s;
	}
	@keyframes moveUpFadeOut {
		0% {
			transform: translateY(0);
			opacity: 1;
		}
		80% {
			opacity: 1;
		}
		100% {
			transform: translateY(-100%);
			opacity: 0;
		}
	}
	.section02 h2 {
		display: inline-block;
	}
	.section02 h2:before {
		content: "";
		position: absolute;
		top: -40px;
		left: 10px;
		width: 222px;
		height: 132px;
		background: url("../img/section02_bg03.png") no-repeat center / cover;
		animation: flower 3s ease-in-out infinite alternate;
		transition: 1.5s ease-in-out;
		z-index: -1;
	}
	@keyframes flower {
		0% {
			transform:translate(0, 0) rotate(-7deg);
		}
		50% {
			transform:translate(0, -7px) rotate(0deg);
		}
		100% {
			transform:translate(0, 0) rotate(7deg);
		}
	}
	.section02 .box:before {
		content: "";
		position: absolute;
		top: -85px;
		right: 30px;
		width: 335px;
		height: 147px;
		background: url("../img/section02_bg04.png") no-repeat center / cover;
	}
	.section03 .box .row:before,
	.section03 .box .row:after {
		content: "";
		position: absolute;
		z-index: 1;
	}
	.section03 .box .row:before {
		top: -350px;
		left: 0;
		width: 155px;
		height: 385px;
		background: url("../img/section03_bg03.png") no-repeat center / cover;
		animation: character01 3s ease-in-out infinite alternate;
		transition: 1.5s ease-in-out;
	}
	.section03 .box .row:after {
		top: -240px;
		right: 0;
		width: 185px;
		height: 256px;
		background: url("../img/section03_bg04.png") no-repeat center / cover;
		animation: character02 2s ease-in-out infinite alternate;
		transition: 1.5s ease-in-out;
	}
	@keyframes character01 {
		0% {
			transform:translate(0, 0) rotate(-7deg);
		}
		50% {
			transform:translate(0, -7px) rotate(0deg);
		}
		100% {
			transform:translate(0, 0) rotate(7deg);
		}
	}
	@keyframes character02 {
		0% {
			transform:translate(0, 0) rotate(-4deg);
		}
		50% {
			transform:translate(0, -4px) rotate(0deg);
		}
		100% {
			transform:translate(0, 0) rotate(4deg);
		}
	}
	.section04 h2:before {
		content: "";
		position: absolute;
		top: -40px;
		left: -120px;
		width: 341px;
		height: 150px;
		background: url("../img/section04_bg03.png") no-repeat center / cover;
		animation: flower 3s ease-in-out infinite alternate;
		transition: 1.5s ease-in-out;
		z-index: -1;
	}
	@keyframes flower {
		0% {
			transform:translate(0, 0) rotate(-7deg);
		}
		50% {
			transform:translate(0, -7px) rotate(0deg);
		}
		100% {
			transform:translate(0, 0) rotate(7deg);
		}
	}
	.section04 .box:before,
	.section04 .box:after {
		content: "";
		position: absolute;
	}
	.section04 .box:after {
		top: 60px;
		left: -60px;
		width: 396px;
		height: 304px;
		background: url("../img/section04_bg05.png") no-repeat center / cover;
	}
	.section05 .box:before,
	.section05 .box:after {
		content: "";
		position: absolute;
		z-index: 1;
	}
	.section05 .box:before {
		top: -90px;
		left: -120px;
		width: 332px;
		height: 313px;
		background: url("../img/section05_bg03.png") no-repeat center / cover;
		animation: flower01 3s ease-in-out infinite alternate;
		transition: 1.5s ease-in-out;
	}
	@keyframes flower01 {
		0% {
			transform:translate(0, 0) rotate(-7deg);
		}
		50% {
			transform:translate(0, -7px) rotate(0deg);
		}
		100% {
			transform:translate(0, 0) rotate(7deg);
		}
	}
	.section06 .box .row:before,
	.section06 .box .row:after {
		content: "";
		position: absolute;
		z-index: 1;
	}
	.section06 .box .row:before {
		top: -350px;
		left: 0;
		width: 155px;
		height: 385px;
		background: url("../img/section03_bg03.png") no-repeat center / cover;
		animation: character01 3s ease-in-out infinite alternate;
		transition: 1.5s ease-in-out;
	}
	@keyframes character01 {
		0% {
			transform:translate(0, 0) rotate(-7deg);
		}
		50% {
			transform:translate(0, -7px) rotate(0deg);
		}
		100% {
			transform:translate(0, 0) rotate(7deg);
		}
	}
	.section07 .box:before,
	.section07 .box:after {
		content: "";
		position: absolute;
		z-index: 1;
	}
	.section07 .box:before {
		top: -140px;
		left: -10px;
		width: 309px;
		height: 213px;
		background: url("../img/section07_bg03.png") no-repeat center / cover;
		animation: flower01 3s ease-in-out infinite alternate;
		transition: 1.5s ease-in-out;
	}
	@keyframes flower01 {
		0% {
			transform:translate(0, 0) rotate(-7deg);
		}
		50% {
			transform:translate(0, -7px) rotate(0deg);
		}
		100% {
			transform:translate(0, 0) rotate(7deg);
		}
	}
	footer .button {
		display: none;
		position: fixed;
		bottom: 5.5vw;
		right: 30px;
		width: 100%;
		z-index: 2;
	}
}
@media (min-width: 1500px) {
	.section04 .box:before {
		top: -90px;
		right: -50px;
		width: 309px;
		height: 213px;
		background: url("../img/section04_bg04.png") no-repeat center / cover;
	}
	.section04:before {
		content: "";
		position: absolute;
		top: 370px;
		right: 0;
		max-width: 316px;
		width: 16vw;
		max-height: 464px;
		height: 24vw;
		background: url("../img/section04_bg06.png") no-repeat center / cover;
		z-index: 1;
	}
	.section05 .box:after {
		top: -60px;
		right: -50px;
		width: 203px;
		height: 310px;
		background: url("../img/section05_bg04.png") no-repeat center / cover;
		animation: flower02 2s ease-in-out infinite alternate;
		transition: 1.5s ease-in-out;
	}
	@keyframes flower02 {
		0% {
			transform:translate(0, 0) rotate(-4deg);
		}
		50% {
			transform:translate(0, -4px) rotate(0deg);
		}
		100% {
			transform:translate(0, 0) rotate(4deg);
		}
	}
	.section06 .box .row:after {
		bottom: -100px;
		right: -160px;
		width: 185px;
		height: 256px;
		background: url("../img/section03_bg04.png") no-repeat center / cover;
		animation: character02 2s ease-in-out infinite alternate;
		transition: 1.5s ease-in-out;
	}
	@keyframes character02 {
		0% {
			transform:translate(0, 0) rotate(-4deg);
		}
		50% {
			transform:translate(0, -4px) rotate(0deg);
		}
		100% {
			transform:translate(0, 0) rotate(4deg);
		}
	}
	.section07 .box:after {
		bottom: -60px;
		right: -50px;
		width: 242px;
		height: 142px;
		background: url("../img/section07_bg04.png") no-repeat center / cover;
		animation: flower02 2s ease-in-out infinite alternate;
		transition: 1.5s ease-in-out;
	}
	@keyframes flower02 {
		0% {
			transform:translate(0, 0) rotate(-4deg);
		}
		50% {
			transform:translate(0, -4px) rotate(0deg);
		}
		100% {
			transform:translate(0, 0) rotate(4deg);
		}
	}
}
@media (max-width: 991px) {
	/*- hamburger ----------*/
	header .hamburger-list {
		position: absolute;
		flex-direction: column;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #fff;
		transform: translateX(-100%);
		transition: .3s;
		padding: 15px 12px;
	}
	header #hamburger:checked ~ .hamburger-list {
		transform: translateX(0%);
		transition: .3s;
	}
	header .hamburger-button {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 5px;
		height: 32px;
		width: 32px;
		appearance: none;
		background-color: transparent;
		border: none;
		cursor: pointer;
	}
	header #hamburger:checked ~ .hamburger-button .hamburger-line:nth-of-type(1) {
		transform: translate(2px, 1px) rotate(45deg);
		transform-origin: 0%;
	}
	header #hamburger:checked ~ .hamburger-button .hamburger-line:nth-of-type(2) {
		opacity: 0;
	}
	header #hamburger:checked ~ .hamburger-button .hamburger-line:nth-of-type(3) {
		transform: translate(2px, 3px) rotate(-45deg);
		transform-origin: 0%;
	}
	/*- main ----------*/
	main section,
	.btnbox {
		padding: 100px 0 40px 0;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 22px;
	}
	.fs-5,
	.subttl {
		font-size: 16px!important;
	}
	.button a {
		font-size: 20px;
	}
	.accordion-btn {
		display: block;
	}
	.accordion-content {
		display: none;
	}
	.other .accordion-btn.sp {
		display: block;
	}
}
@media (max-width: 767px) {
	.button a:before {
		width: 30px;
		height: 30px;
	}
	.other {
		padding-top: 100px;
	}
	.other .box {
		font-size: 16px;
	}
	.footer .inner li:first-child {
		max-width: 50px;
	}
	.section02 .box,
	.section03 .box,
	.section04 .box,
	.section05 .box,
	.section06 .box,
	.section07 .box {
		padding: 30px;
	}
	footer {
		margin-top: 70px;
	}
	footer .page_top {
		bottom: 90px;
		right: 10px;
	}
	footer .float-btn img {
    max-width: 250px;
	}
}
@media (max-width: 575px) {
	.pc {
		display: none;
	}
	.sp {
		display: inline-block;
	}
	.footer:before,
	.footer:after {
		width: 100px;
		height: 100px;
	}
	.section02 .box,
	.section03 .box,
	.section04 .box,
	.section05 .box,
	.section06 .box,
	.section07 .box {
		padding: 20px;
	}
}
@media (max-height: 373px) {
	header .hamburger-list {
		height: calc(100vh - 150px);
	}
}
@media (pointer: fine), (hover: hover) {
  a:where([href^="tel:"]) {
    pointer-events: none;
  }
}
