/* CSS Document */
.sp_none, .slick-slide img.sp_none {
  display: none !important;
}

.pc_only{display:none!important;}

.txt50sp {
  font-size: 50% !important;
}
.txt60sp {
  font-size: 60% !important;
}
.txt70sp {
  font-size: 70% !important;
}
.txt80sp {
  font-size: 80% !important;
}
.txt90sp {
  font-size: 90% !important;
}
.txt100sp {
  font-size: 100% !important;
}
.txt110sp {
  font-size: 110% !important;
}
.txt120sp {
  font-size: 120% !important;
}
.txt130sp {
  font-size: 130% !important;
}
.txt140sp {
  font-size: 140% !important;
}
.txt150sp {
  font-size: 150% !important;
}
.txt160sp {
  font-size: 160% !important;
}
.txt170sp {
  font-size: 170% !important;
}
.txt180sp {
  font-size: 180% !important;
}
.txt190sp {
  font-size: 190% !important;
}
.txt200sp {
  font-size: 200% !important;
}
.txt240sp {
  font-size: 240% !important;
}
.txt280sp {
  font-size: 280% !important;
}
.sp_mb0 {
  margin-bottom: 0 !important;
}
.sp_mb05 {
  margin-bottom: 5px !important;
}
.sp_mb10 {
  margin-bottom: 10px !important;
}
.sp_mb20 {
  margin-bottom: 20px !important;
}
.sp_mb30 {
  margin-bottom: 30px !important;
}
.sp_mb40 {
  margin-bottom: 40px !important;
}
.sp_mb50 {
  margin-bottom: 50px !important;
}
.sp_mt0 {
  margin-top: 0 !important;
}
.sp_mt10 {
  margin-top: 10px !important;
}
.sp_mt20 {
  margin-top: 20px !important;
}
.sp_mt30 {
  margin-top: 30px !important;
}
.sp_mt40 {
  margin-top: 40px !important;
}
.sp_mt50 {
  margin-top: 50px !important;
}
.sp_mt60 {
  margin-top: 60px !important;
}
.sp_mt80 {
  margin-top: 80px !important;
}
.sp_ml0 {
  margin-left: 0 !important;
}
.sp_ml10 {
  margin-left: 10px !important;
}
.sp_mr0 {
  margin-right: 0 !important;
}
.sp_lh160p {
  line-height: 1.6;
}
.t_align_left_sp {
  text-align: left;
}
.t_align_center_sp {
  text-align: center !important;
}
.sp-align-center{
	margin-left: auto;
	margin-right: auto;
}
.sp_w80 {
  width: 80%;
}
.sp_w100 {
  width: 100%!important;
}
.sp200px {
  width: 200px;
}
.sp_mw450px {
  max-width: 450px;
}
.sp_mw_none {
  max-width: none;
}
.sp_block {
  display: block !important;
}
.sp_w100 {
  width: 100%;
}
/*------------------------------*/

.section_padding{
	padding:30px 0;
}

.second{
	padding-top: 55px;
}

header{
	position: fixed;
	left: 0;
	top:0;
	width:100%;
	display: flex;
	justify-content: flex-end;
	height: 55px;
	background: #fff;
	z-index: 9999;
}

header .head_logo{
	height: 100%;
	position: static;
	margin-left: 0;
	margin-right: auto;
	background: #fff;
}
header .head_logo img{max-width: 180px;}

header .head_menu{
	height: 100%;
	position: static;
}
header .head_menu .btn{
	background: #00489D;
	height: 55px;
	width:55px;
	border-radius: 0;
	border:none;
}
header .head_menu .btn span{
	background: #fff;
}
header .head_menu .btn.active span:nth-child(1){
	transform:translateY(7.5px) rotate(-45deg) scaleX(1.2)
}
header .head_menu .btn.active span:nth-child(3){
	transform:translateY(-6px) rotate(45deg) scaleX(1.2)
}
header .sp_tel_btn p{
	width:55px;
	height: 55px;
}
header .sp_tel_btn a{
	width:100%;
	height: 100%;
	background: #F2F2F2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.head_open_menu{
	right:0;
	transition: 0s;
}

.head_open_menu .left{
	display: none;
}

.head_open_menu .right{
	width:100%;
	height: 100%;
	overflow-y: scroll;
	padding-left: 0;
	padding-right: 0;
}
.head_open_menu .menu_box{
	height: calc(100% - 55px);
	margin-top: 55px;
	display: block;
	background: #00489D;
}

.head_open_menu .right ul{
	opacity: 1;
	transform: none;
	margin-top: 0;
	transition: 0s;
	border-bottom: 1px solid rgba(255,255,255,.33);
}

.head_open_menu .right li{
	display: none;
}

.head_open_menu .right li:first-child{
	display: block;
}

.head_open_menu .right li a{
	color:#fff;
	padding:10px 0;
	display: block;
	margin:0 auto;
	width:90%;
	text-indent: 1em;
}

.head_open_menu .right li a:hover{
	text-decoration: none;
}

.head_open_menu .right ul li:first-child a{
	font-weight: normal;
	position: relative;
	padding:20px 0;
	text-indent: inherit;
}
.head_open_menu .right ul.toggle li:first-child a:after{
	content:"\f107";
	font-family: FontAwesome;
	position: absolute;
  right: 0;
  top: auto;
	transition: 0.2s;
}

.head_open_menu .right ul.toggle li:first-child a.active:after{
	transform: rotate(180deg) ;
}


.head_open_menu .right .right_bottom{
	border-top: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width:90%;
	margin: 0 auto 30px;
}

.head_open_menu .right .right_bottom .tel{
	color:#fff;
	padding:15px 15px 15px 0;
	margin-bottom: 20px;
	border:1px solid #fff;
	display: flex;
	justify-content: center;
}




.top_main{
	height: 500px;
	background-attachment: inherit;
}
.top_main .title{
	bottom: 25%;
}
.top_main .title img{
	max-width: 90%;
}
.top_main .line{
	bottom: 17%;
}

.angle_top_line {
	height: 20px;
	object-fit: cover;
	object-position: center;
}

.top_h2_title{
	white-space: inherit;
	font-size: 150%;
}

.top_section_right_box{
	top:10%;
}

.top_section_right_box .txt{
	max-width: 70%;
}

.top_pic_link_box .box{
	padding:10px;
	margin-top: -30px;
}

.five_list{
	padding:80px 20px;
}

.five_list ul{
	height: auto;
	flex-wrap: nowrap;
	margin: auto;
}

.five_list li{
	width:100%;
	margin:0 auto 20px;
	max-width: 420px;
}

.five_list li div{
	padding:10px 0 10px 10px;
	font-size: 90%;
}

.five_list li div span{
	width:40px;
	height: 40px;
	font-size: 180%;
	margin-right: 10px;
}

.foot_contact_box{
	height: 130px;
}

.foot_main_img img{
	object-position: 80% top;
	height: 450px;
}

.foot_link_list ul{
	margin:0;
}

.foot_link_list li{
	display: none;
}

.foot_link_list li:first-child{
	display: block;
	border-top: 1px solid #D8D8D8;
}

.foot_link_list li a{
	display: block;
	width:90%;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.foot_link_list li a:before{
	content:"\f105";
	font-family: FontAwesome;
	font-size: 18px;
	color:#00489D;
	margin-right: 10px;
}

.foot_link_list .box{
	flex-direction: column;
}

.second .main_bg{
	height: 350px;
}


.about_num_box_title{
    font-size: 1.3em;
    margin-bottom: 20px;
}

.about_num_white_box {
    height: auto;
}

.about_num_white_box{
    box-shadow: none;
}

.about_num_box {
    box-shadow: 0 0 40px rgba(0,0,0,.15);
    padding-bottom: 0;
    padding-top: 280px;
    background-size: 300px;
    background-position: center 30px!important;
    margin-bottom: 40px;
}


.second .main_bg h1{
	font-size: 200%;
}


.business_flow_box_img img{
    width: 300px;
}


.business_flow_box_title {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.business_flow_box {
    padding: 20px;
    border: 4px solid #ddd;
}


.flow_under_arrow{
    margin: 30px 0 25px;
    font-size: 30px;
}

.scroll_tbl_body {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
.scroll_tbl_body th,
.scroll_tbl_body td{
    white-space: nowrap;
}


.common_h2 {
    font-size: 150%;
    margin-bottom: 25px;
    padding-bottom: 10px;
}


.recruit_tbl{
    border-bottom: 1px solid #ccc;}
.recruit_tbl th,
.recruit_tbl td{
    display: block;
    text-align: left;
    border-bottom: none;
}
.recruit_tbl td{
    padding: 10px 10px 20px;
}
.recruit_tbl th br{
    display: none;
}


.common_tbl th,.common_tbl td{
	display: block;
	padding:10px;
}

.common_tbl th{
	width:100%;
	max-width: none;
}

.common_tbl td{
    padding: 15px 10px 30px;
}

.common_tbl tr:first-child td{
	border-top: none;
}

.uk-form-width-large{
    width: 100%!important;
}

.uk-form-width-medium {
    width: 200px;
}

.second .main_bg.main_bg_small {
    height: 100px;
}

.common_h2_small {
    font-size: 1.2em;
    margin-bottom: 13px;
    padding-bottom: 7px;
}