@font-face {
	font-weight: normal;
	font-style: normal;
}

.slick-prev,.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: 'ç«Šï¿½';
}

[dir='rtl'] .slick-prev:before {
	content: 'ç«Šï¿½';
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: 'ç«Šï¿½';
}

[dir='rtl'] .slick-next:before {
	content: 'ç«Šï¿½';
}

.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -45px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 0;
	line-height: 20px;
	position: absolute;
	top: 0px;
	left: 0;
	width: 20px;
	height: 20px;
	content: '';
	text-align: center;
	opacity: .25;
	-ms-filter: "alpha(opacity=25)";
	filter: alpha(opacity=25);
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-filter: "alpha(opacity=25)";
	filter: alpha(opacity=25);
	width: 8px;
	height: 8px;
	background: #ccc;
	border-radius: 10px;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	-ms-filter: "alpha(opacity=75)";
	filter: alpha(opacity=70);
	color: black;
}

.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

img {
	max-width: 100%;
	height: auto;
}

.fullImg {
	width: 100%;
	height: auto;
	max-width: none;
}

a {
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a:focus,a:visited {
	outline: none;
	color: inherit;
}

a:-webkit-any-link {
	color: inherit;
}

@media only screen and (min-width: 768px) {
	a:visited,a:link {
		color: #1a1a1a;
	}

	a:hover {
		opacity: 0.7;
	}
}

img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	border: 0;
}

table img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	border: 0;
}

p {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

ol,ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

input,textarea {
	margin: 0;
	font-size: 100%;
	resize: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

dl,dt,dd,th,td {
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

em {
	font-style: normal;
}

article,aside,dialog,figure,footer,header,hgroup,nav,section {
	display: block;
}

nav ul {
	list-style: none;
}

body {
	width: 100%;
	color: #131018;
	margin: 0;
	padding: 98px 0 0;
	line-height: 1.7;
	letter-spacing: 0;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	height: 100%;
	word-break: break-all;
	overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
	body {
		padding: 50px 0 0 0;
		-webkit-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		text-size-adjust: 100%;
		line-height: 1.6;
	}
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@media only screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}

.disLink {
	pointer-events: none;
	cursor: default;
	opacity: 0.2;
}

.fnOpenSan {
	font-family: 'Open Sans', sans-serif;
}

.txtLinkCom {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	opacity: 0;
	height: 100%;
	text-indent: -9999px;
}

.txtLinkCom:hover {
	opacity: 0.5;
}

.btnComHover {
	position: relative;
	z-index: 2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #000000!important;
	color: #fff!important;
}

/* .btnComHover:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	background-color: #131018;
	z-index: -1;
} */

.btnComHover:hover {
	opacity: 1;
	background-color: #001499!important;
	color: #fff!important;
	text-decoration: none;
}

/* .btnComHover:hover:before {
	width: 100%;
	z-index: -1;
} */

/* .btnComHover:hover span {
	color: #fff;
	-webkit-filter: brightness(10);
	filter: brightness(10);
} */

.contenNotfound {
	text-align: center;
	padding: 0 15px;
	margin: 100px auto;
	font-size: 16px;
	line-height: 2;
}

.contenNotfound .ttl {
	font-size: 72px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-bottom: 90px;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.contenNotfound {
		margin: 40px auto 60px;
		font-size: 14px;
	}

	.contenNotfound .ttl {
		font-size: 46px;
		margin-bottom: 30px;
	}
}

.breadCrumb {
	max-width: 1030px;
	margin: 5px auto 40px;
	padding: 0 15px;
}

.breadCrumb li {
	display: inline-block;
}

.breadCrumb li a,.breadCrumb li span {
	color: #0095b2;
	font-size: 12px;
	display: block;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	.breadCrumb {
		margin-bottom: 35px;
	}

	.breadCrumb li a,.breadCrumb li span {
		font-size: 11px;
	}
}

.interviewCommonBox {
	max-width: 1500px;
	margin: 0 auto 46px;
}

@media only screen and (max-width: 1024px) {
	.interviewCommonBox {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 767px) {
	.interviewCommonBox {
		padding: 0;
		margin-bottom: 0;
	}
}

.interviewCommonBox .ttl {
	text-align: center;
	color: #001499;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 75px;
}

.interviewCommonBox .ttl span {
	display: block;
	color: #131018;
	font-size: 38px;
	letter-spacing: 0.18em;
}

@media only screen and (max-width: 767px) {
	.interviewCommonBox .ttl {
		font-size: 18px;
		margin-bottom: 37px;
	}

	.interviewCommonBox .ttl span {
		font-size: 29px;
		letter-spacing: 0.15em;
		line-height: 1.2;
		margin-bottom: 5px;
	}
}

.interviewCommonBox .innerBox {
	background: #f2f3fa;
	padding: 120px 10px 110px;
}

@media only screen and (max-width: 992px) {
	.interviewCommonBox .innerBox {
		padding: 50px 5px 70px;
	}
}

@media only screen and (max-width: 767px) {
	.interviewCommonBox .innerBox {
		padding: 50px 15px 60px;
	}
}

.interviewCommonBox .list {
	font-size: 0;
	letter-spacing: 0;
}

.interviewCommonBox .list li {
	display: inline-block;
	vertical-align: top;
	width: 33.33333%;
	padding: 0 20px;
}

@media only screen and (max-width: 992px) {
	.interviewCommonBox .list li {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 767px) {
	.interviewCommonBox .list li {
		padding: 0;
		width: 100%;
		display: block;
		margin-bottom: 18px;
	}

	.interviewCommonBox .list li:last-child {
		margin-bottom: 0;
	}
}

.interviewCommonBox .box {
	height: 174px;
	padding: 30px;
	position: relative;
}

@media only screen and (max-width: 992px) {
	.interviewCommonBox .box {
		padding: 20px 15px;
	}
}

@media only screen and (max-width: 767px) {
	.interviewCommonBox .box {
		padding: 30px;
	}
}

.interviewCommonBox .box .btnMoreTopCom {
	position: absolute;
	right: 0;
	bottom: 0;
}

.interviewCommonBox .box .btnMoreTopCom a {
	display: block;
	width: 87px;
	font-size: 14px;
	padding: 9px 0;
	border-right: 0;
	background: #f2f3fa;
	border: 0;
}

@media only screen and (max-width: 767px) {
	.interviewCommonBox .box .btnMoreTopCom a {
		font-size: 13px;
	}
}

.interviewCommonBox .box .btnMoreTopCom a span {
	background: url(../img/recruit/interview/interview1/icon_arrow.svg) left center no-repeat;
	background-size: 13px 11px;
	-webkit-filter: brightness(1);
	filter: brightness(1);
	color: #001499;
	display: block;
	text-align: center;
	font-weight: bold;
}

.interviewCommonBox .box .btnMoreTopCom a:hover:before {
	display: none;
}

.interviewCommonBox .box:hover .btnMoreTopCom a:before {
	display: block;
	width: 100%;
}

.interviewCommonBox .box:hover .btnMoreTopCom a span {
	color: #fff;
	-webkit-filter: brightness(10);
	filter: brightness(10);
	background: url(../img/recruit/interview/interview1/icon_arrow.svg) left center no-repeat;
	background-size: 13px 11px;
}

.interviewCommonBox .box.bg1 {
	background: url(../img/recruit/interview/interview1/img_10_pc.jpg) top center no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	.interviewCommonBox .box.bg1 {
		background: url(../img/recruit/interview/interview1/img_10.jpg) top center no-repeat;
		background-size: cover;
	}
}

.interviewCommonBox .box.bg2 {
	background: url(../img/recruit/interview/interview1/img_11_pc.jpg) top center no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	.interviewCommonBox .box.bg2 {
		background: url(../img/recruit/interview/interview1/img_11.jpg) top center no-repeat;
		background-size: cover;
	}
}

.interviewCommonBox .box.bg3 {
	background: url(../img/recruit/interview/interview1/img_12_pc.jpg) top center no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	.interviewCommonBox .box.bg3 {
		background: url(../img/recruit/interview/interview1/img_12.jpg) top center no-repeat;
		background-size: cover;
	}
}

.interviewCommonBox .box .txtBox1 {
	margin-bottom: 15px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: 0.05em;
}

.interviewCommonBox .box .txtBox1 .txt1,.interviewCommonBox .box .txtBox1 .txt2 {
	display: inline-block;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.interviewCommonBox .box .txtBox1 .txt1 {
	font-size: 40px;
	color: #99a1d6;
}

.interviewCommonBox .box .txtBox1 .txt2 {
	font-size: 16px;
	padding-left: 15px;
	line-height: 1.3;
	color: #001499;
}

@media only screen and (max-width: 767px) {
	.interviewCommonBox .box .txtBox1 {
		margin-bottom: 10px;
	}

	.interviewCommonBox .box .txtBox1 .txt1 {
		font-size: 37px;
		line-height: 1.2;
	}

	.interviewCommonBox .box .txtBox1 .txt2 {
		font-size: 14px;
		padding-left: 10px;
	}

	.interviewCommonBox .box .txtBox1 .txt2 span {
		font-size: 11px;
	}
}

.interviewCommonBox .box .txt3 {
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
	.interviewCommonBox .box .txt3 {
		font-size: 14px;
		margin-bottom: 0;
	}
}

::-webkit-input-placeholder {
	color: #959397;
}

::-moz-placeholder {
	color: #959397;
}

:-ms-input-placeholder {
	color: #959397;
}

:-moz-placeholder {
	color: #959397;
}

#headerWrrap {
	background-color: #fff;
}

#headerWrrap .headerBox * {
	-webkit-transition: .75s all;
	-moz-transition: .75s all;
	-ms-transition: .75s all;
	transition: .75s all;
}

#headerWrrap .headerBox {
	position: fixed;
	width: 100%;
	background: #fff;
	top: 0;
	z-index: 9999;
	height: 80px;
}

#headerWrrap .headerBox.active {
/*	
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	-ms-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	-o-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
*/
}

@media only screen and (max-width: 767px) {
	#headerWrrap .headerBox {
		height: 50px;
	}
}

#headerWrrap .headerBox .logoBox {
	float: left;
	padding-top: 20px;
	padding-left: 40px;
}

#headerWrrap .headerBox .logoBox a {
	display: inline-block;
	padding: 0;
	margin: 0;
}

#headerWrrap .headerBox .logoBox img {
	display: block;
}

@media only screen and (max-width: 767px) {
	#headerWrrap .headerBox .logoBox {
		padding-top: 14px;
		padding-left: 15px;
	}

	#headerWrrap .headerBox .logoBox img {
		height: 22px;
		width: 136px;
	}
}

#headerWrrap .headerBox .listBox {
	position: absolute;
	right: 0;
}

#headerWrrap .headerBox .listBox li {
	float: right;
}

#headerWrrap .headerBox .listBox li:first-child {
	border-left: 1px solid #fff;
}

#headerWrrap .headerBox .listBox li img {
	display: block;
	height: 80px;
}

#headerWrrap .headerBox .listBox li a {
	display: block;
}

#headerWrrap .headerBox .listBox li a:hover {
	opacity: 0.5;
}

@media only screen and (max-width: 767px) {
	#headerWrrap .headerBox .listBox li:first-child {
		border-left: 0;
	}

	#headerWrrap .headerBox .listBox li img {
		height: 50px;
	}
}

#headerNew {
	background-color: #fff;
	position: fixed;
	width:100%;
	height: 98px;
	left: 0px;
	top: 0px;
	z-index: 9999;
}

#headerNew .headerBox * {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#headerNew .headerBox {
	width: 1200px;
	background: #fff;
	top: 0;
	z-index: 9999;
	height: 98px;
	margin: 0 auto;
}

#headerNew .headerBox.active {
/*
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	-ms-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	-o-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
*/
}

@media only screen and (max-width: 767px) {
	#headerNew {
		height: 50px;
	}
	
	#headerNew .headerBox {
		height: 50px;
	}
}

#headerNew .headerBox .logoBox {
	float: left;
	width: 316px;
	padding-top: 35px;
	padding-left: 15px;
}

#headerNew .headerBox .logoBox a {
	display: inline-block;
	padding: 0;
	margin: 0;
}

#headerNew .headerBox .logoBox img {
	display: block;
}

@media only screen and (max-width: 767px) {
	#headerNew .headerBox .logoBox {
		padding-top: 14px;
		padding-left: 15px;
		width: auto;
		position: relative;
		z-index: 99;
	}

	#headerNew .headerBox .logoBox img {
		height: 22px;
		width: 136px;
	}
}

#headerNew .headerBox .listBox {
	width: 284px;
	position: absolute;
	right: 0;
	z-index: 99;
}

@media only screen and (max-width: 767px) {
	#headerNew .headerBox .listBox {
		width: 100px;
		margin-right: 50px;
	}
}

#headerNew .headerBox .listBox li {
	float: left;
}

#headerNew .headerBox .listBox li img {
	display: block;
	height: 55px;
	width: 142px;
}

#headerNew .headerBox .listBox li a {
	display: block;
}

#headerNew .headerBox .listBox li a:hover {
	opacity: 0.5;
}

@media only screen and (max-width: 767px) {
	#headerNew .headerBox .listBox li {
		float: left;
		width: 50px;
	}

	#headerNew .headerBox .listBox li:first-child {
		border-left: 0;
	}

	#headerNew .headerBox .listBox li img {
		height: 50px;
	}

	#headerNew .headerBox .listBox li a {
		opacity: 1;
	}

	#headerNew .headerBox .listBox li a:hover {
		opacity: 1;
	}
}

#headerNew .headerBox .midMenu {
	float: left;
	width: calc(100% - 316px);
	text-align: right;
	padding-right: 27px;
	padding-top: 60px;
	position: relative;
}

@media only screen and (max-width: 1075px) {
	#headerNew .headerBox .midMenu {
		padding-top: 40px;
		padding-right: 15px;
	}
}

#headerNew .headerBox .midMenu .frmSearch {
	/* margin-bottom: 10px;
	margin-right: 270px; */
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 9999;
}

@media only screen and (max-width: 1075px) {
	#headerNew .headerBox .midMenu .frmSearch {
		margin-bottom: 5px;
	}
}

#headerNew .headerBox .midMenu .frmSearch .txtSearch {
	width: 245px;
	border: 1px solid #d0cfd1;
	background: #f3f3f3;
	padding: 8px 10px;
	font-size: 12px;
	color: #959397;
	outline: none;
}

#headerNew .headerBox .midMenu .frmSearch .btnSearch {
	position: absolute;
	font-size: 0;
	text-indent: -9999px;
	background: url(../img/common/header/icon_search.svg) left center no-repeat;
	background-size: 100% 100%;
	width: 22px;
	height: 22px;
	right: 8px;
	top: 8px;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#headerNew .headerBox .midMenu .listMenu .btnSearch {
	background: url(../img/common/header/icon_search.svg) left center no-repeat;
	background-size: 100% 100%;
	width: 25px;
	height: 25px;
	vertical-align: middle;
    display: inline-block;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#headerNew .headerBox .midMenu .frmSearch .btnSearch:hover {
	opacity: 0.5;
}

#headerNew .headerBox .midMenu .listMenu {
	font-size: 0;
	letter-spacing: 0;
}

#headerNew .headerBox .midMenu .listMenu li {
	display: inline-block;
	padding-left: 30px;
	font-size: 15px;
	font-weight: bold;
}

#headerNew .headerBox .midMenu .listMenu li:first-child {
	padding-left: 10px;
}

#headerNew .headerBox .midMenu .listMenu li a {
	color: #424046;
}

@media only screen and (max-width: 1180px) {
	#headerNew .headerBox .midMenu .listMenu li {
		padding-left: 20px;
	}
}

@media only screen and (max-width: 1130px) {
	#headerNew .headerBox .midMenu .listMenu li {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1095px) {
	#headerNew .headerBox .midMenu .listMenu li {
		padding-left: 15px;
	}
}

#mnf {
	position: relative;
}

#mnf .first_sp {
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	background: #fff;
}

#mnf .first_sp .main {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 8px;
}

#mnf .first_sp .main a {
	display: inline-block;
}

#mnf .first_sp .main a img {
	height: 44px;
}

#mnf .first_sp.active {
	background: #f2f2f2;
}

#mnf .first_sp .btn_menu {
	width: 50px;
	height: 50px;
	text-align: center;
	padding: 10px 0px 0 0;
	top: 0px;
	right: 0px;
	position: fixed;
	z-index: 9999;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background: #fff;
}

#mnf .first_sp .btn_menu.active span.lf {
	-webkit-transform-origin: 90%;
	-moz-transform-origin: 90%;
	-ms-transform-origin: 90%;
	transform-origin: 90%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

#mnf .first_sp .btn_menu.active span.ls {
	-webkit-transform: scale(.9) rotate(45deg);
	-moz-transform: scale(.9) rotate(45deg);
	-ms-transform: scale(.9) rotate(45deg);
	-o-transform: scale(.9) rotate(45deg);
	transform: scale(.9) rotate(45deg);
}

#mnf .first_sp .btn_menu.active span.lss {
	-webkit-transform: scale(.9) rotate(135deg);
	-moz-transform: scale(.9) rotate(135deg);
	-ms-transform: scale(.9) rotate(135deg);
	-o-transform: scale(.9) rotate(135deg);
	transform: scale(.9) rotate(135deg);
}

#mnf .first_sp .btn_menu.active span.lt {
	-webkit-transform-origin: 10%;
	-moz-transform-origin: 10%;
	-ms-transform-origin: 10%;
	transform-origin: 10%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

#mnf .first_sp .btn_menu.active label.cl {
	display: block;
}

#mnf .first_sp .btn_menu.active label.mn {
	display: none;
}

#mnf .first_sp .btn_menu span {
	width: 30px;
	height: 2px;
	display: block;
	background-color: #131018;
	line-height: 0;
	position: relative;
	margin: 0 auto 5px;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#mnf .first_sp .btn_menu span.lss {
	margin: -7px auto 5px;
}

#mnf .first_sp .btn_menu span.lf {
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
}

#mnf .first_sp .btn_menu span.lt {
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	margin-bottom: 3px;
}

#mnf .first_sp .btn_menu label {
	display: block;
	font-size: 11px;
	color: #131018;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#mnf .first_sp .btn_menu label.cl {
	display: none;
}

#mnf .spMenuHeader {
	background: #131018;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	display: none;
	position: fixed;
	top: 50px;
	text-align: center;
	width: 100%;
	left: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-y: auto;
	height: 100%;
	padding-bottom: 50px;
}

#mnf .spMenuHeader .listMenuSp {
	padding-top: 50px;
	padding-bottom: 130px;
	background: #131018;
}

#mnf .spMenuHeader .listMenuSp li a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 13px;
}

#mnf .spMenuHeader .spSearchBox {
	background: #0095b2;
	padding: 28px 15px;
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
}

#mnf .spMenuHeader .spSearchBox .frmSearch {
	position: relative;
}

#mnf .spMenuHeader .spSearchBox .frmSearch .txtSearch {
	width: 100%;
	border: 0;
	background: #fff;
	padding: 16px 15px;
	outline: none;
}

#mnf .spMenuHeader .spSearchBox .frmSearch .btnSearch {
	position: absolute;
	font-size: 0;
	text-indent: -9999px;
	background: url(../img/common/header/icon_search_sp.svg) left center no-repeat;
	background-size: 100% 100%;
	width: 38px;
	height: 38px;
	right: 8px;
	top: 6px;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#mnf .spMenuHeader .spSearchBox .frmSearch .btnSearch:hover {
	opacity: 0.5;
}

.menuSpMore {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}

.menuSpMore li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #ececed;
	padding: 10px 0 7px;
	border-bottom: 1px solid #b8b7ba;
	border-right: 1px solid #b8b7ba;
}

.menuSpMore li:last-child {
	border-right: 0;
}

.menuSpMore li a {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3;
}

.contactCommonBox {
	max-width: 1500px;
	margin: 50px auto;
	margin-bottom: 40px;
	background-color: #f0f0f0;
}

@media only screen and (max-width: 1024px) {
	.contactCommonBox {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.contactCommonBox {
		padding: 0;
		margin-bottom: 0;
	}
}

.contactCommonBox .innerBox {
	background-color: #ffe100;
	padding: 37px 0 31px 62px;
	display: table;
	width: 100%;
}

@media only screen and (max-width: 1200px) {
	.contactCommonBox .innerBox {
		padding-left: 52px;
	}
}

@media only screen and (max-width: 767px) {
	.contactCommonBox .innerBox {
		display: block;
		padding: 37px 15px 42px;
	}
}

.contactCommonBox .innerBox .box {
	position: relative;
	width: 280px;
	float: right;
	display: inline-block;
	height: 74px;
	padding-left: 35px;
	vertical-align: middle;
	text-align: left;
	background: #fff url(../img/common/icon/icon_arrow_contact.svg) left center no-repeat;
}

.contactCommonBox .innerBox .box .txt {
	padding-left: 40px;
}

.contactCommonBox .innerBox .box.telBox {
	padding-top: 15px;
	position: relative;
	background: #fff;
}

.contactCommonBox .innerBox .box.telBox .txt {
	font-size: 13px;
	background: url(../img/common/icon/icon_tel.svg) left center no-repeat;
	padding-top: 7px;
}

.contactCommonBox .innerBox .box.telBox .txt span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Open Sans';
	line-height: 1;
}

.contactCommonBox .innerBox .box.supportBox {
	padding: 0;
	position: relative;
	z-index: 9;
}

.contactCommonBox .innerBox .box.supportBox:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	/* transition: 0.5s ease all; */
	background-color: #131018;
}

.contactCommonBox .innerBox .box.supportBox .txt {
	display: block;
	font-size: 14px;
	font-weight: bold;
	background: url(../img/common/icon/icon_mail.svg) 36px center no-repeat;
	padding-top: 26px;
	height: 100%;
	padding-left: 73px;
	position: relative;
}

.contactCommonBox .innerBox .box.supportBox .txt:before {
	content: "";
	width: 16px;
	height: 8px;
	background: url(../img/common/icon/icon_arrow_contact.svg) left center no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
}

.contactCommonBox .innerBox .box.supportBox:hover:before {
	width: 100%;
	z-index: -1;
}

.contactCommonBox .innerBox .box.supportBox:hover .txt {
	background: url(../img/common/icon/icon_mail_on.svg) 36px center no-repeat;
	color: #ffe100;
	opacity: 1;
}

.contactCommonBox .innerBox .box.supportBox:hover .txt:before {
	background: url(../img/common/icon/icon_arrow_contact_on.svg) left center no-repeat;
}

@media only screen and (max-width: 767px) {
	.contactCommonBox .innerBox .box {
		width: 245px;
		float: none;
		display: block;
		height: 67px;
		margin: 0 auto;
		background: #ffffff;
		background-size: 18px 8px;
	}

	.contactCommonBox .innerBox .box .txt {
		padding-left: 40px;
	}

	.contactCommonBox .innerBox .box.telBox {
		padding-top: 11px;
		background: #fff url(../img/common/icon/icon_arrow_contact_sp.svg) left center no-repeat;
		background-size: 18px 8px;
	}

	.contactCommonBox .innerBox .box.telBox .txt {
		background: url(../img/common/icon/icon_tel.svg) left center no-repeat;
		background-size: 28px 28px;
	}

	.contactCommonBox .innerBox .box.supportBox .txt {
		font-size: 16px;
		background: url(../img/common/icon/icon_mail.svg) 35px center no-repeat;
		padding-top: 23px;
		background-size: 28px 28px;
	}

	.contactCommonBox .innerBox .box.supportBox .txt:before {
		content: "";
		width: 18px;
		height: 8px;
		background: url(../img/common/icon/icon_arrow_contact_sp.svg) left center no-repeat;
		background-size: 18px 8px;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -4px;
	}

	.contactCommonBox .innerBox .box.supportBox:hover .txt {
		background: url(../img/common/icon/icon_mail_on.svg) 35px center no-repeat;
	}
}

.contactCommonBox .innerBox .box1 {
	display: table-cell;
	width: 70%;
	vertical-align: middle;
	font-size: 0;
	letter-spacing: 0;
}

.contactCommonBox .innerBox .box1 .txt1,.contactCommonBox .innerBox .box1 .txt2 {
	display: inline-block;
	vertical-align: middle;
}

.contactCommonBox .innerBox .box1 .txt2 {
	font-size: 18px;
	padding-left: 55px;
	font-weight: bold;
}

@media only screen and (max-width: 1200px) {
	.contactCommonBox .innerBox .box1 .txt2 {
		display: block;
		padding-left: 0;
		margin-top: 25px;
	}
}

.contactCommonBox .innerBox .box1 .txt1 {
	border-left: 4px solid #131018;
	padding-left: 20px;
}

.contactCommonBox .innerBox .box1 .txt1 .txtSub1 {
	font-size: 38px;
	display: block;
	line-height: 1.5;
	font-weight: 800;
	letter-spacing: 0.15em;
}

.contactCommonBox .innerBox .box1 .txt1 .txtSub2 {
	font-weight: bold;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	.contactCommonBox .innerBox .box1 {
		display: block;
		width: 100%;
		margin-bottom: 33px;
	}

	.contactCommonBox .innerBox .box1 .txt1,.contactCommonBox .innerBox .box1 .txt2 {
		display: block;
	}

	.contactCommonBox .innerBox .box1 .txt2 {
		font-size: 14px;
		font-weight: normal;
		padding-left: 0;
		margin-top: 20px;
	}

	.contactCommonBox .innerBox .box1 .txt1 .txtSub1 {
		font-size: 25px;
		letter-spacing: 1px;
	}

	.contactCommonBox .innerBox .box1 .txt1 .txtSub2 {
		font-size: 21px;
	}
}

.contactCommonBox .innerBox .box2 {
	display: table-cell;
	width: 30%;
	vertical-align: middle;
	text-align: right;
}

.contactCommonBox .innerBox .box2 li {
	position: relative;
}

.contactCommonBox .innerBox .box2 li:nth-child(1) {
	margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
	.contactCommonBox .innerBox .box2 {
		width: 100%;
		display: block;
		text-align: center;
	}

	.contactCommonBox .innerBox .box2 .txt1 {
		margin-bottom: 7px;
		font-size: 13px;
		font-weight: bold;
	}
}

.footer {
	background: #131018;
	color: #fff;
	padding-bottom: 35px;
}

@media only screen and (max-width: 767px) {
	.footer {
		padding-bottom: 25px;
	}
}

.footer .backtop {
	background: #5a585d;
	padding: 12px 15px 11px;
	text-align: center;
	margin-bottom: 40px;
}

.footer .backtop a {
	font-size: 14px;
	color: #fff;
	line-height: 1;
	display: inline-block;
	letter-spacing: 1px;
	background: url(../img/common/icon/icon_arrow_up.svg) left 0 no-repeat;
	background-size: 8px 11px;
	padding-left: 20px;
}

@media only screen and (max-width: 767px) {
	.footer .backtop {
		margin-bottom: 30px;
	}

	.footer .backtop a {
		background: url(../img/common/icon/icon_arrow_up.svg) left 0 no-repeat;
		background-size: 8px 15px;
	}
}

.footer .box {
	max-width: 1000px;
	margin: 0 auto;
	display: table;
	width: 100%;
}

.footer .box .logoBox {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.footer .box .logoBox a {
	display: block;
}

.footer .box .txtCopy {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	font-size: 10px;
	color: #fff;
	letter-spacing: 0.5px;
}

@media only screen and (max-width: 767px) {
	.footer .box {
		padding: 0 15px;
		text-align: center;
		display: block;
	}

	.footer .box .logoBox {
		display: block;
		text-align: center;
		margin-bottom: 30px;
	}

	.footer .box .logoBox img {
		display: block;
		margin: 0 auto;
		height: 38px;
	}

	.footer .box .txtCopy {
		display: block;
		text-align: center;
		font-size: 10px;
	}

	.footer .box .subBox {
		padding: 0 10px;
		letter-spacing: 0;
		font-size: 0;
		margin-bottom: 32px;
	}

	.footer .box .subBox li {
		display: inline-block;
		width: 50%;
		vertical-align: top;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.footer .box .subBox li a {
		display: block;
		text-align: center;
		padding: 15px;
		font-size: 14px;
		font-weight: bold;
		line-height: 1;
	}

	.footer .box .subBox li:nth-child(1) {
		padding-right: 8px;
	}

	.footer .box .subBox li:nth-child(1) a {
		background: #ffe100;
		color: #131018;
	}

	.footer .box .subBox li:nth-child(2) {
		padding-left: 8px;
	}

	.footer .box .subBox li:nth-child(2) a {
		background: #283891;
		color: #fff;
	}
}

.footerNew {
	background: #131018;
	color: #fff;
	padding-bottom: 35px;
}

.footerNew .txtCopy {
	font-size: 10px;
}

@media only screen and (max-width: 767px) {
	.footerNew .txtCopy {
		text-align: center;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.footerNew {
		padding-bottom: 15px;
	}
}

.footerNew .backtop {
	background: #5a585d;
	padding: 12px 15px 11px;
	text-align: center;
	margin-bottom: 70px;
}

.footerNew .backtop a {
	font-size: 14px;
	color: #fff;
	line-height: 1;
	display: inline-block;
	letter-spacing: 1px;
	background: url(../img/common/icon/icon_arrow_up.svg) left 0 no-repeat;
	background-size: 8px 11px;
	padding-left: 20px;
}

@media only screen and (max-width: 767px) {
	.footerNew .backtop {
		margin-bottom: 30px;
	}

	.footerNew .backtop a {
		background: url(../img/common/icon/icon_arrow_up.svg) left 0 no-repeat;
		background-size: 8px 15px;
	}
}

.footerNew .box {
	max-width: 1030px;
	margin: 0 auto;
	padding: 0 15px;
}

.footerNew .box .logoBox {
	margin-bottom: 28px;
	text-align: left;
}

.footerNew .box .logoBox img {
	display: block;
}

.footerNew .box .logoBox a {
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	.footerNew .box .logoBox {
		margin-bottom: 20px;
		text-align: center;
	}
}

.footerNew .box .listMenu {
	float: left;
	width: 63%;
}

@media only screen and (max-width: 767px) {
	.footerNew .box .listMenu {
		float: none;
		width: 100%;
	}
}

.footerNew .box .listMenu .list {
	font-size: 0;
	letter-spacing: 0;
	margin-bottom: 15px;
}

.footerNew .box .listMenu .list:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.footerNew .box .listMenu .list {
		margin-bottom: 0;
	}
}

.footerNew .box .listMenu .list li {
	display: inline-block;
	padding-right: 35px;
	vertical-align: top;
}

.footerNew .box .listMenu .list li:last-child {
	padding-right: 0;
}

.footerNew .box .listMenu .list li a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}

@media only screen and (max-width: 920px) {
	.footerNew .box .listMenu .list li {
		padding-right: 20px;
	}
}

@media only screen and (max-width: 920px) {
	.footerNew .box .listMenu .list li a {
		font-size: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.footerNew .box .listMenu .list li {
		padding-right: 0;
		width: 50%;
		text-align: center;
	}

	.footerNew .box .listMenu .list li:nth-child(odd) {
		padding-right: 9px;
	}

	.footerNew .box .listMenu .list li:nth-child(even) {
		padding-left: 9px;
	}

	.footerNew .box .listMenu .list li a {
		font-size: 14px;
		padding: 10px 0;
	}

	.footerNew .box .listMenu .list li.color1,.footerNew .box .listMenu .list li.color2 {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.footerNew .box .listMenu .list li.color1 a {
		background: #ffe100;
		color: #131018;
		font-weight: bold;
		padding: 16px 0;
	}

	.footerNew .box .listMenu .list li.color2 a {
		background: #001499;
		font-weight: bold;
		padding: 16px 0;
	}
}

@media only screen and (max-width: 360px) {
	.footerNew .box .listMenu .list li a {
		font-size: 12px;
	}
}

.footerNew .box .boxSearch {
	float: left;
	width: 37%;
	text-align: right;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.footerNew .box .boxSearch {
		float: none;
		width: 100%;
		margin-bottom: 25px;
	}
}

.footerNew .box .boxSearch .frmSearch {
	margin-bottom: 15px;
}

.footerNew .box .boxSearch .frmSearch .txtSearch {
	width: 100%;
	border: 1px solid #d0cfd1;
	background: #f3f3f3;
	padding: 15px;
	color: #959397;
	outline: none;
}

.footerNew .box .boxSearch .frmSearch .btnSearch {
	position: absolute;
	font-size: 0;
	text-indent: -9999px;
	background: url(../img/common/footer/icon_search.svg) left center no-repeat;
	background-size: 100% 100%;
	width: 38px;
	height: 38px;
	right: 10px;
	top: 10px;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.footerNew .box .boxSearch .frmSearch .btnSearch:hover {
	opacity: 0.5;
}

.recruitCommonBox {
	padding: 0 40px;
	margin-bottom: 44px;
}

@media only screen and (max-width: 1024px) {
	.recruitCommonBox {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 767px) {
	.recruitCommonBox {
		padding: 0;
		margin-bottom: 0;
	}
}

.recruitCommonBox .box1 {
	background: url(../img/common/footer/bg_recruit1.jpg) center no-repeat;
	background-size: cover;
	height: 300px;
	position: relative;
	padding: 95px 180px 0 125px;
	font-size: 0;
	letter-spacing: 0;
	margin-bottom: 44px;
}

@media only screen and (max-width: 1200px) {
	.recruitCommonBox .box1 {
		padding: 90px 50px 0;
	}
}

@media only screen and (max-width: 767px) {
	.recruitCommonBox .box1 {
		padding: 45px 15px;
		height: 272px;
		margin-bottom: 0px;
	}
}

.recruitCommonBox .box1 .ttl {
	display: inline-block;
	vertical-align: middle;
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
	width: 60%;
}

@media only screen and (max-width: 992px) {
	.recruitCommonBox .box1 .ttl {
		font-size: 36px;
	}
}

@media only screen and (max-width: 767px) {
	.recruitCommonBox .box1 .ttl {
		display: block;
		text-align: center;
		font-size: 29px;
		width: 100%;
		margin-bottom: 25px;
	}
}

.recruitCommonBox .box1 .btnMore {
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	text-align: right;
	position: relative;
	z-index: 2;
}

@media only screen and (max-width: 767px) {
	.recruitCommonBox .box1 .btnMore {
		display: block;
		width: 100%;
	}
}

.recruitCommonBox .box1 .btnMore a {
	display: inline-block;
	font-size: 23px;
	font-weight: bold;
	background: #fff;
	color: #001499;
	width: 348px;
	text-align: center;
	padding: 35px 0;
	position: relative;
}

.recruitCommonBox .box1 .btnMore a span {
	display: block;
	background: url(../img/common/footer/icon_arrow_pink.svg) left center no-repeat;
	background-size: 24px 10px;
}

@media only screen and (max-width: 1200px) {
	.recruitCommonBox .box1 .btnMore a {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.recruitCommonBox .box1 .btnMore a {
		font-size: 15px;
		color: #131018;
		padding: 25px 0;
	}
}

.recruitCommonBox .box2 {
	padding-top: 75px;
	background: url(../img/common/footer/bg_recruit2.jpg) center no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	height: 295px;
}

@media only screen and (max-width: 767px) {
	.recruitCommonBox .box2 {
		padding-top: 45px;
		height: 315px;
		background-attachment: unset;
	}
}

@media only screen and (max-width: 360px) {
	.recruitCommonBox .box2 {
		height: 290px;
		padding-top: 40px;
	}
}

.recruitCommonBox .box2 .listBox {
	max-width: 936px;
	margin: 0 auto;
	font-size: 0;
	letter-spacing: 0;
}

@media only screen and (max-width: 860px) {
	.recruitCommonBox .box2 .listBox {
		padding: 0 8px;
	}
}

@media only screen and (max-width: 767px) {
	.recruitCommonBox .box2 .listBox {
		padding: 0 9px;
	}
}

.recruitCommonBox .box2 .listBox li {
	display: inline-block;
	vertical-align: top;
	width: 33.33333%;
	padding: 0 13px;
	margin-bottom: 26px;
}

@media only screen and (max-width: 860px) {
	.recruitCommonBox .box2 .listBox li {
		padding: 0 7px;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.recruitCommonBox .box2 .listBox li {
		padding: 0 6px;
		margin-bottom: 12px;
		width: 50%;
	}
}

.recruitCommonBox .box2 .listBox li a {
	display: block;
	background: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 22px 0 21px;
	position: relative;
}

.recruitCommonBox .box2 .listBox li a span {
	background: url(../img/common/footer/icon_arrow_gray.svg) left center no-repeat;
	background-size: 18px 12px;
	display: block;
}

@media only screen and (max-width: 860px) {
	.recruitCommonBox .box2 .listBox li a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.recruitCommonBox .box2 .listBox li a {
		font-size: 15px;
		padding: 10px 0;
		min-height: 68px;
	}

	.recruitCommonBox .box2 .listBox li a.pt {
		padding-top: 24px;
	}
}

@media only screen and (max-width: 360px) {
	.recruitCommonBox .box2 .listBox li a {
		font-size: 13px;
		min-height: 60px;
	}

	.recruitCommonBox .box2 .listBox li a.pt {
		padding-top: 24px;
	}
}

.recruitCommonBox .box2 .listBox li a.disable {
	opacity: 0.5;
	cursor: default;
}

.deactiveItem {
	opacity: 0.5;
	cursor: default;
}

.deactiveItem .btnMoreTopCom_de {
	position: absolute;
	bottom: 0;
	right: 0;
}

@media only screen and (max-width: 767px) {
	.deactiveItem .btnMoreTopCom_de {
		bottom: 0;
	}
}

.deactiveItem .btnMoreTopCom_de a {
	position: relative;
	width: 207px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 27px 0;
	border-right: 0;
}

.deactiveItem .btnMoreTopCom_de a span {
	display: block;
	text-align: center;
	background: url(../img/recruit/top/icon_2.svg) left center no-repeat;
	background-size: 15px 11px;
	line-height: 1;
	color: #717074;
}

@media only screen and (max-width: 767px) {
	.deactiveItem .btnMoreTopCom_de a {
		width: 158px;
		padding: 20px 0;
		font-size: 15px;
		border: 2px solid #ececed;
		border-right: 0;
	}
}

.deactiveItem .btnMoreTopCom_de a {
	width: 115px;
	background: #fff;
}

.deactiveItem .btnMoreTopCom_de a span {
	color: #131018;
}

.deactiveItem .btnMoreTopCom_de a:hover:before {
	display: none;
}

.deactiveItem .btnMoreTopCom_de a:hover span {
	color: #131018;
	-webkit-filter: brightness(1);
	filter: brightness(1);
}

@media only screen and (max-width: 767px) {
	.deactiveItem .btnMoreTopCom_de a {
		border: 0;
	}
}

.particlesJsCom {
	position: relative;
	background: #cceaf0;
	height: 194px;
}

.particlesJsCom canvas {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#aboutus {
	padding-top: 80px;
}

#aboutus .headerComBox.bgAbout {
	background: url(../img/aboutus/bg_h2.jpg) top center no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	#aboutus {
		padding-top: 50px;
	}
}

#aboutus .txtLinkCom {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	opacity: 0;
	height: 100%;
	text-indent: -9999px;
}

#aboutus .txtLinkCom:hover {
	opacity: 0.5;
}

#aboutus .ttlComBox {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-bottom: 96px;
	padding: 0 15px;
	line-height: 1.6;
}

@media only screen and (max-width: 767px) {
	#aboutus .ttlComBox {
		font-size: 23px;
		margin-bottom: 50px;
		line-height: 1.3;
		letter-spacing: -1px;
	}
}

#aboutus .ttlComBox.ttlComBox1 {
	margin-bottom: 87px;
}

@media only screen and (max-width: 767px) {
	#aboutus .ttlComBox.ttlComBox1 {
		margin-bottom: 50px;
	}
}

#aboutus .ttlComBox.ttlComBox2 {
	margin-bottom: 102px;
}

@media only screen and (max-width: 767px) {
	#aboutus .ttlComBox.ttlComBox2 {
		margin-bottom: 50px;
	}
}

#aboutus .ttlComBox.ttlComBox3 {
	margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
	#aboutus .ttlComBox.ttlComBox3 {
		margin-bottom: 50px;
	}
}

#aboutus .topBox1 {
	height: 200px;
	display: table;
	width: 100%;
	margin-bottom: 54px;
	background-image: linear-gradient(to right, #DADADA 0%, #F3F3F3 50%, #DADADA 100%);
}

#aboutus .topBox1 .ttl {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-size: 32px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-top: 7px;
	position: relative;
	z-index: 9;
}

@media only screen and (max-width: 767px) {
	#aboutus .topBox1 {
		height: 100px;
		margin-bottom: 25px;
	}

	#aboutus .topBox1 .ttl {
		font-size: 20px;
	}
}

#aboutus .topBox2 {
	margin-bottom: 102px;
	text-align: center;
	padding: 0 15px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#aboutus .topBox2 .ttl {
	font-size: 30px;
	margin-bottom: 15px;
}

#aboutus .topBox2 .txt {
	font-size: 20px;
}

@media only screen and (max-width: 767px) {
	#aboutus .topBox2 {
		margin-bottom: 46px;
	}

	#aboutus .topBox2 .ttl {
		font-size: 23px;
		margin-bottom: 10px;
		line-height: 1.3;
	}

	#aboutus .topBox2 .txt {
		font-size: 16px;
	}
}

#aboutus .topBox3 {
	margin-bottom: 95px;
}

#aboutus .topBox3 .img {
	position: absolute;
	width: 100%;
	text-align: center;
	top: -70px;
	z-index: 1;
}

@media only screen and (max-width: 1024px) {
	#aboutus .topBox3 {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 767px) {
	#aboutus .topBox3 {
		margin-bottom: 60px;
	}

	#aboutus .topBox3 .innerBox {
		height: 97px;
	}

	#aboutus .topBox3 .img {
		top: -34px;
	}

	#aboutus .topBox3 .img img {
		max-width: 217px;
	}
}

#aboutus .topBox4 {
	padding: 0 15px;
	margin-bottom: 80px;
}

#aboutus .topBox4 .box1 {
	max-width: 780px;
	margin: 0 auto 72px;
}

#aboutus .topBox4 .box2 {
	font-size: 0;
	letter-spacing: 0;
	max-width: 1000px;
	margin: 0 auto;
}

#aboutus .topBox4 .box2 li {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

#aboutus .topBox4 .box2 li:nth-child(1) {
	padding-right: 4%;
}

#aboutus .topBox4 .box2 li:nth-child(2) {
	padding-left: 4%;
}

#aboutus .topBox4 .box2 .ttl {
	color: #0095b2;
	font-weight: bold;
	margin-bottom: 15px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
}

#aboutus .topBox4 .box2 .txt {
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	#aboutus .topBox4 {
		margin-bottom: 35px;
	}

	#aboutus .topBox4 .box1 {
		margin-bottom: 30px;
		font-size: 13px;
		word-break: break-word;
	}

	#aboutus .topBox4 .box2 li {
		display: block;
		width: 100%;
		vertical-align: top;
	}

	#aboutus .topBox4 .box2 li:nth-child(1) {
		padding-right: 0;
		margin-bottom: 30px;
	}

	#aboutus .topBox4 .box2 li:nth-child(2) {
		padding-left: 0;
	}

	#aboutus .topBox4 .box2 .ttl {
		margin-bottom: 10px;
		font-size: 16px;
	}

	#aboutus .topBox4 .box2 .txt {
		font-size: 13px;
	}
}

#aboutus .topBox5 {
	margin-bottom: 75px;
	padding: 0 40px 47px;
	border-bottom: 12px solid #f2f2f2;
}

#aboutus .topBox5 .innerBox {
	background: #fed9d5;
	position: relative;
}

#aboutus .topBox5 .txt {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding: 73px 0 46px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#aboutus .topBox5 .txt .icon {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	top: -23px;
}

#aboutus .topBox5 .img1 img,#aboutus .topBox5 .img2 img {
	display: block;
}

#aboutus .topBox5 .img1 {
	position: absolute;
	left: 28px;
	top: -15px;
}

#aboutus .topBox5 .img2 {
	position: absolute;
	right: 43px;
	bottom: -17px;
}

@media only screen and (max-width: 1200px) {
	#aboutus .topBox5 .txt {
		padding-bottom: 200px;
		font-size: 19px;
	}

	#aboutus .topBox5 .img1 img,#aboutus .topBox5 .img2 img {
		display: block;
	}

	#aboutus .topBox5 .img1 {
		left: 20%;
		top: auto;
		bottom: -17px;
	}

	#aboutus .topBox5 .img2 {
		right: 20%;
		bottom: -15px;
	}
}

@media only screen and (max-width: 1024px) {
	#aboutus .topBox5 {
		padding: 0 15px 45px;
	}
}

#aboutus .topBox5.topBox51 {
	margin-bottom: 72px;
	padding: 0 40px;
	border-bottom: 0;
}

@media only screen and (max-width: 1200px) {
	#aboutus .topBox5.topBox51 .txt {
		padding-bottom: 45px;
	}
}

@media only screen and (max-width: 767px) {
	#aboutus .topBox5.topBox51 {
		padding: 0 15px;
		margin-bottom: 35px;
	}

	#aboutus .topBox5.topBox51 .txt {
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	#aboutus .topBox5 {
		border-bottom: 6px solid #f2f2f2;
		margin-bottom: 35px;
	}

	#aboutus .topBox5 .txt {
		padding-bottom: 7px;
		font-size: 15px;
		padding-top: 45px;
	}

	#aboutus .topBox5 .txt .icon {
		top: -15px;
	}

	#aboutus .topBox5 .txt img {
		max-height: 49px;
	}

	#aboutus .topBox5 .img3 {
		position: relative;
		width: 100%;
		text-align: center;
		bottom: -10px;
	}

	#aboutus .topBox5 .img3 img {
		display: block;
		margin: 0 auto;
		max-width: 197.5px;
	}
}

#aboutus .topBox6 {
	padding: 0 40px;
	margin-bottom: 85px;
}

#aboutus .topBox6 .img {
	position: absolute;
	width: 100%;
	text-align: center;
	top: -63px;
	z-index: 9;
}

@media only screen and (max-width: 1024px) {
	#aboutus .topBox6 {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 767px) {
	#aboutus .topBox6 {
		margin-bottom: 45px;
	}

	#aboutus .topBox6 .innerBox {
		height: 97px;
	}

	#aboutus .topBox6 .img {
		top: -32px;
	}

	#aboutus .topBox6 .img img {
		max-width: 235px;
	}
}

#aboutus .topBox6.topBox61 {
	margin-bottom: 79px;
}

#aboutus .topBox6.topBox61 .img {
	top: -45px;
}

@media only screen and (max-width: 767px) {
	#aboutus .topBox6.topBox61 {
		margin-bottom: 45px;
	}

	#aboutus .topBox6.topBox61 .img {
		top: -22px;
	}

	#aboutus .topBox6.topBox61 .img img {
		max-width: 290.5px;
	}
}

#aboutus .topBox6.topBox62 {
	margin-bottom: 94px;
}

#aboutus .topBox6.topBox62 .img {
	top: -38px;
}

@media only screen and (max-width: 767px) {
	#aboutus .topBox6.topBox62 {
		margin-bottom: 58px;
	}

	#aboutus .topBox6.topBox62 .img {
		top: -17px;
	}

	#aboutus .topBox6.topBox62 .img img {
		max-width: 291px;
	}
}

#aboutus .topBox6.topBox63 {
	margin-bottom: 140px;
}

#aboutus .topBox6.topBox63 .img {
	top: -80px;
}

@media only screen and (max-width: 767px) {
	#aboutus .topBox6.topBox63 {
		margin-bottom: 70px;
	}

	#aboutus .topBox6.topBox63 .img {
		top: -40px;
	}

	#aboutus .topBox6.topBox63 .img img {
		max-width: 187px;
	}
}

#aboutus .topBox6.topBox64 {
	margin-bottom: 112px;
}

#aboutus .topBox6.topBox64 .img {
	top: -87px;
}

@media only screen and (max-width: 767px) {
	#aboutus .topBox6.topBox64 {
		margin-bottom: 55px;
	}

	#aboutus .topBox6.topBox64 .img {
		top: -44px;
	}

	#aboutus .topBox6.topBox64 .img img {
		max-width: 191px;
	}
}

#aboutus .topBox7 {
	padding: 0 15px 92px;
	margin-bottom: 75px;
	border-bottom: 12px solid #f2f2f2;
}

#aboutus .topBox7 .innerBox {
	max-width: 780px;
	margin: 0 auto;
	line-height: 1.8;
}

#aboutus .topBox7 .innerBox .txt {
	margin-bottom: 33px;
}

#aboutus .topBox7 .innerBox .txtBg {
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline;
	background: #ffe100;
}

#aboutus .topBox7.topBox70 {
	padding-bottom: 82px;
	margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
	#aboutus .topBox7 {
		padding-bottom: 40px;
		margin-bottom: 40px;
		border-bottom: 6px solid #f2f2f2;
	}

	#aboutus .topBox7 .innerBox {
		font-size: 13px;
	}

	#aboutus .topBox7 .innerBox .txt {
		margin-bottom: 20px;
	}

	#aboutus .topBox7.topBox70 {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
}

#aboutus .topBox7.topBox71 {
	margin-bottom: 117px;
	border-bottom: 0;
	padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
	#aboutus .topBox7.topBox71 {
		margin-bottom: 55px;
	}
}

#aboutus .topBox8 {
	padding: 0 15px 68px;
	margin-bottom: 77px;
	border-bottom: 12px solid #f2f2f2;
	overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
	#aboutus .topBox8 {
		margin-bottom: 32px;
		border-bottom: 6px solid #f2f2f2;
		padding-bottom: 32px;
	}
}

#aboutus .topBox8 .box1 {
	max-width: 780px;
	margin: 0 auto 83px;
}

#aboutus .topBox8 .box1 .ttl {
	font-size: 20px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #0095b2;
	margin-bottom: 20px;
}

#aboutus .topBox8 .box1 span {
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline;
	background: #ffe100;
}

@media only screen and (max-width: 767px) {
	#aboutus .topBox8 .box1 {
		margin-bottom: 50px;
		font-size: 13px;
		line-height: 1.8;
	}

	#aboutus .topBox8 .box1 .ttl {
		font-size: 16px;
		margin-bottom: 5px;
		line-height: 1.5;
	}
}

#aboutus .topBox8 .box2 {
	max-width: 1030px;
	margin: 0 auto;
	font-size: 0;
	letter-spacing: 0;
}

@media only screen and (max-width: 1024px) {
	#aboutus .topBox8 .box2 {
		margin: 0 -15px;
	}
}

@media only screen and (max-width: 767px) {
	#aboutus .topBox8 .box2 {
		margin: 0;
	}
}

#aboutus .topBox8 .box2 li {
	display: inline-block;
	width: 33.333333%;
	margin-bottom: 64px;
	vertical-align: top;
	padding: 0 15px;
}

@media only screen and (max-width: 920px) {
	#aboutus .topBox8 .box2 li {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	#aboutus .topBox8 .box2 li {
		width: 100%;
		margin-bottom: 14px;
		padding: 0;
		padding-bottom: 14px;
		border-bottom: 3px solid #d5d4d5;
	}

	#aboutus .topBox8 .box2 li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}
}

#aboutus .topBox8 .box2 .box {
	position: relative;
	background: url(../img/common/icon/icon_arrow_pc.svg) right center no-repeat;
	background-size: 10px 8px;
	padding-right: 15px;
}

#aboutus .topBox8 .box2 .box .img {
	float: left;
	padding-right: 15px;
}

#aboutus .topBox8 .box2 .box .img img {
	display: block;
	max-width: 88px;
}

#aboutus .topBox8 .box2 .box .txtBox {
	overflow: hidden;
	line-height: 1.5;
}

#aboutus .topBox8 .box2 .box .txtBox .txt1 {
	font-size: 13px;
	margin-bottom: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-weight: bold;
	color: #717074;
}

#aboutus .topBox8 .box2 .box .txtBox .txt2 {
	font-size: 18px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

@media only screen and (max-width: 767px) {
	#aboutus .topBox8 .box2 .box {
		background: url(../img/common/icon/icon_arrow_sp.svg) right center no-repeat;
		background-size: 15px 8px;
	}

	#aboutus .topBox8 .box2 .box .img img {
		max-width: 85px;
	}

	#aboutus .topBox8 .box2 .box .txtBox .txt1 {
		text-overflow: unset;
		-webkit-line-clamp: unset;
	}

	#aboutus .topBox8 .box2 .box .txtBox .txt2 {
		font-size: 16px;
		text-overflow: unset;
		-webkit-line-clamp: unset;
	}
}

#aboutus .topBox9 {
	padding: 0 15px 75px;
	margin-bottom: 87px;
	border-bottom: 12px solid #f2f2f2;
}

#aboutus .topBox9 .innerBox {
	max-width: 1000px;
	margin: 0 auto;
}

#aboutus .topBox9 .innerBox li {
	display: table;
	width: 100%;
	margin-bottom: 26px;
}

#aboutus .topBox9 .innerBox li:last-child {
	margin-bottom: 0;
}

#aboutus .topBox9 .innerBox .img {
	display: table-cell;
	width: 37.5%;
}

#aboutus .topBox9 .innerBox .img img {
	display: block;
	width: 100%;
}

#aboutus .topBox9 .innerBox .txtBox {
	display: table-cell;
	vertical-align: middle;
	width: 62.5%;
	padding-left: 45px;
}

#aboutus .topBox9 .innerBox .txtBox .ttl {
	font-size: 20px;
	font-weight: bold;
	color: #0095b2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	#aboutus .topBox9 {
		padding-bottom: 30px;
		margin-bottom: 35px;
		border-bottom: 6px solid #f2f2f2;
	}

	#aboutus .topBox9 .innerBox li {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}

	#aboutus .topBox9 .innerBox li:last-child {
		margin-bottom: 0;
	}

	#aboutus .topBox9 .innerBox .img {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}

	#aboutus .topBox9 .innerBox .txtBox {
		display: block;
		width: 100%;
		padding-left: 0;
	}

	#aboutus .topBox9 .innerBox .txtBox .ttl {
		font-size: 16px;
	}

	#aboutus .topBox9 .innerBox .txtBox .txt {
		font-size: 13px;
	}
}

#aboutus .topBox10 {
	padding: 0 40px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
	#aboutus .topBox10 {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	#aboutus .topBox10 {
		padding: 0;
		margin-bottom: 0;
	}
}

#aboutus .topBox10 .innerBox {
	background: url(../img/aboutus/bg_pc.jpg) center repeat;
	padding: 37px 0 31px 62px;
	display: table;
	width: 100%;
}

@media only screen and (max-width: 1200px) {
	#aboutus .topBox10 .innerBox {
		padding-left: 52px;
	}
}

@media only screen and (max-width: 767px) {
	#aboutus .topBox10 .innerBox {
		display: block;
		padding: 37px 15px 42px;
	}
}

#aboutus .topBox10 .innerBox .box {
	position: relative;
	width: 280px;
	float: right;
	display: inline-block;
	height: 74px;
	padding-left: 35px;
	vertical-align: middle;
	text-align: left;
	background: #fff url(../img/common/icon/icon_arrow_contact.svg) left center no-repeat;
}

#aboutus .topBox10 .innerBox .box .txt {
	padding-left: 40px;
}

#aboutus .topBox10 .innerBox .box.telBox {
	padding-top: 15px;
	position: relative;
	background: #fff;
}

#aboutus .topBox10 .innerBox .box.telBox .txt {
	font-size: 13px;
	background: url(../img/common/icon/icon_tel.svg) left center no-repeat;
	padding-top: 7px;
}

#aboutus .topBox10 .innerBox .box.telBox .txt span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Open Sans';
	line-height: 1;
}

#aboutus .topBox10 .innerBox .box.supportBox {
	padding: 0;
	position: relative;
	z-index: 9;
}

#aboutus .topBox10 .innerBox .box.supportBox:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	transition: 0.5s ease all;
	background-color: #131018;
}

#aboutus .topBox10 .innerBox .box.supportBox .txt {
	display: block;
	font-size: 14px;
	font-weight: bold;
	background: url(../img/common/icon/icon_mail.svg) 36px center no-repeat;
	padding-top: 26px;
	height: 100%;
	padding-left: 73px;
	position: relative;
}

#aboutus .topBox10 .innerBox .box.supportBox .txt:before {
	content: "";
	width: 16px;
	height: 8px;
	background: url(../img/common/icon/icon_arrow_contact.svg) left center no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
}

#aboutus .topBox10 .innerBox .box.supportBox:hover:before {
	width: 100%;
	z-index: -1;
}

#aboutus .topBox10 .innerBox .box.supportBox:hover .txt {
	background: url(../img/common/icon/icon_mail_on.svg) 36px center no-repeat;
	color: #ffe100;
	opacity: 1;
}

#aboutus .topBox10 .innerBox .box.supportBox:hover .txt:before {
	background: url(../img/common/icon/icon_arrow_contact_on.svg) left center no-repeat;
}

@media only screen and (max-width: 767px) {
	#aboutus .topBox10 .innerBox .box {
		width: 245px;
		float: none;
		display: block;
		height: 67px;
		margin: 0 auto;
		background: #ffffff;
		background-size: 18px 8px;
	}

	#aboutus .topBox10 .innerBox .box .txt {
		padding-left: 40px;
	}

	#aboutus .topBox10 .innerBox .box.telBox {
		padding-top: 11px;
		background: #fff url(../img/common/icon/icon_arrow_contact_sp.svg) left center no-repeat;
		background-size: 18px 8px;
	}

	#aboutus .topBox10 .innerBox .box.telBox .txt {
		background: url(../img/common/icon/icon_tel.svg) left center no-repeat;
		background-size: 28px 28px;
	}

	#aboutus .topBox10 .innerBox .box.supportBox .txt {
		font-size: 16px;
		background: url(../img/common/icon/icon_mail.svg) 35px center no-repeat;
		padding-top: 23px;
		background-size: 28px 28px;
	}

	#aboutus .topBox10 .innerBox .box.supportBox .txt:before {
		content: "";
		width: 18px;
		height: 8px;
		background: url(../img/common/icon/icon_arrow_contact_sp.svg) left center no-repeat;
		background-size: 18px 8px;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -4px;
	}

	#aboutus .topBox10 .innerBox .box.supportBox:hover .txt {
		background: url(../img/common/icon/icon_mail_on.svg) 35px center no-repeat;
	}
}

#aboutus .topBox10 .innerBox .box1 {
	display: table-cell;
	width: 70%;
	vertical-align: middle;
	font-size: 0;
	letter-spacing: 0;
}

#aboutus .topBox10 .innerBox .box1 .txt1,#aboutus .topBox10 .innerBox .box1 .txt2 {
	display: inline-block;
	vertical-align: middle;
}

#aboutus .topBox10 .innerBox .box1 .txt2 {
	font-size: 16px;
	padding-left: 55px;
}

@media only screen and (max-width: 1200px) {
	#aboutus .topBox10 .innerBox .box1 .txt2 {
		display: block;
		padding-left: 0;
		margin-top: 25px;
	}
}

#aboutus .topBox10 .innerBox .box1 .txt1 {
	border-left: 2px solid #131018;
	padding-left: 20px;
}

#aboutus .topBox10 .innerBox .box1 .txt1 .txtSub1 {
	font-family: 'Open Sans';
	font-size: 20px;
	display: block;
	line-height: 1.5;
}

#aboutus .topBox10 .innerBox .box1 .txt1 .txtSub2 {
	font-weight: bold;
	font-size: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	#aboutus .topBox10 .innerBox .box1 {
		display: block;
		width: 100%;
		margin-bottom: 33px;
	}

	#aboutus .topBox10 .innerBox .box1 .txt1,#aboutus .topBox10 .innerBox .box1 .txt2 {
		display: block;
	}

	#aboutus .topBox10 .innerBox .box1 .txt2 {
		font-size: 13px;
		padding-left: 0;
		margin-top: 20px;
	}

	#aboutus .topBox10 .innerBox .box1 .txt1 .txtSub1 {
		font-size: 15px;
		letter-spacing: 1px;
	}

	#aboutus .topBox10 .innerBox .box1 .txt1 .txtSub2 {
		font-size: 21px;
	}
}

#aboutus .topBox10 .innerBox .box2 {
	display: table-cell;
	width: 30%;
	vertical-align: middle;
	text-align: right;
}

#aboutus .topBox10 .innerBox .box2 li {
	position: relative;
}

#aboutus .topBox10 .innerBox .box2 li:nth-child(1) {
	margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
	#aboutus .topBox10 .innerBox .box2 {
		width: 100%;
		display: block;
		text-align: center;
	}

	#aboutus .topBox10 .innerBox .box2 .txt1 {
		margin-bottom: 7px;
		font-size: 13px;
		font-weight: bold;
	}
}

.headerComBox.bgCase {
	background: url(../img/case/bg_header_case.jpg) top center no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}

#case .listCat {
	max-width: 740px;
	margin: 0 auto 115px;
	padding: 0 2px;
	font-size: 0;
	letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
	#case .listCat {
		margin-bottom: 65px;
		padding: 0 15px;
	}
}

#case .listCat li {
	display: inline-block;
	width: 33.333333%;
	padding: 0 13px;
}

@media only screen and (max-width: 767px) {
	#case .listCat li {
		padding: 0 35px;
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}

	#case .listCat li:last-child {
		margin-bottom: 0;
	}
}

#case .listCat a {
	display: block;
	text-align: center;
	padding: 20px 0;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #b8b7ba;
}

#case .listCat a span {
	display: block;
	background: url(../img/top/icon_arrow_w.svg) left center no-repeat;
	background-size: 16px 11px;
}

#case .listCat a:before {
	background-color: #0095b2;
	color: #fff;
}

#case .listCat a:hover {
	border: 2px solid #0095b2;
}

@media only screen and (max-width: 767px) {
	#case .listCat a {
		font-size: 15px;
		padding: 18px 0;
	}
}

#case .listCat a.active {
	background-color: #0095b2;
	color: #fff;
	border: 2px solid #0095b2;
}

#case .listCat a.active span {
	filter: brightness(10);
}

#case .listCaseContent {
	margin-bottom: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#case .listCaseContent .loader {
	top: -20px;
	margin-bottom: 100px;
}

#case .listCaseContent.listCaseContentDt {
	margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
	#case .listCaseContent {
		padding: 0 15px;
		margin-bottom: 50px;
	}

	#case .listCaseContent.listCaseContentDt {
		margin-bottom: 50px;
	}
}

#case .listCaseContent .list {
	max-width: 1034px;
	margin: 0 auto;
	font-size: 0;
	letter-spacing: 0;
}

#case .listCaseContent .list li {
	float: left;
	width: 33.333333%;
	padding: 0 17px;
	margin-bottom: 115px;
}

#case .listCaseContent .list li .box {
	position: relative;
}

#case .listCaseContent .list li .box:hover {
	opacity: 0.5;
}

@media only screen and (max-width: 767px) {
	#case .listCaseContent .list li {
		display: block;
		width: 100%;
		margin-bottom: 60px;
		padding: 0;
	}
}

#case .listCaseContent .list .ttl {
	font-size: 32px;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1;
	padding-left: 10px;
	color: #99d4e0;
	position: relative;
	bottom: -4px;
}

#case .listCaseContent .list .ttl.ttlColor {
	color: #ccd0eb;
}

@media only screen and (max-width: 767px) {
	#case .listCaseContent .list .ttl {
		font-size: 30px;
	}
}

#case .listCaseContent .list .imgThumb {
	margin-bottom: 20px;
}

#case .listCaseContent .list .imgThumb img {
	display: block;
	width: 100%;
	border: 2px solid #d0cfd1;
}

@media only screen and (max-width: 767px) {
	#case .listCaseContent .list .imgThumb {
		margin-bottom: 15px;
	}
}

#case .listCaseContent .list .catBox {
	margin-bottom: 10px;
}

#case .listCaseContent .list .catBox .lbl {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	background: #0095b2;
	padding: 5px 15px;
	font-weight: bold;
}

#case .listCaseContent .list .catBox .lbl.lblColor {
	background: #001499;
}

@media only screen and (max-width: 767px) {
	#case .listCaseContent .list .catBox .lbl {
		font-size: 13px;
	}
}

#case .listCaseContent .list .txt1 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #717074;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

@media only screen and (max-width: 767px) {
	#case .listCaseContent .list .txt1 {
		font-size: 16px;
	}
}

#case .listCaseContent .list .txt2 {
	margin-bottom: 15px;
	color: #0095b2;
	font-weight: bold;
	font-size: 14px;
}

#case .listCaseContent .list .txt3 {
	font-size: 14px;
	background: #ebf6f9;
	padding: 10px 15px;
}

#case .listCaseContent .list .txt3.bgColor {
	background: #ebecf7;
}

#case .caseDtBox .dtBox1 {
	max-width: 810px;
	margin: 0 auto 75px;
	padding: 0 15px;
}

@media only screen and (max-width: 767px) {
	#case .caseDtBox .dtBox1 {
		margin-bottom: 40px;
	}
}

#case .caseDtBox .dtBox1 .box1 {
	margin-bottom: 35px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 767px) {
	#case .caseDtBox .dtBox1 .box1 {
		margin-bottom: 20px;
	}
}

#case .caseDtBox .dtBox1 .box1 .img {
	max-width: 340px;
	float: left;
	margin-right: 35px;
}

#case .caseDtBox .dtBox1 .box1 .img img {
	display: block;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	#case .caseDtBox .dtBox1 .box1 .img {
		float: none;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

#case .caseDtBox .dtBox1 .box1 .txtBox {
	overflow: hidden;
}

#case .caseDtBox .dtBox1 .box1 .txtBox .catBox {
	margin-bottom: 25px;
}

#case .caseDtBox .dtBox1 .box1 .txtBox .catBox span {
	display: inline-block;
	padding: 5px 15px 3px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: #131018;
}

@media only screen and (max-width: 767px) {
	#case .caseDtBox .dtBox1 .box1 .txtBox .catBox {
		margin-bottom: 10px;
	}

	#case .caseDtBox .dtBox1 .box1 .txtBox .catBox span {
		font-size: 14px;
		margin-bottom: 5px;
	}
}

#case .caseDtBox .dtBox1 .box1 .ttl {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	#case .caseDtBox .dtBox1 .box1 .ttl {
		font-size: 23px;
	}
}

#case .caseDtBox .dtBox1 .box1 .txtName {
	color: #0095b2;
	font-size: 18px;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	#case .caseDtBox .dtBox1 .box1 .txtName {
		font-size: 16px;
	}
}

#case .caseDtBox .dtBox1 .txtList {
	margin-bottom: 65px;
}

#case .caseDtBox .dtBox1 .txtList .txt {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

#case .caseDtBox .dtBox1 .txtList .txt span {
	padding: 5px 15px 3px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	background: #0095b2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	#case .caseDtBox .dtBox1 .txtList .txt span {
		margin-bottom: 5px;
	}
}

#case .caseDtBox .dtBox1 .txtList .txt .bgLbl {
	background: #001499;
}

@media only screen and (max-width: 767px) {
	#case .caseDtBox .dtBox1 .txtList .txt {
		font-size: 14px;
		display: block;
	}
}

#case .caseDtBox .dtBox1 table tr:nth-child(odd) {
	background: #ececed;
}

#case .caseDtBox .dtBox1 table th,#case .caseDtBox .dtBox1 table td {
	font-size: 16px;
	padding: 20px 25px;
	vertical-align: top;
	text-align: left;
}

#case .caseDtBox .dtBox1 table th {
	font-weight: bold;
	width: 175px;
}

@media only screen and (max-width: 767px) {
	#case .caseDtBox .dtBox1 table th,#case .caseDtBox .dtBox1 table td {
		font-size: 14px;
		padding: 15px;
	}

	#case .caseDtBox .dtBox1 table th {
		width: 120px;
		padding-right: 0;
	}
}

#case .caseDtBox .ttlComDt {
	background: #fff;
	padding: 10px 0;
	margin-bottom: 25px;
}

#case .caseDtBox .ttlComDt span {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-left: 25px;
}

@media only screen and (max-width: 767px) {
	#case .caseDtBox .ttlComDt {
		padding: 12px 0;
		margin-bottom: 20px;
	}

	#case .caseDtBox .ttlComDt span {
		font-size: 20px;
		padding-left: 15px;
	}
}

#case .caseDtBox .dtBox2 {
	max-width: 1500px;
	margin: 0 auto 90px;
}

@media only screen and (max-width: 767px) {
	#case .caseDtBox .dtBox2 {
		padding: 0;
		margin-bottom: 45px;
	}
}

#case .caseDtBox .dtBox2 .contentWrrap {
	max-width: 780px;
	margin: 0 auto;
}

#case .caseDtBox .dtBox2 .contentWrrap img {
	display: block;
}

#case .caseDtBox .dtBox2 .contentWrrap h4,#case .caseDtBox .dtBox2 .contentWrrap h5,#case .caseDtBox .dtBox2 .contentWrrap h6 {
	margin-bottom: 25px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 767px) {
	#case .caseDtBox .dtBox2 .contentWrrap h4,#case .caseDtBox .dtBox2 .contentWrrap h5,#case .caseDtBox .dtBox2 .contentWrrap h6 {
		margin-bottom: 20px;
	}
}

#case .caseDtBox .dtBox2 .contentWrrap h4 {
	font-size: 20px;
}

@media only screen and (max-width: 767px) {
	#case .caseDtBox .dtBox2 .contentWrrap h4 {
		font-size: 18px;
	}
}

#case .caseDtBox .dtBox2 .contentWrrap h5 {
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	#case .caseDtBox .dtBox2 .contentWrrap h5 {
		font-size: 14px;
	}
}

#case .caseDtBox .dtBox2 .contentWrrap h6 {
	font-size: 14px;
}

#case .caseDtBox .dtBox2 .contentWrrap p,#case .caseDtBox .dtBox2 .contentWrrap div,#case .caseDtBox .dtBox2 .contentWrrap ul,#case .caseDtBox .dtBox2 .contentWrrap ol {
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	#case .caseDtBox .dtBox2 .contentWrrap p,#case .caseDtBox .dtBox2 .contentWrrap div,#case .caseDtBox .dtBox2 .contentWrrap ul,#case .caseDtBox .dtBox2 .contentWrrap ol {
		margin-bottom: 20px;
		font-size: 14px;
	}
}

#case .caseDtBox .dtBox2 .contentWrrap hr {
	border: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	#case .caseDtBox .dtBox2 .contentWrrap hr {
		margin-bottom: 20px;
		height: 2px;
	}
}

#case .caseDtBox .dtBox2 .contentWrrap ol {
	counter-reset: li;
}

#case .caseDtBox .dtBox2 .contentWrrap ol li {
	counter-increment: li;
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
	#case .caseDtBox .dtBox2 .contentWrrap ol li {
		margin-bottom: 0;
	}
}

#case .caseDtBox .dtBox2 .contentWrrap ol li:before {
	font-weight: bold;
	content: counter(li) ".";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}

#case .caseDtBox .dtBox2 .contentWrrap ul li {
	position: relative;
	padding-left: 10px;
	margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
	#case .caseDtBox .dtBox2 .contentWrrap ul li {
		margin-bottom: 0;
	}
}

#case .caseDtBox .dtBox2 .contentWrrap ul li:before {
	position: absolute;
	left: 0;
	top: 2px;
	content: "•";
	color: red;
	display: inline-block;
}

#case .caseDtBox .dtBox2 .innerBox1 {
	background: #ebf6f9;
	padding: 30px 15px 15px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	#case .caseDtBox .dtBox2 .innerBox1 {
		padding: 35px 15px 20px;
		margin-bottom: 25px;
	}
}

#case .caseDtBox .dtBox2 .innerBox1 .ttlComDt {
	border: 1px solid #cceaf0;
}

#case .caseDtBox .dtBox2 .innerBox1 .ttlComDt span {
	border-left: 5px solid #0095b2;
	color: #0095b2;
}

#case .caseDtBox .dtBox2 .innerBox1 .contentWrrap h5 {
	color: #0095b2;
}

#case .caseDtBox .dtBox2 .innerBox1 .contentWrrap ol li:before {
	color: #0095b2;
}

#case .caseDtBox .dtBox2 .innerBox1 .contentWrrap ul li:before {
	color: #0095b2;
}

#case .caseDtBox .dtBox2 .innerBox2 {
	background: #fff;
	padding: 30px 15px 15px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	#case .caseDtBox .dtBox2 .innerBox2 {
		padding: 35px 15px 20px;
		margin-bottom: 25px;
	}
}

#case .caseDtBox .dtBox2 .innerBox2 .ttlComDt {
	border: 1px solid #ccc;
}

#case .caseDtBox .dtBox2 .innerBox2 .ttlComDt span {
	border-left: 5px solid #666;
	color: #666;
}

#case .caseDtBox .dtBox2 .innerBox2 .contentWrrap h5 {
	color: #999;
}

#case .caseDtBox .dtBox2 .innerBox2 .contentWrrap ol li:before {
	color: #fc8271;
}

#case .caseDtBox .dtBox2 .innerBox2 .contentWrrap ul li:before {
	color: #fc8271;
}

#case .caseDtBox .dtBox2 .innerBox3 {
	background: #ebecf7;
	padding: 30px 15px 15px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	#case .caseDtBox .dtBox2 .innerBox3 {
		padding: 35px 15px 20px;
		margin-bottom: 25px;
	}
}

#case .caseDtBox .dtBox2 .innerBox3 .ttlComDt {
	border: 1px solid #ccd0eb;
}

#case .caseDtBox .dtBox2 .innerBox3 .ttlComDt span {
	border-left: 5px solid #001499;
	color: #001499;
}

#case .caseDtBox .dtBox2 .innerBox3 .contentWrrap h5 {
	color: #001499;
}

#case .caseDtBox .dtBox2 .innerBox3 .contentWrrap ol li:before {
	color: #001499;
}

#case .caseDtBox .dtBox2 .innerBox3 .contentWrrap ul li:before {
	color: #001499;
}

#case .caseDtBox .dtBox2 .innerBox3 .box {
	background: #fff;
	padding: 45px 50px 20px;
}

@media only screen and (max-width: 767px) {
	#case .caseDtBox .dtBox2 .innerBox3 .box {
		padding: 20px 15px;
	}
}

#case .caseDtBox .dtBox2 .innerBox3 .box .ttl {
	text-align: center;
	color: #001499;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	#case .caseDtBox .dtBox2 .innerBox3 .box .ttl {
		margin-bottom: 20px;
		font-size: 17px;
	}
}

#case .caseDtBox .dtBox2 .innerBox3 .box .list {
	font-size: 0;
	letter-spacing: 0;
}

#case .caseDtBox .dtBox2 .innerBox3 .box .list li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-bottom: 15px;
}

#case .caseDtBox .dtBox2 .innerBox3 .box .list li:before {
	display: none;
}

#case .caseDtBox .dtBox2 .innerBox3 .box .list li:nth-child(odd) {
	padding-right: 20px;
}

#case .caseDtBox .dtBox2 .innerBox3 .box .list li:nth-child(even) {
	padding-left: 20px;
}

#case .caseDtBox .dtBox2 .innerBox3 .box .list li a {
	display: block;
	font-size: 16px;
	color: #535353;
	position: relative;
	background: url(../img/case/icon_arrow.svg) right center no-repeat;
	background-size: 15px 10px;
	padding-bottom: 10px;
	border-bottom: 3px solid #bfc4e5;
}

@media only screen and (max-width: 767px) {
	#case .caseDtBox .dtBox2 .innerBox3 .box .list li a {
		font-size: 15px;
	}
}

@media only screen and (max-width: 767px) {
	#case .caseDtBox .dtBox2 .innerBox3 .box .list li {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		padding: 0;
	}

	#case .caseDtBox .dtBox2 .innerBox3 .box .list li:last-child {
		margin-bottom: 0;
	}

	#case .caseDtBox .dtBox2 .innerBox3 .box .list li:nth-child(odd) {
		padding-right: 0;
	}

	#case .caseDtBox .dtBox2 .innerBox3 .box .list li:nth-child(even) {
		padding-left: 0;
	}
}

#case .caseDtBox .dtBox2 .innerBox4 {
	background: #ececed;
	padding: 75px 15px 45px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	#case .caseDtBox .dtBox2 .innerBox4 {
		padding: 35px 15px 20px;
		margin-bottom: 25px;
	}
}

#case .caseDtBox .dtBox2 .innerBox4 .ttlComDt {
	border: 1px solid #d0cfd1;
	margin-bottom: 42px;
}

@media only screen and (max-width: 767px) {
	#case .caseDtBox .dtBox2 .innerBox4 .ttlComDt {
		margin-bottom: 20px;
	}
}

#case .caseDtBox .dtBox2 .innerBox4 .ttlComDt span {
	border-left: 5px solid #131018;
	color: #131018;
}

#case .caseDtBox .dtBox2 .innerBox4 .box .img {
	margin-bottom: 0;
	float: left;
	max-width: 260px;
	margin-right: 30px;
}

#case .caseDtBox .dtBox2 .innerBox4 .box .img img {
	display: block;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	#case .caseDtBox .dtBox2 .innerBox4 .box .img {
		float: none;
		margin-right: 0;
		max-width: 100%;
		margin-bottom: 22px;
	}
}

#case .caseDtBox .dtBox2 .innerBox4 .box .txtBox {
	overflow: hidden;
	margin-bottom: 0;
}

#case .caseDtBox .dtBox2 .innerBox4 .box .txtBox .txt1 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

#case .caseDtBox .dtBox2 .innerBox4 .box .txtBox .txt2 {
	font-size: 16px;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	#case .caseDtBox .dtBox2 .innerBox4 .box .txtBox .txt2 {
		font-size: 14px;
	}
}

#case .caseDtBox .listCaseContent .ttlComDt {
	max-width: 1000px;
	margin: 0 auto 55px;
	background: #e5f4f7;
}

#case .caseDtBox .listCaseContent .ttlComDt span {
	border-left: 5px solid #0095b2;
	color: #0095b2;
}

@media only screen and (max-width: 767px) {
	#case .caseDtBox .listCaseContent .ttlComDt {
		margin-bottom: 30px;
	}
}

#case .caseDtBox .listCaseContent .list li {
	margin-bottom: 0;
}

@media only screen and (max-width: 1080px) {
	#case .caseDtBox .listCaseContent .list {
		margin: 0 -17px;
	}
}

@media only screen and (max-width: 767px) {
	#case .caseDtBox .listCaseContent .list {
		margin: 0;
	}

	#case .caseDtBox .listCaseContent .list li {
		margin-bottom: 60px;
	}
}

#company_greeting {
	padding-top: 98px;
}

@media only screen and (max-width: 767px) {
	#company_greeting {
		padding-top: 50px;
	}
}

#company_greeting .breadCrumb {
	margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
	#company_greeting .breadCrumb {
		margin-bottom: 30px;
	}
}

#company_greeting .headerComBox.bgGreeting {
	background-image: linear-gradient(to right, #5CDCE6 0%, #0E9AC6 50%, #5CDCE6 100%);
	height: 200px;
}

#company_greeting .headerComBox.bgGreeting .ttlH2 span {
	letter-spacing: 12px;
}

@media only screen and (max-width: 767px) {
	#company_greeting .headerComBox.bgGreeting {
		height: 100px;
	}

	#company_greeting .headerComBox.bgGreeting .ttlH2 span {
		letter-spacing: 5px;
	}
}

#company_greeting .contentComBox {
	display: table;
	width: 100%;
	height: 220px;
	position: relative;
	margin-bottom: 50px;
}

#company_greeting .contentComBox.bgGreeting {
	background: #131018;
	height: 220px;
	text-align: center;
}

#company_greeting .contentComBox.bgGreeting h2 {
	font-size: 18px;
	color: #0095B2;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#company_greeting .contentComBox.bgGreeting h2.ttlH2 span {
	letter-spacing: 10px;
	font-size: 38px;
	line-height: 50px;
	color: #fff;
	display: block;
	padding-bottom: 10px;
	padding-top: 20px;
}

@media only screen and (max-width: 767px) {
	#company_greeting .contentComBox.bgGreeting h2 {
		height: 100px;
	}
}

@media only screen and (max-width: 767px) {
	#company_greeting .contentComBox.bgGreeting {
		height: 115px;
		margin-bottom: 20px;
	}

	#company_greeting .contentComBox.bgGreeting h2 {
		font-size: 15px;
		line-height: 20px;
		letter-spacing: 2px;
	}

	#company_greeting .contentComBox.bgGreeting h2.ttlH2 span {
		font-size: 26px;
		line-height: 32px;
		padding: 0;
		letter-spacing: 5px;
	}
}

#company_greeting .contentComBox.bgGreeting2 {
	margin: 0 auto 40px;
	max-width: 1500px;
	display: block;
	background: url(../img/company/greeting/greeting_bg01.jpg) top center no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	height: 220px;
	text-align: center;
}

#company_greeting .contentComBox.bgGreeting2 canvas {
	opacity: 1;
}

#company_greeting .contentComBox.bgGreeting2 h2 {
	font-size: 18px;
	color: #0095B2;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#company_greeting .contentComBox.bgGreeting2 h2.ttlH2 span {
	letter-spacing: 10px;
	font-size: 38px;
	line-height: 50px;
	color: #fff;
	display: block;
	padding-bottom: 10px;
	padding-top: 20px;
}

@media only screen and (max-width: 767px) {
	#company_greeting .contentComBox.bgGreeting2 h2 {
		height: 100px;
	}
}

#company_greeting .contentComBox.bgGreeting2 a.btn_detail {
	background: #fff;
	position: relative;
	overflow: hidden;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	padding: 25px 35px 25px 40px;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #131018;
	margin: 75px 0 0 0;
	z-index: 9999;
}

#company_greeting .contentComBox.bgGreeting2 a.btn_detail .btn_child {
	position: absolute;
	top: 0;
	left: 0;
	background: #131018;
	width: 0%;
	height: 100%;
	transition: all 0.3s;
}

#company_greeting .contentComBox.bgGreeting2 a.btn_detail .btn-text {
	color: #333;
}

#company_greeting .contentComBox.bgGreeting2 a.btn_detail .icon:before,#company_greeting .contentComBox.bgGreeting2 a.btn_detail .icon:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 47%;
}

#company_greeting .contentComBox.bgGreeting2 a.btn_detail .icon:before {
	width: 18px;
	height: 2px;
	background: #B8B7BA;
	margin-top: -1px;
}

#company_greeting .contentComBox.bgGreeting2 a.btn_detail .icon:after {
	width: 8px;
	height: 8px;
	border-top: 2px solid #B8B7BA;
	border-right: 2px solid #B8B7BA;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -5px;
	margin-left: 8px;
}

#company_greeting .contentComBox.bgGreeting2 a.btn_detail:hover {
	transition: all 0.3s;
	opacity: 1;
}

#company_greeting .contentComBox.bgGreeting2 a.btn_detail:hover .btn_text {
	color: #fff;
	transition: all 0.3s;
	position: relative;
	z-index: 2;
}

#company_greeting .contentComBox.bgGreeting2 a.btn_detail:hover .btn_child {
	width: 100%;
	transition: all 0.3s;
}

#company_greeting .contentComBox.bgGreeting2 a.btn_detail:hover .icon:before {
	background: #fff;
	color: #fff;
	z-index: 2;
	width: 18px;
	height: 2px;
}

#company_greeting .contentComBox.bgGreeting2 a.btn_detail:hover .icon:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	z-index: 2;
}

@media only screen and (max-width: 767px) {
	#company_greeting .contentComBox {
		height: 115px;
	}

	#company_greeting .contentComBox.bgGreeting2 {
		margin: 0 15px 30px;
		width: auto;
		display: block;
		height: 125px;
		background: url(../img/company/greeting/greeting_bg01_sp.jpg) top center no-repeat;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
	}

	#company_greeting .contentComBox.bgGreeting2 a.btn_detail {
		margin: 32px 0 0;
		padding: 20px 35px 20px 40px;
		font-size: 15px;
		line-height: 24px;
	}
}

#company_greeting h3 {
	font-family: 'Open Sans';
	font-size: 38px;
	line-height: 50px;
	font-weight: 800;
	text-align: center;
	letter-spacing: 8px;
	margin-bottom: 45px;
}

#company_greeting h3 small {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #0095B2;
	display: block;
	letter-spacing: 4px;
	font-weight: bold;
}

#company_greeting .main_img {
	margin: 0 auto 75px;
	max-width: 1500px;
	position: relative;
}

#company_greeting .main_img a.gimmick {
	position: absolute;
	bottom: -90px;
	right: 100px;
	opacity: 1;
	width: 135px;
}

@media only screen and (max-width: 767px) {
	#company_greeting .main_img {
		margin: 0 0 40px;
	}

	#company_greeting .main_img a.gimmick {
		position: absolute;
		bottom: -45px;
		right: 15px;
		width: 68px;
	}
}

#company_greeting .greetingBox {
	width: 780px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 2;
}

#company_greeting .greetingBox.box01 {
	margin-bottom: 90px;
}

#company_greeting .greetingBox .txtTitle {
	font-size: 30px;
	line-height: 42px;
	text-align: center;
	margin: 0 0 30px 0;
	font-weight: bold;
}

#company_greeting .greetingBox h4 {
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	letter-spacing: 3px;
	margin-bottom: 70px;
}

#company_greeting .greetingBox h4 small {
	color: #0095B2;
	font-size: 15px;
	line-height: 22px;
	display: block;
	letter-spacing: 1px;
}

#company_greeting .greetingBox .txt01 {
	margin-bottom: 40px;
}

#company_greeting .greetingBox ul.greeting_list01 {
	margin: 0 0 35px 0;
}

#company_greeting .greetingBox ul.greeting_list01 li {
	border-left: 6px solid #0095B2;
	padding: 3px 0 3px 14px;
	margin: 0 0 18px 0;
	font-weight: bold;
	line-height: 26px;
}

#company_greeting .greetingBox table.table_color tr hr {
	height: 3px;
	background: #E7E7E8;
	box-shadow: none;
	border: none;
	margin: 18px 0;
}

#company_greeting .greetingBox table.table_color tr:nth-child(even) {
	background: #EBF6F9;
}

#company_greeting .greetingBox table.table_color tr:nth-child(even) hr {
	background: #BFE4EC;
}

#company_greeting .greetingBox table.table_color th,#company_greeting .greetingBox table.table_color td {
	padding: 23px;
	line-height: 26px;
}

#company_greeting .greetingBox table.table_color th {
	width: 100px;
	font-weight: bold;
	color: #0095B2;
	font-family: 'Open Sans';
}

@media only screen and (max-width: 767px) {
	#company_greeting .greetingBox {
		width: auto;
		padding: 0 15px;
		font-size: 14px;
		line-height: 24px;
	}

	#company_greeting .greetingBox .txtTitle {
		font-size: 23px;
		line-height: 32px;
	}

	#company_greeting .greetingBox h4 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	#company_greeting .greetingBox h4 small {
		font-size: 13px;
		line-height: 24px;
	}

	#company_greeting .greetingBox .txt01 {
		margin-bottom: 30px;
	}

	#company_greeting .greetingBox ul.greeting_list01 {
		margin: 0 0 25px 0;
	}

	#company_greeting .greetingBox ul.greeting_list01 li {
		border-left: 5px solid #0095B2;
		line-height: 24px;
	}

	#company_greeting .greetingBox.box01 {
		margin-bottom: 20px;
	}

	#company_greeting .greetingBox table.table_color th {
		width: 70px;
	}

	#company_greeting .greetingBox table.table_color th,#company_greeting .greetingBox table.table_color td {
		padding: 13px;
		line-height: 24px;
		font-size: 14px;
	}
}

#company {
	padding-top: 98px;
}

@media only screen and (max-width: 767px) {
	#company {
		padding-top: 50px;
	}
}

#company .breadCrumb {
	margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
	#company .breadCrumb {
		margin-bottom: 40px;
	}
}

#company .headerComBox.bgcompany {
	background: url(../img/company/main_img.jpg) top center no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	height: 280px;
}

#company .headerComBox.bgcompany .ttlH2 span {
	letter-spacing: 15px;
}

@media only screen and (max-width: 767px) {
	#company .headerComBox.bgcompany {
		background: url(../img/company/main_img_sp.jpg) top center no-repeat;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
		height: 140px;
	}

	#company .headerComBox.bgcompany .ttlH2 span {
		letter-spacing: 7px;
	}
}

#company .companyBox {
	margin: 0 auto 82px;
	max-width: 1500px;
	padding-bottom: 60px;
	background: #fff;
	position: relative;
}

#company .companyBox .img_r {
	float: right;
	position: relative;
	width: 50%;
}

#company .companyBox .img_r img {
	padding-right: 60px;
	padding-top: 60px;
	right: 0;
	position: relative;
	vertical-align: bottom;
}

#company .companyBox .content-l {
	float: left;
	margin: 60px 0 0 120px;
}

@media only screen and (max-width: 1199px) {
	#company .companyBox .content-l {
		margin: 60px 0 0 60px;
	}
}

#company .companyBox .img_l {
	float: left;
	position: relative;
	width: 50%;
}

#company .companyBox .img_l img {
	padding-left: 60px;
	padding-top: 60px;
	right: 0;
	position: relative;
	vertical-align: bottom;
}

#company .companyBox .content-r {
	padding: 60px 0 0 0;
	width: 50%;
	float: right;
}

#company .companyBox .content-r .txt_r {
	padding-left: 80px;
}

@media only screen and (max-width: 1199px) {
	#company .companyBox .content-r .txt_r {
		padding-left: 20px;
	}
}

#company .companyBox h3 {
	border-left: 10px solid #0095B2;
	padding: 0 0 5px 40px;
	font-size: 46px;
	line-height: 54px;
	color: #131018;
	margin-bottom: 45px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	letter-spacing: 10px;
}

#company .companyBox h3 small {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	line-height: 30px;
	display: block;
	letter-spacing: 0;
}

#company .companyBox a.btn_detail {
	background: #000000;
	position: relative;
	overflow: hidden;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	padding: 25px 55px 25px 60px;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #ffffff;
	vertical-align: bottom;
}

#company .companyBox a.btn_detail .btn_child {
	position: absolute;
	top: 0;
	left: 0;
	background: #001499!important;
	width: 0%;
	height: 100%;
	/* transition: all 0.3s; */
}

#company .companyBox a.btn_detail .btn-text {
	color: #333;
}

#company .companyBox a.btn_detail .icon:before,#company .companyBox a.btn_detail .icon:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 47%;
}

#company .companyBox a.btn_detail .icon:before {
	width: 18px;
	height: 2px;
	background: #B8B7BA;
	margin-top: -1px;
}

#company .companyBox a.btn_detail .icon:after {
	width: 8px;
	height: 8px;
	border-top: 2px solid #B8B7BA;
	border-right: 2px solid #B8B7BA;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -5px;
	margin-left: 8px;
}

#company .companyBox a.btn_detail:hover {
	/* transition: all 0.3s; */
	opacity: 1;
}

#company .companyBox a.btn_detail:hover .btn_text {
	color: #fff;
	/* transition: all 0.3s; */
	position: relative;
	z-index: 2;
}

#company .companyBox a.btn_detail:hover .btn_child {
	width: 100%;
	/* transition: all 0.3s; */
}

#company .companyBox a.btn_detail:hover .icon:before {
	background: #fff;
	color: #fff;
	z-index: 2;
	width: 18px;
	height: 2px;
}

#company .companyBox a.btn_detail:hover .icon:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	z-index: 2;
}

#company .companyBox.last {
	margin-bottom: 45px;
}

#company .companyBox.last h3 {
	margin: 0 0 45px;
}

@media only screen and (max-width: 999px) {
	#company .companyBox {
		margin: 0 15px 50px 0;
		padding-bottom: 35px;
	}

	#company .companyBox .img_r {
		float: none;
		width: 100%;
		text-align: right;
	}

	#company .companyBox .img_r img {
		margin: -25px -15px 34px 0;
		text-align: right;
	}

	#company .companyBox .content-l {
		float: none;
		margin: 0;
	}

	#company .companyBox .img_l {
		float: none;
		width: 100%;
		text-align: left;
	}

	#company .companyBox .img_l img {
		margin: -25px 0 34px -15px;
	}

	#company .companyBox .content-r {
		width: 100%;
		float: none;
		margin: 0;
		padding: 0;
	}

	#company .companyBox .content-r .txt_r {
		padding-left: 0;
	}

	#company .companyBox h3 {
		font-size: 33px;
		line-height: 40px;
		padding: 0 0 0 15px;
		border-left: 5px solid #0095B2;
		margin: 0 0 23px 60px;
		letter-spacing: 5px;
		text-align: left;
	}

	#company .companyBox h3 small {
		font-size: 14px;
		line-height: 20px;
		padding-top: 3px;
	}

	#company .companyBox .btn01 {
		text-align: center;
		padding: 0;
	}

	#company .companyBox .btn01 a.btn_detail {
		font-size: 15px;
		line-height: 25px;
		padding: 15px 40px 15px 50px;
		margin: 0;
	}

	#company .companyBox .btn01 a.btn_detail .icon:before,#company .companyBox .btn01 a.btn_detail .icon:after {
		top: 48%;
	}

	#company .companyBox.last {
		margin-bottom: 40px;
	}

	#company .companyBox.last h3 {
		margin: 0 0 23px 40px;
	}
}

.errMsg {
	margin-left: 1em;
	padding-bottom: 1px;
	display: block;
	line-height: 1.4;
	text-indent: -.9em;
}

.formError {
	padding-bottom: 13px;
	display: block;
}

.fixed {
	padding-bottom: 0px;
}

.formError .formErrorClose {
	border: solid #252525 2px;
	border-radius: 9px 9px 9px 9px;
	-moz-border-radius: 9px 9px 9px 9px;
	-webkit-border-radius: 9px 9px 9px 9px;
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: -4px;
	right: -4px;
	color: #efefef;
	background: #333;
	font-weight: bold;
	text-align: center;
	line-height: middle;
	cursor: pointer;
	box-shadow: 1px -1px 3px #888;
	-moz-box-shadow: 1px -1px 3px #888;
	-webkit-box-shadow: 1px -1px 3px #888;
	_z-index: 2;
	box-sizing: content-box;
	line-height: 1.2;
}

.formError .formErrorClose:hover {
	background: #666;
}

.fixed .formErrorClose {
	display: none;
}

.formError .formErrorContent {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 6px 10px;
	width: 180px;
	position: relative;
	color: #fff;
	background: #252525;
	font-size: 11px;
	box-shadow: 0px 0px 6px #888;
	-moz-box-shadow: 0px 0px 6px #888;
	-webkit-box-shadow: 0px 0px 6px #888;
	margin: 0 0 30px 0;
	_z-index: 1;
}

.fixed .formErrorContent {
	margin-top: .5em;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: #f60;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 0 30px 0;
}

.fadeOut {
	opacity: .2;
	filter: alpha(opacity=20);
}

.formError .formErrorArrow {
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 0;
	left: 20px;
	margin: 0 0 30px 0;
	_z-index: 0;
}

.formError .formErrorArrowBottom {
	margin: -6px;
	top: 0;
}

.fixed .formErrorArrow,.fixed .formErrorArrowBottom {
	display: none;
}

.formError .formErrorArrow div {
	margin: 0 auto;
	display: block;
	height: 1px;
	background: #252525;
	line-height: 0px;
	font-size: 0px;
	box-shadow: 0px 2px 3px #888;
	-moz-box-shadow: 0px 2px 3px #888;
	-webkit-box-shadow: 0px 2px 3px #888;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.formError .formErrorArrow .line10 {
	width: 19px;
}

.formError .formErrorArrow .line9 {
	width: 17px;
}

.formError .formErrorArrow .line8 {
	width: 15px;
}

.formError .formErrorArrow .line7 {
	width: 13px;
}

.formError .formErrorArrow .line6 {
	width: 11px;
}

.formError .formErrorArrow .line5 {
	width: 9px;
}

.formError .formErrorArrow .line4 {
	width: 7px;
}

.formError .formErrorArrow .line3 {
	width: 5px;
}

.formError .formErrorArrow .line2 {
	width: 3px;
}

.formError .formErrorArrow .line1 {
	width: 1px;
}

.hid_url {
	display: none;
}

#contact em {
	color: #131018;
	display: inline-block;
	font-size: 14px;
	padding: 7px 12px 5px;
	background: #ffe100;
	font-weight: bold;
	line-height: 1.2;
	margin-right: 15px;
}

#contact em.txtUnrequire {
	background: #999;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	#contact em {
		font-size: 11px;
		margin-right: 10px;
	}
}

#contact .midMenu,#contact .listBox,#contact #mnf,#contact .footerNew .box {
	display: none;
}

#contact .logoBox {
	float: none !important;
	margin: 0 auto;
	text-align: center;
}

#contact .txtMain {
	padding-top: 65px;
	text-align: center;
	margin-bottom: 50px;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	#contact .txtMain {
		text-align: left;
		padding: 35px 15px 0;
		margin-bottom: 30px;
		font-size: 14px;
	}
}

#contact .txtCopy {
	text-align: center;
	font-size: 10px;
	color: #fff;
	background: #131018;
	padding: 16px 15px;
	letter-spacing: 1px;
}

#contact .footerNew {
	padding-bottom: 0;
}

#contact .footerNew .backtop {
	margin-bottom: 0;
}

#contact .contactBox1 {
	margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
	#contact .contactBox1 {
		margin-bottom: 45px;
	}
}

#contact .contactBox1 .innerBox {
	background: #ebf6f9;
	padding: 65px 15px;
	text-align: center;
	max-width: 1320px;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	#contact .contactBox1 .innerBox {
		padding: 35px 15px 30px;
	}

	#contact .contactBox1 .innerBox .txt3 {
		margin-bottom: 10px;
	}

	#contact .contactBox1 .innerBox .txt3 span {
		display: inline-block;
		position: relative;
		font-weight: bold;
		font-size: 13px;
	}

	#contact .contactBox1 .innerBox .txt3 span:before,#contact .contactBox1 .innerBox .txt3 span:after {
		content: "";
		position: absolute;
		top: 4px;
		width: 0;
		height: 0;
		border-bottom: 6px solid transparent;
		border-left: 12px solid #000;
		border-top: 6px solid transparent;
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	#contact .contactBox1 .innerBox .txt3 span:before {
		left: -20px;
	}

	#contact .contactBox1 .innerBox .txt3 span:after {
		right: -20px;
	}
}

#contact .contactBox1 .innerBox .txt1 {
	margin-bottom: 15px;
	font-size: 38px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
	#contact .contactBox1 .innerBox .txt1 {
		font-size: 29px;
		letter-spacing: 2px;
		margin-bottom: 10px;
	}
}

#contact .contactBox1 .innerBox .txt2 {
	font-weight: bold;
	color: #0095b2;
	margin-bottom: 35px;
	font-size: 18px;
}

@media only screen and (max-width: 767px) {
	#contact .contactBox1 .innerBox .txt2 {
		font-size: 15px;
		margin-bottom: 22px;
	}
}

#contact .contactBox1 .telBox .icon {
	display: inline-block;
	max-width: 50px;
	margin-right: 10px;
	vertical-align: middle;
}

#contact .contactBox1 .telBox .txt {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

#contact .contactBox1 .telBox .txt .txtTel {
	display: block;
	font-size: 40px;
	letter-spacing: 2px;
	font-weight: bold;
	line-height: 1.2;
}

#contact .contactBox1 .telBox .txt .txtTime {
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	#contact .contactBox1 .telBox a {
		display: inline-block;
		border: 2px solid #b2dfe8;
		padding: 18px 30px 18px 80px;
		background: #fff;
		position: relative;
		text-align: left;
	}

	#contact .contactBox1 .telBox a:before {
		content: "";
		display: block;
		width: 20px;
		height: 10px;
		background: url(../img/contact/icon_arrow.svg) left center no-repeat;
		background-size: 100%;
		left: -2px;
		position: absolute;
		top: 50%;
		margin-top: -5px;
	}

	#contact .contactBox1 .telBox a .txtTel {
		display: block;
		font-size: 18px;
		line-height: 1.2;
		letter-spacing: 2px;
		font-weight: bold;
	}

	#contact .contactBox1 .telBox a .txtTime {
		font-size: 13px;
	}

	#contact .contactBox1 .telBox a img {
		position: absolute;
		left: 35px;
		top: 25px;
		max-width: 35px;
	}
}

#contact .txtMail {
	text-align: center;
	font-size: 38px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 3px;
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	#contact .txtMail {
		font-size: 29px;
		letter-spacing: 2px;
		margin-bottom: 10px;
	}
}

#contact .ttlContactMain {
	text-align: center;
	font-size: 18px;
	color: #0095b2;
	font-weight: bold;
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	#contact .ttlContactMain {
		font-size: 15px;
		margin-bottom: 30px;
	}
}

#contact .contactBox3 {
	max-width: 810px;
	padding: 0 15px;
	margin: 0 auto 40px;
}

#contact .contactBox3 .imgStep {
	text-align: center;
	margin-bottom: 10px;
}

#contact .contactBox3 .imgStep img {
	display: block;
	margin: 0 auto;
}

#contact .contactBox3 .txtNote {
	text-align: center;
	font-size: 16px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	#contact .contactBox3 .txtNote {
		margin-bottom: 30px;
		text-align: left;
		font-size: 14px;
	}
}

#contact .contactBox3 .imgStep2 {
	padding-top: 60px;
	margin-bottom: 30px;
}

#contact .contactBox3 .txtBack {
	text-align: right;
	margin-bottom: 50px;
	font-size: 16px;
}

#contact .contactBox3 .txtBack a {
	color: #717074;
	text-decoration: none;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	#contact .contactBox3 {
		padding: 0;
		margin-bottom: 35px;
	}

	#contact .contactBox3 .imgStep {
		margin-bottom: 20px;
		padding: 0 15px;
	}

	#contact .contactBox3 .imgStep img {
		max-width: 100%;
	}

	#contact .contactBox3 .imgStep2 {
		padding-top: 30px;
	}

	#contact .contactBox3 .txtBack {
		font-size: 14px;
		padding: 0 15px;
		margin-bottom: 40px;
	}

	#contact .contactBox3 .txtBack a {
		text-decoration: underline;
	}
}

#contact .contactBox3 .tableContact {
	margin-bottom: 15px;
}

#contact .contactBox3 .tableContact th,#contact .contactBox3 .tableContact td {
	text-align: left;
	vertical-align: top;
	padding: 13px 0;
	font-size: 16px;
}

#contact .contactBox3 .tableContact th {
	width: 280px;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	#contact .contactBox3 .tableContact {
		margin-bottom: 25px;
	}

	#contact .contactBox3 .tableContact th,#contact .contactBox3 .tableContact td {
		padding: 0;
		display: block;
		width: 100%;
	}

	#contact .contactBox3 .tableContact th {
		width: 100%;
		font-size: 14px;
		padding: 0 15px;
		margin-bottom: 12px;
		border-bottom: 0;
	}

	#contact .contactBox3 .tableContact td {
		font-size: 14px;
		padding: 0 15px;
		margin-bottom: 25px;
	}

	#contact .contactBox3 .tableContact .lbl {
		font-size: 11px;
	}

	#contact .contactBox3 .tableContact tr:last-child td {
		margin-bottom: 0;
	}
}

#contact .contactBox3 .tableContact input[type='text'],#contact .contactBox3 .tableContact input[type='tel'],#contact .contactBox3 .tableContact input[type='number'],#contact .contactBox3 .tableContact input[type='email'] {
	width: 100%;
	padding: 11px 15px;
	background: #fffce5;
	border: 1px solid #808080;
	outline: none;
	font-family: "游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro",Osaka,メイリオ,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
}

#contact .contactBox3 .tableContact input[type='text'].unRequire,#contact .contactBox3 .tableContact input[type='tel'].unRequire,#contact .contactBox3 .tableContact input[type='number'].unRequire,#contact .contactBox3 .tableContact input[type='email'].unRequire {
	background: #fafafa;
}

#contact .contactBox3 .tableContact input.size70 {
	width: 70%;
}

@media only screen and (max-width: 767px) {
	#contact .contactBox3 .tableContact input.size70 {
		width: 100%;
	}
}

#contact .contactBox3 .tableContact input.size40 {
	width: 40%;
}

@media only screen and (max-width: 767px) {
	#contact .contactBox3 .tableContact input.size40 {
		width: 50%;
	}
}

#contact .contactBox3 .tableContact textarea {
	width: 100%;
	background: #fffce5;
	border: 1px solid #808080;
	padding: 15px;
	height: 216px;
	outline: none;
	font-family: "游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro",Osaka,メイリオ,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
}

@media only screen and (max-width: 767px) {
	#contact .contactBox3 .tableContact textarea {
		height: 160px;
	}
}

#contact .contactBox3 .tableContact .txtAddress {
	margin-top: 8px;
}

#contact .contactBox3 .tableContact .zipBox {
	position: relative;
	padding-left: 20px;
}

#contact .contactBox3 .tableContact .zipBox .txt {
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 17px;
}

@media only screen and (max-width: 767px) {
	#contact .contactBox3 .tableContact .zipBox .txt {
		font-size: 15px;
	}
}

@media only screen and (max-width: 767px) {
	#contact .contactBox3 .tableContact .zipBox .txt1 {
		display: block;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 767px) {
	#contact .contactBox3 .step2Box {
		padding: 0 15px;
	}
}

#contact .contactBox3 .tableContactStep2 tr {
	border-bottom: 3px solid #e7e7e8;
}

#contact .contactBox3 .tableContactStep2 th,#contact .contactBox3 .tableContactStep2 td {
	padding: 18px 0;
}

@media only screen and (max-width: 767px) {
	#contact .contactBox3 .tableContactStep2 {
		margin-bottom: 15px;
	}

	#contact .contactBox3 .tableContactStep2 td {
		font-size: 14px;
		padding-left: 15px;
		padding-top: 0;
		margin-bottom: 0;
	}

	#contact .contactBox3 .tableContactStep2 th {
		font-size: 14px;
		padding-top: 17px;
		margin-bottom: 0;
		padding-bottom: 7px;
		line-height: 1.5;
	}
}

#contact .contactBox3 .txtNote {
	font-size: 14px;
	margin-bottom: 45px;
	letter-spacing: 1px;
	text-align: left;
}

#contact .contactBox3 .txtNote .list li {
	position: relative;
	padding-left: 10px;
	line-height: 1.8;
}

#contact .contactBox3 .txtNote .list li:before {
	content: "●";
	position: absolute;
	left: 0;
	top: 5px;
	color: #0095b2;
	font-weight: bold;
	font-size: 6px;
}

#contact .contactBox3 .txtNote .txt1 {
	font-weight: bold;
	font-size: 16px;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}

#contact .contactBox3 .txtNote a {
	color: #222;
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	#contact .contactBox3 .txtNote {
		font-size: 14px;
		padding: 0 15px;
		margin-bottom: 20px;
		line-height: 1.8;
	}
}

#contact .contactBox3 .controlBox {
	text-align: center;
	margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
	#contact .contactBox3 .controlBox {
		margin-bottom: 30px;
	}
}

#contact .contactBox3 .controlBox .ckBox {
	max-width: 315px;
	margin: 0 auto 28px;
}

#contact .contactBox3 .controlBox .ckBox label {
	display: block;
	background: #ededed;
	padding: 24px 0;
	text-align: center;
	font-size: 16px;
	position: relative;
	cursor: pointer;
	font-weight: bold;
	border: 2px solid #b8b7ba;
}

#contact .contactBox3 .controlBox .ckBox label span {
	display: inline-block;
	padding-left: 5px;
}

@media only screen and (max-width: 767px) {
	#contact .contactBox3 .controlBox .ckBox {
		max-width: 100%;
		margin-bottom: 16px;
		padding: 0 50px;
	}

	#contact .contactBox3 .controlBox .ckBox label {
		font-size: 15px;
	}
}

#contact .contactBox3 .controlBox .ckBox input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	width: 17px;
	height: 17px;
	background: #fff;
	border: 2px solid #d3d3d3;
	position: relative;
	top: 2px;
	display: inline-block;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#contact .contactBox3 .controlBox .ckBox input[type="checkbox"]:checked {
	background: #131018;
	border: 2px solid #131018;
}

#contact .contactBox3 .controlBox .ckBox input[type="checkbox"]:checked:before {
	content: "";
	width: 10px;
	height: 4px;
	position: absolute;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	top: 2px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	left: 2px;
}

#contact .contactBox3 .controlBox .btnBox {
	max-width: 315px;
	margin: 0 auto;
}

#contact .contactBox3 .controlBox .btnBox button {
	display: block;
	background: #ffe100;
	text-align: center;
	color: #131018;
	font-size: 16px;
	padding: 28px;
	border: 0;
	width: 100%;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: bold;
	position: relative;
}

#contact .contactBox3 .controlBox .btnBox button:hover {
	opacity: 0.7;
}

#contact .contactBox3 .controlBox .btnBox button:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 10px;
	background: url(../img/contact/icon_arrow1.svg) left center no-repeat;
	background-size: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	margin-top: -5px;
}

@media only screen and (max-width: 767px) {
	#contact .contactBox3 .controlBox .btnBox {
		max-width: 100%;
		padding: 0 50px;
	}

	#contact .contactBox3 .controlBox .btnBox button {
		font-size: 15px;
		padding: 26px 15px;
	}
}

#contact .contactBox3 .txtNote1 {
	font-size: 14px;
	text-align: center;
}

#contact .contactBox3 .txtNote1 a {
	color: #222;
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	#contact .contactBox3 .txtNote1 {
		font-size: 14px;
		padding: 0 15px;
		text-align: left;
	}
}

.contentThx {
	max-width: 830px;
	padding: 0 15px;
	margin: 60px auto 120px;
}

.contentThx .imgStep {
	text-align: center;
	margin-bottom: 45px;
}

.contentThx .imgStep img {
	display: block;
	margin: 0 auto;
}

.contentThx .ttl {
	font-size: 30px;
	margin-bottom: 45px;
	text-align: center;
}

.contentThx .txtBox .txt {
	font-size: 15px;
	line-height: 1.9;
	margin-bottom: 30px;
}

.contentThx .txtBox .txt:last-child {
	margin-bottom: 0;
}

.contentThx .txtBox a {
	font-size: 16px;
	font-weight: bold;
	color: #717074;
}

@media only screen and (max-width: 767px) {
	.contentThx {
		margin: 30px auto 50px;
	}

	.contentThx .imgStep {
		margin-bottom: 30px;
		padding: 0 15px;
	}

	.contentThx .imgStep img {
		max-width: 100%;
	}

	.contentThx .ttl {
		font-size: 17px;
		margin-bottom: 25px;
	}

	.contentThx .txtBox {
		text-align: left;
	}

	.contentThx .txtBox .txt {
		font-size: 14px;
		line-height: 1.8;
		margin-bottom: 25px;
	}

	.contentThx .txtBox a {
		font-size: 14px;
	}
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	display: inline-block;
	text-indent: 1px;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 10px;
	padding-right: 10px;
	height: 50px;
	border: 1px solid #808080;
	width: 300px;
	background: #fffce5 url(../img/contact/icon_select.svg) right no-repeat;
	background-size: 40px 50px;
	border-radius: 0;
}

@media only screen and (max-width: 767px) {
	select {
		width: 100%;
	}
}

input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill {
	background-color: #fff !important;
}

#entry em {
	color: #131018;
	display: inline-block;
	font-size: 14px;
	padding: 7px 12px 5px;
	background: #ffe100;
	font-weight: bold;
	line-height: 1.2;
	margin-right: 15px;
}

#entry em.txtUnrequire {
	background: #999;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	#entry em {
		font-size: 11px;
		margin-right: 10px;
	}
}

#entry .midMenu,#entry .listBox,#entry #mnf,#entry .footerNew .box {
	display: none;
}

#entry .logoBox {
	float: none !important;
	margin: 0 auto;
	text-align: center;
}

#entry .txtMain {
	padding-top: 65px;
	text-align: center;
	margin-bottom: 50px;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	#entry .txtMain {
		text-align: left;
		padding: 35px 15px 0;
		margin-bottom: 30px;
		font-size: 14px;
	}
}

#entry .txtCopy {
	text-align: center;
	font-size: 10px;
	color: #fff;
	background: #131018;
	padding: 16px 15px;
	letter-spacing: 1px;
}

#entry .footerNew {
	padding-bottom: 0;
}

#entry .footerNew .backtop {
	margin-bottom: 0;
}

#entry .contactBox1 {
	margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
	#entry .contactBox1 {
		margin-bottom: 45px;
	}
}

#entry .contactBox1 .innerBox {
	background: #ebecf7;
	padding: 65px 15px;
	text-align: center;
	max-width: 1320px;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	#entry .contactBox1 .innerBox {
		padding: 35px 15px 30px;
	}

	#entry .contactBox1 .innerBox .txt3 {
		margin-bottom: 10px;
	}

	#entry .contactBox1 .innerBox .txt3 span {
		display: inline-block;
		position: relative;
		font-weight: bold;
		font-size: 13px;
	}

	#entry .contactBox1 .innerBox .txt3 span:before,#entry .contactBox1 .innerBox .txt3 span:after {
		content: "";
		position: absolute;
		top: 4px;
		width: 0;
		height: 0;
		border-bottom: 6px solid transparent;
		border-left: 12px solid #000;
		border-top: 6px solid transparent;
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	#entry .contactBox1 .innerBox .txt3 span:before {
		left: -20px;
	}

	#entry .contactBox1 .innerBox .txt3 span:after {
		right: -20px;
	}
}

#entry .contactBox1 .innerBox .txt1 {
	margin-bottom: 15px;
	font-size: 38px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
	#entry .contactBox1 .innerBox .txt1 {
		font-size: 29px;
		letter-spacing: 2px;
		margin-bottom: 10px;
	}
}

#entry .contactBox1 .innerBox .txt2 {
	font-weight: bold;
	color: #001499;
	margin-bottom: 35px;
	font-size: 18px;
}

@media only screen and (max-width: 767px) {
	#entry .contactBox1 .innerBox .txt2 {
		font-size: 15px;
		margin-bottom: 22px;
	}
}

#entry .contactBox1 .telBox .icon {
	display: inline-block;
	max-width: 50px;
	margin-right: 10px;
	vertical-align: middle;
}

#entry .contactBox1 .telBox .txt {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

#entry .contactBox1 .telBox .txt .txtTel {
	display: block;
	font-size: 40px;
	letter-spacing: 2px;
	font-weight: bold;
	line-height: 1.2;
}

#entry .contactBox1 .telBox .txt .txtTime {
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	#entry .contactBox1 .telBox a {
		display: inline-block;
		border: 2px solid #b2b9e0;
		padding: 18px 30px 18px 80px;
		background: #fff;
		position: relative;
		text-align: left;
	}

	#entry .contactBox1 .telBox a:before {
		content: "";
		display: block;
		width: 20px;
		height: 10px;
		background: url(../img/contact/icon_arrow2.svg) left center no-repeat;
		background-size: 100%;
		left: -2px;
		position: absolute;
		top: 50%;
		margin-top: -5px;
	}

	#entry .contactBox1 .telBox a .txtTel {
		display: block;
		font-size: 18px;
		line-height: 1.2;
		letter-spacing: 2px;
		font-weight: bold;
	}

	#entry .contactBox1 .telBox a .txtTime {
		font-size: 13px;
	}

	#entry .contactBox1 .telBox a img {
		position: absolute;
		left: 35px;
		top: 25px;
		max-width: 35px;
	}
}

#entry .txtMail {
	text-align: center;
	font-size: 38px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 3px;
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	#entry .txtMail {
		font-size: 29px;
		letter-spacing: 2px;
		margin-bottom: 10px;
	}
}

#entry .ttlContactMain {
	text-align: center;
	font-size: 18px;
	color: #001499;
	font-weight: bold;
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	#entry .ttlContactMain {
		font-size: 15px;
		margin-bottom: 30px;
	}
}

#entry .contactBox3 {
	max-width: 810px;
	padding: 0 15px;
	margin: 0 auto 40px;
}

#entry .contactBox3 .imgStep {
	text-align: center;
	margin-bottom: 10px;
}

#entry .contactBox3 .imgStep img {
	display: block;
	margin: 0 auto;
}

#entry .contactBox3 .txtNote {
	text-align: center;
	font-size: 16px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	#entry .contactBox3 .txtNote {
		margin-bottom: 30px;
		text-align: left;
		font-size: 14px;
	}
}

#entry .contactBox3 .imgStep2 {
	padding-top: 60px;
	margin-bottom: 30px;
}

#entry .contactBox3 .txtBack {
	text-align: right;
	margin-bottom: 50px;
	font-size: 16px;
}

#entry .contactBox3 .txtBack a {
	color: #717074;
	text-decoration: none;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	#entry .contactBox3 {
		padding: 0;
		margin-bottom: 35px;
	}

	#entry .contactBox3 .imgStep {
		margin-bottom: 20px;
		padding: 0 15px;
	}

	#entry .contactBox3 .imgStep img {
		max-width: 100%;
	}

	#entry .contactBox3 .imgStep2 {
		padding-top: 30px;
	}

	#entry .contactBox3 .txtBack {
		font-size: 14px;
		padding: 0 15px;
		margin-bottom: 40px;
	}

	#entry .contactBox3 .txtBack a {
		text-decoration: underline;
	}
}

#entry .contactBox3 .listOption li {
	display: inline-block;
	padding-right: 25px;
}

#entry .contactBox3 .tableContact {
	margin-bottom: 15px;
}

#entry .contactBox3 .tableContact th,#entry .contactBox3 .tableContact td {
	text-align: left;
	vertical-align: top;
	padding: 13px 0;
	font-size: 16px;
}

#entry .contactBox3 .tableContact th {
	width: 280px;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	#entry .contactBox3 .tableContact {
		margin-bottom: 25px;
	}

	#entry .contactBox3 .tableContact th,#entry .contactBox3 .tableContact td {
		padding: 0;
		display: block;
		width: 100%;
	}

	#entry .contactBox3 .tableContact th {
		width: 100%;
		font-size: 14px;
		padding: 0 15px;
		margin-bottom: 12px;
		border-bottom: 0;
	}

	#entry .contactBox3 .tableContact td {
		font-size: 14px;
		padding: 0 15px;
		margin-bottom: 25px;
	}

	#entry .contactBox3 .tableContact .lbl {
		font-size: 11px;
	}

	#entry .contactBox3 .tableContact tr:last-child td {
		margin-bottom: 0;
	}
}

#entry .contactBox3 .tableContact input[type='text'],#entry .contactBox3 .tableContact input[type='tel'],#entry .contactBox3 .tableContact input[type='number'],#entry .contactBox3 .tableContact input[type='email'] {
	width: 100%;
	padding: 6px 15px;
	background: #fffce5;
	border: 1px solid #808080;
	outline: none;
	font-family: "游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro",Osaka,メイリオ,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
}

#entry .contactBox3 .tableContact input[type='text'].unRequire,#entry .contactBox3 .tableContact input[type='tel'].unRequire,#entry .contactBox3 .tableContact input[type='number'].unRequire,#entry .contactBox3 .tableContact input[type='email'].unRequire {
	background: #fafafa;
}

@media only screen and (max-width: 767px) {
	#entry .contactBox3 .tableContact input[type='text'],#entry .contactBox3 .tableContact input[type='tel'],#entry .contactBox3 .tableContact input[type='number'],#entry .contactBox3 .tableContact input[type='email'] {
		padding: 13px 15px;
	}
}

#entry .contactBox3 .tableContact input.size70 {
	width: 70%;
}

@media only screen and (max-width: 767px) {
	#entry .contactBox3 .tableContact input.size70 {
		width: 100%;
	}
}

#entry .contactBox3 .tableContact input.size40 {
	width: 40%;
}

@media only screen and (max-width: 767px) {
	#entry .contactBox3 .tableContact input.size40 {
		width: 50%;
	}
}

#entry .contactBox3 .tableContact textarea {
	width: 100%;
	background: #fafafa;
	border: 1px solid #808080;
	padding: 15px;
	height: 107px;
	outline: none;
	font-family: "游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro",Osaka,メイリオ,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
}

@media only screen and (max-width: 767px) {
	#entry .contactBox3 .tableContact textarea {
		height: 160px;
	}
}

#entry .contactBox3 .tableContact .txtAddress {
	margin-top: 8px;
}

#entry .contactBox3 .tableContact .zipBox {
	position: relative;
	padding-left: 20px;
}

#entry .contactBox3 .tableContact .zipBox input {
	display: inline-block;
}

#entry .contactBox3 .tableContact .zipBox .txt {
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 17px;
}

@media only screen and (max-width: 767px) {
	#entry .contactBox3 .tableContact .zipBox .txt {
		font-size: 15px;
	}
}

#entry .contactBox3 .tableContact .zipBox .txt1 {
	position: absolute;
	left: 44%;
	top: 10px;
}

@media only screen and (max-width: 767px) {
	#entry .contactBox3 .tableContact .zipBox .txt1 {
		position: static;
		display: block;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 767px) {
	#entry .contactBox3 .step2Box {
		padding: 0 15px;
	}
}

#entry .contactBox3 .tableContactStep2 tr {
	border-bottom: 3px solid #e7e7e8;
}

#entry .contactBox3 .tableContactStep2 th,#entry .contactBox3 .tableContactStep2 td {
	padding: 18px 0;
}

@media only screen and (max-width: 767px) {
	#entry .contactBox3 .tableContactStep2 {
		margin-bottom: 15px;
	}

	#entry .contactBox3 .tableContactStep2 td {
		font-size: 14px;
		padding-left: 15px;
		padding-top: 0;
		margin-bottom: 0;
	}

	#entry .contactBox3 .tableContactStep2 th {
		font-size: 14px;
		padding-top: 17px;
		margin-bottom: 0;
		padding-bottom: 7px;
		line-height: 1.5;
	}
}

#entry .contactBox3 .txtInline {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
}

#entry .contactBox3 .txtNote {
	font-size: 14px;
	margin-bottom: 45px;
	letter-spacing: 1px;
	text-align: left;
}

#entry .contactBox3 .txtNote .list li {
	position: relative;
	padding-left: 10px;
	line-height: 1.8;
}

#entry .contactBox3 .txtNote .list li:before {
	content: "●";
	position: absolute;
	left: 0;
	top: 5px;
	color: #001499;
	font-weight: bold;
	font-size: 6px;
}

#entry .contactBox3 .txtNote .txt1 {
	font-weight: bold;
	font-size: 16px;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}

#entry .contactBox3 .txtNote a {
	color: #717074;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	#entry .contactBox3 .txtNote {
		font-size: 14px;
		padding: 0 15px;
		margin-bottom: 20px;
		line-height: 1.8;
	}
}

#entry .contactBox3 .taC {
	text-align: center;
}

@media only screen and (max-width: 767px) {
	#entry .contactBox3 .taC {
		text-align: left;
	}
}

#entry .contactBox3 .controlBox {
	text-align: center;
	margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
	#entry .contactBox3 .controlBox {
		margin-bottom: 30px;
	}
}

#entry .contactBox3 .controlBox .ckBox {
	max-width: 315px;
	margin: 0 auto 28px;
}

#entry .contactBox3 .controlBox .ckBox label {
	display: block;
	background: #ededed;
	padding: 24px 0;
	text-align: center;
	font-size: 16px;
	position: relative;
	cursor: pointer;
	font-weight: bold;
	border: 2px solid #b8b7ba;
}

#entry .contactBox3 .controlBox .ckBox label span {
	display: inline-block;
	padding-left: 5px;
}

@media only screen and (max-width: 767px) {
	#entry .contactBox3 .controlBox .ckBox {
		max-width: 100%;
		margin-bottom: 16px;
		padding: 0 50px;
	}

	#entry .contactBox3 .controlBox .ckBox label {
		font-size: 15px;
	}
}

#entry .contactBox3 .controlBox .ckBox input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	width: 17px;
	height: 17px;
	background: #fff;
	border: 2px solid #d3d3d3;
	position: relative;
	top: 2px;
	display: inline-block;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#entry .contactBox3 .controlBox .ckBox input[type="checkbox"]:checked {
	background: #131018;
	border: 2px solid #131018;
}

#entry .contactBox3 .controlBox .ckBox input[type="checkbox"]:checked:before {
	content: "";
	width: 10px;
	height: 4px;
	position: absolute;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	top: 2px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	left: 2px;
}

#entry .contactBox3 .controlBox .btnBox {
	max-width: 315px;
	margin: 0 auto;
}

#entry .contactBox3 .controlBox .btnBox button {
	display: block;
	background: #ffe100;
	text-align: center;
	color: #131018;
	font-size: 16px;
	padding: 28px;
	border: 0;
	width: 100%;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: bold;
	position: relative;
}

#entry .contactBox3 .controlBox .btnBox button:hover {
	opacity: 0.7;
}

#entry .contactBox3 .controlBox .btnBox button:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 10px;
	background: url(../img/contact/icon_arrow1.svg) left center no-repeat;
	background-size: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	margin-top: -5px;
}

@media only screen and (max-width: 767px) {
	#entry .contactBox3 .controlBox .btnBox {
		max-width: 100%;
		padding: 0 50px;
	}

	#entry .contactBox3 .controlBox .btnBox button {
		font-size: 15px;
		padding: 26px 15px;
	}
}

#entry .contactBox3 .txtNote1 {
	font-size: 14px;
	text-align: center;
}

#entry .contactBox3 .txtNote1 a {
	color: #222;
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	#entry .contactBox3 .txtNote1 {
		font-size: 14px;
		padding: 0 15px;
		text-align: left;
	}
}

#interview .btnMoreTopCom a {
	position: relative;
	width: 207px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 27px 0;
	border-right: 0;
}

#interview .btnMoreTopCom a span {
	display: block;
	text-align: center;
	background: url(../img/recruit/top/icon_2.svg) left center no-repeat;
	background-size: 15px 11px;
	line-height: 1;
	color: #717074;
}

@media only screen and (max-width: 767px) {
	#interview .btnMoreTopCom a {
		width: 158px;
		padding: 20px 0;
		font-size: 15px;
		border: 2px solid #ececed;
		border-right: 0;
	}
}

#interview .interviewBox1 {
	padding: 0 15px;
	margin-bottom: 60px;
}

#interview .interviewBox1 .txt {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

@media only screen and (max-width: 767px) {
	#interview .interviewBox1 {
		margin-bottom: 30px;
	}

	#interview .interviewBox1 .txt {
		font-size: 14px;
	}
}

#interview .interviewBox2 {
	max-width: 1500px;
	margin: 0 auto 40px;
}

#interview .interviewBox2 .btnMoreTopCom a {
	background: #fff;
	color: #131018;
}

@media only screen and (max-width: 767px) {
	#interview .interviewBox2 .btnMoreTopCom {
		position: absolute;
		right: 0;
		bottom: -25px;
	}
}

@media only screen and (max-width: 767px) {
	#interview .interviewBox2 {
		padding: 0;
		margin-bottom: 50px;
	}
}

#interview .interviewBox2 li {
	margin-bottom: 40px;
	min-height: 460px;
	position: relative;
	padding: 60px 15px 0;
}

#interview .interviewBox2 li:last-child {
	margin-bottom: 0;
}

#interview .interviewBox2 li.bg1 {
	background: url(../img/recruit/interview/img_1.jpg) top center no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	#interview .interviewBox2 li.bg1 {
		background: none;
	}
}

#interview .interviewBox2 li.bg2 {
	background: url(../img/recruit/interview/img_2.jpg) top center no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	#interview .interviewBox2 li.bg2 {
		background: none;
	}
}

#interview .interviewBox2 li.bg2 .subBox {
	max-width: 460px;
	float: right;
}

@media only screen and (max-width: 767px) {
	#interview .interviewBox2 li.bg2 .subBox {
		max-width: 100%;
		float: none;
	}
}

#interview .interviewBox2 li.bg3 {
	background: url(../img/recruit/interview/img_3.jpg) top center no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	#interview .interviewBox2 li.bg3 {
		background: none;
	}
}

@media only screen and (max-width: 767px) {
	#interview .interviewBox2 li {
		margin-bottom: 50px;
		min-height: auto;
		padding: 0;
	}

	#interview .interviewBox2 li .img img {
		display: block;
		width: 100%;
	}

	#interview .interviewBox2 li .subBox {
		padding: 25px 15px;
		background: #eef0f2;
		position: relative;
	}
}

#interview .interviewBox2 .box {
	max-width: 1000px;
	margin: 0 auto;
}

#interview .interviewBox2 .txtBox1 {
	margin-bottom: 30px;
	line-height: 1;
}

#interview .interviewBox2 .txtBox1 .txt1 {
	font-size: 70px;
	color: #b2b9e0;
	font-weight: 800;
	letter-spacing: 0.05em;
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
}

#interview .interviewBox2 .txtBox1 .txt2 {
	font-weight: bold;
	color: #001499;
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	padding-left: 15px;
	padding-top: 3px;
}

#interview .interviewBox2 .txtBox1 .txt2 span {
	display: block;
	font-size: 16px;
	letter-spacing: 0.1em;
	margin-top: 5px;
}

@media only screen and (max-width: 767px) {
	#interview .interviewBox2 .txtBox1 {
		margin-bottom: 10px;
	}

	#interview .interviewBox2 .txtBox1 .txt1 {
		font-size: 45px;
		line-height: 1.2;
	}

	#interview .interviewBox2 .txtBox1 .txt2 {
		font-size: 21px;
		padding-left: 10px;
	}

	#interview .interviewBox2 .txtBox1 .txt2 span {
		font-size: 11px;
	}
}

#interview .interviewBox2 .ttl {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	#interview .interviewBox2 .ttl {
		font-size: 20px;
		margin-bottom: 10px;
	}
}

#interview .interviewBox2 .txt3 {
	margin-bottom: 20px;
	font-size: 15px;
}

@media only screen and (max-width: 767px) {
	#interview .interviewBox2 .txt3 {
		font-size: 14px;
		margin-bottom: 0;
	}
}

#interview .interviewDt1 {
	max-width: 1500px;
	margin: 0 auto 148px;
}

@media only screen and (max-width: 1024px) {
	#interview .interviewDt1 {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 992px) {
	#interview .interviewDt1 {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt1 {
		margin-bottom: 40px;
	}

	#interview .interviewDt1 .img img {
		display: block;
		width: 100%;
	}
}

#interview .interviewDt1 .mainBox {
	height: 535px;
	background: url(../img/recruit/interview/interview1/img_1_pc.jpg) top center no-repeat;
	background-size: cover;
	position: relative;
}

@media only screen and (max-width: 840px) {
	#interview .interviewDt1 .mainBox {
		height: 450px;
	}
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt1 .mainBox {
		height: auto;
		background: none;
		padding: 0 15px;
		margin-top: -33px;
	}
}

#interview .interviewDt1 .subBox {
	background: linear-gradient(to left, #0047c6, #009fe6);
	color: #fff;
	padding: 75px;
	max-width: 570px;
	position: absolute;
	left: 115px;
	bottom: -35px;
}

@media only screen and (max-width: 992px) {
	#interview .interviewDt1 .subBox {
		left: 0;
		padding: 20px;
	}
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt1 .subBox {
		position: static;
		width: 100%;
		max-width: 100%;
	}
}

#interview .interviewDt1 .subBox .txtBox1 {
	margin-bottom: 50px;
	line-height: 1;
}

#interview .interviewDt1 .subBox .txtBox1 .txt1 {
	font-size: 70px;
	font-weight: 800;
	letter-spacing: 0.05em;
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
}

#interview .interviewDt1 .subBox .txtBox1 .txt2 {
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	padding-left: 15px;
	padding-top: 3px;
}

#interview .interviewDt1 .subBox .txtBox1 .txt2 span {
	display: block;
	font-size: 16px;
	letter-spacing: 0.1em;
	margin-top: 7px;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt1 .subBox .txtBox1 {
		margin-bottom: 10px;
	}

	#interview .interviewDt1 .subBox .txtBox1 .txt1 {
		font-size: 45px;
		line-height: 1.2;
	}

	#interview .interviewDt1 .subBox .txtBox1 .txt2 {
		font-size: 21px;
		padding-left: 10px;
	}

	#interview .interviewDt1 .subBox .txtBox1 .txt2 span {
		font-size: 11px;
	}
}

#interview .interviewDt1 .subBox .ttl {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 40px;
	line-height: 1.5;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt1 .subBox .ttl {
		font-size: 20px;
		margin-bottom: 10px;
	}
}

#interview .interviewDt1 .subBox .txt3 {
	font-size: 15px;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt1 .subBox .txt3 {
		font-size: 14px;
		margin-bottom: 0;
	}
}

#interview .interviewDt1View2 .mainBox {
	background: url(../img/recruit/interview/interview2/img_1_pc.jpg) top center no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt1View2 .mainBox {
		background: none;
	}
}

#interview .interviewDt1View2 .subBox {
	left: auto;
	right: 115px;
	bottom: -35px;
}

@media only screen and (max-width: 992px) {
	#interview .interviewDt1View2 .subBox {
		right: 0;
	}
}

#interview .interviewDt1View3 .mainBox {
	background: url(../img/recruit/interview/interview3/img_1_pc.jpg) top center no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt1View3 .mainBox {
		background: none;
	}
}

#interview .interviewDt2 {
	max-width: 1500px;
	margin: 0 auto 190px;
}

@media only screen and (max-width: 1024px) {
	#interview .interviewDt2 {
		padding: 0 15px;
		margin-bottom: 60px;
	}
}

#interview .interviewDt2 .innerBox {
	background: url(../img/recruit/interview/interview1/img_2_pc.jpg) top right no-repeat;
	height: auto;
	position: relative;
	padding-top: 185px;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt2 .innerBox {
		height: auto;
		background: none;
		padding-top: 0;
	}

	#interview .interviewDt2 .innerBox .img {
		margin-bottom: 30px;
	}

	#interview .interviewDt2 .innerBox .img img {
		display: block;
		width: 100%;
	}
}

#interview .interviewDt2 .txtBox {
	max-width: 1000px;
	margin: 0 auto;
}

#interview .interviewDt2 .ttl {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 50px;
	border-left: 5px solid #001499;
	padding-left: 20px;
	line-height: 1.3;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt2 .ttl {
		font-size: 23px;
		padding-left: 15px;
		margin-bottom: 20px;
	}
}

#interview .interviewDt2 .txt1 {
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 20px;
	color: #001499;
}

#interview .interviewDt2 .txt1 span {
	display: inline-block;
	position: relative;
	top: -2px;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt2 .txt1 {
		font-size: 18px;
		margin-bottom: 10px;
	}
}

#interview .interviewDt2 .box {
	width: 550px;
	background: #fff;
	padding: 55px 50px 0 0;
}

#interview .interviewDt2 .box .txt {
	margin-bottom: 35px;
	line-height: 1.9;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	letter-spacing: 0.5px;
}

#interview .interviewDt2 .box .txt:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt2 .box {
		width: 100%;
		padding: 0;
	}

	#interview .interviewDt2 .box .txt {
		margin-bottom: 20px;
		line-height: 1.7;
		font-feature-settings: "palt";
		-webkit-font-feature-settings: "palt";
		-moz-font-feature-settings: "palt";
		font-size: 14px;
	}
}

#interview .interviewDt2View2 .innerBox {
	background: url(../img/recruit/interview/interview2/img_2_pc.jpg) top right no-repeat;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt2View2 .innerBox {
		background: none;
	}
}

#interview .interviewDt2View3 .innerBox {
	background: url(../img/recruit/interview/interview3/img_2_pc.jpg) top right no-repeat;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt2View3 .innerBox {
		background: none;
	}
}

#interview .interviewDt3 {
	max-width: 1500px;
	margin: 0 auto 75px;
}

@media only screen and (max-width: 1024px) {
	#interview .interviewDt3 {
		padding: 0 15px;
		margin-bottom: 0;
	}
}

#interview .interviewDt3 .innerBox {
	background: url(../img/recruit/interview/interview1/img_3_pc.jpg) top center no-repeat;
	background-size: cover;
	height: 555px;
	position: relative;
	padding: 418px 15px 0;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt3 .innerBox {
		height: auto;
		background: none;
		padding: 0;
	}

	#interview .interviewDt3 .innerBox .img {
		margin-bottom: 30px;
	}

	#interview .interviewDt3 .innerBox .img img {
		display: block;
		width: 100%;
	}
}

#interview .interviewDt3 .txtBox {
	max-width: 1000px;
	background: #fff;
	padding-top: 70px;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt3 .txtBox {
		padding-top: 0;
	}
}

#interview .interviewDt3 .ttl {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 50px;
	border-left: 5px solid #001499;
	padding: 5px 0 5px 20px;
	line-height: 1.3;
	max-width: 780px;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt3 .ttl {
		font-size: 23px;
		padding-left: 15px;
		margin-bottom: 20px;
	}
}

#interview .interviewDt3View2 .innerBox {
	background: url(../img/recruit/interview/interview2/img_3_pc.jpg) top center no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt3View2 .innerBox {
		background: none;
	}
}

#interview .interviewDt3View2 .ttl {
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	letter-spacing: 0.3px;
}

#interview .interviewDt3View3 .innerBox {
	background: url(../img/recruit/interview/interview3/img_3_pc.jpg) top center no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt3View3 .innerBox {
		background: none;
	}
}

#interview .interviewDt3View3 .ttl {
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	letter-spacing: 0.3px;
}

#interview .interviewDt4 {
	max-width: 810px;
	padding: 0 15px;
	margin: 0 auto 130px;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt4 {
		margin-bottom: 55px;
	}
}

#interview .interviewDt4 .ttl {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 20px;
	color: #001499;
}

#interview .interviewDt4 .ttl span {
	display: inline-block;
	position: relative;
	top: -2px;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt4 .ttl {
		font-size: 18px;
		margin-bottom: 10px;
	}
}

#interview .interviewDt4 .txt {
	margin-bottom: 60px;
	line-height: 1.9;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	letter-spacing: 0.5px;
}

#interview .interviewDt4 .txt:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt4 .txt {
		margin-bottom: 35px;
		line-height: 1.7;
		font-feature-settings: "palt";
		-webkit-font-feature-settings: "palt";
		-moz-font-feature-settings: "palt";
		font-size: 14px;
	}
}

#interview .interviewDt5 {
	margin-bottom: 220px;
}

@media only screen and (max-width: 1024px) {
	#interview .interviewDt5 {
		padding: 0 15px;
		margin-bottom: 150px;
	}
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt5 {
		margin-bottom: 60px;
	}
}

#interview .interviewDt5 .innerBox {
	background: url(../img/recruit/interview/interview1/img_4_pc.jpg) top left no-repeat;
	padding-top: 130px;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt5 .innerBox {
		height: auto;
		background: none;
		padding-top: 0;
	}
}

#interview .interviewDt5 .txtBox {
	max-width: 1000px;
	margin: 0 auto;
}

#interview .interviewDt5 .ttl {
	float: right;
	width: 550px;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt5 .ttl {
		width: 100%;
		float: none;
	}
}

#interview .interviewDt5 .box {
	padding-left: 60px;
	float: right;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt5 .box {
		width: 100%;
		padding: 0;
		float: none;
	}
}

#interview .interviewDt5View2 .innerBox {
	background: url(../img/recruit/interview/interview2/img_4_pc.jpg) top left no-repeat;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt5View2 .innerBox {
		background: none;
	}
}

#interview .interviewDt5View2 .box {
	padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt5View2 .box {
		padding-bottom: 0;
	}
}

#interview .interviewDt5View2 .ttl {
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	letter-spacing: 0.3px;
}

#interview .interviewDt5View3 .innerBox {
	background: url(../img/recruit/interview/interview3/img_4_pc.jpg) top left no-repeat;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt5View3 .innerBox {
		background: none;
	}
}

#interview .interviewDt5View3 .box {
	padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt5View3 .box {
		padding-bottom: 0;
	}
}

#interview .interviewDt5View3 .ttl {
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	letter-spacing: 0.3px;
}

#interview .interviewDtCom {
	display: table;
	width: 100%;
	height: 220px;
	background: #131018;
	position: relative;
	margin-bottom: 160px;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDtCom {
		margin-bottom: 50px;
		height: 140px;
	}
}

#interview .interviewDtCom .ttl {
	display: table-cell;
	text-align: center;
	color: #99a1d6;
	vertical-align: middle;
	font-size: 22px;
	font-weight: bold;
	position: relative;
	z-index: 2;
}

#interview .interviewDtCom .ttl span {
	display: block;
	color: #fff;
	font-size: 38px;
	letter-spacing: 0.2em;
	line-height: 1.4;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDtCom .ttl {
		font-size: 18px;
	}

	#interview .interviewDtCom .ttl span {
		font-size: 29px;
		letter-spacing: 0.15em;
		line-height: 1.2;
		margin-bottom: 5px;
	}
}

#interview .interviewDt6 {
	max-width: 810px;
	padding: 0 15px;
	margin: 0 auto 122px;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt6 {
		margin-bottom: 50px;
		padding: 0 15px 0 24px;
	}
}

#interview .interviewDt6 li {
	padding-bottom: 85px;
	border-left: 7px solid #ccd0eb;
}

#interview .interviewDt6 li:last-child {
	padding-bottom: 0;
	border-left: 0;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt6 li {
		padding-bottom: 35px;
		border-left: 5px solid #ccd0eb;
	}
}

#interview .interviewDt6 .box {
	padding-left: 48px;
	font-size: 0;
	letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt6 .box {
		padding-left: 25px;
	}
}

#interview .interviewDt6 .box .img {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

#interview .interviewDt6 .box .img img {
	display: block;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt6 .box .img {
		display: block;
		width: 100%;
	}
}

#interview .interviewDt6 .box .txtBox {
	display: inline-block;
	width: 50%;
	padding-right: 28px;
	vertical-align: top;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt6 .box .txtBox {
		display: block;
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
}

#interview .interviewDt6 .box .txtBox .txtTime {
	font-size: 20px;
	font-weight: bold;
	color: #001499;
	margin-bottom: 20px;
	line-height: 1;
	position: relative;
}

#interview .interviewDt6 .box .txtBox .txtTime:before {
	content: "";
	position: absolute;
	left: -63px;
	width: 23px;
	height: 23px;
	background: url(../img/recruit/interview/interview1/icon_round.svg) top center no-repeat;
	background-size: 23px 23px;
}

#interview .interviewDt6 .box .txtBox .txtTime.txtTimeLast:before {
	left: -56px;
	top: -2px;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt6 .box .txtBox .txtTime {
		font-size: 17px;
		margin-bottom: 10px;
	}

	#interview .interviewDt6 .box .txtBox .txtTime:before {
		left: -36px;
		width: 17px;
		height: 17px;
		background: url(../img/recruit/interview/interview1/icon_round.svg) top center no-repeat;
		background-size: 17px 17px;
	}

	#interview .interviewDt6 .box .txtBox .txtTime.txtTimeLast:before {
		left: -31px;
	}
}

#interview .interviewDt6 .box .txtBox .ttl {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 23px;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt6 .box .txtBox .ttl {
		font-size: 18px;
	}
}

#interview .interviewDt6 .box .txtBox .txt {
	font-size: 16px;
	line-height: 1.9;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	letter-spacing: 0.2px;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt6 .box .txtBox .txt {
		font-size: 14px;
		line-height: 1.7;
	}
}

#interview .interviewDt7 {
	max-width: 1500px;
	margin: 0 auto 46px;
}

@media only screen and (max-width: 1024px) {
	#interview .interviewDt7 {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt7 {
		padding: 0;
		margin-bottom: 0;
	}
}

#interview .interviewDt7 .ttl {
	text-align: center;
	color: #001499;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 75px;
}

#interview .interviewDt7 .ttl span {
	display: block;
	color: #131018;
	font-size: 38px;
	letter-spacing: 0.18em;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt7 .ttl {
		font-size: 18px;
		margin-bottom: 37px;
	}

	#interview .interviewDt7 .ttl span {
		font-size: 29px;
		letter-spacing: 0.15em;
		line-height: 1.2;
		margin-bottom: 5px;
	}
}

#interview .interviewDt7 .innerBox {
	background: #f2f3fa;
	padding: 120px 10px 110px;
}

@media only screen and (max-width: 992px) {
	#interview .interviewDt7 .innerBox {
		padding: 50px 5px 70px;
	}
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt7 .innerBox {
		padding: 50px 15px 60px;
	}
}

#interview .interviewDt7 .list {
	font-size: 0;
	letter-spacing: 0;
}

#interview .interviewDt7 .list li {
	display: inline-block;
	vertical-align: top;
	width: 33.33333%;
	padding: 0 20px;
	margin-top: 20px;
}

@media only screen and (max-width: 992px) {
	#interview .interviewDt7 .list li {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt7 .list li {
		padding: 0;
		width: 100%;
		display: block;
		margin-bottom: 18px;
	}

	#interview .interviewDt7 .list li:last-child {
		margin-bottom: 0;
	}
}

#interview .interviewDt7 .box {
	height: 174px;
	padding: 30px;
	position: relative;
}

@media only screen and (max-width: 992px) {
	#interview .interviewDt7 .box {
		padding: 20px 15px;
	}
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt7 .box {
		padding: 30px;
	}
}

#interview .interviewDt7 .box .btnMoreTopCom {
	position: absolute;
	right: 0;
	bottom: 0;
}

#interview .interviewDt7 .box .btnMoreTopCom a {
	width: 87px;
	font-size: 14px;
	padding: 13px 0;
	border-right: 0;
	background: #f2f3fa;
	border: 0;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt7 .box .btnMoreTopCom a {
		font-size: 13px;
	}
}

#interview .interviewDt7 .box .btnMoreTopCom a span {
	background: url(../img/recruit/interview/interview1/icon_arrow.svg) left center no-repeat;
	background-size: 13px 11px;
	-webkit-filter: brightness(1);
	filter: brightness(1);
	color: #001499;
}

#interview .interviewDt7 .box .btnMoreTopCom a:hover:before {
	display: none;
}

#interview .interviewDt7 .box:hover .btnMoreTopCom a:before {
	display: block;
	width: 100%;
}

#interview .interviewDt7 .box:hover .btnMoreTopCom a span {
	color: #fff;
	-webkit-filter: brightness(10);
	filter: brightness(10);
	background: url(../img/recruit/interview/interview1/icon_arrow.svg) left center no-repeat;
	background-size: 13px 11px;
}

#interview .interviewDt7 .box.bg1 {
	background: url(../img/recruit/interview/interview1/img_10_pc.jpg) top center no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt7 .box.bg1 {
		background: url(../img/recruit/interview/interview1/img_10.jpg) top center no-repeat;
		background-size: cover;
	}
}

#interview .interviewDt7 .box.bg2 {
	background: url(../img/recruit/interview/interview1/img_11_pc.jpg) top center no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt7 .box.bg2 {
		background: url(../img/recruit/interview/interview1/img_11.jpg) top center no-repeat;
		background-size: cover;
	}
}

#interview .interviewDt7 .box.bg3 {
	background: url(../img/recruit/interview/interview1/img_12_pc.jpg) top center no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt7 .box.bg3 {
		background: url(../img/recruit/interview/interview1/img_12.jpg) top center no-repeat;
		background-size: cover;
	}
}

#interview .interviewDt7 .box.bg4 {
	background: url(../img/recruit/interview/interview1/img_13_pc.jpg) top center no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt7 .box.bg4 {
		background: url(../img/recruit/interview/interview1/img_13.jpg) top center no-repeat;
		background-size: cover;
	}
}
#interview .interviewDt7 .box.bg5 {
	background: url(../img/recruit/interview/interview1/img_14_pc.jpg) top center no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt7 .box.bg5 {
		background: url(../img/recruit/interview/interview1/img_14.jpg) top center no-repeat;
		background-size: cover;
	}
}
#interview .interviewDt7 .box.bg6 {
	background: url(../img/recruit/interview/interview1/img_15_pc.jpg) top center no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt7 .box.bg6 {
		background: url(../img/recruit/interview/interview1/img_15.jpg) top center no-repeat;
		background-size: cover;
	}
}


#interview .interviewDt7 .box .txtBox1 {
	margin-bottom: 15px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: 0.05em;
}

#interview .interviewDt7 .box .txtBox1 .txt1,#interview .interviewDt7 .box .txtBox1 .txt2 {
	display: inline-block;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#interview .interviewDt7 .box .txtBox1 .txt1 {
	font-size: 40px;
	color: #99a1d6;
}

#interview .interviewDt7 .box .txtBox1 .txt2 {
	font-size: 16px;
	padding-left: 15px;
	line-height: 1.3;
	color: #001499;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt7 .box .txtBox1 {
		margin-bottom: 10px;
	}

	#interview .interviewDt7 .box .txtBox1 .txt1 {
		font-size: 37px;
		line-height: 1.2;
	}

	#interview .interviewDt7 .box .txtBox1 .txt2 {
		font-size: 14px;
		padding-left: 10px;
	}

	#interview .interviewDt7 .box .txtBox1 .txt2 span {
		font-size: 11px;
	}
}

#interview .interviewDt7 .box .txt3 {
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
	#interview .interviewDt7 .box .txt3 {
		font-size: 14px;
		margin-bottom: 0;
	}
}

#message .messageBox1 {
	max-width: 1500px;
	margin: 0 auto 60px;
}

@media only screen and (max-width: 1024px) {
	#message .messageBox1 {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 767px) {
	#message .messageBox1 {
		padding: 0;
		margin-bottom: 30px;
	}
}

#message .messageBox1 .innerBox {
	height: 580px;
	background: url(../img/recruit/message/img_main.jpg) top center no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	#message .messageBox1 .innerBox {
		background: none;
		height: auto;
	}

	#message .messageBox1 .innerBox img {
		display: block;
		width: 100%;
	}
}

#message .messageBox2 {
	max-width: 810px;
	padding: 0 15px;
	margin: 0 auto 100px;
}

@media only screen and (max-width: 767px) {
	#message .messageBox2 {
		margin-bottom: 40px;
	}
}

#message .messageBox2 .ttl {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	#message .messageBox2 .ttl {
		font-size: 23px;
	}
}

#message .messageBox2 .txt1 {
	text-align: center;
	font-size: 15px;
	color: #001499;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	#message .messageBox2 .txt1 {
		font-size: 13px;
	}
}

#message .messageBox2 .txt2 {
	text-align: center;
	margin-bottom: 80px;
	font-size: 28px;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	#message .messageBox2 .txt2 {
		font-size: 20px;
		margin-bottom: 30px;
	}
}

#message .messageBox2 .txt {
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 1.8;
}

#message .messageBox2 .txt:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	#message .messageBox2 .txt {
		font-size: 14px;
		margin-bottom: 25px;
	}
}

.wp-pagenavi {
	clear: both;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
	position: relative;
}

.wp-pagenavi span,.wp-pagenavi a {
	display: inline-block;
	margin: 0;
	color: #131018;
	text-align: center;
	font-size: 16px;
	vertical-align: middle;
	margin: 0 4px;
	position: relative;
	z-index: 7;
	font-weight: bold;
	padding: 11px 17px;
	border: 1px solid #b8b7ba;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 767px) {
	.wp-pagenavi span,.wp-pagenavi a {
		font-size: 14px;
		padding: 7px 12px;
		margin: 0 3px;
	}
}

.wp-pagenavi span.current,.wp-pagenavi a:hover {
	background: #0095b2;
	color: #fff;
	opacity: 1;
	border: 1px solid #0095b2;
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi .nextpostslink,.wp-pagenavi .previouspostslink,.wp-pagenavi .next,.wp-pagenavi .prev,.wp-pagenavi .first,.wp-pagenavi .last {
	border: 0;
}

@media only screen and (max-width: 767px) {
	.wp-pagenavi .nextpostslink,.wp-pagenavi .previouspostslink,.wp-pagenavi .next,.wp-pagenavi .prev,.wp-pagenavi .first,.wp-pagenavi .last {
		font-size: 0;
	}
}

.wp-pagenavi .next:hover,.wp-pagenavi .prev:hover,.wp-pagenavi .nextpostslink:hover,.wp-pagenavi .previouspostslink:hover {
	border: 0;
	opacity: 0.5;
	background: none;
	color: #131018;
}

.wp-pagenavi .next,.wp-pagenavi .nextpostslink,.wp-pagenavi .next:hover,.wp-pagenavi .nextpostslink:hover {
	background: url(../img/news/icon_next.svg) right center no-repeat;
	background-size: 15px auto;
	padding-left: 15px;
}

.wp-pagenavi .prev,.wp-pagenavi .prev:hover,.wp-pagenavi .previouspostslink,.wp-pagenavi .previouspostslink:hover {
	background: url(../img/news/icon_back.svg) left center no-repeat;
	background-size: 15px auto;
	padding-right: 15px;
}

.headerComBox.bgNews {
	background: url(../img/news/bg_header_pc.jpg) top center no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}

.headerComDt {
	display: table;
	width: 100%;
	height: 200px;
	position: relative;
	background: linear-gradient(to right, #5cdce6, #0e9ac6, #5cdce6);
}

@media only screen and (max-width: 767px) {
	.headerComDt {
		height: 100px;
	}
}

.headerComDt .ttlH2 {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 22px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.headerComDt .ttlH2 span {
	display: block;
	font-size: 60px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.25em;
}

@media only screen and (max-width: 767px) {
	.headerComDt .ttlH2 {
		font-size: 13px;
	}

	.headerComDt .ttlH2 span {
		font-size: 30px;
		letter-spacing: 0.18em;
	}
}

#news .wrrapContent {
	max-width: 1030px;
	padding: 0 15px;
	margin: 0 auto 120px;
}

@media only screen and (max-width: 767px) {
	#news .wrrapContent {
		margin-bottom: 55px;
	}
}

#news .wrrapContent .subCol {
	float: right;
	width: 200px;
	vertical-align: top;
}

#news .wrrapContent .subCol .ttlCat {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 10px;
	position: relative;
	top: -7px;
}

#news .wrrapContent .subCol .listCat li {
	margin-bottom: 1px;
	background: #ebecf7;
	line-height: 1.2;
}

#news .wrrapContent .subCol .listCat li a {
	display: block;
	padding: 13px;
	font-size: 14px;
	padding-left: 25px;
	background: url(../img/news/icon_3.svg) left center no-repeat;
	background-size: 15px auto;
	color: #001499;
}

#news .wrrapContent .subCol .listCat .txtCatEvent {
	background: #001499;
}

#news .wrrapContent .subCol .listCat .txtCatEvent a {
	color: #fff;
	font-weight: bold;
	background: url(../img/news/icon_2.svg) left center no-repeat;
	background-size: 15px auto;
}

#news .wrrapContent .subCol .listCat .txtCatNew {
	background: #0095b2;
	line-height: 1.2;
	margin-bottom: 10px;
}

#news .wrrapContent .subCol .listCat .txtCatNew a {
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 13px;
	font-size: 14px;
	background: url(../img/news/icon_2.svg) left center no-repeat;
	background-size: 15px auto;
	padding-left: 25px;
}

#news .wrrapContent .slCat {
	margin-bottom: 22px;
}

#news .wrrapContent .slCat select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: url(../img/news/icon_select.png) right center no-repeat;
	background-size: 37px 50px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 100%;
	height: 50px;
	border: 1px solid #a19fa3;
	text-align: center;
	font-size: 14px;
	color: #131018;
	padding: 10px 15px;
	outline: none;
}

#news .wrrapContent .mainCol {
	overflow: hidden;
	padding-right: 70px;
}

@media only screen and (max-width: 960px) {
	#news .wrrapContent .mainCol {
		padding-right: 40px;
	}
}

@media only screen and (max-width: 767px) {
	#news .wrrapContent .mainCol {
		padding-right: 0;
	}
}

#news .wrrapContent .mainCol .ttl {
	background: #e5f4f7;
	padding: 17px 0;
	margin-bottom: 47px;
}

#news .wrrapContent .mainCol .ttl span {
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #0095b2;
	border-left: 5px solid #0095b2;
	padding-left: 25px;
}

@media only screen and (max-width: 767px) {
	#news .wrrapContent .mainCol .ttl {
		margin-bottom: 25px;
		padding: 10px 0;
	}

	#news .wrrapContent .mainCol .ttl span {
		font-size: 20px;
		padding-left: 15px;
	}
}

#news .wrrapContent .mainCol .list {
	margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
	#news .wrrapContent .mainCol .list {
		margin-bottom: 40px;
	}
}

#news .wrrapContent .mainCol .list .box {
	position: relative;
}

#news .wrrapContent .mainCol .list .box:hover {
	opacity: 0.5;
}

@media only screen and (max-width: 767px) {
	#news .wrrapContent .mainCol .list .box {
		padding-right: 30px;
		background: url(../img/news/icon_next.svg) right center no-repeat;
		background-size: 20px auto;
	}
}

#news .wrrapContent .mainCol .list li {
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 3px solid #e7e7e8;
}

#news .wrrapContent .mainCol .list li:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	#news .wrrapContent .mainCol .list li {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}

#news .wrrapContent .mainCol .list .imgBox {
	float: left;
	width: 270px;
}

#news .wrrapContent .mainCol .list .imgBox img {
	display: block;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	#news .wrrapContent .mainCol .list .imgBox {
		width: 29%;
	}
}

@media only screen and (max-width: 478px) {
	#news .wrrapContent .mainCol .list .imgBox {
		width: 32%;
	}
}

#news .wrrapContent .mainCol .list .subBox {
	overflow: hidden;
	padding-left: 30px;
}

@media only screen and (max-width: 767px) {
	#news .wrrapContent .mainCol .list .subBox {
		padding-left: 17px;
	}
}

#news .wrrapContent .mainCol .list .lbl {
	display: table;
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	#news .wrrapContent .mainCol .list .lbl {
		margin-bottom: 10px;
	}
}

#news .wrrapContent .mainCol .list .lbl .txt1 {
	display: table-cell;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.2;
	font-size: 14px;
	width: 72px;
	vertical-align: middle;
}

#news .wrrapContent .mainCol .list .lbl .txt1.txtNews {
	background: #0095b2;
}

#news .wrrapContent .mainCol .list .lbl .txt1.txtEvent {
	background: #001499;
}

@media only screen and (max-width: 767px) {
	#news .wrrapContent .mainCol .list .lbl .txt1 {
		font-size: 13px;
	}
}

#news .wrrapContent .mainCol .list .lbl span {
	display: table-cell;
	padding: 5px 15px;
}

#news .wrrapContent .mainCol .list .lbl span.txtDate {
	font-size: 14px;
	font-weight: bold;
}

#news .wrrapContent .mainCol .list .lbl span.txtCat {
	font-size: 14px;
	color: #001499;
	background: #ebecf7;
}

@media only screen and (max-width: 767px) {
	#news .wrrapContent .mainCol .list .lbl span {
		padding: 5px 10px;
	}
}

#news .wrrapContent .mainCol .list .ttlPost {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-size: 20px;
	font-weight: bold;
	color: #5a585d;
	line-height: 1.5;
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	#news .wrrapContent .mainCol .list .ttlPost {
		font-size: 16px;
		-webkit-line-clamp: 3;
		margin-bottom: 7px;
	}
}

#news .wrrapContent .mainCol .list .dateBox {
	font-size: 14px;
	display: table;
}

#news .wrrapContent .mainCol .list .dateBox .txt1,#news .wrrapContent .mainCol .list .dateBox .txt2 {
	display: table-cell;
}

#news .wrrapContent .mainCol .list .dateBox .txt1 {
	font-weight: bold;
	width: 58px;
}

#news .wrrapContent .mainCol .list .dateBox .txtSub {
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {
	#news .wrrapContent .mainCol .list .dateBox .txtSub {
		display: block;
	}
}

#news .wrrapContent .dtBox1 {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 3px solid #e7e7e8;
}

#news .wrrapContent .dtBox1 .lbl {
	display: table;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	#news .wrrapContent .dtBox1 .lbl {
		margin: 0 auto 20px;
	}
}

#news .wrrapContent .dtBox1 .lbl .txt1 {
	display: table-cell;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.2;
	font-size: 14px;
	width: 72px;
	vertical-align: middle;
}

#news .wrrapContent .dtBox1 .lbl .txt1.txtNews {
	background: #0095b2;
}

#news .wrrapContent .dtBox1 .lbl .txt1.txtEvent {
	background: #001499;
}

@media only screen and (max-width: 767px) {
	#news .wrrapContent .dtBox1 .lbl .txt1 {
		font-size: 13px;
	}
}

#news .wrrapContent .dtBox1 .lbl span {
	display: table-cell;
	padding: 5px 15px;
}

#news .wrrapContent .dtBox1 .lbl span.txtDate {
	font-size: 14px;
	font-weight: bold;
}

#news .wrrapContent .dtBox1 .lbl span.txtCat {
	font-size: 14px;
	color: #001499;
	background: #ebecf7;
}

@media only screen and (max-width: 767px) {
	#news .wrrapContent .dtBox1 .lbl span {
		padding: 5px 10px;
	}
}

#news .wrrapContent .dtBox1 .ttlPost {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	#news .wrrapContent .dtBox1 .ttlPost {
		font-size: 23px;
		-webkit-line-clamp: 3;
		margin-bottom: 7px;
	}
}

#news .wrrapContent .dtBox1 .dateBox {
	font-size: 16px;
	display: table;
	margin-bottom: 5px;
}

#news .wrrapContent .dtBox1 .dateBox .txt1,#news .wrrapContent .dtBox1 .dateBox .txt2 {
	display: table-cell;
}

#news .wrrapContent .dtBox1 .dateBox .txt1 {
	font-weight: bold;
	width: 58px;
}

#news .wrrapContent .dtBox1 .dateBox .txtSub {
	display: block;
	position: relative;
	padding-left: 10px;
	line-height: 1.6;
	background: url(../img/news/icon_dotted.svg) left 8px no-repeat;
	background-size: 5px 5px;
}

@media only screen and (max-width: 767px) {
	#news .wrrapContent .dtBox1 .dateBox {
		font-size: 14px;
	}
}

#news .wrrapContent .newContent {
	font-size: 16px;
	padding-bottom: 45px;
	border-bottom: 3px solid #e7e7e8;
	margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
	#news .wrrapContent .newContent {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
}

#news .wrrapContent .newContent p,#news .wrrapContent .newContent div {
	margin-bottom: 34px;
}

#news .wrrapContent .newContent p img,#news .wrrapContent .newContent div img {
	max-width: 730px;
	width: auto;
}

@media only screen and (max-width: 767px) {
	#news .wrrapContent .newContent {
		font-size: 14px;
		margin-bottom: 32px;
	}

	#news .wrrapContent .newContent p,#news .wrrapContent .newContent div {
		margin-bottom: 20px;
	}

	#news .wrrapContent .newContent p img,#news .wrrapContent .newContent div img {
		max-width: 100%;
		height: auto;
	}
}

#news .wrrapContent .newContent h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	#news .wrrapContent .newContent h4 {
		font-size: 18px;
		margin-bottom: 15px;
	}
}

#news .wrrapContent .newContent h3 {
	background: #e5f4f7;
	padding: 17px 0 17px 25px;
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: bold;
	color: #0095b2;
	position: relative;
}

#news .wrrapContent .newContent h3:before {
	content: "";
	width: 5px;
	height: 40px;
	background: #0095b2;
	position: absolute;
	left: 0;
	top: 17px;
}

@media only screen and (max-width: 767px) {
	#news .wrrapContent .newContent h3 {
		font-size: 20px;
		padding: 12px 0 12px 20px;
		margin-bottom: 20px;
	}

	#news .wrrapContent .newContent h3:before {
		height: 31px;
		top: 12px;
	}
}

#news .wrrapContent .newContent table {
	margin-bottom: 60px;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	#news .wrrapContent .newContent table {
		margin-bottom: 40px;
	}
}

#news .wrrapContent .newContent table tr:nth-child(odd) {
	background: #ececed;
}

#news .wrrapContent .newContent table th,#news .wrrapContent .newContent table td {
	font-size: 16px;
	padding: 22px 25px;
	text-align: left;
	vertical-align: top;
}

@media only screen and (max-width: 767px) {
	#news .wrrapContent .newContent table th,#news .wrrapContent .newContent table td {
		font-size: 14px;
		padding: 15px;
	}
}

#news .wrrapContent .newContent table tr th:nth-child(1),#news .wrrapContent .newContent table tr td:nth-child(1) {
	font-weight: bold;
	width: 150px !important;
}

@media only screen and (max-width: 767px) {
	#news .wrrapContent .newContent table tr th:nth-child(1),#news .wrrapContent .newContent table tr td:nth-child(1) {
		width: 90px !important;
		padding-right: 0;
	}
}

.nexPrevBox {
	font-size: 0;
	letter-spacing: 0;
}

.nexPrevBox li {
	display: inline-block;
	vertical-align: middle;
}

.nexPrevBox .prevBox,.nexPrevBox .nextBox {
	width: 40%;
}

.nexPrevBox .prevBox a,.nexPrevBox .nextBox a {
	font-size: 16px;
	font-weight: bold;
	color: #717074;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

@media only screen and (max-width: 767px) {
	.nexPrevBox .prevBox a,.nexPrevBox .nextBox a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.nexPrevBox .prevBox {
		padding-right: 10px;
	}

	.nexPrevBox .nextBox {
		padding-left: 10px;
	}
}

.nexPrevBox .prevBox a {
	background: url(../img/news/icon_back.svg) left center no-repeat;
	background-size: 15px auto;
	padding-left: 25px;
}

.nexPrevBox .nextBox a {
	background: url(../img/news/icon_next.svg) right center no-repeat;
	background-size: 15px auto;
	padding-right: 25px;
}

.nexPrevBox .backBox {
	width: 20%;
	text-align: center;
}

.nexPrevBox .backBox a {
	display: inline-block;
	text-align: center;
	background: #e7e7e8;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 14px;
	font-weight: bold;
	color: #131018;
	width: 60px;
	height: 60px;
	padding-top: 20px;
}

@media only screen and (max-width: 767px) {
	.nexPrevBox .backBox a {
		font-size: 13px;
		width: 55px;
		height: 55px;
	}
}

.bgRecruitCom {
	display: table;
	width: 100%;
	height: 200px;
	position: relative;
	background: linear-gradient(to right, #009fe6, #0047c6, #009fe6);
}

.bgRecruitCom canvas {
	z-index: 0 !important;
}

@media only screen and (max-width: 767px) {
	.bgRecruitCom {
		height: 100px;
	}
}

.bgRecruitCom .ttlH2 {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 22px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	z-index: 2;
}

.bgRecruitCom .ttlH2 span {
	display: block;
	font-size: 60px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.2em;
}

@media only screen and (max-width: 767px) {
	.bgRecruitCom .ttlH2 {
		font-size: 13px;
	}

	.bgRecruitCom .ttlH2 span {
		font-size: 30px;
		letter-spacing: 0.15em;
	}
}

.breadCrumbRecruit li a,.breadCrumbRecruit li span {
	color: #3334ad !important;
}

#our-jobs .jobBox1 {
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	display: table;
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox1 {
		padding: 0;
		display: block;
	}
}

#our-jobs .jobBox1 .img {
	width: 50%;
	display: table-cell;
	position: relative;
}

#our-jobs .jobBox1 .img span {
	background: url(../img/recruit/job/img_1_pc.jpg) left top/cover no-repeat;
	display: block;
	position: absolute;
	width: 100%;
	top: 0px;
	bottom: 0px;
	height: 100%;
}

#our-jobs .jobBox1 .img img {
	display: block;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox1 .img {
		display: block;
		width: 100%;
	}
}

#our-jobs .jobBox1 .txtBox {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	background: #e5e8f5;
	padding: 15px;
	text-align: center;
}

#our-jobs .jobBox1 .txtBox .ttl {
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 50px;
	line-height: 1.5;
}

@media only screen and (max-width: 1100px) {
	#our-jobs .jobBox1 .txtBox .ttl {
		font-size: 28px;
	}

	#our-jobs .jobBox1 .txtBox .txt {
		font-size: 15px;
	}
}

@media only screen and (max-width: 870px) {
	#our-jobs .jobBox1 .txtBox .ttl {
		font-size: 24px;
		margin-bottom: 30px;
	}

	#our-jobs .jobBox1 .txtBox .txt {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox1 .txtBox {
		display: block;
		width: 100%;
		padding: 40px 15px;
	}

	#our-jobs .jobBox1 .txtBox .ttl {
		font-size: 23px;
		margin-bottom: 30px;
	}

	#our-jobs .jobBox1 .txtBox .txt {
		font-size: 14px;
		text-align: left;
	}
}

#our-jobs .jobBox2 {
	padding: 80px 0 0;
	max-width: 1500px;
	margin: 0 auto 150px;
	position: relative;
}

#our-jobs .jobBox2 canvas {
	position: absolute;
	z-index: 0;
	top: 0;
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox2 {
		padding: 35px 15px 0;
		margin-bottom: 100px;
	}
}

#our-jobs .jobBox2 .ttl {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 48px;
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox2 .ttl {
		margin-bottom: 25px;
		font-size: 23px;
	}
}

#our-jobs .jobBox2 .box {
	padding: 55px 0 35px;
}

#our-jobs .jobBox2 .box .subTit {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 35px;
	text-align: center;
	line-height: 1.2;
}

#our-jobs .jobBox2 .box .txt {
	font-size: 13px;
	color: #5a585d;
	padding: 30px 35px 0;
}

@media only screen and (max-width: 1170px) {
	#our-jobs .jobBox2 .box .txt {
		padding: 20px 15px 0;
	}
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox2 .box {
		padding: 35px 23px 25px;
	}

	#our-jobs .jobBox2 .box .subTit {
		font-size: 23px;
		margin-bottom: 25px;
	}

	#our-jobs .jobBox2 .box .txt {
		padding: 20px 0 0;
	}
}

#our-jobs .jobBox2 .mainBox {
	font-size: 0;
	letter-spacing: 0;
	margin-bottom: 67px;
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox2 .mainBox {
		margin-bottom: 35px;
	}
}

#our-jobs .jobBox2 .mainBox li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox2 .mainBox li {
		display: block;
		width: 100%;
		margin-bottom: 18px;
	}
}

#our-jobs .jobBox2 .mainBox li .list {
	max-width: 460px;
	margin: 0 auto;
	padding: 0 15px;
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox2 .mainBox li .list {
		max-width: 100%;
		padding: 0;
	}
}

#our-jobs .jobBox2 .mainBox li .list p {
	font-size: 18px;
	margin-bottom: 14px;
	font-weight: bold;
	padding-left: 20px;
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox2 .mainBox li .list p {
		font-size: 15px;
		padding-left: 15px;
	}

	#our-jobs .jobBox2 .mainBox li .list p:last-child {
		margin-bottom: 0;
	}
}

#our-jobs .jobBox2 .mainBox li:nth-child(1) {
	padding-right: 20px;
}

#our-jobs .jobBox2 .mainBox li:nth-child(1) .box {
	border: 10px solid #d9dcf0;
}

#our-jobs .jobBox2 .mainBox li:nth-child(1) .box .subTit {
	color: #001499;
}

#our-jobs .jobBox2 .mainBox li:nth-child(1) .list p {
	border-left: 6px solid #001499;
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox2 .mainBox li:nth-child(1) {
		padding-right: 0;
	}

	#our-jobs .jobBox2 .mainBox li:nth-child(1) .box {
		border: 6px solid #d9dcf0;
	}

	#our-jobs .jobBox2 .mainBox li:nth-child(1) .list p {
		border-left: 5px solid #001499;
	}
}

#our-jobs .jobBox2 .mainBox li:nth-child(2) {
	padding-left: 20px;
}

#our-jobs .jobBox2 .mainBox li:nth-child(2) .box {
	border: 10px solid #dbdcdb;
}

#our-jobs .jobBox2 .mainBox li:nth-child(2) .list p {
	border-left: 6px solid #b8b7ba;
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox2 .mainBox li:nth-child(2) {
		padding-left: 0;
	}

	#our-jobs .jobBox2 .mainBox li:nth-child(2) .box {
		border: 6px solid #dbdcdb;
	}

	#our-jobs .jobBox2 .mainBox li:nth-child(2) .list p {
		border-left: 5px solid #b8b7ba;
	}
}

#our-jobs .jobBox2 .subBox {
	position: relative;
	padding: 80px 15px 65px;
	text-align: center;
	z-index: 1;
	background: linear-gradient(to left, #0047c6, #009fe6);
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox2 .subBox {
		padding: 45px 15px 110px;
	}
}

#our-jobs .jobBox2 .subBox .ttl1 {
	font-weight: bold;
	font-size: 28px;
	color: #fff;
	line-height: 1.5;
	position: relative;
	z-index: 2;
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox2 .subBox .ttl1 {
		font-size: 20px;
	}
}

#our-jobs .jobBox2 .subBox .iconArrow {
	position: absolute;
	top: -23px;
	width: 100%;
	text-align: center;
	left: 0;
}

#our-jobs .jobBox2 .subBox .icon1 {
	position: absolute;
	left: 75px;
	top: -25px;
}

@media only screen and (max-width: 1170px) {
	#our-jobs .jobBox2 .subBox .icon1 {
		left: 0;
	}
}

#our-jobs .jobBox2 .subBox .icon2 {
	position: absolute;
	right: 70px;
	top: -15px;
}

@media only screen and (max-width: 1170px) {
	#our-jobs .jobBox2 .subBox .icon2 {
		right: 0;
	}
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox2 .subBox .icon3 {
		position: absolute;
		bottom: -25px;
		text-align: center;
		width: 100%;
		left: 0;
	}

	#our-jobs .jobBox2 .subBox .icon3 img {
		max-width: 235px;
	}
}

#our-jobs .jobBox2 .newBox {
	background: #fff;
	border: 13px solid #d9dcf0;
	margin-bottom: 85px;
	padding: 55px 15px;
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox2 .newBox {
		margin-bottom: 45px;
		padding: 45px 20px;
		border: 6px solid #d9dcf0;
	}
}

#our-jobs .jobBox2 .newBox .innerBox {
	max-width: 820px;
	margin: 0 auto;
	font-size: 0;
	letter-spacing: 0;
}

#our-jobs .jobBox2 .newBox .ttlNew {
	text-align: center;
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: bold;
}

#our-jobs .jobBox2 .newBox .txt {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 19px;
	vertical-align: middle;
}

#our-jobs .jobBox2 .newBox .txt:nth-child(odd) {
	width: 40%;
}

#our-jobs .jobBox2 .newBox .txt:nth-child(even) {
	width: 60%;
}

#our-jobs .jobBox2 .newBox .txt span {
	display: block;
	padding-left: 20px;
	border-left: 6px solid #001499;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox2 .newBox .txt {
		display: block;
		margin-bottom: 15px;
		font-size: 15px;
	}

	#our-jobs .jobBox2 .newBox .txt:last-child {
		margin-bottom: 0;
	}

	#our-jobs .jobBox2 .newBox .txt:nth-child(odd),#our-jobs .jobBox2 .newBox .txt:nth-child(even) {
		width: 100%;
	}

	#our-jobs .jobBox2 .newBox .txt span {
		padding-left: 15px;
		border-left: 5px solid #001499;
	}
}

#our-jobs .jobBox3 {
	margin-bottom: 195px;
	padding-top: 0;
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox3 {
		margin-bottom: 90px;
	}
}

#our-jobs .jobBox3 .ttl {
	margin-bottom: 70px;
	color: #001499;
	font-size: 22px;
}

#our-jobs .jobBox3 .ttl span {
	display: block;
	font-size: 50px;
	font-weight: 800;
	letter-spacing: 0.2em;
	color: #131018;
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox3 .ttl {
		margin-bottom: 50px;
		font-size: 18px;
	}

	#our-jobs .jobBox3 .ttl span {
		font-size: 33px;
	}
}

#our-jobs .jobBox3 .box {
	position: relative;
	padding-top: 70px;
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox3 .box {
		padding-top: 50px;
	}
}

#our-jobs .jobBox3 .subBox .icon1 {
	left: 54px;
	top: -40px;
}

#our-jobs .jobBox3 .subBox .icon2 {
	right: 0;
	bottom: 0;
	top: auto;
}

@media only screen and (max-width: 992px) {
	#our-jobs .jobBox3 .subBox {
		padding-bottom: 180px;
	}

	#our-jobs .jobBox3 .subBox .icon1 {
		left: 0;
		top: 60px;
	}

	#our-jobs .jobBox3 .subBox .icon1 img {
		max-width: 200px;
	}

	#our-jobs .jobBox3 .subBox .icon2 {
		bottom: 70px;
	}

	#our-jobs .jobBox3 .subBox .icon2 img {
		max-width: 300px;
	}

	#our-jobs .jobBox3 .subBox .icon3 {
		text-align: right;
	}

	#our-jobs .jobBox3 .subBox .icon3 img {
		max-width: 314px;
	}
}

#our-jobs .jobBox3 .subBox .ttl1 {
	margin-bottom: 25px;
}

#our-jobs .jobBox3 .subBox .txt2 {
	color: #fff;
	line-height: 1.9;
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox3 .subBox .txt2 {
		font-size: 14px;
		text-align: left;
	}
}

#our-jobs .jobBox3 .txt1 {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 50px;
}

@media only screen and (max-width: 790px) {
	#our-jobs .jobBox3 .txt1 {
		margin-bottom: 30px;
		font-size: 22px;
	}
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox3 .txt1 {
		margin-bottom: 20px;
	}
}

#our-jobs .jobBox3 .icon {
	position: absolute;
	top: -30px;
	width: 100%;
	text-align: center;
	left: 0;
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox3 .icon {
		top: -20px;
	}

	#our-jobs .jobBox3 .icon img {
		max-width: 68px;
	}
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox3 .mainBox li:nth-child(1) {
		margin-bottom: 35px;
	}
}

#our-jobs .jobBox4 {
	display: table;
	width: 100%;
	height: 220px;
	background: #131018;
	position: relative;
	margin-bottom: 75px;
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox4 {
		margin-bottom: 25px;
		height: 120px;
	}
}

#our-jobs .jobBox4 .ttl {
	display: table-cell;
	text-align: center;
	color: #99a1d6;
	vertical-align: middle;
	font-size: 22px;
	font-weight: bold;
	position: relative;
	z-index: 2;
	line-height: 1.4;
}

#our-jobs .jobBox4 .ttl span {
	display: block;
	color: #fff;
	font-size: 50px;
	letter-spacing: 0.2em;
	line-height: 1.4;
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox4 .ttl {
		font-size: 18px;
	}

	#our-jobs .jobBox4 .ttl span {
		font-size: 33px;
		letter-spacing: 0.15em;
	}
}

#our-jobs .jobBox5 {
	max-width: 1030px;
	padding: 0 15px;
	margin: 0 auto 140px;
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox5 {
		margin-bottom: 60px;
	}
}

#our-jobs .jobBox5 li {
	display: table;
	width: 100%;
	margin-bottom: 27px;
}

#our-jobs .jobBox5 li:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox5 li {
		display: block;
		margin-bottom: 45px;
	}

	#our-jobs .jobBox5 li:last-child {
		margin-bottom: 0;
	}
}

#our-jobs .jobBox5 li .img {
	width: 375px;
	display: table-cell;
}

#our-jobs .jobBox5 li .img img {
	display: block;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox5 li .img {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
}

#our-jobs .jobBox5 li .txtBox {
	display: table-cell;
	width: calc(100% - 375px);
	padding-left: 45px;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox5 li .txtBox {
		display: block;
		width: 100%;
		padding-left: 0;
	}
}

#our-jobs .jobBox5 li .ttl {
	margin-bottom: 10px;
	color: #001499;
	font-weight: bold;
}

#our-jobs .jobBox5 li .ttl .txt1 {
	display: inline-block;
	font-size: 40px;
	padding-right: 10px;
	vertical-align: middle;
	line-height: 1.4;
}

#our-jobs .jobBox5 li .ttl .txt2 {
	font-size: 20px;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox5 li .ttl .txt1 {
		font-size: 33px;
		line-height: 1.1;
	}

	#our-jobs .jobBox5 li .ttl .txt2 {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox5 li .txt {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	#our-jobs .jobBox1,#our-jobs .jobBox2,#our-jobs .jobBox3,#our-jobs .jobBox4,#our-jobs .jobBox5 {
		overflow: hidden;
	}
}

#overview .headerComDt .ttlH2 span {
	letter-spacing: 12px;
}

@media only screen and (max-width: 767px) {
	#overview .headerComDt .ttlH2 span {
		letter-spacing: 5px;
	}
}

#overview .overviewBox1 {
	max-width: 810px;
	margin: 0 auto 62px;
	padding: 0 15px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	#overview .overviewBox1 {
		margin-bottom: 40px;
	}
}

#overview .overviewBox1 .ttl {
	margin-bottom: 65px;
	font-size: 18px;
	color: #0095b2;
	font-weight: bold;
}

#overview .overviewBox1 .ttl span {
	font-weight: 800;
	color: #131018;
	font-size: 38px;
	letter-spacing: 0.25em;
	display: block;
}

@media only screen and (max-width: 767px) {
	#overview .overviewBox1 .ttl {
		margin-bottom: 30px;
		font-size: 15px;
	}

	#overview .overviewBox1 .ttl span {
		font-size: 29px;
		letter-spacing: 0.15em;
	}
}

#overview .overviewBox1 .txt {
	font-size: 16px;
	margin-bottom: 35px;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	line-height: 1.8;
}

@media only screen and (max-width: 767px) {
	#overview .overviewBox1 .txt {
		font-size: 14px;
		text-align: left;
		margin-bottom: 20px;
	}
}

#overview .overviewBox2 {
	padding: 0 40px;
	max-width: 1500px;
	margin: 0 auto 72px;
}

@media only screen and (max-width: 767px) {
	#overview .overviewBox2 {
		margin-bottom: 38px;
		padding: 0;
	}
}

#overview .overviewBox2 img {
	display: block;
	width: 100%;
}

#overview .overviewBox3 {
	max-width: 810px;
	padding: 0 15px;
	margin: 0 auto 80px;
}

@media only screen and (max-width: 767px) {
	#overview .overviewBox3 {
		margin-bottom: 95px;
	}
}

#overview .overviewBox3 table {
	width: 100%;
}

#overview .overviewBox3 table th,#overview .overviewBox3 table td {
	padding: 30px 25px;
	font-size: 16px;
	vertical-align: top;
	text-align: left;
}

#overview .overviewBox3 table tr:nth-child(odd) {
	background: #ebf6f9;
}

#overview .overviewBox3 table th {
	font-weight: bold;
	color: #0095b2;
	width: 150px;
}

#overview .overviewBox3 table span {
	font-size: 12px;
}

@media only screen and (max-width: 767px) {
	#overview .overviewBox3 table th,#overview .overviewBox3 table td {
		padding: 20px 15px;
		font-size: 14px;
		vertical-align: top;
		text-align: left;
	}

	#overview .overviewBox3 table th span,#overview .overviewBox3 table td span {
		display: block;
		padding-left: 85px;
	}

	#overview .overviewBox3 table th {
		width: 110px;
	}
}

#overview .overviewBox4 {
	max-width: 495px;
	padding: 0 15px;
	margin: 0 auto 40px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	#overview .overviewBox4 {
		margin-bottom: 85px;
	}
}

#overview .overviewBox4 .ttl {
	margin-bottom: 60px;
	font-size: 18px;
	color: #0095b2;
	font-weight: bold;
}

#overview .overviewBox4 .ttl span {
	font-weight: 800;
	color: #131018;
	font-size: 38px;
	letter-spacing: 0.25em;
	display: block;
}

@media only screen and (max-width: 767px) {
	#overview .overviewBox4 .ttl {
		margin-bottom: 30px;
		font-size: 15px;
	}

	#overview .overviewBox4 .ttl span {
		font-size: 29px;
		letter-spacing: 0.15em;
	}
}

#overview .overviewBox4 .anchorBox {
	font-size: 0;
	letter-spacing: 0;
}

#overview .overviewBox4 .anchorBox li {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

#overview .overviewBox4 .anchorBox li:nth-child(1) {
	padding-right: 13px;
}

#overview .overviewBox4 .anchorBox li:nth-child(2) {
	padding-left: 13px;
}

#overview .overviewBox4 .anchorBox li a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	border: 2px solid #b7b8ba;
}

#overview .overviewBox4 .anchorBox li a span {
	display: block;
	text-align: center;
	background: url(../img/top/icon_arrow_w.svg) -3px center no-repeat;
	background-size: 16px 11px;
}

#overview .overviewBox4 .anchorBox li a:hover {
	border: 2px solid #131018;
}

@media only screen and (max-width: 767px) {
	#overview .overviewBox4 .anchorBox li a {
		font-size: 15px;
		padding: 10px 0;
	}

	#overview .overviewBox4 .anchorBox li:nth-child(1) a {
		padding: 22px 0;
	}
}

#overview .overviewBox5 {
	position: relative;
	z-index: 2;
	max-width: 1500px;
	margin: 0 auto;
}

#overview .overviewBox5 .headBox {
	max-width: 1030px;
	margin: 0 auto;
	position: relative;
	padding: 0 15px;
}

#overview .overviewBox5 .headBox .ttlMain {
	color: #fff;
	padding: 10px 0 10px 35px;
	border-left: 10px solid #0095b2;
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 2;
}

#overview .overviewBox5 .headBox .ttlMain span {
	font-size: 65px;
	font-weight: 800;
	display: block;
	letter-spacing: 0.2em;
	line-height: 1;
	margin-top: 10px;
}

@media only screen and (max-width: 767px) {
	#overview .overviewBox5 .headBox .ttlMain {
		font-size: 14px;
		top: -43px;
		padding-left: 15px;
	}

	#overview .overviewBox5 .headBox .ttlMain span {
		font-size: 32px;
		letter-spacing: 0.1em;
		margin-top: 5px;
	}
}

#overview .overviewBox5 .imgBox {
	width: 100%;
	position: relative;
	z-index: 1;
}

#overview .overviewBox5 .imgBox img {
	display: block;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	#overview .overviewBox5 .imgBox {
		padding-right: 20px;
	}
}

#overview .overviewBox6 {
	background: url(../img/overview/bg1_pc.jpg) top center no-repeat;
	background-size: cover;
	margin-top: 25px;
	padding-bottom: 50px;
	margin-bottom: 80px;
	position: relative;
	z-index: 0;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (max-width: 767px) {
	#overview .overviewBox6 {
		background: url(../img/overview/bg1_sp.jpg) top center no-repeat;
		background-size: cover;
		margin-top: -45px;
		padding-bottom: 40px;
		margin-bottom: 105px;
	}
}

#overview .overviewBox6 .mapBox {
	width: 100%;
	margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
	#overview .overviewBox6 .mapBox {
		padding-left: 20px;
		margin-bottom: 25px;
	}

	#overview .overviewBox6 .mapBox iframe {
		height: 324px;
	}
}

#overview .overviewBox6 .innerBox {
	max-width: 1030px;
	margin: 0 auto;
	padding: 0 15px;
}

#overview .overviewBox6 .innerBox .box {
	margin-bottom: 55px;
}

#overview .overviewBox6 .innerBox .box .txt {
	line-height: 1.9;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	#overview .overviewBox6 .innerBox .box {
		margin-bottom: 25px;
	}

	#overview .overviewBox6 .innerBox .box .txt {
		font-size: 14px;
		margin-bottom: 7px;
		line-height: 1.7;
	}
}

#overview .overviewBox6 .innerBox .ttlCom {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.2;
}

#overview .overviewBox6 .innerBox .ttlCom span {
	font-size: 26px;
	font-weight: 800;
	letter-spacing: 0.1em;
	display: inline-block;
	padding-right: 15px;
}

@media only screen and (max-width: 767px) {
	#overview .overviewBox6 .innerBox .ttlCom {
		font-size: 13px;
		margin-bottom: 10px;
	}

	#overview .overviewBox6 .innerBox .ttlCom span {
		font-size: 20px;
	}
}

#overview .overviewBox6 .innerBox .mapLink {
	margin-top: 10px;
}

#overview .overviewBox6 .innerBox .mapLink a {
	display: inline-block;
	font-size: 16px;
	color: #0095b2;
	background: url(../img/overview/icon_google.svg) left 5px no-repeat;
	background-size: 16px 16px;
	padding-left: 25px;
}

@media only screen and (max-width: 767px) {
	#overview .overviewBox6 .innerBox .mapLink a {
		font-size: 14px;
	}
}

#overview .overviewBox6 .innerBox .list {
	font-size: 0;
	letter-spacing: 0;
}

#overview .overviewBox6 .innerBox .list li {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

#overview .overviewBox6 .innerBox .list li:nth-child(1) {
	padding-right: 10px;
}

#overview .overviewBox6 .innerBox .list li:nth-child(2) {
	padding-left: 10px;
}

@media only screen and (max-width: 767px) {
	#overview .overviewBox6 .innerBox .list li {
		display: block;
		width: 100%;
	}

	#overview .overviewBox6 .innerBox .list li:nth-child(1) {
		padding-right: 0;
		margin-bottom: 25px;
	}

	#overview .overviewBox6 .innerBox .list li:nth-child(2) {
		padding-left: 0;
	}
}

#overview .overviewBox6 .innerBox .list .txt1 {
	font-size: 16px;
	position: relative;
	margin-bottom: 5px;
	padding-left: 12px;
}

#overview .overviewBox6 .innerBox .list .txt1:before {
	content: "●";
	position: absolute;
	left: 0;
	top: 8px;
	color: #0095b2;
	font-weight: bold;
	font-size: 6px;
}

@media only screen and (max-width: 767px) {
	#overview .overviewBox6 .innerBox .list .txt1 {
		font-size: 14px;
	}

	#overview .overviewBox6 .innerBox .list .txt1:before {
		top: 6px;
		font-size: 5px;
	}
}

#overview .overviewBox7 {
	background: url(../img/overview/bg2_pc.jpg) top center no-repeat;
	margin-bottom: 53px;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	#overview .overviewBox7 {
		background: url(../img/overview/bg2_sp.jpg) top center no-repeat;
		background-size: cover;
		margin-bottom: 20px;
	}
}

#overview .gmap {
	width: 100%;
	height: 614px;
}

@media only screen and (max-width: 767px) {
	#overview .gmap {
		height: 320px;
	}
}

#overview .overviewBox8 {
	margin: 0 auto 48px;
	max-width: 1500px;
}

@media only screen and (max-width: 767px) {
	#overview .overviewBox8 {
		margin-bottom: 20px;
	}
}

#overview .overviewBox8 .innerBox {
	background: url(../img/overview/img_4_pc.jpg) top center no-repeat;
	height: 222px;
	position: relative;
	display: inline-block;
	background-size: cover;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	padding-top: 80px;
}

@media only screen and (max-width: 767px) {
	#overview .overviewBox8 .innerBox {
		background: url(../img/overview/img_4_sp.jpg) top center no-repeat;
		height: 210px;
		background-size: cover;
		padding-top: 75px;
	}
}

#overview .overviewBox8 .innerBox a {
	display: inline-block;
	padding: 21px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background: #ffffff;
	width: 220px;
	position: relative;
	z-index: 9;
}

#overview .overviewBox8 .innerBox a span {
	display: block;
	text-align: center;
	background: url(../img/top/icon_arrow_w.svg) left center no-repeat;
	background-size: 16px 11px;
}

@media only screen and (max-width: 767px) {
	#overview .overviewBox8 .innerBox a {
		font-size: 15px;
	}
}

@media only screen and (max-width: 767px) {
	#overview .overviewBox1,#overview .overviewBox2,#overview .overviewBox3,#overview .overviewBox4,#overview .overviewBox6,#overview .overviewBox7,#overview .gmap,#overview .overviewBox8 {
		overflow-x: hidden;
	}
}

#privacy {
	padding-top: 98px;
}

@media only screen and (max-width: 767px) {
	#privacy {
		padding-top: 50px;
	}
}

#privacy .breadCrumb {
	margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
	#privacy .breadCrumb {
		margin-bottom: 30px;
	}
}

#privacy .headerComBox.bgprivacy {
	background-image: linear-gradient(to right, #5CDCE6 0%, #0E9AC6 50%, #5CDCE6 100%);
	height: 200px;
}

#privacy .headerComBox.bgprivacy .ttlH2 span {
	letter-spacing: 12px;
}

@media only screen and (max-width: 767px) {
	#privacy .headerComBox.bgprivacy {
		height: 140px;
	}

	#privacy .headerComBox.bgprivacy .ttlH2 span {
		letter-spacing: 6px;
		line-height: 1.2;
	}
}

#privacy .priBox1 {
	max-width: 810px;
	margin: 0 auto 50px;
	box-sizing: border-box;
	padding: 0 15px;
}

#privacy .priBox1 .txt01 {
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 2em;
}

@media only screen and (max-width: 767px) {
	#privacy .priBox1 .txt01 {
		font-size: 14px;
		margin-bottom: 25px;
	}
}

#privacy .priBox1 .mb30 {
	margin-bottom: 30px;
}

#privacy .priBox1 .priSection01 {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 2em;
}

@media only screen and (max-width: 767px) {
	#privacy .priBox1 .priSection01 {
		font-size: 14px;
	}
}

#privacy .priBox1 .priSection01 .ttl01 {
	font-size: 18px;
	font-weight: bold;
	color: #0095B2;
	margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
	#privacy .priBox1 .priSection01 .ttl01 {
		font-size: 16px;
		margin-bottom: 7px;
	}
}

#privacy .priBox1 .priSection01 .list01 {
	margin-top: 20px;
}

#privacy .priBox1 .priSection01 .list01 li {
	border-left: 6px solid #0095B2;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0 0 0 15px;
}

.headerComBox {
	display: table;
	width: 100%;
	height: 280px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
	.headerComBox {
		height: 140px;
	}
}

.headerComBox.bgProducts {
	background: url(../img/products/bg_header_products.jpg) top center no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}

.headerComBox .ttlH2 {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 1px;
}

.headerComBox .ttlH2 span {
	display: block;
	font-size: 60px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 5px;
	letter-spacing: 0.25em;
}

@media only screen and (max-width: 767px) {
	.headerComBox .ttlH2 {
		font-size: 13px;
	}

	.headerComBox .ttlH2 span {
		font-size: 30px;
		letter-spacing: 0.13em;
	}
}

.headerComBoxDt {
	display: table;
	width: 100%;
	height: 100px;
	position: relative;
}

.headerComBoxDt.bgProducts {
	background: url(../img/products/bg_prod_dt.jpg) center center no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}

.headerComBoxDt .ttlH2 {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.headerComBoxDt .ttlH2 span {
	display: block;
	font-size: 35px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 5px;
}

@media only screen and (max-width: 767px) {
	.headerComBoxDt .ttlH2 span {
		font-size: 20px;
		letter-spacing: 3px;
	}
}

.loader,.loader:before,.loader:after {
	border-radius: 50%;
	width: 2em;
	height: 2em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}

.loader {
	color: #5a585d;
	font-size: 10px;
	margin: 0 auto;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.loader:before,.loader:after {
	content: '';
	position: absolute;
	top: 0;
}

.loader:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.loader:after {
	left: 3.5em;
}

@-webkit-keyframes load7 {
	0%,80%,100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}

	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

@keyframes load7 {
	0%,80%,100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}

	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

#products .wrrapProducts {
	width: 100%;
	overflow: hidden;
}

#products .showSearchResult1 {
	padding: 0 15px;
	margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
	#products .showSearchResult1 {
		margin-bottom: 25px;
	}
}

#products .showSearchResult1 .txt {
	text-align: center;
	background: #f3f3f3;
	padding: 22px 0;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: bold;
}

#products .showSearchResult1 .txt span {
	font-size: 40px;
	color: #0095b2;
	letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
	#products .showSearchResult1 .txt {
		font-size: 15px;
		padding: 13px 0;
	}

	#products .showSearchResult1 .txt span {
		font-size: 30px;
	}
}

#products .showSearchResult {
	position: absolute;
	right: 0;
	bottom: 0;
	width: calc( 38% - 20px);
}

@media only screen and (max-width: 767px) {
	#products .showSearchResult {
		position: static;
		width: 100%;
	}
}

#products .showSearchResult .txt {
	text-align: center;
	background: #f3f3f3;
	max-width: 1000px;
	padding: 10px 0;
	margin: 0 auto;
	font-size: 15px;
	font-weight: bold;
}

#products .showSearchResult .txt span {
	font-size: 35px;
	color: #0095b2;
	letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
	#products .showSearchResult .txt {
		font-size: 15px;
		padding: 13px 0;
	}

	#products .showSearchResult .txt span {
		font-size: 30px;
	}
}

#products .productBox1 {
	max-width: 1000px;
	margin: 0 auto 50px;
}

@media only screen and (max-width: 840px) {
	#products .productBox1 {
		margin-bottom: 35px;
	}
}

#products .productBox1 .searchBox {
	overflow: hidden;
	position: relative;
}

@media only screen and (max-width: 767px) {
	#products .productBox1 .searchBox {
		float: none;
		width: 100%;
		margin-bottom: 23px;
		padding: 0 30px;
	}
}

#products .productBox1 .searchBox .lblSearch {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	width: 62%;
	margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
	#products .productBox1 .searchBox .lblSearch {
		font-size: 16px;
		width: 100%;
	}
}

#products .productBox1 .searchBox .lblSearch span {
	display: inline-block;
	background: url(../img/products/icon_search.svg) left center no-repeat;
	background-size: 15px 16px;
	padding-left: 25px;
	line-height: 1.2;
}

#products .productBox1 .searchBox .frmSearch {
	position: relative;
	width: 62%;
}

@media only screen and (max-width: 767px) {
	#products .productBox1 .searchBox .frmSearch {
		width: 100%;
		margin-bottom: 15px;
	}
}

#products .productBox1 .searchBox .frmSearch .txtSearch {
	width: 100%;
	border: 2px solid #dcdbdc;
	background: #f3f3f3;
	padding: 14px 20px;
	font-size: 16px;
	outline: none;
}

@media only screen and (max-width: 767px) {
	#products .productBox1 .searchBox .frmSearch .txtSearch {
		border: 1px solid #dcdbdc;
		padding: 14px 15px;
		font-size: 13px;
	}
}

#products .productBox1 .searchBox .frmSearch .btnSearch {
	position: absolute;
	font-size: 0;
	text-indent: -9999px;
	background: url(../img/common/header/icon_search.svg) left center no-repeat;
	background-size: 100% 100%;
	width: 36px;
	height: 36px;
	right: 12px;
	top: 12px;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: none;
	cursor: pointer;
	/* -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; */
}

#products .productBox1 .searchBox .frmSearch .btnSearch:hover {
	opacity: 0.5;
}

@media only screen and (max-width: 767px) {
	#products .productBox1 .searchBox .frmSearch .btnSearch {
		width: 32px;
		height: 32px;
	}
}

#products .productBox1 .btnShowcat {
	position: relative;
	float: left;
	width: 250px;
	margin-right: 20px;
	padding-top: 15px;
}

@media only screen and (max-width: 767px) {
	#products .productBox1 .btnShowcat {
		padding: 0 30px;
		width: 100%;
		margin-bottom: 15px;
		float: none;
	}
}

#products .productBox1 .btnShowcat .btnCat a {
	position: relative;
	width: 100%;
	display: inline-block;
	background: #0095b2;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 29px 0;
}

#products .productBox1 .btnShowcat .btnCat a span {
	display: block;
	text-align: center;
	background: url(../img/top/icon_arrow_w.svg) left center no-repeat;
	background-size: 16px 11px;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	#products .productBox1 .btnShowcat .btnCat a {
		padding: 24px 0;
		font-size: 15px;
	}
}

#products .productBox2 {
	max-width: 1030px;
	padding: 0 7px;
	margin: 0 auto 85px;
}

@media only screen and (max-width: 767px) {
	#products .productBox2 {
		margin-bottom: 50px;
	}
}

#products .productBox2 .list {
	font-size: 0;
	letter-spacing: 0;
}

#products .productBox2 .list .box {
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #fff;
}

#products .productBox2 .list .box:hover {
	opacity: 0.7;
}

#products .productBox2 .list li {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	padding: 0 8px;
	margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
	#products .productBox2 .list li {
		margin-bottom: 20px;
		width: 50%;
	}
}

#products .productBox2 .list li .img {
	padding: 52px 10px 38px;
	border: 0px solid #d0cfd1;
	margin-bottom: 15px;
}

#products .productBox2 .list li .img img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	#products .productBox2 .list li .img {
		padding: 25px 10px;
		margin-bottom: 10px;
	}
}

#products .productBox2 .list li .ttlPost {
	font-size: 16px;
	color: #5a585d;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	height: 55px;
	padding-left: 10px;
}

@media only screen and (max-width: 767px) {
	#products .productBox2 .list li .ttlPost {
		font-size: 14px;
		height: auto;
	}
}

#products .mainContent {
	min-height: 100vh;
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

#products .mainContent .innerConBox {
	padding: 0 25px;
}

@media only screen and (max-width: 1024px) {
	#products .mainContent .innerConBox {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	#products .mainContent .productBox1 .btnShowcat a {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}
}

@media only screen and (min-width: 768px) {
	#products .enableShowCat {
		margin-left: 30%;
		overflow: hidden;
		width: 70%;
	}
}

#products .enableShowCat .productBox1 .btnShowcat {
	display: none;
}

@media only screen and (max-width: 767px) {
	#products .enableShowCat .productBox1 .btnShowcat {
		display: block;
		visibility: hidden;
	}
}

#products .enableShowCat .productBox1 .searchBox {
	float: none;
}

#products .enableShowCat .productBox1 .searchBox .lblSearch {
	text-align: left;
}

@media only screen and (max-width: 1200px) {
	#products .enableShowCat .productBox1 {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 767px) {
	#products .enableShowCat .productBox1 {
		padding: 0;
	}
}

@media only screen and (max-width: 1400px) {
	#products .enableShowCat .productBox2 .list li {
		width: 33.33333%;
	}
}

@media only screen and (max-width: 992px) {
	#products .enableShowCat .productBox2 .list li {
		width: 50%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
	#products .enableShowCat .contactCommonBox .innerBox .box1,#products .enableShowCat .contactCommonBox .innerBox .box2 {
		display: block;
		width: 100%;
	}

	#products .enableShowCat .contactCommonBox .innerBox .box {
		float: left;
	}

	#products .enableShowCat .contactCommonBox .innerBox .box1 {
		margin-bottom: 30px;
	}

	#products .enableShowCat .footerNew .box .listMenu {
		float: none;
		width: 100%;
	}

	#products .enableShowCat .footerNew .box .boxSearch {
		margin-top: 30px;
		float: right;
		width: 60%;
	}
}

#products .searchCat {
	float: left;
	width: 30%;
	border: 3px solid #d0cfd1;
	border-left: 0;
	border-bottom: 0;
	vertical-align: top;
	min-height: 100vh;
	position: fixed;
	z-index: 99;
	top: 0;
	background: #fff;
	-webkit-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

#products .searchCat.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 767px) {
	#products .searchCat {
		max-width: 75%;
		width: 100%;
		position: fixed;
		background: #fff;
		height: 100%;
		z-index: 99;
		overflow-y: auto;
		top: 50px;
	}

	#products .searchCat.active {
		display: block;
	}
}

#products .searchCat .innerBox {
	position: fixed;
	top: 95px;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 40px 0 270px;
	overflow-y: auto;
	background: #fff;
	border-top: 3px solid #d0cfd1;
}

@media only screen and (max-width: 767px) {
	#products .searchCat .innerBox {
		position: static;
		padding: 30px 0 230px;
		width: 100%;
		border-right: 0;
		border-top: 0;
	}
}

#products .searchCat .innerBox .box {
	margin-bottom: 50px;
	padding: 0 48px;
}

#products .searchCat .innerBox .box:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
	#products .searchCat .innerBox .box {
		padding: 0 15px;
		margin-bottom: 40px;
	}
}

#products .searchCat .innerBox .box .listCat {
	display: none;
}

#products .searchCat .innerBox .box .listCat.active {
	display: block;
}

@media only screen and (max-width: 767px) {
	#products .searchCat .innerBox .box {
		margin-bottom: 25px;
	}
}

#products .searchCat .ttlCat {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #0095b2;
	text-align: center;
}

#products .searchCat .ttlCat span {
	font-weight: 800;
	color: #131018;
	font-size: 38px;
	letter-spacing: 7px;
	display: block;
	line-height: 1.4;
}

@media only screen and (max-width: 767px) {
	#products .searchCat .ttlCat {
		margin-bottom: 22px;
		font-size: 15px;
	}

	#products .searchCat .ttlCat span {
		font-size: 29px;
		letter-spacing: 5px;
	}
}

#products .searchCat .ttlSub {
	background: #e5f4f7;
	padding: 17px 0;
	margin-bottom: 20px;
	display: block;
}

@media only screen and (max-width: 1024px) {
	#products .searchCat .ttlSub {
		padding: 15px 0;
	}
}

@media only screen and (max-width: 767px) {
	#products .searchCat .ttlSub {
		padding: 11px 0;
	}
}

#products .searchCat .ttlSub span {
	display: block;
	font-size: 24px;
	color: #0095b2;
	font-weight: bold;
	padding-left: 20px;
	border-left: 5px solid #0095b2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

#products .searchCat .ttlSub span:after,#products .searchCat .ttlSub span:before {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	width: 14px;
	height: 2px;
	background: #0095b2;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
	z-index: 1;
}

#products .searchCat .ttlSub span:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

@media only screen and (max-width: 767px) {
	#products .searchCat .ttlSub span {
		font-size: 20px;
	}
}

#products .searchCat .ttlSub.active span:before {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

#products .searchCat .listCat {
	font-size: 0;
	letter-spacing: 0;
}

#products .searchCat .listCat li {
	display: inline-block;
	padding-right: 5px;
	margin-bottom: 9px;
}

@media only screen and (max-width: 767px) {
	#products .searchCat .listCat li {
		margin-bottom: 5px;
	}
}

#products .searchCat .listCat li input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	display: block;
	outline: none;
	font-size: 0;
	display: none;
}

#products .searchCat .listCat li label {
	display: block;
	color: #0095b2;
	font-size: 15px;
	padding: 6px 15px 5px;
	border: 1px solid #0095b2;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	#products .searchCat .listCat li label {
		font-size: 13px;
	}
}

#products .searchCat .listCat li input[type="checkbox"]:checked+label {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	font-weight: bold;
	background: #0095b2;
}

#products .searchCat .listCat li a {
	display: block;
	color: #0095b2;
	font-size: 15px;
	padding: 6px 15px 5px;
	border: 1px solid #0095b2;
}

@media only screen and (max-width: 767px) {
	#products .searchCat .listCat li a {
		font-size: 13px;
	}
}

#products .searchCat .listCat li a.active {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	font-weight: bold;
	background: #0095b2;
	opacity: 1;
}

@media only screen and (min-width: 767px) {
	#products .searchCat .listCat li a:hover {
		opacity: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: #fff;
		font-weight: bold;
		background: #0095b2;
	}
}

#products .searchCat .controlBox {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}

@media only screen and (max-width: 767px) {
	#products .searchCat .controlBox {
		bottom: 50px;
	}
}

#products .searchCat .controlBox .showCount {
	background: #131018;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 9px 15px;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#products .searchCat .controlBox .showCount span {
	font-size: 40px;
	letter-spacing: 2px;
	line-height: 1;
	display: inline-block;
	padding-left: 5px;
}

@media only screen and (max-width: 1024px) {
	#products .searchCat .controlBox .showCount {
		font-size: 18px;
	}
}

@media only screen and (max-width: 767px) {
	#products .searchCat .controlBox .showCount {
		font-size: 15px;
	}

	#products .searchCat .controlBox .showCount span {
		font-size: 30px;
	}
}

#products .searchCat .controlBox .btnList {
	background: #99d4e0;
	padding: 30px 15px 40px;
	font-size: 0;
	letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
	#products .searchCat .controlBox .btnList {
		padding: 20px 15px;
	}
}

#products .searchCat .controlBox .btnList li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

#products .searchCat .controlBox .btnList li a {
	position: relative;
	width: 170px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 29px 0;
}

@media only screen and (max-width: 1024px) {
	#products .searchCat .controlBox .btnList li a {
		width: 100%;
		font-size: 14px;
		padding: 25px 0;
	}
}

#products .searchCat .controlBox .btnList li a span {
	display: block;
	text-align: center;
	background: url(../img/top/icon_arrow_w.svg) left center no-repeat;
	background-size: 16px 11px;
	line-height: 1;
}

#products .searchCat .controlBox .btnList li:nth-child(1) {
	padding-right: 10px;
	text-align: right;
}

#products .searchCat .controlBox .btnList li:nth-child(1) a {
	background: #fff;
	color: #131018;
}

#products .searchCat .controlBox .btnList li:nth-child(1) a span {
	background: url(../img/top/icon_arrow_w.svg) left center no-repeat;
	background-size: 16px 11px;
}

#products .searchCat .controlBox .btnList li:nth-child(2) {
	padding-left: 10px;
	text-align: left;
}

#products .searchCat .controlBox .btnList li:nth-child(2) a {
	background: #0095b2;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	#products .searchCat .controlBox .btnList li a {
		padding: 10px 0;
	}

	#products .searchCat .controlBox .btnList li a span {
		line-height: 1.5;
	}

	#products .searchCat .controlBox .btnList li:nth-child(1) {
		padding-right: 8px;
	}

	#products .searchCat .controlBox .btnList li:nth-child(2) {
		padding-left: 8px;
	}

	#products .searchCat .controlBox .btnList li:nth-child(2) a {
		padding: 10px 0;
	}

	#products .searchCat .controlBox .btnList li:nth-child(2) a span {
		padding: 10px 0;
	}
}

@media only screen and (max-width: 767px) {
	#products .slick-dots {
		bottom: -35px;
	}
}

#products .slick-dots li {
	margin: 0 3px;
	vertical-align: middle;
}

#products .slick-dots li button:before {
	top: 4px;
	left: 4px;
	opacity: .75;
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
	width: 10px;
	height: 10px;
	background: #fff;
	border: 1px solid #b8b7ba;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#products .slick-dots .slick-active button:before {
	background: #0095b2;
	border: 1px solid #0095b2;
	opacity: 1;
}

#products .slick-prev,#products .slick-next {
	top: auto;
	bottom: -41px;
	margin-top: 0;
	z-index: 99;
}

#products .slick-prev:before,#products .slick-next:before {
	content: "";
	width: 18px;
	height: 11px;
	display: block;
}

@media only screen and (max-width: 767px) {
	#products .slick-prev,#products .slick-next {
		bottom: -33px;
	}
}

#products .slick-prev {
	left: 38%;
}

@media only screen and (max-width: 640px) {
	#products .slick-prev {
		left: 28%;
	}
}

#products .slick-prev:before {
	background: url(../img/products/icon_prev.svg) left center no-repeat;
	background-size: 18px 10px;
}

#products .slick-next {
	right: 38%;
}

@media only screen and (max-width: 640px) {
	#products .slick-next {
		right: 28%;
	}
}

#products .slick-next:before {
	background: url(../img/products/icon_next.svg) left center no-repeat;
	background-size: 18px 10px;
}

#products .proDtBox1 {
	max-width: 810px;
	padding: 0 15px;
	margin: 0 auto 45px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox1 {
		margin-bottom: 25px;
	}
}

@media only screen and (min-width: 768px) {
	#products .proDtBox1 .sliderDt img {
		max-width: 780px;
		height: auto;
		max-height: 390px;
		width: auto;
		margin: 0 auto;
	}
}

#products .proDtBox1 .ttl {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox1 .ttl {
		font-size: 23px;
	}
}

#products .catBox {
	margin-bottom: 42px;
	padding: 0 15px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	#products .catBox {
		margin-bottom: 27px;
	}
}

#products .catBox span {
	margin-bottom: 7px;
}

#products .catBox .txt1,#products .catBox .txt2 {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	#products .catBox .txt1,#products .catBox .txt2 {
		font-size: 13px;
	}
}

#products .catBox .txt1 {
	margin-right: 7px;
	background: #0095b2;
	color: #fff;
	padding: 5px 15px 4px;
}

#products .catBox .txt2 {
	border: 2px solid #d0cfd1;
	padding: 3px 15px;
}

#products .proDtBox2 {
	max-width: 810px;
	padding: 0 15px;
	margin: 0 auto 90px;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox2 {
		margin-bottom: 50px;
	}
}

#products .proDtBox2 .lbl {
	color: #0095b2;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox2 .lbl {
		font-size: 14px;
	}
}

#products .proDtBox2 .txtBox1 {
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 23px;
	line-height: 1.4;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox2 .txtBox1 {
		text-align: left;
		font-size: 23px;
		margin-bottom: 20px;
	}
}

#products .proDtBox2 .txtBox2 {
	font-size: 16px;
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox2 .txtBox2 {
		margin-bottom: 35px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	#products .proDtBox2 .box ul {
		margin-left: 20px;
	}
}

#products .proDtBox2 .box p .alignleft {
	float: left;
	margin-right: 15px;
}

#products .proDtBox2 .box p .alignright {
	float: right;
	margin-left: 15px;
}

#products .proDtBox2 .box p:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
}

#products .proDtBox2 .box h3 {
	margin-bottom: 20px;
	margin-top:50px;
	background: #f0f0f0;
	padding: 12px 0 12px 20px;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#products .proDtBox2 .box h3:before {
	display: inline-block;
	position: absolute;
	content: "";
	width: 7px;
	top: 15%;
	height: 70%;
	align-self: center;
	background: #000;
	left: 0;
	text-align: 17px;

}

@media only screen and (max-width: 767px) {
	#products .proDtBox2 .box h3 {
		margin-bottom: 20px;
		padding: 13px 0 15px 15px;
		font-size: 20px;
	}

	#products .proDtBox2 .box h3:before {
		top: 13px;
		height: 33px;
	}
}

#products .proDtBox2 .box h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox2 .box h4 {
		margin-bottom: 15px;
		font-size: 16px;
	}
}

#products .proDtBox2 .box h5 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #0095b2;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox2 .box h5 {
		margin-bottom: 15px;
		font-size: 14px;
	}
}

#products .proDtBox2 .box hr {
	border: 2px solid #dcdbdc;
}

#products .proDtBox2 .box .box1 {
	margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox2 .box .box1 {
		margin-bottom: 30px;
	}
}

#products .proDtBox2 .box .box1 .imgLeft {
	float: left;
	max-width: 382px;
}

#products .proDtBox2 .box .box1 .imgLeft img {
	display: block;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox2 .box .box1 .imgLeft {
		max-width: 100%;
		float: none;
		margin-bottom: 15px;
	}
}

#products .proDtBox2 .box .box1 .txt {
	overflow: hidden;
	padding-left: 42px;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox2 .box .box1 .txt {
		font-size: 14px;
		padding-left: 0;
	}
}

#products .proDtBox2 .box .box1 .txt li {
	margin-bottom: 5px;
	display: table;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox2 .box .box1 .txt li {
		margin-bottom: 0;
	}
}

#products .proDtBox2 .box .box1 .txt li label {
	display: table-cell;
	font-weight: bold;
	font-family: 'Open Sans';
	color: #0095b2;
	width: 20px;
}

#products .proDtBox2 .box .img {
	margin-bottom: 112px;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox2 .box .img {
		margin-bottom: 50px;
	}
}

#products .proDtBox2 .box .img img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

#products .proDtBox2 .box .box2 .txt {
	margin-bottom: 30px;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox2 .box .box2 .txt {
		margin-bottom: 20px;
		font-size: 14px;
	}
}

#products .proDtBox2 .box .box2 .img {
	margin-bottom: 0;
}

#products .proDtBox3 {
	padding: 0 40px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
	#products .proDtBox3 {
		padding: 0;
	}
}

#products .proDtBox3 .innerBox {
	background: #ebf6f9;
	padding: 85px 15px 90px;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox3 .innerBox {
		padding: 35px 15px 40px;
	}
}

#products .proDtBox3 .inner {
	max-width: 780px;
	margin: 0 auto;
}

#products .proDtBox3 .ttl {
	margin-bottom: 40px;
	border: 1px solid #cceaf0;
	padding: 17px 0;
	background: #fff;
}

#products .proDtBox3 .ttl span {
	color: #0095b2;
	font-weight: bold;
	font-size: 24px;
	padding-left: 15px;
	border-left: 5px solid #0095b2;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox3 .ttl {
		margin-bottom: 28px;
		padding: 15px 0;
	}

	#products .proDtBox3 .ttl span {
		font-size: 20px;
	}
}

#products .proDtBox3 .listMovies {
	font-size: 0;
	letter-spacing: 0;
}

#products .proDtBox3 .listMovies li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

#products .proDtBox3 .listMovies li:nth-child(1) {
	padding-right: 15px;
}

#products .proDtBox3 .listMovies li:nth-child(2) {
	padding-left: 15px;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox3 .listMovies li {
		display: block;
		width: 100%;
	}

	#products .proDtBox3 .listMovies li:nth-child(1) {
		padding-right: 0;
		margin-bottom: 30px;
	}

	#products .proDtBox3 .listMovies li:nth-child(2) {
		padding-left: 0;
	}
}

#products .proDtBox3 .listMovies .mv {
	margin-bottom: 15px;
}

#products .proDtBox3 .listMovies .txt {
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox3 .listMovies .txt {
		font-size: 14px;
	}
}

#products .proDtBox4 {
	padding: 0 40px;
	margin-bottom: 92px;
}

@media only screen and (max-width: 1024px) {
	#products .proDtBox4 {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	#products .proDtBox4 {
		margin-bottom: 40px;
	}
}

#products .proDtBox4 .innerBox {
	background: #ebecf7;
	padding: 85px 15px 90px;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox4 .innerBox {
		padding: 35px 15px 40px;
	}

	#products .proDtBox4 .innerBox img {
		display: block;
		width: 100%;
	}
}

#products .proDtBox4 .inner {
	max-width: 780px;
	margin: 0 auto;
}

#products .proDtBox4 h3,#products .proDtBox4 .ttlSub {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox4 h3,#products .proDtBox4 .ttlSub {
		margin-bottom: 10px;
		font-size: 16px;
	}
}

#products .proDtBox4 h4 {
	margin-bottom: 10px;
}

#products .proDtBox4 hr {
	margin-bottom: 35px;
	border: 2px solid #fff;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox4 hr {
		margin-bottom: 20px;
	}
}

#products .proDtBox4 h3.ttl {
	margin-bottom: 40px;
	border: 1px solid #ccd0eb;
	padding: 17px 0;
	background: #fff;
}

#products .proDtBox4 h3.ttl span {
	color: #001499;
	font-weight: bold;
	font-size: 24px;
	padding-left: 15px;
	border-left: 5px solid #001499;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox4 h3.ttl {
		margin-bottom: 28px;
		padding: 15px 0;
	}

	#products .proDtBox4 h3.ttl span {
		font-size: 20px;
	}
}

#products .proDtBox4 .txt {
	font-size: 16px;
	margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox4 .txt {
		font-size: 14px;
		margin-bottom: 20px;
	}
}

#products .proDtBox4 .box .txt {
	padding-bottom: 35px;
	border-bottom: 3px solid #fff;
}

#products .proDtBox4 .box .txt:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox4 .box .txt {
		padding-bottom: 20px;
	}
}

#products .proDtBox4 .imgBox {
	font-size: 0;
	letter-spacing: 0;
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox4 .imgBox {
		margin-bottom: 20px;
	}
}

#products .proDtBox4 .imgBox li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

#products .proDtBox4 .imgBox li img {
	display: block;
	width: 100%;
}

#products .proDtBox4 .imgBox li:nth-child(1) {
	padding-right: 15px;
}

#products .proDtBox4 .imgBox li:nth-child(2) {
	padding-left: 15px;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox4 .imgBox li {
		display: block;
		width: 100%;
	}

	#products .proDtBox4 .imgBox li:nth-child(1) {
		padding-right: 0;
		margin-bottom: 20px;
	}

	#products .proDtBox4 .imgBox li:nth-child(2) {
		padding-left: 0;
	}
}

#products .proDtBox5 {
	max-width: 810px;
	margin: 0 auto 90px;
	padding: 0 15px;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox5 {
		margin-bottom: 35px;
	}

	#products .proDtBox5 .txt {
		font-size: 14px;
		margin-bottom: 15px;
	}
}

#products .proDtBox5 .ttl {
	margin-bottom: 40px;
	padding: 14px 0;
	background: #cceaf0;
}

#products .proDtBox5 .ttl span {
	color: #0095b2;
	font-weight: bold;
	font-size: 24px;
	padding-left: 15px;
	border-left: 5px solid #0095b2;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox5 .ttl {
		margin-bottom: 28px;
		padding: 15px 0;
	}

	#products .proDtBox5 .ttl span {
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px) {
	#products .proDtBox5 ::-webkit-scrollbar {
		-webkit-appearance: none;
	}

	#products .proDtBox5 ::-webkit-scrollbar:vertical {
		width: 8px;
	}

	#products .proDtBox5 ::-webkit-scrollbar:horizontal {
		height: 8px;
	}

	#products .proDtBox5 ::-webkit-scrollbar-thumb {
		background-color: rgba(0,0,0,0.5);
		border-radius: 10px;
		border: 2px solid #ffffff;
	}

	#products .proDtBox5 ::-webkit-scrollbar-track {
		border-radius: 10px;
		background-color: #ffffff;
	}

	#products .proDtBox5 .contenBox {
		overflow-x: auto;
		padding-bottom: 20px;
	}
}

#products .proDtBox5 table {
	width: 100% !important;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox5 table {
		width: 640px !important;
	}
}

#products .proDtBox5 table tr {
	border-bottom: 1px solid #877f7f;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox5 table tr {
		border-bottom: 2px solid #c3c4c5;
	}
}

#products .proDtBox5 table th,#products .proDtBox5 table td {
	font-size: 16px;
	padding: 10px 15px;
	vertical-align: top;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox5 table th,#products .proDtBox5 table td {
		font-size: 14px;
		padding: 15px;
	}
}

#products .proDtBox5 table th,#products .proDtBox5 table .singleCol {
	font-weight: bold;
	background-color: #f0f0f0;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox5 table th,#products .proDtBox5 table .singleCol {
		width: 140px !important;
	}
}

#products .proDtBox5 table td.bg {
	background-color: #f0f0f0;
	width: 130px !important;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox5 table td.bg {
		width: 115px !important;
	}
}

#products .proDtBox5 table .bd {
	border-right: 3px solid #c3c4c5;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox5 table .bd {
		border-right: 2px solid #c3c4c5;
	}
}

#products .proDtBox6 {
	padding: 0 40px;
	margin-bottom: 92px;
}

@media only screen and (max-width: 1024px) {
	#products .proDtBox6 {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	#products .proDtBox6 {
		margin-bottom: 40px;
	}
}

#products .proDtBox6 .innerBox {
	background: #f3f3f6;
	padding: 40px 15px ;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox6 .innerBox {
		padding: 35px 15px 40px;
	}

	#products .proDtBox6 .innerBox img {
		display: block;
		width: 100%;
	}
}

#products .proDtBox6 .inner {
	max-width: 780px;
	margin: 0 auto;
}

#products .proDtBox6 .ttl {
	margin-bottom: 30px;
	border: 1px solid #d6d6d6;
	padding: 10px 0;
	background: #fff;
}

#products .proDtBox6 .ttl span {
	color: #000000;
	font-weight: bold;
	font-size: 24px;
	padding-left: 15px;
	border-left: 5px solid #d6d6d6;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox6 .ttl {
		margin-bottom: 28px;
		padding: 15px 0;
	}

	#products .proDtBox6 .ttl span {
		font-size: 20px;
	}
}

#products .proDtBox6 .list {
	font-size: 0;
	letter-spacing: 0;
	margin: 0 -12px;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox6 .list {
		margin: 0;
	}
}

#products .proDtBox6 .list li {
	display: inline-block;
	vertical-align: top;
	width: 33.333333%;
	padding: 0 12px;
	margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox6 .list li {
		padding: 0;
		width: 50%;
		margin-bottom: 15px;
	}

	#products .proDtBox6 .list li:nth-child(odd) {
		padding-right: 6px;
	}

	#products .proDtBox6 .list li:nth-child(even) {
		padding-left: 6px;
	}
}

@media only screen and (max-width: 390px) {
	#products .proDtBox6 .list li {
		padding: 0;
		width: 100%;
		margin-bottom: 10px;
	}

	#products .proDtBox6 .list li:last-child {
		margin-bottom: 0;
	}

	#products .proDtBox6 .list li:nth-child(odd) {
		padding-right: 0;
	}

	#products .proDtBox6 .list li:nth-child(even) {
		padding-left: 0;
	}
}

#products .proDtBox6 .list li a {
	display: block;
	background: #fff;
	padding: 24px 15px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	border: 1px solid #fee6e3;
	position: relative;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox6 .list li a {
		padding: 20px 50px;
		font-size: 14px;
	}
}

#products .proDtBox6 .list li a label:after,#products .proDtBox6 .list li a label:before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
}

#products .proDtBox6 .list li a label:after {
	width: 18px;
	height: 15px;
	background: url(../img/products/icon_download.svg) right center no-repeat;
	background-size: 100% 100%;
	right: 15px;
	margin-top: -8px;
}

#products .proDtBox6 .list li a label:before {
	width: 42px;
	height: 42px;
	left: 15px;
	margin-top: -21px;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox6 .list li a label:before {
		width: 28px;
		height: 28px;
		margin-top: -14px;
	}
}

#products .proDtBox6 .list li a label.bt1:before {
	background: url(../img/products/icon_1_on.svg) right center no-repeat;
	background-size: 100% 100%;
}

#products .proDtBox6 .list li a label.bt2:before {
	background: url(../img/products/icon_2_on.svg) right center no-repeat;
	background-size: 100% 100%;
}

#products .proDtBox6 .list li a label.bt3:before {
	background: url(../img/products/icon_3.svg) right center no-repeat;
	background-size: 100% 100%;
}

#products .proDtBox6 .list li a:hover label {
	cursor: pointer;
}

#products .proDtBox6 .list li a:hover label.bt1:before {
	background: url(../img/products/icon_1_on.svg) right center no-repeat;
	background-size: 100% 100%;
}

#products .proDtBox6 .list li a:hover label.bt2:before {
	background: url(../img/products/icon_2_on.svg) right center no-repeat;
	background-size: 100% 100%;
}

#products .proDtBox6 .list li a:hover label.bt3:before {
	background: url(../img/products/icon_3_on.svg) right center no-repeat;
	background-size: 100% 100%;
}

#products .proDtBox7 {
	max-width: 1050px;
	padding: 0 15px;
	margin: 0 auto 130px;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox7 {
		margin-bottom: 50px;
	}
}

#products .proDtBox7 .ttl {
	margin-bottom: 45px;
	padding: 17px 0;
	background: #e5f4f7;
}

#products .proDtBox7 .ttl span {
	color: #0095b2;
	font-weight: bold;
	font-size: 24px;
	padding-left: 15px;
	border-left: 5px solid #0095b2;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox7 .ttl {
		margin-bottom: 28px;
		padding: 15px 0;
	}

	#products .proDtBox7 .ttl span {
		font-size: 20px;
	}
}

#products .proDtBox7 .listMore {
	font-size: 0;
	letter-spacing: 0;
	margin: 0 -7px;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox7 .listMore {
		margin: 0;
	}
}

#products .proDtBox7 .listMore .box {
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#products .proDtBox7 .listMore .box:hover {
	opacity: 0.7;
}

#products .proDtBox7 .listMore li {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	padding: 0 9px;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox7 .listMore li {
		margin-bottom: 20px;
		width: 50%;
		padding: 0;
	}

	#products .proDtBox7 .listMore li:nth-child(odd) {
		padding-right: 7px;
	}

	#products .proDtBox7 .listMore li:nth-child(even) {
		padding-left: 7px;
	}
}

#products .proDtBox7 .listMore li .img {
	padding: 52px 10px 38px;
	border: 1px solid #d0cfd1;
	margin-bottom: 15px;
}

#products .proDtBox7 .listMore li .img img {
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox7 .listMore li .img {
		padding: 25px 10px;
		margin-bottom: 10px;
	}
}

#products .proDtBox7 .listMore li .ttlPost {
	font-size: 16px;
	color: #5a585d;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

@media only screen and (max-width: 767px) {
	#products .proDtBox7 .listMore li .ttlPost {
		font-size: 14px;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#products .searchCat {
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		top: 0;
		min-height: auto;
		height: 90vh;
		padding-bottom: 30%;
	}

	#products .searchCat.active {
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1);
	}

	#products .searchCat .innerBox {
		position: absolute;
		top: 70px;
		padding-bottom: 30%;
	}

	#products .searchCat .innerBox .last {
		margin-bottom: 230px;
	}

	#products .searchCat .listCat li input[type="checkbox"]:checked+label {
		font-weight: normal;
	}

	#products .searchCat .controlBox {
		bottom: 0;
		width: calc( 30% - 20px);
	}
}

@media only screen and (-ms-high-contrast: active) and (max-width: 767px) {
	#products .searchCat .controlBox {
		width: 70%;
	}
}

#recruit_requirements {
	padding-top: 98px;
}

@media only screen and (max-width: 767px) {
	#recruit_requirements {
		padding-top: 50px;
	}
}

#recruit_requirements .breadCrumb {
	margin-bottom: 80px;
	color: #001499;
}

#recruit_requirements .breadCrumb li,#recruit_requirements .breadCrumb li a,#recruit_requirements .breadCrumb li span {
	color: #001499;
}

@media only screen and (max-width: 767px) {
	#recruit_requirements .breadCrumb {
		margin-bottom: 30px;
	}
}

#recruit_requirements .headerComBox.bgRequirement {
	background-image: linear-gradient(to right, #009fe6 0%, #0047c6 50%, #009fe6 100%);
	height: 200px;
}

#recruit_requirements .headerComBox.bgRequirement .ttlH2 span {
	letter-spacing: 15px;
}

@media only screen and (max-width: 767px) {
	#recruit_requirements .headerComBox.bgRequirement {
		height: 100px;
	}

	#recruit_requirements .headerComBox.bgRequirement .ttlH2 span {
		letter-spacing: 7px;
	}
}

#recruit_requirements .contentComBox {
	display: table;
	width: 100%;
	height: 220px;
	position: relative;
	margin-bottom: 50px;
}

#recruit_requirements .contentComBox canvas {
	opacity: .3;
}

#recruit_requirements .contentComBox.bgGreeting {
	background: #131018;
	height: 220px;
	text-align: center;
}

#recruit_requirements .contentComBox.bgGreeting h2 {
	font-size: 18px;
	color: #0095B2;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#recruit_requirements .contentComBox.bgGreeting h2.ttlH2 span {
	letter-spacing: 10px;
	font-size: 38px;
	line-height: 50px;
	color: #fff;
	display: block;
	padding-bottom: 10px;
	padding-top: 20px;
}

@media only screen and (max-width: 767px) {
	#recruit_requirements .contentComBox.bgGreeting h2 {
		height: 100px;
	}
}

@media only screen and (max-width: 767px) {
	#recruit_requirements .contentComBox.bgGreeting {
		height: 115px;
		margin-bottom: 20px;
	}

	#recruit_requirements .contentComBox.bgGreeting h2 {
		font-size: 15px;
		line-height: 20px;
		letter-spacing: 2px;
	}

	#recruit_requirements .contentComBox.bgGreeting h2.ttlH2 span {
		font-size: 26px;
		line-height: 32px;
		padding: 0;
		letter-spacing: 5px;
	}
}

@media only screen and (max-width: 767px) {
	#recruit_requirements .contentComBox {
		height: 115px;
	}

	#recruit_requirements .contentComBox.bgGreeting2 {
		margin: 0 15px 30px;
		width: auto;
		display: block;
		height: 125px;
		background: url(../img/company/greeting/greeting_bg01_sp.jpg) top center no-repeat;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
	}
}

#recruit_requirements .requirementsBox {
	max-width: 1500px;
	margin: 0 auto 75px;
}

#recruit_requirements .requirementsBox .main_img {
	max-width: 1500px;
	width: 100%;
	display: table;
	position: relative;
	height: 240px;
	background: url(../img/recruit/requirements/requirements_01.jpg) top center no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	text-align: center;
	margin: 0 auto 70px;
}

#recruit_requirements .requirementsBox .main_img.main_img02 {
	background: url(../img/recruit/requirements/requirements_02.jpg) top center no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}

#recruit_requirements .requirementsBox .main_img.main_img03 {
	background: url(../img/recruit/requirements/requirements_03.jpg) top center no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}

#recruit_requirements .requirementsBox .main_img h3 {
	display: table-cell;
	color: #fff;
	font-size: 30px;
	text-align: center;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	#recruit_requirements .requirementsBox {
		margin: 0 0 60px;
	}

	#recruit_requirements .requirementsBox .main_img {
		margin-bottom: 25px;
		height: 120px;
		background: url(../img/recruit/requirements/requirements_01_sp.jpg) top center no-repeat;
	}

	#recruit_requirements .requirementsBox .main_img.main_img02 {
		background: url(../img/recruit/requirements/requirements_02_sp.jpg) top center no-repeat;
	}

	#recruit_requirements .requirementsBox .main_img.main_img03 {
		background: url(../img/recruit/requirements/requirements_03_sp.jpg) top center no-repeat;
	}

	#recruit_requirements .requirementsBox .main_img h3 {
		font-size: 23px;
	}
}

#recruit_requirements .RequireBox1 {
	padding: 0 15px;
	margin: 0 auto 75px;
	text-align: center;
}

#recruit_requirements .RequireBox1 ul li {
	display: inline-block;
	padding: 0 10px;
}

#recruit_requirements .RequireBox1 .anchorBox a.btn_detail {
	background: #fff;
	border: 2px solid #B8B7BA;
	position: relative;
	overflow: hidden;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
	padding: 25px 35px 25px 40px;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #131018;
	margin: 0;
	z-index: 1;
	min-width: 220px;
}

#recruit_requirements .RequireBox1 .anchorBox a.btn_detail.btn_detail_last {
	border: 2px solid #b2b9e0;
	background: #EBECF7;
}

#recruit_requirements .RequireBox1 .anchorBox a.btn_detail .btn_child {
	position: absolute;
	top: 0;
	left: 0;
	background: #131018;
	width: 0%;
	height: 100%;
	transition: all 0.7s;
}

#recruit_requirements .RequireBox1 .anchorBox a.btn_detail .btn-text {
	color: #333;
}

#recruit_requirements .RequireBox1 .anchorBox a.btn_detail .icon:before,#recruit_requirements .RequireBox1 .anchorBox a.btn_detail .icon:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 47%;
}

#recruit_requirements .RequireBox1 .anchorBox a.btn_detail .icon:before {
	width: 18px;
	height: 2px;
	background: #131018;
	margin-top: -1px;
}

#recruit_requirements .RequireBox1 .anchorBox a.btn_detail .icon:after {
	width: 8px;
	height: 8px;
	border-top: 2px solid #131018;
	border-right: 2px solid #131018;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -5px;
	margin-left: 8px;
}

#recruit_requirements .RequireBox1 .anchorBox a.btn_detail.btn_detail_last .icon:before {
	background: #b2b9e0;
}

#recruit_requirements .RequireBox1 .anchorBox a.btn_detail.btn_detail_last .icon:after {
	border-top: 2px solid #b2b9e0;
	border-right: 2px solid #b2b9e0;
}

#recruit_requirements .RequireBox1 .anchorBox a.btn_detail:hover {
	transition: all 0.3s;
	opacity: 1;
	border: 2px solid #fff;
}

#recruit_requirements .RequireBox1 .anchorBox a.btn_detail:hover .btn_text {
	transition: all 0.3s;
	position: relative;
	position: relative;
	z-index: 4;
	color: #fff;
}

#recruit_requirements .RequireBox1 .anchorBox a.btn_detail:hover .btn_child {
	width: 100%;
	transition: all 0.3s;
}

#recruit_requirements .RequireBox1 .anchorBox a.btn_detail:hover .icon:before {
	background: #fff;
	color: #fff;
	z-index: 2;
	width: 18px;
	height: 2px;
}

#recruit_requirements .RequireBox1 .anchorBox a.btn_detail:hover .icon:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	z-index: 2;
}

@media only screen and (max-width: 767px) {
	#recruit_requirements .RequireBox1 .anchorBox li {
		display: block;
		padding: 0 50px 15px;
	}

	#recruit_requirements .RequireBox1 .anchorBox a.btn_detail {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	#recruit_requirements .RequireBox1 {
		margin-bottom: 30px;
	}
}

#recruit_requirements .RequireBox2 {
	width: 1000px;
	margin: 0 auto 130px;
}

#recruit_requirements .RequireBox2 table.table01 tr:nth-child(odd) {
	background: #EBECF7;
}

#recruit_requirements .RequireBox2 table.table01 th,#recruit_requirements .RequireBox2 table.table01 td {
	padding: 23px;
	line-height: 26px;
}

#recruit_requirements .RequireBox2 table.table01 th {
	width: 170px;
	font-weight: bold;
	color: #001499;
	font-family: 'Open Sans';
}

#recruit_requirements .RequireBox2 table.table01 ul.list01 li,#recruit_requirements .RequireBox2 table.table01 ul li {
	padding: 0 0 0 15px;
	position: relative;
}

#recruit_requirements .RequireBox2 table.table01 ul.list01 li:before,#recruit_requirements .RequireBox2 table.table01 ul li:before {
	width: 5px;
	height: 5px;
	content: ' ';
	background: #001499;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 10px;
}

@media only screen and (max-width: 10479px) {
	#recruit_requirements .RequireBox2 {
		width: auto;
		margin: 0 auto 75px;
		max-width: 1000px;
	}
}

@media only screen and (max-width: 767px) {
	#recruit_requirements .RequireBox2 {
		width: auto;
		margin: 0 15px;
	}

	#recruit_requirements .RequireBox2 table.table01 th,#recruit_requirements .RequireBox2 table.table01 td {
		font-size: 14px;
		padding: 12px;
		line-height: 24px;
	}

	#recruit_requirements .RequireBox2 table.table01 th {
		width: 100px;
	}
}

#recruit_requirements .listRequirement {
	margin: 0 auto 57px;
}

@media only screen and (max-width: 767px) {
	#recruit_requirements .listRequirement {
		padding: 0 15px;
	}
}

#recruit_requirements .listRequirement .innerBox {
	max-width: 1500px;
	padding: 85px 15px 10px;
	background: #ebecf7;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	#recruit_requirements .listRequirement .innerBox {
		padding: 50px 50px 10px;
	}
}

#recruit_requirements .listRequirement .ttlCat {
	text-align: center;
	margin-bottom: 50px;
	font-size: 30px;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	#recruit_requirements .listRequirement .ttlCat {
		font-size: 23px;
		margin-bottom: 35px;
	}
}

#recruit_requirements .listRequirement .listPost {
	max-width: 1016px;
	margin: 0 auto 100px;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	#recruit_requirements .listRequirement .listPost {
		margin-bottom: 50px;
	}
}

#recruit_requirements .listRequirement .listPost li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 8px;
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	#recruit_requirements .listRequirement .listPost li {
		padding: 0;
		width: 100%;
		display: block;
	}
}

#recruit_requirements .listRequirement .listPost a {
	display: block;
	background: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 22px 0;
	position: relative;
}

@media only screen and (max-width: 860px) {
	#recruit_requirements .listRequirement .listPost a {
		font-size: 14px;
	}
}

#recruit_requirements .listRequirement .listPost a span {
	position: relative;
	display: block;
	padding-left: 40px;
	text-align: left;
}

@media only screen and (max-width: 860px) {
	#recruit_requirements .listRequirement .listPost a span {
		padding-left: 30px;
	}
}

#recruit_requirements .listRequirement .listPost a span:before,#recruit_requirements .listRequirement .listPost a span:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 47%;
}

#recruit_requirements .listRequirement .listPost a span:before {
	width: 18px;
	height: 2px;
	background: #b2b9e0;
	margin-top: -1px;
}

#recruit_requirements .listRequirement .listPost a span:after {
	width: 8px;
	height: 8px;
	border-top: 2px solid #b2b9e0;
	border-right: 2px solid #b2b9e0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -5px;
	margin-left: 8px;
}

@media only screen and (max-width: 767px) {
	#recruit_requirements .listRequirement .listPost a span {
		text-align: center;
		padding-left: 0;
	}
}

.recruitCommonBox {
	max-width: 1500px;
	margin: 0 auto 44px;
	padding: 0;
}

.bgRecruit {
	height: auto;
	display: block;
	background: none;
	padding: 103px 40px 0;
	position: relative;
}

.bgRecruit canvas {
	z-index: -1 !important;
}

.bgRecruit:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 850px;
	background: linear-gradient(to right, #009fe6, #0047c6, #009fe6);
	z-index: -1;
}

@media only screen and (max-width: 767px) {
	.bgRecruit {
		padding: 50px 15px 0;
	}

	.bgRecruit:before {
		height: 490px;
	}
}

.bgRecruit .ttlH2 {
	margin-bottom: 45px;
	display: block;
}

@media only screen and (max-width: 767px) {
	.bgRecruit .ttlH2 {
		margin-bottom: 20px;
	}
}

.bgRecruit .imgMain {
	background: url(../img/recruit/top/img_main_pc.jpg) top center no-repeat;
	background-size: cover;
	height: 693px;
	padding: 95px 15px 0;
	max-width: 1500px;
	margin: 0 auto;
}

.bgRecruit .imgMain .txt {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 28px;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	.bgRecruit .imgMain {
		background: url(../img/recruit/top/img_main_sp.jpg) top center no-repeat;
		background-size: cover;
		height: 400px;
		padding: 35px 25px 0;
	}

	.bgRecruit .imgMain .txt {
		font-size: 18px;
	}
}

#recruit .breadCrumb li a,#recruit .breadCrumb li span {
	color: #001499;
}

#recruit .recruitBox1 {
	margin-top: -107px;
	background: url(../img/recruit/top/bg.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
	font-weight: bold;
	padding: 90px 15px 78px;
}

#recruit .recruitBox1 .ttl {
	font-size: 36px;
	margin-bottom: 20px;
}

#recruit .recruitBox1 .txt1 {
	margin-bottom: 32px;
	font-size: 23px;
}

#recruit .recruitBox1 .txt2 {
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	#recruit .recruitBox1 {
		margin-top: -35px;
		padding: 45px 15px 45px;
	}

	#recruit .recruitBox1 .ttl {
		font-size: 25px;
		line-height: 1.4;
		margin-bottom: 30px;
	}

	#recruit .recruitBox1 .txt1 {
		margin-bottom: 30px;
		font-size: 19px;
	}

	#recruit .recruitBox1 .txt2 {
		margin-bottom: 35px;
		font-size: 14px;
		font-feature-settings: "palt";
		-webkit-font-feature-settings: "palt";
		-moz-font-feature-settings: "palt";
		letter-spacing: 0.5px;
		line-height: 1.8;
	}
}

#recruit .recruitBox1 .btnMore a {
	position: relative;
	width: 278px;
	display: inline-block;
	background: #001499;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 27px 0;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}

#recruit .recruitBox1 .btnMore a span {
	display: block;
	text-align: center;
	background: url(../img/top/icon_arrow_w.svg) left center no-repeat;
	background-size: 18px 12px;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	#recruit .recruitBox1 .btnMore a {
		width: 275px;
		padding: 25px 0;
		font-size: 15px;
	}
}

#recruit .recruitBox2 {
	padding: 0 40px;
	margin-bottom: 82px;
}

#recruit .recruitBox2 .content {
	font-size: 0;
	text-indent: -9999em;
	position: relative;
	background: url(../img/recruit/top/img_1_pc.jpg) center no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	min-height: 430px;
}

@media only screen and (max-width: 767px) {
	#recruit .recruitBox2 {
		padding: 0;
		margin-bottom: 40px;
	}

	#recruit .recruitBox2 .content {
		background: none;
		min-height: auto;
	}
}

#recruit .btnMoreTopCom a {
	position: relative;
	width: 207px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 27px 0;
	border-right: 0;
}

#recruit .btnMoreTopCom a span {
	display: block;
	text-align: center;
	background: url(../img/recruit/top/icon_2.svg) left center no-repeat;
	background-size: 15px 11px;
	line-height: 1;
	color: #717074;
}

@media only screen and (max-width: 767px) {
	#recruit .btnMoreTopCom a {
		width: 158px;
		padding: 20px 0;
		font-size: 15px;
		border: 2px solid #ececed;
		border-right: 0;
	}
}

#recruit .recruitBox3 {
	position: relative;
	margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
	#recruit .recruitBox3 {
		padding: 0 15px;
		margin-bottom: 30px;
	}
}

#recruit .recruitBox3 .btnMoreTopCom {
	position: absolute;
	right: 0;
	top: 0;
}

#recruit .recruitBox3 .btnMoreTopCom a {
	border: 1px solid #dcdbdc;
	width: 170px;
	padding: 29px 0;
	border-right: 0;
}

#recruit .recruitBox3 .ttl {
	font-weight: bold;
	line-height: 1.2;
	max-width: 1500px;
	margin: 0 auto 50px;
	font-size: 22px;
	border-left: 10px solid #001499;
	padding: 5px 0 5px 25px;
}

#recruit .recruitBox3 .ttl span {
	display: block;
	font-weight: 800;
	font-size: 32px;
	letter-spacing: 0.2em;
}

@media only screen and (max-width: 767px) {
	#recruit .recruitBox3 .ttl {
		font-size: 14px;
		margin-bottom: 25px;
		border-left: 5px solid #001499;
		padding: 5px 0 5px 20px;
	}

	#recruit .recruitBox3 .ttl span {
		font-size: 32px;
		letter-spacing: 0.15em;
	}
}

#recruit .recruitBox3 .txt {
	font-weight: bold;
	margin: 0 auto;
	max-width: 1090px;
}

@media only screen and (max-width: 767px) {
	#recruit .recruitBox3 .txt {
		text-align: center;
		font-size: 14px;
	}
}

#recruit .recruitBox4 {
	max-width: 1500px;
	margin: 0 auto 40px;
}

#recruit .recruitBox4 .btnMoreTopCom a {
	background: #fff;
	color: #131018;
}

@media only screen and (max-width: 767px) {
	#recruit .recruitBox4 .btnMoreTopCom {
		position: absolute;
		right: 0;
		bottom: -25px;
	}
}

@media only screen and (max-width: 767px) {
	#recruit .recruitBox4 {
		padding: 0;
		margin-bottom: 50px;
	}
}

#recruit .recruitBox4 li {
	margin-bottom: 40px;
	min-height: 460px;
	position: relative;
	padding: 60px 15px 0;
}

#recruit .recruitBox4 li:last-child {
	margin-bottom: 0;
}

#recruit .recruitBox4 li.bg1 {
	background: url(../img/recruit/top/img_2_sp.jpg) top center no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	#recruit .recruitBox4 li.bg1 {
		background: none;
	}
}

#recruit .recruitBox4 li.bg2 {
	background: url(../img/recruit/top/img_3_sp.jpg) top center no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	#recruit .recruitBox4 li.bg2 {
		background: none;
	}
}

#recruit .recruitBox4 li.bg2 .subBox {
	max-width: 460px;
	float: right;
}

@media only screen and (max-width: 767px) {
	#recruit .recruitBox4 li.bg2 .subBox {
		max-width: 100%;
		float: none;
	}
}

#recruit .recruitBox4 li.bg3 {
	background: url(../img/recruit/top/img_4_sp.jpg) top center no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	#recruit .recruitBox4 li.bg3 {
		background: none;
	}
}

@media only screen and (max-width: 767px) {
	#recruit .recruitBox4 li {
		margin-bottom: 50px;
		min-height: auto;
		padding: 0;
	}

	#recruit .recruitBox4 li .img img {
		display: block;
		width: 100%;
	}

	#recruit .recruitBox4 li .subBox {
		padding: 25px 15px;
		background: #eef0f2;
		position: relative;
	}
}

#recruit .recruitBox4 .box {
	max-width: 1000px;
	margin: 0 auto;
}

#recruit .recruitBox4 .txtBox1 {
	margin-bottom: 30px;
	line-height: 1;
}

#recruit .recruitBox4 .txtBox1 .txt1 {
	font-size: 70px;
	color: #b2b9e0;
	font-weight: 800;
	letter-spacing: 0.05em;
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
}

#recruit .recruitBox4 .txtBox1 .txt2 {
	font-weight: bold;
	color: #001499;
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	padding-left: 15px;
	padding-top: 3px;
}

#recruit .recruitBox4 .txtBox1 .txt2 span {
	display: block;
	font-size: 16px;
	letter-spacing: 0.1em;
	margin-top: 5px;
}

@media only screen and (max-width: 767px) {
	#recruit .recruitBox4 .txtBox1 {
		margin-bottom: 10px;
	}

	#recruit .recruitBox4 .txtBox1 .txt1 {
		font-size: 45px;
		line-height: 1.2;
	}

	#recruit .recruitBox4 .txtBox1 .txt2 {
		font-size: 21px;
		padding-left: 10px;
	}

	#recruit .recruitBox4 .txtBox1 .txt2 span {
		font-size: 11px;
	}
}

#recruit .recruitBox4 .ttl {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	#recruit .recruitBox4 .ttl {
		font-size: 20px;
		margin-bottom: 10px;
	}
}

#recruit .recruitBox4 .txt3 {
	margin-bottom: 20px;
	font-size: 15px;
}

@media only screen and (max-width: 767px) {
	#recruit .recruitBox4 .txt3 {
		font-size: 14px;
		margin-bottom: 0;
	}
}

#recruit .recruitBox5 {
	max-width: 1540px;
	margin: 0 auto 40px;
	font-size: 0;
	letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
	#recruit .recruitBox5 {
		padding: 0 15px;
		margin-bottom: 21px;
	}
}

#recruit .recruitBox5 li {
	display: inline-block;
	vertical-align: top;
	width: 33.333333%;
	padding: 0 20px;
}

@media only screen and (max-width: 767px) {
	#recruit .recruitBox5 li {
		display: block;
		width: 100%;
		padding: 0;
		margin-bottom: 18px;
	}
}

#recruit .recruitBox5 .box {
	position: relative;
	overflow: hidden;
}

#recruit .recruitBox5 .box .img img {
	display: block;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 100%;
}

#recruit .recruitBox5 .box .btnMoreTopCom {
	position: absolute;
	bottom: 0;
	right: 0;
}

@media only screen and (max-width: 767px) {
	#recruit .recruitBox5 .box .btnMoreTopCom {
		bottom: 0;
	}
}

#recruit .recruitBox5 .box .btnMoreTopCom a {
	width: 115px;
	background: #fff;
}

#recruit .recruitBox5 .box .btnMoreTopCom a span {
	color: #131018;
}

#recruit .recruitBox5 .box .btnMoreTopCom a:hover:before {
	display: none;
}

#recruit .recruitBox5 .box .btnMoreTopCom a:hover span {
	color: #131018;
	-webkit-filter: brightness(1);
	filter: brightness(1);
}

@media only screen and (max-width: 767px) {
	#recruit .recruitBox5 .box .btnMoreTopCom a {
		border: 0;
	}
}

#recruit .recruitBox5 .box:hover .img img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

#recruit .recruitBox5 .box:hover .btnMoreTopCom a:before {
	display: block;
	width: 100%;
}

#recruit .recruitBox5 .box:hover .btnMoreTopCom a span {
	color: #fff;
	-webkit-filter: brightness(10);
	filter: brightness(10);
}

#recruit .recruitBox5 .box .ttl {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 42px;
	left: 10%;
	line-height: 1.2;
	border-left: 6px solid #fff;
	padding: 3px 0 2px 25px;
	white-space: nowrap;
}

#recruit .recruitBox5 .box .ttl.color {
	border-left: 6px solid #131018;
	color: #131018;
}

#recruit .recruitBox5 .box .ttl span {
	display: block;
	letter-spacing: 0.15em;
	font-size: 30px;
}

@media only screen and (max-width: 767px) {
	#recruit .recruitBox5 .box .ttl {
		font-size: 13px;
		top: 35px;
		left: 35px;
		padding: 5px 0 5px 20px;
	}

	#recruit .recruitBox5 .box .ttl span {
		font-size: 20px;
		margin-top: 5px;
	}
}

#sitemap {
	padding-top: 98px;
}

@media only screen and (max-width: 767px) {
	#sitemap {
		padding-top: 50px;
	}
}

#sitemap .breadCrumb {
	margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
	#sitemap .breadCrumb {
		margin-bottom: 30px;
	}
}

#sitemap .headerComBox.bgsitemap {
	background-image: linear-gradient(to right, #5CDCE6 0%, #0E9AC6 50%, #5CDCE6 100%);
	height: 200px;
}

@media only screen and (max-width: 767px) {
	#sitemap .headerComBox.bgsitemap {
		height: 100px;
	}
}

#sitemap .siteBox1 {
	max-width: 1030px;
	margin: 0 auto 50px;
	box-sizing: border-box;
	padding: 0 15px;
}

#sitemap .siteBox1 .sitelink {
	margin: 0;
	font-size: 18px;
	line-height: 30px;
	padding: 0 0 25px 0;
	font-weight: bold;
}

#sitemap .siteBox1 .sitelink a {
	color: #0095B2;
	text-decoration: none;
}

#sitemap .siteBox1 .boxLink {
	width: 30%;
	float: left;
	padding: 0 5% 0 0;
}

#sitemap .siteBox1 .boxLink ul li {
	font-size: 18px;
	line-height: 30px;
	padding: 0 0 25px 0;
	font-weight: bold;
}

#sitemap .siteBox1 .boxLink ul li a {
	color: #0095B2;
	text-decoration: none;
}

#sitemap .siteBox1 .boxLink ul li ul {
	margin-left: 20px;
	padding-top: 8px;
}

#sitemap .siteBox1 .boxLink ul li ul li {
	padding: 0;
	color: #717074;
	font-size: 16px;
}

#sitemap .siteBox1 .boxLink ul li ul li a {
	color: #717074;
	text-decoration: none;
}

#sitemap .siteBox1 .boxLink ul li ul li span {
	display: block;
	padding-left: 20px;
}

@media only screen and (max-width: 767px) {
	#sitemap .siteBox1 .boxLink {
		width: 100%;
		padding: 0;
	}
}

#sitemap .siteBox1 .boxLink.last {
	padding: 0;
}

.particlesJsCom canvas {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#top .topBox1 {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 767px) {
	#top .topBox1 {
		margin-bottom: 0;
		padding-left: 0;
	}
}

#top .topBox1 .innerBox {
	background: url(../img/top/img_main_pc.jpg) center center no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	height: 680px;
	display: table;
	position: relative;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	#top .topBox1 .innerBox {
		background: url(../img/top/img_main_sp.jpg) center center no-repeat;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
		display: block;
		height: 404px;
	}
}

#top .topBox1 .innerBox .ttl {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 2px;
	width: 100%;
	position: absolute;
left: 0%;
top: 45%;
}


.usemap {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 50%;
}
.usemap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.usemap ul, .usemap ul li { list-style:none; padding:0; margin:0; }
.usemap ul li a {
  width: 25%;
  position: absolute;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 25%;

}
.usemap ul li a:hover {
	background-color:rgba(45,75,90.10); 	/*リンクにマウスが乗ったら背景色を変更する*/
}

.usemap {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 50%;
}
.usemap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.usemap {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 50%;
}
.usemap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.usemap ul, .usemap ul li { list-style:none; padding:0; margin:0; }
.usemap ul li a {
  width: 20%;
  position: absolute;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 14%;
}
.usemap ul li .Recshare {
  left: 7%;
	 top: 5%;
}
.usemap ul li .HACOBE {
  left: 10%;
	top: 35%;
}
.usemap ul li .RatingTracker {
  left: 6%;
	top: 67%;
}
.usemap ul li .Unit {
  left: 28%;
	top: 60%;
}
.usemap ul li .PromBee {
  left: 48%;
	top: 3%;
}

@media only screen and (max-width: 767px) {
	#top .topBox1 .innerBox .ttl {
		display: block;
		font-size: 30px;
		line-height: 1.3;
		position: absolute;
		top: 35%;
	}
}

#top .topBox1 .innerBox .txtBox {
	position: absolute;
	/* background-color: rgba( 0, 0, 0, 0.55 ); */
	padding: 20px 40px 20px 40px;
	max-width: 570px;
	right: 0;
	bottom: 10px;
}

#top .topBox1 .innerBox .txtBox .ttl1 {
	font-size: 21px;
        line-height: 31px;
        color: #ffffff;
	font-weight: bold;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}

#top .topBox1 .innerBox .txtBox .ttl1 span {
	/* color: #0095b2; */
}

@media only screen and (max-width: 1024px) {
	#top .topBox1 .innerBox .txtBox {
		padding-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	#top .topBox1 .innerBox .txtBox {
		max-width: 100%;
		width: 100%;
		text-align: center;
		background: none;
		padding: 0;
		color: #fff;
		bottom: 20px;
	}

	#top .topBox1 .innerBox .txtBox .ttl1 {
		font-size: 17px;
	}

	#top .topBox1 .innerBox .txtBox .ttl1 span {
		color: #fff;
	}
}

#top .topBox2 {
	max-width: 1580px;
	margin: 0 auto 45px;
    position: relative;
    padding-top: 25px;
}

@media only screen and (max-width: 1024px) {
	#top .topBox2 {
		padding: 30px 40px 0;
	}
}

@media only screen and (max-width: 767px) {
	#top .topBox2 {
		margin-bottom: 30px;
		padding: 10px 15px;
		border-bottom: 4px solid #f3f3f3;
	}
}

#top .topBox2 .txt-red {
	color: #991400!important;
	border-left: 4px solid #991400!important;
}

#top .topBox2 .ttl {
	float: left;
	width: 160px;
	font-size: 20px;
	color: #001499;
	padding-left: 15px;
	border-left: 4px solid #001499;
	line-height: 1.3;
	font-weight: 800;
}

@media only screen and (max-width: 767px) {
	#top .topBox2 .ttl {
		float: none;
		width: 100%;
		font-size: 20px;
		margin-bottom: 15px;
	}
}

#top .topBox2 .list {
	display: table;
	overflow: hidden;
	padding-right: 100px;
}

@media only screen and (max-width: 1024px) {
	#top .topBox2 .list {
		padding-right: 150px;
	}
}

@media only screen and (max-width: 767px) {
	#top .topBox2 .list {
		padding-right: 0;
	}
}

#top .topBox2 .list li {
	display: table-cell;
	vertical-align: top;
	font-weight: bold;
}

#top .topBox2 .list li:nth-child(1) {
	width: 105px;
}

#top .topBox2 .list li:nth-child(2) {
	vertical-align: middle;
}

#top .topBox2 .list .txtDate {
	font-size: 15px;
}

#top .topBox2 .list .txt {
	color: #717074;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	#top .topBox2 .list .txtDate,#top .topBox2 .list .txt {
		font-size: 14px;
	}
}

#top .topBox2 .btnMore {
	position: absolute;
	right: 0;
	top: 0;
}

#top .topBox2 .btnMore a {
	position: relative;
	width: 170px;
	display: inline-block;
	background: #001499;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 29px 0;
}

#top .topBox2 .btnMore a span {
	display: block;
	text-align: center;
	background: url(../img/top/icon_arrow_w.svg) left center no-repeat;
	background-size: 18px 12px;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	#top .topBox2 .btnMore a {
		width: 120px;
		padding: 12px 0;
		font-size: 12px;
	}
}

#top .btnMoreTop2 {
	max-width: 100%;
	margin-bottom: 0;
	padding-top: 0;
}

#top .btnMoreTop2 .btnMore {
	top: -90px;
}

#top .topBox3 {
	max-width: 1580px;
	margin: 0 auto 25px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	#top .topBox3 {
		margin-bottom: 30px;
		padding: 0 15px;
	}
}

#top .topBox3 .ttl {
	font-size: 22px;
	padding-left: 25px;
	border-left: 10px solid #333;
	line-height: 1.3;
	font-weight: bold;
}

#top .topBox3 .ttl span {
	display: block;
	font-size: 32px;
	letter-spacing: 5px;
	font-weight: 800;
	padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
	#top .topBox3 .ttl {
		margin-bottom: 15px;
		font-size: 14px;
		border-left: 5px solid #0095b2;
	}

	#top .topBox3 .ttl span {
		font-size: 32px;
		letter-spacing: 3px;
		padding-bottom: 0;
	}
}

#top .topBox3 .btnMore {
	position: absolute;
	right: 0;
	top: 0;
}

#top .topBox3 .btnMore a {
	position: relative;
	width: 170px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 29px 0;
	border: 1px solid #dcdbdc;
	border-right: 0;
}

#top .topBox3 .btnMore a span {
	display: block;
	text-align: center;
	background: url(../img/top/icon_arrow_w.svg) left center no-repeat;
	background-size: 16px 11px;
	line-height: 1;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	#top .topBox3 .btnMore a {
		width: 120px;
		padding: 12px 0;
		font-size: 12px;
	}
}

#top .btnMoreTop3 {
	max-width: 100%;
	margin-bottom: 0;
}

#top .btnMoreTop3 .btnMore {
	top: -100px;
}

#top .topBox4 {
	max-width: 1200px;
	margin: 0 8px 75px;
}

@media only screen and (max-width: 1024px) {
	#top .topBox4 {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 767px) {
	#top .topBox4 {
		padding: 0 15px 70px;
		position: relative;
	}

	#top .topBox4 .btnMore {
		position: absolute;
		right: 0;
		bottom: 0;
	}

	#top .topBox4 .btnMore a {
		position: relative;
		display: inline-block;
		font-weight: bold;
		width: 120px;
		padding: 18px 0;
		font-size: 12px;
		border: 1px solid #dcdbdc;
		border-right: 0;
	}

	#top .topBox4 .btnMore a span {
		display: block;
		text-align: center;
		background: url(../img/top/icon_arrow_w.svg) left center no-repeat;
		background-size: 16px 11px;
		line-height: 1;
		color: #fff;
	}
}

#top .topBox4 .listBox {
	font-size: 0;
	letter-spacing: 0;
}

#top .topBox4 .listBox li {
	display: inline-block;
	vertical-align: top;
	padding: 0 7px;
	margin-bottom: 25px;
}

@media only screen and (max-width: 1024px) {
	#top .topBox4 .listBox li {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 767px) {
	#top .topBox4 .listBox li {
		padding: 0;
		width: 100%;
		margin-bottom: 50px;
	}

	#top .topBox4 .listBox li:last-child {
		margin-bottom: 0;
	}
}

#top .topBox4 .listBox .box {
	/*position: relative;*/
	width: 100%;
	background-color: #fff;
/*
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	-ms-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	-o-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
*/
}

#top .topBox4 .listBox .box:hover {
	opacity: 0.5;
}

#top .topBox4 .listBox .box .ttl {
	color: #99d4e0;
	font-size: 39px;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1;
	padding-left: 10px;
}

#top .topBox4 .listBox .box .ttl.ttlColor {
	color: #ccd0eb;
}

@media only screen and (max-width: 767px) {
	#top .topBox4 .listBox .box .ttl {
		font-size: 35px;
	}
}

#top .topBox4 .listBox .box .imgBox {
	border: 0px solid #d0cfd1;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 0px;
}

#top .topBox4 .listBox .box .imgBox img {
	display: block;
	margin: 0 auto;
	width: 90%;
	margin-top: 5px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
	#top .topBox4 .listBox .box .imgBox {
		margin-bottom: 15px;
	}
}

#top .topBox4 .listBox .box .txt1 {
	margin-bottom: 5px;
	padding: 0 7px;
	font-size: 18px;
	font-weight: bold;
	color: #717074;
}

@media only screen and (max-width: 767px) {
	#top .topBox4 .listBox .box .txt1 {
		font-size: 16px;
	}
}

#top .topBox4 .listBox .box .txt2 {
	margin-bottom: 15px;
	font-size: 15px;
	padding: 0 7px;
	font-weight: bold;
	color: #0095b2;
}

@media only screen and (max-width: 767px) {
	#top .topBox4 .listBox .box .txt2 {
		font-size: 14px;
	}
}

#top .topBox4 .listBox .box .subBox {
	background: #ebf6f9;
	font-size: 14px;
	color: #5a585d;
	padding: 10px 15px;
}

#top .topBox4 .listBox .box .subBox.bgColor {
	background: #ebecf7;
}

#top .topBox5 {
	max-width: 1200px;
	position: relative;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	margin-bottom: 75px;
}

@media only screen and (max-width: 1024px) {
	#top .topBox5 {
	}
}

@media only screen and (max-width: 767px) {
	#top .topBox5 {
		margin-bottom: 50px;
	}
}

#top .topBox5 .ttl {
	font-size: 22px;
	padding-left: 25px;
	border-left: 10px solid #333;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 25px;
}

#top .topBox5 .ttl span {
	display: block;
	font-size: 32px;
	letter-spacing: 5px;
	font-weight: 800;
	padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
	#top .topBox5 .ttl {
		margin-bottom: 15px;
		font-size: 14px;
		border-left: 5px solid #0095b2;
		margin-bottom: 27px;
	}

	#top .topBox5 .ttl span {
		font-size: 32px;
		letter-spacing: 3px;
		padding-bottom: 0;
	}
}

#top .topBox5 .btnMore {
	position: absolute;
	right: 0;
	top: 0px;
}

#top .topBox5 .btnMore a {
	position: relative;
	width: 170px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 29px 0;
	border-right: 0;
	background: #000000;
}

#top .topBox5 .btnMore a span {
	display: block;
	text-align: center;
	background: url(../img/top/icon_arrow_w.svg) left center no-repeat;	
	line-height: 1;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	#top .topBox5 .btnMore a {
		width: 120px;
		padding: 18px 0;
		font-size: 12px;
	}
}

@media only screen and (max-width: 767px) {
	#top .topBox5 .btnMore {
		bottom: 0;
		top: auto;
	}
}

#top .topBox5 .listBox {
	margin: 0;
	font-size: 0;
	letter-spacing: 0;
	margin-right: -7px;
}

@media only screen and (max-width: 767px) {
	#top .topBox5 .listBox {
		margin: 0;
	}
}

#top .topBox5 .listBox li {
	display: inline-block;
	vertical-align: top;
	padding: 0 7px 0 0;
	margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
	#top .topBox5 .listBox li {
/*		width: 50%;*/
		padding: 0;
		margin-bottom: 30px;
	}

	#top .topBox5 .listBox li:nth-child(odd) {
		padding-right: 6px;
	}

	#top .topBox5 .listBox li:nth-child(even) {
		padding-left: 6px;
	}
}

#top .topBox5 .listBox .box {
/*	position: relative;*/
	width: 100%;
	background-color: #fff;
/*
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	-ms-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	-o-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
*/
}

#top .topBox5 .listBox .box:hover {
	opacity: 0.5;
}

#top .topBox5 .listBox .box .imgBox {
	margin-bottom: 15px;
	border: 0px solid #d0cfd1;
}

#top .topBox5 .listBox .box .imgBox img {
    display: block;
    width: 90%;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
	#top .topBox5 .listBox .box .imgBox {
		margin-bottom: 10px;
	}
}

#top .topBox5 .listBox .box .txt {
	font-size: 18px;
	font-weight: bold;
	color: #717074;
	padding: 5px 7px;
}

@media only screen and (max-width: 767px) {
	#top .topBox5 .listBox .box .txt {
		font-size: 14px;
	}
}

#top .btnMoreTop5 {
	max-width: 100%;
	margin-bottom: 0;
	padding: 0;
}

#top .btnMoreTop5 .btnMore {
	top: 0px;
}

#top .topBox6 {
	max-width: 1580px;
	margin: 0 auto 75px;
	position: relative;
}

@media only screen and (max-width: 1024px) {
	#top .topBox6 {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 767px) {
	#top .topBox6 {
		padding: 0;
		margin-bottom: 52px;
	}
}

#top .topBox6 .innerBox {
	background: #transparent;
	padding: 15px 0px 15px;
}

@media only screen and (max-width: 767px) {
	#top .topBox6 .innerBox {
		padding: 25px 0px 25px;
	}
}

#top .topBox6 .ttl {
	font-size: 22px;
	padding-left: 25px;
	border-left: 10px solid #333;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 20px;
}

#top .topBox6 .ttl span {
	display: block;
	font-size: 32px;
	letter-spacing: 5px;
	font-weight: 800;
	padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
	#top .topBox6 .ttl {
		margin-bottom: 15px;
		font-size: 14px;
		border-left: 5px solid #0095b2;
		margin-bottom: 27px;
	}

	#top .topBox6 .ttl span {
		font-size: 32px;
		letter-spacing: 3px;
		padding-bottom: 0;
	}
}

#top .topBox6 .btnMore {
	position: absolute;
	right: 0;
	top: 25px;
}

#top .topBox6 .btnMore a {
	position: relative;
	width: 170px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 29px 0;
	border-right: 0;
	border: 1px solid #e5f4f7;
	border-right: 0;
	background: #fff;
}

#top .topBox6 .btnMore a span {
	display: block;
	text-align: center;
	background: url(../img/top/icon_arrow_w.svg) left center no-repeat;
	background-size: 16px 11px;
	line-height: 1;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	#top .topBox6 .btnMore a {
		width: 120px;
		padding: 18px 0;
		font-size: 12px;
	}
}

@media only screen and (max-width: 767px) {
	#top .topBox6 .btnMore {
		bottom: -25px;
		top: auto;
	}
}

#top .topBox6 .listBox {
	max-width: 1200px;
	margin: 0;
	font-size: 0;
	letter-spacing: 0;
}

#top .topBox6 .listBox li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-top: 10px 10px;
	background-color: #fff;
	margin-bottom: 10px;
}

/* #top .topBox6 .listBox li:nth-child(odd) {
	padding-right: 18px;
}

#top .topBox6 .listBox li:nth-child(even) {
	padding-left: 18px;
} */

@media only screen and (max-width: 1080px) {
	#top .topBox6 .listBox li:nth-child(odd) {
		padding-right: 10px;
	}

	#top .topBox6 .listBox li:nth-child(even) {
		padding-left: 10px;
	}
}

@media only screen and (max-width: 960px) {
	#top .topBox6 .listBox li {
		width: 100%;
	}

	#top .topBox6 .listBox li:nth-child(odd) {
		padding-right: 0;
		margin-bottom: 25px;
		padding-bottom: 20px;
		border-bottom: 2px solid #fff;
	}

	#top .topBox6 .listBox li:nth-child(even) {
		padding-left: 0;
	}
}

#top .topBox6 .listBox .box {
	position: relative;
}

#top .topBox6 .listBox .box:hover {
	opacity: 0.5;
}

@media only screen and (max-width: 767px) {
	#top .topBox6 .listBox .box {
		background: url(../img/top/icon_arrow_w.svg) right center no-repeat;
		background-size: 16px 11px;
		padding-right: 20px;
	}
}

#top .topBox6 .listBox .box .img {
	float: left;
	max-width: 200px;
	padding-top: 10px;
	padding-left: 10px;
	border: 1px;
	border-bottom-color: #666666;
}

#top .topBox6 .listBox .box .img img {
	display: block;
}

@media only screen and (max-width: 767px) {
	#top .topBox6 .listBox .box .img {
		max-width: 120px;
	}
}

#top .topBox6 .listBox .box .subBox {
	overflow: hidden;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	#top .topBox6 .listBox .box .subBox {
		padding-left: 15px;
	}
}

#top .topBox6 .listBox .box .catBox {
	margin-bottom: 15px;
	display: table;
}

@media only screen and (max-width: 1080px) {
	#top .topBox6 .listBox .box .catBox {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 440px) {
	#top .topBox6 .listBox .box .catBox {
		width: 100%;
	}
}

#top .topBox6 .listBox .box .catBox .txt1 {
	display: table-cell;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: #001499;
	width: 80px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 767px) {
	#top .topBox6 .listBox .box .catBox .txt1 {
		font-size: 13px;
		width: 70px;
	}
}

#top .topBox6 .listBox .box .catBox .txt2 {
	display: table-cell;
	font-size: 14px;
	color: #001499;
	background: #fff;
	padding: 5px 15px;
	text-align: center;
}

@media only screen and (max-width: 1080px) {
	#top .topBox6 .listBox .box .catBox .txt2 {
		padding: 5px;
	}
}

@media only screen and (max-width: 767px) {
	#top .topBox6 .listBox .box .catBox .txt2 {
		font-size: 13px;
	}
}

#top .topBox6 .listBox .box .ttlEvent {
	font-size: 20px;
	color: #5a585d;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	line-height: 1.6;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

@media only screen and (max-width: 1080px) {
	#top .topBox6 .listBox .box .ttlEvent {
		line-height: 1.4;
	}
}

@media only screen and (max-width: 767px) {
	#top .topBox6 .listBox .box .ttlEvent {
		font-size: 16px;
	}
}

#top .topBox6 .listBox .box .timeBox {
	margin-bottom: 5px;
	font-size: 14px;
	display: table;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}

#top .topBox6 .listBox .box .timeBox .txtDate {
	display: table-cell;
	font-weight: bold;
	width: 55px;
}

#top .topBox6 .listBox .box .timeBox.mb0 {
	margin-bottom: 0;
}

#top .btnMoreTop6 {
	max-width: 100%;
	margin-bottom: 0;
	padding: 0;
}

#top .topBox7 {
	padding: 0;
	max-width: 1580px;
	margin: 0 auto;
	margin-bottom: 44px;
	font-size: 0;
	letter-spacing: 0;
}

@media only screen and (max-width: 1024px) {
	#top .topBox7 {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 767px) {
	#top .topBox7 {
		padding: 0;
		margin-bottom: 15px;
	}
}

#top .topBox7 li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

#top .topBox7 li:nth-child(1) {
	padding-right: 20px;
}

#top .topBox7 li:nth-child(2) {
	padding-left: 20px;
}

@media only screen and (max-width: 1024px) {
	#top .topBox7 li:nth-child(1) {
		padding-right: 10px;
	}

	#top .topBox7 li:nth-child(2) {
		padding-left: 10px;
	}
}

@media only screen and (max-width: 767px) {
	#top .topBox7 li {
		width: 100%;
	}

	#top .topBox7 li:nth-child(1) {
		padding-right: 0;
		margin-bottom: 15px;
	}

	#top .topBox7 li:nth-child(2) {
		padding-left: 0;
	}
}

#top .topBox7 .box {
	position: relative;
	padding: 88px 95px;
	height: 720px;
}

@media only screen and (max-width: 1200px) {
	#top .topBox7 .box {
		padding: 80px 40px;
	}
}

@media only screen and (max-width: 992px) {
	#top .topBox7 .box {
		padding: 80px 20px;
	}
}

@media only screen and (max-width: 767px) {
	#top .topBox7 .box {
		padding: 45px 10%;
		height: 500px;
	}
}

#top .topBox7 .box.box1 {
	background: url(../img/top/img_top7.jpg) top center no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}

#top .topBox7 .box.box2 {
	background: linear-gradient(to right, #273891, #1d6bcf);
}

}

#top .topBox7 .box.box2 .img {
	position: absolute;
	z-index: 2;
	bottom: 0;
	width: 100%;
	text-align: center;
	left: 0;
}

@media only screen and (max-width: 767px) {
	#top .topBox7 .box.box2 .img {
		padding: 0 15px;
	}
}

#top .topBox7 .box .ttl {
	border-left: 6px solid #fff;
	padding-left: 20px;
	font-size: 40px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 45px;
	letter-spacing: 5px;
	line-height: 1.2;
}

@media only screen and (max-width: 767px) {
	#top .topBox7 .box .ttl {
		font-size: 28px;
		letter-spacing: 3px;
		margin-bottom: 20px;
	}
}

#top .topBox7 .box .txt {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 2;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
	#top .topBox7 .box .txt {
		font-size: 14px;
		line-height: 1.9;
	}
}

#top .topBox7 .box .btnList {
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
	#top .topBox7 .box .btnList {
		padding: 0 20px;
	}
}

#top .topBox7 .box .btnList li {
	display: inline-block;
	vertical-align: top;
}

#top .topBox7 .box .btnList li:nth-child(1) {
	padding-right: 12px;
}

#top .topBox7 .box .btnList li:nth-child(2) {
	padding-left: 12px;
}

@media only screen and (max-width: 767px) {
	#top .topBox7 .box .btnList li {
		display: block;
		width: 100%;
	}

	#top .topBox7 .box .btnList li:nth-child(1) {
		padding-right: 0;
		margin-bottom: 15px;
	}

	#top .topBox7 .box .btnList li:nth-child(2) {
		padding-left: 0;
	}
}

#top .topBox7 .box .btnList li a {
	display: block;
	background: #fff;
	width: 100%;
	height: 70px;
	position: relative;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	color: #131018;
}

#top .topBox7 .box .btnList li a:hover:before {
	background-color: #131018;
}

@media only screen and (max-width: 940px) {
	#top .topBox7 .box .btnList li a {
		font-size: 14px;
	}
}

#top .topBox7 .box .btnList li a span {
	display: inline-block;
	text-align: center;
	background: url(../img/top/icon_arrow_w.svg) left center no-repeat;
	background-size: 16px 11px;
	vertical-align: middle;
	height: 70px;
	width: 100%;
	padding-top: 25px;
}

@media only screen and (max-width: 767px) {
	#top .topBox7 .box .btnList li a {
		width: 100%;
		height: 55px;
		color: #717074;
		font-size: 15px;
	}

	#top .topBox7 .box .btnList li a span {
		height: 55px;
		padding-top: 18px;
	}
}

#top .topBox7 .box .btnList li:nth-child(1) a span {
	padding-top: 14px;
}

@media only screen and (max-width: 767px) {
	#top .topBox7 .box .btnList li:nth-child(1) a span {
		padding-top: 18px;
	}
}

#top .topBox7 .box .btnList li.singleBox {
	padding-right: 0;
}

#top .topBox7 .box .btnList li.singleBox a {
	color: #0f2d85;
}

#top .topBox7 .box .btnList li.singleBox a span {
	background: url(../img/top/icon_arrow_w.svg) left center no-repeat;
	background-size: 16px 11px;
	padding-top: 25px;
}

@media only screen and (max-width: 767px) {
	#top .topBox7 .box .btnList li.singleBox a span {
		padding-top: 18px;
	}
}

#dtBox {
  border-collapse:separate;
  border-spacing: 5px;
  width: 100%;
	margin: 20px 0;
}

#dtBox th, #dtBox td{
  border-radius: 5px;
  text-align: center;
	vertical-align: middle;
  padding: 10px 0;
}

#dtBox th{
  background-color: #c79852;
  color: white;
  border:solid 1px #927141;
}

#dtBox td{
  background-color: #1f55a7;
	color:#fff;
	font-weight: bold;
	
}

.feature_text img{
	position: relative;
	top:0;
	left:0;
padding-right: 20px;
padding-bottom: 20px;
	display: inline-block;
	float: left;
}

.feature_text{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
}

.feature_text h4{
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
	color: #606060;
	
}

.feature_text h4 {
font-size: 18px;
font-weight: bold;
	margin-top: 15px;
margin-bottom: 15px;
position: relative;
padding: 0.3em 0.4em;
background: #e0edff;
border-radius: 0.2em;
}

.feature_text table td{

	vertical-align: middle;
	border-bottom: 1px;
	
}

.t_photo{
	padding: 100px;
}

.spe table {
	border-style: solid none;
	border-width: 1px;
	border-collapse:collapse;
	border-color: #9F9F9F!important;
	padding: 10px;
	vertical-align: middle;
	
}

.spe table tbody td{
	background-color: #FFFFFF;
	border-style: solid none;
}

.spe table tbody tr th{
    background-color: #f0f0f0;
	border-top: solid;
	border-bottom: solid;
	border-left-style: none;
	border-right-style:solid;
	border-color: #9F9F9F!important;
	border-width: 1px;
}
#table-01 tbody {
    border-top: 1px #9F9F9F solid;
	border-bottom: 1px #9F9F9F solid;
    border-collapse: collapse;
    border-spacing: 0;
}

#table-01 tbody th {
    padding: 5px;
    border-right: #5F5F5F solid;
    border-width: 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 110%;
    text-align: left;
}
#table-01 tbody td {
    padding: 5px;
    border: 1px 0px #9F9F9F solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

.bx-prev {
    transition-duration: 0s!important;
}
.bx-next {
    transition-duration: 0s!important;
}

.pro_box {
	margin-top: 20px!important;
}


.button-049 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin: 0 auto;
    padding: .9em 2em;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 3px #2589d0;
    background-color: #2589d0;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}


