@charset "UTF-8";
.alps-section {
  background: linear-gradient(rgba(216, 255, 252, 0.46) 0%, rgba(247, 247, 247, 0.42) 100%);
  color: #292929;
  font-weight: 600;
}
.alps-section a {
  color: #292929;
  text-decoration: none;
}
.alps-section h1 {
  margin-bottom: 40px;
  color: #249fb3;
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .alps-section h1 {
    margin-bottom: 30px;
    font-size: 2.125rem;
  }
}
.alps-section h2 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #249fb3;
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .alps-section h2 {
    margin-bottom: 25px;
    font-size: 2rem;
  }
}
.alps-section h3 {
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 0;
  font-size: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .alps-section h3 {
    margin-bottom: 25px;
    font-size: 1.75rem;
  }
}
.alps-section h3::before {
  display: none;
}
.alps-section h4 {
  margin-top: 0;
  margin-bottom: 45px;
  font-size: 1.3125rem;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .alps-section h4 {
    margin-bottom: 22px;
  }
}
.alps-section.alps-section--reaction {
  padding: 40px 0 0;
  background: rgba(226, 230, 234, 0.24);
  overflow: hidden;
}
.alps-section.alps-section--foot {
  background: #f8f9fa;
}

.alps-sectionInner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 40px 80px;
}
@media screen and (max-width: 767.9px) {
  .alps-sectionInner {
    padding: 30px 20px 40px;
  }
}
.alps-section--top .alps-sectionInner {
  padding: 52px 40px 80px;
}
@media screen and (max-width: 767.9px) {
  .alps-section--top .alps-sectionInner {
    padding: 30px 20px 40px;
  }
}

.alps-lead {
  margin-bottom: 50px;
  font-size: 1.1875rem;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .alps-lead {
    margin-bottom: 30px;
    font-size: 1rem;
  }
}

.alps-text {
  font-size: 1.1875rem;
  line-height: 1.7;
}
@media screen and (max-width: 767.9px) {
  .alps-text {
    font-size: 1rem;
  }
}
h2 + .alps-text,
h3 + .alps-text {
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  h2 + .alps-text,
  h3 + .alps-text {
    text-align: left;
  }
}
#safety .alps-text {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  #safety .alps-text {
    margin-bottom: 20px;
  }
}

.alps-image {
  margin-bottom: 22px;
  padding: 18px 15px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .alps-image {
    margin-bottom: 26px;
    padding: 14px 4px 30px;
  }
}

.alps-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 32px;
  max-width: 855px;
}
@media screen and (max-width: 767.9px) {
  .alps-nav {
    display: block;
  }
}
.alps-nav > li {
  width: calc(50% - 16px);
}
@media screen and (max-width: 767.9px) {
  .alps-nav > li {
    width: 100%;
    margin-top: 16px;
  }
}
.alps-nav > li:nth-child(1) {
  order: 1;
}
@media screen and (min-width: 768px) {
  .alps-nav > li:nth-child(2) {
    order: 3;
  }
}
@media screen and (min-width: 768px) {
  .alps-nav > li:nth-child(3) {
    order: 2;
  }
}
.alps-nav > li:nth-child(4) {
  order: 4;
}
.alps-nav > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px 15px 32px;
  border-radius: 42px;
  background: #fff;
  color: #249fb3;
  font-size: 1.25rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .alps-nav > li > a:hover {
    opacity: 0.8;
  }
}

.alps-share {
  text-align: center;
}
.alps-share > a {
  display: inline-block;
  width: 100%;
  max-width: 276px;
  padding: 10px 18px;
  border: 1px solid #5a6268;
  border-radius: 21px;
  background: #fff url(/jp/headline/alps/img/icon_share.svg) no-repeat 93% center;
  font-size: 0.75rem;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: opacity 0.3s;
}
@media screen and (max-width: 767.9px) {
  .alps-share > a {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .alps-share > a:hover {
    opacity: 0.8;
  }
}

.alps-article {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 38px;
}
@media screen and (max-width: 767.9px) {
  .alps-article {
    flex-direction: column;
    gap: 40px;
    margin: 40px 30px 0;
  }
}
#safety .alps-article {
  margin-top: 60px;
}
@media screen and (max-width: 767.9px) {
  #safety .alps-article {
    margin-top: 40px;
  }
}

.alps-article__item {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 16px);
  transition: opacity 0.3s;
}
@media screen and (max-width: 767.9px) {
  .alps-article__item {
    width: 100%;
  }
}
.alps-article:not(.is-open) .alps-article__item:nth-child(n + 4) {
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.alps-article__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
  color: #249fb3;
  font-size: 1.4375rem;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .alps-article__title {
    font-size: 1.25rem;
  }
}

.alps-article__image {
  position: relative;
  flex: 0 0 auto;
  margin-bottom: 15px;
  background: #f2f2f2;
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 767.9px) {
  .alps-article__image {
    margin-bottom: 10px;
  }
}
.alps-article__image > button {
  width: 100%;
  line-height: 0;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .alps-article__image > button:hover {
    opacity: 0.8;
  }
}
.alps-article__image > button img {
  pointer-events: none;
}
.alps-article__image .js-modalvideo iframe {
  display: none;
}

.alps-article__modal {
  position: absolute;
  bottom: 18px;
  right: 11px;
  padding: 6px 7px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  line-height: 0;
}

.alps-article__new {
  position: absolute;
  top: -22px;
  left: -22px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffc107;
  color: #fafcfc;
  font-size: 1rem;
  text-align: center;
  line-height: 50px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.alps-article__text {
  flex-grow: 1;
  margin-bottom: 20px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767.9px) {
  .alps-article__text {
    margin-bottom: 12px;
  }
}

.alps-article__link {
  margin-top: 10px;
  text-align: center;
}
.alps-article__link > a {
  display: inline-block;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .alps-article__link > a:hover {
    text-decoration: underline;
  }
}
.alps-article__link > a img {
  display: inline-block;
  width: 16px;
  height: 15px;
  margin-left: 5px;
  vertical-align: -2px;
}
.alps-container .alps-article__link {
  text-align: right;
}

.alps-container {
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 767.9px) {
  .alps-container {
    display: block;
  }
}

.alps-container__item {
  display: flex;
  flex-direction: column;
}
.alps-container__item:nth-child(1) {
  flex: 0.6 0.6;
}
.alps-container__item:nth-child(2) {
  flex: 0.4 0.4;
}

.alps-container__text {
  padding: 36px 16px;
  border-radius: 14px;
  background: #fff;
  font-size: 1.0625rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767.9px) {
  .alps-container__text {
    margin-bottom: 32px;
    padding: 25px 20px;
  }
}

.alps-container__title h3 {
  flex-grow: 1;
  margin-bottom: 20px;
  font-size: 1.6875rem;
  text-align: left;
}
@media screen and (max-width: 767.9px) {
  .alps-container__title h3 {
    margin-bottom: 12px;
    font-size: 1.5rem;
  }
}
.alps-container__title p {
  margin-bottom: 12px;
  color: #249fb3;
  font-size: 1.125rem;
}
@media screen and (max-width: 767.9px) {
  .alps-container__title p {
    font-size: 1.25rem;
  }
}

.alps-slide-container {
  width: 1184px;
  padding: 0 10px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .alps-slide-container {
    width: auto;
    left: auto;
    transform: none;
  }
}

.alps-slide {
  width: 276px;
  margin: 0 auto;
  padding-bottom: 80px;
  position: relative;
  overflow: visible;
}

.alps-slide__wrapper {
  padding: 4px 0 8px;
  position: relative;
  left: -148px;
}
@media screen and (max-width: 767.9px) {
  .alps-slide__wrapper {
    left: auto;
  }
}

.alps-slide__item {
  height: auto;
  padding: 16px 20px 22px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.alps-slide__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  font-size: 1.375rem;
}

.alps-slide__text {
  font-size: 1rem;
}

.alps-slide__note {
  font-size: 0.9375rem;
}

.alps-slide__pagination {
  bottom: 45px;
  font-size: 0.875rem;
}

.alps-slide__navigation {
  width: 620px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
@media screen and (max-width: 767.9px) {
  .alps-slide__navigation {
    width: 350px;
  }
}
.alps-slide__prev,
.alps-slide__next {
  width: 46px;
  top: 165px;
  left: 0;
  transition: opacity 0.3s;
}
.alps-slide__prev::after,
.alps-slide__next::after {
  content: '';
  width: 36px;
  height: 36px;
  margin-left: 10px;
  border-left: 3px solid #707070;
  border-bottom: 3px solid #707070;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .alps-slide__prev:hover,
  .alps-slide__next:hover {
    opacity: 0.8;
  }
}

.alps-slide__next {
  left: auto;
  right: 0;
  transform: rotate(-180deg);
}

.alps-slide__pause {
  position: absolute;
  bottom: 40px;
  right: calc(50% - 66px);
  width: 30px;
  height: 30px;
  color: #4b4b4b;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  z-index: 11;
}
.alps-slide__pause.stop::before {
  display: block;
  content: '=';
  font-size: 1.375rem;
  font-weight: bold;
  transform: rotate(90deg);
}
.alps-slide__pause.start::before {
  content: '▶';
  font-size: 0.9375rem;
}

.alps-unit {
  max-width: 736px;
  margin: 38px auto 0;
}
.alps-unit > li {
  margin-top: 25px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.alps-unit > li > a {
  display: flex;
  align-items: center;
  min-height: 107px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767.9px) {
  .alps-unit > li > a {
    display: block;
    padding: 10px 20px 20px;
  }
}
@media screen and (min-width: 768px) {
  .alps-unit > li > a:hover {
    opacity: 0.8;
  }
}
.alps-unit > li:nth-child(1) .alps-unit__logo > span {
  width: 110px;
}
@media screen and (max-width: 767.9px) {
  .alps-unit > li:nth-child(1) .alps-unit__logo > span {
    margin-top: 26px;
    margin-bottom: 21px;
  }
}
.alps-unit > li:nth-child(2) .alps-unit__logo > span {
  width: 86px;
}
@media screen and (max-width: 767.9px) {
  .alps-unit > li:nth-child(2) .alps-unit__logo > span {
    margin-top: 8px;
    margin-bottom: 15px;
  }
}
.alps-unit > li:nth-child(3) .alps-unit__logo > span {
  width: 140px;
}
@media screen and (max-width: 767.9px) {
  .alps-unit > li:nth-child(3) .alps-unit__logo > span {
    margin-top: 18px;
    margin-bottom: 21px;
  }
}
.alps-unit > li:nth-child(4) .alps-unit__logo > span {
  width: 181px;
}
@media screen and (max-width: 767.9px) {
  .alps-unit > li:nth-child(4) .alps-unit__logo > span {
    margin-bottom: 13px;
  }
}

.alps-unit__logo {
  width: 28%;
}
@media screen and (max-width: 767.9px) {
  .alps-unit__logo {
    width: 100%;
  }
}
.alps-unit__logo > span {
  display: block;
  margin: 0 auto;
}

.alps-unit__text {
  width: 72%;
  padding-right: 42px;
  font-size: 1.1875rem;
}
@media screen and (max-width: 767.9px) {
  .alps-unit__text {
    width: 100%;
    padding-right: 0;
    font-size: 0.875rem;
    text-align: center;
  }
}

.alps-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 22px 20px;
}
@media screen and (max-width: 767.9px) {
  .alps-card {
    flex-direction: column;
    gap: 16px;
  }
}
.alps-card > a {
  display: flex;
  flex-direction: column;
  width: calc(33% - 12px);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: opacity 0.3s;
}
@media screen and (max-width: 767.9px) {
  .alps-card > a {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 26px 20px;
  }
}
@media screen and (min-width: 768px) {
  .alps-card > a:hover {
    opacity: 0.8;
  }
}
.alps-card > a:nth-child(1) .alps-card__logo > span {
  max-width: 153px;
}
@media screen and (max-width: 767.9px) {
  .alps-card > a:nth-child(1) .alps-card__logo > span {
    max-width: 108px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 767.9px) {
  .alps-card > a:nth-child(2) .alps-card__logo {
    max-width: 164px;
  }
}
.alps-card > a:nth-child(2) .alps-card__logo > span {
  max-width: 275px;
}
@media screen and (max-width: 767.9px) {
  .alps-card > a:nth-child(2) .alps-card__logo > span {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 767.9px) {
  .alps-card > a:nth-child(2) .alps-card__text {
    margin-left: -40px;
  }
}
.alps-card > a:nth-child(3) .alps-card__logo > span {
  max-width: 203px;
}
@media screen and (max-width: 767.9px) {
  .alps-card > a:nth-child(3) .alps-card__logo > span {
    max-width: 112px;
    margin-right: 4px;
  }
}
.alps-card > a:nth-child(4) .alps-card__logo > span {
  max-width: 187px;
}
@media screen and (max-width: 767.9px) {
  .alps-card > a:nth-child(4) .alps-card__logo > span {
    max-width: 121px;
    margin-right: 17px;
  }
}
.alps-card > a:nth-child(5) .alps-card__logo > span {
  max-width: 131px;
}
@media screen and (max-width: 767.9px) {
  .alps-card > a:nth-child(5) .alps-card__logo > span {
    max-width: 111px;
    margin-right: 15px;
  }
}
.alps-card > a:nth-child(6) .alps-card__logo > span {
  max-width: 195px;
}
@media screen and (max-width: 767.9px) {
  .alps-card > a:nth-child(6) .alps-card__logo > span {
    max-width: 112px;
    margin-right: 11px;
  }
}
.alps-card > a:nth-child(7) .alps-card__logo > span {
  max-width: 195px;
}
@media screen and (max-width: 767.9px) {
  .alps-card > a:nth-child(7) .alps-card__logo > span {
    max-width: 110px;
    margin-right: 15px;
  }
}

.alps-card__logo {
  display: flex;
  align-items: center;
  min-height: 200px;
}
@media screen and (max-width: 767.9px) {
  .alps-card__logo {
    max-width: 124px;
    min-height: 0;
  }
}
.alps-card__logo > span {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.alps-card__text {
  flex-grow: 1;
  margin-top: auto;
  padding: 0 25px 40px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767.9px) {
  .alps-card__text {
    flex-grow: 0;
    width: calc(100% - 124px);
    margin-top: 0;
    padding: 0;
  }
}

.alps-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 100;
  overflow-y: auto;
}
.alps-modal.is-show {
  display: flex;
}

.alps-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120vh;
  background: rgba(185, 185, 185, 0.8);
}

.alps-modal__wrap {
  width: 100%;
  max-width: 880px;
  margin: 40px 40px -100px;
  padding-left: 0;
  padding-right: 0;
}

.alps-modal__content {
  position: relative;
  height: auto;
}

.alps-modal__inner {
  background: #f2f2f2;
  text-align: center;
  line-height: 0;
}
.alps-modal__inner > img {
  width: 100%;
}
.alps-modal__inner > iframe {
  width: 100%;
  max-height: 500px;
}
@media screen and (max-width: 767.9px) {
  .alps-modal__inner > iframe {
    max-height: 400px;
  }
}

.alps-modal__close {
  display: block;
  position: absolute;
  top: -19px;
  right: -19px;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 0;
  transition: opacity 0.3s;
}
.alps-modal__close::before,
.alps-modal__close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 24px;
  background: #249fb3;
  transform: translate(-50%, -50%) rotate(45deg);
}
.alps-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .alps-modal__close:hover {
    opacity: 0.8;
  }
}

/* accordion */
.alps-accordion {
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.05);
}

.alps-accordion__label {
  transition: opacity 0.3s;
  position: relative;
  font-size: 0.875rem;
  padding: 6px 58px 6px 20px;
  width: 100%;
  min-height: 56px;
  color: inherit;
  font-weight: bold;
  text-align: left;
}

.alps-accordion__label:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .alps-accordion__label:hover {
    opacity: 1;
  }
}
.alps-accordion__label[aria-expanded='true'] {
  font-size: 1.0625rem;
  padding: 23px 58px 20px 25px;
  transition: font-size 0.3s ease-out, padding 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  .alps-accordion__label[aria-expanded='true'] {
    padding: 20px 58px 13px 20px;
  }
}
.alps-accordion__label[aria-expanded='true']:hover {
  opacity: 1;
}

.alps-accordion__label[aria-expanded='true'] .alps-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.alps-accordion__label-text {
  display: inline-block;
  text-align: left;
  line-height: 1.285;
  pointer-events: none;
}

.alps-accordion__label-text.size-01 {
  font-size: 0.8125rem;
}

.alps-accordion__label-text > .small {
  font-size: 0.625rem;
}

.alps-accordion__icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 28px;
  height: 28px;
  border: 1px solid #707070;
  border-radius: 50%;
  transform: translateY(-50%);
}

.alps-accordion__icon::before,
.alps-accordion__icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #707070;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.alps-accordion__icon::before {
  width: 17px;
  height: 1px;
}

.alps-accordion__icon::after {
  width: 1px;
  height: 17px;
}

.alps-accordion__icon > span {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0 0 99.9% 99.9%);
  clip-path: inset(0 0 99.9% 99.9%);
  overflow: hidden;
}

.alps-accordion__body {
  font-size: 0.875rem;
  line-height: 1.7;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
}

.alps-accordion__body[aria-hidden='false'] {
  height: auto;
}

.alps-accordion__text {
  padding: 0 25px;
}
.alps-accordion__text + .alps-accordion__text {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .alps-accordion__text {
    font-size: 0.75rem;
    padding: 0 20px;
  }
}
.alps-accordion__link-area + .alps-accordion__text {
  margin-top: 30px;
}

.alps-accordion__link-area {
  margin-top: 20px;
  padding: 0 25px;
  font-size: 0.6875rem;
}
.alps-accordion__link-area img {
  display: inline-block;
  width: 14px;
  height: 13px;
  margin-left: 5px;
  vertical-align: -2px;
}

@media screen and (max-width: 767px) {
  .alps-accordion__link-area {
    margin-top: 25px;
    padding: 0 20px;
  }
}
.alps-accordion__link-area li {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .alps-accordion__link-area li {
    line-height: 1.8;
  }
}
.alps-accordion__link-area a {
  color: #012f5f;
}

.alps-accordion__bottom {
  margin-top: 35px;
  padding-bottom: 20px;
}

.alps-accordion__close {
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 0.9375rem;
  font-weight: bold;
  color: inherit;
}
.alps-accordion__close span {
  position: relative;
  pointer-events: none;
}
.alps-accordion__close span::before,
.alps-accordion__close span::after {
  content: '';
  position: absolute;
  top: 4px;
  left: -14px;
  width: 1px;
  height: 20px;
  background: #707070;
  transform: rotate(-45deg);
}
.alps-accordion__close span::after {
  transform: rotate(45deg);
}

.alps-accordion__close:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .alps-accordion__close:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .alps-accordion__close {
    font-size: 0.875rem;
  }
}
.alps-accordion__close > span:last-of-type {
  margin-left: 5px;
}

.alps-accordion.size-01 .alps-accordion__label {
  padding-right: 25px;
}

.alps-accordion.size-01 .alps-accordion__label-text {
  font-size: 1.5rem;
}

.alps-accordion.size-01 .alps-accordion__link-area {
  padding-bottom: 27px;
}

.alps-accordion + .alps-accordion {
  margin-top: 6px;
}

.alps-more {
  text-align: center;
  margin: 25px auto -35px;
}
@media screen and (max-width: 767.9px) {
  .alps-more {
    margin: 0 auto -15px;
  }
}
.alps-more-button {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  color: #7a7e83;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767.9px) {
  .alps-more-button {
    font-size: 1rem;
  }
}
.alps-more-button:hover {
  opacity: 0.8;
}
.alps-more-button > span {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  color: #7a7e83;
  text-align: center;
  margin: 10px auto 0;
}
.alps-article.is-open + .alps-more {
  display: none;
}
