@charset "UTF-8";
/* ==============================================================
# Color
============================================================== */
/* ==============================================================
# font
============================================================== */
.font-english {
  font-family: "Inter", sans-serif;
}

/* ==============================================================
# TOP
============================================================== */
/* ==============================================================
# university
============================================================== */
/* ==============================================================
# company
============================================================== */
/* ==============================================================
# common
============================================================== */
@media screen and (max-width: 768px) {
  .c-pageTitle {
    font-size: 20px;
  }
}

.c-pageTitle__inner {
  padding-top: 0;
}

.-ps-style-img .p-postList__link,
.-type-thumb .p-postList__link,
.p-postList__thumb {
  border-radius: 6px;
}

.swell-block-button__link {
  box-shadow: none !important;
}

.c-btn .swell-block-button__link {
  transition: background 0.3s ease;
}
.c-btn .swell-block-button__link .__icon.-right {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  transition: right 0.3s ease;
}
@media (hover: hover) {
  .c-btn .swell-block-button__link:hover {
    background: #4182ad;
  }
  .c-btn .swell-block-button__link:hover .__icon.-right {
    right: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .wp-block-table > table {
    border: 1px solid #E5E7EB !important;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-table > table tr > :first-child:not(.-no1) {
    width: 100% !important;
    max-width: 100% !important;
    border: none !important;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-table > table td {
    border-top: none !important;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-table > table th,
.wp-block-table > table td {
    display: block;
    padding: 0.75rem 0.5rem;
    font-size: 14px;
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-table > table tr:last-child td {
    border-bottom: none !important;
  }
}

.title-rank .fa-solid,
.title-review .fa-solid {
  font-size: 1.75rem;
  color: #015891;
  margin-right: 4px;
}

/* 
カテゴリラベル調整
*/
.c-categoryList::before {
  display: none;
}
.c-categoryList .c-categoryList__link {
  display: inline-block;
  background: #64748B;
  padding: 4px 8px;
  border-radius: 2px;
  color: #FDFDFD;
  font-size: 12px;
}

.p-postList__cat {
  background: #64748B;
  padding: 4px 8px;
  border-radius: 2px;
  color: #FDFDFD;
  display: inline-block;
  font-size: 12px;
}
.p-postList__cat::before {
  display: none;
}

/* 
タグ調整
*/
.tag-cloud-link {
  background: #F4F7F8;
  color: #64748B !important;
  border-radius: 2px;
  -webkit-animation: none !important;
          animation: none !important;
  transition: background 0.3s ease, color 0.3s ease;
}
@media (hover: hover) {
  .tag-cloud-link:hover {
    background: #015891;
    color: #FDFDFD !important;
    box-shadow: none !important;
  }
}

/* 
投稿リスト > テキスト型のレイアウト調整
*/
@media screen and (min-width: 960px) {
  .p-postList.-type-simple .p-postList__meta {
    margin: 0 !important;
  }
}
.p-postList.-type-simple .p-postList__link {
  position: relative;
  padding-right: 3rem;
}
.p-postList.-type-simple .p-postList__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  background: url(../img/icon_arrow_2.svg) no-repeat center center/contain;
  width: 1.5rem;
  height: 1.5rem;
  transition: right 0.3s ease;
}
@media (hover: hover) {
  .p-postList.-type-simple .p-postList__link:hover::after {
    right: 0.7rem;
  }
}
@media screen and (min-width: 960px) {
  .p-postList.-type-simple .p-postList__body {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}
.p-postList.-type-simple .p-postList__title {
  font-weight: normal;
}

/* 
アーカイブページ サブタイトル非表示
*/
.post-type-archive .c-pageTitle__subTitle {
  display: none;
}

/* 
更新情報 レイアウト調整
*/
.p-postList__cat--info {
  width: 90px;
  text-align: center;
  color: #64748B;
  background: #F4F7F8;
}

.post-type-archive-info .p-archiveContent,
.tax-info_category .p-archiveContent {
  max-width: 960px;
  margin: 0 auto;
}

/* ==============================================================
# header
============================================================== */
.l-header__bar {
  display: none;
}

/* ヘッダー固定 */
@media screen and (min-width: 960px) {
  /* 常時表示のフィックスヘッダーを非表示にする　*/
  .l-fixHeader {
    display: none;
  }
  /* 通常のヘッダーをトップに固定する　ヘッダーの高さ指定*/
  .l-header {
    position: sticky;
    position: -webkit-sticky;
    top: var(--swl-adminbarH, 0);
  }
}
@media (min-width: 960px) {
  .-parallel-bottom .l-header__inner {
    padding-top: 12px;
    padding-left: 3rem;
    padding-right: 3rem;
    justify-content: space-between;
  }
}
@media (min-width: 960px) {
  .-parallel .l-header__logo {
    width: auto;
    padding: 0;
  }
}
@media (min-width: 960px) {
  .l-header.-parallel .w-header {
    width: auto;
    margin: 0 0 12px;
  }
  .l-header.-parallel .w-header .menu {
    display: flex;
    gap: 2rem;
    align-items: center;
  }
  .l-header.-parallel .w-header .menu .menu-item a {
    font-weight: bold;
    color: #015891;
  }
  .l-header.-parallel .w-header .menu .cta-line a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #06C755;
    color: #FDFDFD;
    width: 220px;
    max-width: 100%;
    border-radius: 10rem;
    padding: 13px 24px 10px;
    position: relative;
    line-height: 1;
  }
  .l-header.-parallel .w-header .menu .cta-line a .icon-line {
    display: inline-block;
    line-height: 1;
  }
  .l-header.-parallel .w-header .menu .cta-line a .icon-line::before {
    font-size: 1.25rem;
  }
  .l-header .c-gnav {
    border-top: 1px solid #E5E7EB;
  }
  .l-header .c-gnav a {
    font-weight: bold;
    letter-spacing: 0.05em;
  }
}
/* ==============================================================
# footer
============================================================== */
.l-footer .l-container {
  max-width: inherit;
}

.l-footer__foot {
  padding: 0;
}
.l-footer__foot .c-iconList {
  margin-bottom: 1rem;
}
.l-footer__foot .c-iconList .u-fz-14 {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .l-footer__foot .c-iconList .u-fz-14 {
    font-size: 20px;
  }
}

.l-footer__widgetArea {
  padding: 2.5rem 0 !important;
}

.w-footer__box:nth-child(1) {
  flex: 0 0 17rem;
}
@media screen and (max-width: 959px) {
  .w-footer__box:nth-child(1) {
    max-width: 200px;
    margin: 0 auto;
  }
}
.w-footer__box:nth-child(2) {
  display: flex;
  gap: 4rem;
  justify-content: end;
}
@media screen and (max-width: 959px) {
  .w-footer__box:nth-child(2) {
    flex-direction: column;
    gap: 1rem;
  }
}
.w-footer__box:nth-child(2) .c-widget {
  flex: 0 1 240px;
}
@media screen and (max-width: 959px) {
  .w-footer__box:nth-child(2) .c-widget {
    flex: inherit;
  }
}
.w-footer__box:nth-child(2) .c-listMenu .menu {
  padding-left: 0.5rem;
}
.w-footer__box:nth-child(2) .c-listMenu a {
  font-size: 14px;
  border-bottom: none;
  padding: 0.25rem 0.5rem 0.25rem 1.5rem;
}
.w-footer__box .c-widget + .c-widget {
  margin-top: 0em;
}
.w-footer__box .c-widget__title {
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 14px;
}
.w-footer__box .c-widget__title::before, .w-footer__box .c-widget__title::after {
  display: none;
}

.l-footer__nav {
  border-top: 1px solid #64748B;
  padding: 1rem;
}
.l-footer__nav a {
  border-color: #64748B !important;
  font-size: 12px;
}

.copyright {
  padding: 1rem;
  margin: 0 calc(50% - 50vw);
  background: #000D38;
  color: #FDFDFD;
}

.p-form__row-user_type {
  border-top: 1px solid #E5E7EB;
}

fieldset .div_text .p-form__row-username {
  margin-top: 4rem !important;
  border-top: 1px solid #E5E7EB;
}

.p-form__label {
  display: flex;
  align-items: center;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-form__label label {
    padding: 0 !important;
  }
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  background: #f5f8fa;
  padding: 0.7em 1em;
  border: 1px solid #e3e6e8;
  border-radius: 4px;
}

.p-form__note {
  margin-top: 4px;
  font-size: 11px;
  color: #64748B;
}

.p-form__note--email-domain {
  color: #ff0000;
}

/* ==============================================================
# CTA
============================================================== */
.cta-line .swell-block-fullWide__inner {
  max-width: 752px;
}
.cta-line .swell-block-columns {
  margin-bottom: 0;
}
.cta-line .swell-block-button {
  margin-bottom: 0;
}
.cta-line .c-btn:not(.line) .swell-block-button__link {
  background: #FDFDFD;
  color: #015891;
}
@media (hover: hover) {
  .cta-line .c-btn:not(.line) .swell-block-button__link:hover {
    background: #E5E7EB !important;
  }
}
@media screen and (max-width: 768px) {
  .cta-line h2.wp-block-heading {
    font-size: 1.5rem !important;
  }
}

.c-btn.line .swell-block-button__link::before {
  content: "\e907";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: icomoon !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  position: absolute;
  top: 50%;
  left: 1rem;
  font-size: 1.25rem;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .c-btn.line .swell-block-button__link:hover {
    background: #44d580;
  }
}

/* ==============================================================
# TOP
============================================================== */
#body_wrap.home .l-content {
  margin-bottom: 0;
}
#body_wrap.page .l-content:not([data-postid="114"]) {
  margin-bottom: 0;
}
#body_wrap.page .post_content {
  margin-top: 0;
}

.top-hero .swell-block-fullWide__inner {
  max-width: 720px;
}

.c-btn.university .swell-block-button__link {
  border: 1px solid #F59E0B;
}
.c-btn.university .swell-block-button__link::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask: url(../img/icon_university.svg);
          mask: url(../img/icon_university.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #FDFDFD;
  transition: background 0.3s;
}
@media (hover: hover) {
  .c-btn.university .swell-block-button__link:hover {
    background: #FDFDFD;
    color: #F59E0B;
  }
  .c-btn.university .swell-block-button__link:hover::before {
    background: #F59E0B;
  }
}

.c-btn.company .swell-block-button__link {
  background: #FDFDFD;
  color: #F59E0B;
  border: 1px solid #F59E0B;
}
.c-btn.company .swell-block-button__link::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask: url(../img/icon_company.svg);
          mask: url(../img/icon_company.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #F59E0B;
  transition: background 0.3s;
}
@media (hover: hover) {
  .c-btn.company .swell-block-button__link:hover {
    background: #F59E0B;
    color: #FDFDFD;
  }
  .c-btn.company .swell-block-button__link:hover::before {
    background: #FDFDFD;
  }
}

@media screen and (min-width: 960px) {
  .top-blog .-type-card .p-postList__item {
    margin-bottom: 0;
  }
}
.top-blog .c-tabList__button {
  border-radius: 10rem;
  font-weight: bold;
  color: #FDFDFD;
}
.top-blog .c-tabList__button[aria-selected=false] {
  background: #64748B !important;
}
.top-blog .c-tabList__button[aria-selected=false]::before {
  border-top: 8px solid #64748B !important;
}
.top-blog .c-tabList__button[aria-selected=true] {
  background-color: #00B2FF !important;
}
.top-blog .c-tabList__button[aria-selected=true]::before {
  border-top: 8px solid #00B2FF !important;
}
.top-blog .c-tabBody {
  margin-top: 1rem;
}

.top-info .swell-block-fullWide__inner {
  max-width: 1056px;
}

/* ==============================================================
# info
============================================================== */
.p-infoTerms__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 599px) {
  .p-infoTerms__list {
    gap: 8px;
    justify-content: start;
  }
}

.p-infoTerms__link {
  display: block;
  font-size: 14px;
  background: #F4F7F8;
  color: #64748B;
  text-align: center;
  padding: 4px 20px;
  border-radius: 2px;
}
@media screen and (max-width: 599px) {
  .p-infoTerms__link {
    padding: 3px 12px;
    font-size: 12px;
  }
}
.p-infoTerms__link.is-active {
  background: #015891;
  color: #FDFDFD;
}

/* ==============================================================
# フォーム
============================================================== */
.p-form {
  max-width: 860px;
  margin: 0 auto;
}

.p-form__rows {
  border-top: 1px solid #E5E7EB;
}
@media screen and (max-width: 768px) {
  .p-form__rows {
    border-top: none;
  }
}

.p-form__row {
  border-bottom: 1px solid #E5E7EB;
  padding: 16px 0;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 0.25rem 1.5rem;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .p-form__row {
    border-bottom: none;
    gap: 0.5rem 1.5rem;
    grid-template-columns: 1fr;
    padding: 12px 0;
  }
}

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

.c-formRow__head {
  padding-top: 13px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-formRow__head {
    padding-top: 0;
    gap: 0.25rem;
  }
}

.c-formRow__label {
  font-weight: 700;
}

.c-formRow__badge {
  flex: 0 0 40px;
  text-align: center;
  display: inline-block;
  padding: 4px 6px;
  border-radius: 2px;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #FDFDFD;
  font-weight: normal;
}

.c-formRow__badge--required {
  background: #BD592D;
}

.c-formRow__badge--optional {
  background: #64748B;
}

.c-formControl {
  position: relative;
}

.c-formControl--select {
  max-width: 400px;
}

.c-formControl__control {
  width: 100%;
  background: #F4F7F8;
  border: none;
  border-radius: 4px;
  padding: 13px 16px;
  font-size: 16px;
  line-height: 1.5;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  box-sizing: border-box;
}

.c-formControl__control--textarea {
  min-height: 220px;
  resize: vertical;
}

.c-formControl__control::-moz-placeholder {
  color: #a3aab5;
}

.c-formControl__control::placeholder {
  color: #a3aab5;
}

/* focus */
.c-formControl__control:focus {
  border-color: rgba(215, 155, 58, 0.7);
  box-shadow: 0 0 0 4px rgba(215, 155, 58, 0.18);
  background: #fff;
}

/* select */
.c-formControl select.c-formControl__control {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding-right: 44px;
  cursor: pointer;
}

/* select の右側アイコン（CSSで擬似的に） */
.c-formControl__icon {
  position: absolute;
  right: 16px;
  top: 24px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #7a8796;
  border-bottom: 2px solid #7a8796;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.c-formRow--check {
  align-items: center;
}
.c-formRow--check .c-formRow__head {
  padding-top: 0;
}

.c-check {
  display: inline-flex;
  align-items: flex-start;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.c-check .wpcf7-form-control-wrap {
  display: inline-block;
  line-height: 1.5;
}

.c-check .wpcf7-acceptance {
  display: inline-block;
}

.c-check .wpcf7-list-item {
  margin: 0;
}

.c-check .wpcf7-list-item > label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

/* 実際の checkbox は非表示（アクセシビリティは維持） */
.c-check input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.c-check input[type=checkbox]:focus-visible + .wpcf7-list-item-label::before {
  outline: 2px solid rgba(255, 140, 0, 0.45);
  outline-offset: 2px;
}
.c-check input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: #F4F7F8;
  border-color: #ff8c00;
}
.c-check input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 6px;
  height: 12px;
  border-right: 2px solid #00B2FF;
  border-bottom: 2px solid #00B2FF;
  transform: rotate(45deg);
}

.c-check .wpcf7-list-item-label {
  position: relative;
  padding-left: 32px;
  line-height: 1.6;
  color: #1f2937;
}
.c-check .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background: #F4F7F8;
  border: none;
  box-sizing: border-box;
}

/* CF7のエラー文 */
.c-check .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
  color: #b91c1c;
}

.c-link {
  text-decoration: underline;
  color: #64748B;
  margin-right: 4px;
  position: relative;
}
.c-link::after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  background: url(../img/blank.svg) no-repeat center center/contain;
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
}
@media (hover: hover) {
  .c-link:hover {
    text-decoration: none;
  }
}

.p-form__btn {
  display: block;
  width: 100%;
  max-width: 320px;
  background: #F59E0B;
  color: #fff;
  border: none;
  border-radius: 10rem;
  padding: 14px 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  cursor: pointer;
  margin: 0 auto;
  transition: background 0.3s ease;
}
@media (hover: hover) {
  .p-form__btn:hover {
    background: #f8b648;
  }
}

/* =========================
  CF7 標準出力の微調整
========================= */
.wpcf7 form .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #b91c1c;
}

.wpcf7 form .wpcf7-response-output {
  padding: 8px;
  font-size: 14px;
  margin: 2rem auto 0;
  max-width: 860px;
  line-height: 1.5;
}

.wpcf7-spinner {
  display: none;
}

/* ==============================================================
# KOSEN VALUE とは
============================================================== */
.width-s .swell-block-fullWide__inner {
  max-width: 892px;
}

.about-service .swell-block-column {
  background: #fff;
  border: none !important;
}
.about-service .wp-block-image {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.p-faq .wp-block-accordion-heading {
  background: #fff;
  padding-bottom: 0;
}
.p-faq .wp-block-accordion-heading button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0.5rem;
  gap: 0.5rem;
}
.p-faq .wp-block-accordion-heading .wp-block-accordion-heading__toggle-title {
  text-decoration: none !important;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-faq .wp-block-accordion-heading .wp-block-accordion-heading__toggle-title {
    font-size: 14px;
  }
}
.p-faq .wp-block-accordion-heading .wp-block-accordion-heading__toggle-title span {
  display: block;
  line-height: 1.5;
}
.p-faq .wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
  color: #00B2FF;
  font-weight: normal;
}
.p-faq .wp-block-accordion-heading::before {
  display: none;
}

/* ==============================================================
# 公式LINEについて
============================================================== */
.line-about .wp-block-group.is-style-bg_stripe {
  max-width: 860px;
  margin: 0 auto;
}
.line-about .wp-block-group.is-style-bg_stripe .swl-inline-icon:after {
  color: #F59E0B;
  margin-right: 4px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .line-about .wp-block-group.is-style-bg_stripe {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .line-flow .swell-block-step__item {
    padding-left: 48px;
  }
}
@media screen and (max-width: 768px) {
  .line-flow .swell-block-step__number {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .line-flow .swell-block-step__number .__label {
    font-size: 8px;
  }
}
@media screen and (max-width: 768px) {
  .line-flow .swell-block-step__number::after {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .line-flow .swell-block-step__title {
    min-height: 40px !important;
    font-size: 15px !important;
  }
}

/* ==============================================================
# WP-members
============================================================== */
/* --------------- 共通 --------------- */
#wpmem_msg,
.wpmem_msg {
  text-align: left;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

#wpmem_login,
#wpmem_msg,
#wpmem_reg,
.wpmem_msg {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

#wpmem_login .div_text,
#wpmem_reg .div_checkbox,
#wpmem_reg .div_date,
#wpmem_reg .div_file,
#wpmem_reg .div_image,
#wpmem_reg .div_membership,
#wpmem_reg .div_multicheckbox,
#wpmem_reg .div_multiselect,
#wpmem_reg .div_number,
#wpmem_reg .div_radio,
#wpmem_reg .div_select,
#wpmem_reg .div_text,
#wpmem_reg .div_textarea,
#wpmem_reg .div_url {
  margin: 0;
}

/* --------------- ログイン --------------- */
#wpmem_login {
  width: 100%;
  max-width: 392px;
  margin: 0 auto;
}
#wpmem_login fieldset {
  margin: 0;
}
#wpmem_login legend {
  display: none;
}
#wpmem_login label[for=log],
#wpmem_login label[for=pwd],
#wpmem_login label[for=user],
#wpmem_login label[for=user_email] {
  font-weight: bold;
}
#wpmem_login input:not([type=submit]) {
  background: #F4F7F8;
  border: none;
  border-radius: 4px;
}
#wpmem_login input[type=submit] {
  display: block;
  background: #015891;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 320px;
  padding: 14px 16px;
  border-radius: 10rem;
  margin: 1rem auto 0;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  transition: background 0.3s ease;
  border: none;
}
@media (hover: hover) {
  #wpmem_login input[type=submit]:hover {
    background: #4182ad;
  }
}
#wpmem_login .button_div {
  margin: 1rem 0;
  text-align: left;
}
#wpmem_login .link-text {
  text-align: left;
  font-size: 14px;
}
#wpmem_login .link-text a {
  color: #64748B;
  text-decoration: underline;
}
@media (hover: hover) {
  #wpmem_login .link-text a:hover {
    text-decoration: none;
  }
}

/* --------------- 新規会員登録 --------------- */
#wpmem_register_form {
  /* -----------------------------------------
    ラジオ（会員区分）を画像2の“タブ”風に
  ----------------------------------------- */
  /* -----------------------------------------
    送信ボタン（画像2の下部ボタン寄せ）
  ----------------------------------------- */
}
#wpmem_register_form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}
#wpmem_register_form legend {
  display: none;
}
#wpmem_register_form .req-text {
  display: none;
}
#wpmem_register_form .form-field {
  padding-top: 10px;
}
@media (min-width: 768px) {
  #wpmem_register_form .form-field {
    padding-top: 0;
  }
}
#wpmem_register_form input.textbox {
  width: 100%;
  background: #F4F7F8;
  border: none;
  border-radius: 4px;
  padding: 13px 16px;
  color: #1f2937;
  font-size: 16px;
  line-height: 1.5;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wpmem_register_form input.textbox {
    padding: 8px;
  }
}
#wpmem_register_form select.dropdown {
  width: 100%;
  background: #F4F7F8;
  border: none;
  border-radius: 4px;
  padding: 13px 44px 13px 16px;
  color: #1f2937;
  font-size: 16px;
  line-height: 1.5;
  outline: none;
  box-sizing: border-box;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #wpmem_register_form select.dropdown {
    padding: 8px 44px 8px 16px;
  }
}
#wpmem_register_form .c-formRow__body:has(select) {
  max-width: 400px;
}
#wpmem_register_form .div_select .p-form__field {
  position: relative;
}
#wpmem_register_form .div_select .p-form__field::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #7a8796;
  border-bottom: 2px solid #7a8796;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
#wpmem_register_form .div_radio .p-form__field {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#wpmem_register_form .div_radio input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#wpmem_register_form .div_radio input[type=radio] + label.radio {
  min-width: 180px;
  max-width: 100%;
  padding: 12px 16px 12px 44px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  position: relative;
}
#wpmem_register_form .div_radio input[type=radio] + label.radio::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 10rem;
  border: 1px solid #E5E7EB;
}
@media screen and (max-width: 768px) {
  #wpmem_register_form .div_radio input[type=radio] + label.radio::before {
    left: 8px;
  }
}
#wpmem_register_form .div_radio input[type=radio] + label.radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 21px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 10rem;
  background: transparent;
}
@media screen and (max-width: 768px) {
  #wpmem_register_form .div_radio input[type=radio] + label.radio::after {
    left: 13px;
  }
}
@media screen and (max-width: 768px) {
  #wpmem_register_form .div_radio input[type=radio] + label.radio {
    min-width: inherit;
    padding: 8px 12px 8px 36px;
  }
}
#wpmem_register_form .div_radio input[type=radio]:checked + label.radio {
  border-color: #015891;
  color: #015891;
}
#wpmem_register_form .div_radio input[type=radio]:checked + label.radio::before {
  border-color: #015891;
}
#wpmem_register_form .div_radio input[type=radio]:checked + label.radio::after {
  background: #015891;
}
#wpmem_register_form .button_div {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}
#wpmem_register_form input.buttons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  border-radius: 10rem;
  padding: 14px 16px;
  font-weight: bold;
  background: #015891;
  color: #FDFDFD;
  width: 100%;
  max-width: 320px;
  transition: background 0.3s ease;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (hover: hover) {
  #wpmem_register_form input.buttons:hover {
    background: #4182ad;
  }
}

/* ==============================================================
# filter
============================================================== */
.p-filter {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-filter {
    margin-top: 2rem;
  }
}

.p-filter__box {
  background: #F4F7F8;
  border-radius: 8px;
  padding: 1.5rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-filter__box {
    padding: 1.5rem 1rem;
  }
}

.p-filter__row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 0 2rem;
}
.p-filter__row:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-filter__row {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .p-filter__row.is-accordion .p-filter__body {
    display: none;
    margin-top: 8px;
  }
  .p-filter__row.is-accordion.is-open .p-filter__body {
    display: block;
  }
  .p-filter__row.is-accordion.is-open .p-filter__head::before {
    transform: translateY(-50%) rotate(90deg);
  }
}
.p-filter__head {
  padding: 6px 0;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-filter__head {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-filter__head::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 2px;
    height: 14px;
    background: #64748B;
  }
}
.p-filter__head::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  height: 100%;
  width: 1px;
  background: #E5E7EB;
}
@media screen and (max-width: 768px) {
  .p-filter__head::after {
    top: 50%;
    right: 8px;
    transform: translateY(-50%) rotate(90deg);
    width: 2px;
    height: 14px;
    background: #64748B;
  }
}

.p-filter__keyword {
  width: 100%;
  max-width: 480px;
  padding: 7px 12px;
  border: 1px solid #E5E7EB;
  border-radius: 4px;
  background: #fff;
  line-height: 1.5;
  font-size: 16px;
}

.p-filter__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.p-filter__check {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.p-filter__check:checked + label {
  background: #015891;
  color: #FDFDFD;
  border-color: #015891;
}
.p-filter__check:checked + label::before {
  background: #FDFDFD;
}

.p-filter__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 1rem 0.3rem 1.75rem;
  border: 1px solid #E5E7EB;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  font-size: 13px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-filter__chip {
    font-size: 12px;
    padding: 0.3rem 0.5rem 0.3rem 1.35rem;
  }
}
.p-filter__chip::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
  -webkit-mask: url(../img/icon_check.svg);
          mask: url(../img/icon_check.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #E5E7EB;
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  .p-filter__chip::before {
    left: 0.2rem;
  }
}

.p-filter__actions {
  margin: 1.5rem auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  max-width: 320px;
}

.p-filter__submit {
  padding: 12px 22px;
  border: 1px solid #F59E0B;
  border-radius: 10rem;
  background: #F59E0B;
  color: #FDFDFD;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-filter__submit {
    padding: 0.5rem;
  }
}
@media (hover: hover) {
  .p-filter__submit:hover {
    background: #FDFDFD;
    color: #F59E0B;
  }
}

.p-filter__foot {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-filter__foot {
    flex-wrap: wrap;
  }
}

.p-filter__result {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-filter__result {
    font-size: 1rem;
  }
}

.p-filter__sort {
  flex: 0 0 15rem;
}

.p-filter__sortSelect {
  width: 100%;
  padding: 0.8rem 1rem 0.8rem 0.8rem;
  border: 1px solid #E5E7EB;
  border-radius: 0.25rem;
  background: #fff;
  font-size: 0.875rem;
}

/* ==============================================================
# company
============================================================== */
.p-companyArchive {
  margin-top: 2rem;
}

.p-companyGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem 1.5rem;
}
@media screen and (max-width: 959px) {
  .p-companyGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-companyGrid {
    grid-template-columns: 1fr;
  }
}

.p-companyCard__link {
  display: block;
  text-decoration: none;
}
@media (hover: hover) {
  .p-companyCard__link:hover .p-companyCard__title {
    text-decoration: underline;
  }
}

.p-companyCard__thumb img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-companyCard__body {
  padding: 0.5rem 0.25rem;
}

.p-companyCard__title {
  font-size: 1rem;
  line-height: 1.5;
  color: #000D38;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-companyCard__title {
    font-size: 16px;
  }
}

.p-companyCard__terms {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #E5E7EB;
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.p-companyCard__term {
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 2px;
  color: #64748B;
  background: #F4F7F8;
  letter-spacing: 0.05em;
}

.kv-entity-summary__rating {
  display: flex;
  align-items: end;
  gap: 0.25rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .kv-entity-summary__rating {
    justify-content: end;
  }
}

.kv-entity-summary__score {
  font-size: 15px;
  font-weight: bold;
  color: #F59E0B;
}
@media screen and (max-width: 768px) {
  .kv-entity-summary__score {
    font-size: 20px;
  }
}

.kv-entity-summary__stars {
  display: flex;
  gap: 2px;
}
@media screen and (max-width: 768px) {
  .kv-entity-summary__stars img {
    width: 16px;
    height: 16px;
  }
}

.kv-entity-summary__count {
  font-size: 0.75rem;
  margin-left: 0.25rem;
}

/* ==============================================================
# university
============================================================== */
/* =========================================
  University Archive
========================================= */
.p-universityArchive {
  margin-top: 2rem;
}

.p-universityList {
  display: flex;
  flex-direction: column;
  gap: 3rem 1.5rem;
}
@media screen and (max-width: 959px) {
  .p-universityList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-universityList {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* =========================================
  University Card
========================================= */
.p-universityCard__inner {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 0.5rem 2rem;
}
@media screen and (max-width: 959px) {
  .p-universityCard__inner {
    grid-template-columns: 1fr;
  }
}

/* ---------- Media ---------- */
.p-universityCard__media {
  display: block;
}
.p-universityCard__media img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 4px;
}

/* ---------- Content ---------- */
/* ---------- Header ---------- */
.p-universityCard__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 0 1.5rem;
  border-bottom: 1px solid #E5E7EB;
}

.p-universityCard__titleArea {
  flex: 1;
  display: flex;
  gap: 0 1rem;
  align-items: end;
  padding-bottom: 4px;
}
@media screen and (max-width: 959px) {
  .p-universityCard__titleArea {
    flex-direction: column;
    align-items: start;
  }
}

.p-universityCard__title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
.p-universityCard__title a {
  color: #0b1f33;
  text-decoration: none;
}
.p-universityCard__title a:hover {
  text-decoration: underline;
}

.p-universityCard__meta {
  font-size: 13px;
  color: #6b7a89;
}
@media screen and (max-width: 768px) {
  .p-universityCard__meta {
    font-size: 12px;
  }
}

/* ---------- Rating ---------- */
.p-universityCard__rating {
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-universityCard__rating {
    text-align: left;
  }
}

.p-rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #0b1f33;
}

.p-rating__num {
  font-size: 18px;
  font-weight: 700;
  color: #f5a623;
}

.p-rating__stars {
  display: inline-flex;
  gap: 2px;
}
.p-rating__stars img {
  width: 16px;
  height: 16px;
  display: block;
}

.p-rating__count {
  color: #64748B;
  font-size: 0.75rem;
}

.p-universityCard__more {
  display: block;
  margin-top: 6px;
  text-align: right;
  font-size: 12px;
  color: #015891;
  text-decoration: none;
}
@media (hover: hover) {
  .p-universityCard__more:hover {
    text-decoration: underline;
  }
}

/* =========================================
  Faculty (Child posts)
========================================= */
.p-universityCard__children {
  margin-top: 0.5rem;
  padding-left: 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-universityCard__children {
    padding-left: 0;
  }
}
.p-universityCard__children::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-radius: 10rem;
  background: #F3F4F6;
}
@media screen and (max-width: 768px) {
  .p-universityCard__children::before {
    display: none;
  }
}

.p-universityChildRow {
  display: flex;
  align-items: center;
  gap: 0.25rem 1rem;
  padding: 0.5rem 1.5rem 0.5rem 0;
  border-bottom: 1px solid #E5E7EB;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-universityChildRow {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p-universityChildRow {
    padding: 0.75rem 1.5rem 0.75rem 0;
  }
}
.p-universityChildRow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  -webkit-mask: url(../img/icon_arrow_2.svg);
          mask: url(../img/icon_arrow_2.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #015891;
  transition: background 0.3s ease, right 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-universityChildRow::after {
    width: 16px;
    height: 16px;
  }
}
@media (hover: hover) {
  .p-universityChildRow:hover {
    background: #F4F7F8;
  }
  .p-universityChildRow:hover::after {
    right: 0.3rem;
  }
  .p-universityChildRow:hover .p-universityChildRow__name {
    text-decoration: underline;
  }
}

.p-universityChildRow__name {
  min-width: 115px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #000D38;
}
@media screen and (max-width: 959px) {
  .p-universityChildRow__name {
    width: 100%;
    font-size: 13px;
  }
}

.p-universityChildRow__score {
  font-size: 14px;
  color: #015891;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-universityChildRow__score {
    font-size: 13px;
  }
}
.p-universityChildRow__score span:not([class]) {
  display: inline-block;
  background: #F4F7F8;
  font-size: 12px;
  color: #64748B;
  padding: 2px 8px;
  border-radius: 2px;
  font-weight: normal;
}

.p-universityChildRow__reviews {
  font-size: 10px;
  color: #64748B;
}
.p-universityChildRow__reviews span:not([class]) {
  display: inline-block;
  background: #F4F7F8;
  font-size: 12px;
  color: #64748B;
  padding: 2px 8px;
  border-radius: 2px;
  font-weight: normal;
}
.p-universityChildRow__reviews span.overall {
  font-size: 14px;
  font-weight: bold;
  color: #F59E0B;
}
@media screen and (max-width: 768px) {
  .p-universityChildRow__reviews span.overall {
    font-size: 13px;
  }
}

/* ==============================================================
# 詳細ヘッダー
============================================================== */
.p-companyHeader .kv-entity-summary__score {
  font-size: 1.25rem;
}
.p-companyHeader .swell-block-button {
  flex: 0 0 15rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-companyHeader .swell-block-button {
    flex: 0 1 100%;
  }
}
.p-companyHeader .swell-block-button__link {
  width: 100%;
  background: #F59E0B;
  border: 1px solid #F59E0B;
}
@media (hover: hover) {
  .p-companyHeader .swell-block-button__link:hover {
    background: #fff;
    color: #F59E0B;
  }
}

.p-companyHeader__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 959px) {
  .p-companyHeader__inner {
    flex-direction: column;
    align-items: start;
  }
}

.p-companyHeader__main {
  min-width: 0;
}

.p-companyHeader__title {
  margin-bottom: 4rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 959px) {
  .p-companyHeader__title {
    margin-bottom: 2em;
    font-size: 20px;
  }
}

.p-companyHeader__rating-wrap {
  display: flex;
  gap: 0.5rem 1.5rem;
}
@media screen and (max-width: 959px) {
  .p-companyHeader__rating-wrap {
    flex-direction: column;
  }
}

/* rating */
.p-companyHeader__rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 959px) {
  .p-companyHeader__rating {
    margin-bottom: 0;
  }
}

.p-companyHeader__ratingLabel {
  font-size: 0.875rem;
  color: #64748B;
  background: #F4F7F8;
  padding: 0.25rem 1rem;
}
@media screen and (max-width: 768px) {
  .p-companyHeader__ratingLabel {
    min-width: 100px;
    text-align: center;
  }
}

.p-companyHeader__ratingValue {
  font-size: 1.5rem;
  font-weight: bold;
  color: #F59E0B;
}

.p-companyHeader__score {
  color: #015891;
  font-weight: bold;
  font-size: 1.25rem;
}

.p-companyHeader__stars {
  display: inline-flex;
  gap: 0.15rem;
  line-height: 1;
}

.p-companyHeader__reviewCount {
  font-size: 0.875rem;
  color: #1a73e8;
  text-decoration: none;
}
.p-companyHeader__reviewCount:hover {
  text-decoration: underline;
}

/* tags */
.p-companyHeader__tags {
  font-size: 0.75rem;
  color: #64748B;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 959px) {
  .p-companyHeader__tags {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-companyHeader__tags {
    font-size: 12px;
  }
}

/* actions */
.p-companyHeader__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-companyHeader__actions {
    width: 100%;
  }
}

/* Favorites（プラグイン出力が入る想定のラッパー） */
.p-companyHeader__fav {
  display: flex;
  align-items: center;
}

.simplefavorite-button {
  border-radius: 10rem;
  border: 1px solid #EC6D64;
  color: #EC6D64;
  padding: 1rem 1rem;
  min-width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: bold;
  line-height: 1;
}
.simplefavorite-button.active {
  background: #EC6D64;
  color: #fff;
  opacity: 1;
}

/* ==============================================================
# タブ
============================================================== */
.p-companyTabs {
  margin-top: 2rem;
}

/* ナビ全体 */
.p-companyTabs__nav {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 1rem;
  position: relative;
  scrollbar-width: none;
}
@media screen and (max-width: 768px) {
  .p-companyTabs__nav {
    grid-auto-flow: inherit;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
.p-companyTabs__nav::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 1px;
  background: #015891;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-companyTabs__nav::after {
    bottom: -1.5rem;
  }
}
.p-companyTabs__nav::-webkit-scrollbar {
  display: none;
}

/* 各タブ */
.p-companyTabs__tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0.5rem;
  background: #F4F7F8;
  border-radius: 0.5rem 0.5rem 0 0;
  border-top: 1px solid #F4F7F8;
  border-right: 1px solid #F4F7F8;
  border-left: 1px solid #F4F7F8;
  border-bottom: none;
  font-weight: bold;
  color: #64748B;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-companyTabs__tab {
    border-radius: 2px;
    border: 1px solid #F4F7F8;
    padding: 0.5rem;
  }
}
.p-companyTabs__tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  width: calc(100% + 2px);
  height: 1px;
  background: #015891;
}
@media screen and (max-width: 768px) {
  .p-companyTabs__tab::after {
    display: none;
  }
}
.p-companyTabs__tab.is-active {
  background: #FDFDFD;
  color: #015891;
  border-top: 1px solid #015891;
  border-right: 1px solid #015891;
  border-left: 1px solid #015891;
}
@media screen and (max-width: 768px) {
  .p-companyTabs__tab.is-active {
    border: 1px solid #015891;
  }
}
.p-companyTabs__tab.is-active::after {
  left: 0;
  width: 100%;
  background: #FDFDFD;
}

/* パネル */
.p-companyTabs__panels {
  padding-top: 3.5rem;
  max-width: 57.5rem;
  margin: 0 auto;
}

.p-companyTabs__panel {
  display: none;
}
.p-companyTabs__panel.is-active {
  display: block;
}

section#panel-reviews .panel-reviews__btns {
  margin-top: 2rem;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  section#panel-reviews .panel-reviews__btns {
    flex-direction: column;
  }
}
section#panel-reviews .panel-reviews__btns .swell-block-button {
  width: 100%;
  max-width: 20rem;
  margin: 0;
}
section#panel-reviews .panel-reviews__btns .swell-block-button:nth-child(1) .swell-block-button__link {
  background: #F59E0B;
}
@media (hover: hover) {
  section#panel-reviews .panel-reviews__btns .swell-block-button:nth-child(1) .swell-block-button__link:hover {
    background: #f8b648;
  }
}
section#panel-reviews .panel-reviews__btns .swell-block-button.archive .swell-block-button__link {
  background: #F4F7F8;
  color: #64748B;
}
@media (hover: hover) {
  section#panel-reviews .panel-reviews__btns .swell-block-button.archive .swell-block-button__link:hover {
    background: #fafbfc;
  }
}
section#panel-reviews .panel-reviews__btns .swell-block-button__link {
  width: 100%;
}

/* ==============================================================
# 詳細TOP
============================================================== */
.p-companyTop__thumb-wrap,
.p-univTop__thumb-wrap {
  margin-bottom: 1rem;
  text-align: right;
}

.p-companyTop__thumb,
.p-univTop__thumb {
  line-height: 1;
}
.p-companyTop__thumb img,
.p-univTop__thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}

.source__link {
  display: inline-block;
  margin-left: auto;
  font-size: 12px;
  color: #999;
}

@media (hover: hover) {
  a.source__link:hover {
    text-decoration: underline;
  }
}

.p-companyTop__desc,
.p-univTop__desc {
  margin-top: 2.5rem;
}

.p-companyTop__info,
.p-univTop__info {
  margin-top: 2.5rem;
}

.p-companyTop__infoTitle,
.p-univTop__infoTitle {
  position: relative;
  font-size: 1.25rem;
  font-weight: bold;
  border-bottom: 2px solid #E5E7EB;
  margin-bottom: 2.5rem;
  padding-bottom: 0.5rem;
}
.p-companyTop__infoTitle::after,
.p-univTop__infoTitle::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 10rem;
  height: 2px;
  background: #015891;
}

/* ==============================================================
# OBOGの声
============================================================== */
.p-voiceList {
  display: grid;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-voiceList {
    gap: 2rem;
  }
}

.p-voiceCard {
  border: 1px solid #E5E7EB;
  border-radius: 0.5rem;
  padding: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-voiceCard {
    padding: 1rem;
  }
}

.p-voiceCard__head {
  display: grid;
  align-items: center;
  grid-template-columns: 6rem 1fr;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #E5E7EB;
}
@media screen and (max-width: 768px) {
  .p-voiceCard__head {
    grid-template-columns: 4rem 1fr;
    gap: 0.5rem;
  }
}

.p-voiceCard__avatar {
  border-radius: 50%;
  overflow: hidden;
}
.p-voiceCard__avatar img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-voiceCard__headBody {
  min-width: 0;
}

.p-voiceCard__meta {
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
  color: #64748B;
}

.p-voiceCard__title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 768px) {
  .p-voiceCard__title {
    font-size: 1rem;
  }
}

.p-voiceCard__text {
  font-size: 0.875rem;
  overflow-wrap: anywhere;
}

.p-voiceCard__image {
  margin: 1rem auto 0;
  border-radius: 0.5rem;
  overflow: hidden;
  width: 80%;
  max-width: 30rem;
}
.p-voiceCard__image img {
  width: 100%;
  height: auto;
  display: block;
}

.p-voiceCard__content:not(:last-child) {
  margin-bottom: 1rem;
}

.p-voiceCard__content-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem !important;
  font-weight: bold;
  color: #015891;
  position: relative;
  padding-left: 0.75rem !important;
  margin: 0 !important;
  border-left: none !important;
}
.p-voiceCard__content-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 80%;
  background: #015891;
}

.p-voiceCard__content-text {
  font-size: 0.875rem;
  overflow-wrap: anywhere;
}

/* ==============================================================
# テーブル
============================================================== */
.p-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #E5E7EB;
  border-bottom: 1px solid #E5E7EB;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-table {
    display: block;
    border: 1px solid #E5E7EB;
  }
}
.p-table tbody {
  width: 100%;
}
.p-table tr {
  border-bottom: 1px solid #E5E7EB;
}
.p-table tr:last-child {
  border-bottom: none;
}
.p-table th,
.p-table td {
  padding: 1rem 0.5rem;
  font-size: 0.875rem;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .p-table th,
.p-table td {
    display: block;
    padding: 0.75rem 0.5rem;
    font-size: 14px;
    width: 100% !important;
  }
}
.p-table th {
  width: 20%;
  min-width: 170px;
  background: #F4F7F8;
  font-weight: 600;
  text-align: left;
}
.p-table td {
  width: 80%;
}
.p-table td a {
  color: #015891;
  text-decoration: underline;
  word-break: break-all;
}
@media (hover: hover) {
  .p-table td a:hover {
    text-decoration: none;
  }
}
.p-table td a[target=_blank] {
  position: relative;
}
.p-table td a[target=_blank]::after {
  content: "";
  display: inline-block;
  -webkit-mask: url(../img/blank.svg);
          mask: url(../img/blank.svg);
  width: 0.75rem;
  height: 0.75rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #015891;
  transition: background 0.3s;
  vertical-align: middle;
  margin-left: 0.25rem;
}

/* ==============================================================
# イベント情報
============================================================== */
.p-event .swell-block-button {
  margin-top: 2rem;
}
.p-event .swell-block-button .__icon {
  width: 1rem;
  height: 1rem;
}

.p-event__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.p-event__img {
  margin: 1.5rem auto 0;
  overflow: hidden;
  max-width: 45rem;
}
.p-event__img img {
  border-radius: 0.5rem;
  width: 100%;
  height: auto;
  display: block;
}

.p-event__text {
  margin-top: 1.5rem;
}
.p-event__text p {
  margin: 0 0 1.25rem;
}
.p-event__text p:last-child {
  margin-bottom: 0;
}
.p-event__text a {
  color: #00B2FF;
  text-decoration: underline;
}
.p-event__text a:hover {
  text-decoration: none;
}
.p-event__text ul,
.p-event__text ol {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
}

/* ==============================================================
# 口コミ
============================================================== */
.rv-archive {
  padding-top: 3.5rem;
  max-width: 55rem;
  margin: 0 auto;
  padding-bottom: 6rem;
}

.rv-archive__back {
  margin-top: 2.5rem;
}
.rv-archive__back .__icon {
  vertical-align: text-bottom;
  transform: scale(-1, 1);
}

.rv-archive__backLink {
  font-size: 0.9375rem;
}
@media (hover: hover) {
  .rv-archive__backLink:hover {
    text-decoration: underline;
  }
}

.p-reviewList {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.p-reviewCard {
  padding: 2rem;
  border: 1px solid #E5E7EB;
  border-radius: 0.5rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-reviewCard {
    padding: 2rem 1rem;
  }
}

/* header */
.p-reviewCard__head {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .p-reviewCard__head {
    gap: 0.5rem;
  }
}

.p-reviewCard__avatar {
  flex: 0 0 6rem;
}
@media screen and (max-width: 768px) {
  .p-reviewCard__avatar {
    flex: 0 0 4rem;
  }
}
.p-reviewCard__avatar img {
  width: 100%;
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.p-reviewCard__scores {
  margin-top: 4px;
  display: flex;
  gap: 0.125rem 0.5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-reviewCard__scores {
    margin-top: 8px;
  }
}

.p-reviewCard__scoreItem {
  display: flex;
  gap: 2px;
}

.p-reviewCard__scoreLabel {
  display: inline-block;
  color: #64748B;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .p-reviewCard__scoreLabel {
    font-size: 10px;
  }
}

.p-reviewCard__scoreNum {
  color: #015891;
  font-size: 11px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-reviewCard__scoreNum {
    font-size: 10px;
  }
}

.p-reviewCard__body {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #E5E7EB;
}

/* header body */
.p-reviewCard__headBody {
  flex: 1 1 auto;
  min-width: 0;
}

.p-reviewCard__meta {
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
  color: #64748B;
  line-height: 1.3;
}

.p-reviewCard__title {
  margin: 0 0 0.5rem !important;
  font-size: 1rem !important;
  font-weight: bold !important;
  line-height: 1.3 !important;
  padding: 0 0 0.5rem !important;
}

.p-reviewCard__flex {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1.5rem;
}

.p-reviewCard__date {
  margin: 0;
  font-size: 10px;
  color: #64748B;
  line-height: 1.3;
}

/* score */
.p-reviewCard__score {
  display: flex;
  align-items: end;
  gap: 0.4rem;
  flex: 0 0 auto;
}

.p-reviewCard__scoreValue {
  font-size: 1rem;
  font-weight: 700;
  color: #f4a000;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-reviewCard__scoreValue {
    font-size: 15px;
  }
}

.p-reviewCard__stars {
  display: inline-flex;
  gap: 0.1rem;
}

.p-reviewCard__star.is-on {
  color: #f4a000;
}
.p-reviewCard__star.is-off {
  color: #cbd5e1;
}

.p-reviewBlock:not(:last-child) {
  margin-bottom: 1rem;
}

.p-reviewBlock__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem !important;
  font-weight: bold;
  color: #015891;
  position: relative;
  padding-left: 0.75rem !important;
  margin: 0 !important;
  border-left: none !important;
}
.p-reviewBlock__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 80%;
  background: #015891;
}

.p-reviewBlock__num {
  font-size: 0.875rem;
  font-weight: bold;
  color: #F59E0B;
}

.p-reviewBlock__text {
  margin-top: 0.25rem;
  font-size: 0.875rem;
}

.kv-pagination {
  margin-top: 2.5rem;
}
.kv-pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  background: transparent;
}

/* ==============================================================
# 会員限定
============================================================== */
.member-only {
  position: relative;
}

.member-only__img {
  opacity: 0.7;
}
.member-only__img img {
  width: 100%;
  height: auto;
}

.member-only__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  max-width: 432px;
}
.member-only__wrap p {
  color: #ff0000;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}
.member-only__wrap .swell-block-button {
  margin: 0;
  width: 100%;
  max-width: 20rem;
}
.member-only__wrap .swell-block-button__link {
  background: #F59E0B;
  width: 100%;
  padding: 0.5rem 1rem;
}
@media (hover: hover) {
  .member-only__wrap .swell-block-button__link:hover {
    background: #f8b648;
  }
}

@media (hover: hover) {
  .p-reviewBlock__more:hover {
    text-decoration: underline;
  }
}

.member-only__login {
  color: #015891;
  text-decoration: underline;
  font-size: 14px;
}
@media (hover: hover) {
  .member-only__login:hover {
    text-decoration: none;
  }
}

/* ==============================================================
# マイページ
============================================================== */
.mypage-profile ul {
  padding: 0;
  margin: 0;
}
.mypage-profile li {
  list-style: none;
  margin: 0;
}
.mypage-profile li a {
  position: relative;
  padding: 0.25rem 0.5rem 0.25rem 1.5rem;
}
.mypage-profile li a::before {
  content: "\e921";
  color: inherit;
  display: inline-block;
  left: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
  font-family: icomoon !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}
.mypage-profile li:nth-child(1) {
  display: none;
}
.mypage-profile ul + a {
  position: relative;
  padding: 0.25rem 0.5rem 0.25rem 1.5rem;
  margin: 0;
}
.mypage-profile ul + a::before {
  content: "\e921";
  color: inherit;
  display: inline-block;
  left: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
  font-family: icomoon !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}
.mypage-profile a {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .mypage-profile a:hover {
    opacity: 0.6;
  }
}

.favorites-list {
  padding-top: 4rem;
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.5rem;
  padding-left: 0 !important;
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .favorites-list {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
}
.favorites-list::before {
  content: "お気に入りした大学/企業";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.favorites-list li {
  padding: 0;
  border-top: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.favorites-list li::before {
  display: none;
}
.favorites-list li p:first-child {
  background: #E5E7EB;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 16/9;
}
.favorites-list li img {
  width: 100%;
  height: auto;
  margin-right: 0;
  border-radius: 2px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.favorites-list li a {
  color: #000D38;
  font-weight: bold;
}
.favorites-list li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .favorites-list li a:hover {
    text-decoration: underline;
  }
}
.favorites-list li .simplefavorite-button {
  gap: 2px;
  padding: 2px 8px;
  min-width: inherit;
  max-width: 72px;
}
.favorites-list li .sf-icon-love {
  display: contents;
}
.favorites-list li .sf-icon-love::before {
  font-size: 13px;
}
.favorites-list li .simplefavorite-button-count {
  font-size: 12px;
}

.no-favorites {
  position: absolute;
  top: 90%;
  left: 0;
  padding-left: 0 !important;
  line-height: 1.5;
}

.p-reviewCards--mypage {
  margin-top: 4rem;
  position: relative;
}
.p-reviewCards--mypage::before {
  content: "投稿した口コミ一覧";
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.p-reviewCards--mypage .p-reviewCard {
  padding: 1rem;
}
.p-reviewCards--mypage .p-reviewCard__title {
  padding: 0;
}
.p-reviewCards--mypage .p-reviewCard__title::before {
  display: none;
}
.p-reviewCards--mypage .p-reviewBlock__title {
  margin: 0;
  border: none;
}
.p-reviewCards--mypage .p-reviewCard__date {
  padding: 0 0.5rem;
}
.p-reviewCards--mypage .p-reviewCard__date.publish {
  background: #015891;
  color: #FDFDFD;
}
.p-reviewCards--mypage .p-reviewCard__date.wait {
  background: #F4F7F8;
  color: #64748B;
}

.p-reviewCard__actions {
  margin-top: 1rem;
  font-size: 0.75rem;
  text-align: right;
}
.p-reviewCard__actions a {
  text-decoration: underline;
}
@media (hover: hover) {
  .p-reviewCard__actions a:hover {
    text-decoration: none;
  }
}

/* ==============================================================
# 編入おすすめ学部情報
============================================================== */
.p-facultyList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-facultyList {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

.p-facultyCard {
  position: relative;
  display: block;
  border: 1px solid #E5E7EB;
  border-radius: 0.25rem;
  color: #000D38;
  transition: all 0.3s ease;
}
.p-facultyCard .__icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  transition: right 0.3s ease;
  color: #64748B;
}
@media (hover: hover) {
  .p-facultyCard:hover {
    background: #F4F7F8;
  }
  .p-facultyCard:hover .__icon {
    right: 0.75rem;
  }
}

.p-facultyCard__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
}

.p-facultyCard__title {
  font-weight: bold;
  margin: 0 0 0.5rem 0;
}

.p-facultyCard__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.p-facultyCard__meta-wrap {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
.p-facultyCard__meta-wrap:nth-child(2) .p-facultyCard__value {
  color: #F59E0B;
}

.p-facultyCard__chip {
  display: inline-block;
  padding: 0.125rem 0.5rem;
  border-radius: 0.125rem;
  background: #F4F7F8;
  font-size: 12px;
  color: #64748B;
}

.p-facultyCard__value {
  font-weight: bold;
  color: #015891;
  font-size: 14px;
}

.p-facultyCard__count {
  color: #64748B;
  font-size: 10px;
}

/* ==============================================================
# レーター
============================================================== */
.kv-radar-values {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.3rem;
}

.kv-radar-values__item {
  display: inline-flex;
  align-items: baseline;
  gap: 0.25rem;
  white-space: nowrap;
}

.kv-radar-values__label {
  font-size: 0.75rem;
  background: #F4F7F8;
  color: #64748B;
  padding: 0.125rem 0;
}

.kv-radar-values__value {
  font-weight: bold;
  font-size: 0.75rem;
  color: #015891;
}

/* ==============================================================
# 口コミフォーム
============================================================== */
.acf-fields {
  max-width: 50rem;
  margin: 0 auto;
}

.acf_hidden {
  display: none !important;
}

.acf-field {
  border-bottom: 1px solid #E5E7EB;
  padding: 16px 0 !important;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.25rem 1.5rem;
  align-items: start;
  margin-top: -1px !important;
}
.acf-field.acf_any .acf-label::before {
  content: "任意";
  position: absolute;
  top: 2px;
  left: 0;
  text-align: center;
  display: inline-block;
  padding: 4px 6px;
  border-radius: 2px;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #FDFDFD;
  font-weight: normal;
  background: #64748B;
}

.acf-field[data-name=review_graduate_year] {
  margin-bottom: 4rem !important;
}

.acf-field[data-name=rating_credit],
.acf-field[data-name=rating_job] {
  margin-top: 4rem !important;
}

.acf-label {
  margin: 0 !important;
  position: relative;
  padding-left: 44px;
}
.acf-label label {
  line-height: 1.5;
  font-weight: bold !important;
}
.acf-label .acf-required {
  position: absolute;
  top: 2px;
  left: 0;
  text-align: center;
  display: inline-block;
  padding: 4px 6px;
  border-radius: 2px;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #FDFDFD;
  font-weight: normal;
  background: #BD592D;
}
@media screen and (max-width: 768px) {
  .acf-label .acf-required {
    top: 0;
  }
}
.acf-label .description {
  margin-top: 0 !important;
  font-size: 12px;
  color: #64748B !important;
}

.acf-input input {
  width: 100% !important;
  background: #F4F7F8;
  border: none;
  border-radius: 4px;
  padding: 11px 16px !important;
  font-size: 16px !important;
  line-height: 1.5;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  box-sizing: border-box;
}
.acf-input select {
  width: 100% !important;
  background: #F4F7F8;
  border: none;
  border-radius: 4px;
  padding: 13px 16px !important;
  font-size: 16px !important;
  line-height: 1.5;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  box-sizing: border-box;
}
.acf-input textarea {
  border: none;
  border-radius: 4px;
  background: #F4F7F8;
  min-height: 160px;
  resize: vertical;
}

.acf-field[data-name=review_target] .acf-radio-list {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
}
.acf-field[data-name=review_target] .acf-radio-list::before {
  display: none !important;
}

.acf-field[data-name=review_gender] .acf-radio-list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
}
.acf-field[data-name=review_gender] .acf-radio-list::before {
  display: none !important;
}

.acf-radio-list {
  display: flex !important;
  gap: 0.25rem 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.acf-radio-list li {
  margin-right: 0 !important;
}
.acf-radio-list li label {
  display: block !important;
  max-width: 100%;
  padding: 12px 16px 12px 44px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .acf-radio-list li label {
    padding: 10px 12px 10px 32px;
  }
}
.acf-radio-list li label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 10rem;
  border: 1px solid #E5E7EB;
}
@media screen and (max-width: 768px) {
  .acf-radio-list li label::before {
    left: 6px;
    width: 16px;
    height: 16px;
  }
}
.acf-radio-list li label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 21px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 10rem;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .acf-radio-list li label::after {
    left: 10px;
    width: 8px;
    height: 8px;
  }
}
.acf-radio-list li label.selected {
  border-color: #015891;
  color: #015891;
}
.acf-radio-list li label.selected::before {
  border-color: #015891;
}
.acf-radio-list li label.selected::after {
  background: #015891;
}
.acf-radio-list input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.acf-form-submit {
  margin-top: 3rem;
  text-align: center;
}
.acf-form-submit input {
  display: block;
  width: 100%;
  max-width: 320px;
  background: #F59E0B;
  color: #fff;
  border: none;
  border-radius: 10rem;
  padding: 14px 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  cursor: pointer;
  margin: 0 auto;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .acf-form-submit input:hover {
    opacity: 0.6;
  }
}

.kv-suggest-addr {
  font-size: 13px;
}

.select2-container.-acf .select2-selection {
  width: 100% !important;
  background: #F4F7F8;
  border: none;
  border-radius: 4px;
  padding: 10px 16px !important;
  font-size: 16px !important;
  line-height: 1.5;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  box-sizing: border-box;
  height: inherit;
}
.select2-container.-acf .select2-selection .select2-selection__rendered {
  line-height: 1.5;
  padding: 0;
}
.select2-container.-acf .select2-selection .select2-selection__arrow {
  top: 9px;
}

.select2-results__option {
  font-size: 14px;
  color: #015891;
  padding: 3px 8px !important;
}

/* ==============================================================
# TOP 最新の口コミ
============================================================== */
.p-latestReviews__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 2rem;
}
@media screen and (max-width: 768px) {
  .p-latestReviews__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-latestReviews .p-reviewCard {
  padding: 1rem;
}
.p-latestReviews .p-reviewCard__meta {
  font-size: 10px;
}

.p-latestReviews__link {
  text-align: right;
}
.p-latestReviews__link a {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-latestReviews__link a {
    font-size: 12px;
  }
}
@media (hover: hover) {
  .p-latestReviews__link a:hover {
    text-decoration: underline;
  }
}

/* ==============================================================
# TOP ランキング
============================================================== */
.kv-rankingSlider {
  position: relative;
}
.kv-rankingSlider#rank-univ .kv-rankCard__tag {
  background: #fff;
}

.kv-rankingSlider__swiper {
  margin-right: calc(50% - 50vw);
  position: relative;
  padding-right: 4rem;
}
@media screen and (max-width: 768px) {
  .kv-rankingSlider__swiper {
    padding-right: 2rem;
  }
}

.kv-rankCard__link {
  display: block;
}
@media (hover: hover) {
  .kv-rankCard__link:hover .kv-rankCard__img {
    transform: scale(1.1);
  }
  .kv-rankCard__link:hover .kv-rankCard__title {
    color: #015891;
  }
}

.kv-rankCard__media {
  position: relative;
  line-height: 0;
  overflow: hidden;
  border-radius: 4px;
}

.kv-rankCard__img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.kv-rankCard__badge {
  position: absolute;
  top: 0;
  left: 10px;
  display: grid;
  place-items: center;
  font-weight: bold;
  background: #015891;
  color: #fff;
  padding: 0.75rem 0.5rem 1rem;
  -webkit-clip-path: polygon(0 0, 0 80%, 50% 100%, 100% 80%, 100% 0);
          clip-path: polygon(0 0, 0 80%, 50% 100%, 100% 80%, 100% 0);
  line-height: 1;
}
.kv-rankCard__badge--1 {
  background: #EEB700;
}
.kv-rankCard__badge--2 {
  background: #ACACAC;
}
.kv-rankCard__badge--3 {
  background: #BD592D;
}

.kv-rankingSlider__nav {
  position: absolute;
  top: -3.7em;
  right: 0;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .kv-rankingSlider__nav {
    top: -3.2em;
  }
}

.kv-rankingSlider__prev,
.kv-rankingSlider__next {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid #015891;
  background: #fff;
  z-index: 99;
  position: relative;
  cursor: pointer;
  transition: background 0.3s ease;
}
@media screen and (max-width: 768px) {
  .kv-rankingSlider__prev,
.kv-rankingSlider__next {
    width: 32px;
    height: 32px;
  }
}
@media (hover: hover) {
  .kv-rankingSlider__prev:hover,
.kv-rankingSlider__next:hover {
    background: #F4F7F8;
  }
}
.kv-rankingSlider__prev::before,
.kv-rankingSlider__next::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: icomoon !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  content: "\e912";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #015891;
  line-height: 1;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .kv-rankingSlider__prev::before,
.kv-rankingSlider__next::before {
    font-size: 16px;
  }
}

.kv-rankingSlider__prev::before {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.kv-rankingSlider__next::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.kv-rankCard__body {
  margin-top: 4px;
  display: flex;
  justify-content: space-between;
  gap: 0 1rem;
  align-items: end;
  flex-wrap: wrap;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #E5E7EB;
}

.kv-rankCard__title {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1rem !important;
  color: #000D38;
}
.kv-rankCard__title::before, .kv-rankCard__title::after {
  display: none !important;
}

.kv-rankCard__rating {
  display: flex;
  align-items: end;
  gap: 4px;
  width: 100%;
  justify-content: end;
}

.kv-rankCard__avg {
  font-weight: bold;
  color: #f4a000;
  font-size: 14px;
  line-height: 1.3;
}

.kv-rankCard__stars {
  line-height: 1;
}

.kv-rankCard__cnt {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}

.kv-rankCard__tags {
  margin-top: 0.5rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding-left: 0 !important;
}

.kv-rankCard__tag {
  margin: 0 !important;
  display: inline-block;
  padding: 2px 4px;
  list-style: none;
  color: #64748B;
  background: #F4F7F8;
  font-size: 12px;
}

.dib {
  display: inline-block;
}

.p-register .wpmem_msg:not(.kv-wpmem-msg-multi) {
  display: none;
}
.p-register .wpmem_msg.kv-wpmem-msg-multi {
  padding: 1rem;
  border: 1px solid #e53100;
  border-radius: 4px;
  margin-bottom: 3rem;
  background: #fefaf9;
  line-height: 1.5;
  color: #e53100;
}
.p-register .wpmem_msg.kv-wpmem-msg-multi ul {
  padding-left: 0;
}
.p-register .wpmem_msg.kv-wpmem-msg-multi li {
  list-style: none;
  font-size: 12px;
  padding-left: 12px;
  position: relative;
}
.p-register .wpmem_msg.kv-wpmem-msg-multi li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 1rem;
  background: #e53100;
}

.line-login-wrapper {
  margin-top: 3rem;
}
.line-login-wrapper .line-login-link {
  display: block;
  max-width: 320px;
  text-align: center;
  border-radius: 10rem;
  margin: 0 auto;
  background: #06C755;
  color: #fff;
  font-weight: bold;
  padding: 14px 16px;
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .line-login-wrapper .line-login-link:hover {
    opacity: 0.6;
  }
}
.line-login-wrapper .line-login-link::before {
  content: "\e907";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: icomoon !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  position: absolute;
  top: 50%;
  left: 1rem;
  font-size: 20px;
  transform: translateY(-50%);
}

.members-only-unit {
  text-align: center;
}

.members-only-buttons {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}
.members-only-buttons a:nth-child(1) {
  display: block;
  width: 100%;
  max-width: 20rem;
  padding: 0.5rem 1rem;
  border-radius: 10rem;
  color: #fff;
  background: #F59E0B;
  font-weight: bold;
}
.members-only-buttons a:nth-child(2) {
  color: #015891;
  text-decoration: underline;
  font-size: 14px;
}
@media (hover: hover) {
  .members-only-buttons a:nth-child(2):hover {
    text-decoration: none;
  }
}