body {
  font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  color: #000;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
h3,
h4 {
  margin: 0px;
  padding: 0px;
}
ul,
li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.cf {
	*zoom: 1;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
.pc {
  display:block;
}
.sp {
  display:none;
}
dt,
dl,
dd {
  margin: 0px;
  padding: 0px;
}
dt{
  font-weight: normal;
}
table {
	border-collapse: collapse;
  border-spacing: 0;
}
body.index summary {
	display: block;
}
body.index {
	background:url(../img/bg_body.png) top right no-repeat;
}
@media (min-width: 1500px) {
body.index {
	background:url(../img/bg_body.png) top right no-repeat;
	background-size: 110% 3.7%;
}
}
body.index.contact {
	background-image: none;
}

body.index.contact header.global {
position: relative;
}
body.index header.global {
    width: 100%;
    height: 55px;
    z-index: 9999;
    padding: 16px 0 12px 0;
    position: fixed;
    background: #ffffffbf;
}
body.index header.global h1.main_logo {
  margin: 0;
  display: block;
  float: left;
max-width: 230px;
	width: 15%;
}
body.index header.global h1.main_logo a {
	padding: 8px 0 8px 0;
}
body.index header.global h1.main_logo img {
	width: 100%;
}
body.index header.global nav {
	float: right;
	width: 80%;
}
body.index header.global .wrapper {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
    padding: 0 62px;
    max-width: 1500px;
}
body.index header.global nav ul { 
	width:auto;
	margin:0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
body.index header.global nav ul li {
	margin-left: 40px;
}
body.index header.global nav ul li.h_btns {
	margin-left: 60px;
}
body.index header.global nav ul li a {
	font-size:16px;
	display:block;
	color: #000;
}
body.index header.global nav ul li .btns.header_btns {
	display: flex;
}
body.index header.global nav ul li .btns.header_btns a {
	color: #00914E;
	border-radius: 6px;
	padding: 16px 0;
	border: 2px solid #00914E;
	box-sizing: content-box;
	display: block;
	width: 156px;
	text-align: center;
	font-size: 14px;
	max-width: 160px;
	background-color: #fff;
}
body.index header.global nav ul li .btns.header_btns .h_contact a {
	margin-left: 10px;
	color: #fff;
	background:url(../img/bg_btn_grada.jpg) top center no-repeat;
	background-size: auto 100%;
	border: none;
	padding: 18px 2px;
}

.header {
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  
  .header--unpinned {
	-webkit-transform: translateY(-150%);
	transform: translateY(-150%);
  }

  .header {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
  }


footer {
  background-color: #222222;
	padding: 70px 0 50px;
	text-align: center;
	color: #fff;
}
footer .footer_logo {
	margin-bottom: 30px;
}
footer .company_detail {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 60px;
}
footer p.copyright {
  color: #fff;
	font-size: 12px;
}
@media (max-width:1170px){
body.index header.global nav ul li {
	margin-left: 20px;
}
body.index header.global nav ul li.h_btns {
	margin-left: 30px;
}
body.index header.global nav ul li a {
  font-size: 14px;
}
body.index header.global nav ul li .btns.header_btns a {
  padding: 16px 0;
  width: 120px;
  font-size: 12px;
}
}
@media (max-width:850px){
body.index header.global nav ul li {
	margin-left: 20px;
}
body.index header.global nav ul li.h_btns {
	margin-left: 25px;
}
body.index header.global nav ul li a {
  font-size: 12px;
}
body.index header.global nav ul li .btns.header_btns a {
  padding: 16px 0;
  width: 100px;
  font-size: 10px;
}
}
@media (max-width:750px){
body.index header.global nav ul li {
	margin-left: 12px;
}
body.index header.global nav ul li.h_btns {
	margin-left: 10px;
}
body.index header.global nav ul li a {
  font-size: 10px;
}
body.index header.global nav ul li .btns.header_btns a {
  padding: 16px 0;
  width: 100px;
  font-size: 10px;
}
}
@media (max-width:640px){
img { 
	width:100%;
	height:auto;
}
.pc {
	display:none;
}
.sp {
	display:block;
}
.right {
	float:none;
}
.left {
	float:none;
}
body.index header.global {
	width: 100%;
  z-index: 9999;
  height: 60px;
  padding-top: 0;
  position: fixed;
  background-color: #fff;
	box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 20%);
}
body.index header.global .wrapper {
	width: auto;
	position: relative;
	padding: 0;
	height: 60px;
}
body.index header.global h1.main_logo {
  width: auto;
  margin: 0;
	position: absolute;
  top: 12px;
  left: 10px;
  z-index: 9;
	max-width: 150px;
	float: none;
}
body.index header.global h1.main_logo a {
	font-size: 16px;
	padding: 0;
}
body.index header.global h1.main_logo img {
  height: auto;
	width: 100%;
}
body.index header.global .menu {
	background:#fff;
	height:auto;
	padding:0;
	box-shadow:0px 5px 4px 0px rgb(0 0 0 / 20%);
	position: relative;
	display: block;
	border-top: 1px solid #59A72B;
}
body.index header.global nav ul {
	width:auto;
	height:640px;
	background:rgba(0, 0, 0,0.7);
	margin:0 auto;
	/*display:none;*/
	border-top:none;
}
body.index header.global nav ul li {
	float:left;
	margin-left: 0;
	width:100% !important;
	background:#fff;
	border-bottom:solid 1px #59A72B;
}
body.index header.global nav ul li span.jp {
	display: inline;
}
body.index header.global nav ul li:last-child {
	border-bottom: none;
}
body.index header.global nav ul li a {
	color:#4d4d4d;
	text-decoration:none; 
	width:100% !important;
	text-align:center;
	font-size:16px;
	padding:16px 0 16px;
	display:block;
	outline: none;
	text-indent:0;
	height:auto;
	line-height: 1;
	border-left:none;
}
body.index header.global nav {
	float: none;
	width: 100%;
}
footer {
	padding: 40px 0 20px;
}
footer .footer_logo {
	margin: 0 auto 30px;
	width: 50%;
}
}

body.index .main_visual {
    width: 100%;
    max-width: 1500px;
    background: url(../img/main_hero.png) top 60% right 34px no-repeat;
    margin: 0 auto;
    padding: 110px 62px 60px 62px;
    box-sizing: border-box;
    background-size: 42%;
}
@media (min-width: 1500px) {
	body.index .main_visual {
	background:url("../img/main_hero.png") top 60% right 30px no-repeat;
    background-size: 42%;
	margin: 0 auto;
}
}
body.index .main_visual .hero .sub_caption {
	font-size: 40px;
	font-family: sans-serif;
	background: linear-gradient(transparent 70%, #FFE200 50%);
	display: inline-block;
	/* padding: 0 20px; */
	margin-bottom: 38px;
}
body.index .main_visual .hero .main_caption {
	margin: 0 auto 20px;
	font-family: sans-serif;
	font-size: 70px;
}
body.index .main_visual .hero .main_caption span {
	display: block;
	font-size: 60px;
	margin-top: 17px;
}
body.index .main_visual .hero .phrase {
	font-size: 26px;
	line-height: 50px;
	color: #0B9027;
	margin-bottom: 20px;
}
body.index .hero img{
	width: 100%;
}
body.index .main_visual .hero  .btns.hero_btns {
	display: flex;
}
@media (max-width: 900px) {
body.index .main_visual .hero  .btns.hero_btns {
	display: flex;
	justify-content: left;
}
body.index .main_visual .hero .main_caption_2 span{
  display: block;
  }
}
body.index .main_visual .hero  .btns.hero_btns a {
	color: #00914E;
	border-radius: 6px;
	padding: 26px 0 23px;
	border: 4px solid #00914E;
	display: block;
	width: 292px;
	text-align: center;
	font-size: 24px;
	max-width: 300px;
	background-color: #fff;
}
body.index .main_visual .hero .btns.hero_btns .m_contact a {
	/* margin-left: 20px; */
	color: #fff;
	padding: 30px 4px 27px;
	border: none;
	background: url(../img/bg_btn_grada.jpg) top center no-repeat;
}


/******************** ここから追加 *******************/

body.index .main_visual .hero .sub_caption_1,
body.index .main_visual .hero .sub_caption_2 {
	font-size: 100%;
    display: inline-block;
    border: solid 2px #0B8726;
    padding: 1.3em 2.5em;
    border-radius: 12px;
    color: #0B8726;
	  margin: 4em 0.4em 0em 0em;
}

body.index .main_visual .hero .main_caption_1 {
margin: 22px auto 10px;
    font-family: sans-serif;
    font-size: 170%;
    line-height: 1.5;
}
body.index .main_visual .hero .main_caption_2 {
	margin: 0px auto 20px;
    font-family: sans-serif;
    font-size: 313%;
}
body.index .main_visual .hero .main_caption_2 span {
    font-size: 28px;
    line-height: 1.5;
}

body.index .main_visual .hero .btns.hero_btns .m_contact a {
	/* margin-left: 20px; */
	color: #0B8726;
	padding: 30px 40px 27px;
	border: none;
	background-color: #FED809;
  box-shadow: 0 8px 0 #D8B600;
	background-image: none;
	font-size: 113%;
	margin-top: 50px;
}
.m_contact a:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -3px 0 0 10px;
  background: url("../img/btn_arrow.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
body.index .main_visual .hero .phrase {
	font-size: 100%;
	line-height: 1.7;
	color: #000;
	margin-bottom: 20px;
	margin-top: 30px;
	font-weight: normal;
}

/******************** ここまで追加 *******************/


body.index .contents section .inner {
	margin: 0 auto;
	padding: 60px 20px 80px;
	max-width: 1100px;
	width: 100%;
	box-sizing: border-box;
}
body.index .contents section h2.section_title {
	font-size: 44px;
  text-align: center;
  color: #000;
  margin-bottom: 32px;
  font-weight: 900;
	margin-top: 0;
	padding-bottom: 40px;
	background:url("../img/icon_title_line.jpg") bottom center no-repeat;
}
body.index .contents section h2.section_title span {
	display: block;
	margin-bottom: 20px;
}
@media (max-width: 1100px) {
body.index .main_visual {
	background:url("../img/main_hero.png") top 70% right 0% no-repeat;
	margin: 0 auto;
	background-size: 50% auto;
	padding-top: 100px;
}
body.index .main_visual .hero .main_caption {
  margin: 0 auto 40px;
  font-size: 50px;
}
body.index .main_visual .hero .main_caption span {
    display: block;
    font-size: 40px;
    margin-top: 17px;
}
}
@media (max-width: 800px) {
body.index .main_visual .hero .main_caption {
  font-size: 40px;
}
body.index .main_visual .hero .sub_caption {
  font-size: 39px;
}
body.index .main_visual .hero .sub_caption_1,
  body.index .main_visual .hero .sub_caption_2 {
  font-size: 90%;    
  border-radius: 6px;
  margin-top: 10px;
  padding: 1.3em 1.7em;
  }
body.index .main_visual .hero .main_caption_1 span,  
body.index .main_visual .hero .main_caption_2 span{
  display: block;
  }
body.index .main_visual .hero .btns.hero_btns .m_contact a {
  font-size: 80%;
	margin: 200px 0px 0px;
	padding: 16px 5px;
	margin-top: 20px;
}
}
@media (max-width: 640px) {
body.index .main_visual {
	margin: 0 auto;
	width: auto;
	padding-top: 50px;
	background: url(../img/main_hero.png) top 66% right -90% no-repeat;
	background-size: 70% auto;
	padding:100px 18px 20px;
}
body.index .main_visual .hero .main_caption {
	margin: 0 auto 10px;
  font-size: 30px;
}
body.index .main_visual .hero .main_caption span {
	display: block;
  font-size: 30px;
  margin-top: 7px;
}
body.index .main_visual .hero .sub_caption {
	font-size: 24px;
	background: linear-gradient(transparent 60%, #FFE200 50%);
	/* display: block; */
	/* padding: 0 20px; */
	margin-bottom: 18px;
	white-space: nowrap;
	text-align: center;
	/* background-color: #fff; */
}
body.index .main_visual .hero .sub_caption_1,
  body.index .main_visual .hero .sub_caption_2 {
  font-size: 60%;    
  border-radius: 6px;
  margin-top: 10px;
  padding: 1.3em 1.7em;
  }
 
  body.index .main_visual .hero .main_caption_1 span {
    display: block;
  }
  body.index .main_visual .hero .main_caption_2 {
  font-size: 230%;
  display: block;
  }
  body.index .main_visual .hero .main_caption_2 span {
  font-size: 60%; 
  display: block;
  }
body.index .main_visual .hero .phrase {
	font-size: 80%;
	line-height: 1.5;
	margin: 20px 0px 0px;
}
body.index .main_visual .hero  .btns.hero_btns {
	display: block;
}
body.index .main_visual .hero  .btns.hero_btns a {
	padding: 15px 0 13px;
	border: 4px solid #00914E;
	display: block;
	width: 60%;
	text-align: center;
	font-size: 90%;
	max-width: 300px;
}
body.index .main_visual .hero .btns.hero_btns .m_contact a {
  font-size: 70%;
	margin: 200px 0px 0px;
	padding: 16px 5px;
	margin-top: 20px;
}
  
body.index .contents {
	width: auto;
	margin: 0 auto;
	padding:20px 0 0;
}
body.index .contents section .inner {
	margin: 0 auto 0;
	width: auto;
	padding: 40px 10px 50px;
}
body.index .contents section h2.section_title {
 font-size: 28px;
 margin-bottom: 20px;
text-align: center;
}
body.index .contents section h2.section_title span {
	width: 15%;
	margin: 0 auto 10px;
}
}


/*　ハンバーガーメニューボタン　*/
.hamburger {
	display: none;
}

nav.global_menu ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.global_menu ul li:last-child {
  padding-bottom: 0;
}

/* クリックでjQueryで追加・削除 */
nav.global_menu.active {
  opacity: 100;
  display: block;
}



@media (max-width: 640px) {
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 10px;
  top   : 10px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 20px;
  left: 6px;
  background :#000;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 20px;
  background :#000;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
nav.global_menu ul li {
  width: 100%;
  transition: .4s all;
}
/* メニュー背景　*/
nav.global_menu {
  position: fixed;
  z-index : 2;
  top  : 60px;
  left : 0;
  color: #fff;
  text-align: center;
  width: 100%;
  opacity: 0;
  display: none;
  transition: opacity .6s ease, visibility .6s ease;
}
nav.global_menu ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
}

