@charset "UTF-8";
/**
 * module サイト紹介
**/
.module_introduction_wrap {
  background-image: url("../images/bg_footer.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  margin: 0;
}
.module_introduction__logo {
  width: 250px;
}
.module_introduction__ttl {
  margin-top: 20px;
  font-size: 2.4rem;
  font-weight: 700;
}
.module_introduction__ttl::first-letter {
  color: var(--main_c);
}
.module_introduction__txt {
  margin-top: 30px;
  font-size: 1.5rem
}

/**
 * module カテゴリ ラベル
**/
.cat__label {}
.cat__label>span,
.cat__label a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: 1px solid #efeae0;
  background: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  width: 100%;
  height: 30px;
  padding: 0 12px;
  position: relative;
}
.cat__label a {
  padding: 0 36px 0 12px;
}
.cat__label [href^="javascript:"] {
  cursor: inherit;
}
.cat__label a::after {
  content: '×';
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0,0,0,0.05);
  color: #666;
  font-size: 10px;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 18px;
  top: 50%;
  z-index: 1;
  transform: translate(50%,-50%);
}
.cat__label.cat__label--word {}

/* no delete button */
.c-cat__list--no_del .cat__label a {
  padding: 0 12px 0 12px;
}
.c-cat__list--no_del .cat__label a::after {
  display: none;
}


/**
 * module カード型 リストスタイル
**/
.card-type__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.card-type__item {
  width: calc(20% - 12px);
  background: #fff;
  border-radius: 10px;
  border: 1px solid #efeae0
}
.card-type__item a {
  display: block;
  padding: 1.5rem;
}
@media (max-width: 959px) {
  .card-type__item {
    width: calc(25% - (45px / 4));
  }
}
@media (max-width: 767px) {
  .card-type__list {
    gap: 10px;
  }
  .card-type__item {
    width: calc(50% - (10px / 2));
  }
}
.card-type__img {
  width: 100%;
  position: relative;
}
.card-type__img .count_new, .new_box .count_new {
  border-radius: 0;
}
.card-type__item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 3 / 2;
}
.card-type__desc {
  margin-top: 1rem;
  font-size: 1rem;
  color: #a09a93;
}
.card-type__time {
  margin-right: 1rem;
}
.card-type__company {
  font-size: 1rem;
  color: #a09a93;
}
.card-type__ttl {
  margin-top: 5px;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--font_c);
  line-height: 1.35;
}
.card-type__info {
  font-size: 1.2rem;
}
.card-type__name {
  margin-right: 5px;
  font-size: 13px;
  font-weight: 700;
}
.new_box {
  position: relative;
}
@media (max-width: 767px) {
  .card-type__desc {}
}
/**
 * module 横型 リストスタイル
**/
.full-type__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 767px) {
  .full-type__list {
    margin: 0;
  }
}
.full-type__item {
  width: 100%;
	position: relative
}
.full-type__item a {
  padding: 2.5rem;
  background: #f6f4f3;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.full-type__item-notice a {
	border-radius: 0
}
.full-type__img {
  width: 140px;
  height: 140px;
}
.full-type__item img {
  aspect-ratio: 3 / 2;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.full-type__desc {
  width: calc(100% - 160px);
}
.full-type__ttl {
  margin: 0 0 10px;
  font-size: 2rem;
  font-weight: 700;
}
.full-type-cat__list {
  font-size: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 3px;
}
.full-type-cat__list .cat__label {
  height: 30px;
  padding: 0 1.2rem;
  background: #fff;
  border: 1px solid #efeae0;
  border-radius: 30px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.full-type__txt {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed var(--sub_c);
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .full-type__item a {
    border-radius: 6px;
    padding: 1.5rem;
    gap: 12px;
  }
  .full-type__img {
    width: 90px;
    height: 90px;
  }
  .full-type__desc {
    width: calc(100% - 100px);
  }
  .full-type__ttl {
    font-size: 1.5rem;
  }
  .full-type__txt {
    font-size: 1.2rem;
  }
}
/**
 * module ご利用の流れ
**/
.module_flow {
  background: #fff;
  padding: 56px 0;
}
@media only screen and (max-width: 767px) {
  .module_flow {
    padding: 32px 16px;
  }
}
.module_flow_step {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
.module_flow_step > dl {
  width: calc((100% - 120px) / 4);
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .module_flow_step > dl {
    width: calc((100% - 16px) / 2);
    margin-left: 16px;
    margin-bottom: 16px;
  }
}
.module_flow_step > dl:nth-child(4n+1) {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .module_flow_step > dl:nth-child(odd) {
    margin-left: 0;
  }
}
.module_flow_step > dl > dt {
  text-align: center;
  margin: 0 0 16px;
}
@media only screen and (max-width: 767px) {
  .module_flow_step > dl > dt {
    margin: 0 0 16px;
  }
}
.module_flow_step > dl > dt > span {
  display: block;
  color: var(--main_c);
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 30px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .module_flow_step > dl > dt > span {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
.module_flow_step > dl > dt > figure {
  max-width: 120px;
  margin: 0 auto 24px;
}
.module_flow_step > dl > dt > figure img {
  width: 100%;
  height: auto;
}
.module_flow_step > dl > dt > i {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .module_flow_step > dl > dt > i {
    font-size: 2.4rem;
    line-height: 24px;
  }
}
.module_flow_step > dl > dt > em {
  margin-top: 1.5rem;
  display: block;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .module_flow_step > dl > dt > em {
    margin-top: 1.5rem;
    font-size: 2.4rem;
    line-height: 28px;
  }
}
.module_flow_step > dl > dd {
  color: var(--font_c);
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .module_flow_step > dl > dd {
    font-size: 1.2rem;
    line-height: 24px;
  }
}
.module_flow_step > dl > dd > figure {
  max-width: 120px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .module_flow_step > dl > dd > figure {
    max-width: 96px;
    margin: 0 auto 24px;
  }
}
.module_flow_step > dl > dd > figure img {
  width: 100%;
  height: auto;
}
.module_flow_step > dl > dd > p {
  text-align: left;
  line-height: 1.625;
}
.module_flow .box_btn {
  font-size: 3rem;
  line-height: 1;
  max-width: 670px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .module_flow .box_btn {
    font-size: 2.4rem;
  }
}
.module_flow .box_btn .btn > * {
  height: 80px;
  line-height: 80px;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .module_flow .box_btn .btn {
    margin: 16px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .module_flow .box_btn .btn a {
    font-size: inherit;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
  }
}
/**
 * module ラベルリスト
**/
.mod_labels {
  --labels-gap: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  gap: var(--labels-gap);
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .mod_labels {
    --labels-gap: 8px;
    gap: var(--labels-gap);
  }
}
.mod_labels__item {
  display: block;
  width: calc((100% - var(--labels-gap) * 5) / 6); /* 6col */
  list-style: none;
  margin: 0 !important; /* .column_detail_cts ul > li + li を消す目的 */
  padding: 0 !important; /* .column_detail_cts ul > li を消す目的 */
}
.mod_labels__item::before {
  display: none !important; /* .column_detail_cts ul > li::before を消す目的 */
}
@media only screen and (max-width: 767px) {
  .mod_labels__item {
    width: calc((100% - var(--labels-gap) * 2) / 3); /* 3col */
  }
}
.mod_labels__item > a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  border-radius: 12px;
  border: solid 1px #ccc;
  padding: 16px 12px 0;
  gap: 4px;
  aspect-ratio: 1 / 1;
}
.mod_labels__item img {
  max-width: 64px;
  width: 100%;
  height: auto;
  margin: 0 auto !important; /* .column_detail_cts img を消す目的 */
  aspect-ratio: 1 / 1;
  object-fit: contain;
  order: 0;
}
.mod_labels__name {
  display: block;
  font-size: 11px;
  font-weight: 500;
  font-feature-settings: 'palt';
  line-height: 1.25;
  text-align: left;
  order: 1;
}