@charset "UTF-8";
/* CSS Document */
/*---------------------------------
  法人概要 スライダー
---------------------------------*/
.mainImg {
  border-radius: 2rem 0 0 2rem;
  overflow: hidden;
}
.mainImg #about-slider {
  position: relative;
}
.mainImg #about-slider .s_img {
  aspect-ratio: 3/2;
}
.mainImg #about-slider .s_img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  vertical-align: bottom;
}
.mainImg #about-slider .splide__arrows {}
.mainImg #about-slider .splide__arrows .splide__arrow {
  background: none;
  background-color: rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: center;
  border: none;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 3rem;
  height: 6rem;
}
.mainImg #about-slider .splide__arrows .splide__arrow svg {
  display: none;
}
.mainImg #about-slider .splide__arrows .splide__arrow.splide__arrow--prev {
  background-image: url("../images/btn_arr_1_3.svg");
  left: 0;
}
.mainImg #about-slider .splide__arrows .splide__arrow.splide__arrow--next {
  background-image: url("../images/btn_arr_1_2.svg");
  right: 0;
}
@media screen and (max-width: 480px) {
  .mainImg {
    margin-left: auto;
    width: 97.5%;
  }
}
/*---------------------------------

  法人概要 共通

---------------------------------*/
section .title {
  margin: 0 auto 4rem;
  width: 100%;
}
section .title h2 {
  color: var(--co-g);
  font-size: 1.6em;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1;
}
section h3 {
  font-size: 1.2em;
  margin: 3rem 0 1rem;
}
@media screen and (max-width: 480px) {
  section .title h2 {
    font-size: 1.7em;
    line-height: 1.2;
  }
}
/*---------------------------------
  法人概要
---------------------------------*/
.aboutBlock #about .txt {
  margin: 3rem 0 0;
}
.aboutBlock #outline table {
  margin: 0;
}
.aboutBlock #outline table th {
  width: 16rem;
}
.aboutBlock #outline table td > p {
  color: var(--co-g);
  font-size: .9em;
  font-weight: 500;
  margin-bottom: .8rem;
}
.aboutBlock #outline table td dl {
  display: flex;
}
.aboutBlock #outline table td dl dt {
  flex: 0 0 auto;
  padding-right: 2em;
}
.aboutBlock #outline table td dl dd {}
.aboutBlock #outline table td.__daihyo dl dt {
  flex-basis: 16em;
  padding: 0;
}
.aboutBlock #outline table td.__syokuin dl dt {
  flex-basis: 9em;
  padding: 0;
}
.aboutBlock #outline table td.__jigyou dl {
  margin-top: .8rem;
}
.aboutBlock #outline table td.__jigyou dl dt {
  flex-basis: 11em;
  padding: 0;
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {
  .aboutBlock #outline table th {
    width: 14rem;
  }
  .aboutBlock #outline table td.__daihyo dl dt {
    flex-basis: 15em;
  }
  .aboutBlock #outline table td.__jigyou dl dt {
    flex-basis: 10em;
  }
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .aboutBlock #outline table th {
    width: 9rem;
  }
  .aboutBlock #outline table td dl {
    display: block;
  }
  .aboutBlock #outline table td dl + dl {
    margin-top: .8rem;
  }
  .aboutBlock #outline table td dl dt {
    font-weight: 600;
  }
}
/*---------------------------------
  沿革
---------------------------------*/
.aboutBlock #history .timeline {
  list-style: none;
}
.aboutBlock #history .timeline > li {
  display: flex;
  margin: 0;
  position: relative;
}
.aboutBlock #history .timeline .timeline-date {
  flex: 0 0 14rem;
  padding: 1rem 0;
}
.aboutBlock #history .timeline .timeline-content {
  border-left: 2px #e5e5d1 solid;
  flex: 1 1 auto;
  padding: 1rem 0;
  padding-left: 3rem;
  position: relative;
}
.aboutBlock #history .timeline .timeline-content:before {
  content: '';
  width: .8rem;
  height: .8rem;
  background: #6fc173;
  position: absolute;
  left: -.5rem;
  top: 2.1rem;
  border-radius: 100%;
}
.aboutBlock #history .timeline .timeline-content p {}
.aboutBlock #history .timeline .timeline-content figure {
  border-radius: 1rem;
  overflow: hidden;
  max-width: 40rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .aboutBlock #history .timeline {
    margin: 0;
  }
  .aboutBlock #history .timeline .timeline-date {
    flex: 0 0 7.5rem;
    font-size: .9em;
  }
  .aboutBlock #history .timeline .timeline-date span {
    display: block;
  }
  .aboutBlock #history .timeline .timeline-content {
    padding-left: 1.5rem;
  }
}
/*---------------------------------
  アクセス
---------------------------------*/
.aboutBlock #access .conBox {
  background: #f3f3f3;
  margin-top: 3rem;
  padding: 2.5rem;
  text-align: center;
}
.aboutBlock #access .conBox dt {
  color: #666;
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 1rem;
}
.aboutBlock #access .conBox dd {}
.aboutBlock #access .conBox dd p._tel {
  font-size: 1.2em;
}
.aboutBlock #access .acMapWrap {
  margin-top: 5rem;
}
.aboutBlock #access .accBox {
  display: flex;
}
.aboutBlock #access .accBox + .accBox {
  border-top: 1px solid #ccc;
  margin-top: 3rem;
  padding-top: 3rem;
}
.aboutBlock #access .accBox ._txt {
  flex-basis: 50%;
}
.aboutBlock #access .accBox ._txt dl + dl {
  margin-top: 2rem;
}
.aboutBlock #access .accBox ._txt dl dt {
  color: var(--co-b);
  font-weight: 600;
  letter-spacing: 2px;
  margin: 2rem 0 .5rem;
}
.aboutBlock #access .accBox ._txt dl dd {
  font-size: .9em;
}
.aboutBlock #access .accBox ._map {
  flex-basis: 50%;
}
.aboutBlock #access .accBox ._map iframe {
  width: 100%;
  height: 100%;
  min-height: 40rem;
  vertical-align: bottom;
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  .aboutBlock #access .accBox {
    display: block;
  }
  .aboutBlock #access .accBox ._map {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 480px) {}
/*---------------------------------

  情報公開

---------------------------------*/
.publishedBlock #published .contentTxt {}
.publishedBlock #published .contentTxt h3 {
  margin-top: 5rem;
}
.publishedBlock #published .contentTxt h4 {}
.publishedBlock #published .contentTxt a {
  color: var(--co-bl);
}
.publishedBlock #published .contentTxt ul {
  list-style: none;
  margin: 1rem 0;
}
.publishedBlock #published .contentTxt ul li {
  margin: .7rem 0;
}
.publishedBlock #published .contentTxt ul li a {
  background: url("../images/btn_arr_3_1.svg") no-repeat center right 1rem/2rem;
  border: 2px solid #EDECE8;
  border-radius: .5rem;
  display: block;
  padding: .7rem 1.5rem;
}
.publishedBlock #published .contentTxt ul li a:hover {
  background-color: #F6F5F3;
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {}