@charset "utf-8";
/* CSS Document */

/* google webfont */
@import "//fonts.googleapis.com/css?family=Oswald";
@import "//fonts.googleapis.com/css?family=Roboto";
@import url('https://fonts.googleapis.com/css?family=Roboto:900');
 	
/* ****************************************************************************************************
   * 全体
**************************************************************************************************** */

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 300;
  src: local('NotoSerifCJKjp'),
       url('../../_font/NotoSerifCJKjp-Light.woff') format('woff'),
       url('../../_font/NotoSerifCJKjp-Light.ttf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 600;
  src: local('NotoSerifCJKjp'),
       url('../../_font/NotoSerifCJKjp-SemiBold.woff') format('woff'),
       url('../../_font/NotoSerifCJKjp-SemiBold.ttf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 900;
  src: local('NotoSerifCJKjp'),
       url('../../_font/NotoSerifCJKjp-Black.woff') format('woff'),
       url('../../_font/NotoSerifCJKjp-Black.ttf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 300;
  src: local('NotoSansCJKjp'),
       url('../../_font/NotoSansCJKjp-Light.woff') format('woff'),
       url('../../_font/NotoSansCJKjp-Light.ttf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 600;
  src: local('NotoSansCJKjp'),
       url('../../_font/NotoSansCJKjp-SemiBold.woff') format('woff'),
       url('../../_font/NotoSansCJKjp-SemiBold.ttf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 900;
  src: local('NotoSansCJKjp'),
       url('../../_font/NotoSansCJKjp-Bold.woff') format('woff'),
       url('../../_font/NotoSansCJKjp-Bold.ttf') format('opentype');
}

/* ****************************************************************************************************
   * フォント設定
**************************************************************************************************** */

.font-serif {
  font-family: 'NotoSerifCJKjp', "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.font-sans {
  font-family: 'NotoSansCJKjp', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.font-oswald {
  font-family: 'Oswald',"Helvetica Neue",Helvetica,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.font-roboto {
  font-family: 'Roboto',"Helvetica Neue",Helvetica,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/* ****************************************************************************************************
   * 共通
**************************************************************************************************** */

.pc-br {
  display: block;
}
.br-sp {
  display: none;
}

@media screen and (min-width:736px) {
  [sp] {
    display: none;
  }
}

@media (min-width:1100px) {
  [sp] {
    position: fixed !important;
    top: -100%;
    left: -100%;
  }
}
@media (min-width:1101px) {
  [sp-nav] {
    position: fixed !important;
    top: -100%;
    left: -100%;
  }
}

@media (max-width:1100px) {
  [pc] {
    display: none !important;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

.br-pc {
  display: block;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.br-pc {
  display: inline;
}

.pc-br {
  display: inline;
}

.br-sp {
  display: block;
}

}

/* ****************************************************************************************************
   * common
**************************************************************************************************** */

.body {
  max-width: 1200px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

[class*="layout-flex"] {
  display: flex;
  flex-wrap: wrap;
/*  justify-content: space-between;*/
/*  align-content: space-between;*/
  align-items: stretch;
}

/* IE対策*/
img[src$=".svg"] {
    width: 100%;
}

.layout-2 {
  display: flex;
  justify-content: space-between;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.layout-2 {
  display: block;
}

}

/* ****************************************************************************************************
   * inview
**************************************************************************************************** */

.inview {
  overflow: hidden;
}

.inview [class*="inview-"] {
  opacity: 0;
  transition: transform 1s 0.25s,opacity 1s 0.25s;
}

.inview .inview-slideleft {
  transform: translateX(-100%);
}

.inview .inview-slideright {
  transform: translateX(100%);
}

.inview .inview-slideup {
  transform: translateY(30px);
}

.inview.inview-active [class*="inview-"] {
  opacity: 1;
  transform: translate(0,0);
}

@keyframes fadein {
from {
    opacity: 0;
    transform: translateX(-50px);
}
to {
    opacity: 1;
    transform: translateX(0);
}
}


/* ****************************************************************************************************
   * englishヘッダー
**************************************************************************************************** */

.page-english #header .contents {
  position: fixed;
	top: 0;
	height: 55px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

.page-english #header .contents {
  position: fixed;
	top: 0;
	padding-top: 5px;
	height: 45px;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.page-english #header .contents {
  position: fixed;
	top: 0;
	padding-top: 10px;
	height: 45px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.page-english #header .logo {
  margin: 0;
/*	width: auto;*/
  width: 50%;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 言語
/* ------------------------------------------------------------------------------------------------- */

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.page-english #header .lang ul li {
  position: relative;
  display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	padding: 3px 19px;
	letter-spacing: normal;
	background: #e3f6e4;
}
.page-english #header .lang ul li[current]::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -4px;
  transition: 0.2s left;
}
.page-english #header .lang ul li::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #053f2e;
  border-right: solid 2px #053f2e;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -4px;
  transition: 0.2s left;
}

.page-english #header .lang ul li:hover:after {
  left: 6px;
}

}

/* ****************************************************************************************************
   * ヘッダー
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * ヘッダー上部
/* ------------------------------------------------------------------------------------------------- */

#header {
  position: relative;
}

#header .header {
  padding:0;
/*	height: 80px;*/
}
#header .header .body {
  max-width: 1280px;
  align-items: center;
	position: relative;
}
#header .header .body > * {
  margin-top: 15px;
}

#header .header .body .text {
	font-size: 12px;
}

@media (max-width:1100px) {

#header .header {
  display: none;
}
	
}

/* ----------------------------------------------------------------------------------------------------
   * 言語
/* ------------------------------------------------------------------------------------------------- */

#header .lang {
/*  padding-left: 205px;*/
  display: flex;
}

#header .lang ul {
  font-size: 0;
	letter-spacing: -0.4em;
}

#header .lang ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  letter-spacing: normal;
  background: #e3f6e4;
}
#header .lang ul li a {
  padding: 3px 30px;
}

#header .lang ul li[current] {
  background: #3f9d16;
}
#header .lang ul li[current] a {
  color:#fff;
}

#header .lang ul li:first-child {
	border-radius: 15px 0 0 15px;
}
#header .lang ul li:last-child {
	border-radius:0 15px 15px 0;
}
#header .lang ul li[current]::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -4px;
  transition: 0.2s left;
}
#header .lang ul li::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #053f2e;
  border-right: solid 2px #053f2e;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -4px;
  transition: 0.2s left;
}
#header .lang ul li:hover {
  color: #053f2e;
	opacity: 0.8;
	text-decoration: none;
}

#header .lang ul li:hover:after {
  left: 1.0em;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1600px) {

#header .lang {
  display: flex;
	padding-right: 8.6%;
}

}

@media (min-width:1101px) and (max-width:1365px) {

#header .lang {
  display: flex;
	padding-right: 12.6%;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {

#header .lang {
  display: flex;
	padding-right: 0;
}

#header .lang ul {}

}

/* ----------------------------------------------------------------------------------------------------
   * 電話番号
/* ------------------------------------------------------------------------------------------------- */

#header div.lang .tel {
  padding-left: 50px;
}

@media (min-width:1101px) and (max-width:1365px) {

#header div.lang .tel {
  padding-left: 20px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * お問い合わせ
/* ------------------------------------------------------------------------------------------------- */

/*
#header .contact {
display: table;
vertical-align: bottom;
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
}
*/
#header .contact span {
  display: block;
  text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#header .contact {
  display: block;
	position: absolute;
	top:-80px;
	right: 0;
	width: 150px;
}

#header .contact img {
  transition: 0.2s all ease 0s;
	opacity: 1;
}
#header .contact:hover img {
  opacity: 1;
  transform: translate3d(0, 3px, 0);
}


#header .contents.fixed .contact {
  top:6px;
	right: /*100px*/75px;
}
#header .contents.fixed .contact a {
  position: absolute;
	top:5px;
	right: 10px;
}
#header .contents.fixed .contact img {
  display: none;
}
#header .contents.fixed .contact span {
  display: block;
	text-indent: inherit;
	
	position: relative;
	z-index: 1;
	width: 200px;
/*	margin-top: 5px;*/
	padding: 10px 0 10px 40px;
	/*display: inline-block;*/
	text-decoration: none;
	overflow: hidden;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	border-radius: 10px;
	color: #fff;
	background: #3f9d16;
	text-align: left;
}
#header .contents.fixed .contact span:after {
  content: '';
  position: absolute;
  top: 50%;
  right:2em;
  display: block;
  width: 26px;
  height: 19px;
  background: url(../../_images/_common/icon-mark-1.png) center center /contain no-repeat;
  border-top: 0;
  margin-top: -9px;
  transition: 0.2s right;
}
#header .contents.fixed .contact span:hover:after {
  right: 1em;
}
#header .contents.fixed .contact span:hover {
	opacity: 0.7;
	text-decoration: none;
}
#header .contents.fixed .contact span:hover:after {
  right: 1em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1680px) {

#header .contents.fixed .contact {
  top: 9px;
	right: 10px;
	width: 80px;
}

#header .contents.fixed .contact span {
  white-space: nowrap;
	overflow: hidden;
	text-indent: 100%;
	width: 100%;
	transition:none;
	padding: 7px 0;
}
#header .contents.fixed .contact span:after {
  content: '';
  position: absolute;
  top: 50%;
  right:0;
	left: 0;
	margin: 0 auto;
  display: block;
  width: 26px;
  height: 19px;
  background: url(../../_images/_common/icon-mark-1.png) center center /contain no-repeat;
  border-top: 0;
  margin-top: -9px;
  transition: none;
}
#header .contents.fixed .contact span:hover:after {
  right: 0;
}
#header .contents.fixed .contact span:hover {
	opacity: 0.7;
	text-decoration: none;
}
#header  .contents.fixed.contact a img {
  transition: none;
	opacity: 1;
}
#header  .contents.fixed.contact a:hover img {
  opacity: 1;
  transform: none;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {


#header .contact {
  top: 9px;
	background: #3f9d16;
	border-radius: 10px;
	width: 6%;
	right: 15px;
}
#header .contact img {
  display: none;
}
#header .contact span {
  white-space: nowrap;
	overflow: hidden;
	text-indent: 100%;
	width: 100%;
	transition:none;
	padding: 5px 0;
}
#header .contact span:after {
  content: '';
  position: absolute;
  top: 50%;
  right:0;
	left: 0;
	margin: 0 auto;
  display: block;
  width: 26px;
  height: 19px;
  background: url(../../_images/_common/icon-mark-1.png) center center /contain no-repeat;
  border-top: 0;
  margin-top: -9px;
  transition: none;
}

}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#header .contact {
  display: none;
}
#header .contents.fixed .contact span {
  display: none;
}

}

/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

#header .logo {
  margin: 0;
	width: 310px;
}

@media (max-width:1100px) {

  #header .logo {
	  display: block;
/*    width: 185px;*/
		margin-top: 5px;
		margin-bottom: 0;
  }
	#header .logo a {}	
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#header .logo {
  margin: 0;
	width: 260px;
	margin-top: 5px;
	margin-bottom: 0;
}

}

/* ----------------------------------------------------------------------------------------------------
   * ヘッダー下部
/* ------------------------------------------------------------------------------------------------- */

#header .contents .body {
  max-width: 1280px;
  align-items: center;
	position: relative;
}
#header .contents {
  position: absolute;
  top: 45px;
  left: 0;
	padding-top: 10px;
  z-index: 9999;
	background: #fff;
  width: 100%;
	height: 55px;
  box-shadow: 0 6px 3px -5px #dddddd;
}
#header .contents.fixed {
  position: fixed;
  top:0;
}
#header .nav {
  width: /*100%*/75%;
	margin:0 auto;
	text-align: center;
	padding-left: 9.6%;
}


@media (max-width:1500px) {

#header .contents {
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: auto;
  background: #fff;
}
#header .nav {
	margin: 0;
	width: 75%;
	padding-left: 8.6%;
}

}

@media (max-width:1366px) {

#header .nav {
	margin: 0;
	width: 68%;
	padding-left: 0;
}

}

@media (min-width:1101px) and (max-width:1365px) {

#header .nav {
	margin: 0;
	width: /*65%*/70%;
	padding-left: 0;
}

}

@media (max-width:1100px) {

#header .contents {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height:45px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
	padding: 0;
}
#header .nav {
  width: 75%;
	margin:0 auto;
	text-align: center;
	padding-left: 0;
}

}

/* ****************************************************************************************************
   * ドロップダウン
**************************************************************************************************** */

#header .nav ul.dropdown {
  max-width: 1000px;
  width: 100%;
  display: table;
	font-size: 0;
	margin: 9px auto 0;
}
#header .nav ul.dropdown > li {
  position: relative;
  z-index: 1;
  display: /* table-cell*/ inline-block;
  vertical-align: top;
	text-align: center;
	font-size: 14px;
	padding: 0 0 0 55px;
}
#header .nav ul.dropdown > li > a {
  position: relative;
  display: inline-block;
	vertical-align: middle;
  text-align: center;
  text-decoration: none;
	padding: 0 0 10px;
	font-weight: bold;
}
#header .nav ul.dropdown > li > a:hover,
#header .nav ul.dropdown > li[current] > a {
  color:#3f9d16;
	font-weight: bold;
}
#header .nav ul.dropdown > li > a:after {
  content: '';
  position: absolute;
  display: block;
  height: 3px;
  background: #3f9d16;
	border-radius: 10px;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  transition: 0.2s left, 0.2s right;
}
#header .nav ul.dropdown > li > a:hover:before {
  color:#7c3700;
}
#header .nav ul.dropdown > li > a:hover:after,
#header .nav ul.dropdown > li[current] > a:after {
  left: 0;
  right: 0;
  opacity: 1;
}
#header .nav ul.dropdown ul {
  position: absolute;
  left: /*1px*/35px;
  min-width: 100%;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  margin-top: 3px;
}
#header .nav ul.dropdown ul li a {
  display: block;
  text-decoration: none;
  padding: 0.75em 1em;
  background: #fff;
  border: 1px solid #f2f2f2;
  margin-top: -1px;
}
#header .nav ul.dropdown ul li a:hover {
  background: #e3f6e4;
}
#header .btn {
  text-align: right;
}
#header .btn a {
  display: flex;
}

@media (max-width:1600px) {

#header .nav ul.dropdown {
  max-width: 1000px;
  width: 100%;
  display: flex;
	font-size: 0;
    padding-right: 70px;
}
#header .nav ul.dropdown > li {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
	text-align: center;
	font-size: 14px;
	padding: 0 0 0 40px;
}
#header .nav ul.dropdown > li:nth-child(2) {
  padding: 0;
}

}

@media (min-width:1101px) and (max-width:1365px) {

#header .nav ul.dropdown > li {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
	text-align: center;
	font-size: 14px;
	padding: 0 0 0 35px;
}

}

@media (max-width:1100px) {

#header .nav ul.dropdown {
  width: 100%;
  display: table;
	font-size: 0;
	margin-top: 0px;
}
  #header .nav ul.dropdown ul {
    margin-top: 0;
  }
  #header .nav ul.dropdown > li {
    position: relative;
    display: block;
    border-bottom: 1px solid #f2f2f2;
		text-align: left;
		width: 100%;
		padding: 0;
	}
	#header .nav ul.dropdown li:nth-child(4){
  width: 100%;
	}
  #header .nav ul.dropdown > li > a {
	  display: block;
    text-align: left;
    padding: 1em;
  }
  #header .nav ul.dropdown > li ~ li {
    border-left: none;
  }
  #header .nav ul.dropdown > li > a:before {
  	display: none;
  }
  #header .nav ul.dropdown ul {
    position: static;
    width: 100%;
    box-shadow: none;
  }
  #header .nav ul.dropdown ul li a {
    padding-left: 4em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
    
  /* icon */
  .icon-menu-trigger {
    display: block !important;
    position: absolute;
		top:0;
		right: 0;
    width: 45px;
    height: 0;
    padding-top: 45px;
    background: #3f9d16;
    -webkit-appearance: none;
    border: none;
  }
  .icon-menu-trigger:before,
  .icon-menu-trigger:after,
  .icon-menu-trigger span:before {
    content: '';
    position: absolute;
    left: 20%;
    display: block;
    width: 60%;
    height: 0;
    padding-top: 2px;
    background: #fff;
  }
  .icon-menu-trigger:before {
    top: 29%;
    transition: 0.2s top, 0.2s transform;
  }
  .icon-menu-trigger:after {
    top: 47%;
    transition: 0.2s opacity;
  }
  .icon-menu-trigger span:before {
    top: 66%;
    transition: 0.2s top, 0.2s transform;
  }
  
  /* active */
  .icon-menu-trigger.nav-active:before {
    top: 50%;
    transform: rotate(135deg);
  }
  .icon-menu-trigger.nav-active:after {
    opacity: 0;
  }
  .icon-menu-trigger.nav-active span:before {
    top: 50%;
    transform: rotate(45deg);
  }

/* ----------------------------------------------------------------------------------------------------
   * グローバルメニューアクティブ時の動き
/* ------------------------------------------------------------------------------------------------- */

  #wrapper {
    position: relative;
    left: 0;
    transition: 0.2s left;
    border-right: 1px solid #f2f2f2;
  }
  #wrapper.nav-active {
    left: -290px;
  }
  #sp-nav {
    position: fixed;
    top: /*0*/50px;
    right: -290px;
    bottom: 0;
    z-index: 9999;
    width: 290px !important;
    background: #fff;
    overflow-y: auto;
    transition: 0.2s right;
  }
  #wrapper.nav-active {
    right: 0;
  }
  .nav-active #header .nav {
    right: 0;
  }

}

/* ****************************************************************************************************
   * パンくず
**************************************************************************************************** */

#breadcrumb {
  background: #e3f6e4;
}
#breadcrumb div.body {
  max-width: 1240px !important;
	padding: 0 0 20px !important;
  margin-left: auto;
  margin-right: auto;
	overflow: hidden;
}
#breadcrumb ol,
#breadcrumb ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#breadcrumb ol {
  letter-spacing: -0.4em;
	margin-top: 15px;
	padding-left: 80px;
}
#breadcrumb ol li {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
}
#breadcrumb ol li::after {
  content: '>';
  margin: 0 10px 0 10px;
}
#breadcrumb ol li:last-child::after {
  content: none;
}
#breadcrumb ol li a {
  text-decoration: none;
	color:#3f9d16;
}
#breadcrumb ol li a:hover {
  text-decoration: underline;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#breadcrumb {
  padding:0 20px;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#breadcrumb {
  padding:0 20px;
}

#breadcrumb div.body {
  max-width: 1200px;
	padding:20px 10px;
}

#breadcrumb ol {
  letter-spacing: -0.4em;
	margin-top: 15px;
	padding-left: 0px;
}

}


/* ****************************************************************************************************
   * ページナビ
**************************************************************************************************** */

#page-nav {
  background: #e3f6e4;
}

#page-nav .body {}

#page-nav ul {
  display: table;
	margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
	align-items: center;
}

#page-nav ul li {
  width: 215px;
	margin: 0 auto;
  position: relative;
  display: table-cell;
	vertical-align: middle;
  text-align: center;
  border-bottom: 0;
  transition: 0.2s color,0.2s all;
}
#page-nav ul li:first-child::before {
  content: "";
	display: block;
	position: absolute;
	top:3px;
	left: 0;
	width: 1px;
	height: 20px;
	background:#3f9d16;
}
#page-nav ul li::after {
  content: "";
	display: block;
	position: absolute;
	top:3px;
	right: 0;
	width: 1px;
	height: 20px;
	background:#3f9d16;
}

#page-nav ul li:hover,
#page-nav ul li[current] {
  color: #3f9d16;
	border-bottom: 3px solid #3f9d16;
}

#page-nav ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
	padding: 0 0 10px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#page-nav .body {
  padding-bottom: 30px !important;
}

}


/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ****************************************************************************************************
   * visual
**************************************************************************************************** */

#visual {
  padding-top: /*80px*/55px;
}
#visual div {
  position: relative;
}
#visual div.body {
  max-width:1280px !important;
	padding-top: 165px !important;
}
#visual div img {
  width: 100%;
}

@media (max-width:1500px) {

#visual {}

#visual .logo {
  top:75%;
}

#visual .logo img {
  width: 20%;
}

}

@media (max-width:1100px) {

#visual {
  padding-top: 47px;
}
#visual .logo {
  top:65%;
}
#visual .logo img {
  width: 15%;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

  #visual img {
    width: auto;
    max-width: 100%;
    min-width: 0;
    padding:0;
  }
}

/* ****************************************************************************************************
   * body#layout-lower　visual
**************************************************************************************************** */

body#layout-lower
#main {
  margin-top: 55px;
}
body#layout-lower
#visual {
  display: flex;
  align-items: center;
/*  justify-content: center;*/
  height: 400px;
  background: url(../../_images/_common/visual-lower.jpg) no-repeat center center;
	background-size: cover;
  padding-top: 0;
  margin-top: 55px;
}
body#layout-lower
#visual div.body {
  height: 60vw;
  max-height: 400px;
  position: relative;
	padding: 0;
	margin: 0 auto;
}
body#layout-lower
#visual div.body p {
	font-size: 40px;
	letter-spacing: 0.1em;
	font-family: 'NotoSerifCJKjp',sans-serif;
	font-weight: 600;
  color:#053f2e;
	padding-left: 50px;
	animation: fadein 2.0s ease 0.2s 1 forwards;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

body#layout-lower
#main {
  margin-top: 45px;
}
body#layout-lower
#visual {
  display: flex;
  align-items: center;
  height: 200px;
  background: url(../../_images/_common/visual-lower.jpg) no-repeat center center;
	background-size: cover;
	background-position: 60% 100%;
  padding-top: 0;
	margin-top: 0;
}
body#layout-lower
#visual div.body {
  height: auto;
  max-height: 400px;
  position: relative;
	padding: 0 !important;
	margin: 0 auto;
}
body#layout-lower
#visual div.body p {
	font-size: 32px;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

body#layout-lower
#visual div.body p {
	font-size: 26px;
}

}


/* ****************************************************************************************************
   * Englishページ body#layout-lower　visual
**************************************************************************************************** */

.page-english #visual div.body {
  max-width:1280px !important;
	padding-top: 110px !important;
}

/* ****************************************************************************************************
   * お問い合わせ下部
**************************************************************************************************** */

#contact {
  position: relative;
	overflow: hidden;
	padding-bottom: 0 !important;
}

#contact .curve {
	background: url(../../_images/_common/contact-bg.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;

  /* 曲線*/
  min-height: 420px;
  border-top-right-radius: 2000px 200px;
  border-top-left-radius: 2000px 200px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
}
#contact div.body {
  padding: 100px 0 !important;
}

#contact div.list {
  max-width: 700px;
  margin: 0 auto;
}

#contact ul.list li {
  text-align: center;
}

#contact ul.list li div.images {
  margin-top: 0;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#contact .curve {
	background: url(../../_images/_common/contact-bg.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: inherit;

  /* 曲線*/
  min-height: 420px;
  border-top-right-radius: 2000px 200px;
  border-top-left-radius: 2000px 200px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
}

#contact div.body {
  padding: 50px 0 !important;
}

}


/* ****************************************************************************************************
   * 地図
**************************************************************************************************** */

iframe {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

iframe {
  height: 250px;
}

}


/* ****************************************************************************************************
   * englishフッター
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.page-english #footer .footer {
  font-size: 0;
	letter-spacing: -0.4em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.page-english #footer .footer {
  font-size: 0;
	letter-spacing: -0.4em;
	padding-top: 20px;
}

.page-english
#visual div.body p {
	font-size: 18px !important;
}

}

/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

.page-english #footer .logo p {
  font-size: 14px;
	letter-spacing: normal;
  display: inline-block;
	vertical-align: top;
}

.page-english #footer .logo .address {
  font-size: 14px;
	letter-spacing: normal;
  display: inline-block;
	vertical-align: top;
	margin-top: 0;
	margin-left: 50px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

.page-english #footer .logo .address {
  font-size: 14px;
	letter-spacing: normal;
  display: inline-block;
	vertical-align: top;
	margin-top: 0;
	margin-left: 50px;
	text-align: left;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.page-english #footer .logo .address {
  font-size: 14px;
	letter-spacing: normal;
  display: inline-block;
	vertical-align: top;
	margin-top: 0;
	margin-left: 0;
	text-align: left;
}

}



/* ----------------------------------------------------------------------------------------------------
   * 会社概要
/* ------------------------------------------------------------------------------------------------- */

.page-english #footer .images {
  font-size: 14px;
	letter-spacing: normal;
  display: inline-block;
	vertical-align: top;
	margin-top: 0;
	margin-left: 30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.page-english #footer .images {
  font-size: 14px;
	letter-spacing: normal;
  display: inline-block;
	vertical-align: top;
	margin-top: 0;
	margin-left: 0;
}

}



/* ****************************************************************************************************
   * フッター
**************************************************************************************************** */

#footer {
  position: relative;
	background: url(../../_images/_common/footer-bg.jpg) repeat-x;
	background-position:bottom;
}
#footer .footer {
  font-size: 0.95em;
  display: table;
  table-layout: fixed;
  padding: 50px 0 40px;
	margin: 0 auto;
}
#footer .footer > * {
  display: table-cell;
  vertical-align: top;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#footer .footer {
  font-size: 0.95em;
  display: table;
  table-layout: fixed;
  padding: 1.5em 20px 50px;
	margin: 0 auto;
}

#footer .footer > * {
  display: table-cell;
  vertical-align: top;
}

}

/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

#footer .logo {
  width: 350px;
  padding-right: 2em;
}
#footer .logo a:hover {
  opacity: 0.7;
}
#footer .logo .address {
  line-height: 2;
	margin-top: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#footer .logo {
  width: auto;
  padding-right:0;
	text-align: center;
	margin: 0 auto;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#footer .logo {
  width: auto;
  padding-right:0;
}
#footer .logo a:hover {
  opacity: 0.7;
}
#header .logo .address {
  line-height: 2;
}
#footer .logo .images {
  margin-top: 20px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * ナビ
/* ------------------------------------------------------------------------------------------------- */

#footer .nav {
  width: 560px;
  letter-spacing: -0.5em;
}

#footer .nav ul.item {
  width: 33.3%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

#footer .nav ul.item li {
  position: relative;
  margin-bottom: 20px;
	padding-left: 1.25em;
}

#footer .nav ul.item li::before {
  content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	background: url(../../_images/_common/icon-mark-2.png) no-repeat;
	width: 7px;
	height: 13px;
}

#footer .nav ul.item > li a {
  display: block;
  color: inherit;
  text-decoration: none;
}
#footer .nav ul.item > li a:hover {
  text-decoration: underline;
}

#footer .nav .item li a {
    position: relative;
    display: block;
}
#footer .nav ul.item > li > a {
}

#footer .nav ul.item > li ul {
  font-size: 0.9em;
  padding-top: 20px;
}

#footer .nav ul.item ul li::before {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#footer .nav {
  width: auto;
  letter-spacing: -0.5em;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#footer .nav {
  display: none;
}

#footer .nav ul.item {
  width: 33.3%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

#footer .nav ul.item li {
  margin-bottom: 0.75em;
}

#footer .nav ul.item > li a {
  display: block;
  color: inherit;
  text-decoration: none;
}

#footer .nav ul.item > li > a {
  padding-left: 1em;
  background: url(../../_images/_common/ico_arrow_01.png) 0 0.6em no-repeat;
}

#footer .nav ul.item > li ul {
  font-size: 0.9em;
  padding-top: 0.5em;
  padding-left: 1em;
}

#footer .nav ul.item li a:hover {
  text-decoration: underline;
}

}

/* ----------------------------------------------------------------------------------------------------
   * コピーライト
/* ------------------------------------------------------------------------------------------------- */

#footer .copyright {
  font-size: 12px;
  text-align: center;
  color: #333333;
  padding: 5px 0;
	margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#footer .copyright {
  font-size: 12px/*0.8em*/;
  text-align: center;
  color: #333333;
  padding: 5px 0;
	margin-top: 0;
}

}

/* ----------------------------------------------------------------------------------------------------
   * ページトップ
/* ------------------------------------------------------------------------------------------------- */

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
	z-index: 999;
}
#pagetop a {
  background: #3f9d16;
  text-decoration: none;
  color: #fff;
  width: 40px;
  padding: 20px 0;
	border-radius: 30px;
  text-align: center;
  display: block;
}
#pagetop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#pagetop a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
  margin-top: -4px;
  transition: 0.2s right;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {}






