@charset "UTF-8";
/* 共通CSS */
.bold {
	font-weight: bold;
}
table {
	width: 100%;
}
table tr th{
	text-align: left;
	border-bottom: #b4b4b4 solid 0.1rem;
}

.text-right {
	text-align: right;
}

/*  smp  */
@media screen and (max-width:768px) {
	/* smp共通CSS */
	main {
		font-size: 1.4rem;
		line-height: 180%;
	}
	
	section {
		margin: 3rem 0 8rem 0;
	}
	
	.title-bg, .pankuzu, main {
		padding: 0 15px;
	}
	
	.vision-img {
		margin: 3rem 0;
	}
	
	.vision-img img, .philo-img img, .h2-img {
		max-width: 100%;
	}
	
	.in-title {
		font-size: 1.8rem;
		padding-bottom: 0.6rem;
		border-bottom: #b4b4b4 solid 1px;
		margin-bottom:0.6rem;
		font-weight: bold;
		margin-top: 3rem;
	}
	
	.philo-img {
		margin: 2rem 0;
	}
	
	table tr th {
		padding: 0.6rem 0 0.6rem 1rem;
		width: 35%;
		vertical-align: top;
	}
	
	table tr td {
		border-bottom: #b4b4b4 solid 1px;
		padding: 0.6rem 0;
	}
	
	h4 {
		font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
		font-size: 1.8rem;
		text-align: center;
		line-height: 170%;
		letter-spacing: 0.5rem;
		margin: 4rem 0;
	}
	
	.img-width_40 {
		width: 40%;
	}	
}

/* smp-横画面 */
@media screen and (min-width: 568px) and (max-width: 768px),
       screen and (orientation: landscape) {
}

/*  pc  */
@media screen and (min-width:769px) {
	
	section {
		width: 990px;
		margin: 5rem auto 15rem auto;
	}
	
	main {
		font-size: 1.8rem;
		line-height: 180%;
	}
	
	main article section + section {
		margin-top: 4rem;
	}
	
	
	
	.in-title {
		font-size: 2.1rem;
		padding-bottom: 0.6rem;
		border-bottom: #b4b4b4 solid 1px;
		margin: 5rem 0 0.6rem;
		font-weight: bold;
	}
	
	.philo-img {
		text-align: center;
		margin: 3rem 0;
	}
	
/* 代表プロフィール */
	table {
		margin-top: 4rem;
	}
	table tr th {
		padding: 0.6rem 0 0.6rem 3rem;
	}
	
	table tr td {
		border-bottom: #b4b4b4 solid 1px;
		padding: 0.6rem 0;
	}
	
	.profile-day {
		width: 18%;
		display: inline-block;
	}
	
	/* メッセージ */
	h4 {
		font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
		font-size: 3rem;
		text-align: center;
		line-height: 170%;
		letter-spacing: 0.5rem;
		margin: 4rem 0;
	}
	
	span.br:before {
		content: "" !important;
	}
}

/* 250423追加分 */
.message__bottom {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.message__bottom p img {
	width: 100%;
}

.message__bottom--img {
	width: 28rem;
}
.message__bottom--img img {
	width: 100%;
}


/*  smp  */
@media screen and (max-width:768px) {
	.message__bottom {
		margin-top: 4rem;
		gap: 2rem;
	}
	.message__bottom p {
		max-width: 185px;
	}
}
/*  pc  */
@media screen and (min-width:769px) {
	.message__bottom {
		column-gap: 6.5rem;
		margin-top: 6rem
	}
}