@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

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

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

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

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

body {
  color: #343436;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  background: #E6EDF3;
}
@media screen and (min-width: 950px) {
  body {
    font-size: 15px;
  }
}

main {
  margin-top: 140px;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 950px) {
  .l-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*-------------------
  header
-------------------*/
.l-header {
  height: 140px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  background: #E6EDF3;
  z-index: 30;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.l-header.l-headerScroll {
  height: 72px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 1440px) {
  .l-header.l-headerScroll {
    height: 99px;
  }
}

.l-header__inner {
  padding-left: 0;
  padding-right: 0;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.l-header__inner.l-headerScroll {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 1440px) {
  .l-header__inner.l-headerScroll {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-header__logo {
  padding-top: 32px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 1440px) {
  .l-header__logo {
    padding-top: 32px;
    padding-left: 48px;
  }
}
.l-header__logo.l-headerScroll {
  padding-top: 0;
  padding-left: 0;
  margin-right: 10px;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.l-header__logo-top {
  margin-bottom: 8px;
  font-family: "Zen Maru Gothic", system-ui;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  background: -webkit-gradient(linear, left top, right top, color-stop(18.85%, #c31f1f), color-stop(67.5%, #132097));
  background: linear-gradient(90deg, #c31f1f 18.85%, #132097 67.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.l-header__logo-top.l-headerScroll {
  display: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.l-header__image {
  display: block;
  text-align: center;
}

.l-header__logo-bottom {
  margin-top: 8px;
  font-family: "Zen Maru Gothic", system-ui;
  font-size: 13px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.l-header__logo-bottom.l-headerScroll {
  display: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#js-header-logo-before {
  width: 165.05px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#js-header-logo-before img {
  width: 165.05px;
}
#js-header-logo-before.l-headerScroll {
  display: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#js-header-logo-after {
  display: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#js-header-logo-after.l-headerScroll {
  display: block;
  padding-top: 20px;
  padding-left: 24px;
  width: 184px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 1440px) {
  #js-header-logo-after.l-headerScroll {
    padding-top: 0;
    padding-left: 48px;
    width: 254.351px;
  }
}
#js-header-logo-after.l-headerScroll img {
  width: 160px;
}
@media screen and (min-width: 1440px) {
  #js-header-logo-after.l-headerScroll img {
    width: 206.351px;
  }
}

.l-header__menu {
  display: none;
}
@media screen and (min-width: 1440px) {
  .l-header__menu {
    padding: 24px 64px;
    width: 68.33vw;
    max-width: 984px;
    height: 99px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #135097;
    border-radius: 0px 0px 0px 32px;
  }
}

.l-header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header__button1,
.l-header__button2 {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header__button1:hover,
.l-header__button2:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  opacity: 0.8;
}

.l-header__button1 {
  width: 152px;
}

.l-header__button2 {
  margin-left: 32px;
  width: 144px;
}

.l-header-button1-head {
  display: inline-block;
  width: 152px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 1px 3px 0 3px;
  border-radius: 8px 8px 0px 0px;
  border: 1px solid #fff;
  background: #135097;
  color: #FFF;
  text-align: center;
}

.l-header-button1-body {
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 152px;
  border-radius: 0px 0px 8px 8px;
  border: 1px solid #fff;
  background: #fff;
  text-align: center;
  color: #135097;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.l-header-button2-head {
  display: inline-block;
  width: 144px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 1px 3px 0 3px;
  border-radius: 8px 8px 0px 0px;
  border: 1px solid #fff;
  background: #fff;
  color: #135097;
  text-align: center;
}

.l-header-button2-body {
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 144px;
  border-radius: 0px 0px 8px 8px;
  border: 1px solid #fff;
  background: #135097;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

@media screen and (min-width: 1440px) {
  .l-header__search {
    display: grid;
    place-items: center;
  }
}
.l-header__search img {
  width: 28px;
}

.l-header__open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 28px 24px;
  border-radius: 0px 0px 0px 28px;
  background: #135097;
  width: 84px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 1440px) {
  .l-header__open {
    display: none;
  }
}
.l-header__open.l-headerScroll {
  gap: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 20px 32px 20px 40px;
  border-radius: 0px 0px 0px 24px;
  width: 184px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.l-drawer-icon {
  display: block;
  width: 36px;
  text-align: center;
}
.l-drawer-icon img {
  width: 36px;
}

/*-------------------
  footer
-------------------*/
.l-footer {
  padding-top: 40px;
  padding-bottom: 20px;
  width: 100%;
  background: #241919;
}
@media screen and (min-width: 950px) {
  .l-footer {
    padding-top: 48px;
    padding-bottom: 28px;
  }
}

@media screen and (min-width: 950px) {
  .l-footer__inner {
    max-width: 1114px;
  }
}

.l-footer__content {
  color: #FFF;
}
@media screen and (min-width: 950px) {
  .l-footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: inherit;
  }
}

.l-footer__logo {
  text-align: center;
}
.l-footer__logo img {
  width: 234px;
  height: 48.069px;
}
@media screen and (min-width: 950px) {
  .l-footer__logo img {
    width: 334px;
    height: 63px;
  }
}

.l-footer__menu {
  margin: 35px auto 0;
  max-width: 282px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 950px) {
  .l-footer__menu {
    margin: 16px 0;
    max-width: 306px;
    gap: 64px;
  }
}

.l-footer__item {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.8px;
}
.l-footer__item + .l-footer__item {
  margin-top: 32px;
}
@media screen and (min-width: 950px) {
  .l-footer__item + .l-footer__item {
    margin-top: 24px;
  }
}
.l-footer__item:hover {
  opacity: 0.8;
}

.l-footer__bottom {
  margin-top: 36px;
  color: #e6edf3;
}
@media screen and (min-width: 950px) {
  .l-footer__bottom {
    margin-top: 23px;
  }
}

.l-footer__copyright {
  font-size: 16px;
  font-weight: 300;
  line-height: 120%; /* 19.2px */
  text-align: center;
}

.l-footer__attention {
  display: inline-block;
  margin-top: 40px;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
}
@media screen and (min-width: 950px) {
  .l-footer__attention {
    display: block;
    margin-top: 23px;
    text-align: center;
  }
}

.c-button {
  display: inline-block;
  padding: 6px 25px;
  border: 2px solid transparent;
  border-radius: 20px 20px 0px 20px;
  background: #135097;
  -webkit-box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1);
  color: #FFF;
  font-family: "Zen Maru Gothic", system-ui;
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 3.6px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 950px) {
  .c-button {
    font-size: 20px;
    letter-spacing: 4px;
  }
}
.c-button:hover {
  background: #FFF;
  color: #135097;
  border: 2px solid #135097;
}

.c-button2 {
  display: inline-block;
  padding: 14px 30px;
  text-align: center;
  border-radius: 16px;
  border: 2px solid #fff;
  background: #629DE2;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: 1.12px;
}
@media screen and (min-width: 950px) {
  .c-button2 {
    font-size: 24px;
    letter-spacing: 1.92px;
  }
}

.wp-block-buttons > .wp-block-button {
  margin: 20px 0;
}
@media screen and (min-width: 950px) {
  .wp-block-buttons > .wp-block-button {
    margin: 20px 0 32px;
  }
}

.wp-block-button__link {
  padding: 14px 30px;
  border-radius: 16px;
  border: 2px solid #fff;
  background-color: #629DE2;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: 1.12px;
}
@media screen and (min-width: 950px) {
  .wp-block-button__link {
    font-size: 24px;
    letter-spacing: 1.92px;
  }
}

.c-card-fv {
  display: block;
  padding: 16px;
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03), 0px 5px 30px 0px rgba(20, 43, 78, 0.2);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03), 0px 5px 30px 0px rgba(20, 43, 78, 0.2);
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 950px) {
  .c-card-fv {
    padding: 27px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.02), 0px 16px 30px 0px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.02), 0px 16px 30px 0px rgba(0, 0, 0, 0.06);
  }
}
.c-card-fv:hover {
  opacity: 0.8;
}

.c-card-fv__image {
  width: 100%;
  height: auto;
  aspect-ratio: 270/152.53;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 950px) {
  .c-card-fv__image {
    aspect-ratio: 540/305.57;
  }
}
.c-card-fv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.c-card-fv__body {
  margin-top: 8px;
}
@media screen and (min-width: 950px) {
  .c-card-fv__body {
    margin-top: 13px;
  }
}

.c-card-fv__time {
  color: #676E87;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (min-width: 950px) {
  .c-card-fv__time {
    font-size: 14px;
  }
}

.c-card-fv__title {
  margin-top: 6px;
  font-weight: 500;
  line-height: 140%; /* 21px */
  letter-spacing: 0.3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 950px) {
  .c-card-fv__title {
    font-size: 20px;
    line-height: 160%; /* 32px */
    letter-spacing: 1px;
  }
}

.c-card-fv__label {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 16px 3px 15px;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 160%; /* 20.8px */
}
@media screen and (min-width: 950px) {
  .c-card-fv__label {
    border-radius: 6px;
    padding: 3px 19px 3px 20px;
    font-size: 18px;
    line-height: 140%; /* 25.2px */
  }
}
.c-card-fv__label.new {
  color: #135097;
  border: 1px solid #135097;
}
.c-card-fv__label.tips {
  color: #42A0AD;
  border: 1px solid #42A0AD;
}
.c-card-fv__label.interview {
  color: #9C8CFF;
  border: 1px solid #9C8CFF;
}
.c-card-fv__label.news {
  color: #C88DEC;
  border: 1px solid #C88DEC;
}

.c-card-fv__tag {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 950px) {
  .c-card-fv__tag {
    margin-top: 16px;
    gap: 18px;
  }
}

.c-card {
  display: block;
  width: 302px;
  padding: 16px;
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03), 0px 5px 30px 0px rgba(20, 43, 78, 0.2);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03), 0px 5px 30px 0px rgba(20, 43, 78, 0.2);
}

.c-card__image img {
  border-radius: 8px;
}

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

.c-card__time {
  color: #676E87;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

.c-card__title {
  color: #343436;
  margin-top: 8px;
  font-weight: 500;
  line-height: 140%; /* 21px */
  letter-spacing: 0.3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-card__label {
  display: inline-block;
  padding: 3px 15px;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 950px) {
  .c-card__label {
    padding: 3px 19px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 140%; /* 25.2px */
  }
}
.c-card__label.new {
  color: #135097;
  border: 1px solid #135097;
}
.c-card__label.tips {
  color: #42A0AD;
  border: 1px solid #42A0AD;
}
.c-card__label.interview {
  color: #9C8CFF;
  border: 1px solid #9C8CFF;
}
.c-card__label.news {
  color: #C88DEC;
  border: 1px solid #C88DEC;
}

.c-card__tag {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  overflow: hidden;
  white-space: nowrap;
}

.c-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #676E87;
  position: absolute;
  top: 17px;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 950px) {
  .c-order {
    top: 53px;
  }
}
@media screen and (min-width: 950px) {
  .c-order--all {
    top: 45px;
  }
}

.c-order-new,
.c-order-popular {
  display: inline-block;
  color: #676E87;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (min-width: 950px) {
  .c-order-new,
  .c-order-popular {
    font-size: 18px;
  }
}
.c-order-new.is-checked,
.c-order-popular.is-checked {
  color: #135097;
}

.c-order-new {
  padding-left: 8px;
  padding-right: 12px;
}

.c-order-popular {
  padding-left: 12px;
  padding-right: 8px;
  border-left: 1px solid #676E87;
}

.pagination {
  margin-top: 34px;
  height: 36px;
  text-align: center;
}
@media screen and (min-width: 950px) {
  .pagination {
    margin-top: 56px;
  }
}

.page-numbers {
  display: inline-block;
  padding: 2px 0;
  color: #676E87;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  margin-right: 5px;
  width: 28px;
  text-align: center;
  vertical-align: middle;
}
.page-numbers.current {
  color: #fff;
  background: #629DE2;
  border-radius: 4px;
}
.page-numbers.prev, .page-numbers.next {
  padding: 0;
  width: 36px;
  height: 36px;
}
.page-numbers.prev {
  margin-right: 16px;
}
.page-numbers.next {
  margin-left: 8px;
}
.page-numbers:last-child {
  margin-right: 0;
}

.c-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.c-tag {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px;
  border-radius: 16px;
  background: #DAEFF8;
  color: #343436;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-tag:hover {
  background: #343436;
  color: #DAEFF8;
}
@media screen and (min-width: 950px) {
  .c-tag.fv {
    font-size: 14px;
    line-height: 150%; /* 21px */
  }
}

.c-section-title {
  display: inline-block;
  font-family: "Zen Maru Gothic", system-ui;
  text-shadow: 0px 2px 24px rgba(0, 0, 0, 0.05);
  padding-left: 54px;
  color: #135097;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 4.8px;
  position: relative;
}
@media screen and (min-width: 950px) {
  .c-section-title {
    padding-left: 84px;
    font-size: 32px;
    letter-spacing: 6.4px;
  }
}
.c-section-title::before {
  content: "";
  position: absolute;
  background: url(../img/title-logo.png) no-repeat top center/contain;
  left: 0;
  top: 4px;
  width: 42px;
  height: 22.615px;
}
@media screen and (min-width: 950px) {
  .c-section-title::before {
    top: 0;
    width: 72px;
    height: 38px;
  }
}

.c-section-title-white {
  font-family: "Zen Maru Gothic", system-ui;
  text-shadow: 0px 2px 24px rgba(0, 0, 0, 0.05);
  padding-left: 54px;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 4.8px;
  position: relative;
}
@media screen and (min-width: 950px) {
  .c-section-title-white {
    padding-left: 84px;
    font-size: 32px;
    letter-spacing: 6.4px;
  }
}
.c-section-title-white::before {
  content: "";
  position: absolute;
  background: url(../img/title-logo-white.png) no-repeat top center/contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42px;
  height: 22.556px;
}
@media screen and (min-width: 950px) {
  .c-section-title-white::before {
    width: 72px;
    height: 38px;
  }
}

.c-section-title-post {
  color: #135097;
  text-shadow: 0px 2px 24px rgba(0, 0, 0, 0.05);
  font-family: "Zen Maru Gothic", system-ui;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2.4px;
  padding-left: 54px;
  position: relative;
}
@media screen and (min-width: 950px) {
  .c-section-title-post {
    padding-left: 64px;
    font-size: 32px;
    letter-spacing: 6.4px;
  }
}
.c-section-title-post::before {
  content: "";
  position: absolute;
  background: url(../img/title-logo.png) no-repeat top center/contain;
  left: 0;
  top: 3px;
  width: 42px;
  height: 22.556px;
}
@media screen and (min-width: 950px) {
  .c-section-title-post::before {
    width: 52px;
    height: 28px;
  }
}

/*==========================
    c-toc
==========================*/
#toc_container {
  margin-top: 19px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#toc_container .toc_title {
  padding: 6px 16px;
  background: #DAEFF8;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 2.4px;
}
@media screen and (min-width: 950px) {
  #toc_container .toc_title {
    padding: 8px 16px;
    font-size: 20px;
    letter-spacing: 3px;
  }
}
#toc_container .toc_list {
  padding: 12px 16px 19px 16px;
  border-right: 1px solid #DAEFF8;
  border-bottom: 1px solid #DAEFF8;
  border-left: 1px solid #DAEFF8;
  background: var(--white, #fff);
}
@media screen and (min-width: 950px) {
  #toc_container .toc_list {
    padding: 14px 31px 19px 23px;
  }
}
#toc_container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#toc_container ul li {
  margin-bottom: 7.5px;
  padding-left: 0;
  line-height: 24px;
}
#toc_container ul li:last-child {
  margin-bottom: 0;
}
#toc_container ul li::before {
  display: none;
}
#toc_container ul li a {
  color: #135097;
  font-size: 15px;
  font-weight: 500;
  line-height: 160%; /* 24px */
  letter-spacing: 0.9px;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
@media screen and (min-width: 950px) {
  #toc_container ul li a {
    font-size: 16px;
    letter-spacing: 1.92px;
  }
}
#toc_container ul li ul {
  margin-top: 9px;
}
#toc_container ul li ul li {
  margin-left: 15px;
  margin-bottom: 7px;
}
@media screen and (min-width: 950px) {
  #toc_container ul li ul li {
    margin-bottom: 8px;
  }
}
#toc_container ul li ul li a {
  color: #135097;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.84px;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
@media screen and (min-width: 950px) {
  #toc_container ul li ul li a {
    font-size: 15px;
    letter-spacing: 1.8px;
  }
}

.p-navigation-header {
  display: none;
}
@media screen and (min-width: 1440px) {
  .p-navigation-header {
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .p-navigation-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 48px;
  }
}

@media screen and (min-width: 1440px) {
  .p-navigation-header__link {
    display: inline-block;
    height: 51px;
    font-size: 16px;
    font-weight: 700;
    line-height: 51px;
    color: #FFF;
  }
  .p-navigation-header__link:hover {
    opacity: 0.8;
  }
}

/*==========================
    p-drawer-content
==========================*/
.p-drawer-content {
  display: block;
  width: 240px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #135097;
  z-index: 50;
  padding: 24px 24px 32px 64px;
  border-radius: 0px 0px 0px 24px;
  opacity: 0.95;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.p-drawer-content.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-drawer-content-close {
  text-align: right;
}
.p-drawer-content-close img {
  width: 36px;
  height: 24px;
}

.p-drawer-content__menu {
  margin-top: 32px;
  padding-right: 40px;
}

.p-drawer-content__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-drawer-content__list {
  text-align: center;
}

.p-drawer-content__link {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.p-drawer-content__search {
  text-align: center;
}
.p-drawer-content__search img {
  width: 28px;
}

/*==========================
    fv
==========================*/
.p-fv {
  margin-top: 142px;
  padding-top: 48px;
  padding-bottom: 62px;
  overflow: hidden;
}
@media screen and (min-width: 950px) {
  .p-fv {
    padding-top: 24px;
    padding-bottom: 48px;
  }
}

.p-fv__swiper {
  overflow: visible;
  padding: 12px 24px 0;
}
@media screen and (min-width: 950px) {
  .p-fv__swiper {
    padding: 40px 24px 0;
  }
}

.p-fv__swiper-slide {
  width: 302px;
  height: auto;
  border-radius: 12px;
}
@media screen and (max-width: 374px) {
  .p-fv__swiper-slide {
    width: 260px;
  }
}
@media screen and (min-width: 750px) {
  .p-fv__swiper-slide {
    width: 400px;
  }
}
@media screen and (min-width: 950px) {
  .p-fv__swiper-slide {
    width: 596px;
    border-radius: 20px;
  }
}

.p-fv .swiper-slide-active {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (min-width: 950px) {
  .p-fv .swiper-slide-active {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

.p-fv__swiper-button-prev,
.p-fv__swiper-button-next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 36px;
  height: 36px;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
@media screen and (min-width: 950px) {
  .p-fv__swiper-button-prev,
  .p-fv__swiper-button-next {
    top: calc(50% + 7px);
  }
}
.p-fv__swiper-button-prev::after,
.p-fv__swiper-button-next::after {
  display: none;
}
.p-fv__swiper-button-prev:hover,
.p-fv__swiper-button-next:hover {
  opacity: 0.8;
}

.p-fv__swiper-button-prev {
  right: calc(50% + 150px);
  left: auto;
  background: url("../img/fv-arrow-prev.png") no-repeat center center/contain;
}
@media screen and (max-width: 374px) {
  .p-fv__swiper-button-prev {
    right: calc(50% + 120px);
  }
}
@media screen and (min-width: 750px) {
  .p-fv__swiper-button-prev {
    right: calc(50% + 200px);
  }
}
@media screen and (min-width: 950px) {
  .p-fv__swiper-button-prev {
    right: calc(50% + 340px);
  }
}

.p-fv__swiper-button-next {
  left: calc(50% + 150px);
  right: auto;
  background: url("../img/fv-arrow-next.png") no-repeat center center/contain;
}
@media screen and (max-width: 374px) {
  .p-fv__swiper-button-next {
    left: calc(50% + 120px);
  }
}
@media screen and (min-width: 750px) {
  .p-fv__swiper-button-next {
    left: calc(50% + 200px);
  }
}
@media screen and (min-width: 950px) {
  .p-fv__swiper-button-next {
    left: calc(50% + 340px);
  }
}

/*==========================
    p-info
==========================*/
.p-info {
  padding-top: 33px;
  padding-bottom: 40px;
}
@media screen and (min-width: 950px) {
  .p-info {
    padding-top: 42px;
  }
}

.p-info__inner {
  padding-left: 44px;
  padding-right: 44px;
  max-width: 438px;
}
@media screen and (min-width: 950px) {
  .p-info__inner {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 1064px;
  }
}
@media screen and (min-width: 1440px) {
  .p-info__inner {
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    max-width: 1114px;
  }
}

@media screen and (min-width: 950px) {
  .p-info__title {
    text-align: center;
  }
}

.p-info__content {
  margin-top: 34px;
}
@media screen and (min-width: 950px) {
  .p-info__content {
    margin-top: 49px;
  }
}

.p-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 950px) {
  .p-info__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-info__item {
  width: clamp(17.5rem, 11.214rem + 31.43vw, 18.875rem);
}

.p-info__card {
  display: block;
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03), 0px 5px 30px 0px rgba(20, 43, 78, 0.2);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03), 0px 5px 30px 0px rgba(20, 43, 78, 0.2);
}
@media screen and (min-width: 950px) {
  .p-info__card {
    width: 302px;
  }
}

.p-info__card-image img {
  height: 152.53px;
  border-radius: 8px;
}

.p-info__card-body {
  margin-top: 12px;
}

.p-tag-search__card-time {
  color: #676E87;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

.p-info__card-title {
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  line-height: 140%; /* 21px */
  letter-spacing: 0.3px;
}

.p-info__card-label {
  display: inline-block;
  margin-top: 8px;
  padding: 3px 15px;
  border-radius: 4px;
  border: 1px solid #135097;
  background: #fff;
  color: #135097;
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
}

.p-info__card-tag {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-info__button {
  margin-top: 34px;
  text-align: right;
}
@media screen and (min-width: 950px) {
  .p-info__button {
    margin-top: 48px;
    text-align: center;
  }
}

/*==========================
    p-recommend
==========================*/
.p-recommend {
  padding-top: 40px;
  padding-bottom: 72px;
  background-image: url(../img/background-recommend.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media screen and (min-width: 950px) {
  .p-recommend {
    padding-top: 64px;
    padding-bottom: 108px;
  }
}
.p-recommend.post {
  padding-bottom: 96px;
  background: #E6EDF3;
}
@media screen and (min-width: 950px) {
  .p-recommend.post {
    padding-bottom: 102px;
  }
}

@media screen and (min-width: 1440px) {
  .p-recommend__inner {
    padding-left: calc(50% - 517px);
  }
}

.p-recommend__navigation {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 950px) {
  .p-recommend__navigation {
    margin-top: -39px;
    margin-right: 158px;
  }
}
.p-recommend__navigation.post {
  padding-right: 30px;
}
@media screen and (min-width: 950px) {
  .p-recommend__navigation.post {
    margin-top: -39px;
    margin-right: 128px;
  }
}

.p-recommend__prev,
.p-recommend__next {
  width: 48px;
  height: 48px;
  position: static;
  margin-top: 0;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
.p-recommend__prev::after,
.p-recommend__next::after {
  display: none;
}

.p-recommend__prev {
  background: url(../img/icon-left1.png) no-repeat center center/contain;
}
.p-recommend__prev:hover {
  background-image: url(../img/icon-left2.png);
}
.p-recommend__prev.post {
  background: url(../img/icon-left3.png) no-repeat center center/contain;
}
.p-recommend__prev.post:hover {
  background-image: url(../img/icon-left4.png);
}

.p-recommend__next {
  background: url(../img/icon-right1.png) no-repeat center center/contain;
}
.p-recommend__next:hover {
  background-image: url(../img/icon-right2.png);
}
.p-recommend__next.post {
  background: url(../img/icon-right3.png) no-repeat center center/contain;
}
.p-recommend__next.post:hover {
  background-image: url(../img/icon-right4.png);
}

.p-recommend .swiper-button-prev.swiper-button-disabled,
.p-recommend .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}

.p-recommend__content {
  margin-top: 24px;
}
@media screen and (min-width: 950px) {
  .p-recommend__content {
    margin-top: 36px;
  }
}

.p-recommend__swiper {
  overflow: visible;
  padding: 0 48px 0 0;
}

.p-recommend__swiper-slide {
  width: clamp(17.5rem, 11.214rem + 31.43vw, 18.875rem);
}

.p-recommend__scrollbar {
  height: 8px !important;
  bottom: -33px !important;
  left: 0 !important;
  background: #dde1f0;
}
@media screen and (min-width: 950px) {
  .p-recommend__scrollbar {
    bottom: -44px !important;
  }
}
.p-recommend__scrollbar .swiper-scrollbar-drag {
  background: #135097;
  border-radius: 4px;
}
.p-recommend__scrollbar.post {
  bottom: -33px !important;
}
@media screen and (min-width: 950px) {
  .p-recommend__scrollbar.post {
    bottom: -38px !important;
  }
}

/*==========================
    p-all
==========================*/
.p-all {
  padding-top: 49px;
  padding-bottom: 63px;
}
@media screen and (min-width: 950px) {
  .p-all {
    padding-top: 64px;
  }
}

.p-all__inner {
  position: relative;
}
@media screen and (min-width: 950px) {
  .p-all__inner {
    max-width: 1114px;
  }
}

.p-all__order {
  padding-right: 20px;
  position: relative;
}
@media screen and (min-width: 950px) {
  .p-all__order {
    padding-right: 40px;
  }
}

.p-all__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 950px) {
  .p-all__tab {
    gap: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    top: -34px;
    left: 0;
  }
}

.p-all__tab-item {
  border-radius: 0px 12px 12px 0px;
}
@media screen and (min-width: 950px) {
  .p-all__tab-item {
    border-radius: 12px 12px 0px 0px;
  }
}
.p-all__tab-item.all.active a {
  color: #FFF;
  background: #629DE2;
}
.p-all__tab-item.info.active a {
  color: #FFF;
  background: #135097;
}
.p-all__tab-item.tips.active a {
  color: #FFF;
  background: #42A0AD;
}
.p-all__tab-item.interview.active a {
  color: #FFF;
  background: #9C8CFF;
}
.p-all__tab-item.news.active a {
  color: #FFF;
  background: #C88DEC;
}

.p-all__tab-link.all {
  color: #629DE2;
  border-top: 1px solid #629DE2;
  border-right: 1px solid #629DE2;
  border-bottom: 1px solid #629DE2;
}
@media screen and (min-width: 950px) {
  .p-all__tab-link.all {
    border-bottom: 1px solid transparent;
    border-left: 1px solid #629DE2;
  }
}

.p-all__list {
  display: none;
  opacity: 0;
}
.p-all__list#list-all {
  border: 1px solid #629DE2;
  background: #629DE2;
}
.p-all__list#list-info {
  border: 1px solid #135097;
  background: #135097;
}
.p-all__list#list-tips {
  border: 1px solid #42A0AD;
  background: #42A0AD;
}
.p-all__list#list-interview {
  border: 1px solid #9C8CFF;
  background: #9C8CFF;
}
.p-all__list#list-news {
  border: 1px solid #C88DEC;
  background: #C88DEC;
}
.p-all__list.is-active {
  display: block;
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.p-all__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 950px) {
  .p-all__items {
    gap: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-all__button {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 950px) {
  .p-all__button {
    margin-top: 35px;
    text-align: right;
  }
}

/*==========================
    category-tabs
==========================*/
.category-tabs {
  margin-top: 45px;
  position: relative;
}
@media screen and (min-width: 950px) {
  .category-tabs {
    margin-top: 82px;
  }
}
@media screen and (min-width: 950px) {
  .category-tabs--all {
    margin-top: 73px;
  }
}
.category-tabs .tab-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 950px) {
  .category-tabs .tab-nav {
    gap: 11px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    top: -33px;
    left: 0;
  }
}
.category-tabs .tab-nav li {
  border-radius: 0px 12px 12px 0px;
}
@media screen and (min-width: 950px) {
  .category-tabs .tab-nav li {
    border-radius: 12px 12px 0px 0px;
  }
}
.category-tabs .tab-nav li .tab-new,
.category-tabs .tab-nav li .tab-tips,
.category-tabs .tab-nav li .tab-interview,
.category-tabs .tab-nav li .tab-news {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category-tabs .tab-nav li:hover .tab-new {
  color: #fff;
  background-color: #135097;
}
.category-tabs .tab-nav li:hover .tab-tips {
  color: #fff;
  background-color: #42A0AD;
}
.category-tabs .tab-nav li:hover .tab-interview {
  color: #fff;
  background-color: #9C8CFF;
}
.category-tabs .tab-nav li:hover .tab-news {
  color: #fff;
  background-color: #C88DEC;
}
.category-tabs .tab-nav li.active .tab-new {
  color: #fff;
  background-color: #135097;
}
.category-tabs .tab-nav li.active .tab-tips {
  color: #fff;
  background-color: #42A0AD;
}
.category-tabs .tab-nav li.active .tab-interview {
  color: #fff;
  background-color: #9C8CFF;
}
.category-tabs .tab-nav li.active .tab-news {
  color: #fff;
  background-color: #C88DEC;
}
.category-tabs .tab-nav li.active a {
  color: #fff;
  background-color: #629DE2;
}
.category-tabs .tab-nav a {
  display: block;
  padding: 12px 5px 11px 5px;
  background-color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  width: 27px;
  border-radius: 0px 12px 12px 0px;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: 2px;
  color: #629DE2;
  border: 1px solid #629DE2;
  border-left: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 950px) {
  .category-tabs .tab-nav a {
    border-left: 1px solid #629DE2;
    border-bottom: none;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 20px 3px 19px;
    border-radius: 12px 12px 0px 0px;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
  }
}
.category-tabs .tab-nav a:hover {
  color: #fff;
  background-color: #629DE2;
}
.category-tabs .tab-nav .tab-new {
  color: #135097;
  border: 1px solid #135097;
  border-left: none;
}
@media screen and (min-width: 950px) {
  .category-tabs .tab-nav .tab-new {
    border-left: 1px solid #135097;
    border-bottom: none;
  }
}
.category-tabs .tab-nav .tab-tips {
  color: #42A0AD;
  border: 1px solid #42A0AD;
  border-left: none;
}
@media screen and (min-width: 950px) {
  .category-tabs .tab-nav .tab-tips {
    border-left: 1px solid #42A0AD;
    border-bottom: none;
  }
}
.category-tabs .tab-nav .tab-interview {
  color: #9C8CFF;
  border: 1px solid #9C8CFF;
  border-left: none;
}
@media screen and (min-width: 950px) {
  .category-tabs .tab-nav .tab-interview {
    border-left: 1px solid #9C8CFF;
    border-bottom: none;
  }
}
.category-tabs .tab-nav .tab-news {
  color: #C88DEC;
  border: 1px solid #C88DEC;
  border-left: none;
}
@media screen and (min-width: 950px) {
  .category-tabs .tab-nav .tab-news {
    border-left: 1px solid #C88DEC;
    border-bottom: none;
  }
}
.category-tabs .tab-content {
  margin-right: 27px;
  border-radius: 16px 0px 16px 16px;
  background: #629DE2;
  border-top: none;
}
@media screen and (min-width: 950px) {
  .category-tabs .tab-content {
    margin-right: 0;
    border-radius: 0px 16px 16px 16px;
  }
}
.category-tabs .tab-content .content-new {
  background: #135097;
  border-radius: 16px 0px 16px 16px;
}
@media screen and (min-width: 950px) {
  .category-tabs .tab-content .content-new {
    border-radius: 0px 16px 16px 16px;
  }
}
.category-tabs .tab-content .content-tips {
  background: #42A0AD;
  border-radius: 16px 0px 16px 16px;
}
@media screen and (min-width: 950px) {
  .category-tabs .tab-content .content-tips {
    border-radius: 0px 16px 16px 16px;
  }
}
.category-tabs .tab-content .content-interview {
  background: #9C8CFF;
  border-radius: 16px 0px 16px 16px;
}
@media screen and (min-width: 950px) {
  .category-tabs .tab-content .content-interview {
    border-radius: 0px 16px 16px 16px;
  }
}
.category-tabs .tab-content .content-news {
  background: #C88DEC;
  border-radius: 16px 0px 16px 16px;
}
@media screen and (min-width: 950px) {
  .category-tabs .tab-content .content-news {
    border-radius: 0px 16px 16px 16px;
  }
}
.category-tabs .tab-pane {
  display: none;
}
.category-tabs .tab-pane.active {
  display: block;
}

.post-cards {
  display: grid;
  grid-template-columns: repeat(1, minmax(250px, 1fr));
  gap: 12px;
  padding: 12px;
}
@media screen and (min-width: 750px) {
  .post-cards {
    grid-template-columns: repeat(2, minmax(250px, 1fr));
  }
  .post-cards.no-posts {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 950px) {
  .post-cards {
    grid-template-columns: repeat(3, minmax(250px, 1fr));
    padding: 32px;
    gap: 32px;
  }
  .post-cards.no-posts {
    grid-template-columns: 1fr;
  }
}

.post-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03), 0px 5px 30px 0px rgba(20, 43, 78, 0.2);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03), 0px 5px 30px 0px rgba(20, 43, 78, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 950px) {
  .post-card {
    max-width: 302px;
  }
}
.post-card:hover {
  opacity: 0.8;
}

@media screen and (max-width: 374px) {
  .p-all .post-card {
    width: clamp(14rem, -7.429rem + 107.14vw, 18.688rem);
  }
}

.post-thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 267/151.3;
  overflow: hidden;
  border-radius: 8px;
  text-align: center;
}
@media screen and (min-width: 950px) {
  .post-thumbnail {
    aspect-ratio: 270/152.53;
  }
}
.post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-content {
  padding-top: 12px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.post-time {
  color: #676E87;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

.post-title {
  margin-top: 8px;
  color: #343436;
  font-weight: 500;
  line-height: 140%; /* 21px */
  letter-spacing: 0.3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-category {
  display: inline-block;
  margin-top: 8px;
  padding: 3px 15px;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.post-category.category-new {
  color: #135097;
  border: 1px solid #135097;
}
.post-category.category-tips {
  color: #42A0AD;
  border: 1px solid #42A0AD;
}
.post-category.category-interview {
  color: #9C8CFF;
  border: 1px solid #9C8CFF;
}
.post-category.category-news {
  color: #C88DEC;
  border: 1px solid #C88DEC;
}

.post-tags {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  overflow: hidden;
  white-space: nowrap;
}

.no-card {
  width: 100%;
  text-align: center;
  color: var(--gray33333, #343436);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 500;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03), 0px 16px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03), 0px 16px 30px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 16px;
}

/*==========================
    p-category-frame
==========================*/
.p-category-frame {
  margin-top: 46px;
  position: relative;
}
@media screen and (min-width: 950px) {
  .p-category-frame {
    margin-top: 82px;
  }
}
.p-category-frame .p-category-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  list-style: none;
  width: 27px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 950px) {
  .p-category-frame .p-category-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 12px;
    top: -35px;
    left: 0;
  }
}
.p-category-frame .p-category-tabs .p-category-tab {
  padding: 12px 6px 12px 5px;
  border-radius: 0px 12px 12px 0px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%; /* 16.1px */
  letter-spacing: 1.5px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 950px) {
  .p-category-frame .p-category-tabs .p-category-tab {
    padding: 6px 18px 4px 20px;
    border-radius: 12px 12px 0px 0px;
    font-size: 16px;
    line-height: 150%; /* 24px */
    letter-spacing: 0;
  }
}
.p-category-frame .p-category-tabs .p-category-tab.tab-all {
  color: #629DE2;
  border: 1px solid #629DE2;
  border-left: transparent;
}
@media screen and (min-width: 950px) {
  .p-category-frame .p-category-tabs .p-category-tab.tab-all {
    border: 1px solid #629DE2;
    border-bottom: transparent;
  }
}
.p-category-frame .p-category-tabs .p-category-tab.tab-new {
  color: #135097;
  border: 1px solid #135097;
  border-left: transparent;
}
@media screen and (min-width: 950px) {
  .p-category-frame .p-category-tabs .p-category-tab.tab-new {
    border: 1px solid #135097;
    border-bottom: transparent;
  }
}
.p-category-frame .p-category-tabs .p-category-tab.tab-tips {
  color: #42A0AD;
  border: 1px solid #42A0AD;
  border-left: transparent;
}
@media screen and (min-width: 950px) {
  .p-category-frame .p-category-tabs .p-category-tab.tab-tips {
    border: 1px solid #42A0AD;
    border-bottom: transparent;
  }
}
.p-category-frame .p-category-tabs .p-category-tab.tab-interview {
  color: #9C8CFF;
  border: 1px solid #9C8CFF;
  border-left: transparent;
}
@media screen and (min-width: 950px) {
  .p-category-frame .p-category-tabs .p-category-tab.tab-interview {
    border: 1px solid #9C8CFF;
    border-bottom: transparent;
  }
}
.p-category-frame .p-category-tabs .p-category-tab.tab-news {
  color: #C88DEC;
  border: 1px solid #C88DEC;
  border-left: transparent;
}
@media screen and (min-width: 950px) {
  .p-category-frame .p-category-tabs .p-category-tab.tab-news {
    border: 1px solid #C88DEC;
    border-bottom: transparent;
  }
}
.p-category-frame .p-category-tabs .p-category-tab:hover {
  color: #fff;
}
.p-category-frame .p-category-tabs .p-category-tab:hover.tab-all {
  background-color: #629DE2;
}
.p-category-frame .p-category-tabs .p-category-tab:hover.tab-new {
  background-color: #135097;
}
.p-category-frame .p-category-tabs .p-category-tab:hover.tab-tips {
  background-color: #42A0AD;
}
.p-category-frame .p-category-tabs .p-category-tab:hover.tab-interview {
  background-color: #9C8CFF;
}
.p-category-frame .p-category-tabs .p-category-tab:hover.tab-news {
  background-color: #C88DEC;
}
.p-category-frame .p-category-tabs .p-category-tab.is-active {
  color: #fff;
}
.p-category-frame .p-category-tabs .p-category-tab.is-active.tab-all {
  background-color: #629DE2;
}
.p-category-frame .p-category-tabs .p-category-tab.is-active.tab-new {
  background-color: #135097;
}
.p-category-frame .p-category-tabs .p-category-tab.is-active.tab-tips {
  background-color: #42A0AD;
}
.p-category-frame .p-category-tabs .p-category-tab.is-active.tab-interview {
  background-color: #9C8CFF;
}
.p-category-frame .p-category-tabs .p-category-tab.is-active.tab-news {
  background-color: #C88DEC;
}
.p-category-frame .p-category-content {
  width: calc(100% - 27px);
  margin-right: 27px;
  display: grid;
  grid-template-columns: repeat(1, minmax(250px, 1fr));
  gap: 12px;
  padding: 11px;
  border: 1px solid #629DE2;
  background: #629DE2;
  border-radius: 16px 0px 16px 16px;
}
@media screen and (min-width: 750px) {
  .p-category-frame .p-category-content {
    grid-template-columns: repeat(2, minmax(250px, 1fr));
  }
}
@media screen and (min-width: 950px) {
  .p-category-frame .p-category-content {
    margin-right: 0;
    grid-template-columns: repeat(3, minmax(250px, 1fr));
    padding: 30px;
    gap: 32px;
    border-radius: 0px 16px 16px 16px;
  }
}
.p-category-frame .p-category-content.tab-all {
  border: 1px solid #629DE2;
  background-color: #629DE2;
}
.p-category-frame .p-category-content.tab-new {
  border: 1px solid #135097;
  background-color: #135097;
}
.p-category-frame .p-category-content.tab-tips {
  border: 1px solid #42A0AD;
  background-color: #42A0AD;
}
.p-category-frame .p-category-content.tab-interview {
  border: 1px solid #9C8CFF;
  background-color: #9C8CFF;
}
.p-category-frame .p-category-content.tab-news {
  border: 1px solid #C88DEC;
  background-color: #C88DEC;
}

.p-category-button {
  display: inline-block;
  padding: 6px 25px;
  border: 2px solid transparent;
  border-radius: 20px 20px 0px 20px;
  background: #135097;
  -webkit-box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1);
  color: #FFF;
  font-family: "Zen Maru Gothic", system-ui;
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 3.6px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 950px) {
  .p-category-button {
    font-size: 20px;
    letter-spacing: 4px;
  }
}
.p-category-button:hover {
  background: #FFF;
  color: #135097;
  border: 2px solid #135097;
}

.p-post-card {
  width: 100%;
}

/*==========================
    p-tag-search
==========================*/
.p-tag-search {
  padding-top: 51px;
  padding-bottom: 64px;
}
@media screen and (min-width: 950px) {
  .p-tag-search {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media screen and (min-width: 950px) {
  .p-tag-search__inner {
    max-width: 1114px;
  }
}

.p-tag-search__content {
  margin-top: 46px;
  position: relative;
}
@media screen and (min-width: 950px) {
  .p-tag-search__content {
    margin-top: 40px;
  }
}

.p-tag-search__category {
  position: absolute;
  top: 26px;
  right: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 27px;
  padding: 11px 9px 11px 5px;
  border-radius: 0px 12px 12px 0px;
  border: 1px solid #629DE2;
  background: #629DE2;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
}
@media screen and (min-width: 950px) {
  .p-tag-search__category {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    top: -10.5px;
    left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px 20px;
    border-radius: 12px 12px 0px 0px;
    font-size: 16px;
    line-height: 150%;
  }
}
.p-tag-search__category.new {
  border: 1px solid #135097;
  background: #135097;
}

.p-tag-search__list {
  margin-top: 8px;
  margin-right: 27px;
  padding: 12px;
  border-radius: 16px 0px 16px 16px;
  border: 1px solid #629DE2;
  background: #629DE2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 950px) {
  .p-tag-search__list {
    margin-top: 4.5px;
    margin-right: 0;
    padding: 31px;
    border-radius: 0px 16px 16px 16px;
    gap: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-tag-search__list.new {
  border: 1px solid #135097;
  background: #135097;
}

.p-tag-search__card {
  display: block;
  width: 300px;
  padding: 16px;
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03), 0px 5px 30px 0px rgba(20, 43, 78, 0.2);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03), 0px 5px 30px 0px rgba(20, 43, 78, 0.2);
}
@media screen and (min-width: 950px) {
  .p-tag-search__card {
    width: calc(33.3% - 21.3333333333px);
    max-width: 302px;
  }
}

.p-tag-search__card-image img {
  border-radius: 8px;
}

.p-tag-search__card-body {
  margin-top: 12px;
}

.p-tag-search__card-time {
  color: #676E87;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

.p-tag-search__card-title {
  margin-top: 8px;
  font-weight: 500;
  line-height: 140%; /* 21px */
  letter-spacing: 0.3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-tag-search__card-label {
  display: inline-block;
  margin-top: 8px;
  padding: 3px 15px;
  border-radius: 4px;
  border: 1px solid #135097;
  background: #fff;
  color: #135097;
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
}

.p-tag-search__card-tag {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  overflow: hidden;
  white-space: nowrap;
}

.p-news__pagination {
  margin-top: 32px;
  text-align: center;
}

/*==========================
    p-404
==========================*/
.p-404 {
  padding-top: 49px;
  padding-bottom: 62px;
}
@media screen and (min-width: 950px) {
  .p-404 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.p-404__content {
  padding: 56px 20px;
  border-radius: 24px;
  background: #fff;
  -webkit-box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 950px) {
  .p-404__content {
    margin: 0 auto;
    padding: 80px 88px;
    max-width: 1016px;
  }
}

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

.p-404__head {
  margin-top: 41px;
  color: #135097;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 2.4px;
}
@media screen and (min-width: 950px) {
  .p-404__head {
    font-size: 34px;
    letter-spacing: 3.4px;
  }
}
.p-404__head span {
  display: inline-block;
  margin-top: 20px;
  color: #629DE2;
  font-size: 80px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 8px;
}
@media screen and (min-width: 950px) {
  .p-404__head span {
    font-size: 100px;
    letter-spacing: 10px;
    padding-left: 9px;
  }
}

.p-404__lead {
  margin-top: 48px;
  font-family: "Zen Maru Gothic", system-ui;
  font-size: 20px;
  font-weight: 700;
  line-height: 180%; /* 36px */
  letter-spacing: 2px;
}
@media screen and (min-width: 750px) {
  .p-404__lead {
    margin-top: 42px;
    font-size: 24px;
    letter-spacing: 2.4px;
    text-align: center;
  }
}

.p-404__text {
  margin-top: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 27px */
  letter-spacing: 1.5px;
}
@media screen and (min-width: 750px) {
  .p-404__text {
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
  }
}

.p-404__button {
  margin-top: 32px;
  text-align: center;
}

/*==========================
    p-keyword-frame
==========================*/
.p-keyword-frame {
  padding-top: 39px;
  padding-bottom: 48px;
}
@media screen and (min-width: 950px) {
  .p-keyword-frame {
    padding-top: 47px;
    padding-bottom: 64px;
  }
}

@media screen and (min-width: 950px) {
  .p-keyword-frame__inner {
    max-width: 1080px;
  }
}
@media screen and (min-width: 950px) {
  .p-keyword-frame__inner.w-1034 {
    max-width: 1114px;
  }
}

.p-keyword-frame__content {
  padding: 25px 16px;
  border-radius: 0px 20px 20px 20px;
  border: 1px solid #629DE2;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 950px) {
  .p-keyword-frame__content {
    margin: 0 auto;
    padding: 36px 92px;
  }
}

.p-keyword-frame__label {
  position: absolute;
  display: inline-block;
  padding: 10px 25px 6px 16px;
  top: -39px;
  left: -1px;
  height: 39px;
  color: #FFF;
  font-family: "Zen Maru Gothic", system-ui;
  font-size: 15px;
  font-weight: 700;
  line-height: 150%; /* 22.5px */
  letter-spacing: 2.25px;
  border-radius: 16px 16px 0px 0px;
  background: #629DE2;
}
@media screen and (min-width: 950px) {
  .p-keyword-frame__label {
    padding: 12px 43px 8px 24px;
    top: -47px;
    height: 47px;
    font-size: 18px;
    letter-spacing: 2.7px;
  }
}
.p-keyword-frame__label img {
  vertical-align: top;
  width: 18px;
  margin-right: 8px;
}
@media screen and (min-width: 950px) {
  .p-keyword-frame__label img {
    width: 24px;
    margin-right: 11px;
  }
}

.p-keyword-frame__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 950px) {
  .p-keyword-frame__list {
    gap: 16px;
  }
}

/*==========================
    p-404
==========================*/
.p-cta {
  padding-top: 60px;
  padding-bottom: 40px;
  background-image: url(../img/background-cta.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 950px) {
  .p-cta {
    padding-top: 103px;
    padding-bottom: 74px;
  }
}

.p-cta__content {
  margin: 0 auto;
  width: 100%;
  max-width: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 950px) {
  .p-cta__content {
    gap: 130px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 840px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-cta__button {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-cta__button:hover {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  opacity: 0.8;
}

.p-button-cta1 {
  display: inline-block;
  position: relative;
}

.p-button-cta1-label {
  position: absolute;
  top: -21px;
  left: 0;
  z-index: 1;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 8px 8px 8px 0px;
  border: 1px solid #fff;
  background: #2a84bf;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
}
@media screen and (min-width: 950px) {
  .p-button-cta1-label {
    top: -29px;
    padding: 8px 15px;
    font-size: 18px;
  }
}

.p-button-cta1-body {
  display: inline-block;
  padding: 9px 38px 10px 20px;
  border-radius: 8px;
  border: 1px solid #fff;
  background: #fff;
  color: #135097;
  font-family: "Zen Maru Gothic", system-ui;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
  letter-spacing: 0.36px;
  position: relative;
}
@media screen and (min-width: 950px) {
  .p-button-cta1-body {
    padding: 16px 64px 14px 32px;
    font-size: 24px;
    width: 392px;
  }
}
.p-button-cta1-body::after {
  content: "";
  position: absolute;
  top: 53%;
  right: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../img/icon-arrow-blue.png) no-repeat center center/contain;
}
@media screen and (min-width: 950px) {
  .p-button-cta1-body::after {
    right: 32px;
    width: 24px;
    height: 24px;
  }
}

.p-button-cta2 {
  display: inline-block;
  position: relative;
}

.p-button-cta2-label {
  position: absolute;
  top: -18px;
  left: 0;
  z-index: 1;
  display: inline-block;
  padding: 5px 16px;
  border-radius: 8px 8px 8px 0px;
  background: #fff;
  color: #135097;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
}
@media screen and (min-width: 950px) {
  .p-button-cta2-label {
    top: -29px;
    padding: 8px 16px;
    font-size: 18px;
  }
}

.p-button-cta2-body {
  display: inline-block;
  padding: 10px 36.5px 8px 22px;
  border-radius: 12px;
  border: 2px solid #fff;
  background: transparent;
  color: #FFF;
  font-family: "Zen Maru Gothic", system-ui;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
  letter-spacing: 1.44px;
  position: relative;
}
@media screen and (min-width: 950px) {
  .p-button-cta2-body {
    padding: 15px 48.5px 13px 31px;
    font-size: 24px;
    letter-spacing: 1.92px;
    width: 317.5px;
  }
}
.p-button-cta2-body::after {
  content: "";
  position: absolute;
  top: 55%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16.5px;
  height: 22px;
  background: url(../img/icon-arrow-white.png) no-repeat center center/contain;
}
@media screen and (min-width: 950px) {
  .p-button-cta2-body::after {
    top: 52%;
    right: 25px;
    width: 19.5px;
    height: 27px;
  }
}

/*==========================
    p-all
==========================*/
.p-entry {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (min-width: 950px) {
  .p-entry {
    padding-top: 64px;
    padding-bottom: 0;
  }
}

.p-entry__inner {
  padding: 20px 20px 48px 20px;
  background: #fff;
  -webkit-box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 950px) {
  .p-entry__inner {
    margin: 0 auto;
    max-width: 1016px;
    padding: 48px 88px;
    border-radius: 24px;
  }
}

.p-entry__date {
  display: block;
  color: #676E87;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
}
@media screen and (min-width: 950px) {
  .p-entry__date {
    font-size: 16px;
  }
}

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

.p-entry__title {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: 2px;
}
@media screen and (min-width: 950px) {
  .p-entry__title {
    font-size: 28px;
    line-height: 180%; /* 50.4px */
    letter-spacing: 2.8px;
  }
}

.p-entry__image {
  margin-top: 16px;
  text-align: center;
}
.p-entry__image img {
  width: auto;
  height: 203px;
  border-radius: 8px;
}
@media screen and (min-width: 950px) {
  .p-entry__image img {
    width: 840px;
    height: 490px;
  }
}

.p-entry__body {
  margin-top: 20px;
}
@media screen and (min-width: 950px) {
  .p-entry__body {
    margin-top: 32px;
  }
}
.p-entry__body h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-bottom: 14px;
  border-bottom: 2px solid #629DE2;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: 3px;
}
@media screen and (min-width: 950px) {
  .p-entry__body h2 {
    margin-top: 18px;
    margin-bottom: 21px;
    font-size: 24px;
    letter-spacing: 3.6px;
  }
}
.p-entry__body h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 2px solid #629DE2;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 3.2px;
}
.p-entry__body h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 160%; /* 24px */
  letter-spacing: 3px;
  position: relative;
}
.p-entry__body h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background-color: #629DE2;
}
.p-entry__body p {
  font-size: 14px;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
  letter-spacing: 1.4px;
}
@media screen and (min-width: 950px) {
  .p-entry__body p {
    font-size: 15px;
    line-height: 200%; /* 30px */
    letter-spacing: 2.25px;
  }
}
.p-entry__body p + p {
  margin-top: 29px;
}
@media screen and (min-width: 950px) {
  .p-entry__body p + p {
    margin-top: 34px;
  }
}
.p-entry__body table {
  margin-top: 21px;
  width: 100%;
  table-layout: fixed;
  border: 2px solid #629DE2;
  border-collapse: collapse;
}
.p-entry__body table th,
.p-entry__body table td {
  padding: 5.5px 3px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #629DE2;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%; /* 19.5px */
}
@media screen and (min-width: 950px) {
  .p-entry__body table th,
  .p-entry__body table td {
    padding: 8px 3px;
    font-size: 16px;
  }
}
.p-entry__body table thead {
  background: #629DE2;
  border-bottom: none;
}
.p-entry__body table thead th {
  padding: 6px 3px;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (min-width: 950px) {
  .p-entry__body table thead th {
    padding: 8px 3px;
    font-size: 16px;
    line-height: 150%; /* 24px */
  }
}
.p-entry__body ul li {
  padding-left: 44px;
  line-height: 200%; /* 30px */
  letter-spacing: 2.25px;
  position: relative;
}
.p-entry__body ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #629DE2;
}
.p-entry__body ul li + li {
  margin-top: 2px;
}
.p-entry__body .box {
  margin-top: 18px;
  margin-bottom: 2px;
  padding: 19px 16px;
  border: 1px solid #629DE2;
  background: #E6EDF3;
}
@media screen and (min-width: 950px) {
  .p-entry__body .box {
    margin-top: 20px;
    padding: 20px 28px;
  }
}
.p-entry__body .box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 2.4px;
}
@media screen and (min-width: 950px) {
  .p-entry__body .box p {
    line-height: 200%; /* 32px */
    letter-spacing: 2.4px;
  }
}
.p-entry__body .box p a {
  color: #135097;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%; /* 32px */
  letter-spacing: 2.4px;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
@media screen and (min-width: 950px) {
  .p-entry__body .box p a {
    padding-left: 2px;
  }
}
.p-entry__body .box p + p {
  margin-top: 11px;
}
@media screen and (min-width: 950px) {
  .p-entry__body .box p + p {
    margin-top: 8px;
  }
}

.p-entry__tag-list {
  padding-top: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #dde1f0;
}
@media screen and (min-width: 950px) {
  .p-entry__tag-list {
    gap: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-entry__tag-head {
  font-size: 15px;
  font-weight: 400;
  line-height: 200%; /* 30px */
  letter-spacing: 2.25px;
}

.p-entry__tag-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.u-hidden-sp {
  display: none;
}
@media screen and (min-width: 950px) {
  .u-hidden-sp {
    display: block;
  }
}

.u-hidden-pc {
  display: block;
}
@media screen and (min-width: 950px) {
  .u-hidden-pc {
    display: none;
  }
}