@charset "UTF-8";

/*色設定*/
:root {
  --white: #ffffff;
/*  水色*/
  --col01: #00a0e9;
/*  ちょっと濃い青*/
  --col02: #00376a;
/*  ちょっと濃い青　ホバー黒*/
  --black: #000000;
/*  グレー　background*/
  --gray: #f5f5f5;
}

/*//////////////////////////// mv ////////////////////////////*/
.mv{
	width: auto;
  height: 0;
  background: url(../img/front/mv.jpg) top center / cover no-repeat;
  position: relative;
  padding-top: 51.3%;
}
.mv_txt{
	height: 60%;
	font-size: 1.65vw;
	letter-spacing: 0.35em;
	color: var(--white);
	writing-mode: vertical-rl;
	position: absolute;
	bottom: 5.3%;
	right: 4.5%;
}
.mv_txt::before{
	content: '';
	width: 2px;
	height: 100%;
	background-color: var(--white);
	position: absolute;
	top: 0;
	left: -4px;
}

/*--------------------PCmax--------------------*/
@media all and (min-width:1481px){
	/*.mv{
		width: 100%;
		height: 760px;
		padding-top: 0;
	}*/
	.mv {
	  width: 100%;
	  height: 0;
	  padding-top: 39.6%;
	}
	.mv_txt{
		height: 60%;
		font-size: 24px;
		letter-spacing: 0.35em;
		color: var(--white);
		writing-mode: vertical-rl;
		position: absolute;
		bottom: 5.3%;
		right: calc(((100% - 1480px) / 2) + 66px);
	}

}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
	.foot_top_wrap > .inner {
	   padding-top: 25px;
	}
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
	.mv{
	  background: url(../img/front/mv_sp.jpg) top center / cover no-repeat;
	  padding-top: 178.3%;
	}
	.mv_txt{
		height: 34.4%;
		font-size: 3.2vw;
		bottom: 0;
		right: 6.5%;
	}
	.mv_txt::before{
		width: 1px;
	}

}

/*//////////////////////////// link_wrap ////////////////////////////*/
.link_wrap{
	width: auto;
  height: auto;
	padding: 4.5% 0 7.5%;
  position: relative;
}
.link_wrap.about_us{
	background: url(../img/front/aboutus_bg.jpg) center / cover no-repeat;
}
.link_wrap.works{
	background: url(../img/front/works_bg.jpg) center / cover no-repeat;
}
.link_wrap.workstyle{
	background: url(../img/front/workstyle_bg.jpg) center / cover no-repeat;
	padding: 4.5% 0 11.7%;
}
.link_wrap.info{
	background: url(../img/front/info_bg.jpg) center / cover no-repeat;
	padding: 5% 0 9.4%;
}

.link_wrap .inner{
	color: var(--white);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.link_wrap_ttl{
	display: flex;
	flex-direction: column;
	align-items: center;
}	
.link_wrap_ttl .osw{
	font-size: 72px;
}
.link_wrap_ttl .ja{
	font-size: 24px;
	margin-top: 1.1vw;
}
.link_wrap_txt{
	max-width: 900px;
	font-size: 16px;
	text-align: center;
	line-height: 2.56;
	margin-top: 3.2vw;
}
.link_wrap_btn{
	width: 296px;
	height: 78px;
	border: 2px solid var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: var(--white);
	margin-top: 4.2vw;
	position: relative;
}
.link_wrap.workstyle .link_wrap_btn{
	margin-top: 5.5vw;
}
.link_wrap_btn::after{
	content: '';
	width: 38px;
	height: 10px;
	background: url(../img/common/arrow_w.svg) center / contain no-repeat;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	transition: 0.3s;
}

.info .inner {
  max-width: 1140px;
}
.info_link_wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 4.7vw;
}
.info_link_btn{
	width: calc((100% - 30px) / 3);
	height: 210px;
	border: 4px solid var(--white);
	color: var(--white);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
.info_link_btn::before,
.info_link_btn::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s;
}
.info_link_btn::before{
	background: rgba(0, 0, 0, 0.3);
	mix-blend-mode: multiply;
}
.info_link_btn::after{
	background: var(--white);
	opacity: 0;
}

.info_link_btn span{
	z-index: 1;
}
.info_link_btn .osw{
	font-size: 48px;
}
.info_link_btn .jp{
	font-size: 24px;
	margin-top: 15px;
}


/*--------------------PCmax--------------------*/
@media all and (min-width:1481px){
	.link_wrap,
	.link_wrap.workstyle,
	.link_wrap.info{
		width: 100%;
		height: 600px;
		padding: 60px 0 0;
	}
	.link_wrap_ttl .ja{
		margin-top: 17px;
	}
	.link_wrap_txt{
		margin-top: 48px;
	}
	.link_wrap_btn{
		margin-top: 64px;
	}
	.link_wrap.workstyle .link_wrap_btn{
		margin-top: 80px;
	}
	.info_link_wrap{
		margin-top: 70px;
	}


}

/*--------------------PC--------------------*/
@media all and (min-width:768px){
	.link_wrap_btn:hover{
		background-color: var(--white);
		color: var(--black);
	}
	.link_wrap_btn:hover::after{
		background: url(../img/common/arrow_b.svg) center / contain no-repeat;
	}
	.info_link_btn:hover::before{
		background: rgba(0, 0, 0, 0.2);
	}
	.info_link_btn:hover::after{
		opacity: 0.2;
	}

}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
	.link_wrap{
		padding: 90px 0 125px;
	}
	.link_wrap.about_us{
		background: url(../img/front/aboutus_bg_sp.jpg) center / cover no-repeat;
	}
	.link_wrap.works{
		background: url(../img/front/works_bg_sp.jpg) center / cover no-repeat;
	}
	.link_wrap.workstyle{
		background: url(../img/front/workstyle_bg_sp.jpg) center / cover no-repeat;
		padding: 90px 0 120px;
	}
	.link_wrap.info{
		background: url(../img/front/info_bg_sp.jpg) center / cover no-repeat;
		padding: 90px 0 50px;
	}

	.link_wrap_ttl .osw{
		font-size: 48px;
	}
	.link_wrap_ttl .ja{
		font-size: 18px;
		margin-top: 15px;
	}
	.link_wrap_txt{
		width: clamp(335px,80%,560px);
		font-size: 14px;
		line-height: 2.14;
		margin-top: 50px;
	}
	.link_wrap_btn{
		width: 178px;
		height: 48px;
		border: 1px solid var(--white);
		font-size: 12px;
		margin-top: 25px;
	}
	.link_wrap.workstyle .link_wrap_btn{
		margin-top: 80px;
	}
	.link_wrap_btn::after{
		width: 24px;
	  height: 8px;
		right: 10px;
	}

	.info_link_wrap{
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 45px;
	}
	.info_link_btn{
		width: 210px;
		height: 125px;
		border: 2px solid var(--white);
	}
	.info_link_btn + .info_link_btn{
		margin-top: 10px;
	}
	.info_link_btn .osw{
		font-size: 36px;
	}
	.info_link_btn .jp{
		font-size: 18px;
		margin-top: 10px;
	}

}

/*//////////////////////////// interview_wrap ////////////////////////////*/
.interview_wrap {
	padding-top: 75px;
	padding-bottom: 110px;
}
.interview_wrap .inner {
  max-width: 1140px;
}
.interview_wrap h2{
	color: var(--col02);
	margin-bottom: 50px;
}
.interview_box{
	width: 100%;
	height: 400px;
	display: block;
}
.interview_box + .interview_box{
	margin-top: 55px;
}
.interview_txt{
	width: clamp(405px, 45%, 495px);
	height: 282px;
	background-image: linear-gradient(90deg, rgba(62, 152, 218, 0.9), rgba(140, 191, 229, 1) 95%);
	color: var(--white);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: clamp(30px, 5%, 50px);
	padding-right: clamp(30px, 3%, 50px);
	margin-top: -344px;
	z-index: 1;
	position: relative;
}
.interview_txt .txt01{
	font-size: 34px;
}
.interview_txt .txt02{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.75;
	margin-top: 15px;
}
.interview_txt .txt02 span{
	font-size: 18px;;
	margin-right: 1em;
}
.interview_txt .txt03{
	font-size: 26px;
	line-height: 0.9;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 20px;
}
.interview_txt .txt03 span{
	display: inline-block;
	background-color: var(--col02);
	padding: 0.25em 0.5em 0.25em 0.25em;
}
.interview_box01 .interview_txt .txt03 span:first-child{
	padding-left: 0;
	padding-right: 0;
}
.interview_wrap .link_wrap_btn{
	border-color: var(--col02);
	color: var(--col02);
	margin-left: auto;
	margin-right: auto;
}
.interview_wrap .link_wrap_btn::after{
	background: url(../img/common/arrow_n.svg) center / contain no-repeat;
}

/*--------------------PCmax--------------------*/
@media all and (min-width:1481px){
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
	.interview_box01 .interview_img{
		background: url(../img/front/image01.jpg) center / cover no-repeat;
		margin-left: auto;
	}
	.interview_box02 .interview_img{
		background: url(../img/front/image02.jpg) center / cover no-repeat;
	}
	.interview_box03 .interview_img{
		background: url(../img/front/image03.jpg) center / cover no-repeat;
		margin-left: auto;
	}
	.interview_box .interview_img{
		width: 80%;
		height: 100%;
		transition: 0.3s;
	}
	.interview_box:hover .interview_img{
		opacity: 0.7;
	}
	.interview_box02 .interview_txt{
		margin-left: auto;
	}
	.interview_wrap .link_wrap_btn:hover{
		background-color: var(--col02);
		color: var(--white);
	}
	.interview_wrap .link_wrap_btn:hover::after{
		background: url(../img/common/arrow_w.svg) center / contain no-repeat;
	}

}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
	.interview_wrap {
		padding-bottom: 60px;
	}
	.interview_wrap h2{
		margin-bottom: 30px;
	}
	.interview_box{
		height: auto;
	}
	.interview_box + .interview_box{
		margin-top: 80px;
	}
	.interview_box .interview_img{
		width: 100vw;
		margin-left: -5vw;
	}
	.interview_txt{
		width: 100vw;
		height: auto;
		padding: 20px 5% 25px;
		margin-top: 0;
		margin-left: -5vw;
	}

	.interview_txt .txt01{
		font-size: 24px;
	}
	.interview_txt .txt02{
		font-size: 14px;
		line-height: 1.55;
		margin-top: 10px;
	}
	.interview_txt .txt02 span{
		font-size: 16px;
	}
	.interview_txt .txt03{
		font-size: 20px;
		line-height: 0.8;
		margin-top: 15px;
	}
	.interview_txt .txt03 span{
    padding: 0.35em 0.5em 0.35em 0.25em;
	}
	.interview_wrap .link_wrap_btn{
		margin-top: 45px;
	}

}


/*//////////////////////////// contact_wrap ////////////////////////////*/
.contact_wrap{
	background-color: var(--gray);
  padding-top: 50px;
}
.contact_wrap .inner {
  max-width: 1040px;
}
.contact_inner{
	border: 2px solid var(--col02);
	background-color: var(--white);
	padding: 30px 50px;
}
.contact_wrap_ttl{
	display: flex;
	flex-direction: column;
	align-items: center;
  color: var(--col02);
}
.contact_wrap_ttl .osw{
	font-size: 48px;
}
.contact_wrap_ttl .ja{
	font-size: 24px;
	font-weight: 700;
	margin-top: 15px;
}
.contact_txt_wrap{
	display: flex;
	justify-content: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.66;
	margin-top: 40px;
}
.contact_txt_wrap > a{
	width: 400px;
	height: 70px;
	border-radius: 35px;
	color: var(--white);
	background-color: var(--black);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 40px;
	position: relative;
	flex-shrink: 0;
}
.contact_txt_wrap > a::before{
	content: '';
	width: 22px;
	height: 16px;
	background: url(../img/front/mail_icon_w.svg) center / contain no-repeat;
	margin-right: 15px;
}
@media all and (max-width:1000px){
	.contact_txt_wrap{
		flex-direction: column;
		align-items: center;
	}
	.contact_txt_wrap > a{
		margin-left: 0;
		margin-top: 20px;
	}

}

/*--------------------PCmax--------------------*/
@media all and (min-width:1481px){
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
	.contact_txt_wrap > a:hover{
		background-color: var(--col01);
	}
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
	.contact_inner{
		padding: 45px 10px;
	}
	.contact_wrap_ttl .osw{
		font-size: 36px;
	}
	.contact_wrap_ttl .ja{
		font-size: 18px;
		margin-top: 10px;
	}
	.contact_txt_wrap{
		font-size: 14px;
		margin-top: 25px;
	}
	.contact_txt_wrap > p{
		white-space: nowrap;
    margin-left: 0.5em;
	}
	.contact_txt_wrap > a{
		width: 310px;
		height: 50px;
		border-radius: 25px;
	}

}

/*//////////////////////////// aaa ////////////////////////////*/

/*--------------------PCmax--------------------*/
@media all and (min-width:1481px){
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
}

/*//////////////////////////// aaa ////////////////////////////*/

/*--------------------PCmax--------------------*/
@media all and (min-width:1481px){
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
}


/*//////////////////////////// aaa ////////////////////////////*/

/*--------------------PCmax--------------------*/
@media all and (min-width:1481px){
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
}

