@charset "UTF-8";
/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* sec-outline
---------------------------------------------------------------------------- */
.sec-outline {
  padding: 12rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-outline {
    padding: 8rem 0;
  }
}
.sec-outline .c-title {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .sec-outline .c-title {
    margin-bottom: 4rem;
  }
}
.sec-outline .subttl {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
  border-bottom: 2px solid #D73030;
  padding-bottom: 0.2rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .sec-outline .subttl {
    font-size: 1.8rem;
    line-height: 1.5833333333;
    font-weight: 500;
    margin-bottom: 4rem;
  }
}
.sec-outline .outline-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 6.4rem;
}
@media screen and (max-width: 767px) {
  .sec-outline .outline-wrap {
    flex-direction: column-reverse;
    gap: 2.4rem 0;
  }
}
.sec-outline .outline-wrap .outline-inner {
  width: calc((100% - 6.4rem) / 2);
}
@media screen and (max-width: 767px) {
  .sec-outline .outline-wrap .outline-inner {
    width: 100%;
  }
}
.sec-outline .outline-wrap .outline-txt {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
}
.sec-outline .outline-wrap .outline-txt + .outline-txt {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .sec-outline .outline-wrap .outline-txt + .outline-txt {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-outline .outline-wrap .outline-txt {
    flex-direction: column;
    gap: 0.8rem 0;
  }
}
.sec-outline .outline-wrap .outline-txt .ttl {
  width: 14.8rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  color: #224589;
  background: #fff;
  border: 1px solid #224589;
  padding: 0.2rem 1.6rem;
  border-radius: 0.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-outline .outline-wrap .outline-txt .ttl {
    width: 12rem;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 500;
  }
}
.sec-outline .outline-wrap .outline-txt .txt {
  width: calc(100% - 14.8rem);
  padding-left: 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-outline .outline-wrap .outline-txt .txt {
    width: 100%;
    padding-left: 0;
  }
}
.sec-outline .outline-wrap .outline-txt .txt p, .sec-outline .outline-wrap .outline-txt .txt li {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec-outline .outline-wrap .outline-txt .txt p, .sec-outline .outline-wrap .outline-txt .txt li {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
  }
}
.sec-outline .outline-wrap .outline-txt .txt ul li {
  position: relative;
  text-indent: -1rem;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .sec-outline .outline-wrap .outline-txt .txt ul li {
    margin-left: 2rem;
  }
}
.sec-outline .outline-wrap .outline-txt .txt ul li:before {
  position: relative;
  display: inline-block;
  content: "・";
  padding-right: 0.4rem;
}

/* sec-access
---------------------------------------------------------------------------- */
.sec-access .c-title {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .sec-access .c-title {
    margin-bottom: 4rem;
  }
}
.sec-access .gmap {
  aspect-ratio: 1440/502;
}
@media screen and (max-width: 767px) {
  .sec-access .gmap {
    aspect-ratio: 393/502;
  }
}
.sec-access .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* sec-associated
---------------------------------------------------------------------------- */
.sec-associated {
  padding: 12rem 0;
  box-sizing: border-box;
}
.sec-associated .c-title {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .sec-associated .c-title {
    margin-bottom: 4rem;
  }
}
.sec-associated .company-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  padding: 4rem;
  background: #fff;
  border-radius: 0.4rem;
  border: 1px solid #224589;
  box-sizing: border-box;
}
.sec-associated .company-box + .company-box {
  margin-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  .sec-associated .company-box + .company-box {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-associated .company-box {
    flex-direction: column;
    padding: 1.6rem;
  }
}
.sec-associated .company-box .box-txt {
  width: calc(100% - 52.8rem);
  padding-right: 6.2rem;
}
@media screen and (max-width: 767px) {
  .sec-associated .company-box .box-txt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1.6rem;
  }
}
.sec-associated .company-box .box-txt .ttl {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid #D73030;
  margin-bottom: 2.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-associated .company-box .box-txt .ttl {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 1.6rem;
  }
}
.sec-associated .company-box .box-txt .txt {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .sec-associated .company-box .box-txt .txt {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
  }
}
.sec-associated .company-box .box-img {
  width: 52.8rem;
  aspect-ratio: 3/2;
  border-radius: 0.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-associated .company-box .box-img {
    width: 100%;
  }
}
.sec-associated .company-box .box-img .slick-slider {
  padding-bottom: 3rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-associated .company-box .box-img .slick-slider {
    padding-bottom: 0;
  }
}
.sec-associated .company-box .box-img .slick-slider .slide-item {
  border-radius: 0.4rem;
  overflow: hidden;
}
.sec-associated .company-box .box-img .slick-slider .slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-associated .company-box .box-img .slick-dots {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-associated .company-box .box-img .slick-dots {
    position: relative;
    margin-top: 0.6rem;
  }
}
.sec-associated .company-box .box-img .slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  background: rgba(0, 0, 0, 0.3);
  margin: 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .sec-associated .company-box .box-img .slick-dots li {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 0.4rem;
  }
}
.sec-associated .company-box .box-img .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: none;
}
.sec-associated .company-box .box-img .slick-dots li button:before {
  display: none;
}
.sec-associated .company-box .box-img .slick-dots li.slick-active {
  background: #1202BD;
}

/* sec-history
---------------------------------------------------------------------------- */
.sec-history {
  padding: 0 0 16rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-history {
    padding-bottom: 12rem;
  }
}
.sec-history .c-title {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .sec-history .c-title {
    margin-bottom: 4rem;
  }
}
.sec-history .history-box {
  padding: 6.4rem 12rem;
  border-radius: 0.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-history .history-box {
    padding: 4rem 1.6rem;
  }
}
.sec-history .history-box .history-txt {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  border-bottom: 1px solid #fff;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-history .history-box .history-txt {
    flex-direction: column;
    gap: 0.8rem 0;
  }
}
.sec-history .history-box .history-txt:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sec-history .history-box .history-txt .ttl {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  color: #224589;
  background: #fff;
  padding: 0.2rem 1.6rem;
  border-radius: 0.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-history .history-box .history-txt .ttl {
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 500;
  }
}
.sec-history .history-box .history-txt .txt {
  width: calc(100% - 12rem);
  padding-left: 2.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-history .history-box .history-txt .txt {
    width: 100%;
    padding-left: 0;
  }
}
.sec-history .history-box .history-txt .txt p, .sec-history .history-box .history-txt .txt li {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec-history .history-box .history-txt .txt p, .sec-history .history-box .history-txt .txt li {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
  }
}
.sec-history .history-box .history-txt .txt ul li {
  position: relative;
  text-indent: -1rem;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .sec-history .history-box .history-txt .txt ul li {
    margin-left: 2rem;
  }
}
.sec-history .history-box .history-txt .txt ul li:before {
  position: relative;
  display: inline-block;
  content: "・";
  padding-right: 0.4rem;
}