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

#graduate .preface h3 {
  color: #5DC2D0;
  font-size: max(3.6rem, 24px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#graduate .explain {
  background: #fff;
}
#graduate .explain__wrapper {
  padding-top: max(8.5rem, 50px);
}
#graduate .explain__content:not(:first-of-type) {
  margin-top: max(9rem, 50px);
}
#graduate .explain__content h3 {
  position: relative;
  color: #5DC2D0;
  font-size: max(2.4rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  padding-bottom: max(1rem, 10px);
  margin-bottom: max(1.5rem, 15px);
}
#graduate .explain__content h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: max(0.1rem, 1px);
  background-image: linear-gradient(to right, #5DC2D0 4px, transparent 3px);
  background-size: 7px max(0.1rem, 1px);
  background-repeat: repeat-x;
}
#graduate .explain__content__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px max(1.5rem, 10px);
  margin-top: max(7rem, 40px);
  margin-bottom: max(1.5rem, 10px);
}
#graduate .explain__content__title__icon.school {
  width: max(3.5rem, 30px);
  height: auto;
}
#graduate .explain__content__title h4 {
  color: #5DC2D0;
  font-size: max(2.4rem, 18px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
#graduate .explain__content__list {
  margin-top: max(2rem, 15px);
}
#graduate .explain__content__list li {
  position: relative;
}
#graduate .explain__content__list li:not(:first-child) {
  margin-top: max(1rem, 5px);
}
#graduate .explain__content__list--number {
  counter-reset: listItemNumber;
}
#graduate .explain__content__list--number li {
  counter-increment: listItemNumber;
  padding-left: 1.5em;
}
#graduate .explain__content__list--number li::before {
  content: counter(listItemNumber) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #5DC2D0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#graduate .explain__content__list--dot li {
  padding-left: 1.5em;
}
#graduate .explain__content__list--dot li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 0.3em;
  height: 0.3em;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  border-radius: 50%;
  background: #333333;
}
#graduate .explain__content__list .list__header {
  position: relative;
  padding-left: 1.5em;
  margin-top: max(2rem, 15px);
}
#graduate .explain__content__list .list__header--square::before {
  content: "";
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  aspect-ratio: 1/1;
  background: #5DC2D0;
  border-radius: max(0.2rem, 2px);
}
#graduate .explain__content__list .list__content {
  padding-left: 1.5em;
}
#graduate .explain__content .attention {
  margin-top: max(1rem, 10px);
}
#graduate .explain__content .attention small a {
  display: inline-block;
  text-decoration: underline;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#graduate .explain__content .attention small a:hover {
  opacity: 0.6;
}
#graduate .explain {
  /* rowspan を含む表でも崩れにくいよう、罫線はセル単位の擬似要素で描画します。 */
}
#graduate .explain__table {
  position: relative;
  margin-top: max(4rem, 30px);
  border: max(0.2rem, 2px) solid #5DC2D0;
  border-radius: max(1rem, 10px);
  overflow-x: auto;
  scroll-behavior: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}
#graduate .explain__table::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
#graduate .explain__table {
  /* .scrollAnnounce の案内ラベルカラーを $c2 に設定 */
  --scrollAnnounceColor: #5DC2D0;
  --scrollAnnounceColorRgb: 93, 194, 208;
}
#graduate .explain__table table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
}
#graduate .explain__table table td,
#graduate .explain__table table th {
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: max(1rem, 5px) max(3rem, 20px);
  font-size: max(1.5rem, 13px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
#graduate .explain__table table td.sentence,
#graduate .explain__table table th.sentence {
  text-align: left;
}
#graduate .explain__table table td.isVisualLast::before,
#graduate .explain__table table th.isVisualLast::before {
  display: none;
}
#graduate .explain__table table td::before,
#graduate .explain__table table th::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, #5DC2D0 4px, transparent 3px);
  background-size: 1px 7px;
  background-repeat: repeat-y;
}
#graduate .explain__table table thead {
  background: rgba(93, 194, 208, 0.2);
}
#graduate .explain__table table thead th,
#graduate .explain__table table thead td {
  padding: max(2rem, 15px) max(3rem, 20px);
  color: #5DC2D0;
  font-size: max(1.8rem, 14px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
#graduate .explain__table table thead th.envelopeSize,
#graduate .explain__table table thead td.envelopeSize {
  width: 30%;
  max-width: 30%;
}
#graduate .explain__table table thead th:last-child::before,
#graduate .explain__table table thead td:last-child::before {
  display: none;
}
#graduate .explain__table table thead th::after,
#graduate .explain__table table thead td::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: max(0.1rem, 1px);
  background-image: linear-gradient(to right, #5DC2D0 4px, transparent 3px);
  background-size: 7px max(0.1rem, 1px);
  background-repeat: repeat-x;
}
#graduate .explain__table table tbody tr:first-child > td:last-child::before {
  display: none;
}
#graduate .explain__table table tbody tr + tr > td::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: max(0.1rem, 1px);
  background-image: linear-gradient(to right, rgba(93, 194, 208, 0.4) 4px, transparent 3px);
  background-size: 7px max(0.1rem, 1px);
  background-repeat: repeat-x;
}
#graduate .explain__table table tbody + tbody tr:first-child > td::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: max(0.1rem, 1px);
  background-image: linear-gradient(to right, #5DC2D0 4px, transparent 3px);
  background-size: 7px max(0.1rem, 1px);
  background-repeat: repeat-x;
}
#graduate .explain__btnBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: max(3rem, 25px);
  margin-top: max(3rem, 25px);
}
@media screen and (max-width: 1000px) {
  #graduate .explain__btnBox {
    grid-template-columns: 1fr;
  }
}
#graduate .explain__btnBox .btnBox__inner--blue {
  --baseColor: #6c9bd2;
}
#graduate .explain__btnBox .btnBox__inner--pink {
  --baseColor: #ef858c;
}
#graduate .explain__btnBox .btnBox__inner--orange {
  --baseColor: #f5a73e;
}
#graduate .explain__btnBox .btnBox__inner h4 {
  color: var(--baseColor);
  font-size: max(1.8rem, 15px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
#graduate .explain__btnBox .btnBox__inner .btn {
  width: 100%;
}
#graduate .explain__btnBox .btnBox__inner .btn:hover {
  background: var(--baseColor);
}
#graduate .explain__btnBox .btnBox__inner .btn:hover .btn__text {
  color: #fff;
}
#graduate .explain__btnBox .btnBox__inner .btn:hover .btn__arrow svg path {
  fill: #fff;
}
#graduate .contact {
  background: #fff;
  padding-top: max(9rem, 50px);
  padding-bottom: max(15rem, 80px);
}
#graduate .contact__wrapper {
  text-align: center;
  padding: max(6rem, 30px) 5%;
  background: #f7f7f7;
  border-radius: max(2.5rem, 20px);
  overflow: hidden;
}
#graduate .contact__supplement {
  position: relative;
  font-size: max(2.4rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
#graduate .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);
}
#graduate .contact__info::before, #graduate .contact__info::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: max(0.1rem, 1px);
  background-image: linear-gradient(to right, #333333 4px, transparent 3px);
  background-size: 7px max(0.1rem, 1px);
  background-repeat: repeat-x;
}
#graduate .contact__info::after {
  top: unset;
  bottom: 0;
}
#graduate .contact__info__address {
  font-size: max(2.6rem, 18px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
#graduate .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) {
  #graduate .contact__info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#graduate .contact__info__separator {
  font-size: max(5rem, 30px);
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #graduate .contact__info__separator {
    display: none;
  }
}
#graduate .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);
}
#graduate .contact__info__box__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#graduate .contact__info__box__icon.tel {
  width: max(4.5rem, 30px);
}
#graduate .contact__info__box__icon.mail {
  width: max(4.2rem, 30px);
}
#graduate .contact__info__box__text {
  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;
}/*# sourceMappingURL=graduate.css.map */