.p-mainvisual {
		padding: 1.6rem 1.6rem 0;
		margin-bottom: 4rem;
}
.p-mainvisual__wrap {
		position: relative;
}
.p-mainvisual__video {
		border-radius: 2.4rem;
		height: 60.8rem;
		overflow: hidden;
		position: relative;
}
.p-mainvisual__video video {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
}
.p-mainvisual__btn {
		background-color: rgba(255, 255, 255, .5);
		border: 1px solid #fff;
		border-radius: 1.8rem;
		cursor: pointer;
		font-size: 1.4rem;
		line-height: 1.4285714286;
		max-width: 51.2rem;
		height: 5.6rem;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		right: .8rem;
		bottom: .8rem;
		left: .8rem;
		margin: 0 auto;
		z-index: 2;
}
.p-mainvisual__btn span {
		background: url(../images/common/icn_polygon.svg) no-repeat right center;
		background-size: 1.9rem 1.6rem;
		padding-right: 2.7rem;
}
.p-mainvisual__txt {
		font-size: 3.2rem;
		font-family: "Zen Maru Gothic", sans-serif;
		line-height: 1.5;
}
.p-mainvisual__txt span {
		color: #e76770;
}
.p-intro {
		padding-bottom: 2rem;
}
.p-intro__item:not(:last-child) {
		margin-bottom: 4rem;
}
.p-intro__ttl {
		font-size: 2.4rem;
		font-family: "Zen Maru Gothic", sans-serif;
		font-weight: normal;
		line-height: 1.75;
		letter-spacing: .1em;
}
.p-intro__txt {
		font-size: 1.4rem;
		line-height: 1.75;
		margin-top: .8rem;
}
.p-intro__media {
		border-radius: 2.4rem;
		overflow: hidden;
}
.p-job {
		background: url(../images/home/bg_job.jpg) no-repeat center center/cover;
		padding: 2.2rem 0 4.8rem;
		position: relative;
		margin-top: 2rem;
		margin-bottom: 6rem;
}
.p-job .hline01 {
		margin-bottom: 1.8rem;
}
.p-job__btn {
		max-width: 34.3rem;
		margin: 0 auto;
		border-radius: 8.1rem;
		box-shadow: .2rem .2rem .8rem rgba(209, 209, 209, .5);
		overflow: hidden;
		position: absolute;
		right: 0;
		bottom: -3.05rem;
		left: 0;
		transition: transform .3s ease-in;
}
.p-job .job-item__media {
		border-radius: 2.4rem;
		overflow: hidden;
		margin-bottom: .8rem;
}
.p-job .job-item__ttl {
		color: #fff;
		font-size: 2rem;
		font-weight: normal;
		line-height: 1.25;
		display: flex;
		align-items: center;
		justify-content: center;
}
.p-job .job-item__ttl span {
		background: url(../images/common/icn_arrow_white.svg) no-repeat;
		background-size: 100% 100%;
		width: .6rem;
		height: .8rem;
		display: block;
		margin-left: .8rem;
}
.p-about {
		margin-top: 7.5rem;
}
.p-about .hline01 {
		margin-bottom: 1.8rem;
}
.p-about .about-big__box {
		background-color: #fff;
		box-shadow: .2rem .2rem .8rem rgba(209, 209, 209, .5);
		display: flex;
		flex-direction: column;
		padding: .8rem .8rem 2.1rem;
		height: 100%;
}
.p-about .about-big__media {
		border-radius: .4rem;
		overflow: hidden;
}
.p-about .about-big__txt {
		font-size: 1.6rem;
		line-height: 1.5;
		margin-top: 1.6rem;
		display: flex;
		align-items: center;
		justify-content: center;
}
.p-about .about-big__txt::after {
		content: "";
		background: url(../images/common/icn_arrow.svg) no-repeat;
		background-size: 100% 100%;
		width: .6rem;
		height: .8rem;
		display: block;
		margin-left: .8rem;
}
.p-about .about-list__item {
		background-color: #fff;
		box-shadow: .2rem .2rem .8rem rgba(209, 209, 209, .5);
		padding: .8rem;
}
.p-about .about-list__item:not(:last-child) {
		margin-bottom: 1.6rem;
}
.p-about .about-list__box {
		display: flex;
		align-items: center;
}
.p-about .about-list__txt {
		font-size: 1.6rem;
		line-height: 1.5;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: 2rem;
}
.p-about .about-list__txt::after {
		content: "";
		background: url(../images/common/icn_arrow.svg) no-repeat;
		background-size: 100% 100%;
		width: .6rem;
		height: .8rem;
		display: block;
		margin-left: .8rem;
}
.p-news {
		margin-top: 4rem;
		padding-bottom: 6.4rem;
}
.p-news .hline01 {
		margin-bottom: 1.5rem;
}
.p-news .news-item {
		font-size: 1.4rem;
		line-height: 1.75;
		display: flex;
		flex-direction: column;
}
.p-news .news-item > div {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
}
.p-news .news-date {
		width: 30%;
		box-sizing: border-box;
		color: #e76770;
		border-bottom: solid 1px #e76770;
		padding: 1.6rem .8rem;
}
.p-news .news-txt {
		width: 70%;
		box-sizing: border-box;
		border-bottom: solid 1px #d9d8d7;
		padding: 1.6rem .8rem;
		position: relative;
}
.p-news .news-txt::after {
		content: "";
		background: url(../images/common/icn_arrow.svg) no-repeat;
		background-size: 100% 100%;
		width: .6rem;
		height: .8rem;
		display: inline-block;
}
@media (min-width: 768px) {
		.p-mainvisual {
				margin: 0 auto 6.4rem;
				padding: 1.6rem 2.4rem 0;
				max-width: 136.6rem;
		}
		.p-mainvisual__video {
				border-radius: 4rem;
		}
		.p-mainvisual__btn span {
				padding-right: 3.5rem;
		}
		.p-mainvisual__btn {
				bottom: 6.5rem;
		}
		.p-mainvisual__rec {
				display: flex;
				align-items: flex-end;
				justify-content: space-between;
				position: absolute;
				right: 0;
				bottom: -4rem;
				left: 0;
		}
		.p-mainvisual__txt {
				font-size: 4rem;
				line-height: 1.6;
				position: relative;
				top: -2.2rem;
		}
		.p-mainvisual__media {
				margin-right: .8rem;
		}
		.p-intro {
				padding-bottom: 4rem;
		}
		.p-intro__box {
				max-width: 96.4rem;
		}
		.p-intro__item {
				display: flex;
		}
		.p-intro__item:nth-child(2) {
				flex-direction: row-reverse;
		}
		.p-intro__item:nth-child(2) .p-intro__des {
				margin-left: 13.6rem;
				margin-right: 0;
		}
		.p-intro__item:not(:last-child) {
				margin-bottom: 2.4rem;
		}
		.p-intro__des {
				margin-top: 4rem;
				margin-right: 12.4rem;
		}
		.p-intro__ttl {
				font-size: 4rem;
				line-height: 1.6;
				white-space: nowrap;
		}
		.p-intro__txt {
				font-size: 1.6rem;
				line-height: 1.75;
				margin-top: 2.4rem;
				max-width: 33.6rem;
		}
		.p-intro__media {
				border-radius: 4rem;
				flex: 0 0 39.2rem;
				max-width: 39.2rem;
		}
		.p-job {
				padding: 8rem 0 12rem;
				margin-top: 4rem;
				margin-bottom: 15rem;
		}
		.p-job .hline01 {
				margin-bottom: 4rem;
		}
		.p-job__btn {
				max-width: 86.4rem;
				bottom: -8.1rem;
		}
		.p-job__btn:hover {
				transform: scale(1.01);
				transition: transform .3s ease-in;
		}
		.p-job .job-list {
				display: flex;
				flex-wrap: wrap;
				margin: 0 -0.8rem;
		}
		.p-job .job-item {
				flex: 0 0 33.33%;
				max-width: 33.33%;
				padding: 0 .8rem;
		}
		.p-about {
				margin-top: 16.2rem;
		}
		.p-about .hline01 {
				margin-bottom: 2.4rem;
		}
		.p-about__wrap {
				display: flex;
		}
		.p-about .about-big {
				flex: 0 0 33.6rem;
				max-width: 33.6rem;
		}
		.p-about .about-list {
				flex: 1 1;
				margin-left: 1.8rem;
		}
		.p-news {
				margin-top: 8rem;
				padding-bottom: 12rem;
		}
		.p-news .hline01 {
				margin-bottom: 2.4rem;
		}
		.p-news .news-item {
				font-size: 1.6rem;
				line-height: 1.8;
				flex-direction: row;
				align-items: center;
		}
		.p-news .news-date {
				flex: 0 0 17.6rem;
				max-width: 17.6rem;
				padding: 2.4rem 1.6rem;
		}
		.p-news .news-txt {
				flex: 1 1;
				padding: 2.4rem 1.6rem;
		}
		.p-news .news-txt::after {
				margin-left: .8rem;
		}
}
@media (max-width: 767px) {
		.p-mainvisual__video {
				height: 32rem;
		}
		.p-mainvisual__media {
				text-align: center;
		}
		.p-intro__media {
				margin-top: 1.6rem;
		}
		.p-job__btn {
				margin-left: 1.6rem;
				margin-right: 1.6rem;
		}
		.p-job .job-item:not(:last-child) {
				margin-bottom: 2.4rem;
		}
		.p-about .about-big {
				margin-bottom: 1.8rem;
		}
		.p-news .btn {
				margin: 1.6rem auto 0;
		}
		.p-news .news-item:not(:last-child) {
				margin-bottom: .8rem;
		}
}