@charset "utf-8";
/* ========================================================
	module.css => モジュール用CSS 本サイト用
======================================================== */
/*section
----------------------------------------------------------------------------------------------------------------------------------------------------*/
.mo_section {
      padding: 5em 0;
}
.mo_section_s {
      padding: 3em 0;
}
.mo_section_l {
      padding: 8em 0;
}
@media screen and (max-width: 680px) {
      .mo_section {
            padding: 2em 0;
      }
      .mo_section_s {
            padding: 1em 0;
      }
      .mo_section_l {
            padding: 3em 0;
      }
}
@media screen and (max-width: 1200px) {
      .sp_w12 {
            width: 90%;
            margin: auto;
      }
}
/*flex
----------------------------------------------------------------------------------------------------------------------------------------------------*/
.mo_fbox {
      display: flex;
}
@media screen and (min-width: 681px), print {
      .mo_fbox.mo_f_pc {
            display: flex;
      }
      .mo_fbox.mo_f_sp {
            display: block;
      }
}
@media screen and (max-width: 680px) {
      .mo_fbox.mo_f_pc {
            display: block;
      }
      .mo_fbox.mo_f_sp {
            display: flex;
      }
}
.mo_ff_re {
      flex-flow: row-reverse;
}
.mo_jc_sp {
      justify-content: space-between;
}
.mo_it_cener {
      align-items: center;
}
.mo_it_start {
      align-items: flex-start!important;
}
/*分割比
----------------------------------------------*/
/*fbox_col2*/
.mo_fbox_col2 {
      gap: 2em 3%;
      flex-wrap: wrap;
}
.mo_fbox_col2 > * {
      width: calc((100% / 2) - 1.5%);
}
@media screen and (max-width: 680px) {
      .mo_fbox_col2.mo_f_pc > * {
            width: auto;
            margin-top: 3%;
      }
      .mo_fbox_col2.mo_f_pc > * + * {
            margin-top: 8%
      }
}
/*fbox_col3*/
.mo_fbox_col3 {
      gap: 2em 3%;
      flex-wrap: wrap;
}
.mo_fbox_col3 > * {
      width: calc((100% / 3) - 2%);
}
@media screen and (max-width: 680px) {
      .mo_fbox_col3.mo_f_pc > * {
            width: auto;
      }
      .mo_fbox_col3.mo_f_pc > * + * {
            margin-top: 8%
      }
}
/*fbox_col4*/
.mo_fbox_col4 {
      gap: 1.5em 2%;
      flex-wrap: wrap;
}
.mo_fbox_col4 > * {
      width: calc((100% / 4) - 1.5%);
}
@media screen and (max-width: 680px) {
      .mo_fbox_col4.mo_f_pc > * {
            width: auto;
      }
      .mo_fbox_col4.mo_f_pc > * + * {
            margin-top: 8%
      }
}
/*fbox_4_6*/
.mo_fbox_4_6 {
      gap: 5%;
}
.mo_fbox_4_6 > *:nth-child(1) {
      width: 37%;
}
.mo_fbox_4_6 > *:nth-child(2) {
      width: 58%;
}
@media screen and (max-width: 680px) {
      .mo_box_4_6.mo_f_pc > *:nth-child(1) {
            width: auto;
      }
      .mo_fbox_4_6.mo_f_pc > *:nth-child(2) {
            width: auto;
      }
      .mo_fbox_4_6.mo_f_pc > * + * {
            margin-top: 8%
      }
}
/*fbox_6_4*/
.mo_fbox_6_4 {
      gap: 5%;
}
.mo_fbox_6_4 > *:nth-child(1) {
      width: 58%;
}
.mo_fbox_6_4 > *:nth-child(2) {
      width: 37%;
}
@media screen and (max-width: 680px) {
      .mo_fbox_6_4.mo_f_pc > *:nth-child(1) {
            width: auto;
      }
      .mo_fbox_6_4.mo_f_pc > *:nth-child(2) {
            width: auto;
      }
      .mo_fbox_6_4.mo_f_pc > * + * {
            margin-top: 8%
      }
}
/*fbox_7_3*/
.mo_fbox_7_3 {
      gap: 5%;
}
.mo_fbox_7_3 > *:nth-child(1) {
      width: 65%;
}
.mo_fbox_7_3 > *:nth-child(2) {
      width: 30%;
}
@media screen and (max-width: 680px) {
      .mo_fbox_7_3.mo_f_pc > *:nth-child(1) {
            width: auto;
      }
      .mo_fbox_7_3.mo_f_pc > *:nth-child(2) {
            width: auto;
      }
      .mo_fbox_7_3.mo_f_pc > * + * {
            margin-top: 8%
      }
}
/*fbox_3_7*/
.mo_fbox_3_7 {
      gap: 5%;
}
.mo_fbox_3_7 > *:nth-child(1) {
      width: 30%;
}
.mo_fbox_3_7 > *:nth-child(2) {
      width: 65%;
}
@media screen and (max-width: 680px) {
      .mo_fbox_3_7.mo_f_pc > *:nth-child(1) {
            width: auto;
      }
      .mo_fbox_3_7.mo_f_pc > *:nth-child(2) {
            width: auto;
      }
      .mo_fbox_3_7.mo_f_pc > * + * {
            margin-top: 8%
      }
}
/*fbox_8_2*/
.mo_fbox_8_2 {
      gap: 5%;
}
.mo_fbox_8_2 > *:nth-child(1) {
      width: 80%;
}
.mo_fbox_8_2 > *:nth-child(2) {
      width: 15%;
}
@media screen and (max-width: 680px) {
      .mo_fbox_8_2.mo_f_pc > *:nth-child(1) {
            width: auto;
      }
      .mo_fbox_8_2.mo_f_pc > *:nth-child(2) {
            width: auto;
      }
      .mo_fbox_8_2.mo_f_pc > * + * {
            margin-top: 8%
      }
      .mo_fbox_8_2 > *:nth-child(1) {
            width: 60%;
      }
      .mo_fbox_8_2 > *:nth-child(2) {
            width: 35%;
      }
}
/*fbox_2_8*/
.mo_fbox_2_8 {
      gap: 5%;
}
.mo_fbox_2_8 > *:nth-child(1) {
      width: 15%;
}
.mo_fbox_2_8 > *:nth-child(2) {
      width: 80%;
}
@media screen and (max-width: 680px) {
      .mo_fbox_2_8.mo_f_pc > *:nth-child(1) {
            width: auto;
      }
      .mo_fbox_2_8.mo_f_pc > *:nth-child(2) {
            width: auto;
      }
      .mo_fbox_2_8 > *:nth-child(1) {
            width: 35%;
      }
      .mo_fbox_2_8.mo_f_pc > * + * {
            margin-top: 8%
      }
      .mo_fbox_2_8 > *:nth-child(2) {
            width: 60%;
      }
}
/*lead
-------------------------------------------------------------------------------------------------------------------------------------------------*/
.mo_lead {
      line-height: 1.8;
}
/*title 01はなしにしてます。 title_____
----------------------------------------------------------------------------------------------------------------------------------------------------*/
/*mo_title_02 h2
-----------------------------------------------------------------------------*/
/*.mo_title_02 {
      font-size: 2.1em;
      font-weight: 500;
      position: relative;
      margin-left: 0.4em;
      padding: 0.5em 1em 0.5em 1.0em;
      letter-spacing: 1px;
      margin-bottom: 1.5em;
      z-index: 0;
}*/
.mo_title_02 {
      font-size: 2.1em;
      font-weight: 500;
      position: relative;
      padding: 0.5em 1em 0.5em 1.5em;
      letter-spacing: 1px;
      margin-bottom: 1.5em;
      z-index: 0;
}
.mo_title_02:before, .mo_title_02:after {
      content: "";
      position: absolute;
      z-index: -1;
}
.mo_title_02:before {
      background: var(--bg_main_l);
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
}
/*.mo_title_02:after {
      background: var(--col_main);
      width: 0.7em;
      top: 1.4em;
      left: -0.4em;
      height: 4px;
}*/
.mo_title_02:after {
      background: var(--col_main);
      width: 0.7em;
      top: 1.4em;
      left: 0em;
      height: 4px;
}
.mo_title_02 span {
      font-size: 0.8em;
}
@media screen and (max-width: 680px) {
      .mo_title_02 {
            padding: 0.5em 1em 0.5em 0.8em;
            font-size: 1.6em;
            margin-left: 0em;
            margin-bottom: 1.0em;
      }
      .mo_title_02:before {
            width: 120%;
            left: -6%;
      }
      .mo_title_02:after {
            left: -3%;
      }
      .sp_w12 .mo_title_02:after {
            left: -6%;
      }
}
/*mo_title_03 h3 
-----------------------------------------------------------------------------*/
.mo_title_03 {
      letter-spacing: 1px;
      font-size: 1.75em;
      padding: 0.2em 0 0.2em 1em;
      border-left: 4px solid var(--col_main);
      margin-bottom: 1em;
}
@media screen and (max-width: 680px) {
      .mo_title_03 {
            font-size: 1.4em;
      }
}
/*mo_title_04 h4
-----------------------------------------------------------------------------*/
.mo_title_04 {
      letter-spacing: 1px;
      font-size: 1.75em;
      position: relative;
      padding-bottom: 0.5em;
      margin-bottom: 1em;
}
.mo_title_04:before, .mo_title_04:after {
      content: "";
      position: absolute;
      left: 0;
      height: 1px;
      bottom: 0;
}
.mo_title_04:before {
      width: 100%;
      background: var(--col_btn_back);
}
.mo_title_04:after {
      width: 5em;
      background: var(--col_main);
}
@media screen and (max-width: 680px) {
      .mo_title_04 {
            font-size: 1.3em;
      }
}
/*mo_title_05 上部に線タイトル 
-----------------------------------------------------------------------------*/
.mo_title_05 {
      position: relative;
      padding: 1em 0;
      font-size: 1.5em;
      font-weight: 400;
}
.mo_title_05:before {
      position: absolute;
      content: "";
      background: var(--col_main);
      width: 1.6em;
      height: 2px;
      left: 0;
      top: 0;
}
/*mo_title_06　左横に線タイトル 
-----------------------------------------------------------------------------*/
.mo_title_06 {
      position: relative;
      font-size: 1.25em;
      font-weight: 400;
      padding: 0.8em 0 0.8em 1.2em;
}
.mo_title_06:before {
      position: absolute;
      content: "";
      background: var(--col_main);
      width: 0.8em;
      height: 2px;
      left: 0;
      top: 1.5em;
}
/*mo_title_07　太字　ややおおきめ　アクセス 
-----------------------------------------------------------------------------*/
.mo_title_07 {
      font-size: 1.1em;
      font-weight: 700;
      letter-spacing: 1px;
      margin-bottom: 1.5em;
}
/*mo_title_08　緑の文字　.mo_card_list_title
-----------------------------------------------------------------------------*/
.mo_title_08 {
      text-align: center;
      color: var(--col_green_b);
      font-size: 1.1em;
}
/*mo_title_09　緑の下線　
-----------------------------------------------------------------------------*/
.mo_title_09 {
      padding-bottom: 1em;
      border-bottom: 1px solid var(--col_green_b);
}
/*mo_title_10　上下に緑の線
-----------------------------------------------------------------------------*/
.mo_title_10 {
      background: #fff;
      position: relative;
      padding: 3em 0;
      border-top: 2px solid var(--col_main);
      border-bottom: 2px solid var(--col_main);
}
/*list
----------------------------------------------------------------------------------------------------------------------------------------------------*/
/*mo_li_disc
-----------------------------------------------------------------------------*/
ul.mo_li_disc > li {
      position: relative;
      padding-left: 1.5em;
      margin-bottom: 0.2em;
}
ul.mo_li_disc > li:before {
      content: "・";
      position: absolute;
      left: 0;
      top: -0.3em;
      font-size: 1.4em;
      color: var(--col_main);
}
ul.mo_li_disc > li + li {
      margin-top: 0.5em;
}
/*mo_li_deci 数字リスト
-----------------------------------------------------------------------------*/
ol.mo_li_deci {
      padding: 0;
      counter-reset: cp_clist; /*数字をリセット*/
      list-style-type: none;
      font-family: "Noto Sans JP";
}
ol.mo_li_deci li {
      position: relative;
      margin: 0 0 0 2.0em;
}
ol.mo_li_deci > li + li {
      margin-top: 1em;
}
ol.mo_li_deci li::after {
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      counter-increment: cp_clist;
      content: counter(cp_clist);
      top: 0em;
      font-weight: bold;
      left: -1.6em;
      color: #fff;
      font-size: 0.9em;
}
ol.mo_li_deci li::before {
      content: "";
      position: absolute;
      top: 0;
      left: -2.0em;
      background: var(--col_main);
      width: 1.6em;
      aspect-ratio: 1/1;
      border-radius: 50%;
}
ol.mo_li_deci li:nth-child(n+10):after {
      left: -1.9em;
}
/*mo_blank_list 　別タブリスト
-----------------------------------------------------------------------------*/
.mo_blank_list > li + li {
      margin-top: 0.5em;
}
.mo_blank_list > li a {
      text-decoration: underline;
      color: var(--col_blue);
}
.mo_blank_list > li a span {
      position: relative;
      padding-right: 1.4em;
}
.mo_blank_list > li span:before {
      content: "";
      background: url("../images/ico_blank.svg") no-repeat;
      background-size: contain;
      width: 1em;
      aspect-ratio: 1/1;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(-0%, -50%);
}
@media screen and (min-width: 961px), print {
      .mo_blank_list > li a:hover {
            text-decoration: none;
      }
}
/*parts
----------------------------------------------------------------------------------------------------------------------------------------------------*/
/*mo_link_style　テキスト内リンク例　アンダーバーのみ
-----------------------------------------------------------------------------*/
.mo_link_style {
      text-decoration: underline;
      color: var(--col_blue);
}
@media screen and (min-width: 961px), print {
      .mo_link_style:hover {
            text-decoration: none;
      }
}
/*mo_ico_blank　テキスト内リンク例　別タブ
-----------------------------------------------------------------------------*/
.mo_ico {
      position: relative;
      padding-right: 1.5em;
      margin-right: 0.5em;
      text-decoration: underline;
      color: var(--col_blue);
      display: inline-block;
}
.mo_ico:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(-0%, -50%);
}
@media screen and (min-width: 961px), print {
      .mo_ico:hover {
            text-decoration: none;
      }
}
.mo_ico_blank:after {
      background: url("../images/ico_blank.svg") no-repeat;
      background-size: contain;
      aspect-ratio: 1/1;
      width: 1em;
}
/*mo_ico_pdf　PDFリンク
-----------------------------------------------------------------------------*/
.mo_ico_pdf {
      padding-right: 1.9em;
}
.mo_ico_pdf:after {
      background: url("../images/ico_pdf.svg") no-repeat;
      background-size: contain;
      aspect-ratio: 1/1;
      width: 1.6em;
}
/*mo_btn_flex ボタンの並び　3個ずつ
-----------------------------------------------------------------------------*/
.mo_btn_flex {
      display: flex;
      gap: 1em 2%;
      flex-wrap: wrap;
      align-items: center;
}
.mo_btn_flex > * {
      width: calc(33% - 1%);
}
.mo_btn_flex a {
      display: block;
}
@media screen and (max-width: 680px) {
      .mo_btn_flex > * {
            width: auto;
      }
      .mo_btn_flex > * + * {
            margin-top: 1em;
      }
}
/*コンテンツ
----------------------------------------------------------------------------------------------------------------------------------------------------*/
/*テキストと画像セット
-----------------------------------------------------------------------------*/
.mo_imgtext_flex {
      align-items: center;
      display: flex;
      justify-content: space-between;
      gap: 0 6.6%;
}
.mo_imgtext_flex + .mo_imgtext_flex {
      margin-top: 6em;
}
.mo_imgtext_flex .text_box {
      width: 50%;
}
.mo_imgtext_flex .img {
      width: 50%;
}
.mo_imgtext_flex .img img {
      width: 100%;
      object-fit: cover;
      object-position: center;
}
/*セットで使うとき*/
.mo_imgtext_flex_area .mo_imgtext_flex:nth-child(even) {
      flex-direction: row-reverse;
}
@media screen and (max-width: 680px) {
      .mo_imgtext_flex {
            display: block;
      }
      .mo_imgtext_flex + .mo_imgtext_flex {
            margin-top: 4em;
      }
      .mo_imgtext_flex .text_box {
            width: auto;
            margin-bottom: 1.5em;
      }
      .mo_imgtext_flex .img {
            width: auto;
      }
}
/*テキストと画像セット カード型
-----------------------------------------------------------------------------*/
.mo_imgtext_card_area {
      display: flex;
      flex-wrap: wrap;
      gap: 3em 6.6%;
}
.mo_imgtext_card_area > * {
      width: calc((100% / 2) - 3.3%);
}
.mo_imgtext_card_area.col3 > * {
      width: calc((100% / 3) - 4.4%);
}
.mo_imgtext_card .img img {
      width: 100%;
      object-fit: cover;
      object-position: center;
}
@media screen and (max-width: 680px) {
      .mo_imgtext_card_area {
            display: block;
      }
      .mo_imgtext_card_area > * {
            width: auto;
      }
      .mo_imgtext_card_area.col3 > * {
            width: auto;
      }
      .mo_imgtext_card_area > * + * {
            margin-top: 3em;
      }
}
/*重要なお知らせ　黄色線四角
-----------------------------------------------------------------------------*/
.mo_notice_box {
      border: solid 2px var(--col_yellow);
      padding: 2em;
      border-radius: var(--rudius_pc);
}
.mo_notice_box_title {
      letter-spacing: 1px;
      font-size: 1.5em;
      font-weight: bold;
      padding: 0em 0 0em 0.8em;
      line-height: 1.5;
      border-left: 4px solid var(--col_yellow);
      margin-bottom: 1em;
}
/*入居資格について グレイ線四角
-----------------------------------------------------------------------------*/
.mo_gray_box {
      border: solid 1px var(--bg_gray_ll);
      padding: 2em;
      border-radius: var(--rudius_pc);
}
.mo_gray_box_title {
      letter-spacing: 1px;
      font-size: 1.5em;
      font-weight: bold;
      line-height: 1.5;
      margin-bottom: 1em;
}
@media screen and (max-width: 680px) {
      .mo_gray_box {
            padding: 1em;
      }
}
/*カード型リスト　４個ずつ
-----------------------------------------------------------------------------*/
.mo_card_list {
      display: flex;
      flex-wrap: wrap;
      gap: 6em 2.5%;
}
.mo_card_list > li {
      width: calc(25% - 1.9%);
}
@media screen and (max-width: 680px) {
      .mo_card_list {
            gap: 2em 5%;
      }
      .mo_card_list > li {
            width: calc(50% - 2.5%);
      }
}
.mo_card_list_inner .img {
      aspect-ratio: 272/162;
      overflow: hidden;
}
.mo_card_list_inner .img img {
      width: 100%;
      object-fit: cover;
      object-position: center;
}
.mo_card_list_inner .text_box {
      position: relative;
}
.mo_card_list_inner .text_box .mo_card_list_title {
      position: absolute;
      top: -1em;
      width: 85%;
      background: #fff;
      border-top: solid 2px var(--col_main);
      border-bottom: solid 2px var(--col_main);
      padding: 1em 0.5em;
      color: var(--col_main);
      font-size: 1.15em;
      font-weight: bold;
}
.mo_card_list_inner .text_box .mo_card_list_title span {
      padding-right: 1.5em;
      position: relative;
      display: inline-block;
}
.mo_card_list_inner .text_box .mo_card_list_title span:before {
      content: "";
      background: url("../images/ico_blank.svg") no-repeat;
      background-size: contain;
      width: 0.8em;
      aspect-ratio: 1/1;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(-0%, -50%);
}
@media screen and (max-width: 680px) {
      .mo_card_list_inner .text_box .mo_card_list_title {
            top: 0;
            position: static;
            padding: 0.5em 0.5em;
            border-top: none;
            border-bottom: solid 1px var(--col_main);
            font-size: 1.1em;
      }
}
/*カード型リスト02　デザイン別　3個ずつ
-----------------------------------------------------------------------------*/
.mo_card_list_02 {
      display: flex;
      flex-wrap: wrap;
      gap: 3em 3%;
}
.mo_card_list_02 > li {
      width: calc(33% - 1.7%);
      border-bottom: 1px solid var(--col_green_b);
}
@media screen and (max-width: 680px) {
      .mo_card_list_02 {
            display: block;
      }
      .mo_card_list_02 > li {
            width: auto;
      }
      .mo_card_list_02 > li + li {
            margin-top: 3em;
      }
}
.mo_card_list_inner_02 .img {
      position: relative;
}
.mo_card_list_inner_02 .img .ofi {
      height: 15em;
}
.mo_card_list_inner_02 .img:before, .mo_card_list_inner_02 .img:after {
      content: "";
      position: absolute;
}
.mo_card_list_inner_02 .img:before {
      aspect-ratio: 1/1;
      width: 2.5em;
      background: var(--col_green_b);
      bottom: 0;
      right: 0;
}
.mo_card_list_inner_02 .img:after {
      background: url("../images/arrow_01.svg") no-repeat;
      background-size: contain;
      width: 0.6em;
      aspect-ratio: var(--arrow_aspct_01);
      bottom: 0.8em;
      right: 0.8em;
      filter: var(--fil_ff);
}
.mo_card_list_inner_02 .img.img_blank:after {
      background: url("../images/ico_blank.svg") no-repeat;
      background-size: contain;
      width: 1em;
      aspect-ratio: 1;
      bottom: 0.8em;
      right: 0.8em;
      filter: var(--fil_ff);
}
.mo_card_list_inner_02 .img img {
      width: 100%;
      object-fit: cover;
      object-position: center;
}
.mo_card_list_inner_02 .mo_card_list_title {
      text-align: center;
      color: var(--col_green_b);
      font-size: 1.1em;
      padding: 1em 0;
}
.mo_card_list_inner_02 .mo_card_list_text {
    padding-bottom: 1em;
}

.mo_card_list_02.no_arrow .img:before, .mo_card_list_02.no_arrow .img:after {
      content: none;
}
/*タブ切り替え
-----------------------------------------------------------------------------*/
.mo_tub_btn_flex {
      display: flex;
      align-items: flex-end;
}
.mo_tub_btn_flex > * {
      width: 100%;
      background: var(--col_btn_back);
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 2em;
      text-align: center;
      border-radius: var(--rudius_pc_tr);
      font-size: 1.1em;
      cursor: pointer;
      padding: 0.5em 0.5em;
}
.mo_tub_btn_flex > *.is-active {
      padding: 0.8em 0.5em;
      background: var(--col_main);
}
.mo_tub_btn_flex > * + * {
      border-left: solid 2px #fff;
}
.mo_panel_inner {
      padding: 2em;
      background: var(--bg_gray_l);
}
/*mo_sns_list SNSリスト
-----------------------------------------------------------------------------*/
.mo_sns_list {
      display: flex;
      gap: 2em 3%;
}
.mo_sns_list > * {
      width: calc((100% / 3) - (3% * 1.5));
}
@media screen and (max-width: 960px) {
      .mo_sns_list {
            flex-wrap: wrap;
      }
      .mo_sns_list > * {
            width: calc((100% / 2) - (3% * 1.5));
      }
}
@media screen and (max-width: 680px) {
      .mo_sns_list {
            display: block;
      }
      .mo_sns_list > * {
            width: auto;
      }
      .mo_sns_list > * + * {
            margin-top: 2em;
      }
}
.mo_sns_title {
      display: flex;
      align-items: center;
}
.mo_sns_title img {
      aspect-ratio: 1/1;
      height: 3em;
}
.mo_sns_title > a {
      text-decoration: underline;
      color: var(--col_blue);
      display: inline-block;
      margin-left: 1em;
}
@media screen and (min-width: 961px), print {
      .mo_sns_title > a:hover {
            text-decoration: none;
      }
}
/*.mo_sns_list > * a {
      text-decoration: underline;
      color: var(--col_blue);
      display: inline-block;
      margin-left: 1em;
}
@media screen and (min-width: 961px), print {
      .mo_sns_list > * a:hover {
            text-decoration: none;
      }
}*/
/*テーブル
----------------------------------------------------------------------------------------------------------------------------------------------------*/
/*mo_table_01
-----------------------------------------------------------------------------*/
.mo_table_01 table {
      table-layout: fixed;
      width: 100%;
}
.mo_table_01 table th, .mo_table_01 table td {
      padding: 2em 3em;
}
.mo_table_01 table th {
      width: 20%;
      border-bottom: 1px solid var(--col_main);
}
.mo_table_01 table td {
      width: 80%;
      border-bottom: 1px solid var(--bg_gray_ll);
}
.mo_table_01 table tr:first-child th {
      border-top: 1px solid var(--col_main);
}
.mo_table_01 table tr:first-child td {
      border-top: 1px solid var(--bg_gray_ll);
}
@media screen and (max-width: 680px) {
      .mo_table_01 table th, .mo_table_01 table td {
            padding: 1em 1.2em;
            display: block;
      }
      .mo_table_01 table th {
            color: var(--col_main);
            padding-bottom: 0.25em;
            width: auto;
            border-bottom: none;
      }
      .mo_table_01 table td {
            padding-top: 0.25em;
            width: auto;
            border-bottom: 1px solid var(--bg_gray_ll);
      }
      .mo_table_01 table tr:first-child th {
            border-top: 1px solid var(--bg_gray_ll);
      }
      .mo_table_01 table tr:first-child td {
            border-top: none;
      }
      .mo_table_01 table tr:nth-child(even) {
            background: var(--bg_gray_l);
      }
}
/*mo_table_02
-----------------------------------------------------------------------------*/
.mo_table_02 table {
      table-layout: fixed;
      width: 100%;
      word-break: break-all;
}
.mo_table_02 table th, .mo_table_02 table td {
      padding: 1em 0.5em;
}
.mo_table_02 table th {
      background: var(--col_main);
      color: #fff;
      border-left: 1px solid #fff;
}
.mo_table_02 table td {
      border-left: 1px solid var(--bg_gray_ll);
      border-bottom: 1px solid var(--bg_gray_ll);
}
.mo_table_02 table th:first-child, .mo_table_02 table td:first-child {
      border-left: none;
}
.mo_table_02 table tr:nth-child(odd) {
      background: var(--bg_gray_l);
}
@media screen and (max-width: 680px) {
      .mo_table_02.table_sp_scl {
            width: 100%;
            overflow-x: scroll;
      }
      .mo_table_02 table th, .mo_table_02 table td {
            padding: 0.5em 0.5em;
      }
      .mo_table_02.table_sp_scl table {
            min-width: 300vw;
            max-width: 100%;
      }
}
/*mo_table_03
-----------------------------------------------------------------------------*/
.mo_table_03 table {
      table-layout: fixed;
      width: 100%;
}
.mo_table_03 table th, .mo_table_03 table td {
      padding: 1em 0em;
}
.mo_table_03 table th {
      border-bottom: 1px solid var(--col_main);
}
.mo_table_03 table td {
      border-bottom: 1px solid var(--bg_gray_ll);
}
.mo_table_03 table tr:first-child th {
      border-top: 1px solid var(--col_main);
}
.mo_table_03 table tr:first-child td {
      border-top: 1px solid var(--bg_gray_ll);
}
/*mo_table_04
-----------------------------------------------------------------------------*/
@media screen and (min-width: 681px), print {
      .mo_table_04 table {
            table-layout: fixed;
            width: 100%;
            word-break: break-all;
      }
      .mo_table_04 table th, .mo_table_04 table td {
            padding: 1em 0.5em;
      }
      .mo_table_04 table th {
            background: var(--col_main);
            color: #fff;
            border-left: 1px solid #fff;
      }
      .mo_table_04 table td {
            border-left: 1px solid var(--bg_gray_ll);
            border-bottom: 1px solid var(--bg_gray_ll);
      }
      .mo_table_04 table th:first-child, .mo_table_04 table td:first-child {
            border-left: none;
      }
      .mo_table_04 table tr:nth-child(odd) {
            background: var(--bg_gray_l);
      }
      .table04_td_sptitle {
            display: none;
      }
}
@media screen and (max-width: 680px) {
      .mo_table_04 table {
            table-layout: fixed;
            width: 100%;
            word-break: break-all;
      }
      .mo_table_04 tr, .mo_table_04 th, .mo_table_04 td {
            display: block;
      }
      .table04_th {
            display: none !important;
      }
      /*td*/
      .table04_title {
            margin-bottom: 0.5em;
            padding: 0.5em 0;
            width: 100%;
            background: var(--col_main);
            color: #fff;
      }
      .table04_tr_flex {
            display: flex;
            gap: 0 1em;
            padding: 0.5em;
      }
      .mo_table_04 th, .mo_table_04 td {
            border-bottom: 1px solid var(--bg_gray_ll);
      }
      .table04_td_sptitle {
            text-align: left;
            width: 10em;
            color: var(--col_main);
      }
      .table04_td_text {
            text-align: left;
            width: calc(100% - 11em);
      }
}
/*テーブル幅
-----------------------------------------------------------------------------*/
table .tw10 {
      width: 10%;
}
table .tw15 {
      width: 15%;
}
table .tw20 {
      width: 20%;
}
table .tw25 {
      width: 25%;
}
table .tw30 {
      width: 30%;
}
table .tw35 {
      width: 35%;
}
table .tw40 {
      width: 40%;
}
table .tw45 {
      width: 45%;
}
table .tw50 {
      width: 50%;
}
/*table_list
-----------------------------------------------------------------------------*/
.table_list > li:nth-child(odd) {
      background: var(--bg_gray_l);
}
.table_list > li:first-child {
      border-top: 1px solid var(--bg_gray_ll);
}
.table_list_inner {
      display: flex;
      padding: 1.5em 1.5em;
      border-bottom: 1px solid var(--bg_gray_ll);
}
.date {
      letter-spacing: 1px;
}
.table_list_inner_date {
      width: 6em;
}
.table_list_inner .textr_box {
      width: calc(100% - 6em);
}
@media screen and (max-width: 680px) {
      .table_list_inner {
            padding: 1.0em 1.0em;
            display: block;
      }
      .table_list_inner_date {
            width: auto;
      }
      .table_list_inner .textr_box {
            width: auto;
      }
}
/*アコーディオン
----------------------------------------------------------------------------------------------------------------------------------------------------*/
/*js用css
-----------------------------------------------------------------------------*/
.aco-btn {
      cursor: pointer;
}
.aco-cont {
      display: none;
}
/*デザイン用css（見た目に必要なスタイルを追記してくさい。）
-----------------------------------------------------------------------------*/
/*デザイン用css end
-----------------------------------------------------------------------------*/
/*detailsで開閉
----------------------------------------------------------------------------------------------------------------------------------------------------*/
/* デフォルトの矢印を隠す */
summary::-webkit-details-marker {
      display: none;
}
summary:focus-visible {
      border: solid 1px #000;
}
.details-aco summary {
      cursor: pointer;
      list-style: none;
      position: relative;
      transition: all 0.3s ease;
      outline: none;
}
.details-aco details {
      position: relative !important;
      z-index: 0 !important;
}
.details-aco .details-cont {
      position: relative;
      z-index: 500 !important;
}
/*open時の挙動
-----------------------------------------------------------------------------*/
.details-aco details[open] .details-cont > * {
      animation: qafadeIn 0.8s ease;
      transition: all 0.8s ease;
}
@keyframes qafadeIn {
      0% {
            opacity: 0;
            transform: translateY(-10px);
      }
      100% {
            opacity: 1;
            transform: translateY(-0px);
      }
}
/*open時の挙動　end
-----------------------------------------------------------------------------*/
/*デザイン
-----------------------------------------------------------------------------*/
.aco_01 details {
      background: #fff;
      border-radius: var(--rudius_pc);
      border: solid 1px var(--col_green_b);
      box-shadow: var(--box_shadow);
      margin-bottom: 1.5em;
}
.aco_01 summary p, .aco_01 .aco_cont {
      padding: 1.5em 4em 1.5em 1.5em;
      position: relative;
}
.aco_01 .aco_cont {
      padding-top: 0em;
}
.aco_01 summary:focus-visible {
      border: solid 1px #000;
}
.aco_01 summary p span {
      font-weight: bold;
      color: var(--col_green_b);
      font-size: 1.1em;
}
@media screen and (max-width: 680px) {
      .aco_01 summary p span {
            font-size: 1.6rem;
      }
      .aco_01 summary p, .aco_01 .aco_cont {
            padding: 1.0em 3em 1.0em 1.0em;
            position: relative;
      }
      .aco_01 .aco_cont {
            padding-top: 0em;
      }
}
.aco_01 summary:before {
      content: '';
      background: url("../images/aco_arrow.svg") no-repeat;
      background-size: contain;
      position: absolute;
      width: 2em;
      aspect-ratio: 1;
      right: 1em;
      top: 1.5em;
      transition: transform 0.3s ease;
}
.aco_01 details[open] summary::before {
      transform: rotate(180deg);
}
@media screen and (max-width: 680px) {
      .aco_01 summary:before {
            width: 1.5em;
            right: 0.6em;
            top: 1.2em;
      }
}
/*QA
----------------------------------------------------------------------------------------------------------------------------------------------------*/
/*QA*/
.qa_block details {
      background: var(--bg_main_l);
      border-radius: var(--b_rudius_pc);
      box-shadow: var(--box_shadow);
      margin-bottom: 2em;
}
.qa_block summary p, .qa_block .aco_cont {
      padding: 1.5em 4em 1.5em 5em;
      position: relative;
}
.qa_block .aco_cont {
      padding: 1.5em 1.5em 1.5em 5em;
}
.qa_block summary p span {
      font-size: 1.1em;
}
/*qa文字*/
.qa_block summary p:after, .qa_block .aco_cont:after {
      content: "";
      position: absolute;
      left: 1em;
      top: 0.4em;
      font-size: 2em;
      font-family: var(--font_mon);
      font-weight: 700;
}
.qa_block summary p:after {
      content: "Q";
      color: var(--col_green_b);
}
.qa_block .aco_cont:after {
      content: "A";
      left: 1em;
      color: var(--col_blue);
}
@media screen and (max-width: 680px) {
      .qa_block summary p span {
            font-size: 1.6rem;
      }
      .qa_block summary p, .qa_block .aco_cont {
            padding: 1.7em 3em 1.7em 3em;
            position: relative;
            padding-left: 3.0em;
      }
      .qa_block .aco_cont {
            padding: 1.7em 1.5em 1.7em 3em;
      }
      .qa_block summary p:after, .qa_block .aco_cont:after {
            left: 0.4em;
            font-size: 3.0rem;
      }
}
/*Q コンテンツ*/
.qa_block summary {
      font-weight: 700;
      cursor: pointer;
      list-style: none;
      position: relative;
      transition: all 0.3s ease;
      outline: none;
}
/*A　コンテンツ*/
.qa_block details .aco_cont {
      position: relative;
      z-index: -1;
}
.qa_block details .aco_cont:before {
      content: "";
      width: calc(100% - 3em);
      height: 1px;
      background: var(--bg_gray_ll);
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -0%);
}
/*矢印*/
.qa_block summary:before {
      content: '';
      background: url("../images/aco_arrow.svg") no-repeat;
      background-size: contain;
      position: absolute;
      width: 2em;
      aspect-ratio: 1;
      right: 1em;
      top: 1.5em;
      transition: transform 0.3s ease;
}
.qa_block details[open] summary::before {
      transform: rotate(180deg);
}
@media screen and (max-width: 680px) {
      .aco_01 summary:before {
            width: 1.5em;
            right: 0.6em;
            top: 1.2em;
      }
}
/*gmap googleマップ
----------------------------------------------------------------------------------------------------------------------------------------------------*/
.gmap iframe {
      width: 100% !important;
      height: 500px !important;
}
@media screen and (max-width: 1370px) {
      .gmap iframe {
            height: 50rem !important;
      }
}
@media screen and (max-width: 680px) {
      .gmap iframe {
            height: 30rem !important;
      }
}
/*access_list
----------------------------------------------------------------------------------------------------------------------------------------------------*/
.access_list > li {
      display: flex;
      gap: 0 3%;
}
.access_list > li + li {
      margin-top: 1.5em;
}
.access_list > li .img {
      width: 3em;
}
.access_list > li .img img {
      width: 100%;
}
.access_list > li .text_box {
      width: calc(100% - 3em);
}
/*sitemap_list
----------------------------------------------------------------------------------------------------------------------------------------------------*/
.sitemap_list .global_inner_w {
      display: flex;
      flex-wrap: wrap;
      gap: 1em 2%;
}
.sitemap_list .global_inner_w > li {
      width: calc((100% / 3) - (2% / 1.5));
}
@media screen and (max-width: 680px) {
      .sitemap_list .global_inner_w {
            display: block;
      }
      .sitemap_list .global_inner_w > li {
            width: auto;
      }
}
/*任意のブロックごとの時*/
.sitemap_list .global_sub_list {
      width: calc((100% / 3) - (3% / 1.5));
}
.sitemap_list .global_sub_list > li {
      margin-bottom: 1em;
      /*     width: calc((100% / 3) - (3% / 1.5));*/
}
/*横並びの時の時*/
.sitemap_list .global_sub_list.one_global_sub_list {
      display: flex;
      gap: 0 3%;
      flex-wrap: wrap;
      width: 100%;
}
.sitemap_list .global_sub_list.one_global_sub_list > li {
      width: calc((100% / 3) - (3% / 1.5));
}
/*縦並びの時*/
@media screen and (min-width: 681px), print {
      .sitemap_list .global_sub_list.column_global_sub_list {
            column-count: 3;
            width: 100%;
      }
      .sitemap_list .global_sub_list.column_global_sub_list > li {
            margin-right: 3%;
      }
}
@media screen and (max-width: 680px) {
      .sitemap_list .global_sub_list {
            width: auto;
      }
}
/*第1*/
/*global_sub_list 第1
	--------------------------------------------*/
.sitemap_list {
      overflow: hidden;
}
.sitemap_list > li {
      margin-bottom: 3em;
}
.sitemap_list > li > a {
      font-size: 1.1em;
      display: inline-block;
      padding: 0.5em 0.8em 0.5em 0em;
      position: relative;
}
.sitemap_list > li > a:before {
      content: "";
      width: 0.45em;
      aspect-ratio: var(--arrow_aspct_01);
      background: url("../images/arrow_01.svg")no-repeat;
      background-size: contain;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(-0%, -50%);
      filter: var(--fil_main);
}
.sitemap_list > li > a:after {
      content: "";
      background: var(--bg_gray_ll);
      width: 2000%;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 0;
}
@media screen and (max-width: 680px) {
      .sitemap_list > li {
            margin-bottom: 1.5em;
      }
      .sitemap_list > li > a {
            display: block;
            border-bottom: 1px solid var(--bg_gray_ll);
      }
      .sitemap_list > li > a:after {
            content: none;
      }
}
/*global_sub_list 第2 余白
	--------------------------------------------*/
.sitemap_list .head_housing_list > li + li, .sitemap_list .head_housing_box + .head_housing_box, .sitemap_list .global_sub_list > li + li, .sitemap_list .global_sub_list + .global_sub_list {
      margin-top: 0.8em;
}
@media screen and (min-width: 961px), print {
      .sitemap_list li a:hover, .sitemap_list li a:hover * {
            text-decoration: underline;
      }
}
.sitemap_list .global_sub_list {
      margin-top: 1em;
}
.sitemap_list .global_sub_list > li > a {
      display: block;
      padding: 0em 0em 0em 1.2em;
      position: relative;
}
.sitemap_list .global_sub_list > li > a:before {
      content: "";
      width: 0.6em;
      height: 2px;
      background: var(--col_main);
      background-size: contain;
      position: absolute;
      top: 0.8em;
      left: 0;
}
/*head_housing_box*/
.sitemap_list .head_housing_box {
      margin-top: 1em;
}
.sitemap_list .head_housing_box_title {
      display: none;
}
.sitemap_list .head_housing_list br {
      display: none;
}
.sitemap_list .head_housing_list > li > a {
      display: block;
      padding: 0em 0em 0em 1.2em;
      position: relative;
}
.sitemap_list .head_housing_list > li > a:before {
      content: "";
      width: 0.6em;
      height: 2px;
      background: var(--col_main);
      background-size: contain;
      position: absolute;
      top: 0.8em;
      left: 0;
}
/*global_sub_list 第3
	--------------------------------------------*/
.sitemap_list .global_sub_list ul li {
      padding-left: 2em;
      margin-top: 0.5em;
}
.sitemap_list .global_sub_list ul li + li {
      margin-top: 0.3em;
}
/*history_link_list
----------------------------------------------------------------------------------------------------------------*/
.history_link_list {
      display: flex;
      gap: 1em 1%;
}
.history_link_list > li {
      width: 100%;
}
@media screen and (max-width: 680px) {
      .history_link_list {
            flex-wrap: wrap;
            gap: 0.5em 2%;
      }
      .history_link_list > li {
            width: calc((100% / 2) - (2% / 2));
      }
}
.history_link_list > li a {
      font-size: 1.1em;
      position: relative;
      color: #fff;
      /*年代用変数 --history_col*/
      background: var(--history_col);
      padding: 0.5em 0 1em 0;
      text-align: center;
      display: block;
      border-radius: var(--rudius_pc);
}
.history_link_list > li a:before {
      content: "";
      width: 0.45em;
      aspect-ratio: var(--arrow_aspct_01);
      background: url("../images/arrow_01.svg")no-repeat;
      background-size: contain;
      position: absolute;
      bottom: 0.3em;
      left: 50%;
      transform: translate(-50%, -0%) rotate(90deg);
      filter: var(--fil_ff);
}
@media screen and (min-width: 961px), print {
      .history_link_list > li a:hover {
            background: var(--col_main_d) !important;
      }
}
/*history_area
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.hitory_area {
      position: relative;
      display: block;
      max-width: 1180px;
      margin: 0 auto;
}
/*hitory_title_box*/
.hitory_title_box {
      padding: 1em 0;
      background: var(--history_col);
      color: #fff;
      text-align: center;
}
.hitory_title {
      font-size: 3.0rem;
      letter-spacing: 1px;
}
.hitory_title span {
      font-size: 1.3em;
}
@media screen and (max-width: 680px) {
      .hitory_title_box {
            padding: 0.8em 0;
            text-align: left;
      }
      .hitory_title {
            font-size: 2.2rem;
            text-align: center;
      }
      .hitory_title_box p {
            width: 90%;
            margin: auto;
      }
}
/*history_list
----------------------------------------------*/
.history_list {
      display: flex;
      flex-wrap: wrap;
      position: relative;
      padding-bottom: 5em;
}
.history_list:before {
      content: "";
      background: var(--history_col);
      height: 100%;
      width: 2px;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -0%);
}
.history_list > li {
      width: 50%;
      position: relative;
      margin-top: 3em;
}
.history_list > li:nth-child(even) {
      margin-top: 8em;
}
.history_list > li:before, .history_list > li:after {
      content: "";
      background: var(--history_col);
      top: 3em;
      position: absolute;
      z-index: -1;
}
.history_list > li:before {
      right: calc(-0.6em / 2);
      width: 0.6em;
      aspect-ratio: 1;
      border-radius: 3em;
      top: calc(3em - (0.6em / 2));
}
.history_list > li:after {
      right: 0;
      width: 50%;
      height: 2px;
}
.history_list > li:nth-child(even)::before {
      right: auto;
      left: calc(-0.6em / 2);
}
.history_list > li:nth-child(even)::after {
      right: auto;
      left: 0;
}
@media screen and (max-width: 1200px) {
      .history_list {
            width: 95%;
            margin: auto;
      }
}
@media screen and (max-width: 680px) {
      .history_list {
            display: block;
            padding-top: 2em;
            padding-bottom: 3em;
      }
      .history_list:before {
            left: 0.3em;
            transform: translate(-0%, -0%);
      }
      .history_list > li {
            width: 100%;
            margin-top: 0;
      }
      .history_list > li:nth-child(even) {
            margin-top: 2em;
      }
      .history_list > li:before {
            right: auto;
            left: 0;
      }
      .history_list > li:after {
            left: 0;
            right: auto;
            width: 50%;
      }
      .history_list > li:nth-child(even)::before {
            left: 0;
      }
      .history_list > li:nth-child(even)::after {
            right: auto;
            left: 0;
      }
}
/*history_list_inner*/
.history_list_inner {
      word-break: break-all;
      position: relative;
      margin-right: 30%;
      padding: 1.5em 1.5em;
      background: var(--bg_gray_l);
}
.history_list > li:nth-child(even) .history_list_inner {
      margin: auto 0 auto 30%;
}
.history_list_inner dl + dl {
      margin-top: 2em;
}
.history_list_inner dt, .history_list_inner dd span.dt_title {
      line-height: 1.0;
      color: var(--history_col);
      font-weight: 600;
      font-size: 1.8rem;
      margin-bottom: 0.8em;
      display: block;
}
.history_list_inner dd span.dt_title {
      margin-top: 2em;
}
.history_list_inner dt span {
      font-size: 2em;
}
.history_list_inner dd span.dd_fl {
      font-size: 1.8rem;
      font-weight: 600;
      margin-bottom: 0.8em;
}
.history_list_inner dd .img {
      margin: 1em auto auto auto;
      width: 90%;
}
.history_list_inner dd .img img {
      width: 100%;
}
@media screen and (max-width: 960px) {
      .history_list_inner {
            margin-right: 10%;
      }
      .history_list > li:nth-child(even) .history_list_inner {
            margin: 0 0 auto 5%;
      }
}
@media screen and (max-width: 680px) {
      .history_list_inner {
            margin-right: auto;
            margin-left: 5%;
      }
}
/*色別
------------------------------------------------------------------*/
.h1950 {
      --history_col: #8ABD00;
}
.h1960 {
      --history_col: #52AA47;
}
.h1970 {
      --history_col: #00A269;
}
.h1980 {
      --history_col: #009789;
}
.h1990 {
      --history_col: #0089A1;
}
.h2000 {
      --history_col: #0079AE;
}
.h2010 {
      --history_col: #0067AB;
}
.h2020 {
      --history_col: #004C74;
}
/*history_nenshi_box
------------------------------------------------------------------------------------------------------------------------------------*/
.history_nenshi_box {
      max-width: 840px;
      margin: 3em auto;
      border: solid 1px var(--col_main);
      border-radius: var(--rudius_pc);
}
.history_nenshi_box_inner {
      padding: 2em;
      align-items: center;
      display: flex;
      justify-content: space-between;
      gap: 0 7%;
}
.history_nenshi_box_inner .img {
      width: 45%;
}
.history_nenshi_box_inner .img img {
      width: 100%;
}
.history_nenshi_box_inner .text_box {
      width: 55%;
}
@media screen and (max-width: 680px) {
      .history_nenshi_box_inner {
            display: block;
            padding: 1.5em;
      }
      .history_nenshi_box_inner .img {
            width: auto;
      }
      .history_nenshi_box_inner .text_box {
            width: auto;
      }
      .history_nenshi_box_inner .mo_btn > * {
            width: 100%;
      }
}
/*ページ個別対応
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*--------------------------------------------------------------------------------**/
/*理事長メッセージ・経営理念
----------------------------------------------------------------------------------------------------------------------------------------------------------------**/
.philosophy_main {
      position: relative;
}
.philosophy_text {
      position: absolute;
      left: 2em;
      bottom: 3em;
      font-size: 1.5em;
      letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
      .philosophy_text {
            font-size: 1.1em;
            left: 1em;
            bottom: 1em;
      }
}
/*ir
----------------------------------------------------------------------------------------------------------------------------------------------------------------**/
.ir_list {
      display: flex;
      flex-wrap: wrap;
      gap: 1.6em 2%;
}
.ir_list > li {
      border: solid 1px var(--col_main);
      box-sizing: border-box;
      width: calc((100% /2) - (2% /1.5));
      padding: 2em;
      border-radius: var(--rudius_pc);
}
.ir_list_title {
      letter-spacing: 1px;
      font-size: 1.5em;
      padding: 0.2em 0 0.2em 0.8em;
      border-left: 4px solid var(--col_main);
      margin-bottom: 1.5em;
}
@media screen and (max-width: 680px) {
      .ir_list {
            display: block;
      }
      .ir_list > li {
            padding: 1.5em 1em;
            width: 100%;
      }
      .ir_list > li + li {
            margin-top: 1em;
      }
      .ir_list_title {
            font-size: 1.4em;
            padding: 0.2em 0 0.2em 0.5em;
            margin-bottom: 0.8em;
      }
}
/*tender
----------------------------------------------------------------------------------------------------------------------------------------------------------------**/
.btn_list_center {
      text-align: center;
}
.btn_list_center > li + li {
      margin-top: 1em;
}
/*inner_link_area____ ページ内リンク
----------------------------------------------------------------------------------------------------------------------------------------------------*/
.inner_link_area {
      background: var(--col_main_l);
      padding: 0.5em 1em;
}
.inner_link {
      display: flex;
      flex-wrap: wrap;
      gap: 1em 3%
}
.inner_link li {}
.inner_link li a {
      padding-right: 1em;
      display: inline-block;
      position: relative;
      text-decoration: underline;
}
.inner_link li a:before {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(-0%, -50%);
      filter: var(--fil_main);
      background: url("../images/arrow_01.svg") no-repeat;
      background-size: contain;
      width: 0.5em;
      aspect-ratio: var(--arrow_aspct_01);
}
@media screen and (min-width: 961px), print {
      .inner_link li a {
            text-decoration: none;
      }
}
/*ページ内リンク
----------------------------------------------------------------------------------------------------------------------------------------------------*/
/*page_link_area
--------------------------------------------------------------------------*/
.page_link_area {
      padding: 1em 1em;
      background: var(--bg_main_l);
}
.page_link_list {
      max-width: 1200px;
      margin: auto;
      display: flex;
      justify-content: flex-start;
      gap: 1em 5%;
      flex-wrap: wrap;
}
.page_link_list > li {
      /*width: 25%;*/
}
.page_link_list > li a {
      display: block;
      position: relative;
      color: var(--col_main);
      text-decoration: underline;
      padding-left: 1.5em;
}
.page_link_list > li a:before, .page_link_list > li a:after {
      content: "";
      position: absolute;
}
.page_link_list > li a:before {
      background: url("../images/arrow_01.svg") no-repeat;
      background-size: contain;
      background-position: top;
      height: 0.7em;
      aspect-ratio: var(--arrow_aspct_01);
      transform: rotate(90deg);
      filter: var(--fil_main);
      left: 0.5em;
      top: 0.5em;
}
.page_link_list > li a:after {
      background: var(--col_link);
      width: 0.8em;
      height: 1px;
      top: 1.1em;
      left: 0.3em;
}
@media screen and (min-width: 961px), print {
      .page_link_list > li a:hover {
            text-decoration: none;
      }
}
@media screen and (max-width: 1250px) {
      .page_link_list {
            max-width: 90%;
      }
}
@media screen and (max-width: 680px) {
      .page_link_area {
            padding: 1em 0 1em 0;
            background: var(--bg_main_l);
      }
      .page_link_list {
            display: block;
      }
      .page_link_list > li {
            width: auto;
            margin-bottom: 1em;
      }
}
/*local_nav_list　ディレクトリ内リンク
--------------------------------------------------------------------------*/
@media screen and (min-width: 681px), print {
      .local_nav_list {
            display: flex;
            gap: 0.8em 0;
            flex-wrap: wrap;
      }
      .local_nav_list > li {
            width: calc((100% /4) - 4px);
            border-left: 1px solid var(--col_gray);
      }
      .local_nav_list > li:last-child, .local_nav_list > li:nth-of-type(4n) {
            border-right: 1px solid var(--col_gray);
      }
      .local_nav_list > li * {
            padding: 0.8em 1em;
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration: underline;
            color: var(--col_main);
            height: calc(100% - 1.6em);
      }
      .local_nav_list > li.current * {
            font-weight: 700;
            color: var(--col_main_d);
            text-decoration: none;
            background: var(--bg_main_l);
            pointer-events: none;
            tabindex: -1;
      }
}
@media screen and (min-width: 961px), print {
      .local_nav_list > li a:hover, .local_nav_list > li a:focus {
            text-decoration: none;
            background: var(--bg_main_l);
      }
}
@media screen and (max-width: 680px) {
      .local_nav_list > li * {
            padding: 1em 0.8em;
            text-decoration: underline;
            color: var(--col_main);
            display: block;
      }
      .local_nav_list > li.current a {
            background: var(--bg_main_l);
            pointer-events: none;
            tabindex: -1;
            text-decoration: none;
            color: inherit;
      }
}
/*入札
----------------------------------------------------------------------------------------------------------------------------------------------------*/
.tender_aco_inner {
      display: none;
}
.aco-btn {
      cursor: pointer;
}
.btn_plus {
      position: absolute;
      width: 1em;
      aspect-ratio: 1;
      right: 0;
      top: 0.5em;
}
.btn_plus:before, .btn_plus:after {
      content: "";
      background: var(--col_main);
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
}
.btn_plus:before {
      width: 100%;
      height: 2px;
}
.btn_plus:after {
      height: 100%;
      width: 2px;
}
.active .btn_plus:before {
      opacity: 0;
}
.active .btn_plus:after {
      transform: translate(-50%, -50%) rotate(-90deg);
}
/*tender_aco_list
----------------------------------------------------------------------------*/
.tender_aco_list > li + li{
	margin-top: 3em;
}
@media screen and (max-width: 680px) {
	.tender_aco_list > li + li{
	margin-top: 2em;
}
}