@charset "UTF-8";
main.-single {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  main.-single {
    padding-top: var(--header-height);
  }
}
main.-single section {
  margin-bottom: 8rem;
}

main.-page .p-kv_under__inner {
  position: relative;
}
main.-page .p-kv_under__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
main.-page .p-kv_under__ttl .jp {
  color: #fff;
}
main.-page .p-kv_under__ttl .en {
  color: #fff;
}
main.-page .p-kv_under__img {
  margin: 0;
  height: 30vw;
}
@media screen and (max-width: 991.9px) {
  main.-page .p-kv_under__img {
    height: 45vw;
  }
}
@media screen and (max-width: 767.9px) {
  main.-page .p-kv_under__img {
    height: 55vw;
  }
}
main.-page .p-kv_under__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
  filter: brightness(0.7);
}
main.-page .l-content {
  position: relative;
}

@media screen and (min-width: 992px) {
  .l-header__inner {
    padding: 1.3rem 3.2rem 1.3rem 3rem;
  }
}
@media screen and (max-width: 767.9px) {
  .l-header__logo {
    width: 15%;
  }
}

.l-header.-page .l-header__inner {
  box-shadow: 0 0 10px rgb(183, 183, 183);
}

.l-gnavi__link {
  position: relative;
}
@media screen and (max-width: 991.9px) {
  .l-gnavi__menu ul {
    align-items: baseline;
  }
}
@media screen and (max-width: 991.9px) {
  .l-gnavi__item.has-sub a {
    padding-bottom: 0;
  }
}
.l-gnavi__submenu {
  display: none;
  padding: clamp(1.5rem, 2vw, 1.5rem);
  position: absolute;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 992px) {
  .l-gnavi__submenu {
    min-width: 10em;
  }
}
@media screen and (max-width: 991.9px) {
  .l-gnavi__submenu {
    display: block;
    margin-left: 2em;
    padding-bottom: 1em;
    position: static;
    box-shadow: none;
    border-radius: 0;
    padding-top: 0;
  }
}
.l-gnavi__submenu li a {
  display: block;
  padding: 0.55rem 0.8rem;
  transition: all 0.3s ease;
  border-radius: 4px;
  position: relative;
  font-size: 0.9em;
}
.l-gnavi__submenu li a::before {
  content: "・";
  color: #094271;
}
@media screen and (min-width: 992px) {
  .l-gnavi__submenu li a::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #094271;
    transform: scale(0);
    transition: 0.4s;
  }
  .l-gnavi__submenu li a:hover::after {
    transform: scale(1);
  }
}
@media screen and (max-width: 991.9px) {
  .l-gnavi__submenu li a::after {
    content: "";
    width: 1em;
    height: 1px;
    position: absolute;
    top: calc(50% + 4px);
    transform: translateY(-50%);
    left: -1em;
    background: #094271;
  }
}

.l-footer__logo img {
  width: min(100%, 20rem);
  display: block;
}
.l-footer__logo svg {
  width: min(100%, 20rem);
}

.p-kv_under::before {
  content: none;
}
.p-kv_under__ttl {
  padding-left: 0;
  width: 100%;
}
@media screen and (max-width: 575.9px) {
  .p-kv_under__ttl {
    padding-bottom: 1rem;
  }
}
.p-kv_under__ttl .jp {
  color: #000;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767.9px) {
  .p-kv_under__ttl .jp {
    font-size: 2rem;
  }
}
.p-kv_under__cat {
  color: #094271;
}
.p-kv_under__img {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}
.p-kv_under__img img {
  width: 100%;
}

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

.p-home_recommend__tbl a {
  color: #fff;
  text-decoration: underline;
  transition: ease 0.4s;
}
.p-home_recommend__tbl a:hover {
  opacity: 0.7;
}

.p-company__cont {
  margin: 0 auto;
  margin-bottom: 8rem;
  width: min(90%, 90rem);
}
@media screen and (max-width: 767.9px) {
  .p-company__cont {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.p-company__box {
  padding: 1.2em;
  border-left: 8px solid #094271;
}
@media screen and (max-width: 767.9px) {
  .p-company__box {
    border-width: 5px;
  }
}
.p-company__box ul {
  display: flex;
  flex-direction: column;
  gap: 1.7em;
}
.p-company__box ul li {
  display: flex;
  gap: 1em;
}
.p-company__box ul li span {
  flex-shrink: 0;
  color: #094271;
  font-weight: 500;
  line-height: 1;
  font-size: 2.2em;
  display: inline-block;
  margin-right: 2px;
}
.p-company__tbl {
  display: flex;
  flex-direction: column;
  border-left: 8px solid #094271;
}
.p-company__tbl dl {
  display: flex;
  border-bottom: 1px solid rgba(9, 66, 113, 0.1803921569);
}
@media screen and (max-width: 767.9px) {
  .p-company__tbl dl {
    flex-direction: column;
  }
}
.p-company__tbl dl:first-of-type {
  border-top: 1px solid rgba(9, 66, 113, 0.1803921569);
}
.p-company__tbl dl dt,
.p-company__tbl dl dd {
  font-size: 1.6rem;
  padding: 1em;
}
.p-company__tbl dl dt {
  width: 15em;
  flex-grow: 0;
  color: #094271;
  font-weight: bold;
  background: #f7f7f7;
}
@media screen and (max-width: 767.9px) {
  .p-company__tbl dl dt {
    width: 100%;
    text-align: center;
  }
}
.p-company__tbl dl dd {
  width: 100%;
  background: #fff;
}

/*-------------------------------
  PRIVACY > COMMON
-------------------------------*/
.p-privacy {
  padding-bottom: 10rem;
  border-bottom: 1px solid #dddddd;
}

.p-privacy__lead {
  margin-bottom: 5rem;
}

.p-privacy__head {
  font-weight: 500;
}

.p-privacy__body {
  margin-top: 5rem;
}

.p-privacy__item:not(:first-child) {
  margin-top: 5rem;
}

.p-privacy__item > dt {
  margin-bottom: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
  color: #094271;
}

.p-privacy__item a {
  text-decoration: underline;
  color: #094271;
}

@media (min-width: 992px) {
  .p-privacy__item a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.p-privacy__list {
  padding-left: 1.5em;
}

.p-privacy__list > li {
  list-style-type: disc;
}

.p-privacy__list > li:not(:first-child) {
  margin-top: 0.25em;
}

.p-privacy__box {
  padding: 2em;
  background: #f6f6f6;
  margin-top: 1em;
}

.p-privacy__ga {
  margin-top: 1em;
}

.p-privacy__ga .link_box {
  margin-top: 1em;
}

.p-privacy__ga .link_box .ttl {
  margin-bottom: 1em;
}

.p-privacy__ga a {
  word-break: break-all;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .p-privacy__ga a:hover {
    text-decoration: none;
  }
}
@media (max-width: 991.9px) {
  .p-privacy__item > dt {
    font-size: 2rem;
  }
  .p-privacy__item > dd {
    font-size: 1.6rem;
  }
  .p-privacy__head {
    font-size: 1.8rem;
  }
}
@media (max-width: 575.9px) {
  .p-privacy__head {
    font-size: 1.4rem;
  }
  .p-privacy__item > dt {
    font-size: 1.8rem;
  }
  .p-privacy__item > dd {
    font-size: 1.4rem;
  }
}
.p-ranking .p-home__deco {
  top: 20rem;
}
.p-ranking .p-home__deco::before {
  bottom: inherit;
  height: calc(var(--body-height) - var(--header-height) - 60vw);
}
.c-card_ranking__wrap {
  gap: 2rem;
  flex-wrap: wrap;
}
.c-card_ranking__item {
  margin: 0 !important;
}
.c-card_ranking img {
  aspect-ratio: 397/246;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.c-goodpoint {
  margin-top: 4rem;
}
@media screen and (max-width: 767.9px) {
  .c-goodpoint {
    margin-top: 2rem;
  }
}
.c-goodpoint__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767.9px) {
  .c-goodpoint__list {
    gap: 1rem;
  }
}
.c-goodpoint__item {
  border-radius: 5px;
  background: #DEE6E9;
  padding: 3.2rem 7rem;
}
@media screen and (max-width: 767.9px) {
  .c-goodpoint__item {
    padding: 1em;
  }
}
.c-goodpoint__label {
  display: flex;
  align-items: center;
  gap: 1.5em;
}
@media screen and (max-width: 767.9px) {
  .c-goodpoint__label {
    gap: 10px;
  }
}
.c-goodpoint__label img {
  display: block;
  width: 1.4em;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .c-goodpoint__label img {
    width: 1em;
  }
}
.c-goodpoint__label span {
  font-weight: 400;
  font-size: 1.8rem;
  color: #094271;
  display: block;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-top: 5px;
}
@media screen and (max-width: 767.9px) {
  .c-goodpoint__label span {
    font-size: 1.4rem;
  }
}
.c-goodpoint__ttl {
  font-size: 2rem;
  font-weight: bold;
  padding: 0.4em 0 0.7em 0;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 767.9px) {
  .c-goodpoint__ttl {
    font-size: 1.6rem;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
  }
}
.c-relation {
  background: #094271;
  padding: 6rem 0;
}
@media screen and (min-width: 992px) {
  .c-relation .c-card_useful.-ranking .c-card_useful__cnt {
    padding: 1.5rem 3rem 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .c-relation .c-card_useful.-ranking .c-card_useful__ttl {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}

.c-chat {
  margin-top: 8rem;
  padding-bottom: 6rem;
  margin-bottom: 6rem;
  border-bottom: 1px solid #F2F1F0;
}
@media screen and (max-width: 767.9px) {
  .c-chat {
    margin-top: 4rem;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
}
.c-chat__list {
  display: flex;
  flex-direction: column;
  gap: 1.6em;
}
@media screen and (max-width: 767.9px) {
  .c-chat__list {
    gap: 10px;
  }
}
.c-chat__item {
  width: 80%;
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767.9px) {
  .c-chat__item {
    gap: 15px;
  }
}
.c-chat__item.-user {
  margin-right: auto;
}
.c-chat__item.-manager {
  margin-left: auto;
  flex-direction: row-reverse;
}
.c-chat__avater {
  width: min(20%, 11rem);
  position: relative;
  flex-shrink: 0;
}
.c-chat__avater p {
  position: absolute;
  bottom: -1.6em;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .c-chat__avater p {
    font-size: 12px;
  }
}
.c-chat__content {
  padding: 3rem;
  border: 2px solid #094271;
  color: #094271;
  border-radius: 5px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .c-chat__content {
    padding: 0.8rem;
    width: 42vw;
    font-size: 1.2rem;
  }
}
.c-chat__content::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
@media screen and (max-width: 767.9px) {
  .c-chat__content::before {
    border-top: 5.5px solid transparent;
    border-bottom: 5.5px solid transparent;
  }
}
.c-chat .c-chat__item.-user .c-chat__content::before {
  left: -20px;
  border-right: 19px solid #094271;
  border-left: 0;
}
@media screen and (max-width: 767.9px) {
  .c-chat .c-chat__item.-user .c-chat__content::before {
    border-right: 9.5px solid #094271;
    left: -10px;
  }
}
.c-chat .c-chat__item.-manager .c-chat__content::before {
  right: -20px;
  border-left: 19px solid #094271;
  border-right: 0;
}
@media screen and (max-width: 767.9px) {
  .c-chat .c-chat__item.-manager .c-chat__content::before {
    border-left: 9.5px solid #094271;
    right: -10px;
  }
}

.c-rankings__ttl {
  text-align: center;
  color: #094271;
  margin-bottom: 6rem;
}
@media screen and (max-width: 991.9px) {
  .c-rankings__ttl {
    margin-bottom: 3rem;
  }
}
.c-rankings__ttl .main {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 991.9px) {
  .c-rankings__ttl .main {
    font-size: 3rem;
  }
}
.c-rankings__ttl .sub {
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 991.9px) {
  .c-rankings__ttl .sub {
    font-size: 1.8rem;
  }
}

.c-post_content h2 {
  font-size: 2.6rem;
  border-left: 5px solid #094271;
  padding-left: 1.2em;
  line-height: 1.4;
  margin-bottom: 1.5em;
}
.c-post_content h3 {
  font-size: 2.2rem;
  color: #094271;
  margin-bottom: 1em;
}
.c-post_content h4 {
  font-size: 1.8rem;
  margin-bottom: 1em;
}
.c-post_content h5 {
  font-size: 1.6rem;
  margin-bottom: 1em;
}
.c-post_content p {
  margin-bottom: 1.5em;
  font-size: 1.6rem;
}
.c-post_content ul,
.c-post_content ol {
  margin-bottom: 2em;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-left: 2.5em;
}
.c-post_content ul li,
.c-post_content ol li {
  list-style: inherit;
  font-size: 1.6rem;
}
.c-post_content ul li::marker,
.c-post_content ol li::marker {
  color: #094271;
}
.c-post_content table {
  border-radius: 5px;
  border: 1px solid #094271;
}
.c-post_content table tr th,
.c-post_content table tr td {
  font-size: 1.6rem;
  padding: 1em;
  text-align: center;
}
@media screen and (max-width: 575.9px) {
  .c-post_content table tr th,
  .c-post_content table tr td {
    font-size: 10px;
  }
}
.c-post_content table tr th:not(:last-of-type),
.c-post_content table tr td:not(:last-of-type) {
  border-right: 1px solid #EBEBEB;
}
.c-post_content table tr:not(:last-of-type) {
  border-bottom: 1px solid #EBEBEB;
}
.c-post_content table tr:first-of-type th,
.c-post_content table tr:first-of-type td {
  background: #094271;
  color: #fff;
  font-weight: bold;
}
.c-post_content table tr:first-of-type th:not(:last-of-type),
.c-post_content table tr:first-of-type td:not(:last-of-type) {
  border-right: 1px solid #fff;
}

.breadcrumb {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
@media screen and (max-width: 767.9px) {
  .breadcrumb {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #DEE6E9;
  }
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.9px) {
  .breadcrumb li {
    font-size: 12px;
  }
}
@media screen and (max-width: 767.9px) {
  .breadcrumb li a,
  .breadcrumb li span {
    font-size: 12px;
  }
}
.breadcrumb li:first-of-type a {
  color: #094271;
  font-weight: bold;
}
.breadcrumb li:not(:last-of-type)::after {
  content: "＞";
  margin-left: 0.7em;
  font-weight: bold;
  font-size: 0.8em;
}
.breadcrumb li:not(:last-of-type) {
  flex-shrink: 0;
}

.c-form.-thanks p {
  text-align: center;
}
.c-form__sheet:not(:last-child) {
  margin-bottom: 5rem;
}
.c-form__sheet > tbody > tr {
  border-bottom: solid 1px #e5e5e5;
}
.c-form__sheet > tbody > tr > th,
.c-form__sheet > tbody > tr > td {
  text-align: left;
  line-height: 1.5;
  padding: 1.5em 1em;
  vertical-align: top;
}
.c-form__sheet > tbody > tr > th {
  width: 30%;
}
.c-form__sheet > tbody > tr > td {
  width: 70%;
}
@media (max-width: 991.9px) {
  .c-form__sheet > tbody > tr {
    display: block;
    padding-bottom: 1.125em;
  }
  .c-form__sheet > tbody > tr > th,
  .c-form__sheet > tbody > tr > td {
    display: block;
    width: 100%;
    padding: 0.5em 1em;
  }
  .c-form__sheet > tbody > tr > th {
    width: 100%;
    font-size: 1.125em;
    margin-bottom: 0.75em;
  }
  .c-form__sheet > tbody > tr > td {
    width: 100%;
  }
  .c-form__sheet > tbody > tr:nth-last-child(n+2) {
    margin-bottom: 1.125em;
  }
}
.c-form__ttl {
  display: inline-block;
  padding-right: 0.75em;
  font-weight: inherit;
}
.c-form__ttl.-required {
  position: relative;
}
.c-form__ttl.-required:after {
  position: absolute;
  content: "*";
  right: 0;
  top: 0;
  font-size: 1.125em;
  color: #cd0000;
  background: transparent;
  padding: 0;
}
.c-form__rowgroup th,
.c-form__rowgroup td {
  padding-bottom: 0.75em;
}
.c-form__rowgroup th {
  white-space: nowrap;
  font-weight: 400;
  padding-right: 2em;
}
.c-form__field:nth-child(n+2) {
  margin-top: 1em;
}
.c-form__error, .c-form__notes {
  color: #cd0000;
  font-size: 0.875em;
  margin-top: 0.5em;
}
.c-form__notes {
  position: relative;
  color: #222;
  opacity: 0.75;
  padding-left: 1em;
}
.c-form__notes:before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}
.c-form__input.-text, .c-form__input.-textarea {
  display: inline-block;
  vertical-align: middle;
  padding: 0.75em;
  background: #f5f5f5;
}
.c-form__input.-text.js-datepicker, .c-form__input.-textarea.js-datepicker {
  width: 10em;
}
@media screen and (max-width: 575.9px) {
  .c-form__input.-text.js-datepicker, .c-form__input.-textarea.js-datepicker {
    width: 100%;
    margin-bottom: 10px;
  }
}
.c-form__input.-text.-short, .c-form__input.-textarea.-short {
  width: 40%;
}
@media screen and (max-width: 575.9px) {
  .c-form__input.-text.-short, .c-form__input.-textarea.-short {
    width: 100%;
  }
}
.c-form__input.-text.-middle, .c-form__input.-textarea.-middle {
  width: 60%;
}
@media screen and (max-width: 575.9px) {
  .c-form__input.-text.-middle, .c-form__input.-textarea.-middle {
    width: 100%;
  }
}
.c-form__input.-text.-long, .c-form__input.-textarea.-long {
  width: 80%;
}
@media screen and (max-width: 575.9px) {
  .c-form__input.-text.-long, .c-form__input.-textarea.-long {
    width: 100%;
  }
}
.c-form__input.-text.-half, .c-form__input.-textarea.-half {
  width: calc((100% - 2em) / 2);
}
.c-form__input.-text.-half:nth-child(n+2), .c-form__input.-textarea.-half:nth-child(n+2) {
  margin-left: 1em;
}
.c-form__input.-text.-full, .c-form__input.-textarea.-full {
  width: 100%;
}
.c-form__input.-textarea {
  min-height: 10.5em;
  line-height: 1.5;
}
.c-form__select {
  background: #f5f5f5;
  display: inline-block;
  width: 10em;
  padding: 1em 1.25em;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .c-form__select {
    width: 100%;
    margin-top: 10px;
  }
}
.c-form__radio + *, .c-form__check + * {
  position: relative;
  display: inline-block;
  padding: 0.25em 0 0.25em 2.25em;
  line-height: 1;
}
.c-form__radio:checked + *:after, .c-form__check:checked + *:after {
  visibility: visible;
}
.c-form__radio + *:before, .c-form__radio + *:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #f5f5f5;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.c-form__radio + *:after {
  background: #094271;
  transform: scale(0.4);
  visibility: hidden;
}
.c-form__check + *:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  border-radius: 3px;
  width: 1.5em;
  height: 1.5em;
  background: #f5f5f5;
}
.c-form__check + *:after {
  position: absolute;
  content: "";
  left: 0;
  width: 1em;
  height: 0.65em;
  transform: rotate(-45deg) translate(0, 50%);
  top: 0;
  border-left: solid 3px #094271;
  border-bottom: solid 3px #094271;
  visibility: hidden;
}
.c-form__agreement {
  text-align: center;
  margin-bottom: 1.5em;
}
.c-form__btn {
  display: block;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 1.2em 1em;
  text-align: center;
  border: solid 1px #094271;
  background: #094271;
  transition: all 0.6s;
}
.c-form__btn:before {
  content: none;
}
.c-form__btn:hover {
  background: #fff;
  color: #094271;
}
.c-form__btn.-back {
  background: #aaa;
  border-color: #aaa;
}
.c-form__btn.-back:hover {
  background: #fff;
  color: #aaa;
}
@media (min-width: 992px) {
  .c-form__btn:hover {
    background: #fff;
    color: #094271;
  }
}
@media (min-width: 768px) {
  .c-form__btn {
    width: 35%;
  }
  .c-form__btn:nth-child(n+2) {
    margin-left: 2em;
  }
}
@media (max-width: 991.9px) {
  .c-form__btn {
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .c-form__btn {
    width: 100%;
  }
}
.c-form.-confirm .c-form__agreement,
.c-form.-confirm .c-form__error,
.c-form.-confirm .c-form__notes {
  display: none;
}
.c-form.-thanks p {
  margin-bottom: 1.5em;
  line-height: 2;
}
.c-form input[name=your_tel] {
  width: 15em;
}
.c-form input[name=your_mail] {
  width: 15em;
}/*# sourceMappingURL=include.css.map */