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

/*recruit共通*/
.inner {
	min-width: 850px;
}
h1 {
	width: 100%;
	background: none;
	color: #004286;
	line-height: 1;
}
h1 .jose {
	font-size: 1.35em;
}
h1 .jose:after {
	content: none;
}
h1 .serif {
	font-size: .65em;
}
h2 {
	line-height: 1.3;
}
h2 .jose {
	letter-spacing: .1rem;
	font-weight: 600;
}
h2 .serif {
	font-size: 1.8rem;
	font-weight: 700;
}



/*MV*/
.content.mv {
	height: 30vh;
	min-height: 600px;
	margin-bottom: 0;
	background: url("../images/mv-recruit.jpg") right bottom / cover;
}
.recruit h1 {
	width: auto;
	top: 45%;
	right: auto;
	left: 5%;
}



/*採用用サブメニュー*/
.sub_menu.flexbox {
	width: 100%;
	margin-bottom: 5rem;
	background: #ddf9d7;
	justify-content: end;
	box-shadow: 0px 4px 6px rgba(0,0,0,.25);
}
.sub_menu ul.flexbox {
	width: 100%;
	justify-content: flex-end;
}
.sub_menu.flexbox li a {
	display: block;
	margin-right: 70px;
	padding-top: .8em;
	padding-bottom: .8em;
	font-weight: 600;
	color: #004286;
}
.sub_menu.flexbox li a span {
	position: relative;
	padding-left: 18px;
}
.sub_menu.flexbox li a span::before {
	content: "";
	border-left: 7px solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	left: 0;
	top: 20%;
}

.sub_menu.flexbox li.ety-btn a {
	width: 200px;
	margin-right: 0;
	background: #27c9c9;
	color: #fff;
	text-align: center;
	font-weight: 600;
}
.sub_menu.flexbox li.ety-btn a span {
	padding-left: 0;
}
.sub_menu.flexbox li.ety-btn a span::before {
	content: none;
}
.sub_menu.flexbox li.ety-btn a span.line-arw {
	width: 19%;
	height: 2px;
	background: #fff;
	display: inline-block;
	margin-left: 8%;
	vertical-align: middle;
}
.sub_menu.flexbox li.ety-btn a span.line-arw::after {
	content: "";
	width: 29%;
	height: 2px;
	background: #fff;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: calc(100% + 2px);
	transform: rotate(45deg);
}


/*背景*/
.recruit {
	position: relative;
}
.recruit .bg {
	width: 100%;
	height: 100vh;
	background-image: url("../images/bg_tl.png"),url("../images/bg_tr.png"),url("../images/bg_bl.png"),url("../images/bg_br.png");
	background-repeat: no-repeat;
	background-position: left top,right top,left bottom,right bottom;
	background-size: 22%, 15%, 15%, 22%;
	position: fixed;
	z-index: -1;
}



/*リード文*/
.content.intro {
	margin-bottom: 4rem;
}
.content.intro .inner {
	min-width: 900px;
}
.intro .flexbox {
	align-items: center;
}
.intro .flexbox .image {
	width: 50%;
	margin-right: 2%;
}
.intro .flexbox .text h2 {
	font-size: 2.3vw;
	letter-spacing: .05em;
	margin-bottom: 3rem;
}
.intro .flexbox .text h2::after {
	content: none;
}
.intro .flexbox .text li {
	margin-bottom: 1rem;
}
.intro .flexbox .text li::before {
	content: "";
	width: 15px;
	height: 15px;
	margin-right: 10px;
	background:  url("../images/listmark_lbl.png") center / cover no-repeat;
	display: inline-block;
}



/*代表挨拶*/
.greeting h2::after {
	content: none;
}
.greeting .inner {
	background: rgba(255,255,255,.6);
	border: 5px solid #004286;
	padding: 8rem 0 0 4%;
}
.greeting h3 {
	width: 100%;
	background: #004286;
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: #fff;
	text-align: center;
	font-size: calc(14px + 1.3vw);
	font-weight: 600;
	position: absolute;
	left: 0;
	top: 0;
}
.greeting .parts .text {
	margin-top: 4%;
	margin-right: 6%;
	line-height: 2;
	z-index: 10;
	position: relative;
}
.greeting .parts .text span {
	width: 100%;
	display: inline-block;
	margin-bottom: 2rem;
}
.greeting .flexbox {
	align-items: center;
}
.greeting h4 {
	width: 65%;
	min-width: 500px;
	display: inline-block;
	font-size: calc(12px + 1.5vw);
	font-weight: 700;
	line-height: 1.5;
	color: #004286;
	z-index: 10;
	position: relative;
}
.greeting h4 .name {
	margin-top: 2rem;
	font-size: .7em;
	text-align: right;
}
.greeting h4 .name span {
	position: relative;
}
.greeting h4 .name span:before {
	content: "";
	width: 80px;
	height: 1px;
	background: #004286;
	position: absolute;
	right: 110%;
	top: 55%;
}
.greeting .image {
	width: 45%;
	min-width: 300px;
	margin-top: -5%;
	padding-right: 2%;
	z-index: 0;
	position: relative;
}
.greeting .inner .image img {
	display: block
}


/*吹き出しと袋文字*/
.fukidashi {
	padding: 1rem 2%;
	margin-bottom: 6rem;
	background-color: #f6d54f;
	color: #004286;
	font-size: 1.7em;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .2em;
	text-align: center;
	position: relative;
}
.fukidashi::after {
	content: "";
	border-top: 30px solid #f6d54f;
	border-left: 32px solid transparent;
	border-right: 32px solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.fukidashi span {
	display: inline-block;
	vertical-align: baseline;
}
.fukidashi span.fukuro {
	margin-right: 1%;
	margin-left: 1%;
	font-size: 1.3em;
	letter-spacing: .05em;
  color: #fff;
	font-weight: 900;
  position: relative;
	white-space: nowrap;
}
.fukidashi span.fukuro::after{
  content: attr(data-text);
  text-shadow: 2px 0 0 #004286,0 2px 0 #004286,-2px 0 0 #004286,0 -2px 0 #004286;
  color: #fff;
  position: absolute;
  left: 2px;
  top: 2px;
  mix-blend-mode: multiply;
}
.fukidashi span.nuki {
	background: #004286;
	color: #fff;
	padding: 0 1%;
	margin-right: 2%;
	font-size: .8em;
}


/*私たちはこんな会社です*/
.about {
	padding-top: 8rem;
	padding-bottom: 8rem;
	background: url("../images/bg-about.jpg") center / cover no-repeat;
}
.about .parts {
	background: #fff;
	border-top: 7px solid #004286;
	margin-bottom: 4rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
	position: relative;
}
.about .parts::before {
	content: "";
	width: 60px;
	height: 100%;
	background-position: top left;
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute;
	top: -7px;
	left: 0;
}
.about .parts.dl1::before {
	background-image: url("../images/list_flag1.png");
}
.about .parts.dl2::before {
	background-image: url("../images/list_flag2.png");
}
.about .parts.dl3::before {
	background-image: url("../images/list_flag3.png");
}
.about .parts .flexbox {
	width: 84%;
	min-width: 760px;
	margin-right: auto;
	margin-left: auto;
	justify-content: space-around;
	align-items: center;
}
.about .parts .flexbox dt {
	width: 38%;
	color: #004286;
	font-size: calc(16px + 1vw);
	font-weight: 700;
	line-height: 1.7;
}
.about .parts .flexbox dt span {
	display: inline;
	background: linear-gradient(transparent 28%,#cdf1ff 29%, #cdf1ff 110%);
}
.about .parts .flexbox dd {
	width: 60%;
}


/*一日のリンクボタン*/
.day {
	margin-bottom: 18rem;
}
.day .flexbox {
	justify-content: center;
}
.day .flexbox li {
	width: 30%;
	margin-right: 1.5%;
	margin-left: 1.5%;
}
.day .flexbox li:hover {
	opacity: .7;
}


/*座談会のリンクバナー*/
.talk {
	margin-bottom: 20rem;
}
.talk .fukidashi {
	margin-bottom: 0;
}
.talk h3 .arw:after {
	content: "";
	display: inline-block;
	height: 15px;
	margin-bottom: 3px;
	margin-left: 15px;
	border-left: 15px solid #004286;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
.talk .fukidashi img {
	display: inline-block;
	vertical-align: sub;
	width: 135px;
	margin-bottom: -4px;
}
.talk a:hover {
	opacity: .7;
}


/*募集要項*/
#rec-info {
	padding-top: 10rem;
	padding-bottom: 10rem;
	margin-bottom: 0;
}
#rec-info .bg {
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-image: url("../images/bg-recruitinfo_top.jpg"),url("../images/bg-recruitinfo_bottom.jpg");
	background-repeat: no-repeat;
	background-position: left top,left bottom;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#rec-info .inner {
	width: 70%;
	padding: 5rem 8% 13rem;
	background: rgba(255,255,255,.4);
}
#rec-info h2::after {
	content: none;
}
#rec-info .flexbox {
	margin-right: auto;
	margin-left: auto;
	justify-content: center;
	border-bottom: 2px solid #004286;
}
#rec-info .flexbox dt,
#rec-info .flexbox dd {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	line-height: 1.5
}
#rec-info .flexbox dt {
	width: 180px;
	margin-right: 6%;
	text-align: right;
	font-weight: 600;
	color: #004286;
}
#rec-info .flexbox dd {
	width: 750px;
}
#rec-info .flexbox dd p {
	margin-bottom: 2rem;
}
#rec-info .flexbox dd p:last-child {
	margin-bottom: 0;
}
#rec-info .flexbox .syubetsu {
	position: relative;
}
#rec-info .flexbox .syubetsu-ttl {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	border: 1px solid #555;
	font-size: .9em;
}
#rec-info .flexbox .syubetsu div {
	margin-bottom: 3rem;
}
#rec-info .syubetsu .flexbox {
	justify-content: flex-start;
	border-bottom: none;
}
#rec-info .syubetsu .flexbox .text {
	width: calc(100% - 110px);
}
#rec-info .syubetsu .flexbox .ttl {
	width: 110px;
	text-align: center;
}
#rec-info .syubetsu .caution {
	display: inline-block;
	font-size: .85em;
	margin-top: 1rem;
}
#rec-info .syubetsu .info-fuki {
	display: inline-block;
	width: 35%;
	position: absolute;
	top: 24%;
	right: 103%;
}
#rec-info .syubetsu .info-fuki img {
	display: block;
}
#rec-info .syubetsu .info-fuki::after {
	content: "";
	display: inline-block;
	border-left: 10px solid #fecb04;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	position: absolute;
	left: 100%;
	top: 40%;
}

#rec-info .rec-btn a {
	margin-top: 3rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}




/*　下層ページ（mvなしぺージ）共通　*/
.sub .sub_menu.flexbox {
	margin-top: 8.5rem;
	margin-bottom: 8rem;
	position: relative;
}
.sub h1 {
	font-size: 2.8rem;
	text-align: center;
	position: initial;
}



/*　一日ページ　*/
.daymain {
	background: #adeffe;
	padding-bottom: 8rem;
}
.daymain .btn-area {
	justify-content: center;
	text-align: center;
	margin-bottom: 3rem;
}
.daymain .btn-area .rec-btn {
		order: 2;
}
.daymain .btn-area .rec-btn a {
	width: 220px;
	margin: 1rem .8rem;
	padding-right: 0;
	padding-left: 0;
}
.daymain .btn-area .rec-btn.active {
	order: 1;
}
.daymain .btn-area .rec-btn.active a {
	background: #f6d54f;
	color: #004286;
	pointer-events: none;
}
.daymain .btn-area .rec-btn.active a::after {
	content: none;
}
.daymain .btn-area .rec-btn.active a span {
	transform: scale(1.3);
	display: inline-block;
}
.daymain .content.bgwh {
	width: 80%;
	min-width: 693px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3rem;
	padding: 12rem 6% 6rem;
	border-radius: 20px;
	background: #fff;
	box-shadow: inset 5px 5px 8px rgba(0,0,0,.25);
}
.daymain .bg-text-top,
.daymain .bg-text-btm {
	width: 100%;
	height: 100px;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	z-index: 0;
}
.daymain .bg-text-top {
	top: 18px;
	background-position: top center;
}
.daymain .bg-text-btm {
	bottom: 18px;
	background-position: bottom center;
}
.daymain .bgwh h2 {
	margin-bottom: 0;
	font-size: 2rem;
	color: #fff;
	position: absolute;
	left: -30px;
	top: 40px;
	z-index: 10;
}
.daymain .bgwh h2 span {
	display: inline-block;
	padding: .5em 20px .5em 30px;
	background: #004286;
}
.daymain .bgwh h2::after {
	background: #012041;
	width: 30px;
	height: 100%;
	margin-left: 0;
	top: 7px;
	bottom: auto;
	left: 0;
	transform: skewY(25deg);
	z-index: -1;
}

.daymain .schedule .flexbox {
	justify-content: space-between;
	position: relative;
	z-index: 5;
}
.daymain .schedule .flexbox .sml {
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1.4;
}
.daymain .schedule .flexbox .img {
	width: 32%;
	position: relative;
	padding: 2rem 2% 7rem;
	text-align: center;
}
.daymain .schedule .flexbox .img.illust img {
	width: 60%;
	max-width: 130px;
	margin-top: 3rem;
}
.daymain .schedule .flexbox .text {
	width: 65%;
	padding-bottom: 7rem;
	position: relative;
	line-height: 1.7;
	font-size: 1.4rem;
	padding-left: 3%;
	border-left: 10px solid #004286;
}
.daymain .schedule .flexbox .text .time {
	font-size: 1.5em;
	line-height: 1.2;
	margin-bottom: 1rem;
	color: #004286;
	font-weight: 600;
}
.daymain .schedule .flexbox .text .time::before {
	content: "";
	width: 24px;
	height: 24px;
	background: #004286;
	border-radius: 25px;
	position: absolute;
	top: 0;
	left: -17px;
}
.daymain .schedule .flexbox .text .time.shiro::before {
	border: 5px solid;
	width: 30px;
	height: 30px;
	background: #fff;
	top: -3px;
	left: -20px;
}
.daymain .schedule .flexbox .text .time .jose {
	font-size: 1.2em;
	font-weight: 700;
}
.daymain .schedule .flexbox .text .illust {
	text-align: center;
	margin-top: 10px;
}
.daymain .schedule .flexbox .text .illust img {
	width: 50%;
	max-width: 200px;
}

.daymain .schedule .flexbox.person .text {
	color: #004286;
}
.daymain .schedule .flexbox.person .text .name {
	display: block;
	margin-bottom: 1rem;
	font-weight: 600;
	font-size: 1.2em;
	border-bottom: 1px solid;
}
.daymain .schedule .flexbox.person .text .mainwork {
	margin-top: 1rem;
	display: block;
	padding: 1.5rem 5%;
	background: #e2e7ed;
}
.daymain .schedule .flexbox.person .img img {
	width: 80%;
}

.daymain .schedule .flexbox.subttl .text,
.daymain .schedule .flexbox.subttl .img {
	padding-top: 0;
	padding-bottom: 10px;
}
.daymain .schedule .flexbox.subttl .text p {
	border-bottom: 1px solid;
	font-size: 2em;
}

.daymain .schedule .flexbox.last {
	margin-top: -10px;
}
.daymain .schedule .flexbox.last .img,
.daymain .schedule .flexbox.last .text {
	padding-bottom: 1rem;
}
.daymain .schedule .flexbox.last .text {
	border-left-color: transparent;
}

/*オフィス編*/
.daymain.office .bg-text-top,
.daymain.office .bg-text-btm {
	background-image: url("../images/day/day-bgtext-off.png");
}

/*出張編*/
.daymain.biztrip .bg-text-top,
.daymain.biztrip .bg-text-btm {
	background-image: url("../images/day/day-bgtext-biztrip.png");
}

/*現場編*/
.daymain.site .bg-text-top,
.daymain.site .bg-text-btm {
	background-image: url("../images/day/day-bgtext-site.png");
}


/*社員の声*/
.faq .summary {
	margin-bottom: 5rem;
}
.faq .summary h2 {
	padding: 1.5rem 5%;
	margin-bottom: 3.5rem;
	font-size: 2.3vw;
	letter-spacing: .07em
}
.faq .summary h2::after {
	width: auto;
	height: auto;
	background: none;
	border-top-width: 20px;
	bottom: auto;
	margin-left: 0;
}
.faq .summary h2 .text {
	text-align: center;
}
.faq .summary h2 .text .sml {
	font-size: .8em;
	padding-right: .5em;
}
.faq .summary h2 .text .ltr-spr {
	letter-spacing: 0;
}
.faq .summary h2 .text img {
	width: 22%;
	max-width: 125px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 1%;
	display: inline-block;
	vertical-align: middle;
}
.faq .summary .talkfukei {
	text-align: center;
}
.faq .summary .talkfukei img {
	width: 60%;
}


.faq .talkline {
	background: #e7fbf3;
	padding-top: 7rem;
	padding-bottom: 7rem;
}
.faq .talkline .bg-p {
	width: 62%;
	max-width: 900px;
	min-width: 737px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5rem;
	padding: 1rem 0.5% 2rem 1%;
	background: url("../images/bg-talkline.jpg") center / cover;
	box-shadow: inset 5px 5px 8px rgba(0,0,0,.25);
}
.faq .talkline .bg-p .scroll {
	height: 90vh;
	overflow-y: scroll;
	position: relative;
}
.faq .talkline .bg-p .scroll .text {
	width: 90%;
	margin: 1rem auto 3rem;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
	background: #066ab7;
}

.faq .talkline li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}
.faq .talkline li .talk-fuki {
	font-family: 'M PLUS 1p', sans-serif;
	transform: rotate(0.03deg);
	width: 60%;
	background: #fff;
	border-radius: 40px;
	padding: 15px 4%;
	line-height: 1.35;
	letter-spacing: 0.06em;
	text-align: justify;
	position: relative;
}
.faq .talkline li .talk-fuki::before {
	content: "";
	display: inline-block;
	background: url("../images/qa-fukidashi.png") center / contain no-repeat;
	width: 25px;
	height: 25px;
	position: absolute;
	left: -12px;
	top: 5px;
}
.faq .talkline li .talk-icon {
	width: 12%;
	max-width: 60px;
	margin-top: 5px;
	margin-right: 1.3%;
	margin-left: 1.3%;
}
/*icon右側の時*/
.faq .talkline li.talk-right {
	justify-content: flex-end;
}
.faq .talkline li.talk-right .talk-fuki {
	order: 1;
	background: #85E249;
}
.faq .talkline li.talk-right .talk-fuki::before {
	content: none;
}
.faq .talkline li.talk-right .talk-fuki::after {
	content: "";
	display: inline-block;
	background: url("../images/qa-fukidashi_gr.png") center / contain no-repeat;
	width: 25px;
	height: 25px;
	position: absolute;
	right: -12px;
	top: 5px;
}
.faq .talkline li.talk-right .talk-icon {
	order: 2;
}

/*絵文字*/
.faq .talkline li.talk-right .talk-fuki .icon {
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	margin-left: .15em;
	margin-right: .25em;
}
.faq .talkline li.talk-right .talk-fuki .icon.ase {
	background: url("../images/talk-icon_ase.gif") center / contain no-repeat;
}

/*talk下バナー*/
.faq .talkline .btn-area {
	justify-content: center;
	text-align: center;
	margin-bottom: 3rem;
}
.faq .talkline .btn-area .rec-btn a {
	width: 220px;
	margin: 1rem .8rem;
	padding-right: 0;
	padding-left: 0;
}





/*エントリーフォーム*/
.form {
	background: #edf5fe;
}
.form .form_table {
	background: transparent;
}
.form .form_table .item,
.form .form_table .red {
	padding-top: 1.5rem;
}
.form .form_table .item {
	width: 28%;
}
.form .form_table .text {
	width: calc(100% - 28% - 20px);
}
.form .form_table input[type="text"] {
	width: 80%;
	height: auto;
	padding: 1rem 1%;
}
.form .form_table input[type="text"].wide-m {
	width: 65%;
}
.form .form_table textarea {
	width: 80%;
}
.form .form_table .sample {
	font-size: .8em;
	color: #999;
}

.formsub .form .content {
	padding-top: 1.5rem;
}
.formsub .form .form_table{
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.formsub .form .form_table #form th {
	min-width: 130px;
}
