#rss {
  padding: 5.5vw 0 9.8vw;
  position: relative;
}
#rss::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
  width: 42.7vw;
  height: 12vw;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
#rss .flex {
  flex-direction: column;
}
#rss .group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3vw;
}
#rss h2 {
  font-size: 8vw;
}
#rss h2::first-letter {
  color: #c9171f;
}
#rss .btn-news a {
  font-family: var(--serif);
  letter-spacing: normal;
  font-size: 3.5vw;
  width: 28vw;
  height: 6.7vw;
}
#rss .btn-news a::before {
  width: 4vw;
}
#rss .row {
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #bec3c5;
}
#rss .row:last-child {
  margin-bottom: 0;
}
#rss .row dl {
  font-size: 13px;
  line-height: 1.6em;
}
#rss .row dl .title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
@media only screen and (min-width: 768px) {
  #rss {
    padding: 69px 0 77px;
  }
  #rss::before {
    left: calc(50% + 200px);
    right: 0;
    width: unset;
    height: 153px;
  }
  #rss .flex {
    padding-left: 129px;
    flex-direction: row;
    padding-right: 126px;
  }
  #rss .group {
    margin-top: 4px;
    flex-direction: column;
    margin-bottom: 0;
    margin-right: 137px;
  }
  #rss h2 {
    font-size: 40px;
    margin-bottom: 21px;
  }
  #rss #feed {
    width: 470px;
  }
  #rss .btn-news a {
    font-size: 15px;
    width: 133px;
    height: 30px;
    padding-bottom: 3px;
  }
  #rss .btn-news a::before {
    width: 14px;
  }
  #rss .row {
    padding-bottom: 14px;
    margin-bottom: 15px;
  }
  #rss .row dl {
    display: flex;
    font-size: 15px;
    letter-spacing: 0.15em;
  }
  #rss .row dl .date {
    flex-shrink: 0;
    margin-right: 40px;
  }
  #rss .row dl .title a:hover {
    text-decoration: underline;
  }
}

#sec1 {
  padding-bottom: 16.2vw;
  position: relative;
}
#sec1 .bg {
  height: 78.9vw;
  margin-bottom: 3.1vw;
}
#sec1 .bg img {
  object-fit: cover;
  object-position: -52vw top;
  width: 100%;
  height: 100%;
}
#sec1 h2 {
  color: #fff;
  position: absolute;
  top: 8.1vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  width: 23.8vw;
  height: 60.5vw;
}
#sec1 h2 .txt-latin {
  letter-spacing: normal;
}
#sec1 h2 .mt {
  margin-top: 23.7vw;
}
#sec1 .txt {
  box-sizing: border-box;
  padding: 0 6.66%;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    padding-bottom: 0;
  }
  #sec1 .bg {
    height: 750px;
    margin-bottom: 0;
  }
  #sec1 .bg img {
    object-position: center;
  }
  #sec1 h2 {
    top: 76px;
    left: unset;
    right: calc(50% - 371px);
    margin: 0;
    width: 148px;
    height: 378px;
  }
  #sec1 h2 .mt {
    margin-top: 147px;
  }
  #sec1 .txt {
    position: absolute;
    top: 132px;
    left: calc(50% - 396px);
    color: #fff;
    width: 468px;
    height: 400px;
    padding: 0;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
  }
}

#sec2 {
  background: #000;
}
#sec2 .row {
  position: relative;
  padding: 40vw 0 29.3vw;
  z-index: 1;
}
#sec2 .row h2 {
  text-align: center;
  color: #fff;
  font-size: 5.3vw;
}
#sec2 .row h2 .red {
  color: #c9171f;
}
#sec2 .row h2 .big {
  font-size: 150%;
}
#sec2 .row .en-all {
  text-align: center;
  color: #909090;
  opacity: 20%;
  margin: -5.4vw -6% 0;
  white-space: nowrap;
}
#sec2 .row .deco1 {
  width: 50vw;
  position: absolute;
  top: -9vw;
  left: -15.6%;
  z-index: 2;
}
#sec2 .row .deco2 {
  width: 31.2vw;
  position: absolute;
  bottom: -4.4vw;
  right: -13.3%;
  z-index: 2;
}
#sec2 .horizontal-scroll {
  position: relative;
  z-index: 2;
}
#sec2 .horizontal-scroll .progress {
  color: #fff;
  position: absolute;
  top: 9.8vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  width: 56vw;
  z-index: 9;
  text-align: right;
  letter-spacing: 0.1em;
  font-size: 4vw;
  font-family: var(--mincho);
  font-weight: 600;
}
#sec2 .horizontal-scroll .progress .slick-list {
  width: 100%;
}
#sec2 .horizontal-scroll .progress .slick-track {
  width: 100% !important;
  transform: none !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#sec2 .horizontal-scroll .progress .progress-item {
  width: 33.3333333333%;
  position: relative;
  display: flex !important;
  align-items: center;
  padding-bottom: 1.1vw;
  white-space: nowrap;
  opacity: 0.4;
}
#sec2 .horizontal-scroll .progress .progress-item.left {
  justify-content: flex-start;
}
#sec2 .horizontal-scroll .progress .progress-item.cen {
  justify-content: center;
}
#sec2 .horizontal-scroll .progress .progress-item.right {
  justify-content: flex-end;
}
#sec2 .horizontal-scroll .progress .dot {
  position: absolute;
  left: 2vw;
  bottom: -10px;
  width: 1px;
  height: 18px;
  background: #fff;
  transition: 0.5s;
  z-index: 1;
}
#sec2 .horizontal-scroll .progress .dot.dot2 {
  left: 9vw;
}
#sec2 .horizontal-scroll .progress .dot.dot3 {
  left: 14vw;
}
#sec2 .horizontal-scroll .progress .slick-active.slick-current .progress-item {
  opacity: 1;
}
#sec2 .horizontal-scroll .progress .progress-line {
  position: absolute;
  bottom: 0;
  left: 2vw;
  width: 12vw;
  height: 1px;
  background: #fff;
}
#sec2 .horizontal-scroll .progress .progress-line.line2 {
  left: -16.8vw;
  width: 25.8vw;
}
#sec2 .horizontal-scroll .progress .progress-line.line3 {
  left: -35vw;
  width: 49vw;
}
#sec2 .horizontal-scroll .progress.fixed {
  position: fixed;
}
#sec2 .horizontal-scroll .horizontal-scroll__item {
  position: relative;
  box-sizing: border-box;
}
#sec2 #yoko .slick-slide > div {
  height: 100%;
}
#sec2 #yoko .horizontal-scroll__item {
  background-image: url(../img/index/sec2_bg1_sp.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  height: 100%;
}
#sec2 #yoko .horizontal-scroll__item.sec2 {
  background-image: url(../img/index/sec2_bg2_sp.jpg);
}
#sec2 #yoko .horizontal-scroll__item.sec3 {
  background-image: url(../img/index/sec2_bg3_sp.jpg);
}
#sec2 #yoko .horizontal-scroll__item .wrap {
  padding: 33vw 6.66% 17.4vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
}
#sec2 #yoko .horizontal-scroll__item h3 {
  text-align: center;
  font-size: 5.9vw;
  margin-bottom: 4vw;
}
#sec2 #yoko .horizontal-scroll__item h3 .big {
  font-size: 175%;
}
#sec2 #yoko .horizontal-scroll__item .txt {
  font-size: 13px;
  margin-bottom: 2vw;
}
@media only screen and (min-width: 768px) {
  #sec2 .row {
    padding: 171px 0 176px;
  }
  #sec2 .row h2 {
    font-size: 40px;
  }
  #sec2 .row .en-all {
    margin: -34px auto 0;
  }
  #sec2 .row .deco1 {
    width: 436px;
    top: -53px;
    left: -328px;
  }
  #sec2 .row .deco2 {
    width: 327px;
    bottom: -56px;
    right: -294px;
  }
  #sec2 .js-pin {
    position: relative;
  }
  #sec2 .horizontal-scroll {
    background-color: #000;
  }
  #sec2 .horizontal-scroll .progress {
    top: 105px;
    width: 354px;
    font-size: 25px;
  }
  #sec2 .horizontal-scroll .progress .progress-item {
    cursor: pointer;
  }
  #sec2 .horizontal-scroll .progress .progress-item:hover {
    opacity: 0.8;
  }
  #sec2 .horizontal-scroll .progress .progress-item.active {
    opacity: 1;
  }
  #sec2 .horizontal-scroll .progress .dot {
    left: 13px;
    bottom: 1px;
    height: 13px;
  }
  #sec2 .horizontal-scroll .progress .dot.dot2 {
    left: 57px;
  }
  #sec2 .horizontal-scroll .progress .dot.dot3 {
    left: 88px;
  }
  #sec2 .horizontal-scroll .progress .progress-line {
    bottom: 1px;
    left: 13px;
    width: 83px;
  }
  #sec2 .horizontal-scroll .progress .progress-line.line2 {
    left: -105px;
    width: 162px;
  }
  #sec2 .horizontal-scroll .progress .progress-line.line3 {
    left: -223px;
    width: 312px;
  }
  #sec2 .horizontal-scroll .horizontal-scroll__item {
    height: 100vh;
    width: 100vw;
    min-width: 100vw;
  }
  #sec2 .horizontal-scroll .pin-spacer {
    background-color: #000;
  }
  #sec2 #yoko {
    position: absolute;
    display: flex;
  }
  #sec2 #yoko .horizontal-scroll__item {
    background-image: url(../img/index/sec2_bg1.jpg);
    display: flex;
    align-items: center;
    padding-top: 190px;
    height: 100vh;
  }
  #sec2 #yoko .horizontal-scroll__item.sec2 {
    background-image: url(../img/index/sec2_bg2.jpg);
  }
  #sec2 #yoko .horizontal-scroll__item.sec2 .wrap {
    padding: 0 0px 0 8px;
  }
  #sec2 #yoko .horizontal-scroll__item.sec2 .info {
    width: 480px;
  }
  #sec2 #yoko .horizontal-scroll__item.sec2 .photo {
    margin-right: -22px;
  }
  #sec2 #yoko .horizontal-scroll__item.sec2 h3 {
    margin-right: -40px;
  }
  #sec2 #yoko .horizontal-scroll__item.sec3 {
    background-image: url(../img/index/sec2_bg3.jpg);
  }
  #sec2 #yoko .horizontal-scroll__item.sec3 .wrap {
    padding: 0 0 0 36px;
  }
  #sec2 #yoko .horizontal-scroll__item.sec3 .info {
    width: 415px;
  }
  #sec2 #yoko .horizontal-scroll__item.sec3 h3 {
    margin-right: -40px;
  }
  #sec2 #yoko .horizontal-scroll__item .wrap {
    height: unset;
    padding: 0 50px 0 36px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
  }
  #sec2 #yoko .horizontal-scroll__item .info {
    width: 380px;
    flex-shrink: 0;
    margin-top: 13px;
  }
  #sec2 #yoko .horizontal-scroll__item .photo {
    margin-right: 0;
  }
  #sec2 #yoko .horizontal-scroll__item h3 {
    text-align: left;
    font-size: 40px;
    margin-bottom: 32px;
  }
  #sec2 #yoko .horizontal-scroll__item .txt {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 2.55em;
  }
}

#sec3 {
  background: url(../img/shared/main_bg.jpg) repeat;
  padding: 12vw 0 14.3vw;
  position: relative;
  z-index: 2;
}
#sec3::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  background: #000;
  width: 80.7vw;
  height: 17.3vw;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: -1;
}
#sec3 .row1 .desc {
  box-sizing: border-box;
  padding: 0 6.66% 7.9vw;
}
#sec3 .row1 .en-all {
  text-align: center;
  margin-bottom: 4vw;
  z-index: 2;
}
#sec3 .row1 h2 {
  color: #010101;
  text-align: center;
  margin-bottom: 4vw;
}
#sec3 .row1 h2 .big {
  color: #c9171f;
  font-size: 175%;
}
#sec3 .row1 .item {
  position: relative;
  height: 60vw;
}
#sec3 .row1 .item .img {
  position: absolute;
  inset: 0;
  z-index: -1;
}
#sec3 .row1 .item .img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
#sec3 .row1 .item .tit {
  position: absolute;
  bottom: 3.9vw;
  left: 0;
  font-size: 3.7vw;
  font-weight: 600;
  font-family: var(--mincho);
  color: #fff;
  letter-spacing: 0.15em;
  line-height: 1.6em;
  z-index: 2;
  padding: 0 0 1vw 2.3vw;
}
#sec3 .row1 .item .tit::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #c9171f;
  width: 48vw;
  height: 8vw;
  z-index: -1;
}
#sec3 .row2 {
  position: relative;
  padding-top: 8.1vw;
}
#sec3 .row2::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  background: #000;
  height: 57.3vw;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 61%);
  z-index: -1;
}
#sec3 .row2 h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 4vw;
}
#sec3 .row2 h3 .red {
  font-size: 175%;
  color: #c9171f;
}
#sec3 .row2 .img {
  width: 79.5vw;
  margin: 0 auto 1.8vw;
}
#sec3 .row2 .txt {
  margin-bottom: 8.2vw;
}
@media only screen and (min-width: 768px) {
  #sec3 {
    padding: 103px 0 67px;
  }
  #sec3::before {
    width: 100%;
    height: 375px;
    clip-path: polygon(0 0, 100% 0, 100% 50px, 0 100%);
  }
  #sec3 .row1 {
    display: flex;
    flex-wrap: wrap;
  }
  #sec3 .row1 .desc {
    width: 50%;
    padding: 82px 8% 0 0;
    order: 2;
    box-sizing: border-box;
  }
  #sec3 .row1 .desc .txt {
    width: 370px;
    margin: 0 auto;
    line-height: 1.8em;
  }
  #sec3 .row1 .en-all {
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    right: -6px;
    top: -5px;
    width: 100px;
    height: 621px;
  }
  #sec3 .row1 .en-all::first-letter {
    color: #fff;
  }
  #sec3 .row1 h2 {
    margin-bottom: 38px;
  }
  #sec3 .row1 h2 .big {
    font-size: 175%;
  }
  #sec3 .row1 .item {
    order: 3;
    width: 50%;
    height: 450px;
  }
  #sec3 .row1 .item.item1 {
    order: 1;
  }
  #sec3 .row1 .item .tit {
    display: flex;
    align-items: center;
    bottom: unset;
    top: 0;
    left: 22px;
    font-size: 24px;
    width: 60px;
    height: 334px;
    padding: 0;
    padding: 32px 0 0 0;
    box-sizing: border-box;
  }
  #sec3 .row1 .item .tit::before {
    width: 100%;
    height: 100%;
  }
  #sec3 .row2 {
    padding-top: 141px;
  }
  #sec3 .row2::before {
    height: 666px;
    clip-path: polygon(18px 0, 100% 323px, 100% 100%, 0 100%, 0 0);
  }
  #sec3 .row2 .desc {
    width: 500px;
    margin-bottom: 224px;
  }
  #sec3 .row2 h3 {
    color: #fff;
    margin-bottom: 32px;
    margin-right: 23px;
  }
  #sec3 .row2 h3 .stk {
    position: relative;
    display: inline-block;
    padding: 0 60px 0 64px;
  }
  #sec3 .row2 h3 .stk::before, #sec3 .row2 h3 .stk::after {
    content: "";
    position: absolute;
    width: 42px;
    height: 1px;
    background: #fff;
    top: 4px;
    bottom: 0;
    margin: auto 0;
  }
  #sec3 .row2 h3 .stk::before {
    left: 0;
    transform: rotate(55deg);
  }
  #sec3 .row2 h3 .stk::after {
    right: 0;
    transform: rotate(-55deg);
  }
  #sec3 .row2 h3 .red {
    font-size: 175%;
  }
  #sec3 .row2 .img {
    position: absolute;
    top: 69px;
    right: calc(50% - 667px);
    width: 662px;
    margin: 0;
  }
  #sec3 .row2 .txt {
    margin-bottom: 0;
    color: #fff;
  }
}

#sec4 {
  padding: 1.3vw 0 14.5vw;
}
#sec4 .bg {
  height: 52vw;
}
#sec4 .bg img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
#sec4 h2 {
  color: #fff;
  text-align: center;
  position: absolute;
  top: -24vw;
  left: 0;
  right: 0;
  z-index: 2;
}
#sec4 .en-all {
  color: #fff;
  text-align: center;
  margin-top: -9.1vw;
  margin-bottom: 3vw;
}
#sec4 .en-all::first-letter {
  color: #c9171f;
}
#sec4 .txt {
  margin-bottom: 5vw;
}
#sec4 .slider {
  margin-bottom: 5vw;
}
#sec4 .slider .slick-dots {
  position: absolute;
  bottom: 5vw;
  right: 2vw;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 10px 0 46px;
  }
  #sec4 .wrap {
    position: static;
  }
  #sec4 .bg {
    height: 780px;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    z-index: -1;
  }
  #sec4 h2 {
    top: 177px;
    left: calc(50% - 498px);
    right: unset;
  }
  #sec4 .en-all {
    position: absolute;
    top: 3px;
    left: -3px;
    text-align: left;
    margin: 0;
  }
  #sec4 .txt {
    color: #fff;
    width: 415px;
    margin-bottom: 54px;
    margin-top: 265px;
  }
  #sec4 .slider {
    position: absolute;
    right: calc(50% - 555px);
    top: 197px;
    width: 480px;
    height: 350px;
    margin-bottom: 0;
  }
  #sec4 .slider .slick-dots {
    bottom: 18px;
    right: 14px;
  }
  #sec4 .map {
    margin-left: -30px;
  }
}

#sec5 {
  padding: 10vw 0 13.9vw;
}
#sec5::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 70.7vw;
  height: 15.5vw;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
#sec5 .en-all {
  color: #000;
  position: absolute;
  top: 7.6vw;
  left: -1.7%;
  z-index: 2;
  width: 10.9vw;
  height: 68.3vw;
}
#sec5 .en-all::first-letter {
  color: #fff;
}
#sec5 .en-all .txt-latin {
  letter-spacing: normal;
}
#sec5 .sec5-logo {
  width: 31.6vw;
  margin: 0 auto 1vw;
}
#sec5 .slogan {
  font-size: 4.8vw;
  font-family: var(--mincho);
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.6em;
  margin-bottom: 4.7vw;
}
#sec5 .tel-info {
  text-align: center;
  font-family: var(--mincho);
  font-size: 12px;
  font-weight: 600;
  line-height: 2.4em;
  letter-spacing: 0.05em;
  margin-bottom: 2px;
  white-space: nowrap;
}
#sec5 .tel-info .tel-icon {
  font-family: var(--libre);
  font-weight: 400;
  font-size: 247.8260869565%;
  line-height: 1em;
  position: relative;
  padding-left: 20px;
  letter-spacing: normal;
}
#sec5 .tel-info .tel-icon::before {
  content: "";
  position: absolute;
  background: url(../img/shared/icon_tel_b.png) no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  top: 0;
  bottom: 0;
  aspect-ratio: 36/48;
  width: 18px;
  height: auto;
  margin: auto 0;
}
#sec5 .row {
  border-top: 1px solid #273139;
  padding-top: 21px;
}
#sec5 .right {
  margin-bottom: 11.3vw;
}
#sec5 .right .info dl {
  display: flex;
  font-size: 13px;
  padding: 12px 0;
  line-height: 1.4em;
  letter-spacing: 0.15em;
}
#sec5 .right .info dl:first-child {
  padding-top: 0;
}
#sec5 .right .info dl dt {
  width: 75px;
  flex-shrink: 0;
}
#sec5 .right .info dl dd .btn-all {
  margin-top: 8px;
  margin-bottom: 8px;
}
#sec5 .right .info dl dd a {
  border-color: #000;
  color: #000;
  width: 210px;
  height: 45px;
  letter-spacing: 0.05em;
}
#sec5 .right .info dl dd a span {
  position: relative;
  padding-left: 16px;
}
#sec5 .right .info dl dd a span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background: url(../img/shared/icon_map_bb.png) no-repeat;
  background-position: center;
  background-size: contain;
  width: 11px;
  height: auto;
  aspect-ratio: 22/32;
}
#sec5 .right .info dl dd a::before {
  background: #000;
  width: 15px;
}
#sec5 .right .info dl dd a::after {
  content: none;
}
#sec5 .left .tit {
  font-size: 3.9vw;
  font-family: var(--mincho);
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 2vw;
}
#sec5 .left .tit span {
  position: relative;
  display: inline-block;
  padding: 0 10%;
}
#sec5 .left .tit span::before, #sec5 .left .tit span::after {
  content: "";
  position: absolute;
  width: 10vw;
  height: 1px;
  background: #000;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#sec5 .left .tit span::before {
  left: 0;
  transform: rotate(55deg);
}
#sec5 .left .tit span::after {
  right: 0;
  transform: rotate(-55deg);
}
#sec5 .left .btn-ins {
  margin-bottom: 6.1vw;
}
#sec5 .left .btn-ins a {
  display: inline-block;
}
#sec5 .left .btn-ins a img {
  object-fit: contain;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #sec5 {
    padding: 55px 0 71px;
  }
  #sec5::after {
    width: calc(50% + 24px);
    height: 167px;
  }
  #sec5 .en-all {
    top: 2px;
    left: calc(100% - 92px);
    width: 100px;
    height: 637px;
  }
  #sec5 .en-all::first-letter {
    color: #c9171f;
  }
  #sec5 .sec5-logo {
    width: 173px;
    margin: 0 auto 7px;
  }
  #sec5 .slogan {
    font-size: 30px;
    margin-bottom: 84px;
  }
  #sec5 .tel-info {
    font-size: 15px;
    line-height: 2.4em;
    margin-bottom: 2px;
    position: absolute;
    top: 354px;
    left: 63px;
  }
  #sec5 .tel-info .tel-icon {
    font-size: 246.6666666667%;
    padding-left: 24px;
  }
  #sec5 .tel-info .tel-icon::before {
    width: 23px;
  }
  #sec5 .row {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    border-top: none;
    padding-top: 0;
  }
  #sec5 .right {
    margin-bottom: 0;
  }
  #sec5 .right .info dl {
    font-size: 15px;
    padding: 11px 0;
    line-height: 1.8em;
  }
  #sec5 .right .info dl dt {
    width: 114px;
  }
  #sec5 .right .info dl dd .btn-all {
    margin-top: 0;
    margin-bottom: 0;
  }
  #sec5 .right .info dl dd a {
    width: unset;
    height: unset;
    border: none;
    display: inline-block;
    border-bottom: 1px solid #000;
  }
  #sec5 .right .info dl dd a:hover {
    border-bottom-color: transparent;
  }
  #sec5 .right .info dl dd a::before {
    content: none;
  }
  #sec5 .left {
    margin-right: 56px;
    margin-top: 123px;
  }
  #sec5 .left .tit {
    font-size: 18px;
    margin-bottom: 7px;
  }
  #sec5 .left .tit span {
    padding: 0 33px;
  }
  #sec5 .left .tit span::before, #sec5 .left .tit span::after {
    width: 45px;
  }
  #sec5 .left .btn-ins {
    margin-bottom: 36px;
  }
  #sec5 .left .btn-ins a {
    width: 400px;
  }
}

#gmap {
  padding-bottom: 15.7vw;
}
#gmap .map {
  height: 86.7vw;
  margin-bottom: 9.7vw;
}
#gmap .map iframe {
  width: 100%;
  height: 100%;
}
#gmap .btn-map a {
  color: #000;
}
#gmap .btn-map a span {
  position: relative;
  padding-left: 16px;
}
#gmap .btn-map a span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background: url(../img/shared/icon_map_bb.png) no-repeat;
  background-position: center;
  background-size: contain;
  width: 11px;
  height: auto;
  aspect-ratio: 22/32;
}
#gmap .btn-map a::before {
  background: #000;
}
#gmap .btn-map a::after {
  background: transparent;
}
@media only screen and (min-width: 768px) {
  #gmap {
    padding-bottom: 77px;
  }
  #gmap .map {
    height: 440px;
    margin-bottom: 23px;
  }
  #gmap .list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
  }
  #gmap .list li a {
    font-size: 13px;
    font-family: var(--serif);
    font-weight: 500;
    width: 164px;
    height: 45px;
    border-bottom: 1px solid #8e8c88;
    transition: all 0.3s ease;
    padding-bottom: 1px;
    letter-spacing: 0.15em;
  }
  #gmap .list li a span {
    position: relative;
    padding-right: 10px;
  }
  #gmap .list li a span::before {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    bottom: 0;
    background: url(../img/shared/btn_cookie.png) no-repeat;
    background-size: contain;
    background-position: center;
    aspect-ratio: 1/1;
    width: 10px;
    height: auto;
    filter: brightness(1) invert(1);
  }
  #gmap .list .btn a:hover {
    border-bottom-color: transparent;
  }
  #gmap .list .btn-all a {
    font-size: 15px;
    color: #000;
    background: #000;
  }
  #gmap .list .btn-all a:hover {
    color: #fff;
  }
  #gmap .list .btn-all a:hover::before {
    background: #ccc;
  }
  #gmap .list .btn-all a::after {
    background: url(../img/shared/main_bg.jpg);
  }
  #gmap .list .btn-all a::before {
    background: #000;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  #sec2 .row .deco1 {
    width: 380px;
    top: -75px;
    left: -130px;
  }
  #sec2 .row .deco2 {
    width: 270px;
    bottom: -55px;
    right: -120px;
  }
}
