@charset "utf-8";

.rpimg {

}

/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.green {
	color: #129c9e;
}
.lgreen {
    color: #6dc1a0;
}
.bg_1{
    background-color: #005259;
    color: #fff;
}
.bold {
	font-weight:bold;
}

.goshic{font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";}
.white{color: #ffffff;}

/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.udl {
    color:inherit !important;
    text-decoration: underline;
}
.tel-link a,.non_col {
	color:inherit !important;
}
a {
	color:#13428a;
	text-decoration:none;
}
a:visited {
	color:#13428a;
	text-decoration:none;
}
a:hover {
	color:#597aad;
	text-decoration:none;
}
a:active {
	color:#13428a;
	text-decoration:none;
}

.btn a {
	transition:opacity 0.3s;
}
.btn a:hover {
	opacity: 0.7;
}

a[href*="tel:"] {
    color: inherit;
}

/*@media (min-width: 561px) {
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
}*/

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.lh_s {
	line-height:1.5 !important;
}
.lh_m {
	line-height:1.7 !important;
}
.lh_l {
	line-height:2 !important;
}
.lh_0 {
	line-height:0;
}
html {
	height:100%;
    font-size: 1em;
	overflow-x: hidden;
}
	
body {
	text-align:center;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	color:#333;
	text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	word-wrap:break-word;
	min-height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 1em;
    z-index: 0;
	overflow: hidden;
	position: relative;
}
@media screen and (max-width: 640px) {
    body {
        font-size: 1.0em;
    }
}
@media screen and (max-width: 320px) {
    body {
        font-size: 0.84em;
    }
}

.fserif {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
}
.txt_r{text-align: right;}

#wrapper {
    flex: 1 1 auto;
}
.ovf {
    overflow: hidden;
}

.mgend {
	margin-bottom:8em;
}
.mgl {
	margin-bottom:6em;
}
.mgm {
	margin-bottom:4em;
}
.mgms {
	margin-bottom:3em;
}
.mgs {
	margin-bottom:2em;
}
.mgsm {
	margin-bottom:1.5em;
}
.mgss {
	margin-bottom:1em;
}
.mgsss {
	margin-bottom:0.5em;
}

@media screen and (min-width: 641px) {
    .sp {
		display:none !important;
	}
    .pccenter {
        text-align:center !important;
    }
}

#header {
	position: fixed;
	width: 100%;
	height: 90px;
    box-sizing: border-box;
    z-index: 3000;
	background-color: rgba(255,255,255,1);
	padding:0% 1%;
}
.head_left{float: left;}
.head_left .gray{font-size: 0.9em; color: #535656;}
#header h1{font-size: 0.7em;font-weight: normal;padding-bottom: 0%;text-align: left;width: 50%;}
#header img.logo {
	float: left;
  height:50px;
	margin-top: 0%;
    transition:all 0.3s;
}

nav{display: block;}

#toggle {
   display: none;
  
}


#navi {
    display: none;
    justify-content: center;
    align-items:flex-start;
	position:fixed;
	text-align:center;
	z-index:3001;
	width:400px;
    height: 100vh;
	top:0;
	right:-100%;
    background-color: rgba(255,255,255,1);
	color:#ccc;
    overflow-y: auto;
    backdrop-filter: blur(10px);
    overscroll-behavior-y: contain;
}
#navi nav {
    height: calc(100% + 1px);
}
#navi .navibox {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 80px 30px;
}
#navi ul {
    width: 100%;
}
#navi li {
    position: relative;
	width:100%;
    box-sizing: border-box;
    border-bottom:1px solid #999;
}
#navi li a {
	display:block;
	text-decoration:none;
    text-align: left;
	color:#333;
    font-size: 1em;
    font-weight: bold;
	padding-left: 2em;
	line-height:3.5em;
	transition: all 0.3s;
}
#navi li a:hover {
	background-color: rgba(109,193,160,0.2);
}

/*------------------------------------------------------------
	ここからグローバルメニュー
------------------------------------------------------------*/
#gnavi ,#gnavi-new{
	position:absolute;
	width:920px;
	top:0px;
	height: auto;
    right: 0;
	z-index:3001;
}
.head_right{
	margin: 0 auto; position:relative;
    display: flex;
    justify-content:flex-end;
    align-items: center;
 }

.head_right ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.head_right li {
  float: left;
  height: 90px;
}
.head_right li.border_none {
border-left: none;
}
.head_right li a, .dropbtn {
  display: inline-block;
  color: #000000;
  text-align: center;
  padding: 38px 8px 28px;
  text-decoration: none;
}
.head_right li a::after, .dropbtn::after {
  content: "";
    width: 20px;
    height: 20px;
	margin-bottom: -4px;
    background: url(../img/arrow_top.svg);
    background-repeat: no-repeat;
    display: inline-block;
}
.head_right li a.fast {
  padding: 41px 8px 30px;
}
.head_right li a.right_btn {
  padding: 0px 0px 0px;
}
.head_right li a.right_btn::after{
  display: none;
}
.head_right li a.right_btn img{height: 90px;}
.head_right li a:hover {
  background-color: #555555;color: #ffffff;
}
.head_right li a.right_btn img:hover{opacity: 0.5;}
.head_right li a.right_btn:hover{background-color:transparent;}
.dropdown:hover .dropbtn {
  background-color: #555555;
}
.head_right li.dropdown {
  display: inline-block;
}
.head_right .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.head_right .dropdown-content a {
  color: black;
  padding: 8px 20px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.head_right li.last {
  border-right: solid 1px #000000;
}
.head_right .dropdown-content a:hover {background-color: #555555;}

.head_right .dropdown:hover .dropdown-content {display: block;}

.sp_top_btn{display: none;}
/*------------------------------------------------------------
	ここまでグローバルメニュー
------------------------------------------------------------*/



/* フレックスボックス */
.flexbox{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-between;
  	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;}
.flexbox::after {
display: block;
content:"";
width: 31%;
}
.boxitem_02,.boxitem_02-2{width: 48%;
    height: auto;
    display: block;
    margin-bottom: 4%;}
.boxitem_03{width: 31%;
    height: auto;
    display: block;
    margin-bottom: 2%;}
.boxitem_03-02{width: 48%;
    height: auto;
    display: block;
    margin-bottom: 2%;}
.boxitem_04{width: 23%;
    height: auto;
    display: block;
    margin-bottom: 2%;}
.boxitem_04_white{width: 21%;
    height: 300px;
    display: block;
	background-color: #ffffff;
	padding: 0.8em;
    margin-bottom: 2%;position: relative;box-shadow: 5px 5px 8px #666666; }
.boxitem_03_white{width: 30%;
    height: 360px;
    display: block;
	background-color: #ffffff;
	padding: 0em;
    margin-bottom: 2%;position: relative;}
.boxitem_02 img,.boxitem_03 img,.boxitem_03-02 img,.boxitem_04 img,.boxitem_04_white img{width: 100%;}
.bk-img {
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image:url("../img/no_image.svg");
	margin-bottom: 0.4em;
}
.bk-img-02 {
  width: 100%;
  height: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image:url("../img/no_image.svg");
	margin-bottom: 0.4em;
}
.container{
    position: relative;
    box-sizing: border-box;
    width: 1200px;
    padding: 5em 100px;
	margin:0 auto;
	text-align:left;
}

.container_t {
    position: relative;
    box-sizing: border-box;
    width: 1200px;
    padding: 0 100px 5em 100px;
	margin:0 auto;
	text-align:left;
}
.container_nt {
    position: relative;
    box-sizing: border-box;
    width: 1200px;
    padding: 5em 100px 0em 100px;
	margin:0 auto;
	text-align:left;
}
.container_f {
    position: relative;
    box-sizing: border-box;
    width: 1200px;
	margin:0 auto;
	text-align:left;
}
.container_00 {
    position: relative;
    box-sizing: border-box;
    width: 1200px;
    padding: 0 100px 0 100px;
	margin:0 auto;
	text-align:left;
}
.container_small {
    position: relative;
    box-sizing: border-box;
    width: 1200px;
    padding: 3em 100px 3em 100px;
	margin:0 auto;
	text-align:left;
}




/*------------------------------------------------------------
	フッターメニュー
------------------------------------------------------------*/
#footer {
    padding: 5em 0 5em;
    background-color: #ffffff;
    color: #595959;
	border-top: solid 1px #595959;
}
.footer_inner{
	position:relative;
	display: flex;
    box-sizing: border-box;
    width: 1200px;
	height: auto;
	padding: 0em 100px;
    margin:0 auto;
	text-align:left;	
}
.ft_ad{width:40%;margin-right: 5%;}
.ft_ad .footer{width: 300px;text-align: left;}

.ft_ad .footer a{color: #595959;font-size: 1.6em;font-weight: bold;}
.ft_ad .footer img {
width: 40%;margin: 0 0 0.4em;
	display: block;
transition:all 0.3s;
}
ul.ft-ad{margin-top: 3%;margin-bottom: 1em;}
.foot_corporate{width: 80%;}

.foot_recruit{position:relative;display: block;box-sizing: border-box;
	width:80%;margin-top: 20px;margin-right: 5%;}

#fnavi {
	position:relative;
	display: flex;
	width:55%;
	top: 0px;
    left: 0%;
}
#fnavi ul {
	width: 100%;
    position:relative;
    display: block;
    justify-content: flex-start;
    align-items: center;
	margin-bottom: 3%;
}
#fnavi ul li{line-height: 40px;}
#fnavi ul li a {
    font-size:1.04em;
	display:block;
    padding: 0 10px;
	transition:all 0.3s;
	color:#595959;
	font-weight: bold;
}
.foot_btn_wrap{width: 100%;
    position:relative;
    display: block;
    justify-content: flex-start;
    align-items: center;
	margin-bottom: 3%;}
.foot_btn_wrap a.foot_btn img {margin-bottom: 0.6em;}
#fnavi ul li:hover{background-color: #868685;}

.ft_navi {
	padding: 0;
	text-align:left; 
	font-size: 1em;
	line-height: 1.6em;
}
.footer_h3{margin-top: 5%;}
.ft_blue{background-color: #3e3a39;padding: 2% 0;}	
.copyright {
	width: 1000px;
	margin: 0 auto;
    font-size:0.8em;
    line-height: 1.5;
	text-align: left;
	bottom:0%;left:0%;
	color:#ffffff;
}

.pagetop {
	position:fixed;
	width:50px;
	height:50px;
	bottom:80px;
	right:-80px;
	z-index:10000;
}
.pagetop img {
	width:50px;
}

/* entry_section */
.entry_section{
    height: auto;
    width: 100%;
	position: relative;}
.entry_ttl_center{text-align: center; font-size: 6em;font-weight: bold;color:#b7d99b;line-height: 1.2em;}
.entry_sub_ttl_center{text-align: center; font-size: 1.8em;font-weight: bold;color:#000000;line-height: 1.2em;}
.entry_wrap{
      width: 80%;
      margin: 3em auto 0;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px;
    }
.entry_wrap img{
      position: relative;
      display: block;
      width: 100%;
      box-sizing: border-box;
    }
@media screen and (max-width: 640px) {
	.entry_ttl_center{text-align: center; font-size: 3em;font-weight: bold;color:#b7d99b;line-height: 1.2em;}
.entry_sub_ttl_center{text-align: center; font-size: 1em;font-weight: bold;color:#000000;line-height: 1.2em;}
 .entry_wrap{
      width: 100%;
      margin: 1em auto;
      display: block;
      grid-template-columns: 1fr;
	 gap: 20px;}
    }

/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width: 1000px) {
	
.sp_footmenu_02{display: block;position:fixed;
	bottom:0;background: rgba(0,0,0,0.8);width:100%;padding:0%;z-index: 99999;overflow: hidden;-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);}
.sp_footmenu_02 a img{width: 50%;float: left;}
	
#header {
	position: fixed;
	width: 100%;
	height: 90px;
    box-sizing: border-box;
    z-index: 3000;
		padding: 1%;
}

.head_left{float: left;}
.head_left .gray{font-size: 0.7em; color: #535656;}
#header h1{font-size: 0.6em;font-weight: normal;padding-bottom: 0%;text-align: left;width: 90%;}
#header img.logo {
	float: left;
  height:45px;
	margin-top: 0%;
    transition:all 0.3s;
}

#gnavi {display: none;}
.sp_top_btn{display: block;position: absolute;right:60px;top:19px;}
#toggle {
   position:absolute;
    padding: 13px 9px;
    width:32px;
	height:24px;
	top:20px;
	right:10px;
	cursor:pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s;
    z-index: 100000;
	background-color: #00913a;
}


#toggle span {
    background-color: #ffffff;
    width: 100%;
    height: 4px;
    transition: all 0.3s;
}
#toggle span:nth-of-type(1) {
    transform-origin: top left;
}
#toggle span:nth-of-type(2) {
    transform-origin: center left;
    opacity: 1;
}
#toggle span:nth-of-type(3) {
    transform-origin: bottom left;
}
#toggle.close span:nth-of-type(1) {
    transform: rotate(32deg) scale(1.2, 1);
}
#toggle.close span:nth-of-type(2) {
    opacity: 0;
}
#toggle.close span:nth-of-type(3) {
    transform: rotate(-32deg) scale(1.2, 1);
}
.container{
    position: relative;
    box-sizing: border-box;
    width: 100%;
	padding:2em 5%;
	margin:0 auto;
	text-align:left;
}

.container_t {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 5% 5em 5%;
	margin:0 auto;
	text-align:left;
}
.container_nt {
    position: relative;
    box-sizing: border-box;
   width: 100%;
	padding:2em 5% 0em;
	margin:0 auto;
	text-align:left;
}
.container_f {
    position: relative;
    box-sizing: border-box;
    width: 100%;
	margin:0 auto;
	text-align:left;
}
.container_00 {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 5%;
	margin:0 auto;
	text-align:left;
}
.container_small {
    position: relative;
    box-sizing: border-box;
    width: 100%;
	padding:1.2em 5%;
	margin:0 auto;
	text-align:left;
}
	
	


.footer_inner{
	position:relative;
    box-sizing: border-box;
    width: 100%;
	height: auto;
    margin:0 auto;
	text-align:left;
}
.footer_inner .footer img {
	float:none;
  width: 200px;
	margin-top: 0.4%;
    transition:all 0.3s;
	margin-bottom: 5%;
}




.copyright {
	width: 96%;
	margin: 0 auto;
    font-size:0.8em;
    line-height: 1.5;
	text-align: left;
	bottom:0%;left:0%;
	color:#ffffff;
}

}

/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width: 640px) {

/*------------------------------------------------------------
	スマホバーガーメニュー
------------------------------------------------------------*/
#toggle {top:30px;right:5px;}
.sp_top_btn{top:29px;right:55px;}
#gnavi {display: none;}
#header h1{font-size: 0.7em;line-height: 1.2em;width: 100%;max-height: 30px;}
#header img {
	float: left;
  width: auto;
	height: 50px;
    transition:all 0.3s;
	margin-top: 1.4%;
}
	#header img.logo {
	float: left;
  height:35px;
	margin-top: 1.4%;
    transition:all 0.3s;
}
.header_inner{
	position:relative;
    box-sizing: border-box;
    width: 100%;
	height: 70px;
	padding: 0.2em 0%;
    margin:0 auto;
	text-align:left;
}
.container {
    width: 100%;
	padding:2em 5%;
}

.container_nt {
    width: 100%;
	padding:2em 5% 0em;
}
.container_f {
    width: 100%;
}
.container_00 {
    width: 100%;
    padding: 0 5%;
}
.container_small {
    width: 100%;
	padding:2em 5%;
}
.mt5per{margin-top: 2%;}
	
	
.pc {
		display:none !important;
	}
    .spcenter {
        text-align:center !important;
    }
    .spleft {
        text-align:left !important;
    }
    .mgend {
    margin-bottom:5em;
}
	.mgs {
	margin-bottom:1em;
}
	.mgms {
	margin-bottom:2em;
}
.boxitem_02{width: 100%;margin-bottom: 3%;}
.boxitem_02-2{width: 49%;margin-bottom: 3%;}
.boxitem_03_white{width: 46%;
    height: 360px;
    display: block;
	background-color: #ffffff;
	padding: 0em;
    margin-bottom: 2%;position: relative;}

.boxitem_03,.boxitem_03-02{width: 100%; margin-bottom: 3%;}
	
/*------------------------------------------------------------
	フッターメニュー
------------------------------------------------------------*/
#footer {padding: 4em 0 2em;background-size: 70%;}
.ft_ad,.footer_inner{width: 100%; display: block;padding: 0em 5%;box-sizing: border-box;}
.foot_contact{position:relative;width:90%;margin-top: 0px;margin-right: 0%;margin: 0;}
.ft_ad .footer{padding: 0%;width: 100%;box-sizing: border-box;text-align: left}
.ft_ad .footer img {;width: 30%;margin-top: 0%;transition:all 0.3s;margin-bottom: 3%;margin-left: 0;
}
#fnavi {
	position:relative;
	display: block;
	width:90%;
	top: 0px;
    left: 0%;
margin: 0 auto 3%;
}
.ft_navi {
    width: 100%;
    border-left-width: 0;
	margin-top: 2em;
    padding: 0em 0 2em;
	font-size: 0.84em;
	text-align: left;
}
#fnavi ul {
	margin-bottom: 0%;
}
#fnavi ul li{line-height: 30px;}
#fnavi ul li a {
    font-size:1em;
}
	
.foot_btn_wrap{width: 70%;
    margin-top: 3%;}


.footer_h3{margin-top: 0%;}
.pagetop {display: none;}
	
.ft_blue{padding-bottom: 10px;}

}
