@charset "utf-8";

/**********************************************
 * 
 * common
 * header
 * footer
 *
 ***********************************************/

/**********************************************
 * 
 * common
 *
***********************************************/
/* baseに移す用 */
.l-content-medium {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 767px) {
	.l-content-medium {
		width: 100%;
		padding: 0 15px;
	}
}

.Heading {
	height: auto;
	padding: 35px 0;
	text-align: center;
	font-size: 4rem;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	background: url(/cms/wp-content/themes/ohara/assets/images/bg_heading.png) no-repeat right / auto 100%, #cf0010;
}

.Heading_Text {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 4rem;
}

@media (max-width: 767px) {
	.Heading {
		padding: 32px 0;
		font-size: 3rem;
		background: url(/cms/wp-content/themes/ohara/assets/images/bg_heading_sp.png) no-repeat bottom right, #cf0010;
	}

	.Heading_Text {
		padding: 0 20px;
		font-size: 3rem;
	}
}

.Breadcrumb {
	background: url(/cms/wp-content/themes/ohara/assets/images/bg_breadcrumb.png) repeat-x;
	overflow: hidden;
}

.Breadcrumb_list::after {
	position: absolute;
	content: "";
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	background: #fff;
}

.Breadcrumb_list::before {
	position: absolute;
	content: "";
	right: -34px;
	top: 46px;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 34px solid transparent;
	border-left: 34px solid #fff;
	transform: rotate(45deg);
}

.Breadcrumb_list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 13px 0 3px;
	font-size: 1.4rem;
}

.Breadcrumb_item {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.Breadcrumb_item:not(:last-of-type)::after {
	position: relative;
	content: "";
	margin: 0 12px 0 8px;
	top: -1px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
}

.Breadcrumb_item:last-of-type {
	font-weight: bold;
}

.Breadcrumb_link {
	text-decoration: underline;
	color: #333;
	height: 100%;
	display: flex;
	align-items: center;
}

.Breadcrumb_link:hover {
	opacity: 0.6;
}

@media (max-width: 767px) {
	.Breadcrumb {
		padding: 0;
		background: none;
	}
}

.Title {
	z-index: 0;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
}

.Title.-h1 {
	font-weight: 500;
	font-size: 4rem;
	color: #fff;
	text-align: center;
}

.Title.-h2 {
	margin: 80px 0 60px;
	padding-top: 24px;
	font-weight: 500;
	font-size: 2.8rem;
	color: #000;
}

.Title.-h2::before {
	content: '';
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #efefef;
}

.Title.-h2::after {
	content: '';
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 3px;
	background: #e70012;
}

.Title.-h3 {
	margin: 60px 0 50px;
	padding-top: 28px;
	font-weight: 700;
	font-size: 2.2rem;
	color: #e70012;
}

.Title.-h3::before {
	content: '';
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e70012;
}

.Title.-h4 {
	margin: 60px 0 30px;
	padding: 10px 20px;
	font-weight: 700;
	font-size: 2rem;
	color: #000;
	background: #efefef;
}

.Title.-h5 {
	margin: 30px 0 20px;
	padding-left: 15px;
	font-weight: 400;
	font-size: 1.8rem;
	color: #e70012;
	border-left: 3px solid #e70012;
}

@media (max-width: 767px) {
	.Title.-h2 {
		margin: 60px 0 40px;
		font-size: 2.2rem;
	}

	.Title.-h2::after {
		width: 80px;
	}

	.Title.-h3 {
		margin: 40px 0 20px;
		font-size: 1.8rem;
	}

	.Title.-h4 {
		margin: 40px 0 30px;
		font-size: 1.6rem;
	}

	.Title.-h5 {
		margin: 20px 0;
		font-size: 1.6rem;
	}
}

.Text {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 2;
}

.Text.-bold {
	font-weight: 700;
}

.Text.-red {
	color: #e70012;
}

.Text.-large {
	font-size: 20px;
}

.MarkerText {
	display: inline;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 2.2rem;
	background: linear-gradient(transparent 40%, rgba(231, 0, 18, .15) 0%)
}

@media (max-width: 767px) {
	.MarkerText {
		font-size: 1.8rem;
	}

	.Text.-large {
		font-size: 16px;
	}

}

/* ctach copy */
.CatchCopy {
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
}

.CatchCopy_Title {
	display: block;
	margin-bottom: 37px;
	font-weight: 500;
	font-size: 3.2rem;
}

.CatchCopy_Text {
	font-weight: 400;
	line-height: 2;
}

@media (max-width: 767px) {
	.CatchCopy_Title {
		font-size: 2.2rem;
	}

	.CatchCopy_Text {
		text-align: left;
	}
}

/* list */

.CircleList_Item {
	position: relative;
	padding-left: 1.7rem;
}

.CircleList_Item::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 7px;
	height: 7px;
	background: #e70012;
	border-radius: 7px;
}

.CircleList_Item + .CircleList_Item {
	margin-top: 10px;
}

.NumberList {
	counter-reset: number;
	list-style: none;
}

.NumberList_Item {
	position: relative;
	padding-left: 1.7rem;
}

.NumberList_Item:before {
	counter-increment: number;
	content: counter(number)'.';
	position: absolute;
	top: 0;
	left: 0;
}

.NumberList_Item + .NumberList_Item {
	margin-top: 10px;
}

/* tab */
.Tab_Nav {
	z-index: 1;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 71px;
	margin-bottom: 76px;
	border-bottom: 1px solid #d0121b;
}

.Tab_Item {
	z-index: -1;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 60px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	border: 1px solid #ccc;
	border-bottom: 0;
	transition: .3s;
	cursor: pointer;
}

.Tab_Item:hover {
	color: #e70012;
}

.Tab_Item + .Tab_Item {
	margin-left: 8px;
}

.Tab_Item.is-active {
	height: 70px;
	font-weight: 700;
	color: #e70012;
	border-color: #d0121b;
}

.Tab_Item.is-active::before {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
}

.Tab_Content {
	display: none;
}

.Tab_Content.is-active {
	display: block;
}

@media (max-width: 767px) {
	.Tab_NavWrap {
		overflow-x: scroll;
	}

	.Tab_Nav {
		width: 640px;
		height: 81px;
		margin: 15px 0;
		white-space: nowrap;
	}

	.Tab_Item {
		width: 100px;
		height: 70px;
		text-align: center;
		font-size: 1.6rem;
	}

	.Tab_Item.is-active::before {
		bottom: -3px;
		height: 4px;
	}

	.Tab_Item + .Tab_Item {
		margin-left: 5px;
	}

	.Tab_Item.is-active {
		height: 80px;
	}
}

/* link */
.Anchor {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.Anchor_Item {
	position: relative;
	display: block;
	width: calc(100% / 7);
	padding: 12px 19px 25px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	color: #000;
	text-align: center;
	border-left: 1px solid #ccc;
}

.Anchor_Item:nth-of-type(7n),
.Anchor_Item:last-of-type {
	border-right: 1px solid #ccc;
}

.Anchor_Item::after {
	content: '\f078';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	font-size: 1.6rem;
	color: #e70012;
}

@media (max-width: 767px) {
	.Anchor {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.Anchor_Item {
		width: calc(100% / 3);
		margin-bottom: 20px;
		font-size: 1.4rem;
	}

	.Anchor_Item:nth-of-type(7n) {
		border-right: 0;
	}

	.Anchor_Item:nth-of-type(3n) {
		border-right: 1px solid #ccc;
	}
}

/* link 4 → 2 noyori*/
.Anchor4 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.Anchor_Item4 {
	position: relative;
	display: block;
	width: calc(100% / 6);
	padding: 12px 19px 25px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	color: #000;
	text-align: center;
	border-left: 1px solid #ccc;
}

.Anchor_Item4:nth-of-type(7n),
.Anchor_Item4:last-of-type {
	border-right: 1px solid #ccc;
}

.Anchor_Item4::after {
	content: '\f078';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	font-size: 1.6rem;
	color: #e70012;
}

@media (max-width: 767px) {
	.Anchor4 {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.Anchor_Item4 {
		width: calc(100% / 2);
		margin-bottom: 20px;
		font-size: 1.4rem;
	}

	.Anchor_Item4:nth-of-type(7n) {
		border-right: 0;
	}

	.Anchor_Item4:nth-of-type(2n) {
		border-right: 1px solid #ccc;
	}
}

/* IconBtn */
.IconBtn_Row {
	display: flex;
	justify-content: center;
	margin-top: 115px;
	padding-bottom: 10px;
}

.IconBtn_Row.-less {
	margin: 40px -15px 0;
	padding: 0 100px 10px;
}

.IconBtn_Column {
	width: 50%;
	padding: 0 15px;
}

.IconBtn {
	position: relative;
	display: block;
	text-align: center;
	box-shadow: 10px 12px 0 #bfbfbf;
	padding: 52px 100px 52px 140px;
	background: #efefef;
	font-size: 2.4rem;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	transition: box-shadow .3s, transform .5s, opacity .3s;
	opacity: 1;
}

.-less .IconBtn {
	padding: 22px 100px 22px 140px;
}

.IconBtn:hover {
	box-shadow: 0 0 0 #bfbfbf;
	transform: translate3d(0, 5px, 0);
	opacity: 0.8;
}

.IconBtn::after {
	position: absolute;
	content: "";
	width: 20px;
	height: 10px;
	right: 35px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/icon/arrow.svg) no-repeat center / contain;
	transition: right .5s;
}

.IconBtn:hover::after {
	right: 25px;
}

.IconBtn_Icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 36px;
	margin: auto;
	width: 100px;
	height: 100px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	z-index: 1;
}

.-less .IconBtn_Icon {
	width: 55px;
	height: 55px;
}

.IconBtn_IconImg {
	position: relative;
	width: 38px;
	height: 42px;
}

.-less .IconBtn_IconImg {
	width: 21px;
	height: 28px;
}

@media (max-width: 767px) {

	/* IconBtn_ */
	.IconBtn_Row {
		display: block;
		margin-top: 45px;
	}

	.IconBtn_Row.-less {
		margin: 20px 0 0 0;
		padding: 0 0 10px;
	}

	.IconBtn_Column {
		width: 100%;
		padding: 0 5px 0 0;
	}

	.IconBtn_Column + .IconBtn_Column {
		margin-top: 35px;
	}

	.IconBtn {
		padding: 29px;
		width: 100%;
		font-size: 1.4rem;
		box-shadow: 5px 6px 0 #bfbfbf;
	}

	.-less .IconBtn {
		padding: 31px 20px 28px 20px;
		box-shadow: 6px 6px 0 #bfbfbf;
	}

	.IconBtn::after {
		width: 12px;
		height: auto;
		right: 20px;
	}

	.IconBtn_Icon {
		width: 58px;
		height: 58px;
		left: 20px;
	}

	.IconBtn_IconImg {
		width: 24px;
		height: 30px;
	}

	.-less .IconBtn_IconImg {
		width: 21px;
		height: 28px;
	}
}

.PictureBtn {
	padding-bottom: 10px;
}

.PictureBtn_Link {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	height: 150px;
	font-family: 'Noto Sans JP', sans-serif;
	box-shadow: 10px 12px 0 #bfbfbf;
	transition: box-shadow .3s, transform .5s, opacity .3s;
	opacity: 1;
}

.PictureBtn_Link:hover {
	box-shadow: 0 0 0 #bfbfbf;
	transform: translate3d(0, 5px, 0);
	opacity: 0.8;
}

.PictureBtn_ImageWrap {
	width: 380px;
	height: 150px;
}

.PictureBtn_Image {
	width: 100%;
	height: auto;
}

.PictureBtn_TextWrap {
	position: relative;
	width: calc(100% - 380px);
	padding: 23px 30px;
	background: #efefef;
}

.PictureBtn_TextWrap::after {
	position: absolute;
	content: "";
	width: 20px;
	height: 10px;
	right: 35px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/icon/arrow.svg) no-repeat center / contain;
	transition: right .5s;
}

.PictureBtn_TextWrap:hover::after {
	right: 25px;
}

.PictureBtn_Title {
	display: block;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 2.4rem;
	color: #000;
}

.PictureBtn_Text {
	display: block;
	font-weight: 400;
	color: #000;
}

@media (max-width: 767px) {
	.PictureBtn_Link {
		flex-direction: column;
		height: auto;
	}

	.PictureBtn_ImageWrap {
		width: 100%;
		height: auto;
	}

	.PictureBtn_TextWrap {
		width: 100%;
		padding: 20px 50px 20px 20px;
	}

	.PictureBtn_TextWrap::after {
		right: 20px;
	}

	.PictureBtn_Title,
	.PictureBtn_Text {
		font-size: 1.4rem;
	}
}

.BoxBtn {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.BoxBtn_Column {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 30px);
}

.BoxBtn_Link {
	position: relative;
	width: 370px;
	margin: 0 auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 2rem;
	color: #000;
	text-align: center;
	background: #efefef;
	transition: box-shadow .3s, transform .5s, opacity .3s;
	opacity: 1;
}
.BoxBtn_Link.-red {
	background: #e70012;
	color: #fff;
}
.BoxBtn_Link:hover {
	opacity: 0.6;
}

.BoxBtn_Link.-prev {
	padding: 10px 40px 10px 20px;
}

.BoxBtn_Link.-back {
	padding: 10px 20px 10px 40px;
}

.BoxBtn_Link::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20px;
	height: 10px;
	margin: auto;
}

.BoxBtn_Link.-prev::after {
	right: 20px;
	background: url(../images/icon/arrow.svg) no-repeat center / contain;
	transition: right .5s;
}
.BoxBtn_Link.-prev.-red::after {
	right: 20px;
	background: url(../images/icon/arrow_white.svg) no-repeat center / contain;
	transition: right .5s;
}
.BoxBtn_Link.-prev:hover::after {
	right: 10px;
}
.BoxBtn_Link.-prev[href$=".pdf"] span::after {
	content: "\f1c1";
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	font-weight: lighter;
	margin-left: 5px;
}
.BoxBtn_Link.-prev[href$="https://"] span::after {
	content: '\f360';
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	font-weight: lighter;
	margin-left: 5px;
}

.BoxBtn_Link.-back::after {
	left: 20px;
	background: url(../images/icon/arrow.svg) no-repeat center / contain;
	transform: scale(-1, 1);
	transition: left .5s;
}

.BoxBtn_Link.-back:hover::after {
	left: 10px;
}

@media (max-width: 767px) {
	.BoxBtn {
		align-items: center;
		flex-direction: column;
	}

	.BoxBtn_Column {
		margin: 15px 0;
	}
}

.Bg_BtnSec {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.Bg_BtnSec_btnColumn {
	width: 50%;
	padding: 46px 86px;
}

.Bg_BtnSec_btnColumn.-red {
	background: #e70012;
}

.Bg_Btn {
	position: relative;
	display: block;
	width: 100%;
	padding: 14px 51px 14px 49px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 2rem;
	text-align: center;
}

.Bg_Btn::after {
	position: absolute;
	content: "";
	width: 20px;
	height: 10px;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/icon/arrow.svg) no-repeat center / contain;
	transition: right .5s;
}

.Bg_Btn.-red::after {
	background: url(../images/icon/arrow_white.svg) no-repeat center / contain;
}

.Bg_Btn:hover::after {
	right: 10px;
}

.Bg_Btn.-white {
	color: #000;
	background: #fff;
}

.Bg_Btn.-red {
	color: #fff;
	background: #e70012;
}

@media (max-width: 767px) {
	.Bg_BtnSec {
		flex-direction: column;
	}

	.Bg_BtnSec_btnColumn {
		width: 100%;
		padding: 27px 20px;
	}

	.Bg_BtnSec_btnColumn.-white {
		padding: 27px 0;
	}

	.BoxBtn_Link {
		font-size: 1.6rem;
	}

	.Bg_Btn {
		font-size: 1.6rem;
	}

	.Bg_Btn.-red {
		font-size: 2rem;
	}
}

/* border botton */
.BorderBtn {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.BorderBtn.-quarter {
	width: 50%;
}

.BorderBtn_Item {
	position: relative;
}

.BorderBtn_Item::before,
.BorderBtn_Item::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	left: 0;
	right: 0;
	margin: auto;
}

.BorderBtn_Item::before {
	top: -1px;
}

.BorderBtn_Item::after {
	bottom: 0;
}

.-half .BorderBtn_Item {
	position: relative;
	width: calc(50% - 15px);
}

.-quarter .BorderBtn_Item {
	width: calc(50% - 10px);
}

.BorderBtn_Link {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 20px 70px 20px 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 2rem;
	color: #000;
}

.BorderBtn_Link:hover:hover {
	opacity: 0.6;
}

.BorderBtn_Link::after {
	position: absolute;
	content: "";
	width: 20px;
	height: 10px;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/icon/arrow.svg) no-repeat center / contain;
	transition: right .5s;
}

.BorderBtn_Link:hover::after {
	right: 0px;
}

.BorderBtn_Link.-less {
	padding: 16px 33px 16px 10px;
	font-size: 1.8rem;
}

@media (max-width: 767px) {
	.BorderBtn.-half {
		flex-direction: column;
	}

	.BorderBtn.-quarter {
		width: 100%;
	}

	.-half .BorderBtn_Item {
		width: 100%;
	}


	.-quarter .BorderBtn_Item {
		width: calc(50% - 15px);
	}

	.BorderBtn_Link {
		font-size: 1.6rem;
		padding: 18px 35px 18px 15px;
	}

	.BorderBtn_Link.-less {
		font-size: 1.4rem;
	}
}

.Text_InLink {
	position: relative;
	display: inline-block;
	margin-right: 25px;
	padding-bottom: 5px;
	color: #e70012;
	border-bottom: 1px solid #e70012;
	transition: .3s;
	opacity: 1;
}

.Text_InLink.-blank::before {
	content: '\f14c';
	position: absolute;
	top: 0;
	right: -18px;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	color: #666;
}

.Text_InLink.-pdf::before {
	content: '\f1c1';
	position: absolute;
	top: 0;
	right: -18px;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	color: #666;
}

.Text_InLink:hover {
	opacity: 0.6;
}

@media (max-width: 767px) {
	.Text_InLink {
		padding-bottom: 0;
	}
}

.TextLink {
	position: relative;
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #000;
}

.TextLink:hover {
	color: #cf0010;
}

.TextLink.-arrow {
	margin-right: 25px;
}

.TextLink.-arrow::after {
	content: '';
	position: absolute;
	top: 0;
	right: -25px;
	bottom: 0;
	width: 20px;
	height: 10px;
	margin: auto;
	background: url(../images/icon/arrow_red.svg) no-repeat center / contain;
	transition: right .5s;
}

.TextLink.-arrow:hover::after {
	right: -30px;
}

.TextLink.-pdf::after,
.TextLink.-blank::after {
	content: '';
	position: absolute;
	top: 0;
	right: -18px;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	color: #666;
	line-height: 1;
}

.TextLink.-blank::after {
	content: '\f360';
}

.TextLink.-pdf::after {
	content: '\f1c1';
}

.TextLink + .TextLink {
	margin-left: 15px;
}


/* table */
.Table {
	width: 100%;
	table-layout: fixed;
}

.js-scrollable .Table {
	width: 99.9%;
}

.Table_Row {
	border-top: 1px solid #ccc;
}

.Table_Body .Table_Row:last-of-type {
	border-bottom: 1px solid #ccc;
}

.Table_Header {
	padding: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background: #666;
}

.Table_Header.-grayborder {
	border: 1px solid #efefef;
}

.Table_Description {
	padding: 17px 27px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #000;
}

.Table_Description.-colored {
	font-weight: 500;
	background: #efefef;
	width: 21%;
}

.Table_Description.-colored22 {
	font-weight: 500;
	background: #efefef;
	width: 22%;
}

.Table_Description.-colored23 {
	font-weight: 500;
	background: #efefef;
	width: 23%;
}

.Table_Description.-coloredf7 {
	font-weight: 500;
	background: #F7F7F7;
	width: 21%;
}

.Table_Description.-border-right {
	border-right: 1px solid #ccc;
}

/*2022.07.30_追記(金森)*/

.Table_Description.-border-left {
	border-left: 1px solid #ccc;
}

/*2022.07.30_追記(金森)*/

.Table_Description.-number {
	text-align: right;
}

@media (max-width: 767px) {

	.Table.-column,
	.-column .Table_Body,
	.-column .Table_Row,
	.-column .Table_Description {
		display: block;
		width: 100%;
	}

	.Table_Description.-colored {
		border-bottom: 1px solid #ccc;
	}

	.Table_Description.-colored22 {
		border-bottom: 1px solid #ccc;
	}

	.Table_Description.-colored23 {
		border-bottom: 1px solid #ccc;
	}

	.Table_Description.-coloredf7 {
		border-bottom: 1px solid #ccc;
	}


	.Table_Wrap {
		overflow-x: auto;
	}

	.Table_Description.-border-right {
		border-right: 0;
	}

	.js-scrollable .Table_Description.-border-right {
		border-right: 1px solid #ccc
	}
	
	/*2022.07.30_追記(金森)*/

	.js-scrollable .Table_Description.-border-left {
		border-left: 1px solid #ccc
	}
	
	/*2022.07.30_追記(金森)*/

	.Table:not(.-column) {
		width: 500px;
		border-collapse: collapse;
	}

	.Table:not(.-column).Table-fees {
		width: 100%;
	}

	.Table-fees .Table_Description {
		padding: 17px 16px;
	}


}

/* box table */
.BoxTable_Wrap {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 15px;
	background: #fde5e7;
}

.BoxTable_Item {
	width: calc((100% - 60px) / 2);
	margin: 15px;
	padding: 20px 30px;
	background: #fff;
}

.BoxTable_Title {
	display: block;
	padding-bottom: 12px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.BoxTable_Content {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.BoxTable_MainText {
	font-size: 4.2rem;
	display: inline-block;
	margin: 0 5px;
}

.BoxTable_SupText {
	font-size: 2.4rem;
	position: relative;
	top: -17px;
}

.BoxTable_SubText {
	font-size: 2.4rem;
}

@media (max-width: 767px) {
	.BoxTable_Wrap {
		padding: 7px;
	}

	.BoxTable_Item {
		width: calc((100% - 28px) / 2);
		margin: 7px;
		padding: 15px 10px;
	}

	.BoxTable_Title {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.AnnotationText {
	position: relative;
	padding-left: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
}

.AnnotationText::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
}

.Footer_detail .AnnotationText::before {
	position: static;
}

.Images_Wrap {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.Images_Item + .Images_Item {
	margin-left: 30px;
}

.Images_Wrap.-col3 > .Images_Item {
	width: 476px;
	height: 296px;
}

.Images_Wrap.-col2 > .Images_Item {
	width: 570px;
	height: 456px;
}

.Images_Image {
	width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	.Images_Wrap {
		justify-content: center;
	}

	.Images_Item + .Images_Item {
		margin: 15px 0 0 0;
	}

	.Images_Wrap.-col2,
	.Images_Wrap.-col3 {
		flex-direction: column;
	}

	.Images_Wrap.-col2 > .Images_Item,
	.Images_Wrap.-col3 > .Images_Item {
		width: 100%;
		height: auto;
	}

	.-col3 .Images_Item + .Images_Item {
		margin-left: 0;
		margin-top: 30px;
	}
}

.ImageTextBox_Sec {
	margin-right: -15px;
	margin-left: -15px;
	padding: 60px 0 80px;
}

.ImageTextBox_Sec.-red {
	background: #fef7f8;
}

.ImageTextBox_Wrap {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.ImageTextBox_Wrap.-reverse {
	flex-direction: row-reverse;
}

.ImageTextBox_ImageWrap {
	z-index: 1;
	position: relative;
	width: 470px;
	height: 330px;
}

.ImageTextBox_ImageWrap::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 450px;
	height: 330px;
}

.ImageTextBox_ImageWrap.-red::before {
	background: url(../images/bg_image.png) no-repeat center / contain;
}

.ImageTextBox_ImageWrap.-gray::before {
	background: url(../images/bg_image_gray.png) no-repeat center / contain;
}

.ImageTextBox_Image {
	width: calc(100% - 20px);
	height: auto;
}

.ImageTextBox_TextWrap {
	width: 470px;
	height: auto;
	margin-left: 30px;
}

.-reverse .ImageTextBox_TextWrap {
	margin-right: 30px;
	margin-left: 0;
}

.ImageTextBox_Text {
	margin-top: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 2;
}

@media (max-width: 767px) {
	.ImageTextBox_Sec {
		padding: 40px 0;
	}

	.ImageTextBox_Wrap {
		padding-right: 15px;
		padding-left: 15px;
	}

	.ImageTextBox_Wrap,
	.ImageTextBox_Wrap.-reverse {
		flex-direction: column;
	}

	.ImageTextBox_ImageWrap {
		width: 100%;
		height: auto;
	}

	.ImageTextBox_ImageWrap::before {
		left: 10px;
		width: 100%;
		height: 100%;
	}

	.ImageTextBox_TextWrap {
		width: 100%;
		margin-top: 30px;
		margin-left: 0;
	}

	.ImageTextBox_Text {
		margin-top: 20px;
    font-size: 1.4rem;
	}
}

/* flow */
.Flow_Wrap {
	position: relative;
	padding-bottom: 45px;
}

.Flow_WrapText {
	position: absolute;
	bottom: 0;
	left: 108px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 3rem;
	color: #cf0010;
}

.Flow_Item {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	margin-bottom: 60px;
	background: #efefef;
	border-radius: 8px;
}

.Flow_Item + .Flow_Item::after,
.Flow_WrapText::after {
	content: '';
	position: absolute;
	top: -60px;
	left: 135px;
	width: 2px;
	height: 60px;
	background: #cf0010;
}


.Flow_Step {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 270px;
	min-height: 270px;
	background: #cf0010;
	color: #fff;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.Flow_StepText {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 65px;
	margin-bottom: 30px;
	font-family: 'Barlow', sans-serif;
}

.Flow_Prefix {
	font-size: 2.2rem;
	line-height: 1;
}

.Flow_Number {
	display: block;
	width: 100%;
	padding-bottom: 7px;
	font-size: 4.4rem;
	text-align: center;
	line-height: 1;
	border-bottom: 5px solid rgba(208, 202, 3, .4);
}

.Flow_Text {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 3rem;
	text-align: center;
}

.Flow_Content {
	padding: 26px 30px;
	width: calc(100% - 80px);
}

.Flow_Content .CircleList_Item {
	width: 305px;
}

.Flow_WrapText::after {
	left: 27px;
}

@media (max-width: 767px) {
	.Flow_Wrap {
		padding-bottom: 30px;
	}

	.Flow_WrapText {
		left: 32px;
		font-size: 2rem;
	}

	.Flow_Item {
		margin-bottom: 30px;
	}

	.Flow_Item::before {
		bottom: -30px;
		left: 50px;
		height: 30px;
	}

	.Flow_Step {
		width: 100px;
		min-height: auto;
		padding: 10px;
	}

	.Flow_StepText {
		width: 30px;
	}

	.Flow_Prefix {
		font-size: 1.2rem;
	}

	.Flow_Number {
		font-size: 4rem;
	}

	.Flow_Text {
		font-size: 1.8rem;
	}

	.Flow_Content {
		width: calc(100% - 100px);
		padding: 30px 15px;
	}

	.Flow_Content .CircleList_Item {
		width: 100%;
	}

	.Flow_Content .CircleList {
		margin-top: 10px;
	}

	.Flow_Item + .Flow_Item::after,
	.Flow_WrapText::after {
		content: '';
		position: absolute;
		top: -60px;
		left: 48px;
		width: 2px;
		height: 60px;
		background: #cf0010;
		z-index: -1;
	}

	.Flow_WrapText::after {
		left: 17px;
	}
}

/* accordion */
.Accordion_Wrap {
	border: 1px solid #efefef;
}

.Accordion_Wrap + .Accordion_Wrap {
	margin-top: 10px;
}

.Accordion_Head {
	position: relative;
	padding: 10px 50px 10px 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 2rem;
	background: #efefef;
	cursor: pointer;
}

.Accordion_Head::before,
.Accordion_Head::after {
	position: absolute;
	content: "";
	width: 13px;
	height: 2px;
	background: #000;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: transform .5s;
}

.Accordion_Head::after {
	transform: rotate(90deg);
}

.Accordion_Head.is-active::after {
	transform: rotate(0);
}

.Accordion_Content {
	padding: 0 30px 30px;
}

.Accordion_Youtube {
	padding: 30px 30px 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.Accordion_Youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.Accordion_Gallery {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: -10px;
}

.Accordion_GalleryItem {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 290px;
	height: 234px;
	margin: 10px;
	border: 1px solid #ccc;
}

.Accordion_GalleryImage {
	max-width: 100%;
	max-height: 100%;
}

@media (max-width: 767px) {
	.Accordion_Head {
		font-size: 1.6rem;
	}

	.Accordion_Content {
		padding: 0 15px 15px;
	}

	.Accordion_Gallery {
		flex-direction: column;
		margin: 0;
	}

	.Accordion_GalleryItem {
		width: 100%;
		height: auto;
		margin: 0 0 20px 0;
	}
}

.HouseSize {
	display: flex;
	justify-content: center;
	align-items: center;
}

.HouseSize_Image {
	max-width: 100%;
	max-height: 100%;
}

/**********************************************
 * 
 * Header
 *
 ***********************************************/
.Header {
	position: relative;
	display: flex;
	justify-content: space-between;
	height: 100%;
}

.Header_title {
	position: relative;
	top: 13px;
	width: 285px;
	height: 180px;
	border-radius: 8px;
	border: solid 4px #cf0010;
	background: #fff;
	padding: 0 10px;
	transition: all .5s;
}

.Header_title::before {
	position: absolute;
	content: "";
	width: calc(100% - 5px);
	height: calc(100% - 5px);
	border-radius: 6px;
	border: solid 2px #cf0010;
	opacity: 0.5;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 0;
}

.Header_title::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border: 14px solid transparent;
	border-right: 14px solid #cf0010;
	right: -18px;
	top: -65px;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
}

.Header_titleLink {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
	font-size: 1.4rem;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	color: #cf0010;
	text-align: center;
	line-height: 1.3;
}

.Header_titleEm {
	font-size: 2.6rem;
	margin-top: 2px;
}

.Header_titleEm.-small {
	font-size: 2.3rem;
}

/* Header_nav */
.Header_navWrap {
	height: 100%;
}

.Header_navList {
	display: flex;
	height: 100px;
	border-right: 1px solid #ccc;
}

.Header_navListItem {
	border-left: 1px solid #ccc;
	min-width: 140px;
	height: 100%;
}

.Header_navListItem.-sp {
	display: none;
}

.Header_navListLink {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #000;
	height: 100%;
	font-size: 1.8rem;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	line-height: 1.3;
}

.Header_navListLink::after {
	position: absolute;
	content: "";
	width: 0;
	height: 4px;
	background-color: #e70012;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: width .5s;
}

.Header_navListLink:hover::after,
.Header_navListLink.is-current::after {
	width: 100px;
}

.Header_navListImg {
	width: auto;
	height: 23px;
	margin: -10px 0 20px;
	transition: fill .5s;
	fill: #999;
}

.Header_navListImg.-narrow {
	margin: 0 0 9px;
}

.Header_navListLink.is-current .Header_navListImg,
.Header_navListLink:hover .Header_navListImg {
	fill: #e70012;
}

.Header_spContactLink {
	display: none;
}

.Header_spButton {
	display: none;
}

.Header_spNavList {
	display: none;
}

/* scroll-active */
.Header.is-scroll-active .Header_title {
	height: 155px;
}

@media (max-width: 767px) {
	.l-header .l-container {
		padding-left: 10px;
	}

	.Header {
		height: 60px;
		margin-right: -15px;
	}

	.Header_title {
		position: static;
		width: auto;
		height: auto;
		border-radius: 0;
		border: 0;
		padding: 0;
	}

	.Header_title .AnnotationText {
		font-size: 1.2rem;
	}

	.Header_title::before {
		display: none;
	}

	.Header_title::after {
		display: none;
	}

	.Header_titleLink {
		align-items: flex-start;
		font-size: 1.2rem;
		text-align: left;
	}

	.Header_titleEm {
		font-size: 1.8rem;
		display: block;
	}

	.Header_titleEm.-small {
		font-size: 1.6rem;
	}

	/* Header_spButton */
	.Header_spButton {
		position: absolute;
		right: 0;
		top: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		width: 60px;
		height: 60px;
		color: #fff;
		z-index: 10;
		background: #e70012;
	}
	.Header_spButtonText {
		font-family: 'Barlow', sans-serif;
		font-size: 1.2rem;
		font-weight: 300;
		color: #fff;
	}

	.Header_spButtonIcon {
		position: relative;
		width: 30px;
		height: 2px;
		background: #fff;
		margin: 10px 0;
	}

	.Header_spButtonIcon::before,
	.Header_spButtonIcon::after {
		position: absolute;
		content: "";
		width: 100%;
		height: 2px;
		background: #fff;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		transition: .5s;
		transition-property: top, bottom, transform;
	}

	.Header_spButtonIcon::before {
		top: -15px;
	}

	.Header_spButtonIcon::after {
		bottom: -15px;
	}

	body.is-spnav-active .Header_spButtonIcon {
		background: none;
	}

	body.is-spnav-active .Header_spButtonIcon::before {
		transform: rotate(45deg);
		top: 0;
	}

	body.is-spnav-active .Header_spButtonIcon::after {
		transform: rotate(-45deg);
		bottom: 0;
	}

	.Header_spContactLink {
		display: block;
		position: absolute;
		right: 60px;
		top: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		width: 60px;
		height: 60px;
		color: #fff;
		z-index: 10;
		background: #333333;
		padding-bottom: 2px;
	}
	.Header_spContactLinkImg {
		width: 27px;
		height: auto;
		margin-bottom: 2px;
	}

	.Header_spContactLinkText {
		font-size: 1rem;
		font-weight: 700;
		font-family: 'Noto Sans JP', sans-serif;
	}

	/* Header_navWrap */
	.Header_navWrap {
		position: fixed;
		top: 60px;
		right: -100%;
		width: 100%;
		height: 100%;
		overflow: auto;
		background: #fff;
		padding: 10px 10px 80px;
		display: block;
		transition: transform .5s;
		z-index: 10;
	}

	body.is-spnav-active .Header_navWrap {
		transform: translateX(-100%);
	}

	/* Header_navList */
	.Header_navList {
		display: block;
		height: auto;
		border-left: 0;
	}

	.Header_navListItem {
		text-align: center;
		height: auto;
		min-width: 0;
		border-left: 0;
		border-bottom: 1px solid #e70012;
	}

	.Header_navListItem + .Header_navListItem {
		margin-left: 0;
		margin-top: 0;
	}

	.Header_navListItem.-sp {
		display: block;
	}

	.Header_navListLink {
		display: block;
		font-size: 1.4rem;
		text-align: left;
		padding: 15px 10px;
	}

	.Header_navListLink::after {
		display: none;
	}

	.Header_navListImg {
		display: none;
	}

	/* Header_spNavList */
	.Header_spNavList {
		display: flex;
		justify-content: space-between;
		margin-top: 35px;
	}

	.Header_spNavListItem {
		width: calc(100% / 3 - 10px);
		background: #e70012;
	}

	.Header_spNavListLink {
		color: #fff;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		height: 100%;
		padding: 15px 5px;
	}

	.Header_spNavListImg {
		width: 30px;
		height: 25px;
	}

	.Header_spNavListText {
		font-size: 1.5rem;
		font-weight: 400;
		font-family: 'Noto Sans JP', sans-serif;
		margin-top: 5px;
		display: block;
	}

	.Header_spNavListText.-small {
		margin: 10px 0;
	}

	/* scroll-active */
	.Header.is-scroll-active .Header_title {
		height: auto;
	}

}


/**********************************************
 * 
 * Corporate Header
 *
 ***********************************************/
.Header.-Coporate {
	align-items: center;
}

.Home_wrap {
	background: #fff;
}

.Home_Title {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	color: #333;
}

.Home_TitleMain {
	display: block;
	font-weight: 700;
	font-size: 2.5rem;
}

.Home_HeaderRight {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.Home_contactButton {
	display: none;
}

@keyframes menu_opacity {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.Home_menuButton {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 36px;
	height: 36px;
	cursor: pointer;
	transition: .1s;
	animation: .1s linear .1s menu_opacity;
}

.Home_menuButtonIcon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 18px;
	height: 18px;
}

.Home_menuButtonIcon::before {
	content: '\f0c9';
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 18px;
	height: 18px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	font-size: 2rem;
	color: #000;
	line-height: 1;
}

.is-active .Home_menuButtonIcon::before {
	content: '\f00d';
	font-size: 2.4rem;
}


.Home_menuButtonText {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
	color: #000;
}

.Home_menu {
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	padding: 20px 0 0;
	background: #fff;
	-webkit-overflow-scrolling: touch;
}

.Home-menuSec {
	padding-top: 105px;
	overflow: hidden;
}

.Home-menuSec_title {
	margin-bottom: 25px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 2.6rem;
	color: #333;
	text-align: center;
}

.Home-menuSec_list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.Home-menuSec_listItem {
	width: calc(100% / 3);
	padding: 15px;
}

.Home-menuSec_listTitle {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	color: #333;
}

.Home-menuSec_listTitle::before,
.Home-menuSec_listTitle::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
}

.Home-menuSec_listTitle::before {
	width: 100%;
	background: #e1dfdc;
}

.Home-menuSec_listTitle::after {
	width: 30px;
	background: #e70012;
}

.Home-menuSec_detailListItem + .Home-menuSec_detailListItem {
	margin-top: 5px;
}

.Home-menuSec_detailListLink {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	color: #333;
}

.Home-menuSec_detailListLink:hover {
	color: #cf0010;
}

.Home-menuSec_list.-onlyLink .Home-menuSec_detailListLink {
	position: relative;
	display: block;
	padding: 15px 30px;
}

.Home-menuSec_list.-onlyLink .Home-menuSec_detailListLink::before,
.Home-menuSec_list.-onlyLink .Home-menuSec_detailListLink::after {
	content: '';
	position: absolute;
	left: 0;
	width: 1px;
}

.Home-menuSec_list.-onlyLink .Home-menuSec_detailListLink::before {
	z-index: 0;
	top: 0;
	height: 100%;
	background: #e1dfdc;
}

.Home-menuSec_list.-onlyLink .Home-menuSec_detailListLink::after {
	z-index: 1;
	top: 0;
	bottom: 0;
	height: 16px;
	margin: auto;
	background: #e70012;
}

@media (max-width: 767px) {
	.Home_Title {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
		font-size: 1.2rem;
	}

	.Home_TitleMain {
		font-size: 1.8rem;
	}

	.Home_HeaderRight {
		padding: 10px;
	}

	.Home_contactButton {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		margin-right: 10px;
	}

	.Home_contactButtonIcon {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		width: 26px;
		height: 20px;
	}

	.Home_contactButtonIcon::before {
		content: '\f0e0';
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 26px;
		height: 20px;
		margin: auto;
		font-family: 'Font Awesome 5 Pro';
		font-weight: 400;
		font-size: 2.4rem;
		color: #000;
		line-height: 1;
	}

	.Home_contactButtonText {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		font-size: 1rem;
		color: #000;
	}

	.Home_menuButtonIcon {
		height: 20px;
	}

	.Home_menuButtonIcon {
		width: 24px;
		height: 20px;
	}

	.Home_menuButtonIcon::before {
		width: 24px;
		height: 20px;
		font-size: 2.8rem;
	}

	.Home_menuButtonText {
		font-size: 1rem;
	}

	.Home-menuSec {
		padding-top: 70px;
	}

	.Home-menuSec_title {
		position: relative;
		padding-bottom: 12px;
		font-size: 2rem;
		text-align: left;
		border-bottom: 1px solid #e70012;
	}

	.Home-menuSec_title::before,
	.Home-menuSec_title::after {
		content: '';
		position: absolute;
		top: -12px;
		right: 10px;
		bottom: 0;
		width: 19px;
		height: 1px;
		margin: auto;
		background: #a0a0a0;
		transition: .3s;
	}

	.Home-menuSec_title::after {
		transform: rotate(90deg);
	}

	.Home-menuSec_title.is-active::after {
		transform: rotate(0deg);
	}

	.Home-menuSec_list {
		flex-direction: column;
	}

	.Home-menuSec_listItem {
		width: 100%;
		padding: 15px 0;
	}

	.Home-menuSec_detailListLink:hover {
		color: #333;
	}
}

/**********************************************
 * 
 * Footer
 *
***********************************************/
.Footer {
	position: relative;
}

.Footer_cvArea {
	position: relative;
	display: flex;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	min-width: 1200px;
}

.Footer_cvArea::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 50px;
	top: -50px;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.7);
}

.Footer_cvArea::after {
	position: absolute;
	content: "";
	width: 208px;
	height: 23px;
	left: 0;
	right: 0;
	margin: auto;
	top: -37px;
	background: url(../../assets/images/p_footer_cv.png) no-repeat;
}

body.is-footer-cv-fixed .Footer_cvArea {
	position: static;
}

.Footer_cvItem {
	width: 100%;
	flex-grow: 1;
}

.Footer_cvItem.-sp {
	display: none;
}

.Footer_cvBtn {
	display: block;
	padding: 10px 20px;
	background: #e70012;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
}

.Footer_cvBtn:hover {
	opacity: 0.85;
}

.Footer_cvBtnInner {
	position: relative;
	padding: 0 20px;
}

.Footer_cvBtnInner::before,
.Footer_cvBtnInner::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
}

.Footer_cvBtnInner::before {
	left: -30px;
}

.Footer_cvBtnInner::after {
	right: -30px;
	background: url(../images/icon/arrow_white.svg) no-repeat center / contain;
	transition: right .5s;
}

.Footer_cvBtn:hover .Footer_cvBtnInner::after {
	right: -40px;
}

.Footer_cvBtn.-openCampus .Footer_cvBtnInner::before {
	width: 38px;
	height: 31px;
	background: url(../images/icon/school.svg) no-repeat center;
}

.Footer_cvBtn.-contact {
	background: #d00010;
}

.Footer_cvBtn.-contact .Footer_cvBtnInner::before {
	width: 34px;
	height: 27px;
	background: url(../images/icon/book-open.svg) no-repeat;
}

.Footer_cvArea.-Corporate .Footer_cvBtn.-contact .Footer_cvBtnInner::before {
	content: none;
	background: url(../images/icon/book-open.svg) no-repeat;
}

/* Footer_pagetop */
.Footer_pagetop {
	min-width: 50px;
	width: 50px;
	height: 50px;
}

.Footer_pagetopLink {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	padding: 0 10px;
	background: #000;
}

.Footer_pagetopImg {
	width: 16px;
	height: 19px;
	transition: transform .5s;
}

.Footer_pagetopLink:hover .Footer_pagetopImg {
	transform: translateY(-10px);
}

/* Footer_detail */
.Footer_detail {
	background: #333333;
	padding: 35px 0;
}

.Footer_addressArea {
	text-align: center;
	color: #fff;
}

.Footer_schoolName {
	font-size: 1.4rem;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	display: flex;
	flex-direction: column;
}

.Footer_schoolNameEm {
	font-size: 2.5rem;
}

.Footer_schoolSns {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.Footer_schoolSnsItem {
	padding: 10px;
}

.Footer_schoolSnsLink {
	display: block;
	width: 60px;
}

.Footer_schoolSnsImg {
	width: 100%;
	height: auto;
}

.Footer_schoolTel {
	position: relative;
	font-family: 'Barlow', sans-serif;
	font-size: 3rem;
	font-weight: 600;
	margin-top: 20px;
	display: inline-block;
}

.Footer_schoolTel::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: -30px;
	margin: auto;
	width: 25px;
	height: 25px;
	background: url(../images/icon/phone.svg) no-repeat;
}

.Footer_schoolTelLink {
	pointer-events: none;
	color: #fff;
}

.Footer_schoolAddress {
	font-family: 'Noto Sans JP', sans-serif;
}

.Footer_companyArea {
	background: #484848;
	padding: 40px 0;
	margin-top: 30px;
}

.Footer_companyInner {
	display: flex;
	justify-content: space-between;
}

.Footer_companyName {
	width: 25%;
	font-size: 2rem;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
}

.Footer_companyList {
	width: 75%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.Footer_companyListItem {
	width: 20%;
	border-left: 1px solid #fff;
	margin-bottom: 10px;
}

.Footer_companyListItem:nth-of-type(5n) {
	border-right: 1px solid #fff;
}

.Footer_companyListItem + .Footer_companyListItem {
	margin-left: -1px;
}

.Footer_companyListLink {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	color: #fff;
	padding: 0 15px;
	display: block;
	text-align: center;
}

.Footer_companyListLink:hover {
	opacity: 0.6;
}

.Footer_companyListLink.-bold {
	font-weight: bold;
}

.Footer_copyright {
	font-size: 1.2rem;
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	margin-top: 40px;
	text-align: center;
}


@media (max-width: 767px) {
	.Footer_cvArea {
		background: #fff;
		margin: 0;
		min-width: 0;
		overflow: hidden;
		width: 100%;
	}

	.Footer_cvItem {
		padding: 0;
		width: calc((100% / 2) - 1px);
		margin-right: 1px;
	}

	.Footer_cvItem.-sp {
		margin-right: 0;
	}


	.Footer_cvItem.-pc {
		display: none;
	}

	.Footer_cvItem.-sp {
		display: block;
	}

	.Footer_cvBtn {
		font-size: 1.4rem;
		text-align: left;
		padding: 17px 10px 17px 70px;
	}

	.Footer_cvArea.-Corporate .Footer_cvBtn.-contact {
		text-align: center;
	}

	.Footer_cvBtnInner {
		padding: 0;
	}

	.Footer_cvBtnInner::before {
		left: -42px;
	}

	.Footer_cvBtnInner::after {
		display: none;
	}

	.Footer_cvArea.-Corporate .Footer_cvBtn.-contact .Footer_cvBtnInner::before {
		content: '';
	}

	.Footer_cvBtn.-openCampus .Footer_cvBtnInner::before {
		width: 30px;
		height: auto;
	}

	.Footer_cvBtn.-line {
		background: #00a600;
	}

	.Footer_cvBtn.-line .Footer_cvBtnInner::before {
		width: 30px;
		height: 27px;
		background: url(../images/icon/comment-dots.svg) no-repeat;
	}

	/* Footer_pagetop */
	.Footer_pagetop {
		position: absolute;
		right: 0;
		top: -50px;
		min-width: 0;
		width: 50px;
		height: 50px;
		right: 20px;
	}

	/* Footer_detail */
	.Footer_detail {
		padding: 35px 0 25px;
	}

	/* Footer_school */
	.Footer_schoolTelLink {
		pointer-events: auto;
	}

	.Footer_schoolAddress {
		font-style: 1.4rem;
		margin-top: 10px;
	}

	.Footer_companyArea {
		padding: 20px 0;
	}

	.Footer_companyInner {
		display: block;
	}

	.Footer_companyName {
		width: 100%;
		text-align: center;
		margin-bottom: 5px;
	}

	.Footer_companyList {
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
	}

	.Footer_companyListItem {
		width: 50%;
		margin-top: 10px;
	}

	.Footer_companyListItem:nth-of-type(5n) {
		border-right: 0;
	}

	.Footer_companyListItem:nth-of-type(2n) {
		border-right: 1px solid #fff;
	}

	.Footer_companyListLink {
		font-size: 1.2rem;
	}

	.Footer_copyright {
		margin-top: 25px;
	}
}

/**********************************************
 * 
 * Corporate Footer
 *
***********************************************/
.Footer_cvArea.-Corporate::before,
.Footer_cvArea.-Corporate::after {
	content: none;
}

.Footer_companyInner.-Corporate {
	justify-content: center;
	height: 48px;
	align-items: center;
}

.Footer_companyList.-Corporate {
	justify-content: center;
	align-items: center;
}

.Footer_companyListItem.-Corporate {
	width: 25%;
	height: 48px;
	margin-bottom: 0;
	display: flex;
}

.Footer_companyListLink.-Corporate {
	margin: auto;
}



.Iframe iframe {
	width: 100%;
}

@media (max-width: 767px) {

	.Footer_cvArea.-Corporate {
		margin: 0;
		background: #ca0010;
	}

	.Footer_companyInner.-Corporate {
		height: auto;
	}

	.Footer_companyListItem.-Corporate {
		width: 50%;
		margin-bottom: 10px;
		height: 36px;
	}

}

/* 法人用
styleguide_corporate.php */

.Heading.Coporate {
	background-image: none;
	background: linear-gradient(to right, #ca0010, #ac000d);
	margin-top: -20px;
}

.Heading_Text.Coporate {
	font-size: 3.6rem;
}

@media (max-width: 767px) {
	.Heading.Coporate {
		margin-top: 0;
	}

	.Heading_Text.Coporate {
		font-size: 2.6rem;
	}
}

.Breadcrumb.Coporate {
	background-image: none;
	background-color: #f3f3f3;
}

.Breadcrumb_list.Coporate::before,
.Breadcrumb_list.Coporate::after {
	display: none;
}

@media (max-width: 767px) {
	.Breadcrumb.Coporate {
		background-color: #fff;
	}

	.Breadcrumb_item.Coporate,
	.Breadcrumb_list.Coporate {
		font-size: 1.2rem;
	}
}

.Title.-h2.Coporate {
	margin-bottom: 40px;
	padding: 0 0 50px 0;
	font-size: 2.6rem;
	color: #333;
	text-align: center;
}

.Title.-h2.Coporate::before {
	content: '';
	z-index: 1;
	position: absolute;
	top: auto;
	left: 50%;
	bottom: 0%;
	width: 2px;
	height: 50px;
	background: #efefef;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}

.Title.-h2.Coporate::after {
	content: '';
	z-index: 2;
	position: absolute;
	top: auto;
	left: 50%;
	bottom: 25px;
	width: 2px;
	height: 25px;
	background: #e70012;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}

@media (max-width: 767px) {
	.Title.-h2.Coporate {
		font-size: 2.2rem;
		margin: 60px 0 40px;
	}

	.Title.-h2.Coporate::before {
		bottom: -10px;
	}

	.Title.-h2.Coporate::after {
		bottom: 15px;
	}

}

.Title.-h3.Coporate {
	padding: 0 18px;
	margin: 60px 0 40px;
	font-weight: 700;
	font-size: 2.2rem;
	color: #333;
}

.Title.-h3.Coporate::before {
	content: '';
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	width: 2px;
	height: 54px;
	background: #f3f3f3;
	margin: auto;
}

.Title.-h3.Coporate::after {
	content: '';
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	width: 2px;
	height: 17px;
	background: #e70012;
}

@media (max-width: 767px) {
	.Title.-h3.Coporate {
		font-size: 1.8rem;
		margin: 60px 0 40px;
		padding: 0 18px;
	}
}

.Title.-h5.Coporate {
	border-left: 2px solid #e70012;
}

.Tab_Nav.Coporate {
	border-bottom: 1px solid #ccc;
}

.Tab_Item.Coporate {
	font-size: 2.6rem;
	font-weight: 500;
	background-color: #a0a0a0;
	color: #fff;
	width: calc((100% - 30px) / 2);
}

.Tab_Item.Coporate + .Tab_Item.Coporate {
	margin-left: 30px;
}

.Tab_Item.is-active.Coporate {
	color: #333;
	border-color: #ccc;
	background-color: #fff;
}

.Tab_Item.Coporate:hover {
	color: #333;
}

@media (max-width: 767px) {
	.Tab_Nav.Coporate {
		width: 100%;
	}

	.Tab_Item.Coporate {
		font-size: 1.6rem;
		font-weight: 100;
		line-height: 1.2;
		height: 60px;
		width: calc((100% - 10px) / 2);
	}

	.Tab_Item.Coporate + .Tab_Item.Coporate {
		margin-left: 10px;
	}

	.Tab_Item.is-active.Coporate {
		height: 70px;
	}
}

.BoxBtn_Link.Coporate {
	background-color: #fff;
	border: #ccc solid 2px;
}

.BoxBtn_Link.-prev.Coporate::before {
	content: '';
	z-index: 2;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	left: -2px;
	width: 2px;
	height: 17px;
	background: #e70012;
}

.BoxBtn_Link.-back.Coporate::before {
	content: '';
	z-index: 2;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	right: -2px;
	width: 2px;
	height: 17px;
	background: #e70012;
}

.BorderBtn_Item.Coporate::before,
.BorderBtn_Item.Coporate::after {
	position: unset;
}

.BorderBtn_Link.Coporate::before {
	content: '';
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	width: 2px;
	height: 54px;
	background: #f3f3f3;
}

.BorderBtn_Link.Coporate::after {
	content: '';
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	width: 2px;
	height: 17px;
	background: #e70012;
	margin: 0;
}

@media (max-width: 767px) {
	.Images_Wrap.-col2.Coporate {
		flex-direction: row;
	}

	.Images_Item.Coporate + .Images_Item.Coporate {
		margin: 0 0 0 15px;
	}

}

.ImageTextBox_Image.Coporate {
	width: 100%;
}

.ImageTextBox_Sec.-gray {
	background-color: #f9f9f9;
}

.MarkerText.Coporate {
	background: linear-gradient(transparent 40%, #e4e4e4 0%);
}

.Flow_Step.Coporate {
	background: #484848;
}

.Flow_StepText.Copotate {
	width: auto;
}

.Flow_StepText.Copotate .Flow_Number {
	font-weight: normal;
	font-size: 3rem;
}

.Flow_Number.Coporate {
	border-bottom: 5px solid #919191;
}

.Flow_Content.Coporate {
	margin: auto;
}

.CircleList_Item.Coporate::before {
	background: #c0c0c0;
}

.Flow_WrapText.Coporate {
	color: #484848;
}

.Flow_Item.Coporate + .Flow_Item.Coporate::after,
.Flow_WrapText.Coporate::after {
	background: #484848;
}

@media (max-width: 767px) {
	.Flow_StepText.Copotate .Flow_Number {
		font-size: 1.8rem;
	}
}

form .formTable {
	width: 100%;
	margin: 40px 0 30px;
	font-family: 'Noto Sans JP', sans-serif;
}

form .formTable tr {
	border-top: 1px solid #ccc;
}

form .formTable tr:last-of-type {
	border-bottom: 1px solid #ccc;
}

form .formTable th {
	width: 16em;
	font-weight: 500;
	background: #efefef;
	padding: 17px 27px;
}

form .formTable th:first-of-type {
	background: #efefef;
}

form .formTable th:nth-of-type(2) {
	width: 20em;
	background: #fff;
}

form .formTable td {
	padding: 17px 27px;
}

form .formTable td p {
	display: inline-block;
}

form .formTable td select {
	display: inline-block;
	padding: 7px 10px;
	border: 1px solid gray;
}

form .formTable td p + select {
	margin-left: 10px;
}

form .formTable label {
	margin: 0 5px 10px 0;
}


form .formTable label input {
	margin-right: 5px;
}

form .formTable input {
	padding: 7px 10px;
	border: 1px solid gray;
}

form .formTable input + p {
	margin-top: 10px;
}

form .formTable input[type="text"],
form .formTable input[type="zip"],
form .formTable input[type="email"] {
	width: 60%;
}

form .formTable textarea {
	padding: 7px 10px;
}

form .formTable button,
form .formTable select {
	text-transform: inherit;
	-webkit-appearance: revert;
	-moz-appearance: revert;
	appearance: revert;
	outline: none;
	background: transparent;
}

form input[type="submit"],
form input[type="reset"],
form input[type="button"],
#formWrap input[type="button"] {
	padding: 15px;
	cursor: pointer;
	border: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 2rem;
	background: #fff;
	width: 100%;
}


form .btnWrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

form .btnWrap > p,
#formWrap .btnWrap > p {
	position: relative;
	display: inline-block;
	width: 300px;
}

form .btnWrap > p:first-of-type {
	margin-right: 10px;
}

form input[type="submit"] {
	color: #fff;
	background: #e70012;
}

form .submit {
	border: #e70012 solid 2px;
}

form .submit::after {
	position: absolute;
	content: "";
	width: 20px;
	height: 10px;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/icon/arrow_white.svg) no-repeat center / contain;
	transition: right .5s;
}

form .submit:hover::after {
	right: 10px;
}

form .reset,
#formWrap .reset {
	position: relative;
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #000;
	text-align: center;
	background-color: #fff;
	border: #ccc solid 2px;
	transition: box-shadow .3s, transform .5s, opacity .3s;
	opacity: 1;
}

form .reset::before,
#formWrap .reset::before {
	content: '';
	z-index: 2;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	left: -2px;
	width: 2px;
	height: 17px;
	background: #e70012;
}

form input[type="reset"]:hover {
	opacity: 0.6;
}

.BoxBtn_Link {
	position: relative;
	width: 370px;
	margin: 0 auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 2rem;
	color: #000;
	text-align: center;
	background: #efefef;
	transition: box-shadow .3s, transform .5s, opacity .3s;
	opacity: 1;
}

#formWrap h4 {
	margin-bottom: 30px;
}

@media (max-width: 767px) {

	form .formTable th,
	form .formTable td {
		display: block;
		width: 100%;
		padding: 15px 10px;
	}

	form .formTable td + td {
		padding: 0 10px 15px;
	}

	form .formTable td p + select {
		margin: 10px 0 0;
	}

	form .formTable input[type="text"],
	form .formTable input[type="zip"],
	form .formTable input[type="email"] {
		width: calc((100% / 2) - 15px);
	}

	form input[type="submit"],
	form input[type="reset"],
	form input[type="button"] {
		font-size: 1.6rem;
	}

	form .btnWrap > p {
		width: 50%;
	}
}
