@media only screen and (min-width: 768px) {
  header #key .slide1 {
    background: url("../img/index/kv1.jpg") center/cover;
  }
  header #key .slide2 {
    background: url("../img/index/kv2.jpg") center/cover;
  }
  header #key .slide3 {
    background: url("../img/index/kv3.jpg") center/cover;
  }
}

#rss {
  position: relative;
  z-index: 1;
  width: 95%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 15px 0 0 15px;
  margin: -8vw -3px 0px auto;
  border: 2px solid #000;
  padding: 8vw 8%;
}
#rss::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: calc(100% - 10px);
  border-radius: 10px;
  border: 1px solid #000;
}
#rss .rss-box {
  width: 30%;
}
#rss .rss-box h2 {
  font-size: 6vw;
}
#rss .rss-box .rss-btn a {
  display: inline-block;
  border-radius: 20px;
  line-height: 1.4;
  border: 1px solid #000;
  margin: 2vw 0px 0px 5%;
  padding: 3px 3vw 0px;
}
#rss #feed {
  width: 70%;
  margin: 2vw 0px 0px;
}
#rss #feed dl {
  line-height: 1.5;
}
#rss #feed dl dt {
  font-size: 12px;
}
#rss #feed dl dd {
  cursor: pointer;
}
#rss #feed dl dd:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  #rss {
    margin: 0px;
    width: 520px;
    top: -82px;
    right: -3px;
    position: absolute;
    padding: 32px 26px 28px;
  }
  #rss .rss-box {
    width: 76px;
  }
  #rss .rss-box h2 {
    font-size: 20px;
    margin: 12px 0px 0px;
  }
  #rss .rss-box .rss-btn {
    position: absolute;
    top: 56px;
    right: 30px;
  }
  #rss .rss-box .rss-btn a {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    text-decoration: underline;
    border: none;
    border-radius: 0;
  }
  #rss .rss-box .rss-btn a:hover {
    text-decoration: none;
  }
  #rss #feed {
    width: 320px;
    margin: 0px 40px 0px 0px;
  }
  #rss #feed dl {
    line-height: 28px;
  }
  #rss #feed dl dt {
    font-size: 14px;
  }
  #rss #feed dl dd {
    font-size: 16px;
  }
}

#sec1 {
  position: relative;
  padding: 12vw 0px 20vw;
}
#sec1 .sec1-map {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 95%;
}
#sec1 .sec1-txt1 {
  width: 70%;
  position: relative;
  margin: 0px 5%;
}
#sec1 .sec1-txt1::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  width: 50vw;
  height: 2px;
  background: #e9ebf6;
}
#sec1 h2 {
  font-size: 7vw;
  margin: 4vw 5% 70vw;
  line-height: 1.5;
}
#sec1 h2 span {
  color: #3f519b;
}
#sec1 h2 small {
  font-size: 5.5vw;
}
#sec1::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 25%;
  height: calc(100% + 110vw);
  background: url("../img/shared/bg2.png") repeat top left;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 144px 0px 215px;
  }
  #sec1 .sec1-map {
    width: 828px;
    top: 0px;
  }
  #sec1 .sec1-txt1 {
    width: 428px;
    margin: 0px;
  }
  #sec1 .sec1-txt1::before {
    right: 110%;
  }
  #sec1 h2 {
    font-size: 50px;
    margin: 14px 0px 57px;
    line-height: 65px;
  }
  #sec1 h2 small {
    font-size: 40px;
  }
  #sec1 .sec1-txt2 {
    width: 375px;
  }
  #sec1::before {
    right: auto;
    left: 0px;
    width: calc(50% + 120px);
    height: calc(100% + 545px);
    background: url("../img/index/sec1_deco.png") no-repeat bottom 355px left, url("../img/shared/bg2.png") repeat top left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  #sec1 .sec1-map {
    right: -100px;
  }
}

#sec2 {
  position: relative;
  padding: 0px 0px 16vw;
}
#sec2 .sec2-txt1 {
  width: 70%;
  position: relative;
  margin: 0px 5%;
}
#sec2 .sec2-txt1::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 105%;
  transform: translateY(-50%);
  width: 50vw;
  height: 2px;
  background: #e9ebf6;
}
#sec2 h2 {
  font-size: 6vw;
  margin: 4vw 5% 8vw;
}
#sec2 .sec2-img {
  margin: 8vw auto;
}
#sec2 .sec2-btn a {
  text-align: left;
  padding: 0px 4%;
  margin: 6vw auto 0px;
}
#sec2 .sec2-btn a span {
  font-size: 3vw;
}
@media only screen and (min-width: 768px) {
  #sec2 {
    padding: 0px 0px 194px;
  }
  #sec2 .sec2-txt1 {
    width: 390px;
    margin: 0px 30px 0px auto;
  }
  #sec2 .sec2-txt1::before {
    left: 105%;
    right: auto;
  }
  #sec2 h2 {
    font-size: 32px;
    line-height: 50px;
    width: 420px;
    margin: 12px 0px 43px auto;
  }
  #sec2 .sec2-txt2 {
    width: 420px;
    margin: 0px 0px 0px auto;
  }
  #sec2 .sec2-img {
    width: 651px;
    margin: 0px;
    position: absolute;
    top: 61px;
    left: -151px;
  }
  #sec2 .sec2-btn a {
    margin: 36px 65px 0px auto;
    padding: 0px 2%;
  }
  #sec2 .sec2-btn a span {
    font-size: 12px;
  }
}

.bg-sec {
  background: #e4e6ef;
}

#sec3 {
  padding: 12vw 0px;
}
#sec3 .sec3-slide img {
  height: 100px;
  width: auto;
  max-width: unset;
}
#sec3 h2 {
  text-align: center;
  font-size: 10vw;
  line-height: 10vw;
  margin: 2vw 0px 6vw;
}
#sec3 h2 span{
  font-size: 5.5vw;
  letter-spacing: 0;
  color: #3f519b;
}
#sec3 .sec3-btn a {
  margin: 6vw auto 0px;
}
@media only screen and (min-width: 768px) {
  #sec3 {
    padding: 118px 0px 167px;
  }
  #sec3 .sec3-slide img {
    height: 151px;
  }
  #sec3 h2 {
    font-size: 55px;
    margin: -26px 0px 45px;
	line-height:70px;
  }
  #sec3 h2 span{
    font-size: 37px;
	letter-spacing: 5px;
  }
  #sec3 .sec3-txt {
    text-align: center;
  }
  #sec3 .sec3-btn a {
    margin: 56px auto 0px;
  }
}

#sec4 {
  padding: 16vw 0px 20vw;
}
#sec4 .wrap {
  padding: 0px 2%;
}
#sec4 h2 {
  text-align: center;
  position: relative;
  font-size: 7vw;
  margin: 0px 0px 16vw;
}
#sec4 h2 i {
  width: 42px;
  margin: 0px auto 2vw;
}
#sec4 h2::before {
  content: "";
  position: absolute;
  top: -16vw;
  left: 50%;
  width: 1px;
  height: 10vw;
  background: #1b223c;
  transform: translateX(-50%);
}
#sec4 .sec4-row {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  background: url("../img/index/sec4_deco2.png") no-repeat bottom right/35%, #fff;
  margin: 0px 0px 10vw;
  position: relative;
  padding: 0px 0px 12vw;
}
#sec4 .sec4-row .sec4-box1 {
  position: relative;
}
#sec4 .sec4-row .sec4-box1 h3 {
  background: url("../img/index/sec4_item.png") no-repeat center/100% 100%;
  position: absolute;
  z-index: 1;
  width: 20vw;
  height: 60vw;
  text-align: center;
  color: #fff;
  top: -4vw;
  left: 5%;
  font-size: 6vw;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.6);
  padding: 2vw 0px 0px;
}
#sec4 .sec4-row .sec4-box1 h3 span {
  display: inline-block;
  margin: 27px auto 0px;
  color: #000;
}
#sec4 .sec4-row .sec4-box2 {
  position: relative;
}
#sec4 .sec4-row .sec4-box2 h4 {
  background: #1b223c;
  color: #fff;
  line-height: 1.1;
  font-size: 18vw;
  margin: 0px 0px 8vw;
  padding: 0px 2%;
  font-weight: 500;
}
#sec4 .sec4-row .sec4-box2 .sec4-map {
  position: absolute;
  top: 16vw;
  right: -3%;
  width: 60%;
}
#sec4 .sec4-row .sec4-box2 dl {
  width: 90%;
  margin: 0px auto 8vw;
  position: relative;
}
#sec4 .sec4-row .sec4-box2 dl dt {
  border-radius: 30px;
  line-height: 1.5;
  display: inline-block;
  padding: 0px 6vw;
  color: #fff;
  background: #1b223c;
  font-size: 4.5vw;
}
#sec4 .sec4-row .sec4-box2 dl dd {
  font-size: 5vw;
  margin: 2vw 6vw;
}
#sec4 .sec4-row .sec4-box2 dl dd i {
  display: inline-block;
  width: 39px;
  position: relative;
  margin: 0px 4px;
  top: -2px;
}
#sec4 .sec4-row .sec4-box2 .sec4-txt1 {
  width: 92%;
  padding: 6vw 4%;
  box-sizing: border-box;
  border-top: 1px solid #1b223c;
  margin: 0px auto;
}
#sec4 .sec4-row .sec4-box2 .sec4-btn a {
  margin: 6vw auto 0px;
}
#sec4 .sec4-banner {
  width: 95%;
  margin: 12vw auto 0px;
}
@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 94px 0px 144px;
  }
  #sec4 .wrap {
    padding: 0px;
    max-width: 1400px;
  }
  #sec4 h2 {
    font-size: 32px;
    margin: 0px 0px 138px;
  }
  #sec4 h2 i {
    margin: 0px auto 24px;
  }
  #sec4 h2::before {
    top: -94px;
    height: 65px;
  }
  #sec4 .sec4-row {
    margin: 0px 0px 102px;
    padding: 0px;
    background-size: auto;
  }
  #sec4 .sec4-row .sec4-box1 {
    width: 50%;
  }
  #sec4 .sec4-row .sec4-box1 .sec4-slide {
    width: 100%;
    height: 100%;
  }
  #sec4 .sec4-row .sec4-box1 .sec4-slide * {
    height: 100%;
  }
  #sec4 .sec4-row .sec4-box1 .sec4-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec4 .sec4-row .sec4-box1 h3 {
    width: 122px;
    height: 309px;
    font-size: 32px;
    top: -22px;
    left: 40px;
    padding: 20px 0px 0px;
  }
  #sec4 .sec4-row .sec4-box1 h3 span {
    margin: 35px auto 0px;
  }
  #sec4 .sec4-row .sec4-box2 {
    width: 50%;
    padding: 0px 0px 50px;
  }
  #sec4 .sec4-row .sec4-box2 h4 {
    font-size: 135px;
    line-height: 148px;
    padding: 0px 10px;
    margin: 0px 0px 37px;
  }
  #sec4 .sec4-row .sec4-box2 .sec4-map {
    top: 50px;
    width: 372px;
    right: 0px;
  }
  #sec4 .sec4-row .sec4-box2 dl {
    width: 85%;
    margin: 0px auto 32px;
  }
  #sec4 .sec4-row .sec4-box2 dl dt {
    font-size: 20px;
    line-height: 32px;
    padding: 0px 33px;
  }
  #sec4 .sec4-row .sec4-box2 dl dd {
    font-size: 24px;
    margin: 2px 33px 0px;
    line-height: 45px;
  }
  #sec4 .sec4-row .sec4-box2 .sec4-txt1 {
    width: 88%;
    padding: 41px 4% 0px;
    line-height: 40px;
  }
  #sec4 .sec4-row .sec4-box2 .sec4-txt2 {
    margin: 77px auto 0px;
  }
  #sec4 .sec4-row .sec4-box2 .sec4-btn a {
    margin: 47px 0px 0px 12%;
  }
  #sec4 .sec4-banner {
    width: 902px;
    margin: 133px auto 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  #sec4 .sec4-box1 {
    width: 40%;
  }
  #sec4 .sec4-box2 {
    width: 60%;
  }
}

#sec5 {
  position: relative;
  padding: 16vw 0px;
}
#sec5 .sec5-txt1 {
  width: 60%;
  margin: 0px auto;
  position: relative;
}
#sec5 .sec5-txt1::before {
  content: "";
  position: absolute;
  top: -16vw;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 11vw;
  background: #e6e9f4;
}
#sec5 h2 {
  font-size: 6.5vw;
  text-align: center;
  margin: 2vw 0px 4vw;
  
}
#sec5 .sec5-txt2 {
  margin: 0px 0px 10vw;
}
#sec5 .sec5-box {
  box-sizing: border-box;
  position: relative;
  background: #fafbfe;
  padding: 0px 3% 4vw;
  margin: 0px 0px 8vw;
}
#sec5 .sec5-box h3 {
  text-align: center;
  font-size: 5vw;
  position: relative;
  top: -4vw;
  margin: 0px 0px 2vw;
}
#sec5 .sec5-box dl {
  padding: 3vw 0px;
  border-top: 1px solid #a9a9a9;
  display: flex;
  justify-content: space-between;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: 12px;
}
#sec5 .sec5-box dl:last-child {
  border-bottom: 1px solid #a9a9a9;
}
#sec5 .sec5-box dl dt {
  width: 30%;
  box-sizing: border-box;
}
#sec5 .sec5-box dl dd {
  width: 70%;
}
#sec5 .sec5-tel {
  text-align: center;
  margin: 10vw auto 0px;
  padding: 5vw 5%;
  border: 1px solid #1b223c;
  line-height: 9vw;
}
#sec5 .sec5-tel p:nth-child(1) {
  font-size: 3.5vw;
}
#sec5 .sec5-tel p:nth-child(2) {
  font-size: 8vw;
  font-weight: 500;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 1px solid #1b223c;
  letter-spacing: 0.15em;
}
#sec5 .sec5-tel p:nth-child(2) i {
  display: inline-block;
  width: 20px;
  position: relative;
  top: -2px;
  margin-right: 4px;
}
#sec5 .sec5-tel p:nth-child(3) {
  font-size: 3.2vw;
  line-height: 6vw;
}
#sec5 .sec5-tel p:nth-child(4) {
  line-height: 6vw;
  font-size: 2.8vw;
}
@media only screen and (min-width: 768px) {
  #sec5 {
    padding: 139px 0px 135px;
  }
  #sec5 .sec5-txt1 {
    width: 544px;
  }
  #sec5 .sec5-txt1::before {
    top: -139px;
    height: 100px;
  }
  #sec5 h2 {
    font-size: 32px;
    margin: -23px 0px 43px;
    z-index: 10;
    position: relative;
  }
  #sec5 .sec5-txt2 {
    text-align: center;
    margin: 0px 0px 112px;
  }
  #sec5 .sec5-row {
    margin: 0px -40px;
  }
  #sec5 .sec5-box {
    width: 520px;
    padding: 0px 20px 36px;
    margin: 0px;
  }
  #sec5 .sec5-box h3 {
    font-size: 20px;
    top: -15px;
    margin: 0px 0px 2px;
  }
  #sec5 .sec5-box dl {
    line-height: 40px;
    padding: 19px 0px;
    font-size: 16px;
  }
  #sec5 .sec5-box dl dt {
    width: 170px;
    padding-left: 20px;
  }
  #sec5 .sec5-box dl dd {
    width: calc(100% - 170px);
  }
  #sec5 .sec5-tel {
    width: 536px;
    margin: 95px auto 0px;
    padding: 26px 30px 10px;
    line-height: 40px;
  }
  #sec5 .sec5-tel p:nth-child(1) {
    font-size: 16px;
  }
  #sec5 .sec5-tel p:nth-child(2) {
    font-size: 42px;
    padding-bottom: 12px;
  }
  #sec5 .sec5-tel p:nth-child(2) i {
    width: 26px;
  }
  #sec5 .sec5-tel p:nth-child(3) {
    font-size: 14px;
    line-height: 40px;
  }
  #sec5 .sec5-tel p:nth-child(4) {
    line-height: 40px;
    font-size: 12px;
  }
}/*# sourceMappingURL=index.css.map */