@charset "UTF-8";

/**
 * header
 * NOTE:
**/
header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: block;
  padding: 0;
  transition: all .5s;
}

.subheader {
  background: var(--site-c-blue);
  font-weight: 700;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1360px;
  margin: auto;
  padding: 15px 40px;
  gap: 20px;
}

@media screen and (max-width: 1200px) {
  .header-container {
    padding: 2.5vw 3.3333333333vw;
    gap: 1.6666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .header-container {
    padding: 4.5vw 3.3333333333vw;
  }
}

@media screen and (max-width: 1200px) {
  header {}
}

@media screen and (max-width: 959px) {
  header {}
}

@media screen and (max-width: 320px) {
  header {}
}

.header__logo {
  /* max-width: 360px; */
  height: auto;
  font-family: var(--site-font-serif);
  font-size: 3rem;
  position: relative;
  padding-left: 100px;
}

.header__logo img {
  width: 100%;
  height: 20px;
  object-fit: contain;
  object-position: left center;
}

.header__logo a::before {
  content: "";
  background-image: url(/common/images/logo_mark.png);
  position: absolute;
  left: 0;
  width: 100px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}


.header__logo a span {
  font-size: 2rem;
}

@media screen and (max-width: 1200px) {
  .header__logo {
    /* max-width: 30vw; */
  }
}

@media screen and (max-width: 767px) {
  .header__logo {
    /* max-width: 63vw; */
    font-size: 2rem;
    padding-left: 60px;
  }

  .header__logo a span {
    font-size: 1.5rem;
  }

  .header__logo a::before {
    width: 60px;
  }
}

.header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  font-feature-settings: 'palt';
  letter-spacing: 0.1ex;
  gap: 36px;
}

@media screen and (max-width: 1200px) {
  .header__nav {
    gap: 2.5vw;
  }
}

@media screen and (max-width: 959px) {
  .header__nav {
    width: auto;
  }
}

.head-nav__txtLink {
  display: flex;
  justify-content: flex-start;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}

.head-nav__txtLink li {
  position: relative;
}

.head-nav__txtLink li a {}

@media screen and (max-width: 1200px) {
  .head-nav__txtLink {
    gap: 2.5vw;
  }

  .head-nav__txtLink li a {
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 1200px) {
  .head-nav__txtLink {
    display: none;
  }
}

.subheader .head-nav__txtLink {
  gap: 36px;
}

@media screen and (max-width: 1200px) {
  .subheader .head-nav__txtLink {
    gap: 2.5vw;
  }
}

.subheader .head-nav__txtLink li a {
  color: #fff
}


.head-btn-outer {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}

.head-btn-wrap {
  display: flex;
  justify-content: flex-start;
  justify-content: flex-end;
  align-items: center;
  gap: 5px
}

@media screen and (max-width: 959px) {
  .head-btn-outer {
    display: block;
  }

  .head-btn-wrap+.head-btn-wrap {
    margin-top: 10px;
  }
}

.head-btn {
  min-width: 144px;
}

.head-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3em;
  background: var(--site-c-blue);
  border: 1px solid var(--site-c-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  height: 36px;
  padding: 0 1ex;
}

.head-btn--purple a {
  background: #dadae7;
  color: var(--site-c-blue);
  border: 1px solid var(--site-c-blue);
}

.head-btn--led a {
  background: var(--site-c-red);
  border: 1px solid var(--site-c-red);
}

.head-btn--border a {
  color: var(--site-c-blue);
  background: #fff;
  border: 1px solid var(--site-c-blue);
}

.head-btn--border-led a {
  color: var(--site-c-red);
  background: #fff;
  border: 1px solid var(--site-c-red);
}

.head-btn a:hover {
  color: var(--site-c-blue);
  background: #fff
}

.head-btn--led a:hover {
  color: var(--site-c-red);
}

.head-btn--purple a:hover {
  color: #fff;
  background-color: var(--site-c-blue);
}

.head-btn--border a:hover {
  color: #fff;
  background: var(--site-c-blue);
}

.head-btn--border-led a:hover {
  color: #fff;
  background: var(--site-c-red);
}

@media screen and (max-width: 1200px) {
  .head-btn a {
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 959px) {
  .head-btn {
    min-width: 136px;
    height: 32px;
    margin-left: 5px;
  }

  .head-btn a {}
}

@media screen and (max-width: 767px) {
  .head-btn-wrap {
    display: none;
  }

  .head-btn {
    min-width: 0;
  }
}

.item__badge {
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  min-width: 20px;
  width: auto;
  height: 20px;
  border-radius: 20px;
  background: rgba(236, 13, 13, .8);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: -7px;
  top: -2px;
  z-index: 1;
  transition: all 0.6s ease 0.2s
}

/**
 * ハンバーガー
 * NOTE:
**/
#nav-drawer {
  width: 30px;
  height: 20px;
  display: unset
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 20px;
  position: relative
}

#nav-open span {
  position: absolute;
  height: 1px;
  width: 30px;
  background: #000;
  display: block;
  content: "";
  cursor: pointer
}

#nav-open span::before,
#nav-open span::after {
  position: absolute;
  height: 1px;
  width: 20px;
  background: #000;
  display: block;
  content: "";
  cursor: pointer;
  transition: 0.2s
}

#nav-open span::before {
  bottom: -7px
}

#nav-open span::after {
  bottom: -14px
}

#nav-open:hover span,
#nav-open:hover span::before,
#nav-open:hover span::after {
  width: 30px;
  background: #d9dae8
}

/*ハンバーガーアイコンをCSSだけで表現*/
/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: 0.3s ease-in-out
}

/*中身*/
[id="nav-content"] {
  overflow: auto;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
  width: 420px;
  max-width: calc(100% - 60px);
  height: 100%;
  padding: 0;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  transition: 0.3s ease-in-out;
  transform: translateX(105%)
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked~#nav-close {
  display: block;
  opacity: .5
}

#nav-input:checked~[id="nav-content"] {
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0, 0, 0, .15)
}

[id="nav-content"] ul {
  border-top: 1px solid #d1d0d0;
  padding: 40px;
}

.nav-drawer__item {
  font-weight: 500;
  position: relative;
}

.nav-drawer__item a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d1d0d0;
  height: 50px;
  padding: 0 20px;
  position: relative;
}

.nav-drawer__item a:after {

  content: '\f054';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  font-size: 1em;
  font-weight: 900;

  display: block;
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 1.5ex;
  opacity: 0.5;
}

[id="nav-content"] ul:last-child {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  border-top: none;
  padding: 0 60px;
  gap: 1em;
}

ul:last-child .nav-drawer__item {}

ul:last-child .nav-drawer__item a {
  display: inline;
  border-bottom: none;
  font-size: 11px;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  height: auto;
  padding: 0;
}

ul:last-child .nav-drawer__item a:after {
  display: none;
}

@media screen and (max-width: 959px) {
  [id="nav-content"] {}

  [id="nav-content"] ul {
    padding: 20px;
  }

  [id="nav-content"] ul:last-child {
    padding: 0 40px;
  }

  #nav-drawer {
    margin-left: 15px
  }
}

@media screen and (max-width: 767px) {
  .nav-drawer__item a {
    padding: 0 20px 0 0;
  }
}


/**
 * 下部固定ボタン
 * NOTE:
**/
@media only screen and (min-width: 569px) {
  .bottom-btn {
    display: none
  }
}

.bottom-btn {
  width: 100%;
  position: fixed;
  bottom: 0;
  text-align: center;
  padding: 5px;
  background: rgba(255, 255, 255, .85);
  box-sizing: border-box;
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, .08);
  z-index: 2
}

.bottom-btn>div {
  margin: 0 auto
}

.bottom-btn .btn-box__2 {
  max-width: 100%
}

.bottom-btn .btn-box__2 .btn {
  flex-basis: 49%;
  max-width: none;
  margin: 0
}

/**
 * footer
 * NOTE:
**/
footer {
  width: 100%;
  margin-top: 60px;
  background: #f6f6f8;
}

@media (min-width: 1201px) {
  footer .l-container {
    padding-inline: 40px;
  }
}

.footer-inner {
  padding: 52px 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

@media screen and (max-width: 959px) {
  footer {
    margin-top: 20px;
  }

  .footer-inner {
    flex-wrap: wrap;
  }
}


.footer__logo {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 360px;
  width: 35%;
  height: auto;
  gap: 24px;
}

.footer__logo img {
  width: 100%;
  height: 20px;
  object-fit: contain;
  object-position: left center;
}

.footer__logo [src*="logo.png"] {
  width: 100%;
  height: 20px;
}

.footer__logo [src*="shoshika"] {
  border-radius: 5px;
  width: 100%;
  height: 44px;
}

@media screen and (max-width: 959px) {
  .footer__logo {
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }

  .footer__logo [src*="logo.png"] {
    width: 100%;
    height: 20px;
  }

  .footer__logo [src*="shoshika"] {
    border-radius: 5px;
    width: 100%;
    height: 32px;
  }
}


.foot-nav {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 40px;
}

.foot-nav-list {}

.foot-nav-list__ttl {
  color: var(--site-c-blue);
  font-size: 14px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .foot-nav-list__item {
    width: 100%;
    padding: 8px 0;
    /*border-left: 1px solid;*/
    font-size: 14px;
    line-height: 1;
  }

  .foot-nav-list__item.first {
    margin-top: 15px;
    padding-top: 0
  }

  .foot-nav-list__item.last {
    padding-bottom: 0
  }
}

.foot-nav-list__item a {
  /*color: var(--site-c-red);*/
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
}

.foot-nav-list__item a:hover {
  /*color: var(--site-c-red);*/
}

.foot-bottom {
  padding: 10px;
  background: #dadae7;
  color: var(--site-c-blue);
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.foot__txt {
  margin-left: auto;
}

@media screen and (max-width: 959px) {
  .foot-nav {
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .foot-nav {
    gap: 20px;
  }

  .foot-nav-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    gap: 12px;
  }

  .foot-nav-list__ttl {
    font-size: 12px;
    text-align: center;
    width: 100%;
  }

  .foot-nav-list__item a {
    display: block;
    /*border-bottom: 1px solid #c6c6c6;*/
    font-size: 12px;
    width: auto;
    padding: 0;
  }
}


/**
 * パンくず
 * NOTE:
**/
.breadcrumb {
  background: #f6f6f8;
}

.breadcrumb__list {
  display: flex;
  align-items: center;
  font-size: 12px;
  width: 100%;
  height: 40px;
}

.breadcrumb__item {
  font-feature-settings: 'palt';
}

.breadcrumb__item::before {
  content: '\f054';
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  font-size: 1em;
  font-weight: 900;
  padding: 0 1.5ex;
  opacity: 0.2;
  transform: scale(0.9);
  transform-origin: left center;
}

.breadcrumb__item:first-child::before {
  content: '\f015';
  font-weight: 900;
  /*padding: 0 0.5ex 0 0;*/
  opacity: 0.33;
}

@media screen and (max-width:767px) {
  .breadcrumb__list {
    height: 35px;
    line-height: 35px;
    font-size: 11px;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap
  }

  .breadcrumb__item {
    display: inline;
    flex: 0 0 40%
  }
}

/*	検索一覧
---------------------------------*/
#search1 .subpage-head,
#search2 .subpage-head {
  width: 100%;
  background: url(../images/search_main-vis__img.jpg) no-repeat right center #dadae8;
  background-size: auto 100%;
  position: relative;
}

/**
 * 検索条件
 * NOTE:
**/
.search {
  padding-bottom: 0
}

.search-head {}

.search-head__ttl {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1ex;
}

.search__area {}

.search__word,
.search__sort {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  gap: 15px;
}

.search__sort {
  margin-top: 10px;
}

.search__ttl {
  padding: 0 12px;
  border-radius: 2em;
  background: var(--site-c-blue);
  background: #f6f6f8;
  color: var(--site-c-blue);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  min-width: 144px;
}

/**女性版**/
.women .search__ttl {
  background: var(--site-c-red);
  background-color: #fbf3f3;
  color: var(--site-c-red);
}

@media screen and (max-width: 1200px) {
  .search__ttl {
    min-width: 136px;
  }
}

@media screen and (max-width: 959px) {
  .search__ttl {
    min-width: 136px;
  }
}

@media screen and (max-width: 767px) {
  .search__ttl {
    min-width: 0;
  }
}

.search-filter__wrap {
  border-radius: 20px;
  background: var(--site-c-bg-ui);
  /*max-width: 900px;*/
  margin: 20px auto 0;
  padding: 20px;
}

.search-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px
}

.search-filter__ttl {
  display: block !important;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 14em;
}
.search-filter__ttl .search__item {
  margin-top: 10px;
}

.search-filter__ttl::before {
  content: '\f002';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  font-size: 1em;
  font-weight: 900;

  display: inline-block;
  color: var(--site-c-blue);
  transform: scale(1);
  opacity: 1;
}

.search-filter__item {
  min-width: 200px
}

.search-filter__item span {
  position: relative;
}

.search-filter__item span::after {
  content: '\f078';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  font-size: 1em;
  font-weight: 900;

  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: scale(1) translate(0, -50%);
  opacity: 0.5;
  pointer-events: none;
}

.search-filter__item select {
  border-radius: 4px;
  background: #fff;
  border: 1px solid rgba(68, 68, 68, 0.8);
  font-size: 14px;
  font-weight: 500;
  line-height: 43px;
  width: 100%;
  height: 44px;
  padding: 0 35px 0 15px;
  cursor: pointer;
}

.search__item a {
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
}

@media screen and (max-width: 1200px) {

  .search__word,
  .search__sort,
  .search-filter {}

  .search__ttl,
  .search__item {}

  .search-filter .search__ttl {}

  .search-filter .search__item {}
}

@media screen and (max-width: 959px) {
  .search-filter {
    gap: 5px
  }
}

@media screen and (max-width: 767px) {
  .search-filter__item span::after {
    font-size: .75em;
  }
  .search-filter__wrap {
    padding: 20px 15px;
  }
  .search-head__ttl {
    font-size: 20px;
  }

  .search-filter {
    flex-wrap: wrap;
  }

  .search-filter .search__item,
  .search-filter__item {
    width: 100%;
  }
  .search-filter__item select {
    padding: 0 20px 0 10px;
  }
}

/**
 * modal
 * NOTE:
**/
/****************modal****************/
#modal-drawer {
  width: 10em;
}

.modal-unshown {
  display: none
}

.modal__btn {
  width: 200px;
  max-width: 100%;
  cursor: pointer
}

.modal__btn>span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #fff;
  color: var(--site-c-blue);
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  height: 56px;
  padding: 0;
  color: #fff;
  background: linear-gradient(to right, #2e86c4, #2757c5);
  text-align: center;
  line-height: 1.25;
  border: solid 1px #2e86c4;
}
.modal__btn>span strong {
  display: contents;
  font-size: 18px;
}
#modal-drawer .modal__btn>span::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: .3em;
  background-image: url(/common/images/btn_icon.png);
  background-position: center;
  background-size: contain;
}
.women .modal__btn>span {
  border: solid 1px #ec6e9a;
  background: linear-gradient(to right, #ee7e8b, #ec6e6e);
  color: #fff;
}

#modal-open {
  display: block
}

#modal-close {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
  z-index: 1000
}

#modal-content {
  overflow: auto;
  position: fixed;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  /* width: 1100px;
  height: 90%;
  top: calc(50% - 80%/2);
  left: calc(45% - 800px/2); */
  padding: 20px;
  background: #fff;
  border: 20px solid #fff;
  transform: translateX(180%);
  opacity: 0;
  border-radius: 6px;
  z-index: 1001
}

#modal-content .btn {
  margin: 40px auto
}

#modal-input:checked~#modal-close {
  display: block;
  opacity: .5
}

#modal-input:checked~#modal-content {
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
  opacity: 1
}

#modal-content .table th,
#modal-content .table td {
  padding: 10px 20px
}

@media only screen and (max-width: 1200px) {
  #modal-drawer {
    width: 110px;
    font-size: 12px
  }

  /* #modal-content {
    width: 80%;
    left: calc(50% - 80%/2);
    padding: 10px
  } */
}

@media only screen and (max-width: 959px) {
  #modal-content {
    /* width: 98%;
    left: calc(50% - 98%/2); */
    border: 10px solid #fff;
    padding: 10px
  }

  #modal-content .table td {
    padding: 10px 10px 15px
  }
}

@media screen and (max-width: 767px) {

  #modal-drawer,
  .modal__btn {
    width: 100%
  }
  #modal-content .btn {
    margin: -20px auto 0;
  }
}

/**
 * result
 * NOTE:
**/
/*	LIST
---------------------------------*/
.result {
  background: #f6f6f8;
}

.result__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.result__item {
  display: flex;
  border-radius: 10px;
  background: #fff;
  width: 100%;
  padding: 24px;
  gap: 16px;
  position: relative;
}

@media screen and (max-width: 959px) {
  .result__item {
    padding: 16px;
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .result__item {
    padding: 16px;
    gap: 8px;
  }
}


.result__img {
  border-radius: 5px;
  width: 175px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

@media screen and (max-width: 959px) {
  .result__img {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .result__img {
    width: 50px;
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1;
  }
}


.result__txtBox {
  width: calc(100% - 205px);
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 4px 0;
}

@media screen and (max-width: 959px) {
  .result__txtBox {
    width: calc(100% - 120px);
  }
}

@media screen and (max-width: 767px) {
  .result__txtBox {
    width: 100%;
    gap: 8px 0;
  }
}


.result__rate {
  width: 100%;
  color: var(--site-c-red);
  font-weight: 700;
  line-height: 1
}

.result__name {
  font-size: 28px;
  font-weight: 700;
  width: 40%;
}

@media screen and (max-width: 1200px) {
  .result__name {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
  }
}

@media screen and (max-width: 959px) {
  .result__name {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .result__name {
    font-size: 23px;
    font-feature-settings: 'palt';
    line-height: 1;
    padding-left: 80px;
  }
}


.result__info {
  width: 60%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.result__info dl {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 10px
}

.result__info dt {
  padding: 0 0.5ex;
  background: var(--site-c-blue);
  background: #f6f6f8;
  color: var(--site-c-blue);
  border-radius: 5px;
  font-size: inherit;
  font-weight: 700;
  font-feature-settings: 'palt';
  text-align: center;
  min-width: 72px;
}

/**女性版**/
.women .result__info dt {
  background: var(--site-c-red);
  background-color: #fbf3f3;
  color: var(--site-c-red);
}

.result__info dd {
  font-size: inherit;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .result__info {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 8px;
  }
}

@media screen and (max-width: 767px) {
  .result__info {
    padding-left: 80px;
    gap: 8px;
  }

  .result__info dl {
    font-size: 11px;
    width: calc((100% - 8px * 1) / 2);
  }

  .result__info dt {
    min-width: 64px;
  }
}


.result__profile {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 5px;
  background: #f3f3fc;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  padding: 16px;
}

/**女性版**/
.women .result__profile {
  background: #fdf0f1;
}

.result__profile dl {
  display: flex;
  align-items: center;
  width: calc((100% - 30px) / 2);
  padding: 5px 0;
}

.result__profile dt {
  font-weight: 700;
  background-color: #fff;
  border-radius: 4px;
  padding: .5em 1em;
  margin-right: 1em;
  width: 6em;
}

.result__profile dd {
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .result__profile {
    font-size: 14px;
  }
}

@media screen and (max-width: 959px) {
  .result__profile {
    flex-wrap: wrap;
    font-size: 13px;
    padding: 16px;
  }

  .result__profile dl {
    padding: 2px;
  }
}

@media screen and (max-width: 767px) {
  .result__profile {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: stretch;
    padding: 8px;
  }

  .result__profile dl {
    font-size: 14px;
    width: 100%;
    padding: 8px;
  }

  .result__profile dl+dl {
    padding-top: 0;
  }
}


.result__desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  width: 100%;
}

.result__desc:empty {
  display: none;
}

@media screen and (max-width: 767px) {
  .result__desc {
    font-size: 14px;
  }
}

.result__btn {
  width: 260px;
  max-width: 100%;
  margin: 0 auto;
}

.result__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3em;
  border: 1px solid var(--site-c-blue);
  background: #fff;
  color: var(--site-c-blue);
  font-weight: 700;
  width: 100%;
  height: 44px;
  gap: 15px;
  position: relative;
}

.result__btn a::after {
  content: '\f054';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  font-size: 1em;
  font-weight: 900;

  display: inline-block;
  transform: scale(1);

  position: absolute;
  right: 15px;
  opacity: 0.5;
}

/**女性版**/
.women .result__btn a {
  border: 1px solid var(--site-c-red);
  color: var(--site-c-red);
}

.result__btn a:hover {
  opacity: .5
}

@media screen and (max-width: 767px) {
  .result__btn a {
    height: 50px;
  }
}

.result .pagination {
  margin-bottom: 0;
}



/**
 * カード型リスト
 * NOTE:
**/
.card__list {
  display: flex;
  flex-wrap: wrap
}

.card__item {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 15px;
  background: #fff;
  border: 1px solid #d1d0d0;
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
  position: relative
}

@media screen and (min-width:768px) {
  .card__item:nth-child(4n) {
    margin-right: 0
  }
}

.card__img {
  width: 100%
}

.card__img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.card__desc {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.card__ttl {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 700
}

.card__btn .btn--small:first-child {
  margin-bottom: 5px
}

.card__item .btnBox .btn--small {
  width: 49%;
  margin-top: 2%;
}

@media screen and (max-width:959px) {
  .card__img img {
    height: 140px
  }
}

@media screen and (max-width:767px) {
  .card__item {
    width: 49%;
    padding: 10px
  }

  .card__item:nth-child(2n) {
    margin-right: 0
  }

  .card__ttl {
    font-size: 15px
  }
}

/**
 * スレッド型リスト
 * NOTE:
**/
.thread__list {
  margin-bottom: 30px;
  padding: 40px;
  border: 1px solid #d1d0d0;
}

.thread__item {
  border-top: 1px solid #d1d0d0
}

.thread__item:last-child {
  border-bottom: 1px solid #d1d0d0
}

.thread__item a {
  padding: 15px;
  display: block;
}

@media screen and (max-width: 959px) {
  .thread__list {
    padding: 10px 0;
    margin-bottom: 20px;
  }
}

/**
 * チャット
 * NOTE:
**/
.chat {
  padding-bottom: 200px;
}

@media only screen and (max-width: 1200px) {
  .chat {
    padding-bottom: 140px;
  }
}

/* chat outline */
/* NOTE: ヘッダー、フレーム、フッターの親ラッパー */
.chat-outline {
  padding: 10px 0;
}

@media only screen and (max-width: 959px) {
  .chat-outline {
    padding: 5px 0;
  }
}

.chat-outline .c-head {
  margin-bottom: 5px
}

.chat-outline .c-head .c-head__ttl {
  font-size: 18px;
}

@media only screen and (max-width: 959px) {
  .chat-outline .c-head .c-head__ttl {
    font-size: 16px;
  }
}

/* chat header */
.chat-header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  gap: 8px;
}

@media only screen and (max-width: 959px) {
  .chat-header {
    gap: 4px;
  }
}

.chat-header .c-head {
  width: 100%;
}

.chat-header .chat__status {
  float: none;
  /* .chat-header内部ではfloat解除 */
}

.chat__status {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  border: 1px solid #d1d0d0;
  background: var(--site-c-blue);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: auto;
  margin-bottom: 10px;
  padding: 8px;
  float: left;
}

.chat__status .btn {
  color: #fff;
  margin: 0;
  max-width: none;
}

.chat__status .btn>* {
  height: auto;
}

.chat__status input {
  color: #fff;
}

@media only screen and (max-width: 959px) {
  .chat__status {
    font-size: 10px;
    width: auto;
    margin-bottom: 5px;
    padding: 6px;
  }

  .chat__status .btn,
  .chat__status input {
    font-size: 12px;
  }

  .chat__status .btn>* {
    font-size: inherit;
  }
}

.chat-inner body {
  /* 不使用 */
  margin: 0 !important;
}

/* chat iframe */
.chat-inner .inner {
  /* 不使用 */
  overflow: hidden;
}

/* chat iframe */
.chat-inner .ifrm {
  width: 100%;
  min-height: 55vh;
  padding: 10px 0;
  background: #fff;
  border: 1px solid #d1d0d0;
}

@media only screen and (max-width: 959px) {
  .chat-inner .ifrm {
    min-height: 50vh;
    padding: 5px 0;
  }
}

@media only screen and (max-width: 320px) {
  .chat-inner .ifrm {
    min-height: 42vh;
    padding: 0;
  }
}

/* chat 吹き出し */
.left_balloon,
.right_balloon {
  margin: 10px 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

@media only screen and (max-width: 959px) {

  .left_balloon,
  .right_balloon {
    margin: 18px 12px;
  }
}

.right_balloon {
  justify-content: flex-end;
}

.faceicon img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

@media only screen and (max-width: 959px) {
  .faceicon img {
    width: 25px;
    height: 25px;
  }
}

.right_balloon .faceicon {
  margin-left: 25px;
  order: 2 !important;
  display: none
}

.left_balloon .faceicon {
  margin-right: 25px;
}

@media only screen and (max-width: 959px) {
  .left_balloon .faceicon {
    margin-right: 12px;
  }
}

.balloon_div_right {
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 10px 13px 10px 18px;
  border-radius: 12px;
  background: #c5f281;
  box-sizing: border-box;
  margin: 0 !important;
  line-height: 1.5;
}

.left_balloon .balloon_div_right {
  background: #d1d0d0;
}

.system_balloon {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 10px 13px 10px 18px;
  border-radius: 12px;
  background: #c9efff;
  box-sizing: border-box;
  line-height: 1.5;
}

.but_send {
  background-color: #99DEED;
  color: #fff;
  border-radius: 4px !important;
  margin: 5px 10px 5px 0;
  border-left: none !important;
}

.but_send:hover {
  background-color: var(--site-c-blue);
}

.but_agree {
  border-left: none !important;
}

.enterprise {
  background: #ddd !important;
}

@media only screen and (max-width: 959px) {

  .balloon_div_right,
  .system_balloon {
    padding: 8px 13px 10px 15px;
  }
}

.balloon_div_right p,
.system_balloon p {
  width: 100%;
  margin: 0;
  display: block;
  font-size: 14px;
}

@media only screen and (max-width: 959px) {

  .balloon_div_right p,
  .system_balloon p {
    font-size: 12px;
  }
}

.balloon_div_right p:first-child,
.system_balloon p:first-child {
  margin-top: 0 !important;
}

.balloon_div_right::after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  /*   margin-top:-3px;  */
}

.left_balloon .enterprise::after {
  left: -26px;
  border-right: 22px solid #ddd !important;
}

.left_balloon .balloon_div_right::after {
  left: -26px;
  border-right: 22px solid #d1d0d0;
}

.right_balloon .balloon_div_right::after {
  right: -26px;
  border-left: 22px solid #c5f281;
}

@media only screen and (max-width: 959px) {
  .left_balloon .balloon_div_right::after {
    top: 4px;
    left: -20px;
    border-right: 22px solid #d1d0d0;
  }

  .right_balloon .balloon_div_right::after {
    top: 4px;
    right: -20px;
    border-left: 22px solid #c5f281;
  }
}

.balloon_sub {
  margin: 0 0 2px;
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.balloon_name {
  margin-right: 5px;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.balloon_date {
  margin-right: 5px;
  color: #7d7d7d;
  font-size: 11px
}

.balloon_kidoku {
  padding: 0 5px;
  font-size: 10px;
  border: 1px solid #B4BFC2;
  border-radius: 3px;
}

@media screen and (max-width: 959px) {
  .balloon_name {
    width: 100%;
  }

  .balloon_name,
  .balloon_date {
    font-size: 10px;
  }

  .balloon_kidoku {
    font-size: 8px;
  }
}

/* chat footer */
.chat-footer {
  position: relative;
}

.chat-footer textarea {
  padding-bottom: 40px
}

.submit__area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  bottom: 6px;
  right: 20px;
}

.chat__submit [type="submit"],
.chat__submit [type="button"],
.chat__submit [type="file"] {
  border-left: 1px solid #d1d0d0;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  width: auto;
  height: 40px;
  padding: 0 1ex;
}

.btn-file {
  height: 40px;
}

.btn-file::before {
  content: "";
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: url("../images/icon-clip.png") center center / 100% no-repeat;
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 959px) {
  .chat-footer textarea {
    max-height: 40vh;
    padding: 15px 10px 40px;
  }

  .chat-footer textarea::placeholder {
    font-size: 13px;
    line-height: 2
  }

  .submit__area {
    right: 10px;
  }

  .btn-file {
    height: 30px;
  }

  .btn-file::before {
    width: 30px;
    height: 30px;
    margin-right: 0;
  }

  .chat__submit [type="submit"],
  .chat__submit [type="button"],
  .chat__submit [type="file"] {
    font-size: 10px;
    height: 30px;
    padding: 0 10px;
  }
}

/**
 * pagination
 * NOTE:
**/
.pagination {
  margin: 40px auto;
}

.pagination__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 12px;
}

.pagination span,
.pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 2px solid var(--site-c-blue);
  background: #f6f6f8;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.pagination span:last-child,
.pagination a:last-child {
  margin-right: 0
}

.pagination .current,
.pagination a:hover {
  color: #fff;
  background: var(--site-c-blue)
}

@media only screen and (max-width: 959px) {
  .pagination {
    margin: 20px auto 0;
  }
}

@media only screen and (max-width: 320px) {
  .pagination {
    font-size: 11px
  }

  .pagination span,
  .pagination a {
    padding: 8px 10px 8px 10px
  }

  .pagination .current {
    padding: 8px 10px 8px 10px
  }
}

/**
 * outline
 * NOTE: 詳細ページの本文
**/
/*	outline - 詳細
---------------------------------*/
.outline {
  background: #f6f6f8;
}

.outline+.outline {
  padding-top: 0;
}

.outline-inner {
  border-radius: 10px;
  width: 100%;
  padding: 40px 40px 70px;
  background: #fff;
  /*box-shadow: 0 0 15px rgba(0, 0, 0, .15);*/
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.outline-inner__img {
  width: 175px;
  height: 175px;
  object-fit: cover;
  border-radius: 5px;
}

.outline-inner__txtBox {
  width: calc(100% - 205px);
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  gap: 10px 0;
}

.outline-inner__rate {
  width: 100%;
  color: var(--site-c-red);
  font-weight: 700;
}

.outline-inner__name {
  width: 40%;
  font-size: 30px;
  font-weight: 700;
}

.outline-inner__info {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px
}

.outline-inner__info dl {
  display: flex;
  align-items: center;
  gap: 10px
}

.outline-inner__info dt {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: var(--site-c-blue);
  color: #fff;
  font-size: 14px;
  min-width: 96px;
  min-height: 28px;
  padding: 0 1ex;
}

/**女性版**/
.women .outline-inner__info dt {
  background: var(--site-c-red);
}

.outline-inner__profile {
  width: 100%;
  padding: 15px 25px;
  background: #f3f3fc;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/**女性版**/
.women .outline-inner__profile {
  background: #fdf0f1
}

.outline-inner__profile dl {
  display: flex;
  align-items: center;
  width: calc((100% - 30px) / 4);
  padding: 5px 0;
}

.outline-inner__profile dt {
  font-weight: 700;
}

.outline-inner__profile dd {}

.outline-inner__desc {
  width: 100%;
}

.outline-inner__desc>span {
  display: block;
}

.outline-inner-cts {
  width: 100%;
  display: flex;
  gap: 20px
}

.outline-inner-cts__img {
  width: 317px;
  height: 93px
}

.outline-inner-cts__inner {
  width: calc(100% - 337px)
}

.outline-inner-cts__ttl {
  color: var(--site-c-blue);
  font-size: 24px;
  font-weight: 700;
}

.outline-inner-cts__table {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #c6c6c6;
}

.outline-inner-cts__table tr {
  padding: 10px 20px;
  border-top: 1px solid #c6c6c6;
  display: flex;
  align-items: center;
  gap: 15px
}

.outline-inner-cts__table tr:nth-child(odd) {
  background: #f3f3fc
}

.outline-inner-cts__table th {
  font-weight: 700;
  text-align: left;
  width: 8em;
  border-right: solid 1px #d1d0d0;
}

/* .outline-inner-cts__table th::after {
  width: 26px;
  height: 24px;
  content: '：';
  display: inline-block;
} */

.outline-inner-cts__table th small {
  font-size: 90%;
}

.outline-inner-cts__table td {
  width: calc(100% - 8em);
}

@media only screen and (max-width: 959px) {
  .outline-inner-cts__table tr {
    display: block;
  }
  .outline-inner-cts__table th,
  .outline-inner-cts__table td {
    width: 100%;
    display: block;
    border-right: none;
  }

  .outline-inner-cts__table th {
    text-align: left;
  }

  .outline-inner-cts__table th::after {
    display: none;
  }
}

.outline-inner__btnBox {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 16px 8px;
}

.outline-inner__btn {
  max-width: 256px;
  width: 100%;
}

.outline-inner__btnBox .outline-inner__btn {
  width: calc((100% - 8px * 2) / 3);
  /* 3col */
}

.outline-inner__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  width: 100%;
  height: 62px;
  gap: 5px;
  position: relative;
}

.outline-inner__blacklist {
  max-width: 256px;
  /*width: calc(30% - 40px);*/
  width: 100%;
}

.outline-inner__btnBox .outline-inner__blacklist {
  width: calc((100% - 8px * 2) / 3);
  /* 3col */
}

.outline-inner__blacklist a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
  background: #9a9a9a;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  height: 48px;
  gap: 5px;
  position: relative;
}

.outline__backtolist {
  width: 320px;
  max-width: 100%;
  margin: 60px auto 0;
}

.outline__backtolist a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3em;
  border: 1px solid var(--site-c-blue);
  background: #fff;
  color: var(--site-c-blue);
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  height: 70px;
  gap: 15px;
  position: relative;
}

.outline__backtolist a::after {

  content: '\f054';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  font-size: 1em;
  font-weight: 900;

  display: inline-block;
  transform: scale(1.25);
  position: absolute;
  right: 1.5ex;
  opacity: 0.5;
}

@media only screen and (max-width: 1300px) {
  .outline-inner__profile dl {
    width: calc((100% - 30px) / 3);
  }
}

@media only screen and (max-width: 1200px) {
  .outline-inner__profile dl {
    padding: 2px;
    font-size: 13px;
  }

  .outline-inner__name {
    width: 100%;
  }

  .outline-inner__info {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
  }
}

@media only screen and (max-width: 959px) {
  .outline-inner {
    padding: 25px;
    gap: 20px;
  }

  .outline-inner__item {
    gap: 20px;
  }

  .outline-inner__img {
    width: 100px;
    height: 100px;
  }

  .outline-inner__txtBox {
    width: calc(100% - 120px);
  }

  .outline-inner__name {
    font-size: 24px
  }

  .outline-inner__profile {
    padding: 15px;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 5px 10px;
  }

  .outline-inner-cts__img {
    display: none
  }

  .outline-inner-cts__inner {
    width: 100%
  }

  .outline-inner-cts__table {
    margin-bottom: 20px;
  }

  .outline-inner__btnBox {
    gap: 12px 4px;
  }

  .outline-inner__btnBox .outline-inner__btn {
    max-width: none;
    width: 100%;
    /* 1col */
  }

  .outline-inner__btn a {
    font-size: 14px;
    height: 50px;
    gap: 5px;
  }

  .outline-inner__blacklist {
    /*width: calc(30% - 20px);*/
  }

  .outline-inner__btnBox .outline-inner__blacklist {
    width: calc((100% - 4px * 1) / 2);
    /* 2col */
  }

  .outline-inner__blacklist a {
    font-size: 12px;
    padding: 0 1ex;
  }
}

@media screen and (max-width: 767px) {
  .outline-inner__profile dl {
    width: 100%;
    font-size: 14px;
  }

  .outline {
    padding: 15px 0;
  }

  .outline-inner {
    padding: 15px;
    gap: 10px;
  }

  .outline-inner__img {
    width: 60px;
    height: 60px;
  }

  .outline-inner__txtBox {
    width: calc(100% - 70px);
  }

  .outline-inner__name {
    font-size: 20px;
  }

  .outline-inner__desc {
    font-size: 15px;
  }

  .outline-inner__info {}

  .outline-inner__info dt {
    font-size: 12px;
    min-width: 72px;
    min-height: 24px;
  }

  .outline-inner__info dd {
    font-size: inherit;
  }

  .outline-inner__btn a {
    height: 50px
  }

  .outline-inner__btn {
    width: calc((100% - 10px)/2);
  }

  .outline-inner__blacklist {
    width: 100%
  }

  .outline__backtolist {
    margin-top: 40px
  }
}

/**
 * knowledge
 * NOTE:
**/
/* knowledge section */
.knowledge {}

/* knowledge list wrapper */
.knowledge__list {
  --knowledge-list-gap: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  gap: var(--knowledge-list-gap);
}

@media screen and (min-width: 960px) {
  .knowledge__list {
    --knowledge-list-gap: 8px;
    gap: var(--knowledge-list-gap);
  }
}

/* knowledge list item */
.knowledge__item {}

@media screen and (min-width: 960px) {
  .knowledge__item {
    /* NOTE: 5カラム */
    width: calc((100% - var(--knowledge-list-gap) * 4) / 5);
    /* NOTE: 上方向にギャップと同じ余白を追加で入れる（=縦方向は2倍のギャップ） */
    margin-top: var(--knowledge-list-gap);
  }

  .knowledge__item:nth-child(-n+5) {
    /* NOTE: 上から5つはマージンなし */
    margin-top: 0;
  }
}

@media only screen and (max-width: 959px) {
  .knowledge__item {
    /* NOTE: 2カラム */
    width: calc((100% - var(--knowledge-list-gap) * 1) / 2);
    /* NOTE: 上方向にギャップと同じ余白を追加で入れる（=縦方向は2倍のギャップ） */
    margin-top: var(--knowledge-list-gap);
  }

  .knowledge__item:nth-child(-n+2) {
    /* NOTE: 上から2つはマージンなし */
    margin-top: 0;
  }
}

.knowledge__img img {
  height: 160px;
  object-fit: cover;
}

.knowledge__desc {
  margin-top: 10px
}

.knowledge__ttl {
  font-weight: 700
}

.knowledge__txt {
  margin-top: 5px
}

.knowledge__txt--more {
  color: var(--site-c-blue)
}

@media only screen and (max-width: 1200px) {
  .knowledge__img img {
    height: 100px
  }
}

@media screen and (max-width: 959px) {
  .knowledge__item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px
  }

  .knowledge__item:nth-child(2n) {
    margin-right: 0
  }
}

#column__main {
  width: 100%;
  max-width: 700px;
  margin: 0 auto
}

.column__ttl {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700
}

.column__inner {
  padding: 30px;
  border: 1px solid #d1d0d0;
  line-height: 2;
}

.column__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #535d64;
}

.column__img {
  margin: 20px 0;
}

@media screen and (max-width: 959px) {
  .column__inner {
    padding: 10px;
  }

  .column__ttl {
    font-size: 18px
  }

  #column__main .btn {
    font-size: 12px
  }
}

#about section {
  padding: 80px 0
}

@media only screen and (max-width: 767px) {
  #about section {
    padding: 40px 0;
  }
  #about section.subpage-head {
    padding: 20px 0;
  }
}

.about__ttl {
  font-size: 38px;
  font-weight: 700;
  font-family: var(--site-font-serif);
  text-align: center;
}

.about__subttl {
  font-size: 18px;
  text-align: center;
}

.about__ttl-wrap {
  padding-block: 50px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .about__ttl {
    font-size: 30px;
  }

  .about__ttl-wrap {
    padding-block: 20px;
    margin-bottom: 40px;
  }
}

#about .about__female {
  padding-top: 0;
}


.about__female .about__ttl-wrap {
  background: #fdf0f1;
  color: var(--site-c-red);
}

.about__male .about__ttl-wrap {
  background: #f3f3fc;
  color: var(--site-c-blue);
}

.about__txt {
  width: 100%;
  margin: 0 auto;
  /* max-width: 700px; */
  line-height: 2
}

.about__txt p {
  margin-bottom: 20px
}

.about__box {
  background: #f6f6f8;
  border-radius: 10px;
  padding: 40px;
  width: 100%;
  /* max-width: 700px; */
  margin: 60px auto;
}

.about__female .about__box {
  background: #fbf3f3;
}

.about__box-list {
  color: var(--site-c-blue);
  font-size: 22px;
  font-weight: 700;
  margin-block: 20px;
}

.about__female .about__box-list {
  color: var(--site-c-red);
}

.about__box-list i {
  margin-right: .5em;
}

.about__box-txt + .about__box-txt {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .about__box {
    padding: 20px;
    margin: 40px auto;
  }
  .about__box-list {
    font-size: 20px;
  }
}

.about__balloon-wrap {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 40px;
  margin-bottom: 30px;
}

.about__balloon {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  min-width: 120px;
  max-width: 100%;
  width: calc(100% - 160px);
  font-size: 20px;
  font-weight: 700;
  background: #f3f3fc;
  border-radius: 10px;
  color: var(--site-c-blue);
}

.about__balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -29px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #f3f3fc;
}

.about__balloon p {
  margin-bottom: 0;
}

.about__balloon-img {
  width: 120px;
}

@media only screen and (max-width: 767px) {
  .about__balloon-wrap {
    flex-direction: column;
    gap: 30px;
  }
  .about__balloon {
    margin-top: 1.5em;
    padding: 15px;
    width: 100%;
    font-size: 16px;
  }
  .about__balloon:before {
    top: 100%;
    left: 50%;
    margin-top: 0;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #f3f3fc;
  }
  .about__balloon-img {
    margin-inline: auto;
  }
}

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

.about__wish-txt {
  width: calc(100% - 500px);
}

.about__wish-img {
  width: 240px;
  height: 240px;
  background: #fff;
  border: 2px solid var(--site-c-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about__wish-img-1 {
  margin-right: -80px;
  margin-top: -40px;
}


.about__wish-img-1 img {
  width: 130px;
}

.about__wish-img-2 img {
  width: 150px;
}


@media screen and (max-width: 959px) {
  .about__wish {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .about__wish-txt {
    order: 1;
    width: 100%;
  }

  .about__wish-img {
    width: 45%;
    height: inherit;
    aspect-ratio: 1 / 1;
    margin-top: 40px;
  }

  .about__wish-img-1 {
    margin-right: -20px;
  }

  .about__wish-img-2 {
    margin-top: 60px;
  }

  .about__wish-img-1 img {
    width: 56%;
  }

  .about__wish-img-2 img {
    width: 68%;
  }

  .about__wish-img-1 {
    order: 2;
  }

  .about__wish-img-2 {
    order: 3;
  }
}

.about__message {
  border: 2px solid var(--site-c-red);
  border-radius: 10px;
  padding: 60px 40px 40px;
  margin-top: 60px;
  position: relative;
}

.about__message:before {
  content: attr(data-en);
	position: absolute;
	transform: rotate(-5deg);
	top: -20px;
	left: -15px;
	color: var(--site-c-red);
	font-size: 40px;
	font-weight: 700;
	font-family: var(--site-font-serif);
  background: #fff;
  line-height: 1;
} 

.about__message:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  margin-right: -10px;
  background: url(../images/about-hart.svg) no-repeat;
  width: 100px;
  height: 100px;
}


@media only screen and (max-width: 767px) {
  .about__message {
    padding: 40px 20px 100px;
    margin-top: 50px;
  }
  .about__message:before {
    top: -15px;
    left: -10px;
    font-size: 30px;
  } 
}

.about-section__ttl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

/*	FEATURE
---------------------------------*/
.feature__ttl {
  color: var(--site-c-blue);
  font-family: var(--site-font-serif);
  font-size: 36px;
  position: relative;
  /* display: flex;
  align-items: center; */
  text-align: center;
}

.feature__en-ttl {
  margin-bottom: 10px;
  text-align: center;
}

.feature__en-ttl span {
  display: inline-block;
  color: #dadae7;
  font-size: 90px;
  font-weight: 400;
  font-family: "Cinzel", serif;
  line-height: 1;
}

.feature__en-ttl img {
  max-width: 507px;
  width: 100%;
  height: 94px;
  object-fit: contain;
}

@media only screen and (min-width: 768px) {
  .feature__ttl::before {
    content: '';
    width: 32px;
    height: 36px;
    margin-right: 15px;
    background: url(../images/icon-flag.png) center center / contain no-repeat;
    display: inline-block;
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .feature__ttl {
    font-size: 26px;
    text-align: left;
  }

  .feature__en-ttl {
    text-align: left;
  }

  .feature__en-ttl span {
    font-size: 48px;
  }

  .feature__en-ttl img {
    height: 47px;
  }
}


.feature__txt {
  font-size: 20px;
  font-weight: 500;
  font-feature-settings: 'palt';
  line-height: 2.3333;
  letter-spacing: 0.1ex;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .feature__txt {
    font-size: 16px;
    margin-top: 20px;
  }
}


.feature-list {
  display: flex;
  justify-content: space-between;
}

.feature-inner__item {
  width: 100%;
  width: 31%;
  margin-top: 80px;
  /* display: flex;
  flex-wrap: wrap;
  align-items: center; */
  justify-content: space-between;
}

.feature-inner__img {
  /* width: calc((100% - 80px)/2); */
  margin-bottom: 30px;
}

.feature-inner__img img {
  border-radius: 10px;
  width: 100%;
  /* height: 370px; */
  object-fit: cover;
}

.even .feature-inner__desc {
  order: 1;
}

.feature-inner__desc {
  width: calc((100% - 80px)/2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.feature-inner__num-wrap {
  background: var(--site-c-blue);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-inline: auto;
  margin-bottom: -30px;
  position: relative;
  z-index: 1;
  padding-top: 6px;
}

.feature-inner__num {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  /*border: solid 2px var(--site-c-blue);*/
  background: transparent;
  color: #fff;
  /* color: var(--site-c-blue); */
  font-size: 60px;
  font-size: 46px;
  font-family: "Cinzel", serif;
  letter-spacing: -0.05ex;
  line-height: 1;
  /* width: 2em; */
  aspect-ratio: 1 / 1;
  position: relative;
}

/* .feature-inner__num::after {
  content: '';
  display: block;
  border-radius: 50%;
  border: solid 1px var(--site-c-blue);
  border-style: solid dashed dashed solid;
  border-width: 1px;
  border-color: var(--site-c-blue);
  width: 2em;
  aspect-ratio: 1 / 1;
  position: absolute;
  left: 50%;
  top: calc( 50% - 5px );
  z-index: 10;
  transform: translate(-50%,-50%);
  pointer-events: none;
} */
@media only screen and (max-width: 767px) {
  .feature-inner__num {
    font-size: 30px;
  }

  /* .feature-inner__num::after {
    top: calc( 50% - 2px );
  } */
}


.feature-inner__en {
  display: block;
  color: #818393;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: 16px;
  font-size: 14px;
}

.feature-inner__ttl {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.feature-inner__ttl h3 {
  /* width: calc(100% - 130px); */
  font-size: 28px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .feature-inner__ttl h3 {
    /* width: calc(100% - 70px); */
    font-size: 20px;
  }
}

.feature-inner__txt {
  font-size: 17px;
  font-weight: 500;
  font-feature-settings: 'palt';
  line-height: 2.3333;
  letter-spacing: 0.1ex;
}

@media screen and (max-width: 1200px) {

  /* .feature-inner__desc,
  .feature-inner__img {
    width: calc((100% - 20px)/2);
  } */
}

@media only screen and (max-width: 959px) {
  .feature-list {
    display: block;
  }

  .feature-inner__item {
    gap: 20px;
    width: 100%;
  }

  .feature-inner__num-wrap {
    margin-bottom: -40px;
  }

  .feature-inner__desc,
  .feature-inner__img {
    width: 100%;
  }

  .feature-inner__desc {
    gap: 15px;
    order: 1;
  }

  .feature-inner__ttl {
    font-size: 20px;
  }

  /* .feature-inner__img img {
    height: 50vh;
  } */
}

@media only screen and (max-width: 767px) {
  .feature-inner__item {
    margin-top: 20px;
  }

  .feature-inner__img {
    margin-bottom: 15px;
  }

  .feature-inner__ttl {
    margin-bottom: 10px;
  }

  .feature-inner__txt {
    font-size: 15px;
  }
}

/*	FLOW
---------------------------------*/

.flow__ttl {
  color: var(--site-c-blue);
  font-family: var(--site-font-serif);
  font-size: 36px;
  position: relative;
  /* display: flex;
  align-items: center; */
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .flow__ttl::before {
    content: '';
    width: 41.5px;
    height: 42.5px;
    margin-right: 10px;
    background: url(../images/icon-flow.png) center center / contain no-repeat;
    display: inline-block;
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .flow__ttl {
    text-align: left;
  }
}

.flow__en-ttl {
  margin-bottom: 10px;
  text-align: center;
}

.flow__en-ttl span {
  display: inline-block;
  color: #dadae7;
  font-size: 90px;
  font-weight: 400;
  font-family: "Cinzel", serif;
  line-height: 1;
}

.flow__en-ttl img {
  max-width: 332px;
  width: 100%;
  height: 94px;
  object-fit: contain;
}

@media only screen and (max-width: 767px) {
  .flow__en-ttl {
    text-align: left;
  }

  .flow__en-ttl span {
    font-size: 48px;
  }

  .flow__en-ttl img {
    height: 47px;
  }
}


.flow-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}

.flow-list__item {
  border-radius: 10px;
  background: #f6f6f8;
  text-align: center;
  width: calc((100% - 40px * 3)/4);
  padding: 24px;
  position: relative;
}

@media screen and (min-width: 960px) {
  .flow-list__item::after {
    width: 32px;
    height: 32px;
    content: '';
    background-image: url(../images/flow-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: -47px;
    display: none;
  }
}

.flow-list__item:last-child::after {
  display: none
}

.flow-list__num {
  color: var(--site-c-blue);
  font-weight: 400;
  font-family: "Cinzel", serif;
  font-size: 52px;
  line-height: 1;
}

.flow-list__img {
  width: 28px;
  height: 28px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-list__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.flow-list__desc {
  text-align: center
}

.flow-list__ttl {
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  font-family: var(--site-font-serif);
  font-feature-settings: 'palt';
}

.flow-list__txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.333;
  text-align: left;
  margin-top: 15px;
}

@media only screen and (max-width: 1200px) {
  .flow-list__item {
    width: calc((100%/4) - 10px);
    padding: 20px
  }

  .flow-list__img {
    margin-bottom: 20px
  }
}

@media only screen and (max-width: 959px) {
  .swipe .flow-list {
    margin-top: 20px;
    gap: 10px;
  }

  .flow-list__item {
    width: 100%
  }
}

@media only screen and (max-width: 767px) {
  .flow__ttl {
    font-size: 26px;
  }

  .flow__en-ttl {
    width: 166px;
    height: 47px;
  }
}

/**
 * ご利用ガイド
**/
.guide__item {
  width: 100%;
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
}

.guide__item:first-child {
  margin-top: 0
}

.guide__img {
  padding-right: 40px;
}

.guide__img img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
}

.guide__desc {
  width: 100%;
  padding: 0 0 20px 40px;
  border-left: 1px solid #e7e6e6;
}

.guide__ttl {
  margin: 20px 0 10px;
  font-size: 24px;
  font-weight: 700;
}

@media only screen and (max-width: 959px) {
  .guide__item {
    margin: 40px 0;
    flex-wrap: wrap
  }

  .guide__img {
    width: 100%;
    padding: 0;
  }

  .guide__img img {
    margin: 0 auto;
  }

  .guide__desc {
    width: 100%;
    padding: 0;
    border: none;
  }

  .guide__ttl {
    font-size: 18px
  }
}

.faq__area {
  margin-bottom: 80px
}

.faq__anchor {
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.faq__link {
  margin-right: 30px;
}

.faq__link a {
  width: 100%;
  height: 44px;
  padding: 0 5px;
  color: #a5a5a5;
  font-size: 18px;
  border-bottom: 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq__link a:hover,
.faq__link a.is-current {
  color: var(--site-c-blue);
}

@media only screen and (max-width: 959px) {
  .faq__link {
    width: 32.333333%;
    margin-right: 1.5%;
  }

  .faq__link:nth-child(3n) {
    margin-right: 0
  }

  .faq__link a {
    font-size: 12px;
  }
}

.listAccordion {
  margin: 0 auto
}

.listAccordion label {
  margin-top: 20px;
  padding: 24px 5px 24px 75px;
  font-weight: 700;
  background: #fff;
  border: 1px solid #d1d0d0;
  display: block;
  cursor: pointer;
  position: relative
}

.listAccordion label:first-child {
  margin-top: 0
}

.listAccordion label:hover {
  background: #f6f6f8
}

.listAccordion input[type="checkbox"].on-off {
  display: none
}

.listAccordion .listTips {
  margin: 0;
  padding: 0;
  color: #535d64;
  background: #fff;
  position: relative
}

.listAccordion input[type="checkbox"].on-off+.listTips {
  height: 0;
  overflow: hidden
}

.listAccordion input[type="checkbox"].on-off:checked+.listTips {
  height: auto;
  margin-top: 10px;
  padding: 24px 15px 24px 105px;
  border: 1px solid #d1d0d0;
}

/*開閉アイコン */
.listAccordion label::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #999;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -1px;
  transition: 0.3s;
}

.listAccordion label::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #999;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -1px;
  transition: 0.3s;
  transform-origin: center center;
  transform: rotate(90deg);
}

.listAccordion .label_open::after {
  transform: rotate(0deg);
}

.listAccordion .label_open::before {
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .listAccordion label::before {
    right: 15px;
  }

  .listAccordion label::after {
    right: 15px;
  }
}

.listAccordion label .iconq,
.listAccordion input[type="checkbox"].on-off:checked+.listTips .icona {
  position: absolute;
  left: 20px;
  top: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center
}

.listAccordion input[type="checkbox"].on-off:checked+.listTips .icona {
  left: 50px;
}

@media only screen and (max-width: 568px) {

  .listAccordion label .iconq,
  .listAccordion input[type="checkbox"].on-off:checked+.listTips .icona {
    left: 5px
  }

  .listAccordion label,
  .listAccordion input[type="checkbox"].on-off:checked+.listTips {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (min-width: 960px) {
  .terms__article {
    background: #fff;
    padding: 40px 40px 0;
    border: 1px solid #d1d0d0;
    border-radius: 5px
  }
}

.terms__article {
  width: 100%
}

.terms__ttl {
  font-size: 24px;
  font-weight: 700
}

.terms__item {
  margin-bottom: 40px
}

.terms__txt {
  margin-top: 10px
}

@media screen and (max-width: 959px) {
  .terms__ttl {
    font-size: 18px
  }
}

@media screen and (min-width: 960px) {
  .policy__article {
    background: #fff;
    padding: 40px 40px 0;
    border: 1px solid #d1d0d0;
    border-radius: 5px
  }
}

.policy__article {
  width: 100%
}

.policy__ttl {
  font-size: 24px;
  font-weight: 700
}

.policy__item {
  margin-bottom: 40px
}

.policy__txt {
  margin-top: 10px
}

@media screen and (max-width: 959px) {
  .policy__ttl {
    font-size: 18px
  }
}

.clearfix::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.breadcrumb mark,
.outline-head mark,
.outline-eval mark {
  background-color: inherit !important;
  color: inherit !important;
}

.thumbnail {
  width: auto !important;
  height: auto !important;
  max-width: 150px;
  object-fit: cover;
}

.banner_item {
  height: 150px !important;
  margin: 10px;
}

.banner_item img {
  height: 100%;
}

/** m_top1、m_top2のtable系の**/
div.top-list.box-body:has(#table_summary) {
  overflow-x: scroll;
}

div.top-list.box-body table#table_summary {
  width: 100%;
  border-collapse: collapse;
}

div.top-list.box-body table#table_summary th {
  white-space: nowrap;
}

div.top-list.box-body table#table_summary td {
  position: relative;
}

div.top-list.box-body table#table_summary form[name=form52] {
  min-width: 100px;
}

.formwrap_ttl {
  font-size: 24px;
  font-weight: 700;
  margin: 20px 0 10px;
}

@media screen and (max-width: 959px) {
  .formwrap_ttl {
    margin: 40px 0 20px;
  }
}

/*formの入力欄幅調整用*/

.formset__input .mw10 {
  max-width: 100px;
}

.formset__input .mw20 {
  max-width: 200px;
}

.formset__input .mw50 {
  max-width: 500px;
}

.ninja_onebutton {
  z-index: 1 !important;
}

.search-filter__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0 5px;
}

.search-filter__list>li {
  width: calc((100% - 20px) / 3);
  margin: .5rem 0;
}

@media only screen and (max-width: 768px) {
  .search-filter__list>li {
    width: calc((100% - 10px) / 2);
  }
  .search-filter__ttl {
    width: 100%;
  }
  .search-filter__ttl input {
    width: 100%;
  }
}

.textarea_ttl {
  vertical-align: top;
  padding-top: 2rem;
}
.education_list select {
  width: calc(100% - 3em);
  margin-right: .2em;
}
.education_list span::after {
  right: 18px;
}
.education_txt {
  display: contents;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .textarea_ttl {
    padding-top: 0;
  }
  .modal__btn > span strong {
    display: unset;
    font-size: 15px;
  }
}

.plusarea-num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-left:4px;
  padding:0 6px;
  height:18px;
  font-size:12px;
  font-weight:600;
  line-height:1;

  --accent: #0066cc;/* 例：青系 */
  
  color:var(--accent);
  background:color-mix(in srgb, var(--accent) 20%, transparent);
  border:1px solid color-mix(in srgb, var(--accent) 35%, transparent);
  border-radius:9999px;
}

.plusarea-num-woman{  
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-left:4px;
  padding:0 6px;
  height:18px;
  font-size:12px;
  font-weight:600;
  line-height:1;
  
  --accent: #ec6e6e;
  
  color:var(--accent); 
  background:color-mix(in srgb, var(--accent) 20%, transparent);
  border:1px solid color-mix(in srgb, var(--accent) 35%, transparent);
  border-radius:9999px;
}
