@charset "utf-8";
/* CSS Document */
/*共通*/
html {
	/*スクロールがカクつくため削除*/
  /*scroll-behavior: smooth;*/
}
body {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #108361;
  font-weight: bold;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
	color: #303030;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
h1 {
  background-color: #f1bc4a;
  color: #ffffff;
  font-size: 3em;
  text-align: center;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  font-weight: bold;
  font-size: 2.5em;
  margin-bottom: 1em;
}
h2 {
  color: #212121;
  font-size: 1.8em;
  /*background-image: url("../img/h3_bd.png");
  background-repeat: no-repeat;
  background-position: bottom;*/
 /* background-size: contain;*/
  width: 100%;
  text-align: center;
  font-weight: bold;
 /* padding-bottom: 0.3em;*/
}
.h2_bg{
	display: block;
	width: 100%;
	height: 3px;
	padding-bottom: 0.3em;
  background: rgb(255,240,178);
  background: linear-gradient(90deg, rgba(255,240,178,1) 0%, rgba(255,217,65,1) 50%, rgba(255,243,194,1) 100%, rgba(241,188,74,1) 5240%);
}
h3 {
  color: #108361;
  font-size: 2.25em;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 1em;
  margin-right: auto;
  margin-left: auto;
}
p {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2em;
}
a {
  outline: none;
}
a img {
  outline: none;
}
section {
  padding-bottom: 5em;
}

ol, ul, dl{
  margin-top: 20px;
}

#sec02,#sec03{
	background-color: #fff;
}

/*header*/
header {
  max-height: 60px;
  height: 20vh;
	width: 100%;
	background-color: #fff;
	position: fixed;
	z-index: 10;
}
header .container, header .row {
  height: 100%;
}
.header_box {
  display: flex;
  height: 100%;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
}
header .logo_box {
  height: 100%;
  display: block;
  max-height: 80px;
  display: flex;
  width: auto;
  /*justify-content: flex-end;*/
  flex-wrap: nowrap;
  margin-bottom: 0;
  align-items: center;
  margin-right: 0;
  margin-left: 0;
}
header .logo_box img {
  height: 80%;
  max-height: 80px;
  width: auto;
  object-fit: contain;
  /*margin-right: 0;
  margin-left: auto;*/
  align-items: center;
  margin-right: 0;
  margin-left: 0;
}
.comp_name {
  font-size: 1.3em;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 10px;
	color: #fdba2b;
}
.memu_box {
  height: 100%;
}
.menu_box #header_menu {
  height: 100%;
}
#header_menu ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
}
#header_menu ul li {
  list-style: none;
}
#header_menu ul li a{
	color: #ebb748;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1em;
}
#header_menu ul li a:hover{
	color: #ebb748;;
}
.hamburger_menu {
  display: none;
}

.in_top_image{
  position:absolute;
  font-size: 2em;
  /* max-width:1200px; */
  text-shadow:3px 3px 5px #303030;
  color:white;
  top:80px;
  padding:40px 15vw;
  width:100%;

}
.catchcopy{
  width: 100%;

}
.sub_catchcopy{
  padding: 30vh 0;
  width: 100%;
  text-align: right;
}

/*#sec01*/
#sec01 {
  width: 100%;
  /*height: 60vh;*/
  /*height: 100vh;*/
	height: 80vh;
  /*position: fixed;*/
	z-index: -2;
	padding-bottom: 0;
}
.main_img {
  width: 100%;
  height: 100%;
  position: relative;
}
.main_img p {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.main_img p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mb_img{
	display: none;
}
.main_coment {
  position: absolute;
  bottom: 7%;
  right: 10%;
  width: auto !important;
  height: auto !important;
  font-size: 1.23em;
  color: hsl(0, 0%, 27%);
  text-shadow: 3px 5px 5px #8a8a8a;
}
/*#sec_brank*/
#sec_brank{
	width: 100%;
	/*height: 100vh;*/
	/*height: 80vh;*/
	display: none;
	padding-bottom: 0;
}

/*#sec02*/
.consept {
  margin-bottom: 2em;
}
.link_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
  flex-wrap: wrap;
}
.link_box {
  width: 100%;
  margin-bottom: 2em;
  height: auto;
}
.link_box p {
  margin: 0;
}
.link_box .img_box {
  position: relative;
  width: 100%;
  margin-bottom: 1em;
  height: 70%;
}
.img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img_box p {
  color: #ffffff;
  font-size: 1.88em;
  background-color: rgba(41, 41, 41, 0.5);
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 41%;
}
.link_box .consept_box{
	background-color: #55d2ad;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
	height: 200px;
	width: 200px;
	margin-bottom: 3em;
}
.consept_box i{
	font-size: 5em;
	color: #fff;
}
.consept_box p{
top: 87%;
	left:-5%;
background-color: rgba(16,131,97,0.6);
	width: 225px;
	height: auto

}
.consept_wrap{
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-items: center;
	flex-wrap: nowrap;
}
.consept_wrap .consept_title{
  color: #ffffff;
  font-size: 1.88em;
  width: 260px;
  text-align: center;
  position: absolute;
  left: 0;
top: 44%;
background-color: rgba(16,131,97,0.6);
	margin-left: 1em;
	margin-right: 1em;
}

/*img_xext_box*/

.img_text_box{

}
.img_text_box img{
	float: left;
width: 45%;
}
.img_text_box p{
	float: right;
width: 45%;
}
/* 代表者挨拶 */
.img_text_box2{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* align-items: flex-start; */

}

.img_text_box2 img{
  width: 45%;
  height: auto;
}
.img_text_box2_p{
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: stretch;

}
.ceo__wrapper{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap:10px;
  padding-top: 6.63px;
}
.ceo__wrapper span{
  text-align: right;
}
.ceo__img img{
  width:120px;
  height: auto;
}

/*#sec_flow*/
#sec_flow{

}
.flow_container{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.flow_box{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: nowrap;
		margin-bottom: 3em;

}
.flow{
	padding-top:1em;
	padding-bottom: 1em;
	background-color: #55d2ad;
	width: 100%;
border: 1px solid #108361;
margin-right: 10px;
height: 200px;
	margin-left: -15px;
}
.flow h4{
	color: #fff;
	text-align: center;
}
.flow p{
	color: #fff;
	text-align: center;
}
.cursol{
  border-top-width: 100px;
border-top-style: solid;
border-top-color: transparent;
border-bottom-width: 100px;
border-bottom-style: solid;
border-bottom-color: transparent;
border-left-width: 56px;
border-left-style: solid;
border-left-color: #d1d1d1;
margin-top: 0px;
margin-right: auto;
display: block;
}




/*#sec03*/
.title_box {
  margin-bottom: 2.5em;
}
.table_wrap table tr {
  display: flex;
}
.table_wrap table tr th {
  background-color: #f1bc4a;
  color: #ffffff;
  /*border-top: solid 1px #474559;*/
  /*border-top: solid 1px #474559;
  border-left: solid 1px #474559;*/
  /*border-bottom: solid 1px #e91e63;*/
  border-top: solid 1px #ffdf9b;
  border-left: solid 1px #ffdf9b;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  text-align: center;
  position: revert;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table_wrap table tr td {
  background-color: #fff;
  border-top: solid 1px #ffdf9b;
  border-right: solid 1px #ffdf9b;
  /*border-bottom: solid 1px #e91e63;*/
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 2em;
  display: flex;
  align-items: center;
}
.table_wrap table tr:last-child th {
  border-bottom: solid 1px #ffdf9b;
}
.table_wrap table tr:last-child td {
  border-bottom: solid 1px #ffdf9b;
}
/*sec04*/
#sec04{
	padding-top: 5em;
	background-color: rgba(255,223,155);
}
.map_wrap{
	filter: drop-shadow(10px 10px 5px rgba(0, 0, 0,0.5));
}


/*footer*/
footer {
  /*background-color: #dbdbdb;
  border-top: 1px solid #474559;*/
  background-color: #ebb748;
  border-top: 1px solid #ffdf9b;
}
.foot_wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.foot_wrap .foot_logo {
  margin-top: 1em;
  margin-bottom: 1em;
  width: 100%;
  height: 100%;
	/*display: flex;
	justify-content: center;*/
}
.foot_wrap .foot_logo img {
  width: 25%;
  height: auto;
	display: block;
	margin: 0 auto;
}
.foot_wrap .foot_text {
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}
/*#to_top*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 15px;
  width: 20%;
  min-width: 80px;
}
.pagetop a {
  display: block;
  /*background-color: #ccc;*/
  /*text-align: center;*/
  /*color: #222;*/
  text-align: right;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
  border: none;
  /*filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;*/
}
.pagetop a i{
	font-size: 5em;
	color: #FF6C00;
}
/*.pagetop a img {
  width: 13vw;
  width: 30%;
  min-width: 50px;
  height: auto;
}*/
/*レスポンシブ*/
/*768px以上*/
@media screen and (min-width: 768px) {}
/* 575px未満 */
@media screen and (max-width: 575px){
  .sp-wrapper{
    margin: 0 15px;
  }
}
/*768px未満*/
@media screen and (max-width: 768px) {
  .header_box {
    justify-content: flex-start;
  }
  .comp_name {
    font-size: 1em;
  }
  .menu_box {
    display: none;
  }
  #header_menu {
    display: none;
  }
  .hamburger_menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    width: auto;
  }
  header nav {
    position: fixed;
    width: 300px;
    top: 0;
    right: -300px;
    background-color: rgba(226, 144, 21, 0.7);
    height: 100vh;
    padding-top: 4em;
    z-index: 1;
  }
  header nav ul {
    margin-top: 60px;
  }
  header nav ul li {
    width: 100%;
    height: 4em;
    display: flex;
    align-items: center;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  header nav ul li a {
    color: #ffffff;
    padding-left: 20px;
    display: block;
    width: 100%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    align-items: center;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
	}header nav ul li a:hover{
		color: #55d2ad;
	}
  header .btn-gnavi {
    position: fixed;
    /*    top: 20px;*/
    /*right: 20px;*/
    width: 50px;
    height: 24px;
    z-index: 3;
    cursor: pointer;
    margin: 0;
  }
  header .btn-gnavi .open_span {
    font-size: 0.9em;
    color: #000;
    position: absolute;
    width: auto;
    height: auto;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    z-index: 100;
  }
  header .btn-gnavi .close_span {
    color: #fff;
    display: none;
    -webkit-transition: all 400ms;
    transition: all 400ms
  }
  /* header .btn-gnavi span:nth-child(1) {
    top: 0;
  }
  header .btn-gnavi span:nth-child(2) {
    top: 10px;
  }
  header .btn-gnavi span:nth-child(3) {
    top: 20px;
  }*/
  header .btn-gnavi.hb-open .open_span {
    display: none;
    /* transform: rotate(180deg);
    -webkit-transform: rotate(180deg);*/
  }
  header .btn-gnavi.hb-open .close_span {
    font-size: 0.9em;
    display: block;
    position: absolute;
    width: auto;
    height: 50px;
    border-radius: 10px;
  }
  /* header .btn-gnavi.hb-open span:nth-child(1) {
    width: 24px;
    transform: translate(-7px, 17px) rotate(45deg);
    -webkit-transform: translate(-7px, 17px) rotate(45deg);
  }
  header .btn-gnavi.hb-open span:nth-child(3) {
    width: 24px;
    transform: translate(-7px, -17px) rotate(-45deg);
    -webkit-transform: translate(-7px, -17px) rotate(-45deg);
  }*/
	.pc_img{
	display: none;
	}
	.mb_img{
		display: block;
	}
  .link_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .in_top_image{
    font-size:1.3em;
    padding-top:10vh;
    width:100%;
    padding: 10vh 20px 20px;
  }

  .sub_catchcopy{
    padding: 10vh 0;

  }


	.img_text_box img{
	float: none;
width: 100%;
		margin-bottom: 1em;
}
.img_text_box p{
	float: none;
width: 100%;
}
.img_text_box2 {
  display: flex;
  flex-wrap: wrap;
}
.img_text_box2 img{
  width: 100%;
  margin-bottom: 1em;
}
.img_text_box2_p{
  width: 100%;
}
.ceo__img img{
  width:100px;
  height: auto;
  margin-bottom: 0;
}
.flow_box{
	flex-direction: column;
	margin-bottom: 0;
	}
	.flow{
		margin: auto;
		margin-bottom: 1em;;
	}

.cursol{
  border-top: 50px solid #d1d1d1;
border-right: 130px solid transparent;
border-left: 130px solid transparent;
width: 230px;
margin-left: auto;
margin-right: auto;
margin-bottom: -5em;
	}

}