@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1113px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1114 * 100vw);
  }
}
@media screen and (max-width: 389px) {
  html {
    font-size: calc(16 / 390 * 100vw);
  }
}

body {
  color: #343436;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #E6EDF3;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main.--main {
  margin-top: 11.25rem;
}

.l-cta__btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-cta__btn-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 42px;
    width: fit-content;
    margin-inline: auto;
  }
}

.l-fv__container {
  opacity: 0;
}
.l-fv__container.is-active {
  animation: cardSlideShowAnimation 0.5s ease forwards;
}

.l-new__container {
  margin-block: 3rem;
}
.l-new__container .c-card {
  opacity: 0;
}
.l-new__container .c-card.is-active {
  animation: cardSlideShowAnimation 0.5s ease forwards;
}

.l-grid__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  column-gap: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-grid__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    width: min(370px, 100%);
    margin-inline: auto;
  }
}

.l-popular__container {
  margin-right: calc(50% - 50vw);
  padding-block: 2.25rem;
  opacity: 0;
}
.l-popular__container.is-active {
  animation: cardSlideShowAnimation 0.5s ease forwards;
}

.l-relation__container {
  margin-right: calc(50% - 50vw);
  padding-block: 2.25rem;
}

.l-tab__contents {
  padding-block: 3rem 2rem;
  position: relative;
  margin-inline: auto;
  margin-bottom: 50px;
  margin-inline: auto;
  width: min(720px, 100%);
  opacity: 0;
  translate: 0 100px;
}
.l-tab__contents.is-active {
  animation: cardSlideUpAnimation 0.5s ease forwards;
}
@media (min-width: 1114px) {
  .l-tab__contents {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-tab__contents {
    width: min(350px, 100%);
  }
}

.l-tab__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (min-width: 1114px) {
  .l-tab__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .l-tab__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
.l-tab__grid .c-card {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.031372549);
}

.l-search__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  place-items: center;
}
@media (min-width: 1114px) {
  .l-search__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .l-search__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.75rem;
    margin-inline: auto;
  }
}
.l-search__grid .c-card {
  box-shadow: 0 5px 30px 0 rgba(8, 26, 70, 0.3019607843);
  max-width: none;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1114px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 637px;
    padding: 0 1.15625rem;
  }
}

.l-inner__narrow {
  max-width: 56rem;
  padding: 0 0;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.15625rem;
    max-width: 600px;
  }
}

.footer {
  padding-top: 10px;
}

.l-footer {
  padding-block: 3rem 1.75rem;
  background-color: #241919;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 2.5rem 1.25rem;
  }
}

.l-footer__container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .l-footer__container {
    flex-direction: column;
    align-items: center;
    row-gap: 32px;
  }
}

.c-cta__btn {
  display: inline-block;
  width: fit-content;
}
.c-cta__btn.js-cta {
  opacity: 0;
}
.c-cta__btn.js-cta.is-active {
  animation: cardSlideShowAnimation 0.5s ease forwards;
}
.c-cta__btn a {
  display: inline-block;
  width: fit-content;
  padding-block: 1rem;
  padding-inline: 2rem 4rem;
  background-color: #fff;
  color: #2A84BF;
  border-radius: 12px;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  line-height: 1.3;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  transition: opacity 0.3s ease, translate 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-cta__btn a {
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  .c-cta__btn a:hover {
    opacity: 0.8;
    translate: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .c-cta__btn a {
    font-size: 18px;
    padding-block: 0.75rem;
    padding-inline: 1.25rem 2.625rem;
  }
}
.c-cta__btn span {
  display: inline-block;
  padding-block: 0.5rem;
  padding-inline: 1rem;
  background-color: #2A84BF;
  color: #fff;
  font-size: max(1.125rem, 14.4px);
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  line-height: 1.3;
  position: relative;
  border: 1px solid #fff;
  border-radius: 8px 8px 8px 0;
  position: absolute;
  top: -29px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-cta__btn span {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cta__btn span {
    font-size: 14px;
    padding-block: 0.375rem;
    padding-inline: 1rem;
  }
}
.c-cta__btn.--btn2 a {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}
.c-cta__btn.--btn2 span {
  color: #2A84BF;
  background: #fff;
}

.c-more__btn {
  display: block;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-more__btn {
    margin-left: auto;
    margin-right: 0;
  }
}
.c-more__btn a {
  display: inline-block;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 0.05;
  letter-spacing: 0.6em;
  line-height: 1.8;
  color: #fff;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.1019607843);
  background-color: #135097;
  padding-block: 0.5rem;
  padding-inline: 1.75rem;
  border-radius: 20px 20px 0 20px;
  border: 2px solid #135097;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-more__btn a {
    font-size: 1.25rem;
  }
}
@media (hover: hover) {
  .c-more__btn a:hover {
    background-color: #fff;
    color: #135097;
    border-color: #135097;
  }
}
.c-more__btn.--right {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .c-more__btn.--right {
    margin-inline: auto;
  }
}

.c-page-navi {
  margin-block: 36px 32px;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.5rem;
}
.wp-pagenavi span {
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 0.05;
  letter-spacing: 0em;
  line-height: 1.4;
  color: #676E87;
  padding: 2px 8px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi span {
    font-size: 1.25rem;
  }
}
.wp-pagenavi span.current {
  color: #fff;
  background-color: #629DE2;
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

@keyframes headingShowAnimation {
  0% {
    translate: 0 100%;
    opacity: 0;
  }
  100% {
    translate: 0;
    opacity: 1;
  }
}
@keyframes cardSlideUpAnimation {
  0% {
    translate: 0 100px;
    opacity: 0;
  }
  100% {
    translate: 0;
    opacity: 1;
  }
}
@keyframes cardSlideShowAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-tag__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
  align-items: center;
}
.c-tag__list li:first-of-type a:first-of-type {
  padding: 0;
}

.c-tag__item a {
  display: inline-block;
  padding-block: 0.125rem;
  padding-inline: 0.5rem;
  background-color: #DAEFF8;
  border-radius: 1.5rem;
  font-size: max(0.75rem, 9.6px);
  font-weight: 400;
  line-height: 0.0833333333;
  letter-spacing: 0em;
  line-height: 1.8;
  white-space: nowrap;
  transition: filter 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-tag__item a {
    font-size: 0.75rem;
  }
}
@media (hover: hover) {
  .c-tag__item a:hover {
    filter: invert(1);
    color: #000;
  }
}

.c-card {
  width: 100%;
  max-width: 302px;
  height: 100%;
  background-color: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 5px 30px 0px rgba(20, 43, 78, 0.2), 0 0px 30px 0px rgba(0, 0, 0, 0.031372549);
  padding: 16px;
  overflow-x: hidden;
  transition: opacity 0.3s ease;
}
.c-card > a {
  display: inline;
}
@media (hover: hover) {
  .c-card:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}
.c-card .c-tag__list {
  flex-wrap: nowrap;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .c-card {
    max-width: unset;
    width: 100%;
  }
}

.c-card__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  overflow: hidden;
}

.c-card__image {
  width: 100%;
  border-radius: 12px;
  height: auto;
  aspect-ratio: 270/157;
  overflow: hidden;
}
.c-card__image picture {
  display: block;
}
.c-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-card__data {
  font-size: max(0.75rem, 9.6px);
  font-weight: 400;
  line-height: 0.0833333333;
  letter-spacing: 0em;
  line-height: 1.2;
  color: #676E87;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .c-card__data {
    font-size: 0.75rem;
  }
}

.c-card__title {
  font-size: max(0.9375rem, 12px);
  font-weight: 500;
  line-height: 0.0666666667;
  letter-spacing: 0em;
  line-height: 1.4;
  display: inline-block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .c-card__title {
    font-size: 0.9375rem;
  }
}

.c-cat {
  display: inline-block;
  width: fit-content;
  margin-top: 8px;
}
.c-cat span {
  display: inline-block;
  padding-block: 0.25rem;
  padding-inline: 1rem;
  border: 1px solid #343436;
  font-size: max(0.8125rem, 10.4px);
  font-weight: 400;
  line-height: 0.0769230769;
  letter-spacing: 0em;
  line-height: 1.6;
  border-radius: 0.375rem;
}
@media screen and (max-width: 767px) {
  .c-cat span {
    font-size: 0.8125rem;
  }
}
.c-cat.--tips span {
  border-color: #629DE2;
  color: #629DE2;
}
.c-cat.--pink span {
  border-color: #C88DEC;
  color: #C88DEC;
}
.c-cat.--deep span {
  border-color: #135097;
  color: #135097;
}
.c-cat.--vio span {
  border-color: #9C8CFF;
  color: #9C8CFF;
}

.fv__swiper,
[CSSComb] {
  overflow: visible;
}

.c-card.--large-card {
  max-width: 596px;
  padding: 28px;
}
.c-card.--large-card .c-card__title {
  font-size: 20px;
}
.c-card.--large-card .c-cat a:last-of-type {
  display: inline-block;
  padding-block: 0.25rem;
  padding-inline: 1.25rem;
  border: 1px solid #343436;
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  line-height: 0.0555555556;
  letter-spacing: 0em;
  line-height: 1.6;
  border-radius: 0.375rem;
}
@media screen and (max-width: 767px) {
  .c-card.--large-card .c-cat a:last-of-type {
    font-size: 1.125rem;
  }
}
.c-card.--large-card .c-tag__list li:first-of-type a:first-of-type {
  padding-block: 0.125rem;
  padding-inline: 0.5rem;
}
.c-card.--large-card .c-tag__item a {
  font-size: 14px;
}

.c-search__contents {
  margin-top: 48px;
  opacity: 0;
  translate: 0 100px;
}
.c-search__contents.is-active {
  animation: cardSlideUpAnimation 0.5s ease forwards;
}

.c-seach__btn {
  display: flex;
  align-items: center;
  padding-block: 0.75rem;
  padding-inline: 1.5rem;
  background-color: #629DE2;
  color: #fff;
  column-gap: 11px;
  border-radius: 16px 16px 0 0;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .c-seach__btn {
    padding-inline: 1.75rem;
    padding-block: 0.625rem;
  }
}
.c-seach__btn i {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .c-seach__btn i {
    font-size: 16px;
  }
}

.c-search__btn-text {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 0.0555555556;
  letter-spacing: 0em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-search__btn-text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-search__btn-text {
    font-size: 13px;
  }
}

.c-search__content {
  padding-inline: 5.25rem;
  padding-block: 1.5rem 2.25rem;
  background-color: #fff;
  border-radius: 0 20px 20px 20px;
  border: 1px solid #629DE2;
}
@media screen and (max-width: 767px) {
  .c-search__content {
    padding-inline: 0.75rem;
    padding-block: 1rem;
  }
}

.c-search__list {
  display: flex;
  align-items: center;
  column-gap: 40px;
  padding-block: 0.75rem;
  width: fit-content;
  border-bottom: 1px solid #DDE1F0;
}
@media screen and (max-width: 767px) {
  .c-search__list {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 4px;
    width: 100%;
  }
}
.c-search__list dd {
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 0.0714285714;
  letter-spacing: 0.0714285714em;
  line-height: 1.5;
  color: #629DE2;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-search__list dd {
    font-size: 0.875rem;
  }
}
.c-search__list .c-tag__list {
  column-gap: 1rem;
}
.c-search__list .c-tag__list li:first-of-type a:first-of-type {
  padding-block: 0.125rem;
  padding-inline: 0.5rem;
}
.c-search__list .c-tag__item a {
  font-size: 14px;
}

.c-tab__btn-list {
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-tab__btn-list {
    flex-direction: column;
    row-gap: 12px;
    position: absolute;
    top: 52px;
    right: -3px;
  }
}
@media screen and (max-width: 767px) {
  .c-tab__btn-list.--is-page {
    top: 9px;
    right: 24px;
  }
}

.c-tab__btn-item {
  display: inline-block;
  width: fit-content;
  cursor: pointer;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.5;
  background-color: #fff;
  color: #343436;
  padding-inline: 1.25rem;
  padding-block: 0.125rem 0.25rem;
  border-radius: 12px 12px 0 0;
  border: 1px solid #343436;
  border-bottom: none;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-tab__btn-item {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-tab__btn-item {
    font-size: 14px;
    padding-inline: 0.75rem;
    padding-block: 0.625rem 0.375rem;
    border-radius: 0 12px 12px 0;
    writing-mode: vertical-lr;
    border-bottom: 1px solid #343436;
  }
}

.c-order__list {
  display: flex;
  align-items: center;
  position: absolute;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .c-order__list {
    top: 20px;
    right: 2rem;
    writing-mode: horizontal-tb;
  }
}

.c-order-item a {
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  line-height: 0.0555555556;
  letter-spacing: 0em;
  line-height: 1.3;
  padding-inline: 8px;
  border-right: 1px solid #343436;
}
@media screen and (max-width: 767px) {
  .c-order-item a {
    font-size: 1.125rem;
  }
}
.c-order-item.active a {
  color: #135097;
}
.c-order-item:last-child a {
  border-right: none;
}

.c-tab__content-wrap {
  position: relative;
  width: 100%;
  height: fit-content;
  min-height: 1880px;
  z-index: 6;
  margin-inline: auto;
}
@media (min-width: 1114px) {
  .c-tab__content-wrap {
    min-height: 1152px;
  }
}
@media screen and (max-width: 767px) {
  .c-tab__content-wrap {
    min-height: 3350px;
    overflow-y: hidden;
    padding-bottom: 12px;
    width: min(350px, 100%);
    pointer-events: none;
  }
}

.c-tab__btn-inner {
  position: relative;
  width: fit-content;
}

.c-tab__content {
  padding: 1.9375rem 2rem;
  background-color: #fff;
  border-radius: 0 16px 16px 16px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -4;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-tab__content {
    padding: 12px;
    right: 27px;
  }
}
.c-tab__content.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 6;
}

.c-search__content-wrap {
  position: relative;
  width: 100%;
  height: fit-content;
  min-height: 1090px;
}
@media (min-width: 1114px) {
  .c-search__content-wrap {
    min-height: 734px;
  }
}
@media screen and (max-width: 767px) {
  .c-search__content-wrap {
    min-height: 2090px;
  }
}

.c-search__btn-item span {
  font-size: max(1.75rem, 22.4px);
  font-weight: 700;
  line-height: 0.0357142857;
  letter-spacing: 0.4285714286em;
  line-height: 1.5;
  background-color: #629DE2;
  color: #fff;
  padding-inline: 1.5rem 2.6875rem;
  padding-block: 0.75rem 0.5rem;
  border-radius: 16px 16px 0 0;
  border: 1px solid #629DE2;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .c-search__btn-item span {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .c-search__btn-item span {
    font-size: 15px;
    padding-inline: 1rem 1.75rem;
    padding-block: 0.625rem 0.375rem;
  }
}

.c-search__block {
  padding: 2rem 2rem;
  background-color: #fff;
  border-radius: 0 16px 16px 16px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -4;
}
@media screen and (max-width: 767px) {
  .c-search__block {
    padding: 1rem 1.46875rem;
  }
}
.c-search__block.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 6;
}

.fv__swiper-slide.--mt-f60 {
  margin-top: -60px;
}

/* 位置のreset */
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

/* デフォルトのボタンを初期化 */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: ""; /* デフォルトのものを初期化 */
}

.fv__swiper-button-prev,
.fv__swiper-button-next {
  top: 50%;
  translate: 0 -50%;
  width: 126px;
  height: 126px;
  /* 非活性ボタンの処理 */
}
.fv__swiper-button-prev.swiper-button-disabled,
.fv__swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}

.fv__swiper-button-prev {
  left: 15%;
}
@media screen and (max-width: 767px) {
  .fv__swiper-button-prev {
    left: 0;
  }
}

.fv__swiper-button-next {
  right: 15%;
}
@media screen and (max-width: 767px) {
  .fv__swiper-button-next {
    right: 0;
  }
}

.popular__swiper-container,
.popular__swiper,
.popular__swiper-wrapper,
.popular__swiper-slide {
  position: relative;
}

.fa-solid.fa-arrow-left,
.fa-solid.fa-arrow-right {
  color: #fff;
  transition: color 0.3s ease;
}

.popular__swiper-button-prev,
.popular__swiper-button-next {
  top: -80px;
  right: 7%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
  /* 非活性ボタンの処理 */
}
.popular__swiper-button-prev.swiper-button-disabled,
.popular__swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .popular__swiper-button-prev,
  .popular__swiper-button-next {
    width: 32px;
    height: 32px;
    top: -105px;
    right: 7%;
  }
}
@media (min-width: 1114px) {
  .popular__swiper-button-prev,
  .popular__swiper-button-next {
    right: 10%;
  }
}
@media (hover: hover) {
  .popular__swiper-button-prev:hover,
  .popular__swiper-button-next:hover {
    background-color: #fff;
  }
  .popular__swiper-button-prev:hover .fa-solid,
  .popular__swiper-button-next:hover .fa-solid {
    color: #629DE2;
  }
}

.popular__swiper-button-prev {
  right: 15%;
}
@media screen and (max-width: 767px) {
  .popular__swiper-button-prev {
    right: 17%;
  }
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: calc(100% + 34px);
  left: 50%;
  translate: -50%;
  width: 80%;
  height: 7px;
  border-radius: 100vmax;
  background: #d9d9d9;
}

/* activeな部分 */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #135097;
  border-radius: 40px;
}

.relation__swiper-container,
.relation__swiper,
.relation__swiper-wrapper,
.relation__swiper-slide {
  position: relative;
}

.relation__swiper-button-prev .fa-solid.fa-arrow-left,
.relation__swiper-button-next .fa-solid.fa-arrow-right {
  color: #135097;
  transition: color 0.3s ease;
}

.relation__swiper-slide {
  transition: scale 0.3s ease;
}

.relation__swiper-wrapper {
  padding-block: 50px;
}

.relation__swiper .swiper-slide-active {
  scale: 1.2;
}
@media screen and (max-width: 767px) {
  .relation__swiper .swiper-slide-active {
    scale: 1;
  }
}

/* 前のスライドにスタイルを当てる */
.relation__swiper .swiper-slide-prev {
  scale: 1.1;
}
@media screen and (max-width: 767px) {
  .relation__swiper .swiper-slide-prev {
    scale: 1;
  }
}

/* 後ろのスライドにスタイルを当てる */
.relation__swiper .swiper-slide-next {
  scale: 1.1;
}
@media screen and (max-width: 767px) {
  .relation__swiper .swiper-slide-next {
    scale: 1;
  }
}

.relation__swiper-button-prev,
.relation__swiper-button-next {
  top: -80px;
  right: 11%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #135097;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .relation__swiper-button-prev,
  .relation__swiper-button-next {
    right: 7%;
  }
}
@media (min-width: 1114px) {
  .relation__swiper-button-prev,
  .relation__swiper-button-next {
    right: 10%;
  }
}
@media (hover: hover) {
  .relation__swiper-button-prev:hover,
  .relation__swiper-button-next:hover {
    background-color: #135097;
  }
  .relation__swiper-button-prev:hover .fa-solid,
  .relation__swiper-button-next:hover .fa-solid {
    color: #fff;
  }
}

.relation__swiper-button-prev {
  right: 17%;
}
@media (min-width: 1114px) {
  .relation__swiper-button-prev {
    right: 16%;
  }
}
@media screen and (max-width: 767px) {
  .relation__swiper-button-prev {
    right: 17%;
  }
}

.c-heading__lv1 {
  display: inline-block;
  padding-inline: 100px;
  overflow-y: hidden;
}
.c-heading__lv1.is-active span {
  animation: headingShowAnimation 0.5s ease forwards;
}
.c-heading__lv1 span {
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 0.03125;
  letter-spacing: 0.375em;
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #135097;
  text-align: center;
  position: relative;
  display: block;
  width: fit-content;
  margin-inline: auto;
  translate: 0 100%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .c-heading__lv1 span {
    font-size: 2rem;
  }
}
.c-heading__lv1 span::before {
  content: "";
  width: 72px;
  height: 38px;
  background-image: url("./../img/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: -84px;
}
@media screen and (max-width: 767px) {
  .c-heading__lv1 span::before {
    width: 42px;
    height: 22px;
    left: -54px;
  }
}
@media screen and (max-width: 767px) {
  .c-heading__lv1 {
    font-size: 24px;
    letter-spacing: 0.02em;
  }
}
.c-heading__lv1.--white span {
  color: #fff;
  margin-inline: 0;
  margin-left: 92px;
}
.c-heading__lv1.--white span::before {
  background-image: url("./../img/logo-white.svg");
}
.c-heading__lv1.--left {
  margin-left: 92px;
  margin-right: auto;
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-left: 3rem;
}
.p-header.--static {
  position: static;
}
.p-header.js-active {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
}
@media screen and (max-width: 767px) {
  .p-header.js-active {
    height: 48px;
  }
}
.p-header.js-active .p-header-right {
  padding-block: 0;
  background-color: rgba(19, 80, 151, 0.8);
}
@media screen and (max-width: 767px) {
  .p-header.js-active .p-header-right {
    padding-block: 1.5rem;
    width: min(120px, 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-header.js-active .p-header-right.is-active {
    padding-inline: 0;
    padding-left: 15px;
    column-gap: 0.75rem;
    padding-block: 3.5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-header.js-active .p-header-right.is-active .p-header__list {
    row-gap: 0.0625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-header.js-active .p-header-right.is-active .p-header__list li a {
    padding-block: 0.5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-header.js-active .p-header-right.is-active .p-header__search {
    left: 50%;
    right: auto;
    translate: 0 -50%;
    top: auto;
    bottom: 10px;
  }
}
.p-header.js-active .p-header__search {
  left: auto;
  right: 20px;
  translate: 0 -50%;
  top: 50%;
  bottom: auto;
}

.p-header__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.p-header__logo {
  padding-top: 30px;
  width: 200px;
  position: relative;
  opacity: 0;
}
.p-header__logo.is-active {
  animation: cardSlideShowAnimation 0.5s ease forwards;
}
.p-header__logo .p-header__logo--default {
  display: block;
}
.p-header__logo.js-active .p-header__logo--scroll {
  display: block;
  padding-top: 30px;
}
.p-header__logo.js-active .p-header__logo--default {
  display: none;
  z-index: -1;
}
.p-header__logo img {
  object-fit: contain;
}
.p-header__logo .p-header__logo--scroll {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  display: none;
}
.p-header__logo .p-header__logo--default {
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 165px;
    height: auto;
  }
}

.p-header-right {
  padding-block: 1.5rem;
  padding-inline: 4rem;
  background-color: #135097;
  display: flex;
  align-items: center;
  column-gap: 3rem;
  color: #fff;
  border-radius: 0 0 0 32px;
  max-width: 984px;
  width: fit-content;
  position: relative;
  z-index: 233;
  opacity: 0;
}
.p-header-right.is-show {
  animation: cardSlideShowAnimation 0.5s 0.5s ease forwards;
}
@media screen and (max-width: 767px) {
  .p-header-right {
    width: min(80px, 100%);
    padding-block: 3.4375rem;
    padding-inline: 0rem;
    position: absolute;
    top: 0;
    right: 0;
    transition: width 0.6s ease, padding-inline 0.6s ease;
  }
}
.p-header-right.is-active {
  padding-inline: 4rem;
  padding-block: 5rem 5.75rem;
  width: min(240px, 100%);
}
.p-header-right.is-active .p-header__list {
  display: flex;
}

@keyframes headerAnimation {
  0% {
    width: min(240px, 100%);
  }
  100% {
    width: min(80px, 100%);
  }
}
.p-header__nav {
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 3rem;
}

.p-header__list {
  display: flex;
  align-items: center;
  column-gap: 3rem;
}
.p-header__list li a {
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.2;
  transition: opacity 0.3s ease;
  padding-block: 25px;
}
@media screen and (max-width: 767px) {
  .p-header__list li a {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .p-header__list li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-header__list {
    display: none;
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
    justify-content: center;
  }
}

.p-header__btn-wrap {
  display: none;
}
@media (min-width: 1114px) {
  .p-header__btn-wrap {
    display: flex;
    align-items: center;
    column-gap: 2rem;
  }
}

.p-header__btn a {
  text-align: center;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  display: inline-block;
  background: #fff;
  border: 1px solid #fff;
  color: #135097;
  border-radius: 8px;
  overflow: hidden;
  transition: opacity 0.3s ease, translate 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-header__btn a {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .p-header__btn a:hover {
    opacity: 0.8;
    translate: 0 4px;
  }
}
.p-header__btn a span {
  display: block;
  text-align: center;
  font-size: max(0.75rem, 9.6px);
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  color: #fff;
  background-color: #135097;
  padding-inline: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-header__btn a span {
    font-size: 0.75rem;
  }
}
.p-header__btn:nth-of-type(2) a {
  font-size: 12px;
}
.p-header__btn:nth-of-type(2) a span {
  font-size: 16px;
  padding-inline: 1rem;
}

.p-header__search input {
  display: none;
}
.p-header__search i {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-header__search {
    position: absolute;
    left: 50%;
    translate: -50%;
    bottom: 20px;
  }
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 17px;
  right: 30px;
  width: 24px;
  height: 24px;
  z-index: 344;
  transition: right 0.3s ease;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}
.p-drawer__icon.js-active {
  top: 10px;
  right: 66px;
}

.p-drawer__icon--bar {
  width: 100%;
  height: 2.8px;
  background: #fff;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 13.5px;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -7.5px;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 278px;
  height: 100vh;
  height: 100svh;
  background: #b6e7f3;
}

.p-drawer__icon--bar {
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: fit-content;
  padding-block: 88px 40px;
  padding-left: 34px;
}

.p-drawer__list {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  margin-bottom: 40px;
}
.p-drawer__list li a {
  font-size: 20px;
  font-weight: 400;
}

.p-drawer__btn {
  display: inline-block;
  padding: 6px 30px;
  background: #fff;
  font-size: 20px;
  font-weight: 400;
}

.p-footer__logo img {
  object-fit: contain;
}

.p-footer__nav {
  display: flex;
  column-gap: 4rem;
}

.p-footer__list {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.p-footer__list li a {
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.5;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-footer__list li a {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .p-footer__list li a:hover {
    opacity: 0.7;
  }
}

.p-footer__copy {
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    font-size: 1rem;
  }
}
.p-footer__copy + p {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-footer__copy + p {
    margin-top: 40px;
  }
}

.p-footer__copyright {
  font-size: max(0.75rem, 9.6px);
  font-weight: 300;
  line-height: 0.0833333333;
  letter-spacing: 0em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    text-align: left;
  }
}

.p-test {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-test {
    padding-block: 4.375rem;
  }
}

.p-test__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-test__container {
    flex-direction: column;
    row-gap: 1.25rem;
  }
}

.p-test__title {
  font-size: max(3.125rem, 40px);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: 0em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-test__title {
    font-size: 3.125rem;
  }
}

.p-test__text {
  margin-block-start: 2.5rem;
  font-size: max(1.75rem, 22.4px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-test__text {
    font-size: 1.75rem;
  }
}

.p-test__text-wrap {
  width: min(25rem, 100%);
}

.p-test__img {
  width: min(37.5rem, 100%);
  height: auto;
}

.p-fv {
  padding-block: 3.9375rem 3rem;
  overflow-x: hidden;
  margin-top: 40px;
}

.p-cta {
  padding-block: 4.625rem;
  background-image: url("./../img/cta.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding-block: 3.0625rem;
  }
}

.p-new-post {
  padding-block: 2.5rem;
}

.p-popular-post {
  overflow-x: hidden;
  padding-block: 4rem 3.5625rem;
  background-image: url("./../img/3.popular-post.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.p-all-post {
  padding-block: 4rem;
}
@media screen and (max-width: 767px) {
  .p-all-post {
    padding-block: 3rem;
  }
}

.p-relation-post {
  padding-block: 0rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-relation-post {
    padding-block: 0rem 2.46875rem;
  }
}

.p-post-detail {
  padding-block: 4rem;
}
@media screen and (max-width: 767px) {
  .p-post-detail {
    padding-block: 2.5rem;
  }
}

.p-detail__block {
  border-radius: 1.5rem;
  background-color: #fff;
  box-shadow: 1 24px 64px 0 rgba(0, 0, 0, 0.0509803922);
  padding-inline: 5.5rem;
  padding-block: 3rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-detail__block {
    padding-block: 1.25rem;
    padding-inline: 1.3125rem;
  }
}

.c-card__data {
  display: block;
  margin-bottom: 8px;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 0.125;
  letter-spacing: 0em;
  line-height: 1.6;
  color: #676E87;
}
@media screen and (max-width: 767px) {
  .c-card__data {
    font-size: 1rem;
  }
}

.p-post-detail .p-post__title {
  font-size: max(1.75rem, 22.4px);
  font-weight: 400;
  line-height: 0.0714285714;
  letter-spacing: 0em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-post-detail .p-post__title {
    font-size: 1.75rem;
  }
}

.p-post__image {
  height: auto;
  aspect-ratio: 840/472;
  padding-block: 1rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-post__image {
    padding-block: 1rem 1.25rem;
  }
}
.p-post__image img {
  object-fit: cover;
}

.p-post-detail p {
  font-size: max(0.9375rem, 12px);
  font-weight: 400;
  line-height: 0.0666666667;
  letter-spacing: 0.0666666667em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-post-detail p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-post-detail p {
    font-size: 14px;
  }
}

.p-poat__read {
  font-size: max(1.25rem, 16px);
  font-weight: 500;
  line-height: 0.05;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 8px 16px;
  display: block;
  background-color: #DAEFF8;
}
@media screen and (max-width: 767px) {
  .p-poat__read {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-poat__read {
    font-size: 16px;
    padding: 6px 16px;
  }
}

.p-post__read-block {
  padding-inline: 24px 32px;
  padding-block: 12px 20px;
  color: #135097;
}
@media screen and (max-width: 767px) {
  .p-post__read-block {
    padding-inline: 16px 4px;
    padding-block: 12px 20px;
  }
}

.p-post-detail .c-cat {
  display: inline-block;
  width: fit-content;
  margin-top: 8px;
}
.p-post-detail .c-cat a {
  display: inline-block;
  padding-block: 0.25rem;
  padding-inline: 1rem;
  border: 1px solid #343436;
  font-size: max(0.8125rem, 10.4px);
  font-weight: 400;
  line-height: 0.0769230769;
  letter-spacing: 0em;
  line-height: 1.6;
  border-radius: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-post-detail .c-cat a {
    font-size: 0.8125rem;
  }
}

.p-post-detail ol li {
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 0.0625;
  letter-spacing: 0.0625em;
  line-height: 1.6;
  text-decoration: underline;
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-post-detail ol li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-post-detail ol li {
    font-size: 15px;
  }
}

.p-post-detail ul li {
  font-size: max(0.9375rem, 12px);
  font-weight: 400;
  line-height: 0.0666666667;
  letter-spacing: 0.0666666667em;
  line-height: 1.6;
  text-decoration: underline;
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-post-detail ul li {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-post-detail ul li {
    font-size: 14px;
  }
}

.p-posr__read-container {
  width: min(463px, 100%);
  height: auto;
  border: 1px solid #629DE2;
  margin-block: 2rem;
}
@media screen and (max-width: 767px) {
  .p-posr__read-container {
    margin-block: 1.25rem;
  }
}

.p-post-detail h2 {
  font-size: max(1.5rem, 19.2px);
  font-weight: 500;
  line-height: 0.0416666667;
  letter-spacing: 0.0583333333em;
  line-height: 1.6;
  display: block;
  padding-bottom: 16px;
  border-bottom: 2px solid #135097;
  margin-block: 32px 20px;
}
@media screen and (max-width: 767px) {
  .p-post-detail h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-post-detail h2 {
    font-size: 18px;
    margin-block: 20px;
  }
}

.p-post-detail h3 {
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 0.0625;
  letter-spacing: 0.0875em;
  line-height: 1.6;
  display: block;
  padding-left: 1em;
  border-left: 2px solid #135097;
  margin-block: 32px 20px;
}
@media screen and (max-width: 767px) {
  .p-post-detail h3 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-post-detail h3 {
    margin-block: 20px;
  }
}

.p-post-detail table {
  text-align: center;
  table-layout: fixed;
  border-collapse: collapse;
  margin-block: 20px 32px;
  border: 3px solid #629DE2;
}
.p-post-detail table tr:nth-of-type(1) td:nth-of-type(1) {
  background-color: #629DE2;
  color: #fff;
}
.p-post-detail table th {
  width: 200px;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.5;
  padding-block: 8px;
  background-color: #E6EDF3;
  border: 1px solid #629DE2;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-post-detail table th {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-post-detail table th {
    font-size: 14px;
    width: 29.4117647059%;
  }
}
.p-post-detail table td {
  width: 240px;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.5;
  padding-block: 8px;
  border: 1px solid #629DE2;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-post-detail table td {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-post-detail table td {
    font-size: 14px;
    width: 35.2941176471%;
  }
}

.p-post-detail .wp-block-button {
  display: inline-block;
  margin-block: 32PX;
}
.p-post-detail .wp-block-button a {
  font-size: max(1.5rem, 19.2px);
  font-weight: 500;
  line-height: 0.0416666667;
  letter-spacing: 0em;
  line-height: 1.3;
  color: #fff;
  padding-block: 16px;
  padding-inline: 32px 66px;
  background-color: #629DE2;
  border-radius: 16px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-post-detail .wp-block-button a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-post-detail .wp-block-button a {
    font-size: 18px;
    padding-block: 12px;
    padding-inline: 20px 42px;
  }
}
.p-post-detail .wp-block-button a::before {
  content: "";
  width: 18px;
  height: 18px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: -45deg;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 43px;
}
@media screen and (max-width: 767px) {
  .p-post-detail .wp-block-button a::before {
    width: 12px;
    height: 12px;
    right: 23px;
  }
}

.p-post-detail details {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 20px;
}

.p-post-detail details {
  display: flex;
  align-items: flex-start;
}
.p-post-detail details summary {
  font-size: max(0.9375rem, 12px);
  font-weight: 400;
  line-height: 0.0666666667;
  letter-spacing: 0.0933333333em;
  line-height: 2;
  display: inline-block;
  padding: 4px 12px;
  background-color: #343436;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-post-detail details summary {
    font-size: 0.9375rem;
  }
}
.p-post-detail details p {
  font-size: max(0.9375rem, 12px);
  font-weight: 400;
  line-height: 0.0666666667;
  letter-spacing: 0.0933333333em;
  line-height: 2;
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #135097;
}
@media screen and (max-width: 767px) {
  .p-post-detail details p {
    font-size: 0.9375rem;
  }
}

.p-post-detail details summary {
  background-color: #629DE2;
}
.p-post-detail details p {
  border-color: #629DE2;
}

.p-post__head-4 {
  font-size: max(0.9375rem, 12px);
  font-weight: 400;
  line-height: 0.0666666667;
  letter-spacing: 0.0933333333em;
  line-height: 2;
  padding-block: 28px 32px;
  border-bottom: 1px solid #629DE2;
  border-top: 1px solid #629DE2;
  margin-block: 32px 22px;
}
@media screen and (max-width: 767px) {
  .p-post__head-4 {
    font-size: 0.9375rem;
  }
}

.p-post__span {
  display: inline-block;
  width: fit-content;
}

.p-post__flex {
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.p-post__flex ul li {
  padding-bottom: 0;
}
.p-post__flex ul li:first-of-type a:first-of-type {
  padding-block: 0.125rem;
  padding-inline: 0.5rem;
}

.p-no-contents {
  padding-block: 1rem;
  width: 100%;
  text-align: center;
  background-color: #fff;
  border-radius: 1rem;
}

.p-nocontent__txt {
  font-size: max(1.25rem, 16px);
  font-weight: 500;
  line-height: 0.05;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #343436;
}
@media screen and (max-width: 767px) {
  .p-nocontent__txt {
    font-size: 1.25rem;
  }
}

#toc {
  width: 300px;
  padding: 36px 44px 32px;
  border: 1px solid #000;
}
#toc .toc__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 36px;
}
#toc li.js-active > a {
  text-decoration: underline;
}
#toc .list_2 {
  counter-reset: li;
}
#toc .list_2 li:has(ol) {
  list-style: none;
  position: relative;
}
#toc .list_2 li:has(ol)::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: -1.5em;
  font-weight: bold;
  color: #0500E3;
  counter-increment: li;
  content: counter(li) ".";
}
#toc .list_2 li:has(ol) + li {
  margin-top: 16px;
}
#toc .list_2 a {
  display: inline-block;
  color: #0500E3;
  text-decoration: none;
  padding-block: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}
#toc .list_3 {
  list-style: none;
}
#toc .list_3 a {
  color: #000;
  font-weight: 500;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Zen Maru Gothic", sans-serif;
}
.u-font__en {
  font-family: "Roboto", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

.--all {
  color: #629DE2;
  border-color: #629DE2;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.--all.is-active {
  background-color: #629DE2;
  color: #fff;
}
@media (hover: hover) {
  .--all:hover {
    background-color: #629DE2;
    color: #fff;
  }
}

.--tips {
  border-color: #629DE2;
  color: #629DE2;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.--tips.is-active {
  background-color: #629DE2;
  color: #fff;
}
@media (hover: hover) {
  .--tips:hover {
    background-color: #629DE2;
    color: #fff;
  }
}

.--pink {
  border-color: #C88DEC;
  color: #C88DEC;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.--pink.is-active {
  background-color: #C88DEC;
  color: #fff;
}
@media (hover: hover) {
  .--pink:hover {
    background-color: #C88DEC;
    color: #fff;
  }
}

.--deep {
  border-color: #135097;
  color: #135097;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.--deep.is-active {
  background-color: #135097;
  color: #fff;
}
@media (hover: hover) {
  .--deep:hover {
    background-color: #135097;
    color: #fff;
  }
}

.--green {
  border-color: #42A0AD;
  color: #42A0AD;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.--green.is-active {
  background-color: #42A0AD;
  color: #fff;
}
@media (hover: hover) {
  .--green:hover {
    background-color: #42A0AD;
    color: #fff;
  }
}

.--vio {
  border-color: #9C8CFF;
  color: #9C8CFF;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.--vio.is-active {
  background-color: #9C8CFF;
  color: #fff;
}
@media (hover: hover) {
  .--vio:hover {
    background-color: #9C8CFF;
    color: #fff;
  }
}

.--bg-all {
  background-color: #629DE2;
}

.--bg-deep {
  background-color: #135097;
}

.--bg-green {
  background-color: #42A0AD;
}

.--bg-vio {
  background-color: #9C8CFF;
}

.--bg-pink {
  background-color: #C88DEC;
}

.m-b20 {
  margin-block: 1.25rem;
}/*# sourceMappingURL=style.css.map */