@charset "UTF-8";
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.l-inner {
  width: 100%;
  max-width: 1250px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 8vw;
  }
}

/* l-link */
.l-link {
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .l-link {
    margin-top: 8vw;
  }
}

/* l-page */
.l-page {
  background: #F9F7F5;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .l-page {
    padding: 10.6666666667vw 0;
  }
}

/* en */
.en * {
  font-family: "poppins", "Zen Kaku Gothic New", "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
}

/* link */
.link {
  font-family: "Zen Kaku Gothic New", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  display: block;
  width: 240px;
  max-width: 100%;
  font-size: 16px;
  letter-spacing: 0.04em;
  border: 1px solid #000;
  padding: 17px 20px;
  position: relative;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 767px) {
  .link {
    width: 64vw;
    font-size: 4vw;
    padding: 4vw 5.3333333333vw;
  }
}
.link::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  background: url(../images/arrow_icon02.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .link::after {
    width: 1.6vw;
    height: 3.2vw;
    right: 5.3333333333vw;
  }
}
.link:hover {
  color: #fff;
  background: #000;
}
.link:hover::after {
  background: url(../images/arrow_icon03.png) no-repeat center/contain;
}

.link--back {
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .link--back {
    padding-left: 12vw;
  }
}
.link--back::after {
  right: unset;
  left: 20px;
  background: url(../images/back_icon01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .link--back::after {
    left: 5.3333333333vw;
  }
}
.link--back:hover::after {
  background: url(../images/back_icon02.png) no-repeat center/contain;
}

/* message-card */
.message-card {
  font-family: "Zen Kaku Gothic New", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

.message-card__inner {
  display: block;
  height: 100%;
  background: #fff;
  padding: 30px;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .message-card__inner {
    padding: 6.6666666667vw;
  }
}
.message-card__inner::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  background: url(../images/message/message_arrow.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .message-card__inner::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.message-card__inner:hover {
  opacity: 0.7;
}

.message-card__img {
  width: 225px;
  max-width: 100%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .message-card__img {
    width: 60vw;
    margin-bottom: 4vw;
  }
}
.message-card__img img {
  width: 100%;
}

.message-card__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .message-card__title {
    font-size: 4.8vw;
  }
}

.message-card__subtitle {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #2B72B8;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .message-card__subtitle {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.message-card__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .message-card__text {
    font-size: 4vw;
    margin-top: 2.6666666667vw;
  }
}
.message-card__text:last-child {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .message-card__text:last-child {
    margin-top: 2.6666666667vw;
  }
}

/* message-cards */
.message-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .message-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
  }
}

/* mv */
.mv {
  font-family: "Zen Kaku Gothic New", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  padding: 50px 0 80px;
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 10.6666666667vw 0 16vw;
  }
}

.mv__title {
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .mv__title {
    font-size: 8.5333333333vw;
  }
}

.mv__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .mv__links {
    gap: 5.3333333333vw;
    margin-top: 1.3333333333vw;
  }
}

.mv__link + .mv__link {
  position: relative;
}
.mv__link + .mv__link::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 12px;
  top: 11px;
  left: -16px;
  background: url(../images/arrow_icon01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .mv__link + .mv__link::before {
    width: 1.3333333333vw;
    height: 2.6666666667vw;
    top: 1.6vw;
    left: -3.4666666667vw;
  }
}
.mv__link a, .mv__link span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .mv__link a, .mv__link span {
    font-size: 3.7333333333vw;
  }
}
.mv__link a {
  color: #999;
}
.mv__link span {
  color: #E94738;
}

/* pagination */
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .pagination ul {
    gap: 2.6666666667vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pagination a, .pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  font-family: "poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #E94738;
  border: 1px solid #E94738;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .pagination a, .pagination span {
    width: 10.6666666667vw;
    min-width: 10.6666666667vw;
    height: 10.6666666667vw;
    font-size: 4vw;
    padding-top: 1.3333333333vw;
  }
}
.pagination a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.pagination a:hover {
  opacity: 0.7;
}
.pagination .current {
  color: #fff;
  background: #E94738;
}
.pagination .dots {
  border: none;
  width: unset;
  min-width: unset;
}
.pagination .prev {
  background: url(../images/back_icon01.png) no-repeat center/7px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .pagination .prev {
    background-size: 1.8666666667vw;
    margin-right: 2.6666666667vw;
  }
}
.pagination .next {
  background: url(../images/arrow_icon02.png) no-repeat center/7px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .pagination .next {
    background-size: 1.8666666667vw;
    margin-left: 2.6666666667vw;
  }
}

/* 更新用 */
#home_news .home_news_r ul li a.nolink {
  pointer-events: none;
}
#home_news .home_news_r ul li a.nolink i {
  display: none;
}

header nav .lang li a {
  pointer-events: unset;
}
header nav .lang li a.active {
  pointer-events: none;
}

/* history */
.history {
  font-family: "Zen Kaku Gothic New", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0;
}

.history__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .history__links {
    gap: 1.6vw;
  }
}

.history__link a {
  display: inline-block;
  font-family: "poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #D3A944;
  background: #fff;
  border: 1px solid #D3A944;
  border-radius: 30px;
  letter-spacing: 0.04em;
  padding: 6px 23px 2px;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 767px) {
  .history__link a {
    font-size: 4vw;
    border-radius: 5.3333333333vw;
    padding: 1.0666666667vw 3.4666666667vw 0;
  }
}
.history__link a:hover {
  color: #fff;
  background: #D3A944;
}

.history__units {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .history__units {
    margin-top: 13.3333333333vw;
  }
}

.history__unit + .history__unit {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .history__unit + .history__unit {
    margin-top: 16vw;
  }
}

.history__year {
  font-family: "poppins", sans-serif;
  font-size: 48px;
  color: #D3A944;
  font-weight: 600;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .history__year {
    font-size: 8.5333333333vw;
  }
}
.history__year::after {
  position: absolute;
  content: "";
  height: 1px;
  top: 20px;
  left: 160px;
  right: 0;
  background: #D3A944;
}
@media screen and (max-width: 767px) {
  .history__year::after {
    top: 2.6666666667vw;
    left: 26.6666666667vw;
  }
}

.history__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .history__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
    margin-top: 5.3333333333vw;
  }
}

.history__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  padding: 30px 40px 40px;
}
@media screen and (max-width: 767px) {
  .history__card {
    padding: 8vw 5.3333333333vw;
  }
}

.history__card-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-size: 20px;
  font-weight: 700;
  padding-left: 26px;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .history__card-year {
    font-size: 4.8vw;
    gap: 2.6666666667vw;
    padding-left: 5.3333333333vw;
  }
}
.history__card-year::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 18px;
  left: 0;
  background: #E94738;
}
@media screen and (max-width: 767px) {
  .history__card-year::before {
    width: 3.2vw;
    height: 3.2vw;
    top: 4.2666666667vw;
  }
}
.history__card-year span {
  display: inline-block;
  font-family: "poppins", sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .history__card-year span {
    font-size: 8.5333333333vw;
    margin-top: 2.1333333333vw;
  }
}

.history__card-title {
  font-size: 20px;
  font-weight: 700;
  color: #2B72B8;
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .history__card-title {
    font-size: 4.8vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.history__card-title span {
  font-style: italic;
}

.history__card-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .history__card-text {
    font-size: 4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.history__card-text span {
  font-style: italic;
}

.history__card-img {
  max-width: 100%;
  margin: auto auto 0;
}

/* message-archive */
.message-archive__cards {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .message-archive__cards {
    margin-bottom: 10.6666666667vw;
  }
}

/* message-single */
.message-single {
  font-family: "Zen Kaku Gothic New", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

.message-single__content {
  background: #fff;
  padding: 60px 170px 80px;
}
@media screen and (max-width: 767px) {
  .message-single__content {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}

.message-single__img {
  text-align: center;
}

.message-single__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .message-single__title {
    font-size: 6.4vw;
    margin-top: 4vw;
  }
}

.message-single__subtitle {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #2B72B8;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .message-single__subtitle {
    font-size: 4vw;
  }
}

.message-single__text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 3.1;
  border-bottom: 1px solid #E6E6E6;
  background: repeating-linear-gradient(to bottom, #E6E6E6 0px, #E6E6E6 1px, transparent 1px, transparent 3.1em);
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .message-single__text {
    font-size: 4vw;
    line-height: 2.5;
    background: repeating-linear-gradient(to bottom, #E6E6E6 0px, #E6E6E6 1px, transparent 1px, transparent 2.5em);
    margin-top: 5.3333333333vw;
    padding: 0;
  }
}

.message-single__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  font-family: "poppins", sans-serif;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .message-single__share {
    gap: 2.1333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.message-single__share-text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 0;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .message-single__share-text {
    font-size: 4vw;
    margin-top: 1.0666666667vw;
  }
}

.message-single__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .message-single__btns {
    gap: 1.3333333333vw;
  }
}

.message-single__btn a {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0;
  border-radius: 12px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .message-single__btn a {
    font-size: 3.2vw;
    border-radius: 3.2vw;
  }
}
.message-single__btn a.x {
  background: #000;
  padding: 2px 25px 0;
}
@media screen and (max-width: 767px) {
  .message-single__btn a.x {
    padding: 0.5333333333vw 6.6666666667vw 0;
  }
}
.message-single__btn a.facebook {
  background: #1A77F2;
  padding: 2px 10px 0;
}
@media screen and (max-width: 767px) {
  .message-single__btn a.facebook {
    padding: 0.5333333333vw 2.6666666667vw 0;
  }
}
.message-single__btn a:hover {
  opacity: 0.7;
}

/* news-archive */
/* news-single */
.news-single {
  font-family: "Zen Kaku Gothic New", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

.news-single__content {
  background: #fff;
  padding: 75px 170px;
}
@media screen and (max-width: 767px) {
  .news-single__content {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}

.news-single__date {
  font-family: "poppins", sans-serif;
  display: inline-block;
  color: #2B72B8;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .news-single__date {
    font-size: 4.2666666667vw;
  }
}

.news-single__title {
  font-size: 32px;
  letter-spacing: 0.04em;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .news-single__title {
    font-size: 6.4vw;
    margin-top: 1.3333333333vw;
  }
}

.news-single__post {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .news-single__post {
    margin-top: 8vw;
  }
}
.news-single__post h2, .news-single__post h3, .news-single__post h4, .news-single__post h5, .news-single__post h6 {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .news-single__post h2, .news-single__post h3, .news-single__post h4, .news-single__post h5, .news-single__post h6 {
    margin-bottom: 2.6666666667vw;
  }
}
.news-single__post h2 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .news-single__post h2 {
    font-size: 5.3333333333vw;
  }
}
.news-single__post h3 {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .news-single__post h3 {
    font-size: 4.8vw;
  }
}
.news-single__post h4, .news-single__post h5, .news-single__post h6 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .news-single__post h4, .news-single__post h5, .news-single__post h6 {
    font-size: 4.2666666667vw;
  }
}
.news-single__post figure {
  text-align: center;
}
.news-single__post figure:not(:last-child) {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .news-single__post figure:not(:last-child) {
    margin-bottom: 10.6666666667vw;
  }
}
.news-single__post figcaption {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #999;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .news-single__post figcaption {
    font-size: 3.7333333333vw;
    margin-top: 1.3333333333vw;
  }
}
.news-single__post p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .news-single__post p {
    font-size: 4vw;
    line-height: 1.8;
  }
}
.news-single__post p:not(:last-child) {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .news-single__post p:not(:last-child) {
    margin-bottom: 10.6666666667vw;
  }
}
.news-single__post ul:not(:last-child), .news-single__post ol:not(:last-child) {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .news-single__post ul:not(:last-child), .news-single__post ol:not(:last-child) {
    margin-bottom: 10.6666666667vw;
  }
}
.news-single__post ul li {
  padding-left: 1em;
  position: relative;
}
.news-single__post ul li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}
.news-single__post li {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .news-single__post li {
    font-size: 4vw;
    line-height: 1.8;
  }
}

/* top-mv */
/*# sourceMappingURL=update.css.map */
