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

/* ------------------------
	header
------------------------ */
header {
	display: flex;
	align-items: center;
	height: 120px;
}
header .container {
	width: calc(100% - 10vw);
	margin: 0 auto;
}
header .logo {
	display: block;
	max-width: 240px;
}
@media screen and (max-width: 768px) {
	header {
		height: 64px;
	}
	header .logo {
		max-width: 180px;
	}
}

/*header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 74px;
	-webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
			box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
	-webkit-transition: -webkit-transform 0.1s;
	transition: -webkit-transform 0.1s;
	transition: transform 0.1s;
	transition: transform 0.1s, -webkit-transform 0.1s;
	background-color: #fff;
	z-index: 3;
}
.logo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url("../images/logo.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 170px;
	height: 23px;
}
.logo span {
	display: none;
}
.hirayaNav ul {
	display: flex;
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
}
.hirayaNav li {
	width: 20%;
}
.hirayaNav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 74px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	color: #1a1a1a;
}
.hirayaNav li:nth-child(5) a {
	background-color: #dd9d4c;
	color: #fff;
}
.hirayaNav li a:hover {
	opacity: .5;
}
@media screen and (max-width: 768px){
	header {
		height: 47px;
	}
	.logo {
		width: 140px;
		height: 19px;
	}
	.hirayaNav li a {
		height: 47px;
		font-size: 12px;
	}
}*/

/* ------------------------
	footer
------------------------ */
footer {
	margin: 0;
}
footer.footer {
	border-top: 1px solid #302620;
	padding-top: 50px;
	margin: 80px 0;
}
footer .copyright {
	font-size: 12px;
	line-height: 1;
	letter-spacing: .18em;
	text-align: center;
	color: #fff;
	background-color: #333;
	padding: 24px 0;
	margin: 0;
}
@media screen and (max-width: 768px){}

/* ------------------------
	共通部分
------------------------ */
/*main {
	margin-top: 74px;
}*/
main.hiraya_s {
	padding: 0;
	margin: 0;
}
main > section {
	padding-top: 100px;
}
main > section .inner {
	max-width: 960px;
	width: 92%;
	margin: 0 auto;
}
main > section img {
	width: 100%;
}
@media screen and (max-width: 768px){
	/*main {
		margin-top: 47px;
	}*/
	main > section {
		padding-top: 64px;
	}
}

/*改行*/
.br-sp {
	display: none;
}
@media screen and (max-width: 768px){
	.br-pc {
		display: none;
	}
	.br-sp {
		display: inline-block;
	}
}

/*h2.title*/
h2.title {
	position: relative;
	font-size: 30px;
	line-height: 42px;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 60px;
}
h2.title:after {
	content: "";
	position: absolute;
	bottom: 0;
	display: block;
	background: #e5e5e5;
	width: 200px;
	height: 8px;
	left: calc(50% - 100px);
}
h2.title:before {
	content: attr(data-text)"";
	display: block;
	font-size: 22px;
}
@media screen and (max-width: 768px){
	h2.title {
		font-size: 22px;
		line-height: 27px;
		padding-bottom: 14px;
		margin-bottom: 38px;
	}
	h2.title:after {
		width: 100px;
		height: 4px;
		left: calc(50% - 50px);
	}
	h2.title:before {
		font-size: 16px;
	}
}

/* ------------------------
	.hiraya-mv
------------------------ */
.hiraya-mv {
	max-width: 1028px;
	margin: 0 auto;
	position: relative;
}
.hiraya-mv img {
	width: 100%;
}
.hiraya-mv__title {
	width: 41.68%;
	position: absolute;
	top: 9.5%;
	left: 5.5%;
	z-index: 1;
}
.hiraya-mv__cta {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 548px;
	font-weight: bold;
}
.hiraya-mv__cta p {
	font-size: 30px;
	letter-spacing: 0.08em;
	text-align: center;
	text-shadow: 1px 1px 5px #FFF, -1px -1px 5px #FFF,
		-1px 1px 5px #FFF, 1px -1px 5px #FFF,
		0px 1px 5px #FFF,  0 -1px 5px #FFF,
		-1px 0 5px #FFF, 1px 0 5px #FFF;
	color: #231816;
	margin: 0;
}
.hiraya-mv__cta p:before {
	content: "＼";
}
.hiraya-mv__cta p:after {
	content: "／";
}
.hiraya-mv__cta a {
	/*display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f28e43;
	width: 560px;
	height: 90px;
	font-size: 35px;
	color: #fff;*/
	display: block;
	font-size: 18px;
	text-align: center;
	text-decoration: underline;
	text-shadow: 1px 1px 5px #FFF, -1px -1px 5px #FFF,
		-1px 1px 5px #FFF, 1px -1px 5px #FFF,
		0px 1px 5px #FFF,  0 -1px 5px #FFF,
		-1px 0 5px #FFF, 1px 0 5px #FFF;
	color: #231816;
	transition: .5s ease;
}
.hiraya-mv__cta a:hover {
	opacity: .8;
}
.hiraya-mv__cta a span {
	display: block;
}
@media screen and (max-width: 768px){
	.hiraya-mv__title {
		width: 53.3%;
		top: 5%;
		left: 5%;
	}
	.hiraya-mv__cta {
		top: 75%;
		width: 75%;
	}
	.hiraya-mv__cta p {
		font-size: 22px;
		letter-spacing: 0;
	}
	.hiraya-mv__cta a {
		width: 100%;
		height: 70px;
		font-size: 16px;
	}
}

/* ------------------------
	nav
------------------------ */
#hiraya nav {
	max-width: 1028px;
	margin: 0 auto;
}
#hiraya nav ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
#hiraya nav li {
	position: relative;
	width: 20%;
}
#hiraya nav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border: 1px solid #ccc;
	min-width: 190px;
	height: 80px;
	font-size: 18px;
	text-align: center;
	color: #1a1a1a;
	white-space: nowrap;
	padding: 0 15px;
}
#hiraya nav li:before,
#hiraya nav li:after {
	content: "";
	display: block;
	opacity: 0;
	position: absolute;
	z-index: 10;
	transition: 0.5s ease;
	background: #9fa0a0;
}
#hiraya nav li a:before,
#hiraya nav li a:after {
	content: "";
	display: block;
	opacity: 0;
	position: absolute;
	z-index: 10;
	transition: 0.5s ease;
	background: #9fa0a0;
}
#hiraya nav li:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
}
#hiraya nav li:after {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
}
#hiraya nav li a:before {
	top: 0;
	left: -1px;
	width: 2px;
	height: 100%;
}
#hiraya nav li a:after {
	top: 0;
	right: -1px;
	width: 2px;
	height: 100%;
}
#hiraya nav li:hover:before,
#hiraya nav li:hover:after {
	opacity: 1;
}
#hiraya nav li:hover a:before,
#hiraya nav li:hover a:after {
	opacity: 1;
}
@media screen and (max-width: 768px){
	#hiraya nav li {
		width: 50%;
	}
	#hiraya nav li a {
		height: 48px;
		font-size: 14px;
	}
	#hiraya nav li:last-child {
		flex: 1;
	}
}

/* ------------------------
	.hiraya-lead
------------------------ */
.hiraya-lead {
	margin-top: 80px;
}
.hiraya-lead h1 {
	font-size: 24px;
	/*line-height: 2.33;*/
	text-align: center;
}
.jsk_banner {
	margin-top: 40px;
}
@media screen and (max-width: 768px){
	.hiraya-lead {
		margin-top: 50px;
	}
	.hiraya-lead h1 {
		font-size: 15px;
	}
}

/* ------------------------
	.banner_catalog
------------------------ */
/*.banner_catalog {
	padding-top: 100px;
}*/
main > section .inner picture {
	display: block;
	margin-bottom: 30px;
}
main > section .inner .catalog {
	display: block;
	font-size: 20px;
	line-height: 2.22;
	text-align: center;
	text-decoration: underline;
	color: #1a1a1a;
}
main > section .inner .catalog:hover {
	text-decoration: none;
}
main > section .inner .catalog button {
	position: relative;
	border-radius: 0;
	background-color: #f28e43;
	height: 60px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	color: #fff;
	padding: 0 2em;
	transition: 800ms ease all;
}
main > section .inner .catalog button:hover {
	border: none;
	background-color: transparent;
	color: #000;
	outline: none;
}
main > section .inner .catalog button:before,
main > section .inner .catalog button:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background-color: #000;
	height: 1px;
	width: 0;
	transition: 400ms ease all;
}
main > section .inner .catalog button:after{
	top: inherit;
	right: inherit;
	bottom: 0;
	left: 0;
}
main > section .inner .catalog button:hover:before,
main > section .inner .catalog button:hover:after {
	width: 100%;
	transition:800ms ease all;
}
@media screen and (max-width: 768px){
	/*.banner_catalog {
		padding-top: 50px;
	}*/
}

/* ------------------------
	#sec-01
------------------------ */
#sec-01 dl,
#sec-01 dl dd {
	margin: 0;
}
#sec-01 dl + dl {
	margin-top: 50px;
}
#sec-01 dl dd {
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 16px;
}
@media screen and (max-width: 768px){
	#sec-01 dl + dl {
		margin-top: 32px;
	}
}

/* ------------------------
	#sec-02
------------------------ */
#sec-02 ul {
	margin: 0;
}
#sec-02 li {
	border-bottom: 2px solid rgba(0,0,0, .12);
	padding: 20px 0;
}
#sec-02 li:first-child {
	border-top: 2px solid rgba(0,0,0, .12);
}
#sec-02 li .entry__thumb {
	display: table-cell;
	width: 150px;
}
#sec-02 li .entry__thumb a {
	display: block;
	position: relative;
	width: 106px;
}
#sec-02 li .entry__thumb a:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: 106px;
	height: 100%;
	background-color: #ddd;
	z-index: -1;
}
#sec-02 li .entry__info {
	display: table-cell;
	vertical-align: top;
}
#sec-02 li .entry__info a:first-child {
	display: inline-block;
	background: #fff;
	border: 1px solid #b0b0b0;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	padding: 3px 22px;
	margin: 0 10px 10px 0;
}
#sec-02 li .entry__info h3 {
	font-size: 18px;
	line-height: 1.667;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #333;
}
#sec-02 .topButton {
	margin-top: 50px;
}
@media screen and (max-width: 768px){
	#sec-02 li .entry__thumb {
		width: 130px;
	}
	#sec-02 li .entry__info a:first-child {
		font-size: 13px;
	}
	#sec-02 li .entry__info h3 {
		font-size: 15px;
		line-height: 1.6;
	}
	#sec-02 .topButton {
		margin-top: 32px;
	}
}

/* ------------------------
	#sec-03
------------------------ */
#sec-03 .illust {
	display: flex;
	max-width: 1100px;
	margin: 0 auto;
	margin-bottom: 32px;
}
#sec-03 .illust li {
	width: 50%;
} 
#sec-03 dl,
#sec-03 dl dd {
	margin: 0;
}
#sec-03 dl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: #fff;
}
#sec-03 dl:nth-of-type(even) {
	flex-direction: row-reverse;
}
#sec-03 dl + dl {
	padding-top: 80px;
}
#sec-03 dl dt {
	width: 60%;
	padding-right: 50px;
}
#sec-03 dl:nth-of-type(even) dt {
	padding-left: 50px;
	padding-right: 0;
}
#sec-03 dl dd {
	width: 40%;
	padding: 0 20px;
}
#sec-03 dl dd p {
	max-width: 450px;
	margin: auto;
	font-size: 18px;
	line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph;
}
@media screen and (max-width: 1439px){
	#sec-03 dl dt {
		padding-right: 20px;
		max-width: 823px;
	}
	#sec-03 dl:nth-of-type(even) dt {
		padding-left: 20px;
	}
	#sec-03 dl dd p {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px){
	#sec-03 dl {
		display: block;
	}
	#sec-03 dl dt {
		width: 100%;
		margin-bottom: 30px;
	}
	#sec-03 dl dd {
		width: 100%;
	}
	#sec-03 dl dd p {
		font-size: 13px;
	}
}

/* ------------------------
	#sec-04
------------------------ */
#sec-04 ul {
	margin: 0;
	display: flex;
}
#sec-04 li {
	width: 25%;
}
@media screen and (max-width: 768px){
	#sec-04 li {
		width: 33.3333333333%;
	}
	#sec-04 li:last-child {
		display: none;
	}
}

/* ------------------------
	#sec-05
------------------------ */
main > section#sec-05 .inner {
	max-width: 1200px;
	width: 100%;
}
@media screen and (min-width: 767px){
	#sec-05 .proposal__slider {
		display: flex;
		flex-wrap: wrap;
		gap: 80px;
	}
	#sec-05 .proposal__slider > div {
		width: calc((100% - 80px)/2);
	}
}
@media screen and (max-width: 768px){
	#sec-05 .proposal__slider .slick-slide {
		margin: 0 10px;
	}
	#sec-05 .proposal__slider .slick-slide img {
		border: 1px solid #eee;
		margin-bottom: 16px;
	}
}

/* ------------------------
	.hiraya__col2
------------------------ */
.hiraya__col2 .inner {
	display: flex;
	justify-content: space-between;
}
.hiraya__col2 .inner div {
	width: 48.9583333333%;
}
.hiraya__col2 h2.title {
	font-size: 23px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.hiraya__col2 p,
.hiraya__col2 ul {
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 20px 0 0;
}
.hiraya__col2 li {
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 768px){
	.hiraya__col2 .inner {
		display: block;
	}
	.hiraya__col2 .inner div {
		width: 100%;
	}
	.hiraya__col2 .inner div + div {
		margin-top: 60px;
	}
}

/* ------------------------
	#sec-07
------------------------ */
#sec-07 {
	padding-bottom: 120px;
}
#sec-07:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 230px;
	background-color: #f5f5f5;
	z-index: -1;
}
#sec-07 h2.title {
	padding-top: 60px;
}
#sec-07 .catalog img {
	margin-bottom: 40px;
}
#sec-07 p {
	font-size: 18px;
	line-height: 2.22;
	text-align: center;
	margin: 30px 0 0;
}
#sec-07 ul {
	display: flex;
	justify-content: center;
	margin: 60px 0 200px;
}
#sec-07 li {
	margin: 0 10px;
}
@media screen and (max-width: 768px){
	#sec-07 {
		padding-bottom: 64px;
	}
	#sec-07 h2.title {
		padding-top: 30px;
		margin-bottom: 30px;
	}
	#sec-07 .catalog img {
		margin-bottom: 20px;
	}
	#sec-07 p {
		font-size: 12px;
		line-height: 2;
		text-align: justify;
		text-justify: inter-ideograph;
		margin-top: 10px;
	}
	#sec-07 ul {
		display: block;
		margin: 30px 0 100px;
	}
	#sec-07 li + li {
		margin-top: 10px;
	}
}

/* ------------------------
	#sec-08
------------------------ */
#sec-08 ul {
	margin: 0;
}
#sec-08 .slick-slide {
	margin: 0 20px;
}
#sec-08 .slick-slide a {
	color: #000;
	transition: .5s ease;
}
#sec-08 .slick-slide a:hover {
	opacity: .6;
}
#sec-08 .slick-slide a img {
	width: 431px;
	height: 287px;
	object-fit: cover;
	opacity: 1;
}
#sec-08 .slick-slide a h3 {
	font-size: 14px;
	line-height: 1.6;
	padding-top: 15px;
}
@media screen and (max-width: 768px){
	#sec-08 .slick-slide {
		margin: 0 12px;
	}
	#sec-08 .slick-slide a img {
		width: 216px;
		height: 144px;
	}
	#sec-08 .slick-slide a h3 {
		font-size: 12px;
		padding-top: 10px;
	}
}

/* ------------------------
	#sec-09
------------------------ */
#sec-09 {
	padding-top: 50px;
}
#sec-09 h2.title {
	font-size: 25px;
	margin-bottom: 30px;
}
#sec-09 .banner_catalog {
	padding-bottom: 40px;
}
#sec-09 > p {
	font-size: 22px;
	text-align: center;
	margin-bottom: 16px;
}
#sec-09 ul {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 40px;
}
#sec-09 li img {
	border: 1px solid #ddd;
}
#sec-09 li:not(:last-child) {
	margin-right: 20px;
}
@media screen and (max-width: 768px){
	#sec-09 {
		padding-top: 30px;
	}
	#sec-09 h2.title {
		font-size: 20px;
		margin-bottom: 15px;
	}
	#sec-09 .banner_catalog {
		padding-bottom: 20px;
	}
	#sec-09 > p {
		font-size: 18px;
		margin-bottom: 8px;
	}
}

/* ------------------------
	.request
------------------------ */
section.request {
	margin-bottom: 80px;
}
section.request h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 24px;
}
section.request h2 span {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
}
section.request h2 span:before {
	content: "";
	display: block;
	background-image: url("../../images/request/pointer.png");
	background-size: 100%;
	width: 40px;
	height: 46px;
}
@media screen and (max-width: 768px){
	section.request {
		margin-bottom: 40px;
	}
	section.request h2 {
		font-size: 16px;
		margin-bottom: 8px;
	}
	section.request h2 span {
		gap: 8px;
	}
	section.request h2 span:before {
		width: 26px;
		height: 30px;
	}
}

/*.request-list*/
.request-list {
	margin: 0;
}
.request-list .slick-slide {
	margin: 0 20px;
}
.request-list .slick-slide a {
	text-align: center;
	color: #191919;
}
.request-list .slick-slide a figcaption {
	margin-top: 8px;
}
.request-list .slick-prev:before,
.request-list .slick-next:before {
	font-size: 0;
}
.request-list .slick-dots {
	bottom: -45px;
}
.request-list .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 10px;
}
.request-list .slick-dots li button {
	width: 10px;
	height: 10px;
}
.request-list .slick-dots li button:before {
	border-radius: 50%;
	background-color: #000;
	width: 10px;
	height: 10px;
	font-size: 0;
}
@media screen and (max-width: 768px){
	.request-list .slick-slide {
		margin: 0 9px;
	}
}

/*#materials*/
#materials .container {
	max-width: 1000px;
	width: calc(100% - 10vw);
	text-align: center;
	margin: 0 auto;
}
#materials .list {
	padding-top: 80px;
}
#materials .list p.ttl {
	font-size: 24px;
	text-align: center;
	margin: 0 0 4px;
}
#materials .list ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 24px;
	border: 1px solid #ccc;
	margin: 0;
	padding: 24px 40px;
}
#materials .list li {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#materials .list li:before {
	content: "";
	display: block;
	background-color: #9fa0a0;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	margin: 8px 15px 0 0;
}
#materials .list li span {
	width: calc(100% - 23px);
	font-size: 14px;
	text-align: left;
}
@media screen and (max-width: 768px){
	#materials .list p.ttl {
		font-size: 17px;
		margin-bottom: 8px;
	}
	#materials .list ul {
		flex-direction: column;
		gap: 5px;
		padding: 24px 30px;
	}
	#materials .list li:before {
		margin: 8px 12px 0 0;
	}
	#materials .list li span {
		width: calc(100% - 20px);
	}
}

/* ------------------------
	.logo
------------------------ */
#hiraya .logo {
	text-align: center;
	margin-bottom: 80px;
}
@media screen and (max-width: 768px){
	#hiraya .logo {
		margin-bottom: 40px;
	}
}
