.blog {
  background: url(../img/shared/pt2.jpg);
  width: calc(100% - 20px);
  margin-top: 20px;
  padding: 30px 25px;
  box-sizing: border-box;
  max-width: 450px;
  position: relative;
}
.blog h2 {
  font-size: 26px;
  position: absolute;
  left: 30px;
  top: 30px;
}
.blog .row dl {
  width: calc(100% - 125px);
  min-width: 170px;
  max-width: 220px;
}
.blog .row dl dt {
  text-align: right;
}
.blog .more a {
  display: block;
  width: 120px;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
  background: #000;
  color: #fff;
  position: relative;
  padding: 2px 5px 2px 10px;
  position: absolute;
  right: 15px;
  bottom: 35px;
}
.blog .more a::before {
  content: "";
  background: #fff;
  height: 1px;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .blog {
    position: absolute;
    left: 0;
    bottom: 70px;
    max-width: 480px;
    padding: 30px 25px 30px 50px;
  }
  .blog h2 {
    left: 50px;
  }
  .blog .more a {
    line-height: 30px;
    right: 25px;
  }
  .blog .more a:hover {
    opacity: 0.7;
  }
}
#sec1 {
  padding: 10vw 0;
  color: #fff;
  position: relative;
}
#sec1::after {
  content: "";
  background: url(../img/index/sec1_deco_bot.png) no-repeat 0 0/100%;
  width: 100%;
  height: 18vw;
  left: 0;
  bottom: 0;
  position: absolute;
}
#sec1 .bg-parallax {
  height: 150vw;
}
#sec1 .bg-parallax img {
  -o-object-position: 35% 50%;
     object-position: 35% 50%;
}
#sec1 .content {
  padding: 10% 5%;
}
#sec1 .content h2 {
  line-height: 1.8em;
  letter-spacing: -1px;
  margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding: 0;
  }
  #sec1::after {
    height: 8vw;
  }
  #sec1 .bg-parallax {
    height: 850px;
  }
  #sec1 .bg-parallax img {
    -o-object-position: 35% 50%;
       object-position: 35% 50%;
  }
  #sec1 .content {
    padding: 160px 0 0 0;
    max-width: 1300px;
    margin: 0 auto;
  }
  #sec1 .content h2 {
    line-height: 1.8em;
    letter-spacing: -1px;
    margin-bottom: 8vw;
  }
  #sec1 .content .txt {
    width: 450px;
    margin-top: 170px;
    letter-spacing: 0.7px;
  }
}
#sec2 {
  padding: 10vw 0 0;
  position: relative;
  background: url(../img/index/sec2_deco2.png) no-repeat right -20vw bottom 100vw/80%;
  z-index: 0;
}
#sec2::before {
  content: "";
  background: url(../img/index/sec2_deco1.png) no-repeat 0 0/100%;
  width: 100%;
  height: 50vw;
  left: 0;
  top: -25vw;
  position: absolute;
}
#sec2::after {
  content: "";
  background: #151514;
  width: 80%;
  height: 125vw;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
#sec2 .row-1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15vw;
}
#sec2 .row-1 .col-left {
  height: 80vw;
  width: 60%;
  position: relative;
}
#sec2 .row-1 .col-left::before {
  content: "";
  background: #171615;
  left: -20px;
  top: 20px;
  bottom: -25px;
  right: 20px;
  position: absolute;
}
#sec2 .row-1 .col-left img {
  height: 80vw;
  -o-object-fit: cover;
     object-fit: cover;
}
#sec2 .row-1 .col-right {
  width: 35%;
}
#sec2 .row-1 .col-right .desc {
  margin-right: 5vw;
  margin-top: 10vw;
  height: -moz-max-content;
  height: max-content;
}
#sec2 .row-1 .col-right .desc > span {
  line-height: 1.5em;
}
#sec2 .row-1 .col-right .desc > span:first-child {
  position: relative;
}
#sec2 .row-1 .col-right .desc > span:first-child::after {
  position: absolute;
  content: "";
  background: #000;
  width: 1px;
  height: 40px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -45px;
}
#sec2 .row-1 .col-right .desc > span:last-child {
  margin-bottom: 7vw;
}
#sec2 .row-1 .col-right h2 {
  height: -moz-max-content;
  height: max-content;
}
#sec2 .row-2 {
  position: relative;
  z-index: 1;
}
#sec2 .row-2 .col-left {
  margin-bottom: 20px;
}
#sec2 .row-2 .col-left .txt {
  margin-bottom: 30px;
}
#sec2 .bg-parallax {
  clip-path: polygon(0 27%, 100% 0, 100% 100%, 0% 100%);
  margin-top: -10vw;
}

@media screen and (min-width: 768px) {
  #sec2 {
    padding: 50px 0 0;
    background: url(../img/index/sec2_deco2.png) no-repeat right calc(50% - 700px) bottom 520px/auto;
  }
  #sec2::before {
    width: 1032px;
    height: 489px;
    left: calc(50% - 415px);
    top: -215px;
  }
  #sec2::after {
    width: calc(50% - 150px);
    height: 1185px;
  }
  #sec2 .wrap {
    max-width: 1400px;
  }
  #sec2 .row-1 {
    display: block;
    margin-bottom: 150px;
  }
  #sec2 .row-1 .col-left {
    height: 635px;
    width: calc(50% + 230px);
    position: absolute;
    right: calc(50% - 230px);
  }
  #sec2 .row-1 .col-left::before {
    left: calc(50% - 50vw);
    top: 70px;
    bottom: -60px;
    right: 60px;
  }
  #sec2 .row-1 .col-left img {
    height: 635px;
  }
  #sec2 .row-1 .col-right {
    width: 270px;
    margin-left: calc(50% + 320px);
    min-height: 635px;
  }
  #sec2 .row-1 .col-right .desc {
    margin-right: 75px;
    margin-top: 115px;
    height: -moz-max-content;
    height: max-content;
  }
  #sec2 .row-1 .col-right .desc > span {
    line-height: 2em;
    letter-spacing: 0;
  }
  #sec2 .row-1 .col-right .desc > span:first-child::after {
    height: 90px;
    bottom: -105px;
  }
  #sec2 .row-1 .col-right .desc > span:last-child {
    margin-bottom: 35px;
  }
  #sec2 .row-1 .col-right h2 {
    height: -moz-max-content;
    height: max-content;
    letter-spacing: 0;
  }
  #sec2 .row-2 {
    position: relative;
    z-index: 1;
  }
  #sec2 .row-2 .col-left {
    margin-bottom: 20px;
    width: 750px;
    margin-left: 50px;
    position: relative;
    z-index: 1;
  }
  #sec2 .row-2 .col-left .txt {
    margin: 0 0 85px 55px;
  }
  #sec2 .row-2 .col-right {
    position: absolute;
    left: calc(50% + 40px);
    top: -50px;
    height: 410px;
    right: 100px;
  }
  #sec2 .bg-parallax {
    clip-path: polygon(0 50%, 100% 0, 100% 100%, 0% 100%);
    margin-top: -420px;
    height: 985px;
  }
}
#sec3 {
  padding: 0 0 15vw;
  position: relative;
  background: url(../img/index/sec3_deco1.png) no-repeat left top 40vw/80%, url(../img/index/sec3_deco3.png) no-repeat left bottom/70%;
}
#sec3::before {
  content: "";
  background: url(../img/shared/pt2.jpg);
  width: 90%;
  height: 250vw;
  top: 40vw;
  right: 0;
  position: absolute;
  z-index: -1;
}
#sec3 .box-1 {
  margin-bottom: 10vw;
}
#sec3 .box-1 h2 {
  margin-top: -40vw;
  color: #fff;
  text-shadow: 1px 1px 5px #000;
  margin-bottom: 5vw;
}
#sec3 .box-1 h2 > span {
  display: block;
  letter-spacing: -0.12em;
  line-height: 1.5em;
  text-align: right;
}
#sec3 .box-1 .desc {
  text-align: right;
}
#sec3 .row-1 {
  margin-bottom: 15vw;
}
#sec3 .row-1 .col-right {
  margin-bottom: 30px;
}
#sec3 .row-1 .col-right h3 {
  text-align: center;
  margin-bottom: 5vw;
}
#sec3 .row-1 .col-right .price {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
#sec3 .row-1 .col-right .content h4 {
  background: #5e1b19;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}
  #sec3 .row-1 .col-right .content .list {
    display: flex;
    justify-content: space-between;
  }
#sec3 .row-2 {
  position: relative;
  color: #fff;
  margin-bottom: 40px;
  padding-bottom: 10vw;
}
#sec3 .row-2::before {
  content: "";
  background: #151514;
  height: 97%;
  width: 115%;
  left: -5.5%;
  right: -5.5%;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
#sec3 .row-2::after {
  content: "";
  background: url(../img/index/sec3_deco2.png) no-repeat 0 0/100%;
  width: 100%;
  height: 25vw;
  left: -20vw;
  top: -15vw;
  position: absolute;
  z-index: -1;
}
#sec3 .row-2 .ttlb {
        position: absolute;
    color: #000;
    text-align: center;
    left: 0;
    top: -24vw;
    width: 100%;
    }
#sec3 .row-2 .col-left {
  margin-bottom: 10vw;
}
#sec3 .row-2 .col-right h3 {
  text-align: center;
  margin-bottom: 5vw;
}
#sec3 .row-2 .col-right .price {
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 30px;
  text-align: center;
}
#sec3 .row-2 .col-right .content h4 {
  background: #5e1b19;
  text-align: center;
  margin-bottom: 10px;
}
#sec3 .row-2 .col-right .content .list {
  display: flex;
  justify-content: space-between;
}
#sec3 .row-3 {
  margin-bottom: 30px;
  position: relative;
}
#sec3 .row-3::before {
  content: "";
  background: url(../img/index/sec3_deco1c.png) no-repeat 0 0/100%;
  width: 150%;
  height: 115vw;
  left: -42vw;
  top: 9vw;
  position: absolute;
}
#sec3 .row-3 .col-right {
  margin-bottom: 30px;
}
#sec3 .row-3 .col-left h3 {
  text-align: center;
  margin-bottom: 5vw;
}
#sec3 .row-3 .col-left h3 > span {
  display: block;
  line-height: 1.8em;
}
#sec3 .row-3 .col-left .price {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
#sec3 .row-3 .col-left .content {
  border: 1px solid #000;
  padding: 40px 20px 20px;
  position: relative;
}
#sec3 .row-3 .col-left .content h4 {
  position: absolute;
  background: url(../img/shared/pt1.jpg);
  padding: 0 20px;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
}
#sec3 .row-3 .col-left .content .list {
  display: flex;
  justify-content: space-between;
}
#sec3 .box-2 {
  position: relative;
      margin-bottom: 46vw;
}
#sec3 .box-2 .content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  top: 10vw;
  color: #fff;
}
#sec3 .box-2 .content h3 {
  text-align: center;
  line-height: 1.8em;
  margin-bottom: 5vw;
      position: relative;
}
#sec3 .box-2 .content h3::after {
  content: "";
  background: #fff;
  height: 1px;
  width: 100%;
  right: 0;
  left: 0;
  top: 50%;
  position: absolute;
}
#sec3 .box-2 .content .txt {
  padding: 0 10px;
}
#sec3 .box-2 ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
#sec3 .box-2 ul li {
  margin-bottom: 10px;
}
#sec3 .box-2 ul li a {
  padding: 7px;
  background: #000;
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding: 0 0 125px;
    background: url(../img/index/sec3_deco1.png) no-repeat left top 300px/auto, url(../img/index/sec3_deco3.png) no-repeat left bottom/auto;
  }
  #sec3::before {
    width: calc(50% + 600px);
    height: 1125px;
    top: 300px;
  }
  #sec3 .wrap {
    max-width: 1400px;
  }
  #sec3 .box-1 {
    margin-bottom: 55px;
    width: 1025px;
    margin-left: auto;
    margin-right: 50px;
  }
  #sec3 .box-1 h2 {
    margin-top: -300px;
    margin-bottom: 30px;
  }
  #sec3 .box-1 h2 > span {
    letter-spacing: 0;
    line-height: 1.6em;
  }
  #sec3 .box-1 .photo-1 {
    margin-bottom: 10px;
  }
  #sec3 .box-1 .desc {
    text-align: right;
  }
  #sec3 .row-1 {
    max-width: 1000px;
    margin: 0 auto 127px;
    position: relative;
  }
  #sec3 .row-1::after {
    content: "";
    background: #646464;
    width: 70vw;
    height: 1px;
    right: -35vw;
    bottom: 0;
    rotate: -40deg;
    position: absolute;
    z-index: -1;
  }
  #sec3 .row-1 .col-right {
    margin-bottom: 30px;
    width: 555px;
    order: 2;
  }
  #sec3 .row-1 .col-right h3 {
    margin-bottom: 35px;
  }
  #sec3 .row-1 .col-right .price {
    font-size: 30px;
    margin-bottom: 30px;
    letter-spacing: 2px;
  }
  #sec3 .row-1 .col-right .price small {
    font-size: 26px;
  }
  #sec3 .row-1 .col-right .content h4 {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 24px;
  }
  #sec3 .row-1 .col-right .content .list {
    display: flex;
    justify-content: space-between;
            margin: 0 56px;
  }
  #sec3 .row-1 .col-left {
    order: 1;
    height: -moz-max-content;
    height: max-content;
    margin: 100px 0 0 30px;
  }
  #sec3 .row-2 {
    margin-bottom: 40px;
    padding-bottom: 0;
  }
  #sec3 .row-2::before {
    height: 560px;
    width: calc(50vw + 650px);
    left: calc(50% - 50vw);
    right: auto;
    bottom: 80px;
  }
  #sec3 .row-2::after {
    width: 954px;
    height: 219px;
    left: -235px;
    top: -300px;
  }  
  #sec3 .row-2 .ttlb{
        position: absolute;
    color: #000;
    text-align: right;
            top: -138px;
        left: calc(50% + 240px);
    width: auto;
  }
  #sec3 .row-2 .col-left {
    margin-bottom: 0;
    position: absolute;
    right: calc(50% - 80px);
    top: -160px;
    height: 550px;
    left: 50px;
  }
  #sec3 .row-2 .col-right {
    width: 465px;
    margin-left: calc(50% + 150px);
    height: 555px;
  }
  #sec3 .row-2 .col-right h3 {
    margin-bottom: 25px;
  }
  #sec3 .row-2 .col-right .price {
    font-size: 24px;
    margin-bottom: 35px;
  }
  #sec3 .row-2 .col-right .price small {
    font-size: 22px;
  }
  #sec3 .row-2 .col-right .content h4 {
    margin-bottom: 25px;
    line-height: 24px;
    font-size: 20px;
  }
  #sec3 .row-2 .col-right .content .list {
    display: flex;
    justify-content: space-between;
    max-width: 390px;
    margin-left: 20px;
  }
  #sec3 .row-3 {
    margin-bottom: 70px;
  }
  #sec3 .row-3::before {
    width: 1277px;
    height: 1086px;
    left: -545px;
    top: -710px;
  }
  #sec3 .row-3 .col-right {
    margin-bottom: 30px;
    position: absolute;
    left: 50%;
    height: 562px;
    right: 0;
    top: -50px;
  }
  #sec3 .row-3 .col-left {
    width: 43%;
    max-width: 585px;
    height: 562px;
    margin-left: 75px;
  }
  #sec3 .row-3 .col-left h3 {
    margin-bottom: 25px;
  }
  #sec3 .row-3 .col-left h3 > span {
    line-height: 1.6em;
    letter-spacing: 0;
  }
  #sec3 .row-3 .col-left .price {
    font-size: 24px;
    margin-bottom: 40px;
    letter-spacing: 2px;
  }
  #sec3 .row-3 .col-left .price small {
    font-size: 22px;
  }
  #sec3 .row-3 .col-left .content {
    padding: 40px 20px 30px;
  }
  #sec3 .row-3 .col-left .content h4 {
    font-size: 20px;
    padding: 0 20px;
    top: -20px;
  }
  #sec3 .row-3 .col-left .content .list {
    display: flex;
    justify-content: space-between;
    width: 375px;
    margin-left: auto;
    margin-right: 70px;
  }
  #sec3 .box-2 {
    max-width: 1060px;
    margin:0 auto 309px;
  }
  #sec3 .box-2 .content {
    left: auto;
    right: 55px;
    transform: translateX(0);
    width: 480px;
    top: 85px;
  }
  #sec3 .box-2 .content h3 {
    line-height: 1.8em;
    margin-bottom: 50px;
    letter-spacing: 0;
  }
  #sec3 .box-2 .content .txt {
    margin-left: 35px;
    padding: 0;
  }
  #sec3 .box-2 ul {
    bottom: 20px;
    max-width: 1000px;
    width: 100%;
  }
  #sec3 .box-2 ul li {
    margin-bottom: 10px;
    width: 455px;
  }
  #sec3 .box-2 ul li a {
    width: 455px;
    padding: 15px 7px;
    background: #000;
    box-sizing: border-box;
    font-size: 20px;
    letter-spacing: 7px;
  }
  #sec3 .box-2 ul li a::before {
    width: 60px;
  }
}
#sec4 {
  background: url(../img/index/sec4_deco1.png) no-repeat right top/70%;
}
#sec4 h2 {
  height: -moz-max-content;
  height: max-content;
  margin: 0 auto;
          position: absolute;
        left: calc(50% - 1.15em);
}
#sec4 h2 span small{
  display: block;
}
#sec4 h2 span small::after {
      content: "";
    background: #000;
    height: 21%;
    width: 1px;
    right: 0.65em;
    top: 10em;
    position: absolute;
}
#sec4 .box-1 {
  position: relative;
  height: 80vw;
  margin-bottom: 30px;
}
#sec4 .box-1 .group-photo .photo-1 {
  position: absolute;
  width: 40%;
  left: 0;
  top: 0;
  height: 80vw;
}
#sec4 .box-1 .group-photo .photo-1 img {
  height: 80vw;
  -o-object-fit: cover;
     object-fit: cover;
}
#sec4 .box-1 .group-photo .photo-2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 80vw;
}
#sec4 .box-1 .group-photo .photo-2 img {
  height: 80vw;
  -o-object-fit: cover;
     object-fit: cover;
}
#sec4 .txt {
  padding: 0 5%;
  margin-bottom: 30px;
}
#sec4 .btn-t1 {
  margin-bottom: 40px;
}
#sec4 .box-2 {
  background: url(../img/shared/pt2.jpg);
  padding: 10vw 0;
  text-align: center;
}
#sec4 .box-2 h3 {
  margin-bottom: 5vw;
}
#sec4 .box-2 .phone-t2 {
  margin-bottom: 5px;
  font-size: 25px;
  letter-spacing: 2px;
}
#sec4 .box-2 .phone-t2 img {
  width: auto;
  margin: 0 5px 5px 0;
}
#sec4 .box-2 .desc {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 40px;
}
#sec4 .box-2 .btn-web-1 a span::before {
  left: -40px;
}
#sec4 .photo-bg {
  margin: 0 -30%;
}

@media screen and (max-width: 767px) {
  
  #sec4 h2 {
    font-size: 5vw;
    padding-top: 6vw;
    line-height: 1.5;
  }
  #sec4 h2 .f29{
    font-size: 4vw;
  }
  #sec4 h2 span small::after {
          top: 8.4em;
        height: 19%;
  }
}
@media screen and (min-width: 768px) {
  #sec4 {
    background: url(../img/index/sec4_deco1.png) no-repeat right calc(50% - 600px) top 190px/auto;
  }
  #sec4 h2 {
          padding-top: 2em;
        letter-spacing: 0;
        line-height: 1.5;
  }
 /* #sec4 h2::after {
    height: 100px;
    bottom: -110px;
  }*/
  #sec4 .box-1 {
    height: 680px;
    margin-bottom: 40px;
  }
  #sec4 .box-1 .group-photo .photo-1 {
    width: calc(50% - 150px);
    height: 680px;
  }
  #sec4 .box-1 .group-photo .photo-1 img {
    height: 680px;
  }
  #sec4 .box-1 .group-photo .photo-2 {
    width: calc(50% - 150px);
    height: 680px;
  }
  #sec4 .box-1 .group-photo .photo-2 img {
    height: 680px;
  }
  #sec4 .txt {
    margin-bottom: 40px;
    text-align: center;
    font-size: 15px;
  }
  #sec4 .btn-t1 {
    margin-bottom: 95px;
  }
  #sec4 .btn-t1 a {
    width: 445px;
    padding: 15px 0;
    font-size: 20px;
  }
  #sec4 .box-2 {
    padding: 80px 0;
  }
  #sec4 .box-2 h3 {
    margin-bottom: 30px;
    letter-spacing: 3px;
  }
  #sec4 .box-2 .phone-t2 {
    margin-bottom: 5px;
    font-size: 36px;
    letter-spacing: 2px;
  }
  #sec4 .box-2 .phone-t2 img {
    width: 27px;
    margin: 0 5px 5px 0;
  }
  #sec4 .box-2 .desc {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 55px;
  }
  #sec4 .box-2 .btn-web-1 a {
    width: 450px;
    letter-spacing: 5px;
  }
  #sec4 .box-2 .btn-web-1 a span::before {
    left: -70px;
  }
  #sec4 .photo-bg {
    margin: 0;
    height: 590px;
  }
  #sec4 .photo-bg img {
    height: 590px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#sec5 {
  padding: 15vw 0;
}
#sec5 .row .col-left {
  margin-bottom: 30px;
}
#sec5 .row .col-left .logo {
  width: 120px;
  margin: 0 auto 35px;
}
#sec5 .row .col-left .desc-1 {
  text-align: center;
  font-size: 12.5px;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 30px;
}
#sec5 .row .col-left .btn-web-1 {
  margin-bottom: 20px;
}
#sec5 .row .col-left .phone-t1 {
  margin-bottom: 10px;
}
#sec5 .row .col-left .desc-2 {
  font-size: 12.5px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 25px;
}
#sec5 .row .col-left .box-1 {
  background: url(../img/shared/pt2.jpg);
  text-align: center;
  padding: 20px 0;
}
#sec5 .row .col-left .box-1 h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
#sec5 .row .col-left .box-1 .box-desc {
  line-height: 25px;
}
#sec5 .row .col-right dl {
  line-height: 28px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d5d5;
}
#sec5 .row .col-right dl a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

#gmap {
  padding: 0 0 20vw;
  background: url(../img/index/gmap_deco1.png) no-repeat left bottom/50%;
}
#gmap .google-map {
  margin-bottom: 20px;
}
#gmap .google-map iframe {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #sec5 {
    padding: 135px 0 75px;
  }
  #sec5 .row .col-left {
    margin-bottom: 30px;
    width: 330px;
    margin-left: 20px;
  }
  #sec5 .row .col-left .logo {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 35px;
  }
  #sec5 .row .col-left .desc-1 {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  #sec5 .row .col-left .btn-web-1 {
    margin-bottom: 20px;
  }
  #sec5 .row .col-left .btn-web-1 a {
    width: 325px;
  }
  #sec5 .row .col-left .phone-t1 {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 3px;
  }
  #sec5 .row .col-left .phone-t1 dt {
    font-size: 16px;
    padding-left: 20px;
  }
  #sec5 .row .col-left .phone-t1 dd {
    font-size: 27px;
    letter-spacing: 1px;
  }
  #sec5 .row .col-left .desc-2 {
    font-size: 12.5px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 25px;
  }
  #sec5 .row .col-left .box-1 {
    background: url(../img/shared/pt2.jpg);
    text-align: center;
    padding: 20px 0;
  }
  #sec5 .row .col-left .box-1 h4 {
    margin-bottom: 15px;
  }
  #sec5 .row .col-left .box-1 .box-desc {
    font-size: 15px;
    letter-spacing: 0;
  }
  #sec5 .row .col-right {
    width: 540px;
  }
  #sec5 .row .col-right dl {
    line-height: 32px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: flex;
    font-size: 15px;
  }
  #sec5 .row .col-right dl dt {
    width: 165px;
  }
  #sec5 .row .col-right dl dd {
    width: calc(100% - 165px);
  }
  #sec5 .row .col-right dl a:hover {
    text-decoration: none;
  }
  #gmap {
    padding: 0 0 100px;
    background: url(../img/index/gmap_deco1.png) no-repeat left bottom/auto;
  }
  #gmap .wrap {
    max-width: 1330px;
  }
  #gmap .google-map {
    margin-bottom: 5px;
  }
  #gmap .google-map iframe {
    width: 100%;
    height: 550px;
  }
  #gmap .group-btn {
    gap: 0 40px;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: 50px;
  }
  #gmap .group-btn .btn-share a {
    display: block;
    position: relative;
    padding-right: 20px;
    font-size: 17px;
  }
  #gmap .group-btn .btn-share a::after {
    content: "";
    background: url(../img/shared/icon_cookie.png) no-repeat 0 0/100%;
    width: 14px;
    height: 11px;
    right: 0;
    top: 14px;
    position: absolute;
  }
  #gmap .group-btn .btn-share a:hover {
    opacity: 0.7;
  }
  #gmap .group-btn .btn-t1 a {
    width: 345px;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  #sec1 .content {
    padding: 90px 40px 0;
  }
  #gmap .wrap {
    max-width: calc(100% - 100px);
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  #sec1 .content .f68 {
    font-size: 52px;
  }
  #sec1 .content .f58 {
    font-size: 50px;
  }
  #sec2::after {
    width: calc(50% - 250px);
  }
  #sec2 .row-1 .col-right {
    margin-left: calc(50% + 250px);
  }
  #sec2 .row-1 .col-right .desc {
    margin-right: 50px;
  }
  #sec2 .bg-parallax {
    margin-top: -350px;
  }
  #sec3 .row-2 .col-right {
    margin-left: calc(50% + 65px);
  }
  #sec3 .row-2 .col-left {
    right: calc(50% - 40px);
  }
  #sec3 .row-3 .col-left {
    margin-left: 40px;
  }
}/*# sourceMappingURL=index.css.map */


.popup-menu .popup .ul-list {
  text-align: left;
  margin: 0 auto 1em;
  width: auto;
  display: flex;
  justify-content: center;
}

.popup-menu .popup .ul-list ul + ul {
  margin-left: 3em;
}

@media screen and (max-width: 768px) {
.popup_kome{
  font-size: 3.5vw !important;
}

.s-popup-1 h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 14px;
}
}