@charset "utf-8";

/* MV
========================================== */

.bg-mv {
	background: url(../img/top/bg_item01.svg)no-repeat right center;
	min-height: 100vh;
	position: relative;
	background-size: contain;
}
@media only screen and (max-width: 767px) {
	.bg-mv {
		min-height: inherit;
		padding-top: 50px;
		padding-bottom: 50px;
		background: url(../img/top/bg_item01.svg)no-repeat right 195% bottom;
	}
}
.bg-mv .pic-mv {
	padding-top: 200px;
}
.bg-mv .pic-mv ul li {
	width: 100%;
	height: 650px;
}
.bg-mv .pic-mv ul li { background: url(../img/top/pic_mv01_pc.jpg) no-repeat right;}
.bg-mv .pic-mv ul li:nth-of-type(2) { background: url(../img/top/pic_mv02_pc.jpg) no-repeat right;}
.bg-mv .pic-mv ul li:nth-of-type(3) { background: url(../img/top/pic_mv03_pc.jpg) no-repeat right;}
.bg-mv .pic-mv ul li:nth-of-type(4) { background: url(../img/top/pic_mv04_pc.jpg) no-repeat right;}

@media only screen and (max-width: 767px) {
	.bg-mv .pic-mv {
		padding-top: 20px;
	}
	.bg-mv .pic-mv ul li {
		width: 100%;
		height: 200px;
		background-size: contain;
	}
	.bg-mv .pic-mv ul li:nth-of-type(2) {background-size: contain;}
	.bg-mv .pic-mv ul li:nth-of-type(3) {background-size: contain;}
	.bg-mv .pic-mv ul li:nth-of-type(4) {background-size: contain;}
	/* .bg-mv .pic-mv ul li { background: url(../img/top/pic_mv01_sp.jpg) no-repeat right; background-size: 100%;}
	.bg-mv .pic-mv ul li:nth-of-type(2) { background: url(../img/top/pic_mv02_sp.jpg) no-repeat right; background-size: 100%;}
	.bg-mv .pic-mv ul li:nth-of-type(3) { background: url(../img/top/pic_mv03_sp.jpg) no-repeat right; background-size: 100%;}
	.bg-mv .pic-mv ul li:nth-of-type(4) { background: url(../img/top/pic_mv04_sp.jpg) no-repeat right; background-size: 100%;} */
}
.txt-mv {
	position: absolute;
	top: 10%;
	z-index: 1;
	width: 100%;
}
.txt-mv:nth-of-type(2) {
	margin-top: 180px;
}
@media only screen and (max-width: 767px) {
	.txt-mv {
		position: relative;
	}
	.txt-mv:nth-of-type(2) {
		margin-top: 0;
	}
}
.txt-mv h1 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px;
}
.txt-mv h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 270px;
	line-height: 3;
}
.txt-mv h2::before {
	content: "";
	width: 320px;
	height: 20px;
	display: block;
	position: absolute;
	bottom: -120px;
	background:url(../img/common/bg_line_bl.svg);
}
@media only screen and (max-width: 767px) {
	.txt-mv h2 {
		margin-top: 0;
	}
	.txt-mv h2::before {
		bottom: -60px;
	}
}
.bx-wrapper {
	margin-bottom:20px;
}

/* スクロールアイコン
========================================== */

.ic-scroll {
	position: absolute;
	left: 2%;
	bottom:35%;
	transform: rotate(90deg);
}
.ic-scroll span {
	font-size: 10px;
	color: #E7355C;
	position: absolute;
	margin-top: 5px;
}
.ic-scroll span::after {
	content: "";
	width: 180px;
	height: 1px;
	background: #3553E7;
	display: block;
}
@media only screen and (max-width: 767px) {
	.ic-scroll {
		display: none;
	}
}

/* メッセージ
========================================== */

.msg {
	position: relative;
	background: url(../img/top/pic_item01.svg) no-repeat right bottom 30px;
	padding: 0 0 170px 0;
}
.pic-msg01 {
	position: absolute;
	right: 2%;
	top: 0;
	z-index: 11;
	margin-top: 50px;
}
@media only screen and (max-width: 1300px) {
	.msg p.txt-basic {
		width: 50%;
	}
	.pic-msg01 {
		width: 45%;
	}
}
@media only screen and (max-width: 767px) {
	.msg {
		margin-top: 30px;
		background-size: 85%;
		padding: 0 0 100px 0;
	}
	.msg p.txt-basic {
		width: 100%;
	}
	.pic-msg01 {
		position:static;
		width: 80%;
		margin-left: auto;
		margin-top: 30px;
	}
}

/* サービス
========================================== */

.serv {
	padding:0;
	border-top: 1px solid #DDDDDD;
}
.bg-serv {
	background: url(../img/top/bg_item03.svg) no-repeat top right;
	background-size: 100%;
	position: relative;
	margin-top: 70px;
}
.bg-serv::before {
	content: "";
	height: 90%;
	width: 12px;
	background: url(../img/top/bg_line_pt01.svg) ;
	position: absolute;
	display: block;
	right: 2%;
	top: 5%;
}
@media only screen and (max-width: 767px) {
	.bg-serv {
		padding-bottom: 0;
	}
	.bg-serv::after {
		background-size:auto;
	}
}
.bg-serv02 {
	padding-top: 100px;
	padding-bottom: 300px;
	background: url(../img/top/bg_item02.svg) no-repeat bottom;
	background-size: contain;
}
@media only screen and (max-width: 767px) {
	.bg-serv02 {
		padding-bottom: 100px;
	}	
}
.cover01 {
	width: 100%;
}
.cover01 img {
	width: 100%;
}
.object {
	position: relative;
}
.object img {
	position: absolute;
}
.obj01 {	height: 216px;}
.obj01 img {
	right: 1%;
	z-index: 1000;
}
.obj02 img {
	right: 10%;
	z-index: 1000;
	top: -120px;
}
@media only screen and (max-width: 767px) {
	.obj02 img {
		width: 20%;
		right: 5%;
		z-index: 1000;
		top: -120px;
	}
}

/* サービス内容
========================================== */

.item-serv {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 80px;
	align-items: center;
}
.item-serv:nth-of-type(even) {
	flex-direction: row-reverse;
}
.item-serv + .item-serv {
	border-top: 2px dotted #E7355C;
	margin-top: 80px;
}
@media only screen and (max-width: 767px) {

	.item-serv {
		padding-top: 40px;
	}
	.item-serv + .item-serv {
		margin-top: 40px;
	}	
	.item-serv::after {
		display: none;
	}
}
.item-serv dl {
	margin-left: 60px;
	width: calc(100% - 680px );
	position: relative;
	padding-top: 100px;
}
.item-serv:nth-of-type(2) dl{
	background:url(../img/top/bg_txt_serv01.svg) no-repeat right top;
}
.item-serv:nth-of-type(3) dl{
	background:url(../img/top/bg_txt_serv02.svg) no-repeat right top;
}
.item-serv:nth-of-type(4) dl{
	background:url(../img/top/bg_txt_serv03.svg) no-repeat right top;
}
.item-serv:nth-of-type(5) dl{
	background:url(../img/top/bg_txt_serv04.svg) no-repeat right top;
}
@media only screen and (max-width: 767px) {
	.item-serv dl {
		width: 100%;
		padding-top: 25px;
	}
	.item-serv:nth-of-type(2) dl, 
	.item-serv:nth-of-type(3) dl, 
	.item-serv:nth-of-type(4) dl, 
	.item-serv:nth-of-type(5) dl {
		background-size: 35%;
	}
}
.item-serv dl dt {
	font-weight: bold;
	border-left: 5px solid #E7355C;
	padding-left: 20px;
	font-size: 26px;
}
.item-serv dl dd {
	margin-top: 30px;
	font-size: 16px;
	line-height: 3;
}
@media only screen and (max-width: 767px) {
	.item-serv::before {
		display: none;
	}
	.item-serv dl {
		margin-left: 0;
		margin-top: 20px;
	}
	.item-serv dl dt {
		font-size: 20px;
	}
	.item-serv dl dd {
		line-height: 2;
		font-size: 14px;
	}
}

/* カンパニー
========================================== */

.tit-corp {
	position: relative;
}
.tit-corp img {
	position: absolute;
	z-index: 5;
	top: -100px;
}
@media only screen and (max-width: 767px) {
	.tit-corp {
		background: #E7355C;
		height: 100px;
	}
	.tit-corp img {
		left: -40px;
		top: 10px;
	}
}
.corp {
	display: flex;
	flex-wrap: wrap;
	flex-flow: row-reverse;
	justify-content: center;
	padding: 80px 0;
}
.pic-corp {
	flex-shrink: 1;
	width: 500px;
}
.bg-corp {
	background: url(../img/top/pic_corp02.png) no-repeat bottom left;
	padding-right: 300px;
	padding-bottom: 300px;
}
@media only screen and (max-width: 767px) {
	.corp {
		min-height: 100%;
		display: block;
		padding-top: 30px;
	}
	.pic-corp {
		position: relative;
		max-width: 100%;
		right: inherit;
		top: inherit;
		text-align: center;
	}
	.bg-corp {
		background: url(../img/top/pic_corp02.png) no-repeat top 5% right;
		background-size: 38%;
		min-width: 100%;
		padding-bottom: 0;
		min-height: auto;
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 0;
	}
}

/* recruit
========================================== */

.recruit {
	display: flex;
	align-items: center;
	padding: 80px 0;
}
.recruit-pict {
	max-width: 800px;
	width: 100%;
}
.recruit-content {
	background: #fff;
	text-align: center;
	width: 100%;
	margin-right: 20px;
	padding: 80px 15px 110px;
	border-radius: 0 1em 1em 0;
}

@media only screen and (max-width: 990px) {
	.recruit {
		flex-wrap: wrap;
	}
	.recruit-pict {
		max-width: 100%;
	}
	.recruit-pict > figure {
		text-align: center;
	}
	.recruit-content {
		border-radius: 1em;
		margin-left: 20px;
		margin-top: 20px;
		padding:3em 15px;
	}
}