@charset "UTF-8";
/*情報公開
----------------------------------------------- */
.disclosure {
  font-family: "Noto Sans JP", sans-serif;
}

.disclosure-bg {
  background-color: #eceff1;
}

.disclosure__wrap {
  position: relative;
}

.disclosure__wrap::before {
  height: 10.2489vw;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #2c318d;
  content: "";
}

.disclosure__wrap::after {
  height: 10.2489vw;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  background-color: #91cd2f;
  content: "";
}

.disclosure__text-wrapper {
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 700px) {
  .disclosure__text-wrapper {
    margin-bottom: 11.71303vw;
  }
}

.disclosure__title {
  padding-top: 26.35432vw;
  position: relative;
  text-align: center;
}

.disclosure__title > * {
  display: block;
}

.disclosure__title > *:nth-of-type(1) {
  font-size: 6.85714vw;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .05em;
}

.disclosure__title > *:nth-of-type(1) > * {
  color: #2c318d;
}

.disclosure__title > *:nth-of-type(2) {
  padding-top: 3.22108vw;
  font-size: 3.42857vw;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.disclosure__title > *:nth-of-type(3) {
  width: 14.64129vw;
  display: block;
  position: relative;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  background-color: #2c318d;
}

.disclosure__title > *:nth-of-type(3)::before {
  display: block;
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #91cd2f;
  content: "";
}

.disclosure__text-desc {
  margin-top: 13.90922vw;
  font-size: 4.57143vw;
  line-height: 1.6875;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .12em;
}

.disclosure__wrap {
  position: relative;
}

.disclosure__wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #2c318d;
  content: "";
}

.disclosure__wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 60px;
  background-color: #91cd2f;
  content: "";
}

.disclosure__title > *:nth-of-type(1) {
  font-size: 6.85714vw;
}

.disclosure__title > *:nth-of-type(2) {
  font-size: 2.28571vw;
  padding-top: 2.34261vw;
}

.disclosure__title > *:nth-of-type(3) {
  width: 6.44217vw;
  display: block;
  position: relative;
  position: absolute;
  bottom: -3vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  background-color: #2c318d;
}

.disclosure__title > *:nth-of-type(3)::before {
  display: block;
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #91cd2f;
  content: "";
}

.disclosure__text-desc {
  margin-top: 30px;
  font-size: 24px;
  letter-spacing: .05em;
}

.disclosure__content {
  padding-right: 7.32064vw;
  padding-left: 7.32064vw;
  padding-bottom: 10.2489vw;
  width: 100%;
  margin: 0 auto;
}

.disclosure__content .disclosure__group-list ul {
  margin-bottom: 5.85652vw;
}

.disclosure__content h2 {
  height: 14.64129vw;
  padding-bottom: 1.46413vw;
  margin-bottom: 0.73206vw;
  padding-left: 5.12445vw;
  font-size: 5.14286vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-left: 1vw solid #2c318d;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

.disclosure__content h3 {
  padding-top: 5.85652vw;
  padding-bottom: 3.3675vw;
  margin-bottom: 2.19619vw;
  font-size: 4.57143vw;
  position: relative;
  color: #2c318d;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.disclosure__content h3::before {
  width: 10.2489vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background-color: #2c318d;
  content: "";
}

.disclosure__content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.disclosure__content ul.fadeInDown li {
  opacity: 1;
  top: 0;
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.disclosure__content ul li {
  opacity: 0;
  position: relative;
  top: 50px;
  width: 100%;
  -webkit-transition: .8s;
  transition: .8s;
}

.disclosure__content ul li a {
  font-size: 3.42857vw;
  padding-top: 4.68521vw;
  padding-right: 1.46413vw;
  padding-bottom: 3.66032vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  border-bottom: 1px solid #8e8e8e;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

.disclosure__content ul li a img {
  width: 3.66032vw;
  margin-left: auto;
}

.footer-links {
  margin-top: 0;
}

/* 701px以上
----------------------------------------------- */
@media screen and (min-width: 700.9999px) {
  .disclosure__wrap {
    position: relative;
  }
  .disclosure__wrap::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #2c318d;
    content: "";
  }
  .disclosure__wrap::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 60px;
    background-color: #91cd2f;
    content: "";
  }
  .disclosure__title {
    padding-top: 145px;
  }
  .disclosure__title > *:nth-of-type(1) {
    font-size: 48px;
  }
  .disclosure__title > *:nth-of-type(2) {
    padding-top: 16px;
    font-size: 16px;
  }
  .disclosure__title > *:nth-of-type(3) {
    display: block;
    position: relative;
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 44px;
    height: 2px;
    background-color: #2c318d;
  }
  .disclosure__title > *:nth-of-type(3)::before {
    display: block;
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: #91cd2f;
    content: "";
  }
  .disclosure__text-desc {
    margin-top: 30px;
    font-size: 24px;
    letter-spacing: .05em;
  }
  .disclosure__content {
    width: 1280px;
    margin: 0 auto;
    padding-right: 140px;
    padding-bottom: 80px;
    padding-left: 140px;
  }
  .disclosure__content .disclosure__group-list {
    margin-bottom: 20px;
  }
  .disclosure__content .disclosure__group-list ul {
    margin-bottom: 0;
  }
  .disclosure__content h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 100px;
    padding-bottom: 10px;
    padding-left: 35px;
    border-left: 5px solid #2c318d;
    font-weight: 500;
    font-size: 32px;
  }
  .disclosure__content h3 {
    position: relative;
    margin-bottom: 20px;
    padding-top: 45px;
    padding-bottom: 25px;
    font-weight: 500;
    font-size: 28px;
    text-align: left;
  }
  .disclosure__content h3::before {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 70px;
    height: 1px;
    background-color: #2c318d;
    content: "";
  }
  .disclosure__content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .disclosure__content ul li {
    width: calc((100% - 40px) / 2);
  }
  .disclosure__content ul li:nth-of-type(odd) {
    margin-right: 40px;
  }
  .disclosure__content ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 0;
    border-bottom: 1px solid #8e8e8e;
    font-weight: 500;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .disclosure__content ul li a img {
    width: 19px;
    margin-left: auto;
  }
  .footer-links {
    margin-top: 0;
  }
}
/*# sourceMappingURL=disclosure.css.map */