@charset "UTF-8";
/* CSS Document */


/******************************************************

PC設定 940px以上の場合に適用 

*******************************************************/

/* 共通部分 */
.h2 {
	font-family: "futura-pt-condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 80px;
	text-align: center;
	color: #012E53;
	margin-bottom: 70px;
}

.h2 span {
	color: #3894FF;
}

.h2-ja {
	display: block;
	font-size: 32px;
	font-weight: 600;
	color: #012E53!important;
}




/* mv */
.mv {
	width: 100%;
	margin-top: 84px;
	overflow: hidden;
}

.mv__img {
	display: block;
	width: 100%;
	height: auto;
}



/* localNav */
.localNav {
	padding: 70px 0 180px 0;
}

.localNav__wrapper {
	max-width: 1260px;
}

.localNav__box {
	width: 100%;
	padding-top: 30px;
	position: relative;
	padding: 30px 0 100px 0;
	overflow: hidden;
}

.localNav__box::before {
	display: inline-block;
	content: "";
	width: 25%;
	height: 270px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	background: linear-gradient(90deg,rgba(255,255,255,1),rgba(255,255,255,1) 20%,rgba(255,255,255,0));
}

.localNav__box::after {
	display: inline-block;
	content: "";
	width: 25%;
	height: 270px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1000;
	background: linear-gradient(-90deg,rgba(255,255,255,1),rgba(255,255,255,1) 20%,rgba(255,255,255,0));
}

.localNav__item {
	border-radius: 25px;
	box-shadow: 0 3px 25px rgba(1,46,83,0.1);
	overflow: hidden;
}

.localNav__img {
	transition: .3s;
}

.localNav__img:hover {
	opacity: .7;
	transform: scale(1.05);
}



/* news */
.news {
	background-color: #F7F7F7;
	padding: 110px 0;
}

.news__wrapper {
	position: relative;
	max-width: 1200px;
}

.news__cat {
	display: flex;
	justify-content: flex-end;
	margin: 0 0 20px auto;
}

.news__cat li:not(:first-child) {
	border-left: 1px solid #012E53;
}

.news__cat li a {
	font-size: 24px;
	color: #012E53;
	font-weight: 500;
	padding-left: 20px;
	transition: .2s;
}

.news__cat li:not(:last-child) a {
	padding-right: 20px;
}

.news__cat li a:hover {
	opacity: .7;
}

.news__box {
	border-top: 1px solid #707070;
}

.news__item {
	border-bottom: 1px solid #707070;
	padding: 25px 25px 25px 45px;
}

.news__date {
	font-size: 24px;
	font-weight: 500;
	color: #8D8D8D;
	margin-right: 25px;
	display: inline-block;
}

.news__category {
	width: 202px;
	height: 43px;
	line-height: 40px;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	display: inline-block;
	margin-right: 25px;
}

.news__category.information {
	color: #4797E6;
	border: 1.5px solid #4797E6;
}

.news__category.recruitment {
	color: #26631B;
	border: 1.5px solid #26631B;
}
.news__category.works {
	color: #FCFC3D;
	border: 1.5px solid #FCFC3D;
}

.news__category.blog {
	color: #072E54;
	border: 1.5px solid #072E54;
}

.news__category.interview {
	color: #806224;
	border: 1.5px solid #806224;
}

.news__mark {
	color: #FF4848;
	border-bottom: 1px solid #FF4848;
	margin-right: 10px;
	font-size: 20px;
	vertical-align: 3px;
}

.news__link {
	font-size: 24px;
	font-weight: 500;
}

.news__more {
	display: block;
	font-size: 32px;
	font-weight: 300;
	color: #8D8D8D;
	text-align: right;
	margin: 30px 0 0 auto;
}



/* service */
.service {
	padding-top: 110px;
}

.service__item {
	display: flex;
}

.service__item:nth-of-type(even) {
	flex-direction: row-reverse;
}

.service__img {
	width: 50%;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.service__item:nth-of-type(odd) .service__img::after {
	display: inline-block;
	content: "";
	width: 60%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1000;
	background: linear-gradient(-90deg,rgba(255,255,255,1),rgba(255,255,255,1) 5%,rgba(255,255,255,0));
}

.service__item:nth-of-type(even) .service__img::after {
	display: inline-block;
	content: "";
	width: 60%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	background: linear-gradient(90deg,rgba(255,255,255,1),rgba(255,255,255,1) 5%,rgba(255,255,255,0));
}

.service__content {
	width: 50%;
	padding: 80px 0;
}

.service__item--album .service__img {
	background-image: url("/img/index/bg_service_01.jpg");
}

.service__item--design .service__img {
	background-image: url("/img/index/bg_service_02.jpg");
}

.service__item--ryoko .service__img {
	background-image: url("/img/index/bg_service_03.jpg");
}

.service__item--ai .service__img {
	background-image: url("/img/index/bg_service_04.jpg");
}

.service__content-inner {
	width: 47.5vw;
	max-width: 600px;
	padding-left: 25px;
}

.service__item:nth-of-type(even) .service__content-inner {
	margin: 0 0 0 auto;
	padding: 0 25px 0 0;
}

.service__h3 {
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 25px;
	text-align: right;
}

.service__txt {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 50px;
	line-height: 2;
}

.service__item:nth-of-type(even) .service__h3 {
	text-align: left;
}

.service__btn {
	display: block;
	width: 285px;
	height: 80px;
	background-color: #012E53;
	border-radius: 80px;
	color: #FFF;
	font-size: 24px;
	text-align: center;
	line-height: 80px;
	transition: .2s;
}

.service__btn::after {
	display: inline-block;
	content: "";
	width: 47px;
	height: 12px;
	background-image: url("/img/index/arrow_service.png");
	background-size: cover;
	margin-left: 15px;
	vertical-align: 5px;
}

.service__btn:hover {
	background-color: #3894FF;
}

.service__item:nth-of-type(odd) .service__btn {
	margin: 0 0 0 auto;
}

.service__comingsoon {
	font-size: 60px;
	line-height: 60px;
	color: #012E53;
	font-family: "futura-pt-condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
}



/******************************************************

タブレットの設定 768px~939pxの場合に適用 

*******************************************************/

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

/* localNav */
.localNav__item {
	box-shadow: 0 3px 15px rgba(1,46,83,0.1);
	border-radius: 15px;
}

	
}



/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

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

/* 共通部分 */
.h2 {
	font-size: 45px;
	text-align: center;
	color: #012E53;
	margin-bottom: 30px;
}

.h2-ja {
	font-size: 19px;
}
	
	
	
/* mv */
.mv {
	margin-top: 42px;
}
	
	
	
/* localNav */
.localNav {
	padding: 45px 0 40px 0;
}
	
.localNav__box {
	padding-top: 25px;
	padding-bottom: 60px;
}
	
.localNav__box::before {
	width: 10%;
	height: 150px;
	top: 25px;
}

.localNav__box::after {
	width: 10%;
	height: 150px;
	top: 25px;
}

.localNav__item {
	box-shadow: 0 3px 5px rgba(1,46,83,0.1);
	border-radius: 25px;
}
	
	



/* news */
.news {
	padding: 40px 0;
}

.news__cat {
	margin: 0 0 15px auto;
	flex-wrap: wrap;
}

.news__cat li {
	line-height: 1;
}
	
.news__cat li:nth-of-type(2) {
	border-left: none;
}

.news__cat li a {
	font-size: 12px;
	padding-left: 7px;
}

.news__cat li:not(:last-child) a {
	padding-right: 7px;
}

.news__item {
	padding: 15px 0;
	line-height: 2.2;
}

.news__date {
	font-size: 14px;
	margin-right: 10px;
}

.news__category {
	width: 110px;
	height: 25px;
	line-height: 22px;
	border-radius: 8px;
	font-size: 10px;
	margin-right: 0;
}

.news__mark {
	font-size: 15px;
	vertical-align: 0;
}

.news__link {
	margin-top: 10px;
	font-size: 14px;
}

.news__more {
	font-size: 16px;
	margin: 15px 0 0 auto;
}

	
	
/* service */
.service {
	padding-top: 40px;
}

.service__item {
	display: block;
}
	
.service__img {
	width: 100%;
	height: 280px;
}

.service__item:nth-of-type(odd) .service__img::after {
	right: auto;
	left: 0;
	background: linear-gradient(90deg,rgba(255,255,255,1),rgba(255,255,255,1) 5%,rgba(255,255,255,0));
}

.service__item:nth-of-type(even) .service__img::after {
	left: auto;
	right: 0;
	top: 0;
	z-index: 1000;
	background: linear-gradient(-90deg,rgba(255,255,255,1),rgba(255,255,255,1) 5%,rgba(255,255,255,0));
}

.service__content {
	width: calc(100% - 30px);
	margin: 0 auto;
	padding: 20px 0 40px 0;
}

.service__content-inner {
	width: 100%;
	max-width: 600px;
	padding-left: 0;
}

.service__item--design .service__content-inner {
	margin: 0;
	padding: 0;
}

.service__h3 {
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 15px;
	text-align: left;
}
	
.service__item:nth-of-type(odd) .service__h3 {
	text-align: right;
}

.service__txt {
	font-size: 14px;
	margin-bottom: 30px;
}

.service__btn {
	width: 250px;
	height: 56px;
	font-size: 18px;
	line-height: 56px;
	margin: 0 auto;
	padding-left: 40px;
}

.service__item .service__btn {
	margin: 0 auto!important;
}

.service__comingsoon {
	font-size: 40px;
	line-height: 40px;
	text-align: center;
}

	
	
}



/******************************************************

SPの設定 480px以下の場合に適用 

*******************************************************/

@media screen and (max-width: 480px){
	
/* localNav */
.localNav__item {
	border-radius: 18px;
}
	
	
	
/* service */
.service__img {
	height: 160px;
}
	
	
}