@charset "utf-8";
/* main contents */
#section01 {
	width: 100%;
	height: auto;
	padding-top: 60px;
}
#section01 .box01 {
    width: 100%;
    height: auto;
    background: url(../img/qa/qa_main_img.jpg) no-repeat;
	background-size: 100%;
	padding-top: 30%;
}
#section02 {
    width: 100%;
    height: auto;
}
#section02 .box01 {
    width: 100%;
    height: auto;
	text-align: center;
	padding-bottom: 10%;
	background: url(../img/contents_bg.gif) repeat;
}
#section02 .box01 h1 {
    font-size: 100%;
	color: #FFFFFF;
}
#section02 .box01 h1 span {
	color: #fae003;
	font-size: 180%;
	text-shadow:2px 2px 3px #000000;
}
#section02 .box01 h2 {
    font-size: 100%;
	color: #FFFFFF;
}
#section02 .box01 h2 span {
	color: #fae003;
	font-size: 180%;
	text-shadow:2px 2px 3px #000000;
}
#section02 .box02 {
    width: 100%;
    height: auto;
	padding-top: 5%;
	padding-bottom: 5%;
	margin: 0 auto;
}
#section02 .box02 h2 {
    width: 95%;
    font-size: 110%;
	color: #95A3B3;
	text-align: center;
	margin-top: 5%;
}
#section02 .box02 h3 {
	width: 95%;
	margin: 0 auto;
	text-align: center;
	color: #39D678;
	font-size: 130%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
    border-bottom: 2px dashed #8FC31F ;
    position: relative;
}
#section02 .box02 h3::before {
    width: 95%;
    background: #39D678;
    top: 0;
    left: 0.5em;
    height: 12px;
    width: 12px;
    position: absolute;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    content: "";
}
#section02 .box02 h3::after {
    width: 95%;
    background:#39D678 ;
    top: 0.8em;
    left: 0.2em;
    height: 8px;
    width: 8px;
    position: absolute;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    content: "";
}
#section02 .box02 .message-window01 {
    width: 100%;
    height: auto;
/* 	background: url(../img/message-window01a.png) no-repeat center;
    background-image: 100%; */
}
#section02 .box02 .allow01 {
    width: 100%;
    height: auto;
    background: url(../img/allow01.png) no-repeat center;
    background-image: 100%;
	transform:rotateZ(90deg) ;
    padding-top: 50%;
}
#section02 .box03 {
    width: 90%;
    height: auto;
    margin: 0 auto;
	background: url(../img/form_bg.png) no-repeat left;
	background-color:rgba(255,255,255,0.65);
    background-blend-mode:lighten;
    border: solid 1px #CCC291;
	margin-bottom: 5%;
	padding-top: 5%;
	padding-bottom: 5%;
}
#section02 .box03 .question {
    width: 100%;
    height: auto;
    margin-left: 1%;
    background: url(../img/question01.png) no-repeat top left;
    background-size: 10%;
    padding-top: 5%;
}
#section02 .box03 .question h2 {
    width: 98%;
    height: auto;
    font-size: 80%;
	color: #95A3B3;
	text-align: left;
	font-weight: bold;
}
#section02 .box03 .answer {
    width: 100%;
    height: auto;
    margin-left: 1%;
    background: url(../img/anser01.png) no-repeat top left;
    background-size: 10%;
    padding-top: 10%;
}
#section02 .box03 .answer p {
    width: 98%;
    height: auto;
    font-size: 80%;
	color: #39D678;
	text-align: left;
	font-weight: bold;
}
#section02 .box04 {
    width: 90%;
    height: auto;
	margin: 0 auto;
	margin-top: 5%;
    display: flex;
    justify-content: center;
}
#section02 .box04 ul {
    width: 100%;
    height: auto;
	padding: 1%;
}
#section02 .box04 ul .fas {
	color: #95A3B3;
	padding-right : 3%;
	padding-left : 1%;
}
#section02 .box04 ul li {
    width: 100%;
    height: auto;
	background: whitesmoke;
	margin-bottom: 5%;
	line-height: 1.5;
	border-radius: 15px 15px 15px 15px;
	padding: 1%;
    list-style-type: none!important;
    position: relative;
}
#section02 .box04 ul li .list_area01 {
    width: 100%;
    height: auto;
    /* padding-left: 10px; */
    font-weight: bold;
    color: #39D678;
}
#section02 .box05 {
    width: 100%;
    height: auto;
	margin: 0 auto;
}
#section02 .box05 p {
	width: 80%;
	font-size: 80%;
	margin: 0 auto;
    font-weight: bold;
    padding-top: 5%;
}
#section02 .box06 {
	width: 980px;
	height: 300px;
	margin: 0 auto;
	border: solid 1px #CCC291;
	background: #FFFFFF;
}
#section02 .box06 p {
	padding: 20px;
	font-size: 80%;
}
#section02 .box06 a {
	font-size: 20px;
	font-weight: bold;
}
#section02 .box06 .submit {
	width: 425px;
	height: 53px;
	background: url(../img/btn_subscription.png) no-repeat;
	display: block;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 28px;
	padding-top: 19px;
	text-shadow:2px 2px 3px #000000;
}
#section02 .box07 {
    width: 100%;
    height: auto;
	margin: 0 auto;
	padding-top: 5%;
}
#section02 .box08 {
    width: 100%;
    height: auto;
	background: url(../img/qa/content_01.jpg) no-repeat center;
    background-size: 100%;
    padding-top: 50%;
}
#section02 .box09 {
	width: 90%;
	height: auto;
	margin: 0 auto;
	border: solid 1px #CCC291;
    background: #FFFFFF;
}
#section02 .box09 p {
	width: 80%;
	font-size: 80%;
	margin: 0 auto;
	font-weight: bold;
	padding-top: 10%;
}
#section02 .box09 a {
	height: 40px;
	background: url(../img/section05_parts05.png) no-repeat center;
	background-size: 80%;
	display: block;
	margin: 0 auto;
	padding-bottom: 5%;
}
#section02 .box10 {
    width: 100%;
    height: auto;
	margin: 0 auto;
}
#section02 .box11 {
    width: 100%;
    height: auto;
	margin: 0 auto;
	background: url(../img/interview/recruit_section02_ph02.jpg) no-repeat center;
    background-size: 50%;
    padding-top: 50%;
}
#section02 .box12 {
	width: 90%;
	height: auto;
	margin: 0 auto;
	border: solid 1px #CCC291;
	background: #FFFFFF;
}
#section02 .box12 p {
	width: 80%;
	font-size: 80%;
	margin: 0 auto;
    font-weight: bold;
    padding-bottom: 5%;
}
#section02 .box13 {
    width: 100%;
    height: auto;
	margin: 0 auto;
}
#section02 .box14 {
    width: 100%;
    height: auto;
	margin: 0 auto;
	background: url(../img/interview/recruit_section02_ph03.jpg) no-repeat center;
    background-size: 50%;
    padding-top: 50%;
}
#section02 .box15 {
	width: 90%;
	height: auto;
	margin: 0 auto;
	border: solid 1px #CCC291;
	background: #FFFFFF;
}
#section02 .box15 p {
	width: 80%;
	font-size: 80%;
	margin: 0 auto;
    font-weight: bold;
    padding-bottom: 5%;
}
#section02 .box16 {
    width: 100%;
    height: auto;
	margin: 0 auto;
}
#section02 .box17 {
    width: 100%;
    height: auto;
	margin: 0 auto;
	background: url(../img/interview/recruit_section02_ph04.jpg) no-repeat center;
    background-size: 50%;
    padding-top: 50%;
}
#section02 .box18 {
	width: 90%;
	height: auto;
	margin: 0 auto;
	border: solid 1px #CCC291;
	background: #FFFFFF;
}
#section02 .box18 p {
	width: 80%;
	font-size: 80%;
	margin: 0 auto;
    font-weight: bold;
    padding-bottom: 5%;
}
.footer_banner_top {
	width: 100%;
	height: auto;
	background: #E5FFE5;
}
.footer_banner_top div {
    width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/footer_banner_top.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 30%;
}