.txt {
  text-align: justify;
}
.keyvisual .slide-01 {
  background: url("../img/index/key_p1.jpg") no-repeat center;
  background-size: cover;
}
.keyvisual .slide-02 {
  background: url("../img/index/key_p2.jpg") no-repeat center;
  background-size: cover;
}
.keyvisual .slide-03 {
  background: url("../img/index/key_p3.jpg") no-repeat center;
  background-size: cover;
}
.keyvisual .slide-04 {
  background: url("../img/index/key_p4.jpg") no-repeat center;
  background-size: cover;
}
#sec1 {
  padding: 19vw 0 53vw;
  position: relative;
}
#sec1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40vw;
  background: url("../img/index/sec1_p1.jpg") no-repeat center;
  background-size: cover;
  content: "";
}
#sec1 .logo {
  width: 43%;
  margin: 0 auto 10vw;
}
#sec1 h2 {
  font-size: 6vw;
  text-align: center;
  margin-bottom: 10vw;
  font-weight: 600;
}
#sec1 .txt {
  text-align: justify;
}
#sec2 {
  position: relative;
  background: #834c42;
}
#sec2:after {
  position: absolute;
  top: 50vw;
  left: 0;
  right: 0;
  background: url(../img/index/sec2_bg.jpg) no-repeat center;
  background-size: cover;
  height: 33vw;
  content: "";
}
#sec2 h2 {
  font-size: 7vw;
  width: 12vw;
  height: 67vw;
  position: absolute;
  z-index: 10;
  font-weight: 600;
  right: 5%;
  top: 0;
}
#sec2 h2 span {
  display: inline-block;
  background: #fff;
  padding: 11% 4%;
}
#sec2 .js {
  position: relative;
  z-index: 5;
}
#sec2 .js .slick-dots {
  position: relative;
  margin-top: 4vw;
}
#sec2 .js .slick-dots li {
  width: 20vw;
  height: 20vw;
  margin: 0 1%;
}
#sec2 .js .slick-dots li button {
  width: 20vw;
  height: 20vw;
}
#sec2 .js .slick-dots li button:before {
  display: none;
}
#sec2 .js .slick-dots li:nth-child(1) {
  background: url("../img/index/sec2_thumb01_on.jpg") no-repeat center;
  background-size: cover;
}
#sec2 .js .slick-dots li:nth-child(2) {
  background: url("../img/index/sec2_thumb02_on.jpg") no-repeat center;
  background-size: cover;
}
#sec2 .js .slick-dots li:nth-child(3) {
  background: url("../img/index/sec2_thumb03_on.jpg") no-repeat center;
  background-size: cover;
}
#sec2 .js .slick-dots li:nth-child(4) {
  background: url("../img/index/sec2_thumb04_on.jpg") no-repeat center;
  background-size: cover;
}
#sec2 .js .slick-dots li:nth-child(1) button {
  background: url("../img/index/sec2_thumb01.jpg") no-repeat center;
  background-size: cover;
}
#sec2 .js .slick-dots li:nth-child(2) button {
  background: url("../img/index/sec2_thumb02.jpg") no-repeat center;
  background-size: cover;
}
#sec2 .js .slick-dots li:nth-child(3) button {
  background: url("../img/index/sec2_thumb03.jpg") no-repeat center;
  background-size: cover;
}
#sec2 .js .slick-dots li:nth-child(4) button {
  background: url("../img/index/sec2_thumb04.jpg") no-repeat center;
  background-size: cover;
}
#sec2 .js .slick-dots li:nth-child(1).slick-active button {
  background: url("../img/index/sec2_thumb01_on.jpg") no-repeat center;
  background-size: cover;
}
#sec2 .js .slick-dots li:nth-child(2).slick-active button {
  background: url("../img/index/sec2_thumb02_on.jpg") no-repeat center;
  background-size: cover;
}
#sec2 .js .slick-dots li:nth-child(3).slick-active button {
  background: url("../img/index/sec2_thumb03_on.jpg") no-repeat center;
  background-size: cover;
}
#sec2 .js .slick-dots li:nth-child(4).slick-active button {
  background: url("../img/index/sec2_thumb04_on.jpg") no-repeat center;
  background-size: cover;
}
#sec2 .ttl {
  padding: 14% 5%;
  color: #fff;
}
#sec2 .ttl dt {
  font-size: 8vw;
  text-align: center;
  margin-bottom: 5vw;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.5;
  text-shadow: 1px 1px 8px #281205;
}
#sec2 .ttl dt small {
  font-size: 4vw;
}
#sec2 .ttl dd {
  text-shadow: 1px 1px 8px #281205;
}
#sec2 .row2 {
  padding: 12vw 0 10vw;
  color: #fff;
}
#sec2 .row2 h2 {
  margin-bottom: 6vw;
  font-size: 7vw;
  text-align: center;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
}
#sec2 .row2 .photo {
  margin-bottom: 7vw;
}
#sec2 .row2 dl dt {
  font-size: 6vw;
  text-align: center;
  font-weight: 600;
  margin-bottom: 5vw;
  line-height: 1.5;
  letter-spacing: 0px;
}
#sec2 .row2 dl dd span {
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  #sec2 .row2 {
    position: relative;
    height: 400px;
    padding: 0 0 0 0;
  }
  #sec2 .row2 .txt_box {
    position: absolute;
    padding: 150px 0 0 100px;
    z-index: 2;
  }
  #sec2 .row2 h2 {
    font-size: 47px;
    margin-bottom: 54px;
  }
  #sec2 .row2 h2 small {
    font-size: 47px;
  }
  #sec2 .row2 dl {
    display: flex;
    flex-direction: row-reverse;
    margin-right: 44px;
  }
  #sec2 .row2 dl dt {
    font-size: 35px;
    text-align: left;
    margin-left: 67px;
    margin-top: -51px;
    letter-spacing: 0;
  }
  #sec2 .row2 dl dd {
    display: flex;
    flex-direction: row-reverse;
    width: 722px;
    height: 421px;
  }
  #sec2 .row2 dl dd span {
    text-align: left;
    margin-right: 31px;
  }
  #sec2 .row2 dl dd span:first-child {
    margin-right: 0;
  }
}
#sec3 {
  position: relative;
  padding-bottom: 10vw;
}
#sec3 h2 {
  font-size: 7vw;
  width: 12vw;
  height: 44vw;
  position: absolute;
  z-index: 10;
  font-weight: 600;
  left: 2%;
  top: 0;
}
#sec3 h2 span {
  display: inline-block;
  background: #fff;
  padding: 13% 5%;
}
#sec3 .slick-dots {
  position: relative;
}
#sec3 .ttl {
  padding: 5%;
}
#sec3 .ttl dt {
  font-size: 7vw;
  text-align: center;
  margin-bottom: 7vw;
  letter-spacing: 0px;
  font-weight: 500;
  line-height: 1.4;
}
#sec3 .ttl dt small {
  font-size: 4vw;
}
#sec3_2 {
  padding: 10vw 0 10vw;
}
#sec3_2 h2 {
  border-left: 3px solid #834c42;
  padding-left: 5%;
  font-size: 8vw;
  font-weight: 600;
  color: #b56d15;
  letter-spacing: 0px;
  margin-bottom: 8vw;
}
#sec3_2 h2 small {
  color: #000;
  font-size: 5vw;
  display: block;
  margin-bottom: 5vw;
}
#sec3_2 .photo {
  margin-bottom: 5vw;
}
#sec3_2 .col {
  margin-bottom: 0;
}
#sec3_2 .col .g-photo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 5vw;
}
#sec3_2 .col .g-photo .photo1 {
  margin-top: 5%;
  margin-right: -5%;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  #sec3_2 {
    padding: 217px 0 129px;
  }
  #sec3_2 h2 {
    font-size: 55px;
    margin-bottom: 108px;
  }
  #sec3_2 h2 small {
    font-size: 35px;
    line-height: 1.5;
    margin-bottom: 57px;
  }
  #sec3_2 .photo {
    margin-bottom: 0;
    margin-left: -158px;
  }
  #sec3_2 .col {
    position: absolute;
    left: 519px;
    top: -129px;
  }
  #sec3_2 .col .g-photo {
    margin-bottom: 86PX;
  }
  #sec3_2 .col .g-photo .photo1 {
    width: 289px;
    margin-top: 56px;
    margin-right: -36px;
  }
  #sec3_2 .col .g-photo li {
    width: 289px;
  }
  #sec3_2 .col .txt {
    width: 418px;
    text-align: justify;
  }
}
#sec3_3 {
  padding: 12vw 0 12vw;
}
#sec3_3 .row2 h3 {
  font-size: 8vw;
  font-weight: 600;
  letter-spacing: 0px;
  margin-bottom: 5vw;
  line-height: 1.5;
}
#sec3_3 .row2 h3 small {
  font-size: 5vw;
}
#sec3_3 .row2 .photo {
  margin-bottom: 5vw;
}
#sec3_3 .row2 .txt {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #sec3_3 {
    padding: 180px 0 100px;
  }
  #sec3_3 .row1 {
    margin-bottom: 176px;
  }
  #sec3_3 .row1 h2 {
    font-size: 41px;
    letter-spacing: 0;
    margin-bottom: 69px;
  }
  #sec3_3 .row1 h2 small {
    font-size: 26px;
    letter-spacing: 0;
  }
  #sec3_3 .row1 .photo {
    margin-left: -158px;
  }
  #sec3_3 .row1 .col {
    position: absolute;
    left: 560px;
    top: -51px;
  }
  #sec3_3 .row1 .col .photo2 {
    width: 444px;
    margin-bottom: 51px;
  }
  #sec3_3 .row2 {
    position: relative;
    min-height: 432px;
  }
  #sec3_3 .row2 h3 {
    font-size: 38px;
    letter-spacing: 0;
    width: 450px;
    margin-bottom: 38px;
  }
  #sec3_3 .row2 h3 small {
    font-size: 26px;
    letter-spacing: 0;
  }
  #sec3_3 .row2 .photo {
    position: absolute;
    left: 382px;
    top: -70px;
    width: 772px;
    margin-bottom: 0;
  }
  #sec3_3 .row2 .txt {
    width: 333px;
  }
}
#sec4 {
  background: #000;
  padding: 14vw 0 48vw;
  position: relative;
}
#sec4:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/index/sec4_bg.png") no-repeat left bottom;
  background-size: 110%;
  height: 60vw;
}
#sec4 h3 {
  /*  border-left: 3px solid #834c42;*/
  padding-left: 5%;
  font-size: 8vw;
  font-weight: 600;
  color: #b56d15;
  letter-spacing: 0px;
  margin-bottom: 8vw;
}
#sec4 h3 small {
  color: #fff;
  font-size: 4.5vw;
  display: block;
  margin-bottom: 5vw;
}
#sec4 .logo {
  width: 40%;
  margin-bottom: 22vw;
}
#sec4 .photo {
  position: absolute;
  top: 3%;
  left: 31%;
  width: 84%;
}
#sec4 .ttl {
  padding: 5% 0;
  color: #fff;
}
#sec4 .ttl dt {
  font-size: 8vw;
  text-align: center;
  margin-bottom: 6vw;
  letter-spacing: 0px;
  color: #b56d15;
  font-weight: 600;
  line-height: 1.6;
}
#sec4 .ttl dt small {
  font-size: 5vw;
  display: block;
  color: #fff;
}
#sec5 {
  padding: 12vw 0 10vw;
}
#sec5 h2 {
  border-left: 3px solid #834c42;
  padding-left: 5%;
  font-size: 8.5vw;
  font-weight: 600;
  color: #b56d15;
  letter-spacing: 0px;
  margin-bottom: 8vw;
}
#sec5 h2 small {
  color: #000;
  font-size: 5vw;
  display: block;
  margin-bottom: 4vw;
  line-height: 1.5;
  letter-spacing: 0px;
}
#sec5 .photo {
  margin-bottom: 2vw;
}
#sec5 .g-photo {
  justify-content: space-between;
  margin-bottom: 5vw;
}
#sec5 .g-photo li {
  width: 49%;
}
#rss {
  background: #834c42;
  padding: 10vw 0 10vw;
}
#rss h2 {
  width: 35%;
  margin: 0 auto 5vw;
}
#rss #feed {
  margin-bottom: 5vw;
}
#rss #feed .row {
  margin-bottom: 5vw;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
#rss #feed .row .photo {
  width: 48%;
}
#rss #feed .row .photo span {
  width: 100% !important;
  height: 28vw !important;
}
#rss #feed .row dl {
  width: 48%;
  color: #fff;
}
#access {
  position: relative;
  padding: 0 0 15vw;
}
#access .photo {
  margin-bottom: 20vw;
  position: relative;
  height: 52vw;
}
#access .photo img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
  object-position: left;
}
#rss .btn-cus {
  border: 1px solid #fff;
}
#rss .btn-cus a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
	    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
#rss .btn-cus a:hover{
	background: #b56d15;
}
#rss .btn-cus a:after{
	display: none;
}
#rss .btn-cus:before {
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
#access h2 {
  font-size: 7vw;
  text-align: center;
  margin-bottom: 9vw;
  font-weight: 600;
}
#access .info dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 10px;
  letter-spacing: 0;
}
#access .info dl dt {
  width: 111px;
}
#access .info dl dd {
  width: calc(100% - 111px);
}
#access .info dl dd .fax {
  pointer-events: none;
}
#access .info dl dd small {
  font-size: 14px;
}
#access .info dl:nth-child(2n + 1) {
  background: #f8f8f8;
}
#access #gmap {
  padding: 5%;
}
#access #gmap .g-btn .col {
  width: 100%;
}
#access #gmap iframe {
  width: 100%;
  height: 480px;
  margin-bottom: 8vw;
}


/* --- --- */
#sec14 {
   position: relative;
}
#sec14 h2{
	    font-size: 7vw;
    text-align: center;
    margin-bottom: 9vw;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
   #sec14 {
      padding-top: 15vw;
	       padding-bottom: 10vw;
   }

   #sec14 ul li {
      display: none;
      margin-top: 2vw;
   }

   #sec14 .more {
      font-weight: bold;
      font-size: 5vw;
      line-height: 1.5;
      letter-spacing: 0.06em;
      text-align: center;
      padding-top: 8vw;
   }

   #sec14 .more span {
      display: inline-block;
      background: url("../img/index/sec14-arrow.png") no-repeat center bottom;
      padding-bottom: 15px;
      cursor: pointer;
   }

   #sec14 .showLess {
      display: none;
   }

   #sec14 .showLess span {
      background-image: url("../img/index/sec14-arrow-top.png");
   }
}

@media only screen and (min-width: 768px) {
	#sec14 h2{
	 font-size: 50px;
    letter-spacing: 0;
    margin-bottom: 20px;
}
	
   #sec14 {
      padding: 120px 0 70px;
   }

   #sec14 ul {
      display: flex;
      flex-wrap: wrap;
      padding-top: 30px;
   }

   #sec14 ul li {
      display: none;
      width: 320px;
      margin: 20px 0 0 20px;
   }

   #sec14 ul li:nth-child(3n + 1) {
      margin-left: 0;
   }

   #sec14 .more {
      font-weight: bold;
      font-size: 30px;
      line-height: 50px;
      letter-spacing: 0.06em;
      text-align: center;
      padding-top: 60px;
   }

   #sec14 .more span {
      display: inline-block;
      background: url("../img/index/sec14-arrow.png") no-repeat center bottom;
      padding-bottom: 20px;
      cursor: pointer;
   }

   #sec14 .more span:hover {
      opacity: 0.7;
   }

   #sec14 .showLess {
      display: none;
   }

   #sec14 .showLess span {
      background-image: url("../img/index/sec14-arrow-top.png");
   }
}



@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 310px 0 784px;
  }
  #sec1:after {
    height: 600px;
  }
  #sec1 .logo {
    width: auto;
    text-align: center;
    margin-bottom: 79px;
  }
  #sec1 h2 {
    font-size: 47px;
    margin-bottom: 85px;
  }
  #sec1 .txt {
    text-align: center;
  }
  #sec2 {
    padding-bottom: 208px;
    overflow: hidden;
  }
  #sec2:after {
    top: 49vw;
    height: 700px;
  }
  #sec2 h2 {
    font-size: 50px;
    top: 0;
    right: 46px;
    width: 99px;
    height: 351px;
  }
  #sec2 h2 span {
    padding: 67px 34px 0;
    display: block;
    letter-spacing: 6px;
  }
  #sec2 .js .slick-slide li {
    margin-bottom: -10px;
  }
  #sec2 .js .slick-slide li img {
    width: 100%;
  }
  #sec2 .js .slick-slide li:after {
    content:
      "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 600px;
    z-index: 5;
    background: url("../img/index/sec2_deco.png") repeat-y;
  }
  #sec2 .js .slick-dots {
    margin-top: -60px;
    justify-content: flex-end;
    display: flex !important;
  }
  #sec2 .js .slick-dots li {
    width: 150px;
    height: 150px;
  }
  #sec2 .js .slick-dots li button {
    width: 100%;
    height: 100%;
  }
  #sec2 .ttl {
    position: absolute;
    top: 118px;
    left: 32px;
    width: 450px;
    z-index: 5;
    padding: 0;
  }
  #sec2 .ttl dt {
    font-size: 45px;
    line-height: 59px;
    margin-bottom: 47px;
  }
  #sec2 .ttl dt small {
    font-size: 26px;
  }
  #sec2 .ttl dd {
    width: 350px;
    margin: auto;
    text-align: justify;
  }
  #sec3 {
    padding: 123px 0 138px;
    position: relative;
    z-index: 10;
  }
  #sec3 h2 {
    font-size: 50px;
    width: 96px;
    left: 85px;
    top: 124px;
  }
  #sec3 h2 span {
    padding: 30px 34px 43px;
  }
  #sec3 .content {
    max-width: 1500px;
  }
  #sec3 .group {
    width: 1441px;
    margin: 0 auto;
    display: flex;
    float: right;
  }
  #sec3 .group .js {
    width: 912px;
    height: 571px;
  }
  #sec3 .group .ttl {}
  #sec3 .slick-dots {
    margin-top: 5px;
    text-align: right;
  }
  #sec3 .ttl {
    padding: 20px 29px;
    width: 611px;
    box-sizing: border-box;
    margin-top: 51px;
  }
  #sec3 .ttl dt {
    font-size: 41px;
    margin-bottom: 36px;
    line-height: 59px;
    letter-spacing: 0;
  }
  #sec3 .ttl dt small {
    font-size: 26px;
    letter-spacing: 0px;
  }
  #sec3 .ttl dd {
    width: 408px;
    margin-left: 42px;
    letter-spacing: 0px;
  }
  #sec4 {
    padding: 116px 0 100px;
  }
  #sec4:after {
    background-size: 1041px;
  }
  #sec4 h3 {
    font-size: 55px;
    margin-bottom: 60px;
  }
  #sec4 h3 small {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  #sec4 .logo {
    width: auto;
    margin-bottom: 21px;
    margin-left: 90px;
    z-index: 5;
    position: relative;
  }
  #sec4 .photo {
    top: -231px;
    width: 911px;
    left: calc(50% - 166px);
  }
  #sec4 .ttl {
    padding: 0;
    z-index: 2;
    position: relative;
    width: 415px;
    margin-left: auto;
  }
  #sec4 .ttl dt {
    font-size: 55px;
    margin-bottom: 29px;
    line-height: 68px;
    text-align: left;
    letter-spacing: 0px;
    width: 446px;
  }
  #sec4 .ttl dt small {
    font-size: 35px;
    letter-spacing: 0;
  }
  #sec4 .ttl dd {
    letter-spacing: 0px;
    width: 418px;
    text-align: justify;
  }
  #sec5 {
    padding: 182px 0 100px;
  }
  #sec5 h2 {
    margin-left: 18px;
    font-size: 55px;
    border-left: 5px solid #834c42;
    margin-bottom: 85px;
  }
  #sec5 h2 small {
    font-size: 35px;
    line-height: 55px;
    letter-spacing: 0;
    margin-bottom: 47px;
  }
  #sec5 .photo {
    margin-bottom: 0;
    margin-left: -203px;
  }
  #sec5 .g-photo {
    flex-direction: column;
    position: absolute;
    left: 561px;
    top: -68px;
    width: 473px;
  }
  #sec5 .g-photo li {
    width: 100%;
    margin-bottom: 10px;
  }
  #sec5 .txt {
    margin-left: auto;
    width: 437px;
    margin-top: -228px;
    letter-spacing: 0;
  }
  #rss {
    padding: 112px 0 100px;
    min-height: 627px;
    box-sizing: border-box;
  }
  #rss h2 {
    width: auto;
    text-align: center;
    margin-bottom: 48px;
  }
  #rss #feed {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
  #rss #feed .row {
    flex-direction: column;
    width: 300px;
    margin-bottom: 0;
  }
  #rss #feed .row .photo {
    margin-bottom: 20px;
  }
  #rss #feed .row .photo:hover {
    opacity: 0.8;
  }
  #rss #feed .row .photo span {
    width: 300px !important;
    height: 200px !important;
  }
  #rss #feed .row dl {
    width: 100%;
  }
  #rss #feed .row dl:hover dd {
    text-decoration: underline
  }
  #access {
    padding-bottom: 139px;
  }
  #access .photo {
    height: 650px;
    margin-bottom: 166px;
  }
  #access .photo img {
    width: 100%;
  }
  #rss .btn-cus {
    position: absolute;
    right: -4px;
    top: 12px;
    width: 246px;
  }
  #access h2 {
    font-size: 50px;
    letter-spacing: 0;
    margin-bottom: 70px;
  }
  #access .info dl {
    font-size: 16px;
    width: 850px;
    margin: 0 auto -3px;
  }
  #access .info dl dt {
    width: 226px;
    padding: 7px 20px 7px 53px;
    box-sizing: border-box;
  }
  #access .info dl dd {
    padding: 7px 20px 7px 3px;
    box-sizing: border-box;
  }
  #access .info dl dd span {
    font-size: 20px;
    letter-spacing: 0;
  }
  #access .info dl dd span.fax {
    margin-left: 0;
  }
  #access #gmap {
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-top: 128px;
  }
  #access #gmap .g-btn .col {
    width: 400px;
  }
  #access #gmap .g-btn {
    width: 857px;
    margin: 0 auto;
    justify-content: space-between;
  }
  #access #gmap .g-btn .col .btn-cus a, #access #gmap .g-btn .col .btn-cus span {
    font-size: 25px;
    text-align: left;
    padding-left: 65px;
    line-height: 76px;
    height: 78px;
  }
  #access #gmap .g-btn .col .btn2 {
    text-align: right;
    margin-top: 23px;
  }
  #access #gmap .g-btn .col .btn2 a {
    text-decoration: underline;
  }
  #access #gmap .g-btn .col .btn2 a:hover {
    text-decoration: none;
  }
  #access #gmap iframe {
    width: 1300px;
    margin: 0 auto 66px;
    height: 650px;
  }
}