@charset "utf-8";
/*
Theme Name: tpl_087_rwd
Theme URI: http://theme.o2gp.com/
Description: tpl_087_rwd
Version: 1.0
Author: o2 Group
Author URI: http://theme.o2gp.com/
Tags: simple

	o2 Group v1.0
	 http://theme.o2gp.com/

	This theme was designed and built by o2 Group,
	whose blog you will find at http://theme.o2gp.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
 { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:middle; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
html { overflow-y: scroll; -webkit-text-size-adjust:100%; }
ul, ol { list-style:none; }
blockquote , q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content: none; }
a:focus { outline:none; }
ins { text-decoration:none; }
mark { font-style:italic; font-weight:bold; }
del { text-decoration:line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; width:100%; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
button, input, select, textarea { outline:0; -webkit-box-sizing:border-box; box-sizing:border-box; font-size:100%; }
input, textarea { background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); -webkit-appearance: none; border-radius:0; /* Removing the inner shadow, rounded corners on iOS inputs */ }
input[type="checkbox"]{ -webkit-appearance: checkbox; }
input[type="radio"]{ -webkit-appearance: radio; }
button::-moz-focus-inner, input::-moz-focus-inner { border:0; padding:0; }
iframe { max-width:100%; }
/* ----------------------------------------------------------------------
 通常 css
---------------------------------------------------------------------- */

html{
	font-family: "Inter", sans-serif;
}
.red{
	color: #ff0000;
}
.yellow{
	color: #faff00;
}
.green{
	color: #7ebd32;
}
.color_01{
	color: #fc5c43;
}
.color_02{
	color: #7ebd32;
}
.color_03{
	color: #10c3cb;
}
.fadein {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1s;
} 
.fadein.active{
  opacity : 1;
  transform : translate(0, 0);
}
.small{
	font-size: 24px;
}
.small_2{
	font-size: 24px;
}
header{
	width: 100%;
	height: auto;
	background: url("images/fv_back.png");
	background-size: cover;
	padding: 3% 0 5%;
	text-align: center;
}
.fv_text_zone_01{
	background:rgba(0,109,0,0.7);
	text-align:center;
	width: 1400px;
	margin: 0 auto;
	color: #fff;
	padding: 3% 0;
}
.fv_text_zone_01_small{
	font-size: 60px;
	font-weight: bold;
}
.fv_text_zone_01_p__2{
	font-size: 80px;
	font-weight: bold;
}
.fv_text_zone_02{
	background:rgba(0,87,255,0.75);
	text-align:center;
	margin-top: 5%;
	color: #dbff00;
	font-size: 80px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	height: 120px;/*リボンの高さ*/
	line-height: 120px;/*リボンの高さ*/
	padding: 0 1%;
}
.fv_text_zone_02:before, .fv_text_zone_02:after {
   position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: rgba(0,87,255,0.75) transparent;
    border-style: solid;
    content: '';
}
.fv_text_zone_02:before {
  left: -60px;
    border-width: 60px 0px 60px 60px;
}
.fv_text_zone_02:after {
  right: -60px;
    border-width: 60px 60px 60px 0px;
}
.cont_01{
	background: #b7e5ff;
	text-align: center;
	padding: 5% 0;
}
.cont_01_p1{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 1%;
}
.cont_01_p2{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 1%;
}
.cont_01_lr{
	overflow: hidden;
	width: 1400px;
	margin: 5% auto;
}
.cont_01_lr_p{
	font-size: 30px;
	font-weight: bold;
	color: #0000ff;
}
.cont_01_l{
	float: left;
	width: 600px;
	background: #fff;
	text-align: center;
	margin-left: 2%;
	padding: 3% 0;
}
.cont_01_r{
	float: right;
	width: 600px;
	background: #fff;
	text-align: center;
	margin-right: 2%;
	padding: 3% 0;
}
.cont_01_img2{
	width: 1000px;
	height: auto;
	margin: 3% auto 0;
}
.cont_01_img2 img{
	width: 100%;
	height: auto;
}
.cont_02{
	padding: 5% 0;
	text-align: center;
}
.cont_02_p1{
	font-size: 40px;
	font-weight: bold;
}
.cont_02_yajirushi{
	margin: 1% 0;
}
.cont_02_explanation{
	width: 1100px;
	border: solid 1px #333;
	padding: 2% 3%;
	margin: 0 auto 3%;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
}
.cont_02_p2{
	width: 900px;
	margin: 3% auto;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
.cont_03{
	background: #b7ffd4;
	padding: 5% 0;
	text-align: center;
}
.cont_03_p1{
	font-size: 40px;
	font-weight: bold;
}
.cont_03_img{
	width: 700px;
	margin: 2% auto 5%;
}
.cont_03_img img{
	width: 100%;
	height: auto;
}
.cont_03_zone{
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	font-weight: bold;
}
.cont_03_p2{
	font-size: 30px;
	display: inline-block;
	border-bottom: 10px solid #ff0000;
	margin-bottom: 2%;
}
.cont_04{
	background: #b7e5ff;
	padding: 5% 0;
}
.cont_04_zone{
	width: 1400px;
	margin: 0 auto;
}
.cont_04_zone2{
	width: 1200px;
	margin: 0 auto;
}
.cont_04_zone img{
	width: 100%;
	height: auto;
}
.cont_04_title, .cont_05_title{
	box-sizing: border-box;
	border-left: 20px solid #ff0000;
	border-top: dotted 2px #ccc;
	border-bottom: dotted 2px #ccc;
	background: #0000ff;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	padding: 1% 0 1% 3%;
	letter-spacing: 5px;
	margin-bottom: 2%;
}
.cont_04_img{
	margin-top: 4%;
	margin-bottom: 7%;
}
.cont_04_p1{
	font-size: 40px;
	font-weight: bold;
	color: #0000ff;
	display: inline-block;
	border-bottom: 3px solid #ff0000;
	margin-bottom: 3%;
}
.cont_04_p2{
	font-weight: bold;
	width: 1200px;
	margin: 0 auto;
}
.cont_05{
	width: 1400px;
	margin: 0 auto;
	padding: 5% 0;
}
.cont_05_zone{
	width: 1200px;
	margin: 5% auto 3%;
}
.cont_05_p1{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 5px;
}
.cont_05_p2{
	font-size: 36px;
	font-weight: bold;
	color: #0000ff;
	display: inline-block;
	border-bottom: 3px solid #ff0000;
	margin-bottom: 1%;
}
.cont_05_p3{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 3%;
}
.cont_05_lr{
	overflow: hidden;
	margin-bottom: 10%;
}
.cont_05_l{
	float: left;
	width: 50%;
}
.cont_05_l img, .cont_05_img img{
	width: 100%;
	height: auto;
}
.cont_05_img{
	margin-top: 5%;
	margin-bottom: 10%;
}
.cont_05_r{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 2%;
	background: #f2f2f2;
	margin-top: 15%;
}
.cont_05_r_p1{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 2%;
}
.cont_05_r_p2{
	margin-bottom: 2%;
}
.cont_05_p5{
	font-size: 36px;
	font-weight: bold;
	color: #00bfc7;
	margin-top: 3%;
}
.cont_05_p6{
	font-size: 36px;
	font-weight: bold;
	color: #7ebd32;
	margin-bottom: 2%;
}
.cont_05_img_p{
	background: #0000ff;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	width: 90%;
	margin: 0 auto;
	padding: 1% 0;
}
.triangle3{
  width: 0;
  height: 0;
	margin: 0 auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #0000ff;
}
.cont_05_img2{
	width: 90%;
	margin: 0 auto 10%;
}
.cont_05_img2 img{
	width: 100%;
	height: auto;
}
.cont_05_p7{
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #ff0000;
	margin: 5% 0;
}
.cont_05_p8{
	font-size: 30px;
	margin-top: 1%;
}
.cont_05_img3{
	width: 55%;
	margin: 5% auto 10%;
}
.cont_05_img3 img{
	width: 100%;
	height: auto;
}
.cont_06{
	background: #00a3ff;
	padding: 5% 0;
}
.cont_06_title{
	letter-spacing: 5px;
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5%;
	text-align: center;
}
.cont_06_side{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.cont_06_side_img{
	width: 33%;
	margin-bottom: 3%;
}
.cont_06_side_img img{
	width: 90%;
	height: auto;
}
.cont_06_others{
	width: 1400px;
	padding: 2%;
	margin: 3% auto;
	background: #e6ffd7;
}
.cont_06_others_title{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 2%;
}
.cont_06_others_detail{
	width: 800px;
	font-size: 22px;
	display: flex;
	flex-wrap: wrap;
	margin-left: 10%;
}
.cont_step{
	background: #bdffb7;
	padding: 5% 0;
}
.cont_step_title{
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5%;
}
.cont_step_zone{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.cont_step_detail{
	width: 25%;
}
.no_big{
	font-size: 70px;
}
.cont_step_detail_p{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
.cont_step_detail_img{
	width: 60%;
	margin: 0 auto;
}
.cont_step_detail_img img{
	width: 100%;
	height: auto;
}
.cont_step_detail_p2{
	width: 60%;
	text-align: center;
	margin: 0 auto 1%;
	font-size: 26px;
	font-weight: bold;
}
.cont_step_detail_p3{
	width: 60%;
	text-align: left;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
}
.recruitment__zone{
	text-align: center;
	margin-top: 100px;
}

.f_information{
	width: 1000px;
	overflow: hidden;
	margin: 5% auto;
}
.f_information_l{
	float: left;
	width: 50%;
	overflow: hidden;
}
.f_information_logo{
	float: left;
}
h1{
	float: left;
	font-size: 36px;
	font-weight: bold;
	margin-left: 2%;
}
.f_information_office{
	float: left;
	width: 50%;
	font-size: 18px;
}
.f_information_contact{
	overflow: hidden;
	margin-top: 1%;
}
.f_information_contact_tel{
	float: left;
}
.f_information_contact_fax{
	float: left;
	margin-left: 1.5%;
}
#copyright{
	background: #f0f3ff;
	padding: 1%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 130px;
}
.f_menu{
	position: fixed;
	bottom: 0;
	width: 1400px;
	height: 120px;
	margin: 0 auto;
	overflow: hidden;
	left: 50%;
	transform: translate(-50%, 0%);
	opacity: 0;
  visibility: hidden;
}
.active{
  opacity: 1;
  visibility: visible;
  transition : all 2s;
}
.f_menu_tel{
	float: left;
	width: 49%;
	background: #0000ff;
	padding: 0.5% 3%;
	box-sizing: border-box;
	color: #fff;
}
.f_menu_mail{
	float: right;
	width: 49%;
	background: #00bc08;
	padding: 0.5% 3%;
	box-sizing: border-box;
	color: #fff;
	margin-right: 0;
}
.f_menu_l{
	float: left;
	width: 15%;
}
.f_menu_l img{
	width: 100%;
	height: auto;
}
.f_menu_l_2{
	float: left;
	width: 15%;
	margin-top: 5%;
}
.f_menu_l_2 img{
	width: 100%;
	height: auto;
}
.f_menu_r{
	float: right;
	text-align: center;
	width: 85%;
}
.f_menu_p1{
	font-size: 60px;
	font-weight: bold;
}
.f_menu_p1_2{
	font-size: 50px;
	font-weight: bold;
}
.f_menu_p2{
	font-size: 22px;
}
@media screen and (max-width: 1399px){
	.small{
	font-size: 16px;
}
	.small_2{
	font-size: 16px;
}
header{
	padding: 5% 0 5%;
}
.fv_text_zone_01{
	width: 95%;
}
.fv_text_zone_01_small{
	font-size: 40px;
}
.fv_text_zone_01_p__2{
	font-size: 40px;
}
.fv_text_zone_02{
	font-size: 40px;
}
.cont_01_p1{
	font-size: 36px;
}
.cont_01_p2{
	font-size: 20px;
}
.cont_01_lr{
	width: 95%;
}
.cont_01_lr_p{
	font-size: 24px;
}
.cont_01_l{
	width: 47%;
}
.cont_01_r{
	width: 47%;
}
.cont_01_img2{
	width: 90%;
}
.cont_02_p1{
	font-size: 36px;
	font-weight: bold;
}
.cont_02_explanation{
	width: 95%;
	font-size: 24px;
	box-sizing: border-box;
}
.cont_02_p2{
	width: 90%;
}
.cont_03_p1{
	font-size: 30px;
}
.cont_03_img{
	width: 60%;
}
.cont_03_zone{
	width: 90%;
}
.cont_03_p2{
	font-size: 24px;
	border-bottom: 5px solid #ff0000;
}
.cont_04_zone{
	width: 95%;
}
.cont_04_zone2{
	width: 90%;
	margin: 0 auto;
}
.cont_04_zone img{
	width: 100%;
	height: auto;
}
.cont_04_title, .cont_05_title{
	border-left: 10px solid #ff0000;
	border-top: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
	font-size: 30px;
	padding: 1% 0 1% 2%;
}
.cont_04_p1{
	font-size: 30px;
}
.cont_04_p2{
	width: 100%;
}
.cont_05{
	width: 95%;
}
.cont_05_zone{
	width: 90%;
}
.cont_05_p1{
	font-size: 24px;
}
.cont_05_p2{
	font-size: 24px;
}
.cont_05_p3{
	font-size: 18px;
}
.cont_05_lr{
	overflow: hidden;
	margin-bottom: 10%;
}
.cont_05_l{
	float: left;
	width: 50%;
}
.cont_05_r{
	margin-top: 10%;
}
.cont_05_r_p1{
	font-size: 20px;
}
.cont_05_p5{
	font-size: 24px;
}
.cont_05_p6{
	font-size: 24px;
}
.cont_05_img_p{
	font-size: 20px;
}
.triangle3{
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #0000ff;
}
.cont_05_p7{
	font-size: 24px;
	margin: 3% 0;
}
.cont_05_p8{
	font-size: 22px;
}
.cont_06_title{
	font-size: 36px;
}
.cont_06_side{
	width: 95%;
	margin-left: 4%;
}
.cont_06_others{
	width: 85%;
}
.cont_06_others_title{
	font-size: 24px;
}
.cont_06_others_detail{
	width: 100%;
	font-size: 18px;
	margin-left: 0;
}
.cont_step_title{
	font-size: 36px;
}
.cont_step_zone{
	width: 95%;
	justify-content: space-around;
}
.cont_step_detail{
	width: 25%;
}
.no_big{
	font-size: 50px;
}
.cont_step_detail_p{
	font-size: 20px;
}
.cont_step_detail_img{
	width: 50%;
}
.cont_step_detail_p2{
	font-size: 20px;
}
.cont_step_detail_p3{
	font-size: 16px;
}
.f_information{
	width: 90%;
}
.f_information_l{
	float: left;
	width: 50%;
	overflow: hidden;
}
.f_information_logo{
	float: left;
	width: 6%;
	margin-top: 1%
}
	.f_information_logo img{
		width: 100%;
		height: auto;
	}
h1{
	font-size: 30px;
}
.f_information_office{
	font-size: 16px;
}
#copyright{
	background: #f0f3ff;
	padding: 1%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 70px;
}
.f_menu{
	position: fixed;
	bottom: 0;
	width: 80%;
	height: 70px;
	margin: 0 auto;
	overflow: hidden;
	left: 50%;
	transform: translate(-50%, 0%);
	opacity: 0;
  visibility: hidden;
}
.active{
  opacity: 1;
  visibility: visible;
  transition : all 2s;
}
.f_menu_p1{
	font-size: 30px;
	font-weight: bold;
}
.f_menu_p1_2{
	font-size: 24px;
	font-weight: bold;
}
.f_menu_p2{
	font-size: 16px;
}
}
@media screen and (max-width: 767px){
	.small{
	font-size: 14px;
}
.small_2{
	font-size: 14px;
}
header{
	padding: 10% 0 10%;
}
.fv_text_zone_01{
	width: 98%;
	padding: 5% 0;
}
.fv_text_zone_01_small{
	font-size: 20px;
	font-weight: bold;
}
.fv_text_zone_01_p__2{
	font-size: 24px;
	font-weight: bold;
}
.fv_text_zone_02{
	margin-top: 5%;
	color: #dbff00;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	height: 60px;/*リボンの高さ*/
	line-height: 60px;/*リボンの高さ*/
	padding: 0 1%;
}
.fv_text_zone_02:before, .fv_text_zone_02:after {
   position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: rgba(0,87,255,0.75) transparent;
    border-style: solid;
    content: '';
}
.fv_text_zone_02:before {
  left: -20px;
    border-width: 30px 0px 30px 20px;
}
.fv_text_zone_02:after {
  right: -20px;
    border-width: 30px 20px 30px 0px;
}
.cont_01_p1{
	font-size: 24px;
}
.cont_01_p2{
	font-size: 16px;
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
.cont_01_lr{
	overflow: hidden;
	width: 98%;
	margin: 10% auto;
}
.cont_01_lr_p{
	font-size: 20px;
	font-weight: bold;
	color: #0000ff;
}
.cont_01_l{
	float: none;
	width: 100%;
	background: #fff;
	text-align: center;
	margin-left: 0;
	margin-bottom: 10%;
	padding: 3% 0;
}
.cont_01_r{
	float: none;
	width: 100%;
	background: #fff;
	text-align: center;
	margin-right: 0;
	padding: 3% 0;
}
.cont_01_img2{
	width: 90%;
	height: auto;
	margin: 10% auto 10%;
}
.cont_01_img2 img{
	width: 100%;
	height: auto;
}
.cont_02{
	padding: 5% 0;
	text-align: center;
}
.cont_02_p1{
	font-size: 20px;
	font-weight: bold;
}
.cont_02_yajirushi{
	margin: 5% auto;
	width: 30%
}
	.cont_02_yajirushi img{
		width: 100%;
		height: auto;
	}
.cont_02_explanation{
	width: 98%;
	box-sizing: border-box;
	margin: 0 auto 10%;
	font-size: 16px;
}
.cont_02_p2{
	width: 95%;
	margin: 3% auto;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
}
.cont_03{
	padding: 10% 0;
}
.cont_03_p1{
	font-size: 26px;
}
.cont_03_img{
	width: 95%;
	margin: 5% auto 10%;
}
.cont_03_zone{
	width: 95%;
}
.cont_03_p2{
	font-size: 18px;
	display: inline-block;
	border-bottom: 3px solid #ff0000;
	margin-bottom: 5%;
}
	.cont_03_p3{
		font-size: 14px;
		font-weight: 400;
	}
.cont_04{
	background: #b7e5ff;
	padding: 10% 0;
}
.cont_04_zone{
	width: 98%;
	margin: 0 auto;
}
.cont_04_zone2{
	width: 95%;
	margin: 0 auto;
}
.cont_04_zone img{
	width: 100%;
	height: auto;
}
.cont_04_title, .cont_05_title{
	box-sizing: border-box;
	border-left: 5px solid #ff0000;
	border-top: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
	background: #0000ff;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 1% 0 1% 3%;
	letter-spacing: 5px;
	margin-bottom: 5%;
}
.cont_04_img{
	margin-top: 4%;
	margin-bottom: 7%;
}
.cont_04_p1{
	font-size: 24px;
	font-weight: bold;
	color: #0000ff;
	display: inline-block;
	border-bottom: 2px solid #ff0000;
	margin-bottom: 3%;
}
.cont_04_p2{
	font-size: 14px;
	font-weight: 400;
	width: 95%;
	margin: 0 auto;
}
.cont_05{
	width: 98%;
	margin: 0 auto;
	padding: 10% 0;
}
.cont_05_zone{
	width: 95%;
	margin: 5% auto 3%;
}
.cont_05_p1{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 5px;
}
.cont_05_p2{
	font-size: 22px;
	font-weight: bold;
	color: #0000ff;
	display: inline-block;
	border-bottom: 2px solid #ff0000;
	margin-bottom: 1%;
}
.cont_05_p3{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3%;
}
.cont_05_lr{
	overflow: hidden;
	margin-bottom: 10%;
}
.cont_05_l{
	float: none;
	width: 100%;
}
.cont_05_l img, .cont_05_img img{
	width: 100%;
	height: auto;
}
.cont_05_img{
	margin-top: 5%;
	margin-bottom: 0;
}
.cont_05_r{
	float: none;
	width: 100%;
	box-sizing: border-box;
	padding: 2%;
	background: #f2f2f2;
	margin-top: 0;
}
.cont_05_r_p1{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2%;
}
.cont_05_r_p2{
	margin-bottom: 2%;
	font-size: 14px;
}
.cont_05_p5{
	font-size: 24px;
	font-weight: bold;
	color: #00bfc7;
	margin-top: 5%;
}
.cont_05_p6{
	font-size: 24px;
	font-weight: bold;
	color: #7ebd32;
	margin-bottom: 5%;
}
.cont_05_img_p{
	background: #0000ff;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	width: 95%;
	margin: 0 auto;
	padding: 1% 0;
}
.triangle3{
  width: 0;
  height: 0;
	margin: 0 auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #0000ff;
}
.cont_05_img2{
	width: 95%;
	margin: 0 auto 10%;
}
.cont_05_img2 img{
	width: 100%;
	height: auto;
}
.cont_05_p7{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #ff0000;
	margin: 5% 0;
}
.cont_05_p8{
	font-size: 16px;
	margin-top: 2%;
}
.cont_05_img3{
	width: 90%;
	margin: 5% auto 10%;
}
.cont_05_img3 img{
	width: 100%;
	height: auto;
}
.cont_06{
	background: #00a3ff;
	padding: 10% 0;
}
.cont_06_title{
	letter-spacing: 5px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5%;
	text-align: center;
}
.cont_06_side{
	width: 98%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.cont_06_side_img{
	width: 100%;
	margin-bottom: 5%;
}
.cont_06_side_img img{
	width: 100%;
	height: auto;
}
.cont_06_others{
	width: 98%;
	padding: 2%;
	margin: 3% auto;
	background: #e6ffd7;
	box-sizing: border-box;
}
.cont_06_others_title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 2%;
}
.cont_06_others_detail{
	width: 100%;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
}
.cont_step{
	background: #bdffb7;
	padding: 10% 0;
}
.cont_step_title{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5%;
}
.cont_step_zone{
	width: 98%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.cont_step_detail{
	width: 50%;
	margin-bottom: 10%;
}
.no_big{
	font-size: 30px;
}
.cont_step_detail_p{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.cont_step_detail_img{
	width: 60%;
	margin: 0 auto;
}
.cont_step_detail_img img{
	width: 100%;
	height: auto;
}
.cont_step_detail_p2{
	width: 80%;
	text-align: center;
	margin: 0 auto 1%;
	font-size: 16px;
	font-weight: bold;
}
.cont_step_detail_p3{
	width: 80%;
	text-align: left;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 400;
}
	.recruitment__zone{
	text-align: center;
	margin: 50px auto 30px;
	width: 95%;
	height: auto;
}
	.recruitment__zone img{
		width: 100%;
		height: auto;
	}
.f_information{
	width: 98%;
	overflow: hidden;
	margin: 5% auto;
}
.f_information_l{
	float: none;
	width: 90%;
	overflow: hidden;
	margin: 0 auto 5%;
}
.f_information_logo{
	float: left;
	width: 8%
}
	.f_information_logo img{
		width: 100%;
		height: auto;
	}
h1{
	float: left;
	font-size: 24px;
	font-weight: bold;
	margin-left: 2%;
}
.f_information_office{
	float: none;
	width: 95%;
	margin: 0 auto;
	font-size: 14px;
}
.f_information_contact{
	overflow: hidden;
	margin-top: 1%;
}
.f_information_contact_tel{
	float: left;
}
.f_information_contact_fax{
	float: left;
	margin-left: 1.5%;
}
#copyright{
	background: #f0f3ff;
	padding: 1%;
	text-align: center;
	font-size: 10px;
	font-weight: 400;
	margin-bottom: 60px;
}
.f_menu{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
	left: 50%;
	transform: translate(-50%, 0%);
	opacity: 0;
  visibility: hidden;
}
.active{
  opacity: 1;
  visibility: visible;
  transition : all 2s;
}
.f_menu_tel{
	float: left;
	width: 50%;
	height: 50px;
	background: #0000ff;
	padding: 1% 3% 0;
	box-sizing: border-box;
	color: #fff;
}
.f_menu_mail{
	float: right;
	width: 50%;
	height: 80px;
	background: #00bc08;
	padding: 1% 3% 0;
	box-sizing: border-box;
	color: #fff;
	margin-right: 0;
}
.f_menu_l{
	float: left;
	width: 15%;
	margin-top: 0;
}
.f_menu_l img{
	width: 100%;
	height: auto;
}
.f_menu_l_2{
	float: left;
	width: 15%;
	margin-top: 0;
}
.f_menu_l_2 img{
	width: 100%;
	height: auto;
}
.f_menu_r{
	float: right;
	text-align: center;
	width: 85%;
}
.f_menu_p1{
	font-size: 16px;
	font-weight: bold;
}
.f_menu_p1_2{
	font-size: 16px;
	font-weight: bold;
}
.f_menu_p2{
	font-size: 10px;
}
}