@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: 40px 0;
  margin: 0;
}
@media (max-width: 767px) {
  .module_introduction_wrap {
    margin: 0 -16px;
  }
}

.box_introduction {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  padding: 32px 0;
}
@media (max-width: 767px) {
  .box_introduction {
    padding: 0 32px;
  }
}

.box_introduction_head {
  order: 1;
  width: 112px;
}
@media (max-width: 767px) {
  .box_introduction_head {
    order: 0;
    width: 100%;
  }
}

.box_introduction_head > i {
  display: block;
  text-align: center;
}

.box_introduction_head > i img {
  max-width: 88px;
  width: 100%;
  height: auto;
  vertical-align: top;
}
@media (max-width: 767px) {
  .box_introduction_head > i img {
    max-width: 48px;
  }
}

.box_introduction_head > span {
  display: block;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .box_introduction_head > span {
    font-size: 16px;
  }
}

.box_introduction_body {
  order: 0;
  max-width: 1000px;
  width: calc(100% - 136px);
}
@media (max-width: 767px) {
  .box_introduction_body {
    order: 0;
    max-width: 1000px;
    width: 100%;
    margin: 16px 0 0;
  }
}

.box_introduction_subhead {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 16px;
}

.box_introduction_body p {
  line-height: 32px;
}

/**
 * module おすすめ記事
**/
.list_article {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  margin: 0 -2px;
}
@media (max-width: 767px) {
  .list_article {
    margin: 0;
  }
}
.list_article > * {
  display: block;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ccc;
  width: calc((100% - 20px) / 6);
  margin: 0 2px;
  position: relative;
}
@media (max-width: 767px) {
  .list_article > * {
    width: 100%;
    padding: 12px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .list_article > * + * {
    margin-top: 12px;
  }
}
.list_article a {
  display: block;
}
@media (max-width: 767px) {
  .list_article a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
  }
}
@media (max-width: 767px) {
  .list_article a > *:last-child {
    width: calc(100% - 140px);
  }
}
.list_article a > *:first-child {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  background: #fff;
}
@media (max-width: 767px) {
  .list_article a > *:first-child {
    width: 128px;
  }
}
.list_article a > *:first-child::before {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  padding: 75% 0 0;
}
.list_article a > *:first-child img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.list_article img {
  max-width: none;
  width: 100%;
  height: 96px;
  -o-object-fit: cover;
  object-fit: cover;
}
.list_article h2, .list_article h3, .list_article h4, .list_article h5, .list_article h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  .list_article h2, .list_article h3, .list_article h4, .list_article h5, .list_article h6 {
    font-size: 12px;
    font-feature-settings: "palt";
    line-height: 22px;
    margin: 0 0 8px;
  }
}
@media (max-width: 767px) {
  .list_article p {
    font-size: 8px;
    font-feature-settings: "palt";
    line-height: 20px;
  }
}
.list_article p span {
  display: block;
  font-size: 12px;
  color: #666;
  text-align: right;
  padding: 12px 0 0;
  border-top: solid 1px #fff;
  position: absolute;
  top: auto;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 1;
}
@media (max-width: 767px) {
  .list_article p span {
    display: none;
  }
}
.list_article p span::before {
  content: "\f125";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  margin-right: 8px;
}
/**
 * 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: 22px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .module_flow_step > dl > dt > span {
    font-size: 14px;
    line-height: 22px;
  }
}
.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: 36px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .module_flow_step > dl > dt > i {
    font-size: 24px;
    line-height: 24px;
  }
}
.module_flow_step > dl > dt > em {
  margin-top: 16px;
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .module_flow_step > dl > dt > em {
    margin-top: 16px;
    font-size: 24px;
    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: 12px;
    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: 30px;
  line-height: 1;
  max-width: 670px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .module_flow .box_btn {
    font-size: 24px;
  }
}
.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 カード型
**/
.c-card__list {
  --card-gap: 15px;
  display: flex;
  gap: var(--card-gap);
}
@media (max-width: 767px) {
  .c-card__list {
    --card-gap: 10px;
    flex-wrap: wrap;
    gap: var(--card-gap);
  }
}
.c-card__item {
  max-width: calc( (100% - var(--card-gap) * 3) / 4 );
  width: 100%;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .c-card__item {
    max-width: calc( (100% - var(--card-gap)) / 2 );
    width: calc( (100% - var(--card-gap)) / 2 );
  }
}
.c-card__img {
  width: 100%;
  height: 110px;
  border-radius: 4px 4px 0 0;
  object-fit: cover;
}
.c-card__itemInner {
  padding: 10px;
  font-size: 15px;
  line-height: 1.4
}
.c-card__area, .c-card__time {
  font-size: 14px
}
.c-card__ttl {
  color: var(--main_c)
}
/**
 * module カード型2 - 画像左・文字右
**/
.c-card2__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 767px) {
  .c-card2__list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.c-card2__item {
  width: calc(25% - 20px);
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ccc;
}
.c-card2__item a {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
@media (max-width: 767px) {
  .c-card2__item {
    width: 100%;
  }
}
.c-card2__img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.c-card2__itemInner {
  width: calc(100% - 90px);
  font-size: 15px;
  line-height: 1.4
}
.c-card2__area {
  font-size: 14px
}
.c-card2__ttl {
  color: var(--main_c)
}
.c-card2__txt {
  margin-top: 12px;
  font-size: 14px
}
@media (max-width: 767px) {
.c-card2__txt {
  margin-top: 5px;
  font-size: 12px
}
	
}
/**
 * module 星評価
**/
.ranking__rate {
  color: #ff7800;
}
.ranking__rateInner {
  margin-right: 5px;
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #ddd;
}
.ranking__rateInner:before, .ranking__rateInner:after {
  content: '★★★★★';
  font-size: 18px;
}
.ranking__rateInner:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcd00;
}
.ranking__rateInner[data-rate="5"]:after {
  width: 100%;
} /* 星5 */
.ranking__rateInner[data-rate="4.5"]:after {
  width: 90%;
} /* 星4.5 */
.ranking__rateInner[data-rate="4"]:after {
  width: 80%;
} /* 星4 */
.ranking__rateInner[data-rate="3.5"]:after {
  width: 70%;
} /* 星3.5 */
.ranking__rateInner[data-rate="3"]:after {
  width: 60%;
} /* 星3 */
.ranking__rateInner[data-rate="2.5"]:after {
  width: 50%;
} /* 星2.5 */
.ranking__rateInner[data-rate="2"]:after {
  width: 40%;
} /* 星2 */
.ranking__rateInner[data-rate="1.5"]:after {
  width: 30%;
} /* 星1.5 */
.ranking__rateInner[data-rate="1"]:after {
  width: 20%;
} /* 星1 */
.ranking__rateInner[data-rate="0.5"]:after {
  width: 10%;
} /* 星0.5 */
.ranking__rateInner[data-rate="0"]:after {
  width: 0%;
} /* 星0 */