header {
  padding-bottom: 18.4vw;
}

h2.ttl {
  text-align: center;
  font-size: 4.8vw;
  font-weight: 300;
  letter-spacing: 0.28em;
}

h2.ttl .num {
  position: relative;
  z-index: 1;
}

h2.ttl .num::before {
  content: "";
  position: absolute;
  background: url(../img/visitor/sec2_num.png) no-repeat;
  background-size: contain;
  aspect-ratio: 128/117;
  width: 17vw;
  height: auto;
  top: -18vw;
  transform: translateX(-50%);
  left: 50%;
  z-index: -1;
}

h2.ttl .big {
  font-size: 133.3333333333%;
  letter-spacing: 0.28em;
}

#sec1 {
  padding-bottom: 15.1vw;
  position: relative;
  z-index: 1;
}

#sec1::before {
  content: "";
  position: absolute;
  background: url(../img/visitor/sec1_deco1.png) no-repeat;
  background-size: contain;
  aspect-ratio: 482/251;
  width: 57vw;
  height: auto;
  bottom: 0;
  right: -17%;
  z-index: -1;
}

#sec1 .row {
  max-height: 764px;
  height: 212.17vw;
  box-sizing: border-box;
  padding: 17.2vw 6% 99px;
  position: relative;
  z-index: 1;
  margin-bottom: -26vw;
}

#sec1 .img-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

#sec1 .img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#sec1 h2 {
  font-size: 6.4vw;
  font-weight: 300;
  letter-spacing: 0.28em;
  padding-bottom: 8.3%;
  text-align: center;
}

#sec1 h2 .brown {
  color: #7c4d4d;
  letter-spacing: 0.28em;
}

#sec1 .txt {
  text-align: left;
  line-height: 2.05em;
}

#sec1 .infiniteslide_wrap {
  position: relative;
  overflow: visible !important;
  z-index: 2;
}

#sec1 .slide-auto {
  /* position: relative;
  z-index: 2; */
  margin-bottom: 8vw;
}

#sec1 .slide-auto .item {
  width: 42.67vw;
  margin: 0 2.13%;
}

#sec1 .slide-auto .item img {
  box-shadow: 0px 1.07vw 3.6vw 0px rgba(0, 0, 0, 0.2);
}

#sec1 .slide-auto .item:nth-child(odd) {
  margin-top: 25.93vw;
}

#sec1 .ls-anchor {
  padding: 0 6%;
}

#sec1 .ls-anchor li:last-child a {
  border-bottom: 1px solid #000;
}

#sec1 .ls-anchor li a {
  box-sizing: border-box;
  text-decoration: none;
  display: flex;
  width: 100%;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #000;
  padding: 23px 43px;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.28em;
  color: #000;
  position: relative;
  z-index: 1;
}

#sec1 .ls-anchor li a::before {
  content: "";
  position: absolute;
  background: url(../img/shared/bnr_add_btn.jpg) no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 43px;
  margin: auto 0;
  transform: rotate(90deg);
  z-index: -1;
}

#sec2 .row1 {
  height: 80vw;
  position: relative;
  z-index: 1;
}

#sec2 .row1 .img-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  padding-bottom: 0;
}

#sec2 .row1 .img-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sec2 .row1 .wrap {
  padding: 0 6%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#sec2 .row1 .sec2-logo {
  width: 10vw;
  padding-bottom: 0;
}

#sec2 .row1 h2 {
  margin-right: -2.5%;
  margin-top: -5vw;
  color: #fff;
  font-size: 4.8vw;
  letter-spacing: 0.36em;
  line-height: 1.8em;
  padding-bottom: 0;
}

#sec2 .wrap-sc {
  background: url(../img/visitor/sec2_bg_deco.png) no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  padding: 27.8vw 6% 21.2vw;
  position: relative;
  z-index: 1;
}

#sec2 .wrap-sc::before {
  content: "";
  position: absolute;
  background: url(../img/visitor/sec2_deco1.png) no-repeat;
  background-size: contain;
  aspect-ratio: 255/275;
  width: 37vw;
  height: auto;
  top: 3vw;
  left: 7.7%;
  z-index: -1;
}

#sec2 .ttl {
  padding-bottom: 9.4%;
}

#sec2 .ttl .big {
  color: #7c4d4d;
}

#sec2 .tab-link {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#sec2 .tab-link .btn {
  padding-bottom: 0.67vw;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  width: 50%;
  height: 10.67vw;
  color: #fefefe;
  font-size: 4vw;
  font-weight: 300;
  letter-spacing: 0.28em;
  background-color: #aaaaaa;
  padding-bottom: 1.4vw;
  line-height: 1.6em;
}

#sec2 .tab-link .btn.active {
  height: 13.33vw;
  color: #7c4d4d;
  background-color: #f7f6f4;
}

#sec2 .tab-content {
  background-color: #f7f6f4;
}

#sec2 .tab-content .item {
  padding: 5.4vw 8.2% 5.4vw;
}

#sec2 .tab-content .item .img {
  padding-bottom: 4%;
}

#sec2 .tab-content .item .img img {
  box-shadow: 0px 1.07vw 3.6vw 0px rgba(0, 0, 0, 0.2);
}

#sec2 .tab-content .item .desc .tit {
  font-size: 4.8vw;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #000;
  line-height: 1.7em;
  padding-bottom: 0.7vw;
}

#sec2 .tab-content .item .desc .txt {
  padding-bottom: 0;
}

#sec2 .row2 {
  margin-bottom: 10.8vw;
  position: relative;
  z-index: 1;
}

#sec2 .row2::before {
  content: "";
  position: absolute;
  background: url(../img/visitor/sec2_deco2.png) no-repeat;
  background-size: contain;
  aspect-ratio: 546/487;
  width: 73vw;
  height: auto;
  bottom: -23vw;
  right: -33.9%;
  z-index: -1;
}

#sec2 .row3 {
  position: relative;
  z-index: 1;
}

#sec2 .row3::before {
  content: "";
  position: absolute;
  background: url(../img/visitor/sec2_deco3.png) no-repeat;
  background-size: contain;
  aspect-ratio: 473/528;
  width: 62.3vw;
  height: auto;
  bottom: -21.2vw;
  left: -20.7%;
  z-index: -1;
}

#sec3 {
  padding: 28vw 3.333% 26.8vw;
  background: url(../img/visitor/sec3_bg.jpg) repeat;
  background-size: auto;
  background-position: center top;
  position: relative;
  z-index: 1;
}

#sec3::before {
  content: "";
  position: absolute;
  background: url(../img/visitor/sec3_deco1.png) no-repeat;
  background-size: contain;
  aspect-ratio: 947/688;
  width: 118vw;
  height: auto;
  top: 0;
  right: 5%;
  z-index: -1;
}

#sec3 .dots-wrapper {
  display: flex;
  justify-content: center;
}

#sec3 .custom-dots {
  margin: 2px 12px 7.8vw;
}

#sec3 .custom-dots ul {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
}

#sec3 .custom-dots li {
  margin: 0 5px;
}

#sec3 .custom-dots button {
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.3;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

#sec3 .custom-dots button:hover {
  opacity: 0.8;
}

#sec3 .custom-dots .slick-active button {
  opacity: 1;
}

#sec3 .prev-arrow,
#sec3 .next-arrow {
  transition: all 0.3s ease;
}

#sec3 .prev-arrow:hover,
#sec3 .next-arrow:hover {
  opacity: 0.5;
}

#sec3 .prev-arrow {
  background: url(../img/visitor/sec3_arrow_left.png) no-repeat;
  background-size: contain;
  aspect-ratio: 20/38;
  width: 5vw;
  height: auto;
  cursor: pointer;
  position: absolute;
  top: 45vw;
  left: 3%;
  margin-left: auto;
}

#sec3 .next-arrow {
  background: url(../img/visitor/sec3_arrow_right.png) no-repeat;
  background-size: contain;
  aspect-ratio: 20/38;
  width: 5vw;
  height: auto;
  cursor: pointer;
  position: absolute;
  top: 45vw;
  left: calc(97% - 5vw);
}

#sec3 .ttl {
  color: #fefefe;
  padding-bottom: 7%;
}

#sec3 .ttl .num::before {
  background-image: url(../img/visitor/sec3_num.png);
  aspect-ratio: 146/108;
  width: 19vw;
}

#sec3 .list .item {
  margin-bottom: 13vw;
  position: relative;
}

#sec3 .list .item:last-child {
  margin-bottom: 0;
}

#sec3 .list .item:nth-child(2) .catch {
  color: #dfffe4;
}

#sec3 .list .item:nth-child(2) .box-note .stk {
  bottom: -23.2vw;
  right: 6.8%;
  width: 36vw;
}

#sec3 .list .item:nth-child(3)::before {
  content: "";
  position: absolute;
  background: url(../img/visitor/sec3_deco2.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1105/656;
  width: 112vw;
  height: auto;
  bottom: -36vw;
  left: -31%;
  z-index: -2;
}

#sec3 .list .item:nth-child(3) .catch {
  color: #fedaa1;
}

#sec3 .list .item:nth-child(3) .box-note .stk {
  bottom: -28.2vw;
}

#sec3 .list .item:nth-child(4) {
  z-index: 1;
}

#sec3 .list .item:nth-child(4)::before {
  content: "";
  position: absolute;
  background: url(../img/visitor/sec3_deco3.png) no-repeat;
  background-size: contain;
  aspect-ratio: 700/403;
  width: 73vw;
  height: auto;
  bottom: -25vw;
  left: -37%;
  z-index: -2;
}

#sec3 .list .item:nth-child(4) .catch {
  color: #dff6ff;
}

#sec3 .list .item:nth-child(4) .box-note .stk {
  bottom: -26.2vw;
  right: 8%;
  width: 34vw;
}

#sec3 .list .item .img-full {
  margin-left: -3.333%;
  margin-right: -3.333%;
  margin-bottom: -5.8vw;
  position: relative;
}

#sec3 .list .item .group {
  text-align: center;
  position: absolute;
  top: 36.3vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#sec3 .list .item .group::before {
  content: "";
  position: absolute;
  background: url(../img/visitor/sec3_label1.png) no-repeat;
  background-size: contain;
  aspect-ratio: 459/369;
  width: 61vw;
  height: auto;
  top: -2.2vw;
  left: -22%;
  z-index: -1;
}

#sec3 .list .item .catch {
  line-height: 1em;
  color: #ffdff8;
  font-size: 24vw;
  font-weight: 300;
  padding-bottom: 0;
  margin-bottom: 3.87vw;
}

#sec3 .list .item .label {
  text-align: center;
  font-size: 4.8vw;
  font-weight: 300;
  letter-spacing: 0.28em;
  color: #000;
}

#sec3 .list .item .label span {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 41.87vw;
  height: 10.67vw;
  background-color: #f7f6f4;
}

#sec3 .list .item .box-wrap {
  position: relative;
  padding-bottom: 6.3vw;
}

#sec3 .list .item .box-wrap::before {
  position: absolute;
  content: "";
  inset: 0;
  background: url(../img/visitor/visitor_bg_box.png) repeat;
  background-size: auto;
  background-position: center top;
  z-index: -1;
}

#sec3 .list .item .item-child {
  box-sizing: border-box;
  padding: 27.6vw 6% 0;
}

#sec3 .list .item .img {
  padding-bottom: 5vw;
}

#sec3 .list .item .img img {
  box-shadow: 0px 1.07vw 3.6vw 0px rgba(0, 0, 0, 0.2);
}

#sec3 .list .item .desc {
  padding: 0 4%;
}

#sec3 .list .item .desc h3 {
  font-size: 4.8vw;
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: 1.6em;
  color: #000;
  margin-bottom: 0.67vw;
}

#sec3 .list .item .desc .txt {
  padding-bottom: 0;
}

#sec3 .list .item .box-note {
  margin: 0 6%;
  padding: 6vw 6% 12vw;
  box-sizing: border-box;
  position: relative;
  color: #fff;
  z-index: 1;
}

#sec3 .list .item .box-note::before {
  content: "";
  position: absolute;
  background: url(../img/visitor/sec3_box_center.png) no-repeat;
  background-size: contain;
  aspect-ratio: 66/39;
  width: 8.8vw;
  height: auto;
  bottom: calc(100% - 0px);
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#sec3 .list .item .box-note::after {
  content: "";
  position: absolute;
  background-color: #000;
  inset: 0;
  opacity: 0.8;
  z-index: -1;
}

#sec3 .list .item .box-note .tit {
  text-align: center;
  font-size: 4.8vw;
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: 1.7em;
  padding-bottom: 2.7vw;
}

#sec3 .list .item .box-note .txt {
  padding-bottom: 0;
}

#sec3 .list .item .box-note .stk {
  position: absolute;
  bottom: -17.2vw;
  right: -4.2%;
  width: 44vw;
}

#sec4 {
  overflow: hidden;
  padding: 27vw 6% 14.6vw;
  position: relative;
  z-index: 1;
}

#sec4::before {
  position: absolute;
  content: "";
  background: url(../img/visitor/sec4_deco1.png) no-repeat;
  background-size: contain;
  aspect-ratio: 480/615;
  width: 53vw;
  height: auto;
  top: -29vw;
  left: -25%;
  z-index: -1;
}

#sec4::after {
  position: absolute;
  content: "";
  background: url(../img/visitor/sec4_deco4.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1118/824;
  width: 144vw;
  height: auto;
  bottom: 20vw;
  left: -30%;
  z-index: -1;
}

#sec4 .ttl {
  padding-bottom: 7%;
}

#sec4 .ttl .num::before {
  background-image: url(../img/visitor/sec4_num.png);
  aspect-ratio: 128/98;
}

#sec4 .ttl .big {
  color: #7c4d4d;
}

#sec4 .tit {
  font-size: 4.8vw;
  font-weight: 400;
  letter-spacing: 0.36em;
  line-height: 1.6em;
  margin-bottom: 5px;
}

#sec4 .ttl-vertical {
  font-size: 4vw;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.7em;
  padding-bottom: 0;
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
  position: relative;
  z-index: 1;
}

#sec4 .ttl-vertical::before {
  position: absolute;
  z-index: -1;
  content: "";
  background-color: #564f4f;
  height: 7.33vw;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 1.33vw);
}

#sec4 .row1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2vw;
  position: relative;
  z-index: 2;
}

#sec4 .row1 .tl-vertical {
  font-size: 5.33vw;
  font-weight: 400;
  letter-spacing: 0.36em;
  line-height: 2.1em;
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
  width: 33.6vw;
  height: 65.33vw;
  margin-bottom: 10vw;
}

#sec4 .row1 .group {
  position: relative;
}

#sec4 .row1 .group .ttl-vertical {
  position: absolute;
  top: 0px;
  left: 0;
  width: 6.93vw;
  height: 24vw;
}

#sec4 .row1 .group .desc {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15%;
}

#sec4 .row1 .group .img {
  margin-bottom: 2.8vw;
  width: 74vw;
  margin-left: auto;
  padding-bottom: 0;
}

#sec4 .row1 .group .img img {
  box-shadow: 0px 1.07vw 3.6vw 0px rgba(0, 0, 0, 0.2);
}

#sec4 .row1 .group .txt {
  padding-bottom: 0;
}

#sec4 .row2 {
  position: relative;
  z-index: 1;
  margin-bottom: 6vw;
}

#sec4 .row2::before {
  position: absolute;
  content: "";
  background: url(../img/visitor/sec4_deco2.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1030/1066;
  width: 124vw;
  height: auto;
  top: -139vw;
  right: -8%;
  z-index: -2;
}

#sec4 .row2 .group .img {
  margin-bottom: 3vw;
  padding-bottom: 0;
}

#sec4 .row2 .group .img img {
  box-shadow: 0px 1.07vw 3.6vw 0px rgba(0, 0, 0, 0.2);
}

#sec4 .row2 .group .desc {
  position: relative;
  z-index: 2;
}

#sec4 .row2 .group .txt {
  padding-bottom: 0;
}

#sec4 .row2 .img-grp {
  position: relative;
  margin-left: 5%;
  width: 98%;
  margin-bottom: -15.8vw;
}

#sec4 .row2 .img-grp .ttl-vertical {
  position: absolute;
  top: 14vw;
  right: 3%;
  width: 6.93vw;
  height: 14.4vw;
}

#sec4 .row3 {
  position: relative;
  margin-bottom: 16.5vw;
}

#sec4 .row3 .tit {
  letter-spacing: 0.08em;
}

#sec4 .row3 .img-grp {
  margin-left: 3%;
  position: relative;
  z-index: 1;
  margin-bottom: -18.3vw;
}

#sec4 .row3 .img-grp .ttl-vertical {
  position: absolute;
  top: 10.9vw;
  left: -3%;
  width: 6.93vw;
  height: 14.4vw;
}

#sec4 .row3 .group {
  position: relative;
}

#sec4 .row3 .group .img {
  margin-bottom: 2.6vw;
  padding-bottom: 0;
}

#sec4 .row3 .group .img img {
  box-shadow: 0px 1.07vw 3.6vw 0px rgba(0, 0, 0, 0.2);
}

#sec4 .row3 .group .txt {
  padding-bottom: 0;
}

#sec4 .row4 {
  position: relative;
  z-index: 1;
  margin-bottom: 9.8vw;
}

#sec4 .row4::before {
  position: absolute;
  content: "";
  background: url(../img/visitor/sec4_deco3.png) no-repeat;
  background-size: contain;
  aspect-ratio: 545/487;
  width: 72vw;
  height: auto;
  bottom: -60vw;
  right: -39%;
  z-index: -2;
}

#sec4 .row4 .ttl-vertical {
  position: absolute;
  top: 0;
  right: 0;
  width: 6.93vw;
  height: 48vw;
}

#sec4 .row4 .img {
  margin-right: 16%;
  padding-bottom: 4.6%;
}

#sec4 .row4 .img img {
  box-shadow: 0px 1.07vw 3.6vw 0px rgba(0, 0, 0, 0.2);
}

#sec4 .row4 .group {
  padding-right: 15%;
}

#sec4 .row4 .group .txt {
  padding-bottom: 0;
}

#sec4 .course-box {
  position: relative;
  z-index: 1;
  margin-bottom: 10.7vw;
  padding: 11vw 8%;
}

#sec4 .course-box::before {
  position: absolute;
  content: "";
  inset: 0;
  background: url(../img/visitor/visitor_bg_box.png) repeat;
  background-size: auto;
  background-position: center top;
  z-index: -1;
}

#sec4 .course-box dl {
  width: 100%;
  height: 100%;
}

#sec4 .course-box dl small {
  display: block;
  font-size: 3vw;
  line-height: 20px;
  letter-spacing: 2px;
  margin: 3vw 0;
}

#sec4 .course-box dl dt {
  font-size: 4.8vw;
  font-weight: 400;
  letter-spacing: 0.36em;
  text-align: center;
  position: relative;
  padding-bottom: 4.6vw;
  border-bottom: 1px solid #b0afaf;
  margin-bottom: 5vw;
}

#sec4 .course-box dl dd {
  line-height: 1.6em;
}
#sec4 .course-box dl dd span {
  display: block;
  margin: 0 0 15px 0;
}
#sec4 .course-box dl dd h4 {
  font-weight: bold;
}

#sec4 .tel-box {
  text-align: center;
  width: 100%;
  height: 37.4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.7vw;
  position: relative;
  color: #fff;
}

#sec4 .tel-box::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #000;
  opacity: 0.8;
  z-index: -1;
}

#sec4 .tel-box dt {
  font-size: 4vw;
  font-weight: 400;
  letter-spacing: 0.28em;
  line-height: 1.9em;
}

#sec4 .tel-box dt .tel-icon {
  font-size: 4.8vw;
  letter-spacing: 0.28em;
}

#sec4 .tel-box dd {
  font-size: 2.67vw;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.6em;
}

#sec4 .btn {
  text-align: center;
}

#sec5 {
  padding: 17vw 6% 17.3vw;
  position: relative;
  z-index: 1;
}

#sec5::before {
  content: "";
  position: absolute;
  background: url(../img/visitor/sec5_bg.png) no-repeat;
  background-size: cover;
  background-position: center top;
  inset: 0;
  z-index: -1;
}

#sec5 .ttl {
  padding-bottom: 22.4%;
}

#sec5 .ttl .en {
  position: relative;
  z-index: 1;
}

#sec5 .ttl .en::before {
  content: "";
  position: absolute;
  background: url(../img/visitor/sec5_en.png) no-repeat;
  background-size: contain;
  aspect-ratio: 366/135;
  width: 49vw;
  height: auto;
  bottom: -16vw;
  right: -27%;
  z-index: -1;
}

#sec5 .ttl .big {
  color: #7c4d4d;
}

#sec5 .list {
  margin: 0 -6% 6vw;
  display: flex;
}

#sec5 .list .slick-slide {
  margin: 0 0.07%;
  width: 74vw !important;
}

#sec5 .list .slick-list {
  margin: 0 -0.07%;
}

#sec5 .list .item {
  padding: 4vw 2% 2vw;
}

#sec5 .list .item .img {
  position: relative;
  z-index: 1;
}

#sec5 .list .item .img::before {
  content: "";
  position: absolute;
  background: url(../img/visitor/sec5_label.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1/2;
  width: 16vw;
  height: auto;
  top: -4vw;
  left: 6%;
  z-index: 1;
}

#sec5 .list .item .img .label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.53vw;
  height: 32vw;
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
  position: absolute;
  text-align: center;
  top: -4vw;
  left: 11%;
  z-index: 2;
  font-size: 5.33vw;
  font-weight: 300;
  letter-spacing: 0.28em;
  padding-bottom: 0;
}

#sec5 .list .item .img img {
  margin-bottom: 7.2vw;
  box-shadow: 0px 1.07vw 3.6vw 0px rgba(0, 0, 0, 0.2);
}

#sec5 .list .item .tit {
  font-size: 5.33vw;
  font-weight: 300;
  letter-spacing: 0.28em;
  padding-bottom: 2vw;
  text-align: center;
}

#sec5 .btn {
  text-align: center;
}