@charset "UTF-8";

html {
  font-size: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
body {
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: none;
}
li {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}
iframe {
  vertical-align: bottom;
}
main {
  padding-top: 0;
}

/* ----------------------------------------------

 * 要素を左右中央寄せ

---------------------------------------------- */

}

@media only screen and ( max-width : 480px ) {
  .container {
    padding: 0 20px;
  }
}
@media only screen and ( max-width : 374px ) {
  .container {
    padding: 0 10px;
  }
}

@media print, screen and ( min-width : 769px ) {
  .container {
    max-width:1250px;/*グローバルメニュー幅--------------*/
	margin:0 auto;
  }
}


#header {
  z-index: 99;
  width: 100%;
  position: fixed;
  padding: 0 20px;
  top: 0;
  left: 0;
}
#gNav a:hover {
  color: #999;
}
nav li a {
  font-size: 20px;
  letter-spacing: 0;
  font-weight:bold;
}
nav li a img{
	max-width:45px;
	height:auto;
}
nav li {
  font-size: 20px;
  letter-spacing: 0;
  font-weight:bold;
  padding:20px 0;
}
nav li img{
	max-width:45px;
	height:auto;
}
nav li .sub-menu a{
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight:normal;
 
}
nav .sub-menu,.mean-container .mean-nav ul ul {
  background: #fff;
  background-image: linear-gradient(to top, #CFF0EA 0%, #80D7C9 100%);/*----PC downスクロール背景色-----*/
}

@media only screen and ( max-width : 1024px ) {
  #header {
    padding: 10px 0;
    height: 60px;
	background: #fff;
  }  
  .h_logo {
    width: 280px;width: 240px;
    position: absolute;
    top: 18px;top: 0px;
    left: 10px;
    z-index: 100;
  }
  nav li a {
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight:normal;
	}
 nav li {
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight:normal;
  padding:0;
}
 nav li img{
	 padding:10px 0 10px 16px;
 }
 nav li a img{
	 padding:0;
 }
  
 #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
 nav li .fa {
    display: none;
  }
}

@media print, screen and ( min-width : 1024px ) {
  #header {
    height:140px;
  }
  .h_logo img {
    width: 300px;
	padding-left:30px;
  }
  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
	
	background-color:#FFF;/*---------gnemuの色----------*/
	border-radius: 50px;
	filter:drop-shadow(5px 5px 5px #858585);
	margin-top:55px;
  }
  #h_top .sub-menu{
	
  }
  #gNav ul {
    position: relative; 
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-right: 3em;/*margin-right: 2.3em;*/
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 80px;
  }
  #gNav ul.nav li a:hover {
	  color:#000;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #000;
	
  }
  #gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
}


 .h_nav{
	margin:0;
 }


/*-------------------------------------------
Header
-------------------------------------------*/
.subnave .menu_sb{
	display: flex;
    align-items: center;
    margin-top:-2px;
   }
@media screen and (max-width: 1024px) {
	.subnave .menu_sb{
	display:none;
	}
	.subnave .menu_sb img{
		max-height:30px;
		width:auto;
	}
	.spnon{
		display:none;
	}
	#header {
    height: 80px;height: 60px;
  }
}
@media screen and (min-width: 1024px) {
.menu_sb{
	display:none;
}

nav li .sub-menu a{
  font-weight:600;
 
}
}

#site{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-left:20px;
  margin-right:20px;
  float:right;
	
}
#site h1{
	width:250px;
}
.h_logo img {
    width: 320px;width: 280px;
	/*padding-bottom:10px;*/
  }
  
@media screen and (max-width: 1024px) {
	.h_logo img {
	padding-bottom:0;
  }
	
}


/* 下層ページのページヘッダー部 */
.page-header {
  margin-bottom:20px;
  position: relative;
}
.page-header .img {
  height: 100%;
}
.page-header .img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position:bottom;
  opacity:0.5;
}

/*-------------------------------------------
Footer
-------------------------------------------*/
#footer {
  background-color: #009B7C;
  color: #fff;
  padding: 80px 5%;
}
#footer a {
  color: #fff;
}
#footer .info-area {
    width: 100%;
	text-align:center;
}

#footer .info-area .logo {
  width: 100%;
  max-width: 220px;
  display: block;
  line-height: 0;
  margin-bottom: 30px;
}
#footer .info-area .info {
  font-size:19px;
  line-height: 1.8;
  margin-top: 30px;
  letter-spacing:0.05em;
}

#footer .info-area .copyright {
  font-size: 10px;
  letter-spacing:0.1em;
}
#footer .menu-area {
  display: flex;
  justify-content: space-between;
}
#footer .menu-area .menu-col {
  min-width:180px;
}
#footer .menu-area .menu-col .menu-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
#footer .menu-area .menu-col .menu-list li {
  font-size: 14px;
  margin-bottom: 10px;
}
#footer .menu-area .menu-col .menu-list li::before {
  content: "・";
  margin-right: 5px;
}


/*-------------------------------------------
タブレット
-------------------------------------------*/
@media screen and (max-width: 1024px) {
  html {
    scroll-padding-top: 60px;
  }
  main {
    padding-top: 60px;
  }

  /*-------------------------------------------
  Header
  -------------------------------------------*/
  
}
@media screen and (max-width: 950px) {
	#footer .menu-area {
      display:block;
      margin-left:50px;
	}  
}

/*-------------------------------------------
スマートフォン
-------------------------------------------*/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  /* 下層ページのページヘッダー部 */
  .page-header {
    margin-bottom: 40px;margin-bottom: 10px;
  }
  .page-header .img img {
    height: 240px;height: 180px;
  }
  .page-header .page-title-area {
    height: 70px;
    top: auto;
    bottom: 0;
  }
  .page-header .page-title-area .page-title .en {
    font-size: 24px;
  }
  .page-header .page-title-area .page-title .ja {
    font-size: 12px;
  }

  /* 下層ページのページヘッダー下テキスト */
  .head-text {
    margin-bottom: 40px;
  }

  /*-------------------------------------------
  Footer
  -------------------------------------------*/
  #footer {
    padding: 60px 20px;
  }
  #footer .info-area {
    width: 100%;
  }
  #footer .menu-area {
  }
  #footer .info-area {
    text-align: center;
  }
  #footer .info-area .logo {
    margin: 0 auto 30px;
  }
}


 /*-------------------------------------------
 header内ページ最上部のサブメニュー
  -------------------------------------------*/
.subnave a{
	color:#FFF !important;
	
}
.subnave .menu_sb{
	display: flex;
    align-items: center;
    line-height:3.0;
}
.subnave .menu_sb img{
	max-height:30px;
	width:auto;
	margin-right:10px;
}

.menu_sb .me_bg01{
	background:#2FBDA6;
	padding:10px;
	margin:0;
}
.menu_sb .me_bg02{
	background:#00AE91;
	padding:10px;
	margin:0;
	color:#FFF;
}
.menu_sb .me_bg03{
	background:#009B7C;
	padding:10px;
	margin:0;
}
.menu_sb .me_bg04{
	background:#008669;
	padding:10px;
	margin:0;
}


@media screen and (max-width: 1024px) {
	.subnave .menu_sb{
	display:none;
	}
	.menu_sb img{
	max-height:30px;
	width:auto;
	margin-right:10px;
	display:inline;
}
.menu_sb img.pa{
	margin-left:10px;
}
	
}
@media screen and (min-width: 1024px) {
.menu_sb{
	display:none;
}
}

/*封筒アイコン----------------------- */
.dli-mail {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 1.06667em;
  height: 0.8em;
  border: 0.1em solid currentColor;
  border-radius: 0.1em;
  box-sizing: content-box;
  overflow: hidden;
  
  margin-top:-4px;
}

.dli-mail::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 0.75425em;
  height: 0.75425em;
  border: 0.1em solid currentColor;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 0 0 0 0.1em;
  box-sizing: content-box;
  transform: translate(-50%, -50%) rotate(-45deg) skew(10deg, 10deg);
}

 /*グローバルメニューの三角アイコン（丸背景あり）----------------------- */
.arrow_r_bb {
  position: relative;
  display: inline-block;
  padding-left: 10px;
}
.arrow_r_bb:before {
  content: '';
  width: 22px;
  height: 22px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right:0;
  bottom: 0;
  margin: auto;
}
.arrow_r_bb.blue:before {background: #2DA7DF;
}
.arrow_r_bb.brown:before {background: #F19500;
}
.arrow_r_bb.green:before {background: #009B7C;
}
.arrow_r_bb:after {
  content: '';
  width: 6px;width: 0px;
  height: 6px;height: 0px;
  border: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 8px solid #fff;
  border-bottom: 0;
  transform: translateY(1px);
  position: absolute;
  top: 0;
  right:6px;
  bottom: 0;
  margin: auto;
  
}

/*全体幅調整用-----------------------------*/

.wrapper{
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
	.wrapper{
	max-width: 1400px;
	padding: 0 10px;
	margin: 0 auto 60px;
	}
}
/*その他-----------------------------*/
.center{
	margin:40px auto 0;
}
.hand{
	cursor : pointer;
}
.fw{
	font-weight:bold;
}


