.en-all span {
  color: #b33514;
}

.h2-all {
  text-align: center;
  font-family: var(--serif);
  font-size: 12.6vw;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  padding-bottom: 3vw;
  margin-bottom: 5vw;
  position: relative;
}
.h2-all::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 5.3vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #000;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .h2-all {
    font-size: 96px;
    padding-bottom: 19px;
    margin-bottom: 51px;
  }
  .h2-all::before {
    width: 34px;
  }
}

.h3-all {
  font-size: 9.6vw;
  font-family: var(--serif);
  font-weight: bold;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1.6em;
}
.h3-all span {
  position: relative;
  display: inline-block;
  padding-bottom: 3vw;
}
.h3-all span::before {
  content: "";
  position: absolute;
  height: 4px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .h3-all {
    font-size: 48px;
  }
  .h3-all span {
    padding-bottom: 17px;
  }
  .h3-all span::before {
    height: 2px;
    left: 8px;
    right: 8px;
  }
}

#sec1 {
  margin-top: 2.53vw;
  position: relative;
  z-index: 1;
}
#sec1 h2 {
  padding-top: 5vw;
  color: #fff;
  text-align: center;
  margin: 0 auto 10vw;
  font-size: 8vw;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.21em;
  width: 11.2vw;
  height: 77.6vw;
}
#sec1 h2 .dot {
  position: relative;
}
#sec1 h2 .dot::before {
  background: #fff;
  border-radius: 100%;
  content: "";
  position: absolute;
  width: 2vw;
  height: 2vw;
  top: 3.7vw;
  right: -7%;
}
#sec1 .img {
  height: 120vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#sec1 .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center bottom;
}
#sec1 .txt {
  box-sizing: border-box;
  padding: 0 5%;
}
#sec1 .deco {
  position: absolute;
  width: 40vw;
}
#sec1 .deco1 {
  top: 40vw;
  left: 2%;
}
#sec1 .deco2 {
  top: 10vw;
  left: 2%;
}
#sec1 .deco3 {
  top: 20vw;
  right: 2%;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    margin-top: 23px;
  }
  #sec1 h2 {
    padding-top: 146px;
    margin: 0 auto 138px;
    font-size: 48px;
    width: 68px;
    height: 407px;
  }
  #sec1 h2 .dot::before {
    width: 9px;
    height: 9px;
    top: 19px;
    right: -11px;
  }
  #sec1 .img {
    height: 1000px;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
  }
  #sec1 .txt {
    padding: 0;
    width: 420px;
    margin-left: auto;
  }
  #sec1 .deco {
    width: 490px;
  }
  #sec1 .deco1 {
    top: 499px;
    left: 40px;
  }
  #sec1 .deco2 {
    width: 486px;
    top: 166px;
    left: 15px;
  }
  #sec1 .deco3 {
    width: 540px;
    top: 243px;
    right: -149px;
  }
}

#sec2 {
  padding: 18vw 0;
  position: relative;
}
#sec2 h2 {
  padding-top: 25vw;
  width: 27vw;
  margin: 0 auto -12vw;
}
#sec2 .bg {
  height: 120vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 5%;
  z-index: -1;
}
#sec2 .bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center bottom;
}
#sec2 .txt {
  position: relative;
  box-sizing: border-box;
  padding: 18vw 5% 18vw;
  margin-left: -4.4%;
  margin-bottom: -8vw;
}
#sec2 .txt::before {
  inset: 0;
  content: "";
  position: absolute;
  background: #fff;
  z-index: -1;
}
#sec2 .img {
  margin-right: -4.4%;
}
@media only screen and (min-width: 768px) {
  #sec2 {
    padding: 103px 0 0;
  }
  #sec2 h2 {
    padding-top: 200px;
    width: 138px;
    margin: 0 auto -254px 180px;
  }
  #sec2 .bg {
    height: 700px;
    left: calc(50% - 50vw);
    right: calc(50% - 550px);
  }
  #sec2 .group {
    display: flex;
    margin-right: -200px;
    margin-left: -50px;
  }
  #sec2 .txt {
    width: 550px;
    padding: 210px 100px 70px;
    margin-top: 69px;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: -50px;
  }
  #sec2 .img {
    margin-right: 0;
  }
}

#sec3 {
  position: relative;
  padding: 20vw 0 35vw;
}
#sec3::after {
  content: "";
  position: absolute;
  background: url(../img/shared/main_bg1.png) repeat;
  background-size: 7vw;
  --clp: 20vw;
  top: 0;
  bottom: 0;
  right: -4.4%;
  left: -4.4%;
  z-index: -2;
  clip-path: polygon(0 var(--clp), 100% 0, 100% calc(100% - var(--clp)), 0% 100%);
}
#sec3 .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60vw;
}
#sec3 .bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
#sec3 .desc {
  padding: 5vw 5% 8vw;
  position: relative;
  z-index: 1;
}
#sec3 .desc::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: -1;
}
#sec3 .desc h3 {
  margin-bottom: 5vw;
}
#sec3 .row1 {
  margin-bottom: 10vw;
}
#sec3 .row1 .img {
  height: 80vw;
}
#sec3 .row1 .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#sec3 .row1 .group .desc {
  margin-left: -4.4%;
  margin-right: 4.4%;
  margin-top: -10vw;
  padding: 8vw 5% 14vw;
  position: relative;
  z-index: 1;
}
#sec3 .row1 .group .desc::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: -1;
}
#sec3 .row1 .group .desc h3 {
  text-align: center;
  margin-bottom: 5vw;
}
#sec3 .row1 .group .thumb {
  margin-left: auto;
  margin-top: -10vw;
  margin-right: -4.4%;
  width: 70vw;
  position: relative;
  z-index: 2;
}
#sec3 .row1 .group .thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#sec3 .row2 {
  margin-bottom: 10vw;
}
#sec3 .row2 .wrap-list {
  margin: 0 -4.4%;
}
#sec3 .row2 .list {
  display: flex;
}
#sec3 .row2 .list .item {
  width: 50vw;
  margin: 0 1%;
}
#sec3 .row3 {
  margin-bottom: 10vw;
}
#sec3 .row3 .desc {
  margin-top: -10vw;
  margin-left: 10%;
}
#sec3 .row3 .img {
  display: flex;
  align-items: flex-start;
}
#sec3 .row3 .img .photo {
  width: 50%;
}
#sec3 .row3 .img .photo:nth-child(1) {
  margin-top: 10vw;
}
#sec3 .row4 .img {
  width: 80vw;
  margin: 0 auto -12vw;
  position: relative;
  z-index: 2;
}
#sec3 .row4 .desc {
  padding-top: 10vw;
}
@media only screen and (min-width: 768px) {
  #sec3 {
    padding: 113px 0 505px;
  }
  #sec3::after {
    background-size: auto;
    --clp: 150px;
    right: 0;
    left: 0;
    top: -200px;
    bottom: -50px;
  }
  #sec3 .bg {
    height: 751px;
  }
  #sec3 .desc {
    padding: 42px 20px 40px;
  }
  #sec3 .desc h3 {
    margin-bottom: 20px;
  }
  #sec3 .row1 {
    margin-bottom: 80px;
  }
  #sec3 .row1 .img {
    margin: 0 auto;
    width: 900px;
    height: 550px;
  }
  #sec3 .row1 .group {
    margin: -160px -50px 0 -70px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #sec3 .row1 .group.reverse {
    flex-direction: row-reverse;
  }
  #sec3 .row1 .group.reverse .desc {
    padding: 36px 67px 53px;
  }
  #sec3 .row1 .group.reverse .thumb {
    margin-left: 0;
  }
  #sec3 .row1 .group .desc {
    width: 550px;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    margin-top: 110px;
    padding: 39px 39px 45px;
  }
  #sec3 .row1 .group .desc h3 {
    text-align: left;
    flex-shrink: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #sec3 .row1 .group .desc .txt {
    width: 400px;
  }
  #sec3 .row1 .group .thumb {
    margin-left: auto;
    margin-top: 0;
    margin-right: 0;
    width: 550px;
  }
  #sec3 .row2 {
    width: 900px;
    margin: 0 auto 139px;
  }
  #sec3 .row2 .desc {
    display: flex;
    justify-content: center;
    z-index: -1;
  }
  #sec3 .row2 .desc::before {
    height: 545px;
  }
  #sec3 .row2 .desc h3 {
    margin-bottom: 0;
    margin-right: 68px;
  }
  #sec3 .row2 .desc h3 span::before {
    left: 0;
    right: 0;
  }
  #sec3 .row2 .desc .txt {
    margin-top: 8px;
    width: 413px;
  }
  #sec3 .row2 .wrap-list {
    margin: 0 calc(50% - 50vw);
  }
  #sec3 .row2 .list {
    display: flex;
  }
  #sec3 .row2 .list .item {
    width: 420px;
    margin: 0 5px;
  }
  #sec3 .row3 {
    margin-bottom: -28px;
  }
  #sec3 .row3 .desc {
    width: 550px;
    display: flex;
    margin-top: -130px;
    margin-left: 350px;
    box-sizing: border-box;
    padding: 43px 65px 48px;
  }
  #sec3 .row3 .desc .txt {
    width: 270px;
    margin-top: 7px;
  }
  #sec3 .row3 .desc h3 {
    margin-bottom: 0;
    margin-right: 41px;
  }
  #sec3 .row3 .desc h3 span::before {
    left: 0;
    right: 8px;
  }
  #sec3 .row3 .img {
    justify-content: center;
  }
  #sec3 .row3 .img .photo {
    width: 450px;
  }
  #sec3 .row3 .img .photo:nth-child(1) {
    margin-top: 80px;
  }
  #sec3 .row4 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 2;
  }
  #sec3 .row4 .img {
    width: 731px;
    margin: 0 -195px 0 -86px;
    z-index: unset;
  }
  #sec3 .row4 .desc {
    margin-right: -50px;
    padding: 42px 72px 50px;
    width: 550px;
    box-sizing: border-box;
    margin-top: 181px;
    z-index: unset;
  }
}

#sec4 {
  padding-top: 18vw;
  margin-bottom: 15vw;
}
#sec4 h2 {
  margin-bottom: 8vw;
}
#sec4 .row {
  position: relative;
}
#sec4 .row::before {
  content: "";
  position: absolute;
  background: #fff;
  inset: 15vw 0 0;
  z-index: -1;
}
#sec4 .row .sec4-logo {
  width: 56vw;
  margin: 0 auto 6.1vw;
}
#sec4 .row .group .left {
  margin: 0 -4.4%;
}
#sec4 .row .group .left .img {
  height: 66.6vw;
}
#sec4 .row .group .left .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#sec4 .row .group .left .map {
  height: 66.6vw;
}
#sec4 .row .group .left .map iframe {
  width: 100%;
  height: 100%;
}
#sec4 .row .group .right .info dl {
  font-size: 12px;
  border-bottom: 1px solid #e2dedc;
  padding: 13px 10px 14px;
  display: flex;
}
#sec4 .row .group .right .info dl:first-child {
  border-top: 1px solid #e2dedc;
}
#sec4 .row .group .right .info dl dt {
  width: 80px;
  flex-shrink: 0;
  box-sizing: border-box;
}
#sec4 .row .group .right .info dl dd span {
  font-size: 71.4285714286%;
}
#sec4 .row .group .list {
  padding: 20px 10px;
  display: flex;
  justify-content: center;
}
#sec4 .row .group .list .btn {
  margin-right: 20px;
}
#sec4 .row .group .list .btn:last-child {
  margin-right: 0;
}
#sec4 .row .group .list .btn a {
  letter-spacing: 0.15em;
  line-height: 1.4em;
  font-weight: 400;
  color: #b33514;
  position: relative;
  padding-bottom: 3px;
  transition: all 0.3s ease;
}
#sec4 .row .group .list .btn a::before {
  bottom: 0;
  position: absolute;
  left: 0;
  right: 15px;
  content: "";
  background: #b33514;
  height: 1px;
}
#sec4 .row .group .list .btn a:hover {
  opacity: 0.7;
}
#sec4 .row .group .list .btn a .ic {
  position: relative;
  display: inline-block;
}
#sec4 .row .group .list .btn a .ic::after {
  content: ">";
  display: inline-block;
  font-weight: 400;
  font-size: 100%;
  padding-left: 5px;
}
#sec4 .bnr {
  position: relative;
  height: 60vw;
}
#sec4 .bnr img {
  object-position: center top;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#sec4 .bnr .btn-all {
  position: absolute;
  inset: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  #sec4 {
    padding-top: 111px;
    margin-bottom: 150px;
  }
  #sec4 h2 {
    margin-bottom: 81px;
  }
  #sec4 .row {
    padding-bottom: 166px;
  }
  #sec4 .row::before {
    inset: 100px calc(50% - 50vw + 50px) 0;
  }
  #sec4 .row .sec4-logo {
    width: 351px;
    margin: 0px auto 133px;
  }
  #sec4 .row .group {
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
  }
  #sec4 .row .group .left {
    margin: 0;
    position: absolute;
    top: 239px;
    left: calc(50% - 50vw);
    right: calc(50% + 50px);
  }
  #sec4 .row .group .left .img {
    height: 500px;
  }
  #sec4 .row .group .left .map {
    height: 500px;
  }
  #sec4 .row .group .right {
    margin-left: auto;
    margin-right: -50px;
  }
  #sec4 .row .group .right .info {
    width: 600px;
    margin-bottom: 18px;
  }
  #sec4 .row .group .right .info dl {
    font-size: 15px;
    padding: 11px 52px 12px 50px;
    line-height: 1.9em;
  }
  #sec4 .row .group .right .info dl dt {
    width: 110px;
  }
  #sec4 .row .group .right .info dl dd span {
    font-size: 100%;
  }
  #sec4 .row .group .list {
    padding: 20px 50px;
    justify-content: flex-start;
  }
  #sec4 .row .group .list .btn {
    margin-right: 36px;
  }
  #sec4 .row .group .list .btn a {
    padding-bottom: 5px;
  }
  #sec4 .bnr {
    margin: 0 calc(50% - 50vw + 50px);
    height: 450px;
  }
}
