@charset "UTF-8";

.brclear, .brssp, .pc {
	display: none;
}
img {
	width: 100%;
	height: auto;
}
.fadein {
	opacity : 0;
	transform : translate(0, 20px);
	transition : all 1.5s;
}
.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: 40px;
	bottom: 20px;
	right: 20px;
	z-index: 2;
	cursor: pointer;
}
.pageWrap {
	overflow-x: hidden;
}
header {
	width: 100%;
	height: 70px;
	position: relative;
}
header .logo {
	width: 300px;
	position: absolute;
	top: 20px;
	left: 20px;
}
.entryBtn {
	width: 120px;
	line-height: 36px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	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: 3px 3px 0px 0px #81767A;
	transition: all .3s;
}
.mpBtn {
	width: 120px;
	line-height: 36px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	letter-spacing: 0.08em;
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	background: #3cbb55;
	display: block;
	position: absolute;
	right: 150px;
	top: 10px;
	box-shadow: 3px 3px 0px 0px #81767A;
	transition: all .3s;
}
.main {
	padding: 40px 0 80px;
	position: relative;
}
.main h1 {
	width: 80%;
	max-width: 450px;
	margin: 0 auto 50px;
}
.main .h101 {
	width: 240px;
	margin: 0 auto 50px;
	opacity: 0;
}
.main .h102 {
	width: 90%;
	max-width: 600px;
	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: 205px;
}
.circle01 {
	right: -70px;
	top: 150px;
	z-index: 6;
}
.circle02 {
	left: calc(50% - 280px);
	top: -20px;
}
.circle03 {
	left: calc(50% + 120px);
	bottom: -40px;
}
.circle04 {
	left: calc(50% - 320px);
	bottom: -180px;
}
.circle05 {
	left: calc(50% + 260px);
	bottom: -40px;
}
.ppBox {
	position: relative;
	width: 80%;
	background: #f15444;
	left: 0;
	box-sizing: border-box;
	padding: 80px 2% 80px 2%;
	bottom: -100px;
	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%;
	padding-bottom: 200px;
	background: #b2a3a8;
	position: relative;
	min-height: 1050px;
}
.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: 320px;
	top: 200px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}
.cvBox .h201 {
	position: absolute;
	width: 380px;
	top: 480px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}
.cvBox .p01 {
	color: #FFF;
	font-weight: 300;
	font-size: 15px;
	line-height: 3em;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 520px;
	position: relative;
	display: inline-block;
	top: 700px;
	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: 10px;
}
.fdBox .p01 span {
	display: block;
	font-size: 16px;
}
.fdBox .p02 {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #E64949;
	letter-spacing: 0.09em;
}
.fdBox .p03 {
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.09em;
	margin-bottom: 40px;
}
.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: 90%;
	max-width: 600px;
	margin: 0 auto 80px;
	display: flex;
	flex-wrap: wrap;
}
.fdBox ul li {
	width: 48%;
	height: 130px;
	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.2em;
	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: 350px;
	margin: 0 auto;
}
.linkBox {
	width: 100%;
	padding: 80px 0;
}
.linkBox h2 {
	margin: 0 auto 60px;
	width: 193px;
}
.linkBox ul {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.linkBox ul li {
	width: 48%;
	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: 14px;
	font-weight: 500;
}
.linkBox ul li:hover p {
	text-decoration: none;
}

.footer {
	position: relative;
	height: 90px;
	bottom: 0;
}
.footer p {
	position: relative;
	text-align: center;
	color: #231f1f;
	font-size: 12px;
	letter-spacing: 0.06em;
}
.footer .flogo {	
	width: 150px;
	margin: 20px auto 0;
}
.atbox {
	width: 80%;
	margin: 0 auto;
	border: dashed 2px #b2a3a8;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 40px 5%;
}
.atbox h4 {
	font-size: 16px;
	font-weight: 500;
}
.atbox p {
	font-size: 14px;
	color: #313131;
}
.atbox .idt {
	text-indent: -1em;
	margin-left: 1em;
}
.pbm {
	margin-bottom: 10px;
}
.legal {
	padding-bottom: 30px;
}


@media screen and (max-width: 600px) {
.brssp {
	display: block;
}
header .logo {
	width: 200px;
	left: 10px;
}
.entryBtn {
	width: 90px;
	line-height: 28px;
	font-size: 13px;
	right: 3px;
	top: 2px;
	box-shadow: 2px 2px 0px 0px #81767A;
}
.mpBtn {
	width: 90px;
	line-height: 28px;
	font-size: 13px;
	right: 3px;
	top: 32px;
	box-shadow: 2px 2px 0px 0px #81767A;
}
.main {
	padding: 30px 0 70px;
	position: relative;
}
.main h1 {
	width: 70%;
	margin: 0 auto 30px;
}
.main .h101 {
	width: 200px;
	margin: 0 auto 30px;
}
.main .h102 {
	width: 90%;
}


.circle {
	position: absolute;
	width: 150px;
}
.circle01 {
	left: auto;
	right: -50px;
	top: auto;
	bottom: -100px;
	z-index: 6;
}
.circle02 {
	left: -20px;
	bottom: -100px;
}
.circle03 {
	left: auto;
	right: -50px;
	bottom: -100px;
}
.circle04 {
	left: -30px;
	bottom: -130px;
}
.circle05 {
	left: calc(50% + 260px);
	bottom: -40px;
}
.ppBox {
	position: relative;
	width: 95%;
	background: #f15444;
	left: 0;
	box-sizing: border-box;
	padding: 80px 5% 80px 5%;
	bottom: -100px;
	z-index: 2;
}
.ppBox h2 {
	width: 150px;
	margin: 0 auto 20px;
}
.ppBox p {
	color: #FFF;
	font-weight: 200;
	font-size: 14px;
	line-height: 2em;
	margin: 0 auto;
}
.cvBox {
	width: 100%;
	background: #b2a3a8;
	position: relative;
	min-height: 650px;
}
.cvBox:before {
	content: "";
	position: absolute;
	width: 400px;
	height: 610px;
	background: url("../img/bigicon.png") no-repeat center center;
	background-size: contain;
	left: calc(24% + 10px);
	top: 160px;
	z-index: 4;
}
.cvBox h2 {
	position: absolute;
	width: 150px;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}
.cvBox .h201 {
	position: absolute;
	width: 240px;
	top: 250px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}
.cvBox .p01 {
	color: #FFF;
	font-weight: 300;
	font-size: 14px;
	line-height: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 90%;
	max-width: 400px;
	position: relative;
	display: inline-block;
	top: 400px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}

.fdBox {
	width: 100%;
	padding: 80px 0 80px;
	background: #FFF;
}
.fdBox h2 {
	width: 150px;
	margin: 0 auto 40px;
}
.fdBox .p01 {
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.02em;
}
.fdBox .p01 span {
	display: block;
	font-size: 13px;
}
.fdBox .p02 {
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	color: #E64949;
	padding-bottom: 70px;
	letter-spacing: 0.09em;
}
.fdBox h3 {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 20px;
	letter-spacing: 0.09em;
}
.fdBox ul {
	width: 90%;
	max-width: 600px;
	margin: 0 auto 80px;
	display: flex;
	flex-wrap: wrap;
}
.fdBox ul li {
	width: 100%;
	height: 110px;
	background: #f4f4f4;
	border-radius: 5px;
	margin: 5px;
	margin-bottom: 5px;
	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;
	color: #616161;
}
.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: 180px;
	margin: 0 auto 50px;
}
.shBox .fig01 {
	width: 280px;
	margin: 0 auto;
}
.linkBox {
	width: 100%;
	padding: 80px 0;
}
.linkBox h2 {
	margin: 0 auto 60px;
	width: 113px;
}
.linkBox ul {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.linkBox ul li {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.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: 14px;
	font-weight: 500;
}
.linkBox ul li:hover p {
	text-decoration: none;
}

.footer {
	position: relative;
	height: 90px;
	bottom: 0;
}
.footer p {
	position: relative;
	text-align: center;
	color: #231f1f;
	font-size: 12px;
	letter-spacing: 0.06em;
}
.footer .flogo {	
	width: 150px;
	margin: 20px auto 0;
}
.atbox {
	width: 86%;
	padding: 40px 5%;
}
}




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

.jp01 {
	text-align: center;
	font-size: 14px;
	color: #616161;
	padding-bottom: 30px;
}
.jp02 {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 5px;
}
.jp03 {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.6em;
}
.jp03 span {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #616161;
	font-weight: normal;
	line-height: 1.6em;
}
.jp04 {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #a9a9a9;
	font-weight: normal;
	line-height: 1.6em;
}
.jp05 {
	text-align: center;
	font-size: 16px;
	color: #f15444;
	font-weight: 600;
	letter-spacing: 0.05em;
	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: 90%;
	max-width: 500px;
	margin: 30px auto 40px;
}
.pr {
	font-size: 16px;
	font-weight: 500;
	color: #f15444;
	line-height: 2em;
}
.pr_m {
	font-size: 14px;
	font-weight: 600;
	line-height: 2.0em;
}
.pr_n {
	font-size: 14px;
	font-weight: 400;
	line-height: 2.0em;
}
.jobOutline {
	width: 90%;
	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;
	border-bottom: 1px solid #000;
}
.jobOutline.with-links ~ .exlinks > h3,
.jobOutline h3 {
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 10px;
	letter-spacing: 0.06em;
}
.jobOutline h4 {
	font-size: 16px;
}
.jobOutline h4, .jobOutline p, .jobOutline ul {
	font-size: 14px;
	color: #616161;
	line-height: 1.6em;
}
.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 .p01 a {
	text-color: #000000;
	text-decoration: underline;
}
.jobOutline .p01 a:hover {
	text-decoration: none;
}
.jobOutline .p04 {
	color: #000000;
	font-weight: 500;
}
.jobOutline ul {
	margin-left: 1.2em;
	margin-bottom: 1.5em;
}
.jobOutline .num li {
	list-style: decimal;
}
.jobOutline ul.num2 {
	margin-left: 0;
	margin-bottom: 1em;;
}
.jobOutline ul.num2 li {
	text-indent: -1em;
	margin-left: 1em;
}
.jobOutline .dot li {
	list-style: outside;
}
.btns {
	width: 90%;
	max-width: 400px;
	margin: 60px auto 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.btns li {
	width: 31.33%;
	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;
}
.bold {
	font-weight: 600;
}
.note {
	font-size: 12px;
	line-height: 20px;
	display:block;
}

@media screen and (max-width: 600px) {
.btns {
	width: 98%;
}
.btns li {
	width: 32.33%;
}
.backBtn {
	width: 100%;
	line-height: 40px;
	font-size: 16px;
	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: 40px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	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: 40px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	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;
}

}

.vimeo {
	width: 90%;
	max-width: 400px;
	margin: 0 auto 10px;
	transition: all .3s;
	opacity: 1;
}
.vimeo2 {
	width: 90%;
	max-width: 400px;
	margin: 30px auto 10px;
	transition: all .3s;
	opacity: 1;
}
.vimeo3 {
	width: 90%;
	max-width: 400px;
	margin: 0px auto 30px;
	transition: all .3s;
	opacity: 1;
}
.vimeocs {
	width: 90%;
	max-width: 400px;
	margin: 0 auto 10px;
}
.youtube {
	width: 90%;
	max-width: 400px;
	margin: 0 auto 10px;
	aspect-ratio: 16 / 9;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}
.photo {
	width: 100%;
	max-width: 600px;
	margin: 30px auto 10px;
}
.photo2 {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 30px;
}
.newBox {
	background: #f4f4f4;
	width: 90%;
	margin: 80px auto;
	box-sizing: border-box;
	padding: 40px 10px; 
}
.newBox .p01 {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	text-decoration: underline;
	margin-bottom: 20px;
}
.newBox .p02 {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 40px;
}
.newBox .p03 {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.6em;
}
.newBox ul  {
	width: 90%;
	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 20px; 
}
.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: 60%;
	margin: 0 auto;
}
.newBox2 ul li {
	width: 100%;
}
.newBox2 .p03 {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #f15444;
	margin-bottom: 20px;
}
.newBox2 .p04 {
	text-align: left;
	font-size: 14px;
	width: 80%;
	margin: 0 auto 20px;
}

.bold {
	font-weight: 600;
}
.note {
	font-size: 12px;
	line-height: 20px;
	display:block;
}
.newBox3 {
	background: #f4f4f4;
	width: 90%;
	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: 14px;
	color: #616161;
	line-height: 1.8em;
}

.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;
}
@media screen and (max-width: 600px) {
.jp03 {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.6em;
}
}
@media screen and (max-width: 600px) {
.newBox ul  {
	max-width: 400px;
}
.newBox ul li {
	width: 100%;
	margin: 15px 0;
}
.newBox .p01 {
	font-size: 16px;
}
.newBox .p02 {
	font-size: 14px;
}
.newBtn {
	font-size: 15px;
}
.newBtncs {
	font-size: 15px;
}
}





.exlinks {
	width: 90%;
	margin: 40px 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: 48%;
	margin: 0 1% 2%;
	background: #F4F3F4;
	opacity: 1;
	transition: all .5s;
	position: relative;
}
.exlinks ul li.wide {
	width: 48%;
	margin: 0 1% 2%;
}
.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;
	word-break: break-all;
}
.linkUrl .p02 span {
	padding-right: 15px;
	position: relative;
	background: url("../img/nwin.png") no-repeat 100% center;
	background-size: 12px auto;
}
.exlinks ul li:hover .linkUrl .p02 span {
	text-decoration: underline;
}
.exlinks ul li.usetwo {
	width: 100%;
	box-sizing: border-box;
	padding: 50px 0 50px 60px;
	background: #FFF;
}
.exlinks ul li.usetwo:hover {
	opacity: 1;
}

@media screen and (max-width: 600px) {
.exlinks ul li, .exlinks ul li.wide, .exlinks ul li.usetwo {
	width: 100%;
	margin: 0 0 10px;
}
.exlinks ul li .linkUrl .p01 {
	font-size: 13px;
}
.exlinks ul li .linkUrl .p02 {
	font-size: 12px;
}
.exlinks ul li.usetwo {
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	background: #FFF;
}
}

.exlinks h3 {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 10px;
	letter-spacing: 0.06em;
	text-align: center;
}
.vimeo h3 {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 10px;
	letter-spacing: 0.06em;
	text-align: center;
}

.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;
}