@charset "utf-8";
#section01 {
    width: 100%;
}
#section01 .box01 {
    background: url(../img/qa/qa_main_img.jpg) no-repeat;
    padding-top: 31.7%;
    background-size: cover;
}
#section02 {
    width: 100%;
}
#section02 .box01 {
	text-align: center;
	padding-bottom: 30px;
	background: url(../img/contents_bg.gif) repeat;
}
#section02 .box01 h1 {
    font-size: 36px;
	color: #FFFFFF;
}
#section02 .box01 h1 span {
	color: #fae003;
	font-size: 52px;
	text-shadow:2px 2px 3px #000000;
}
#section02 .box01 h2 {
    font-size: 36px;
	color: #FFFFFF;
}
#section02 .box01 h2 span {
	color: #fae003;
	font-size: 52px;
	text-shadow:2px 2px 3px #000000;
}
#section02 .attention_block {
	width: 980px;
	height: 35px;
	margin: 0 auto;
	background: url(../img/attention01.png) no-repeat center;
	position:relative;
}
#section02 .attention_block .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	width: 980px;
	height: 35px;
}
#section02 .attention_banner {
	width: 980px;
	height: 250px;
	margin: 0 auto;
	background: url(../img/attention02.png) no-repeat center;
	margin-bottom: 20px;
	position:relative;
}
#section02 .attention_banner .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	width: 980px;
	height: 250px;
}
#section02 .attention_box01 {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	color: #FFFFFF;
}
#section02 .attention_box01 a {
	color: #fae003;
	font-size: 36px;
	text-shadow:2px 2px 3px #000000;
}
#section02 .attention_box01 span {
	color: #fae003;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #333333;
}

#section02 .box02 {
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0 auto;
    width: 980px;
}
#section02 .box02 h2 {
    font-size: 30px;
	color: #95A3B3;
	text-align: center;
	margin-top: 30px;
}
#section02 .box02 h3 {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	color: #39D678;
	font-size: 36px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
    border-bottom: 2px dashed #8FC31F ;
    position: relative;
}
#section02 .box02 h3::before {
    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 {
    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 {
	height: 600px;
	background: url(../img/message-window01a.png) no-repeat center;
	position: relative;
}
#section02 .box02 .allow01 {
	height: 100px;
	background: url(../img/allow01.png) no-repeat center;
	transform:rotateZ(90deg) ;
	position: relative;
}
#section02 .box03 {
    width: 980px;
    height: 330px;
    margin: 0 auto;
    background: url(../img/form_bg.png) no-repeat left;
    border: solid 1px #CCC291;
    margin-bottom: 20px;
}
#section02 .box03 .question {
    width: 100px;
    height: 100px;
    margin-left: 50px;
    background: url(../img/question01.png) no-repeat left;
    background-size: 60%;
	position: relative;
}
#section02 .box03 .question h2 {
    width: 980px;
    font-size: 25px;
	color: #95A3B3;
	text-align: left;
    margin-top: 30px;
    position: absolute;
    left: 100px;
}
#section02 .box03 .answer {
    width: 100px;
    height: 100px;
    margin-left: 50px;
    background: url(../img/anser01.png) no-repeat left;
    background-size: 60%;
	position: relative;
}
#section02 .box03 .answer p {
    width: 780px;
    font-size: 18px;
	color: #39D678;
	text-align: left;
    margin-top: 30px;
    position: absolute;
    left: 100px;
}
#section02 .box04 {
	width: 980px;
	height: 500px;
	margin: 0 auto;
	margin-top: 40px;
    display: flex;
    justify-content: center;
}
#section02 .box04 ul {
    width: 400px;
    height: 100px;
	padding: 5px;
}
#section02 .box04 ul .fas {
	color: #95A3B3;
	padding-right : 15px;
	padding-left : 5px;
}
#section02 .box04 ul li {
    height: 50px;
	background: whitesmoke;
	margin-bottom: 5px;
	line-height: 1.5;
	border-radius: 15px 15px 15px 15px;
	padding: 0.5em;
    list-style-type: none!important;
    position: relative;
}
#section02 .box04 ul li .list_area01 {
    width: 310px;
    height: 50px;
    padding-left: 10px;
    top: 9px;
    left: 50px;
    position: absolute;
    font-weight: bold;
    color: #39D678;
}
#section02 .box05 {
	width: 980px;
	margin: 0 auto;
}
#section02 .box05 p {
	font-size: 18px;
	font-weight: bold;
	margin-top: 30PX;
    margin-bottom: 20px;
}
#section02 .box06 {
	width: 980px;
	height: 300px;
	margin: 0 auto;
	border: solid 1px #CCC291;
	background: #FFFFFF;
}
#section02 .box06 p {
	padding: 20px;
	font-size: 18px;
}
#section02 .box06 a {
	font-size: 20px;
	font-weight: bold;
}
#section02 .box06 .submit {
	width: 425px;
	height: 53px;
	background: url(../img/section05_parts05.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: 980px;
	height: 550px;
	margin: 0 auto;
	padding-top: 20px;
    position: relative;
}
#section02 .box08 {
	width: 380px;
	height: 340px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: url(../img/qa/content_01.jpg) no-repeat;
	/* border: solid 1px #CCC291; */
	position: absolute;
	top: 80px;
}
#section02 .box09 {
	width: 580px;
	height: 398px;
	border: solid 1px #CCC291;
	background: #FFFFFF;
	position: absolute;
	top: 40px;
	left: 340px;
}
#section02 .box09 p {
	width: 540px;
	font-size: 18px;
	padding: 20px;
}
#section02 .box09 a {
	width: 425px;
	height: 53px;
	background: url(../img/section05_parts05.png) no-repeat;
	display: block;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 28px;
	padding-top: 19px;
	text-shadow:2px 2px 3px #000000;
}
#section02 .box10 {
	width: 980px;
	height: 650px;
	margin: 0 auto;
    position: relative;
}
#section02 .box11 {
	width: 980px;
	height: 540px;
	margin: 0 auto;
	background: url(../img/interview/recruit_section02_ph02.jpg) no-repeat;
	background-size: 50%;
	position: absolute;
    top: 40px;
}
#section02 .box12 {
	width: 460px;
	height: 380px;
	border: solid 1px #CCC291;
	background: #FFFFFF;
	position: absolute;
	top: 40px;
	left: 510px;
}
#section02 .box12 p {
	width: 420px;
	font-size: 18px;
	padding: 20px;
}
#section02 .box12 a {
	width: 425px;
	height: 53px;
	background: url(../img/section02_parts03.png) no-repeat;
	display: block;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 28px;
	padding-top: 19px;
	text-shadow:2px 2px 3px #000000;
}
#section02 .box13 {
	width: 980px;
	height: 450px;
	margin: 0 auto;
    position: relative;
}
#section02 .box14 {
	width: 980px;
	height: 540px;
	margin: 0 auto;
	background: url(../img/interview/recruit_section02_ph03.jpg) no-repeat;
	background-size: 50%;
	position: absolute;
    top: 40px;
}
#section02 .box15 {
	width: 460px;
	height: 340px;
	border: solid 1px #CCC291;
	background: #FFFFFF;
	position: absolute;
	top: 40px;
	left: 510px;
}
#section02 .box15 p {
	width: 420px;
	font-size: 18px;
	padding: 20px;
}
#section02 .box15 a {
	width: 425px;
	height: 53px;
	background: url(../img/section02_parts03.png) no-repeat;
	display: block;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 28px;
	padding-top: 19px;
	text-shadow:2px 2px 3px #000000;
}
#section02 .box16 {
	width: 980px;
	height: 500px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 30px;
}
#section02 .box17 {
	width: 980px;
	height: 460px;
	margin: 0 auto;
	background: url(../img/interview/recruit_section02_ph04.jpg) no-repeat;
	background-size: 50%;
	position: absolute;
    top: 40px;
}
#section02 .box18 {
	width: 460px;
	height: 470px;
	border: solid 1px #CCC291;
	background: #FFFFFF;
	position: absolute;
	top: 40px;
	left: 510px;
}
#section02 .box18 p {
	width: 420px;
	font-size: 18px;
	padding: 20px;
}
#section02 .box18 a {
	width: 425px;
	height: 53px;
	background: url(../img/section02_parts03.png) no-repeat;
	display: block;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 28px;
	padding-top: 19px;
	text-shadow:2px 2px 3px #000000;
}
#section03 {
	padding-top: 30px;
	width: 100%;
	margin-bottom: 50px;
}
#section03 .box01 {
	text-align: center;
	height: 950px;
	padding-bottom: 30px;
}
#section03 .box01 h2 {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	color: #39D678;
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: bold;
    border-bottom: 2px dashed #8FC31F ;
    position: relative;
}
#section03 .box01 h2::before {
	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: "";
}
#section03 .box01 h2::after {
	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: "";
}
#section03 .box02 {
	width: 980px;
	margin: 0 auto;
	padding-top: 40px;
}
#section03 .box02 ul {
	padding-top: 30px;
	height: 750px;
	padding: 0.5em 1em 0.5em 2.3em;
	position: relative;
	background: url(../img/A_lady01.png) no-repeat right;
	background-size: auto 700px;
}
#section03 .box02 ul li {
	text-align: left;
	font-size: 18px;
	line-height: 44px;
	font-weight: bold;
	line-height: 1.5;
	padding: 0.5em 0;
	list-style-type: none!important;
	padding-left: 15px;
}
#section03 .box02 ul li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f075";
	position: absolute;
	left : 1em;
	color: #95A3B3;
}
#section03 .box02 p {
	width: 980px;
	padding-top: 10px;
	font-size: 18px;
	text-align: left;
}
#section03 .box02 span {
	color: #39D678;
}
#section04 {
	background: #FFFFFF;
	width: 100%;
}
#section04 .box02 {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#section04 .box02 ul.commuting_img03 {
	padding-top: 30px;
	height: 630px;
	padding: 0.5em 1em 0.5em 2.3em;
	position: relative;
	background: url(../img/salary/slide01_2.jpg) no-repeat center;
	background-size: auto 980px;
	background-color:rgba(255,255,255,0.7);
	background-blend-mode:lighten;
}
#section04 .box02 ul.stayhome_img03 {
	padding-top: 30px;
	height: 630px;
	padding: 0.5em 1em 0.5em 2.3em;
	position: relative;
	background: url(../img/salary/slide01_3.jpg) no-repeat center;
	background-size: auto 980px;
	background-color:rgba(255,255,255,0.7);
	background-blend-mode:lighten;
}
#section04 .box02 ul li {
	text-align: left;
	font-size: 18px;
	line-height: 44px;
	font-weight: bold;
	line-height: 1.5;
	padding: 0.5em 0;
	list-style-type: none!important;
	padding-left: 15px;
}
#section04 .box02 ul li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f075";
	position: absolute;
	left : 1em;
	color: #95A3B3;
}
#section04 .box02 ul li span {
	color: #39D678;
}
#section04 .box03 {
	width: 980px;
	height: 280px;
    font-size: 18px;
	padding-top: 50px;
	position: relative;
}
#section04 .box03 h3 {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	color: #39D678;
	font-size: 36px;
	font-weight: bold;
    border-bottom: 2px dashed #8FC31F ;
    position: relative;
    text-align: center;
	margin-bottom: 30px;
}
#section04 .box03 h3::before {
    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: "";
}
#section04 .box03 h3::after {
    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: "";
}
#section04 .box03 p {
	font-size: 18px;
	font-weight: bold;
    margin-bottom: 20px;
}
#section04 .box03 canvas {
    color: #39D678;
	font-size: 36px;
	position: absolute;
	right: 183px;
}
#section04 .box03 div {
	height: 600px;
	background: url(../img/section05_parts04.png);
	position: absolute;
	background-size: auto 700px;
}
#section04 .box04{
	margin-top: 30px;
	position: relative;
}
#section04 .box04 p {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
}
#section04 .box04 p span {
	font-size: 36px;
	color: #95A3B3;
	background: url(../img/section04_parts04.png) repeat-x left bottom;
}
#section04 .box04 a {
	padding: 20px;
    margin-left: 250px;
}
#section04 .box04 .commuting_img01 {
	height: 200px;
	background: url(../img/work/commute_ph01.jpg) no-repeat left;
}
#section04 .box04 .commuting_img02 {
	width: 490px;
	height: 200px;
	position: absolute;
	top: 90px;
	left: 490px;
}
#section04 .box04 .commuting_img02 p {
	font-size: 18px;
	text-align: left;
}
#section04 .box04 .stayhome_img01 {
	height: 200px;
	background: url(../img/work/athome_ph01.jpg) no-repeat left;
}
#section04 .box04 .stayhome_img02 {
	width: 490px;
	height: 200px;
	position: absolute;
	top: 90px;
	left: 490px;
}
#section04 .box04 .stayhome_img02 p {
	font-size: 18px;
	text-align: left;
}
#section04 .box05 {
	width: 980px;
	height: 370px;
	margin: 0 auto;
	border: solid 1px #CCC291;
	background: #FFFFFF;
	margin-top: 40px;
	margin-bottom: 20px;
}
#section04 .box05 p {
	padding: 20px;
	font-size: 18px;
}
#section04 .box06 {
	width: 980px;
	height: 60px;
	margin: 0 auto;
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
#section04 .box06 .mail{
	width: 270px;
	height: 40px;
	background: url(../img/work/btn_ex2.png) no-repeat;
	display: block;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 28px;
	padding-top: 19px;
	text-shadow:2px 2px 3px #000000;
}
#section04 .box06 .line{
	width: 270px;
	height: 40px;
	background: url(../img/work/btn_contact.png) no-repeat;
	display: block;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 28px;
	padding-top: 19px;
	text-shadow:2px 2px 3px #000000;
}

#section05 {
	padding-top: 30px;
	padding-bottom: 20px;
	background: #E5FFE5;
	width: 100%;
}
#section05 .box01 {
	width: 980px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
}
#section05 .box01 h2 {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	color: #39D678;
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: bold;
    border-bottom: 2px dashed #8FC31F ;
    position: relative;
}
#section05 .box01 h2::before {
    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: "";
}
#section05 .box01 h2::after {
    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: "";
}
#section05 > div.box01 > p {
	font-size: 18px;
	width: 920px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
}
#section05 .box02 {
	width: 980px;
	height: 170px;
	background: #fcfbf1;
	border-radius: 5px;
	margin: 0 auto;
	text-align: center;
}
#section05 .box02 ul {
	padding-top: 10px;
	padding-left: 30px;
}
#section05 .box02 ul li:nth-child(1) {
	height: 42px;
	padding-top: 10px;
	font-size: 25px;
	font-weight: bold;
	color: #39D678;
}
#section05 .box02 ul li:nth-child(2) {
	font-size: 25px;
	font-weight: bold;
	color: #95A3B3;
}
#section05 .box03 {
	margin: 0 auto;
	font-size: 18px;
	line-height: 36px;
}
#section05 .box03 .message-window02 {
	height: 770px;
	background: url(../img/message-window01a.png) no-repeat center;
	background-size: 1000px 770px;
	position: relative;
}
#section05 .box04 {
	width: 980px;
	height: 1480px;
	margin: 0 auto;
    border: solid 1px #CCC291;
    background: #FFFFFF;
}
#section05 .box04 p {
	width: 980px;
    font-size: 18px;
    margin: 0 auto;
    font-weight: bold;
    padding: 20px;
}
#section05 .box04 span {
    font-size: 36px;
    color: #95A3B3;
	font-weight: bold;
}
#section05 .box04 h2 {
	text-align: center;
	color: #95A3B3;
	font-size: 36px;
	width: 980px;
	margin: 0 auto;
}
#section05 .box04 ul {
	width: 832px;
	margin: 0 auto;
	padding-top: 20px;
}
#section05 .box04 ul li {
	width: 260px;
	height: 200px;
	border: solid 2px #95A3B3;
	border-radius: 10px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	display: block;
}
#section05 .box04 ul li:nth-child(3n) {
	margin-right: 0px;
}
#section05 .box04 ul li div:nth-child(1) {
	font-size: 32px;
	color: #95A3B3;
	height: 40px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
#section05 .box04 ul li div:nth-child(1) span {
	font-size: 16px;
	padding-left: 10px;
}
#section05 .box04 ul li div:nth-child(2) {
	margin-top: 3px;
	text-align: center;
	font-weight: bold;
}
#section05 .box04 ul li div:nth-child(3) {
	text-align: center;
	font-size: 22px;
	width: 200px;
	margin: 0 auto;
}
#section05 .box04 ul li div:nth-child(4) {
	text-align: center;
    font-size: 18px;
}
#section05 .box04 ul li div:nth-child(5) {
	text-align: center;
    font-size: 18px;
    color: #95A3B3;
    font-weight: bold;
}
#section05 .box04 ul li div:nth-child(6) {
	text-align: center;
    font-size: 18px;
    color: #95A3B3;
    font-weight: bold;
}
#section05 .box05 {
	width: 980px;
	height: 300px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
#section05 .box05 .data01 {
	width: 200px;
	height: 280px;
    border: solid 1px #CCC291;
    border-radius: 10px;
    margin: 5px;
	position:relative;
}
#section05 .box05 .data02 {
	width: 200px;
	height: 280px;
    border: solid 1px #CCC291;
    border-radius: 10px;
    margin: 5px;
	position:relative;
}
#section05 .box05 .data03 {
	width: 200px;
	height: 280px;
    border: solid 1px #CCC291;
    border-radius: 10px;
    margin: 5px;
	position:relative;
}
#section05 .box05 .data04 {
	width: 200px;
	height: 280px;
    border: solid 1px #CCC291;
    border-radius: 10px;
    margin: 5px;
	position:relative;
}
#section05 .box06 {
	width: 980px;
	height: 300px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
#section05 .box06 .data05 {
	width: 200px;
	height: 280px;
    border: solid 1px #CCC291;
    border-radius: 10px;
    margin: 5px;
	position:relative;
}
#section05 .box06 .data06 {
	width: 200px;
	height: 280px;
    border: solid 1px #CCC291;
    border-radius: 10px;
    margin: 5px;
	position:relative;
}
#section05 .box06 .data07 {
	width: 200px;
	height: 280px;
    border: solid 1px #CCC291;
    border-radius: 10px;
    margin: 5px;
	position:relative;
}
#section05 .box06 .data08 {
	width: 200px;
	height: 280px;
    border: solid 1px #CCC291;
    border-radius: 10px;
    margin: 5px;
	position:relative;
}
#section05 .box07 {
	width: 780px;
	margin: 0 auto;
}
#section05 .box07 p{
	width: 780px;
	font-weight: bold;
	position:absolute;
	top: 120px;
	font-size: 18px;
	font-weight: bold;
}
#section05 .box05 {
    /* width: 100%; */
	text-align: center;
}
#section06 {
	width: 100%;
}
#section06 .box01 {
	text-align: center;
	padding-bottom: 30px;
	background: url(../img/contents_bg.gif) repeat;
}
#section06 .box01 h2 {
    font-size: 36px;
	color: #FFFFFF;
}
#section06 .box01 h2 span {
	color: #fae003;
	font-size: 52px;
	text-shadow:2px 2px 3px #000000;
}
#section06 .attention_block {
	width: 980px;
	height: 35px;
	margin: 0 auto;
	background: url(../img/attention01.png) no-repeat center;
	position:relative;
}
#section06 .attention_block .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	width: 980px;
	height: 35px;
}
#section06 .attention_banner {
	width: 980px;
	height: 250px;
	margin: 0 auto;
	background: url(../img/attention02.png) no-repeat center;
	margin-bottom: 20px;
	position:relative;
}
#section06 .attention_banner .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	width: 980px;
	height: 250px;
}
#section06 .attention_box01 {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	color: #FFFFFF;
}
#section06 .attention_box01 a {
	color: #fae003;
	font-size: 36px;
	text-shadow:2px 2px 3px #000000;
}
#section06 .attention_box01 span {
	color: #fae003;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #333333;
}

#section06 .box02 {
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0 auto;
	width: 980px;
}
#section06 .box02 h2 {
    font-size: 30px;
	color: #95A3B3;
	text-align: center;
	margin-top: 30px;
}
#section06 .box02 h3 {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	color: #39D678;
	font-size: 36px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
    border-bottom: 2px dashed #8FC31F ;
    position: relative;
}
#section06 .box02 h3::before {
    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: "";
}
#section06 .box02 h3::after {
    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: "";
}
#section06 .box02 .message-window01 {
	height: 600px;
	background: url(../img/message-window01a.png) no-repeat center;
	position: relative;
}
#section06 .box02 .allow01 {
	height: 100px;
	background: url(../img/allow01.png) no-repeat center;
	transform:rotateZ(90deg) ;
	position: relative;
}
#section06 .box03 {
	width: 960px;
	margin: 0 auto;
}
#section06 .box03 p {
	width: 795px;
	font-size: 18px;
	font-weight: bold;
	padding-top: 90px;
	padding-left: 90px;
}
#section06 .box04 {
	width: 980px;
	height: 300px;
	margin: 0 auto;
	margin-top: 40px;
	display: flex;
}
#section06 .box04 ul {
	width: 300px;
	padding: 5px;
}
#section06 .box04 ul .fas {
	color: #39D678;
	padding-right : 15px;
	padding-left : 5px;
}
#section06 .box04 ul li {
	background: whitesmoke;
	margin-bottom: 5px;
	line-height: 1.5;
	border-radius: 15px 15px 15px 15px;
	padding: 0.5em;
	list-style-type: none!important;
}
#section06 .box05 {
	width: 980px;
	margin: 0 auto;
}
#section06 .box05 p {
	font-size: 18px;
	font-weight: bold;
	margin-top: 30PX;
    margin-bottom: 20px;
}
#section06 .box06 {
	width: 980px;
	height: 300px;
	margin: 0 auto;
	border: solid 1px #CCC291;
	background: #FFFFFF;
}
#section06 .box06 p {
	padding: 20px;
	font-size: 18px;
}
#section06 .box06 a {
	font-size: 20px;
	font-weight: bold;
}
#section06 .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;
}
#section06 .box07 {
	width: 980px;
	height: 410px;
	margin: 0 auto;
    position: relative;
}
#section06 .box08 {
	width: 980px;
	height: 500px;
	margin: 0 auto;
	background: url(../img/interview/recruit_section03_ph01.jpg) no-repeat;
	background-size: 50%;
	position: absolute;
    top: 40px;
}
#section06 .box09 {
	width: 460px;
	height: 340px;
	border: solid 1px #CCC291;
	background: #FFFFFF;
	position: absolute;
	top: 40px;
	left: 510px;
}
#section06 .box09 p {
	width: 420px;
	font-size: 18px;
	padding: 20px;
}
#section06 .box09 a {
	width: 425px;
	height: 53px;
	background: url(../img/section06_parts03.png) no-repeat;
	display: block;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 28px;
	padding-top: 19px;
	text-shadow:2px 2px 3px #000000;
}
#section06 .box10 {
	width: 980px;
	height: 450px;
	margin: 0 auto;
    position: relative;
}
#section06 .box11 {
	width: 980px;
	height: 540px;
	margin: 0 auto;
	background: url(../img/interview/recruit_section03_ph02.jpg) no-repeat;
	background-size: 50%;
	position: absolute;
    top: 40px;
}
#section06 .box12 {
	width: 460px;
	height: 380px;
	border: solid 1px #CCC291;
	background: #FFFFFF;
	position: absolute;
	top: 40px;
	left: 510px;
}
#section06 .box12 p {
	width: 420px;
	font-size: 18px;
	padding: 20px;
}
#section06 .box12 a {
	width: 425px;
	height: 53px;
	background: url(../img/section06_parts03.png) no-repeat;
	display: block;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 28px;
	padding-top: 19px;
	text-shadow:2px 2px 3px #000000;
}
#section06 .box13 {
	width: 980px;
	height: 450px;
	margin: 0 auto;
    position: relative;
}
#section06 .box14 {
	width: 980px;
	height: 540px;
	margin: 0 auto;
	background: url(../img/interview/recruit_section03_ph03.jpg) no-repeat;
	background-size: 50%;
	position: absolute;
    top: 40px;
}
#section06 .box15 {
	width: 460px;
	height: 340px;
	border: solid 1px #CCC291;
	background: #FFFFFF;
	position: absolute;
	top: 40px;
	left: 510px;
}
#section06 .box15 p {
	width: 420px;
	font-size: 18px;
	padding: 20px;
}
#section06 .box15 a {
	width: 425px;
	height: 53px;
	background: url(../img/section06_parts03.png) no-repeat;
	display: block;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 28px;
	padding-top: 19px;
	text-shadow:2px 2px 3px #000000;
}
#section06 .box16 {
	width: 980px;
	height: 500px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 30px;
}
#section06 .box17 {
	width: 980px;
	height: 460px;
	margin: 0 auto;
	background: url(../img/interview/recruit_section03_ph04.jpg) no-repeat;
	background-size: 50%;
	position: absolute;
    top: 40px;
}
#section06 .box18 {
	width: 460px;
	height: 470px;
	border: solid 1px #CCC291;
	background: #FFFFFF;
	position: absolute;
	top: 40px;
	left: 510px;
}
#section06 .box18 p {
	width: 420px;
	font-size: 18px;
	padding: 20px;
}
#section06 .box18 a {
	width: 425px;
	height: 53px;
	background: url(../img/section06_parts03.png) no-repeat;
	display: block;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 28px;
	padding-top: 19px;
	text-shadow:2px 2px 3px #000000;
}
#section06 .box19 {
	width: 980px;
	height: 500px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 30px;
}
#section06 .box20 {
	width: 980px;
	height: 460px;
	margin: 0 auto;
	background: url(../img/interview/recruit_section03_ph05.jpg) no-repeat;
	background-size: 50%;
	position: absolute;
    top: 40px;
}
#section06 .box21 {
	width: 460px;
	height: 470px;
	border: solid 1px #CCC291;
	background: #FFFFFF;
	position: absolute;
	top: 40px;
	left: 510px;
}
#section06 .box21 p {
	width: 420px;
	font-size: 18px;
	padding: 20px;
}
#section06 .box21 a {
	width: 425px;
	height: 53px;
	background: url(../img/section06_parts03.png) no-repeat;
	display: block;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 28px;
	padding-top: 19px;
	text-shadow:2px 2px 3px #000000;
}
#section06 .box22 {
	width: 980px;
	height: 500px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 30px;
}
#section06 .box23 {
	width: 980px;
	height: 460px;
	margin: 0 auto;
	background: url(../img/interview/recruit_section03_ph06.jpg) no-repeat;
	background-size: 50%;
	position: absolute;
    top: 40px;
}
#section06 .box24 {
	width: 460px;
	height: 470px;
	border: solid 1px #CCC291;
	background: #FFFFFF;
	position: absolute;
	top: 40px;
	left: 510px;
}
#section06 .box24 p {
	width: 420px;
	font-size: 18px;
	padding: 20px;
}
#section06 .box24 a {
	width: 425px;
	height: 53px;
	background: url(../img/section06_parts03.png) no-repeat;
	display: block;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 28px;
	padding-top: 19px;
	text-shadow:2px 2px 3px #000000;
}
#section07 {
	padding-top: 30px;
	margin-bottom: 20px;
	width: 100%;
}
#section06 .box01 ul li .trans-window04 {
	width: 848px;
	height: 520px;
	top: 60px;
    left: 60px;
    background: url(../img/salary/support_section04_bg.jpg) no-repeat center;
    background-size: cover;
    background-color: rgba(255,255,255,0.7);
    background-blend-mode: lighten;
	position: absolute;
}
#section06 .box01 ul div li .trans-window04 h2 {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	color: #39D678;
    font-size: 36px;
    margin-top: 130px;
	margin-bottom: 30px;
	font-weight: bold;
    border-bottom: 2px dashed #8FC31F ;
    position: relative;
}
#section06 .box01 ul div li .trans-window04 h2::before {
    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: "";
}
#section06 .box01 ul div li .trans-window04 h2::after {
    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: "";
}
#section06 .box01 ul div li .trans-window04 p {
	width: 800px;
	height: 520px;
    font-size: 16px;
    margin: 20px;
	text-align: left;
}
#section06 .box01 ul li .trans-window05 {
	width: 848px;
	height: 520px;
	top: 60px;
    left: 60px;
    background: url(../img/salary/support_section05_bg.jpg) no-repeat center;
    background-size: cover;
    background-color: rgba(255,255,255,0.7);
    background-blend-mode: lighten;
	position: absolute;
}
#section06 .box01 ul div li .trans-window05 h2 {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	color: #39D678;
    font-size: 36px;
    margin-top: 130px;
	margin-bottom: 30px;
	font-weight: bold;
    border-bottom: 2px dashed #8FC31F ;
    position: relative;
}
#section06 .box01 ul div li .trans-window05 h2::before {
    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: "";
}
#section06 .box01 ul div li .trans-window05 h2::after {
    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: "";
}
#section06 .box01 ul div li .trans-window05 p {
	width: 800px;
	height: 520px;
    font-size: 16px;
    margin: 20px;
	text-align: left;
}
#section06 .box01 ul li .trans-window06 {
	width: 848px;
	height: 520px;
	top: 60px;
    left: 60px;
    background: url(../img/salary/support_section06_bg.jpg) no-repeat center;
    background-size: cover;
    background-color: rgba(255,255,255,0.7);
    background-blend-mode: lighten;
	position: absolute;
}
#section06 .box01 ul div li .trans-window06 h2 {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	color: #39D678;
    font-size: 36px;
    margin-top: 130px;
	margin-bottom: 30px;
	font-weight: bold;
    border-bottom: 2px dashed #8FC31F ;
    position: relative;
}
#section06 .box01 ul div li .trans-window06 h2::before {
    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: "";
}
#section06 .box01 ul div li .trans-window06 h2::after {
    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: "";
}
#section06 .box01 ul div li .trans-window06 p {
	width: 800px;
	height: 520px;
    font-size: 16px;
    margin: 20px;
	text-align: left;
}
#section07 .box01 h2 {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	color: #39D678;
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: bold;
    border-bottom: 2px dashed #8FC31F ;
    position: relative;
}
#section07 .box01 h2::before {
    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: "";
}
#section07 .box01 h2::after {
    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: "";
}
#section07 .box01 p {
	width: 980px;
	margin: 0 auto;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#section07 span {
    color: #95A3B3;
    font-weight: bold;
}
#section07 .box01 .flow_img01 {
    height: 320px;
    background: url(../img/work/section03_img01.gif) no-repeat center;
}
#section07 .box01 .flow_img02 {
    height: 320px;
    background: url(../img/work/section03_img02.gif) no-repeat center;
}
#section07 .box01 .flow_img03 {
    height: 320px;
    background: url(../img/work/section03_img03.gif) no-repeat center;
}
#section07 .box06 {
	width: 980px;
	height: 270px;
	margin: 0 auto;
	border: solid 1px #CCC291;
    background: #FFFFFF;
    margin-top: 30px;
}
#section07 .box06 p {
	padding: 20px;
	font-size: 18px;
}
#section07 .box06 a {
	width: 466px;
	height: 70px;
	background: url(../img/btn_subscription.png) no-repeat;
	display: block;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 28px;
	margin-top: 20px;
	text-shadow:2px 2px 3px #000000;
}
#section08 {
	margin-bottom: 20px;
	width: 100%;
}
#section08 .box01 h3 {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	color: #39D678;
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: bold;
    border-bottom: 2px dashed #8FC31F ;
    position: relative;
}
#section08 .box01 h3::before {
    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: "";
}
#section08 .box01 h3::after {
    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: "";
}
#section08 .box02 {
	width: 980px;
	height: 290px;
	margin: 0 auto;
	border: solid 1px #CCC291;
	background: #FFFFFF;
	margin-bottom: 50px;
}
#section08 .box02 p {
	font-size: 18px;
	padding: 20px;
}
#section08 .box02 a {
	width: 466px;
	height: 74px;
	background: url(../img/section02_parts03.png) no-repeat;
	display: block;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 28px;
	margin-top: 19px;
	text-shadow:2px 2px 3px #000000;
}
#section08 .box03 {
	width: 980px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#section08 .box03 p {
	font-size: 18px;
	padding: 20px;
}
#section08 .box04 {
	margin: 0 auto;
	padding-top: 20px;
}
#section08 .box04 .message-window04 {
	height: 610px;
	background: url(../img/message-window10.png) no-repeat center;
	background-size: 980px 610px;
	position: relative;
}
#section08 .box04 .message-window03 {
	height: 610px;
	background: url(../img/message-window04.png) no-repeat center;
	background-size: 850px 430px;
	position: relative;
}
#section08 .box05 {
	width: 950px;
	margin: 0 auto;
}
#section08 .box05 p{
	width: 720px;
	font-size: 18px;
	font-weight: bold;
	padding-top: 170px;
	padding-left: 120px;
}
#section08 .box06 {
	width: 980px;
	height: 350px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
#section08 .area-sapporo {
	width: 140px;
	height: 300px;
	background: url(../img/sapporo01.jpg) no-repeat center;
	padding:7px;
	border:1px solid #ccc;
	position:relative;
}
#section08 .area-sapporo .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	/* width: 140px; */
	width: 122px;
	height: 314px;
	background: url(../img/title_sapporo.png) no-repeat center;
}
#section08 .area-sendai {
	width: 140px;
	height: 300px;
	background: url(../img/sendai01.jpg) no-repeat center;
	padding:7px;
	border:1px solid #ccc;
	position:relative;
}
#section08 .area-sendai .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	/* width: 140px; */
	width: 122px;
	height: 314px;
	background: url(../img/title_sendai.png) no-repeat center;
}
#section08 .area-shinjuku {
	width: 140px;
	height: 300px;
	background: url(../img/shinjuku01.jpg) no-repeat center;
	padding:7px;
	border:1px solid #ccc;
	position:relative;
}
#section08 .area-shinjuku .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	/* width: 140px; */
	width: 122px;
	height: 314px;
	background: url(../img/title_shinjuku.png) no-repeat center;
}
#section08 .area-ikebukuro {
	width: 140px;
	height: 300px;
	background: url(../img/ikebukuro01.jpg) no-repeat center;
	padding:7px;
	border:1px solid #ccc;
	position:relative;
}
#section08 .area-ikebukuro .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	/* width: 140px; */
	width: 122px;
	height: 314px;
	background: url(../img/title_ikebukuro.png) no-repeat center;
}
#section08 .area-nagoya {
	width: 140px;
	height: 300px;
	background: url(../img/nagoya01.jpg) no-repeat center;
	padding:7px;
	border:1px solid #ccc;
	position:relative;
}
#section08 .area-nagoya .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	/* width: 140px; */
	width: 122px;
	height: 314px;
	background: url(../img/title_nagoya.png) no-repeat center;
}
#section08 .area-fukuoka {
	width: 140px;
	height: 300px;
	background: url(../img/fukuoka01.jpg) no-repeat center;
	padding:7px;
	border:1px solid #ccc;
	position:relative;
}
#section08 .area-fukuoka .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	/* width: 140px; */
	width: 122px;
	height: 314px;
	background: url(../img/title_fukuoka.png) no-repeat center;
}
#section08 .area-okinawa {
	width: 140px;
	height: 300px;
	background: url(../img/okinawa01.jpg) no-repeat center;
	padding:7px;
	border:1px solid #ccc;
	position:relative;
}
#section08 .area-okinawa .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	/* width: 140px; */
	width: 122px;
	height: 314px;
	background: url(../img/title_okinawa.png) no-repeat center;
}
#section09 {
	padding-bottom: 60px;
	width: 100%;
}
#section09 p {
	font-size: 18px;
	padding: 10px;
}
#section09 span {
	color: #fae003;
    font-size: 50px;
    text-shadow: 2px 2px 3px #000000;
}
#section09 .box01 {
	width: 980px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
#section09 .box01 h2 {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	color: #39D678;
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: bold;
    border-bottom: 2px dashed #8FC31F ;
    position: relative;
}
#section09 .box01 h2::before {
    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: "";
}
#section09 .box01 h2::after {
    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: "";
}
#section09 .box01 h3 {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	color: #95A3B3;
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: bold;
}
#section09 .box01 p{
	width: 940px;
	font-size: 18px;
	font-weight: bold;
	padding: 20px;
}
#section09 .box02 {
	width: 980px;
	height: 700px;
	padding-top: 40px;
	position: relative;
}
#section09 .box02 canvas {
    color: #39D678;
	font-size: 36px;
	position: absolute;
	right: 183px;
}
#section09 .box02 .pay_lady01 {
	width: 310px;
	height: 310px;
	background: url(../img/pay_lady02.png) no-repeat center;
	position: absolute;
	top: 230px;
	left: 152px;
}
#section09 .box02 .experience01 {
	width: 347px;
	height: 640px;
	position: absolute;
	/* margin: 0 auto; */
	border: solid 1px #CCC291;
	background: #FFFFFF;
	top: 50px;
	left: 630px;
}
#section09 .box03 {
	width: 980px;
	height: 700px;
	padding-top: 40px;
	position: relative;
}
#section09 .box03 canvas {
    color: #39D678;
	font-size: 36px;
	position: absolute;
	right: 183px;
}
#section09 .box03 .pay_lady02 {
	width: 310px;
	height: 310px;
	background: url(../img/pay_lady01.png) no-repeat center;
	position: absolute;
	top: 230px;
	left: 152px;
}
#section09 .box03 .experience02 {
	width: 347px;
	height: 640px;
	position: absolute;
	/* margin: 0 auto; */
	border: solid 1px #CCC291;
	background: #FFFFFF;
	top: 50px;
	left: 630px;
}
#section09 .box04 {
	width: 980px;
	height: 700px;
	padding-top: 40px;
	position: relative;
}
#section09 .box04 canvas {
    color: #39D678;
	font-size: 36px;
	position: absolute;
	right: 183px;
}
#section09 .box04 .pay_lady03 {
	width: 310px;
	height: 310px;
	background: url(../img/pay_lady03.png) no-repeat center;
	position: absolute;
	top: 230px;
	left: 152px;
}
#section09 .box04 .experience03 {
	width: 347px;
	height: 640px;
	position: absolute;
	/* margin: 0 auto; */
	border: solid 1px #CCC291;
	background: #FFFFFF;
	top: 50px;
	left: 630px;
}
#section09 .box05 {
	width: 980px;
	height: 500px;
	margin: 0 auto;
	border: solid 1px #CCC291;
    background: #FFFFFF;
}
#section09 .box05 p{
	width: 940px;
	font-size: 18px;
	font-weight: bold;
	padding: 20px;
}
#section09 .box06 {
	width: 980px;
	height: 100px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
#section09 .box06 .fanza {
	width: 250px;
	height: 100px;
	background: url(../img/logo_fanza.png) no-repeat center;
	position:relative;
}
#section09 .box06 .angel {
	width: 250px;
	height: 100px;
	background: url(../img/logo_angel.png) no-repeat center;
	position:relative;
}
#section09 .box06 .jewel {
	width: 250px;
	height: 100px;
	background: url(../img/logo_jewel.png) no-repeat center;
	position:relative;
}
#section09 .box06 .madam {
	width: 250px;
	height: 100px;
	background: url(../img/logo_madam.png) no-repeat center;
	position:relative;
}
#section09 .box07 {
	width: 980px;
	height: 100px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
#section09 .box08 {
	width: 980px;
	height: 100px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
#section09 .box08 .chatpia {
	width: 250px;
	height: 100px;
	background: url(../img/logo_chatpia.png) no-repeat center;
	position:relative;
}
#section09 .box08 .macherie {
	width: 250px;
	height: 100px;
	background: url(../img/logo_macherie.png) no-repeat center;
	position:relative;
}
#section09 .box08 .livegogo {
	width: 250px;
	height: 100px;
	background: url(../img/logo_livegogo.png) no-repeat center;
	position:relative;
}
#section10 {
	width: 100%;
	height: 600px;
}
#section10 .box01 {
	width: 980px;
	height: 560px;
	margin: 0 auto;
	position: relative;
}
#section10 .box01 h2{
	width: 980px;
	margin: 0 auto;
	text-align: center;
	color: #39D678;
	font-size: 36px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
    border-bottom: 2px dashed #8FC31F ;
    position: relative;
}
#section10 .box01 h2::before {
    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: "";
}
#section10 .box01 h2::after {
    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: "";
}
#section10 .box01 .box02 {
	width: 580px;
	height: 454px;
	border: solid 1px #CCC291;
	background: #FFFFFF;
	position: absolute;
}
#section10 .box01 .box02 p {
	width: 540px;
	font-size: 18px;
	padding: 20px;
}
#section10 .box01 .box02 a {
	width: 425px;
	height: 53px;
	background: url(../img/section10_parts02.png) no-repeat;
	display: block;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 28px;
	padding-top: 19px;
	text-shadow:2px 2px 3px #000000;
}
#section10 .box01 .box02 span {
	font-size: 25px;
	color: #39D678;
	font-weight: bold;
}
#section10 .box03 {
	width: 380px;
	background: url(../img/section10_parts01.png) no-repeat right;
	height: 560px;
	top: 108px;
    left: 630px;
	position: absolute;
}
#section11 {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
}
#section11 .box01 {
	width: 980px;
	height: 700px;
	margin: 0 auto;
}
#section11 .box01 h3 {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	color: #39D678;
	font-size: 36px;
	font-weight: bold;
    border-bottom: 2px dashed #8FC31F ;
    position: relative;
}
#section11 .box01 h3::before {
    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: "";
}
#section11 .box01 h3::after {
    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: "";
}
#section11 .box01 .blog-content-box {
	width: 400px;
    padding: 15px;
}
#section11 .box01 .blog-content-img {
    float: left;
    width: 150px;
    padding-right: 10px;
    margin-bottom: 5px;
}
#section11 .box01 .blog-content-txt {
    float: left;
    width: 200px;
}
#section11 .box01 .blog-meta h3 {
    font-size: 18px;
}
#section11 .box01 .blog-meta ul li, p {
	font-size: 14px;
	font-weight: bold;
}
#section12 {
	width: 100%;
	background-color: #E5FFE5;
}
#section12 h2 {
    width: 980px;
	margin: 0 auto;
	text-align: center;
	color: #39D678;
	font-size: 36px;
	font-weight: bold;
    border-bottom: 2px dashed #8FC31F ;
    position: relative;
}
#section12 h2::before {
    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: "";
}
#section12 h2::after {
    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: "";
}
.list-unstyled dt {
    font-weight: bold;
    margin-top: 5px;
}

.staffblog{
	background-color: #FCF5D8;
	border-radius: 10px;
	padding: 20px;
	clear: both;
	margin: 0 auto;
	width: 940px;
}
.staffblog_box .box{
  background-color: #fff;
  margin-bottom: 10px;
  padding:10px;
  float: left;
  width: 430px;
  height:170px;
  margin-right:1%;
  margin-left:1%;
    box-shadow: 1px 1px #f9f9f9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.staffblog_box .box .staffblog_box_img{
	float: left;
	width: 30%;
}
.staffblog_box .box .staffblog_box_img img{
	max-width: 100%;
}
.staffblog_box .box .staffblog_box_txt{
	float: left;
	margin-left: 3%;
	width: 67%;
}

.staffblog_box .box span.title{
  color: #49A831;
  font-size: 18px;
  font-weight:bold;
}
.staffblog_box .box span.title:before{
  content: "â"
}
.staffblog_box .box span.txt{
  color: #333;
}
.staffblog_btn {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    text-align: center;
    padding:5px;
    width: 150px;
    margin-right: auto;
    margin-left: auto;
}
.staffblog_btn a{
    color: #fff;
}
.staffblog_btn a:after{
  content: " >>"
}

#section13 {
    /* padding: 5px 0; */
	/* margin-bottom: 10px; */
	background-color: #E5FFE5;
	/* position: relative; */
	width: 100%;
}
#section13 h2 {
    font-size: 48px;
    line-height: 6rem;
    text-align: center;
}
#section13 div.box {
	width: 980px;
	height: 1700px;
	padding: 10px;
	margin: 0 auto;
	/* position: absolute;
	z-index: 10;
    top: 56.1%;
    left: 49.98%;
    -webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%); */
	position: relative;
}
#section13 .box div.reef_img01 {
	width: 100px;
	height: 110px;
	top: 10px;
	left: 910px;
	background: url(../img/reef02.png) no-repeat left;
	background-size: 101%;
	position: absolute;
}
#section13 .box div.reef_img02 {
	width: 100px;
	height: 110px;
	top: 160px;
	left: 880px;
	background: url(../img/reef03.png) no-repeat left;
	position: absolute;
}
#section13 .box div.reef_img03 {
	width: 100px;
	height: 110px;
	top: 320px;
	left: 800px;
	background: url(../img/reef01.png) no-repeat left;
	position: absolute;
}
#section13 .box div.reef_img04 {
	width: 100px;
	height: 110px;
	top: 480px;
	left: 910px;
	background: url(../img/reef03.png) no-repeat left;
	position: absolute;
}
#section13 .box div.reef_img05 {
	width: 100px;
	height: 110px;
	top: 650px;
	left: 850px;
	background: url(../img/reef01.png) no-repeat left;
	position: absolute;
}
#attention {
	width: 100%;
	color: #dc143c;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.footer_banner_top {
	width: 100%;
	height: 250px;
	background: #E5FFE5;
	padding-top: 15px;
	padding-bottom: 65px;
}
.footer_banner_top div {
	width: 980px;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/footer_banner_top.png);
	background-repeat: no-repeat;
}