.blog {
  border: 1px solid #fff;
  width: 300px;
  margin: 30px auto;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}
.blog h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.blog .more {
  position: absolute;
  right: 30px;
  top: 30px;
}
.blog .more a {
  font-size: 18px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding-right: 15px;
  position: relative;
}
.blog .more a::after {
  content: "";
  border-left: 8px solid #fff;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  position: absolute;
  right: 0;
  top: 58%;
  transform: translateY(-50%);
}
.blog .title {
  font-family: "Zen Old Mincho";
}

@media screen and (min-width: 768px) {
  .blog {
    position: absolute;
    left: calc(50% + 425px);
    bottom: 85px;
    width: 275px;
    padding: 15px 30px;
  }
  .blog h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .blog .more {
    right: 30px;
    top: 20px;
  }
  .blog .more a {
    font-size: 16px;
    padding-right: 15px;
  }
  .blog .more a::after {
    border-left: 7px solid #fff;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    top: 55%;
  }
  .blog .more a:hover {
    opacity: 0.7;
  }
  .blog .title {
    font-size: 13.5px;
    letter-spacing: -0.3px;
  }
  .blog .title a:hover {
    text-decoration: underline;
  }
}
#sec1 {
  padding: 15vw 0;
  position: relative;
}
#sec1::before {
  content: "";
  background: url(../img/index/sec1_bg_sp.png) no-repeat 0 0/100%;
  width: 100%;
  height: 100vw;
  left: 0;
  top: 0;
  position: absolute;
}
#sec1 .row-1 {
  margin-bottom: 30px;
}
#sec1 .row-1 .col-left .ttl1 {
  width: 90%;
  margin: 0 auto;
}
#sec1 .row-1 .col-left h2 {
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 10vw;
  letter-spacing: 0.1em;
}
#sec1 .row-2 .col-left {
  margin-bottom: 50px;
}
#sec1 .row-2 .col-left .photo-2 {
  width: 65%;
  margin-left: auto;
  margin-bottom: 35px;
}
#sec1 .row-2 .col-left .photo-3 {
  width: 70%;
}
#sec1 .row-2 .col-right .txt {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  section {
    overflow-y: visible;
    overflow-x: clip;
  }
  #sec1 {
    padding: 110px 0 40px;
  }
  #sec1::before {
    background: url(../img/index/sec1_bg.png) no-repeat 0 0/cover;
    height: calc(100% + 50px);
    top: -50px;
  }
  #sec1 .wrap {
    max-width: 1200px;
  }
  #sec1 .row-1 {
    margin-bottom: 65px;
  }
  #sec1 .row-1 .col-left {
    margin: 45px 0 0 15px;
  }
  #sec1 .row-1 .col-left .ttl1 {
    width: auto;
    margin: 0 auto 10px;
    text-align: center;
  }
  #sec1 .row-1 .col-left h2 {
    line-height: 1.7em;
    margin-bottom: 0;
    letter-spacing: 0.1em;
  }
  #sec1 .row-1 .col-right {
    margin: 0 -50px 0 0;
  }
  #sec1 .row-2 .col-left {
    margin-bottom: 50px;
    width: 580px;
    margin-top: -125px;
  }
  #sec1 .row-2 .col-left .photo-2 {
    width: -moz-max-content;
    width: max-content;
    margin-left: -10px;
    margin-bottom: 80px;
  }
  #sec1 .row-2 .col-left .photo-3 {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
  }
  #sec1 .row-2 .col-right {
    width: 500px;
    margin-right: 40px;
  }
  #sec1 .row-2 .col-right .txt {
    margin-bottom: 50px;
  }
}
#sec2 {
  padding: 10vw 5%;
  background: #021a22;
}
#sec2 h2 {
  font-size: 8.5vw;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 10vw;
  position: relative;
  z-index: 1;
}
#sec2 h2::after {
  content: "";
  background: url(../img/index/sec2_deco1.png) no-repeat 0 0/100%;
  width: 100%;
  height: 12vw;
  left: 50%;
  transform: translateX(-50%);
  bottom: -14vw;
  position: absolute;
}
#sec2 .row .col {
  position: relative;
  margin-bottom: 40px;
  display: block;
}
#sec2 .row .col .photo-bg {
  margin-bottom: 20px;
}
#sec2 .row .col .content h3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 35%;
  font-size: 30px;
  font-weight: 500;
}
#sec2 .row .col .content h3::after {
  content: "";
  background: url(../img/shared/icon_arrow1.png) no-repeat 0 0/100%;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: -35px;
}
#sec2 .row .col .content h3::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#sec2 .row .col .content .desc {
  padding: 0 5%;
}
#sec2 .row .col-1 .content h3::before {
  background: url(../img/index/sec2_icon1.png) no-repeat 0 0/100%;
  width: 32px;
  height: 55px;
  top: -65px;
}
#sec2 .row .col-2 .content h3::before {
  background: url(../img/index/sec2_icon2.png) no-repeat 0 0/100%;
  width: 35px;
  height: 34px;
  top: -40px;
}

@media screen and (min-width: 768px) {
  #sec2 {
    padding: 170px 0 30px;
  }
  #sec2 h2 {
    font-size: 90px;
    margin: 0 auto 120px;
    z-index: 2;
  }
  #sec2 h2::after {
    width: 851px;
    height: 106px;
    bottom: -145px;
  }
  #sec2 .row .col {
    position: relative;
    margin-bottom: 40px;
    display: block;
    width: calc(50% - 15px);
    height: 525px;
    overflow: hidden;
  }
  #sec2 .row .col .photo-bg {
    margin-bottom: 20px;
    height: 525px;
    position: relative;
  }
  #sec2 .row .col .photo-bg::before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
  }
  #sec2 .row .col .photo-bg img {
    height: 525px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.5s;
  }
  #sec2 .row .col .content h3 {
    top: 200px;
    font-size: 40px;
    z-index: 2;
  }
  #sec2 .row .col .content h3::after {
    content: "";
    background: url(../img/shared/icon_arrow1.png) no-repeat 0 0/100%;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: -35px;
  }
  #sec2 .row .col .content .desc {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 300px;
    width: 100%;
    max-width: 450px;
    z-index: 2;
    text-align: center;
  }
  #sec2 .row .col:hover .photo-bg::before {
    background: rgba(0, 0, 0, 0);
  }
  #sec2 .row .col:hover .photo-bg img {
    opacity: 1;
    transform: scale(1.2);
    transition: 0.5s;
  }
  #sec2 .row .col-1 .content h3::before {
    width: 37px;
    height: 61px;
    top: -75px;
  }
  #sec2 .row .col-2 .content h3::before {
    width: 46px;
    height: 34px;
    top: -45px;
  }
}
#sec3 {
  padding: 0 0 10vw;
}
#sec3 .box {
  position: relative;
  margin-bottom: 25%;
}
#sec3 .box h2 {
  display: flex;
  position: absolute;
  right: 7%;
  bottom: -70%;
}
#sec3 .box h2 span {
  display: block;
  writing-mode: vertical-rl;
  height: -moz-max-content;
  height: max-content;
  line-height: 1.8em;
}
#sec3 .box h2 span:first-child {
  margin-top: 40%;
}
#sec3 .row-1 {
  margin-bottom: 50px;
}
#sec3 .row-1 .col-left {
  width: 65%;
  margin-left: -5.5%;
  z-index: 1;
  position: relative;
}
#sec3 .row-1 .col-right {
  position: relative;
  z-index: 0;
  margin-top: -30px;
}
#sec3 .row-1 .col-right::before {
  content: "";
  background: #021a22;
  height: calc(100% + 50px);
  width: 110%;
  top: 15px;
  left: 0;
  position: absolute;
  z-index: -1;
}
#sec3 .row-1 .col-right .desc {
  width: 95px;
  margin-bottom: 30px;
  margin-left: auto;
}
#sec3 .row-1 .col-right .txt {
  padding: 0 5%;
}
#sec3 .row-2 .col-right {
  width: 70%;
  margin-left: auto;
  margin-bottom: -15px;
  margin-right: -5.5%;
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding: 0 0 150px;
  }
  #sec3 .wrap {
    max-width: 1200px;
  }
  #sec3 .box {
    margin-bottom: 100px;
  }
  #sec3 .box .photo-bg {
    height: 655px;
  }
  #sec3 .box .photo-bg img {
    height: 655px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec3 .box h2 {
    right: auto;
    left: calc(50% + 235px);
    bottom: -165px;
  }
  #sec3 .box h2 span {
    display: block;
    writing-mode: vertical-rl;
    height: -moz-max-content;
    height: max-content;
    line-height: 1.8em;
    letter-spacing: 3px;
  }
  #sec3 .box h2 span:first-child {
    margin-top: 30%;
  }
  #sec3 .row-1 {
    margin-bottom: 70px;
    max-width: 1125px;
  }
  #sec3 .row-1 .col-left {
    width: auto;
    margin-left: -50px;
    z-index: 1;
    position: relative;
  }
  #sec3 .row-1 .col-right {
    position: relative;
    z-index: 0;
    margin-top: -30px;
    width: 380px;
    margin-bottom: 15px;
  }
  #sec3 .row-1 .col-right::before {
    height: 450px;
    width: 905px;
    top: 40px;
    left: -300px;
  }
  #sec3 .row-1 .col-right .desc {
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 105px;
    margin-left: auto;
    margin-right: -80px;
  }
  #sec3 .row-1 .col-right .txt {
    padding: 0;
  }
  #sec3 .row-2 .col-right {
    width: -moz-max-content;
    width: max-content;
    order: 2;
    margin-left: auto;
    margin-bottom: -15px;
    margin-right: -150px;
    margin-top: 30px;
  }
  #sec3 .row-2 .col-left {
    order: 1;
    margin-left: 15px;
  }
}
#sec4 {
  padding: 15vw 0;
  color: #000;
  background: url(../img/shared/pt2.jpg);
}
#sec4 h2 {
  text-align: center;
  margin-bottom: 12vw;
}
#sec4 h2 span {
  display: block;
}
#sec4 h2 span:first-child {
  font-weight: 500;
  font-size: 5vw;
  line-height: 1.5em;
}
#sec4 h2 span:last-child {
  line-height: 1.5em;
  font-size: 10vw;
}
#sec4 .row-1 {
  margin-bottom: 40px;
}
#sec4 .row-1 .col-left .logo {
  width: 200px;
  margin: 0 auto 30px;
}
#sec4 .row-1 .col-left .tel-t1 {
  margin-bottom: 20px;
}
#sec4 .row-1 .col-left .btn-web {
  margin-bottom: 40px;
}
#sec4 .row-1 .col-left .box {
  background: rgba(0, 0, 0, 0.05);
  padding: 45px 20px;
  margin-bottom: 50px;
}
#sec4 .row-1 .col-left .box h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
#sec4 .row-1 .col-left .box .txt {
  font-size: 14px;
  letter-spacing: 0.8px;
}
#sec4 .row-1 .col-right dl {
  border-bottom: 1px solid #8b8b8b;
  display: flex;
  font-size: 12.5px;
  letter-spacing: 0.5px;
  line-height: 30px;
  padding: 10px 0;
}
#sec4 .row-1 .col-right dl dt {
  width: 85px;
}
#sec4 .row-1 .col-right dl dd {
  width: calc(100% - 85px);
}
#sec4 .row-1 .col-right dl dd a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
#sec4 .row-2 .col-left {
  margin-bottom: 25px;
}
#sec4 .row-2 .col-right iframe {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding: 95px 0 30px;
  }
  #sec4 .wrap {
    max-width: 1200px;
  }
  #sec4 h2 {
    margin-bottom: 65px;
  }
  #sec4 h2 span:first-child {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
  #sec4 h2 span:last-child {
    line-height: 1.5em;
    font-size: 45px;
    letter-spacing: 4px;
  }
  #sec4 .row-1 {
    margin-bottom: 95px;
    max-width: 1125px;
    margin-left: auto;
  }
  #sec4 .row-1 .col-left {
    width: 450px;
  }
  #sec4 .row-1 .col-left .logo {
    width: -moz-max-content;
    width: max-content;
    margin: 95px auto 40px;
  }
  #sec4 .row-1 .col-left .tel-t1 {
    margin-bottom: 30px;
  }
  #sec4 .row-1 .col-left .btn-web {
    margin-bottom: 75px;
  }
  #sec4 .row-1 .col-left .box {
    padding: 60px 20px;
  }
  #sec4 .row-1 .col-left .box h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #sec4 .row-1 .col-left .box .txt {
    font-size: 16px;
    letter-spacing: 0.8px;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  #sec4 .row-1 .col-right {
    width: 600px;
  }
  #sec4 .row-1 .col-right dl {
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 14.5px 0;
  }
  #sec4 .row-1 .col-right dl dt {
    width: 150px;
  }
  #sec4 .row-1 .col-right dl dd {
    width: calc(100% - 150px);
  }
  #sec4 .row-1 .col-right dl dd a:hover {
    text-decoration: none;
  }
  #sec4 .row-2 .col-left {
    margin-bottom: 0;
    width: 500px;
  }
  #sec4 .row-2 .col-right {
    width: calc(100% - 500px);
  }
  #sec4 .row-2 .col-right iframe {
    height: 400px;
  }
  #sec4 .btn-t1 a {
    margin: 0 0 20px auto;
  }
  #sec4 .btn-t1 a::before {
    background: #648707;
  }
  #sec4 .btn-share a {
    width: 300px;
    margin-left: auto;
    display: block;
    text-align: center;
    position: relative;
  }
  #sec4 .btn-share a::after {
    content: "";
    border-left: 8px solid #000;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
  }
  #sec4 .btn-share a:hover {
    opacity: 0.7;
  }
}
#sec5 {
  padding: 5vw 0 15vw;
  color: #000;
  background: url(../img/shared/pt2.jpg);
  margin-top: -1px;
}
#sec5 h2 {
  text-align: center;
  margin-bottom: 12vw;
}
#sec5 h2 span {
  display: block;
}
#sec5 h2 span:first-child {
  font-weight: 500;
  font-size: 5vw;
  line-height: 1.5em;
}
#sec5 h2 span:last-child {
  line-height: 1.5em;
  font-size: 10vw;
}
#sec5 ul li {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  #sec5 {
    padding: 0 0 100px;
  }
  #sec5 h2 {
    margin-bottom: 65px;
  }
  #sec5 h2 span:first-child {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
  #sec5 h2 span:last-child {
    line-height: 1.5em;
    font-size: 45px;
    letter-spacing: 4px;
  }
  #sec5 ul {
    flex-wrap: wrap;
  }
  #sec5 ul li {
    margin: 5px;
    width: 320px;
  }
  #sec5 ul .order-1 {
    order: 1;
  }
  #sec5 ul .order-2 {
    order: 2;
  }
  #sec5 ul .order-3 {
    order: 3;
  }
  #sec5 ul .order-4 {
    order: 4;
  }
  #sec5 ul .order-5 {
    order: 5;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .blog {
    left: calc(50% + 360px);
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .blog {
    left: calc(50% + 250px);
  }
  #sec1 .row-1 {
    max-width: 1100px;
    margin: 0 auto 65px;
  }
  #sec1 .row-1 .col-left h2 {
    font-size: 35px;
  }
  #sec1 .row-1 .col-right {
    width: 550px;
  }
  #sec1 .row-2 .col-left {
    width: 500px;
  }
  #sec3 .row-1 .col-right {
    margin-right: 15px;
  }
  #sec3 .row-1 .col-right .desc {
    margin-right: 15px;
  }
  #sec3 .row-2 .col-left {
    margin-right: 30px;
  }
  #sec4 .btn-t1 a {
    margin: 0 20px 20px auto;
  }
  #sec4 .btn-share a {
    margin-right: 30px;
  }
}/*# sourceMappingURL=index.css.map */