@charset "utf-8";
/* ----------------------------------------------------------
header
---------------------------------------------------------- */
.headerTitle {
	width: 100%;
	height: 25px;
	background-color: #000;
	position: relative;
	z-index: 1;
}

.headerH1 {
	max-width: 1160px;
	margin: 0 auto;
	padding-top: 4px;
	color: #7d7d7d;
}

body .pNav ul li a span {
	display: inline-block;
	width: auto;
	font-size: 12px;
	color: #ccc;
	text-align: center;
	/* transition */
	-webkit-transition: .3s;
	transition: .3s;
}
body .pNav ul li a:hover span,
body .pNav ul li.on a span {
	color: #4e4e4e;
}
body .pNav ul li a:hover span:first-of-type {
  display: none;
}

body .pNav ul li a:not(:hover) span:last-of-type {
  display: none;
}
body .pNav ul li {
	width: 210px;
	float: none;
	display: inline-block;
	padding: 0 10px;
}
body .pNav ul li:first-child {
	width: 160px;
}
body .pNav ul li a:before {
	display: inline-block;
	font-family: 'icomoon' !important;
	content: "\e910";
	color: #fff;
	background-color: #303030;
	width: 20px;
	height: 22px;
	font-size: 10px;
	line-height: 22px;
	margin-right: 7px;
	text-align: center;
	padding-left: 1px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	transform: scale(0.7);
	opacity: 0.3;
}
body .pNav ul li a:hover:before {
	opacity: 1;
}
body .gHeader .siteTitle {
	position: absolute;
	width: 190px;
	background-color: #333;
	display: inline-block;
	padding: 6px 9px 10px;
	z-index: 100;
}

body .gHeader .siteTitle img {
	width: 100%;
	height: auto;
}

body .NavArea {
	position: relative;
}

.headerBtnWrap {
	width: 230px;
	position: absolute;
	top: 26px;
	right: 0;
}

.headerBtn {
	display: block;
	border: solid 1px #333;
	border-radius: 4px;
	text-align: center;
	font-size: 13px;
	padding: 0.6em 0 0.4em;
	transition: all .3s;
}
.headerBtn-big {
	display: block;
	color: #fff;
	border-radius: 4px;
	text-align: left;
	font-size: 13px;
	padding: 0.6em 1.6em 0.4em;
	transition: all .3s;
	background-color: #ae9643;
}
.headerBtn-big:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/index/right_arrow.svg) no-repeat 0 0;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}
.only-sp {
	display: none;
}
.only-pc {
	display: block;
}

@media screen and (min-width: 768px) {
	.headerBtn:hover {
		background-color: #333;
		color: #fff;
	}
	.headerBtn-big:hover {
		background-color: #333;
		color: #fff;
	}
}

body .NavArea {
	float: right;
	padding: 49px 0 0 207px;
	width: 100%;
	box-sizing: border-box;
}

body .gNav ul li {
	float: left;
	width: 16.6%;
	height: 60px;
	overflow: hidden;
}

@media only screen and (max-width: 1160px) {
	body .pNav ul li {
		width: auto;
	}
	body .gHeader .siteTitle {
		position: absolute;
		background-color: #333;
		display: inline-block;
		padding: 3px 30px 6px;
		text-align: center;
		z-index: 100;
		width: auto;
		height: 115px;
		left: 0;
	}

	body .gHeader .siteTitle img {
		width: auto;
		height: 100%;
	}

	.headerH1 {
		padding-left: 10px;
	}

	.headerBtnWrap {
		top: 7px;
	}

	.headerBtn {
		font-size: 11px;
	}

	body .NavArea {
		width: 100%;
		padding: 65px 0 0;
	}
}

@media only screen and (max-width: 800px) {
	body .gHeaderWrapper {
		height: auto;
		padding: 0;
		background: rgba(0,0,0,0.8);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9990;
		width: 100%;
		transition: all .3s;
	}

	body .gHeaderWrapper.flex_head {
		top: -85px;
	}
	body .gHeader {
		height: auto;
		padding: 0;
		background: rgba(0,0,0,0.8);
		position: relative;
		top: 0;
		left: 0;
		z-index: 9990;
		width: 100%;
	}
	.headerTitle {
		width: 100%;
		height: 20px;
		overflow: hidden;
	}

	.headerH1 {
		width: 100%;
		font-size: 10px;
		padding: 2px 1vw;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		line-height: 1.8;
	}

	body .gHeader .siteTitle {
		position: absolute;
		background-color: transparent;
		display: inline-block;
		padding: 2%;
		z-index: 100;
		height: auto;
		left: 0;
	}

	body .gHeader .siteTitle img {
		width: 58%;
		height: auto;
	}

	.headerBtnWrap {
		width: auto;
		position: absolute;
		top: 13px;
		right: 60px;
	}

	body .NavArea {
		position: relative;
	}
	body .gNav ul li {
	width: 50%;
	height: auto;
	border-bottom: 1px solid #403e3d;
	}

	.headerBtn {
		border: solid 1px #fff;
		font-size: 10px;
		line-height: 1.2;
		padding: 0.6em 0.8em 0.6em;
		color: #fff;
		letter-spacing: normal;
	}
	.only-sp {
		display: block;
	}
	.only-pc {
		display: none;
	}

	body .container {
		padding-top: 85px;
	}
}

@media only screen and (max-width: 767px) {
	.headerH1 {
		font-size: 2.0vw;
	}

	body .gHeader .siteTitle {
		position: absolute;
		background-color: transparent;
		display: inline-block;
		padding: 0;
		z-index: 1;
		width: 52%;
		top: 20px;
		left: 12px;
	}

	body .gHeader .siteTitle img {
		width: 100%;
	}

	.headerBtnWrap {
		width: auto;
		position: absolute;
		top: 16px;
		right: 60px;
	}

	.headerBtn {
		border: solid 1px #fff;
		font-size: 2.0vw;
		padding: 0.6em 0.8em 0.6em;
		color: #fff;
		letter-spacing: normal;
	}

	body .container {
		padding-top: 85px;
		padding-bottom: 10vw;
	}
}

/* ----------------------------------------------------------
mainArea
---------------------------------------------------------- */
.page {
	letter-spacing: 1px;
}

.mainVisual {
	width: 100%;
	height: 650px;
	background: url(../img/index/mv_bg.jpg) no-repeat center 0;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.innerWrap {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.innerWrap:before {
	content: "";
	display: block;
	width: 100%;
	height: 100px;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	left: 0;
	bottom: 0;
}

.inner {
	max-width: 1160px;
	height: 100%;
	padding: 0 3vw;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

.mvText {
	padding-top: 120px;
}

.mvRead {
	font-size: 26px;
	color: #fff;
	font-weight: 500;
	text-shadow: 2px 2px 7px #2e2e2e;
	margin-bottom: 10px;
}

.mark {
	font-style: normal;
	font-size: 0.5em;
	vertical-align: super;
}

.mvCatch {
	font-size: 64px;
	color: #fff;
	line-height: 1.2;
	font-weight: 400;
	text-shadow: 2px 2px 7px #2e2e2e;
}

.mvFeature {
	width: 100%;
	height: 100px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
}

.mvFeatureInner {
	display: table;
	width: 100%;
	height: 60px;
	position: relative;
	margin-top: 20px;
}

.mvFeatureList {
	border-left: solid 1px #828282;
	display: table-cell;
	color: #fff;
	letter-spacing: 0;
	width: 33%;
	vertical-align: middle;
	font-size: 20px;
}

.mvFeatureList:first-child {
	border-left: none;
}

.mvFeatureList b {
	font-size: 1.5em;
	color: #b7a35c;
}

.mvFeatureList i {
	font-style: normal;
	color: #b7a35c;
	font-weight: bold;
}

@media only screen and (max-width: 1160px) {
	.mainVisual {
		height: auto;
		background: url(../img/index/mv_bg.jpg) no-repeat center -20px;
		background-size: auto;
	}

	.innerWrap {
		height: 480px;
	}

	.mvText {
		padding-top: 80px;
	}

	.mvFeatureInner {
		height: 40px;
		margin-top: 38px;
	}

	.innerWrap:before {
		height: 80px;
	}

	.mvFeatureList {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.page {
		letter-spacing: 1px;
	}

	.mainVisual {
		height: auto;
		background: url(../img/index/mv_bg.jpg) no-repeat center -20px;
		background-size: auto 100vw;
	}

	.innerWrap {
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 1;
	}

	.innerWrap:before {
		/*height: 13.3333333vw;*/
		display: none;
	}

	.innerWrap .inner {
		max-width: 1160px;
		height: 100%;
		padding: 0 3vw;
		margin: 0 auto;
		position: relative;
		z-index: 100;
	}

	.mvText {
		padding: 18vw 7vw 30vw;
	}

	.mvRead {
		font-size: 3.46vw;
	}

	.mark {
		font-style: normal;
		font-size: 0.5em;
		vertical-align: super;
	}

	.mvCatch {
		font-size: 8.53vw;
		color: #fff;
		line-height: 1.2;
		font-weight: 400;
		text-shadow: 2px 2px 7px #2e2e2e;
	}

	.mvFeature {
		background-color: rgba(0,0,0,0.6);
		height: auto;
		text-align: center;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}


	.mvFeatureInner {
		display: block;
		width: 100%;
		height: auto;
		position: relative;
		margin-top: 1.6vw;
		margin-bottom: 1.6vw;
	}

	.mvFeatureList {
		border: none;
		display: block;
		color: #fff;
		width: 100%;
		vertical-align: middle;
		font-size: 3vw;
		letter-spacing: normal;
	}

	.mvFeatureList:first-child {
	}
}

/* ----------------------------------------------------------
cvForm
---------------------------------------------------------- */
.mvFormInner {
	width: 1160px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 50;
}

.cvForm {
	width: 500px;
	background-color: #093b58;
	position: absolute;
	top: 30px;
	right: 20px;
	box-sizing: border-box;
	padding: 30px 35px 35px;
}

.cvFormTtl {
	font-size: 36px;
	font-weight: 100;
	color: #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}


.cvFormTtl:after {
	content: "";
	display: block;
	width: 40px;
	height: 4px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

.cvFormTtl .icon {
	display: inline-block;
	width: 0.9em;
	vertical-align: text-bottom;
	margin-right: 10px;
}

.cvFormTtl .icon img {
	width: 100%;
	height: auto;
}

.cvFormStep {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 10px;
}

.cvRadioWrap {
	width: auto;
	padding: 10px 15px 20px;
	color: #fff;
	background-color: #03283d;
	margin-bottom: 15px;
}

.cvTextWrap {
	width: auto;
	margin-bottom: 20px;
}

.cvRadioWrap input[type=radio] {
	display: none;
}

input.cvPostCode {
	-webkit-appearance: none;
	border: none;
	width: 100%;
	height: 56px;
	padding: 10px 15px;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: 2px 2px 4px #9d9d9d inset;
	font-size: 16px;
}

input::-webkit-input-placeholder {
	color: #9f9f9f;
}

input::-moz-placeholder {
	color: #9f9f9f;
}

input:-moz-placeholder {
	color: #9f9f9f;
}

input:-ms-input-placeholder {
	color: #9f9f9f;
}

.mvLabel {
	display: inline-block;
	width: 49%;
	font-size: 13px;
	line-height: 34px;
	height: 34px;
	padding-left: 6.3%;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	letter-spacing: -1px;
}

.mvLabel:before {
	content: "";
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: text-bottom;
	border-radius: 50%;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #bfbfbf 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#bfbfbf 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#bfbfbf 100%);
	border: solid 1px #0f2f41;
	position: absolute;
	top: 5px;
	left: 0;
}

.mvLabel span {
    font-size: 10px;
    display: inline-block;
    position: absolute;
    left: 27px;
    bottom: -16px;
}

.mvLabel__note{
	background: #bf1b1b;
	color: #fff;
	display: block;
	font-style: normal;
	font-size: 0.8em;
	line-height: 1;
	padding: 2px;
	position: absolute;
	right: -2px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

input[type="radio"]:checked + label.mvLabel:before {
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
}

input[type="radio"]:checked + label.mvLabel:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #bf1b1b;
	position: absolute;
	top: 11px;
	left: 6px;
}

.cvFormSubmit {
	background: #cebb5c;
	background: -moz-linear-gradient(top, #cebb5c 0%, #8f712a 100%);
	background: -webkit-linear-gradient(top, #cebb5c 0%,#8f712a 100%);
	background: linear-gradient(to bottom, #cebb5c 0%,#8f712a 100%);
	border: solid 1px #c7a426;
	border-radius: 4px;
	box-shadow: 0px 1px 2px #ffe894 inset;
}

.cvFormBtn {
	-webkit-appearance: none;
	border: none;
	width: 100%;
	padding: 18px 0 16px;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	background-color: transparent;
	background-image: url(../img/index/right_arrow_cv.svg);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 20px;
	text-shadow: 1px 1px 7px #735d26;
	cursor: pointer;
}

@media only screen and (max-width: 1200px) {
	.mvFormInner {
		width: 100%;
		height: 100%;
	}
}

@media only screen and (max-width: 1160px) {
	.mvFormInner {
		height: auto;
		position: relative;
		top: 0;
		left: 0;
		transform: translateX(0);
		z-index: 50;
		background-color: #093b58;
	}

	.cvRadioWrap {
		padding: 10px 15px 25px;
	}

	.cvForm {
		width: auto;
		max-width: 800px;
		margin: 0 auto;
		position: relative;
		top: 0;
		right: 0;
		box-sizing: border-box;
		padding: 60px 4vw 80px;
	}

	.mvLabel {
		width: 100%;
		padding-left: 5%;
	}

	.mvLabel span {
	    left: 5%;
	}

	.mvLabel:nth-child(4) {
		width: 100%;
	}

	.mvLabel__note{
		display: inline-block;
		margin-left: 5px;
		position: relative;
		right: 0;
		top: 0;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}

@media only screen and (max-width: 767px) {
	.mvFormInner {
		height: auto;
		position: relative;
		top: 0;
		left: 0;
		transform: translateX(0);
		z-index: 50;
	}

	.cvForm {
		width: auto;
		background-color: #093b58;
		position: relative;
		top: 0;
		right: 0;
		box-sizing: border-box;
		padding: 8vw 6vw 16vw;
	}

	.cvFormTtl {
		font-size: 7.8vw;
	}

	.cvFormTtl .icon {
		display: inline-block;
		width: 0.9em;
		vertical-align: text-bottom;
		margin-right: 10px;
	}

	.cvFormStep {
		font-size: 4.5vw;
	}

	.cvRadioWrap {
		width: auto;
		padding: 3vw 4vw 6vw;
	}

	input.cvPostCode {
		height: 16vw;
		font-size: 3.6vw;
	}

	.mvLabel {
		width: 100%;
		font-size: 3.8vw;
		height: 9vw;
		padding-left: 8vw;
		line-height: 9vw;
	}

	.mvLabel span {
		left: 8vw;
	}

	.mvLabel:nth-child(4) {
		/*width: 60%;*/
	}

	input[type="radio"]:checked + label.mvLabel:after {
		width: 0.7em;
		height: 0.7em;
		top: 3.1vw;
		left: 1.7vw;
	}

	.cvFormBtn {
		padding: 5.2vw 0;
		font-size: 5.2vw;
		font-weight: 700;
	}
}

/* ----------------------------------------------------------
contents
---------------------------------------------------------- */
.contents {
	width: 100%;
	padding: 80px 0;
	position: relative;
	z-index: 1;
}

.sectionTtl {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}

.sectionTtl.white {
	color: #fff;
}

.sectionTtl span {
	display: block;
	font-size: 0.5em;
	font-weight: 300;
	color: #b7a35c;
	padding-top: 5px;
}

.inner {
	max-width: 1160px;
	height: 100%;
	padding: 0 3vw;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

@media only screen and (max-width: 1199px) {
	.br-sp {
		display: none;
	}
}

@media only screen and (max-width: 1160px) {
	.inner {
		max-width: 800px;
	}
}

@media only screen and (max-width: 767px) {
	.contents {
		padding: 16vw 0;
	}

	.br-ttl-sp {
		display: none;
	}

	.sectionTtl {
		font-size: 5.06vw;
		font-weight: bold;
		text-align: left;
		margin-bottom: 10vw;
	}

	.sectionTtl span {
		font-size: 0.6em;
	}

	.inner {
		height: auto;
		padding: 0 6vw;
	}
}

/* ----------------------------------------------------------
linkBtn
---------------------------------------------------------- */
a.linkBtn {
	display: inline-block;
	width: 100%;
	background: #333;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 1.2em 0;
	border: solid 1px #ccc;
	box-sizing: border-box;
	border-radius: 4px;
	position: relative;
	z-index: 1;
	transition: all .3s;
}

a.linkBtn:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/index/right_arrow.svg) no-repeat 0 0;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
	a.linkBtn:hover {
		background: #646464;
	}
}

.linkBtnLayout01 {
	width: 50%;
	margin: 0 auto;
}

@media only screen and (max-width: 1160px) {
	.linkBtnLayout01 {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	a.linkBtn {
		font-size: 3.2vw;
	}

	.linkBtnLayout01 {
		width: 100%;
		margin: 0 auto;
	}
}

/* ----------------------------------------------------------
featureList
---------------------------------------------------------- */
.featureListWrap {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	position: relative;
	margin-bottom: 50px;
}

.featureList {
	width: 32%;
	position: relative;
	border: solid 1px #ccc;
}

.featureCatch {
	font-size: 22px;
	font-weight: bold;
	padding: 6% 5% 7% 33%;
	border-bottom: solid 1px #ccc;
}

.featureCatch b {
	color: #b7a35c;
}

.featureRead {
	font-size: 16px;
	padding: 7%;
}

.featureNum {
	font-family: 'Noto Sans Japanese';
	width: 26%;
	background-color: #b7a35c;
	text-align: center;
	padding: 22px 0 26px;
	color: #fff;
	position: absolute;
	top: -14px;
	left: 12px;
}

.featureNum span {
	display: block;
	font-size: 40px;
	font-weight: 100;
	line-height: 1;
}

@media only screen and (max-width: 1160px) {
	.featureListWrap {
		display: block;
		margin-bottom: 60px;
	}

	.featureList {
		width: 100%;
		margin-bottom: 30px;
	}

	.featureCatch {
		font-size: 24px;
		font-weight: bold;
		padding: 4% 5% 5% 20%;
		border-bottom: solid 1px #ccc;
	}

	.featureRead {
		font-size: 16px;
		padding: 4%;

	}

	.featureNum {
		font-size: 12px;
		width: 14%;
		padding: 2% 0 3%;
	}

	.featureNum span {
		font-size: 48px;
	}
}

@media only screen and (max-width: 767px) {
	.featureListWrap {
		margin-bottom: 10vw;
	}

	.featureList {
		margin-bottom: 8vw;
	}

	.featureCatch {
		font-size: 4.26vw;
		font-weight: bold;
		padding: 6% 5% 7% 33%;
		border-bottom: solid 1px #ccc;
	}

	.featureRead {
		font-size: 3.2vw;
	}

	.featureNum {
		font-size: 2.6vw;
		width: 22vw;
		padding: 6vw 0 7vw;
	}

	.featureNum span {
		font-size: 7.2vw;
	}
}

/* ----------------------------------------------------------
section02
---------------------------------------------------------- */
.section02 {
	background: url(../img/index/sec02_fig01.jpg) no-repeat center top;
}

.sec02Inner {
	max-width: 1010px;
	margin: 0 auto;
	padding: 170px 0 0 500px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}

.serviceIcon {
	width: 45%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.serviceIcon img {
	width: 100%;
	height: auto;
	border: solid 1px #ccc;
}

.serviceRead {
	font-size: 15px;
	line-height: 2;
	margin-bottom: 36px;
}

@media only screen and (max-width: 1160px) {
	.sec02Inner {
		margin: 0 auto;
		padding: 0 0 0 0;
		box-sizing: border-box;
	}

	.serviceIcon {
		width: 60%;
		position: relative;
		margin: 0 auto;
		bottom: 0;
		left: 0;
		margin-bottom: 40px;
	}

	.serviceRead {
		font-size: 18px;
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.section02 {
		background: url(../img/index/sec02_fig01.jpg) no-repeat center top;
	}

	.serviceIcon {
		width: 90%;
		margin-bottom: 6vw;
	}

	.serviceRead {
		font-size: 3.6vw;
		margin-bottom: 8vw;
	}
}

/* ----------------------------------------------------------
section03

---------------------------------------------------------- */
.section03 {
	background: #f1f1f1 url(../img/index/sec03_fig01.png) no-repeat right top;
}

.sec03Inner {
	background: url(../img/index/sec03_fig02.png) no-repeat left bottom;
}

.caseWrap {
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.caseListWrap {
	width: 49%;
	position: relative;
}

.caseListWrap.right {
	float: right;
}

.caseListWrap.left {
	float: left;
}

.caseList {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

.caseList:nth-child(2n) {
}

.caseItem {
	width: 100%;
	background: #fff;
	box-shadow: 0px 2px 4px #ccc;
	position: relative;
	z-index: 1;
}

.caseHead {
	font-size: 20px;
	font-weight: bold;
	padding: 28px 80px 28px 120px;
	background: url(../img/index/sec03_icon.svg) no-repeat 5% center;
	background-size: 70px auto;
	position: relative;
	z-index: 1;
	cursor: pointer;
	transition: all .3s;
	box-sizing: border-box;
	min-height: 116px;
}

@media screen and (min-width: 768px) {
	.caseHead:hover {
		background: #dfdfdf url(../img/index/sec03_icon.svg) no-repeat 5% center;
		background-size: 70px auto;
	}
}

.caseHead:before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: #f1f1f1 url(../img/common/acd_open.svg) no-repeat 0 0;
	text-align: center;
	line-height: 35px;
	color: #a1a1a1;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}

.caseHead.active:after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: #f1f1f1 url(../img/common/acd_close.svg) no-repeat 0 0;
	text-align: center;
	line-height: 35px;
	color: #a1a1a1;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}

.caseHead b {
	color: #b7a35c;
}

.caseContent {
	display: none;
	border-top: solid 1px #ccc;
	padding: 30px;
	font-size: 16px;
}

.caseList:first-child .caseContent {
	display: block;
}

.linkBtnLayout03 {
	width: 70%;
	margin: 20px auto 0;
}

@media only screen and (max-width: 1160px) {
	.caseListWrap {
		width: 100%;
		position: relative;
	}

	.caseListWrap.right {
		float: none;
	}

	.caseListWrap.left {
		float: none;
	}

	.caseHead {
		font-size: 20px;
		font-weight: bold;
		padding: 28px 80px 28px 120px;
		background: url(../img/index/sec03_icon.svg) no-repeat 4% center;
		background-size: 70px auto;
		min-height: 90px;
	}

	.caseHead:before {
		right: 3%;
	}

	.caseHead.active:after {
		right: 3%;
	}
}

@media only screen and (max-width: 767px) {
	.section03 {
		background: #f1f1f1 url(../img/index/sec03_fig01.png) no-repeat right top;
		background-size: 74vw;
	}

	.sec03Inner {
		background: url(../img/index/sec03_fig02.png) no-repeat left bottom;
		background-size: 74vw;
	}

	.caseWrap {
		width: 100%;
		position: relative;
		z-index: 1;
		overflow: hidden;
	}

	.caseList {
		margin-bottom: 4vw;
	}

	.caseHead {
		font-size: 3.2vw;
		font-weight: bold;
		padding: 28px 14vw 28px 18vw;
		background: url(../img/index/sec03_icon.svg) no-repeat 5% center;
		background-size: 10vw auto;
		min-height: auto;
	}

	.caseHead:before {
		content: "";
		width: 8vw;
		height: 8vw;
		background-size: cover;
		right: 4%;
	}

	.caseHead.active:after {
		content: "";
		width: 8vw;
		height: 8vw;
		background-size: cover;
		right: 4%;
	}

	.caseContent {
		display: none;
		padding: 6vw;
		font-size: 3.2vw;
	}

	.linkBtnLayout03 {
		width: 100%;
		margin: 4vw auto 0;
	}
}

/* ----------------------------------------------------------
knowledgeList
---------------------------------------------------------- */
.knowledgeListWrap {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	position: relative;
}

.knowledgeList {
	width: 32%;
	position: relative;
	border: solid 1px #ccc;
	box-sizing: border-box;
	padding: 26px 26px 60px;
	transition: all .3s;
}

@media screen and (min-width: 768px) {
	.knowledgeList:hover {
		background-color: #f1f1f1;
		box-shadow: 0px 6px 10px #e6e6e6;
	}
}

.knowledgeTtl {
	font-size: 22px;
	margin-bottom: 15px;
}

.knowledgeTtl span {
	display: block;
	font-size: 0.5em;
	color: #b7a35c;
	font-weight: bold;
}

.knowledgeRead {
	font-size: 16px;
	line-height: 1.6;
}

.knowledgeLink {
	width: 52px;
	height: 52px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.knowledgeLink img {
	width: 100%;
	height: auto;
}

.knowledgeLinkBtn {
	display: block;
	background: #333;
	padding: 14px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	transition: all .3s;
}

@media screen and (min-width: 768px) {
	.knowledgeList:hover .knowledgeLinkBtn {
		background: #646464;
	}
}

a.knowledgeWrapLink {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (max-width: 767px) {
	.knowledgeListWrap {
		display: block;
	}

	.knowledgeList {
		width: 100%;
		padding: 6vw 6vw 10vw;
		margin-bottom: 4vw;
	}

	.knowledgeTtl {
		font-size: 4.8vw;
		margin-bottom: 15px;
	}

	.knowledgeRead {
		font-size: 3.2vw;
	}

	.knowledgeLink {
		width: 12vw;
		height: 12vw;
	}

	.knowledgeLinkBtn {
		padding: 3vw;
	}
}

/* ----------------------------------------------------------
section05
---------------------------------------------------------- */
.section05 {
	background: url(../img/index/sec05_fig01.jpg) no-repeat center 0;
	background-size: cover;
}

.columnListWrap {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	position: relative;
	margin-bottom: 50px;
}

.columnList {
	width: 32%;
	position: relative;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 2px 8px #ddd;
	transition: all .3s;
}

@media screen and (min-width: 768px) {
	.columnList:hover {
		box-shadow: 0 6px 16px #c5c5c5;
		background-color: #f1f1f1;
	}
}

.columnImg {
	width: 100%;
	background-color: #fff;
}

.columnImg img {
	width: 100%;
	height: auto;
	transition: all .3s;
	backface-visibility: hidden;
}

@media screen and (min-width: 768px) {
	.columnList:hover .columnImg img {
		width: 100%;
		opacity: 0.7;
	}
}

.columnText {
	padding: 26px 26px 40px;
	transition: all .3s;
}

.columnLabel {
	display: inline-block;
	color: #fff;
	background-color: #b7a35c;
	padding: 0.2em 1.6em;
	margin-bottom: 10px;
}

.columnTtl {
	font-size: 16px;
	font-weight: bold;
}

.columnWrapLink {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;

	top: 0;
	left: 0;
	z-index: 10;
}

@media only screen and (max-width: 767px) {
	.section05 {
		background: url(../img/index/sec05_fig01.jpg) no-repeat center 0;
		background-size: cover;
	}

	.columnListWrap {
		display: block;
		margin-bottom: 8vw;
	}

	.columnList {
		display: flex;
		justify-content: space-between;
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		width: 100%;
		margin-bottom: 6vw;
		padding: 4vw;
	}

	.columnImg {
		width: 30vw;
		height: 30vw;
		position: relative;
		overflow: hidden;
		background: #ccc;
	}

	.columnImgTrim {
		position: absolute;
		width: 200%;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.columnImg img {
		width: 100%;
		height: auto;
		transition: all .3s;
		backface-visibility: hidden;
	}

	.columnText {
		width: 45vw;
		padding: 0;
		transition: all .3s;
	}

	.columnLabel {
		font-size: 2.6vw;
		margin-bottom: 2vw;
	}

	.columnTtl {
		font-size: 3.2vw;
		font-weight: bold;
	}
}

/* ----------------------------------------------------------
bottomFormWrap
---------------------------------------------------------- */
.bottomFormWrap {
	width: 100%;
	position: relative;
	background: #093b58;
	padding: 40px 0;
}

.bottomCvForm {
	width: 100%;
	position: relative;
}

.bottomCvFormStepWrap {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	position: relative;
}

.cvFormStepInner {
	position: relative;
}

.cvFormStepInner:nth-child(1) {
	width: 40%;
}

.cvFormStepInner:nth-child(2) {
	width: 26%;
}

.cvFormStepInner:nth-child(3) {
	width: 26%;
}


.cvFormStepInner:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-top: solid 4px #116392;
	border-right: solid 4px #116392;
	position: absolute;
	right: -26px;
	transform: rotate(45deg);
	bottom: 34%;
}

.cvFormStepInner:last-child:before {
	content: none;
}

.cvFormStepInner:last-child {
	padding-top: 39px;
}

.bottomCvForm .mvLabel {
	width: 47%;
	height: 27px;
	line-height: 27px;
}

.bottomCvForm input.cvPostCode {
	height: 79px;
}

.bottomCvForm .cvFormBtn {
	padding: 25px 20px 20px;
	background-position: 98% center;
	font-size: 20px;
	text-align: left;
}

@media only screen and (max-width: 1160px) {
	.bottomCvFormStepWrap {
		display: block;
		position: relative;
	}

	.cvFormStepInner {
		width: 100%;
		position: relative;
	}

	.cvFormStepInner:nth-child(1) {
		width: 100%;
	}

	.cvFormStepInner:nth-child(2) {
		width: 100%;
	}

	.cvFormStepInner:nth-child(3) {
		width: 100%;
	}

	.cvFormStepInner:before {
		content: none;
	}

	.cvFormStepInner:last-child:before {
		content: none;
	}

	.bottomCvForm .mvLabel {
		width: 100%;
	}

	.bottomCvForm .mvLabel {
		width: 100%;
		height: 34px;
		line-height: 34px;
	}

	.bottomCvForm .mvLabel:nth-child(4) {
		width: 100%;
	}

	.bottomCvForm input.cvPostCode {
		height: 60px;
	}

	.cvFormStepInner:last-child {
		padding-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	.bottomFormWrap {
		padding: 10vw 0;
	}

	.bottomCvForm {
		width: 100%;
		position: relative;
	}

	.bottomCvForm .mvLabel {
		width: 100%;
	}

	.bottomCvForm .mvLabel:nth-child(4) {
		width: 100%;
	}

	.bottomCvForm input.cvPostCode {
		height: 16vw;
		font-size: 3.6vw;
	}


	.bottomCvForm .cvFormBtn {

		background-position: 96% center;
	}
}

/* ----------------------------------------------------------
captionWrap
---------------------------------------------------------- */
.captionWrap {
	width: 100%;
	text-align: center;
	padding: 60px 0 0;
}

.underCaption {
	display: inline-block;
	font-size: 11px;
	text-align: left;
	color: #888;
}

@media only screen and (max-width: 1160px) {
	.captionWrap {
		width: auto;
		text-align: center;
		padding: 70px 8vw 0;
	}
}

@media only screen and (max-width: 767px) {
	.captionWrap {
		padding: 10vw 8vw 0;
	}

	.underCaption {
		display: inline-block;
		font-size: 11px;
		text-align: left;
		color: #888;
	}
}

.imgphoto {
	position: absolute;
	top: 349px;
	right: 18px;
	color: #fff;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	.imgphoto {
		position: absolute;
		top: 10px;
		right: 18px;
		color: #fff;
		font-weight: bold;
	}
}

.floatCv {
	width: 100%;
	height: 70px;
	padding: 10px 0;
	background: rgba(0,0,0,0.7);
	position: fixed;
	bottom: 0;
	z-index: 999;
}

.floatCvInner {
	display: table;
	width: 840px;
	height: 70px;
	margin: 0 auto;
}

.cvInner_left {
	display: table-cell;
	vertical-align:  middle;
}

.cvInner_right {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}

.floatCvTxt {
	font-size: 18px;
	color: #fff;
}

.floatCvBtn {
	display: block;
	background: #cebb5c;
	background: -moz-linear-gradient(top, #cebb5c 0%, #8f712a 100%);
	background: -webkit-linear-gradient(top, #cebb5c 0%,#8f712a 100%);
	background: linear-gradient(to bottom, #cebb5c 0%,#8f712a 100%);
	border: solid 1px #c7a426;
	border-radius: 4px;
	box-shadow: 0px 1px 2px #ffe894 inset;
}
.floatCvBtn:hover {
	background: #cebb5c;
	background: -moz-linear-gradient(top, #cebb5c 0%, #cebb5c 100%);
	background: -webkit-linear-gradient(top, #cebb5c 0%,#cebb5c 100%);
	background: linear-gradient(to bottom, #cebb5c 0%,#cebb5c 100%);
	box-shadow: none;
}
.floatCvBtn span{
	display: block;
	width: 100%;
	text-align: center;
	padding: 14px 0 15px;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	background-color: transparent;
	background-image: url(../img/index/right_arrow_cv.svg);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 20px;
	text-shadow: 1px 1px 7px #735d26;
	cursor: pointer;
}
@media only screen and (max-width: 840px) {
.floatCvInner {
	width: 740px;
}
.floatCvTxt {
	font-size: 2.2vw;
}
}
@media only screen and (max-width: 767px) {
.floatCv {
	height: 16vw;
	padding: 10px 0;
}

.floatCvInner {
	display: block;
	height: 12.5vw;
	margin: 0 auto;
}

.floatCvInner {
	width: 100%;
	height: 100%;
}
.cvInner_left {
	display: none;
}

.cvInner_right {
	width: 90%;
	display: block;
	vertical-align: middle;
	margin: 0 auto;
}
.floatCvBtn span{
	font-size: 4.8vw;
	padding: 4.3vw 0 4.3vw;
}
}

#close {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    border: solid 1px #fff;
    top: 10px;
    right: 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s;
}

#close span.cls {
    display: block;
    position: absolute;
    top: 10px;
    left: 4px;
}

#close span.cls:before,
#close span.cls:after {
    content: "";
    display: block;
    width: 13px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
}

#close span.cls:before{
    transform: rotate(45deg);
}
#close span.cls:after{
    transform: rotate(135deg);
}

#close:hover {
    background: #fff;
}
#close:hover span.cls:before,
#close:hover span.cls:after {
    background: #000;
}

@media only screen and (max-width: 767px) {
#close {
    display: none;
}
}


/* ----------------------------------------------------------
bnrArea
---------------------------------------------------------- */
.bnrArea {
	padding-bottom: 0;
}

.bnrWrap {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.bnrWrap img {
	width: 100%;
	height: auto;
}

.bnrLink {
	display: inline-block;
	transition: all .3s;
}

.bnrLink:hover {
	opacity: 0.7;
}


/* ----------------------------------------------------------
page-cv-bottom
---------------------------------------------------------- */
.page-cv-bottom {
    width: 100%;
    position: relative;
    z-index: 1;
}

.page-cv-bottom-ttl {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom:  20px;
}

.page-cv-bottom-inner {
    width: 600px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
.page-cv-bottom-ttl {
	font-size: 4.2vw;
}
.page-cv-bottom-inner {
    width: 94%;
    margin: 0 auto;
}
}

.box02 .support .inner {
	padding: 0;
}
