@charset "UTF-8";

/* 
② メディアクエリ
_mixin.scss ファイル
*/

.pc-hidden {
  display: none;
}

.sp-hidden {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #343436;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover {
  opacity: 0.8;
}

body {
  background-color: #e6edf3;
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: clip;
}

body.is-fixed {
  position: fixed;
  width: 100%;
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.l-inner {
  width: 67.125rem;
  max-width: 100%;
  padding-inline: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  height: 6.15rem;
}

.p-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-header__logo {
  position: relative;
}

.p-header__logo .header-logo02 {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}

.header-logo01 {
  padding: 1rem 0rem 0rem 3rem;
  text-align: center;
}

.header-logo01 img {
  width: 10.31563rem;
  display: block;
  margin: 0 auto;
}

.header-logo02 {
  padding-left: 3.2rem;
  padding-top: 1.775rem;
  opacity: 0;
  visibility: hidden;
}

.header-logo02 img {
  width: 12.875rem;
}

.p-header__logoCath01 {
  display: inline-block;
  font-weight: bold;
  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;
  font-size: 1.25rem;
  line-height: 160%;
  letter-spacing: 0rem;
  margin-bottom: 0.525rem;
}

.p-header__logoCath02 {
  margin-top: 0.525rem;
  font-weight: bold;
  font-size: 0.8125rem;
  line-height: 140%;
  letter-spacing: 0rem;
}

.header-logo01,
.header-logo02,
.p-header .p-header__rightArea {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header-logo01.is-scroll {
  opacity: 0;
  visibility: hidden;
}

.header-logo02.is-scroll {
  opacity: 1;
  visibility: visible;
}

.p-header.is-scroll {
  background-color: #e6edf3;
}

.p-header__rightArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  background-color: #135097;
  border-radius: 0rem 0rem 0rem 2rem;
  position: absolute;
  top: 0;
  right: 0;
}

.p-header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}

.p-header__navItem a {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0rem;
}

.P-header__menu a {
  padding-block: 1.875rem;
}

.p-header__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.p-header__searchIcon {
  width: 1.75rem;
}

/*----------------------------------
   ドロワーメニュー 
-----------------------------------*/

.drawer-icon img {
  width: 2.25rem;
}

.drawer-icon {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 50;
  padding-top: 1.55rem;
  padding-inline: 1.5rem;
  padding-bottom: 1.25rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.drawer-icon .bar {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drawer-icon:hover {
  cursor: pointer;
}

.drawer-icon.js-open {
  opacity: 1;
  visibility: visible;
}

.drawer-icon img {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.drawer-icon img.fade-out {
  opacity: 0;
}

.drawer-icon.is-scroll {
  padding: 1.25rem 2rem;
}

.drawer-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 40;
  max-width: 31.25rem;
  width: 61.5%;
  border-radius: 0rem 0rem 0rem 1.5rem;
  /* height: 52%; */
  min-height: 21.5rem;
  -webkit-transform: translateX(120%);
  transform: translateX(120%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #135097;
  padding-top: 4.1rem;
  padding-bottom: 4.1rem;
}

.drawer-menu.js-open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.drawer__item {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}

.drawer__item:not(:first-child) {
  margin-top: 0.4rem;
}

.drawer__item a {
  color: #fff;
  padding: 0.625rem;
  display: inline-block;
}

.drawer__item img {
  margin: 0 auto;
  width: 1.75rem;
}

.drawer__item a:hover {
  color: #fff;
  opacity: 1;
}

/* ドロワー背景 */

.drawer-bg {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drawer-bg.js-open {
  opacity: 1;
  visibility: visible;
}

body.no-scroll {
  overflow: hidden;
}

.p-fv {
  margin-top: 7.85rem;
}

.swiper-container {
  width: 100%;
  position: relative;
}

.swiper {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
}

.p-swiper__fv {
  padding-block: 4.875rem;
}

.swiper-wrapper {
  position: relative;
}

.swiper-slide .js-fv__card {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.swiper-slide-active .js-fv__card {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper01-button .swiper01-button-prev {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  position: absolute;
  left: calc(50% - 376px);
}

.swiper01-button .swiper01-button-prev::after {
  content: "";
}

.swiper01-button .swiper01-button-next {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: calc(50% - 376px);
  z-index: 2;
}

.swiper01-button .swiper01-button-next::after {
  content: "";
}

.swiper01-button .swiper01-button-prev,
.swiper01-button .swiper01-button-next {
  width: 2.25rem;
  height: 2.25rem;
}

.swiper01-button .swiper01-button-prev:hover,
.swiper01-button .swiper01-button-next:hover {
  opacity: 0.8;
}

.swiper01-button .swiper01-button-prev::after,
.swiper01-button .swiper01-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 2.25rem;
  margin: auto;
  width: 2.25rem;
  display: block;
}

.swiper01-button .swiper01-button-prev::after {
  background-image: url(../img/fv-arrow-left.webp);
}

.swiper01-button .swiper01-button-next::after {
  background-image: url(../img/fv-arrow-right.webp);
}

.p-info {
  padding-block: 2.5rem;
  margin-top: -2rem;
}

.p-info__title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-info__list {
  margin-top: 3rem;
}

.p-info__moreBtn {
  margin-top: 3rem;
  text-align: center;
}

.p-recommend {
  padding-block: 4rem;
  background: url(../img/bg-marble.webp) center center/cover no-repeat;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
}

#swiper2 {
  overflow: visible;
}

.swiper-scrollbar {
  background-color: #dde1f0;
}

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

.swiper-scrollbar {
  height: 0.5rem !important;
}

.swiper-container-recommend {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  z-index: 10;
  bottom: 0;
  left: 0%;
}

.swiper02-button .swiper-button-prev {
  position: absolute;
  top: -1.1rem;
  right: 3.6rem;
  left: auto;
}

.swiper02-button .swiper-button-prev::after {
  content: "";
}

.swiper02-button .swiper-button-next {
  position: absolute;
  top: -1.1rem;
  right: -0.3rem;
}

.swiper02-button .swiper-button-next::after {
  content: "";
}

.swiper02-button .swiper-button-prev,
.swiper02-button .swiper-button-next {
  width: 3rem;
  height: 3rem;
}

.swiper02-button .swiper-button-prev::after,
.swiper02-button .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 3rem;
  margin: auto;
  width: 3rem;
  display: block;
}

.swiper02-button .swiper-button-prev::after {
  background-image: url(../img/arrow-left.webp);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper02-button .swiper-button-next::after {
  background-image: url(../img/arrow-right.webp);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper02-button .swiper-button-prev:hover::after {
  background-image: url(../img/arrow-left-white.webp);
  opacity: 1;
}

.swiper02-button .swiper-button-next:hover::after {
  background-image: url(../img/arrow-right-white.webp);
  opacity: 1;
}

.swiper02-button .swiper-button-disabled {
  opacity: 0.5;
}

.p-all {
  padding-top: 4rem;
}

.p-topTab__wrapper {
  margin-top: 3.5rem;
}

.p-tab__wrapper {
  position: relative;
}

.p-tab__wrapper .p-tab__sortWrap {
  position: absolute;
  top: -0.175rem;
  right: 0.5rem;
  z-index: 2;
}

.p-tab__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.p-tab__sort span {
  width: 0.0625rem;
  height: 1.3rem;
  background-color: #676e87;
}

.p-tab__sort li a {
  color: #676e87;
  font-size: 1.125rem;
  line-height: 130%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-tab__sort li a:hover {
  color: #135097;
  opacity: 1;
}

.p-sortItem__new.is-active a {
  color: #135097;
}

/*----------------------------------
    タブメニュー
-----------------------------------*/

.p-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.p-tab__item--pc {
  display: inline-block;
  margin-right: 0.65rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}

.p-tab__item--pc a {
  background: #fff;
  border-radius: 0.75rem 0.75rem 0rem 0rem;
  padding: 0.375rem 1.25rem 0.25rem 1.25rem;
}

.p-tab__item--sp {
  margin-right: 0rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 0.875rem;
  line-height: 115%;
  letter-spacing: 0.15em;
  border-left: none;
}

.p-tab__item--sp a {
  background: #fff;
  border-radius: 0rem 0.75rem 0.75rem 0rem;
  padding: 0.75rem 0.225rem 0.65rem 0.375rem;
}

.p-tab__area--sp {
  display: none;
}

.p-tab__item.all a {
  border: 1px solid #629de2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: none;
  color: #629de2;
}

.p-tab__item.all a:hover {
  background-color: #629de2;
  opacity: 1;
  color: #fff;
}

.p-tab__item.new a {
  border: 1px solid #135097;
  line-height: 150%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: none;
  color: #135097;
}

.p-tab__item.new a:hover {
  background-color: #135097;
  opacity: 1;
  color: #fff;
}

.p-tab__item.tips a {
  border: 1px solid #42a0ad;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: none;
  color: #42a0ad;
}

.p-tab__item.tips a:hover {
  background-color: #42a0ad;
  opacity: 1;
  color: #fff;
}

.p-tab__item.interview a {
  border: 1px solid #9c8cff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: none;
  color: #9c8cff;
}

.p-tab__item.interview a:hover {
  background-color: #9c8cff;
  opacity: 1;
  color: #fff;
}

.p-tab__item.news a {
  border: 1px solid #c88dec;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: none;
  color: #c88dec;
}

.p-tab__item.news a:hover {
  background-color: #c88dec;
  opacity: 1;
  color: #fff;
}

.p-tab__item.all.active a {
  background-color: #629de2;
  pointer-events: none;
  color: #fff;
}

.all-area.is-active {
  background-color: #629de2;
}

.p-tab__item.new.active a {
  background-color: #135097;
  pointer-events: none;
  color: #fff;
}

.new-area.is-active {
  background-color: #135097;
}

.p-tab__item.tips.active a {
  background-color: #42a0ad;
  pointer-events: none;
  color: #fff;
}

.tips-area.is-active {
  background-color: #42a0ad;
}

.p-tab__item.interview.active a {
  background-color: #9c8cff;
  pointer-events: none;
  color: #fff;
}

.interview-area.is-active {
  background-color: #9c8cff;
}

.p-tab__item.news.active a {
  background-color: #c88dec;
  pointer-events: none;
  color: #fff;
}

.news-area.is-active {
  background-color: #c88dec;
}

/*エリアの表示非表示と形状*/

.area {
  padding: 2rem;
  border-radius: 0rem 1rem 1rem 1rem;
}

/*はじめは非表示*/

.top-tab-area {
  display: none;
  opacity: 0;
  /*透過0*/
  background: #fff;
}

/*areaにis-activeというクラスがついた時の形状*/

.area.is-active {
  display: block;
  /*表示*/
  -webkit-animation-name: displayAnime;
  animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.p-tab__moreBtn {
  margin-top: 2.1rem;
  text-align: end;
}

.p-all__list p {
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0.9rem;
  text-align: center;
  background-color: #fff;
  border-radius: 0.75rem;
  width: 100%;
  min-width: 18.75rem;
}

.p-underTab__item {
  color: #fff;
  cursor: default;
}

.p-search {
  margin-top: 3.9rem;
}

.p-search__titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.65rem 2.5875rem 0.4rem 1.5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.6875rem;
  border-radius: 1rem 1rem 0rem 0rem;
  background: #629de2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-search__content {
  padding: 2.15rem 5.75rem;
  background-color: #fff;
  border-radius: 0rem 1.25rem 1.25rem 1.25rem;
  border: 1px solid #629de2;
}

.p-search__icon {
  width: 1.5rem;
}

.p-search__title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #fff;
}

.p-search__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-search__item a:hover {
  opacity: 1;
}

.p-search__item .c-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 180%;
  padding: 0.125rem 0.5rem;
  padding-block: 0.125rem;
  background-color: #daeff8;
  line-height: 26px;
  border-radius: 8px;
  border-radius: 1rem;
  line-height: 1.375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-search__item .c-tag:hover {
  background-color: #343436;
  color: #fff;
}

.p-cta {
  margin-top: 4rem;
}

.p-cta__bg {
  background: url(../img/bg-stripe.webp) center center/cover no-repeat;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
  padding-block: 4.725rem;
}

.p-cta__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.125rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-underAll {
  padding-top: 12.8rem;
}

.p-underAll .p-tab__wrapper {
  min-height: 18.25rem;
}

.p-underAll .p-tab__sortWrap {
  top: 0.325rem;
}

.p-underAll .p-tab__item--pc {
  background-color: #629de2;
  border-radius: 0.75rem 0.75rem 0rem 0rem;
  padding: 0.375rem 1.25rem 0.25rem 1.25rem;
}

.p-underAll .p-tab__item--sp {
  background: #629de2;
  border-radius: 0rem 0.75rem 0.75rem 0rem;
  padding: 0.75rem 0.325rem 0.75rem 0.075rem;
}

.p-underTab__wrapper {
  margin-top: 2.4rem;
}

.p-underTab__wrapper .p-tab__item {
  cursor: default;
}

.p-underTab__area {
  background-color: #629de2;
}

.p-tab__item.all.active {
  color: #fff;
}

.category-tag-area {
  margin-bottom: 3.5rem;
}

.p-underTab__item.new {
  background-color: #135097;
}

.p-underTab__item.tips {
  background-color: #42a0ad;
}

.p-underTab__item.interview {
  background-color: #9c8cff;
}

.p-underTab__item.news {
  background-color: #c88dec;
}

.p-underTab__item {
  color: #fff;
  cursor: default;
}

.p-article {
  padding-top: 12.75rem;
}

.p-article p {
  font-size: 0.9375rem;
  line-height: 200%;
  letter-spacing: 0.15em;
}

.p-article__content {
  max-width: 63.5rem;
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 3rem 5.5rem;
  margin: 0 auto;
}

.p-article__date span {
  font-size: 1rem;
  line-height: 180%;
  /* 1.8rem */
  color: #676e87;
  display: inline-block;
  padding-right: 0.625rem;
}

.p-article__cat span {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 140%;
  /* 1.575rem */
  border-radius: 0.375rem;
  background: #fff;
  padding: 0.15rem 1.25rem;
}

.p-article__title {
  margin-top: 0.5rem;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 180%;
  /* 3.15rem */
  letter-spacing: 0.175rem;
}

.p-article__img {
  margin-top: 1.05rem;
}

.p-article__img img {
  aspect-ratio: 840/490;
  width: 100%;
}

.article-desc {
  padding-right: 1.5625rem;
}

#toc_container {
  border: 1px solid #daeff8;
}

.p-article .toc_title {
  font-size: 1.25rem;
}

#toc_container p.toc_title {
  text-align: left;
  padding: 0.3rem 1rem;
  background: #daeff8;
  font-weight: 500;
  letter-spacing: 0.15em;
}

#toc_container {
  padding: 0;
}

#toc_container > ul {
  padding: 0.75rem 2rem 1.25rem 1.5rem;
}

#toc_container ul ul {
  margin-left: 0.9375rem;
}

.toc_list {
  letter-spacing: 0.12em;
}

.toc_list > li:not(:first-child) {
  margin-top: 0.5rem;
}

.toc_list > li > a {
  color: #135097;
  text-decoration: underline;
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  display: block;
  margin-top: 0.5rem;
}

.toc_list > li > ul > li a {
  color: #135097;
  text-decoration: underline;
  font-size: 0.9375rem;
  line-height: 160%;
  margin-top: 0.52rem;
  display: block;
}

#toc_container p.toc_title + ul.toc_list {
  margin-top: -0.5rem;
}

#toc_container a {
  text-decoration: underline;
}

#toc_container {
  margin-bottom: 2.25rem;
}

.p-article h3 {
  font-size: 1.5rem;
  line-height: 160%;
  letter-spacing: 0.15em;
  font-weight: 500;
}

.p-article h4 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.2em;
}

.p-article h5 {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.2em;
}

.custom-separator {
  height: 0.125rem;
}

.color-box {
  border: 1px solid #629de2;
  background: #e6edf3;
  padding: 1.15rem 1.75rem;
}

.p-article .box-text {
  font-weight: 500;
  font-size: 1rem;
}

.headline {
  border-left: 2px solid #629de2;
  padding-left: 1rem;
}

.headline02 {
  padding-left: 1.9rem;
  position: relative;
}

.headline02::after {
  position: absolute;
  content: "";
  display: block;
  width: 1.25rem;
  height: 1px;
  background-color: #629de2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.free-table {
  border: 1px solid #629de2;
  font-size: 1rem;
  line-height: 150%;
}

.free-table thead {
  background-color: #629de2;
  border-bottom: 1px solid #629de2;
}

.free-table th,
.free-table td {
  padding: 0.45rem 0.1875rem;
}

.free-table th {
  border: 1px solid #629de2;
  color: #fff;
}

.free-table td {
  border: 1px solid #629de2;
}

.wp-block-table {
  margin-bottom: 0rem;
}

/* ドット */

.p-article .blue-dot {
  list-style-type: none;
  /*点を非表示*/
  position: relative;
  /*基準位置*/
  padding-left: 1.45rem;
}

.p-article .blue-dot:before {
  border-radius: 50%;
  /*丸くする*/
  width: 0.3125rem;
  /*点の幅*/
  height: 0.3125rem;
  /*点の高さ*/
  display: block;
  position: absolute;
  /*絶対配置*/
  left: 0;
  /*点の位置*/
  top: 0.6em;
  /*点の位置*/
  content: "";
  background: #629de2;
  /*点の色*/
}

.p-article .font15 {
  font-size: 0.9375rem;
  letter-spacing: 0.15rem;
}

.p-article .article-list {
  margin-left: 1.225rem;
}

.p-article .article-list li + li {
  margin-top: 0.5rem;
}

.article-btn a {
  font-size: 1.5rem;
  padding: 0.8875rem 1.9rem;
  line-height: 130%;
  letter-spacing: 0.08em;
}

.p-article__line {
  color: #dde1f0;
  margin-top: 2.1875rem;
}

/* タグ */

.p-article__tagArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 1.25rem;
}

.p-article__tagTile {
  font-size: 0.9375rem;
  line-height: 200%;
  letter-spacing: 0.14063rem;
}

.p-article__tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*----------------------------------
    スライダー
-----------------------------------*/

.p-underRecommend {
  padding-block: 4rem;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
}

/* ページネーション */

.swiper03-button .swiper-button-prev {
  position: absolute;
  top: -1.1rem;
  right: 3.6rem;
  left: auto;
}

.swiper03-button .swiper-button-prev::after {
  content: "";
}

.swiper03-button .swiper-button-next {
  position: absolute;
  top: -1.1rem;
  right: -0.3rem;
}

.swiper03-button .swiper-button-next::after {
  content: "";
}

.swiper03-button .swiper-button-prev,
.swiper03-button .swiper-button-next {
  width: 3rem;
  height: 3rem;
}

.swiper03-button .swiper-button-prev::after,
.swiper03-button .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 3rem;
  margin: auto;
  width: 3rem;
  display: block;
}

.swiper03-button .swiper-button-prev::after {
  background-image: url(../img/arrow-left-nobg.webp);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper03-button .swiper-button-next::after {
  background-image: url(../img/arrow-right-nobg.webp);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper03-button .swiper-button-prev:hover::after {
  background-image: url(../img/arrow-left-blue.webp);
  opacity: 1;
}

.swiper03-button .swiper-button-next:hover::after {
  background-image: url(../img/arrow-right-blue.webp);
  opacity: 1;
}

.swiper03-button .swiper-button-disabled {
  opacity: 0.5;
}

.p-404 {
  max-width: 63.5rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 5rem 5.5rem;
  margin-top: 12.75rem;
}

.p-404__wrap {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-404__logo img {
  display: block;
  width: 5.5625rem;
  margin: 0 auto;
}

.p-404__textEn {
  font-size: 2.125rem;
  font-weight: 700;
  color: #135097;
  line-height: 180%;
  letter-spacing: 0.1em;
  margin-top: 2.5rem;
  text-align: center;
}

.p-404__text404 {
  font-size: 6.25rem;
  font-weight: 900;
  color: #629de2;
  letter-spacing: 0.1em;
  margin-top: 1.35rem;
  text-align: center;
  line-height: 100%;
}

.p-404__textBox {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-404__text01 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.1em;
  margin-top: 3.2rem;
  font-family: "Zen Maru Gothic", serif;
}

.p-404__text02 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.1em;
  margin-top: 2rem;
}

.p-404__btn a {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  background-color: #629de2;
  color: #fff;
  border-radius: 1rem;
  margin-top: 2.1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.08em;
}

.p-footer {
  background-color: #241919;
  padding: 3rem 0rem 1.75rem 0rem;
  text-align: center;
}

.p-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-footer__logo {
  -ms-flex-preferred-size: 20.875rem;
  flex-basis: 20.875rem;
}

.p-footer__rightArea {
  padding-top: 0.7375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.2rem;
}

.p-footer__navItem:not(:first-child) {
  margin-top: 1.1rem;
}

.p-footer__navItem a {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

.p-footer__aboutList,
.p-footer__navItem {
  text-align: start;
}

.p-footer__aboutItem:not(:first-child) {
  margin-top: 1.1rem;
}

.p-footer__aboutItem a {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: 0.05rem;
}

.copyright {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  margin-top: 2rem;
  text-align: center;
}

.siteDesc {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 1.1rem;
}

.c-heder__btn {
  min-width: 9rem;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.c-heder__btn span {
  display: block;
  letter-spacing: 0;
}

.c-heder__btn:hover {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  opacity: 0.8;
}

.c-heder__btn .companyBtn-text01 {
  border: 1px solid #fff;
  border-radius: 0.5rem 0.5rem 0 0;
  color: #fff;
  font-size: 0.75rem;
  padding-inline: 0.25rem;
  line-height: 166.667%;
}

.c-heder__btn .companyBtn-text02 {
  border: 1px solid #fff;
  border-radius: 0 0 0.5rem 0.5rem;
  color: #135097;
  font-size: 1rem;
  background-color: #fff;
}

.c-heder__btn .consultantBtn-text01 {
  border: 1px solid #fff;
  border-radius: 0.5rem 0.5rem 0 0;
  color: #135097;
  font-size: 0.75rem;
  background-color: #fff;
  padding-inline: 0.25rem;
}

.c-heder__btn .consultantBtn-text02 {
  border: 1px solid #fff;
  border-radius: 0 0 0.5rem 0.5rem;
  color: #fff;
  font-size: 1rem;
}

.c-cta__btn--company {
  -ms-flex-preferred-size: 24.5rem;
  flex-basis: 24.5rem;
}

.c-cta__btn--consultant {
  -ms-flex-preferred-size: 19.8125rem;
  flex-basis: 19.8125rem;
}

.c-cta__btn {
  max-width: 24.5rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

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

.c-cta__btn a:hover {
  opacity: 1;
}

.c-cta__btn span {
  display: inline-block;
  line-height: 130%;
}

.c-cta__btn .companyBtn-text01 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  padding: 0.4rem 0.9rem;
  border-radius: 0.5rem 0.5rem 0.5rem 0rem;
  border: 1px solid #fff;
  background: #2a84bf;
  position: relative;
  z-index: 2;
}

.c-cta__btn .companyBtn-text02 {
  color: #135097;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03rem;
  padding: 1rem 3.92rem 0.9rem 2rem;
  border-radius: 0.5rem;
  border: 1px solid #fff;
  background: #fff;
  position: relative;
  margin-top: -0.625rem;
}

.c-cta__btn .companyBtn-text02::after {
  content: "";
  position: absolute;
  background: url(../img/cta-icon-blue.webp) center center/contain no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2rem;
  width: 1.5rem;
  height: 1.5rem;
}

.c-cta__btn .consultantBtn-text01 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #135097;
  padding: 0.4rem 0.9rem;
  border-radius: 0.5rem 0.5rem 0.5rem 0rem;
  border: 1px solid #fff;
  background: #fff;
  position: relative;
  z-index: 2;
}

.c-cta__btn .consultantBtn-text02 {
  color: #fff;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  border: 1px solid #fff;
  background: transparent;
  padding: 1rem 3.22rem 0.9rem 2rem;
  margin-top: -0.625rem;
  position: relative;
}

.c-cta__btn .consultantBtn-text02::after {
  content: "";
  position: absolute;
  background: url(../img/cta-icon-white.webp) center center/contain no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.c-more__btn a {
  padding: 0.5rem 1.65rem;
  border-radius: 1.25rem 1.25rem 0rem 1.25rem;
  background: #135097;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 180%;
  /* 36px */
  letter-spacing: 0.25rem;
  font-family: "Zen Maru Gothic", serif;
  display: inline-block;
  -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);
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-more__btn a:hover {
  color: #135097;
  background: #fff;
  -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);
  opacity: 1;
  border: 2px solid #135097;
}

.c-title__warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
}

.c-title__logo {
  width: 4.5rem;
}

.p-underRecommend {
  padding-bottom: 0;
}

.p-underRecommend .c-title__logo {
  width: 3.2rem;
}

.c-title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 2rem;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: 0.4rem;
}

.c-title--blue {
  color: #135097;
}

.c-title--white {
  color: #fff;
}

/*----------------------------------
    カード
-----------------------------------*/

.c-card__large {
  border-radius: 1.25rem;
}

.c-card__large a {
  padding: 1.75rem;
}

.c-card__large .c-card__date {
  font-size: 0.875rem;
  line-height: 120%;
  /* 16.8px */
  margin-top: 1.1rem;
}

.c-card__large .c-card__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 540/305;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-card__large .c-card__title {
  line-height: 160%;
  /* 32px */
  letter-spacing: 0.05em;
  font-size: 1.25rem;
  margin-top: 0.5rem;
}

.c-card__large .c-card__cat {
  margin-top: 0.8rem;
}

.c-card__large .c-card__cat span {
  background: #fff;
  font-size: 0.8125rem;
  padding: 0.15rem 1.25rem;
  border-radius: 0.375rem;
  font-size: 1.125rem;
  line-height: 140%;
}

.c-card__large .c-card__tag {
  margin-top: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.c-card__large .c-tag {
  padding: 0.125rem 0.625rem 0.25rem 0.5rem;
  font-size: 0.875rem;
  background-color: #daeff8;
  border-radius: 1.5rem;
  display: block;
}

.c-card__small {
  max-width: 18.875rem;
  border-radius: 0.75rem;
  aspect-ratio: 302/335;
}

.c-card__small a {
  padding: 1rem;
  display: block;
}

.c-card__small .c-card__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 270/152;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-card__small .c-card__title {
  line-height: 140%;
  /* 1.3125rem */
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  margin-top: 0.35rem;
}

.c-card__small .c-card__date {
  font-size: 0.75rem;
  margin-top: 0.65rem;
}

.c-card__small .c-card__cat {
  margin-top: 0.8rem;
}

.c-card__small .c-card__cat span {
  background: #fff;
  font-size: 0.8125rem;
  padding: 0.25rem 0.9rem;
  border-radius: 0.25rem;
  font-size: 0.8125rem;
}

.c-card__small .c-card__tag {
  margin-top: 0.95rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

.c-card__small .c-tag {
  font-size: 0.75rem;
  padding: 0.125rem 0.5rem;
  border-radius: 1.5rem;
  background-color: #daeff8;
  line-height: 1.375rem;
}

.c-card {
  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);
}

.p-card__img img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-card__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 行数を指定 */
  -webkit-box-orient: vertical;
  font-weight: 500;
}

.p-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-info__item {
  width: calc((100% - 40px) / 3);
}

.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  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);
  max-width: 18.875rem;
}

.c-card__large {
  max-width: 37.25rem;
  aspect-ratio: 596/550;
}

.p-all__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}

.p-all__cardItem {
  width: calc(33.333% - 21.3333333333px);
}

.c-card__date {
  color: #676e87;
  display: block;
}

.c-card__cat {
  background: #fff;
  font-size: 0.8125rem;
}

.cat-new {
  color: #135097;
  border: 1px solid #135097;
}

.cat-tips {
  color: #42a0ad;
  border: 1px solid #42a0ad;
}

.cat-interview {
  color: #9c8cff;
  border: 1px solid #9c8cff;
}

.cat-news {
  color: #c88dec;
  border: 1px solid #c88dec;
}

.c-card__tag {
  white-space: nowrap;
  overflow: hidden;
}

/* ページネーション */

.page-numbers {
  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;
  gap: 0.625rem;
}

.nav-links {
  margin-top: 3.5rem;
}

.nav-links li > *:not(img) {
  font-size: 1.25rem;
  color: #676e87;
  padding: 0.025rem 0.5rem;
}

.nav-links li > *:not(.dots) {
  border-radius: 0.25rem;
  color: #676e87;
}

.nav-links li > *:not(.dots) img {
  display: block;
  width: 2.25rem;
}

.next.page-numbers {
  padding-left: 0;
  position: relative;
  left: 0.4rem;
}

.prev.page-numbers {
  padding-right: 0;
  position: relative;
  left: 0.4rem;
}

.nav-links li > .current {
  color: #ffffff;
  background: #629de2;
}

@media (max-width: 1315px) {
  .p-header__rightArea {
    padding: 1.5rem 2rem;
    gap: 2rem;
  }

  .p-header__navList {
    gap: 2rem;
  }

  .p-header__btnWrap {
    gap: 2rem;
  }
}

@media (max-width: 1170px) {
  .p-header {
    height: 4.5rem;
  }

  .header-logo02 {
    padding-top: 0.775rem;
  }

  .p-header__rightArea.is-scroll {
    padding: 1.25rem 7.25rem 1.25rem 2.5rem;
  }

  .p-header__rightArea {
    padding: 5.25rem 1.75rem 1.75rem;
    display: block;
  }

  .p-header__navList {
    display: none;
  }

  .p-header__btnWrap {
    display: none;
  }

  .drawer-icon {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1000px) {
  .p-cta__btnWrap {
    gap: 1.125rem;
  }
}

@media (max-width: 990px) {
  .p-card__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 954px) {
  .p-tab__sort li a {
    font-size: 0.875rem;
  }
}

@media (max-width: 949px) {
  .p-tab__wrapper {
    max-width: 43.75rem;
    margin-inline: auto;
  }

  .p-tab__wrapper .p-tab__sortWrap {
    top: -0.325rem;
  }

  .p-tab__item--pc {
    font-size: 0.875rem;
  }

  .p-tab__item--pc a {
    padding: 0.375rem 1.25rem 0.25rem 1.25rem;
  }

  .p-underAll .p-tab__sortWrap {
    top: 0.075rem;
  }

  .p-underAll .p-tab__item--pc {
    padding: 0.375rem 1.25rem 0.25rem 1.25rem;
  }

  .p-all__list {
    gap: 2rem;
  }

  .p-all__cardItem {
    width: calc(50% - 16px);
  }
}

@media screen and (max-width: 767px) {
  .pc-hidden {
    display: block;
  }

  .sp-hidden {
    display: none;
  }

  .l-inner {
    padding-inline: 1.25rem;
  }

  .l-recommend__inner {
    padding-inline: 1.25rem;
  }

  .header-logo01 {
    padding: 1.1rem 0rem 0rem 1.3rem;
  }

  .header-logo02 {
    padding-left: 1.5rem;
    padding-top: 1.075rem;
  }

  .header-logo02 img {
    width: 10rem;
  }

  .drawer-icon {
    padding-top: 1.75rem;
  }

  .p-swiper__fv {
    padding-block: 4.775rem;
  }

  .swiper-slide-active .js-fv__card {
    -webkit-transform: translateY(-11px);
    transform: translateY(-11px);
  }

  .swiper01-button .swiper01-button-prev {
    top: 44.4%;
    left: 2.15%;
  }

  .swiper01-button .swiper01-button-next {
    top: 44.4%;
    right: 2.15%;
  }

  .p-info {
    padding-block: 3.5rem;
    margin-top: auto;
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }

  .l-info__inner {
    padding-inline: 1.375rem;
  }

  .p-info__title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .p-info__list {
    margin-top: 2rem;
  }

  .p-info__moreBtn {
    text-align: right;
    margin-top: 2rem;
  }

  .p-recommend {
    padding-block: 2.5rem;
  }

  .swiper-container-recommend {
    padding-top: 6rem;
    padding-bottom: 1.95rem;
  }

  .swiper02-button .swiper-button-prev {
    top: 2.9rem;
    right: 4rem;
  }

  .swiper02-button .swiper-button-next {
    top: 2.9rem;
    right: 0rem;
  }

  .p-all {
    padding-top: 3.1rem;
  }

  .p-tab__sort span {
    height: 1rem;
  }

  .p-tab__moreBtn {
    text-align: center;
    margin-top: 1.3rem;
  }

  .p-all__list p {
    font-size: 1rem;
  }

  .p-search__titleWrap {
    gap: 0.4875rem;
    padding: 0.65rem 1.5875rem 0.4rem 1rem;
  }

  .p-search__content {
    padding: 1.4rem 1rem;
  }

  .p-search__icon {
    width: 1.125rem;
  }

  .p-search__title {
    font-size: 0.9375rem;
  }

  .p-search__list {
    gap: 0.5rem;
  }

  .p-cta {
    margin-top: 3rem;
  }

  .p-cta__bg {
    padding: 2.5rem;
  }

  .p-cta__btnWrap {
    gap: 1.425rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-underAll {
    padding-top: 11.8rem;
  }

  .p-underTab__wrapper {
    margin-top: 2.9rem;
  }

  .p-article {
    padding-top: 11.85rem;
  }

  .p-article p {
    font-size: 0.875rem;
    line-height: 180%;
    letter-spacing: 0.1em;
  }

  .p-article__content {
    padding: 1.25rem 1.25rem 3rem 1.25rem;
    border-radius: 0;
  }

  .p-article__date span {
    font-size: 0.875rem;
  }

  .p-article__cat span {
    font-size: 0.8125rem;
    padding: 0.25rem 1rem;
    border-radius: 0.25rem;
  }

  .p-article__title {
    margin-top: 0.6rem;
    font-size: 1.25rem;
    line-height: 150%;
    /* 1.875rem */
    letter-spacing: 0.117rem;
  }

  .p-article__img {
    margin-top: 0.95rem;
    margin-bottom: -0.9rem;
  }

  .p-article .toc_title {
    font-size: 1rem;
  }

  #toc_container > ul {
    padding: 0.75rem 1rem 1.25rem 1rem;
  }

  .toc_list {
    letter-spacing: 0.06em;
  }

  .toc_list > li > a {
    font-size: 0.9375rem;
    margin-top: 0.41rem;
  }

  .toc_list > li > ul > li a {
    font-size: 0.875rem;
  }

  .p-article h3 {
    font-size: 1.25rem;
  }

  .p-article h4 {
    font-size: 1rem;
  }

  .color-box {
    padding: 1.15rem 0.95rem;
  }

  .p-article .box-text {
    line-height: 160%;
    letter-spacing: 0.15em;
  }

  .free-table {
    font-size: 0.8125rem;
  }

  .free-table th,
  .free-table td {
    padding: 0.27rem 0.1875rem;
  }

  .article-btn a {
    font-size: 0.875rem;
  }

  .p-article__line {
    margin-top: 1.3125rem;
  }

  .p-article__tagArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }

  .p-article__tagList {
    gap: 0.5rem;
  }

  .p-underRecommend {
    padding-block: 2.5rem;
  }

  .p-underRecommend {
    margin-top: 3rem;
  }

  .swiper03-button .swiper-button-prev {
    top: 2.9rem;
    right: 5.9rem;
  }

  .swiper03-button .swiper-button-next {
    top: 2.9rem;
    right: 1.9rem;
  }

  .p-404 {
    padding: 3.5rem 1.25rem;
    margin-top: 11.95rem;
  }

  .p-404__textEn {
    font-size: 1.5rem;
  }

  .p-404__text404 {
    font-size: 5rem;
  }

  .p-404__text01 {
    font-size: 1.25rem;
  }

  .p-404__text02 {
    font-size: 0.9375rem;
  }

  .p-404__btn a {
    font-size: 0.875rem;
  }

  .p-footer {
    padding: 2.6rem 0rem 1.75rem 0rem;
  }

  .p-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-footer__logo {
    width: 14.625rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .p-footer__rightArea {
    padding-top: 0rem;
    gap: 2.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2.15rem;
  }

  .p-footer__navItem:not(:first-child) {
    margin-top: 1.6rem;
  }

  .p-footer__aboutItem:not(:first-child) {
    margin-top: 1.6rem;
  }

  .copyright {
    margin-top: 1.8rem;
  }

  .siteDesc {
    text-align: left;
    margin-top: 2.3rem;
    line-height: 120%;
  }

  .c-cta__btn--company {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .c-cta__btn--consultant {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .c-cta__btn .companyBtn-text01 {
    padding: 0.3rem 0.9rem;
    font-size: 0.875rem;
  }

  .c-cta__btn .companyBtn-text02 {
    font-size: 1.125rem;
    padding: 0.65rem 2.4rem 0.625rem 1.25rem;
  }

  .c-cta__btn .companyBtn-text02::after {
    right: 1rem;
    width: 1.125rem;
  }

  .c-cta__btn .consultantBtn-text01 {
    font-size: 0.875rem;
    padding: 0.3rem 0.9rem;
  }

  .c-cta__btn .consultantBtn-text02 {
    font-size: 1.125rem;
    padding: 0.55rem 2.07rem 0.625rem 1.5rem;
  }

  .c-cta__btn .consultantBtn-text02::after {
    right: 1rem;
    width: 1.125rem;
  }

  .c-more__btn a {
    font-size: 1.125rem;
  }

  .p-underTag .c-title__warp {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-title__logo {
    width: 2.625rem;
  }

  .p-underRecommend {
    margin-bottom: -2.4375rem;
  }

  .p-underRecommend .c-title__logo {
    width: 2.6rem;
  }

  .c-title {
    font-size: 1.5rem;
    letter-spacing: 0.3rem;
  }

  .p-underRecommend .c-title {
    letter-spacing: 0.15rem;
  }

  .c-card__large {
    border-radius: 0.75rem;
  }

  .c-card__large a {
    padding: 1rem;
  }

  .c-card__large .c-card__date {
    font-size: 0.75rem;
    margin-top: 0.8rem;
  }

  .c-card__large .c-card__title {
    line-height: 140%;
    font-size: 0.9375rem;
    margin-top: 0.4rem;
  }

  .c-card__large .c-card__cat span {
    font-size: 0.8125rem;
    border-radius: 0.25rem;
    padding: 0.25rem 1rem;
  }

  .c-card__large .c-card__tag {
    margin-top: 1.05rem;
    gap: 0.5rem;
  }

  .c-card__large .c-tag {
    font-size: 0.75rem;
    padding: 0.125rem 0.5rem;
  }

  .p-card__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-links {
    margin-top: 2rem;
  }
}

@media (max-width: 750px) {
  .p-info__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-info__item {
    width: 100%;
  }

  .p-info__item:not(:first-child) {
    margin-top: 1.3rem;
  }
}

@media (max-width: 749px) {
  .p-tab__wrapper {
    max-width: 20.1875rem;
    min-height: 31.25rem;
  }

  .p-topTab__wrapper {
    margin-top: 2.8rem;
  }

  .p-tab__wrapper .p-tab__sortWrap {
    top: -1.9rem;
    right: -0.4rem;
  }

  .p-tab__item--pc {
    display: none;
  }

  .p-tab__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-tab__area--sp {
    display: block;
    width: 1.6875rem;
  }

  .p-tab__area--sp .p-tab__item:not(:first-child) {
    margin-top: 0.45rem;
  }

  .p-tab__item.all a {
    border: 1px solid #629de2;
    border-left: none;
  }

  .p-tab__item.new a {
    border: 1px solid #135097;
    border-left: none;
  }

  .p-tab__item.tips a {
    border: 1px solid #42a0ad;
    border-left: none;
  }

  .p-tab__item.interview a {
    border: 1px solid #9c8cff;
    border-left: none;
  }

  .p-tab__item.news a {
    border: 1px solid #c88dec;
    border-left: none;
  }

  .area {
    border-radius: 1rem 0rem 1rem 1rem;
    padding: 0.75rem;
  }

  .p-all__list {
    gap: 0.67rem;
  }

  .p-all__cardItem {
    width: 100%;
  }
}

@media (max-width: 389px) {
  .header-logo02 {
    padding-left: 0.9rem;
  }

  .p-header__logoCath01 {
    font-size: 1rem;
  }

  .p-header__rightArea.is-scroll {
    padding: 1.25rem 5.25rem 1.25rem 1.3rem;
  }

  .p-header__rightArea {
    padding: 5.25rem 1.35rem 1.75rem;
  }

  .drawer-icon {
    padding-inline: 1.05rem;
  }

  .drawer-icon.is-scroll {
    padding: 1.25rem 1rem;
  }

  .p-all__list p {
    min-width: 14.75rem;
  }

  .p-404__text404 {
    font-size: 4rem;
  }
}

@media (max-width: 374px) {
  .l-inner {
    padding-inline: 0.9375rem;
  }

  .area {
    max-width: 17.1875rem;
  }

  .p-cta__bg {
    padding: 1.25rem;
  }

  .p-footer__aboutItem a {
    font-size: 0.875rem;
  }

  .c-cta__btn .companyBtn-text01 {
    font-size: 0.75rem;
  }

  .c-cta__btn .companyBtn-text02 {
    font-size: 1rem;
  }

  .c-cta__btn .consultantBtn-text01 {
    font-size: 1rem;
  }

  .c-cta__btn .consultantBtn-text01 {
    font-size: 0.75rem;
  }
}
/*# sourceMappingURL=style.css.map */
