@charset "UTF-8";
/* ---------------------------------------*/
/* keyvisual */
/* ---------------------------------------*/
#keyvisual {
  aspect-ratio: 1920/850.37;
  margin-top: 75px;
  margin-bottom: 45px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #keyvisual {
    aspect-ratio: 375/530;
    margin-top: 60px;
    margin-bottom: 67px;
  }
}

.kv-img-field {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(4);
          transform: scale(4);
  opacity: 0;
  -webkit-animation: kvZoomFade-field 0.7s ease-in 0s forwards;
          animation: kvZoomFade-field 0.7s ease-in 0s forwards;
}

@-webkit-keyframes kvZoomFade-field {
  from {
    -webkit-transform: scale(4);
            transform: scale(4);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes kvZoomFade-field {
  from {
    -webkit-transform: scale(4);
            transform: scale(4);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.kv-img-west {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: scale(3);
          transform: scale(3);
  opacity: 0;
  -webkit-animation: kvZoomFade-west 0.2s ease-in 0.7s forwards;
          animation: kvZoomFade-west 0.2s ease-in 0.7s forwards;
  z-index: 2;
}

@-webkit-keyframes kvZoomFade-west {
  from {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes kvZoomFade-west {
  from {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.kv-img-decoration {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-animation: kvZoomFade-decoration 0.2s ease-out 0.8s forwards;
          animation: kvZoomFade-decoration 0.2s ease-out 0.8s forwards;
}

@-webkit-keyframes kvZoomFade-decoration {
  from {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes kvZoomFade-decoration {
  from {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/* ---------------------------------------*/
/* intro */
/* ---------------------------------------*/
#intro {
  margin-bottom: 230px;
}
@media screen and (max-width: 768px) {
  #intro {
    margin-bottom: 158px;
  }
}

.intro-img-01 {
  margin: 0 0 2.1vw;
}
@media screen and (max-width: 768px) {
  .intro-img-01 {
    margin: 0 0 9.8vw;
  }
}

.intro-img-02 {
  opacity: 0;
}

.intro-txt {
  width: 21.9vw;
  margin: 0 auto 2.1vw;
}
@media screen and (max-width: 768px) {
  .intro-txt {
    width: 66vw;
    margin: 0 auto 9.6vw;
  }
}

/* ---------------------------------------*/
/* shima_ga */
/* ---------------------------------------*/
#shima_ga {
  margin-top: -150px;
  padding-top: 150px;
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  #shima_ga {
    margin-bottom: 145px;
    margin-top: -90px;
    padding-top: 90px;
  }
}

.shima_ga-content {
  position: relative;
  padding: 7% 8.3% 8.3%;
  border: solid 5px #14AF48;
}
.shima_ga-content::before, .shima_ga-content::after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.2s ease-out, transform 0.3s ease-out;
  transition: opacity 0.2s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.shima_ga-content::before {
  width: 30.8%;
  aspect-ratio: 370/356;
  background: url(../img/shima_ga_deco-01.webp) no-repeat center/cover;
  top: -10.8%;
  left: -11.6%;
  z-index: -1;
  -webkit-transform: translate(-100px, 100px);
          transform: translate(-100px, 100px);
}
.shima_ga-content::after {
  width: 36.5%;
  aspect-ratio: 438.5/241;
  background: url(../img/shima_ga_deco-02.webp) no-repeat center/cover;
  bottom: -7.7%;
  right: -7.5%;
  z-index: 2;
  -webkit-transform: translate(100px, -50px);
          transform: translate(100px, -50px);
}
.shima_ga-content.show-before::before {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.shima_ga-content.show-after::after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.shima_ga-content .trigger-before,
.shima_ga-content .trigger-after {
  position: absolute;
  width: 100%;
  height: 1px;
  pointer-events: none;
}
.shima_ga-content .trigger-before {
  top: 0;
}
.shima_ga-content .trigger-after {
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .shima_ga-content {
    padding: 25px 25px 30px;
    border-width: 3px;
  }
  .shima_ga-content::before {
    width: 60%;
    top: -15%;
    left: -26%;
  }
  .shima_ga-content::after {
    width: 75%;
    bottom: -8.5%;
    right: -35%;
  }
}

.shima_ga-heading {
  width: 47.8%;
  margin: 0 auto 47px;
}
@media screen and (max-width: 768px) {
  .shima_ga-heading {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.shima_ga-img-01 {
  margin: 0 0 45px;
}
@media screen and (max-width: 768px) {
  .shima_ga-img-01 {
    margin: 0 0 20px;
  }
}

.shima_ga-desc {
  font-size: 1.6rem;
  line-height: 2.18;
  margin: 0 0 45px;
}
@media screen and (max-width: 768px) {
  .shima_ga-desc {
    line-height: 1.68;
    margin: 0 0 25px;
  }
}

.shima_ga-btn-01 {
  width: 388px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .shima_ga-btn-01 {
    width: 100%;
  }
}

/* ---------------------------------------*/
/* movies */
/* ---------------------------------------*/
#movies {
  background: linear-gradient(181deg, #14AF48 13.16%, #46B756 77.75%, #63D45B 111.98%, #B0E02C 127.99%);
  padding-bottom: 250px;
  z-index: 2;
}
#movies::before {
  display: block;
  content: "";
  width: 100%;
  height: 826px;
  background: url(../img/movies_bg-01.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
#movies::after {
  display: block;
  content: "";
  width: 100%;
  height: 547px;
  background: url(../img/movies_bg-02.webp) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
#movies .wrapper--1000.cm {
  padding-top: 355px;
  margin-bottom: 118px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #movies {
    padding-bottom: 110px;
    margin-bottom: 48px;
  }
  #movies::before {
    aspect-ratio: 375/283;
    height: auto;
    background: url(../img/movies_bg-01-sp.webp) no-repeat top/cover;
  }
  #movies::after {
    aspect-ratio: 375/194;
    height: auto;
    background: url(../img/movies_bg-02-sp.webp) no-repeat bottom/cover;
  }
  #movies .wrapper--1000.cm {
    padding-top: 103px;
    margin-bottom: 48px;
  }
}

.movies-heading {
  width: 21.3%;
  margin: 0 auto 45px;
  margin-top: -150px;
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .movies-heading {
    width: 44vw;
    margin: 0 auto 30px;
    margin-top: -90px;
    padding-top: 90px;
  }
}

.movies-container {
  margin: 0 0 42px;
}
@media screen and (max-width: 768px) {
  .movies-container {
    margin: 0 0 20px;
  }
}

.movies-switch-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .movies-switch-list {
    display: block;
  }
}

.movies-switch-list__item {
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  border: solid 2px #fff;
  border-radius: 10px;
  padding: 10px 16px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.movies-switch-list__item:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.4);
}
.movies-switch-list__item.is-active {
  background: #fff;
  color: #14AF48;
}
.movies-switch-list__item.is-active:hover {
  cursor: default;
}
@media screen and (max-width: 768px) {
  .movies-switch-list__item {
    width: 100%;
    font-size: 1.7rem;
    padding: 5px 7px;
    margin: 0 0 15px;
  }
  .movies-switch-list__item:last-child {
    margin: 0;
  }
}

.movies-subtitle {
  width: 43%;
  margin: 0 auto 42px;
}
@media screen and (max-width: 768px) {
  .movies-subtitle {
    width: 84vw;
    margin: 0 auto 20px;
  }
}

.splide {
  position: raltive;
}

@media screen and (max-width: 768px) {
  .splide-truck--movies {
    margin: 0 -30px;
  }
}

.movies-list__item {
  border: solid 3px #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .movies-list__item {
    border: solid 2px #fff;
    border-radius: 15px;
  }
}

#movies .splide__pagination, #movies .splide__pagination li, #movies .splide__pagination__page {
  all: unset;
}
#movies .splide__pagination__page.is-active {
  all: unset;
}
#movies .splide__pagination {
  display: block !important;
  bottom: -32px !important;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
#movies .splide__pagination__page {
  width: 9px !important;
  height: 9px !important;
  border-radius: 99px !important;
  margin: 0 10px !important;
  background: #fff !important;
}
#movies .splide__pagination__page.is-active {
  -webkit-transform: none !important;
          transform: none !important;
  background: #14AF48 !important;
}
#movies .splide__arrow {
  all: unset !important;
}
#movies .splide__arrow > svg {
  display: none !important;
}
#movies .splide__arrows {
  position: absolute;
  height: 37px;
  left: 0;
  right: 0;
  margin: auto -30px;
  top: 53vw !important;
  z-index: 2;
}
#movies .splide__arrow {
  background: #fff !important;
  opacity: 1 !important;
  width: 37px !important;
  height: 37px !important;
  border-radius: 99px !important;
  position: relative !important;
  -webkit-transition: 400ms !important;
  transition: 400ms !important;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.5019607843) !important;
          box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.5019607843) !important;
}
#movies .splide__arrow::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 3px #14AF48;
  border-right: solid 3px #14AF48;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#movies .splide__arrow--next {
  position: absolute !important;
  right: 9vw !important;
  bottom: 0 !important;
}
#movies .splide__arrow--next::before {
  -webkit-transform: rotate(45deg) !important;
          transform: rotate(45deg) !important;
  right: 14px;
}
#movies .splide__arrow--prev {
  position: absolute !important;
  left: 9vw !important;
  bottom: 0 !important;
}
#movies .splide__arrow--prev::before {
  -webkit-transform: rotate(-135deg) !important;
          transform: rotate(-135deg) !important;
  left: 14px;
}

.movies-list-text {
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .movies-list-text {
    font-size: 1.6rem;
    padding: 15px;
  }
}

/* ▼ 初期状態（非表示だけどアニメーションに備える） */
.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* ▼ 表示時 */
.modal.is-visible {
  visibility: visible;
  opacity: 1;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

/* ▼ モーダル本体（ふわっと拡大） */
.modal__content--movie-01 {
  position: relative;
  background: #fff;
  padding: 4.8vw;
  border-radius: 20px;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 1;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5019607843);
          box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5019607843);
}
@media screen and (max-width: 768px) {
  .modal__content--movie-01 {
    width: 90%;
    padding: 25px;
    border-radius: 10px;
  }
}

/* ▼ 表示時にアニメーション */
.modal.is-visible .modal__content--movie-01 {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

/* ▼ 閉じるボタン位置の調整 */
.modal__close {
  width: 28px;
  height: 28px;
  position: absolute;
  top: calc(2.4vw - 14px);
  right: calc(2.4vw - 14px);
  cursor: pointer;
  z-index: 2;
}
.modal__close::before {
  display: block;
  content: "";
  width: 38px;
  height: 3px;
  background: #14AF48;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 11px;
  left: -5px;
}
.modal__close::after {
  display: block;
  content: "";
  width: 38px;
  height: 3px;
  background: #14AF48;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 11px;
  left: -5px;
}
@media screen and (max-width: 768px) {
  .modal__close {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    top: 0;
    right: 0;
  }
}

.movie-01 {
  width: 52vw;
  aspect-ratio: 560/315;
}
@media screen and (max-width: 768px) {
  .movie-01 {
    width: 100%;
  }
}

.movie-02 {
  width: 19.5vw;
}
@media screen and (max-width: 768px) {
  .movie-02 {
    width: 100%;
  }
}

/* ---------------------------------------*/
/* info */
/* ---------------------------------------*/
#info {
  margin-top: -80px;
  padding-top: 80px;
  padding-bottom: 210px;
  margin-bottom: 75px;
  background: #EDFFDB;
}
#info::before {
  display: block;
  content: "";
  width: 100%;
  height: 320px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/info_bg.webp) no-repeat center/cover;
}
#info .wrapper--1000 {
  padding-top: 105px;
}
@media screen and (max-width: 768px) {
  #info {
    margin-top: -90px;
    padding-top: 90px;
    padding-bottom: 70px;
  }
  #info::before {
    height: auto;
    aspect-ratio: 375/66;
    background: url(../img/info_bg.webp) no-repeat center/cover;
  }
  #info .wrapper--1000 {
    padding-top: 0;
  }
}

.info-heading {
  width: 40.2%;
  margin: 0 auto 45px;
}
@media screen and (max-width: 768px) {
  .info-heading {
    width: 82.9vw;
    margin: 0 auto 28px;
  }
}

.splide__track.splide-truck--info {
  margin-bottom: 207px;
}
@media screen and (max-width: 768px) {
  .splide__track.splide-truck--info {
    margin-bottom: 88px;
  }
}

.info-list__item {
  border: solid 3px #14AF48;
  padding: 2.39vw 2.39vw 117px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .info-list__item {
    border: solid 2px #14AF48;
    padding: 6.9vw 6.9vw 50px;
  }
}

#info .splide__arrow {
  all: unset !important;
}
#info .splide__arrow > svg {
  display: none !important;
}
#info .splide__arrows {
  position: absolute;
  height: 37px;
  left: 0;
  right: 0;
  margin: auto -30px;
  top: calc(50% - 18px) !important;
  z-index: 2;
}
#info .splide__arrow {
  background: #fff !important;
  opacity: 1 !important;
  width: 37px !important;
  height: 37px !important;
  border-radius: 99px !important;
  position: relative !important;
  -webkit-transition: 400ms !important;
  transition: 400ms !important;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.5019607843) !important;
          box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.5019607843) !important;
}
#info .splide__arrow::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 3px #14AF48;
  border-right: solid 3px #14AF48;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#info .splide__arrow--next {
  position: absolute !important;
  right: 9vw !important;
  bottom: 0 !important;
}
#info .splide__arrow--next::before {
  -webkit-transform: rotate(45deg) !important;
          transform: rotate(45deg) !important;
  right: 14px;
}
#info .splide__arrow--prev {
  position: absolute !important;
  left: 9vw !important;
  bottom: 0 !important;
}
#info .splide__arrow--prev::before {
  -webkit-transform: rotate(-135deg) !important;
          transform: rotate(-135deg) !important;
  left: 14px;
}
#info .splide__pagination, #info .splide__pagination li, #info .splide__pagination__page {
  all: unset;
}
#info .splide__pagination__page.is-active {
  all: unset;
}
#info .splide__pagination {
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -59px !important;
}
@media screen and (max-width: 768px) {
  #info .splide__pagination {
    bottom: -33px !important;
  }
}
#info .splide__pagination__page {
  width: 15px !important;
  height: 15px !important;
  border-radius: 99px !important;
  margin: 0 16px !important;
  background: #D9D9D9 !important;
}
#info .splide__pagination__page:hover {
  cursor: pointer;
}
#info .splide__pagination__page.is-active {
  -webkit-transform: none !important;
          transform: none !important;
  background: #14AF48 !important;
}
#info .splide__pagination__page.is-active:hover {
  cursor: default;
}
@media screen and (max-width: 768px) {
  #info .splide__pagination__page {
    width: 9px !important;
    height: 9px !important;
    margin: 0 10px !important;
  }
}

.info-list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .info-list-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.info-list__image {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .info-list__image {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 10px;
  }
}

.info-list__text {
  width: 47%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .info-list__text {
    display: contents;
  }
}

.info-list-category, .info-list-category--meta, .info-list-category--camp, .info-list-category--decor {
  width: 95%;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 999px;
  padding: 3px 1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .info-list-category, .info-list-category--meta, .info-list-category--camp, .info-list-category--decor {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 17px;
  }
}

.info-list-category--decor {
  background: #F39F67;
}

.info-list-category--camp {
  background: #5CC0E1;
}

.info-list-category--meta {
  background: #F79DE0;
}

.info-list-heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35;
  padding-bottom: 8px;
  border-bottom: dashed 1px #14AF48;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .info-list-heading {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
  }
}

.info-list-date {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.68;
  padding-bottom: 8px;
  border-bottom: dashed 1px #14AF48;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .info-list-date {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.info-list-desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.68;
  letter-spacing: 0.03%;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .info-list-desc {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.info-list-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 2.39vw;
  right: 2.39vw;
  bottom: 2.39vw;
}
@media screen and (max-width: 768px) {
  .info-list-buttons {
    display: block;
    left: 6.9vw;
    right: 6.9vw;
    bottom: 6.9vw;
  }
}

.info-list-buttons__item, .info-list-buttons__item--soon, .info-list-buttons__item--meta, .info-list-buttons__item--detail {
  width: 47%;
  border-radius: 10px;
}
.info-list-buttons__item a, .info-list-buttons__item--soon a, .info-list-buttons__item--meta a, .info-list-buttons__item--detail a {
  display: block;
  padding: 15px 40px 15px 18px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.11;
  text-align: left;
  position: relative;
}
.info-list-buttons__item a::before, .info-list-buttons__item--soon a::before, .info-list-buttons__item--meta a::before, .info-list-buttons__item--detail a::before {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/icon_button-01.svg) no-repeat center/cover;
  position: absolute;
  top: calc(50% - 11px);
  right: 10px;
}
@media screen and (max-width: 768px) {
  .info-list-buttons__item, .info-list-buttons__item--soon, .info-list-buttons__item--meta, .info-list-buttons__item--detail {
    width: 100%;
    margin-bottom: 12px;
  }
  .info-list-buttons__item:last-child, .info-list-buttons__item--soon:last-child, .info-list-buttons__item--meta:last-child, .info-list-buttons__item--detail:last-child {
    margin: 0;
  }
  .info-list-buttons__item a, .info-list-buttons__item--soon a, .info-list-buttons__item--meta a, .info-list-buttons__item--detail a {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.25;
  }
  .info-list-buttons__item a::before, .info-list-buttons__item--soon a::before, .info-list-buttons__item--meta a::before, .info-list-buttons__item--detail a::before {
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
  }
}

.info-list-buttons__item--detail {
  border: solid 1px #14AF48;
  color: #14AF48;
  background: #fff;
}
.info-list-buttons__item--detail a::after {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
}

.info-list-buttons__item--meta {
  border: solid 1px #14AF48;
  background: #14AF48;
  color: #fff;
}
.info-list-buttons__item--meta a::after {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
}

.info-list-buttons__item--soon {
  border: solid 1px #7A7D7B;
  color: #7A7D7B;
  font-weight: 900;
}
.info-list-buttons__item--soon a {
  pointer-events: none;
}
.info-list-buttons__item--soon a::before {
  display: none;
}

.info-list__announce, .info-list__announce--tv, .info-list__announce--mic {
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 2.39vw;
  right: 2.39vw;
  bottom: 2.39vw;
  color: #14AF48;
}
.info-list__announce::before, .info-list__announce--tv::before, .info-list__announce--mic::before {
  display: block;
  content: "";
  width: 15px;
  height: 100%;
  border-top: solid 2px #14AF48;
  border-left: solid 2px #14AF48;
  border-bottom: solid 2px #14AF48;
  position: absolute;
  top: 0;
  left: 0;
}
.info-list__announce::after, .info-list__announce--tv::after, .info-list__announce--mic::after {
  display: block;
  content: "";
  width: 15px;
  height: 100%;
  border-top: solid 2px #14AF48;
  border-right: solid 2px #14AF48;
  border-bottom: solid 2px #14AF48;
  position: absolute;
  top: 0;
  right: 0;
}
.info-list__announce p, .info-list__announce--tv p, .info-list__announce--mic p {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.1;
  position: relative;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .info-list__announce, .info-list__announce--tv, .info-list__announce--mic {
    height: 7.2em;
    left: 6.9vw;
    right: 6.9vw;
    bottom: 6.9vw;
  }
  .info-list__announce p, .info-list__announce--tv p, .info-list__announce--mic p {
    font-size: 1.6rem;
    line-height: 1.25;
    text-align: left;
    margin: 0 20px;
  }
}

.info-list__announce--mic p {
  padding: 0 30px;
}
.info-list__announce--mic p::before {
  display: block;
  content: "";
  width: 21px;
  height: 34px;
  background: url(../img/icon_mic.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .info-list__announce--mic p {
    padding: 2.5em 0 0 0;
  }
  .info-list__announce--mic p::before {
    top: -2.5em;
    right: 0;
  }
}

.info-list__announce--tv p {
  padding: 0 35px;
}
.info-list__announce--tv p::before {
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/icon_tv.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .info-list__announce--tv p {
    padding: 2.5em 0 0 0;
  }
  .info-list__announce--tv p::before {
    top: -2.5em;
    right: 0;
  }
}

/* ---------------------------------------*/
/* west */
/* ---------------------------------------*/
#west {
  margin-bottom: 190px;
}
#west .wrapper--1000 {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  #west {
    margin-bottom: 110px;
  }
  #west .wrapper--1000 {
    padding-top: 88px;
  }
}

.west-heading {
  width: 15.2%;
  margin: 0 auto 150px;
}
@media screen and (max-width: 768px) {
  .west-heading {
    width: 36.8vw;
    margin: 0 auto 60px;
  }
}

.west_keyvisual {
  margin: 0 0 204px;
}
@media screen and (max-width: 768px) {
  .west_keyvisual {
    margin: 0 0 65px;
  }
}

.west-member-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.west-member-list__item:nth-child(odd) .west-member__data {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 8.3%;
}
.west-member-list__item:nth-child(odd) .west-member__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: right;
}
.west-member-list__item:nth-child(even) .west-member__data {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 8.3%;
}
.west-member-list__item:nth-child(even) .west-member__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .west-member-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 64px !important;
  }
  .west-member-list__item :nth-child(odd) .west-member__image {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
  }
  .west-member-list__item:nth-child(even) .west-member__image {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
  }
}

.west-member__data {
  width: 310px;
}
@media screen and (max-width: 768px) {
  .west-member__data {
    display: contents;
  }
}

.west-member__image {
  width: calc(91.7% - 310px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .west-member__image {
    width: calc(100% + 60px);
    margin-right: -30px;
  }
}

.west-member__decor {
  position: absolute !important;
}

.west-member__name {
  font-weight: 700;
  font-size: 3.2rem;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .west-member__name {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    font-size: 2.8rem;
    text-align: center;
  }
}

.west-member__desc {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.68;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .west-member__desc {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    margin-bottom: 5px;
  }
}

.west-member__birth {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.68;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .west-member__birth {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
}

.west-member-subtitle {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.33;
  color: #fff;
  padding: 15px;
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .west-member-subtitle {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 768px) {
  .west-member-exp-list {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.west-member-exp-list__item {
  margin-bottom: 9px;
}
.west-member-exp-list__item a {
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.33;
  text-align: left;
  position: relative;
  padding: 10px 56px 10px 17px;
  border-radius: 10px;
}
.west-member-exp-list__item a::before {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: calc(50% - 11px);
  right: 11px;
}
@media screen and (max-width: 768px) {
  .west-member-exp-list__item {
    margin-bottom: 15px;
  }
  .west-member-exp-list__item a {
    font-size: 2rem;
    line-height: 1.2;
  }
  .west-member-exp-list__item a::before {
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    right: 9px;
  }
}

.west-member-list__item:nth-child(1) {
  margin-bottom: 128px;
}
.west-member-list__item:nth-child(1) .west-member-subtitle {
  background: #F81313;
}
.west-member-list__item:nth-child(1) .west-member-exp-list__item a {
  color: #F81313;
  border: solid 1px #F81313;
}
.west-member-list__item:nth-child(1) .west-member-exp-list__item a::before {
  background: url(../img/icon-shigeoka.svg) no-repeat center/cover;
}
.west-member-list__item:nth-child(1) .west-member-exp-list__item a::after {
  background: rgba(248, 19, 19, 0.2);
}
.west-member-list__item:nth-child(1) .west-member__photo {
  width: 73.5%;
  margin-right: 12.6%;
}
.west-member-list__item:nth-child(1) .west-member__decor {
  width: 32.1%;
  right: 0;
  bottom: 15.6%;
}
@media screen and (max-width: 768px) {
  .west-member-list__item:nth-child(1) .west-member__image {
    margin-bottom: 33px;
  }
  .west-member-list__item:nth-child(1) .west-member__photo {
    width: 101vw;
    margin-right: auto;
    position: relative;
    left: -18vw;
  }
  .west-member-list__item:nth-child(1) .west-member__decor {
    width: 44.2vw;
    height: 40vw;
    right: -7.6vw;
    bottom: 21.6vw;
  }
}
.west-member-list__item:nth-child(2) {
  margin-bottom: 137px;
}
.west-member-list__item:nth-child(2) .west-member-subtitle {
  background: #FF7D0F;
}
.west-member-list__item:nth-child(2) a {
  color: #FF7D0F;
  border: solid 1px #FF7D0F;
}
.west-member-list__item:nth-child(2) a::before {
  background: url(../img/icon-kiriyama.svg) no-repeat center/cover;
}
.west-member-list__item:nth-child(2) a::after {
  background: rgba(255, 125, 15, 0.2);
}
.west-member-list__item:nth-child(2) .west-member__photo {
  width: 75.4%;
  margin-left: 4.1%;
}
.west-member-list__item:nth-child(2) .west-member__decor {
  width: 70.8%;
  left: 22.2%;
  bottom: -3.9%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .west-member-list__item:nth-child(2) .west-member__image {
    margin-bottom: 60px;
  }
  .west-member-list__item:nth-child(2) .west-member__photo {
    width: 107.4vw;
    margin-left: auto;
    position: relative;
    left: -23vw;
  }
  .west-member-list__item:nth-child(2) .west-member__decor {
    width: 100.8vw;
    right: -12vw;
    bottom: -5.6vw;
  }
}
.west-member-list__item:nth-child(3) {
  margin-bottom: 105px;
}
.west-member-list__item:nth-child(3) .west-member-subtitle {
  background: #FFC815;
}
.west-member-list__item:nth-child(3) a {
  color: #FFC815;
  border: solid 1px #FFC815;
}
.west-member-list__item:nth-child(3) a::before {
  background: url(../img/icon-nakama.svg) no-repeat center/cover;
}
.west-member-list__item:nth-child(3) a::after {
  background: rgba(252, 216, 57, 0.2);
}
.west-member-list__item:nth-child(3) .west-member__photo {
  width: 77%;
}
.west-member-list__item:nth-child(3) .west-member__decor {
  width: 75%;
  right: 19.2%;
  top: 7.72%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .west-member-list__item:nth-child(3) .west-member__image {
    margin-bottom: 40px;
  }
  .west-member-list__item:nth-child(3) .west-member__photo {
    width: 104vw;
    position: relative;
    right: -2vw;
  }
  .west-member-list__item:nth-child(3) .west-member__decor {
    width: 101.3vw;
    left: -21vw;
    top: 10.4vw;
  }
}
.west-member-list__item:nth-child(4) {
  margin-bottom: 115px;
}
.west-member-list__item:nth-child(4) .west-member-subtitle {
  background: #5ACE0A;
}
.west-member-list__item:nth-child(4) a {
  color: #5ACE0A;
  border: solid 1px #5ACE0A;
}
.west-member-list__item:nth-child(4) a::before {
  background: url(../img/icon-kamiyama.svg) no-repeat center/cover;
}
.west-member-list__item:nth-child(4) a::after {
  background: rgba(90, 206, 10, 0.2);
}
.west-member-list__item:nth-child(4) .west-member__photo {
  width: 74%;
  margin-left: 8.2%;
}
.west-member-list__item:nth-child(4) .west-member__decor {
  width: 69.4%;
  left: 20.3%;
  top: 7.5%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .west-member-list__item:nth-child(4) .west-member__image {
    margin-bottom: 33px;
  }
  .west-member-list__item:nth-child(4) .west-member__photo {
    width: 96.8vw;
    position: relative;
    margin-left: auto;
    left: -15vw;
  }
  .west-member-list__item:nth-child(4) .west-member__decor {
    width: 95.7vw;
    left: auto;
    right: 0.4em;
    top: 9.3vw;
  }
}
.west-member-list__item:nth-child(5) {
  margin-bottom: 165px;
}
.west-member-list__item:nth-child(5) .west-member-subtitle {
  background: #0568CA;
}
.west-member-list__item:nth-child(5) a {
  color: #0568CA;
  border: solid 1px #0568CA;
}
.west-member-list__item:nth-child(5) a::before {
  background: url(../img/icon-fujii.svg) no-repeat center/cover;
}
.west-member-list__item:nth-child(5) a::after {
  background: rgba(5, 104, 202, 0.2);
}
.west-member-list__item:nth-child(5) .west-member__photo {
  width: 78.9%;
  margin-right: 11.5%;
}
.west-member-list__item:nth-child(5) .west-member__decor {
  width: 53.9%;
  right: 0;
  bottom: -4.1%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .west-member-list__item:nth-child(5) .west-member__image {
    margin-bottom: 63px;
  }
  .west-member-list__item:nth-child(5) .west-member__photo {
    width: 110vw;
    position: relative;
    left: -25vw;
  }
  .west-member-list__item:nth-child(5) .west-member__decor {
    width: 75.2%;
    right: -9;
    bottom: -6.1%;
    z-index: -1;
  }
}
.west-member-list__item:nth-child(6) {
  margin-bottom: 130px;
}
.west-member-list__item:nth-child(6) .west-member-subtitle {
  background: #7F20B9;
}
.west-member-list__item:nth-child(6) a {
  color: #7F20B9;
  border: solid 1px #7F20B9;
}
.west-member-list__item:nth-child(6) a::before {
  background: url(../img/icon-hamada.svg) no-repeat center/cover;
}
.west-member-list__item:nth-child(6) a::after {
  background: rgba(127, 32, 185, 0.2);
}
.west-member-list__item:nth-child(6) .west-member__photo {
  width: 72.2%;
  margin-left: 3.6%;
}
.west-member-list__item:nth-child(6) .west-member__decor {
  width: 76.3%;
  left: 17.7%;
  top: 15.5%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .west-member-list__item:nth-child(6) .west-member__image {
    margin-bottom: 40px;
  }
  .west-member-list__item:nth-child(6) .west-member__photo {
    width: 100vw;
    margin-left: auto;
    position: relative;
    left: -16vw;
  }
  .west-member-list__item:nth-child(6) .west-member__decor {
    width: 105.6%;
    left: auto;
    right: -8vw;
    top: 21.6vw;
  }
}
.west-member-list__item:nth-child(7) .west-member-subtitle {
  background: #E5006E;
}
.west-member-list__item:nth-child(7) a {
  color: #E5006E;
  border: solid 1px #E5006E;
}
.west-member-list__item:nth-child(7) a::before {
  background: url(../img/icon-kotaki.svg) no-repeat center/cover;
}
.west-member-list__item:nth-child(7) a::after {
  background: rgba(229, 0, 110, 0.2);
}
.west-member-list__item:nth-child(7) .west-member__photo {
  width: 75.3%;
  margin-right: 13.2%;
}
.west-member-list__item:nth-child(7) .west-member__decor {
  width: 67.5%;
  right: 0;
  top: 15.1%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .west-member-list__item:nth-child(7) .west-member__image {
    margin-bottom: 38px;
  }
  .west-member-list__item:nth-child(7) .west-member__photo {
    width: 96.2vw;
    position: relative;
    left: -16vw;
  }
  .west-member-list__item:nth-child(7) .west-member__decor {
    width: 86.4vw;
    right: -1vw;
    top: 19.4vw;
    z-index: -1;
  }
}

/* ---------------------------------------*/
/* followus */
/* ---------------------------------------*/
#followus {
  background: #EDFFDB;
  margin-bottom: 200px;
  padding: 190px 0;
}
#followus::before {
  display: block;
  content: "";
  width: 100%;
  height: 124px;
  background: url(../img/followus_bg.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
#followus::after {
  display: block;
  content: "";
  width: 100%;
  height: 124px;
  background: url(../img/followus_bg.webp) no-repeat center/cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #followus {
    margin-bottom: 70px;
    padding: 100px 0;
  }
  #followus::before {
    aspect-ratio: 375/50;
    background: url(../img/followus_bg-sp.webp) no-repeat center/cover;
  }
  #followus::after {
    aspect-ratio: 375/50;
    background: url(../img/followus_bg-sp.webp) no-repeat center/cover;
  }
}

.followus-heading {
  width: 35.6%;
  margin: 0 auto 28px;
}
@media screen and (max-width: 768px) {
  .followus-heading {
    width: 68.8vw;
    margin: 0 auto 12px;
  }
}

.followus-list-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .followus-list-sns {
    gap: 18px;
  }
}

.followus-list-sns__item {
  width: 11.6%;
}
@media screen and (max-width: 768px) {
  .followus-list-sns__item {
    width: 70px;
  }
}

/* ---------------------------------------*/
/* business */
/* ---------------------------------------*/
#business {
  margin-top: -150px;
  padding-top: 150px;
  margin-bottom: 126px;
}
@media screen and (max-width: 768px) {
  #business .wrapper--1000 {
    margin-top: -90px;
    padding-top: 90px;
    margin-left: -30px;
    margin-right: -30px;
  }
}

.business-heading {
  width: 49.4%;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .business-heading {
    width: 60vw;
    margin: 0 auto 40px;
  }
}

.business-list__item {
  padding: 20px;
  position: relative;
}
.business-list__item::before {
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 457/56;
  background: url(../img/business_list_decor-01.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
.business-list__item::after {
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 457/56;
  background: url(../img/business_list_decor-01.webp) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#business .splide__pagination, #business .splide__pagination li, #business .splide__pagination__page {
  all: unset;
}
#business .splide__pagination__page.is-active {
  all: unset;
}
#business .splide__pagination {
  display: block !important;
  bottom: -55px !important;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #business .splide__pagination {
    bottom: -33px !important;
  }
}
#business .splide__pagination__page {
  width: 15px !important;
  height: 15px !important;
  border-radius: 99px !important;
  margin: 0 16px !important;
  background: #D9D9D9 !important;
}
#business .splide__pagination__page:hover {
  cursor: pointer;
}
#business .splide__pagination__page.is-active {
  -webkit-transform: none !important;
          transform: none !important;
  background: #006BB2 !important;
}
#business .splide__pagination__page.is-active:hover {
  cursor: default;
}
@media screen and (max-width: 768px) {
  #business .splide__pagination__page {
    width: 9px !important;
    height: 9px !important;
    margin: 0 10px !important;
  }
}
#business .splide__arrow {
  all: unset !important;
}
#business .splide__arrow > svg {
  display: none !important;
}
#business .splide__arrows {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 2;
}
#business .splide__arrow {
  width: 50px !important;
  height: 50px !important;
  border-radius: 99px !important;
  -webkit-transition: 400ms !important;
  transition: 400ms !important;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.5019607843) !important;
          box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.5019607843) !important;
  z-index: 2;
  position: absolute;
  top: calc(50% - 25px) !important;
}
#business .splide__arrow--next {
  position: absolute !important;
  right: 11% !important;
  bottom: 0 !important;
  background: url(../img/business_arrow-01.webp) no-repeat center/cover !important;
}
#business .splide__arrow--next:hover {
  cursor: pointer !important;
}
#business .splide__arrow--prev {
  position: absolute !important;
  left: 11% !important;
  bottom: 0 !important;
  background: url(../img/business_arrow-02.webp) no-repeat center/cover !important;
}
#business .splide__arrow--prev:hover {
  cursor: pointer !important;
}
@media screen and (max-width: 768px) {
  #business .splide__arrow {
    width: 36px !important;
    height: 36px !important;
    position: absolute;
    top: calc(50% - 18px) !important;
  }
  #business .splide__arrow--next {
    right: 20% !important;
    bottom: 0 !important;
  }
  #business .splide__arrow--prev {
    position: absolute !important;
    left: 20% !important;
    bottom: 0 !important;
  }
}

.business-btn-kintetsu {
  margin: 150px auto 0;
  display: inline-block;
  padding: 15px 85px 15px 20px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.31;
  text-align: left;
  color: #fff;
  background: #006BB2;
}
.business-btn-kintetsu::before {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background: url(../img/icon_button-02.svg) no-repeat center/cover;
  position: absolute;
  top: calc(50% - 16px);
  right: 20px;
}
@media screen and (max-width: 768px) {
  .business-btn-kintetsu {
    margin: 80px auto 0;
    padding: 15px 52px 15px 18px;
    font-size: 1.6rem;
  }
  .business-btn-kintetsu::before {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    right: 10px;
  }
}