@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	overflow: hidden;
}
#main .mainVisual {
	padding: 17px 58px 0;
	height: 100vh;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
	background: url(../img/index/main_bg.jpg) no-repeat center top / cover;
}
#main .contact_mainVisual {
	padding: 17px 58px 0;
	height: 60vh;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
	background: url(../img/index/main_bg.jpg) no-repeat center top / cover;
}
#main .mainVisual .title {
	width: 767px;
	mix-blend-mode: overlay; 
}
#main .contact_mainVisual .title{
	width: 767px;
	mix-blend-mode: overlay;
}
#main h2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#main .secBox {
	position: relative;
}
#main .sec01 {
	padding: 130px 0 92px;
}
#main .sec01 h2 {
	top: 160px;
	left: -27px;
	right: -30px;
	text-align: center;
}
#main .sec01 .text {
	position: relative;
	font-size: 1.8rem;
	line-height: 3.33;
	letter-spacing: 0.18em;
	text-align: center;
	z-index: 5;
}
#main .sec02 {
	padding: 35px 0 192px;
}
#main .sec02 h2 {
	min-height: 840px;
}
#main .sec02 h2 span {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
}
#main .sec02 h2 .top {
	top: 31px;
	right: auto;
	left: calc(50% - 77px);
	text-align: right;
	width: 1324px;
}
#main .sec02 h2 .bottom {
	bottom: 33px;
	left: auto;
	right: calc(50% - 48px);
	width: 1248px;
	text-align: left;
}
#main .sec02 .imgBox {
	position: relative;
}
#main .sec02 .imgBox .photoBox {
	width: 430px;
}
#main .sec02 .imgBox .textBox {
	margin-top: 65px;
	width: calc(100% - 480px);
}
#main .sec02 .imgBox .textBox h3 {
	margin-bottom: 13px;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.13em;
}
#main .sec02 .imgBox .textBox .text {
	margin-bottom: 50px;
	line-height: 2.6;
	letter-spacing: 0.07em;
	text-align: justify;
}
#main .sec02 .imgBox .textBox .btmText {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
}
#main .sec02 .imgBox .textBox .btmText .txt01 {
	margin-bottom: 2px;
	display: block;
	font-weight: 500;
	letter-spacing: 0.03em;
}
#main .sec02 .imgBox .textBox .btmText .txt02 {
	display: block;
	font-weight: 500;
	letter-spacing: 0.07em;
}
#main .sec02 .imgBox .textBox .btmText .txt02 .big {
	margin-left: 5px;
	font-size: 2.5rem;
}
#main .sec03 {
	margin-bottom: 110px;
}
#main .sec03 h2 {
	top: 65px;
	right: auto;
	left: calc(50% - 480px);
	width: 1101px;
}
#main .sec03 h3 {
	margin-bottom: 56px;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.13em;
}
#main .textUl {
	margin: 0 auto 7.7%;
	width: 444px;
	position: relative;
}
#main .textUl::before {
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 118px;
	width: 1px;
	background-color: #000;
	content: '';
}
#main .textUl li {
	margin: 0 -40px 17px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	letter-spacing: 0.07em;
}
#main .textUl li:last-child {
	margin-bottom: 0;
}
#main .textUl li > span {
	display: block;
}
#main .textUl li .ttl {
	padding-right: 3px;
	width: 120px;
	box-sizing: border-box;
}
#main .textUl li .txt {
	width: calc(100% - 138px);
}
#main .sec03 .textList {
	position: relative;
}
#main .sec03 .textList li {
	padding: 5px 25px 0;
	width: 320px;
	border-left: 1px solid #000;
	box-sizing: border-box;
}
#main .sec03 .textList li:last-child {
	padding-right: 10px;
	border-right: 1px solid #000;
}
#main .sec03 .textList li > span {
	display: block;
}
#main .sec03 .textList li .ttl {
	margin: -8px 0 25px;
	font-size: 1.3rem;
	font-weight: 500;
}
#main .sec03 .textList li .txt {
	margin-bottom: 20px;
	display: block;
	font-size: 1.3rem;
	line-height: 1.92;
	text-align: justify;
}
#main .sec03 .textList li .txt.specTxt {
	text-align: left;
}
#main .sec03 .textList li .sml {
	font-size: 1.1rem;
	line-height: 2.18;
}
#main .sec04 {
	padding: 127px 0 0;
}
#main .sec04 h2 {
	left: -52px;
	text-align: left;
}
#main .sec04 .map {
	margin-bottom: 47px;
	width: 100%;
	height: 500px;
	position: relative;
}
#main .sec04 .map iframe {
	width: 100%;
	height: 100%;
}
#main .sec04 h3 {
	margin-bottom: 29px;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.13em;
}
#main .sec04 .textUl {
	margin: 0 auto;
	width: 914px;
}
#main .sec04 .textUl::before {
	left: 100px;
}
#main .sec04 .textUl li {
	margin: 0 0 16px;
}
#main .sec04 .textUl li .ttl {
	padding: 0;
	width: 100px;
}
#main .sec04 .textUl li .txt {
	width: calc(100% - 130px);
}
#main .sec04 .textUl li .txt .subTxt {
	margin-bottom: 17px;
	display: block;
}
#main .sec04 .textUl li .txt .subTxt:last-child {
	margin-bottom: 0;
}
#main .sec05 {
	padding: 226px 0 120px;
}
#main .sec05 h2 {
	top: 96px;
	left: -15px;
	right: -15px;
	text-align: center;
}
#main .sec05 .link,
#main .sec02 .link,
#main .sec01 .link {
	margin: 0 auto;
	width: 450px;
	position: relative;
	z-index: 5;
}
#main .sec01 .link,
#main .sec02 .link{
	margin-top: 100px;
}
#main .sec05 .link a,
#main .sec02 .link a,
#main .sec01 .link a {
	padding: 20px 15px 21px;
	display: block;
	color: #FFF;
	font-size: 2.5rem;
	font-weight: 500;
	font-family: 'IBM Plex Sans', sans-serif;
	letter-spacing: 0.06em;
	border-radius: 50px;
	text-align: center;
	word-break: break-all;
	background-color: #000;
}
#main .sec05 .link a .sml,
#main .sec02 .link a .sml,
#main .sec01 .link a .sml {
	margin-bottom: -1px;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	letter-spacing: 0.13em;
}
#main .sec05 .contact_back{
	margin-top: 50px;
}
#main .sec05 .link a:hover,
#main .sec02 .link a:hover,
#main .sec01 .link a:hover {
	opacity: 0.7;
}
.contactPage{
	min-height: 400px !important;
	height: 60vh;
	position: relative;
}
.contactPage::before{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.contactTitle{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	font-weight: 900;
	font-size: calc(20/400*100vw);
	letter-spacing: 0.05em;
	font-family: 'IBM Plex Sans', sans-serif;
}

@media all and (max-width: 896px) {
	#main .mainVisual {
		position: relative;
		padding: 0 27px 90px 22px;
		height: inherit;
		min-height: 602px;
		display: flex;
		flex-wrap: wrap;
		align-items: end;
		background-image: url(../img/index/main_bg_sp.jpg);
	}
	.contactPage{
		min-height: 400px !important;
		position: relative;
	}
	.contactPage::before{
		content:"";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
	}
	.contactTitle{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #ffffff;
		font-weight: 900;
		font-size: calc(40/400*100vw);
		letter-spacing: 0.05em;
		font-family: 'IBM Plex Sans', sans-serif;;
	}
	#main .mainVisual .title {
		width: auto;
	}
	#main .sec01 {
		padding: 26px 5px 39px;
	}
	#main .sec01 h2 {
		top: 126px;
		left: -10px;
		right: -10px;
	}
	#main .sec01 h2 img {
		max-width: 395px;
	}
	#main .sec01 .text {
		font-size: 1.3rem;
		line-height: 2.5;
	}
	#main .sec02 {
		padding: 21px 0 36px;
	}
	#main .sec02 h2 {
		min-height: inherit;
		right: -15px;
	}
	#main .sec02 .imgBox {
		display: block;
	}
	#main .sec02 .imgBox .photoBox {
		margin: 49px -20px 0 26px;
		width: 160px;
		float: right;
	}
	#main .sec02 .imgBox .textBox {
		margin-top: 0;
		width: auto;
	}
	#main .sec02 .imgBox .textBox h3 {
		margin-bottom: 21px;
		font-size: 1.4rem;
	}
	#main .sec02 .imgBox .textBox .text {
		margin-bottom: 7px;
		line-height: 2.16;
		letter-spacing: 0.04em;
	}
	#main .sec02 .imgBox .textBox .btmText .txt01 {
		margin-bottom: 1px;
		font-size: 1.1rem;
	}
	#main .sec02 .imgBox .textBox .btmText .txt02 {
		font-size: 1.1rem;
	}
	#main .sec02 .imgBox .textBox .btmText .txt02 .big {
		margin-left: 3px;
		font-size: 1.8rem;
	}
	#main .sec03 {
		margin-bottom: 33px;
	}
	#main .sec03 h2 {
		top: 75px;
		right: -7px;
		left: 37px;
		width: auto;
		text-align: right;
	}
	#main .sec03 h2 img {
		max-width: 345px;
	}
	#main .sec03 h3 {
		margin-bottom: 22px;
		font-size: 1.4rem;
	}
	#main .textUl {
		margin: 0 0 4.9%;
		padding: 0 0 0 30px;
		width: auto;
	}
	#main .textUl::before {
		left: 130px;
	}
	#main .textUl li {
		margin: 0 0 8px;
	}
	#main .textUl li .ttl {
		padding-right: 0;
		width: 100px;
	}
	#main .textUl li .txt {
		width: calc(100% - 125px);
	}
	#main .textUl li .txt .txt01 {
		margin-top: 7px;
		display: block;
	}
	#main .sec03 .textList {
		display: block;
	}
	#main .sec03 .textList li {
		margin-bottom: 20px;
		padding: 0 0 14px;
		width: auto;
		border-left: none;
		border-bottom: 1px solid #000;
	}
	#main .sec03 .textList li:last-child {
		margin-bottom: 0;
		padding: 0;
		border: none;
	}
	#main .sec03 .textList li .ttl {
		margin: 0 0 1px;
		font-size: 0.9rem;
	}
	#main .sec03 .textList li .txt {
		margin-bottom: 0;
		font-size: 0.9rem;
		line-height: 1.78;
		text-align: justify !important;
	}
	#main .sec03 .textList li .sml {
		margin-top: 15px;
		display: block;
		font-size: 0.9rem;
		line-height: 1.78;
	}
	#main .sec04 {
		padding: 48px 0 0;
	}
	#main .sec04 h2 {
		left: 1px;
	}
	#main .sec04 .map {
		margin-bottom: 14px;
		padding-bottom: 53.6%;
		height: 0;
	}
	#main .sec04 .map iframe {
		position: absolute;
		top: 0;
		left: 0;
	}
	#main .sec04 h3 {
		margin-bottom: 3px;
		font-size: 1.4rem;
	}
	#main .sec04 .textUl {
		margin: 0;
		padding: 0;
		width: auto;
	}
	#main .sec04 .textUl::before {
		left: 68px;
	}
	#main .sec04 .textUl li {
		margin: 0;
		line-height: 2.17;
	}
	#main .sec04 .textUl li .ttl {
		padding: 0;
		width: 68px;
	}
	#main .sec04 .textUl li .txt {
		width: calc(100% - 83px);
		text-align: justify;
	}
	#main .sec04 .textUl li .txt .subTxt {
		margin-bottom: 0;
	}
	#main .sec05 {
		padding: 82px 0 50px;
	}
	#main .sec05 h2 {
		top: 35px;
		left: -5px;
		right: -5px;
	}
	#main .sec05 h2 img {
		max-width: 385px;
	}
	#main .sec05 .link,
	#main .sec01 .link,
	#main .sec02 .link {
		width: auto;
		max-width: 270px;
	}
	#main .sec05 .link a,
	#main .sec01 .link a,
	#main .sec02 .link a {
		padding: 13px 15px 11px;
		font-size: 1.5rem;
		border-radius: 60px;
	}
	#main .sec05 .link a .sml,
	#main .sec01 .link a .sml,
	#main .sec02 .link a .sml {
		margin-bottom: 0;
		font-size: 0.9rem;
	}
}
@media all and (max-width: 374px) {
	#main .sec01 .text {
		font-size: 3.3vw;
	}
	#main .textUl {
		padding-left: 0;
	}
	#main .textUl::before {
		left: 100px;
	}
	#main h2 img {
		max-width: 100% !important;
	}
}
@media all and (max-width: 359px) {
	#main .textUl li .ttl,
	#main .textUl li .txt {
		font-size: 1rem;
	}
	#gFooter .fBox .inner {
		margin: 0 10px;
	}
}