@charset "UTF-8";
/* ---------------------------------------------------
	mainimg
------------------------------------------------------ */
#mainimg {
  position: relative;
  overflow: hidden;
}
#mainimg .main-slider .slides li {
  position: relative;
  height: 100vh;
  min-height: 800px;
}
.is-tablet #mainimg .main-slider .slides li {
  height: auto;
}
#mainimg .main-slider .slides li.slide01 {
  background: url(../img/home/img-main-01.jpg) no-repeat center;
  background-size: cover;
}
#mainimg .main-slider .slides li.slide01 .slide-txt {
  left: -8%;
  max-width: 80%;
}
#mainimg .main-slider .slides li.slide02 {
  background: url(../img/home/img-main-01.jpg) no-repeat center;
  background-size: cover;
}
#mainimg .main-slider .slides li.slide02 .slide-txt {
  left: auto;
  right: 0;
  max-width: 36%;
}
#mainimg .main-slider .slides li.slide03 {
  background: url(../img/home/img-main-01.jpg) no-repeat center;
  background-size: cover;
}
#mainimg .main-slider .slides li.slide04 {
  background: url(../img/home/img-main-01.jpg) no-repeat center;
  background-size: cover;
}
#mainimg .main-slider .slides img.sp-block {
  display: none;
}
#mainimg .main-logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  text-align: center;
}
#mainimg .main-logo img {
  margin-bottom: -100px;
}
#mainimg .main-logo .txt {
  position: relative;
  display: inline-block;
  padding: 7px 25px 4px;
  background: rgba(255, 255, 255, 0.85);
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.6;
}

@media screen and (max-width: 1280px) {
	#mainimg .main-slider .slides li {
		min-height: 700px;
	}
	#mainimg .main-logo img {
	/*    margin-bottom: -10%;*/
		max-width: calc(100% * 0.666);
	}
	#mainimg .main-logo .txt {
		font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
  #mainimg .main-slider .slides {
    width: 170%;
    margin: 0 -35%;
  }
  #mainimg .main-slider .slides li {
    height: auto;
    min-height: 0;
    max-height: none;
  }
  #mainimg .main-slider .slides img.sp-block {
    display: block;
  }
  #mainimg .main-logo {
    top: 26%;
  }
  #mainimg .main-logo img {
    width: 120%;
    max-width: 120%;
    margin: 0 -10% -12%;
  }
  #mainimg .main-logo .txt {
    margin-top: 15px;
    padding: 7px 5px 4px 15px;
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  #mainimg .main-logo .txt {
    font-size: 5vw;
  }
}
/* ---------------------------------------------------
	sec01
------------------------------------------------------ */
#sec01 {
  padding: 80px 0 140px;
}
#sec01 .sec-col .col-container {
  width: 100%;
  max-width: 780px;
}
#sec01 .sec-col .col-img {
  width: 50%;
  padding-right: 120px;
}
#sec01 .sec-col .col-img .col-container {
  float: right;
}
#sec01 .sec-col .col-txt {
  width: 50%;
  font-size: 1.222rem;
  line-height: 2.2;
}
#sec01 .sec-col .col-txt .col-container {
  float: left;
  width: calc(100% + 40px);
  max-width: 660px;
  margin-left: -60px;
  padding-top: 7%;
}

@media screen and (max-width: 1280px) {
	#sec01 {
		padding: 60px 0 100px;
	}
	#sec01 .sec-col {
		max-width: 1080px;
		margin: auto;
	}
	#sec01 .sec-col .col-img {
		width: 58%;
	}
	#sec01 .sec-col .col-txt {
		width: 42%;
		font-size: 1rem;
	}
}
@media screen and (max-width: 767px) {
  #sec01 {
    padding: 60px 0 60px;
  }
  #sec01 .sec-col {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  #sec01 .sec-col .col-img {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  #sec01 .sec-col .col-img .col-container {
    float: none;
    max-width: 100%;
  }
  #sec01 .sec-col .col-txt {
    width: 100%;
  }
  #sec01 .sec-col .col-txt .col-container {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-top: 20px;
  }
}
/* ---------------------------------------------------
	sec02
------------------------------------------------------ */
#sec02 {
  margin-bottom: 120px;
}
#sec02 .container {
  padding: 70px 0 80px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
#sec02 h2 {
  margin-bottom: 10px;
  font-size: 28px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
#sec02 .news-list {
  max-width: 1000px;
  margin: 0 auto 40px;
  line-height: 1.6;
}
#sec02 .news-list li {
  display: flex;
  align-items: flex-start;
  width: 100%;
  color: #000;
  text-decoration: none;
  padding: 18px 0;
  border-bottom: 1px solid #D4D4D4;
}
#sec02 .news-list li .date {
  display: inline-block;
  min-width: 95px;
  margin: 4px 20px 4px 0;
  color: #999;
  font-weight: bold;
  line-height: 1.2;
  transition: color .2s;
}
#sec02 .news-list li .tit {
  display: inline-block;
  line-height: 1.7;
  transition: color .2s;
}
#sec02 .news-list li .tit a {
  color: #000;
  text-decoration: none;
}
#sec02 .news-list li .tit a:hover {
  color: #007942;
}
#sec02 .news-btn a.btn {
  width: 200px;
  background: #222;
}
#sec02 .news-btn a.btn:hover {
  background: #666;
}

@media screen and (max-width: 1280px) {
	#sec02 {
	  margin-bottom: 100px;
	}
	#sec02 .container {
	  padding: 50px 0 60px;
		max-width: 1080px;
	}
}

@media screen and (max-width: 767px) {
  #sec02 {
    margin-bottom: 50px;
  }
  #sec02 .container {
    padding: 40px 0;
  }
  #sec02 h2 {
    margin-bottom: 10px;
  }
  #sec02 .news-list {
    margin-bottom: 30px;
  }
  #sec02 .news-list li a {
    flex-wrap: wrap;
    padding: 0;
    color: #000;
    text-decoration: none;
  }
  #sec02 .news-list li a:hover .date {
    color: #999;
  }
  #sec02 .news-list li a:hover .tit {
    color: #000;
  }
  #sec02 .news-list li a .tit {
    width: 100%;
    margin-top: 5px;
    padding-left: 0;
    line-height: 1.6;
  }
}
/* ---------------------------------------------------
	sec03
------------------------------------------------------ */
#sec03 {
  padding: 120px 0 100px;
  background: url(../img/home/bg-sec03-01.jpg) no-repeat center;
  background-size: cover;
}
#sec03 .sec-bg {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
#sec03 .sec-bg .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 57.3%;
  max-width: 1100px;
  height: 600px;
  margin: 0 auto;
  background: url(../img/home/img-sec03-01.png) no-repeat right center;
  background-size: auto 100%;
}
#sec03 .sec-bg .txt-box {
  position: relative;
  float: right;
  width: 640px;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#sec03 .sec-bg .txt-box .txt01 {
  font-size: 1.778rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.6;
  text-align: center;
}
#sec03 .sec-bg .txt-box .txt02 {
  margin: 50px 0 40px;
  font-size: 1.111rem;
}
#sec03 .sec-bg .txt-box .box-btn a.btn {
    width: 500px;
    padding: 20px 40px 19px;
    font-size: 1.2em;
    letter-spacing: .1em;
}

@media screen and (max-width: 1280px) {
#sec03 {
	padding: 90px 0 80px;
}
#sec03 .sec-bg {
	max-width: 1280px;
}
#sec03 .sec-bg .bg-img {
	height: 400px;
}
#sec03 .sec-bg .txt-box {
	width: 500px;
	height: 400px;
}
#sec03 .sec-bg .txt-box .txt01 {
  font-size: 1.333rem;
}
#sec03 .sec-bg .txt-box .txt02 {
  margin: 40px 0 30px;
  font-size: 1rem;
}
#sec03 .sec-bg .txt-box .box-btn a.btn {
    width: 350px;
    padding: 14px 30px 14px;
    font-size: 1.1em;
}
}
@media screen and (max-width: 1100px) {
  #sec03 .sec-bg .bg-img {
    height: 400px;
  }
  #sec03 .sec-bg .txt-box {
    width: 500px;
    height: 400px;
  }
  #sec03 .sec-bg .txt-box .sp-inline {
    display: inline;
  }
  #sec03 .sec-bg .txt-box .txt02 {
    margin: 30px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #sec03 {
    padding: 50px 0 50px;
  }
  #sec03 .sec-bg .bg-img {
    position: static;
    width: 100%;
    height: auto;
    background: none;
    overflow: hidden;
  }
  #sec03 .sec-bg .bg-img > img {
    width: 124%;
    max-width: 124%;
    margin: 0 -12%;
  }
  #sec03 .sec-bg .txt-box {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    margin-top: 25px;
  }
  #sec03 .sec-bg .txt-box .txt01 {
    font-size: 1.666rem;
  }
  #sec03 .sec-bg .txt-box .txt02 {
    margin: 15px 0 20px;
    font-size: 1.111rem;
  }
}
/* ---------------------------------------------------
	sec04
------------------------------------------------------ */
#sec04 {
  padding: 140px 0 100px;
}
#sec04 .sec-list {
  width: 94%;
  max-width: 1840px;
  margin: 40px auto 0;
  justify-content: center;
  line-height: 1.77;
}
#sec04 .sec-list li {
  width: 21.893%;
  max-width: 430px;
  margin: 0 2.16% 40px 0;
}
/*#sec04 .sec-list li:nth-of-type(3n) {
  margin-right: 0;
}*/
#sec04 .sec-list li .img {
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
	#sec04 {
	  padding: 100px 0 70px;
	}
	#sec04 .sec-list {
	  width: 94%;
	  max-width: 960px;
	}
}

@media screen and (max-width: 767px) {
  #sec04 {
    padding: 60px 0 30px;
  }
  #sec04 .sec-list {
    width: calc(100% - 20px);
    margin-top: 30px;
    justify-content: space-between;
  }
  #sec04 .sec-list li {
    width: 48%;
    max-width: 48%;
    margin: 0 0 30px 0;
  }
  #sec04 .sec-list li .img {
    margin-bottom: 10px;
  }
  #sec04 .sec-list li .img img {
    width: 100%;
  }
}
/* ---------------------------------------------------
	sec05
------------------------------------------------------ */
#sec05 {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 3% 60px;
  background: #F0F9EE;
}
#sec05 .container {
  width: 100%;
}
#sec05 h2 {
  margin-bottom: 15px;
  font-size: 48px;
}
#sec05 h2 .label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 8px 30px 6px;
  background: #007942;
  color: #fff;
  font-size: 1.333rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.4;
}
#sec05 .txt01 {
  margin-bottom: 10px;
  font-size: 1.111rem;
  text-align: center;
}
#sec05 .sec-row {
  margin-bottom: 30px;
  font-size: 1.111rem;
}
#sec05 .sec-row h3 {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.556rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
}
#sec05 .sec-row h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px solid #222;
}
#sec05 .sec-row h3 span {
  position: relative;
  display: inline-block;
  padding-right: 1em;
  background: #F0F9EE;
  font-weight: bold;
  z-index: 2;
}
#sec05 .sec-row .row-col .col-img {
  width: 380px;
  max-width: 31.667%;
  line-height: 1;
}
#sec05 .sec-row .row-col .col-txt {
  width: 65%;
}
#sec05 .sec-row .row-col .col-txt .list {
  margin-bottom: 10px;
  font-size: 1.222rem;
  line-height: 1.7;
}
#sec05 .sec-row .row-col .col-txt .list li {
  font-weight: bold;
}
#sec05 .sec-row .row-col .col-txt a {
    color: #007942;
}
#sec05 .contact-box {
  padding: 30px 30px 25px;
  background: #fff;
  text-align: center;
}
#sec05 .contact-box .box-txt {
  margin-bottom: 15px;
  font-size: 1.222rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.8;
}
#sec05 .contact-box .box-txt span {
  font-weight: bold;
}
#sec05 .contact-box .box-tel {
  font-size: 1.333rem;
  letter-spacing: .05em;
}
#sec05 .contact-box .box-tel .tel-num {
  display: inline-block;
  margin-left: 10px;
  font-size: 50px;
  font-family: Arial, sans-serif;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: baseline;
}
#sec05 .contact-box .box-tel .tel-num .icon {
  margin-right: 5px;
}
#sec05 .contact-box .box-tel a {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 1280px) {
	#sec05 {
	  width: 94%;
	  max-width: 1080px;
	  padding: 50px 3% 60px;
	}
	#sec05 h2 {
	  font-size: 40px;
	}
	#sec05 h2 .label {
	  padding: 8px 30px 6px;
	  font-size: 1.111rem;
	}
	#sec05 .txt01 {
	  font-size: 1rem;
	}
	#sec05 .sec-row {
	  font-size: 1rem;
	}
}

@media screen and (max-width: 767px) {
  #sec05 {
    width: calc(100% - 20px);
    padding: 30px 20px 30px;
  }
  #sec05 h2 {
    margin-bottom: 15px;
  }
  #sec05 h2 .label {
    margin-bottom: 20px;
    padding: 8px 20px 6px;
    font-size: 1.111rem;
  }
  #sec05 .txt01 {
    margin-bottom: 30px;
    font-size: 1.111rem;
  }
  #sec05 .sec-row {
    margin-bottom: 20px;
    font-size: 1rem;
  }
  #sec05 .sec-row h3 {
    margin-bottom: 20px;
    font-size: 1.556rem;
  }
  #sec05 .sec-row .row-col .col-img {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  #sec05 .sec-row .row-col .col-txt {
    width: 100%;
    margin-top: 15px;
  }
  #sec05 .sec-row .row-col .col-txt .list {
    margin-bottom: 10px;
    font-size: 1.111rem;
    line-height: 1.8;
  }
  #sec05 .contact-box {
    padding: 25px 10px 20px;
  }
  #sec05 .contact-box .box-txt {
    margin-bottom: 15px;
    font-size: 1rem;
  }
  #sec05 .contact-box .box-tel {
    font-size: 1.111rem;
  }
  #sec05 .contact-box .box-tel .tel-num {
    display: block;
    margin-left: 0;
    font-size: 40px;
  }
  #sec05 .contact-box .box-tel .tel-num .icon {
    width: 22px;
  }
}
@media screen and (max-width: 320px) {
  #sec05 h2 .label {
    font-size: 16px;
  }
  #sec05 .contact-box .box-tel .tel-num {
    font-size: 32px;
  }
  #sec05 .contact-box .box-tel .tel-num .icon {
    width: 18px;
  }
}
/* ---------------------------------------------------
	sec06
------------------------------------------------------ */
#sec06 {
  padding: 140px 0 130px;
}
#sec06 .txt01 {
  margin-bottom: 35px;
  font-size: 1.556rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.8;
  text-align: center;
}
#sec06 .txt01 span {
  font-weight: bold;
}
#sec06 .sec-col .col-img {
  width: 25%;
}
#sec06 .sec-col .col-img .name {
  margin-top: 20px;
  line-height: 1.8;
  text-align: center;
}
#sec06 .sec-col .col-txt {
  width: 71.667%;
}
#sec06 .sec-row01,
#sec06 .sec-row02,
#sec06 .sec-row03 {
  font-family: "Noto Sans JP";
  text-align: center;
}
#sec06 .sec-row01 h3,
#sec06 .sec-row02 h3,
#sec06 .sec-row03 h3 {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 25px;
  background: #007942;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: .1em;
  line-height: 1.4;
  text-align: center;
}
#sec06 .sec-row01 {
  position: relative;
  margin: 40px auto 50px;
  padding: 50px 50px 45px;
  background: #F0F9EE;
}
#sec06 .sec-row03 img{
  padding-top:20px;
}
#sec06 .sec-row01:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: auto;
  border: 1px solid #fff;
  pointer-events: none;
}
#sec06 .sec-row01 > * {
  position: relative;
}
#sec06 .sec-row01 .row-txt,
#sec06 .sec-row03 .row-txt {
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.8;
}
#sec06 .sec-row03 .s-txt{
  font-family:"游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  padding-top:20px;
  font-weight: 500;
}
#sec06 .sec-row02 {
  line-height: 1;
  text-align: center;
}
#sec06 .sec-row02 h3 {
}
#sec06 .sec-row02 .row-list {
  margin-top: 20px;
}
#sec06 .sec-row02 .row-list .list-item {
  width: 33.333%;
  padding: 10px 5px 0;
  font-size: 1.333rem;
  line-height: 1.7;
}
#sec06 .sec-row02 .row-list .list-item .num {
  display: inline-block;
  color: #222;
  font-size: 54px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  opacity: .3;
}
#sec06 .sec-row02 .row-list .list-item .small {
  display: block;
  font-size: 18px;
}
#sec06 .sec-row02 .row-list .list-item + .list-item {
  border-left: 1px dotted #222;
}
#sec06 .sec-row03{
  position: relative;
  margin: 40px auto 0;
  padding: 50px 50px 0;
}
@media screen and (max-width: 1280px) {
	#sec06 {
	  padding: 100px 0 90px;
	}
	#sec06 .txt01 {
	  margin-bottom: 30px;
	  font-size: 1.333rem;
	}
	#sec06 .sec-row01 h3,
	#sec06 .sec-row02 h3,
  #sec06 .sec-row03 h3 {
	  font-size: 1.6rem;
	}
	#sec06 .sec-row01 .row-txt,
  #sec06 .sec-row03 .row-txt   {
	font-size: 1.6rem;
	}
	#sec06 .sec-row02 .row-list .list-item {
	  font-size: 1.111rem;
	}
}

@media screen and (max-width: 767px) {
  #sec06 {
    margin-top: 30px;
    padding: 40px 0 40px;
  }
  #sec06 .txt01 {
    margin-bottom: 35px;
    font-size: 1.333rem;
  }
  #sec06 .sec-col .col-img {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  #sec06 .sec-col .col-img img {
    max-width: 65%;
  }
  #sec06 .sec-col .col-img .name {
    margin-top: 10px;
  }
  #sec06 .sec-col .col-txt {
    width: 100%;
  }
  #sec06 .sec-row01,
  #sec06 .sec-row03 {
    margin: 30px auto 50px;
    padding: 20px;
  }
  #sec06 .sec-row01:before,
  #sec06 .sec-row02:before,
 {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  #sec06 .sec-row01 h3,
  #sec06 .sec-row03 h3 {
    margin-bottom: 20px;
  }
  #sec06 .sec-row01 h3 img {
    width: 200px;
  }
  #sec06 .sec-row01 .row-txt,
  #sec06 .sec-row03 .row-txt {
    font-size: 1.222rem;
  }
  #sec06 .sec-row02 h3 {
    margin-bottom: 0;
  }
  #sec06 .sec-row02 h3 img {
    width: 200px;
  }
  #sec06 .sec-row02 .row-list {
    margin-top: 0;
  }
  #sec06 .sec-row02 .row-list .list-item {
    width: 100%;
    padding: 25px 0 20px;
  }
  #sec06 .sec-row02 .row-list .list-item + .list-item {
    border-top: 1px dotted #222;
    border-left: none;
  }
}
/* ---------------------------------------------------
	sec07
------------------------------------------------------ */
#sec07 {
  position: relative;
  background: #F0F9EE;
  background: -moz-linear-gradient(left, #F0F9EE 0%, #F0F9EE 64%, white 64%, white 100%);
  background: -webkit-linear-gradient(left, #F0F9EE 0%, #F0F9EE 64%, white 64%, white 100%);
  background: linear-gradient(to right, #F0F9EE 0%, #F0F9EE 64%, white 64%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F9EE', endColorstr='#ffffff',GradientType=1 );
  padding: 110px 0 100px;
}
#sec07 .sec-col {
  margin-bottom: 80px;
}
#sec07 .sec-col:last-of-type {
  margin-bottom: 0;
}
#sec07 .sec-col h3 {
  margin-bottom: 30px;
  font-size: 1.667rem;
  letter-spacing: .1em;
  line-height: 1.5;
  text-align: left;
}
#sec07 .sec-col h3:before {
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  margin-bottom: 10px;
  background: #007942;
}
#sec07 .sec-col h3 span {
  font-weight: bold;
}
#sec07 .sec-col .col-img {
  width: 500px;
  max-width: 41.667%;
  line-height: 1;
}
#sec07 .sec-col .col-img img {
  float: right;
  width: 600px;
  max-width: 120%;
}
#sec07 .sec-col .col-txt {
  position: relative;
  width: 55%;
  padding-top: 45px;
}
#sec07 .sec-col .col-txt .img-col {
  float: right;
  width: 900px;
  max-width: 136.364%;
  margin-top: 60px;
}
#sec07 .sec-col .col-txt .img-col > div {
  width: 287px;
  max-width: 31.889%;
}
#sec07 .sec-col.even .col-img {
  order: 10;
}
#sec07 .sec-col.even .col-img img {
  float: left;
}
#sec07 .sec-col.even .col-txt .img-col {
  float: left;
}

@media screen and (max-width: 1280px) {
	#sec07 .sec-col .col-txt .img-col {
	  margin-top: 50px;
	}
	#sec07 .sec-col .col-img {
		overflow: hidden;
	}
	#sec07 .sec-col h3 {
	  margin-bottom: 30px;
	  font-size: 1.333rem;
	}
}

@media screen and (max-width: 767px) {
  #sec07 {
    padding: 50px 0 55px;
  }
  #sec07 h2 {
    margin-bottom: 35px;
  }
  #sec07 .sec-col {
    margin-bottom: 50px;
  }
  #sec07 .sec-col h3 {
    margin-bottom: 20px;
    font-size: 1.667rem;
  }
  #sec07 .sec-col .col-img {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    overflow: hidden;
  }
  #sec07 .sec-col .col-img img {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: -20% 0;
  }
  #sec07 .sec-col .col-txt {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 0;
  }
  #sec07 .sec-col .col-txt .img-col {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-top: 2.4%;
  }
  #sec07 .sec-col .col-txt .img-col > div {
    width: 31.889%;
    max-width: 31.889%;
  }
  #sec07 .sec-col.even .col-img {
    order: 0;
  }
  #sec07 .sec-col.even .col-img img {
    float: none;
  }
  #sec07 .sec-col.even .col-txt .img-col {
    float: none;
  }
}
/* ---------------------------------------------------
	sec08
------------------------------------------------------ */
#sec08 {
  padding: 100px 0 100px;
}
#sec08 .sec-row01 {
  align-items: flex-start;
}
#sec08 .sec-row01 .row-txt {
  width: 46.667%;
  margin-top: -8px;
}
#sec08 .sec-row01 .row-txt .table th {
  width: 6em;
}
#sec08 .sec-row01 .row-img {
  width: 50%;
}
#sec08 .sec-row01 .row-img img {
  display: block;
}
#sec08 .sec-row01 .row-img > div {
  width: 290px;
  max-width: 48.334%;
}
#sec08 .sec-row01 .row-img > div.img-wide {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
#sec08 .sec-row02 {
  margin: 75px 0 60px;
}
#sec08 .sec-row02 h3 {
  margin-bottom: 20px;
  padding: 5px 10px 3px;
  background: #007942;
  color: #fff;
  font-size: 1.222rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.6;
  text-align: center;
}
#sec08 .sec-row02 .gmap {
  width: 100%;
  height: 500px;
}
#sec08 .sec-row02 .gmap iframe {
  display: block;
  width: 100%;
  max-height: 100%;
  border: none;
}
#sec08 .sec-row03,
#sec08 .sec-row04,
#sec08 .sec-row05 {
  margin-top: 40px;
  padding: 35px 30px;
  background: #F0F9EE;
}
#sec08 .sec-row04 {
    font-size: 16px;
}
#sec08 .sec-row03 h3,
#sec08 .sec-row04 h3,
#sec08 .sec-row05 h3 {
  margin-bottom: 20px;
  font-size: 1.667rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
}
#sec08 .sec-row03 .label,
#sec08 .sec-row04 .label,
#sec08 .sec-row05 .label {
    color: #FFF;
  display: inline-block;
  margin-bottom: 10px;
  min-width: 160px;
  padding: 6px 10px 4px;
  background: #007942;
  line-height: 1.6;
  text-align: center;
}
#sec08 .sec-row03 .row-list li,
#sec08 .sec-row04 .row-list li,
#sec08 .sec-row05 .row-list li {
  margin-bottom: 10px;
}
#sec08 .sec-row03 .row-list li:last-of-type,
#sec08 .sec-row04 .row-list li:last-of-type,
#sec08 .sec-row05 .row-list li:last-of-type {
  margin-bottom: 0;
}
#sec08 .sec-row03 .row-list .bold,
#sec08 .sec-row04 .row-list .bold,
#sec08 .sec-row05 .row-list .bold {
  display: inline-block;
  font-weight: bold;
}
#sec08 .sec-row03 .row-list .bold:before,
#sec08 .sec-row04 .row-list .bold:before,
#sec08 .sec-row05 .row-list .bold:before {
  content: "■ ";
}
#sec08 .sec-row03 .num-list li,
#sec08 .sec-row04 .num-list li,
#sec08 .sec-row05 .num-list li {
  display: flex;
  width: 100%;
  margin-bottom: 6px;
}
#sec08 .sec-row03 .num-list li:last-of-type,
#sec08 .sec-row04 .num-list li:last-of-type,
#sec08 .sec-row05 .num-list li:last-of-type {
  margin-bottom: 0;
}
#sec08 .sec-row03 .num-list li .name,
#sec08 .sec-row04 .num-list li .name,
#sec08 .sec-row05 .num-list li .name {
  display: block;
  width: calc(100% - 2.5em);
}
#sec08 .sec-row03 .num-list li .dots,
#sec08 .sec-row04 .num-list li .dots,
#sec08 .sec-row05 .num-list li .dots {
  display: block;
  width: 1em;
}
#sec08 .sec-row03 .num-list li .num,
#sec08 .sec-row04 .num-list li .num,
#sec08 .sec-row05 .num-list li .num {
  display: block;
  width: 2.5em;
  text-align: right;
}
#sec08 .sec-row03 .address-list,
#sec08 .sec-row04 .address-list,
#sec08 .sec-row05 .address-list {
  margin-bottom: 40px;
  line-height: 1.4;
}
#sec08 .sec-row03 .address-list li,
#sec08 .sec-row04 .address-list li,
#sec08 .sec-row05 .address-list li {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 16px;
}
#sec08 .sec-row03 .address-list li:last-of-type,
#sec08 .sec-row04 .address-list li:last-of-type,
#sec08 .sec-row05 .address-list li:last-of-type {
  margin-bottom: 0;
}
#sec08 .sec-row03 .address-list li .name,
#sec08 .sec-row04 .address-list li .name,
#sec08 .sec-row05 .address-list li .name {
  width: 6em;
}
#sec08 .sec-row03 .address-list li .address,
#sec08 .sec-row04 .address-list li .address,
#sec08 .sec-row05 .address-list li .address {
  width: calc(100% - 6em - 80px);
  padding-right: 10px;
}
#sec08 .sec-row03 .address-list li .btn-map,
#sec08 .sec-row04 .address-list li .btn-map,
#sec08 .sec-row05 .address-list li .btn-map {
  display: block;
  width: 80px;
  padding: 2px 5px 1px;
  background: #fff;
  border: 1px solid #222;
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
}
#sec08 .sec-row03 .address-list li .btn-map:after,
#sec08 .sec-row04 .address-list li .btn-map:after,
#sec08 .sec-row05 .address-list li .btn-map:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 7px;
  margin: 0 0 2px 10px;
  background: url(../img/home/icon-sec08-01.png) no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
#sec08 .sec-row03 .address-list li .btn-map:hover,
#sec08 .sec-row04 .address-list li .btn-map:hover,
#sec08 .sec-row05 .address-list li .btn-map:hover {
  background: #007942;
}
#sec08 .sec-row03 .address-txt,
#sec08 .sec-row04 .address-txt,
#sec08 .sec-row05 .address-txt {
  line-height: 1.4;
}
#sec08 .sec-row03 .history-list,
#sec08 .sec-row04 .history-list,
#sec08 .sec-row05 .history-list {
  line-height: 1.4;
}
#sec08 .sec-row03 .history-list dt,
#sec08 .sec-row04 .history-list dt,
#sec08 .sec-row05 .history-list dt {
  float: left;
  width: 80px;
}
#sec08 .sec-row03 .history-list dd,
#sec08 .sec-row04 .history-list dd,
#sec08 .sec-row05 .history-list dd {
  margin-left: 90px;
  margin-bottom: 17px;
}
#sec08 .sec-row03 .history-list dd:last-of-type,
#sec08 .sec-row04 .history-list dd:last-of-type,
#sec08 .sec-row05 .history-list dd:last-of-type {
  margin-bottom: 10px;
}
#sec08 .sec-row04 .row-row .row-col .col01 {
  width: 66%;
}
#sec08 .sec-row04 .row-row .row-col .col01 .row-list {
  width: 48.4%;
  line-height: 1.7;
}
#sec08 .sec-row04 .row-row .row-col .col02 {
  width: 31%;
}
#sec08 .sec-row04 .row-row .row-col .col02 .row-list {
  line-height: 1.7;
}
#sec08 .sec-row04 .row-row02 {
  margin-top: 40px;
}
#sec08 .sec-row04 .row-row02 .row-col .num-list {
  width: 306px;
  max-width: 31%;
  line-height: 1.7;
}
#sec08 .sec-row05 .row-col .col01 {
  width: 50%;
  padding-right: 5.264%;
}
#sec08 .sec-row05 .row-col .col01 .label {
  margin-bottom: 15px;
}
#sec08 .sec-row05 .row-col .col01 .row-list + .label {
  margin-top: 10px;
}
#sec08 .sec-row05 .row-col .col02 {
  width: 50%;
  padding-left: 5.264%;
  border-left: 1px dotted #222;
}


@media screen and (max-width: 1280px) {
  #sec08 {
    font-size: 0.889rem;
  }
	#sec08 .sec-row04 {
		font-size: 14px;
	}
	#sec08 .sec-row03 h3,
	#sec08 .sec-row04 h3,
	#sec08 .sec-row05 h3 {
	  font-size: 1.333rem;
	}
}

@media screen and (max-width: 1000px) {
  #sec08 {
    font-size: 0.889rem;
  }
}
@media screen and (max-width: 767px) {
  #sec08 {
    padding: 50px 0 50px;
    font-size: 1rem;
  }
  #sec08 .sec-row01 .row-txt {
    width: 100%;
    margin-top: 0;
  }
  #sec08 .sec-row01 .row-txt .table th {
    width: 6em;
  }
  #sec08 .sec-row01 .row-img {
    width: 100%;
    margin-top: 30px;
  }
  #sec08 .sec-row01 .row-img img {
    width: 100%;
  }
  #sec08 .sec-row01 .row-img > div {
    width: 48.334%;
    max-width: 48.334%;
  }
  #sec08 .sec-row01 .row-img > div.img-wide {
    margin-bottom: 3.2%;
  }
  #sec08 .sec-row02 {
    margin: 40px 0 40px;
  }
  #sec08 .sec-row02 h3 {
    margin-bottom: 20px;
    padding: 5px 10px 3px;
    font-size: 1.222rem;
  }
  #sec08 .sec-row02 .gmap {
    width: 100%;
    height: 300px;
  }
	#sec08 .sec-row04 {
		font-size: 16px;
	}
  #sec08 .sec-row03,
  #sec08 .sec-row04,
  #sec08 .sec-row05 {
    margin-top: 20px;
    padding: 25px 20px;
  }
  #sec08 .sec-row03 .row-list li,
  #sec08 .sec-row04 .row-list li,
  #sec08 .sec-row05 .row-list li {
    margin-bottom: 10px;
  }
  #sec08 .sec-row03 .num-list li,
  #sec08 .sec-row04 .num-list li,
  #sec08 .sec-row05 .num-list li {
    margin-bottom: 6px;
  }
  #sec08 .sec-row03 .num-list li:last-of-type,
  #sec08 .sec-row04 .num-list li:last-of-type,
  #sec08 .sec-row05 .num-list li:last-of-type {
    margin-bottom: 0;
  }
  #sec08 .sec-row03 .address-list,
  #sec08 .sec-row04 .address-list,
  #sec08 .sec-row05 .address-list {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  #sec08 .sec-row03 .address-list li,
  #sec08 .sec-row04 .address-list li,
  #sec08 .sec-row05 .address-list li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 25px;
  }
  #sec08 .sec-row03 .address-list li:last-of-type,
  #sec08 .sec-row04 .address-list li:last-of-type,
  #sec08 .sec-row05 .address-list li:last-of-type {
    margin-bottom: 0;
  }
  #sec08 .sec-row03 .address-list li .address,
  #sec08 .sec-row04 .address-list li .address,
  #sec08 .sec-row05 .address-list li .address {
    order: 10;
    width: 100%;
    padding-top: 10px;
    padding-right: 0;
  }
  #sec08 .sec-row03 .address-list li .btn-map:hover,
  #sec08 .sec-row04 .address-list li .btn-map:hover,
  #sec08 .sec-row05 .address-list li .btn-map:hover {
    background: #fff;
  }
  #sec08 .sec-row03 .history-list dt,
  #sec08 .sec-row04 .history-list dt,
  #sec08 .sec-row05 .history-list dt {
    float: left;
    width: 80px;
  }
  #sec08 .sec-row03 .history-list dd,
  #sec08 .sec-row04 .history-list dd,
  #sec08 .sec-row05 .history-list dd {
    margin-left: 90px;
  }
  #sec08 .sec-row03 .history-list dd:last-of-type,
  #sec08 .sec-row04 .history-list dd:last-of-type,
  #sec08 .sec-row05 .history-list dd:last-of-type {
    margin-bottom: 5px;
  }
  #sec08 .sec-row04 .row-row .row-col .col01 {
    width: 100%;
  }
  #sec08 .sec-row04 .row-row .row-col .col01 .row-list {
    width: 100%;
  }
  #sec08 .sec-row04 .row-row .row-col .col02 {
    width: 100%;
    margin-top: 40px;
  }
  #sec08 .sec-row04 .row-row02 {
    margin-top: 40px;
  }
  #sec08 .sec-row04 .row-row02 .row-col {
    display: block;
  }
  #sec08 .sec-row04 .row-row02 .row-col .num-list {
    max-width: 100%;
  }
  #sec08 .sec-row05 .row-col .col01 {
    width: 100%;
    padding-bottom: 35px;
    padding-right: 0;
  }
  #sec08 .sec-row05 .row-col .col01 .label {
    margin-bottom: 15px;
  }
  #sec08 .sec-row05 .row-col .col01 .row-list + .label {
    margin-top: 10px;
  }
  #sec08 .sec-row05 .row-col .col02 {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
    border-top: 1px dotted #222;
    border-left: none;
  }
}
/*-------------------------------------------*/
/*
/*　　IE用cssハック
/*
/*-------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  #sec05 h2 .label {
    padding-top: 12px;
    padding-bottom: 3px;
  }

  #sec08 .sec-row02 h3 {
    padding-top: 10px;
    padding-bottom: 2px;
  }

  #sec08 .sec-row03 .label, #sec08 .sec-row04 .label, #sec08 .sec-row05 .label {
    padding-top: 10px;
  }

  #sec08 .sec-row03 .address-list li .btn-map, #sec08 .sec-row04 .address-list li .btn-map, #sec08 .sec-row05 .address-list li .btn-map {
    padding-top: 5px;
    padding-bottom: 0;
  }
}
