@charset "UTF-8";

/* ch_requirements
---------------------------------------------------------- */

.keyVisual {
	width: 100%;
	margin: 0 auto 0;
	padding: 87px 0;
	background: url(../aboutus/images/img_main.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}
.keyVisual h2 {
	color: #ffffff;
	font-size: 48px;
	font-weight: 200;
	line-height: 1;
	text-align: center;
}
.keyVisual h2 em {
	color: #ffffff;
	font-size: 24px;
	display: block;
	padding: 14px 0 0;
}

@media all and (max-width: 1200px) {
	.keyVisual {
		margin-bottom: 0;
	}
	.breadcrumbArea {
		margin-bottom: 40px;
	}
}
@media all and (max-width: 768px) {
	.keyVisual {
		padding: 60px 0;
	}
	.keyVisual h2 {
		font-size: 28px;
		position: relative;
		left: auto; top: auto;
	}
	.keyVisual h2 em {
		font-size: 18px;
		letter-spacing: 0;
		padding: 10px 0 0;
	}
}



/* GUIDELINE */
#step {
	max-width: 900px;
	width: 100%;
	margin: 0 auto 100px;	
}
.stepFlow01 {
	margin-bottom: 60px;
}
.stepFlow01 li {
	padding-bottom: 90px;
	position: relative;
}
.stepFlow01 li::before {
	position: absolute;
	bottom: 25px;
	left: 95px;
	content: '';
	background: url(../guideline/images/ic13.png) no-repeat 0 0;
	width: 40px;
	height: 24px;
}
.stepFlow01 li:last-child::before {
	content: '';
	background: none;
}
.stepFlow01 li span {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.1;
	letter-spacing: 0.1em;
	color: #fff;
	background: #58d19d;
	padding: 0.3em 1.25em 0.2em;
	border-radius: 18px;
	margin-right: 2.25em;
}
.stepFlow01 li dl {
	float: left;
	margin-left: 15.41%;
	width: 100%;
	margin-top: -33px;
	box-sizing: border-box;
}
.stepFlow01 li dl dt {
	float: left;
	display: table-cell;
	vertical-align: middle;
	width: 17.18%;
	line-height: 2;
	margin-top: 0.3em;
	box-sizing: border-box;
}
.stepFlow01 li dl dd {
	float: left;
	display: table-cell;
	vertical-align: middle;
	width: 67.41%;
	width: 70%;
	line-height: 2;
	margin-top: -0.5em;
	box-sizing: border-box;
}

.entryButton01 a {
	width: 350px;
	height: 72px;
	color: #ffffff;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background-color: #4b96e4;
	margin: 0 auto;
	position: relative;
}
.entryButton01 a:after {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 40px;
	position: absolute;
	right: 15px; top: 0;
}
@media all and (max-width: 1200px) {
	.stepFlow01 {
		width: 96%;
		margin: 0 auto 60px;
	}
	.stepFlow01 li {
		padding-bottom: 40px;
		text-align: center;
	}
	.stepFlow01 li span {
		display: block;
		text-align: center;
		border-radius: 18px;
		margin: 0;
	}
	.stepFlow01 li dl {
		float: none;
		margin-left: 0;
		width: 100%;
		margin-top: 20px;
		box-sizing: border-box;
	}
	.stepFlow01 li dl dt {
		float: none;
		display: block;
		font-weight: 600;
		text-align: center;
		vertical-align: middle;
		width: 100%;
		line-height: 1.6;
		margin: 0 0 5px;
		box-sizing: border-box;
	}
	.stepFlow01 li dl dd {
		float: none;
		display: block;
		text-align: center;
		vertical-align: middle;
		width: 100%;
		line-height: 1.6;
		margin: 0;
		box-sizing: border-box;
	}
	.stepFlow01 li::before {
		display: none;
	}	
	.stepFlow01 li img {
		width: 40px;
		height: 24px;
		margin: 20px auto 0;
	}	
}


@media all and (max-width: 768px) {
	.stepFlow01 li img {
		width: 20px;
		height: 12px;
		margin-top: 20px;
	}	
	.entryButton01 {
		display: block;
		box-sizing: border-box;
	}
	.entryButton01 p {
		margin: 0 auto 20px;
	}
	.entryButton01 a {
		width: 300px;
		height: 62px;
		color: #ffffff;
		font-size: 16px;
		position: relative;
	}
	.entryButton01 a:after {
		font-size: 30px;
		right: 15px; top: 5px;
	}
}


/* Occupation */
#topOccupation {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px;
}
.accordionbox{
	width: 100%;
	margin: -15px auto 40px;
}
.accordionlist dt{
	display:block;
	background: #f6f6f6;
	padding: 20px 0 10px;
	cursor: pointer;
	border-top: 15px #ffffff solid;
}
.accordionlist dt .title{
	padding: 0 30px;
	float: left;
	font-weight: bold;
}
.accordionlist dd{
	display:none;
	background: #f6f6f6;
	padding: 0 30px 30px;
	margin: 0 0 15px;
}
.accordionlist dd ul {
	margin: 30px 0;
	border-top: 1px #727272 solid;
}
.accordionlist dd ul li {
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px #727272 solid;
}
.accordionlist dd ul li span {
	display: table-cell;
}
.accordionlist dd ul li span:first-child {
	width: 220px;
	font-weight: bold;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin: 10px 30px 0 0;
	cursor: pointer;
}
.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #727272;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion_icon.active span:nth-of-type(1) {
	top: 5px;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
    transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.accordionlist .btn {
	display: table;
	width: 260px;
	height: 48px;
	margin: 0 auto;
	background-color: #ffffff;
	border: 1px #727272 solid;
}
.accordionlist .btn a {
  display: table-cell;
  vertical-align: middle;
	width: 260px;
	height: 48px;
	color: #727272;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	position: relative;
}
.accordionlist .btn a:after {
	content: ">";
	position: absolute;
	right: 20px;
}

@media all and (max-width: 768px) {
	#topOccupation {
		margin: 0 auto 40px;
	}
	.accordionlist dd ul li span:first-child {
		display: block;
		padding-right: 0;
	}
}

/* Form */
input[type="radio"]{
	margin-right: 0.2em;
}