@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
#sengyoWrap {
	padding: 0 5% 100px;
}

.sengyo {
	margin-bottom: 130px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

.sengyoTit {
	width: 16.7%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

.sengyoLayout {
	width: 83.3%;
	overflow: hidden;
	position: relative;
}

.sengyoLayout.style1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.sengyoLayout.style2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-start;
}

.style1 .sengyoLayoutIn {
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.style2 .sengyoLayoutIn {
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
}

.sengyoTitIn {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.sengyoTit {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.sengyoTit.kabosuburi::before {
	content: "";
	width: 152px;
	height: 152px;
	margin: 0 -25px 0 0;
	padding-bottom: 30px;
	background: url(../../img/sengyo/sengyo_kabosuburi_img1.png) 0 0 no-repeat;
}

.sengyoTit.momotarouburi::before {
	content: "";
	width: 152px;
	height: 152px;
	margin: 0 -25px 0 0;
	padding-bottom: 30px;
	background: url(../../img/sengyo/sengyo_momotaroburi_logo.png) 0 0 no-repeat;
}

.subTit {
	font-size: 3.2rem;
	color: #122c58;
	font-weight: bold;
}
.mainTit {
	font-size: 3.6rem;
	color: #122c58;
	font-weight: bold;
}

.name {
	font-size: 6rem;
	font-weight: bold;
}

.img1 {
	width: 100%;
	max-width: 1200px;
	margin-bottom: 60px;
}

.img1 img {
	width: 100%;
	height: auto;
}

.style1 .img2 {
	position: absolute;
	top: 300px;
	right: 0;
}

.style2 .img2 {
	position: absolute;
	top: 300px;
	left: 0;
}

.detail {
	width: 60%;
	padding: 0;
}

.detail p {
	padding-bottom: 1em;
	font-size: 1.6rem;
	line-height: 1.8;
}

.detailTit {
	margin-bottom: 40px;
	font-size: 3.8rem;
	font-weight: bold;
	line-height: 1.2;
}

.sengyoSubWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	border: 1px #bfbfbf solid;
}

.sengyoSub {
	width: 50%;
	padding: 50px 30px;
}

.sengyoSub h2 {
	margin-bottom: 20px;
	line-height: 1.2;
}

.hiramasaTit::before {
	content: "";
	width: 98px;
	height: 98px;
	background: url(../../img/sengyo/sengyo_oitahiramasa_img1.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	margin-right: 20px;
	line-height: 1.2;
	display: inline-block;
	vertical-align: middle;
}

.hiramasaIn {
	display: inline-block;
	vertical-align: middle;
}

.sengyoSub p {
	font-size: 1.6rem;
}

.sengyoSub:nth-child(2n) {
	padding: 30px 0 30px 5%;
	border-left: 1px #bfbfbf solid;
}

.sengyoSub .subTit {
	font-size: 2.6rem;
	color: #122c58;
	font-weight: bold;
}

.sengyoSub .mainTit {
	font-size: 3rem;
	color: #122c58;
	font-weight: bold;
}

.sengyoSub .name {
	font-size: 5.6rem;
	font-weight: bold;
}

@media screen and (max-width: 1800px) {
	.hiramasaTit::before {
		content: "";
		width: 80px;
		height: 80px;
		background: url(../../img/sengyo/sengyo_oitahiramasa_img1.png) 0 0 no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		margin-right: 10px;
		line-height: 1.2;
		display: inline-block;
		vertical-align: middle;
	}
	
	.sengyoSub .subTit {
		font-size: 2rem;
		color: #122c58;
		font-weight: bold;
	}

	.sengyoSub .mainTit {
		font-size: 3rem;
		color: #122c58;
		font-weight: bold;
	}

	.sengyoSub .name {
		font-size: 5rem;
		font-weight: bold;
	}
}

@media screen and (max-width: 1700px) {
	.style1 .img2,
	.style2 .img2 {
		width: 400px;
		height: auto;
	}
	
	.style1 .img2 img,
	.style2 .img2 img {
		width: 100%;
		height: auto;
	}
	
	.hiramasaTit::before {
		content: "";
		width: 55px;
		height: 55px;
		background: url(../../img/sengyo/sengyo_oitahiramasa_img1.png) 0 0 no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		margin-right: 10px;
		line-height: 1.2;
		display: inline-block;
		vertical-align: middle;
	}
	
	.sengyoSub .subTit {
		font-size: 1.6rem;
		color: #122c58;
		font-weight: bold;
	}

	.sengyoSub .mainTit {
		font-size: 2rem;
		color: #122c58;
		font-weight: bold;
	}

	.sengyoSub .name {
		font-size: 4rem;
		font-weight: bold;
	}
}

@media screen and (max-width: 1450px) {
	.style1 .img2,
	.style2 .img2 {
		width: 280px;
		height: auto;
	}
	
	.style1 .img2 img,
	.style2 .img2 img {
		width: 100%;
		height: auto;
	}
	
	.detail {
		width: 60%;
		padding-bottom: 0;
	}
	
	.sengyoTit.kabosuburi::before {
		content: "";
		width: 100px;
		height: 100px;
		margin: 0 -11px 0 0;
		padding-bottom: 10px;
		background: url(../../img/sengyo/sengyo_kabosuburi_img1.png) 0 0 no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
	}
	
	.sengyoTit.momotarouburi::before {
		content: "";
		width: 100px;
		height: 100px;
		margin: 0 -11px 0 0;
		padding-bottom: 10px;
		background: url(../../img/sengyo/sengyo_momotaroburi_logo.png) 0 0 no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
	}
	
	.subTit {
		font-size: 2rem;
		color: #122c58;
		font-weight: bold;
	}
	.mainTit {
		font-size: 2.4rem;
		color: #122c58;
		font-weight: bold;
	}

	.name {
		font-size: 5rem;
		font-weight: bold;
	}
	
	.detailTit .pc {
		display: none;
	}
	
	.hiramasaTit::before {
		content: "";
		width: 55px;
		height: 55px;
		background: url(../../img/sengyo/sengyo_oitahiramasa_img1.png) 0 0 no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		margin-right: 10px;
		line-height: 1.2;
		display: inline-block;
		vertical-align: middle;
	}
	
	.sengyoSub .subTit {
		font-size: 1.6rem;
		color: #122c58;
		font-weight: bold;
	}

	.sengyoSub .mainTit {
		font-size: 1.8rem;
		color: #122c58;
		font-weight: bold;
	}

	.sengyoSub .name {
		font-size: 3rem;
		font-weight: bold;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1480px) {
	.detailTit {
		font-size: 2.568vw;
	}
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#sengyoWrap {
		padding: 0 0 80px;
	}

	.sengyo {
		margin-bottom: 60px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
	}

	.sengyoTit {
		width: 20%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
	}

	.sengyoLayout {
		width: 80%;
		padding-right: 5%;
		overflow: hidden;
		position: relative;
	}

	.sengyoLayout.style1 {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.sengyoLayout.style2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: flex-start;
	}

	.style1 .sengyoLayoutIn {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.style2 .sengyoLayoutIn {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: flex-end;
	}

	.sengyoTitIn {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		line-height: 1.1;
	}

	.sengyoTit {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.sengyoTit.kabosuburi::before {
		content: "";
		width: 50px;
		height: 50px;
		margin: 0 -11px 0 0;
		padding-bottom: 10px;
		background: url(../../img/sengyo/sengyo_kabosuburi_img1.png) 0 0 no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
	}

	.sengyoTit.momotarouburi::before {
		content: "";
		width: 50px;
		height: 50px;
		margin: 0 -11px 0 0;
		padding-bottom: 10px;
		background: url(../../img/sengyo/sengyo_momotaroburi_logo.png) 0 0 no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
	}

	.subTit {
		font-size: 1.6rem;
		color: #122c58;
		font-weight: bold;
	}
	.mainTit {
		font-size: 2rem;
		color: #122c58;
		font-weight: bold;
	}

	.name {
		font-size: 3rem;
		font-weight: bold;
	}

	.img1 {
		width: 100%;
		margin-bottom: 10px;
	}

	.img1 img {
		width: 100%;
		height: auto;
	}

	.style1 .img2 {
		width: 100%;
		position: static;
	}

	.style2 .img2 {
		width: 100%;
		position: static;
	}

	.img2 img {
		width: 100%;
		height: auto;
	}

	.detail {
		width: 100%;
		padding: 20px 0 0;
	}

	.detail p {
		padding-bottom: 1em;
		font-size: 1.6rem;
		line-height: 1.8;
	}

	.detailTit {
		margin-bottom: 10px;
		font-size: 2.4rem;
		font-weight: bold;
		line-height: 1.2;
	}

	.sengyoSubWrap {
		width: 90%;
		padding: 0;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}

	.sengyoSub {
		width: 100%;
		padding: 20px;
	}

	.sengyoSub h2 {
		margin-bottom: 10px;
		line-height: 1.2;
	}

	.hiramasaTit {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	
	.hiramasaTit::before {
		content: "";
		width: 50px;
		height: 50px;
		background: url(../../img/sengyo/sengyo_oitahiramasa_img1.png) 0 0 no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		margin-right: 5px;
		line-height: 1.2;
		display: inline-block;
		vertical-align: middle;
	}

	.hiramasaIn {
		display: inline-block;
		vertical-align: middle;
	}

	.sengyoSub p {
		font-size: 1.6rem;
	}

	.sengyoSub:nth-child(2n) {
		padding: 30px 0 0;
		border-top: 1px #bfbfbf solid;
		border-left: none;
	}

	.sengyoSub .subTit {
		font-size: 1.4rem;
		color: #122c58;
		font-weight: bold;
	}

	.sengyoSub .mainTit {
		font-size: 1.5rem;
		color: #122c58;
		font-weight: bold;
	}

	.sengyoSub .name {
		font-size: 2.2rem;
		font-weight: bold;
	}

}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.sengyoTit.kabosuburi::before {
		content: "";
		width: 100px;
		height: 100px;
		margin: 0 -11px 0 0;
		padding-bottom: 10px;
		background: url(../../img/sengyo/sengyo_kabosuburi_img1.png) 0 0 no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
	}
	
	.subTit {
		font-size: 2rem;
		color: #122c58;
		font-weight: bold;
	}
	.mainTit {
		font-size: 2.4rem;
		color: #122c58;
		font-weight: bold;
	}

	.name {
		font-size: 5rem;
		font-weight: bold;
	}
	
	.hiramasaTit::before {
		content: "";
		width: 80px;
		height: 80px;
		background: url(../../img/sengyo/sengyo_oitahiramasa_img1.png) 0 0 no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		margin-right: 5px;
		line-height: 1.2;
		display: inline-block;
		vertical-align: middle;
	}
	
	.sengyoSub .subTit {
		font-size: 1.8rem;
		color: #122c58;
		font-weight: bold;
	}

	.sengyoSub .mainTit {
		font-size: 2.4rem;
		color: #122c58;
		font-weight: bold;
	}

	.sengyoSub .name {
		font-size: 4rem;
		font-weight: bold;
	}
}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {

}
