@charset "UTF-8";


/**
 * #content (only home)
**/
[id="home"] [id="content"] {
  margin: 0;
}


/**
 * 見出し
**/

.home_title {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.125;
  text-align: center;
  margin: 0 0 1em;
}

@media (max-width: 959px) {
  .home_title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .home_title {
    font-size: 20px;
  }
}

.home_title[data-small] {}

.home_title>i {
  display: block;
}

.home_title>i>img {
  width: 2.5em;
  height: 2.5em;
  margin: 0 0 0.5em;
  vertical-align: bottom;
  object-fit: contain;
}

.home_title>i>[src*="bell"] {
  width: 3.5em;
  height: 2.5em;
  margin: 0 0 0.25em;
}

.home_title>span {
  display: block;
}



/**
 * セクション
**/
.section_home,
.home_wrap01 {
  padding: 60px 0 80px;
}

@media (max-width: 959px) {

  .section_home,
  .home_wrap01 {
    padding: 64px 0;
  }
}

@media (max-width: 767px) {

  .section_home,
  .home_wrap01 {
    padding: 40px 0;
  }
}


.home_left_wrap {
  width: calc(100% - 300px);
}

@media (max-width: 959px) {
  .home_left_wrap {
    width: 100%;
    max-width: none;
  }
}

.home_right_wrap,
.home_specialty_wrap {
  width: 260px;
}

@media (max-width: 959px) {

  .home_right_wrap,
  .home_specialty_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 28px auto;
    padding: 0;
    width: 100%;
    max-width: none;
  }
}


/**
 * メインビジュアル
**/

[id="main_image"] {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: stretch;
  min-height: 320px;
  background: url("../images/main_image.png") no-repeat center top;
  background-size: cover;
  position: relative;
  margin-top: 136px;
}

@media (max-width: 959px) {
  [id="main_image"] {}
}

@media (max-width: 767px) {
  [id="main_image"] {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: stretch;
    min-height: 220px;
    margin-top: 105px;
  }
}

[id="main_image"] .main_image__inner {
  max-width: 1300px;
  margin-inline: auto;
  position: relative;
}

[id="main_image"] .main_image__inner::before {
  content: '';
  display: block;
  background: url("../images/main_image_catch.png") no-repeat center top;
  background-size: contain;
  width: 23%;
  height: auto;
  aspect-ratio: 1 / 1;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  /* NOTE: 部品より下に */
  transform: translate(0, -50%);
}

@media (max-width: 767px) {
  [id="main_image"] .main_image__inner::before {
    width: 50%;
    height: auto;
    right: 0;
    top: auto;
    bottom: 0;
    transform: translate(30%, -10%);
  }
}

.main_image__inner>* {
  position: relative;
  z-index: 10;
  /* NOTE: イラストより上に */
}

.main_image__slogan {
  color: var(--main_c);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.125;
  margin-bottom: .5em;
  text-align: center;
  text-shadow:
    0 0 0.75em #fff,
    0 0 0.75em #fff,
    0 0 0.75em #fff,
    0 0 0.75em #fff,
    0 0 0.75em #fff;
}

.main_image__slogan span {
  display: inline-block;
  color: var(--main_c);
  vertical-align: middle;
  line-height: 1.25;
}

.main_image__slogan em {
  display: inline-block;
  color: #F15A24;
  font-size: 1.333em;
  vertical-align: baseline;
  padding-inline: 0.25ex;
}

@media (max-width: 959px) {
  .main_image__slogan {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .main_image__slogan {
    font-size: 28px;
    line-height: 1.55;
  }
}

@media (max-width: 560px) {
  .main_image__slogan {
    font-size: 6.25vw;
  }
}


.main_image__form {
  max-width: 900px;
  margin: 1ex auto 0;
}

.main_image__form form {}

.main_image__form_word {}

.main_image__form_word [type="search"],
.main_image__form_word [type="text"] {
  border-radius: var(--btn-radius);
  border: solid 1px #fff;
  background: #fff;
  width: 100%;
  height: 64px;
  padding: 0 12px;
}

/*
.main_image__form_select {
}
.main_image__form_select>label {
}
.main_image__form_select>label>select {
}
.main_image__form_select>label>select>option {
}
.main_image__form_sep {
}
*/
.main_image__form_submit {
  width: 112px;
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  transform: translate(0, -50%);
}

.main_image__form_submit>.btn {
  border-radius: var(--btn-radius-l);
  border: solid 1px var(--main_c);
  background: var(--main_c);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  height: 44px;
}

.main_image__form_submit>.btn>span {}

@media (max-width: 767px) {
  .main_image__form_submit {
    width: 56px;
  }

  .main_image__form_submit>.btn {
    font-size: 14px;
    height: 36px;
  }

  .main_image__form_word [type="search"],
  .main_image__form_word [type="text"] {
    height: 50px;
  }
}



/**
 * トップページスタイル
**/

.area_wrap {
  position: relative;
  padding: 0 2px;
  margin: 0 0 64px;
}

@media (max-width: 767px) {
  .area_wrap {
    display: none;
  }
}

.area_wrap a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 0 4px;
  margin: 0 0 4px 2px;
  background: #fff;
  color: #707070;
  border: 2px solid;
  border-radius: 2em;
  font-size: 12px;
  font-weight: bold;
  width: 88px;
  height: 24px;
}

.area_wrap p {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 8px;
  padding: 0;
}

.area_wrap img {
  width: 100%;
  height: auto;
}

.area_wrap__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media (max-width: 1300px) {
  .area_wrap__box {
    font-size: 8.125px;
  }
}

.area_wrap>div {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
}

/* area map svg */
.area_wrap .map_color {
  fill: #ebebeb;
}

.area_wrap .pref_color {
  fill: none;
  stroke: #ffffff;
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-miterlimit: 100;
}

.area_wrap .box_color {
  opacity: 0.8;
}

.area_wrap .box_fill_color {
  fill: #ffffff;
}

.area_wrap .box_line_color {
  fill: none;
  stroke: var(--main_c);
  stroke-width: 0.5;
  stroke-miterlimit: 100;
}

.area_wrap .line_color {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: var(--main_c);
  stroke-miterlimit: 10;
}

.area_wrap .pin_color {
  fill: var(--main_c);
}

.area_wrap .area_name {
  fill: var(--main_c);
  font-weight: bold;
}

[id="map"] {
  display: block;
  max-width: var(--basewrap-width-tight);
  width: 100%;
  height: auto;
  margin: 0 auto;
}

[id="map"] .area_name,
[id="map"] .pref_name {
  font-size: 14px;
}


.home_search_wrap {
  margin: 0 0 64px;
}

@media (max-width: 767px) {
  .home_search_wrap {
    padding: 16px 8px;
  }
}

.home_search_wrap>div+div {
  margin-top: 8px;
}

.home_search_wrap select {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  border: none;
  border-radius: var(--btn-radius-l);
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
  background: #fff;
  color: var(--font_c);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  width: calc((100% - var(--box-gap-col) * 2) / 3);
  min-height: 4em;
  width: 100%;
  padding: 0 1.413em;
}

.home_kodawari_wrap {
  position: relative;
}

@media (max-width: 767px) {
  .home_kodawari_wrap {
    margin: 0 -2px;
    padding: 0 8px;
  }
}


/**
 * カテゴリボタン
 * NOTE: トップページのこだわり検索用ボタンですが、サイト内で自由に使えます。
**/

.box_kodawari {
  --box-gap-row: 15px;
  --box-gap-col: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  max-width: var(--basewrap-width-tight);
  margin: 0 auto;
  padding: 0;
  gap: var(--box-gap-row) var(--box-gap-col);
}

@media (max-width: 959px) {
  .box_kodawari {
    --box-gap-row: 20px;
    --box-gap-col: 28px;
    gap: var(--box-gap-row) var(--box-gap-col);
  }
}

@media (max-width: 767px) {
  .box_kodawari {
    --box-gap-row: 12px;
    --box-gap-col: 8px;
    gap: var(--box-gap-row) var(--box-gap-col);
  }
}

.box_kodawari>* {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  border: none;
  border-radius: var(--btn-radius-l);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.16);
  background: #fff;
  color: var(--font_c);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  width: calc((100% - var(--box-gap-col) * 3) / 4);
  min-height: 3em;
  padding: 0 1.413em;
  position: relative;
}

.box_kodawari>*::before {
  content: '';
  display: block;
  background-image: url("/common/images/arrow_kodawari_right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1.25em;
  height: 1.25em;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translate(0, -50%);
}

.box_kodawari.box--2col>* {
  width: calc((100% - var(--box-gap-col) * 1) / 2);
}

.box_kodawari.box--3col>* {
  width: calc((100% - var(--box-gap-col) * 2) / 3);
}

.box_kodawari.box--4col>* {
  width: calc((100% - var(--box-gap-col) * 3) / 4);
}

.box_kodawari.box--5col>* {
  width: calc((100% - var(--box-gap-col) * 4) / 5);
}

@media (max-width: 959px) {
  .box_kodawari>* {
    font-size: 16px;
  }

  .box_kodawari.box--2col>* {
    width: calc((100% - var(--box-gap-col) * 1) / 2);
  }

  .box_kodawari.box--3col>* {
    width: calc((100% - var(--box-gap-col) * 2) / 3);
  }

  .box_kodawari.box--4col>* {
    width: calc((100% - var(--box-gap-col) * 3) / 4);
  }

  .box_kodawari.box--5col>* {
    width: calc((100% - var(--box-gap-col) * 4) / 5);
  }
}

@media (max-width: 767px) {
  .box_kodawari>* {
    font-size: 14px;
    font-feature-settings: 'palt';
    padding: 0 1em;
  }

  .box_kodawari.box--2col>* {
    width: calc((100% - var(--box-gap-col) * 1) / 2);
  }

  .box_kodawari.box--3col>* {
    width: calc((100% - var(--box-gap-col) * 2) / 3);
  }

  .box_kodawari.box--4col>* {
    width: calc((100% - var(--box-gap-col) * 1) / 2);
  }

  .box_kodawari.box--5col>* {
    width: calc((100% - var(--box-gap-col) * 1) / 2);
  }

  .box_kodawari>*::before {
    width: 1em;
    height: 1em;
  }
}



/**
 * キーワードボタン
 * NOTE: トップページの人気キーワード検索用ボタンですが、サイト内で自由に使えます。
**/

.box_keyword {
  --box-gap-row: 20px;
  --box-gap-col: 28px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
  max-width: var(--basewrap-width-tight);
  margin: 0 auto;
  padding: 0;
  gap: var(--box-gap-row) var(--box-gap-col);
}

@media (max-width: 959px) {
  .box_keyword {
    --box-gap-row: 20px;
    --box-gap-col: 28px;
    gap: var(--box-gap-row) var(--box-gap-col);
  }
}

@media (max-width: 767px) {
  .box_keyword {
    --box-gap-row: 12px;
    --box-gap-col: 12px;
    gap: var(--box-gap-row) var(--box-gap-col);
  }
}

.box_keyword>* {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  border: none;
  border-radius: 2em;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
  background: #fff;
  color: var(--font_c);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  min-height: 3em;
  padding: 0 2em;
  position: relative;
}

@media (max-width: 959px) {
  .box_keyword>* {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .box_keyword>* {
    font-size: 14px;
  }
}



.topics_wrap {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .topics_wrap {
    flex-wrap: wrap;
  }
}

.topics_wrap .topics_left,
.topics_wrap .topics_right {
  width: calc((100% - 56px) / 2);
  padding: 0;
}

@media (max-width: 767px) {

  .topics_wrap .topics_left,
  .topics_wrap .topics_right {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 767px) {

  .topics_wrap *+.topics_left,
  .topics_wrap *+.topics_right {
    margin-top: 32px;
  }
}

.topics_wrap .home_title {
  border: solid 2px var(--main_c_light);
  position: relative;
  color: var(--main_c);
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding: 20px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .topics_wrap .home_title {
    border-width: 1px;
    font-size: 16px;
    padding: 12px 16px;
  }
}

.topics_wrap .home_title::after {
  content: attr(data-small);
  display: block;
  color: var(--font_c);
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  left: 20px;
  bottom: 12px;
  z-index: 1;
  transform: translate(0, 0) scale(0.5);
  transform-origin: left bottom;
}

@media (max-width: 767px) {
  .topics_wrap .home_title::after {
    left: 16px;
    bottom: 6px;
  }
}

.topics_wrap .home_title>span {
  letter-spacing: normal;
  position: relative;
  z-index: 5;
}

.topics_wrap .home_title>a {
  display: block;
  border-bottom: solid 2px var(--main_c_light);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05ex;
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  transform: translate(0, -50%);
}

.topics_wrap .home_title>a::before {
  display: none;
}

.topics_wrap .box_more {
  margin-top: 8px;
}

.topics_wrap .topics {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.topics_wrap *+.topics {
  margin-top: 16px;
  padding-top: 16px;
  border-top: solid 1px #cecece;
}

.topics_wrap .topics img {
  width: 152px;
  height: 152px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .topics_wrap .topics img {
    width: 104px;
    height: 104px;
  }
}

.topics_wrap .topics img+div {
  width: calc(100% - 152px);
  padding: 0 0 0 16px;
}

@media (max-width: 767px) {
  .topics_wrap .topics img+div {
    width: calc(100% - 104px);
  }
}

.topics_wrap .topics div h4 {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: solid 1px #3d3d3d;
  color: var(--main_c);
  font-size: 18px;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 22px;
}

.topics_wrap .topics div p {
  font-size: 14px;
  line-height: 22px;
  color: var(--font_c);
}

.list_topics>a,
.list_topics_item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.list_topics>*+a,
*+.list_topics_item {
  margin-top: 16px;
  padding-top: 16px;
  border-top: solid 1px #cacaca;
}

.list_topics_item>figure {
  width: 152px;
}

@media (max-width: 767px) {
  .list_topics_item>figure {
    width: 72px;
  }
}

.list_topics_item>figure img {
  width: 152px;
  height: 152px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .list_topics_item>figure img {
    width: 72px;
    height: 72px;
  }
}

.list_topics_item>div {
  width: calc(100% - 152px);
  padding: 0 0 0 16px;
}

@media (max-width: 767px) {
  .list_topics_item>div {
    width: calc(100% - 72px);
    padding: 0 0 0 8px;
  }
}

.list_topics_title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: solid 1px #3d3d3d;
}

.list_topics_title span {
  display: block;
  color: var(--main_c);
  font-size: 18px;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 22px;
  padding: 0 8px 0 0;
}

@media (max-width: 767px) {
  .list_topics_title span {
    font-size: 14px;
    line-height: 20px;
  }
}

.list_topics_title i {
  display: block;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 8px;
}

@media (max-width: 767px) {
  .list_topics_title i {
    font-size: 12px;
    padding: 4px;
  }
}

.list_topics_text {
  font-size: 14px;
  line-height: 22px;
  color: var(--font_c);
}

.list_topics_cate {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  color: var(--font_c);
}

.list_topics_cate>li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin: 0 16px 8px 0;
}

.list_topics_cate>li .icon_cate {
  display: none;
  width: 20px;
  height: 20px;
}

@media (max-width: 767px) {
  .list_topics_cate>li .icon_cate {
    width: 16px;
    height: 16px;
  }
}

.list_topics_cate>li span {
  font-size: 10px;
  font-weight: bold;
  white-space: nowrap;
}

.box_rank {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
}

@media (max-width: 767px) {
  .box_rank {
    padding: 0 8px;
  }
}

.box_rank>* {
  display: block;
  padding: 14px;
  border: solid 2px var(--main_c_light);
  background: #fff;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .box_rank>* {
    width: calc((100% - 48px - 1px) / 4);
    margin: 16px 0 0 16px;
  }
}

@media (min-width: 768px) {
  .box_rank>*:first-child {
    display: block;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .box_rank>*:nth-child(2) {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .box_rank>*+* {
    margin-top: 12px;
  }
}

.box_rank .popular_main {
  background: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.box_rank .popular_main .rank {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #ccc;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  width: 72px;
  height: 72px;
  padding: 8px;
  line-height: 1;
}

.box_rank .popular_main .rank>b {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  transform: translate(0, -2%);
}

.box_rank .popular_main .rank>i {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  transform: translate(0, -5%);
}

.box_rank .popular_main .rank1 {
  background: linear-gradient(135deg, #36a71f 0%, #36a71f 49%, rgba(54, 167, 31, 0) 50%, rgba(54, 167, 31, 0) 100%);
}

.box_rank .popular_main .rank2 {
  background: linear-gradient(135deg, #0077ab 0%, #0077ab 49%, rgba(0, 119, 171, 0) 50%, rgba(0, 119, 171, 0) 100%);
}

.box_rank .popular_main .rank3 {
  background: linear-gradient(135deg, #78bc27 0%, #78bc27 49%, rgba(120, 188, 39, 0) 50%, rgba(120, 188, 39, 0) 100%);
}

.box_rank .popular_main .rank4 {
  background: linear-gradient(135deg, #f39800 0%, #f39800 49%, rgba(243, 152, 0, 0) 50%, rgba(243, 152, 0, 0) 100%);
}

.box_rank .popular_main .rank5 {
  background: linear-gradient(135deg, #e61754 0%, #e61754 49%, rgba(230, 23, 84, 0) 50%, rgba(230, 23, 84, 0) 100%);
}

.box_rank .popular_main_left {
  width: 100%;
  margin: 0;
}

.box_rank .popular_main_right {
  width: 100%;
  margin: 0;
  position: relative;
}

.box_rank .popular_main_left img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.box_rank .topic_title {
  margin: 8px 0;
  padding: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 32px;
  word-break: break-all;
  color: var(--main_c);
  border-bottom: solid 2px #f1f6e5;
}

.box_rank .topic_title br {
  display: none;
}

.box_rank .topic_subtitle {
  display: block;
  font-size: 14px;
}

.box_rank .topic_detail {
  display: block;
  font-size: 14px;
  line-height: 24px;
}

.box_rank .popular_main .topic_date {
  display: block;
  font-size: 12px;
  color: #706e6e;
  padding: 8px 0;
}

@media (max-width: 767px) {
  .box_rank .popular_main .topic_date {
    margin: 0 0 8px;
  }
}

.box_rank .popular_main .topic_cate {
  display: block;
  font-size: 12px;
  color: var(--font_c);
}

.box_rank .popular_main .topic_cate>span {
  display: inline-block;
  border-radius: 32px;
  background: #f4f4f4;
  color: var(--font_c);
  padding: 4px 12px;
}

.box_rank .popular_main .topic_cate>span+span {
  margin-left: 4px;
}

@media (min-width: 768px) {
  .box_rank>*:first-child .popular_main_left {
    width: 33.33%;
  }
}

@media (min-width: 768px) {
  .box_rank>*:first-child .popular_main_right {
    width: 66.66%;
    padding: 0 0 0 14px;
  }
}

@media (min-width: 768px) {
  .box_rank>*:first-child .topic_title {
    margin: 32px 0 8px;
  }
}

@media (min-width: 768px) {
  .box_rank>*:first-child .popular_main .topic_date {
    position: absolute;
    left: 12px;
    top: 0;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  .box_rank>*:first-child .popular_main .topic_cate {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
}


/**
 * 都道府県ボタン
 * NOTE: トップページの都道府県検索用ボタンですが、サイト内で自由に使えます。
**/

.box_pref {
  --box-gap-row: 20px;
  --box-gap-col: 2em;
  --box-ttl-width: 144px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  max-width: var(--basewrap-width-tight);
  margin: 0 auto;
  padding: 0;
  gap: var(--box-gap-row) var(--box-gap-col);
}

.box_pref+.box_pref {
  margin-top: var(--box-gap-row);
}

@media (max-width: 959px) {
  .box_pref {
    --box-gap-row: 1em;
    gap: var(--box-gap-row) var(--box-gap-col);
  }

  .box_pref+.box_pref {
    margin-top: var(--box-gap-row);
  }
}

@media (max-width: 767px) {
  .box_pref {
    --box-gap-row: 1em;
    --box-gap-col: 1em;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    gap: var(--box-gap-row) var(--box-gap-col);
  }

  .box_pref+.box_pref {
    margin-top: calc(var(--box-gap-row) * 2);
  }
}

.box_pref::before {
  content: attr(data-pref-area-name);
  display: block;
  min-width: var(--box-ttl-width);
  font-weight: 700;
}

@media (max-width: 767px) {
  .box_pref::before {
    width: 100%;
  }
}

.box_pref>li {
  color: var(--main_c);
  line-height: 1;
  position: relative;
}

.box_pref>li+li::before {
  content: '';
  display: block;
  border-left: solid 1px;
  position: absolute;
  left: -1em;
  top: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .box_pref>li {
    width: auto;
  }

  .box_pref>li+li::before {
    display: none;
  }
}

.box_pref a {
  display: block;
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}




.home_news_list {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  max-width: var(--basewrap-width-tight);
  margin: 0 auto;
  gap: 12px;
}

@media only screen and (max-width: 767px) {
  .home_news_list {
    gap: 8px;
  }
}

.home_news_list>li,
.home_news_list>li>a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  color: var(--font_c);
  width: 100%;
  padding: 3em 4em 2em 2em;
  gap: 12px;
  position: relative;
}

.home_news_list>li {
  border-radius: var(--btn-radius);
  border: 1px solid var(--main_c);
  background: #fff;
}

.home_news_list>li:has(a) {
  padding: 0;
}

.home_news_list>li>a::before {
  content: '';
  display: block;
  background-image: url("/common/images/arrow_kodawari_right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1.25em;
  height: 1.25em;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translate(0, -50%);
}

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

  .home_news_list>li,
  .home_news_list>li>a {
    padding: 2.8em 3em 1em 1em;
  }

  .home_news_list>li>a::before {
    width: 1em;
    height: 1em;
  }
}


.home_news_list time {
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: 1em;
    right: 2em;
}

.home_news_list p:not([class]) {
  font-weight: 400;
  width: 100%;
}

.home_news_list__cate {
  color: #fff;
  display: inline-block;
  border-top-left-radius: var(--btn-small-radius);
  background: #ff8c00;
  font-size: 14px;
  font-weight: 400;
  padding: .4em 2em;
  position: absolute;
  top: 0;
  left: 0;
}

.home_news_list__title {
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    border-bottom: solid 1px #eee;
    margin-bottom: 10px;
    padding-bottom: .2em;
}

.home_news_list__desc {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}

.home_news_list+.box_btn {
  margin-top: 28px;
}

.home_gyosyu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 960px;
  width: 100%;
  margin: 0 auto 6rem;
}

.home_gyosyu_list>li {
  margin: 8px;
}

.home_gyosyu_list>li>a {
  display: block;
  background-color: var(--main_c);
  color: #fff;
  padding: .5em 2em;
  border-radius: var(--btn-radius-l);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.16);
}

.home_gyosyu_list>li>a::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url('/common/images/icon_tag.png');
  background-position: center;
  background-size: contain;
  margin-right: .5em;
  margin-bottom: -.1em;
}
.top_column_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_column_box img {
  width: 25%;
}
.top_column_box .news_txt {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .home_news_list__title {
    font-size: 16px;
  }
  .top_column_box img,
  .top_column_box .news_txt {
    width: 100%;
  }
  .home_gyosyu_list>li {
    margin: 5px;
  }

  .home_gyosyu_list>li>a {
    font-size: 14px;
    padding: .4em 1em;
  }
}

.home_news_list>li>a.news_contents {
  align-items: flex-start;
}

.news_txt {
  line-height: 2;
  width: 100%;
}

.news_img {
  height: 10em;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}
.main_txt {
  text-align: center;
  margin-top: 1rem;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .news_txt {
    line-height: 1.75;
  }
  .news_img {
    height: auto;
    width: 100%;
  }
  .main_txt {
    font-size: 16px;
    line-height: 1.25;
  }
}
.home_notice_dl {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
  max-width: var(--basewrap-width-tight);
  margin: 0 auto;
  border-bottom: solid 1px #eee;
  width: 100%;
  padding: 15px;
}
.home_notice_dl > dt {
  width: 10em;
  font-weight: bold;
}
.home_notice_dl > dd {
  width: calc(100% - 10em)
}
@media (max-width: 767px) {
  .home_notice_dl {
    padding: 10px;
  }
  .home_notice_dl > dt {
    width: 8em;
  }
  .home_notice_dl > dd {
    width: calc(100% - 8em)
  }
}