
@import url('css2.css');
@import url('css.css');
/* CSS Document */

/*共通*/
html{
	font-size: 16px;
}
body {
-webkit-text-size-adjust: 100%;
}
.wrapper{
    padding-top: 102px;
    overflow: hidden;
}
.cp_cont{
	display: none;
}
.text-wrap{
	display: inline-block;
}
.container{
	max-width: 1000px;
	margin: auto;
}
img{
	max-width: 100%;
	height: auto;
}
.red{
	color: #ff0000;
}
.bold{
	font-weight: bold;
}
.txt_bottom{
	margin-bottom: 30px;
}
.sp_br{
	display: none;
}
.sp_img{
	display: none;
}
.under{
	background: linear-gradient(transparent 60%, #ffcc66 50%);
	display: inline;
}
.left{
	text-align: left;
}
.center{
	text-align: center;
}
.pc_block{
    display: block;
}
.pc_inline{
    display: inline;
}
.sp_brock{
    display: none;
}
.anchor{
    position: absolute;
    top:-170px;
}
/* ==========================
header
============================= */
header{
    position: fixed;
    width: 100%;
    z-index: 99;
    background: #fff;
    border-bottom: #fff 2px solid;
	display: flex;
	justify-content: space-between;
}
.hd_left {
	width: 450px;
	padding-left: 30px;
    border-bottom: #28a860 10px solid;
	position: relative;
    display: flex;
    align-items: center;
	z-index: 1;
    min-width: 325px;
}
h1{
}
.hd_top{
    max-width: 100%;
	height: 30px;
    display: flex;
	justify-content: flex-end;
	padding-right: 40px;
}
.hd_right {
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}
.language{
    display: flex;
    justify-content: flex-end;
}
.language li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.language a {
    padding-left: 10px;
    margin-left: 40px;
}
.language a::before {
    content: url(../image/lng_arrow.png);
    position: relative;
    top: 2.5px;
    left: -10px;
}
.hd_bottom {
    height: 70px;
    width: 100%;
    background: #28a860;
    position: relative;
    border-radius: 13px 0 0 0;
}
.hd_bottom::before{
	content: url("../image/hd_border.png");
	position: absolute;
	left: -63px;
	bottom: -5px;
}
@media all and (-ms-high-contrast: none) {
.hd_bottom::before{
	bottom: -6px;
	}
}
.h_nav{
    width:80%;
    min-width: 800px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    height: 100%;
	position: relative;
}
.h_nav_item {
    width: 20%;
    height: 100%;
}
.h_nav a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.h_nav a span{
    width: 100%;
    text-align: center;
    font-size: 114%;
    color: #fff;
    border-left: #fff solid 1px;
}
.h_nav_item:first-child a span{
    border-left:none;
}
.h_nav a:hover {
    opacity: 1;
}
.h_nav a:hover span{
    color: rgba(255,255,255,0.8);
}

.ch_nav {
    width: 100vw;
    height: 0;
    overflow: hidden;
    position: fixed;
    left: 0;
    background: rgba(255,255,255,.95);
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	
    display: flex;
	justify-content: center;
}
.h_nav_item:hover > .ch_nav{
	height: 90px;
}
.ch_item {
    width: auto;
    display: flex;
}
.ch_item a {
    padding: 0 20px;
}
.ch_item a span {
    border: none;
    color: #000;
    border-bottom: rgba(0,0,0,0) 2px solid;
}
.ch_item a:hover span {
    color: #000;
	opacity: 1;
    border-bottom: #28a860 2px solid;
}
.ch_item.head a span {
	font-size: 125%;
	font-weight: bold;
	border: none;
	color: #28a860;	
}


/* ==========================
footer
============================= */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: -50px;
  /* background:#000; */
  opacity: 0.6;
  border-radius: 50%;
  right: 3%;
  z-index: 99;
	
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 50px;
    height: 50px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(158,216,183);
}
footer {
    padding: 50px 60px 40px;
    border-top: #28a860 2px solid;
}
.company_name {
    font-size: 129%;
    margin-bottom: 10px;
}
.address{
    margin-bottom: 40px;
}
.address span{
    margin-right: 3em;
}
.address span:last-child{
    margin-right: 0;
}
#copyright img {
    position: relative;
    top: 5px;
    left: 3px;
    opacity: 0.9;
}
.ft_flex {
    display: flex;
    justify-content: space-between;
}
.ft_right {
	max-width: 420px;
    width: 33%;
    display: flex;
    justify-content: space-between;
}
.ft_map li {
    margin-top: 5px;
    font-weight: bold;
}
.ft_map li a::before{
	content: url(../image/lng_arrow.png);
    position: relative;
    top: 2px;
    left: -5px;
}
/* ==========================
more_button
============================= */
.more_button{
    padding: 10px 0;
}
.more_button a{
    font-size: 107%;
    color: #fff;
    border: #28a860 1px solid;
    padding: 10px 30px 10px 50px;
    background: #28a860 url("../image/more_arrow.png") no-repeat center left 20px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.more_button a:hover{
    color: #28a860;
    opacity: 1;
    background: #fff url("../image/more_arrow_hov.png") no-repeat center left 20px;
}

.more_button.rev a{
    color: #28a860;
    background: #fff url("../image/more_arrow_hov.png") no-repeat center left 20px;
}
.more_button.rev a:hover{
    color: #fff;
    opacity: 1;
    background: #28a860 url("../image/more_arrow.png") no-repeat center left 20px;
}
.more_button.bd_none a{
    border: none;
}
.contact_button {
    padding: 30px 5%;
    margin-top: -30px;
    margin-bottom: 80px;
}
.contact_button a{
	box-sizing: border-box;
	display: block;
	max-width: 410px;
	width: 100%;
	margin: auto;
    font-size: 143%;
    color: #28a860;
    border: #28a860 1px solid;
    background: #fff url("../image/more_arrow_hov.png") no-repeat center left 70px;
    padding: 30px 0;
	padding-left: 15px;
    -webkit-transition: background 0.3s ease-out,color 0.3s ease-out;
    -o-transition: background 0.3s ease-out,color 0.3s ease-out;
    transition: background 0.3s ease-out,color 0.3s ease-out;
}
.contact_button a:hover{
    color: #fff;
    opacity: 1;
    border: #28a860 1px solid;
    background: #28a860 url("../image/more_arrow.png") no-repeat center left 70px;
}
/* ==========================
フェードイン
============================= */
.fade{
    opacity : 0;
	transform : translate(0, 100px);
	transition : all 1s;
}
.fade.scrollin{
    opacity : 1;
	transform : translate(0, 0);
}
/* ==========================
下層ページ
============================= */
.green{
    color: #339966;
}
.main_visual h2 {
    line-height: 1.2;
    margin-bottom: 10px;
}
.main_midashi{
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.content_box{
    text-align: center;
    border-top: #28a860 2px solid;
    margin-top: 70px;
}
.wrap_bg{
    padding: 0.1px 0;
    background: url("../image/bg_left.png")left top no-repeat,url("../image/bg_right.png")right bottom no-repeat;
}
.midashi {
    margin: 70px 0;
    text-align: center;
}
.midashi .midashi_main {
    font-size: 257%;
    font-weight: bold;
    color: #28a860;
    font-family: 'Roboto', sans-serif;
	line-height: 1.2;
}
.midashi .midashi_sub{
    display: block;
    margin-top: 10px;
}

.pankuzu ul {
    font-size: 86%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.pankuzu ul li {
    padding-right: 6px;
}
.pankuzu ul li.under_content:before {
    content: ">";
    color: #28a860;
    padding: 0px 6px 0 0;
}
.pankuzu ul li a{
    text-decoration: underline;
}

/*company_nav*/
.com_nav ,.recruit_nav{
    background: #f0f0f0;
    margin-top: 10px;
}
.com_nav ul ,.recruit_nav ul{
    display: flex;
    justify-content: center;
    font-size: 107%;
    flex-wrap: wrap;
}
.com_nav ul li a,.recruit_nav ul li a{
    display: block;
    padding: 20px;
    padding-bottom: 18px;
    border-bottom: #f0f0f0 2px solid;
}
.com_nav ul li a:hover,.recruit_nav ul li a:hover{
    opacity: 1;
    border-bottom: #28a860 2px solid;
}
/*side_menu*/
.side_menu {
    margin-top: 70px;
    width: 200px;
    position: relative;
}
.side_menu ul {
    width: 200px;
}
.side_menu ul.fixed{
    position: fixed;
    top:165px;
}
.side_menu ul.fixed.bottom{
    position: absolute;
    top:auto;
    bottom: 0;
}
.side_menu ul li {
    width: 100%;
}
.side_menu ul li a {
    display: block;
    width: 100%;
    padding: 10px 10px 10px 30px;
    margin-bottom: 10px;
    border: #cccccc 1px solid;
    box-sizing: border-box;
    font-size: 87%;
    max-height:70px;
    background: #fff;
}
.side_menu ul li a.double {
    padding: 0 10px 0 30px;
}
.side_menu ul li a::after {
    content: url("../image/side_arrow.png");
    float: right;
}
.side_menu ul li a.double::after {
    position: relative;
    top:-7px;
}

/*recruit*/
.rec_box{
    text-align: center;
    margin-top: 70px;
}

.banner_box.ft {
  display: none;
}


@media print{
	html{
		width: 1000px;
		min-width: auto;
	}
	body{
		min-width: auto;
	}
	header{
		position: absolute;
	}
	.h_nav{
		min-width: auto;
        font-size: 80%;
		width: 90%;
	}
	.hd_left {
    min-width: auto;
}
.side_menu ul.fixed, .side_menu ul {
    position: absolute;
}
	.ft_right {
    width: 50%;
}
}
