@charset "utf-8";
@import url("root.css");
/*root*/

/*------------------------------------------------------------*/
/* 全体設定                                                   */
/*------------------------------------------------------------*/
html {
	font-size: 62.5%;
}

/* bodyのフォントサイズを1.6em（16px）に設定 */
body {
	font-size: 1.6em;
	background: #F8F8F8;
	padding-top: 0 !important;
	font-display: swap;

}

* {
	font-display: swap;
	letter-spacing: 0.02em;

	-webkit-tap-highlight-color: transparent;
}

picture,
img {
	vertical-align: bottom;
}

h1 {
	font-size: 5rem;
	/* 50px */
}

p {
	font-size: 1.5rem;
	/* 15px */
	/* font-feature-settings: "palt"; */
}

figure {
	margin: 0;
}

html,
body,
section,
div,
span,
strong.small,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
img,
dl,
dt,
dd,
header,
footer,
nav,
form,
input,
label {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	background: var(--bg);
	color: var(--black);
	font-family: var(--noto);
	line-height: 1.4;
	position: relative;
	text-align: left;

}

@media screen and (min-width:1381px) {
	.smallpc {
		display: none !important;
	}

}

@media screen and (min-width:821px) {
	.pad {
		display: none !important;
	}
}

@media screen and (min-width:481px) {
	.sp {
		display: none !important;
	}
}



@media screen and (max-width:480px) {
	html {
		height: 100vh;
		touch-action: manipulation;
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-y: none;
	}

	body {
		width: 100vw;
		min-width: 100vw;
		font-size: 3.8vw;
	}


	.overflow {
		position: relative;
		overflow: hidden;
	}

	.pc {
		display: none !important;
	}
}

.container {
	/* width: 1000px; */
	width: calc(100% - 8vw);
	/* max-width: 1400px; */
	max-width: 1200px;
	margin: 0 auto;
}


@media screen and (max-width: 480px) {
	.container {
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
}

@media screen and (min-width: 481px) {
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 480px) {
	.pc {
		display: none !important;
	}

	.spleft {
		text-align: left !important;
	}
}

i {
	margin: 0 5px;
}

img {
	width: 100%;
	height: auto;
}

a {
	color: #32aaee;
	text-decoration: none;
}

a img {
	border: none;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	text-decoration: underline;
}




ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

li {
	text-align: center;
}



.over a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

.banner a:hover {
	opacity: 0.6;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.slick-slider {
	opacity: 0;
	transition: opacity .3s linear;

	&.slick-initialized {
		opacity: 1;
	}
}

/*------------------------------------------------------------*/
/* セクションタイトル                                          */
/*------------------------------------------------------------*/

section {

	.title {
		display: flex;
		flex-direction: column;
		text-align: center;
		letter-spacing: 0.03em;
		margin-bottom: 3em;

		@media screen and (max-width: 820px) {
			margin-bottom: 2em;

		}

		@media screen and (max-width: 480px) {
			margin-bottom: 1.5em;
		}

		p {
			color: #475569;
			font-family: var(--montserrat);
			font-weight: 600;
			font-size: 1.8rem;

			@media screen and (max-width: 820px) {
				font-size: 2vw;
			}

			@media screen and (max-width: 480px) {
				font-size: 3.5vw;
			}
		}

		h2 {
			font-weight: 700;
			font-size: 4rem;

			@media screen and (max-width: 820px) {
				font-size: 3.5vw;
			}

			@media screen and (max-width: 480px) {
				font-size: 6.3vw;
			}

			span {

				background: linear-gradient(135deg, #0369A1 0%, #0284C7 45%, #46adda 100%);
				-webkit-background-clip: text;
				background-clip: text;
				-webkit-text-fill-color: transparent;
				color: transparent;
			}

		}



	}

	.read {
		p {

			font-size: 1.7rem;
			text-align: center;
			line-height: 1.6;
			font-weight: 500;
			color: var(--gray);

			@media screen and (max-width: 820px) {
				font-size: 1.8vw;
			}

			@media screen and (max-width: 480px) {
				font-size: 1.2rem;
			}
		}
	}
}

/*------------------------------------------------------------*/
/* ページトップ設定                                           */
/*------------------------------------------------------------*/
.buttons {
	text-align: center;
}

.button {
	padding: 0.8em 1.2em;
	flex: auto;
	background: #bbbb;
	text-decoration: none !important;
	transition: all .1s;
	border-radius: 100px;
	text-shadow: none !important;


	&.button_primary {
		display: initial;
		width: auto;
		background: linear-gradient(135deg, #FF6B6B 0%, #FF8A5A 45%, #FF7A00 100%);
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: .6em;
		color: white;
		min-width: 220px;
		padding: 1.2em 2em;

		border-radius: 999px;
		border: 2px solid transparent;

		span {
			font-size: 1.8rem;
			font-weight: 700;
			line-height: 1.4;

			@media screen and (max-width: 480px) {
				font-size: 1.4rem;
			}
		}

		cursor: pointer;
		transition: all .3s ease;

		box-shadow: 0 10px 24px rgba(2, 132, 199, .15);

		i {
			font-size: .9em;
			transition: transform .3s ease;
		}

		&:hover {
			transform: translateY(5px);
			opacity: 0.8;
			box-shadow: none;
			background: -webkit-linear-gradient(135deg, #FF6B6B 0%, #FF8A5A 45%, #FF7A00 100%);
		}


	}

	&.button1 {
		background: #0284C7;
	}

	&.button2 {
		background: var(--orange);
	}

	span {
		color: white;
		font-weight: 600;
		font-size: 1.6rem;

		@media screen and (max-width: 480px) {
			font-size: 1.3rem;
		}
	}

	&:hover {
		opacity: 0.6;
	}

}



/*------------------------------------------------------------*/
/* ページトップ設定                                           */
/*------------------------------------------------------------*/
#pagetop {
	display: none;
}

.pagetop {
	padding-top: 10px;
	display: none;
}

.pagetop a {
	display: block;
	float: right;
	padding: 10px 20px;
	background-color: #999;
	color: #FFF;
}

:root {
	--header-height: 90px;

	@media screen and (max-width: 820px) {
		--header-height: 70px;
	}

	@media screen and (max-width: 480px) {
		--header-height: 60px;
	}
}

main {
	padding-top: var(--header-height);
}


/*------------------------------------------------------------*/
/* 文書設定 　　                                              */
/*------------------------------------------------------------*/


/*--------------------文字装飾--------------------*/
.note {
	font-size: 12px;
}

.indent {
	text-indent: -2em;
	padding-left: 2em;
}

.catchcopy {
	margin: 0 auto 10px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #122d84;
}

@media screen and (max-width: 480px) {
	.note {
		font-size: 3.5vw;
	}

	.indent {
		text-indent: -7vw;
		padding: 0 3vw 0 10vw;
	}

	.preface {
		padding: 0 3vw;
	}

	.catchcopy {
		margin: 0;
		font-size: 5vw;
	}

}




/*------------------------------------------------------------*/
/* バナー                                                     */
/*------------------------------------------------------------*/
.links {
	background-color: #EFF1F4;
	padding-top: 35px;

	ul {
		display: flex;
		justify-content: space-around;

		li {
			width: 31%;
			aspect-ratio: 320/90;

			@media screen and (max-width: 480px) {
				width: 100%;
				margin-bottom: 10px;
			}

			a {
				display: blockw;
				width: 100%;
				height: 100%;
				transition: all .2s;

				img {
					width: 100%;
					height: 100%;
				}

				&:hover {
					opacity: .7;
				}
			}
		}
	}
}

.banner {
	padding: 20px 0;


}

.banner p {
	text-align: center;
	width: 737px;
	margin: auto;
}

.banner ul {
	margin: 20px 0 0;
}

.banner ul li {
	float: left;
	width: 320px;
	margin-right: 20px;
}

.banner ul li:nth-of-type(3n) {
	margin-right: 0;
}

@media screen and (max-width: 480px) {
	.banner {
		width: 100%;
		margin-top: 3vw;
		padding: 3vw;
	}

	.banner ul {
		margin: 0;
	}

	.banner ul li {
		width: 100%;
		margin: 0;
		padding: 1.5vw 3vw;
		margin-right: 0;
	}

	.banner ul li img {
		width: 100%;
		margin: 0;
	}
}




/*------------------------------------------------------------
 ページトップ
------------------------------------------------------------*/
#pagetop {
	width: 62px;
	height: 62px;
	position: fixed;
	right: 50px;
	/* bottom: 50px; */
	bottom: 200px;
	/* filter: drop-shadow(3px 3px 3px #999); */
	transition: all .2s;
	z-index: 999;


	&.new {
		position: static;
		margin-left: auto;
		margin-bottom: 30px;
		margin-right: 30px;

		@media screen and (max-width: 480px) {
			width: 40px;
			height: 40px;
			margin-bottom: 15px;
			margin-right: 15px;
		}

	}
}

#pagetop a {
	position: relative;
	display: grid;
	place-content: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background: white;
	font-weight: 700;
	font-size: 3rem;
	border-radius: 100px;
	/* border: 1px solid var(--light-gray); */
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.05));
	color: var(--deep-blue);

	@media screen and (max-width: 480px) {
		font-size: 2rem;
	}
}


#pagetop:hover {
	transform: translateY(3px);
}

#pagetop:hover a {
	filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.1));
}


@media screen and (max-width: 480px) {
	#pagetop {
		width: 13vw;
		height: 13vw;
		right: 2vw;
		bottom: 150px;
		/* bottom: 2vw; */
		z-index: 90;
		opacity: 1;
	}

	#pagetop a {
		width: 100%;
		height: 100%;
	}

	#pagetop a img {
		width: 60%;
		margin: 0 auto;
	}
}

/*----------------------------
 右固定ボタン
----------------------------*/
/*----問合せボタン---------*/
#inq_button {
	position: fixed;
	background: #3f98ef;
	border-radius: 10px 0 0 10px;
	width: 60px;
	height: 147px;
	right: 0;
	/*	bottom: 370px;*/
	bottom: 446px;
	filter: drop-shadow(3px 3px 3px #999);
	z-index: 6;
}

#inq_button a {
	position: relative;
	display: block;
	padding: 50px 18px 5px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	writing-mode: vertical-rl;
}

#inq_button a::before {
	position: absolute;
	background: url(../img/common/icon_inquiry.svg) no-repeat;
	background-size: 100% auto;
	content: "";
	width: 24px;
	height: 20px;
	top: 20px;
	right: 0;
	left: 0;
	margin: auto;
	line-height: 1em;
	cursor: pointer;
	-ms-user-select: none;
	user-select: none;
}

@media screen and (max-width: 480px) {
	#inq_button {
		border-radius: 10px 10px 0 0;
		width: 25vw;
		height: 8vw;
		left: 35vw;
		bottom: 0vw;
	}

	#inq_button a {
		position: relative;
		display: block;
		padding: 2vw 2vw 2vw 6vw;
		font-size: 3.2vw;
		writing-mode: vertical-lr;
	}

	#inq_button a::before {
		width: 4vw;
		height: 4vw;
		top: 2vw;
		left: 1vw;
		right: auto;
	}
}

/*----デモボタン---------------*/
#demo_button {
	position: fixed;
	background: #93c121;
	border-radius: 10px 0 0 10px;
	width: 60px;
	height: 188px;
	right: 0;
	/*	bottom: 170px;*/
	bottom: 250px;
	filter: drop-shadow(3px 3px 3px #999);
	z-index: 6;
}

#demo_button a {
	position: relative;
	display: block;
	padding: 70px 18px 5px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	writing-mode: vertical-rl;
}

#demo_button a::before {
	position: absolute;
	background: url(../img/common/icon_demo.svg) no-repeat;
	background-size: 100% auto;
	content: "";
	width: 18px;
	height: 32px;
	top: 25px;
	right: 0;
	left: 0;
	margin: auto;
	line-height: 1em;
	cursor: pointer;
	-ms-user-select: none;
	user-select: none;
}

@media screen and (max-width: 480px) {
	#demo_button {
		border-radius: 10px 10px 0 0;
		width: 30vw;
		height: 8vw;
		left: 3vw;
		bottom: 0;
	}

	#demo_button a {
		position: relative;
		display: block;
		padding: 2vw 2vw 2vw 6vw;
		font-size: 3.2vw;
		writing-mode: vertical-lr;
	}

	#demo_button a::before {
		width: 3vw;
		height: 6vw;
		top: 1vw;
		left: 2vw;
		right: auto;
	}
}



/*------------------------------------------------------------
 右下バナー
------------------------------------------------------------*/
#slide_box {
	overflow: hidden;
	position: fixed;
	z-index: 99;
	/* width: 650px; */
	/*	width: 330px;*/
	bottom: 0;
	right: 0;
	padding: 0;
	/* filter: drop-shadow(3px 3px 3px #999); */
}

#slide {
	width: 100%;
	padding: 0;
	display: flex;
	justify-content: flex-end;
}

#slide img {
	width: 100%;
	margin: 0;

}

#slide-in {
	padding: 0;
	margin: 0;
	display: grid;
	place-content: end;
}

#slide-in a {
	display: grid;
	align-items: end;
}

#slide-in:nth-child(1) {
	width: 150px;
}

#slide-in:nth-child(2),
#slide-in:nth-child(3) {
	width: 220px;
	margin-left: 10px;
}


#slide-in .close,
.batsu {
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
	z-index: 99;
	float: left;
	right: 0;
	margin: 0 0 0 auto;
	margin-bottom: -30px;
	position: relative;
	content: " "
}

#slide-in .close.top {
	margin-bottom: 0;
	top: 30px;
}

@media screen and (max-width: 480px) {
	#slide_box {
		width: 30vw;
		bottom: 5px;
		right: 5px;
	}

	#slide {
		display: block;
	}

	#slide-in:nth-child(1),
	#slide-in:nth-child(2),
	#slide-in:nth-child(3) {
		width: 100%;
		margin: 0;
		margin-top: 5px;
	}

	#slide-in:nth-child(2) img,
	#slide-in:nth-child(3) img {
		border-radius: 15px;
	}

	#slide-in .close,
	.batsu {
		width: 6vw;
		height: 6vw;
	}
}





/* コンテンツのフェードイン */
/* TOPページ */
.fade-in {
	opacity: 0;
	transition-duration: 500ms;
	transition-property: opacity, transform;
}

.fade-in-up {
	transform: translate(0, 50px);
}

.fade-in-down {
	transform: translate(0, -50px);
}

.fade-in-left {
	transform: translate(-50px, 0);
}

.fade-in-right {
	transform: translate(50px, 0);
}

.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}

/* コンテンツのフェードイン */
/* サブページページ */

.effect-fade {
	opacity: 0;
	transform: translate(0, 100px);
	/* フェードインで動く高さを指定 */
	transition: all 500ms;
	/* フェードインにかかる時間を指定 */
}

.effect-scroll {
	opacity: 1;
	transform: translate(0, 0);
}


/* スライダー共通 */
.slider {
	display: none;
}

.slider.slick-initialized {
	display: block;
	/*slick-initializedが付与されたら表示*/
}

/* サブページ下部ボタンエリア */
section.button_area {
	padding: 106px 0 119px;
	text-align: center;

}

section.button_area p {
	font-size: 2.3rem;
	/* font-family: var(--din); */
	line-height: 4rem;
	margin-bottom: 50px;
	font-weight: bold;
}

section.button_area a {
	max-width: 360px;
	width: 100%;
	margin: 0 8px;
	max-width: 30%;
	padding: 18px 0;
	font-size: 2rem;
}



/* 下部問合せ */
.sub_button_area {
	background: linear-gradient(90deg, #05D3CB 0%, #09B4F3 60%, #0AADFC 100%);
	padding-top: 90px;
	padding-bottom: 80px;

	@media screen and (max-width: 820px) {
		padding: 45px 0;
	}

	.button_box {
		max-width: 1132px;
		margin: 0 auto;
		background: white;
		border-radius: 35px;
		text-align: center;


		@media screen and (max-width: 480px) {
			position: relative;
			padding-bottom: 180px;

			&::after {
				position: absolute;
				content: "";
				margin: auto;
				width: 100%;
				background: url(../img/top_renew/footer_contact_sp.png) no-repeat;
				left: 0;
				right: 0;
				aspect-ratio: 331/175;
				background-size: 100% 100%;
				bottom: -10px;
				margin: auto;
			}

		}




		P {
			font-weight: bold;
			padding: 40px 0 45px;
			margin: 0 auto;
			font-size: 2.4rem;
			line-height: 4rem;
			position: relative;

			@media screen and (max-width: 820px) {
				font-size: 2rem;
				line-height: 3rem;
			}

			@media screen and (max-width: 480px) {
				font-size: 2.2rem;
				line-height: 3.4rem;
				padding-bottom: 0;
			}

			&::before,
			&::after {
				position: absolute;
				content: "";
				margin: auto;
			}

			&::before {
				width: 14.3%;
				aspect-ratio: 164/198;
				background: url(../img/top_renew/footer_contact1.png) no-repeat;
				background-size: contain;
				background-position: bottom center;
				left: 12%;
				bottom: -10px;
				z-index: 2;
			}

			&::after {
				width: 13.5%;
				aspect-ratio: 153/192;
				background: url(../img/top_renew/footer_contact2.png) no-repeat;
				background-size: contain;
				background-position: bottom center;
				right: 14%;
				bottom: -9px;
				z-index: 2;
			}

			@media screen and (max-width: 820px) {

				&::before,
				&::after {
					width: 12%;
				}

				&::before {
					left: 5%;
					bottom: -5px;
				}

				&::after {
					right: 5%;
					bottom: -5px;
				}


			}

			@media screen and (max-width: 480px) {

				&::before,
				&::after {
					display: none;
				}

			}

			span {
				font-size: 2.9rem;
				color: var(--blue);
				background: linear-gradient(transparent 70%, #E5F5FD 0);

				@media screen and (max-width: 820px) {
					font-size: 2.4rem;
				}

				@media screen and (max-width: 480px) {
					display: inline;
				}

			}
		}


	}

}



@media screen and (max-width: 1400px) {

	/* pc小
	販促プロモーション
	 */

	section.button_area {
		padding: 50px 0 50px;
	}

	section.button_area p {
		font-size: 2.0rem;
		line-height: 4.1rem;
		margin-bottom: 30px;
	}

	section.button_area a {
		width: 100%;
		margin: 0 8px;
		padding: 15px 0;
		max-width: calc(100% / 3 - 20px);
		font-size: 1.8rem;
	}

}

@media screen and (max-width: 820px) {

	/* タブレット
	ボタン */

	section.button_area p {
		font-size: 1.4rem;
		line-height: 2.6rem;
		margin-bottom: 20px;
		/* text-align: left; */
		font-family: var(--noto);
	}

	section.button_area a {
		width: 100%;
		margin: 0;
		margin-bottom: 5px;
		padding: 15px 0;
		max-width: 100%;
		font-size: 1.6rem;
	}

	.button_new.light_green,
	.button_new.deep_blue {
		font-size: 1.6rem;
		padding: 15px 0;
		width: calc(100% - 40px);
		margin: 0 auto;
	}

}

.follow {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50vw;
	max-width: 400px;
	height: auto;
	text-align: right;
	z-index: 100;

	@media screen and (max-width: 480px) {
		width: 45%;
		max-width: 250px;
	}

	.banner {
		padding: 0;

		a {
			z-index: 101;
			display: block;
			position: relative;
			width: 100%;
			height: 100%;

			&:hover {
				opacity: 1;
			}

			span {
				display: block;

				&.close {
					z-index: 102;
					display: inline-block;
					position: absolute;
					width: 30px;
					height: 30px;
					border-radius: 50%;
					display: grid;
					place-content: center;
					top: 5px;
					right: 5px;
					margin: auto;
					background: var(--navy);

					@media screen and (max-width: 820px) {
						width: 20px;
						height: 20px;

					}

					&:hover {
						background: #000;
					}

					i {
						color: white;

						@media screen and (max-width: 820px) {
							font-size: 1.2rem;
						}
					}
				}
			}

			img {
				filter: drop-shadow(-10px -2px 20px rgba(0, 0, 0, 0.1));

				opacity: 1;
				transition: all .2s;

				&.opa {
					opacity: 0.6;
				}
			}

		}

	}
}