@charset "utf-8";
/* CSS Document */
.mv__ttl__sub {
  font-size: 2.3rem;
  font-weight: 600
}
.ttl__style__01 {
  font-size: 2.4rem;
  font-weight: 700
}
.ttl__style__02 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 3px;
}
.ttl__style__03 {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 2px;
}
.ttl__style__04 {
  font-size: 2.8rem;
  font-weight: 600
}
.lead__style__01 {
  font-size: 1.6rem;
  font-weight: 500
}
.lead__style__02 {
  font-size: 1.4rem;
  font-weight: 500
}
.lead__style__03 {
  font-size: 1.3rem;
  font-weight: 600
}
.sub__mv__ttl {
  font-size: 4.0rem;
  font-weight: 600;
  letter-spacing: 7px;
  color: #74bc0d;
  line-height: 1.4
}
.sub__mv__ttl02 {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 2px
}
.ttl__style__05 {}
.ttl__style__06 {
  font-size: 1.6rem;
  font-weight: 600
}
.lead__style__04 {
  font-size: 2.0rem;
  font-weight: 600
}
.lead__style__05 {
  font-size: 4.0rem;
  font-weight: 600
}
.lead__style__06 {
  font-size: 2.2rem;
  font-weight: 600
}
.lead__style__07 {
  font-size: 2.4rem;
  font-weight: 600
}
.lead__style__08 {
  font-size: 1.0rem;
  font-weight: 600
}
.lead__style__09 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .ttl__style__03 {
    font-size: 2.6rem;
  }
  .ttl__style__04 {
    font-size: 2.3rem;
  }
  .ttl__style__01 {
    font-size: 2.0rem;
  }
  .mv__ttl__sub {
    font-size: 2.0rem;
  }
  .ttl__style__02 {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .lead__style__01 {
    font-size: 1.6rem;
    line-height: 1.6
  }
  .ttl__style__05 {}
  .sub__mv__ttl {
    font-size: 2.0rem;
  }
  .lead__style__05 {
    font-size: 2.0rem;
  }
  .lead__style__07 {
    font-size: 2.2rem;
  }
  .lead__style__06 {
    font-size: 2.0rem;
  }
  .lead__style__04 {
    font-size: 1.8rem;
  }
  .lead__style__09 {
    font-size: 1.7rem;
  }
  .sub__mv__ttl02 {
    font-size: 1.6rem;
  }
}
/* トップページ */
.mv__wrap {
  background: url(../images/img_mv.png) no-repeat right top;
  background-size: 76% auto;
  padding: 18vw 0 48vw 5vw;
  position: relative
}
.mv__wrap::before {
  content: '';
  position: absolute;
  background: url("../images/img_leaf01.png") no-repeat;
  background-size: 130px 163px;
  width: 130px;
  height: 163px;
  top: 0;
  left: 0;
}
.mv__wrap::after {
  content: '';
  position: absolute;
  background: url("../images/img_leaf02.png") no-repeat;
  background-size: 449px 568px;
  width: 449px;
  height: 568px;
  bottom: -130px;
  left: 0;
}
.mv__wrap .ttl {
  margin-bottom: 25px;
  width: 60%;
}
.mv__wrap .subttl {
  /*font-size: 2.3rem;*/
  font-size: clamp(18px, 2.0vw, 30px);
  font-weight: 600;
  background: #fff;
  display: inline;
  line-height: 2.4;
  position: relative;
}
.mv__wrap .subttl::after {
  content: '';
  position: absolute;
  background: url(../images/img_ouchi-farm.png) no-repeat;
  background-size: 100% auto;
  width: 33vw;
  height: 318px;
  bottom: -380px;
  left: 0;
}
.txt__org {
  color: #f0af00
}
.top01__wrap {
  position: absolute;
  right: 5vw;
  bottom: 80px;
  border-radius: 25px;
  border: 2px solid #504434;
  background: #fefffa;
  width: calc(100% - 10vw);
  max-width: 935px;
  padding: 25px 40px;
  z-index: 10;
}
.top01__wrap .ttl__style__01 {
  background: url(../images/icon_sprout.svg) no-repeat left top 3px;
  background-size: 24px auto;
  padding-left: 30px;
  letter-spacing: 5px;
  margin-bottom: 10px;
  line-height: 1;
}
.top02__wrap {
  background: url("../images/top_line_bk.png") no-repeat bottom 110px center;
  background-size: 100% auto;
  padding-bottom: 200px;
}
.content01__items {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 100px;
}
.content01__item__txt {
  width: 46%;
  font-size: 1.8rem
}
.content01__item__img {
  width: 48%;
}
.txt__brw {
  color: #504434;
}
.txt__grn {
  color: #74bc0d;
}
.txt__wht {
  color: #fff;
}
.content01__item__txt .ttl__style__03 {
  margin-bottom: 30px;
}
.top03__wrap {
  background: url("../images/top_bk01.jpg") repeat top center;
  padding: 140px 0;
  text-align: center;
  position: relative;
}
.top03__wrap::before {
  background: url("../images/bk01.png") no-repeat;
  background-size: 156px 243px;
  content: '';
  position: absolute;
  left: 0;
  top: 123px;
  width: 192px;
  height: 243px;
}
.top03__wrap::after {
  background: url("../images/bk02.png") no-repeat;
  background-size: 207px 200px;
  content: '';
  position: absolute;
  right: 48px;
  top: 54px;
  width: 207px;
  height: 200px;
}
/*.top03__wrap .outer{
	position: relative;
}
.top03__wrap .outer::before{
	background: url("../images/bk03.png") no-repeat;
	background-size: 288px 246px;
	content: '';
	position: absolute;
	left: -35px;
	bottom:-100px;
	width: 288px;
	height: 246px;
}*/
.content02__items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 160px;
  grid-row-gap: 40px;
}
.content02__item {
  width: 48%;
  border-radius: 25px;
  background: #fff;
  text-align: left;
  border: 8px solid #cfe5af;
  padding: 28px 35px 38px 35px;
  min-height: 340px;
}
.content02__item:nth-child(even) {}
.content02__item:nth-child(odd) {
  margin-top: -80px;
}
.top03__wrap .ttl__style__04, .about_device02__wrap .ttl__style__04 {
  padding-left: 60px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  background-image: linear-gradient(to right, #74bc0d, #74bc0d 4px, transparent 4px, transparent 8px);
  background-size: 12px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  position: relative;
}
.top03__wrap .ttl__style__04::before, .about_device02__wrap .ttl__style__04::before {
  background: url("../images/icon_sprout_ttl.svg") no-repeat left bottom;
  background-size: 47px 61px;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 47px;
  height: 61px;
}
.content02__items__sub {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.content02__item__txt {
  width: 58%;
}
.content02__item__img {
  width: 37%;
}
.top04__items {
  display: flex;
  width: 100%;
  font-size: 1.8rem;
}
.top04__item {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.top04__item:first-child {
  background: #fcface;
  padding: 80px 7% 80px 8%;
}
.top04__item:last-child {
  background: #e7f4d4;
  padding: 80px 8% 80px 7%;
}
.top04__wrap .ttl__style__01 {
  letter-spacing: 3px;
}
.top04__wrap figure {
  margin-top: 25px;
}
.top04__wrap h4.ttl__style__01 {
  margin-top: 30px;
}
.top04__wrap .ttl__style__02 {
  position: relative;
  display: inline-block;
  padding: 0 15px;
}
.top04__wrap .ttl__style__02::before, .top04__wrap .ttl__style__02::after {
  position: absolute;
  top: 0.8rem;
  height: 1.8rem;
  content: '';
}
.top04__wrap .ttl__style__02::before {
  border-left: solid 2px;
  left: 0;
  transform: rotate(-30deg);
}
.top04__wrap .ttl__style__02::after {
  border-right: solid 2px;
  right: 0;
  transform: rotate(30deg);
}
.top04__wrap li {
  list-style: disc;
  margin-left: 30px;
}
.btn__01 {
  padding-top: 50px;
  margin-top: auto;
  text-align: center;
}
.btn__01 a {
  padding: 15px;
  font-size: 2.0rem;
  border: 1px solid #87c929;
  display: inline-block;
  width: 100%;
  max-width: 425px;
  background: url("../images/arrow01.jpg") no-repeat right 30px center #fff;
  background-size: 20px auto;
  border-radius: 100px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
}
.top05__wrap {
  padding: 120px 0;
}
.wht__box01__items {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 40px;
}
.wht__box01__item {
  width: 31%;
  background: #fff;
  border-radius: 25px;
  padding: 30px;
  box-shadow: 4px 4px 0 rgb(244, 244, 244, 1);
}
.wht__box01__item figure {
  width: 100%;
  height: 195px;
}
.wht__box01__item figure img {
  width: 100%;
  height: 195px;
  overflow: hidden;
  border-radius: 20px;
}
.tab__org {
  background: #f0af00;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-radius: 50px;
  width: 135px;
  margin: 0 auto -13px auto;
  position: relative;
}
.top05__wrap .ttl__style__02 {
  margin: 20px 0 10px 0;
}
.wht__box01__item a {
  text-align: right;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
.top07__wrap {
  background: url(../images/top_bk01.jpg) repeat top center;
  padding: 140px 5%;
  text-align: center;
}
.wht__box02__items {
  display: flex;
  width: 100%;
  margin-top: 80px;
  flex-wrap: wrap;
  grid-row-gap: 30px;
  grid-column-gap: 45px;
}
.wht__box02__item {
  width: 220px;
  background: #fff;
  border-radius: 20px;
  padding: 0px 20px 20px 20px;
  position: relative;
}
.wht__box02__item::after {
  content: '';
  position: absolute;
  background: url("../images/arrow03.png") no-repeat;
  background-size: 12px 20px;
  width: 12px;
  height: 20px;
  right: -30px;
  top: calc(50% - 10px);
}
.wht__box02__item:last-child::after {
  display: none;
}
.wht__box02__item .tab__org {
  width: 120px;
  margin-bottom: 0;
  margin-top: -14px;
  padding: 3px;
}
.wht__box02__item figure {
  padding-top: 20px;
  margin-bottom: 5px;
}
.wht__box02__item .lead__style__02 {
  text-align: left;
  margin-top: 5px;
  line-height: 1.4
}
@media only screen and (max-width: 768px) {
  .mv__wrap {
    /*background: url(../images/img_mv_sp.jpg) no-repeat right top;
  background-size: auto 100%;*/
    background: none;
    padding: 0;
  }
  .mv__wrap::before {
    display: none;
  }
  .mv__wrap::after {
    content: '';
    position: absolute;
    background: url(../images/img_leaf02.png) no-repeat left bottom;
    background-size: 60% auto;
    width: 100%;
    bottom: -130px;
    z-index: -1;
  }
  .mv__wrap .ttl {
    margin-bottom: 12px;
    width: 55%;
  }
  .mv__wrap .subttl {
    /*font-size: 1.6rem;*/
    font-size: 3vw;
    line-height: 1.6;
  }
  .mv__wrap .subttl::after {
    display: none;
  }
  .txt_sp {
    position: absolute;
    left: 7%;
    top: 22vw;
    width: 100%;
  }
  .top01__wrap {
    margin: 20px auto 0 auto;
    border-radius: 15px;
    width: 86%;
    padding: 20px;
    line-height: 1.4;
    position: relative;
    right: inherit;
    bottom: inherit;
  }
  .top02__wrap {
    background: url("../images/top_line_bk.png") no-repeat bottom 110px center;
    background-size: 100% auto;
    padding-bottom: 60px;
  }
  .content01__items {
    flex-wrap: wrap;
    grid-row-gap: 30px;
    margin-top: 40px;
  }
  .content01__item__txt {
    width: 100%;
    font-size: 1.5rem
  }
  .content01__item__img {
    width: 100%;
  }
  .content01__item__txt .ttl__style__03 {
    margin-bottom: 20px;
  }
  .top03__wrap {
    padding: 60px 0;
  }
  .top03__wrap::before {
    background: url("../images/bk01.png") no-repeat;
    background-size: 78px 121px;
    left: 0;
    top: -14px;
    width: 78px;
    height: 121px;
  }
  .top03__wrap::after {
    background: url("../images/bk02.png") no-repeat;
    background-size: 103px 100px;
    right: -8px;
    top: 8px;
    width: 103px;
    height: 100px;
  }
  /*.top03__wrap .outer{
	position: relative;
}
.top03__wrap .outer::before{
	background: url("../images/bk03.png") no-repeat;
	background-size: 288px 246px;
	content: '';
	position: absolute;
	left: -35px;
	bottom:-100px;
	width: 288px;
	height: 246px;
}*/
  .content02__items {
    margin-top: 40px;
    grid-row-gap: 40px;
  }
  .content02__item {
    width: 100%;
    border-radius: 15px;
    border: 6px solid #cfe5af;
    padding: 20px;
    min-height: inherit;
  }
  .content02__item:nth-child(even) {}
  .content02__item:nth-child(odd) {
    margin-top: 0px;
  }
  .top03__wrap .ttl__style__04, .about_device02__wrap .ttl__style__04 {
    padding-left: 30px;
    padding-bottom: 5px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .top03__wrap .ttl__style__04::before, .about_device02__wrap .ttl__style__04::before {
    background: url("../images/icon_sprout_ttl.svg") no-repeat left bottom;
    background-size: 28px 35px;
    width: 28px;
    height: 35px;
  }
  .content02__items__sub {
    grid-row-gap: 30px;
  }
  .content02__item__txt {
    width: 100%;
  }
  .content02__item__img {
    width: 100%;
    text-align: center
  }
  .top04__items {
    flex-wrap: wrap;
    font-size: 1.6rem;
  }
  .top04__item {
    width: 100%;
  }
  .top04__item:first-child, .top04__item:last-child {
    padding: 60px 7%;
  }
  .top04__wrap h4.ttl__style__01 {
    margin-top: 20px;
  }
  .btn__01 {
    padding-top: 40px;
  }
  .btn__01 a {
    padding: 10px;
    font-size: 1.7rem;
    width: 90%;
    background: url("../images/arrow01.jpg") no-repeat right 20px center #fff;
    background-size: 20px auto;
    letter-spacing: 2px;
  }
  .top05__wrap {
    padding: 60px 0;
  }
  .wht__box01__items {
    margin-top: 40px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    grid-row-gap: 40px
  }
  .wht__box01__item {
    width: 100%;
    border-radius: 20px;
    padding: 20px;
  }
  .top05__wrap .ttl__style__02 {
    margin: 15px 0 5px 0;
  }
  .wht__box01__item a {}
  .top07__wrap {
    padding: 60px 0;
  }
  .wht__box02__items {
    margin-top: 40px;
    grid-row-gap: 65px;
    justify-content: center;
  }
  .wht__box02__item {
    width: 80%;
  }
  .wht__box02__item::after {
    transform: rotate(90deg);
    right: calc(50% - 10px);
    top: inherit;
    bottom: -40px;
  }
}
/* FOOTER */
.contact__wrap {
  background: url("../images/contact_bk.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #ccc;
  padding: 100px 7% 90px 7%;
  margin-top: 200px;
}
.contact__items {
  display: flex;
  grid-column-gap: 65px;
  justify-content: center;
  margin-top: 45px;
  align-items: center;
}
.contact__items .btn__01 {
  padding-top: 0px;
}
.contact__items .btn__01 a {
  color: #504434;
  max-width: inherit;
  padding: 15px 4.2vw;
}
.contact__item__txt {
  font-weight: 700;
  color: #fff;
}
.contact__item__txt a {
  background: url(../images/icon_phone.svg) no-repeat left center;
  background-size: 32px 44px;
  white-space: nowrap;
  min-height: 44px;
  line-height: 44px;
  font-size: 4.8rem;
  font-weight: 800;
  padding-left: 45px;
  letter-spacing: 6px;
}
footer {
  padding: 40px 5%;
  width: 100%;
}
address {
  font-size: 1.2rem;
  color: #929292;
}
.footer__items {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
.maeda {
  margin-top: 20px;
  background: url("../images/logo_maeda-housing.jpg") no-repeat left top;
  background-size: 90px auto;
  padding-left: 100px;
  display: inline-block
}
.footer__item__link {
  text-align: right;
}
.footer__item__link ul {
  display: flex;
  font-size: 1.5rem;
  margin-bottom: 20px;
  flex-wrap: wrap;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
@media only screen and (max-width: 768px) {
  .contact__wrap {
    background: url("../images/contact_bk_sp.jpg") no-repeat center center;
    background-size: cover;
    padding: 60px 7%;
    margin-top: 60px;
  }
  .contact__items {
    flex-wrap: wrap;
    grid-row-gap: 40px;
    margin-top: 40px;
  }
  .contact__items .btn__01 a {
    padding: 15px;
    width: 100%
  }
  .contact__item__txt, .contact__item__btn {
    width: 100%
  }
  .contact__item__txt a {
    background: url(../images/icon_phone.svg) no-repeat left top 15px;
    background-size: 22px 34px;
    min-height: 34px;
    line-height: 34px;
    padding-left: 35px;
    font-size: 3.8rem;
    letter-spacing: 2px;
    margin: 15px 0;
  }
  footer {
    padding: 40px 7%;
    text-align: center;
  }
  address {}
  .footer__items {
    flex-wrap: wrap;
    justify-content: center;
    grid-row-gap: 30px;
  }
  .maeda {
    margin-top: 20px;
    background: url("../images/logo_maeda-housing.jpg") no-repeat center top;
    background-size: 90px auto;
    padding-left: 0px;
    padding-top: 30px;
    display: block;
  }
  .footer__item__link {
    text-align: center;
  }
  .footer__item__link nav {
    display: none;
  }
}
/* HEADER */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 110px;
  z-index: 99;
  transition: background 1s, color 1s;
  background-color: none;
}
main {
  margin-top: 110px;
}
.header.scroll {
  background: rgba(255, 255, 255, 0.90);
  transition: background 1s, color 1s;
}
.header_inner {
  position: relative;
}
.title {
  width: 395px;
}
@media only screen and (max-width: 930px) {
  .header {
    height: 55px;
    padding: 10px 5%;
  }
  .title {
    width: 70%;
    max-width: 390px;
  }
  .nav {
    position: fixed;
    right: -320px;
    top: 0;
    width: 300px;
    height: 100vh;
    padding-top: 60px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
  }
  .hamburger {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    text-align: center;
    padding: 0 14px;
  }
  .nav_item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
  }
  .nav_item a:hover {
    background-color: #eee;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 24px;
    height: 1px;
    background-color: #74bc0d;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 20px;
  }
  .hamburger_border_bottom {
    top: 26px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
}
@media only screen and (min-width: 931px) {
  .header_inner {
    width: 100%;
    padding: 0 3%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav_list {
    text-align: right;
  }
  .nav_list li {
    display: inline-block;
    padding-left: 20px;
    font-weight: 500;
    padding-top: 6px;
  }
  .nav_list > li:last-child a {
    background: #87c929;
    color: #fff;
    display: inline-block;
    border-radius: 100px;
    padding: 10px 28px;
    letter-spacing: 3px;
  }
  .dropdown {
    position: relative;
    display: inline-block;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    min-width: 170px;
    padding: 10px 15px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .dropdown-content li {
    display: block;
    text-align: center;
    padding: 5px 0;
    border-bottom: #ECECEC 1px solid;
    font-size: 1.4rem;
  }
  .dropdown:hover .dropdown-content {
    display: block;
  }
}
/* FADE */
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.5s;
}
.fadein.scrollin {
  opacity: 1;
  transform: translateY(0);
}
.fadein.scrollin.num01 {
  transition-delay: 0s;
}
.fadein.scrollin.num02 {
  transition-delay: 0.5s;
}
.fadein.scrollin.num03 {
  transition-delay: 1.0s;
}
.fadein.scrollin.num04 {
  transition-delay: 1.5s;
}
.fadein.scrollin.num05 {
  transition-delay: 2.0s;
}
.fadein.scrollin.num06 {
  transition-delay: 2.5s;
}
/* 下層ページ */
.mv__sub__wrap {
  background: url("../images/img_mv_sub.png") no-repeat right;
  background-size: auto 100%;
  display: flex;
  padding-left: 5%;
  flex-direction: column;
  justify-content: center;
  height: 270px;
  position: relative;
}
.mv__sub__wrap::before {
  content: '';
  position: absolute;
  background: url("../images/img_leaf_sub01.png") no-repeat;
  background-size: 87px auto;
  width: 87px;
  height: 91px;
  top: 0;
  left: 0;
}
.breadcrumb {
  background: url("../images/top_bk01.jpg") repeat;
  padding: 15px 0;
  color: #fff;
  font-weight: 500
}
.breadcrumb ul {
  display: flex;
  padding: 0 5%;
}
.breadcrumb ul li::after {
  content: ">";
  margin: 0 20px;
}
.breadcrumb ul li:last-child::after {
  content: "";
}
.space_t120 {
  margin-top: 120px;
}
.concept__wrap .ttl__style__06 {
  padding: 35px 0;
}
.concept__wrap .ttl__style__06:first-child {
  padding: 0 0 35px 0;
}
.txt__brw {
  color: #504434
}
.ttl__style__02.txt__brw, .ttl__style__03.txt__grn, .ttl__style__03.txt__org {
  text-align: center;
}
.ttl__style__03.txt__grn, .ttl__style__03.txt__org {
  margin-bottom: 70px;
}
.w900 {
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
  width: 86%;
}
.tbl__style__a {
  width: 100%;
}
.tbl__style__a th, .tbl__style__a td {
  padding: 15px 30px;
  border: #e9e9e9 1px solid;
}
.tbl__style__a th {
  width: 25%;
  background: #e7f4d4
}
.tbl__style__a td {
  width: 75%;
}
.list_num {
  margin: 0;
  padding: 0
}
.list_num li {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
table + .ttl__style__01 {
  margin-top: 70px;
  margin-bottom: 30px;
}
table a, .grn__box a {
  color: dodgerblue;
}
.seed01__wrap .ttl__style__01 {
  text-align: center;
}
.ttl__style__01 + table {
  margin-top: 30px;
}
.tbl__style__b {
  width: 100%;
}
.tbl__style__b th, .tbl__style__b td {
  padding: 15px;
  border: #e9e9e9 1px solid;
}
.tbl__style__b th {
  background: #def3c0;
  text-align: center;
  font-weight: 500;
}
.tbl__style__b tr td:nth-child(1), .tbl__style__b tr td:nth-child(4), .tbl__style__b tr td:nth-child(5) {
  background: #f2f8e9
}
.tbl__style__b tr td:nth-child(1) {
  text-align: center;
}
.tbl__style__b tr td:nth-child(2) {
  background: #fcfff8;
}
.tbl__style__b tr td.training {
  background: #e7f4d4;
}
.tbl__style__b tr td:nth-child(3) {
  background: #fff;
  width: 155px;
  text-align: center;
}
.tbl__style__b tr td:nth-child(4), .tbl__style__b tr td:nth-child(5) {
  width: 30%;
}
.about_device01__wrap, .about01__wrap {
  background: url("../images/img_leaf02.png") no-repeat left top -200px;
  background-size: 449px auto;
  padding-top: 145px;
  padding-bottom: 130px;
}
.about_device01__wrap .ttl__style__03.txt__grn {
  margin-bottom: 15px;
}
.content01__item__txt .ttl__style__02.txt__brw, .content01__item__txt .ttl__style__03.txt__grn {
  text-align: left;
}
.about_device02__wrap {
  background: url(../images/top_bk01.jpg) repeat top center;
  padding: 140px 0;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .about_device02__wrap .content02__item:nth-child(3) {
    margin-top: -25px;
  }
  .about_device02__wrap .content02__item:nth-child(5) {
    margin-top: -15vw;
  }
}
@media only screen and (min-width: 1601px) {
  .about_device02__wrap .content02__item:nth-child(3) {
    margin-top: -30px;
  }
  .about_device02__wrap .content02__item:nth-child(5) {
    margin-top: -220px;
  }
}
.wht__box03__items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  grid-gap: 75px 1.5%;
  padding-top: 25px;
}
.wht__box03__item {
  width: 15.4%;
  border-radius: 15px;
  background: #fff;
  box-shadow: 2px 2px 0 rgb(232, 232, 232, 1.0);
  padding: 0 15px 20px 15px;
  line-height: 1.4;
}
.wht__box03__item figure:nth-child(1) {
  margin-top: -25px;
  text-align: center;
}
.wht__box03__item figure:nth-child(2) {
  text-align: center;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wht__box03__item figure:nth-child(2) img {
  max-width: 73px;
  max-height: 52px;
}
.space_120 {
  padding: 120px 0;
}
.service-user01__wrap {
  background: #fdfacf;
  padding: 120px 7%;
  text-align: center;
}
.content03__items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  grid-gap: 75px 3%;
  padding-top: 34px;
}
.content03__item {
  width: 31.33%;
  background: #fff;
  padding: 0 30px 30px 30px;
  line-height: 1.6;
  font-weight: 500;
  border-radius: 25px;
  box-shadow: 4px 4px 0 rgb(244, 244, 244, 1);
}
.content03__item figure:nth-child(1) {
  margin-top: -34px;
  text-align: center;
  position: relative;
}
.content03__item figure:nth-child(2) {
  border-radius: 15px;
  overflow: hidden;
  margin: -15px 0 20px 0;
}
.service-user03__wrap, .service-user05__wrap {
  background: url("../images/top_bk01.jpg") repeat;
  text-align: center;
}
.service-user03__wrap .lead__style__06, .owner03__wrap .lead__style__06 {
  margin: 80px 0;
}
.grn__box {
  border-radius: 25px;
  background: #fff;
  text-align: left;
  border: 8px solid #cfe5af;
  padding: 28px 35px 38px 35px;
  width: 100%;
  position: relative;
}
.dotted__line {
  padding-bottom: 5px;
  margin-bottom: 15px;
  background-image: linear-gradient(to right, #74bc0d, #74bc0d 4px, transparent 4px, transparent 8px);
  background-size: 12px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  color: #74bc0d;
}
.content04__items {
  margin-top: 120px;
  display: flex;
  justify-content: center;
  column-gap: 35px;
  grid-row-gap: 45px;
  flex-wrap: wrap;
  width: 100%;
}
.content04__item {
  width: calc(calc(100% - 140px) / 5);
  border-radius: 15px;
  background: #fefffa;
  position: relative;
  padding: 15px;
  border: 2px solid #504434;
  line-height: 1.4;
}
.content04__item p:first-child {
  text-align: center;
}
.content04__item figure {
  text-align: center;
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content04__item figure img {
  max-width: 114px;
  max-height: 78px;
}
.content04__item::before {
  content: '';
  background: url("../images/icon_sprout.svg") no-repeat;
  background-size: 24px 21px;
  width: 24px;
  height: 21px;
  position: absolute;
  top: -23px;
  left: calc(50% - 12px);
}
.content04__item::after {
  content: '';
  background: url("../images/icon_arrow.png") no-repeat;
  width: 8px;
  height: 13px;
  position: absolute;
  top: calc(50% - 6.5px);
  right: -23px;
}
.content04__item:last-child::after {
  display: none;
}
.service-user05__wrap .grn__box {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.grn__box__txt {
  width: 40%;
}
.grn__box__img {
  width: 55%;
}
.service-user05__wrap .grn__box .logo {
  position: absolute;
  width: 110px;
  right: 25px;
  top: -60px;
}
.btn__grn a {
  background: #87c929;
  color: #fff;
  display: inline-block;
  border-radius: 100px;
  padding: 7px 28px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 10px;
}
.owner03__wrap {
  background: url("../images/sub_bk.jpg") repeat;
  text-align: center;
}
.grn__box.color__org {
  border-color: #ffdd82
}
.grn__box.color__org .dotted__line {
  color: #f0af00;
  background-image: linear-gradient(to right, #f0af00, #f0af00 4px, transparent 4px, transparent 8px);
}
.list_disc li {
  list-style: disc;
  margin-left: 20px;
}
.owner04__wrap .content04__item {
  width: calc(calc(100% - 175px) / 6);
}
@media only screen and (max-width: 768px) {
  .mv__sub__wrap {
    background: url("../images/img_h2_sp.jpg") no-repeat top;
    background-size: 100% auto;
    height: inherit;
    padding: 65vw 5% 20px 5%
  }
  .mv__sub__wrap::before {
    display: none
  }
  .breadcrumb {
    padding: 10px 0;
  }
  .breadcrumb ul {
    font-size: 1.2rem
  }
  .breadcrumb ul li::after {
    margin: 0 10px;
    font-size: 1.2rem
  }
  .space_t120 {
    margin-top: 60px;
  }
  .concept__wrap .ttl__style__06 {
    padding: 20px 0;
  }
  .concept__wrap .ttl__style__06:first-child {
    padding: 0 0 20px 0;
  }
  .ttl__style__03.txt__grn, .ttl__style__03.txt__org {
    margin-bottom: 30px;
  }
  .tbl__style__a th, .tbl__style__a td {
    padding: 15px 20px;
    display: block;
  }
  .tbl__style__a th, .tbl__style__a td {
    width: 100%;
  }
  table + .ttl__style__01 {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .ttl__style__01 + table {
    margin-top: 20px;
  }
  .tbl__wrap {
    width: 100%;
    overflow-x: scroll;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .tbl__style__b {
    width: 850px;
  }
  .tbl__style__b th, .tbl__style__b td {
    padding: 10px;
  }
  .about_device01__wrap, .about01__wrap {
    background: url("../images/img_leaf02.png") no-repeat left top -150px;
    background-size: 224px auto;
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .about_device02__wrap {
    padding: 60px 0;
  }
  @media only screen and (max-width: 1600px) {
    .about_device02__wrap .content02__item:nth-child(3) {
      margin-top: 0;
    }
    .about_device02__wrap .content02__item:nth-child(5) {
      margin-top: 0;
    }
  }
  .about01__wrap .outer .content01__items:first-child {
    margin-top: 0
  }
  .wht__box03__items {
    grid-gap: 50px 20px;
  }
  .wht__box03__item {
    width: calc(calc(100% - 20px) / 2);
  }
  .space_120 {
    padding: 60px 0;
  }
  .service-user01__wrap {
    padding: 60px 7%;
  }
  .content03__items {
    flex-wrap: wrap;
    grid-row-gap: 60px;
  }
  .content03__item {
    width: 100%;
    padding: 0 25px 30px 25px;
  }
  .service-user03__wrap .lead__style__06, .owner03__wrap .lead__style__06 {
    margin: 50px 0;
    font-size: 1.8rem;
    text-align: left;
  }
  .grn__box {
    border-radius: 15px;
    border: 6px solid #cfe5af;
    padding: 15px 20px;
  }
  .content04__items {
    margin-top: 50px;
  }
  .content04__item {
    width: calc(calc(100% - 35px) / 2);
  }
  .service-user05__wrap .grn__box {
    margin-top: 50px;
    flex-wrap: wrap;
    grid-row-gap: 30px;
  }
  .grn__box__txt {
    width: 100%;
  }
  .grn__box__img {
    width: 100%;
  }
  .service-user05__wrap .grn__box .logo {
    width: 70px;
    right: -5px;
    top: -50px;
  }
  .btn__grn a {
    padding: 5px 28px;
  }
  .owner04__wrap .content04__item {
    width: calc(calc(100% - 35px) / 2);
  }
  main {
    margin-top: 55px;
  }
}
/* navigation */
ul.page-numbers, nav.page-numbers {
  display: flex;
  grid-column-gap: 15px;
  align-items: center;
  margin-top: 80px;
  justify-content: center;
}
.screen-reader-text {
  display: none
}
.navigation span {
  color: #0034a8;
}
.navigation .prev, .navigation .next {
  display: flex;
  justify-content: center;
  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;
  color: #fff;
  background: #87c929;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width:768px) {
  ul.page-numbers, nav.page-numbers {
    margin-top: 30px;
  }
}
/* お問い合わせ */
.content01__wrap .tbl__style__a {
  margin-top: 60px;
  margin-bottom: 90px;
}
.content01__wrap .tbl__style__a th {
  width: 35%;
}
.content01__wrap .tbl__style__a td {
  width: 65%;
}
.hissu {
  background: #e72410;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 1px 10px;
  float: right;
  margin-left: 10px;
}
input[type=text], input[type=email], textarea {
  border: 1px solid #ccc;
  width: 100%;
  padding: 7px 20px;
  margin: 3px 0;
}
.wid-s {
  width: 190px !important;
  margin-right: 10px !important;
}
span[data-name="kikkake-sonota"] .wid-s {
  margin-left: 10px;
}
.btn__input {
  text-align: center;
}
.btn__input input[type=submit], .btn__input input[type=button] {
  background: #87c929;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  width: 300px;
  padding: 10px;
  margin: 0 5px;
}
input::placeholder {
  color: #C3C3C3
}
input[type=checkbox] {
  margin: 0 5px 0 10px;
}
@media screen and (max-width:768px) {
  .content01__wrap .tbl__style__a {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .content01__wrap .tbl__style__a th, .content01__wrap .tbl__style__a td {
    width: 100%;
    display: block;
  }
  input[type=text], input[type=email], textarea {
    padding: 5px 15px;
    margin: 2px 0;
  }
  .wid-s {
    width: 45% !important;
  }
  span[data-name="kikkake-sonota"] .wid-s {
    width: 34% !important;
  }
  .btn__input input[type=submit], .btn__input input[type=button] {
    font-size: 1.6rem;
    width: 180px;
    padding: 5px;
  }
}