main:before {
  content: url("../img/visitor/main_deco.png");
}

header {
  padding-bottom: 131px;
}

h2.ttl {
  text-align: center;
  font-size: 30px;
  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: 128px;
  height: auto;
  top: calc(50% - 23px);
  transform: translateY(-50%);
  left: -156px;
  z-index: -1;
}
h2.ttl .big {
  font-size: 120%;
  letter-spacing: 0.28em;
}

#sec1 {
  padding-bottom: 80px;
  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: 482px;
  height: auto;
  bottom: 0;
  left: calc(50% + 482px);
  z-index: -1;
}
#sec1 .row {
  box-sizing: border-box;
  height: 1000px;
  padding: 107px 0 99px;
  position: relative;
  z-index: 1;
}
#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: 36px;
  font-weight: 300;
  letter-spacing: 0.28em;
  margin-bottom: 48px;
  text-align: center;
}
#sec1 h2 .brown {
  color: #7c4d4d;
  letter-spacing: 0.28em;
}
#sec1 .txt {
  text-align: center;
}
#sec1 .infiniteslide_wrap {
  position: relative;
  overflow: visible !important;
  z-index: 2;
}
#sec1 .slide-auto {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start !important;
  justify-content: center;
  margin-top: -80px;
  margin-bottom: 79px;
}
#sec1 .slide-auto .item {
  margin: 0 20px;
}
#sec1 .slide-auto .item img {
  box-shadow: 0px 8px 27px 0px rgba(0, 0, 0, 0.2);
}
#sec1 .slide-auto .item:nth-child(odd) {
  margin-top: 121px;
}
#sec1 .ls-anchor {
  display: flex;
  justify-content: center;
}
#sec1 .ls-anchor li:last-child a {
  border-right: 1px solid #000;
}
#sec1 .ls-anchor li a {
  box-sizing: border-box;
  text-decoration: none;
  display: flex;
  justify-content: center;
  width: 333px;
  border-left: 1px solid #000;
  padding: 23px 20px 60px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.28em;
  color: #000;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
#sec1 .ls-anchor li a:hover {
  opacity: 0.8;
}
#sec1 .ls-anchor li a::before {
  content: "";
  position: absolute;
  background: url(../img/shared/btn_ico2.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  height: auto;
  width: 16px;
  bottom: 33px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(90deg);
  z-index: -1;
}

#sec2 .row1 {
  height: 600px;
  position: relative;
  z-index: 1;
}
#sec2 .row1 .img-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
#sec2 .row1 .img-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec2 .row1 .wrap {
  width: 800px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sec2 .row1 .sec2-logo {
  margin-top: 20px;
}
#sec2 .row1 h2 {
  margin-top: -71px;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.36em;
  line-height: 1.8em;
}
#sec2 .wrap-sc {
  background: url(../img/visitor/sec2_bg_deco.png) no-repeat;
  background-size: 100% 804px;
  background-position: center bottom;
  padding-top: 154px;
  padding-bottom: 141px;
  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: 255px;
  height: auto;
  top: 0;
  right: calc(50% + 311px);
  z-index: -1;
}
#sec2 .wrap-sc .wrap {
  width: 1100px;
}
#sec2 .ttl {
  margin-bottom: 69px;
}
#sec2 .ttl .big {
  color: #7c4d4d;
}
#sec2 .tab-link {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#sec2 .tab-link .btn {
  padding-bottom: 5px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  width: 50%;
  height: 80px;
  color: #fefefe;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.28em;
  background-color: #aaaaaa;
}
#sec2 .tab-link .btn.active {
  height: 100px;
  color: #7c4d4d;
  background-color: #f7f6f4;
}
#sec2 .tab-content {
  background-color: #f7f6f4;
}
#sec2 .tab-content .item {
  display: flex;
  padding: 50px 71px 50px 50px;
}
#sec2 .tab-content .item .img {
  margin-right: 50px;
}
#sec2 .tab-content .item .img img {
  box-shadow: 0px 8px 27px 0px rgba(0, 0, 0, 0.2);
}
#sec2 .tab-content .item .desc {
  margin-top: 40px;
}
#sec2 .tab-content .item .desc .tit {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #000;
  line-height: 1.7em;
  margin-bottom: 27px;
}
#sec2 .row2 {
  margin-bottom: 80px;
  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: 546px;
  height: auto;
  bottom: -157px;
  left: calc(50% + 251px);
  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: 473px;
  height: auto;
  bottom: -141px;
  right: calc(50% + 360px);
  z-index: -1;
}

#sec3 {
  padding: 151px 0 165px;
  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: 947px;
  height: auto;
  top: 0;
  right: calc(50% - 40px);
  z-index: -1;
}
#sec3 .dots-wrapper {
  display: flex;
  position: absolute;
  bottom: 40px;
  left: 75px;
}
#sec3 .custom-dots {
  margin: 2px 12px;
}
#sec3 .custom-dots ul {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
}
#sec3 .custom-dots li {
  margin: 0 7px;
}
#sec3 .custom-dots button {
  font-size: 0;
  width: 20px;
  height: 20px;
  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;
  width: 20px;
  height: 38px;
  cursor: pointer;
}
#sec3 .next-arrow {
  background: url(../img/visitor/sec3_arrow_right.png) no-repeat;
  width: 20px;
  height: 38px;
  cursor: pointer;
}
#sec3 .ttl {
  color: #fefefe;
  margin-bottom: 49px;
}
#sec3 .ttl .num::before {
  background-image: url(../img/visitor/sec3_num.png);
  aspect-ratio: 146/108;
  width: 146px;
  top: calc(50% - 29px);
  left: -177px;
}
#sec3 .list .item {
  margin-bottom: 110px;
  position: relative;
}
#sec3 .list .item:last-child {
  margin-bottom: 0;
}
#sec3 .list .item:nth-child(2) {
  margin-bottom: 100px;
}
#sec3 .list .item:nth-child(2) .catch {
  color: #dfffe4;
}
#sec3 .list .item:nth-child(3) {
  margin-bottom: 69px;
}
#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: 1105px;
  height: auto;
  top: -262px;
  left: calc(50% - 214px);
  z-index: -2;
}
#sec3 .list .item:nth-child(3) .catch {
  color: #fedaa1;
}
#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: 700px;
  height: auto;
  top: -114px;
  right: calc(50% + 200px);
  z-index: -2;
}
#sec3 .list .item:nth-child(4) .catch {
  color: #dff6ff;
}
#sec3 .list .item:nth-child(4) .box-note .stk {
  bottom: -84px;
}
#sec3 .list .item.reverse .img-full {
  margin-left: 0;
  margin-right: -100px;
  margin-bottom: -201px;
  text-align: right;
}
#sec3 .list .item.reverse .group {
  top: 95px;
  left: 60px;
  right: inherit;
}
#sec3 .list .item.reverse .group::before {
  left: -111px;
}
#sec3 .list .item.reverse .item-child {
  padding: 60px 75px 105px;
}
#sec3 .list .item.reverse .desc {
  margin-left: auto;
  max-width: 587px;
}
#sec3 .list .item.reverse .desc h3 {
  letter-spacing: 0.1em;
}
#sec3 .list .item.reverse .dots-wrapper {
  left: 337px;
  bottom: 45px;
}
#sec3 .list .item.reverse .box-note {
  left: -30px;
  right: inherit;
}
#sec3 .list .item.reverse .box-note::before {
  background-image: url(../img/visitor/sec3_box_left.png);
  right: -30px;
  left: initial;
}
#sec3 .list .item .img-full {
  margin-left: -100px;
  margin-bottom: -198px;
  position: relative;
}
#sec3 .list .item .group {
  text-align: center;
  position: absolute;
  top: 98px;
  right: 47px;
  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: 459px;
  height: auto;
  top: -32px;
  left: -76px;
  z-index: -1;
}
#sec3 .list .item .catch {
  line-height: 1em;
  color: #ffdff8;
  font-size: 180px;
  font-weight: 300;
  margin-bottom: 14px;
}
#sec3 .list .item .label {
  text-align: center;
  font-size: 24px;
  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: 234px;
  height: 60px;
  background-color: #f7f6f4;
}
#sec3 .list .item .box-wrap {
  position: relative;
}
#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: 0;
}
#sec3 .list .item .item-child {
  box-sizing: border-box;
  padding: 60px 75px 100px;
}
#sec3 .list .item .img {
  margin-bottom: 50px;
}
#sec3 .list .item .img img {
  box-shadow: 0px 8px 27px 0px rgba(0, 0, 0, 0.2);
}
#sec3 .list .item .desc {
  max-width: 545px;
}
#sec3 .list .item .desc h3 {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: 1.7em;
  color: #000;
  margin-bottom: 8px;
}
#sec3 .list .item .desc .txt {
  font-size: 16px;
}
#sec3 .list .item .box-note {
  padding: 40px 30px;
  box-sizing: border-box;
  width: 320px;
  height: 400px;
  color: #fff;
  top: 570px;
  right: 30px;
  position: absolute;
  z-index: 1;
}
#sec3 .list .item .box-note::before {
  content: "";
  position: absolute;
  background: url(../img/visitor/sec3_box_right.png) no-repeat;
  background-size: contain;
  aspect-ratio: 30/38;
  width: 30px;
  height: auto;
  top: 0;
  left: -30px;
  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: 24px;
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: 1.7em;
  margin-bottom: 19px;
}
#sec3 .list .item .box-note .stk {
  position: absolute;
  left: calc(50% - 0px);
  transform: translate(-50%);
  bottom: -18px;
}

#sec4 {
  padding: 139px 0 149px;
  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: 480px;
  height: auto;
  top: 18px;
  left: calc(50% + 225px);
  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: 1118px;
  height: auto;
  bottom: -1px;
  right: calc(50% - 418px);
  z-index: -2;
}
#sec4 .ttl {
  margin-bottom: 86px;
}
#sec4 .ttl .num::before {
  background-image: url(../img/visitor/sec4_num.png);
  aspect-ratio: 128/98;
  width: 128px;
}
#sec4 .ttl .big {
  color: #7c4d4d;
}
#sec4 .tit {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.36em;
  line-height: 1.8em;
  margin-bottom: 5px;
}
#sec4 .ttl-vertical {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.7em;
  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: 37px;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 10px);
}
#sec4 .row1 {
  display: flex;
  justify-content: center;
  margin-left: 50px;
  margin-bottom: 68px;
  position: relative;
  z-index: 2;
}
#sec4 .row1 .tl-vertical {
  font-size: 30px;
  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: 126px;
  height: 532px;
}
#sec4 .row1 .tl-vertical .ps {
  padding-top: 83px;
}
#sec4 .row1 .group {
  position: relative;
  margin-left: 150px;
  margin-top: 112px;
}
#sec4 .row1 .group .ttl-vertical {
  position: absolute;
  top: -2px;
  left: -64px;
  width: 34px;
  height: 120px;
}
#sec4 .row1 .group .desc {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
}
#sec4 .row1 .group .img {
  margin-bottom: 31px;
}
#sec4 .row1 .group .img img {
  box-shadow: 0px 8px 27px 0px rgba(0, 0, 0, 0.2);
}
#sec4 .row2 {
  position: relative;
  z-index: 1;
  margin-left: 43px;
  margin-bottom: 236px;
}
#sec4 .row2::before {
  position: absolute;
  content: "";
  background: url(../img/visitor/sec4_deco2.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1030/1066;
  width: 1030px;
  height: auto;
  top: -587px;
  right: calc(50% - 103px);
  z-index: -2;
}
#sec4 .row2 .group .img {
  margin-bottom: 28px;
}
#sec4 .row2 .group .img img {
  box-shadow: 0px 8px 27px 0px rgba(0, 0, 0, 0.2);
}
#sec4 .row2 .group .desc {
  position: relative;
  z-index: 2;
  padding-left: 30px;
  width: 475px;
}
#sec4 .row2 .group .tit {
  line-height: 1.9em;
}
#sec4 .row2 .img-grp {
  position: absolute;
  top: 249px;
  right: -112px;
}
#sec4 .row2 .img-grp .ttl-vertical {
  position: absolute;
  top: -101px;
  right: 332px;
  width: 34px;
  height: 72px;
}
#sec4 .row3 {
  position: relative;
  margin-bottom: 95px;
}
#sec4 .row3 .img-grp {
  position: absolute;
  top: -183px;
  left: -138px;
  z-index: 1;
}
#sec4 .row3 .img-grp .ttl-vertical {
  position: absolute;
  bottom: -91px;
  left: 277px;
  width: 34px;
  height: 72px;
}
#sec4 .row3 .group {
  margin-left: 293px;
  position: relative;
}
#sec4 .row3 .group .img {
  margin-bottom: 30px;
}
#sec4 .row3 .group .img img {
  box-shadow: 0px 8px 27px 0px rgba(0, 0, 0, 0.2);
}
#sec4 .row3 .group .desc {
  padding-left: 30px;
  width: 560px;
}
#sec4 .row3 .group .tit {
  line-height: 1.9em;
}
#sec4 .row4 {
  display: flex;
  position: relative;
  z-index: 1;
  margin-left: 74px;
  margin-bottom: 70px;
}
#sec4 .row4::before {
  position: absolute;
  content: "";
  background: url(../img/visitor/sec4_deco3.png) no-repeat;
  background-size: contain;
  aspect-ratio: 545/487;
  width: 545px;
  height: auto;
  top: -285px;
  right: calc(50% + 199px);
  z-index: -2;
}
#sec4 .row4 .ttl-vertical {
  position: absolute;
  top: -4px;
  right: 77px;
  width: 34px;
  height: 240px;
}
#sec4 .row4 .img {
  margin-bottom: 31px;
  margin-right: 50px;
}
#sec4 .row4 .img img {
  box-shadow: 0px 8px 27px 0px rgba(0, 0, 0, 0.2);
}
#sec4 .row4 .group {
  margin-top: 29px;
  width: 269px;
}
#sec4 .row4 .group .tit {
  line-height: 1.9em;
}
#sec4 .course-box {
  position: relative;
  z-index: 1;
  padding: 70px 0;
  margin-left: -50px;
  margin-right: -50px;
  margin-bottom: 60px;
}
#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%;
  display: flex;
  align-items: center;
  margin: 0 0 0 60px;
}
#sec4 .course-box dl small{
  font-size: 17px;
  display: block;
  padding: 10px 0;
}
#sec4 .course-box dl span{
  font-size: 15px;
  letter-spacing: 1.5px;
  display: block;
  width: 300px;
}
#sec4 .course-box dl dt {
  padding: 50px;
  margin-right: 70px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.36em;
  text-align: left;
  position: relative;
}
#sec4 .course-box dl dt::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #b0afaf;
  margin: auto 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#sec4 .course-box dl dd {
  line-height: 1.7em;
}
#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: 600px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  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: 20px;
  font-weight: 400;
  letter-spacing: 0.28em;
}
#sec4 .tel-box dt .tel-icon {
  font-size: 24px;
  letter-spacing: 0.28em;
}
#sec4 .tel-box dd {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.15em;
}
#sec4 .btn {
  text-align: center;
}

#sec5 {
  padding: 143px 0 150px;
  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 {
  margin-bottom: 108px;
}
#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: 366px;
  height: auto;
  bottom: -89px;
  right: -164px;
  z-index: -1;
}
#sec5 .ttl .big {
  color: #7c4d4d;
}
#sec5 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 64px 40px;
  margin-bottom: 47px;
}
#sec5 .list .item {
  width: calc(50% - 20px);
}
#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: 100px;
  height: auto;
  top: -20px;
  left: 30px;
  z-index: 1;
}
#sec5 .list .item .img .label {
  width: 54px;
  height: 200px;
  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: -15px;
  left: 54px;
  z-index: 2;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.28em;
}
#sec5 .list .item .img img {
  margin-bottom: 29px;
  box-shadow: 0px 8px 27px 0px rgba(0, 0, 0, 0.2);
}
#sec5 .list .item .tit {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.28em;
  margin-bottom: 3px;
  text-align: center;
}
#sec5 .list .item .txt {
  width: 435px;
  margin-left: auto;
  margin-right: auto;
}
#sec5 .btn {
  text-align: center;
}