@charset "utf-8";

/* HEAD */
#HEAD {
background-color: #f0f0f0;
}
#HEAD .cont {
padding: 20px 10px 20px 10px;
}
#HEAD p {
font-family: "Raleway", sans-serif;
font-optical-sizing: auto;
font-weight: 800;
font-style: normal;
font-size: 50px;
line-height: 1.3;
color: #009944;
}
#HEAD h1 {
font-size: 20px;
line-height: 1.3;
letter-spacing: 0.1em;
color: #009944;
}
@media (min-width: 768px) {
	#HEAD .cont {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 70px 60px 55px 60px;
	max-width: 1200px;
	}
	#HEAD p {
	font-size: 100px;
	}
	#HEAD h1 {
	font-size: 24px;
	}
}

/* MESSAGE */
#MESSAGE {
background-color: #f0f0f0;
}
#MESSAGE .cont {
padding: 0 10px 40px 10px;
}
#MESSAGE .image {
margin-right: -10px;
margin-bottom: 20px;
}
#MESSAGE .image img {
display: block;
width: 100%;
height: auto;
}
#MESSAGE .en {
font-family: "Raleway", sans-serif;
font-optical-sizing: auto;
font-weight: 700;
font-style: italic;
font-size: 30px;
line-height: 1.3;
color: #009944;
}
#MESSAGE h2 {
margin-bottom: 20px;
font-family: "Noto Serif JP", serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
font-size: 30px;
letter-spacing: 0.1em;
line-height: 1.3;
}
#MESSAGE p {
font-size: 14px;
letter-spacing: 0.1em;
}
#MESSAGE .credit {
text-align: right;
}
@media (min-width: 768px) {
	#MESSAGE {
	background-color: #f0f0f0;
	}
	#MESSAGE .cont {
	padding: 0 0 50px 60px;
	}
	#MESSAGE .image {
	margin-right: 0;
	margin-bottom: 0;
	}
	#MESSAGE .pack {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 60px 60px 0 60px;
	max-width: 1100px;
	}
	#MESSAGE .en {
	margin-bottom: 15px;
	font-size: 40px;
	}
	#MESSAGE h2 {
	margin-bottom: 40px;
	font-size: 40px;
	}
	#MESSAGE p {
	font-size: 16px;
	letter-spacing: 0.1em;
	}
}

#bgIMG {
position: relative;
height: 300px;
overflow: hidden;
}
#bgIMG::after {
content: '';
transition: all 1.5s ease;
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: url('../../company/img/bg2.jpg') no-repeat center center;
background-size: cover;
z-index: -1;
filter: blur(10px) grayscale(100%);
}
.jpeg #bgIMG::after {
background: url('../../company/img/bg2.jpg') no-repeat center center;
background-size: cover;
}
#bgIMG.active::after {
display: block;
}
#bgIMG.fadeElm,
#bgIMG.activeView {
position: relative;
transform: none;
filter:alpha(opacity=100);
opacity: 1;
}
#bgIMG.activeView::after {
filter: blur(0) grayscale(0);
}
@media (min-width: 768px) {
	#bgIMG {
	height: 600px;
	}
	#bgIMG::after {
	background: url('../../company/img/bg2.jpg') no-repeat center center;
	background-size: cover;
	}
	.jpeg #bgIMG::after {
	background: url('../../company/img/bg2.jpg') no-repeat center center;
	background-size: cover;
	}
}



/* PROFILE */
#PROFILE {
background-color: #f0f0f0;
}
#PROFILE .cont {
padding: 40px 10px 40px 10px;
}
#PROFILE .block {
margin-bottom: 40px;
}
#PROFILE h3 {
margin-bottom: 10px;
font-weight: 700;
font-style: normal;
font-size: 24px;
letter-spacing: 0.1em;
line-height: 1.3;
}
#PROFILE p {
font-size: 14px;
line-height: 1.8;
}
#PROFILE .table {
border: solid 1px #d5d9e4;
border-radius: 10px;
overflow: hidden;
}
#PROFILE .table table {
border-collapse: collapse;
width: 100%;
line-height: 1.8;
}
#PROFILE .table tr {
border-bottom: solid 1px #d5d9e4;
}
#PROFILE .table tr:last-child {
border-bottom: none;
}
#PROFILE .table th {
background-color: #e9ebf2;
padding: 5px 10px;
width: 4em;
}
#PROFILE .table td {
background-color: #fff;
padding: 5px 10px
}
#PROFILE .link {
margin: 20px auto 0 auto;
width: 200px;
font-size: 16px;
text-align: center;
}
#PROFILE .link a {
display: flex;
position: relative;
justify-content: center;
align-items: center;
background-color: #009933;
border-radius: 99999px;
padding-right: 26px;
height: 46px;
color: #fff;
}
#PROFILE .link a::before {
transform: translateY(-50%);
content: '';
position: absolute;
right: 10px;
top: 50%;
background-color: #fff;
border-radius: 99999px;
width: 26px;
height: 26px;
color: #fff;
}
#PROFILE .link a::after {
transform: rotate(45deg) translateY(-50%);
content: '';
position: absolute;
right: 22px;
top: 49%;
border-top: solid 2px #009933;
border-right: solid 2px #009933;
width: 5px;
height: 5px;
}
#gMAP {
margin-bottom: 10px;
height: 300px;
}
@media (min-width: 768px) {
	#PROFILE .cont {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 60px 60px 35px 60px;
	max-width: 1100px;
	}
	#PROFILE .block {
	margin-bottom: 70px;
	}
	#PROFILE h3 {
	margin-bottom: 25px;
	font-size: 32px;
	}
	#PROFILE p {
	font-size: 16px;
	line-height: 1.8;
	}
	#PROFILE .table {
	border-radius: 20px;
	}
	#PROFILE .table table {
	font-size: 16px;
	}
	#PROFILE .table th {
	padding: 10px 20px;
	width: 220px;
	text-align: left;
	}
	#PROFILE .table td {
	padding: 15px 25px;
	}
	#PROFILE .info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	#PROFILE .link {
	margin: 0;
	width: 310px;
	font-size: 18px;
	}
	#PROFILE .link a {
	padding-right: 26px;
	height: 56px;
	}
	#PROFILE .link a::before {
	width: 36px;
	height: 36px;
	}
	#PROFILE .link a::after {
	right: 28px;
	width: 8px;
	height: 8px;
	}
	#gMAP {
	margin-bottom: 35px;
	height: 300px;
	}
}