@charset "UTF-8";


 .brssp, .sp {
	display: none;
}
img {
	width: 100%;
	height: auto;
}
.fadein {
	opacity : 0;
	transform : translate(0, 20px);
	transition : all 1.3s;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
@keyframes fadeIn {
	0% {
	 opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes textDown {
	0% {
	 opacity: 0;
	 margin-top: 10px;
	}
	100% {
		opacity: 1;
		margin-top: 0px;
	}
}
@keyframes textUp {
	0% {
	 opacity: 0;
	 margin-top: -10px;
	}
	100% {
		opacity: 1;
		margin-top: 0px;
	}
}


body {
	background: #f4f4f4;
}
.pagetop {
	position: fixed;
	width: 50px;
	bottom: 20px;
	right: 20px;
	z-index: 2;
	cursor: pointer;
}
.pageWrap {
	overflow-x: hidden;
}
header {
	width: 100%;
	height: 70px;
	position: relative;
}
header .logo {
	width: 400px;
	position: absolute;
	top: 20px;
	left: 20px;
}
.entryBtn {
	width: 150px;
	line-height: 45px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	letter-spacing: 0.08em;
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	background: #f15444;
	display: block;
	position: absolute;
	right: 20px;
	top: 10px;
	box-shadow: 4px 4px 0px 0px #81767A;
	transition: all .3s;
}
.entryBtn:hover {
	background: #EA4837;
}
.mpBtn {
	width: 150px;
	line-height: 45px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	letter-spacing: 0.08em;
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	background: #3cbb55;
	display: block;
	position: absolute;
	right: 180px;
	top: 10px;
	box-shadow: 4px 4px 0px 0px #81767A;
	transition: all .3s;
}
.mpBtn:hover {
	background: #36A34C;
}
.main {
	padding: 60px 0 300px;
	position: relative;
}
.main h1 {
	width: 720px;
	margin: 0 auto 70px;
}
.main .h101 {
	width: 300px;
	margin: 0 auto 70px;
	opacity: 0;
}
.main .h102 {
	width: 770px;
	margin: 0 auto;
	opacity: 0;
}
.main .h101.eft.eon {
	animation: fadeIn 1.5s ease 1s forwards;
}
.main .h102.eft.eon {
	animation: fadeIn 1.5s ease 1.5s forwards;
}


.circle {
	position: absolute;
	width: 305px;
}
.circle01 {
	left: calc(50% + 250px);
	bottom: -40px;
	z-index: 6;
}
.circle02 {
	left: calc(50% - 500px);
	top: -50px;
	z-index: 3;
}
.circle03 {
	left: calc(50% + 320px);
	bottom: -40px;
}
.circle04 {
	left: calc(50% - 550px);
	bottom: -180px;
}
.circle05 {
	left: calc(50% + 260px);
	bottom: -40px;
}
.ppBox {
	position: absolute;
	width: 60%;
	background: #f15444;
	left: 0;
	box-sizing: border-box;
	padding: 80px 2% 80px 2%;
	bottom: -200px;
	z-index: 2;
}
.ppBox h2 {
	width: 300px;
	margin: 0 auto 40px;
}
.ppBox p {
	color: #FFF;
	font-weight: 200;
	font-size: 16px;
	line-height: 3em;
	text-align: justify;
	text-justify: inter-ideograph;
	max-width: 500px;
	margin: 0 auto;
}
.cvBox {
	width: 100%;
	background: #b2a3a8;
	position: relative;
	min-height: 1350px;
}
.cvBox:before {
	content: "";
	position: absolute;
	width: 470px;
	height: 830px;
	background: url("../img/bigicon.png") no-repeat center center;
	background-size: contain;
	left: calc(50% + 30px);
	top: -40px;
	z-index: 4;
}
.cvBox h2 {
	position: absolute;
	width: 390px;
	top: 200px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}
.cvBox .h201 {
	position: absolute;
	width: 420px;
	top: 530px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}
.cvBox .p01 {
	color: #FFF;
	font-weight: 300;
	font-size: 16px;
	line-height: 3em;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 520px;
	position: absolute;
	display: inline-block;
	top: 780px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}

.fdBox {
	width: 100%;
	padding: 80px 0 80px;
	background: #FFF;
}
.fdBox h2 {
	width: 240px;
	margin: 0 auto 40px;
}
.fdBox .p01 {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.09em;
	margin-bottom: 20px;
}
.fdBox .p01 span {
	display: block;
	font-size: 16px;
}
.fdBox .p02 {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #E64949;
	padding-bottom: 20px;
	letter-spacing: 0.09em;
}
.fdBox .p03 {
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.09em;
	margin-bottom: 20px;
}
.fdBox span {
	color: #000000;
}
.fdBox h3 {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 30px;
	letter-spacing: 0.09em;
}
.fdBox ul {
	width: 990px;
	margin: 0 auto 80px;
	display: flex;
	flex-wrap: wrap;
}
.fdBox ul li {
	width: 320px;
	height: 120px;
	background: #f4f4f4;
	border-radius: 5px;
	margin: 5px;
	margin-bottom: 10px;
	position: relative;
	transition: all .3s;
}
.fdBox ul li:hover {
	background: #E1E0E0;
}
.fdBox ul li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.fdBox ul li .s1 {
	position: absolute;
	width: 100%;
	top: 16px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.fdBox ul li .s2 {
	position: absolute;
	width: 100%;
	top: 56px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	line-height: 1.4em;
}
.fdBox ul li .s3 {
	position: absolute;
	width: 100%;
	top: 38px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	line-height: 1.4em;
}
.fdBox ul li .s2 span {
	display: block;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.4em;
	color: #f15444;
}
.fdBox ul li.cs .s2 {
	color: #747474;
}
.fdBox ul li.cs:hover {
	background: #f4f4f4;
}

.linkText {
	font-size: 12px;
	display: inline-block;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	color: #f15444;
	padding: 0 5px;
	line-height: 1em;
	border-right: 1px solid #f15444;
	border-left: 1px solid #f15444;
}

.shBox {
	width: 100%;
	padding-bottom: 80px;
	background: #FFF;
}
.shBox h2 {
	width: 320px;
	margin: 0 auto 50px;
}
.shBox .fig01 {
	width: 600px;
	margin: 0 auto;
}
.linkBox {
	width: 100%;
	padding: 80px 0;
}
.linkBox h2 {
	margin: 0 auto 60px;
	width: 193px;
}
.linkBox ul {
	width: 940px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.linkBox ul li {
	width: 430px;
	position: relative;
}
.linkBox ul li img {
	opacity: 1;
	transition: all .3s;
}
.linkBox ul li:hover img {
	opacity: 0.9;
}
.linkBox ul li a {
	position: absolute;
	width: 100%;
 	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.linkBox ul li p {
	padding: 5px 0 0;
	text-align: right;
	text-decoration: underline;
	font-size: 16px;
	font-weight: 500;
}
.linkBox ul li:hover p {
	text-decoration: none;
}

.footer {
	position: relative;
	height: 80px;
	bottom: 0;
}
.footer p {
	position: relative;
	top: 20px;
	left: 20px;
	color: #231f1f;
	font-size: 12px;
	letter-spacing: 0.06em;
}
.footer .flogo {	
	display: inline-block;
	position: absolute;
	width: 170px;
	left: 50%;
	transform: translateX(-50%);
}
.atbox {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	border: dashed 2px #b2a3a8;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 40px 50px;
}
.atbox h4 {
	font-size: 17px;
	font-weight: 500;
}
.atbox p {
	font-size: 15px;
	color: #313131;
}
.atbox .idt {
	text-indent: -1em;
	margin-left: 1em;
}
.pbm {
	margin-bottom: 10px;
}
.legal {
	padding-bottom: 30px;
}

.jobmain {
	width: 100%;
	padding: 15px 0;
}
.jobmain h1 {
	width: 220px;
	margin: 0 auto;
}
.jobmain .h1sub {
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.09em;
	padding: 20px 0 20px;
}
.jobWrap {
	width: 100%;
	padding: 80px 0;
	background: #FFF;
}

.jp01 {
	text-align: center;
	font-size: 16px;
	color: #616161;
	padding-bottom: 30px;
	letter-spacing: 0.06em;
}
.jp02 {
	text-align: center;
	font-size: 50px;
	font-weight: 600;
	padding-bottom: 10px;
	letter-spacing: 0.06em;
}
.jp03 {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.09em;
	line-height: 1.6em;
}
.jp03 span {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #616161;
	font-weight: normal;
	letter-spacing: 0.04em;
	line-height: 1.6em;
}
.jp04 {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #a9a9a9;
	font-weight: normal;
	letter-spacing: 0.04em;
	line-height: 1.6em;
}
.jp05 {
	text-align: center;
	font-size: 18px;
	color: #f15444;
	font-weight: 600;
	letter-spacing: 0.09em;
	line-height: 1.6em;
}
.vimeo3 .jp05 {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.6em;
	margin-top: 6px;
}



.prBox {
	width: 800px;
	margin: 40px auto 40px;
}
.pr {
	font-size: 16px;
	font-weight: 500;
	color: #f15444;
	line-height: 2.2em;
}
.pr_m {
	font-size: 16px;
	font-weight: 600;
	line-height: 2.0em;
}
.pr_n {
	font-size: 16px;
	font-weight: 400;
	line-height: 2.0em;
}
.jobOutline {
	width: 80%;
	max-width: 900px;
	margin: 0 auto;
	padding: 40px 0 40px;
	border-bottom: 1px solid #000;
}
.jobOutline.with-links {
	padding: 40px 0 0px;
	border-bottom: none;
}
.jobOutline.with-links ~ .exlinks {
	width: 90%;
	margin: 30px auto 0;
	padding-bottom: 40px;
	max-width: 900px;
	border-bottom: 1px solid #000;
}
.jobOutline.with-links ~ .exlinks > h3,
.jobOutline h3 {
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 10px;
	letter-spacing: 0.06em;
}
.jobOutline h4 {
	font-size: 18px;
}
.jobOutline h4, .jobOutline p, .jobOutline ul {
	padding: 0 20px;
	font-size: 16px;
	color: #616161;
}
.jobOutline ul li {
	color: #616161;
}
.jobOutline ul li span {
	color: #ff0000;
	text-decoration: underline;
}
.jobOutline .p01 {
	padding-bottom: 1em;
}
.jobOutline .p01 span {
	color: #000000;
	font-weight: 500;
}
.jobOutline .p04 {
	color: #000000;
	font-weight: 500;
}
.jobOutline .p01 a {
	text-color: #000000;
	text-decoration: underline;
}
.jobOutline .p01 a:hover {
	text-decoration: none;
}
.jobOutline ul {
	margin-left: 1.2em;
	margin-bottom: 1.5em;
}
.jobOutline .num li {
	list-style: decimal;
}
.jobOutline .dot li {
	list-style: outside;
}
.jobOutline ul.num2 {
	margin-left: 0;
	margin-bottom: 1em;;
}
.jobOutline ul.num2 li {
	text-indent: -1em;
	margin-left: 1em;
}
.btns {
	width: 550px;
	margin: 60px auto 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.btns li {
	width: 30%;
	position: relative;
}
.backBtn {
	width: 100%;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	letter-spacing: 0.08em;
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	background: #eda200;
	display: block;
	box-shadow: 3px 3px 0px 0px #81767A;
	transition: all .3s;
}
.backBtn:hover {
	background: #EB9200;
}
.entryBtn2 {
	width: 100%;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	letter-spacing: 0.08em;
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	background: #f15444;
	display: block;
	box-shadow: 3px 3px 0px 0px #81767A;
	transition: all .3s;
}
.entryBtn2:hover {
	background: #E83B2A;
}
.mpBtn2 {
	width: 100%;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	letter-spacing: 0.08em;
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	background: #3cbb55;
	display: block;
	box-shadow: 3px 3px 0px 0px #81767A;
	transition: all .3s;
}
.mpBtn2:hover {
	background: #36A34C;
}

.vimeo {
	width: 450px;
	margin: 10px auto 10px;
	transition: all .3s;
	opacity: 1;
}
.vimeo:hover {
	opacity: 0.7;
}
.vimeo2 {
	width: 450px;
	margin: 30px auto 10px;
	transition: all .3s;
	opacity: 1;
}
.vimeo2:hover {
	opacity: 0.7;
}
.vimeo3 {
	width: 450px;
	margin: 10px auto 30px;
	transition: all .3s;
	opacity: 1;
}
.vimeo3:hover {
	opacity: 0.7;
}
.vimeocs {
	width: 450px;
	margin: 0 auto 10px;
}
.youtube {
	width: 560px;
	margin: 0 auto 10px;
}
.photo {
	width: 600px;
	margin: 50px auto 10px;
}
.photo2 {
	width: 600px;
	margin: 0 auto 50px;
}



.newBox {
	background: #f4f4f4;
	width: 80%;
	max-width: 800px;
	margin: 80px auto;
	box-sizing: border-box;
	padding: 50px 20px; 
}
.newBox .p01 {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	text-decoration: underline;
	margin-bottom: 20px;
}
.newBox .p02 {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 40px;
}
.newBox .p03 {
	text-align: center;
	font-size: 15px;
	margin-top: 10px;
	line-height: 1.6em;
}
.newBox ul  {
	width: 70%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newBox ul li {
	width: 45%;
}
.newBox2 {
	background: #f4f4f4;
	width: 80%;
	max-width: 800px;
	margin: 40px auto;
	box-sizing: border-box;
	padding: 50px 0; 
}
.newBox2 .p01 {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	text-decoration: underline;
	margin-bottom: 20px;
}
.newBox2 .p02 {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 40px;
}
.newBox2 ul  {
	width: 50%;
	margin: 0 auto;
}
.newBox2 ul li {
	width: 100%;
}
.newBox2 .p03 {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #f15444;
	margin-bottom: 10px;
}
.newBox2 .p04 {
	text-align: left;
	font-size: 16px;
	width: 80%;
	margin: 0 auto 20px;
}
.bold {
	font-weight: 600;
}
.note {
	font-size: 12px;
	line-height: 20px;
	display:block;
}
.newBtn {
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	letter-spacing: 0.07em;
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	background: #000000;
	display: block;
	position: relative;
	box-shadow: 4px 4px 0px 0px #7f7478;
	transition: all .3s;
}
.newBtn a {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	z-index: 10;
}
.newBtn:hover {
	background: #363636;
}
.newBtncs {
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	letter-spacing: 0.07em;
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	background: #808080;
	display: block;
	position: relative;
	box-shadow: 4px 4px 0px 0px #a9a9a9;
	transition: all .3s;
}
.newBox3 {
	background: #f4f4f4;
	width: 80%;
	max-width: 800px;
	margin: 80px auto;
	box-sizing: border-box;
	padding: 50px 20px; 
}
.newBox3 .p01 {
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}
.newBox3 .p02 {
	text-align: left;
	font-size: 16px;
	color: #616161;
	line-height: 2em;
}








.exlinks {
	width: 90%;
	margin: 70px auto;
	max-width: 900px;
}
.exlinks ul {
	width: 100%;
	margin:  10px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.exlinks ul li {
	border: solid 1px #b2a3a8;
	box-sizing: border-box;
	padding: 0 0;
	border-radius: 5px;
	width: 32.33%;
	margin: 0 .5% 1%;
	background: #F4F3F4;
	opacity: 1;
	transition: all .5s;
	position: relative;
}
.exlinks ul li.wide {
	width: 44%;
}
.exlinks ul li a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}
.exlinks ul li:hover {
	background: #F4F3F4;
}
.exlinks ul li .capimg img {
	border-radius: 5px 5px 0 0;
}
.exlinks ul li .linkUrl {
	box-sizing: border-box;
	padding: 10px 10px;
}
.exlinks ul li .linkUrl .p01 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 4px;
	color: #231f1f;
	line-height: 1.4em;
}
.exlinks ul li:hover {
	opacity: 0.8;
}
.exlinks ul li .linkUrl .p02 {
	font-size: 13px;
	font-weight: 400;
	color: #231f1f;
	line-height: 1.3em;
	position: relative;
	word-break: break-all;
}

.exlinks ul li:hover .linkUrl .p02 span {
	text-decoration: underline;
}
.linkUrl .p02 span {
	padding-right: 15px;
	position: relative;
	background: url("../img/nwin.png") no-repeat 100% center;
	background-size: 12px auto;
}
.exlinks ul li.usetwo {
	width: 65.66%;
	box-sizing: border-box;
	padding: 50px 0 0 60px;
	background: #FFF;
}
.exlinks ul li.usetwo:hover {
	opacity: 1;
}
.exlinks h3 {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 10px;
	letter-spacing: 0.06em;
	text-align: center;
}
.vimeo h3 {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 10px;
	letter-spacing: 0.06em;
	text-align: center;
}
ul.second li:nth-child(4), ul.second li:nth-child(5) {
	margin-left: 2em;
}



.fdBox .p01 span.color-red {
	color: #E64949;
}
.list-one {
	margin-bottom: 0;
	padding-bottom: 0;
}
.list-one ul {
	justify-content: center;
	border-bottom: solid 1px #b2a3a8;
	margin-bottom: 0;
	padding-bottom: 80px;
}
