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



/*----fv----------------------------*/

.main_sub .fv .img img{
	object-position: 60%;
}

@media screen and (max-width:979px) {

}
@media screen and (max-width:768px) {
	
}
@media screen and (max-width:520px) {
	
}





/*----メッセージsection----------------------------*/

.message .wrapper{
}
.message .wrapper .ttl{
	text-align: center;
	margin-bottom: 80px;
}
.message .wrapper .inner{
	display: flex;
	justify-content: space-between;
}
.message .wrapper .inner .txt{
	width: 50%;
	padding-left: calc((100% / 6) * 1);
}
.message .wrapper .inner .txt .inner_ttl{
	font-size: 3rem;
	line-height: 1.7;
	letter-spacing: .1em;
	font-weight: 600;
	color: var(--main-color);
	margin-bottom: 40px;
}
.message .wrapper .inner .txt p{
	font-size: 1.5rem;
	line-height: 1.7;
	letter-spacing: .1em;
	margin-bottom: 10px;
}
.message .wrapper .inner .txt p.boss_name{
	margin-top: 20px;
	text-align: right;
	color: var(--text-color-light);
}
.message .wrapper .inner .txt p.boss_name span{
	font-size: 2rem;
	font-weight: 600;
	color: var(--text-color);
	padding-left: 20px;
}
.message .wrapper .inner .img{
	position: relative;
	width: calc((100% / 3) * 1);
	max-width: 500px;
	margin-left: calc((100% / 12) * 1);
	margin-right: auto;
}
.message .wrapper .inner .img:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	aspect-ratio: 3 / 4;
	top: 60px;
	left: 60px;
	background-color: var(--main-bg-color);
	z-index: -1;
}

@media screen and (max-width:979px) {

}
@media screen and (max-width:768px) {
	.message .wrapper .ttl{
		margin-bottom: 50px;
	}
	.message .wrapper .inner{
		flex-direction: column-reverse;
	}
	.message .wrapper .inner .txt{
		width: calc((100% / 3) *2);
		margin: 0 auto;
		margin-top: 50px;
		padding-left: 0;
	}
	.message .wrapper .inner .txt .inner_ttl{
		margin-bottom: 40px;
	}
	.message .wrapper .inner .txt p{
	}
	.message .wrapper .inner .txt p.boss_name{
	}
	.message .wrapper .inner .txt p.boss_name span{
	}
	.message .wrapper .inner .img{
		margin-left: auto;
		margin-right: auto;
	}
	.message .wrapper .inner .img:after{
		top: 20px;
		left: 20px;
	}
}
@media screen and (max-width:520px) {
	.message .wrapper .ttl{
		margin-bottom: 50px;
	}
	.message .wrapper .inner{
		flex-direction: column-reverse;
	}
	.message .wrapper .inner .txt{
		width: calc(100% - 40px);
		margin: 0 auto;
		margin-top: 50px;
		padding-left: 0;
	}
	.message .wrapper .inner .txt .inner_ttl{
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
	.message .wrapper .inner .txt p{
		font-size: 1.4rem;
		line-height: 1.6;
		letter-spacing: .1em;
		margin-bottom: 10px;
	}
	.message .wrapper .inner .txt p.boss_name{
	}
	.message .wrapper .inner .txt p.boss_name span{
		font-size: 1.8rem;
		padding-left: 20px;
	}
	.message .wrapper .inner .img{
		width: calc((100% / 3) * 2);
	}
	.message .wrapper .inner .img:after{
		top: 20px;
		left: 20px;
	}
}



/*----理念セクション----------------------------*/
.philosophy{
	position: relative;
	background-color: var(--main-bg-color);
	padding: 120px 0;
}
.philosophy:after{
	content: "";
	position: absolute;
	display: block;
	width: 460px;
	height: auto;
	aspect-ratio: 1 / 1;
	top: 50px;
	left: 60px;
	background-image: url('../img/common/logo_mark.png');
	background-size: contain;
    background-repeat: no-repeat;
}
.philosophy .wrapper{
	position: inherit;
	width: calc((100% / 3) * 2);
	margin: 0 auto;
	z-index: 1;
}
.philosophy .wrapper .ttl{
	margin-bottom: 50px;
}
.philosophy .wrapper .main_txt{
	font-size: 2rem;
	line-height: 1.6;
	letter-spacing: .1em;
	font-weight: 700;
}
.philosophy .wrapper .inner{
	margin-top: 100px;
}
.philosophy .wrapper .inner .inner_ttl{
	border-bottom: 2px solid var(--border-color);
	margin-bottom: 40px;
	box-sizing: border-box;
}
.philosophy .wrapper .inner .inner_ttl span{
	font-size: 3rem;
	line-height: 1.5;
	letter-spacing: .1em;
	font-weight: 700;
	color: var(--main-color);
	padding-bottom: 4px;
	border-bottom: 2px solid var(--main-color);
}
.philosophy .wrapper .inner p{
	font-size: 2rem;
	letter-spacing: .1em;
	font-weight: 600;
	margin-bottom: 10px;
}

@media screen and (max-width:979px) {

}
@media screen and (max-width:768px) {
	.philosophy:after{
		width: 320px;
		top: 40px;
		left: 40px;
	}
}
@media screen and (max-width:520px) {
	.philosophy{
		padding: 100px 0;
	}
	.philosophy:after{
		width: 50%;
		top: 30px;
		left: 20px;
	}
	.philosophy .wrapper{
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	.philosophy .wrapper .ttl{
		margin-bottom: 50px;
	}
	.philosophy .wrapper .main_txt{
		font-size: 1.8rem;
	}
	.philosophy .wrapper .inner{
		margin-top: 60px;
	}
	.philosophy .wrapper .inner .inner_ttl{
		border-bottom: 2px solid var(--border-color);
		margin-bottom: 40px;
		box-sizing: border-box;
	}
	.philosophy .wrapper .inner .inner_ttl span{
		font-size: 2.4rem;
	}
	.philosophy .wrapper .inner p{
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
}



/*----概要セクション----------------------------*/
.outline{
}
.outline .wrapper{
	width: calc((100% / 3) * 2);
	margin: 0 auto;
}
.outline table{
	width: calc((100% / 4) * 3);
	margin-top: 50px;
	margin-left: auto;
	background-color: #fff;
}
.outline table tr{
	border: 1px solid var(--text-color-lightgray);
}
.outline table tr:first-child{
	border-top: 1px solid var(--text-color-lightgray);
}
.outline table th{
	width: calc((100% / 3) * 1);
	font-size: 1.6rem;
	line-height: 1.3;
	letter-spacing: .075em;
	font-weight: 600;
	text-align: left;
	background-color: var(--main-bg-color);
	padding: 20px;
	border-left: 4px solid var(--main-color);
}
.outline table td{
	width: calc((100% / 3) * 2);
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: .075em;
	text-align: left;
	padding: 20px;
}
.outline table td .slash{
	display: inline-block;
}


@media screen and (max-width:979px) {

}
@media screen and (max-width:768px) {
	.outline{
	}
	.outline .wrapper{
	}
	.outline table{
		width: 100%;
	}
	.outline table tr{
	}
	.outline table tr:first-child{
	}
	.outline table th{
	}
	.outline table td{
	}
	.outline table td .slash{
		display: none;
	}
}
@media screen and (max-width:520px) {
	.outline{
	}
	.outline .wrapper{
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	.outline table{
		width: 100%;
		margin-top: 50px;
		margin-left: auto;
	}
	.outline table tr{
	}
	.outline table tr:first-child{
	}
	.outline table th{
		display: block;
		width: 100%;
		font-size: 1.6rem;
		line-height: 1.3;
		letter-spacing: .075em;
		font-weight: 600;
		text-align: left;
		background-color: var(--main-bg-color);
		padding: 20px;
		border-left: 2px solid var(--main-color);
		border-bottom: 1px solid var(--text-color-lightgray);
	}
	.outline table td{
		display: block;
		width: 100%;
		font-size: 1.6rem;
		line-height: 1.5;
		letter-spacing: .075em;
		text-align: left;
		padding: 20px;
	}
}



/*----アクセスセクション----------------------------*/
.access{
}
.access .wrapper{
	width: calc((100% / 3) * 2);
	margin: 0 auto;
}
.access .wrapper .ttl{
	text-align: center;
	margin-bottom: 50px;
}
.access .wrapper iframe{
  width: 100%;
  aspect-ratio: 16/9;
}


@media screen and (max-width:979px) {

}
@media screen and (max-width:768px) {
	.access .wrapper iframe{
	  width: 100%;
	  aspect-ratio: 3/2;
	}
}
@media screen and (max-width:520px) {
	.access{
	}
	.access .wrapper{
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	.access .wrapper .ttl{
		text-align: center;
		margin-bottom: 30px;
	}
	.access .wrapper iframe{
	  width: 100%;
	  aspect-ratio: 3/4;
	}
}


