/*
Theme Name: Daymaga
*/

*,
*::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 {
  border: 0;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font: inherit;
  margin: 0;
  padding: 0;
}

input,
select,
textarea {
  color: inherit;
  font: inherit;
  vertical-align: top;
}

q {
  quotes: '"' '"';
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}

.color__all {
  color: #629de2;
}

.color__2 {
  color: #135097;
}

.color__3 {
  color: #42a0ad;
}

.color__5 {
  color: #c88dec;
}

.color__4 {
  color: #816dfa;
}

body {
  background: #e6edf3;
  color: #343436;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
}

body.js-menuOpen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background: transparent;
  width: 100%;
  height: 140px;
}

.l-header__body {
  display: flex;
  justify-content: space-between;
}

.l-header__inner {
  position: relative;
}

.is-scroll {
  z-index: 10;
  width: 100%;
  background-color: #e6edf3;
  height: 84px;
  /* position: fixed; */
  transition: transform 0.3s ease;
}

.js-initial-logo {
  width: 280px;
  transition: opacity 0.3s ease;
}

.js-scroll-logo {
  width: 150px;
  z-index: 100;
  opacity: 0;
  position: absolute;
  top: 27px;
  left: 30px;
}

.l-header__menu {
  align-items: center;
  background: #135097;
  border-radius: 0px 0px 0px 28px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
  padding: 28px 24px;
  top: 0;
  right: 0;
  z-index: 100;
}

@media screen and (min-width: 1230px) {
  .l-header__menu {
    display: none;
  }
}

.is-scroll--sp {
  flex-direction: row;
  height: fit-content;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.js-header-scroll {
  display: none;
}

.l-drawer-icon {
  height: 26px;
  position: relative;
  right: 0;
  width: 36px;
  z-index: 10;
}

.l-drawer-icon__bar {
  background: #fff;
  border-radius: 6px;
  height: 2.769px;
  left: 0;
  position: absolute;
  transition: transform 0.3s linear;
  transition: top 0.3s linear;
  width: 36px;
}

.l-drawer-icon__bar:nth-of-type(1) {
  top: 0;
}

.l-drawer-icon__bar:nth-of-type(2) {
  top: 10.769px;
}

.l-drawer-icon__bar:nth-of-type(3) {
  top: 21.231px;
}

.l-drawer-content__bar-close {
  background: #fff;
  border-radius: 6px;
  height: 2.769px;
  left: 0;
  position: absolute;
  transition: transform 0.3s linear;
  transition: top 0.3s linear;
  width: 36px;
}

.l-drawer-content__bar-close:nth-of-type(1) {
  transform: rotate(30deg);
}

.l-drawer-content__bar-close:nth-of-type(2) {
  transform: rotate(-30deg);
}

.l-drawer-content__icon {
  height: 24px;
  position: relative;
  right: 0;
  width: 36px;
  z-index: 50;
}

.l-drawer-content__icon-close {
  height: 24px;
  position: relative;
  right: 0;
  width: 36px;
  z-index: 50;
  top: 27px;
  right: -178px;
}

.l-drawer-content__bar {
  background: #fff;
  border-radius: 6px;
  height: 2.769px;
  left: 0;
  position: absolute;
  transition: transform 0.3s linear;
  transition: top 0.3s linear;
  width: 36px;
}

.l-header-nav__search {
  height: 28px;
  width: 28px;
}

.l-drawer-content {
  background: #135097;
  border-radius: 0px 0px 0px 28px;
  color: #fff;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.3s linear;
  z-index: 101;
}

.l-drawer-content.is-checked {
  transform: translateY(0);
}

.l-drawer-content__menu {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 70px 70px 40px 70px;
  text-align: center;
}

.l-drawer-content__link {
  font-size: 14px;
  transition: opacity 0.3s ease;
}

.l-drawer-content__link:hover {
  opacity: 0.7;
}

.l-drawer-content__search {
  transition: opacity 0.3s ease;
}

.l-drawer-content__search:hover {
  opacity: 0.7;
}

.l-drawer-content__search img {
  flex-shrink: 0;
  height: 25px;
  width: 25px;
}

.l-header__lists {
  display: none;
}

.l-header__lists-heading {
  display: flex;
}

.l-header-list {
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  transition: opacity 0.3s ease;
}

.l-header-list:hover {
  opacity: 0.8;
}

.l-header__lists-button {
  display: flex;
  gap: 32px;
}

.l-btn {
  /* border: 1px solid #fff; */
  /* border-radius: 8px; */
  display: block;
  /* overflow: hidden; */
  text-align: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.l-btn:hover {
  opacity: 0.8;
  transform: translateY(4px);
}

.l-btn__sub-text {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  padding: 2px 4px 0px 4px;
  border: 1px solid #fff;
  border-radius: 8px 8px 0px 0px;
}

.l-btn__main-text {
  background: #fff;
  color: #135097;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 4px 4px;
  border-radius: 0px 0px 8px 8px;
}

.l-btn__sub-text--reverse {
  background: #fff;
  color: #135097;
  padding: 0px 16px;
}

.l-btn__main-text--reverse {
  background: #135097;
  color: #fff;
  padding: 4px 10px;
  border-radius: 0px 0px 8px 8px;
  border: 1px solid var(--white, #fff);
}

.l-header-list__search {
  transition: opacity 0.3s ease;
}

.l-header-list__search:hover {
  opacity: 0.8;
}

.l-header-list__search img {
  height: 28px;
  width: 28px;
}

.l-sp-inner {
  padding-inline: 20px;
}

.l-cta {
  background: url(img/back-img-cta.png) repeat left bottom;
  background-size: 100% 100%;
}

.l-cta__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 390px;
  padding: 61px 40px 40px 40px;
}

.l-cta__container {
  display: flex;
  flex-direction: column;
  gap: 41px;
}

.l-footer {
  background: #241919;
}

.l-footer__inner {
  padding: 40px 20px;
}

.l-footer__logo {
  text-align: center;
}

.l-footer__logo img {
  height: 48.069px;
  width: 234px;
}

.l-footer__lists {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  place-content: center;
  row-gap: 32px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  padding-bottom: 33px;
  padding-top: 36px;
}

.l-footer__list-category,
.l-footer__list-company {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.l-footer__item {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 1.2;
  transition: opacity 0.3s ease;
}

.l-footer__item:hover {
  opacity: 0.7;
}

.l-copyright__wrapper {
  text-align: center;
}

.l-copyright__text {
  color: #e6edf3;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}

.l-disclaimer__text {
  color: #e6edf3;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  margin-inline: auto;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  padding-top: 38px;
}
.c-post {
  flex: 1;
}

.c-post__card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03),
    0px 5px 30px 0px rgba(20, 43, 78, 0.2);
  display: block;
  overflow: hidden;
  padding: 15px 13px;
  transition: opacity 0.3s ease;
}

.c-post__card:hover {
  opacity: 0.8;
}

.c-post__inner {
  padding-inline: 44px;
}

.c-post__content {
  padding-top: 6px;
}

.c-post__date {
  color: #676e87;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 12px;
}

.c-post__title {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 1.4;
  margin-top: 8px;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.c-post__image {
  text-align: center;
}

a.c-post__category {
  transition: opacity 0.3s;
}

.l-header__body {
  transition: 0.5s ease;
}

.l-header__item {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  transition: opacity 0.3s;
}
.l-header__item:hover {
  opacity: 0.7;
}

a.c-post__category:hover {
  opacity: 0.7;
}

.c-post__category {
  border: 1px solid;
  border-radius: 4px;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 5px;
  padding: 3px 15px;
  width: -moz-fit-content;
  width: fit-content;
}

.c-post__tag {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-top: 12px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.c-post__tag::-webkit-scrollbar {
  display: none;
}

.c-post-tag__item {
  background: #daeff8;
  border-radius: 24px;
  font-size: 12px;
  padding: 2px 8px;
  white-space: nowrap;
}

.c-post__prepare {
}

.c-post__prepare-inner {
  text-align: center;
}

.c-post__prepare-text {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03),
    0px 16px 30px 0px rgba(0, 0, 0, 0.05);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 1.4;
  padding: 16px 16px;
}

.c-title {
  align-items: center;
  display: flex;
  gap: 12px;
  padding-bottom: 50px;
}

.c-title__image img {
  height: 22.615px;
  width: 42px;
  vertical-align: top;
}

.c-title__text {
  color: #135097;
  font-family: "Zen Maru Gothic", serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 4.8px;
  line-height: 1.2;
  text-shadow: 0px 2px 24px rgba(0, 0, 0, 0.05);
}

.c-title__text--secondary {
  color: #fff;
}

.c-button-d {
  background: #135097;
  border: #135097 2px solid;
  border-radius: 20px 20px 0px 20px;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-size: 18px;
  letter-spacing: 3.6px;
  line-height: 1.8;
  padding: 6px 24px;
  transition: background-color 0.3s, color 0.3s;
}

.c-button-d:hover {
  background-color: #fff;
  color: #135097;
}

.c-arrow-circle.disabled {
  opacity: 0.5;
}

.c-arrow-circle.disabled:hover {
  background-color: initial;
}

.c-arrow-circle {
  border: 2px solid #fff;
  border-radius: 48px;
  height: 48px;
  position: relative;
  width: 48px;
  transition: background-color 0.3s;
}

.c-arrow-circle__left--dark,
.c-arrow-circle__right--dark {
  border: 2px solid #135097;
}

.c-arrow-circle:hover {
  background-color: #fff;
}

.c-arrow-circle__left--dark:hover,
.c-arrow-circle__right--dark:hover {
  background-color: #135097;
}

.c-arrow-circle__right::after {
  color: #fff;
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  font-weight: 600;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: color 0.3s;
}

.c-arrow-circle__right--dark::after {
  color: #135097;
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  font-weight: 600;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: color 0.3s;
}

.c-arrow-circle__right:hover::after,
.c-arrow-circle__left:hover::after {
  color: #629de2;
}

.c-arrow-circle__right--dark:hover::after,
.c-arrow-circle__left--dark:hover::after {
  color: #fff;
}

.c-arrow-circle__right.disabled:hover::after,
.c-arrow-circle__left.disabled:hover::after {
  color: #fff;
}

.c-arrow-circle__right--dark.disabled:hover::after,
.c-arrow-circle__left--dark.disabled:hover::after {
  color: #135097;
}

.c-arrow-circle__left::after {
  color: #fff;
  content: "\f060";
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  font-weight: 600;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: color 0.3s;
}

.c-arrow-circle__left--dark::after {
  color: #135097;
  content: "\f060";
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  font-weight: 600;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: color 0.3s;
}

.c-tag {
  align-items: center;
  display: flex;
  transition: background-color 0.3s, color 0.3s;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}

.c-tag__text {
  background-color: #daeff8;
  padding: 2px 8px;
  border-radius: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  transition: background-color 0.3s, color 0.3s;
}

a.c-tag__text:hover {
  background-color: #343436;
  color: #daeff8;
}

.c-cta-button__wrapper {
  position: relative;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.c-cta-button__wrapper:hover {
  opacity: 0.8;
  transform: translateY(8px);
}

.c-cta-button__call {
  background: #2a84bf;
  border: 1px solid #fff;
  border-radius: 8px 8px 8px 0px;
  color: #fff;
  color: #fff;
  content: "";
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  padding: 6px 15px;
  position: absolute;
  text-align: center;
  text-align: center;
  top: -21px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.c-cta-button__action {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 12px;
  color: #135097;
  font-family: "Zen Maru Gothic", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.36px;
  line-height: 1.3;
  padding: 10px 38px 8px 20px;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.c-cta-button__action::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  font-weight: 600;
  margin-left: 8px;
  position: absolute;
  top: 12px;
}

.c-cta-button__call--secondary {
  background: #fff;
  color: #135097;
  padding-block: 5px;
}

.c-cta-button__action--secondary {
  background: transparent;
  color: #fff;
  letter-spacing: 1.6px;
  padding: 9px 36px 8px 22px;
  border-radius: 12px;
}
.c-cta-button__action--secondary::after {
  margin-left: 3px;
}

.c-button-l {
  display: flex;
  justify-content: center;
}

.c-button-l__link {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.12px;
  line-height: 1.3;
  background: #629de2;
  border: 2px solid #fff;
  border-radius: 16px;
  padding: 16px 32px;
  width: fit-content;
}

.pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.c-pagination {
  padding-top: 32px;
}

.c-pagination__inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
}

.c-pagination__button-left {
  display: inline-block;
  transition: opacity 0.3s ease;
}

.c-pagination__button-left:hover {
  opacity: 0.7;
}

.c-pagination__button-left img {
  flex-shrink: 0;
  height: 36px;
  width: 36px;
}

.c-pagination__number {
  color: #676e87;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 1.4;
  padding: 2px 7px 2px 8px;
  transition: opacity 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}

.page-numbers {
  color: #676e87;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 1.4;
  padding: 2px 7px 2px 8px;
  transition: opacity 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}

.page-numbers:hover {
  opacity: 0.7;
}

.page-numbers.current {
  background: #629de2;
  border-radius: 4px;
  color: #fff;
}

.c-pagination__button-right {
  display: inline-block;
  transition: opacity 0.3s ease;
}

.c-pagination__button-right:hover {
  opacity: 0.7;
}

.c-pagination__button-right img {
  flex-shrink: 0;
  height: 36px;
  width: 36px;
}

.p-gallery {
}

.p-gallery-post__category {
  margin-top: 5px;
}

.p-gallery__swiper {
  padding-bottom: 65px;
  padding-top: 199px;
}

.p-gallery__prev,
.p-gallery__next {
  height: 36px;
  top: 347px;
  width: 36px;
}

.p-gallery__prev::after,
.p-gallery__next::after {
  display: none;
}

.p-gallery__prev {
  background: url(img/arrow-left.png) no-repeat center center/contain;
  position: absolute;
}

.p-gallery__next {
  background: url(img/arrow-right.png) no-repeat center center/contain;
  position: absolute;
}

.p-gallery__inner {
  transition: padding-top 0.3s ease;
}

.p-current {
  padding-block: 40px;
}

.p-current__inner {
  padding-inline: 44px;
}

.p-current__cards {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 21px;
}

.u-card__padding {
  padding: 15px 16px;
}

.p-current__title {
  padding-bottom: 30px;
}

.u-card__title-top {
  margin-top: 5px;
}

.u-post__category-top {
  margin-top: 9px;
}

.p-button__container {
  display: flex;
  justify-content: end;
  margin-top: 32px;
}

.p-pick-up {
  background: url(img/back-image-popular-post.png) repeat center center/contain;
  padding-top: 41px;
  overflow-x: hidden;
}

.p-pick-up__single {
  background-image: none;
}

.p-pick-up__title {
  padding-inline: 20px;
}

.p-pick-up__cards {
  position: relative;
}

.p-pick-up__scroll {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: end;
  padding-inline: 20px;
  padding-top: 24px;
}

.p-pick-up__slider {
  padding-bottom: 72px;
  padding-top: 24px;
}

.p-pick-up__swiper {
  padding-inline: 20px;
  max-width: calc(1034px + 20px * 2);
  margin: 0 auto;
  overflow: visible;
}

.p-pick-up__swiper--prev::after,
.p-pick-up__swiper--next::after {
  display: none;
}

.p-pick-up__scrollbar {
  background: #dde1f0;
  bottom: 40px !important;
  height: 8px !important;
  margin-inline: 20px !important;
  max-width: 89.7435897436vw !important;
  overflow: visible;
}

.p-gallery__slide.swiper-slide {
  transition: transform 0.7s ease;
}

.p-gallery__slide.swiper-slide-active {
  transform: translateY(-8px); /* 上にずらす */
}

.swiper-scrollbar-drag {
  background: #135097;
}

.p-category-posts__inner {
  padding: 200px 20px 63px;
}

.p-category-posts__title {
  margin-left: auto;
  margin-right: auto;
  max-width: 1034px;
}

.p-gallery-post__card {
  /* padding: 17px 13px; */
}

.p-category-posts__wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.p-category-posts__wrapper--secondary {
  position: relative;
}

.p-category-posts__order {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: end;
  position: absolute;
  right: -19px;
  top: -27px;
}

.p-category-posts__order-text {
  color: #676e87;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  transition: opacity 0.3s;
  white-space: nowrap;
}

.p-category-posts__order-text:hover {
  opacity: 0.8;
}

.p-category-posts__order-text.is-active {
  color: #135097;
}

.p-category-posts__order-line {
  background: #676e87;
  height: 16px;
  width: 1px;
}

.p-category-posts__tags {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-category-posts__text {
  background: #fff;
  border-radius: 0px 12px 12px 0px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.15;
  padding: 12px 7px 12px 3px;
  text-orientation: upright;
  writing-mode: vertical-rl;
}

.p-category-posts__all {
  border-bottom: 1px solid #629de2;
  border-right: 1px solid #629de2;
  border-top: 1px solid #629de2;
  color: #629de2;
  transition: background-color 0.3s, color 0.3s;
}

.p-category-posts__all:hover {
  background-color: #629de2;
  color: #fff;
}

.p-category-posts__all.is-active {
  background: #629de2;
  color: #fff;
}

.p-category-posts__color--2 {
  border-bottom: 1px solid #135097;
  border-right: 1px solid #135097;
  border-top: 1px solid #135097;
  color: #135097;
  transition: background-color 0.3s, color 0.3s;
}

.p-category-posts__color--2:hover {
  background-color: #135097;
  color: #fff;
}

.p-category-posts__color--2.is-active {
  background: #135097;
  color: #fff;
}

.p-category-posts__color--3 {
  border-bottom: 1px solid #42a0ad;
  border-right: 1px solid #42a0ad;
  border-top: 1px solid #42a0ad;
  color: #42a0ad;
  transition: background-color 0.3s, color 0.3s;
}

.p-category-posts__color--3:hover {
  background-color: #42a0ad;
  color: #fff;
}

.p-category-posts__color--3.is-active {
  background: #42a0ad;
  color: #fff;
}

.p-category-posts__color--5 {
  border-bottom: 1px solid #c88dec;
  border-right: 1px solid #c88dec;
  border-top: 1px solid #c88dec;
  color: #c88dec;
  transition: background-color 0.3s, color 0.3s;
}

.p-category-posts__color--5:hover {
  background-color: #c88dec;
  color: #fff;
}

.p-category-posts__color--5.is-active {
  background: #c88dec;
  color: #fff;
}

.p-category-posts__color--4 {
  border-bottom: 1px solid #816dfa;
  border-right: 1px solid #816dfa;
  border-top: 1px solid #816dfa;
  color: #816dfa;
  transition: background-color 0.3s, color 0.3s;
}

.p-category-posts__color--4:hover {
  background-color: #816dfa;
  color: #fff;
}

.p-category-posts__color--4.is-active {
  background: #816dfa;
  color: #fff;
}

.p-category-posts__body-inner {
  background: #629de2;
  border-radius: 16px 0px 16px 16px;
  padding: 12px 12px;
  transition: background-color 0.3s ease;
}

.u-min-height {
  min-height: 500px;
}

.body-color__2 {
  background: #135097;
}

.body-color__3 {
  background: #42a0ad;
}

.body-color__4 {
  background: #816dfa;
}

.body-color__5 {
  background: #c88dec;
}

.p-category-posts__body-cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

.p-category-post__button {
  padding-bottom: 64px;
  padding-inline: 20px;
  padding-top: 21px;
  display: flex;
  justify-content: center;
}

.js-category-post {
  display: none;
}

.js-category-post.is-active {
  display: block;
}

.p-404__inner {
  padding: 200px 20px 64px;
}

.p-404__body {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.05);
  padding: 56px 20px;
  text-align: center;
  margin-bottom: 50px;
}

.p-404__logo img {
  height: 48px;
  width: 89.143px;
}

.p-404__en {
  color: #135097;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: 1.8;
  padding-top: 40px;
}

.p-404__404 {
  color: #629de2;
  font-size: 80px;
  font-weight: 900;
  letter-spacing: 8px;
  line-height: 1;
  padding-top: 20px;
}

.p-404__main-text {
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.8;
  margin-inline: auto;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  padding-top: 52px;
  text-align: left;
}

.p-404__sub-text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.8;
  margin-inline: auto;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  padding-block: 32px;
  text-align: left;
}

.p-keyword__inner--single {
  padding: 24px 24px 48px;
}

.p-single {
  padding-block: 180px;
}

.p-single__inner {
  background: #fff;
  padding: 20px 20px 48px;
}

.p-single__date {
  color: #676e87;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.p-single__category--margin {
  margin-top: 8px;
}

.p-single__title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-top: 8px;
}

.p-single__image {
  margin-top: 16px;
}

.p-single__image img {
  width: 100%;
}

.p-single__description {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.4px;
  line-height: 1.8;
  margin-top: 20px;
}

.p-single__toc {
  margin-block: 20px;
  max-width: 429px;
}

.no_bullets {
  padding-top: 20px;
}

.toc_title {
  background: #daeff8;
  padding: 6px 16px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2.4px;
  line-height: 1.8;
}

.toc_list {
  border-bottom: 1px solid #daeff8;
  border-left: 1px solid #daeff8;
  border-right: 1px solid #daeff8;
  display: flex;
  flex-direction: column;
  padding: 12px 16px 20px;
}

.toc_list li {
  margin-top: 8px;
}

.toc_list li a {
  color: #135097;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.9px;
  line-height: 1.6;
  text-decoration-line: underline;
  text-underline-position: from-font;
}

.toc_list li ul a {
  color: #135097;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.84px;
  line-height: 1.6;
  padding-left: 15px;
  text-decoration-line: underline;
  text-underline-position: from-font;
}

h2.wp-block-heading {
  border-bottom: 2px solid #629de2;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.6;
  padding-block: 16px;
  margin-top: 20px;
}

.p-content h2 ~ p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.4px;
  line-height: 1.8;
  margin-top: 20px;
}

h3.wp-block-heading {
  border-left: 2px solid #629de2;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3.2px;
  line-height: 1.6;
  margin-top: 20px;
  padding-left: 16px;
}

h3 + p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.4px;
  line-height: 1.8;
  margin-top: 20px;
}

h4.wp-block-heading {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.6;
  padding-left: 30px;
  padding-top: 10px;
  position: relative;
}

h4.wp-block-heading::before {
  background: #629de2;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 23px;
  width: 20px;
}

.wp-block-list li {
  margin-left: 40px;
  position: relative;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 2.25px;
}

.wp-block-list li::before {
  color: #629de2;
  content: "・";
  left: -20px;
  position: absolute;
}

.wp-block-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 10px;
}

.p-quotation {
  background: var(--right-gray, #e6edf3);
  border: 1px solid var(--blue, #629de2);
  margin-top: 20px;
  padding: 20px 16px;
}

.p-quotation__text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2.4px;
  line-height: 1.6;
}

.p-quotation__link {
  color: #135097;
  display: block;
  padding-top: 10px;
  text-decoration-line: underline;
  text-underline-position: from-font;
}

.wp-block-table {
  margin-top: 22px;
}

.wp-block-table table {
  border: 2px solid #629de2;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

.wp-block-table th {
  border: 2px solid #629de2;
  background: #629de2;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 3px;
  text-align: center;
  vertical-align: middle;
}
.wp-block-table thead {
  border-bottom: none;
}

.wp-block-table th:nth-child(1) {
  white-space: nowrap;
}

.wp-block-table td {
  border: 1px solid #629de2;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  padding: 6px 3px;
  text-align: center;
  vertical-align: middle;
}

.wp-block-table td:nth-child(1) {
  white-space: nowrap;
}

.p-content__button {
  box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.05);
  margin-block: 20px;
}

.p-single__tag {
  border-top: 1px solid #dde1f0;
  padding-top: 20px;
}

.p-single__tag-title {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2.25px;
  line-height: 2;
}

.p-single__tag-lists {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 8px;
}

.p-keyword {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1034px + 20px * 2);
  padding-bottom: 48px;
}

.p-keyword__inner {
  padding-inline: 20px;
}

.p-keyword__head {
  background: #629de2;
  border-radius: 16px 16px 0px 0px;
  display: flex;
  gap: 8px;
  padding: 10px 28px 6px 16px;
  width: -moz-fit-content;
  width: fit-content;
}

.p-keyword__search img {
  height: 18px;
  vertical-align: baseline;
  width: 18px;
}

.p-keyword__text {
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2.25px;
  line-height: 1.5;
}

.p-keyword__body {
  background: #fff;
  border: 1px solid #629de2;
  border-radius: 0px 20px 20px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 24px 16px;
}

@media screen and (min-width: 750px) {
  .l-header-content {
    padding-left: 28px;
  }

  .l-cta__inner {
    max-width: 923px;
    padding: 104px 30px 73px 40px;
  }

  .l-cta__container {
    flex-direction: row;
    gap: 20px;
  }

  .l-footer__inner {
    padding: 48px 50px 28px 50px;
  }

  .l-footer__body {
    display: flex;
    justify-content: space-between;
    margin-inline: auto;
    max-width: 1034px;
  }

  .l-footer__lists {
    padding-bottom: 36px;
    padding-top: 16px;
    row-gap: 24px;
    -moz-column-gap: 64px;
    column-gap: 64px;
  }

  .l-footer__list-category,
  .l-footer__list-company {
    gap: 24px;
  }

  .l-disclaimer__text {
    padding-top: 23px;
  }

  .c-post__title {
    letter-spacing: 0.6px;
    margin-top: 5px;
  }

  .u-current__title-ls {
    letter-spacing: 0.3px;
  }

  .c-post__date {
    margin-top: 12px;
  }

  .c-post__category {
    margin-top: 8px;
  }

  .c-post__card {
    padding: 15px 16px 17px 16px;
  }

  .c-gallery__card--layout {
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 28px;
  }

  .c-title {
    max-width: 1034px;
    margin: 0 auto;
    gap: 13px;
  }

  .c-title__image img {
    height: 38px;
    width: 72px;
  }

  .c-title__text {
    font-size: 32px;
    letter-spacing: 6.4px;
  }

  .c-cta-button__call {
    font-size: 18px;
    padding: 7px 16px;
    top: -30px;
  }

  .c-cta-button__action::after {
    top: 19px;
    font-size: 18px;
    margin-left: 17px;
  }

  .c-cta-button__action {
    font-size: 21px;
    padding: 13px 64px 14px 31px;
  }

  .c-cta-button__action--secondary {
    padding-right: 53px;
  }

  .c-cta-button__action--secondary::after {
    margin-left: 12px;
  }

  .c-button-l__link {
    font-size: 24px;
    letter-spacing: 1.92px;
  }

  .c-pagination {
    padding-top: 56px;
  }

  .c-button-d {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 1.8;
    padding: 6px 24px 6px 26px;
  }

  .p-gallery {
    padding-top: 140px;
  }

  .p-gallery__swiper {
    padding-top: 64px;
  }
  .p-gallery__prev,
  .p-gallery__next {
    top: 230px;
  }

  .p-gallery__prev {
    left: 23.9vw;
  }

  .p-gallery__next {
    right: 23.9vw;
  }

  .p-gallery__slide.swiper-slide {
    transition: transform 0.3s ease;
  }

  .p-gallery__slide.swiper-slide-active {
    transform: translateY(-40px);
  }

  .p-gallery-post__card {
    padding: 28px 25px;
  }

  .p-gallery-post__content {
    padding-top: 14px;
  }

  .p-gallery-post__date {
    font-size: 14px;
  }

  .p-gallery-post__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1px;
    margin-top: 6px;
  }

  .p-gallery-post__category {
    font-size: 18px;
    margin-top: 7px;
    padding: 1px 19px;
  }

  .p-gallery-post__tag {
    margin-top: 14px;
    gap: 19px;
  }

  .p-gallery-tag__text {
    font-size: 14px;
  }

  .p-current {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .p-current__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    justify-content: center;
    margin-inline: auto;
    max-width: 1032px;
  }

  .p-current__title {
    justify-content: center;
    padding-bottom: 46px;
  }

  .p-button__container {
    justify-content: center;
    margin-top: 48px;
  }

  .p-pick-up {
    padding-top: 57px;
    padding-bottom: 35px;
  }

  .p-pick-up__head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: calc(1034px + 20px * 2);
    margin: 0 auto;
  }

  .p-pick-up__swiper {
    padding-inline: 20px;
  }

  .p-pick-up__scroll {
    padding-right: 14px;
    padding-top: 8px;
  }

  .p-pick-up__slider {
    padding-top: 36px;
  }

  .p-category-posts__inner {
    padding-bottom: 63px;
    padding-top: 215px;
  }

  .p-category-posts__wrapper {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 1034px;
  }

  .p-category-posts__order {
    top: -29px;
    right: 7px;
  }

  .p-category-posts__tags {
    flex-direction: row;
    gap: 11px;
  }

  .p-category-posts__order-text {
    font-size: 18px;
  }

  .p-category-posts__text {
    border-radius: 12px 12px 0px 0px;
    padding: 9px 20px 8px 20px;
    text-orientation: initial;
    writing-mode: horizontal-tb;
    letter-spacing: 1.6px;
  }

  .p-category-posts__all {
    border-bottom: none;
    border-left: 1px solid #629de2;
  }

  .p-category-posts__color--2 {
    border-bottom: none;
    border-left: 1px solid #135097;
  }

  .p-category-posts__color--3 {
    border-bottom: none;
    border-left: 1px solid #42a0ad;
  }

  .p-category-posts__color--5 {
    border-bottom: none;
    border-left: 1px solid #c88dec;
  }

  .p-category-posts__color--4 {
    border-bottom: none;
    border-left: 1px solid #816dfa;
  }

  .p-category-posts__body-inner {
    border-radius: 0px 16px 16px 16px;
    padding: 30px 30px;
  }

  .u-min-height {
    min-height: unset;
  }

  .p-category-posts__body-cards {
    gap: 32px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .p-category-post__button {
    padding-top: 32px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1034px;
    justify-content: right;
  }

  .p-404__body {
    margin-inline: auto;
    max-width: 840px;
  }

  .p-404__en {
    font-size: 34px;
    letter-spacing: 3.4px;
  }

  .p-404__404 {
    font-size: 100px;
    letter-spacing: 10px;
  }

  .p-404__main-text {
    font-size: 24px;
    letter-spacing: 2.4px;
  }

  .p-404__sub-text {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .p-single__inner {
    border-radius: 24px;
    box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.05);
    margin-inline: auto;
    max-width: 840px;
    padding: 48px 88px;
  }

  .p-quotation__text {
    line-height: 2;
  }

  .p-table__body {
    width: 100%;
  }

  .p-single__tag-title {
    display: inline-flex;
  }

  .p-single__tag-lists {
    display: inline-flex;
    padding-left: 32px;
  }
  .p-keyword {
    padding-bottom: 65px;
  }

  .p-keyword__head {
    gap: 11px;
  }

  .p-keyword__text {
    font-size: 18px;
  }

  .p-keyword__body {
    gap: 16px;
    padding: 36px 92px 35px;
  }

  .p-keyword__search img {
    height: 24px;
    width: 24px;
  }

  .p-keyword__head {
    padding: 13px 40px 6px 24px;
  }
  .p-keyword__text {
    letter-spacing: 2.8px;
  }
}

@media screen and (min-width: 750px) and (min-width: 950px) {
  .p-category-posts__body-cards {
    gap: 32px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .l-footer__logo img {
    height: 63px;
    width: 334px;
  }

  .c-cta-button__action {
    font-size: 24px;
  }
}

@media screen and (min-width: 950px) {
  .l-header-list {
    font-size: 16px;
  }

  .l-cta__container {
    gap: 132px;
  }

  .p-gallery__prev,
  .p-gallery__next {
    top: 307px;
  }

  .p-current__cards {
    gap: 40px;
  }

  .p-pick-up__scrollbar {
    bottom: 27px !important;
    left: 0 !important;
    max-width: 1034px !important;
  }
}

@media screen and (min-width: 1230px) {
  .l-header__lists {
    align-items: center;
    background: #135097;
    border-radius: 0px 0px 0px 32px;
    display: inline-flex;
    gap: 30px;
    height: -moz-fit-content;
    height: fit-content;
    padding: 20px 68px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
  }

  .l-header__lists-heading {
    gap: 25px;
  }

  .is-scroll {
    height: 92px;
  }

  .p-current__cards {
    gap: 64px;
  }
}

@media screen and (min-width: 1320px) {
  .l-header__lists {
    align-items: center;
    background: #135097;
    border-radius: 0px 0px 0px 32px;
    display: inline-flex;
    gap: 48px;
    height: -moz-fit-content;
    height: fit-content;
    padding: 24px 65px 23px 64px;
  }

  .is-scroll {
    height: 99px;
  }
}

@media screen and (min-width: 1400px) {
  .l-header__lists-heading {
    gap: 46px;
  }
}

@media screen and (min-width: 1500px) {
  .p-gallery__prev {
    left: 31vw;
  }

  .p-gallery__next {
    right: 31vw;
  }
}
