@charset "UTF-8";


/* css common 
---------------------------------------------------------- */
#wrapper {
	min-height:100%;
	margin:0px auto;
	position:relative;
}

.box {
	width: 100%;
	max-width: 1084px;
	margin:0 auto;
}
.box-aisatu {
	width: 100%;
	max-width: 1138px;
	margin:0 auto;
}
#about{
	background:url(common/images/index/bg_green.png) no-repeat;
	background-position: center center;
	min-height:500px;
	padding: 80px 0 80px 0;
}
#service{
	background:url(common/images/index/bg_green.png) no-repeat;
	background-position: center center;
	height:auto;
	padding: 60px 0 80px 0;
}
#aisatu{
	background:url(common/images/index/bg_green_aisatu.png) no-repeat;
	background-position: 400px center;
	height:900px;
	padding: 60px 0 80px 0;
}
#voice{
	background:url(common/images/index/bg_green.png) no-repeat;
	background-position: center center;
	min-height:600px;
	padding: 0 0 80px 0;
}
#saiyo{
	background: no-repeat;
	background-position: center center;
	min-height:600px;
	padding: 0 0 40px 0;
}
#saiyo_toi{
	background: no-repeat;
	background-position: center center;
	padding: 0 0 40px 0;
}

#company{
	padding: 60px 0 0 0;
}

.btn_sty {
	background:#37952F;
	color: #FFFFFF;
	text-align: center;
	display: block;
	max-width: 330px;
	width: 70%;
	padding: 10px 10px;
	font-size: 18px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
}
.btn_sty:hover {
	background: #058350;
	color: #ffffff!important;
}
.btn_sty_b {
	background: #0599d9;
	color: #FFFFFF;
	text-align: center;
	display: block;
	max-width: 330px;
	width: 70%;
	padding: 10px 10px;
	font-size: 18px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	font-weight:900;
}
.btn_sty_b:hover {
	background: #023067;
	color: #FFFFFF!important;
}
.txt_link a {
	text-decoration: underline;
}

.topicpath {
	background: rgba(5,153,217,0.1);
	padding: 10px 0;
	margin-bottom: 80px;
}
.topicpath li {
	display: inline-block;
	font-size: 14px;
}
.topicpath li:nth-child(2) {
	padding: 0 10px;
	font-size: 70%;
}
.topicpath li a {
	text-decoration: underline;
}
.topicpath li a:hover {
	text-decoration: none;
}
a.txt_link {
	color: #023067;
}
a.txt_link:hover {
	text-decoration: none;
}

a:hover{
	color:#37952F!important;
	text-decoration: none!important;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
}

.tb_style{
	max-width:100%;
	margin: 0 auto 40px auto;
}

img.hanson_img{
	max-width:75%;
}

.subtitle{
	text-align: left;
	width:100%;
	font-size: 16px;
}
.bg-set{
	background-color: #fff;
	padding: 15px;
}

h3{
	font-size: 24px;
	font-weight: 500;
}



/* header 
---------------------------------------------------------- */
header{
	position: relative;
}
header #h_top {
	padding: 26px 0;
	width:100%;
	background-color:rgba(255,255,255,0.5);
	position: absolute;
	z-index: 2;
	height:88px;
}
.main_img_wrap{
	position: absolute;
	z-index: 1;
}
header .h_wrap {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding:0 40px;
	overflow:hidden;
}
header #h_top .h_top_logo {
	float: left;
	font-size: 26px;
	font-weight: 600;
	margin-top:-5px;
}
header #h_top .h_top_logo span{
	font-size: 18px;
}
header #h_top .h_top_logo a{
	/* color:#37952F!important; */
	color:#24611e!important;
}
header #h_top .h_top_logo a:hover{
	color: #37952F!important;
}
header #h_top .h_top_logo img {
	width: 400px;
}
header #h_top .h_top_link {
	float: right;
}
header #h_top .h_top_link li {
	display: inline-block;
	padding-left: 15px;
	font-size: 18px;
}
header #h_top .h_top_link li a {
	color: #000;
}
header #h_top .h_top_link li a:hover {
	text-decoration: underline;
}
header #h_bottom {
	padding: 40px 0;
}
header #h_bottom .h_wrap {
	display: table;
}
header #h_bottom  h1.tit_h1 {
	font-family: "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3", "Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", serif;
	font-weight: 400;
	font-size: 24px;
	display: table-cell;
	vertical-align: middle;
}
header #h_bottom nav {
	display: table-cell;
	vertical-align: middle;
}
header #h_bottom nav ul {
	display: flex;
	justify-content: flex-end;
}
header #h_bottom nav ul li {
	padding-left: 15px;
}
header #h_bottom nav ul li:first-child {
	padding-left: 0;
}

header #h_bottom nav ul li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #000;
}
header #h_bottom nav ul li a::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #0599D9;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
header #h_bottom nav ul li a:hover::after {
	transform: scale(1, 1);
}


#h-menu {
	display: none;
}
#over-menu {
	background: rgba(255,255,255,1);
	height: 100%;
	width: 100%;
	z-index: 10;
	display: none;
	transition: none;
}

a.btn--red.btn--cubic {
	color:#ffffff!important;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}

/* pagetop 
---------------------------------------------------------- */
#scrollUp {
	width: 50px;
	height: 50px;
	bottom: 10%;
	right: 5%;
	background:url(common/images/common/pagetop.png) no-repeat right bottom;
	background-size: contain;
	transition: none;
	z-index: 9!important;
}


/* footer 
---------------------------------------------------------- */
footer {
	text-align: center;
	height: 150px;
	background-color: rgba(55,149,47,10%);
	margin-bottom:0;
	float:left;
	width:100%;
	color:#37952F;
	line-height: 150px;
}
footer a,a:hover{
	color:#37952F;
}


/* margin style
---------------------------------------------------------- */
.section {
	margin-bottom: 60px;
}
.container {
	margin-bottom:70px;
}
.case {
	margin-bottom:50px;
}

.mb_clear{ margin-bottom: 0!important; }
.pd_box .container:last-child,
.section .container:last-child,
.container .case:last-child {
	margin-bottom:0px;
}

main p {
	margin-bottom:20px;
}
main * p:last-child {
	margin-bottom:0px;
}
.container a{
	text-decoration: underline;
}

/* text-align style
---------------------------------------------------------- */
.txt_l{
	text-align:left !important;
}

.txt_r{
	text-align:right !important;
}
.txt_b{
	font-weight:bold;
}
.txt_caption {
	font-size: 80%;
	margin-top: 10px;
	text-align: left;
}

.txt_c{
	text-align:center !important;
}
.txt_c_about{
	text-align:center !important;
}


#btn{
	width:100%;
	height:50px;
	padding-bottom:20px;
}
.txt_c_btn{
	float: left;
	text-align:center !important;
    display: table-cell;
    vertical-align: middle;
	width: 100%!important;
}


/* table
---------------------------------------------------------- */
.tb_style {
	width: 100%;
}
.tb_style td {
	border-bottom: solid 1px #ccc;
	padding: 10px 15px;
	box-sizing: border-box;
	background-color: #fff;
}
.tb_style th {
	text-align: left;
	width:200px;
	color:#37952F;
	border-bottom: solid 1.5px #37952F;
	padding: 10px 15px;
	box-sizing: border-box;
	background-color: #fff;
}

.tb_style a{
	text-decoration:none;
}
.tb_style a:hover{
	text-decoration: underline!important;
}
.case a{
	text-decoration: underline;	
}
#case_link_box .case a {
	text-decoration: none;	
}

.tb_style_hyo {
	width: 100%;
}
.tb_style_hyo td {
	border-bottom: solid 1px #37952F;
	padding: 10px 15px;
	box-sizing: border-box;
	background-color: #fff;
}
.tb_style_hyo th {
	text-align: left;
	width:250px;
	color:#37952F;
	border-bottom: solid 1px #37952F;
	padding: 10px 15px;
	box-sizing: border-box;
	background-color: #fff;
	font-weight: normal;
}

/* title
---------------------------------------------------------- */
h2.tit_h2 {
	font-size: 32px;
	line-height:1.6;
	margin-bottom: 30px;
	text-align: center;
	color: #37952F;
	font-family: ta-oonishi, sans-serif;
	font-style: normal;
	font-weight: 300;
	border: solid 2px #37952F!important;
	padding:0 20px;
	display: inline-block;
	box-shadow: 0 10px 0px 0 rgb(55, 149, 47,0.1);
	background-color: #fff;
}
.page_index h2.tit_h2 {
	text-align: left;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}
.btn,
a.btn,
button.btn {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding: 0.5rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing:0em;
  color: #000;
}
a.btn--green.btn--border-groove {
  font-size: 2.5rem;
	margin-right: auto;
	margin-left: auto;
	width:400px;
	background-color: #4682b4;
	color:#ffffff;
	display: block;
}
a.btn--green.btn--border-groove:hover {
	color:#70CC33!important;
}

h2.tit_h2 span {
	display: block;
	font-size: 60%;
	margin-bottom: 10px;
}
.tit_box {
	font-weight: 600;
	font-size: 26px;
	color: #fff;
	background: #023067;
	padding: 15px 20px;
	line-height: 1.2;
	margin-bottom: 40px;
}
.tit_bold {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 30px;
}
.tit_step {
	font-weight: 600;
	font-size: 22px;
	line-height: 38px;
	margin-bottom: 20px;
}
.tit_step span {
	background: #000;
	color: #FFF;
	padding: 10px 15px;
	display: inline-block;
	margin-right: 15px;
	font-size: 18px;
	line-height: 1;
	vertical-align: top;
}
.tit_line {
	font-weight: 600;
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 25px;
	padding: 15px;
	background: #eee;
}

/* index
---------------------------------------------------------- */
#main_img_wrap{
	background-image: url(common/images/index/bg_main.webp);
	background-repeat: no-repeat; 
	background-position:center bottom;
	background-size:cover; 
	height:690px;
	animation: fadeIn 9s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#main_img_wrap .main_img {
	padding-top: 410px;
}
#main_img_wrap .txt_main {
	width:470px;
	height:280px;
	background-color: #fff;
	animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slideIn {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}

#main_img_wrap .txt_main_txt {
	width:470px;
	height:280px;
	font-size: 23px;
	line-height: 1.8;
	padding:0 50px;
	display: grid;
	place-items: center;
	color: #37952F;
	font-family: ta-oonishi, sans-serif;
	font-style: normal;
	font-weight: 300;
}
#main_img_wrap .img_main {
	width: 46%;
}


/* gaiyo
---------------------------------------------------------- */
.gaiyo{
	width:100%;
}
.gaiyo img{
	width:100%;
}
.gaiyo h1{
	margin:0 20px 10px 20px;
	padding-top:10px;
	font-size:20px;
	font-weight:800;
}
.gaiyo p{
	margin:0 20px;
	padding-bottom:10px;
	font-size:16px;
	min-height:80px;
}

/* voice
---------------------------------------------------------- */
.voice img{
	width:100%;
}
.voice h1{
	margin:0 25px 10px 15px;
	padding-top:10px;
	font-size:20px;
	font-weight:800;
}
.voice p{
	margin:0 25px 0 15px;
	padding-bottom:10px;
	font-size:16px;
	min-height:80px;
}


/* スライド
---------------------------------------------------------- */
/* 全体のスタイル */
.swiper-wrapper {
	width: 100%;
	xxxheight: 370px;
	height: 100%!important;
}
/* 全スライド共通スタイル */
.swiper-slide {
	color: #ffffff;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 370px;
}
/* 4の倍数＋1枚目のスライドのスタイル（1枚目、5枚目…） */
.swiper-slide:nth-child(4n+1) {
	background-color: #fff;
}
/* 4の倍数＋2枚目のスライドのスタイル（2枚目、6枚目…） */
.swiper-slide:nth-child(4n+2) {
	background-color: #fff;
}
/* 4の倍数＋3枚目のスライドのスタイル（3枚目、7枚目…） */
.swiper-slide:nth-child(4n+3) {
	background-color: #fff;
}
/* 4の倍数＋4枚目のスライドのスタイル（4枚目、8枚目…） */
.swiper-slide:nth-child(4n+4) {
	background-color: #fff;
}


/* Swiperの親要素 */
.swiper-parent {
	position: relative;
}
/* Swiper本体 */
.swiper-container {
	width: calc(100% - 100px);	/* ☆前・次ページボタンの幅をそれぞれ50pxとして、その分を引く */
	box-sizing: content-box;
}
/* 前・次スライドボタンの縦位置調整（スライドの高さの中央に合わせる） */
.swiper-button-prev, .swiper-button-next {
	top: calc((100% - 50px) * 0.5);	/* ☆★ページネーション・スクロールバー（50px）を除く縦位置の中央（＝スライドの高さの中央）に一旦配置 */
}



/* aisatu
---------------------------------------------------------- */
.aisatu{
	width:100%;
	position: relative;
	min-height: 400px;
}
.aisatu_img{
	position: relative;
	z-index: 1;
	width:500px;
	}
.active_ai-1{
	animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slideIn {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}
.aisatu_txt{
	position: relative;
	z-index: 2;
	background-color: #fff;
	padding:40px;
	width:550px;
	xxxwidth:48%;
	left:380px;
	top:-200px;
	min-height:280px;
}
.active_ai-2{
	animation: slideIn2 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slideIn2 {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}

.aisatu_back{
	position: relative;
	z-index: 0;
	left:130px;
	top:-980px;
}
.aisatu_back img{
	overflow: hidden;
}
.active_ai-3{
	animation: slideIn2 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slideIn3 {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}

.aisatu_txt .aisatu_name{
	text-align: right;
	margin:0;
}
.daihyo{
	text-align: right;
	font-size: 120%;
}


/* saiyo
---------------------------------------------------------- */
#saiyo{
	width:100%;
}

/* saiyo_toi
---------------------------------------------------------- */
#saiyo_toi{
	width:100%;
}

/* company
---------------------------------------------------------- */
#company .tit_h2 h2{
	text-align: left;
}
.company_box{
	width:100%;
	margin-right:auto;
	margin-left: auto;
	margin-bottom: 60px;
	overflow: hidden;
}
.company_txt{
	float: left;
	overflow: auto;
}
.company_txt h3{
	color:#37952F;
	font-size: 30px;
}
.company_txt h3 span{
	font-size: 20px;
}
.company_img{
	float: right;
	width:500px;
	padding-bottom : 20px;
}
.company_img img{
	width:500px;
	box-shadow: -20px 40px 0px 0 rgb(55 149 47 / 10%);
}
.company_map{
	float: left;
	width:100%;
	margin-right:2%;
	overflow: auto;
}		


/* saiyo_toi
---------------------------------------------------------- */
#saiyo_toi .tit_h2 h2{
	text-align: left;
}
.saiyo_toi{
	width:100%;
	margin-right:auto;
	margin-left: auto;
	margin-top: 30px;
	overflow: hidden;
	background-color: #fff;
	padding:20px;
}
.tel_fax{
	float: left;
	margin-right:25px;
	width:32%;
	overflow: unset;
}
.tel_fax img{
	float: left;
	width:60px;
	margin:5px 20px auto 15px;
}
.tel_fax p{
	float: left;
	font-size: 24px;
	font-weight: 900;
	line-height:1.2em;
}

.tel_fax .tanto{
	font-size: 16px;
	font-weight: 300;
}

.saiyo_toi #btn{
	float: left;
	xxxwidth:30%;
	padding-bottom: 0;
}
.saiyo_toi #btn img{
	float: left;
	width:60px;
	margin:0;
}
.saiyo_toi .btn_sty {
	float: left;
	background:#fff;
	border: solid 1px #37952F;
	color: #37952F;
	text-align: center;
	display: block;
	padding: 10px 20px;
	font-size: 18px;
	box-sizing: border-box;
	width:240px;
}
.saiyo_toi .txt_c_btn {
    text-align: center !important;
    display: table-cell;
    vertical-align: middle;
	width:240px!important;
	margin-left:10px;
}
.saiyo_toi .btn_sty:hover {
	background: #058350;
	color: #ffffff!important;
}
.saiyo_toi .btn_sty_b {
	background: #0599d9;
	color: #FFFFFF;
	text-align: center;
	display: block;
	width: 70%;
	padding: 10px 10px;
	font-size: 18px;
	box-sizing: border-box;
	font-weight:900;
}
.saiyo_toi .btn_sty_b:hover {
	background: #023067;
	color: #FFFFFF!important;
}
.saiyo_toi .txt_link a {
	text-decoration: underline;
}




/* link
---------------------------------------------------------- */
.link_ul {
	margin-left: 1.5em;
}
.link_ul li {
	list-style: circle;
}
.link_ul li a {
	text-decoration: underline;
}
.link_ul li a:hover {
	text-decoration: none;
}

/* contact
---------------------------------------------------------- */
.gmap iframe {
	width: 100%;
	height: 450px;
}



@media screen and (max-width: 1150px) {
	
#service{
	background:url(common/images/index/bg_green.png) no-repeat;
	background-position: center center;
}


	
}
	
	
@media screen and (max-width: 960px) {
/* css common 
---------------------------------------------------------- */
#wrapper {
	min-height:100%;
	margin:0px auto;
	position:relative;
}

.box {
	width: 100%;
	max-width: 1084px;
	margin:0 auto;
}
#service{
	background:url(common/images/index/bg_green.png) no-repeat;
	background-position: center center;
	min-height:2600px;
}
#aisatu{
	background:url(common/images/index/bg_green_aisatu.png) no-repeat;
	background-position: 300px center;
	height:900px;
	padding: 60px 0 80px 0;
}
#voice{
	background:url(common/images/index/bg_green.png) no-repeat;
	background-position: center center;
	min-height:600px;
	padding: 0 0 80px 0;
}
#saiyo{
	background: no-repeat;
	background-position: center center;
	min-height:600px;
	padding: 0 0 40px 0;
}
#saiyo_toi{
	background: no-repeat;
	background-position: center center;
	padding: 0 0 40px 0;
}

.btn_sty {
	background:#37952F;
	color: #FFFFFF;
	text-align: center;
	display: block;
	max-width: 330px;
	width: 70%;
	padding: 10px 10px;
	font-size: 18px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
}
.btn_sty:hover {
	background: #058350;
	color: #ffffff!important;
}
.btn_sty_b {
	background: #0599d9;
	color: #FFFFFF;
	text-align: center;
	display: block;
	max-width: 330px;
	width: 70%;
	padding: 10px 10px;
	font-size: 18px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	font-weight:900;
}
.btn_sty_b:hover {
	background: #023067;
	color: #FFFFFF!important;
}
.txt_link a {
	text-decoration: underline;
}

.topicpath {
	background: rgba(5,153,217,0.1);
	padding: 10px 0;
	margin-bottom: 80px;
}
.topicpath li {
	display: inline-block;
	font-size: 14px;
}
.topicpath li:nth-child(2) {
	padding: 0 10px;
	font-size: 70%;
}
.topicpath li a {
	text-decoration: underline;
}
.topicpath li a:hover {
	text-decoration: none;
}
a.txt_link {
	color: #023067;
}
a.txt_link:hover {
	text-decoration: none;
}

a:hover{
	color:#70CC33!important;
	text-decoration: none!important;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
}

.tb_style{
	max-width:100%;
	margin: 0 auto 40px auto;
}

img.hanson_img{
	max-width:75%;
}

.subtitle{
	text-align: left;
	width:100%;
	font-size: 16px;
}


/* header 
---------------------------------------------------------- */
header{
	position: relative;
}
header #h_top {
	padding: 26px 0;
	width:100%;
	background-color:rgba(255,255,255,0.9);
	position: absolute;
	z-index: 2;
}
.main_img_wrap{
	position: absolute;
	z-index: 1;
}
header .h_wrap {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding:0 40px;
	overflow:hidden;
}
header #h_top .h_top_logo {
	float: left;
	font-size: 26px;
	font-weight: 600;
	margin-top:-5px;
}
/* header #h_top .h_top_logo a{
	color:#37952F!important;
}
header #h_top .h_top_logo a:hover{
	color: #4ED56E!important;
} */
header #h_top .h_top_logo img {
	width: 400px;
}
header #h_top .h_top_link {
	float: right;
}
header #h_top .h_top_link li {
	display: inline-block;
	padding-left: 15px;
	font-size: 16px;
	margin-top:5px;
}
header #h_top .h_top_link li a {
	color: #000;
}
header #h_top .h_top_link li a:hover {
	text-decoration: underline;
}
header #h_bottom {
	padding: 40px 0;
}
header #h_bottom .h_wrap {
	display: table;
}
header #h_bottom  h1.tit_h1 {
	font-family: "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3", "Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", serif;
	font-weight: 400;
	font-size: 24px;
	display: table-cell;
	vertical-align: middle;
}
header #h_bottom nav {
	display: table-cell;
	vertical-align: middle;
}
header #h_bottom nav ul {
	display: flex;
	justify-content: flex-end;
}
header #h_bottom nav ul li {
	padding-left: 15px;
}
header #h_bottom nav ul li:first-child {
	padding-left: 0;
}

header #h_bottom nav ul li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #000;
}
header #h_bottom nav ul li a::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #0599D9;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
header #h_bottom nav ul li a:hover::after {
	transform: scale(1, 1);
}

#h-menu {
	display: none!important;
}
#over-menu {
	background: rgba(255,255,255,1);
	height: 100%;
	width: 100%;
	z-index: 10;
	display: none;
	transition: none;
}

a.btn--red.btn--cubic {
	color:#ffffff!important;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}

/* pagetop 
---------------------------------------------------------- */
#scrollUp {
	width: 50px;
	height: 50px;
	bottom: 10%;
	right: 5%;
	background:url(common/images/common/pagetop.png) no-repeat right bottom;
	background-size: contain;
	transition: none;
	z-index: 9!important;
}


/* footer 
---------------------------------------------------------- */
footer {
	text-align: center;
	height: 150px;
	background-color: rgba(55,149,47,10%);
	margin-bottom:0;
	float:left;
	width:100%;
	color:#37952F;
	line-height: 150px;
}
footer a,a:hover{
	color:#37952F;
}


/* margin style
---------------------------------------------------------- */
.section {
	margin-bottom: 60px;
}
.container {
	margin-bottom:70px;
}
.case {
	margin-bottom:50px;
}
.mb_clear{ margin-bottom: 0!important; }
.pd_box .container:last-child,
.section .container:last-child,
.container .case:last-child {
	margin-bottom:0px;
}

main p {
	margin-bottom:20px;
}
main * p:last-child {
	margin-bottom:0px;
}
.container a{
	text-decoration: underline;
}

/* text-align style
---------------------------------------------------------- */
.txt_l{
	text-align:left !important;
}

.txt_r{
	text-align:right !important;
}
.txt_b{
	font-weight:bold;
}
.txt_caption {
	font-size: 80%;
	margin-top: 10px;
	text-align: left;
}

.txt_c{
	text-align:center !important;
}
.txt_c_about{
	text-align:center !important;
}


#btn{
	width:100%;
	height:50px;
	padding-bottom:20px;
}
.txt_c_btn{
	float: left;
	text-align:center !important;
    display: table-cell;
    vertical-align: middle;
	width: 100%!important;
}


/* table
---------------------------------------------------------- */
.tb_style {
	width: 100%;
}
.tb_style td {
	border-bottom: solid 1px #ccc;
	padding: 10px 15px;
	box-sizing: border-box;
	background-color: #fff;
}
.tb_style th {
	text-align: left;
	width:200px;
	color:#37952F;
	border-bottom: solid 1.5px #37952F;
	padding: 10px 15px;
	box-sizing: border-box;
	background-color: #fff;
}

.tb_style a{
	text-decoration: none!important;
}
.tb_style a:hover{
	text-decoration: underline;
}
.case a{
	text-decoration: underline;	
}
#case_link_box .case a {
	text-decoration: none;	
}
	
.tb_style_hyo {
	width: 100%;
}
.tb_style_hyo td {
	border-bottom: solid 1px #37952F;
	padding: 10px 15px;
	box-sizing: border-box;
	background-color: #fff;
}
.tb_style_hyo th {
	text-align: left;
	width:200px;
	color:#37952F;
	border-bottom: solid 1px #37952F;
	padding: 10px 15px;
	box-sizing: border-box;
	background-color: #fff;
	font-weight: normal;
}

/* title
---------------------------------------------------------- */
h2.tit_h2 {
	font-size: 32px;
	line-height:1.6;
	margin-bottom: 30px;
	text-align: center;
	color: #37952F;
	font-family: ta-oonishi, sans-serif;
	font-style: normal;
	font-weight: 300;
	border: solid 2px #37952F!important;
	padding:0 20px;
	display: inline-block;
	box-shadow: 0 10px 0px 0 rgb(55, 149, 47,0.1);
	background-color: #fff;
}
.page_index h2.tit_h2 {
	text-align: left;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}
.btn,
a.btn,
button.btn {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding: 0.5rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing:0em;
  color: #000;
}
a.btn--green.btn--border-groove {
  font-size: 2.5rem;
	margin-right: auto;
	margin-left: auto;
	width:400px;
	background-color: #4682b4;
	color:#ffffff;
	display: block;
}
a.btn--green.btn--border-groove:hover {
	color:#70CC33!important;
}

h2.tit_h2 span {
	display: block;
	font-size: 60%;
	margin-bottom: 10px;
}
.tit_box {
	font-weight: 600;
	font-size: 26px;
	color: #fff;
	background: #023067;
	padding: 15px 20px;
	line-height: 1.2;
	margin-bottom: 40px;
}
.tit_bold {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 30px;
}
.tit_step {
	font-weight: 600;
	font-size: 22px;
	line-height: 38px;
	margin-bottom: 20px;
}
.tit_step span {
	background: #000;
	color: #FFF;
	padding: 10px 15px;
	display: inline-block;
	margin-right: 15px;
	font-size: 18px;
	line-height: 1;
	vertical-align: top;
}
.tit_line {
	font-weight: 600;
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 25px;
	padding: 15px;
	background: #eee;
}

/* index
---------------------------------------------------------- */
#main_img_wrap {
	background-image: url(common/images/index/bg_main.webp);
	background-repeat: no-repeat; 
	background-position:center bottom;
	background-size:cover; 
	height:670px;
	animation: fadeIn 9s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#main_img_wrap .main_img {
	padding-top: 410px;
}
#main_img_wrap .txt_main {
	width:420px;
	height:260px;
	background-color: #fff;
	animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slideIn {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}

#main_img_wrap .txt_main_txt {
	width:420px;
	height:260px;
	font-size: 23px;
	line-height: 1.6;
	padding:0 50px;
	display: grid;
	place-items: center;
	color: #37952F;
	font-family: ta-oonishi, sans-serif;
	font-style: normal;
	font-weight: 300;
}
#main_img_wrap .img_main {
	width: 46%;
}


/* gaiyo
---------------------------------------------------------- */
.gaiyo{
	min-height:240px;
	xxxwidth:880px;
	width:100%;
}
.gaiyo-1, .gaiyo-2, .gaiyo-3{

}	
.gaiyo:after{
	content:"";
	display: block;
	clear:both;
}
.gaiyo-1{
	float:left;
	width : 100%px; /* 未対応ブラウザ用フォールバック */
	height:400px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.active-1{
	animation: gaiyo-1 1s cubic-bezier(0.25, 1, 0.5, 1)  forwards;
}
@keyframes gaiyo-1 {
       0%{ width: 0%;}
       100%{width: 100%;}
       }
.gaiyo-1 img{
	position: absolute;
	top:0px;
	xxxleft:0px;
	height:400px;
	z-index: 1;
	transition-duration: 0.5s;
	xxxobject-fit: fill;
}
.gaiyo-1:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}
.gaiyo-1 h1{
	position: absolute;
	background-color: #fff;
	color:#37952F;
	font-weight: 600;
	xxxbottom:0;
	left:0px;
	z-index: 2;
	margin:0;
	width:60%;
	padding:3px 0 0 10px!important;
	font-size: 16px;
	height:30px!important;
}
.gaiyo-2{
	float:left;
	width : 100%px; /* 未対応ブラウザ用フォールバック */
	height:400px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.active-2{
	animation: gaiyo-2 2s cubic-bezier(0.25, 1, 0.5, 1)  forwards;
}
@keyframes gaiyo-2 {
       0%{ width: 0%;}
       100%{width: 100%;}
       }
.gaiyo-2 img{
	position: absolute;
	top:0px;
	height:400px;
	xxxleft:0px;
	z-index: 1;
	transition-duration: 0.5s;
}
.gaiyo-2:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}
.gaiyo-2 h1{
	position: absolute;
	background-color: #fff;
	color:#37952F;
	font-weight: 600;
	bottom:0px;
	left:0px;
	z-index: 2;
	margin:0;
	width:60%;
	padding:3px 0 0 10px!important;
	font-size: 16px;
}
.gaiyo-3{
	float:left;
	width : 100%px; /* 未対応ブラウザ用フォールバック */
	height:400px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.active-3{
	animation: gaiyo-3 3s cubic-bezier(0.25, 1, 0.5, 1)  forwards;
}
@keyframes gaiyo-3 {
       0%{ width: 0%;}
       100%{width: 100%;}
       }
.gaiyo-3 img{
	position: absolute;
	top:0px;
	height:400px;
	xxxleft:0px;
	z-index: 1;
	transition-duration: 0.5s;
}
.gaiyo-3:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}
.gaiyo-3 h1{
	position: absolute;
	background-color: #fff;
	color:#37952F;
	font-weight: 600;
	bottom:0px;
	left:0px;
	z-index: 2;
	margin:0;
	width:60%;
	padding:3px 0 0 10px!important;
	font-size: 16px;
}
@keyframes slideIn_ji {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}


.voice img{
	width:100%;
}
.voice h1{
	margin:0 25px 10px 15px;
	padding-top:10px;
	font-size:20px;
	font-weight:800;
}
.voice p{
	margin:0 25px 0 15px;
	padding-bottom:10px;
	font-size:16px;
	min-height:80px;
}


/* スライド
---------------------------------------------------------- */
/* 全体のスタイル */
.swiper-wrapper {
	width: 100%;
	xxxheight: 700px!important;
	height: 100%!important;
}
/* 全スライド共通スタイル */
.swiper-slide {
	color: #ffffff;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 370px;
}
/* 4の倍数＋1枚目のスライドのスタイル（1枚目、5枚目…） */
.swiper-slide:nth-child(4n+1) {
	background-color: #fff;
}
/* 4の倍数＋2枚目のスライドのスタイル（2枚目、6枚目…） */
.swiper-slide:nth-child(4n+2) {
	background-color: #fff;
}
/* 4の倍数＋3枚目のスライドのスタイル（3枚目、7枚目…） */
.swiper-slide:nth-child(4n+3) {
	background-color: #fff;
}
/* 4の倍数＋4枚目のスライドのスタイル（4枚目、8枚目…） */
.swiper-slide:nth-child(4n+4) {
	background-color: #fff;
}



	
/* aisatu
---------------------------------------------------------- */
#aisatu {
        height: 1250px;
}
.aisatu{
	width:100%;
	margin-bottom:20px;
}
.aisatu_img{
	margin-right:0;
	width:100%;
}
.aisatu_img img{
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
}
.aisatu_txt{
	background-color: #fff;
	padding:20px 20px;
	width:100%;
	left:0px;
	top:0px;
}
.aisatu_txt .aisatu_name{
	text-align: right;
	padding:0 20px;
}
.daihyo{
	text-align: right;
	font-size: 150%;
	padding:0 20px;
}

/* saiyo
---------------------------------------------------------- */
#saiyo{
	width:100%;
}

/* saiyo_toi
---------------------------------------------------------- */
#saiyo_toi{
	width:100%;
}

/* company
---------------------------------------------------------- */
#company .tit_h2 h2{
	text-align: left;
}
.company_box{
	width:100%;
	margin-right:auto;
	margin-left: auto;
	margin-bottom: 60px;
	overflow: hidden;
}
.company_txt{
	float: left;
	overflow: auto;
}
.company_txt h3{
	color:#37952F;
	font-size: 30px;
}
.company_img{
	float: right;
	width:500px;
	padding-bottom : 20px;
}
.company_img img{
	width:500px;
	box-shadow: -20px 40px 0px 0 rgb(55 149 47 / 10%);
}
.company_map{
	float: left;
	width:100%;
	margin-right:2%;
	overflow: auto;
}		


/* saiyo_toi
---------------------------------------------------------- */
.saiyo_toi #btn{
	float: left;
	width:100%;
	padding-bottom: 0;
}
.saiyo_toi #btn img{
	float: left;
	width:50px;
	margin:0;
    margin: 5px 20px auto 15px;
}
.saiyo_toi .btn_sty {
	float: left;
	background:#fff;
	border: solid 0.5px #37952F;
	color: #37952F;
	text-align: center;
	display: block;
	padding: 10px 20px;
	font-size: 14px;
	box-sizing: border-box;
	width:180px;
}

		
.saiyo_toi .btn_sty {
	float: left;
	background:#fff;
	border: solid 1px #37952F;
	color: #37952F;
	text-align: center;
	display: block;
	padding: 10px 20px;
	font-size: 18px;
	box-sizing: border-box;
	width:100%;
}
.saiyo_toi .txt_c_btn {
    text-align: center !important;
    display: table-cell;
    vertical-align: middle;
	xxxwidth:240px!important;
	margin-left:10px;
}
.saiyo_toi .btn_sty:hover {
	background: #058350;
	color: #ffffff!important;
}
.saiyo_toi .btn_sty_b {
	background: #0599d9;
	color: #FFFFFF;
	text-align: center;
	display: block;
	width: 70%;
	padding: 10px 10px;
	font-size: 18px;
	box-sizing: border-box;
	font-weight:900;
}
.saiyo_toi .btn_sty_b:hover {
	background: #023067;
	color: #FFFFFF!important;
}
.saiyo_toi .txt_link a {
	text-decoration: underline;
}	
	


/* link
---------------------------------------------------------- */
.link_ul {
	margin-left: 1.5em;
}
.link_ul li {
	list-style: circle;
}
.link_ul li a {
	text-decoration: underline;
}
.link_ul li a:hover {
	text-decoration: none;
}

/* contact
---------------------------------------------------------- */
.gmap iframe {
	width: 100%;
	height: 450px;
}

/* footer 
---------------------------------------------------------- */
footer {
	text-align: center;
	height: 120px;
	background-color: rgba(55,149,47,10%);
	margin-bottom:0;
	float:left;
	width:100%;
	color:#37952F;
	line-height: 120px;
}
footer a,a:hover{
	color:#37952F;
}

.tel_fax{
	margin:0 25px 25px 0;
	width: 50%;
}


}/* end-960 */

@media screen and (max-width:768px) {


#wrapper {
    min-height: 100%;
	width:100%!important;
}
#voice{
	background:url(common/images/index/bg_green.png) no-repeat;
	background-position: center center;
	min-height:400px;
	padding: 0 0 80px 0;
}
#service{
	background:url(common/images/index/bg_green.png) no-repeat;
	background-position: center center;
	min-height:2000;
}

/* header 
---------------------------------------------------------- */
header{
	position: relative;
}
header #h_top {
	padding: 26px 0;
	width:100%;
	background-color:rgba(255,255,255,0.9);
	position: absolute;
	z-index: 10;
	height:58px;
}
.main_img_wrap{
	position: absolute;
	z-index: 1;
}
header .h_wrap {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding:0 40px;
	overflow:hidden;
}
header #h_top .h_top_logo {
	float: left;
	font-size: 26px;
	font-weight: 600;
}
/* header #h_top .h_top_logo a{
	color:#37952F!important;
}
header #h_top .h_top_logo a:hover{
	color: #4ED56E!important;
} */
header #h_top .h_top_logo img {
	width: 400px;
}
	
	
header #h_top .h_top_link {
	float: right;
	display: none!important;
}
header #h_top .h_top_link li {
	display: inline-block;
	padding-left: 15px;
	font-size: 18px;
}
header #h_top .h_top_link li a {
	color: #000;
}
header #h_top .h_top_link li a:hover {
	text-decoration: underline;
}
header #h_bottom {
	padding: 40px 0;
}
header #h_bottom .h_wrap {
	display: table;
}
header #h_bottom  h1.tit_h1 {
	font-family: "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3", "Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", serif;
	font-weight: 400;
	font-size: 24px;
	display: table-cell;
	vertical-align: middle;
}
header #h_bottom nav {
	display: table-cell;
	vertical-align: middle;
}
header #h_bottom nav ul {
	display: flex;
	justify-content: flex-end;
}
header #h_bottom nav ul li {
	padding-left: 15px;
}
header #h_bottom nav ul li:first-child {
	padding-left: 0;
}

header #h_bottom nav ul li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #000;
}
header #h_bottom nav ul li a::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #0599D9;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
header #h_bottom nav ul li a:hover::after {
	transform: scale(1, 1);
}	

	

#h-menu {
	display: block!important;
}
#over-menu {
	xxxbackground: rgba(255,255,255,1);
	height: 100%;
	width: 100%;
	xxxz-index: 100!important;
	display: none;
	transition: none;
	position: absolute;
}


a.btn--red.btn--cubic {
	color:#ffffff!important;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}


	
/* index
---------------------------------------------------------- */
#main_img_wrap{
	background-image: url(common/images/index/bg_main.webp);
	background-repeat: no-repeat; 
	background-position:center bottom;
	background-size:cover; 
	height:690px;
	animation: fadeIn 9s cubic-bezier(0.33, 1, 0.68, 1) forwards;
	z-index: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#main_img_wrap .main_img {
	padding-top: 410px;
	z-index: 
}
#main_img_wrap .txt_main {
	width:470px;
	height:280px;
	background-color: #fff;
	animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slideIn {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}

#main_img_wrap .txt_main_txt {
	width:470px;
	height:280px;
	font-size: 30px;
	line-height: 1.8;
	padding:0 50px;
	display: grid;
	place-items: center;
	color: #37952F;
	font-family: ta-oonishi, sans-serif;
	font-style: normal;
	font-weight: 300;
}
#main_img_wrap .img_main {
	width: 46%;
}
	

/* title
---------------------------------------------------------- */
h2.tit_h2 {
	font-size: 24px;
	line-height:1.6;
	margin-bottom: 10px;
	text-align: center;
	color: #37952F;
	font-family: ta-oonishi, sans-serif;
	font-style: normal;
	font-weight: 300;
	border: solid 2px #37952F!important;
	padding:0 20px;
	display: inline-block;
	box-shadow: 0 10px 0px 0 rgb(55, 149, 47,0.1);
	background-color: #fff;
}
.page_index h2.tit_h2 {
	text-align: left;
}
	
/* title
---------------------------------------------------------- */

	
a.btn--green.btn--border-groove {
  font-size: 2.5rem;
	margin-right: auto;
	margin-left: auto;
	width:300px;
	background-color: #4682b4;
	color:#ffffff;
	display: block;
}

header #h_top .h_top_logo {
    float: left;
    font-size: 22px!important;
	margin:0 0 0 -15px;
}

a.btn--red.btn--cubic {
	color:#ffffff!important;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}
		
	
.btn,
a.btn,
button.btn {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 0.5rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
}
a.btn--green.btn--border-groove {
  font-size: 2.5rem;
	margin-right: auto;
	margin-left: auto;
	width:400px;
	background-color: #70CC33;
	color:#ffffff;
	display: block;
}
a.btn--green.btn--border-groove:hover {
	color:#70CC33!important;
}	
	
a.btn--red.btn--cubic {
	color:#ffffff!important;
}
	
	
.btn_sty {
	background:#37952F;
	color: #FFFFFF;
	text-align: center;
	display: block;
	max-width: 330px;
	width: 70%;
	padding: 10px 10px;
	font-size: 18px!important;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
}
.btn_sty:hover {
	background: #058350;
	color: #ffffff!important;
}
.btn_sty_b {
	background: #0599d9;
	color: #FFFFFF;
	text-align: center;
	display: block;
	max-width: 330px;
	width: 70%;
	padding: 10px 10px;
	font-size: 18px!important;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	font-weight:900;
}
.btn_sty_b:hover {
	background: #023067;
	color: #FFFFFF!important;
}


#main_img_wrap .main_img {
	padding-top: 300px!important;
}
#main_img_wrap .txt_main {
	width:100%;
	background-color: #fff;
	opacity: 0.75;
	height:140px!important;
}
#main_img_wrap .txt_main_txt {
	width:100%;
	height:90px!important;
	font-size: 20px;
	color:#37952F;
	padding: 0 10px;
	text-align: left!important;
    line-height: 1.6;
	
}

	
/* box
---------------------------------------------------------- */
#about{
	height:auto;
	clear: both;
	width:100%;
	padding: 20px 0 0 0;
}
#service{
	xxxheight:auto;
	clear: both;
	width:100%;
	padding: 20px 0 0 0;
}
#aisatu{
	background:url(common/images/index/bg_green.png) no-repeat;
	background-position: center center;
	height:auto;
	margin: 40px 0 40px 0;
	padding:0;
}	

h3{
	font-size: 18px;
	font-weight: 500;
}

	
/* table
---------------------------------------------------------- */
.tb_style {
	margin-bottom:30px;
	border-right: solid 0px #fff;
}	

.tb_style td {
	border-bottom: solid 1px #ccc;
	border-left: solid 0px #ccc;
	padding: 5px 5px;
	box-sizing: border-box;
	background-color: #fff;
	width:100%;
	float:left;
	margin-bottom:20px;
}
.tb_style th {
	border-bottom: solid 2px #37952F;
	border-left: solid 0px #ccc;
	padding: 5px 5px;
	box-sizing: border-box;
	background-color: #fff;
	width:100%;
	float:left;
	text-align: left;
}

.tb_style_hyo {
	margin-bottom:30px;
	border-right: solid 0px #fff;
}	

.tb_style_hyo td {
	border-bottom: solid 1px #ccc;
	border-left: solid 0px #ccc;
	padding: 5px 5px;
	box-sizing: border-box;
	background-color: #fff;
	width:100%;
	float:left;
}
.tb_style_hyo th {
	border-bottom: solid 2px #37952F;
	border-left: solid 0px #ccc;
	padding: 5px 5px;
	box-sizing: border-box;
	background-color: #fff;
	width:100%;
	float:left;
	text-align: left;
}

	
/* aisatu
---------------------------------------------------------- */
.aisatu{
	width:100%;
	margin-bottom:20px;
}
.aisatu_img{
	margin-right:0;
	width:100%;
}
.aisatu_img img{
	width:100%;
	margin-top:20px;
}
.aisatu_txt{
	background-color: #fff;
	padding:0 20px;
	width:100%;
	left:0px;
	top:0px;
}
.aisatu_txt .aisatu_name{
	text-align: right;
	padding:0 20px;
}
.daihyo{
	text-align: right;
	font-size: 150%;
	padding:0 20px;
}
	

/* company
---------------------------------------------------------- */
#company .tit_h2 h2{
	text-align: center;
}
.company_box{
	margin-right:auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.company_txt{
	margin:0;
	font-size: 16px;
	padding-bottom:20px;
	clear: both;/*要素の打ち消し */
}
.company_txt h3{
	font-size: 24px;
}
.company_txt p{
	padding-top:0;
}
.company_map{
	width:100%;
	margin-bottom:20px;
	clear: both;/*要素の打ち消し */
}
.company_img-1{
	width:100%;
}	
.company_img{
	width:100%;
	box-shadow: -20px 40px 0px 0 rgb(55 149 47 / 10%);
}
.company_img img{
	width:100%;
	box-shadow: -20px 40px 0px 0 rgb(55 149 47 / 10%);
}
	
/* saiyo
---------------------------------------------------------- */
#saiyo{
	width:100%;
	opacity: 0.7;
	padding-top:0px;
	padding-bottom:20px;
	margin-bottom:10px;
}	
	
/* saiyo_toi
---------------------------------------------------------- */
#saiyo_toi .tit_h2 h2{
	text-align: left;
    font-size: 24px!important;
}

#saiyo_toi {
    padding-top:20px;
	padding-bottom:40px;
}
	
.saiyo_toi{
	width:100%;
	margin-top: 20px;
	overflow: hidden;
	background-color: #fff;
	padding:0;
}
.tel_fax{
	float: left;
	margin-right:0!important;
	width:100%;
	overflow: unset;
	margin-bottom:15px;
	border-right: solid 0 #fff!important;
}
.tel_fax img{
	float: left;
	width:50px;
	margin:15px 10px auto 0;
	border-right: solid 0 #fff!important;
}
.tel_fax p{
	float: left;
	overflow: unset;
	font-size: 24px;
	font-weight: 900;
	line-height:1.2em;
	margin-top:0!important; 
	border: solid 0 #fff!important;
}

.tel_fax .tanto{
	font-size: 16px;
	font-weight: 300;
}
	
	
.saiyo_toi #btn{
	float: left;
	width:100%;
	padding-bottom: 0;
}
.saiyo_toi #btn img{
	float: left;
	width:50px;
	margin:0;
}
.saiyo_toi .btn_sty {
	float: left;
	background:#fff;
	border: solid 0.5px #37952F;
	color: #37952F;
	text-align: center;
	display: block;
	padding: 10px 20px;
	font-size: 14px;
	box-sizing: border-box;
	width:180px;
}
		
.saiyo_toi .btn_sty {
	float: left;
	background:#fff;
	border: solid 1px #37952F;
	color: #37952F;
	text-align: center;
	display: block;
	padding: 10px 10px;
	font-size: 16px!important;
	box-sizing: border-box;
	width:100%;
}
.saiyo_toi .txt_c_btn {
    text-align: center !important;
    display: table-cell;
    vertical-align: middle;
	width:200px!important;
	margin-left:10px;
}
.saiyo_toi .btn_sty:hover {
	background: #058350;
	color: #ffffff!important;
}
.saiyo_toi .btn_sty_b {
	background: #0599d9;
	color: #FFFFFF;
	text-align: center;
	display: block;
	width: 70%;
	padding: 10px 10px;
	font-size: 18px;
	box-sizing: border-box;
	font-weight:900;
}
.saiyo_toi .btn_sty_b:hover {
	background: #023067;
	color: #FFFFFF!important;
}
.saiyo_toi .txt_link a {
	text-decoration: underline;
}	
	


	
.gaiyo{
	width:100%;
}
.gaiyo img{
	object-fit: cover;
}
.gaiyo h1{
	margin:0 20px 10px 20px;
	padding-top:10px;
	font-size:20px;
	font-weight:800;
}
.gaiyo p{
	margin:0 15px;
	padding-bottom:10px;
	font-size:16px;
	min-height:80px;
}

	

.voice img{
	width:100%;
}
.voice h1{
	margin:0 0 0 0;
	padding-top:10px;
	font-size:20px;
	font-weight:800;
}
.voice p{
	margin:0 0 0 0;
	padding-bottom:10px;
	padding-top:0;
	font-size:16px;
}

	
/* スライド
---------------------------------------------------------- */
/* 全体のスタイル */
.swiper-wrapper {
	width: 100%;
	xxxheight: 400px!important;
	height: 100%!important;
}
/* 全スライド共通スタイル */
.swiper-slide {
	color: #ffffff;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 370px;
}
/* 4の倍数＋1枚目のスライドのスタイル（1枚目、5枚目…） */
.swiper-slide:nth-child(4n+1) {
	background-color: #fff;
}
/* 4の倍数＋2枚目のスライドのスタイル（2枚目、6枚目…） */
.swiper-slide:nth-child(4n+2) {
	background-color: #fff;
}
/* 4の倍数＋3枚目のスライドのスタイル（3枚目、7枚目…） */
.swiper-slide:nth-child(4n+3) {
	background-color: #fff;
}
/* 4の倍数＋4枚目のスライドのスタイル（4枚目、8枚目…） */
.swiper-slide:nth-child(4n+4) {
	background-color: #fff;
}


/* Swiperの親要素 */
.swiper-parent {

}
/* Swiper本体 */
.swiper-container {
	width: calc(100%);	/* ☆前・次ページボタンの幅をそれぞれ50pxとして、その分を引く */
	box-sizing: content-box;
}
/* 前・次スライドボタンの縦位置調整（スライドの高さの中央に合わせる） */
.swiper-button-prev, .swiper-button-next {
	top: calc((100% - 50px) * 0.5);	/* ☆★ページネーション・スクロールバー（50px）を除く縦位置の中央（＝スライドの高さの中央）に一旦配置 */
}

	
	
/* footer 
---------------------------------------------------------- */
footer {
	text-align: center;
	height: 80px;
	background-color: rgba(55,149,47,10%);
	margin-bottom:0;
	float:left;
	width:100%;
	color:#37952F;
	line-height: 80px;
}
footer a,a:hover{
	color:#37952F;
}	
	

	
/* @media screen and (max-width:560px) {
	
#service {
    background: no-repeat;
    clear: both;
    width: 100%;
}

} */

}/* end-768 */

@media screen and (max-width:420px) {
	

#service{
	background:url(common/images/index/bg_green.png) no-repeat;
	background-position: center center;
	height:1000px!important;
}
	
    #main_img_wrap .txt_main_txt {
        font-size: 16px;
    }

    .swiper-wrapper {
        width: 100%;
        xxxheight: 850px !important;
		height: auto!important;
    }
	
}