@charset "UTF-8";
/* section_lifeinfo */
.lifeinfo {
  width: 100%;
}

.s_waku {
  bottom: 40px;
}

.lifeinfo .tab_area {
  max-width: 1425.6px;
  margin: 0px auto;
  display: -ms-grid;
  display: grid;
  /* -ms-grid-columns: 1fr min(0.72vw, 12px) 1fr min(0.72vw, 12px) 1fr min(0.72vw, 12px) 1fr min(0.72vw, 12px) 1fr min(0.72vw, 12px) 1fr min(0.72vw, 12px) 1fr; */
  -ms-grid-columns: 1fr min(0.72vw, 6px) 1fr min(0.72vw, 6px) 1fr min(0.72vw, 6px) 1fr min(0.72vw, 6px) 1fr min(0.72vw, 6px) 1fr min(0.72vw, 6px) 1fr min(0.72vw, 6px) 1fr;
  grid-template-columns: repeat(8, 1fr);
  /* -webkit-column-gap: min(0.72vw, 12px);
  -moz-column-gap: min(0.72vw, 12px);*/
  -webkit-column-gap: min(0.72vw, 6px);
     -moz-column-gap: min(0.72vw, 6px);
          column-gap: min(0.72vw, 6px);
  row-gap: min(1.441vw, 24px);
}

@media screen and (max-width: 768px) {
  .lifeinfo .tab_area {
    max-width: min(90vw, 1425.6px);
    gap: min(2.667vw, 12px);
    -ms-grid-columns: 1fr min(2.667vw, 12px) 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin-top: min(5.333vw, 24px);
    padding: 0 10px;
  }
}
label.tab_label {
  padding: min(1.153vw, 19.2px) 0;
  color: #595757;
  font-size: clamp(12px, 1.081vw, 18px);
  letter-spacing: 0.06em;
  text-align: center;
  border-top: 2px solid #aaa;
  border-left: 2px solid #aaa;
  border-right: 2px solid #aaa;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  label.tab_label {
    padding: min(3.2vw, 14.4px) 0;
    font-size: clamp(9.6px, 3.2vw, 14.4px);
    border: 1px solid #aaa;
  }
}
label.tab_label svg {
  width: 20px;
  margin-right: 10px;
}

label.tab_label span {
  color: #595757;
}

label.tab_label.active,
label.tab_label:hover {
  background-color: #eee;
}

label.tab_label.active span,
label.tab_label:hover span {
  color: #595757;
}

/* map_panel_set_area 関連 */
.lifeinfo .map_panel_set_area {
  max-width: 1425.6px;
  margin: 0px auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lifeinfo .mapbox {
  width: 70%;
  height: 600px;
  border-right: solid 1px #eeeeee;
}

.lifeinfo .panel_area {
  padding: 30px 0px 30px 0px;
  background-color: #f0f0f0;
  width: 30%;
}

.lifeinfo .panel_area .panel_box {
  max-height: 540px;
  overflow: hidden;
  overflow-y: scroll;
  display: none;
}

.lifeinfo .panel_area .panel_box.active {
  display: block;
}

.lifeinfo .panel_area .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 24px;
  cursor: pointer;
  border-bottom: 1px solid #dbd6d4;
}

.lifeinfo .panel_area .panel:first-of-type {
  border-top: none;
}

.lifeinfo .panel_area .marker_img {
  width: 19px;
  margin: 0 5px 0 0;
}

.lifeinfo .panel_area .panel_txt {
  width: calc(100% - 25px);
}

.lifeinfo .panel_area .panel p {
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0;
  line-height: 1.2;
}

.lifeinfo .panel_area .panel_txt1 {
  font-size: 16px;
  text-align: left;
}

.lifeinfo .panel_area .panel_txt2 {
  margin: 8px 0 0;
  font-size: 12px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .lifeinfo .map_panel_set_area {
    max-width: min(90vw, 1425.6px);
    display: block;
    margin-top: 10px;
  }
  .lifeinfo .mapbox {
    width: 100%;
    height: 50vh;
  }
  .lifeinfo .panel_area {
    padding: 30px 20px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .box01 {
    padding: 0 30px;
  }
}

.s_col_01 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.s_col_01_02 {
  padding: 0;
}

.s_col_01_03 {
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .s_col_01_03 {
    width: 75%;
    margin-inline: auto;
  }
}

.col2-2 {
  width: 90%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.col2-2 .c-2-2-1 {
  width: 53%;
}
.col2-2 .c-2-2-2 {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .col2-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .col2-2 .c-2-2-1 {
    width: 100%;
  }
  .col2-2 .c-2-2-2 {
    width: 100%;
  }
}

.col2-3 {
  position: relative;
}
.col2-3 .inner {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.col2-3 .p-00, .col2-3 .p-01, .col2-3 .p-02, .col2-3 .p-03 {
  position: relative;
}
.col2-3 .p-00 {
  width: 50%;
  margin: 1% 1% 3% 1%;
}
.col2-3 .p-01 {
  width: 60%;
  margin: 1% -13% 3% auto;
}
.col2-3 .p-02 {
  width: 53%;
  margin: -3% auto auto 34%;
}
.col2-3 .p-03 {
  width: 52%;
  margin: -17% auto 3% -13%;
}
@media screen and (max-width: 768px) {
  .col2-3 .p-00, .col2-3 .p-01, .col2-3 .p-02, .col2-3 .p-03 {
    width: 100%;
  }
  .col2-3 .p-00 {
    margin: 1% auto auto 10%;
  }
  .col2-3 .p-01 {
    margin: 9% -13% 3% auto;
  }
  .col2-3 .p-02 {
    margin: 0% auto auto -13%;
  }
  .col2-3 .p-03 {
    margin: 4% -13% 3% auto;
  }
}

.col2-4 {
  position: relative;
  max-width: 1200px;
  margin: -5% auto 2%;
}
.col2-4 .p-04, .col2-4 .p-05 {
  position: relative;
  width: 48%;
}
.col2-4 .p-04 {
  margin: 1%;
}
.col2-4 .p-05 {
  margin: 1%;
}
.col2-4 .p-04t {
  width: 47%;
}
.col2-4 .p-05t {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .col2-4 {
    margin: 0;
  }
  .col2-4 .p-04 {
    margin: 2% auto auto -9%;
  }
  .col2-4 .p-05 {
    margin: 2% auto auto -9%;
  }
  .col2-4 .p-04t {
    width: 55%;
  }
  .col2-4 .p-05t {
    width: 55%;
  }
}

.pm-01 {
  width: 48%;
  margin: -11% 6% 6% auto;
}
@media screen and (max-width: 768px) {
  .pm-01 {
    width: 80%;
    margin: 0 auto 6% auto;
  }
}

.t-01 {
  width: 32%;
  margin: -38% auto 24% 6%;
}
@media screen and (max-width: 768px) {
  .t-01 {
    width: 80%;
    margin: 0 auto 3%;
  }
}
.t-01 .lineheight18em {
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .t-01 .lineheight18em {
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  .col2-1 {
    margin-inline: auto;
  }
  .col2-1 .c-2-1-1 {
    width: 100%;
  }
  .col2-1 .c-2-1-1 .s_main_title_02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .col2-1 .c-2-1-2 {
    width: 100%;
  }
  .col2-1 .lineheight18em {
    line-height: 2.5;
    text-align: left;
  }
  .s_main_title_02 {
    padding-bottom: min(3vw, 7%);
  }
  .s_text_02 {
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .s_text_02 {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  .w-pc24per-sp48per {
    width: 31%;
  }
  .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col2 > * {
    width: 48%;
  }
  .w-pc24per-sp48per {
    width: 47%;
  }
  .s_text_01 {
    font-size: 20px;
  }
  .s_text_03 {
    font-size: min(1vw, 16px);
    letter-spacing: 0.1rem;
    line-height: 1.8;
  }
  .s_col_01_01 {
    width: 100%;
  }
  .lineheight20em {
    line-height: 2.5;
  }
  .pc_ct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .t-02 {
    width: 40%;
    margin: 5% auto 0 7%;
  }
  .t-03 {
    width: 30%;
    margin: -27% auto auto 7%;
    padding-bottom: 6%;
  }
  .p-06 {
    width: 54%;
    margin: -15% 6% 5% auto;
  }
}
.scbox {
  position: relative;
}
.scbox .-pz {
  left: 50vw;
}

@media screen and (max-width: 768px) {
  .w1200 {
    padding-inline: 0;
  }
  .s-w1 {
    width: 86%;
    margin: 0 auto 2%;
  }
}
.life-info {
  max-width: 1240px;
  margin: 0 auto;
  clear: both;
}
@media screen and (max-width: 768px) {
  .life-info {
    width: 82%;
  }
}

.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tab-list li {
  width: 16.2%;
  background: #756e6b;
  color: #FFF;
  font-size: 15px;
  text-align: center;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .tab-list li {
    width: 49.5%;
    margin-bottom: 4px;
    font-size: 12px;
    height: 46px;
    line-height: 1.3;
  }
}

.s_pic_title_01 {
  -webkit-filter: drop-shadow(0 0 6px #3b596a);
          filter: drop-shadow(0 0 6px #3b596a);
}