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

#academic .section-title small {
  display: inline-block;
  color: inherit;
  font-size: max(2.3rem, 20px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.15em;
}
#academic #business h3 {
  font-size: max(2rem, 18px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: max(2rem, 20px);
}
#academic #business .business__wrapper1 {
  display: flex;
  align-items: center;
  gap: max(5rem, 30px);
}
@media screen and (max-width: 1300px) {
  #academic #business .business__wrapper1 {
    align-items: start;
    flex-direction: column-reverse;
  }
}
#academic #business .business__wrapper1 .textBox {
  flex: 1;
}
#academic #business .business__wrapper1 .textBox b {
  display: block;
  margin-bottom: max(2.5rem, 20px);
  font-size: max(2rem, 18px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
}
#academic #business .business__wrapper1 .textBox ul li {
  display: flex;
  align-items: center;
  gap: max(1rem, 10px);
}
#academic #business .business__wrapper1 .textBox ul li:not(:last-of-type) {
  padding-bottom: max(2rem, 15px);
  margin-bottom: max(2rem, 15px);
  border-bottom: 1px solid #e9e5e5;
}
#academic #business .business__wrapper1 .textBox ul li .number {
  font-family: YakuHanJP, "EB Garamond", "Noto Serif JP", sans-serif;
  color: #b8183f;
  font-size: max(4rem, 30px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
#academic #business .business__wrapper1 .imageBox {
  width: max(78rem, 500px);
  height: auto;
  align-self: stretch;
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 1300px) {
  #academic #business .business__wrapper1 .imageBox {
    width: 100%;
  }
}
#academic #business .business__wrapper1 .imageBox img {
  flex: 1;
  width: 100%;
  height: 100%;
  aspect-ratio: 5/4;
  -o-object-position: right;
     object-position: right;
}
#academic #business .business__wrapper2 {
  margin-top: max(9rem, 50px);
}
#academic #business .business__wrapper2 dl {
  display: flex;
}
#academic #business .business__wrapper2 dl:not(:last-of-type) {
  margin-bottom: max(1.5rem, 10px);
}
@media screen and (max-width: 1000px) {
  #academic #business .business__wrapper2 dl {
    flex-direction: column;
  }
  #academic #business .business__wrapper2 dl:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
#academic #business .business__wrapper2 dl dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 35%;
  padding: max(6rem, 30px) max(4.5rem, 20px);
  background: #f7e4e9;
}
@media screen and (max-width: 1000px) {
  #academic #business .business__wrapper2 dl dt {
    width: 100%;
    padding: 20px max(4.5rem, 5%);
  }
}
#academic #business .business__wrapper2 dl dt h4 {
  color: #b8183f;
  font-family: YakuHanJP, "Noto Serif JP", "Noto Sans JP", sans-serif;
  font-size: max(2rem, 18px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#academic #business .business__wrapper2 dl dt p {
  color: #b8183f;
  font-family: YakuHanJP, "Noto Serif JP", "Noto Sans JP", sans-serif;
  font-size: max(1.5rem, 13px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: max(1rem, 5px);
}
#academic #business .business__wrapper2 dl dd {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: max(3rem, 20px) max(4rem, 20px);
  background: #fff;
}
@media screen and (max-width: 1000px) {
  #academic #business .business__wrapper2 dl dd {
    padding: 20px 5%;
  }
}
#academic #business .business__wrapper2 dl dd span.attention {
  font-size: max(1.2rem, 10px);
  margin-top: max(1rem, 10px);
}
#academic #business .business__wrapper2 dl dd p.value-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 10px;
  font-size: max(1.5rem, 13px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
#academic #business .business__wrapper2 dl dd p.value-text strong {
  font-family: YakuHanJP, "EB Garamond", "Noto Serif JP", sans-serif;
  color: #b8183f;
  font-size: max(8.1rem, 50px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
#academic #business .business__wrapper2 dl dd p.value-text strong small {
  font-family: inherit;
  color: inherit;
  font-size: max(4.2rem, 30px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-left: 10px;
}
#academic #business .business__wrapper2 dl dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 max(10rem, 30px);
}
#academic #business .business__wrapper2 dl dd ul li {
  display: inline-block;
  font-size: max(1.5rem, 13px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
#academic #business .business__wrapper2 dl dd ul li p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#academic #business .business__wrapper2 dl dd ul li.flex-item {
  display: flex;
}
@media screen and (max-width: 1300px) {
  #academic #business .business__wrapper2 dl dd ul li.flex-item {
    flex-direction: column;
  }
}
#academic #business .business__wrapper3 {
  margin-top: max(9rem, 50px);
}
#academic #business .business__wrapper3 .imageBox {
  width: 100%;
  margin-bottom: max(7rem, 50px);
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#academic #business .business__wrapper3 .imageBox::-webkit-scrollbar {
  display: none;
}
#academic #business .business__wrapper3 .imageBox img {
  min-width: 1000px;
}
#academic #business .business__wrapper3 .btnBox {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 10px;
  padding-left: max(14rem, 80px);
}
@media screen and (max-width: 800px) {
  #academic #business .business__wrapper3 .btnBox {
    flex-direction: column;
    align-items: start;
    padding-left: 0;
  }
}
#academic #business .business__wrapper3 .btnBox .btn {
  margin: 0;
}
#academic #business .business__wrapper3 .btnBox span.attention {
  width: auto;
}
#academic #rehabilitation {
  margin-top: max(25rem, 150px);
}
#academic #rehabilitation h3 {
  font-size: max(2rem, 18px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: max(2rem, 20px);
}
#academic #rehabilitation .rehabilitation__wrapper1 {
  display: flex;
  align-items: center;
  gap: max(5rem, 30px);
}
@media screen and (max-width: 1000px) {
  #academic #rehabilitation .rehabilitation__wrapper1 {
    align-items: start;
    flex-direction: column-reverse;
  }
}
#academic #rehabilitation .rehabilitation__wrapper1 .textBox {
  flex: 1;
}
#academic #rehabilitation .rehabilitation__wrapper1 .textBox b {
  display: block;
  margin-bottom: max(2.5rem, 20px);
  font-size: max(2rem, 18px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
}
#academic #rehabilitation .rehabilitation__wrapper1 .textBox ul li {
  display: flex;
  align-items: center;
  gap: max(1rem, 10px);
}
#academic #rehabilitation .rehabilitation__wrapper1 .textBox ul li:not(:last-of-type) {
  padding-bottom: max(2rem, 15px);
  margin-bottom: max(2rem, 15px);
  border-bottom: 1px solid #e9e5e5;
}
#academic #rehabilitation .rehabilitation__wrapper1 .textBox ul li .number {
  font-family: YakuHanJP, "EB Garamond", "Noto Serif JP", sans-serif;
  color: #b8183f;
  font-size: max(4rem, 30px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
#academic #rehabilitation .rehabilitation__wrapper1 .imageBox {
  width: max(54rem, 390px);
  height: auto;
  align-self: stretch;
}
@media screen and (max-width: 1000px) {
  #academic #rehabilitation .rehabilitation__wrapper1 .imageBox {
    width: 100%;
    aspect-ratio: 2/1;
  }
}
#academic #rehabilitation .rehabilitation__wrapper1 .imageBox img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
#academic #rehabilitation .rehabilitation__wrapper2 {
  margin-top: max(9rem, 50px);
}
#academic #rehabilitation .rehabilitation__wrapper2 dl {
  display: flex;
}
#academic #rehabilitation .rehabilitation__wrapper2 dl:not(:last-of-type) {
  margin-bottom: max(1.5rem, 10px);
}
@media screen and (max-width: 1000px) {
  #academic #rehabilitation .rehabilitation__wrapper2 dl {
    flex-direction: column;
  }
  #academic #rehabilitation .rehabilitation__wrapper2 dl:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
#academic #rehabilitation .rehabilitation__wrapper2 dl dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 35%;
  padding: max(6rem, 30px) max(4.5rem, 20px);
  background: #f7e4e9;
}
@media screen and (max-width: 1000px) {
  #academic #rehabilitation .rehabilitation__wrapper2 dl dt {
    width: 100%;
    padding: 20px max(4.5rem, 5%);
  }
}
#academic #rehabilitation .rehabilitation__wrapper2 dl dt h4 {
  color: #b8183f;
  font-family: YakuHanJP, "Noto Serif JP", "Noto Sans JP", sans-serif;
  font-size: max(2rem, 18px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#academic #rehabilitation .rehabilitation__wrapper2 dl dt p {
  color: #b8183f;
  font-family: YakuHanJP, "Noto Serif JP", "Noto Sans JP", sans-serif;
  font-size: max(1.5rem, 13px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: max(1rem, 5px);
}
#academic #rehabilitation .rehabilitation__wrapper2 dl dd {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: max(3rem, 20px) max(3.8rem, 20px);
  background: #fff;
}
@media screen and (max-width: 1000px) {
  #academic #rehabilitation .rehabilitation__wrapper2 dl dd {
    padding: 20px 5%;
  }
}
#academic #rehabilitation .rehabilitation__wrapper2 dl dd > * {
  display: inline-block;
  font-size: max(1.5rem, 13px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
#academic #rehabilitation .rehabilitation__wrapper2 dl dd strong {
  display: inline-block;
  color: #b8183f;
  font-family: YakuHanJP, "EB Garamond", "Noto Serif JP", sans-serif;
  font-size: max(11rem, 80px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
#academic #rehabilitation .rehabilitation__wrapper2 dl dd strong small {
  color: #b8183f;
  font-family: YakuHanJP, "EB Garamond", "Noto Serif JP", sans-serif;
  font-size: max(7.2rem, 40px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-left: 5px;
}
#academic #rehabilitation .rehabilitation__wrapper2 dl dd strong.value-primary {
  font-family: YakuHanJP, "EB Garamond", "Noto Serif JP", sans-serif;
  color: #b8183f;
  font-size: max(8.1rem, 60px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
#academic #rehabilitation .rehabilitation__wrapper2 dl dd strong.value-primary small {
  font-family: YakuHanJP, "Noto Serif JP", "Noto Sans JP", sans-serif;
  color: inherit;
  font-size: max(2.9rem, 20px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
#academic #rehabilitation .rehabilitation__wrapper2 dl dd span.attention {
  font-size: max(1.2rem, 10px);
  margin-top: max(1rem, 10px);
}
#academic #rehabilitation .rehabilitation__wrapper2 dl dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: max(1rem, 5px) max(1.5rem, 10px);
}
#academic #rehabilitation .rehabilitation__wrapper2 dl dd.focus {
  flex-direction: row;
  align-items: center;
  gap: max(1.5rem, 15px);
}
@media screen and (max-width: 1000px) {
  #academic #rehabilitation .rehabilitation__wrapper2 dl dd.focus {
    align-items: center;
    flex-direction: column;
  }
}
#academic #rehabilitation .rehabilitation__wrapper2 dl dd.focus.rehabilitation__valueBox {
  flex-wrap: wrap;
}
#academic #rehabilitation .rehabilitation__wrapper2 dl dd.focus.rehabilitation__valueBox .rehabilitation__value {
  align-self: end;
}
@media screen and (max-width: 1000px) {
  #academic #rehabilitation .rehabilitation__wrapper2 dl dd.focus.rehabilitation__valueBox .rehabilitation__value {
    align-self: center;
  }
}
#academic #rehabilitation .rehabilitation__wrapper2 dl dd.focus .rehabilitation__value {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  #academic #rehabilitation .rehabilitation__wrapper2 dl dd.focus .rehabilitation__value {
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  #academic #rehabilitation .rehabilitation__wrapper2 dl dd.focus .rehabilitation__value {
    text-align: left;
    align-self: start;
    align-items: start;
  }
}
#academic #rehabilitation .rehabilitation__wrapper2 dl dd.focus .rehabilitation__value span {
  width: 100%;
}
#academic #rehabilitation .rehabilitation__wrapper2 dl dd.focus .rehabilitation__value .value__inner {
  display: flex;
  align-items: center;
  gap: 5px;
}
#academic #rehabilitation .rehabilitation__wrapper2 dl dd.focus .rehabilitation__value .value__inner .value {
  display: flex;
  align-items: last baseline;
  gap: 5px;
}
#academic #rehabilitation .rehabilitation__wrapper2 dl dd.focus .rehabilitation__value .value__inner .value strong {
  color: #b8183f;
  font-family: YakuHanJP, "EB Garamond", "Noto Serif JP", sans-serif;
  font-size: max(8.1rem, 60px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
#academic #rehabilitation .rehabilitation__wrapper2 dl dd.focus .rehabilitation__value .value__inner .value strong sub {
  display: inline-block;
  bottom: 0;
  padding-left: 0.1em;
  color: #b8183f;
  font-family: YakuHanJP, "EB Garamond", "Noto Serif JP", sans-serif;
  font-size: max(4.2rem, 30px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
#academic #rehabilitation .rehabilitation__wrapper2 dl dd.focus .rehabilitation__value .value__inner .value span {
  flex: 1;
  color: #b8183f;
  font-size: max(1.4rem, 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#academic #rehabilitation .rehabilitation__wrapper2 dl dd.focus p {
  flex: 1;
}
#academic #rehabilitation .rehabilitation__wrapper3 .rehabilitation__detail1 {
  margin-top: max(11rem, 50px);
}
#academic #rehabilitation .rehabilitation__wrapper3 .rehabilitation__detail1 .detail__content {
  display: flex;
  align-items: end;
  gap: max(5rem, 30px);
}
@media screen and (max-width: 1000px) {
  #academic #rehabilitation .rehabilitation__wrapper3 .rehabilitation__detail1 .detail__content {
    flex-direction: column;
  }
}
#academic #rehabilitation .rehabilitation__wrapper3 .rehabilitation__detail1 .detail__content .imageBox {
  width: max(66.5rem, 400px);
}
@media screen and (max-width: 1000px) {
  #academic #rehabilitation .rehabilitation__wrapper3 .rehabilitation__detail1 .detail__content .imageBox {
    width: 100%;
  }
}
#academic #rehabilitation .rehabilitation__wrapper3 .rehabilitation__detail1 .detail__content .textBox {
  flex: 1;
}
#academic #rehabilitation .rehabilitation__wrapper3 .rehabilitation__detail2 {
  margin-top: max(7.5rem, 70px);
  margin-bottom: max(7rem, 50px);
}
#academic #rehabilitation .rehabilitation__wrapper3 .rehabilitation__detail2 .detail__content {
  display: flex;
  flex-direction: column;
  gap: max(10rem, 80px);
}
@media screen and (max-width: 1000px) {
  #academic #rehabilitation .rehabilitation__wrapper3 .rehabilitation__detail2 .detail__content {
    align-items: center;
    flex-direction: column;
  }
}
#academic #rehabilitation .rehabilitation__wrapper3 .rehabilitation__detail2 .detail__content .textBox {
  flex: 1;
  padding: max(2rem, 15px) max(3rem, 20px);
  margin-top: max(1.5rem, 15px);
  border: 1px solid #b8183f;
}
@media screen and (max-width: 1000px) {
  #academic #rehabilitation .rehabilitation__wrapper3 .rehabilitation__detail2 .detail__content .textBox {
    width: 100%;
  }
}
#academic #rehabilitation .rehabilitation__wrapper3 .rehabilitation__detail2 .detail__content .textBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: max(1rem, 10px) max(3rem, 10px);
}
#academic #rehabilitation .rehabilitation__wrapper3 .rehabilitation__detail2 .detail__content .textBox ul li {
  display: list-item;
  list-style-type: disc;
  list-style-position: outside;
  color: #b8183f;
  font-size: max(1.6rem, 14px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-left: 1em;
}
#academic #rehabilitation .rehabilitation__wrapper3 .rehabilitation__detail2 .detail__content .btnBox {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 10px;
  padding-left: max(14rem, 80px);
}
@media screen and (max-width: 800px) {
  #academic #rehabilitation .rehabilitation__wrapper3 .rehabilitation__detail2 .detail__content .btnBox {
    flex-direction: column;
    align-items: start;
    padding-left: 0;
  }
}
#academic #rehabilitation .rehabilitation__wrapper3 .rehabilitation__detail2 .detail__content .btnBox .btn {
  margin: 0;
}
#academic #rehabilitation .rehabilitation__wrapper3 .rehabilitation__detail2 .detail__content .btnBox span.attention {
  width: auto;
}/*# sourceMappingURL=academic.css.map */