@charset "UTF-8";
/*===================================
brand
===================================*/

/*共通*/
.main_Wrap {
	background: url(../img/main.jpg) no-repeat center center / cover;
	aspect-ratio: 1920/207;
	position: relative;
}
.main_Wrap .page_ttl--Box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.page_ttl {
	display: block;
	width: fit-content;
	margin: 0 auto 0;
	color: #fff;
	font-size: min(1.93vw,27px);
	letter-spacing: 0.31em;
	text-align: center;
}
.page_ttl small {
	display: block;
	font-size: min(0.93vw,13px);
	letter-spacing: 0.19em;
	margin: 10px -0.19em 0 0;
}
.page_ttl::after {
	content: "";
	display: block;
	width: 70px;
	height: 1px;
	background: #fff;
	margin: 15px auto 0;
}

h3.sec_ttl {
	background: #9C804A;
	background: linear-gradient(90deg, rgba(156, 128, 74, 1) 0%, rgba(185, 163, 96, 1) 50%, rgba(156, 128, 74, 1) 92%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: min(1.78vw,25px);
	line-height: 1.5;
	margin-bottom: 1em;
	letter-spacing: 0.09em;
	text-align: center;
	font-weight: 300;
}
.sec_ttl--head {
	font-size: min(1.28vw,18px);
	line-height: 1.90909091;
	text-align: center;
	letter-spacing: 0.09em;
	font-weight: 300;
	margin-bottom: 60px;
}
.sec_copy {
	font-size: min(1.14vw,16px);
	text-align: center;
	line-height: 1.81873479;
	letter-spacing: 0.09em;
	font-weight: 300;
	margin-bottom: 60px;
	color: #293855;
}

.content_Wrap figure figcaption {
	font-family: "fot-tsukuaoldmin-pr6n", "Noto Serif JP", serif;
	font-weight: 300;
	font-style: normal;
	font-feature-settings: "palt";
	text-align: right;
	color: #293855;
/*	font-size: min(1vw, 14px);*/
	font-size: min(0.85vw, 12px);
	line-height: 1.36402878;
	letter-spacing: 0.05em;
	margin: 0.25em 0 0;
}
.bgWh {
	background: #fff;
	padding: 50px 0;
	margin: 0 0 70px;
}
.com_link {
	margin-bottom: 60px;
}

/*個別*/
.sec01 {
	background: url(../img/bg.jpg) no-repeat bottom center / cover;
	color: #fff;
	padding: 8% 0 6%;
}
.sec01 .colabo {
	width: 90%;
	max-width: 500px;
	margin: 0 auto 0;
}

.sec02 {
	background: #e6e6e6;
	padding: 0 0 70px;
}

.sec02 .page_Link_Wrap {
	padding: 0 0 160px;
}
.sec02 ul.page_Link {
	display:flex;
	justify-content: center;
}
.sec02 ul.page_Link li {
	margin: 0 20px;
}
.sec02 ul.page_Link li a {
	display: block;
	width:150px;
	padding: 10px 20px;
	color:#FFF;
	text-align: center;
	/* font-size: min(0.85vw, 12px); */
	font-size: min(1.14vw, 16px);
	line-height: 1.3;
	letter-spacing: 0.06em;
	transition: .3s;
}
.sec02 ul.page_Link li:nth-child(1) a {
	background: #283753;
}
.sec02 ul.page_Link li:nth-child(2) a {
	background: #008a39;
}
.sec02 ul.page_Link li a:hover {
	cursor:pointer;
	transition: .3s;
	opacity: .5;
}
.anchor {
  position: relative;
}
.anchor::before {
  content: "";
  display: block;
  height: 150px;
  margin-top: -150px;
  visibility: hidden;
}



.sec02 .logo {
	width: 321px;
	margin: 0 auto ;
}
.sec02 .img_list {
	gap: 25px;
}
.sec02 .img_list li {
	width: calc((100% - 50px) / 3);
}

.sec03 {
	background: #e6e6e6;
	padding: 0 0 70px;
	overflow: hidden;
}
.sec03 .logo {
	width: 340px;
	margin: 0 auto;
}
.sec03 .point_circle {
	justify-content: center;
	gap: 10px;
	margin: -30px auto 40px;
}
.sec03 .point_circle li {
	border: 1px solid #293855;
	border-radius: 50vh;
	width: min(75px,20%);
	aspect-ratio: 1/1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec03 .point_circle li span {
	font-family: "fot-tsukuaoldmin-pr6n", "Noto Serif JP", serif;
	font-weight: 300;
	font-style: normal;
	font-feature-settings: "palt";
	color: #293855;
	font-size: min(0.965vw, 13.5px);
	letter-spacing: 0.05em;
	display: block;
	margin-right: -0.05em;
}
.sec03 .img_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px 20px;
	max-width: 725px;
}
.sec03 .img_list li:first-child {
	grid-row: 1 / 3;
}

.reqLink_Wrap {
	margin: 100px auto;
}
.reqLink_Wrap .viewMore--btn_box {
	background: #990000;
}
section .notes {
	font-size: 11px;
}

/*     tab
--------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px){





}


/*     sp
--------------------*/
@media screen and (max-width: 767px) {

	/*共通*/
	.main_Wrap {
		background: url(../img/main_sp.jpg) no-repeat center center / cover;
		aspect-ratio: 375/300;
	}
	.page_ttl {
		font-size: 19px;
	}
	.page_ttl small {
		font-size: 11px;
		margin: 8px -0.19em 0 0;
	}
	.page_ttl::after {
		width: 60px;
		margin: 12px auto 0;
	}

	h3.sec_ttl {
		font-size: 16px;
		margin-bottom: 0.5em;
	}
	.sec_ttl--head {
		font-size: 12px;
		margin-bottom: 20px;
		line-height: 1.90909091;
	}
	.sec_copy {
		font-size: 12px;
		line-height: 1.81873479;
		letter-spacing: 0.05em;
		margin-bottom: 25px;
		text-align: left;
	}

	.content_Wrap figure figcaption {
		font-size: 12px;
	}
	.bgWh {
		padding: 25px 0;
		margin: 0 0 25px;
	}
	.com_link {
		margin-bottom: 25px;
	}

	/*個別*/
	.sec01 {
		background: url(../img/bg.jpg) no-repeat bottom center / cover;
		padding: 30px 0;
	}
	.sec01 .colabo {
		width: 85%;
	}

	.sec02 {
		padding: 0 0 25px;
	}

	.sec02 .page_Link_Wrap {
		padding: 0 0 80px;
	}
	.sec02 ul.page_Link {
		flex-direction: column;
	}
	.sec02 ul.page_Link li {
		margin: 0 0;
	}
	.sec02 ul.page_Link li a {
		font-size:13px;
		margin: 0 auto 10px;
		width:80%;
	}
	.anchor::before {
	  content: "";
	  display: block;
	  height: 100px;
	  margin-top: -100px;
	  visibility: hidden;
	}

	.sec02 .logo {
		width: 184px;
		margin: 0 auto -5px;
	}
	.sec02 .img_list {
		flex-direction: column;
	}
	.sec02 .img_list li {
		width: 100%;
	}


	.sec03 {
		padding: 0 0 25px;
	}
	.sec03 .logo {
		width: 178px;
	}
	.sec03 .point_circle {
		gap: 7px;
		margin: 0 auto 20px;
	}
	.sec03 .point_circle li {
		width: calc((100% - 28px) / 5);
	}
	.sec03 .point_circle li span {
		font-size: 11px;
	}
	.sec03 .img_list {
		grid-template-columns: 1fr;
		gap: 25px;
	}
	.sec03 .img_list li:first-child {
		grid-row: 1 / 3;
	}

	.reqLink_Wrap {
		margin: 30px auto;
	}
	section .notes {
		font-size: 10px;
	}

}
