@charset "utf-8";

/* ----------- common ----------- */
.sub_pd {
	padding: 120px 0;
}

.sub_h2 h2 {
	font-size: 3.2rem;
	font-weight: bold;
	color: #931d23;
	margin-bottom: 15px;
}

.sub_h2_c {
	/* text-align: center; */
	margin-bottom: 0;
}

.sub_pd ul {
	list-style: none;
}

@media only screen and (max-width: 1024px) {
	.sub_mv_top{
		padding-top: 0 !important;
	}

	.sub_pd {
		padding: 100px 0;
	}

	.sub_h2 h2 {
		font-size: 2.8rem;
	}
}

@media only screen and (max-width: 768px) {
	.sub_pd {
		padding: 80px 0;
	}

	.sub_h2 h2 {
		font-size: 2.4rem;
	}
}

@media only screen and (max-width: 480px) {
	.sub_pd {
		padding: 60px 0;
	}

	.sub_h2 h2 {
		font-size: 2.2rem;
	}
}

/* ----------- mv ----------- */
.sub_mv {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
	position: relative;
}
.sub_mv_top .sub_mv:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #0c95da;
	top: -100%;
	height: 100%;
}

.sub_mvBox {
	height: 323px;
	display: flex;
	align-items: center;
}

.sub_mvContent {
	width: 466px;
	max-width: 100%;
}

.sub_mvTitle {
	font-size: 4.0rem;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	border-left: 12px solid #931d23;
	padding: 4px 0 1px 20px;
}

@media only screen and (max-width: 1024px) {
	.sub_mvBox {
		height: 300px;
	}

	.sub_mvTitle {
		font-size: 3.6rem;
		padding: 4px 0 1px 20px;
	}
}

@media only screen and (max-width: 768px) {
	.sub_mvBox {
		height: 240px;
	}

	.sub_mvTitle {
		font-size: 3.2rem;
		padding: 4px 0 1px 15px;
		border-left: 10px solid #931d23;
	}
}

@media only screen and (max-width: 480px) {
	.sub_mvBox {
		height: 220px;
	}

	.sub_mvTitle {
		font-size: 2.6rem;
		padding: 4px 0 1px 10px;
		border-left: 8px solid #931d23;
	}
}

/* ----------- breadcrumbs ----------- */
.breadcrumbs_box {
	padding: 10px 0 9px;
	background-color: #333333;
}

.breadcrumbs {
	overflow-x: auto;
	overflow-y: hidden;
	max-width: 100%;

	/* text-align: center; */
}

.breadcrumbs ul {
	white-space: nowrap;
}

.breadcrumbs li {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.4;
	vertical-align: middle;
	color: #ffffff;

}

.breadcrumbs li a {
	color: #ffffff;
	text-decoration: none;
}

.breadcrumbs li a,
.breadcrumbs li span {
	position: relative;
	top: 1px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;

}

.breadcrumbs li a:hover {
	text-decoration: underline;
	/* color: #159d91; */
}

.breadcrumbs li a img {
	/*display: block;*/
}

.breadcrumbs li:first-of-type {
	padding-left: 23px;
	background: url("../img/inc_breadcrumbs.png") no-repeat left top 3px;
}

.breadcrumbs li:not(:last-child) {
	position: relative;
	padding-right: 38px;
}

.breadcrumbs li:not(:last-child)::after {
	content: ">";
	display: block;
	position: absolute;
	font-size: 1.4rem;
	color: #ffffff;
	top: 1px;
	right: 12px;
	bottom: 0;
	margin: auto;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;

}

.breadcrumbs_top {
	padding-right: 3px !important;
}

.breadcrumbs_top:not(:last-child)::after {
	content: "" !important;
	display: none !important;
}

.breadcrumbs_top img {
	display: block;
	position: relative;
	top: 1px;
}

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

	/* ----------- breadcrumbs ----------- */
	.breadcrumbs li:not(:last-child) {
		padding-right: 26px;
	}

	.breadcrumbs li:not(:last-child)::after {
		right: 5px;

	}
}

/* ----------- greeting ----------- */
.sub_mvGreeting {
	background: url("../img/greeting/greeting_mv.png");
}

.greeting {}

.greeting_box {
	background-color: #f4f4f4;
	padding: 90px 80px;
}

.greeting_inner01 {
	font-size: 1.6rem;
	line-height: 2.1875;
	margin-bottom: 20px;
	text-align: justify;
}

.greeting_inner01 p{
	text-indent: 1em;
}

.greeting_inner02 {
	text-align: right;
}

.greeting_inner02 p {
	/*display: inline-block;*/
	text-align: right;
	font-size: 1.6rem;
	font-weight: bold;
	color: #931d23;
	line-height: 1.75;
	margin-bottom: 15px;
}
.greeting_inner02 p:last-of-type{
	margin-bottom: 0;
}

.greeting_inner02 p span {
	font-size: 1.375em;
}


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

	/* ----------- greeting ----------- */
	.greeting_box {
		padding: 60px 40px;
	}

}

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

	/* ----------- greeting ----------- */
	.greeting_box {
		padding: 40px 20px;
	}

	.greeting_inner01 {
		font-size: 1.4rem;
		margin-bottom: 20px;
		line-height: 2.0;
	}

	.greeting_inner02 p {
		font-size: 1.4rem;
	}
}

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

/* ----------- greeting ----------- */
	.greeting_inner02 p {
		margin-bottom: 10px;
	}
}

/* ----------- outline ----------- */
.sub_mvOutline {
	background: url("../img/outline/outline_mv.png");
}

.outline {}

.outline_content {
	margin-top: 45px;
}

.en_outline_list a{
	display: inline-block;
	text-decoration: none;
	color: #000;
	transition: .3s ease-in-out;
}
.en_outline_list a:hover{
	color: #931d23;
}

.outline_list>li {
	display: flex;
}

.outline_list>li:not(:last-child) {
	margin-bottom: 20px;
}

.outline_lTitle {
	width: 27.73%;
	background-color: #931d23;
	color: #fff;
	text-align: center;
	padding: 35px 10px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.outline_lInner {
	width: auto;
	background-color: #f4f4f4;
	padding: 30px 40px 30px;
	font-size: 1.8rem;
	line-height: 1.7;
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.outline_lInner>div {
	width: 100%;
}

.outline_lIList {}

.outline_lIList>li {
	display: flex;
}

.outline_lIList>li:not(:first-child) {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 2px solid #ffffff;
}

.outline_lIList>li>div:nth-child(1) {
	width: 100px;
}

.outline_lIRight {
	text-align: right;
	margin-top: 5px;
}

.outline_lInner small {
	font-size: 1.6rem;
}

@media only screen and (max-width: 1024px) {
	/* ----------- outline ----------- */

}

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

	/* ----------- outline ----------- */
	.outline_list>li {
		flex-wrap: wrap;
	}

	.outline_lTitle {
		width: 100%;
		justify-content: flex-start;
		padding: 19px 20px 17px;
		font-size: 1.8rem;
	}

	.outline_lInner {
		width: 100%;
		padding: 19px 20px 17px;
		font-size: 1.6rem;
	}

	.outline_lInner small {
		font-size: 1.4rem;
	}

}

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

	/* ----------- outline ----------- */
	.outline_lIList>li {
		flex-wrap: wrap;
	}

	.outline_lIList>li>div:nth-child(1) {
		width: 100%;
		padding-bottom: 10px;
	}
}

/* ----------- advertisement ----------- */
.sub_mvAdvertisement{
	background: url("../img/advertisement/advertisement_mv.jpg");
}
.sub_mvAdvertisement .sub_mvContent{
	width: 510px;
}
.advertisement ul{
	margin: 45px 0;
}
.advertisement ul li{
	list-style-type: none;
	font-size: 1.6rem;
	color: #000;
	line-height: 1.625;
	text-align: justify;
	text-indent: 1em;
}
.advertisement ul li:not(:last-of-type){
	margin-bottom: 10px;
}
.advertisement a{
	display: inline-block;
	text-decoration: underline;
	font-size: 1.8rem;
	font-weight: bold;
	color: #931d23;
	padding-left: 25px;
	background: url('../img/advertisement/advertisement_icon01.png') no-repeat left center;
	margin-bottom: 10px;
}
.advertisement a:hover{
	opacity: 0.8;
}
.advertisement a:last-of-type{
	margin-bottom: 0;
}

@media only screen and (max-width:1024px) {
	.advertisement ul{
		margin: 40px 0;
	}
}
@media only screen and (max-width:768px) {
	.advertisement ul{
		margin: 35px 0;
	}
}
@media only screen and (max-width:480px) {
	.advertisement ul{
		margin: 30px 0;
	}
	.advertisement ul li{
		font-size: 1.4rem;
	}
	.advertisement ul li:not(:last-of-type){
		margin-bottom: 8px;
	}
	.advertisement a{
		font-size: 1.6rem;
	}
}