@charset "utf-8";
/* CSS Document */

/*全体*/
html {
	min-width: 1000px;
}

body {
	width: 100%;
	font-family: 'Noto sans JP', sans-serif;
	background-image: url("../images/bg.webp");
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	color: #000;
	line-height: 1.75;
	letter-spacing: 0.07em;
	font-size: 16px;
}

a {
	text-decoration: none;
	transition: 0.3s;
	display: block;
}

a:hover {
	opacity: 0.6;
}

.float-l {
	float: left
}

.float-r {
	float: right;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.flexbox {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sp {
	display: none;
}

img {
	max-width: 100%;
	vertical-align: baseline;
}

/* ヘッダー */
header {
	position: fixed;
	top: 0;
	width: 100%;
}

.nav1 {
	margin: 0 125px 0 auto;
	justify-content: flex-end;
	align-items: center;
	padding-top: 37px;
}

.nav1-link1 {
	width: 23px;
	margin-right: 38px;
}

.nav1-link2 {
	width: 24px;
	margin-right: 38px;
}
.nav1-link3 {
	width: 28px;
}

.menu-btn {
	width: 60px;
	height: 60px;
	background-image: url("../images/menu-btn1.svg");
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 100;
}

.menu-btn.active {
	background-image: url("../images/menu-btn2.svg");
}

.menu-btn:hover {
	cursor: pointer;
	opacity: 0.6;
}

.nav2 {
	position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	top: 0;
	right: -120%;
	width: 260px;
	height: 100vh;
	background: rgba(205, 206, 207, 0.9);
	transition: all 0.5s;
	z-index:99;
	padding: 130px 0 0 40px;
}

.nav2.panelactive {
	right: 0;
}

.nav2 li {
	font-size: 22px;
	font-family: 'Noto serif JP', serif;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
	text-align: left;
}

.nav2 a {
	text-decoration: underline;
	color: #000;
}

.nav2 img {
	width: 8px;
	margin-bottom: 8px;
}

.nav2-link4 a {
	font-size: 14px;
	margin-top: 10px;
}

/* メインビジュアル */
h1 {
	text-align: center;
	padding-top: 150px;
	margin-bottom: 100px;
}

h1 img {
	width: 502px;
}

.main-box1 {
	background-image: url("../images/main-bg1.svg");
	background-repeat: no-repeat;
	-webkit-background-size: 196px auto;
	background-size: 196px auto;
	background-position: 100% 0;
	width: 550px;
	margin: 0 auto;
	padding: 50px 0 100px 23px;
}

.main-text1 {
	font-family: 'Noto serif JP', serif;
	font-size: 28px;
	letter-spacing: 0.24em;
	margin-bottom: 20px;
}

.main-text2 {
	font-weight: 300;
}

.scroll {
	text-align: center;
	margin: -15px 0 100px;
}

.scroll img {
	width: 60px;
}

.scroll a {
	line-height: 1;
	height: auto;
}

/* sec1 */
.inner {
	width: 1000px;
	margin: 0 auto;
}

.sec1 {
	margin-bottom: 120px;
}

.sec1-box1 {
	flex-direction: row-reverse;
}

.sec1-box2 {
	width: 570px;
}

h2 {
	font-size: 30px;
	letter-spacing: 0.2em;
	font-family: 'Noto serif JP', serif;
	margin-bottom: 80px;
}

h3 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
	z-index: -1;
}

h3:after {
	content: "";
	width: 140px;
	height: 1px;
	background-color: #000;
	display: block;
	position: absolute;
	right: -152px;
	top: 18px;
}

.sec1-text1 {
	font-weight: 300;
	letter-spacing: 0.03em;
	margin-bottom: 60px;
}

.sec1-img1 {
	padding-top: 150px;
}

/* sec2 */
.sec2 {
	margin-bottom: 160px;
}

.sec2 h2 {
	text-align: center;
}

.sec2-box1 {
	justify-content: flex-start;
	margin-bottom: 25px;
}

.sec2-img1 {
	margin-right: 35px;
}

.sec2-img1 img {
	width: 309px;
}

.sec2-img2 {
	padding: 17px 30px 15px;
	background-color: #fff;
	position: relative;
	z-index: -1;
}

.sec2-img2 img {
	width: 302px;
}

.sec2-img2:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -37px;
	margin-top: -10px;
	border: 15px solid transparent;
	border-right: 22px solid #fff;
}

.sec2-box2 {
	margin-bottom: 90px;
}

.sec2-link1 {
	width: 309px;
	text-align: center;
	padding-top: 35px;
}

.sec2-link1 a {
	width: 250px;
	color: #fff;
	background-color: #000;
	padding: 18px 0 19px;
	background-image: url("../images/arrow.svg");
	background-repeat: no-repeat;
	-webkit-background-size: 9px auto;
	background-size: 9px auto;
	background-position: 93% 50%;
	margin: 0 auto;
}

.sec2-text1 {
	width: 655px;
	letter-spacing: 0;
	font-size: 14px;
	line-height: 2;
	font-weight: 300;
}

.sec2-text2 {
	text-align: center;
	font-family: 'Noto serif JP', serif;
	font-size: 26px;
	line-height: 1.92;
	letter-spacing: 0.1em;
}

/* フッター */
footer {
	position: relative;
}

.totop {
	position: absolute;
	width: 41px;
	bottom: 106px;
	right: 40px;
}

.copyright {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background-color: #000;
	padding: 23px 0;
	font-weight: 300;
}

/*------------------------------------------------------------
ここからスマホ用
-------------------------------------------------------------*/

@media screen and (max-width:768px) {

	html {
		font-size: 13.4vw;
		min-width: 100%;
	}

	body {
		background-image: url("../images/bg_sp.webp");
	}

	.sp {
		display: block;
	}

	img.sp {
		display: inline;
	}

	.pc {
		display: none;
	}

	/* SP：ヘッダー */
	.nav1 {
		margin: 0 1.76rem 0 auto;
		padding-top: 0.55rem;
	}

	.nav1-link1 {
		width: 0.37rem;
		margin-right: 0.55rem;
	}

	.nav1-link2 {
		width: 0.35rem;
		margin-right: 0.55rem;
	}
	
	.nav1-link3 {
		width: 0.42rem;
	}

	.menu-btn {
		width: 0.9rem;
		height: 0.9rem;
		top: 0.3rem;
		right: 0.3rem;
	}

	.nav2 {
		width: 3.1rem;
		padding: 1.1rem 0 0 0.64rem;
	}

	.nav2 li {
		font-size: 0.38rem;
		margin-bottom: 0.5rem;
	}

	.nav2-link4 a {
		font-size: 0.24rem;
		margin-top: 0.1rem;
	}

	.nav2 img {
		width: 0.13rem;
		margin-bottom: 0.05rem;
	}

	/* SP：メインビジュアル */
	h1 {
		text-align: center;
		padding-top: 3rem;
		margin-bottom: 2rem;
	}

	h1 img {
		width: 5.53rem;
	}

	.main-box1 {
		width: 73%;
		width: calc(100% - 2rem);
		-webkit-background-size: 2.86rem auto;
		background-size: 2.86rem auto;
		background-position: 3.96rem 0;
		padding: 0 1rem 1.5rem;
		margin-bottom: 0.2rem;
	}

	.main-text1 {
		padding-top: 0.1rem;
		font-size: 0.42rem;
		margin-bottom: 0.3rem;
	}

	.main-text2 {
		font-size: 0.28rem;
	}

	.scroll {
		margin: 0 0 0.5rem;
	}

	.scroll img {
		width: 1.19rem;
	}

	.cta {
		display: flex;
		position: fixed;
		bottom: 0;
		width: 100%;
	}

	/* SP：sec1 */
	.inner {
		width: 92%;
		width: calc(100% - 0.6rem);
		padding: 0 0.3rem;
	}

	.sec1 {
		margin-bottom: 2rem;
	}

	.sec1-box1 {
		display: block;
	}

	.sec1-img1 {
		padding: 0;
		width: 100%;
		text-align: center;
		margin-bottom: 0.8rem;
	}

	.sec1-img1 img {
		width: 4.84rem;
	}

	.sec1-box2 {
		width: 100%;
	}

	h2 {
		font-size: 0.44rem;
		margin-bottom: 1rem;
	}

	h3 {
		font-size: 0.3rem;
		margin-bottom: 0.15rem;
		width: 100%;
	}

	h3:after {
		right: 0;
		top: 0.28rem;
	}

	.sec1 h3:nth-child(2):after {
		width: 2.65rem;
	}

	.sec1 h3:nth-child(4):after {
		width: 0.45rem;
	}

	.sec1 h3:nth-child(6):after {
		width: 1.4rem;
	}

	.sec1-text1 {
		font-size: 0.26rem;
		margin-bottom: 0.8rem;
	}

	/* SP：sec2 */
	.sec2 {
		margin-bottom: 2.9rem;
	}

	.sec2-box1 {
		align-items: center;
		margin-bottom: 0.7rem;
	}

	.sec2-img1 {
		margin-right: 0.38rem;
	}

	.sec2-img1 img {
		width: 3.37rem;
	}

	.sec2-img2 {
		padding: 0.15rem 0.23rem;
		height: 1.25rem;
	}

	.sec2-img2 img {
		width: 2.57rem;
	}

	.sec2-img2:before {
		left: -0.3rem;
		margin-top: -0.1rem;
		border: 0.15rem solid transparent;
		border-right: 0.22rem solid #fff;
	}

	.sec2-box2 {
		flex-direction: column-reverse;
		margin-bottom: 2.3rem;
	}

	.sec2-text1 {
		width: 100%;
		font-size: 0.26rem;
		margin-bottom: 0.9rem;
	}

	.sec2-link1 {
		padding: 0;
		width: 100%;
	}

	.sec2-link1 a {
		width: 5rem;
		font-size: 0.26rem;
		-webkit-background-size: 0.09rem auto;
		background-size: 0.09rem auto;
	}

	.sec2-text2 {
		font-size: 0.36rem;
	}


	/* SP：フッター*/
	.copyright {
		font-size: 0.24rem;
		padding: 0.29rem 0 0.29rem;
	}

	.totop {
		width: 0.5rem;
		bottom: 1.37rem;
		right: 0.3rem;
	}


}