@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
/*==================================================================================================
	トップページ
==================================================================================================*/
article.home .information {
  max-width: calc(1440px + 8vw);
  margin: 0 auto 2rem;
  padding: 0 4vw;
}
article.home .information .inner {
  padding: 1rem 1.6rem 1rem 4.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  background: #f2f8ff;
  border-radius: 0.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  article.home .information .inner {
    flex-direction: column;
    gap: 0.6rem;
  }
}
article.home .information .inner::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: rgb(0, 108, 178);
  -webkit-mask-image: url("../img/common/icon-info.svg");
          mask-image: url("../img/common/icon-info.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  article.home .information .inner::before {
    top: 2rem;
    transform: none;
  }
}
article.home .information p {
  font-weight: 700;
  line-height: 1.5;
}
article.home .information p strong {
  color: rgb(0, 108, 178);
}
article.home .information a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.2rem 1.6rem;
  background: rgb(0, 108, 178);
  color: #fff;
  line-height: 1;
  border-radius: 1rem;
  font-size: 80%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  article.home .information a {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }
}
article.home .information a:hover {
  opacity: 0.6;
}
article.home .latest {
  position: relative;
  max-width: calc(1440px + 8vw);
  margin: 0 auto;
  padding: 0 4vw;
}
article.home .latest h2 {
  position: absolute;
  right: -2vw;
  top: 0;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  article.home .latest h2 {
    display: none;
  }
}
article.home .latest .card:nth-child(1),
article.home .latest .card:nth-child(2) {
  grid-column: span 3;
}
@media screen and (max-width: 767px) {
  article.home .latest .card:nth-child(1),
  article.home .latest .card:nth-child(2) {
    grid-column: span 1 !important;
  }
}
article.home .latest .card {
  flex-direction: row;
  flex-wrap: wrap;
}
article.home .latest .card .read {
  margin-left: auto;
}
article.home .latest .card .ttl {
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}
article.home .latest .card-present {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-column: span 2;
  border-width: 6px;
  border-style: solid;
  border-image-source: linear-gradient(90deg, rgb(127, 198, 209) 0%, rgb(119, 168, 209) 100%);
  border-image-slice: 1;
}
@media screen and (max-width: 767px) {
  article.home .latest .card-present {
    grid-column: span 1 !important;
    padding: 3rem 0;
    border-width: 3px;
  }
}
article.home .latest .card-present h3 {
  font-size: clamp(1.8rem, 1.7vw, 2.8rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.066rem;
}
article.home .latest .card-present h3 strong {
  color: rgb(0, 108, 178);
}
article.home .latest .card-present .limit {
  padding: 0 1.5rem;
  margin: 2rem 0;
  line-height: 1;
  text-align: center;
  font-size: clamp(1.3rem, 1.7vw, 1.8rem);
  background: linear-gradient(transparent 40%, #c2dcec 40%);
}
article.home .latest .card-present .stirup {
  font-size: clamp(1.5rem, 1.7vw, 2rem);
  font-weight: 600;
  letter-spacing: normal;
}
article.home .latest .card-present .stirup::before {
  content: "\\";
  margin-right: 0.6rem;
  font-weight: 500;
}
article.home .latest .card-present .stirup::after {
  content: "/";
  margin-left: 0.6rem;
  font-weight: 500;
}
article.home .latest .card-present .stirup strong {
  color: rgb(0, 108, 178);
}
article.home .latest .card-present .btn {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  margin-top: 2rem;
  width: 100%;
  max-width: 385px;
}
@media screen and (max-width: 767px) {
  article.home .latest .card-present .btn {
    width: 85%;
  }
}
article.home .latest .card-present:hover .btn {
  opacity: 0.65;
}
article.home .latest .card-topics {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-column: span 2;
  padding: 3rem;
  border-width: 6px;
  border-style: solid;
  border-image-source: linear-gradient(90deg, rgb(127, 198, 209) 0%, rgb(119, 168, 209) 100%);
  border-image-slice: 1;
}
@media screen and (max-width: 767px) {
  article.home .latest .card-topics {
    grid-column: span 1 !important;
    border-width: 3px;
  }
}
article.home .latest .card-topics span {
  background: rgb(0, 108, 178);
  color: #fff;
  line-height: 1;
  border-radius: 100vh;
  padding: 1.3rem 3rem;
  margin-bottom: 1rem;
  font-size: clamp(1rem, 1.7vw, 1.3rem);
}
article.home .latest .card-topics h3 {
  font-size: clamp(1.8rem, 1.7vw, 2.8rem);
  font-weight: 700;
  text-align: center;
  color: rgb(0, 108, 178);
  letter-spacing: -0.066rem;
}
article.home .latest .card-topics p {
  margin-top: 1.8rem;
  line-height: 1.85;
}
article.home .latest .card-topics .btn {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  margin-top: 2rem;
  width: 100%;
  max-width: 385px;
}
@media screen and (max-width: 767px) {
  article.home .latest .card-topics .btn {
    width: 85%;
  }
}
article.home .categories {
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  article.home .categories {
    padding-top: 8rem;
  }
}
article.home .categories .inner {
  max-width: calc(1440px + 8vw);
  padding: 0 4vw;
  margin-left: auto;
  margin-right: auto;
}
article.home .categories .cards {
  padding: 4rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.6);
}
article.home .categories .cards:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  article.home .categories .card:nth-child(2 of .card) {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 0 2rem;
    padding-top: 2rem;
    border-top: 1px dashed #ccc;
  }
  article.home .categories .card:nth-child(2 of .card) figure {
    aspect-ratio: 1/1;
    width: 9rem;
    margin: 0;
  }
  article.home .categories .card:nth-child(2 of .card) .txt {
    width: calc(100% - 9rem - 2rem);
  }
  article.home .categories .card:nth-child(2 of .card) .ttl {
    font-size: 1.3rem;
  }
}
article.home .categories .info {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem 0;
  padding-right: 3.2vw;
  border-right: 1px solid rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  article.home .categories .info {
    grid-column: span 1 !important;
    padding: 0;
    border: 0px;
  }
}
article.home .categories .info h3 {
  font-size: clamp(2.6rem, 2.2vw, 3.6rem);
  font-weight: 600;
  color: rgb(0, 108, 178);
}
article.home .categories .info h3::before {
  content: "#";
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}
article.home .categories .info p {
  line-height: 1.65;
}
article.home .categories .info .btn {
  width: 100%;
  margin-left: 0;
  margin-top: 3rem;
}
article.home .categories .btn.spShow {
  grid-column: span 1 !important;
  width: 100%;
}
article.home .categories .persons {
  padding-top: 6rem;
}
article.home .categories .persons .info {
  display: block;
  padding: 0;
  border: 0px;
  text-align: center;
  margin-bottom: 3rem;
}
article.home .categories .persons .cards {
  display: block;
  width: 100vw;
  max-width: none;
  padding: 0;
  border: 0px;
}
@media screen and (max-width: 767px) {
  article.home .categories .persons .card {
    width: 100%;
  }
  article.home .categories .persons .card:nth-child(2 of .card) {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0;
    padding-top: 0;
    border-top: 0px;
  }
  article.home .categories .persons .card:nth-child(2 of .card) figure {
    aspect-ratio: 16/9;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  article.home .categories .persons .card:nth-child(2 of .card) .txt {
    width: 100%;
    padding: 0 4vw;
  }
  article.home .categories .persons .card:nth-child(2 of .card) .ttl {
    font-size: clamp(1.7rem, 1.7vw, 2rem);
  }
}
article.home .categories .persons .slick-track {
  display: flex;
  justify-content: center;
  gap: 3.2vw;
}
@media screen and (max-width: 767px) {
  article.home .categories .persons .slick-track {
    gap: 0;
  }
}
article.home .categories .persons .slick-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 25%;
  width: 3.6rem;
  height: 3.6rem;
  text-indent: -9999px;
  z-index: 100;
}
article.home .categories .persons .slick-arrow.slick-prev {
  left: 2vw;
  background-image: url("../img/common/slide-prev.svg");
}
article.home .categories .persons .slick-arrow.slick-next {
  right: 2vw;
  background-image: url("../img/common/slide-next.svg");
}
article.home .categories .persons .slick-dots {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 4rem;
}
article.home .categories .persons .slick-dots li {
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid rgb(0, 108, 178);
  background: rgb(0, 108, 178);
  border-radius: 100vh;
}
article.home .categories .persons .slick-dots li.slick-active {
  background: #fff;
}
article.home .categories .persons .slick-dots li.pause {
  width: 1.5rem;
  height: 1.6rem;
  border: 0px;
  background: url("../img/common/icon-pause.svg") no-repeat center/contain;
  border-radius: 0px;
}
article.home .categories .persons .slick-dots button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  border: 0px;
  background: none;
  text-indent: -9999px;
  cursor: pointer;
}
article.home .categories .persons .btn {
  margin-top: 3rem;
}
article.home .categories .products {
  padding-top: 6rem;
  margin-top: 6rem;
  border-top: 1px solid rgba(0, 0, 0, 0.6);
}
article.home .categories .products .info {
  display: block;
  padding: 0;
  border: 0px;
  text-align: center;
  margin-bottom: 3rem;
}
article.home .categories .products .cards {
  padding: 0;
  border: 0px;
}
article.home .categories .products .cards figure {
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  article.home .categories .products .card:not(:first-child) {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 0 2rem;
    padding-top: 2rem;
    border-top: 1px dashed #ccc;
  }
  article.home .categories .products .card:not(:first-child) figure {
    aspect-ratio: 1/1;
    width: 9rem;
    margin: 0;
  }
  article.home .categories .products .card:not(:first-child) .txt {
    width: calc(100% - 9rem - 2rem);
  }
  article.home .categories .products .card:not(:first-child) .ttl {
    font-size: 1.3rem;
  }
}
article.home .categories .products .btn {
  margin-top: 3rem;
}
article.home .topics {
  padding-top: 12rem;
}
article.home .topics .inner {
  max-width: calc(1440px + 8vw);
  margin: 0 auto;
  padding: 0 4vw;
}
article.home .topics .cards {
  grid-template-columns: repeat(8, 1fr);
}
@media screen and (max-width: 767px) {
  article.home .topics .cards {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  article.home .topics .cards .card {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 0 2rem;
    padding-top: 2rem;
    border-top: 1px dashed #ccc;
  }
  article.home .topics .cards .card figure {
    aspect-ratio: 1/1;
    width: 9rem;
    margin: 0;
  }
  article.home .topics .cards .card .txt {
    width: calc(100% - 9rem - 2rem);
  }
  article.home .topics .cards .card .ttl {
    font-size: 1.3rem;
    margin-top: 0;
  }
}
article.home .backnumber {
  margin-top: 12rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #f2f8ff;
  border-top: 2px solid rgb(0, 108, 178);
  border-bottom: 2px solid rgb(0, 108, 178);
}
@media screen and (max-width: 767px) {
  article.home .backnumber {
    margin-top: 6rem;
  }
}
article.home .backnumber .inner {
  max-width: calc(1440px + 8vw);
  margin: 0 auto;
  padding: 0 4vw;
}
article.home .backnumber .card {
  background: #fff;
  padding: 2vw;
  border-top: 2px solid rgb(0, 108, 178);
}
@media screen and (max-width: 767px) {
  article.home .backnumber .card {
    padding: 2rem;
  }
}
article.home .backnumber .card .archives {
  display: block;
  width: 100%;
  font-size: clamp(3.6rem, 3.1vw, 5.2rem);
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.3;
  position: relative;
}
article.home .backnumber .card .archives::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background: rgb(0, 108, 178);
  -webkit-mask-image: url("../img/common/arrow-r.svg");
          mask-image: url("../img/common/arrow-r.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  right: 0;
  bottom: 0.4em;
}
article.home .backnumber .card .archives:hover::after {
  right: -5px;
}
article.home .backnumber .card .archives span {
  display: block;
  font-size: clamp(1.3rem, 1.7vw, 1.8rem);
  color: rgb(0, 108, 178);
}
article.home .backnumber .card ul {
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  padding-top: 1rem;
  margin-top: 2rem;
}
article.home .backnumber .card li {
  line-height: 1.43;
  border-bottom: 1px dashed #ccc;
}
article.home .backnumber .card li:last-child {
  border: 0px;
}
article.home .backnumber .card li a {
  display: block;
  padding: 1.5rem 0 1.5rem 2.6rem;
  position: relative;
}
article.home .backnumber .card li a::before {
  content: "";
  width: 0.55rem;
  height: 0.97rem;
  background: rgb(0, 108, 178);
  -webkit-mask-image: url("../img/common/chevron-r.svg");
          mask-image: url("../img/common/chevron-r.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
article.home .backnumber .card li a:hover {
  color: rgb(0, 108, 178);
}

article.archive .count-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  padding-bottom: 0 0 3rem;
  margin-bottom: 4rem;
}
article.archive .count-box span {
  font-size: clamp(2rem, 1.7vw, 2.8rem);
}
article.archive .wp-pagenavi {
  margin: 5rem auto 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
article.archive .wp-pagenavi a, article.archive .wp-pagenavi span {
  color: rgb(0, 108, 178);
  width: 5rem;
  height: 5rem;
  line-height: 1;
  border: 1px solid transparent;
  aspect-ratio: 1/1;
  border-radius: 100vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
article.archive .wp-pagenavi span.current {
  border-color: rgba(0, 0, 0, 0.6);
  color: #333;
}
article.archive .wp-pagenavi a.page {
  color: rgb(0, 108, 178);
}
article.archive .wp-pagenavi a.page:hover {
  text-decoration: underline;
}
article.archive .wp-pagenavi .previouspostslink,
article.archive .wp-pagenavi .nextpostslink {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  width: auto;
  aspect-ratio: initial;
  color: #333;
}
article.archive .wp-pagenavi .previouspostslink {
  justify-content: flex-start;
}
article.archive .wp-pagenavi .previouspostslink::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 3px solid rgb(0, 108, 178);
  border-left: 3px solid rgb(0, 108, 178);
  transform: rotate(-45deg);
}
article.archive .wp-pagenavi .nextpostslink {
  justify-content: flex-end;
}
article.archive .wp-pagenavi .nextpostslink::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 3px solid rgb(0, 108, 178);
  border-right: 3px solid rgb(0, 108, 178);
  transform: rotate(45deg);
}

article.single > .inner {
  max-width: calc(880px + 8vw);
}
article.single .kv {
  background: #f2f8ff;
}
article.single .kv figure {
  max-width: calc(880px + 8vw);
  margin: 0 auto;
  padding: 0 4vw;
  text-align: center;
}
article.single p.lead {
  margin-top: 4rem;
}
article.single .profile-box {
  margin-top: 4rem;
}
article.single .profile-box .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  padding: 2rem 2vw;
  background: #f2f8ff;
}
article.single .profile-box figure {
  max-width: 157px;
  width: 100%;
  aspect-ratio: 1/1;
}
article.single .profile-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article.single .profile-box .txt {
  width: 100%;
}
article.single .profile-box .name {
  font-size: clamp(1.5rem, 1.7vw, 1.8rem);
  color: rgb(0, 108, 178);
}
article.single .profile-box .desc {
  font-size: clamp(1.2rem, 1.7vw, 1.4rem);
  line-height: 1.97;
}
article.single .profile-box .wrap:not(:first-child) {
  margin-top: 2rem;
}
article.single nav.index {
  border-top: 1px solid rgb(0, 108, 178);
  border-bottom: 1px solid rgb(0, 108, 178);
  padding: 4rem 0;
  margin-top: 4rem;
}
article.single nav.index h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 1.3rem;
  margin-bottom: 2rem;
  line-height: 1;
}
article.single nav.index h4 .en {
  font-size: clamp(2.4rem, 1.7vw, 3.4rem);
  font-weight: 600;
  letter-spacing: normal;
}
article.single nav.index h4 .jp {
  font-size: clamp(0.98rem, 1.7vw, 1.4rem);
  font-weight: 700;
}
article.single nav.index ol {
  padding-left: 1.75rem;
}
article.single nav.index li {
  list-style: disc;
}
article.single nav.index li:not(:first-child) {
  margin-top: 0.6rem;
}
article.single nav.index a {
  color: rgb(0, 108, 178);
}
article.single nav.index a:hover {
  text-decoration: underline;
}
article.single .editor .u-p-lg--30 {
  padding: 0 !important;
}
article.single .editor .p-contents__main .c-toc {
  display: none;
}
article.single .editor .p-contents__main .c-talk {
  margin-top: 3rem;
}
article.single .editor .p-contents__main .c-talk > * {
  margin-top: 0 !important;
}
article.single .editor .p-contents__main .c-page-summary {
  margin-top: 4rem;
  margin-bottom: 0 !important;
  line-height: 1.5;
}
article.single .editor .p-contents__main .c-page-summary__title {
  font-size: inherit !important;
  line-height: inherit !important;
}
article.single .editor .p-contents__main .c-page-summary__list {
  margin-top: 0;
}
article.single .editor .p-contents__main .c-page-summary__item {
  font-size: inherit !important;
}
article.single .editor .p-contents__main .p-ulike,
article.single .editor .p-contents__main .p-ulike + section,
article.single .editor .p-contents__main .p-ulike + section + .u-mb--40 {
  display: none;
}
article.single .editor h2:not(.c-page-summary__title) {
  margin-top: 7rem;
  padding: 0 0 1.8rem;
  font-size: clamp(2rem, 1.7vw, 2.8rem) !important;
  font-weight: 600;
  line-height: 1.42;
  color: rgb(0, 108, 178);
  border-bottom: 1px dashed #aaa;
}
article.single .editor h2:not(.c-page-summary__title).p-post__title--l2 {
  background: none;
  margin-bottom: 0;
}
article.single .editor h2:not(.c-page-summary__title).p-post__title--l2::before {
  display: none;
}
article.single .editor h2:not(.c-page-summary__title).p-post__title--l4::before {
  display: none;
}
article.single .editor h2:not(.c-page-summary__title).p-post__title--l5::before {
  display: none;
}
article.single .editor h3 {
  margin-top: 5rem;
  font-size: clamp(1.8rem, 1.7vw, 2.3rem) !important;
  font-weight: 600;
  border-left: 4px solid rgb(0, 108, 178);
  padding: 1.2rem 1.2rem 1.2rem 1.5rem;
  background: #f5f5f5;
}
article.single .editor h3.p-post__title--l3 {
  color: inherit;
  margin-bottom: 0 !important;
  border-radius: 0px;
}
article.single .editor h3.p-post__title--l3::before {
  display: none;
}
article.single .editor h3.p-post__title--l5::before {
  display: none;
}
article.single .editor h4 {
  margin-top: 4rem;
  font-size: clamp(1.4rem, 1.7vw, 2rem) !important;
  font-weight: 600;
  border-bottom: 1px dashed rgb(0, 108, 178);
  padding: 0 0 1.6rem;
}
article.single .editor h4.p-post__title--l4 {
  margin-bottom: 0;
}
article.single .editor h4.p-post__title--l4::before {
  display: none;
}
article.single .editor h4.p-post__title--l5 {
  margin-bottom: 0;
}
article.single .editor h4.p-post__title--l5::before {
  display: none;
}
article.single .editor h5 {
  margin-top: 4rem;
  font-size: clamp(1.4rem, 1.7vw, 1.8rem) !important;
  font-weight: 600;
  padding: 0;
  color: rgb(0, 108, 178);
}
article.single .editor h5.p-post__title--l5 {
  margin-bottom: 0;
}
article.single .editor h5.p-post__title--l5::before {
  display: none;
}
article.single .editor p {
  margin-top: 4rem;
  font-size: inherit !important;
  line-height: 2;
}
article.single .editor p strong {
  font-weight: 600;
  background-image: linear-gradient(180deg, transparent 0, transparent 70%, #b9e3ff 0, #b9e3ff);
  display: inline;
  position: relative;
}
article.single .editor figure {
  margin-top: 40px;
  margin-bottom: 0 !important;
}
article.single .editor figure figcaption {
  font-size: 80%;
  line-height: 1.85;
  background: #f5f5f5;
  border-radius: 1rem;
  padding: 1.6rem;
  margin-top: 1rem;
}
article.single .editor .wp-block-columns {
  margin-top: 40px;
}
article.single .editor .wp-block-columns figure {
  margin-top: 0;
}
article.single .editor ruby * {
  letter-spacing: normal;
}
article.single .editor a {
  color: rgb(0, 108, 178);
  text-decoration: underline;
}
article.single .editor a:hover {
  text-decoration: none;
}
article.single .editor a.p-post__link, article.single .editor a.p-post__link--std, article.single .editor a.p-post__link--outer {
  font-size: inherit !important;
  text-decoration: none;
}
article.single .editor ul {
  margin-top: 4rem;
}
article.single .editor ol {
  margin-top: 4rem;
}
article.single .editor .wp-block-group.box {
  padding: 1.6rem;
}
article.single .editor .wp-block-group.blue {
  background: #f2f8ff;
}
article.single .editor .wp-block-group.grey {
  background: #f5f5f5;
}
article.single .editor .wp-block-group.line {
  background: transparent;
  border: 1px solid rgb(0, 108, 178);
}
article.single .share-box {
  max-width: calc(880px + 8vw);
  padding: 6rem 4vw 10rem;
  margin: 0 auto;
}
article.single .share-box p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  font-size: clamp(1.4rem, 1.7vw, 1.8rem);
  margin-bottom: 2.6rem;
}
article.single .share-box p::before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: url("../img/common/icon-share.svg") no-repeat center/contain;
}
article.single .share-box .addtoany_list {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 6rem;
}
article.single .share-box .addtoany_list a {
  display: block;
  border: 0px;
  border-radius: 0px;
  padding: 0;
  width: 4.2rem;
  height: 4.2rem;
  aspect-ratio: 1/1;
}
article.single .share-box .addtoany_list a:hover {
  background: transparent;
  border: 0px !important;
  transform: scale(1.05);
}
article.single .share-box .addtoany_list a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
article.single .share-box .addtoany_list a > span {
  display: none !important;
}
article.single .recommend {
  max-width: calc(1440px + 8vw);
  margin: 10rem auto 0;
  padding: 0 4vw;
}
article.single > .btn:last-of-type {
  margin-top: 8rem;
}

/*==================================================================================================
	Wordpressブロック用
==================================================================================================*/
.wp-block-group {
  margin-top: 4rem;
}
.wp-block-group__inner-container {
  width: 100%;
  margin: 0 auto;
}
.wp-block-group__inner-container > * {
  margin-top: 2em;
}
.wp-block-group__inner-container > *:first-child {
  margin-top: 0 !important;
}

.wp-block-media-text {
  margin-top: 4rem;
}
.wp-block-media-text > .wp-block-media-text__media {
  margin-top: 0 !important;
}
.wp-block-media-text > .wp-block-media-text__content {
  padding-right: 0;
}
.wp-block-media-text > .wp-block-media-text__content > *:first-child {
  margin-top: 0;
}
.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content {
  padding-right: 8%;
  padding-left: 0;
}

.wp-block-list {
  padding-left: 1em;
}
.wp-block-list li:not(:first-child) {
  margin-top: 0.6em;
}

ul.wp-block-list {
  list-style: disc;
}

ol.wp-block-list {
  list-style: decimal;
}

.wp-block-embed-youtube iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

hr.wp-block-separator {
  border-top: 1px solid rgba(0, 0, 0, 0.45);
  margin: 6rem 0 5rem;
}

.wp-block-buttons {
  margin-top: 4rem;
}

.wp-block-button__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 2.6rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(90deg, rgb(0, 158, 178) 0%, rgb(0, 108, 178) 100%);
  color: #fff !important;
  text-align: center;
  line-height: 1.35;
  text-decoration: none !important;
  border-radius: 100vh;
  position: relative;
  transition: all 0.3s ease;
}
.wp-block-button__link::after {
  content: "";
  width: 1.9rem;
  height: 1.9rem;
  background: url("../img/common/arrow-r.svg") no-repeat center/contain;
  transition: all 0.3s ease;
}
.wp-block-button__link:hover {
  filter: brightness(1.15) saturate(1.15);
}
.wp-block-button__link:hover::after {
  transform: translateX(5px);
}

.wp-block-flexible-table-block-table th {
  padding: 1.4rem !important;
  line-height: 1.52;
  background: #f2f8ff !important;
}
.wp-block-flexible-table-block-table td {
  padding: 1.4rem !important;
  line-height: 1.52;
}/*# sourceMappingURL=page.css.map */