@charset "utf-8";
/* CSS Document */


/***********
Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Montserrat:700|Open+Sans:300,400,600,700,800');
@font-face
{
	font-family: 'Myriad Pro Regular';
	src: url('../fonts/myriad-pro-regular.ttf')  format('truetype'),
		 url('../fonts/myriad-pro-regular.otf')  format('opentype');
}

/*********************************
Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 2;
	font-weight: 400;
	background: #FFFFFF;
	color: #222;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	
	font-size: 16px;
	line-height: 2;
	font-weight: 400;
	
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
a:hover{
color: #136825;}
p a:active
{
	position: relative;
	color: #FF6347;
}

p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
a.linkimg img:hover{
	opacity: 0.8;
}
::selection
{
	background: #fde0db;
	color: #ff4200;
}
p::selection
{
	background: #fde0db;
}
h1{font-size: 72px;}
h2{font-size: 30px;}
h3{font-size: 18px;}
h4{font-size: 14px;}
h5{font-size: 11px;}
h1, h2, h3, h4, h5, h6
{
	color: #282828;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}


h2.midashi {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	font-weight: bold;
}
h2.midashi:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color:#136825;
  border-radius: 2px;
}



h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
::-webkit-input-placeholder
{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
} 
:-ms-input-placeholder
{ 
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}
::input-placeholder
{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;

}
.button
{
	width: 187px;
	height: 66px;
	background: #ff4200;
	overflow: hidden;
}
.button a
{
	display: block;
	width: 100%;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 300;
	line-height: 66px;
	text-transform: uppercase;
	letter-spacing: 6.7px;
	
}
.button a img
{
	display: inline-block;
	width: 13px !important;
	height: 7px;
	margin-left: 4px;
}
.button a::after
{
	display: block;
	position: absolute;
	top: -50%;
	left: -70px;
	width: 60px;
	height: 200%;
	background: rgba(255,255,255,0.1);
	content: '';
	-webkit-transform: rotate(12.5deg);
	-moz-transform: rotate(12.5deg);
	-ms-transform: rotate(12.5deg);
	-o-transform: rotate(12.5deg);
	transform: rotate(12.5deg);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	z-index: 0;
}
.button a:hover::after
{
	left: calc(100% + 70px);
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.resimg {
	max-width:100%;
}
/*********************************
Header
*********************************/

.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	padding-left: 48px;
	padding-right: 0px;
	z-index: 20;
	background: rgba(255,255,255,0.95);
	
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

/*********************************
Logo
*********************************/

.logo_container
{
	flex-basis: 50%;
}
.logo
{
	margin-left: 7px;
}

/*********************************
Main Navigation
*********************************/

.main_nav
{
	margin-right: -3px;
	height: 100%;
	flex-basis: 200%;
	text-align: right;
}
.nav_items
{
	height: 100%;
	font-size: 0;
}
.nav_items li
{
	display: inline-block;
	transition: all 0.3s ease;
	height: 100%;
	box-sizing: border-box;
	
}
.nav_items li a
{
	font-size: 16px;
	color: #111;
	letter-spacing: 1px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;	
	margin-left: 15px;
	margin-right: 15px;	
}
.nav_items li.back
{
	margin-left: 20px;
	background: #2f9b46;
}
.nav_items li.back:hover
{
	
	background: #08591a;
}
.nav_items li.back a
{	
	color: #FFFFFF;
}

.nav_items li span{
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	transition: all 0.3s ease;
}



.nav_items li.nomal span:hover{
	
	color: #136825;
	
	
}
.nav_items li.nomal span:after {
	content: '';
	width: 0;
	transition: all 0.3s ease;
	border-bottom: 2px solid #08591a;
	display: block;
	margin-bottom: 1px;
}
.nav_items li.nomal span:hover:after {
	width: 100%;
	border-bottom: 2px solid #08591a;
	margin-bottom: 1px;
}


/*********************************
Hamburger Menu
*********************************/

.hamburger_container
{
	display: none;
	cursor: pointer;
	padding: 10px;
	margin-right: -10px;
	flex-basis: 50%;
	text-align: right;
}
.hamburger_text
{
	display: inline-block;
	margin-right: 7px;
	font-weight: 400;
	color: #171717;
}
.hamburger_icon
{
	position: relative;
	display: inline-block;
	width: 22px;
	height: 3px;
	background: #171717;
	margin-bottom: 4px;
}
.hamburger_icon::before,
.hamburger_icon::after
{
	display: block;
	position: absolute;
	left: 0;
	width: 22px;
	height: 3px;
	background: #171717;
	content: '';
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger_icon.active
{
	background: transparent;
}
.hamburger_icon.active::before
{
	top: -9px;
	transform: translateY(9px) rotate(45deg);
}
.hamburger_icon.active::after
{
	top: 9px;
	transform: translateY(-9px) rotate(-45deg);
}
.hamburger_icon::before
{
	top: -6px;
}
.hamburger_icon::after
{
	top: 6px;
}
.hamburger_container:hover .hamburger_icon::before
{
	top: -8px;
}
.hamburger_container:hover .hamburger_icon::after
{
	top: 8px;
}
.hamburger_container:hover .hamburger_icon.active::before
{
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	top: 0;
}
.hamburger_container:hover .hamburger_icon.active::after
{
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	top: 0;
}

/*********************************
3.4 Full Screen Menu
*********************************/

.fs_menu_container
{
	position: fixed;
	top: -100vh;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #FFFFFF;
	z-index: 19;
	-webkit-transition: all 1s 0s cubic-bezier(1,0,0,1);
	-moz-transition: all 1s 0s cubic-bezier(1,0,0,1);
	-ms-transition: all 1s 0s cubic-bezier(1,0,0,1);
	-o-transition: all 1s 0s cubic-bezier(1,0,0,1);
	transition: all 1s 0s cubic-bezier(1,0,0,1);
	padding-left: 48px;
	padding-right: 63px;
	padding-top: 150px;
	text-align: right;
}
.fs_menu_shapes
{
	position: absolute;
	bottom: 32px;
	left: 0px;
	width: 35%;
}
.fs_menu_shapes img
{
	width: 100%;
}
.fs_menu_container.active
{
	top: 0;
}
.fs_menu_list
{
	display: inline-block;
}
.fs_menu_list li
{
	overflow: hidden;
}
.fs_menu_list li a
{
	display: inline-block;
	font-size: 62px;
	font-weight: 700;
	color: #171717;
	line-height: 1.4;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 600ms 600ms cubic-bezier(.19,1,.22,1);
	-moz-transition: all 600ms 600ms cubic-bezier(.19,1,.22,1);
	-ms-transition: all 600ms 600ms cubic-bezier(.19,1,.22,1);
	-o-transition: all 600ms 600ms cubic-bezier(.19,1,.22,1);
	transition: all 1600ms cubic-bezier(.19,1,.22,1);
}
.fs_menu_list li:first-child a {transition-delay: 600ms;}
.fs_menu_list li:nth-child(2) a {transition-delay: 670ms;}
.fs_menu_list li:nth-child(3) a {transition-delay: 740ms;}
.fs_menu_list li:nth-child(4) a {transition-delay: 810ms;}
.fs_menu_list li:nth-child(5) a {transition-delay: 880ms;}
.fs_menu_list li:nth-child(6) a {transition-delay: 950ms;}
.fs_menu_list li:nth-child(7) a {transition-delay: 900ms;}
.fs_menu_list li:nth-child(8) a {transition-delay: 950ms;}
.fs_menu_list li:nth-child(9) a {transition-delay: 1000ms;}
.fs_menu_list li:nth-child(10) a {transition-delay: 1050ms;}
.fs_menu_container.active .fs_menu_list li a
{
	transform: none;
}
.fs_menu_list li a span
{
	position: relative;
}
.fs_menu_list li a span span
{
	position: absolute;
	top: -1px;
	left: -5px;
	color: #ff4200;
	z-index: -1;
}
.fs_menu_list li a > span::after
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 3px;
	background: #2f9b46;
	content: '';
	-webkit-transition: all 600ms cubic-bezier(.19,1,.22,1);
	-moz-transition: all 600ms cubic-bezier(.19,1,.22,1);
	-ms-transition: all 600ms cubic-bezier(.19,1,.22,1);
	-o-transition: all 600ms cubic-bezier(.19,1,.22,1);
	transition: all 600ms cubic-bezier(.19,1,.22,1);
}
.fs_menu_list li a:hover span::after
{
	width: 100%;
}
.fs_social_container
{
	position: absolute;
	bottom: 0px;
	right: 63px;
	width: auto;
	height: 74px;
	z-index: 11;
}
.fs_social li
{
	display: inline-block;
	margin-left: 10px;
}
.fs_social li a
{
	width: 100%;
	height: 100%;
	padding: 10px;
}
.fs_social li i
{
	font-size: 13px;
	color: rgba(255,66,0,0.6);
}
.fs_social li:hover i
{
	color: rgba(255,66,0,1);
}

/*********************************
Main Slider
*********************************/

.home
{
	overflow: hidden;
}
.hero_slider_container
{
	width: 100%;
	height: 840px;
	margin-top: 90px;
}
.main_slider_shapes
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 16%;
	max-width: 25%;
	height: auto;
	z-index: 2;
}
.main_slider_item_bg
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center left;
}
.main_slider_content
{	
	height: 100%;
	margin-top: 300px;
}
.main_slider_content h1
{
	font-weight: bold;
	line-height: 1.2;
	color: #FFFFFF;
    font-size:58px;
    margin-bottom: 40px;
    text-shadow:0 0 10px #000;
}
.main_slider_content h1 span
{
	 font-size:0.9em;
}
.main_slider_content p
{
	font-size: 36px;
    line-height: 1.6;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
	margin-top: 1px;
    text-shadow:0 0 10px #000;
}
.discover_button
{
	margin-top: 42px;
	margin-left: 5px;
}



/*********************************
Home_dub
*********************************/

.home_sub
{
	width: 100%;
	height: 386px;
	margin-top: 90px;
}
.home_sub_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.home_sub_content
{
	margin-top: 134px;
}
.home_sub_content h1
{
	font-weight: 300;
	color: #FFFFFF;
	margin-bottom: 2px;
}
.home_sub_content span
{
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
	letter-spacing: 1em;
	text-transform: uppercase;
	padding-left: 3px;
}



/*********************************
Features
*********************************/
.features
{
	background: #edf4f2;

}
.features-heading_col{
	padding-top: 120px;
}
.features-heading_main-heading{
	
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 48px;
}
.features-heading_main-heading {
    display: inline-block;
	position: relative;
	color: #136825;
	
	
}
.features-heading_main-heading:before{
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 50px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color:#136825;
  border-radius: 2px;

}

.features-heading_sub-heading{
	margin-top: 30px;
	display: block;
	font-size: 20px;
}

.features_col
{
	padding-top: 60px;
	padding-bottom: 120px;
}
.features_link
{
text-decoration: none;
display: block;
color: #222;
transition: all 0.3s ease;
}
.features_link:hover
{
color: #222;
opacity: 0.6;
}
.features_img img{
    max-width: 100%;
}
.features_img_sp{
    display:none;
}
.features_item h3
{
   font-size:20px;
	font-weight: 600;
padding-bottom: 1rem;
    border-bottom: solid 2px #08591a;
}

.features_item p
{
	font-weight: 400;
	margin-bottom: 0px;
	margin-top: 18px;
	max-width: 100%;
}



/*********************************
news
*********************************/

.news {
  padding: 120px 0;
}

.news-heading_main-heading{
	
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 48px;
}
.news-heading_main-heading {
    display: inline-block;
	position: relative;
	color: #136825;
	
	
	
}
.news-heading_main-heading:before{
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 35%;
  height: 5px;
  content: '';
  background: #136825;
	border-radius: 2px;

}

.news-heading_sub-heading{
	margin-top: 30px;
	display: block;
	font-size: 20px;
}
.news_block {
  text-decoration: none;
  color: #111;
  font-weight: 400;
  border-bottom: 1px solid #085919;
  display: flex;
  align-items: flex-start;
  padding: 1.625rem 0 1.25rem;
  padding-top: 1.625rem;
}
.news_block:first-child {

  padding-top: 0;
}
.news_sup {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 1.875rem;
  flex: none;
}
.news_label {
  text-decoration: none;
  margin-right: 2.125rem;
  min-width: 6.0625rem;
  text-align: center;
  background-color: #fff;
  border: 1px solid #085919;
  color: #085919;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.16667;
  padding: .0625rem .5rem;
}

.news_date {  
  font-size: .875rem;
  letter-spacing: 0.1em;
  line-height: 1.21429;
}


/*********************************
Contact
*********************************/

.contact
{
	
}
.contact_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.contact_shapes
{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(calc(-50% - 40px));
}
.contact_title h2
{
	margin-bottom: 54px;
}
.contact_text p
{
	color: #FFFFFF;
}
.contact_button
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
.contact_left{
	background: #D5484B;
}


 .contact_cv {
  padding-left: 0;
	 padding-right: 0;
	 color: #FFFFFF;
 }

@media screen and (min-width: 769px) {
 .contact_cv {
  display:flex
 }
}
.contact_cv_content {
 display:flex;
 justify-content:center;
 position:relative;
}
@media screen and (min-width: 769px) {
 .contact_cv_content {
  width:50%;
  padding:88px 32px 80px;
 }
}
@media screen and (max-width: 768px) {
 .contact_cv_content {
  padding:72px 24px 64px
 }
}
.contact_cv_content:before {
 content:"";
 width:100%;
 height:100%;
 position:absolute;
 top:0;
 left:0;
 opacity:.9
}
@media screen and (min-width: 769px) {
 .contact_cv_content-web {
  background:url("../images/footbg1.jpg") center/cover;
 }
}
@media screen and (max-width: 768px) {
 .contact_cv_content-web {
  background:url("../images/footbg1_sp.jpg") center/cover
 }
}
.contact_cv_content-web:before {
 background-color:#046a1a
}
@media screen and (min-width: 769px) {
 .contact_cv_content-tel {
  background:url("../images/footbg2.jpg") center/cover;
 }
}
@media screen and (max-width: 768px) {
 .contact_cv_content-tel {
  background:url("../images/footbg2_sp.jpg") center/cover
 }
}
.contact_cv_content-tel:before {
 background-color:#1d8e98
}
.contact_cv_inner {
 text-align:center;
 position:relative;
 z-index:0
}
.contact_cv_heading {
	font-size:28px;
 font-weight:700;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale
}
@media screen and (max-width: 768px) {
.contact_cv_heading {
	font-size:20px;
}
}
.contact_cv_button {
 margin-top:40px
}
.contact_cv_number_inner {
 display:flex;
 align-items:center;
 justify-content:center;
 letter-spacing:.1em;
	color: #FFFFFF;
	font-size:36px;
}
@media screen and (max-width: 768px) {
.contact_cv_number_inner {
	font-size:30px;
}
}
.contact_cv_number_inner:hover {

	color: #FFFFFF;
}

.contact_cv_number_inner span:before {
    display: inline-block;
    transform: scaleX(-1);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
	margin-right:10px
}
@media screen and (min-width: 769px) {
 .contact_cv_number_inner {
  margin-top:16px
 }
}
@media screen and (max-width: 768px) {
 .contact_cv_number_inner {
  margin-top:12px
 }
}

@media screen and (min-width: 769px) {
 .contact_cv_time {
  margin-top:16px
 }
}
@media screen and (max-width: 768px) {
 .contact_cv_time {
  margin-top:12px
 }
}
.contact_cv_time>span {
 display:flex;
 align-items:center;
 justify-content:center
}
.contact_cv_time_en {
 margin:0 16px;
 letter-spacing:.08rem;
 font-weight:500
}

.btn01{
    margin-bottom: 20px;
}
.btn01 a{
	display: inline-block;
	padding:20px 40px;
	margin:10px 5px;
	border-radius:9999px;    
	color: #FFF;
    border: solid 1px #fff;
	text-decoration:none;
	text-align:center;
	transition:0.3s;
    box-sizing: border-box;
    position: relative;
    font-size: 110%;
	min-width: 300px;
}


.btn01 a:visited{
	color:#FFF;
}
.btn01 a:hover{
	transition:0.3s;
	opacity:1.0;
    background: #FFF!important;
    color: #000000!important;
}
.btn01 a:after{
    content: ">";
  position: absolute;
  right: 2rem;
}
/*********************************
Footer
*********************************/

.footer
{
	padding: 30px 0;
	background: #222722;
	color: #fff;
}
.footer_content
{
	
}
.footer_nav_container
{
	display: inline-block;
}
.footer_nav
{
	padding: 0 !important;}
.footer_nav li
{

	display: inline-block;
	line-height: 14px;
}
.footer_nav li:first-child
{
	margin-left: 0px;
}
.footer_nav li a
{
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	padding:0 10px !important;
}
.footer_nav li a
{
	font-size: 14px;
	color: rgba(255,255,255,1);
}
.footer_nav li a:hover
{
	color: rgba(255,255,255,0.9);
}
.footer_nav li+li {
  border-left: 1px solid #fff;
}
.footer_nav li:first-child a
{	
	padding-left:0;
}
.footer_nav li:last-child a
{	
	padding-right:0;
}
.cr p
{
	margin-bottom: 0px;
}



/*********************************
subpage_gaiyo
*********************************/
	.aisatu{
padding: 120px 0;}
	.gaiyo{background: #edf4f2;
padding: 120px 0;}
.gaiyotable{
	border: 1px solid #000;
	width: 100%;
}
.gaiyotable th,.gaiyotable td{
	border: 1px solid #000;
	padding:0.5em 1em;
	background: #fff;
}
.gaiyotable_2retu{
	display: flex;
}
.gaiyotable_2retu_1{
	border-right:solid 1px #000;
	width: 49%;
}
.gaiyotable_2retu_2{
	display: 49%;
	padding-left: 1em;
}

/*********************************
subpage_business
*********************************/
	.business{
padding: 120px 0;}
	.gaiyo{background: #edf4f2;
padding: 120px 0;}


/*********************************
subpage_results
*********************************/
	.results_top{
padding: 80px 0 60px;}
	.results{background: #edf4f2;
padding: 120px 0;}
.results_table{
	border: 1px solid #000;
	width: 100%;
}
.results_table th{
	background: #2f9b46;
	color: #FFFFFF;
}
.results_table td{
	background: #fff;
}
.results_table th,.results_table td{
	border: 1px solid #000;
	min-width: 3.3em;
	padding:0.5em 0.5em;
	
}
h3.midashi {
	position: relative;
	line-height: 1.4;
	padding-bottom: 20px;
	font-size: 26px;
	text-align: center;
}

h3.midashi::before {
	content: attr(data-en);
	display: block;
	color: #136825;
	font-size: 20px;
	font-style: italic;
	text-transform: uppercase;
}

h3.midashi::after {
content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #136825 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}


.results_nav{
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}

.results_nav li a{
	display: inline-block;
	padding:20px 30px;
	margin:10px 5px;
	border-radius:10px;    
	color: #FFF;
    border: solid 1px #136825;
	text-decoration:none;
	text-align:center;
	transition:0.3s;
    box-sizing: border-box;
    position: relative;
    font-size: 100%;
	min-width: 180px;
	background: #136825;
}


.results_nav li a:visited{
	color:#FFF;
}
.results_nav li a:hover{
	transition:0.3s;
	opacity:1.0;
    background: #FFF!important;
    color: #000000!important;
}
.results_nav li a:after{
    content: "∨";
  position: absolute;
  right: 1rem;
}

/*********************************
subpage_business
*********************************/
.business_title{
    margin-bottom: 80px;
}
#section_01,#section_02,#section_03{
    max-width: 1920px;
      margin-left: auto;
  margin-right: auto;
}
.c-lower-titles.is-bg-tertiary {
  background-color: #edf4f2;
  padding-top: 5.8125rem;
  position: relative;
  z-index: 0;
}
.c-lower-titles {
  padding-bottom: 4.5rem;
}
.c-heading{
    font-weight: bold;
}
.c-about-conts__image {
  width: 100%;
  height: 25rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.l-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.c-about-conts__texts-block {
  margin-top: -82px;
}

.l-container {
  padding-right: 32px;
  padding-left: 32px;
}

.c-about-conts__inner {
  padding: 4rem 6.125rem 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.c-about-conts__title{
    color:#08591a;
     border-bottom: solid 2px #08591a;
    font-weight:bold;
    font-size:1.2em;
     margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}
.c-about-conts__texts {
   
  display: flex;
  align-items: flex-start;
}
.business_section{
    margin-bottom: 6rem;
}

/*********************************
subpage_contact
*********************************/
.contactform{		
padding: 120px 0;
background-color: #edf4f2;}


.contacttel_inner {
 text-align:center;
 position:relative;
 z-index:0
}
.contacttel_heading {
	font-size:28px;
 font-weight:700;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale
}
@media screen and (max-width: 768px) {
.contacttel_heading {
	font-size:20px;
}
}
.contacttel_button {
 margin-top:40px
}
.contacttel_number_inner {
 display:flex;
 align-items:center;
 justify-content:center;
 letter-spacing:.1em;
	color: #222;
	font-size:36px;
}
@media screen and (max-width: 768px) {
.contacttel_number_inner {
	font-size:30px;
}
}
.contacttel_number_inner:hover {

	color: #222;
}

.contacttel_number_inner span:before {
    display: inline-block;
    transform: scaleX(-1);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
	margin-right:10px
}
@media screen and (min-width: 769px) {
.contacttel_number_inner {
  margin-top:16px
 }
}
@media screen and (max-width: 768px) {
.contacttel_number_inner {
  margin-top:12px
 }
}

@media screen and (min-width: 769px) {
.contacttel_time {
  margin-top:16px
 }
}
@media screen and (max-width: 768px) {
.contacttel_time {
  margin-top:12px
 }
}
.contacttel_time>span {
 display:flex;
 align-items:center;
 justify-content:center
}
.contacttel_time_en {
 margin:0 16px;
 letter-spacing:.08rem;
 font-weight:500
}

.contactbox{
	background: #fff;
	border-radius: 20px;
	padding:40px;
	
}



form#mailformpro dl dt {
	float: none;
	width: auto;
	clear: both;
	font-size: 12px;
	padding: 10px 0 0 10px;
	text-align: left;
	border-top: solid 1px #CCC;
	margin: 0px;
}
form#mailformpro dl dt,
form#mailformpro dl dt span {
	vertical-align: middle;
	line-height: 1em;
}
form#mailformpro dl dt span {
	margin-top: -0.3em;
}
form#mailformpro dl dd {
	border: none;
	margin: 0px;
	padding: 10px !important;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
.mfp_rows {
	clear: both;
}
.mfp_rows:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.mfp_rows input[type="text"],
.mfp_rows input[type="email"],
.mfp_rows input[type="tel"],
.mfp_rows input[type="number"],
.mfp_rows input[type="date"],
.mfp_rows input[type="file"],
.mfp_rows select,
.mfp_rows button,
form#mailformpro .mfp_rows label {
	width: 100%;
	min-width: 100%;
	word-break: break-all;
	white-space: normal;
}
.mfp_rows textarea {
	width: 100%;
	min-width: 100%;
}
.mfp_rows .mfp_col1,.mfp_rows .mfp_col2,.mfp_rows .mfp_col3,.mfp_rows .mfp_col4,.mfp_rows .mfp_col5,.mfp_rows .mfp_col6,.mfp_rows .mfp_col7,.mfp_rows .mfp_col8,.mfp_rows .mfp_col9,.mfp_rows .mfp_col10 {
	float: left;
	padding: 0 1.5%;
}
.mfp_rows .mfp_col1 {width: 10%;}
.mfp_rows .mfp_col2 {width: 20%;}
.mfp_rows .mfp_col3 {width: 30%;}
.mfp_rows .mfp_col4 {width: 40%;}
.mfp_rows .mfp_col5 {width: 50%;}
.mfp_rows .mfp_col6 {width: 60%;}
.mfp_rows .mfp_col7 {width: 70%;}
.mfp_rows .mfp_col8 {width: 80%;}
.mfp_rows .mfp_col9 {width: 90%;}
.mfp_rows .mfp_col10 {width: 100%;}
div#example_selector {
}
div#example_selector span {
	font-size: 10px;
	color: #666;
}
div#example_selector select {
	display: block;
	width: 100%;
}
div.mfp_thanks {
	padding: 10px;
}
div.mfp_thanks p {
	font-size: 12px;
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	list-style-type: disc;
}
div.mfp_thanks ul.mfp_caution li {
	font-size: 12px;
	margin: 0 1.5em;
	font-weight: bolder;
}
ul.example_pages {
	border: solid 1px #CCC;
	padding: 15px 30px;
}
ul.example_pages li {
	padding: 5px 0px;
}
div#example_selector {
	padding: 10px 0px;
	text-align: left;
}
div#example_selector span {
	display: block;
	font-size: 14px;
	padding: 5px 0px;
}
div#example_selector select {
	font-size: 18px;
	border-radius: 3px;
	border: solid 1px #CCC;
	padding: 5px 10px;
	box-shadow: 0px 0px 5px #CCC inset;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	outline: none;
}
div.tips {
	margin: 10px auto;
	padding: 5px 20px;
	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 0px 2px 10px #CCC;
	background: #FEE;
}
div.tips p {
	font-size: 14px;
	line-height: 2em;
}
div.tips strong {
	color: #800040;
}
div.tips span {
	display: block;
	padding: 5px 10px;
	color: #008080;
}
div.tips em {
	font-style: normal;
	color: #090;
	font-weight: bold;
}
div.tips ol li {
	padding: 10px;
	margin: 15px;
	font-size: 12px;
	line-height: 1.7em;
	border: solid 1px #CCC;
	border-radius: 5px;
	background: #FFF;
}
div.tips ol li span {
	padding: 0px 10px;
}
div.tips ol li img {
	display: block;
	width: 280px;
	border: none;
	margin: 5px auto;
}
