@charset "UTF-8";
/* トップページ（お知らせ） */
.top-news-list .news-bloc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  margin-top: 1em;
}
.top-news-list .news-bloc .date {
  width: 9em;
}
.top-news-list .news-bloc .post {
  width: calc(100% - 10em);
}
.top-news-list .news-bloc img {
  max-width: 100%;
  height: auto;
}
.top-news-list .news-bloc p {
  margin: 0;
}

@media (max-width: 680px) {
  .top-news-list .news-bloc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0;
  }
  .top-news-list .news-bloc .post {
    width: 100%;
  }
}
/* お客さま本位の業務運営に関する取組方 */
.chart-block {
  max-width: 800px;
  height: 400px;
  margin: 2em auto 4rem;
}

/* お客様の声 */
.customer-voice ul {
  list-style: none;
  margin: 0;
  position: 0;
}
.customer-voice .narrow-down .sec-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  gap: 2px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.customer-voice .narrow-down .sec-inner li {
  width: calc((100% - 4px) / 3);
}
.customer-voice .narrow-down .sec-inner li a {
  background-color: #e1eaff;
  padding: 10px 20px;
  width: 100%;
  display: block;
  text-align: center;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.customer-voice .narrow-down .sec-inner li.active a {
  background-color: #002060;
  color: #fff;
}
.customer-voice .voice-list .sec_lv2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
}
.customer-voice .voice-list .sec_lv2 .voice-list__set__item {
  width: calc(25% - 8px);
  margin-right: 8px;
}
.customer-voice .voice-list .sec_lv2 .voice-list__set__item .voice__card {
  width: 100%;
  display: block;
  border: 1px solid #00219b;
  padding: 5px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.customer-voice .voice-list .sec_lv2 .voice-list__set__item .voice__card .voice__card__tmb {
  width: 100%;
  aspect-ratio: 238/148;
  overflow: hidden;
  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;
  margin-bottom: 10px;
}
.customer-voice .voice-list .sec_lv2 .voice-list__set__item .voice__card .voice__card__tmb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.customer-voice .voice-list .sec_lv2 .voice-list__set__item .voice__card .voice__card__body {
  width: 100%;
  aspect-ratio: 238/148;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  row-gap: 20px;
}
.customer-voice .voice-list .sec_lv2 .voice-list__set__item .voice__card .voice__card__body .name-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.customer-voice .voice-list .sec_lv2 .voice-list__set__item .voice__card .voice__card__body .name-wrap {
  text-align: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.customer-voice .voice-list .sec_lv2 .voice-list__set__item .voice__card .voice__card__body .name-wrap p {
  line-height: 1.5;
}
.customer-voice .voice-list .sec_lv2 .voice-list__set__item .voice__card .voice__card__body .line img {
  display: block;
  margin: auto;
}
.customer-voice .voice-list .sec_lv2 .voice-list__set__item .voice__card .voice__card__body .voice__card__link {
  text-align: right;
  font-size: 13px;
}
.customer-voice .stickarrow {
  display: inline-block;
  width: 15px;
  height: 5px;
  margin-bottom: 5px;
  margin-right: 15px;
  border-bottom: 1px solid #00219b;
  border-right: 1px solid #00219b;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}

.remodal-wrapper .remodal {
  padding: 0;
}
.remodal-wrapper .remodal .modal__btn-close {
  display: none;
}
.remodal-wrapper .voice-detail .voice-detail__img {
  width: 100%;
  aspect-ratio: 238/148;
  overflow: hidden;
  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;
  padding-bottom: 0;
}
.remodal-wrapper .voice-detail .voice-detail__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.remodal-wrapper .voice-detail .voice-detail__name {
  padding: 20px 40px;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.3;
}
.remodal-wrapper .voice-detail .voice-detail__body {
  padding: 40px;
  padding-top: 10px;
  text-align: left;
}
.remodal-wrapper .voice-detail .voice-detail__body .voice-detail__ttl {
  margin-bottom: 30px;
  font-size: 2rem;
  color: #00219b;
}
.remodal-wrapper .voice-detail .voice-detail__body .voice-detail__ttl .ttl1__sub {
  font-size: 1.1rem;
  margin-left: 1rem;
}
.remodal-wrapper .voice-detail__sec {
  margin-bottom: 30px;
}
.remodal-wrapper .voice-detail__sec .voice-detail__question {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
  text-indent: -2.5rem;
  padding-left: 2.5rem;
}
.remodal-wrapper .voice-detail__sec .voice-detail__answer {
  background-color: rgba(0, 33, 155, 0.1);
  padding: 30px;
}
.remodal-wrapper .voice-detail__sec .voice-detail__answer p {
  font-size: 1rem;
  line-height: 1.5;
  color: #00219b;
}
.remodal-wrapper .voice-detail__footer {
  text-align: center;
}
.remodal-wrapper .voice-detail__footer .btn--muted {
  background-color: #00219b;
  color: #fff;
  width: 250px;
  height: 50px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border: none;
}
.remodal-wrapper .voice-detail__footer .btn--muted:hover {
  background-color: rgba(0, 33, 155, 0.65);
}

body .remodal-overlay {
  background: rgba(0, 33, 155, 0.65);
}

.customer .pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
}
.customer .pager .nav-current {
  text-align: center;
  padding: 0 40px;
  position: relative;
}
.customer .pager .btn-box {
  display: inline-block;
  width: 60px;
  height: 60px;
  position: relative;
}
.customer .pager i {
  display: block;
  width: 100%;
  height: 100%;
  background: #dadbde;
}
.customer .pager i::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
.customer .pager .nav-pre i::before {
  left: 55%;
  -webkit-transform: translate(-55%, -50%) rotate(-45deg);
          transform: translate(-55%, -50%) rotate(-45deg);
}
.customer .pager .nav-pre a i::before {
  -webkit-transform: translate(-55%, -50%) rotate(-135deg);
          transform: translate(-55%, -50%) rotate(-135deg);
}
.customer .pager .nav-next i::before {
  left: 45%;
  -webkit-transform: translate(-45%, -50%) rotate(135deg);
          transform: translate(-45%, -50%) rotate(135deg);
}
.customer .pager .nav-next a i::before {
  -webkit-transform: translate(-45%, -50%) rotate(45deg);
          transform: translate(-45%, -50%) rotate(45deg);
}
.customer .pager .nav-pre a i,
.customer .pager .nav-next a i {
  background-color: #000;
}
.customer .pager .nav-pre a i::before,
.customer .pager .nav-next a i::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media (max-width: 991px) {
  .customer-voice .voice-list .sec_lv2 .voice-list__set__item {
    width: calc(33% - 8px);
  }
}
@media (max-width: 767px) {
  .customer-voice .narrow-down .sec-inner li {
    margin-left: 0;
  }
  .customer-voice .voice-list .sec_lv2 .voice-list__set__item {
    margin-left: 0;
  }
  .remodal-wrapper .voice-detail .voice-detail__img {
    padding: 20px 20px 0;
  }
  .remodal-wrapper .voice-detail .voice-detail__name,
  .remodal-wrapper .voice-detail .voice-detail__body {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .customer-voice .voice-list .sec_lv2 .voice-list__set__item {
    width: calc(50% - 8px);
  }
}
/* @media (max-width: 640px) {
  .customer-voice {
    .voice-list {
      .sec_lv2 {
        .voice-list__set__item {
          width: calc(100% - 8px);
          padding-bottom: 2rem;
          .voice__card {
            display: flex;
            padding: 10px;
            .voice__card__tmb {
              aspect-ratio: 1/1;
              margin-bottom: 0;
            }
            .voice__card__body {
              aspect-ratio: initial;
              padding: 20px;
              justify-content: center;
              gap: 20px;
              .name-block {
                text-align: left;
                justify-content: flex-start;
                flex-grow: initial;
                gap: 15px;
              }
              .name-wrap {
                text-align: left;
                justify-content: flex-start;
              }
              .line {
                img {
                  margin-left: 0;
                }
              }
            }
          }
        }
      }
    }
  }
} */
@media (max-width: 480px) {
  .voice-filter__set__item a .sp-none {
    display: none;
  }
}
/* 健康経営宣言 */
.health_management .caption {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.health_management .evaluation-img img {
  max-width: 100%;
  height: auto;
}
.health_management .main .contentsArea p.implement {
  margin-top: 10px;
  text-align: right;
}

/* --------------------------------------------------
flexbox
-------------------------------------------------- */
.flexBox {
	display: flex;
  list-style-type: none;
  margin-top: 30px;
}

.flexBox li {
	width: 33%;
}

.flexBox img {
	width: 100%;
	padding: 10px;
}

@media screen and (max-width:767px) {
	.flexBox {
	  margin-top: 20px;
	  flex-direction: column;
	}

	.flexBox li {
		width: 100%;
	}

	.flexBox img {
		width: 100%;
		padding: 10px;
	}

}
