#sec1 {
  padding: 25vw 0 20vw;
}
#sec1 .group-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#sec1 .group-title .group-tit {
  background: url("../img/index/news_deco.png") no-repeat top left/50% auto;
  margin: 0 0 0 -3%;
  padding: 4vw 0 0 8%;
}
#sec1 .group-title .group-tit h2 {
  font-size: 10vw;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
#sec1 .group-title .group-tit h3 {
  font-size: 4vw;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin: 1vw 0 0;
}
#sec1 .group-title .btn-link {
  margin: 11vw 0 0 5%;
}
#sec1 .group-feed {
  margin: 7vw 0 0;
}
#sec1 .group-feed #feed dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sec1 .group-feed #feed dl dt {
  width: 45vw;
}
#sec1 .group-feed #feed dl dt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#sec1 .group-feed #feed dl dt a small {
  background: #004c71;
  color: #fff;
  font-size: 3vw;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0;
  text-align: center;
  margin: 0 2vw 0 0;
}
#sec1 .group-feed #feed dl dt a span {
  display: block;
  width: 100% !important;
  height: 28vw !important;
  background: url("../img/index/feed_img.jpg") no-repeat center/cover;
}
#sec1 .group-feed #feed dl dd {
  position: relative;
  z-index: 2;
  line-height: 1.5;
  width: calc(100% - 45vw);
  padding: 0 0 0 4vw;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sec1 .group-feed #feed dl dd span, #sec1 .group-feed #feed dl dd a {
  display: block;
}
#sec1 .group-feed #feed2 {
  margin: 4vw 0 0 7vw;
}
#sec1 .group-feed #feed2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sec1 .group-feed #feed2 dl + dl {
  margin-top: 4vw;
}
#sec1 .group-feed #feed2 dl dt {
  width: 38vw;
}
#sec1 .group-feed #feed2 dl dt a {
  display: block;
  position: relative;
}
#sec1 .group-feed #feed2 dl dt a span {
  display: block;
  width: 100% !important;
  height: 28vw !important;
  background: url("../img/index/feed_img2.jpg") no-repeat center/cover;
}
#sec1 .group-feed #feed2 dl dd {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #fff;
  line-height: 1.5;
  padding: 0 0 0 4vw;
  width: calc(100% - 38vw);
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sec1 .group-feed #feed2 dl dd span, #sec1 .group-feed #feed2 dl dd a {
  display: block;
}
#sec1 .btn-insta {
  margin: 10vw 5% 0;
}
#sec1 .btn-insta a {
  background: #004c71;
  font-size: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 20px;
}
#sec1 .btn-insta a small {
  font-size: 16px;
}
#sec1 .btn-insta a img {
  width: 30px;
  margin-left: 20px;
  opacity: 1;
}

#sec2 {
  position: relative;
  background: url("../img/index/s2_deco_sp.png") no-repeat top center/100% auto;
  padding: 7vw 0 20vw;
}
#sec2::before {
  content: '';
  position: absolute;
  background: url("../img/shared/bg2.jpg");
  left: 0;
  right: 39%;
  bottom: 0;
  top: 31vw;
}
#sec2 h2 {
  margin: 0 35%;
}
#sec2 .group-img {
  position: relative;
  margin: 8vw 0 0;
}
#sec2 .group-img .img {
  width: 70%;
}
#sec2 .group-img .img2 {
  margin: 4vw 8% 0 29%;
}
#sec2 .txt {
  margin: 12vw 0 0;
  letter-spacing: 0;
}

#sec3 {
  padding: 10vw 0 0;
  margin: 0 0 28vw;
  position: relative;
}
#sec3::before {
  content: '';
  position: absolute;
  background: url("../img/shared/bg2.jpg");
  left: 0;
  right: 0;
  bottom: -62vw;
  height: 50vw;
}
#sec3 .group1 {
  position: relative;
}
#sec3 .group1::before {
  content: '';
  position: absolute;
  background: url("../img/index/s3_deco.png") no-repeat center/100% auto;
  width: 40vw;
  height: 22vw;
  top: 5vw;
  right: -10vw;
}
#sec3 .group1 h2 {
  font-size: 7vw;
  line-height: 1.3;
  position: relative;
  z-index: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
#sec3 .group1 h2 span {
  font-size: 9vw;
}
#sec3 .group1 h3 {
  line-height: 1.5;
  font-size: 9vw;
  letter-spacing: 0.12em;
  margin: 5vw 0 0 4%;
  position: relative;
  z-index: 2;
}
#sec3 .group1 h3 small {
  font-size: 7vw;
}
#sec3 .group1 h3 span {
  display: block;
  font-size: 7vw;
  font-weight: 700;
}
#sec3 .group1 .img {
  position: absolute;
  width: 70%;
  top: 45vw;
  left: -13%;
}
#sec3 .group1 .img2 {
  position: relative;
  z-index: 2;
  margin: 24vw -26% 5vw;
}
#sec3 .group1 .imgs1 {
  position: absolute;
  top: 50vw;
  right: -5%;
  width: 35%;
}
#sec3 .group1 .imgs2 {
  position: absolute;
  top: 115vw;
  left: 10%;
  width: 47%;
}
#sec3 .group1 .right {
  margin: 0 0 0 auto;
  position: relative;
  z-index: 4;
  text-align: center;
}
#sec3 .group1 .right .btn-link {
  margin: 7vw 0 0;
}
#sec3 .group1 .right .txt {
  letter-spacing: 0;
  margin: 0 -5%;
  text-align: center;
}
#sec3 .group2 {
  margin: 12vw 0;
  position: relative;
}
#sec3 .group2::before {
  content: '';
  position: absolute;
  background: url("../img/index/s3_deco2.png") no-repeat center/100% auto;
  width: 24vw;
  height: 8vw;
  top: -10vw;
  left: -2%;
}
#sec3 .group2 .img {
  margin: 0 6.5%;
}
#sec3 .group2 .left {
  padding: 3vw 0 0;
  position: relative;
  z-index: 2;
  text-align: center;
}
#sec3 .group2 .left h3 {
  font-size: 9vw;
  letter-spacing: 0.11em;
  line-height: 1.3;
}
#sec3 .group2 .left h3 small {
  font-size: 45px;
}
#sec3 .group2 .left .txt {
  letter-spacing: 0;
  margin: 3vw -5% 0;
  text-align: center;
}
#sec3 .group3 .group-img {
  margin: 0 0 0 -5%;
}
#sec3 .group3 .group-img .img {
  width: 79%;
}
#sec3 .group3 .group-img .img1 {
  margin: 4vw 5% 0 18%;
}
#sec3 .group3 .right {
  padding: 7vw 0 0;
  position: relative;
}
#sec3 .group3 .right::before {
  content: '';
  position: absolute;
  background: url("../img/index/s3_deco3.png") no-repeat center/100% auto;
  width: 25vw;
  height: 25vw;
  top: 3vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#sec3 .group3 .right h3 {
  font-size: 7vw;
  position: relative;
  z-index: 2;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-align: center;
}
#sec3 .group3 .right h3 span {
  font-size: 9vw;
}
#sec3 .group3 .right .txt {
  margin: 7vw 0 0;
  position: relative;
  z-index: 2;
  letter-spacing: 0.02em;
}

#sec4 {
  position: relative;
  z-index: 2;
  margin: 0 0 20vw;
}
#sec4 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sec4 .flex .banner {
  width: 48%;
}
#sec4 .flex .banner a {
  display: block;
  text-align: center;
  background: #004c71;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding: 5vw 5% 12vw;
  position: relative;
}
#sec4 .flex .banner a:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 3vw;
  background: url("../img/index/arrow2.png") no-repeat top center/100% auto;
  width: 4vw;
  height: 6vw;
}
#sec4 .flex .banner a .title {
  font-size: 7vw;
  line-height: 1.3;
  margin: 0 0 2vw;
}
#sec4 .flex .banner a .sub-title {
  background: #0a3255;
  line-height: 1.8;
  font-size: 3.5vw;
  letter-spacing: 0;
  width: 100%;
}
#sec4 .flex .banner a .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sec5 {
  position: relative;
}
#sec5::before {
  content: '';
  position: absolute;
  background: url("../img/index/s5_deco.png") no-repeat center/100% auto;
  width: 40vw;
  height: 30vw;
  top: -10vw;
  left: -30vw;
}
#sec5 #sec5-1 {
  margin: 0 0 12vw;
}
#sec5 #sec5-1 .group {
  position: relative;
  margin: 0 -5%;
}
#sec5 #sec5-1 .group .img {
  margin: 0 0 10vw 40%;
}
#sec5 #sec5-1 .group .left .group-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 2vw;
  left: 5%;
}
#sec5 #sec5-1 .group .left .group-tit h2 {
  font-size: 9vw;
  line-height: 1.3;
  margin: 0 0 0 2vw;
  border-left: 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4vw 0 0 2vw;
  letter-spacing: 0.12em;
}
#sec5 #sec5-1 .group .left .group-tit h3 {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  padding: 3vw 1vw 0 0;
}
#sec5 #sec5-1 .group .left .txt {
  text-align: center;
  letter-spacing: 0;
}
#sec5 #sec5-1 .sub-txt {
  margin: 15vw -5% 0;
  text-align: center;
  letter-spacing: 0;
}
#sec5 #sec5-2 {
  position: relative;
}
#sec5 #sec5-2::before {
  content: '';
  position: absolute;
  background: url("../img/index/s5_deco2.png") no-repeat center/100% auto;
  width: 20vw;
  height: 7vw;
  bottom: 7vw;
  right: 5%;
}
#sec5 #sec5-2 .slide-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 2vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sec5 #sec5-2 .slide-nav .thumb {
  width: 49%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid;
  font-weight: 700;
  padding: 2vw 4%;
  margin: 0 0 5vw;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#sec5 #sec5-2 .slide-nav .thumb:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../img/index/s5_arrow.png") no-repeat bottom center/100% auto;
  width: 25px;
  height: 10px;
  bottom: -9px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#sec5 #sec5-2 .slide-nav .thumb dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
}
#sec5 #sec5-2 .slide-nav .thumb dl dt {
  font-size: 4vw;
}
#sec5 #sec5-2 .slide-nav .thumb dl dd {
  font-size: 4vw;
}
#sec5 #sec5-2 .slide-nav .thumb dl dd small {
  font-size: 3.5vw;
}
#sec5 #sec5-2 .slide-nav .thumb.active {
  background: #004c71;
  border-color: #004c71;
  color: #fff;
}
#sec5 #sec5-2 .slide-nav .thumb.active::after {
  opacity: 1;
  visibility: visible;
}
#sec5 #sec5-2 .slide1 {
  text-align: left;
  margin: 0 0 0 -5%;
}
#sec5 #sec5-2 .slide1 .slick-arrow {
  width: 12vw;
  height: 12vw;
  top: 53vw;
}
#sec5 #sec5-2 .slide1 .slick-arrow.slick-prev {
  left: 4.5%;
}
#sec5 #sec5-2 .slide1 .slick-arrow.slick-next {
  right: auto;
  left: 20%;
}
#sec5 #sec5-2 .slide1 .group {
  position: relative;
}
#sec5 #sec5-2 .slide1 .group .right {
  position: relative;
  z-index: 2;
  padding: 0 0 0 5%;
}
#sec5 #sec5-2 .slide1 .group .right dl {
  padding: 0 0 5vw;
  border-bottom: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sec5 #sec5-2 .slide1 .group .right dl dt {
  font-size: 9vw;
  letter-spacing: 0.12em;
  line-height: 1.3;
}
#sec5 #sec5-2 .slide1 .group .right dl dd {
  text-align: right;
  font-size: 7vw;
  line-height: 1.3;
  letter-spacing: 0.12em;
}
#sec5 #sec5-2 .slide1 .group .right dl dd small {
  font-size: 6.5vw;
}
#sec5 #sec5-2 .slide1 .group .right .txt {
  margin: 5vw 0 0 0;
  letter-spacing: 0.02em;
}
#sec5 #sec5-2 .btn-link {
  margin: 10vw 0 0;
  position: relative;
  z-index: 2;
}

#sec6 {
  position: relative;
  margin: 10vw 0 0;
  padding: 10vw 0 15vw;
}
#sec6::before {
  content: '';
  position: absolute;
  top: 31vw;
  bottom: 0;
  right: 0;
  left: 0;
  background: url("../img/shared/bg2.jpg");
}
#sec6::after {
  content: '';
  position: absolute;
  bottom: 45vw;
  right: 0;
  background: url("../img/index/s6_deco.png") no-repeat center/100% auto;
  width: 23vw;
  height: 10vw;
}
#sec6 .wrap {
  z-index: 2;
}
#sec6 #feed3 {
  width: 61%;
  height: 38vw;
  padding: 7vw 0 0;
}
#sec6 #feed3 dl {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sec6 #feed3 dl dt {
  height: 100%;
  width: 100%;
}
#sec6 #feed3 dl dt a {
  display: block;
  height: 100%;
}
#sec6 #feed3 dl dt a span {
  display: block;
  background: url("../img/index/s6_img.jpg") no-repeat center/cover;
  width: 100% !important;
  height: 100% !important;
}
#sec6 .left h2 {
  font-size: 9vw;
  letter-spacing: 0.12em;
  line-height: 1.5;
  position: absolute;
  top: 0;
  right: 15%;
}
#sec6 .left .inner {
  padding: 5vw 0 0;
  position: relative;
  z-index: 2;
  text-align: center;
}
#sec6 .left .inner .txt {
  letter-spacing: 0;
}
#sec6 .left .inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1.5;
  margin: 5vw 0 7vw;
}
#sec6 .left .inner dl dt {
  font-size: 5.6vw;
  letter-spacing: 0.05em;
}
#sec6 .left .inner dl dt small {
  font-size: 4vw;
}
#sec6 .left .inner dl dd {
  font-weight: 700;
  letter-spacing: 0;
  color: #b41717;
  margin-left: 1em;
        font-size: 3.5vw;
}

#sec7 {
  padding: 25vw 0 20vw;
}
#sec7 h2 {
  background: url("../img/index/s7_deco.png") no-repeat top center/22% auto;
  padding: 10vw 0 0;
  margin: 0 0 7vw;
  font-size: 9vw;
  letter-spacing: 0.12em;
  text-align: center;
}
#sec7 .flex {
  text-align: center;
}
#sec7 .flex .left, #sec7 .flex .right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sec7 .flex .left .group-tit, #sec7 .flex .right .group-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 4vw;
}
#sec7 .flex .left .group-tit h3, #sec7 .flex .right .group-tit h3 {
  font-size: 7vw;
  line-height: 1.3;
}
#sec7 .flex .left .group-tit .sub-txt, #sec7 .flex .right .group-tit .sub-txt {
  font-size: 4.5vw;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 0 5%;
  background: #ece7df;
  margin: 0 0 0 5%;
}
#sec7 .flex .left .box-tel {
  background: #004c71;
  color: #fff;
  padding: 25px 0 20px;
  margin: 0 5%;
}
#sec7 .flex .left .box-tel .tel {
  font-weight: 700;
}
#sec7 .flex .left .box-tel .tel small {
  display: block;
  font-size: 5vw;
  line-height: 1.2;
}
#sec7 .flex .left .box-tel .tel span {
  font-size: 7vw;
  letter-spacing: 0.05em;
  display: block;
  line-height: 1.35;
}
#sec7 .flex .left .box-tel .tel span small {
  display: inline-block;
}
#sec7 .flex .left .box-tel .sub-tel {
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0;
}
#sec7 .flex .left .time {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5vw 0;
  font-weight: 700;
  font-size: 3.5vw;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sec7 .flex .left .time dt {
  text-align: right;
}
#sec7 .flex .left .time dd {
  margin-left: 5%;
}
#sec7 .flex .left fieldset {
  border: 1px solid;
  font-size: 3.5vw;
  line-height: 1.8;
  text-align: center;
  padding: 1vw 0 5vw;
  margin: 0 5%;
  font-weight: 700;
  letter-spacing: 0;
}
#sec7 .flex .left fieldset legend {
  padding: 0 3%;
  letter-spacing: 0;
}
#sec7 .flex .left fieldset p {
  display: inline-block;
  text-align: left;
  letter-spacing: 0.05em;
}
#sec7 .flex .right fieldset {
  border: 1px solid;
  font-size: 3.5vw;
  line-height: 1.8;
  text-align: center;
  padding: 1vw 0 5vw;
  margin: 0 0 6%;
  font-weight: 700;
  letter-spacing: 0;
}
#sec7 .flex .right fieldset legend {
  padding: 0 3%;
  letter-spacing: 0;
}
#sec7 .flex .right fieldset p {
  display: inline-block;
  text-align: left;
  letter-spacing: 0.05em;
	padding: 0 5vw 0;
}
#sec7 .flex .left .sub-txt1 {
  margin: 5vw -5% 10vw;
  font-weight: 700;
  font-size: 3.5vw;
  letter-spacing: 0;
  line-height: 1.8;
}
#sec7 .flex .right {
  border-top: 1px solid #a19a8f;
  padding: 12vw 0 0;
}
#sec7 .flex .right .group-tit h3 {
  font-size: 6vw;
}
#sec7 .flex .right .item + .item {
  border-top: 1px solid #a19a8f;
  margin: 7vw 0 0;
  padding-top: 7vw;
}
#sec7 .flex .right .item + .item .btn a img {
  width: 8vw;
}
#sec7 .flex .right .item {
  padding: 0 5%;
}
#sec7 .flex .right .item .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4.5vw;
  font-weight: 700;
  line-height: 1.5;
  background: #004c71;
  color: #fff;
  padding: 5vw 0;
  letter-spacing: 0.05em;
  text-decoration: none;
}
#sec7 .flex .right .item .btn a img {
  margin-right: 5%;
  opacity: 1;
  width: 7vw;
}

#sec8 {
  position: relative;
  padding: 12vw 0 20vw;
}
#sec8::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 18%;
  bottom: 125vw;
  background: url("../img/shared/bg2.jpg");
}
#sec8 .group1 {
  margin: 0 0 0 -5%;
  position: relative;
}
#sec8 .group1 .group-img {
  width: 67%;
  position: relative;
  z-index: 2;
}
#sec8 .group1 .group-img .img1 {
  margin: 6vw 15% 0 16%;
}
#sec8 .group1 .right {
  padding: 7vw 0 0;
}
#sec8 .group1 .right::before {
  content: '';
  position: absolute;
  background: url("../img/index/s8_deco.png") no-repeat center/100% auto;
  width: 20vw;
  height: 10vw;
  top: 40vw;
  right: -5%;
}
#sec8 .group1 .right::after {
  content: '';
  position: absolute;
  background: url("../img/index/s8_deco2.png") no-repeat center/100% auto;
  width: 50vw;
  height: 4vw;
  top: 61vw;
  left: 33%;
}
#sec8 .group1 .right h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 2;
  font-size: 9vw;
  line-height: 1.8;
  letter-spacing: 0.12em;
  text-align: center;
  top: 5vw;
  right: 0;
}
#sec8 .group1 .right h2 span {
  font-weight: 700;
  font-size: 5vw;
  border-right: 1px solid;
  padding: 2vw 2vw 2vw 0;
  letter-spacing: 0.06em;
}
#sec8 .group1 .right .txt {
  text-align: center;
  margin: 0 -5% 10vw;
  letter-spacing: 0.02em;
}
#sec8 .group1 .right .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 -5% 0 24%;
  padding: 0 5% 5vw 0;
  background: url("../img/index/s8_deco3.png") repeat-x bottom center/100% auto;
}
#sec8 .group1 .right .group h3 {
  font-size: 9vw;
  line-height: 1.3;
  letter-spacing: 0.12em;
}
#sec8 .group1 .right .group .time {
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 0 5%;
  background: #004c71;
  color: #fff;
  margin: 0 0 0 5%;
}
#sec8 .group2 {
  margin: 10vw 0 0;
}
#sec8 .group2 dl {
  margin: 5vw 0;
  letter-spacing: 0.12em;
  text-align: center;
  line-height: 1.3;
}
#sec8 .group2 dl dt {
  font-size: 9vw;
  letter-spacing: 0.12em;
}
#sec8 .group2 dl dd {
  font-size: 7vw;
  margin: 3vw 0 0;
}
#sec8 .group2 dl dd span {
  font-size: 6vw;
}
#sec8 .group2 dl dd small {
  font-size: 5vw;
}
#sec8 .group2 .txt {
  letter-spacing: 0.02em;
  text-align: center;
}

#sec9 {
  position: relative;
  padding: 15vw 0 0;
}
#sec9::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 82%;
  bottom: 7vw;
  background: url("../img/shared/bg2.jpg");
}
#sec9 .group1 {
  border-bottom: 1px solid;
  margin: 0 0 5vw;
  padding: 0 0 4vw;
}
#sec9 .group1 .txt {
  padding: 2vw 0 0;
  letter-spacing: 0.02em;
  text-align: center;
}
#sec9 .group1 .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sec9 .group1 .group h3 {
  font-size: 9vw;
  line-height: 1.3;
  letter-spacing: 0.12em;
}
#sec9 .group1 .group .time {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 0 4% 0;
  background: #004c71;
  color: #fff;
  margin: 0 0 0 5%;
}
#sec9 .txt1 {
  text-align: center;
  margin: 0 -5%;
  letter-spacing: 0;
}
#sec9 .txt1 span {
  display: block;
}
#sec9 .group2 {
  margin: 10vw 6.5% 0;
}
#sec9 .group2 .item + .item {
  margin-top: 7vw;
}
#sec9 .group2 .item .img {
  position: relative;
}
#sec9 .group2 .item .img span {
  position: absolute;
  background: #004c71;
  color: #fff;
  z-index: 2;
  top: 0;
  left: 2vw;
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 1.75;
  padding: 4% 0;
}
#sec9 .group2 .item dl {
  text-align: center;
  line-height: 1.3;
  font-size: 6vw;
  margin: 3vw 0 0;
}
#sec9 .group2 .item dl dd {
  margin: 2vw 0 0;
}
#sec9 .group2 .item dl dd span {
  font-size: 4vw;
}
#sec9 .btn-pop {
  margin: 10vw 6.5% 0;
}
#sec9 .btn-pop a {
  background: #004c71;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 5vw;
  position: relative;
  display: block;
  line-height: 2.7;
  text-decoration: none;
  padding: 2vw 0;
}
#sec9 .btn-pop a::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/index/s9_arrow.png") no-repeat center/100% auto;
  width: 7vw;
  height: 7vw;
  right: 7%;
}

#popup2 {
  padding: 70px 0 70px;
  background: #fff;
  position: relative;
}
#popup2 h2 {
  text-align: center;
  font-size: 7vw;
  line-height: 1.3;
    margin: 0 0 20px;
  }
    #popup2 .note{
    margin: 0 0 20px;
    }
#popup2 .flex .col dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.625;
  letter-spacing: 0;
  padding: 10px 0 10px;
  border-bottom: 1px solid;
  text-align: left;
}
#popup2 .flex .col dl dd {
  text-align: right;
  min-width: 80px;
}

#ggmap {
  position: relative;
  margin: 20vw 0 20vw;
}
#ggmap .group-tit {
  background: url("../img/index/news_deco.png") no-repeat top left/20% auto;
  height: 22vw;
  margin: 0 0 5vw 4.5%;
  padding: 0 0 0 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#ggmap .group-tit h2 {
  font-size: 8vw;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
#ggmap .group-tit h3 {
  font-size: 4vw;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin: 0 0 0 4%;
}
#ggmap .list-btn {
  margin: 10vw 4.5% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#ggmap .list-btn .copy {
  opacity: 1;
}
#ggmap .list-btn .copied:hover span {
  border-color: #004c71;
}
#ggmap #gggmap {
  height: 480px;
}
#ggmap #gggmap iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
    #ggmap .list-btn{
            display: block;
    }
#ggmap .btn-link{
        width: 100%;
    text-align: center;
    margin: 0 auto 8%;
}
#ggmap .btn-link a{
            justify-content: center;
    }
#ggmap .btn-link a span{
           padding: 0 1em;
    min-width: 11em;
    }
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding: 126px 0 117px;
  }
  #sec1 .group-title .group-tit {
    background: url("../img/index/news_deco.png") no-repeat top left;
    margin: 0 0 0 -41px;
    padding: 26px 0 0 40px;
  }
  #sec1 .group-title .group-tit h2 {
    font-size: 45px;
  }
  #sec1 .group-title .group-tit h3 {
    font-size: 16px;
    margin: 9px 0 0;
  }
  #sec1 .group-title .btn-link {
    margin: 78px 0 0 46px;
  }
  #sec1 .group-feed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 50px 0 0;
  }
  #sec1 .group-feed #feed {
    width: 300px;
  }
  #sec1 .group-feed #feed dl {
    display: block;
  }
  #sec1 .group-feed #feed dl dt {
    width: auto;
    margin: 0 0 -37px;
  }
  #sec1 .group-feed #feed dl dt a {
    display: block;
  }
  #sec1 .group-feed #feed dl dt a small {
    position: absolute;
    top: 0;
    left: 8px;
    font-size: 16px;
    padding: 14px 0 10px;
    margin: 0;
  }
  #sec1 .group-feed #feed dl dt a span {
    height: 213px !important;
  }
  #sec1 .group-feed #feed dl dt a:hover {
    opacity: 0.8;
  }
  #sec1 .group-feed #feed dl dd {
    display: inline-block;
    background: #fff;
    padding: 11px 17px 15px 15px;
    width: auto;
    min-width: 80%;
  }
  #sec1 .group-feed #feed dl dd span, #sec1 .group-feed #feed dl dd a {
    font-size: 15px;
  }
  #sec1 .group-feed #feed2 {
    width: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
  }
  #sec1 .group-feed #feed2 dl {
    width: 300px;
    display: block;
  }
  #sec1 .group-feed #feed2 dl + dl {
    margin-top: 0;
  }
  #sec1 .group-feed #feed2 dl dt {
    margin: 0 0 -37px;
    width: auto;
  }
  #sec1 .group-feed #feed2 dl dt a span {
    height: 213px !important;
  }
  #sec1 .group-feed #feed2 dl dt a:hover {
    opacity: 0.8;
  }
  #sec1 .group-feed #feed2 dl dd {
    display: inline-block;
    background: #fff;
    padding: 11px 17px 15px 15px;
    letter-spacing: 0;
    width: auto;
    min-width: 80%;
  }
  #sec1 .group-feed #feed2 dl dd span, #sec1 .group-feed #feed2 dl dd a {
    font-size: 15px;
  }
  #sec1 .btn-insta {
    position: absolute;
    right: 20px;
    top: 33px;
    margin: 0;
  }
  #sec1 .btn-insta a {
    font-size: 22px;
    padding: 23px 43px 23px 35px;
  }
  #sec1 .btn-insta a small {
    font-size: 19px;
  }
  #sec1 .btn-insta a img {
    width: 40px;
    margin-left: 30px;
  }
  #sec1 .btn-insta a:hover {
    background: #0a3255;
    transition: ease 0.3s;
  }

  #sec2 {
    background: url("../img/index/s2_deco.png") no-repeat top center;
    padding: 34px 0 133px;
    min-height: 940px;
  }
  #sec2::before {
    right: calc(50% - 610px);
    top: 293px;
  }
  #sec2 h2 {
    position: absolute;
    top: 98px;
    right: 127px;
    margin: 0;
    z-index: 2;
  }
  #sec2 .group-img {
    margin: 0 0 0 -190px;
  }
  #sec2 .group-img .img {
    width: auto;
  }
  #sec2 .group-img .img2 {
    position: absolute;
    top: 416px;
    right: -250px;
    margin: 0;
  }
  #sec2 .txt {
    margin: 69px 0 0 -4px;
    height: 490px;
  }

  #sec3 {
    padding: 119px 0 0;
    margin: 0 0 180px;
  }
  #sec3::before {
    bottom: -275px;
    height: 416px;
  }
  #sec3 .group1::before {
    width: 275px;
    height: 147px;
    top: 50px;
    right: -90px;
  }
  #sec3 .group1 h2 {
    text-align: right;
    font-size: 45px;
    letter-spacing: 0.125em;
    margin: 0 -7px 0 0;
  }
  #sec3 .group1 h2 span {
    font-size: 62px;
  }
  #sec3 .group1 h3 {
    font-size: 62px;
    margin: 92px -100px 34px 585px;
  }
  #sec3 .group1 h3 small {
    font-size: 45px;
  }
  #sec3 .group1 h3 span {
    font-size: 45px;
  }
  #sec3 .group1 .img {
    width: auto;
    top: 13px;
    left: -250px;
  }
  #sec3 .group1 .img2 {
    position: absolute;
    top: 225px;
    left: -380px;
    margin: 0;
  }
  #sec3 .group1 .img3 {
    margin: 70px 0 0 441px;
  }
  #sec3 .group1 .imgs1 {
    top: 152px;
    left: 391px;
    width: auto;
    right: auto;
  }
  #sec3 .group1 .imgs2 {
    top: 687px;
    left: -145px;
    width: auto;
  }
  #sec3 .group1 .imgs3 {
    position: absolute;
    top: 573px;
    right: -250px;
  }
  #sec3 .group1 .right {
    width: 415px;
    margin: 0 0 0 auto;
  }
  #sec3 .group1 .right .btn-link {
    margin: 59px 0 0 153px;
    text-align: right;
  }
  #sec3 .group1 .right .txt {
    letter-spacing: 0.02em;
    margin: 0 -30px 0 0;
    text-align: left;
  }
  #sec3 .group2 {
    margin: 104px 0 80px;
    min-height: 482px;
  }
  #sec3 .group2::before {
    width: 172px;
    height: 56px;
    top: -56px;
    left: -100px;
  }
  #sec3 .group2 .img {
    position: absolute;
    top: 0;
    right: -100px;
    margin: 0;
  }
  #sec3 .group2 .left {
    padding: 37px 0 0;
    width: 500px;
    text-align: left;
  }
  #sec3 .group2 .left h3 {
    font-size: 62px;
    margin: 0 0 0 -10px;
  }
  #sec3 .group2 .left h3 small {
    font-size: 45px;
  }
  #sec3 .group2 .left .txt {
    width: 311px;
    letter-spacing: 0.02em;
    margin: 40px 0 0;
    text-align: left;
  }
  #sec3 .group3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 0 -131px;
  }
  #sec3 .group3 .group-img {
    margin: 0;
  }
  #sec3 .group3 .group-img .img {
    width: auto;
  }
  #sec3 .group3 .group-img .img1 {
    margin: 44px 0 0 101px;
  }
  #sec3 .group3 .right {
    width: 400px;
    padding: 34px 0 0;
  }
  #sec3 .group3 .right::before {
    width: 156px;
    height: 160px;
    top: 15px;
    right: -36px;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  #sec3 .group3 .right h3 {
    font-size: 45px;
    margin: 0 -30px 0 0;
    text-align: left;
  }
  #sec3 .group3 .right h3 span {
    font-size: 62px;
  }
  #sec3 .group3 .right .txt {
    margin: 38px 8px 0 0;
  }

  #sec4 {
    margin: 0 0 127px;
  }
  #sec4 .flex .banner {
    width: 468px;
  }
  #sec4 .flex .banner a {
    padding: 40px 35px 88px;
  }
  #sec4 .flex .banner a:hover {
   background: #0a3255;
    transition: ease 0.3s;
  }
  #sec4 .flex .banner a:after {
    bottom: 21px;
    width: 22px;
    height: 32px;
  }
  #sec4 .flex .banner a .title {
    font-size: 45px;
    margin: 0 0 7px;
  }
  #sec4 .flex .banner a .sub-title {
    font-size: 22px;
  }
  #sec4 .flex .banner a .group {
    display: block;
  }

  #sec5::before {
    width: 277px;
    height: 146px;
    top: -150px;
    right: calc(50% + 337px);
    left: auto;
  }
  #sec5 #sec5-1 {
    margin: 0 0 76px;
  }
  #sec5 #sec5-1 .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -44px 0 50px;
  }
  #sec5 #sec5-1 .group .img {
    margin: 0;
  }
  #sec5 #sec5-1 .group .left {
    width: 330px;
  }
  #sec5 #sec5-1 .group .left .group-tit {
    margin: 0 auto;
    height: 238px;
    position: static;
  }
  #sec5 #sec5-1 .group .left .group-tit h2 {
    font-size: 62px;
    margin: 0 0 0 10px;
    padding: 10px 0 0;
  }
  #sec5 #sec5-1 .group .left .group-tit h3 {
    font-size: 22px;
    letter-spacing: 0.05em;
    padding: 17px 16px 0 0;
  }
  #sec5 #sec5-1 .group .left .txt {
    margin: 36px 0 0;
    text-align: left;
    letter-spacing: 0.02em;
  }
  #sec5 #sec5-1 .sub-txt {
    margin: 86px 0 0;
    letter-spacing: 0.02em;
  }
  #sec5 #sec5-2 {
    text-align: right;
  }
  #sec5 #sec5-2::before {
    width: 146px;
    height: 48px;
    bottom: 19px;
    left: 50%;
    right: auto;
  }
  #sec5 #sec5-2 .slide-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 -6.5px 41px;
  }
  #sec5 #sec5-2 .slide-nav .thumb {
    width: 240px;
    padding: 10px 25px 10px;
    margin: 0 6.5px;
  }
  #sec5 #sec5-2 .slide-nav .thumb:after {
    width: 30px;
    height: 12px;
    bottom: -11px;
  }
  #sec5 #sec5-2 .slide-nav .thumb dl dt {
    font-size: 22px;
  }
  #sec5 #sec5-2 .slide-nav .thumb dl dd {
    font-size: 19px;
  }
  #sec5 #sec5-2 .slide-nav .thumb dl dd small {
    font-size: 16px;
  }
  #sec5 #sec5-2 .slide1 {
    text-align: left;
    margin: 0 0 0 -100px;
  }
  #sec5 #sec5-2 .slide1 .slick-arrow {
    width: 66px;
    height: 66px;
    top: 416px;
  }
  #sec5 #sec5-2 .slide1 .slick-arrow.slick-prev {
    left: 100px;
  }
  #sec5 #sec5-2 .slide1 .slick-arrow.slick-next {
    left: 194px;
  }
  #sec5 #sec5-2 .slide1 .group {
    min-height: 528px;
  }
  #sec5 #sec5-2 .slide1 .group .img {
    position: absolute;
    top: 0;
    left: 0;
  }
  #sec5 #sec5-2 .slide1 .group .right {
    margin: 0 0 0 auto;
    width: 370px;
    padding: 97px 0 0;
  }
  #sec5 #sec5-2 .slide1 .group .right dl {
    padding: 0 0 41px;
    display: block;
  }
  #sec5 #sec5-2 .slide1 .group .right dl dt {
    font-size: 62px;
  }
  #sec5 #sec5-2 .slide1 .group .right dl dd {
    margin: 10px 0 0;
    font-size: 45px;
  }
  #sec5 #sec5-2 .slide1 .group .right dl dd small {
    font-size: 33px;
  }
  #sec5 #sec5-2 .slide1 .group .right .txt {
    margin: 30px 0 0 0;
  }
  #sec5 #sec5-2 .btn-link {
    margin: 26px 0 0;
  }

  #sec6 {
    margin: 100px 0 0;
    padding: 71px 0 86px;
  }
  #sec6::before {
    top: 0;
    left: calc(50% - 448px);
  }
  #sec6::after {
    top: auto;
    bottom: 64px;
    right: 0;
    left: calc(50% - 568px);
    width: 170px;
    height: 65px;
  }
  #sec6 #feed3 {
    position: absolute;
    top: 0;
    right: -46px;
    width: 425px;
    bottom: 0;
    padding: 0;
    height: auto;
  }
  #sec6 #feed3 dl dt a:hover {
    opacity: 0.8;
  }
  #sec6 .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #sec6 .left h2 {
    font-size: 62px;
    margin: 0 58px 0 6px;
    position: static;
  }
  #sec6 .left .inner {
    width: 450px;
    padding: 4px 0 0;
    text-align: left;
  }
  #sec6 .left .inner .txt {
    letter-spacing: 0.02em;
  }
  #sec6 .left .inner dl {
    margin: 22px 0 41px 5px;
  }
  #sec6 .left .inner dl dt {
    font-size: 33px;
    letter-spacing: 0.12em;
  }
  #sec6 .left .inner dl dt small {
    font-size: 26px;
  }
    #sec6 .left .inner dl dd{
    font-size: 16px;        
    }

  #sec7 {
    padding: 100px 0 154px;
  }
  #sec7 h2 {
    background: url("../img/index/s7_deco.png") no-repeat top center;
    padding: 60px 0 0;
    margin: 0 0 27px;
    font-size: 62px;
  }
  #sec7 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
      justify-content: center;
  }
  #sec7 .flex .left, #sec7 .flex .right {
    width: 50%;
  }
  #sec7 .flex .left .group-tit, #sec7 .flex .right .group-tit {
    margin: 0 0 20px;
  }
  #sec7 .flex .left .group-tit h3, #sec7 .flex .right .group-tit h3 {
    font-size: 45px;
  }
  #sec7 .flex .left .group-tit .sub-txt, #sec7 .flex .right .group-tit .sub-txt {
    font-size: 22px;
    padding: 0 20px;
    margin: 0 0 0 20px;
  }
  #sec7 .flex .left .box-tel {
    padding: 25px 0 20px;
    margin: 0 auto;
    width: 454px;
  }
  #sec7 .flex .left .box-tel .tel {
    font-weight: 700;
  }
  #sec7 .flex .left .box-tel .tel small {
    display: block;
    font-size: 23px;
    line-height: 1.2;
  }
  #sec7 .flex .left .box-tel .tel span {
    font-size: 36px;
  }
  #sec7 .flex .left .box-tel .sub-tel {
    font-size: 13px;
  }
  #sec7 .flex .left .time {
    margin: 28px 0 23px;
    font-size: 18px;
  }
  #sec7 .flex .left .time dd {
    margin-left: 20px;
  }
  #sec7 .flex .left fieldset {
    font-size: 18px;
    padding: 5px 0 20px;
    margin: 0 22px;
  }
  #sec7 .flex .left fieldset legend {
    padding: 0 10px;
    letter-spacing: 0.02em;
  }
  #sec7 .flex .left fieldset p {
    display: inline-block;
    text-align: left;
    letter-spacing: 0.05em;
  }
	#sec7 .flex .right fieldset {
    font-size: 18px;
    padding: 5px 0 20px;
    margin: 0 0 30px;
  }
  #sec7 .flex .right fieldset legend {
    padding: 0 10px;
    letter-spacing: 0.02em;
  }
  #sec7 .flex .right fieldset p {
    display: inline-block;
    text-align: left;
	  padding: 20px 10px;
    letter-spacing: 0.05em;
  }
  #sec7 .flex .left .sub-txt1 {
    margin: 25px -20px 0;
    font-size: 18px;
    letter-spacing: 0.02em;
  }
  #sec7 .flex .right {
    border-left: 1px solid #a19a8f;
    border-top: 0;
    padding: 18px 0 ;
  }
  #sec7 .flex .right .group-tit {
    margin-bottom: 26px;
  }
  #sec7 .flex .right .group-tit h3 {
    font-size: 33px;
  }
  #sec7 .flex .right .item + .item {
    margin: 30px 0 0;
    padding-top: 30px;
  }
  #sec7 .flex .right .item + .item .btn a img {
    width: auto;
  }
  #sec7 .flex .right .item {
    padding: 0 23px;
  }
  #sec7 .flex .right .item .btn a {
    font-size: 23px;
    padding: 29px 0 27px;
    letter-spacing: 0.05em;
  }
  #sec7 .flex .right .item .btn a img {
    margin-right: 20px;
    opacity: 1;
    width: auto;
  }
  #sec7 .flex .right .item .btn a:hover {
     background: #0a3255;
    transition: ease 0.3s;
  }

  #sec8 {
    padding: 100px 0 44px;
  }
  #sec8::before {
    left: calc(50% - 46px);
    bottom: 490px;
  }
  #sec8 .group1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 0 -250px;
  }
  #sec8 .group1 .group-img {
    width: 802px;
  }
  #sec8 .group1 .group-img .img1 {
    margin: 57px 0 0 136px;
  }
  #sec8 .group1 .right {
    width: 448px;
    position: relative;
    padding: 76px 0 0;
  }
  #sec8 .group1 .right::before {
    width: 168px;
    height: 64px;
    top: -32px;
    right: -124px;
  }
  #sec8 .group1 .right::after {
    width: 442px;
    height: 36px;
    bottom: 223px;
    top: auto;
    left: -408px;
  }
  #sec8 .group1 .right h2 {
    width: 100%;
    font-size: 62px;
    margin: 0 0 0 44px;
    padding: 8px 0 0;
    text-align: left;
    position: static;
  }
  #sec8 .group1 .right h2 span {
    font-size: 22px;
    padding: 0 19px 0 0;
  }
  #sec8 .group1 .right .txt {
    margin: 55px -30px 168px 71px;
  }
  #sec8 .group1 .right .group {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 -54px 0 0;
    padding: 0 0 25px 10px;
    background: url("../img/index/s8_deco3.png") repeat-x bottom center;
  }
  #sec8 .group1 .right .group h3 {
    font-size: 60px;
  }
  #sec8 .group1 .right .group .time {
    font-size: 22px;
    padding: 0 25px;
    margin: 0 0 0 31px;
  }
  #sec8 .group2 {
    margin: 58px 0 0;
  }
  #sec8 .group2 dl {
    margin: 47px 0 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sec8 .group2 dl dt {
    font-size: 62px;
  }
  #sec8 .group2 dl dd {
    font-size: 45px;
    margin: 0;
    margin-left: 66px;
  }
  #sec8 .group2 dl dd span {
    font-size: 33px;
  }
  #sec8 .group2 dl dd small {
    font-size: 22px;
  }

  #sec9 {
    padding: 112px 0 0;
  }
  #sec9::before {
    right: calc(50% + 162px);
    bottom: 45px;
  }
  #sec9 .group1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 26px;
    padding: 0 0 14px;
  }
  #sec9 .group1 .txt {
    width: 53%;
    padding: 7px 0 0;
    margin: 0 -20px 0 0;
    text-align: left;
  }
  #sec9 .group1 .group {
    width: 50%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 0 20px 10px;
  }
  #sec9 .group1 .group h3 {
    font-size: 60px;
  }
  #sec9 .group1 .group .time {
    font-size: 22px;
    line-height: 1.8;
    padding: 0 18px;
    margin: 0 0 0 31px;
  }
  #sec9 .txt1 {
    margin: 0;
    letter-spacing: 0.02em;
  }
  #sec9 .txt1 span {
    display: inline-block;
    margin-left: 35px;
  }
  #sec9 .group2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 65px -20px 0;
  }
  #sec9 .group2 .item {
    width: calc((100%/3) - 40px);
    margin: 0 20px;
  }
  #sec9 .group2 .item + .item {
    margin-top: 0;
  }
  #sec9 .group2 .item .img {
    height: 285px;
  }
  #sec9 .group2 .item .img span {
    left: 8px;
    font-size: 19px;
    padding: 20px 0;
  }
  #sec9 .group2 .item dl {
    text-align: center;
    line-height: 1.3;
    font-size: 33px;
    margin: 28px 0 0;
  }
  #sec9 .group2 .item dl dd {
    margin: 10px 0 0;
  }
  #sec9 .group2 .item dl dd span {
    font-size: 26px;
  }
  #sec9 .btn-pop {
    margin: 137px 100px 0;
  }
  #sec9 .btn-pop a {
    font-size: 33px;
    padding: 0;
  }
  #sec9 .btn-pop a::before {
    width: 42px;
    height: 42px;
    right: 41px;
  }
  #sec9 .btn-pop a:hover {
        background: #0a3255;
    transition: ease 0.3s;
  }

  #popup2 {
    padding: 100px 70px;
  }
  #popup2 h2 {
    font-size: 45px;
    }
  #popup2 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #popup2 .flex .col {
    width: 446px;
  }

  #ggmap {
    margin: 200px 0 0;
  }
  #ggmap .group-tit {
    background: url("../img/index/news_deco.png") no-repeat top left;
    height: 113px;
    margin: 0 0 36px 70px;
    padding: 0 0 0 39px;
  }
  #ggmap .group-tit h2 {
    font-size: 45px;
  }
  #ggmap .group-tit h3 {
    font-size: 16px;
    margin: 0 0 0 20px;
  }
  #ggmap .list-btn {
    position: absolute;
    top: 37px;
    right: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  #ggmap .list-btn li + li {
    margin-left: 67px;
  }
  #ggmap .list-btn .btn2 {
    text-align: center;
    margin: 5px 0 0;
  }
  #ggmap .list-btn .copied:hover span {
    border-color: #004c71;
  }
  #ggmap #gggmap {
    height: 600px;
  }
}
@media screen and (min-width: 1300px) {
  #sec5 #sec5-2 .slide-nav .thumb:hover {
    background: #004c71;
    border-color: #004c71;
    color: #fff;
  }
  #sec5 #sec5-2 .slide-nav .thumb:hover::after {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 1400px) {
  #sec9 .group2 {
    margin: 65px -203.5px 0;
  }
  #sec9 .group2 .item {
    width: 402px;
    margin: 0 33.5px;
  }
}
