@charset "UTF-8";
body.fixed {
  left: 0;
  height: 100%;
  overflow: hidden;
}

.bgAdmission {
  background-image: url(/assets/images/admission/bgAdmission_202602.jpg);
}

:is(.flow, .howToApply, .materials, .faq, .inquiry) {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
:is(.flow, .howToApply, .materials, .faq, .inquiry) * {
  box-sizing: border-box;
  transition: none !important;
}
:is(.flow, .howToApply, .materials, .faq, .inquiry) a {
  color: #1e61b1;
}
:is(.flow, .howToApply, .materials, .faq, .inquiry) h2 {
  position: relative;
  padding-top: 28px;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
:is(.flow, .howToApply, .materials, .faq, .inquiry) h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50px);
  display: block;
  width: 100px;
  height: 6px;
  background: #b02020;
}

.flow {
  width: 1000px;
  margin-inline: auto;
}
.flow ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2px;
  margin-top: 20px;
}
.flow li {
  position: relative;
  padding: 8px 8px 13px 8px;
}
.flow li::before, .flow li::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  display: block;
  height: 100%;
  background: #f4f4f4;
}
.flow li::before {
  left: 0;
  width: 292px;
}
.flow li::after {
  right: 0;
  width: 40px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.flow .stepNum {
  position: relative;
  display: block;
  width: calc(100% - 8px);
  padding: 2px 0 1px 0;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  text-indent: 115px;
  overflow: hidden;
}
.flow .stepNum::before, .flow .stepNum::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  background: #333;
}
.flow .stepNum::before {
  z-index: -1;
  left: 0;
  width: calc(100% - 29px);
  height: 100%;
}
.flow .stepNum::after {
  right: 22px;
  width: 7px;
  height: 200%;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.flow h3 {
  margin-top: 10px;
  padding: 0 40px 90px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.flow li:nth-child(1) h3 {
  background: url(/assets/images/admission/step1.svg) calc(50% - 25px) 20px/180px 90px no-repeat;
}
.flow li:nth-child(2) h3 {
  background: url(/assets/images/admission/step2.svg) calc(50% - 10px) 20px/180px 90px no-repeat;
}
.flow li:nth-child(3) h3 {
  background: url(/assets/images/admission/step3.svg) calc(50% - 15px) 20px/180px 90px no-repeat;
}
.flow p {
  padding-left: 10px;
  line-height: 1.7;
}
.flow aside {
  margin-top: 15px;
  color: #666;
}
.flow aside span {
  position: relative;
  display: block;
  padding-left: 1.5em;
  font-size: 12px;
  line-height: 1.3;
}
.flow aside span::before {
  content: "※";
  position: absolute;
  margin-left: -1.5em;
}
.flow aside span:nth-of-type(2) {
  margin-top: 5px;
}

.howToApply {
  margin-top: 75px;
  text-align: center;
}
.howToApply :is(.webApply, .documentApply) {
  padding: 30px 0 45px 0;
}
.howToApply h3 {
  position: relative;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.howToApply .recommend {
  position: absolute;
  top: -24px;
  margin-left: 20px;
  display: inline-block;
  padding-top: 26px;
  width: 90px;
  height: 90px;
  background: #1763c7;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}
.howToApply .recommend::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  border-style: solid;
  border-width: 10px 14px 10px 0;
  border-color: transparent #1763c7 transparent transparent;
  translate: -100% -50%;
}
.howToApply .info {
  margin: 22px auto 30px auto;
  width: 1000px;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}
.howToApply .button a {
  position: relative;
  display: grid;
  place-content: center;
  place-items: center;
  margin-inline: auto;
  width: 600px;
  height: 60px;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.howToApply .button a:hover {
  text-decoration: none;
}
.howToApply .button a:active {
  box-shadow: none !important;
  transform: translateY(5px) !important;
}
.howToApply .webApply {
  margin-top: 20px;
  border-top: solid 4px #c8161d;
  background: #f8e3e4;
}
.howToApply .webApply .button a {
  background: #c8161d url(/assets/images/admission/newwindow_white.svg) right 20px top 16px/24px 24px no-repeat;
  box-shadow: 0 5px #911015;
}
.howToApply .documentApply {
  border-top: solid 4px #179455;
  background: #e3f2ea;
}
.howToApply .documentApply .button a {
  background: #179455 url(/assets/images/admission/arrow_bottom_white.svg) right 22px top 21px/20px 20px no-repeat;
  background-color: #179455;
  box-shadow: 0 5px #106339;
}
.howToApply .question {
  text-align: left;
}
.howToApply .requiredDocuments {
  display: none;
  width: 1000px;
  margin-inline: auto;
  background: #fff;
}
.howToApply .requiredDocuments h4 {
  position: relative;
  padding: 18px 0 8px 65px;
  background: #45a977;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.howToApply .requiredDocuments h4::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: calc(100% + 2px);
  height: 11px;
  background: #e3f2ea;
}
.howToApply .requiredDocuments h4::after {
  content: "";
  position: absolute;
  left: calc(50% - 7rem - 60px);
  bottom: 0;
  display: block;
  width: 60px;
  height: 60px;
  background: url(/assets/images/admission/guidance.svg) 0 0/60px 60px no-repeat;
}
.howToApply .requiredDocuments .content {
  padding: 40px 0 25px 0;
}
.howToApply .requiredDocuments .question ol {
  position: relative;
  min-height: 390px;
  background: url(/assets/images/admission/bg_requireddocuments.png) 0 0/100% 100% no-repeat;
}
.howToApply .requiredDocuments .question li {
  position: absolute;
  margin-inline: 200px;
  width: 600px;
}
.howToApply .requiredDocuments .question li:nth-child(1) {
  top: 0;
}
.howToApply .requiredDocuments .question li:nth-child(2) {
  top: 130px;
}
.howToApply .requiredDocuments .question li:nth-child(3) {
  top: 260px;
}
.howToApply .requiredDocuments .question li .question-inner {
  display: grid;
  grid-template-columns: 60px auto;
  grid-template-rows: auto auto;
}
.howToApply .requiredDocuments .question li h5 {
  grid-column: 1/2;
  grid-row: 1/2;
  display: grid;
  place-content: center;
  border: solid 2px #ccc;
  border-right: none;
  border-radius: 6px 0 0 6px;
  background: #ccc;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.howToApply .requiredDocuments .question li p {
  grid-column: 2/3;
  grid-row: 1/2;
  border: solid 2px #ccc;
  border-left: none;
  border-radius: 0 6px 6px 0;
  padding: 9px 8px 8px 12px;
  min-height: 50px;
  font-size: 16px;
}
.howToApply .requiredDocuments .question li p sup {
  margin: 0 2px;
  color: #f70e0e;
  font-size: 12px;
}
.howToApply .requiredDocuments .question li aside {
  grid-column: 1/3;
  grid-row: 2/3;
  position: relative;
  margin-top: 8px;
  padding-left: 86px;
  color: #666;
  font-size: 12px;
  line-height: 1.4;
}
.howToApply .requiredDocuments .question li aside sup {
  position: absolute;
  margin-left: -28px;
  color: #f70e0e;
  font-size: 12px;
  line-height: 1.4;
}
.howToApply .requiredDocuments .question li aside a {
  position: relative;
  margin-left: 2px;
  padding-left: 15px;
}
.howToApply .requiredDocuments .question li aside a::before {
  content: "？";
  position: absolute;
  top: -1px;
  left: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #1e61b1;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}
.howToApply .requiredDocuments .question .answer {
  grid-column: 1/3;
  grid-row: 3/4;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 50px 30px;
  margin-top: 50px;
}
.howToApply .requiredDocuments .question .answer div:is(.yes, .no) a {
  position: relative;
  display: grid;
  place-content: center;
  place-items: center;
  width: 100%;
  height: 90px;
  border-radius: 16px;
  background: url(/assets/images/admission/arrow_right_white.svg) right 12px center/26px 26px no-repeat;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2px;
}
.howToApply .requiredDocuments .question .answer div:is(.yes, .no) a:active {
  box-shadow: none !important;
  transform: translateY(6px) !important;
}
.howToApply .requiredDocuments .question .answer div.yes a {
  background-color: #ec6b14;
  box-shadow: 0 6px #be550e;
}
.howToApply .requiredDocuments .question .answer div.no a {
  background-color: #3e84ee;
  box-shadow: 0 6px #2764c0;
}
.howToApply .requiredDocuments .question .answer div.redo {
  grid-column: 1/3;
}
.howToApply .requiredDocuments .result ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-inline: 30px;
}
.howToApply .requiredDocuments .result li {
  padding-bottom: 15px;
  border-width: 4px !important;
}
.howToApply .requiredDocuments .result li :is(.kojin, .houjin) {
  margin-inline: 11px;
}
.howToApply .requiredDocuments .result li .houjin {
  margin-top: 20px;
}
.howToApply .requiredDocuments .result li:is(:nth-child(1), :nth-child(2)) {
  border: solid 2px #111;
}
.howToApply .requiredDocuments .result li:is(:nth-child(1), :nth-child(2)) .houjin {
  border-top: dotted 2px #111;
}
.howToApply .requiredDocuments .result li:is(:nth-child(1), :nth-child(2)) h5 {
  background: #111;
}
.howToApply .requiredDocuments .result li:nth-child(3) {
  border: solid 2px #777;
}
.howToApply .requiredDocuments .result li:nth-child(3) .houjin {
  border-top: dotted 2px #777;
}
.howToApply .requiredDocuments .result li:nth-child(3) h5 {
  background: #777;
}
.howToApply .requiredDocuments .result h5 {
  padding: 10px 0;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.howToApply .requiredDocuments .result h5 span {
  margin-left: -5px;
  font-size: 16px;
}
.howToApply .requiredDocuments .result p {
  margin-top: 12px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.howToApply .requiredDocuments .result .button {
  margin-top: 10px;
}
.howToApply .requiredDocuments .result .button a {
  grid-auto-flow: column;
  width: 100%;
  height: 48px;
  border-radius: 24px;
  background: #179455 url(/assets/images/admission/download_white.svg) right 18px top 12px/23px 23px no-repeat;
  box-shadow: 0 3px #106339;
  font-size: 16px;
}
.howToApply .requiredDocuments .result .button a::after {
  content: "PDF";
  display: block;
  margin-left: 5px;
  padding: 2px 3px;
  background: #fff;
  color: #106339;
  font-size: 11px;
  font-weight: normal;
  line-height: 11px;
}
.howToApply .requiredDocuments .result .button a:active {
  transform: translateY(3px) !important;
}
.howToApply .requiredDocuments .result aside {
  margin: 12px 30px 0 0;
  font-size: 14px;
  text-align: right;
}
.howToApply .requiredDocuments .result > .answer .redo {
  margin: 30px 30px 0 30px;
}
.howToApply .requiredDocuments .answer {
  display: none;
}
.howToApply .requiredDocuments .redo a {
  display: block;
  padding-left: 28px;
  background: url(/assets/images/admission/arrow_left_blue.svg) left center/24px 24px no-repeat;
  text-align: left !important;
}

.materials {
  margin-top: 75px;
  width: 1000px;
  margin-inline: auto;
}
.materials ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.materials li a {
  position: relative;
  display: grid;
  place-content: center;
  place-items: center;
  width: 320px;
  height: 46px;
  border: solid 1px #ccc;
  border-radius: 12px;
}
.materials li a:not(.pdf) {
  background: url(/assets/images/admission/arrow_right_blue.svg) right 10px center/14px 14px no-repeat;
}
.materials li a.pdf::after {
  content: "PDF";
  position: absolute;
  right: 14px;
  top: 14px;
  display: block;
  padding: 2px 3px;
  background: #1e61b1;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  line-height: 11px;
}
.materials li a {
  font-size: 16px;
  font-weight: bold;
}
.materials li a:hover {
  border-color: #999;
  text-decoration: none;
}

.faq {
  margin-top: 75px;
  width: 1000px;
  margin-inline: auto;
}
.faq dl {
  position: relative;
  font-size: 16px;
}
.faq dl::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 20px;
  display: block;
  width: 1px;
  height: 80px;
  background: #ccc;
}
.faq dl:nth-of-type(1) {
  margin-top: 20px;
}
.faq dl:nth-of-type(n+2) {
  padding-top: 40px;
}
.faq dl:nth-of-type(n+2)::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 300px;
  display: block;
  width: 400px;
  height: 1px;
  background: #ccc;
}
.faq dl:nth-of-type(n+2)::after {
  top: 40px;
}
.faq :is(dt, dd) {
  position: relative;
  padding: 7px 0 7px 50px;
}
.faq :is(dt, dd)::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  place-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 18px;
}
.faq dt::before {
  content: "Q";
  background: #117af7;
}
.faq dd {
  margin-top: 12px;
}
.faq dd::before {
  content: "A";
  background: #e81818;
}
.faq .more {
  margin-top: 6px;
  padding-top: 14px;
  border-top: solid 1px #ccc;
  font-size: 16px;
  text-align: right;
}
.faq .more a {
  display: inline-block;
  padding-right: 20px;
  background: url(/assets/images/admission/arrow_right_blue.svg) right 6px/14px 14px no-repeat;
}

.inquiry {
  display: grid;
  grid-template-rows: auto auto;
  gap: 40px;
  margin-top: 75px;
  margin-inline: auto;
  width: 1000px;
  padding: 20px;
  background: #f4f4f4;
  font-size: 16px;
}
.inquiry h4 {
  position: absolute;
  display: grid;
  place-content: center;
  place-items: center;
  width: 56px;
  height: 22px;
  border-radius: 4px;
  background: #333;
  color: #fff;
  letter-spacing: 1px;
}
.inquiry .address {
  position: relative;
  grid-row: 1/2;
  text-align: center;
}
.inquiry .address::after {
  content: "";
  position: absolute;
  bottom: -20px;
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
}
.inquiry .address h3 {
  font-weight: bold;
}
.inquiry .address p {
  margin-top: 12px;
}
.inquiry .means {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.inquiry :is(.tel, .fax, .mail) {
  position: relative;
}
.inquiry :is(.tel, .fax, .mail) p {
  padding-left: 64px;
  line-height: 1.4;
}
.inquiry :is(.tel, .fax, .mail) p a {
  display: inline-block;
  padding-right: 20px;
  background: url(/assets/images/admission/arrow_right_blue.svg) right 3px/14px 14px no-repeat;
}
.inquiry :is(.tel, .fax)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  display: block;
  width: 1px;
  height: 100%;
  background: #ccc;
}
.inquiry :is(.tel, .fax) p:nth-of-type(1) {
  font-size: 18px;
  font-weight: bold;
}

.modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.modal .bg {
  position: absolute;
  z-index: 30;
  width: 100%;
  height: 100%;
  background: #666;
  opacity: 0.75;
}
.modal .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  margin: auto;
  width: 800px;
  height: max-content;
  background: #fff;
  color: #333;
  font-size: 16px;
}
.modal .header {
  position: relative;
}
.modal .header h3 {
  padding: 20px 0 0 30px;
  font-size: 20px;
  font-weight: bold;
}
.modal .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background: #111;
}
.modal .close a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.modal .close a::before, .modal .close a::after {
  position: absolute;
  top: 21px;
  left: 10px;
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  background: #fff;
}
.modal .close a::before {
  transform: rotate(45deg);
}
.modal .close a::after {
  transform: rotate(-45deg);
}
.modal.info-permanentstore .main {
  padding: 22px 0 22px 30px;
}
.modal.info-permanentstore .main .base-description {
  margin-right: 30px;
  margin-bottom: 10px;
}
.modal.info-permanentstore .main .imageexample-list {
  height: 440px;
  overflow-y: scroll;
}
.modal.info-permanentstore .main .imageexample-list > li:nth-child(1) {
  margin-top: 10px;
}
.modal.info-permanentstore .main .imageexample-list > li:nth-child(n+2) {
  margin-top: 35px;
}
.modal.info-permanentstore .main .imageexample-list > li h4 {
  margin-bottom: 5px;
}
.modal.info-permanentstore .main .imageexample-list > li h4.rline-color-lightgray {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% - 15px);
}
.modal.info-permanentstore .main .imageexample-list > li h4.rline-color-lightgray::after {
  content: "";
  display: block;
  margin-left: 8px;
  flex-grow: 1;
  height: 1px;
  background: #d5d5d5;
}
.modal.info-permanentstore .main .imageexample-list > li ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding-right: 15px;
}
.modal.info-permanentstore .main .imageexample-list > li ul li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .bgAdmission td:after {
    content: url(../images/admission/bgSPAdmission_202602.jpg);
  }
  :is(.flow, .howToApply, .materials, .faq, .inquiry) h2 {
    font-size: 36px;
  }
  :is(.flow, .howToApply, .materials, .faq, .inquiry) h2::before {
    height: 8px;
  }
  .flow {
    width: 100%;
    padding: 0 20px;
  }
  .flow ul {
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
  }
  .flow li {
    padding: 16px;
    margin-bottom: 40px;
  }
  .flow li::before {
    width: 100%;
  }
  .flow li::after {
    top: auto;
    bottom: -39px;
    left: 0;
    width: 100%;
    height: 40px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .flow .stepNum {
    width: 100%;
    background: #333;
    font-size: 20px;
    text-indent: 0;
    text-align: center;
  }
  .flow .stepNum::before, .flow .stepNum::after {
    display: none;
  }
  .flow h3 {
    padding: 0 0 120px 0;
    background-position: 50% 40px !important;
    background-size: 240px 120px !important;
    font-size: 30px;
  }
  .flow p {
    text-align: center;
  }
  .flow aside {
    margin-top: 30px;
  }
  .flow aside span {
    font-size: 20px;
  }
  .howToApply .recommend {
    font-size: 16px;
  }
  .howToApply h3 {
    font-size: 34px;
  }
  .howToApply .info {
    margin: 22px 20px 30px 20px;
    width: calc(100% - 40px);
    font-size: 24px;
    text-align: left;
  }
  .howToApply .button a {
    border-radius: 45px;
    height: 90px;
    font-size: 32px;
  }
  .howToApply :is(.webApply, .documentApply) {
    border-width: 6px;
  }
  .howToApply .webApply .button a {
    background-size: 32px 32px;
    background-position: right 32px top 26px;
  }
  .howToApply aside.sp {
    display: block;
    margin: 15px 0 -25px 0;
    color: #888;
    text-align: center;
  }
  .howToApply .documentApply .button a {
    background-size: 28px 28px;
    background-position: right 30px top 32px;
  }
  .howToApply .requiredDocuments {
    width: calc(100% - 40px);
    margin-inline: auto;
  }
  .howToApply .requiredDocuments h4 {
    font-size: 28px;
  }
  .howToApply .requiredDocuments h4::after {
    left: calc(50% - 7rem - 130px);
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
  }
  .howToApply .requiredDocuments .content {
    padding-top: 30px;
  }
  .howToApply .requiredDocuments .question ol {
    min-height: 0;
    background: none;
  }
  .howToApply .requiredDocuments .question li {
    position: relative;
    top: auto !important;
    margin-inline: auto;
    width: calc(100% - 60px);
  }
  .howToApply .requiredDocuments .question li:nth-child(n+2) {
    display: none;
  }
  .howToApply .requiredDocuments .question li .question-inner {
    grid-template-columns: 90px auto;
  }
  .howToApply .requiredDocuments .question li h5 {
    border-width: 4px;
    border-radius: 12px 0 0 12px;
    font-size: 32px;
  }
  .howToApply .requiredDocuments .question li p {
    border-width: 4px;
    border-radius: 0 12px 12px 0;
    font-size: 28px;
    line-height: 1.4;
  }
  .howToApply .requiredDocuments .question li p sup {
    font-size: 20px;
  }
  .howToApply .requiredDocuments .question li aside {
    margin-top: 16px;
    padding-left: 66px;
    font-size: 20px;
  }
  .howToApply .requiredDocuments .question li aside sup {
    margin-left: -48px;
    font-size: 20px;
  }
  .howToApply .requiredDocuments .question li aside a {
    padding-left: 30px;
  }
  .howToApply .requiredDocuments .question li aside a::before {
    top: -1px;
    left: 0;
    width: 26px;
    height: 26px;
    font-size: 18px;
    line-height: 26px;
  }
  .howToApply .requiredDocuments .question .answer {
    display: grid;
  }
  .howToApply .requiredDocuments .question li:nth-child(2) .answer {
    margin-top: 113px;
  }
  .howToApply .requiredDocuments .question li:nth-child(3) .answer {
    margin-top: 28px;
  }
  .howToApply .requiredDocuments .result ul {
    grid-template-columns: 1fr;
  }
  .howToApply .requiredDocuments .result li {
    padding-bottom: 28px;
  }
  .howToApply .requiredDocuments .result li :is(.kojin, .houjin) {
    margin-inline: 22px;
  }
  .howToApply .requiredDocuments .result li .houjin {
    margin-top: 26px;
    border-width: 4px !important;
  }
  .howToApply .requiredDocuments .result li, .howToApply .requiredDocuments .result aside, .howToApply .requiredDocuments .result .answer {
    display: none;
  }
  .howToApply .requiredDocuments .result h5 {
    font-size: 36px;
    line-height: 1.3;
  }
  .howToApply .requiredDocuments .result h5 span {
    font-size: 28px;
  }
  .howToApply .requiredDocuments .result h5 span.sp {
    font-size: 20px;
  }
  .howToApply .requiredDocuments .result p {
    font-size: 28px;
  }
  .howToApply .requiredDocuments .result .button a {
    height: 90px;
    border-radius: 45px;
    font-size: 30px;
    background: #179455 url(/assets/images/admission/download_white.svg) right 30px top 24px/32px 32px no-repeat;
    box-shadow: 0 6px #106339;
  }
  .howToApply .requiredDocuments .result .button a::after {
    padding: 4px 6px;
    font-size: 20px;
    line-height: 20px;
  }
  .howToApply .requiredDocuments .result .button a:active {
    transform: translateY(6px) !important;
  }
  .howToApply .requiredDocuments .result aside {
    margin: 30px 30px 0 30px;
    font-size: 24px;
    line-height: 1.4;
    text-align: left;
  }
  .materials {
    width: 100%;
    padding: 0 20px;
  }
  .materials ul {
    grid-template-columns: 1fr;
  }
  .materials li a {
    width: 100%;
    height: 72px;
    border: solid 2px #ccc;
    border-radius: 20px;
    font-size: 26px;
  }
  .materials li a:not(.pdf) {
    background-size: 22px 22px;
    background-position: right 20px center;
  }
  .materials li a.pdf::after {
    right: 20px;
    top: 20px;
    padding: 4px 6px;
    font-size: 20px;
    line-height: 20px;
  }
  .faq {
    width: 100%;
    padding: 0 20px;
  }
  .faq dl::after {
    left: 35px;
    width: 2px;
    height: 160px;
  }
  .faq dl:nth-of-type(n+2)::before {
    left: 25%;
    width: 50%;
    height: 2px;
  }
  .faq :is(dt, dd) {
    padding: 14px 0 14px 90px;
    font-size: 26px;
  }
  .faq :is(dt, dd)::before {
    width: 70px;
    height: 70px;
    font-size: 36px;
  }
  .faq dd {
    margin-top: 24px;
  }
  .faq .more {
    border-width: 2px;
    font-size: 26px;
  }
  .faq .more a {
    padding-right: 30px;
    background-position: right 10px;
    background-size: 22px 22px;
  }
  .inquiry {
    width: calc(100% - 40px);
    font-size: 26px;
  }
  .inquiry h4 {
    position: absolute;
    display: grid;
    place-content: center;
    place-items: center;
    width: 108px;
    height: 44px;
    border-radius: 4px;
    background: #333;
    color: #fff;
    letter-spacing: 2px;
  }
  .inquiry .address::after {
    height: 2px;
  }
  .inquiry .means {
    flex-direction: column;
  }
  .inquiry :is(.tel, .fax, .mail) {
    position: relative;
  }
  .inquiry :is(.tel, .fax, .mail) p {
    padding-left: 118px;
  }
  .inquiry :is(.tel, .fax, .mail) p a {
    display: inline-block;
    padding: 4px 30px 0 0;
    background-position: right 10px;
    background-size: 22px 22px;
  }
  .inquiry :is(.tel, .fax)::after {
    top: auto;
    bottom: -20px;
    right: 0;
    width: 100%;
    height: 2px;
  }
  .inquiry :is(.tel, .fax) p:nth-of-type(1) {
    font-size: 30px;
  }
  .modal {
    width: 100vw;
    width: 100dvw;
    height: 100dvh;
    height: 100dvh;
  }
  .modal .content {
    width: calc(100vw - 60px);
    width: calc(100dvw - 60px);
    height: calc(100dvh - 60px);
    height: calc(100dvh - 60px);
    font-size: 24px;
  }
  .modal .header h3 {
    font-size: 32px;
  }
  .modal .close {
    position: absolute;
    width: 90px;
    height: 90px;
  }
  .modal .close a::before, .modal .close a::after {
    position: absolute;
    top: 42px;
    left: 20px;
    width: 52px;
    height: 4px;
  }
  .modal.info-permanentstore .main .imageexample-list {
    height: calc(100dvh - 285px);
    height: calc(100dvh - 285px);
  }
  .modal.info-permanentstore .main .imageexample-list > li h4 {
    line-height: 1.3;
  }
  .modal.info-permanentstore .main .imageexample-list > li ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-right: 30px;
  }
}/*# sourceMappingURL=admission_202602.css.map */