@media screen and (min-width: 768px) {
  #mainvisual {
    height: 698px;
    position: relative;
    z-index: 1;
  }
  #mainvisual .slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1;
  }
  #mainvisual .slider .item1 {
    background: url(../images/key1.jpg) no-repeat center top/cover;
  }
  #mainvisual .slider .item2 {
    background: url(../images/key2.jpg) no-repeat center top/cover;
  }
  #mainvisual .slider .item3 {
    background: url(../images/key3.jpg) no-repeat center top/cover;
  }
  #mainvisual .slider .item4 {
    background: url(../images/key4.jpg) no-repeat center top/cover;
  }
  #mainvisual .slider .slick-list, #mainvisual .slider .slick-track, #mainvisual .slider .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}

#mainvisual .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 2;
  padding: 0;
}

#mainvisual .slick-dots button {
  height: 5px;
  width: 40px;
  border-radius: 0;
  background-color: #ababab;
  cursor: pointer;
}

#mainvisual .slick-dots li.slick-active button {
  background-color: #068f60;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  #mainvisual .item {
    background-position: left -350px top !important;
  }
  #mainvisual .item4 {
    background-position: center top !important;
  }
}

#sec1 {
  position: relative;
  z-index: 1;
}

#sec1::after {
  content: '';
  background-color: #faf7f3;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 313px;
  z-index: -1;
}

#sec1 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sec1 .inner .item {
  background-color: #068f60;
  width: 285px;
  color: #fff;
  padding-bottom: 20px;
}

#sec1 .inner .pt {
  width: 285px;
  height: 205px;
}

#sec1 .inner .pt img {
  -o-object-fit: contain;
     object-fit: contain;
}

#sec1 .inner dl {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#sec1 .inner dl dt {
  text-align: center;
  border-bottom: 2px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#sec1 .inner dl dt small {
  font-size: 18px;
  display: block;
  letter-spacing: 0;
  font-weight: 600;
}

#sec1 .inner dl dt span {
  font-size: 24px;
  font-weight: 700;
  display: block;
  letter-spacing: 0.05em;
  line-height: 30px;
}

#sec1 .inner dl dd {
  text-align: justify;
}

#sec1 .btn {
  padding: 57px 0;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  #sec1 .inner .item {
    width: calc((100% - 30px)/4);
  }
  #sec1 .inner .pt {
    width: 100%;
  }
  #sec1 .inner .pt img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  #sec1 .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sec1 .inner .item {
    width: 49%;
    margin-bottom: 2%;
  }
  #sec1 .inner dl {
    padding: 2% 5%;
  }
  #sec1 .inner dl dt {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #sec1 .inner dl dt small {
    font-size: 14px;
  }
  #sec1 .inner dl dt span {
    font-size: 19px;
  }
  #sec1 .inner .pt {
    width: 100%;
    height: auto;
  }
  #sec1 .btn {
    padding: 30px 0 35px;
  }
}

#sec2 {
  position: relative;
}

#sec2 h2 {
  padding: 76px 0  32px 0;
}

#sec2 .inner {
  width: 508px;
  margin-left: auto;
  padding-top: 10px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

#sec2 .inner h3 {
  margin-bottom: 20px;
  white-space: nowrap;
}

#sec2 .inner .btn {
  padding-top: 30px;
  padding-bottom: 95px;
}

/* #sec2 .inner .txt {
  letter-spacing: 0.18em;
} */

#sec2 .inner .btn a {
  margin-left: 0;
}

#sec2 .pt {
  position: absolute;
  top: 200px;
  left: -100px;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  #sec2 .inner {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  #sec2 .inner {
    width: 100%;
  }
  #sec2 .inner .btn {
    padding-bottom: 50px;
  }
  #sec2 .inner .btn a {
    margin-left: auto;
  }
  #sec2 .pt {
    position: unset;
  }
}

#sec3 {
  background-color: #e5f8f3;
  position: relative;
  padding-bottom: 60px;
  z-index: 1;
}

#sec3 h2 {
  padding: 60px 0 32px 0px;
}

#sec3::after {
  content: '';
  position: absolute;
  left: -100px;
  width: calc(50% + 650px);
  background-color: #b8e8dc;
  bottom: 0;
  top: 235px;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  z-index: -1;
}

#sec3 .inner {
  background-color: #fff;
  width: 695px;
  padding: 40px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
  margin-top: 160px;
}

#sec3 .inner h3 {
  margin-bottom: 20px;
}

#sec3 .pt {
  position: absolute;
  top: 175px;
  right: -92px;
}

@media screen and (max-width: 767px) {
  #sec3 {
    padding-bottom: 35px;
  }
  #sec3 .pt {
    position: unset;
  }
  #sec3 .inner {
    margin: -30px auto 0;
    width: 95%;
    padding: 4%;
  }
  #sec3::after {
    width: 105%;
  }
}

#sec4 {
  background-color: #e5f8f3;
  padding: 50px 0 0 0;
}

#sec4 h2 {
  color: #fff;
  background-color: #068f60;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 630px;
  margin: 0 auto;
}

#sec4 .b_pt {
  border: 1px solid #068f60;
  padding: 30px 0 5px;
  border-top-width: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#sec4 .b_pt > * {
  margin: 0 35px;
  position: relative;
  margin-bottom: 30px;
  padding: 0 !important;
}

#sec4 .b_pt > * a{
  width: 290px;
}

#sec4 .b_pt > * dt {
  position: absolute;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  bottom: 10px;
  left: 20px;
  z-index: 2;
}

#sec4 .b_pt > * dd {
  border: 1px solid #d5d5d5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

#sec4 .b_pt > * dd::before {
  content: '';
  border: 3px solid #f67e62;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

#sec4 .b_pt > *:hover dd::before {
  opacity: 1;
}

#sec4 .btn {
  padding: 40px 0 60px;
}

@media screen and (max-width: 767px) {
  #sec4 h2 {
    width: 90%;
  }
  #sec4 .b_pt {
    padding: 30px 1%;
  }
  #sec4 .b_pt > * {
    width: 48%;
    margin: 1%;
  }
  #sec4 .b_pt > * dt {
    font-size: 17px;
    bottom: 5px;
    left: 10px;
  }
  #sec4 .btn {
    padding-bottom: 40px;
  }
}

#sec5 {
  background-color: #faf7f3;
  position: relative;
  padding-bottom: 60px;
  z-index: 1;
}

#sec5 h2 {
  padding-top: 50px;
}

#sec5::after {
  content: '';
  position: absolute;
  right: -100px;
  width: calc(50% + 650px);
  background-color: #b8e8dc;
  bottom: 0;
  top: 235px;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
  z-index: -1;
}

#sec5 .inner {
  background-color: #fff;
  width: 695px;
  padding: 40px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
  margin-top: 160px;
  margin-left: auto;
}

#sec5 .inner h3 {
  margin-bottom: 20px;
}

#sec5 .pt {
  position: absolute;
  top: 162px;
  left: -92px;
}

@media screen and (max-width: 767px) {
  #sec5 {
    padding-bottom: 35px;
  }
  #sec5 h2 {
    padding-top: 30px;
  }
  #sec5 .pt {
    position: unset;
  }
  #sec5 .inner {
    margin: -30px auto 0;
    width: 95%;
    padding: 4%;
  }
  #sec5::after {
    width: 115%;
  }
}

#sec6 {
  background-color: #faf7f3;
  padding: 50px 0 0 0;
}

#sec6 h2 {
  color: #fff;
  background-color: #068f60;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 630px;
  margin: 0 auto;
}

#sec6 .b_pt {
  border: 1px solid #068f60;
  padding: 30px 80px 5px;
  border-top-width: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sec6 .b_pt > * {
  position: relative;
  margin-bottom: 30px;
}

#sec6 .b_pt > * dt {
  position: absolute;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  bottom: 10px;
  left: 20px;
  z-index: 2;
}

#sec6 .b_pt > * dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

#sec6 .b_pt > * dd::before {
  content: '';
  border: 3px solid #f67e62;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

#sec6 .b_pt > *:hover dd::before {
  opacity: 1;
}

#sec6 .btn {
  padding: 40px 0 60px;
}

@media screen and (max-width: 767px) {
  #sec6 h2 {
    width: 90%;
  }
  #sec6 .b_pt {
    padding: 30px 1%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sec6 .b_pt > * {
    width: 48%;
    margin: 1%;
  }
  #sec6 .b_pt > * dt {
    font-size: 17px;
    bottom: 5px;
    left: 10px;
  }
  #sec6 .btn {
    padding-bottom: 40px;
  }
}

#sec7 {
  position: relative;
}

#sec7 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 10px;
  margin-top: 60px;
}

#sec7 .inner > * {
  position: relative;
}

#sec7 .inner > *:nth-child(even) {
  margin-top: 30px;
}

#sec7 .inner > *:hover .icon_btn img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

#sec7 .inner dl {
  position: relative;
}

#sec7 .inner dl dt {
  position: absolute;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  background-color: #068f60;
  padding: 13px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: -27px;
  z-index: 2;
}

#sec7 .inner dl dd {
  position: relative;
  z-index: 1;
}

#sec7 .inner dl dd::after {
  content: '';
  background-color: #e5f8f3;
  top: 11px;
  left: 11px;
  right: -11px;
  bottom: -11px;
  position: absolute;
  z-index: -1;
}

#sec7 .inner .icon_btn {
  position: absolute;
  bottom: -11px;
  right: -11px;
  z-index: 2;
  background-color: #333333;
}

#sec7 .btn {
  padding-top: 67px;
  padding-bottom: 50px;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  #sec7 .inner > * {
    width: calc((100% - 60px)/4);
  }
}

@media screen and (max-width: 767px) {
  #sec7 .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sec7 .inner > * {
    width: 47%;
    margin-top: 0 !important;
    margin-bottom: 60px;
  }
  #sec7 .inner dl dt {
    font-size: 16px;
    padding: 5px 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: -17px;
  }
  #sec7 .inner .icon_btn {
    width: 30px;
  }
  #sec7 .btn {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

#sec8 {
  background-color: #e5f8f3;
}

#sec8 h2 {
  padding-top: 60px;
}

#sec8 .inner dl {
  position: relative;
  margin-bottom: 60px;
}

#sec8 .inner dl dt {
  background-color: #fff;
  border: 1px solid #068f60;
  border-left-width: 7px;
  padding: 30px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 700;
}

#sec8 .inner dl dt span {
  font-size: 34px;
  margin-right: 25px;
}

#sec8 .inner dl dd {
  position: absolute;
  right: 16px;
  bottom: -25px;
}

#sec8 .inner dl dd a {
  background-color: #068f60;
  color: #fff;
  width: 280px;
  padding: 15px 0;
  text-align: center;
  display: block;
  font-weight: 600;
  font-size: 16px;
  background-image: url(../images/s7_btn.png);
  background-size: 30px;
  background-position: center right 20px;
  background-repeat: no-repeat;
}

#sec8 .inner dl dd a:hover {
  background-position: center right 10px;
}

#sec8 .btn {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  #sec8 .inner dl dt {
    font-size: 15px;
    padding: 20px 10px;
  }
  #sec8 .inner dl dt span {
    font-size: 21px;
    margin-right: 8px;
  }
  #sec8 .inner dl dd {
    bottom: -17px;
    right: 10px;
  }
  #sec8 .inner dl dd a {
    width: auto;
    padding: 5px 25px;
    background-position: center right 0;
  }
  #sec8 .btn {
    padding-bottom: 40px;
  }
  /* #sec8 .btn a {
    background-color: #fff;
  } */
}

#sec9 {
  padding-top: 60px;
}

#sec9 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sec9 h2 {
  font-size: 36px;
  padding-top: 30px;
  margin-bottom: 25px;
  text-align: left;
  background-position: left bottom;
}

#sec9 .left {
  width: 490px;
}

/* #sec9 .left .item {
  padding: 0 30px 30px;
} */

#sec9 .left .pt{
  padding-left: 30px;
  padding-right: 30px;
}

#sec9 .left .item .btn {
  padding-top: 30px;
}

#sec9 .left .item1 {
  border: 4px solid #068f60;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

#sec9 .left .item1 .gmap {
  margin-top: 25px;
}

#sec9 .left .item1 h2{
  padding-top: 30px !important;
}

#sec9 .left .item1 iframe {
  width: 100%;
  height: 210px;
}

#sec9 .left .item2 {
  border: 4px solid #f67e62;
}

#sec9 .left .item2 h2 {
  background-color: #f67e62;
  text-align: center;
  background-image: none;
  margin-bottom: 27px;
  color: #fff;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 0.05em;
  padding: 8px 0 15px !important;
}

#sec9 .left .item2 .btn{
  padding-bottom: 30px;
}

#sec9 .right {
  width: 690px;
  background-color: #faf7f3;
  padding: 0 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#sec9 .right .item1 .pt {
  margin-top: 25px;
  margin-bottom: 32px;
}

#sec9 .right .item2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 28px;
  margin-top: 30px;
}

#sec9 .right .item2 dl dt {
  width: 270px;
}

#sec9 .right .item2 dl dd {
  width: 327px;
}

#sec9 .right .btn > * {
  background-color: #fff;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  #sec9 .left {
    width: 45%;
  }
  #sec9 .right {
    width: 53%;
  }
  #sec9 .btn a {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #sec9 h2 {
    font-size: 27px;
    margin-left: 0;
  }
  #sec9 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #sec9 .left, #sec9 .right {
    width: 100%;
  }
  /* #sec9 .left .item {
    padding: 0 4% 4%;
  } */
  #sec9 .left .item .btn {
    padding-top: 20px;
    padding-bottom: 0;
  }
  #sec9 .left .item2 h2 {
    font-size: 27px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  #sec9 .left .item2 .btn{
    padding-bottom: 30px;
  }
  #sec9 .left .item2 h2 img {
    height: 62px;
  }
  #sec9 .right {
    margin-top: 30px;
    padding: 0 4%;
  }
  #sec9 .right .item1 .pt {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  /* #sec9 .right .item2 {
    padding-bottom: 30px;
  } */
  #sec9 .right .item2 dl{
    flex-direction: column;
  }

  #sec9 .right .item2 dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
  #sec9 .right .item2 dl dd {
    width: 100%;
  }
}

#sec10 {
  padding-top: 60px;
  padding-bottom: 70px;
}

#sec10 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sec10 .left {
  width: 690px;
  position: relative;
}

#sec10 .left h2 {
  font-size: 36px;
  padding-top: 0 !important;
  padding-bottom: 20px;
  margin-bottom: 25px;
  text-align: left;
  background-position: left bottom;
}

#sec10 .left .btn_news a {
  display: block;
  width: 136px;
  border: 1px solid currentColor;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  padding: 4px 0;
  color: #068f60;
}

#sec10 .left .btn_news a:hover {
  background-color: #333;
}

#sec10 .left .news {
  max-height: 215px;
  overflow: auto;
  margin-bottom: 50px;
}

#sec10 .left .news dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0;
  border-bottom: 1px dashed #a0a1a2;
}

#sec10 .left .news dl dt {
  width: 135px;
  text-align: center;
  margin-right: 15px;
}

#sec10 .left .b_btn .btn_banner {
  -webkit-transition: .3s;
  transition: .3s;
}

#sec10 .left .b_btn .btn_banner:first-child {
  margin-bottom: 30px;
}

#sec10 .left .b_btn .btn_banner:hover {
  opacity: .8;
}

#sec10 .right {
  width: 490px;
  background-color: #F5F6F7;
}

#sec10 .right .fb-page {
  width: 100%;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  #sec10 .left {
    width: 53%;
  }
  #sec10 .right {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  #sec10 {
    padding-bottom: 35px;
  }
  #sec10 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #sec10 .left, #sec10 .right {
    width: 100%;
  }
  #sec10 .left h2 {
    font-size: 27px;
  }
  #sec10 .left .news dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #sec10 .left .news dl dt {
    text-align: left;
  }
  #sec10 .left .b_btn {
    margin-bottom: 30px;
  }
  #sec10 .left .b_btn .btn_banner:first-child {
    margin-bottom: 20px;
  }
  #sec10 .right {
    max-height: 400px;
    overflow: hidden;
  }
}