/*--------------------------------
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: 150px 0;
	z-index: 0;
}
h2 {
	position: relative;
	z-index: 0;
}
h3 {
	font-size: 27px;
	font-weight: 600;
}
.subttl {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	min-width: 250px;
	background-color: #C6000B;
	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;
	color: #fff;
	background-color: #C6000B;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 10px;
	max-width: 400px;
	width: 100%;
	height: 90px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, .8);
	z-index: 10;
}
.button a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 46px;
	height: 46px;
	background: url("../img/button_icon01.png") no-repeat center / cover;
	margin: auto 0;
}
/*- kv ----------*/
.kv {
	background-color: #000;
	padding: 0;
}
/*- section01 ----------*/
.section01 {
	position: relative;
	background: #000 url("../img/section01_bg.jpg") no-repeat top center / cover;
}
.section01 .subttl {
	background-color: #000;
}
/*- section02 ----------*/
.section02 {
	position: relative;
	background-color: #052933;
	background-image: url("../img/section_bg.png"), url("../img/section02_bg.png");
	background-repeat: repeat-y, no-repeat;
	background-position: top center, bottom center;
	background-size: 100%;
}
/*- section03 ----------*/
.section03 {
	position: relative;
	background-color: #001E52;
	background-image: url("../img/section_bg.png"), url("../img/section03_bg.png");
	background-repeat: repeat-y, no-repeat;
	background-position: top center, bottom center;
	background-size: 100%;
}
.section03 .subttl,
.section03 .button a {
	background-color: #7040B5;
}
/*- section04 ----------*/
.section04 {
	position: relative;
	background-color: #003376;
	background-image: url("../img/section_bg.png"), url("../img/section04_bg.png");
	background-repeat: repeat-y, no-repeat;
	background-position: top center, bottom center;
	background-size: 100%;
}
.section04 .subttl,
.section04 .button a {
	background-color: #DE6A08;
}
/*- section05 ----------*/
.section05 {
	position: relative;
	background-color: #284255;
	background-image: url("../img/section_bg.png"), url("../img/section05_bg.png");
	background-repeat: repeat-y, no-repeat;
	background-position: top center, bottom center;
	background-size: 100%;
}
.section05 .subttl,
.section05 .button a {
	background-color: #006DA1;
}
/*- other ----------*/
.other {
	position: relative;
	background: #05342E url("../img/section_bg.png") repeat-y top center / 100%;
	background-color: #05342E;
}
.other .slick-slider {
	padding: 0;
}
.other .slider li {
	padding: 0 5px;
}
.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/other_previous.png") no-repeat center / cover;
	opacity: 1;
}
.other .slick-next:before {
	right: 0;
	background: url("../img/other_next.png") no-repeat center / cover;
	opacity: 1;
}
/*- customer ----------*/
.customer {
	position: relative;
	background-image: url("../img/section_bg.png"), url("../img/customer_bg.jpg");
	background-repeat: repeat-y, no-repeat;
	background-position: top center;
	background-size: 100%, cover;
}
.customer .subttl {
	background-color: #1D2088;
}
.customer .col-w {
	font-weight: bold;
	color: #fff;
}
.customer .box {
	position: relative;
	font-size: 17px;
	font-weight: bold;
	background-color: #fff;
	border-radius: 10px;
	height: 100%;
	padding: 24px 24px 24px 0;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, .2);
}
.customer .box img {
	position: relative;
	bottom: -24px;
	max-width: 110px;
	width: auto;
}
.customer .button a {
	background-color: #1D2088;
}
.customer .accordion-btn a {
	color: #fff;
	background-color: #1D2088;
}
.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;
}
.footer .denpark img {
	max-width: 250px;
}
.footer .tel {
	color: #C6000B;
}
.footer .logo {
	gap: 24px 60px;
}
.footer .access {
	height: 100%;
	background-color: #F8DAD0;
	border-radius: 20px;
	padding: 18px;
}
.footer .access li:first-child {
	max-width: 80px;
	width: 100%;
}
.footer .access li:last-child {
	width: 100%;
}
.footer .access .fw-bold {
	font-size: 20px;
	color: #C6000B;
	line-height: 1.2;
	border-bottom: 3px solid #C6000B;
}
.footer .access li li:first-child {
	max-width: fit-content;
}
.footer .access .col-red {
	color: #C6000B;
}
.footer .access .text img {
	max-width: 176px;
}
.footer .access .label {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #C6000B;
	border-radius: 5px;
	padding: 4px 10px;
	margin-right: 6px;
}
.footer .logo img {
	zoom: .5;
}
/*- btnbox ----------*/
.btnbox {
	background-color: #001E52;
	padding: 95px 0;
}
.btnbox .button a {
	max-width: 500px;
	height: 100px;
}

/*--------------------------------
footer
--------------------------------*/
footer .page_top {
	display: none;
	position: fixed;
	bottom: 16vw;
	right: 30px;
	z-index: 3;
}
footer .page_top a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 12px;
	color: #fff;
	width: 60px;
	height: 60px;
	background: #C6000B;
	border: 1px solid #fff;
	border-radius: 5px;
	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: #fff;
	text-align: center;
	background-color: #007F41;
	border: 3px solid #fff;
	border-radius: 10px;
	max-width: 200px;
	width: 100%;
	height: 73px;
	box-shadow: none;
}
footer .button a:before {
	right: 12px;
	width: 25px;
	height: 25px;
	background: url("../img/button_icon02.png") no-repeat center / cover;
}

/*--------------------------------
media
--------------------------------*/
.sp {
	display: none;
}
@media (min-width: 768px) {
	.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;
	}
}
@media (min-width: 1200px) {
	.section01:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url("../img/section01_animation01.png") repeat-y top center / cover;
		animation: flashing 6s infinite;
		opacity: 1;
		z-index: -1;
	}
	@keyframes flashing {
		0% {
			opacity: 1;
		}
		50% {
			opacity: .4;
		}
		60% {
			opacity: 1;
		}
		90% {
			opacity: .4;
		}
		95% {
			opacity: 1;
		}
	}
	.section02:before,
	.section02:after,
	.section03:before,
	.section03:after,
	.section03 .button:before,
	.section03 .button:after,
	.section04:before,
	.section04 .button:before,
	.section04 .button:after,
	.section05:before,
	.section05:after,
	.section05 .button:before,
	.section05 .button:after,
	.other:before,
	.other:after,
	.customer:before,
	.customer:after,
	.customer .button:before,
	.customer .button:after {
		content: "";
		position: absolute;
		z-index: -1;
	}
	.section02:before {
		top: 5%;
		left: -5%;
		width: 362px;
		height: 346px;
		background: url("../img/section02_animation01.png") no-repeat center / cover;
		animation: character01 3s ease-in-out infinite alternate;
		transition: 1.5s ease-in-out;
	}
	.section02:after {
		top: 40%;
		right: 2%;
		width: 380px;
		height: 372px;
		background: url("../img/section02_animation02.png") no-repeat center / cover;
		animation: character02 2s ease-in-out infinite alternate;
		transition: 1.5s ease-in-out;
	}
	.section03:before {
		top: 4%;
		left: 0;
		width: 410px;
		height: 380px;
		background: url("../img/section_animation01.png") no-repeat center / cover;
		animation: character02 3s ease-in-out infinite alternate;
		transition: 1.5s ease-in-out;
	}
	.section03:after {
		top: 30%;
		right: 2%;
		width: 532px;
		height: 544px;
		background: url("../img/section_animation02.png") no-repeat center / cover;
		animation: character01 3s ease-in-out infinite alternate;
		transition: 1.5s ease-in-out;
	}
	.section03 .button:before {
		bottom: 2%;
		left: 4%;
		width: 372px;
		height: 362px;
		background: url("../img/section_animation03.png") no-repeat center / cover;
		animation: character02 2s ease-in-out infinite alternate;
		transition: 1.5s ease-in-out;
	}
	.section03 .button:after {
		bottom: 8%;
		right: 12%;
		width: 320px;
		height: 336px;
		background: url("../img/section_animation04.png") no-repeat center / cover;
		animation: character02 2s ease-in-out infinite alternate;
		transition: 1.5s ease-in-out;
	}
	.section04:before {
		top: 4%;
		left: -5%;
		width: 532px;
		height: 544px;
		background: url("../img/section_animation02.png") no-repeat center / cover;
		animation: character01 3s ease-in-out infinite alternate;
		transition: 1.5s ease-in-out;
	}
	.section04 .button:before {
		bottom: 2%;
		left: 4%;
		width: 372px;
		height: 362px;
		background: url("../img/section_animation03.png") no-repeat center / cover;
		animation: character02 2s ease-in-out infinite alternate;
		transition: 1.5s ease-in-out;
	}
	.section04 .button:after {
		bottom: 10%;
		right: 4%;
		width: 320px;
		height: 336px;
		background: url("../img/section_animation04.png") no-repeat center / cover;
		animation: character02 2s ease-in-out infinite alternate;
		transition: 1.5s ease-in-out;
	}
	.section05:before {
		top: 15%;
		left: 0;
		width: 320px;
		height: 336px;
		background: url("../img/section_animation04.png") no-repeat center / cover;
		animation: character02 3s ease-in-out infinite alternate;
		transition: 1.5s ease-in-out;
	}
	.section05:after {
		top: 2%;
		right: 2%;
		width: 532px;
		height: 544px;
		background: url("../img/section_animation02.png") no-repeat center / cover;
		animation: character01 3s ease-in-out infinite alternate;
		transition: 1.5s ease-in-out;
	}
	.section05 .button:before {
		bottom: 2%;
		left: 4%;
		width: 372px;
		height: 362px;
		background: url("../img/section_animation03.png") no-repeat center / cover;
		animation: character02 2s ease-in-out infinite alternate;
		transition: 1.5s ease-in-out;
	}
	.section05 .button:after {
		bottom: 10%;
		right: 5%;
		width: 320px;
		height: 336px;
		background: url("../img/section_animation04.png") no-repeat center / cover;
		animation: character02 2s ease-in-out infinite alternate;
		transition: 1.5s ease-in-out;
	}
	.other:before {
		top: 0;
		bottom: 0;
		left: 1.2%;
		width: 362px;
		height: 346px;
		background: url("../img/section02_animation01.png") no-repeat center / cover;
		animation: character02 3s ease-in-out infinite alternate;
		transition: 1.5s ease-in-out;
		margin: auto 0;
	}
	.other:after {
		top: 0;
		right: 1.2%;
		bottom: 0;
		width: 380px;
		height: 372px;
		background: url("../img/section02_animation02.png") no-repeat center / cover;
		animation: character01 2s ease-in-out infinite alternate;
		transition: 1.5s ease-in-out;
		margin: auto 0;
	}
	.customer:before {
		top: 6%;
		left: -5%;
		width: 532px;
		height: 544px;
		background: url("../img/section_animation02.png") no-repeat center / cover;
		animation: character02 3s ease-in-out infinite alternate;
		transition: 1.5s ease-in-out;
	}
	.customer:after {
		top: 10%;
		right: 2%;
		width: 410px;
		height: 380px;
		background: url("../img/section_animation01.png") no-repeat center / cover;
		animation: character01 3s ease-in-out infinite alternate;
		transition: 1.5s ease-in-out;
	}
	.customer .button:before {
		bottom: 2%;
		left: 4%;
		width: 372px;
		height: 362px;
		background: url("../img/section_animation03.png") no-repeat center / cover;
		animation: character02 2s ease-in-out infinite alternate;
		transition: 1.5s ease-in-out;
	}
	.customer .button:after {
		bottom: 8%;
		right: 5%;
		width: 320px;
		height: 336px;
		background: url("../img/section_animation04.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);
		}
	}
	footer .button {
		display: none;
		position: fixed;
		bottom: 5.5vw;
		right: 30px;
		width: 100%;
		z-index: 2;
	}
}
@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;
	}
	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;
	}
	.customer .box {
		font-size: 16px;
		padding: 24px;
	}
	.customer .box img {
		bottom: 0;
	}
	.footer .access li:first-child {
		max-width: 50px;
	}
	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;
	}
	.section01 {
		background: #000 url("../img/section01_bg_sp.jpg") no-repeat top center / cover;
	}
	.section02 {
		background: #052933 url("../img/section02_bg_sp.png") no-repeat bottom center / cover;
		padding-bottom: 80vw;
	}
	.section03 {
		background: #001E52 url("../img/section03_bg_sp.png") no-repeat bottom center / cover;
		padding-bottom: 80vw;
	}
	.section04 {
		background: #003376 url("../img/section04_bg_sp.png") no-repeat bottom center / cover;
		padding-bottom: 80vw;
	}
	.section05 {
		background: #284255 url("../img/section05_bg_sp.png") no-repeat bottom center / cover;
		padding-bottom: 80vw;
	}
	.other {
		background: #05342E url("../img/other_bg_sp.png") no-repeat bottom center / cover;
	}
	.customer {
		background: url("../img/customer_bg_sp.jpg") no-repeat top center / cover;
	}
	.footer:before,
	.footer:after {
		width: 100px;
		height: 100px;
	}
}
@media (max-height: 373px) {
	header .hamburger-list {
		height: calc(100vh - 150px);
	}
}
@media (pointer: fine), (hover: hover) {
  a:where([href^="tel:"]) {
    pointer-events: none;
  }
}
