@charset "utf-8";

html {
	font-weight: 400;
	height: 100%;
	text-align: justify;
	font-family: "Reddit Sans", "Noto Sans JP", serif;
	font-style: normal;
	overflow-x: hidden;
}
/*
input, select {
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #000;
	border-radius: 0px;
}
*/
h2,h3,h4, h5,menu{
	font-feature-settings: "palt";
	margin: 0;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
*{
	position: relative;
}
body {
	background-color: #e9e7cf;
	background-image: url(../img/bg.png);
	padding:0;
	margin:0;
	overflow-x: hidden;
}
p{
	line-height: 165%;
	margin: 1em 0 2em;
}



header{
	background-color: #ffffff55;
	box-shadow: 0 0 10px -5px #000000;
	z-index: 100;
}
header>div{
	max-width: 1024px;
	margin: auto;
	padding: 20px 0;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}
header>div>*#logo{
	margin: 0;
	font-size: 1em;
	padding: 0 0 0 1em;
}
header>div>*#logo>a{
	display: block;
	width: 280px;
	height: 60px;
	background-image: url(../img/logo.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
header>div>*#logo>a>span{
	display: none;
}
header>div>menu{
	padding: 0 1em;
	display: flex;
	flex-flow: row nowrap;
	gap: 20px;
	
}
header>div>menu>a{
	font-size: .92em;
	min-width: 90px;
	color: inherit;
	text-decoration: none;
	font-weight: 600;
	color: #234;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}
header>div>menu>a>div.main{
	font-size: 1.4em;
	text-align: center;
	transition: .2s all ease;
	font-weight: 500;
}
header>div>menu>a:hover>div.main{
	font-weight: 600;
}
header>div>menu>a>div.main::after{
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	margin: auto;
	background-color: #a38e6c;
	margin-bottom: 3px;
	transition: .2s all ease;
}
header>div>menu>a:hover>div.main::after{
	width: 60px;
}

header>div>menu>a>div.sub{
	font-size: .68em;
	font-weight: 500;
}

div#mv{
	background-color: #a38e6c;
	background-color: #aaa;
	height: 450px;
	background-image: url(../img/mv.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
div#mv>div{
	max-width: 1024px;
	width: 100%;
	height: 100%;
	margin: auto;
	font-size: 2.4em;
	font-weight: bold;
	color: #fff;
	box-sizing: border-box;
	display: flex;
	flex-flow: column;
	align-items: flex-end;
	justify-content: center;
}
div#mv>div>div{
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	text-shadow: 0 0 10px #00000099,0 0 3px #00000099;
}
div#mv>div>div>div.sub1{
	font-size: .55em;
	font-weight: 400;
}
div#mv>div>div>div.sub2{
	font-size: .75em;
	font-weight: 600;
}
div#mv>div>div>div.sub2>small{
	font-size: .7em;
}

div#mv>div>div>div.sub3{
	font-size: 1.4em;
	font-weight: 300;
	font-family: serif;
}


div.newsList{
	background-color: #0b1f14;
	padding: 40px 20px;
	box-shadow: 0 0 10px -5px #000000;
}
div.newsList ul{
	max-width: 1024px;
	margin: auto;
}
div.newsList li{
	font-size: .92em;
	color: #eed691;
	font-weight: 300;
	display: flex;
	flex-flow: row;
	line-height: 1em;
	gap: 20px;
}
div.newsList li>div.cat{
	background-color: #a38e6c;
	color: #0b1f14;
	font-weight: 600;
	font-size: .9em;
	display: inline-flex;
	line-height: 100%;
	padding: 2px 4px;
	border-radius: 2px;
}
div.newsList li>div.date2{
  padding-left: 65px;
  margin-top: 20px;
}
div.newsList li>div.title2{
  margin-top: 20px;
}



section.common{
	max-width: 1024px;
	margin: 80px auto;
	padding: 0 1em;
}
section.common>div{
	width: auto;
	display: flex;
	flex-flow: row;
}
section.common>div>div.primary{
	width: 50%;
}
section.common>div>div.primary div.topics{
	font-size: 1.8em;
	color: #234;
}
section.common>div>div.primary h2{
	color: #234;
	color: #a38e6c;
	color: #000;
	background-color: #2e4438;
	color: #fff;
	line-height:1.1em;
	padding: 4px 8px 6px;
	/* text-shadow: 1px 1px 2px #000000, -1px -1px 2px #ffffff ; */
	font-size: 1.6em;
	font-weight: 800;
}
section.common>div>div.primary h3{
	color: #234;
	font-size: 1.2em;
}
section.common>div>div.primary p{
	color: #2e4438;
	margin: 1em 0;
	font-size: 1em;
}

section.common>div>div.secondary{
	position: relative;
}
section.common>div>div.secondary>div.photo{
	position: absolute;
	top: -100px;
	left: 20px;
	background-color: #a38e6c;
	width: 550px;
	height: 550px;
	border-radius: 600px;
	z-index: -100;
	background-image: url(../img/photo.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}






section.points>div{
	width: auto;
	max-width: 1024px;
	margin: 160px auto 80px;
	display: flex;
	flex-flow: row nowrap;
	gap: 5%;
	padding: 1em;
	
}

section.points>div>div.point{
	width: 30%;
	box-sizing: border-box;
	background-color: #fff;
	background: linear-gradient(#f5f3ef,#fff);
	border-radius: 0px;
	position: relative;
	box-shadow: 0 5px 10px -3px #00000055;
}
section.points>div>div.point>div.img{
	background-color: #aaa;
	width: 100%;
	aspect-ratio: 16/9;
	background-size: cover;
}
#img1{
	background-image: url(../img/img1.jpg);
}

#img2{
	background-image: url(../img/img2.jpg);
}

#img3{
	background-image: url(../img/img3.jpg);
}

section.points>div>div.point >div.number{
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: #234;
	color: #eed691;
	font-size: 30px;
	line-height: 1em;
	margin: auto;
	top: -20px;
	font-weight: 800;
}
section.points>div>div.point >h3{
	padding: 0 1em 1em;
	text-align: center;
}
section.points>div>div.point >p{
	margin: 0;
	padding: 0 1.65em 1.65em;
	font-size: .84em;
	color: #444;
}





section.contact{
	max-width: 1024px;
	width: fit-content;
	background-color: #a38e6c;
	padding: 2em;
	margin: auto;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	box-shadow: 0 3px 5px -2px #00000055;
}
section.contact>h3{
	color: #e9e7cf;
	font-weight: 200;
	font-size:3em;
	padding-right: 40px;
}

main{
	padding-bottom: 200px;
	background-repeat: no-repeat;
	background-image: url(../img/bbg.png);
	background-position: center bottom;
	background-size: contain;
	min-height: 870px;
}

section.contact>div>h2{
	font-size: 1em;
	margin: auto;
	width: fit-content;
	color: #2e4438;
}
section.contact>div>div.main{
	display: flex;
	flex-flow: row;
	align-items: center;
}
section.contact>div>div.main>div.icon{
	display: none;
	width: 2.5em;
	height: 2.5em;
	background-image: url(../img/phone.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70%;

	margin-right: .6em;
}
section.contact>div>div.main>div.number{
	font-size: 3em;
	color: #f9f7f3;
	font-weight: 500;
	text-shadow: 0 2px 2px #00000055 ;
}
section.contact>div>div.note{
	font-size: .86em;
	margin: auto;
	/* width: fit-content; */
	text-align: center;
	color: #eed691;
	background-color: #2e4438;
	padding: .5em 1em;
	line-height: 100%;
}
section.contact>div>div.note>span{
	font-weight: 600;
	font-size: 1.2em;
}










footer{
	background-color: #0b1f14;
}

footer>menu{
	margin: 0;
	padding: 2em 0 70px;
	background-image: url(../img/logo_w.svg);
	background-size: 200px;
	background-position: center bottom ;
	background-repeat: no-repeat;
}
footer>menu>ul{
	display: flex;
	flex: row;
	width: fit-content;
	margin: auto;
	gap: 2em;
}
footer>menu>ul a{
	font-size: .86em;
	color: #a38e6c;
	text-decoration: none;
	transition: all .2s ease;
}
footer>menu>ul a:hover{
	color: #e9e7cf;
}

address{
	text-align: center;
	font-style: normal;
	padding: 1em 0;
	font-size: .6em;
	color: #a38e6c;
}


/* 2nd */

#common h1{
	background-color: #0b1f14;
	background:linear-gradient(#2e4438,#0b1f14,#2e4438);
	color: #eed691;
	margin: 0;
	padding: 2em 1em;
	text-align: center;
	font-size: 1.67em;
	font-weight: 300;
}
section.company>table{
	border-collapse: collapse;
	margin: 100px auto;
}
section.company>table th{
	color: #3b5e4c;
	text-align: right;
	width: fit-content;
	border-bottom: #234 solid 1px;
	padding: 1em;
	vertical-align: top;
}
section.company>table td{
	color: #000000dd;
	width: auto;
	border-bottom: #00000022 solid 1px;
	padding: 1em;
	font-size: .92em;
}




section.document{
	padding: 100px 1em;
}
section.document div.content{
	max-width: 800px;
	margin: auto;
	font-size: .92em;
	color: #0b1f14;
	background-color: #ffffff22;
	padding: 4em 3em;
}
section.document div.content h3{
	color: #2e4438;
}

section.document div.content p.list{
	width: fit-content;
	margin: auto;
}
section.document div.content p.list span{
	display: block;
	padding: .5em 0;
	text-indent: -1em;
	padding-left: 1em;
}

section.document div.content ul.number li{
	text-indent: -3em;
	padding-left: 3em;
	margin-bottom: .5em;
}
section.document div.content h5{
	font-size: 1.2em;
	margin: 1.5em 0;
	font-weight: 500;
	color: #3b5e4c;
}



@media screen and (max-width:1024px) {

	
	section.points>div>div.point >h3{
		font-size: 1em;
	}
	
}




@media screen and (max-width:960px) {

	div#mv>div{
		font-size: 2em;
	}
	
	section.points>div>div.point >h3{
		font-size: .88em;
		padding: 0 1em 1em;
	}

}





@media screen and (min-width:680px) {

	br.sp{
		display: none;
	}


}



@media screen and (max-width:767px) {



	header>div>*#logo>a{
		width: 180px;
	}

	div#mv{
		background-position: left;
		height: 250px;
	}
	div#mv>div{
		font-size: 1.4em;
		padding-right: 1em;
		align-items: flex-end;
	}
	section.common{
		margin: 40px auto;
	}
	section.points>div{
		flex-flow: column nowrap;
		gap: 3em;
		margin: 40px auto;
	}
	section.points>div>div.point{
		width: auto;
	}
	section.common>div{
		flex-flow: column-reverse;
	}
	section.common>div>div.primary{
		width: auto;
	}
	section.common>div>div.secondary>div.photo {
		display: block;
		position: relative;
		width: 100%;
		height: 250px;
		top: 0;
		left: 0;
		border-radius: 0;
	}
	section.common>div>div.primary h2{
		font-size: 1.5em;
	}
	section.common>div>div.primary p{
		font-size: .92em;
	}
	header>div>menu>a{
		min-width: 70px;
	}


}



@media screen and (max-width:650px) {


	header>div>menu{
		gap: 0;
	}
	header>div>menu>a>div.main{
		font-size: 1.16em;
	}
	section.contact{
		flex-flow: column;
		gap: 1em;
		padding: 20px;
	}
	section.contact>h3{
		padding: 0;
		line-height: 100%;
	}

}


@media screen and (max-width:550px) {
	header>div>*#logo{
		padding: 0;
	}
	header>div{
		flex-flow: column;
		padding: 10px 0;
	}
	footer>menu>ul{
		flex-flow: column;
		justify-content: center;
		gap: 1em;
		margin-bottom: 2em;
	}
	footer>menu>ul>li{
		text-align: center;
	}
	div.newsList{
		padding: 20px 10px;
	}
	div.newsList li{
		flex-flow: column;
		gap: 8px;
		font-size: .8em;
	}
	section.common{
		padding: 0 1.4em;
	}
	div#mv>div{
		justify-content: flex-end;
	}
}