@charset "UTF-8";
/* 旧ページから */
.u-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.u-spacer {
  height: 40px;
}

.u-separator {
  border-top: 1px solid #dce3e8;
  margin-top: 32px;
  padding-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
  .u-spacer {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .single-article {
    max-width: 100%;
  }
  .single-article__title {
    font-size: 18px;
    line-height: 1.5;
    padding: 2px 0;
  }
  .single-article__inner {
    padding: 7px 12px 40px;
  }
  .single-article__text {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .single-article__wrap {
    max-width: 100%;
    border-radius: 8px;
    margin: 0 auto 38px;
    padding: 10px 12px 10px 16px;
  }
  .single-article__wrap-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .single-article__block-list {
    align-items: flex-start;
    font-size: 14px;
  }
  .single-article__block-list::before {
    margin-top: 4px;
  }
  .single-article__flex {
    flex-direction: column;
    gap: 16PX;
    padding: 0 10px;
  }
  .single-article__image {
    width: 100%;
  }
  .single-article__image img {
    width: 100%;
  }
}
/* 240925 記事内フォームの設置 */
.wp-block-separator {
  border-top: 1px solid #41628B !important;
  border-bottom: 1px solid #41628B !important;
}

.separatorTitle {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background-color: #41628B;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 6px 24px;
  margin-top: -8px;
}

.single__article {
  margin-bottom: 40px;
}

.single__articleBlock {
  display: flex;
  margin-top: 24px;
}

.single__articleBlock--left {
  flex: none;
}

.single__articleImage {
  margin-right: 15px;
}

.single__articleTitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}

.single__articleText {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.single-article {
  width: 100%;
  margin-bottom: 40px;
}

.single-article__cont {
  max-width: 724px;
  margin: 0 auto 40px;
}

.single-article__title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(to left, #0094EC, #3869B9);
  padding: 6px 0;
}

.single-article__inner {
  background-color: #DEEDF4;
  padding: 17px 40px 34px;
}

.single-article__text {
  color: #333333;
  font-size: 16px;
  margin-bottom: 24px;
}

.single-article__wrap {
  max-width: 520px;
  background-color: #fff;
  border-radius: 8px;
  margin: 0 auto 24px;
  padding: 15px 18px 20px 34px;
}

.single-article__wrap-title {
  color: #003E8E;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}

.single-article__block-list {
  position: relative;
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
}

.single-article__block-list::before {
  flex: none;
  display: block;
  content: "";
  background-image: url(../img/img_check_icon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.single-article__achievements {
  color: #003E8E;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}

.single-article__flex {
  display: flex;
  justify-content: space-between;
}

.single-article__image {
  width: calc(33.3333333333% - 12px);
}

.js-zoho-form-static {
  text-align: center;
  margin-bottom: 30px;
}

.wp-block-marginTop {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .separatorTitle {
    margin-bottom: 15px;
  }
  .single__articleBlock {
    flex-direction: column;
  }
  .single__articleBlock--left {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .single__articleImage {
    max-width: 116px;
    flex: none;
    float: none;
    margin-right: 10px;
  }
  .single-article__cont {
    max-width: 100%;
  }
  .single-article__title {
    font-size: 18px;
    line-height: 1.5;
    padding: 2px 0;
  }
  .single-article__inner {
    padding: 7px 12px 40px;
  }
  .single-article__text {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .single-article__wrap {
    max-width: 100%;
    border-radius: 8px;
    margin: 0 auto 38px;
    padding: 10px 12px 10px 16px;
  }
  .single-article__wrap-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .single-article__block-list {
    align-items: flex-start;
    font-size: 14px;
  }
  .single-article__block-list::before {
    margin-top: 4px;
  }
  .single-article__flex {
    flex-direction: column;
    gap: 16PX;
    padding: 0 10px;
  }
  .single-article__image {
    width: 100%;
  }
  .single-article__image img {
    width: 100%;
  }
}
/* end */
/* 251212 PRブロックの設置 */
.public-relations {
  background: #DEEDF4;
  margin-bottom: 40px;
  padding: 40px;
}

.public-relations__title {
  text-align: center;
  margin-bottom: 25px;
}

.public-relations__flex {
  display: flex;
  gap: 34px;
}

.public-relations__button {
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 32px auto 0;
}

.public-relations__flex .public-relations__button {
  margin: 32px 0 0 0;
}

@media (max-width: 768px) {
  .public-relations {
    margin-bottom: 24px;
    padding: 24px 10px;
  }
  .public-relations__flex .public-relations__button, .public-relations__button {
    margin: 15px auto 0;
  }
}
/* bookmark */
.c-bookmark {
  margin-left: 3px;
  /*
   &__icn {
     width: 24px;
     height: 24px;
  	display: block;
     background-repeat: no-repeat;
     background-size: contain;
     background-position: center;
     transition: opacity .2s ease;
     background-image: url("../img/common/icn_bookmark_off.svg");
   }
   &.is-active {
     .c-bookmark__icn {
       background-image: url("../img/common/icn_bookmark_on.svg");
     }
   }
  */
}
.c-bookmark__icn {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.5 20.25V5.30775C5.5 4.80258 5.675 4.375 6.025 4.025C6.375 3.675 6.80258 3.5 7.30775 3.5H16.6923C17.1974 3.5 17.625 3.675 17.975 4.025C18.325 4.375 18.5 4.80258 18.5 5.30775V20.25L12 17.4615L5.5 20.25ZM7 17.95L12 15.8L17 17.95V5.30775C17 5.23075 16.9679 5.16025 16.9038 5.09625C16.8398 5.03208 16.7692 5 16.6923 5H7.30775C7.23075 5 7.16025 5.03208 7.09625 5.09625C7.03208 5.16025 7 5.23075 7 5.30775V17.95Z" fill="%231C1C1F"/></svg>');
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center center;
}
.c-bookmark__icn::before {
  position: absolute;
  content: "記事を保存";
  background: rgba(51, 51, 51, 0.9);
  border-radius: 4px;
  padding: 0.4em 0.8em;
  width: auto;
  height: auto;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .c-bookmark__icn:hover {
    background-color: rgba(28, 28, 31, 0.04);
  }
  .c-bookmark__icn:hover::before {
    opacity: 1;
  }
}
.c-bookmark.is-active .c-bookmark__icn {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.5 20.25V5.30775C5.5 4.80258 5.675 4.375 6.025 4.025C6.375 3.675 6.80258 3.5 7.30775 3.5H16.6923C17.1974 3.5 17.625 3.675 17.975 4.025C18.325 4.375 18.5 4.80258 18.5 5.30775V20.25L12 17.4615L5.5 20.25Z" fill="%236E6E74"/></svg>');
}
.c-bookmark.is-active .c-bookmark__icn::before {
  content: "保存を取り消す";
}
.c-bookmark__toast {
  position: fixed;
  z-index: 1000;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  height: 42px;
  padding: 6px 16px;
  background: #323232;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-bookmark__toast.is-show {
  opacity: 1;
  pointer-events: auto;
}
.c-bookmark__toast-txt {
  font-size: 1.4rem;
  color: #fff;
  white-space: nowrap;
}
.c-bookmark__toast-icn {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 30px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .c-bookmark__toast-icn:hover {
    background-color: #3A3A3A;
  }
}
.c-bookmark__toast-icn::before, .c-bookmark__toast-icn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 16px;
  background: #fff;
}
.c-bookmark__toast-icn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-bookmark__toast-icn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* 会員限定 */
.p-membersonly {
  margin: 0 auto;
  padding: 65px 16px 60px;
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 40%);
}
@media screen and (max-width: 767px) {
  .p-membersonly {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-membersonly__icn {
  text-align: center;
  width: 48px;
  margin: auto;
}
.p-membersonly__txt {
  text-align: center;
  font-size: 1.8rem;
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .p-membersonly__txt {
    font-size: 1.6rem;
  }
}
.p-membersonly__btn {
  display: flex;
  justify-content: center;
  gap: 0 8px;
}
@media screen and (max-width: 767px) {
  .p-membersonly__btn {
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
    gap: 8px 0;
  }
}
.p-membersonly__btn-login, .p-membersonly__btn-new {
  width: 100%;
}
.p-membersonly__btn-login a, .p-membersonly__btn-new a {
  font-size: 1.4rem;
  height: 44px;
  width: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-membersonly__btn-login a, .p-membersonly__btn-new a {
    width: 100%;
  }
}
.p-membersonly__btn-login a {
  background: #fff;
  border: 1px solid #D0D1D5;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-membersonly__btn-login a:hover {
    background: rgba(28, 28, 31, 0.04);
  }
}
.p-membersonly__btn-new a {
  background: linear-gradient(90deg, rgb(0, 62, 146) 0%, rgb(0, 19, 44) 100%);
  color: #fff;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-membersonly__btn-new a:hover {
    background: #0045A5;
  }
}

.p-article-body.is-guest {
  position: relative;
  z-index: 0;
  max-height: 2000px; /* 表示したい高さ */
  overflow: hidden;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .p-article-body.is-guest {
    max-height: 400vw;
  }
}

.p-article-body.is-guest::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

/***
【会員限定記事 表示制御について】

・未ログイン時
  - .article-body に is-guest クラスを付与
  - 記事本文は max-height + グラデーションで途中まで表示
  - .p-membersonly ブロックを表示

・ログイン時
  - .article-body に is-guest クラスを付与しない

**/
/*# sourceMappingURL=article.css.map */