@charset "UTF-8";
input,
textarea,
select,
button {
  font-family: inherit;
}
a,
button {
  text-decoration: none;
}
a:hover,
a:focus,
button:hover,
button:focus {
  opacity: 0.8;
}
button:disabled {
  color: inherit;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bhope-section.bhope-white {
  background-color: #fff;
}
.bhope-header__logo > a:hover,
.bhope-header__logo > a:focus {
  opacity: 1;
}
/* -----------------
    bhope-about__txt
--------------------- */
@media screen and (max-width: 767px) {
  .bhope-about__txt {
    margin-bottom: 30px;
  }
}
/* -----------------
    bhope-about__planet
--------------------- */
.bhope-about__planet .bhope-btn + .bhope-btn {
  margin-top: 1rem;
}
.bhope-about__planet .bhope-btn a span {
  font-size: 15px;
}
.bhope-about__planet .bhope-btn a {
  width: 330px;
}
/* -----------------
    accordion
--------------------- */
.accordion .accordion-heading-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 16px 40px;
  font-size: 16px;
  color: #27313c;
  font-weight: bold;
  background-color: #F2F2F2;
  position: relative;
}
.accordion .accordion-heading-btn::after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 20px;
  top: calc(50% - 10.5px);
  background: url(/v=1760499269/files/user/b-hope/action/img/icon_plus_white.svg) no-repeat center center;
  background-size: 100% 100%;
}
.accordion.is-open .accordion-heading-btn::after {
  background: url(/v=1760499269/files/user/b-hope/action/img/icon_minus_white.svg) no-repeat center center;
  background-size: 100% 100%;
}
.accordion .accordion-heading-btn {
  padding: 16px 55px 16px 40px;
  color: #fff;
  background-color: #000;
}
.accordion .accordion-heading-btn[data-text-position="left"] {
  justify-content: flex-start;
  text-align: left;
}
.accordion .accordion-heading-btn[data-text-position="right"] {
  justify-content: flex-end;
  text-align: right;
}
.accordion .accordion-content {
  display: none;
  padding: 20px 0 0;
}
.accordion .accordion-content[data-space="none"] {
  padding: 0;
}
.accordion + .bhope-history {
  margin-top: 60px;
}
/* @media screen and (max-width: 767px) {
  .accordion + .bhope-history {
    margin-top: 35px;
  }
} */
@media screen and (max-width: 640px) {
  .accordion .accordion-heading-btn[data-heading-space="sm"] {
    padding: 16px 45px 16px 20px;
  }
  .accordion + .bhope-history {
    margin-top: 35px;
  }
}
/* -----------------
    b-hope history
--------------------- */
.bhope-history .bhope-history__item {
  width: 100%;
  margin-bottom: 0;
  background: linear-gradient(135deg, rgba(224,26,110,0.4) 5%, rgba(245,188,0,0.4) 25%, rgba(0,146,221,0.4) 55%);
}
.bhope-history .bhope-history__item[data-flex-direction="row-reverse"] {
  flex-direction: row-reverse;
}
.bhope-history .bhope-history__img {
  width: 50%;
  max-width: 500px;
  margin-bottom: 0;
  padding: 0;
}
.bhope-history .bhope-history__img::after {
  display: none;
}
.bhope-history .bhope-history__unit {
  width: 50%;
  padding: 15px 20px 0;
  /* position: relative; */
}
/* .bhope-history .bhope-history__unit::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 18px); 
  height: calc(100% - 18px);
  background: linear-gradient(-45deg, rgba(224,26,110,0.4) 5%, rgba(245,188,0,0.4) 50%, rgba(0,146,221,0.4) 95%);
  z-index: -1;
} */
.bhope-history .bhope-history__h3 span {
  display: block;
}
.bhope-history .bhope-history__h3 .bhope-history__year {
  font-size: 36px;
}
.bhope-history .bhope-history__h3 .bhope-history__head {
  font-size: 60px;
}
.bhope-history .bhope-history__h3 .bhope-history__subhead {
  font-size: 20px;
}
.bhope-history .bhope-history__txt {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .bhope-history .bhope-history__item[data-pc-gradient="reverse"] {
    background: linear-gradient(135deg, rgba(224,26,110,0.4) 35%, rgba(245,188,0,0.4) 65%, rgba(0,146,221,0.4) 95%);
  }
}
@media screen and (max-width: 910px) {
  .bhope-history .bhope-history__h3 .bhope-history__year {
    font-size: calc(28 / 910 * 100vw);
  }
  .bhope-history .bhope-history__h3 .bhope-history__head {
    font-size: calc(50 / 910 * 100vw);
  }
  .bhope-history .bhope-history__h3 .bhope-history__subhead {
    font-size: calc(20 / 910 * 100vw);
  }
  .bhope-history .bhope-history__txt {
    font-size: calc(16 / 910 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .bhope-history .bhope-history__item {
    display: flex;
  }
  .bhope-history .bhope-history__item[data-sp-flex-direction="column-reverse"] {
    flex-direction: column-reverse;
  }
  .bhope-history .bhope-history__img {
    width: 100%;
    max-width: 100%;
  }
  .bhope-history .bhope-history__img img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }
  .bhope-history .bhope-history__unit {
    width: 100%;
  }
  .bhope-history .bhope-history__h3 .bhope-history__year {
    font-size: calc(28 / 767 * 100vw);
  }
  .bhope-history .bhope-history__h3 .bhope-history__head {
    font-size: calc(48 / 767 * 100vw);
  }
  .bhope-history .bhope-history__h3 .bhope-history__subhead {
    font-size: calc(18 / 767 * 100vw);
  }
  /* .bhope-history .bhope-history__txt {
    font-size: calc(16 / 767 * 100vw);
  } */
  .bhope-history .bhope-history__txt {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .bhope-history .bhope-history__item {
    background: linear-gradient(135deg, rgba(224, 26, 110, 0.4) 5%, rgba(245, 188, 0, 0.4) 25%, rgba(0, 146, 221, 0.4) 85%);
  }
  .bhope-history .bhope-history__img img {
    aspect-ratio: auto;
    object-fit: fill;
  }
  .bhope-history .bhope-history__h3 .bhope-history__year {
    font-size: 28px;
  }
  .bhope-history .bhope-history__h3 .bhope-history__head {
    font-size: 48px;
  }
  .bhope-history .bhope-history__h3 .bhope-history__subhead {
    font-size: 18px;
  }
}
/* -----------------
    b-hope year
--------------------- */
.bhope-year .bhope-year__h4 {
  font-family: 'BleagueFont';
  font-size: 64px;
  font-weight: bold;
  line-height: 1.3;
}
.bhope-year .bhope-year__content dl {
  width: 100%;
  padding-bottom: 30px;
  display: flex;
  border-bottom: 1px solid #ddd;
}
.bhope-year .bhope-year__content dl + dl {
  margin-top: 25px;
}
.bhope-year .bhope-year__content dl dt span {
  display: block;
  font-weight: bold;
}
.bhope-year .bhope-year__content .bhope-year__en {
  font-size: 20px;
}
.bhope-year .bhope-year__content .bhope-year__month {
  margin-top: -15px;
  font-size: 50px;
}
.bhope-year .bhope-year__content dl dd {
  width: 92%;
  margin: 20px 0 0 15px;
  display: flex;
  flex-direction: column;
}
.bhope-year .bhope-year__content .bhope-year__wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.bhope-year .bhope-year__content .bhope-year__wrap + .bhope-year__wrap {
  margin-top: 25px;
}
.bhope-year .bhope-year__content .bhope-year__txt {
  width: 75%;
  font-size: 18px;
  font-weight: bold;
}
.bhope-year .bhope-year__content .bhope-year__txt a {
  text-decoration: underline;
}
.bhope-year .bhope-year__content .bhope-year__img {
  max-width: 180px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .bhope-year .bhope-year__content {
    margin-left: 125px;
  }
  .bhope-year .bhope-year__content + .bhope-year__h4 {
    margin-top: 30px;
  }
  .bhope-year .bhope-year__content dl dt {
    width: 8%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .bhope-year .bhope-year__h4 {
    font-size: 40px;
    text-align: center;
  }
  .bhope-year .bhope-year__content + .bhope-year__h4 {
    margin-top: 20px;
  }
  .bhope-year .bhope-year__content dl {
    flex-direction: column;
  }
  .bhope-year .bhope-year__content dl dt {
    width: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bhope-year .bhope-year__content .bhope-year__en {
    font-size: 14px;
  }
  .bhope-year .bhope-year__content .bhope-year__month {
    margin-top: -10px;
    font-size: 32px;
  }
  .bhope-year .bhope-year__content dl dd {
    width: 100%;
    margin: 0;
  }
  .bhope-year .bhope-year__content .bhope-year__txt {
    width: 85%;
    font-size: 14px;
  }
  .bhope-year .bhope-year__content .bhope-year__img {
    max-width: 100px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 640px) {}