/*
Theme Name: Twenty Twenty-one Child
Version: 1.6
Template: twentytwentyone
*/
:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

#disclosure .btnBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: max(2rem, 10px);
}
@media screen and (max-width: 1000px) {
  #disclosure .btnBox {
    grid-template-columns: 1fr;
  }
}
#disclosure .btnBox .btn {
  width: 100%;
  margin: 0;
}
#disclosure .btnBox .btn--pt {
  --baseColor: #6c9bd2;
}
#disclosure .btnBox .btn--st {
  --baseColor: #ef858c;
}
#disclosure .btnBox .btn--po {
  --baseColor: #f5a73e;
}
#disclosure .btnBox .btn:hover {
  background: var(--baseColor);
}
#disclosure .btnBox .btn:hover .btn__text {
  color: #fff;
}
#disclosure .btnBox .btn:hover .btn__arrow svg path {
  fill: #fff;
}
#disclosure .internal__wrapper {
  padding-bottom: max(12.5rem, 80px);
}
#disclosure .data {
  background: #fff;
}
#disclosure .data__wrapper:not(:first-of-type) {
  margin-top: max(8rem, 50px);
}
@media screen and (max-width: 1000px) {
  #disclosure .data__wrapper:not(:first-of-type) {
    margin-top: max(15rem, 50px);
  }
}
#disclosure .data__wrapper:last-of-type {
  padding-bottom: max(10rem, 50px);
}
#disclosure .data__wrapper {
  --baseColor: #5DC2D0;
  --baseColorRgb: 93, 194, 208;
}
#disclosure .data__wrapper--pt {
  --baseColor: #6c9bd2;
  --baseColorRgb: 108, 155, 210;
}
#disclosure .data__wrapper--st {
  --baseColor: #ef858c;
  --baseColorRgb: 239, 133, 140;
}
#disclosure .data__wrapper--po {
  --baseColor: #f5a73e;
  --baseColorRgb: 245, 167, 62;
}
#disclosure .data__wrapper h3 {
  color: var(--baseColor);
  font-size: max(2.4rem, 18px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
#disclosure .data__title {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: max(3.8rem, 30px) 1fr;
  gap: max(1rem, 10px);
  margin-bottom: max(2rem, 15px);
}
#disclosure .data__title__text {
  color: #5DC2D0;
  font-size: max(3.6rem, 28px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-transform: translateY(0.15em);
          transform: translateY(0.15em);
}
#disclosure .contact {
  padding-top: max(9rem, 50px);
  padding-bottom: max(15rem, 80px);
}
#disclosure .contact__inner {
  text-align: center;
  width: 100%;
  padding: max(6rem, 30px) 5%;
  background: #5DC2D0;
  border-radius: max(2.5rem, 20px);
  overflow: hidden;
}
#disclosure .contact__supplement {
  position: relative;
  color: #fff;
  font-size: max(2.4rem, 16px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
#disclosure .contact__info {
  position: relative;
  margin-top: max(1rem, 10px);
  margin-bottom: max(2rem, 20px);
  padding-top: max(3.5rem, 30px);
  padding-bottom: max(3.5rem, 30px);
}
#disclosure .contact__info::before, #disclosure .contact__info::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: max(0.1rem, 1px);
  background-image: linear-gradient(to right, #fff 4px, transparent 3px);
  background-size: 7px max(0.1rem, 1px);
  background-repeat: repeat-x;
}
#disclosure .contact__info::after {
  top: unset;
  bottom: 0;
}
#disclosure .contact__info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: max(2rem, 10px);
  margin-top: max(2rem, 20px);
}
@media screen and (max-width: 768px) {
  #disclosure .contact__info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#disclosure .contact__info__separator {
  color: #fff;
  font-size: max(5rem, 30px);
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #disclosure .contact__info__separator {
    display: none;
  }
}
#disclosure .contact__info__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: max(1rem, 10px);
     -moz-column-gap: max(1rem, 10px);
          column-gap: max(1rem, 10px);
}
#disclosure .contact__info__box__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#disclosure .contact__info__box__icon.tel {
  width: max(4.5rem, 30px);
}
#disclosure .contact__info__box__icon.mail {
  width: max(4.2rem, 30px);
}
#disclosure .contact__info__box__text {
  color: #fff;
  font-family: YakuHanJP, "Manrope", "IBM Plex Sans JP", sans-serif;
  font-size: max(3.3rem, 22px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
#disclosure .contact__address {
  color: #fff;
  font-size: max(2.6rem, 18px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
#disclosure .contact__address p {
  color: inherit;
}/*# sourceMappingURL=disclosure.css.map */