.page-visual-inner{
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url("../img/page/visual-admission.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#menu .inner{
  max-width:875px;
}
#menu ul{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#menu ul li{
  width:50%;
  text-align:center;
  color:#FFFFFF;
  border:2px solid #FFFFFF;
}
#menu ul li a{
  display: block;
  background:#002F7C;
  color:#FFFFFF;
  padding:0.5em 0.25em;
}
#menu ul li a.schedule{
  color:#333333;
  background: #D7DE21;
}
#menu ul li a .pdf{
  position: relative;
}
#menu ul li a .pdf:after{
  position:absolute;
  display: inline-block;
  content:'';
  top:0;
  bottom:0;
  right:-1.5em;
  width:12px;
  height:15px;
  background: url(../img/admission/icon-pdf.svg) no-repeat center / cover;
  margin:auto;
}
@media (min-width: 992px) {
  #menu ul::after{
    width:calc(100% / 3);
    display:block;
    content:'';
  }
  #menu ul li{
    width:calc(100% / 3);
  }
}


#hope .wrapper {
  background: url(../img/admission/bg-hope-sp.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hope .inner{
  max-width:875px;
}
#hope .section-title{
  font-size:clamp(2.0rem, 2.0161vw , 3.2rem);
  font-weight:700;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  margin-bottom:0.625em;
}
#hope .section-title::after {
  max-width: 84px;
  border-top: 1px solid #000000;
  margin-top:0;
}
#hope .content-block{
  padding:25px 5px;
}
#hope .textarea{
  background:#FFFFFFCB;
  padding:20px 20px 10px;
}
#hope .textarea p{
  font-size:clamp(1.4rem , 2.0833vw , 1.8rem);
  line-height:2.2;
}
#hope .textarea ul{
  margin-top:2em;
}
#hope .textarea ul li{
  font-size:clamp(1.4rem , 2.0833vw , 1.8rem);
  text-indent:-1em;
  line-height:2.2;
  margin-left:1em;
}
@media (min-width: 992px) {
  #hope .wrapper {
    background: url(../img/admission/bg-hope.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #hope .content-block{
    padding:75px 0;
  }
  #hope .textarea{
    padding:20px 20px 20px 40px;
  }
  #hope .textarea ul{
    margin-top:0;
  }
  
}

#capacity {
  margin-top:-60px;
  padding-top:60px;
}
#capacity .inner{
  max-width:875px;
}
.capacity-table{
  width:95%;
  border-collapse: collapse;
  border-bottom: solid 1px #333333;
  margin: 0 auto 15px;
}
.capacity-table thead{
  color:#FFFFFF;
  background: #4D4D4D;
}
.capacity-table thead th{
  font-size:clamp(1.8rem , 2.34375vw , 2.4rem);
  font-weight:700;
  line-height:1.2;
  border: solid 1px #4D4D4D;
  padding: 1em;
}
.capacity-table thead small{
  font-size:66.66%;
}
.capacity-table thead th:nth-child(1){
  text-align:left;
  width:75%;
  padding:1em 0 1em 5%;
}
.capacity-table thead th:nth-child(2){
  text-align:center;
  width:25%;
}

.capacity-table tbody{
  background: #FFFFFF;
}
.capacity-table tbody tr td:first-child{
  letter-spacing:0.05em;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight:700;
  background: #EAEAEA;
}
.capacity-table tbody tr:not(:last-child){
  border-bottom:1px solid #979797;
}
.capacity-table tbody th,
.capacity-table tbody td{
  line-height:1.2;
  text-align:left;
  padding: 0.7em;
}
.capacity-table .department th{
  font-size:clamp(1.6rem , 2.0833vw , 2.6rem);
  padding:1em 0 1em 5%;
}
.capacity-table .major th,
.capacity-table .major td{
  font-size:clamp(1.5rem , 1.9531vw , 2.2rem);
}
.capacity-table .major th{
  padding:1em 0 1em 11%;
}
.capacity-table .major td{
  text-align:center;
}
.capacity-table .major .icon{
  position:relative;
}
.capacity-table .major .icon::before,
.capacity-table .major .icon::after{
  position:absolute;
  content:'';
  width:0.8em;
  height:0.8em;
}
.capacity-table .pt .icon::before{
  top:0.1em;
  left:-1.75em;
  background:#A8D600;
  z-index:2;
}
.capacity-table .ot .icon::before{
  top:0.1em;
  left:-1.75em;
  background:#DC5D7B;
  z-index:2;
}
.capacity-table .major .icon::after{
  top:0.35em;
  left:-1.5em;
  background:#808080;
  z-index:1;
}

@media (min-width: 992px) {
  #capacity {
    margin-top:-120px;
    padding-top:120px;
  }
  .capacity-table{
    width:100%;
  }
  .capacity-table thead th{
    padding:0.75em 0;
  }
  .capacity-table thead th:nth-child(1){
    padding:0.75em 0 0.75em 10%;
  }
  .capacity-table .department th{
    padding:1em 0 1em 10%;
  }
  .capacity-table .major th{
    padding:1em 0 1em 17%;
  }
}



#outline {
  margin-top:-60px;
  padding-top:60px;
}
#outline .content-header{
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  align-items:baseline;
  margin-bottom:30px;
}
#outline .section-title{
  display: block;
  font-size:clamp(2.0rem, 2.0161vw , 3.2rem);
  font-weight:700;
}
#outline .section-title::after{
  display: none;
}
#outline .inner{
  max-width:875px;
}
#outline .outline-table{
  width:740px;
}
#outline .outline-table tbody tr th{
  background:#EAEAEA;
}
@media (min-width: 768px) {
  #outline .outline-table{
    width:860px;
  }
  #outline .outline-table thead th:nth-child(1){
    width:140px;
  }
  #outline .outline-table thead th:nth-child(2),
  #outline .outline-table thead th:nth-child(3),
  #outline .outline-table thead th:nth-child(4),
  #outline .outline-table thead th:nth-child(5){
    width:180px;
  }
}
@media (min-width: 992px) {
  #outline {
    margin-top:-120px;
    padding-top:120px;
  }
  #outline .content-header{
    justify-content: flex-start;
    margin-bottom:0;
  }
  #outline .content-header .text{
    margin-left:1.5em;
  }
  #outline .section-title{
    width:fit-content;
    text-align:left;
  }
}



.outline-box{
  position:relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.outline-box .message{
  position: sticky;
  top: 0;
  left: 0;
  display: inline-block;
  background: #F9F5C3;
  line-height: 1;
  margin-bottom: 1em;
  padding: 0.25em 2.5em;
}
.outline-box .notes{
  position: sticky;
  bottom: 0;
  left: 0;
}
.outline-table{
  width:740px;
  border-collapse: collapse;
  border: solid 1px #4D4D4D;
  margin: 0 auto 15px;
}
.outline-table thead{
  background: #EAEAEA;
}
.outline-table thead th{
  font-size:clamp(1.5rem , 1.9531vw ,1.7rem);
  text-align: center;
  font-weight:700;
  line-height:1.6;
  border: solid 1px #4D4D4D;
  padding: 1.4em 0.7em;
}
.outline-table thead th:not(:first-child){
  font-size:clamp(1.5rem , 1.9531vw ,1.637rem);
}
.outline-table thead th:nth-child(1){
  width:120px;
}
.outline-table thead th:nth-child(2),
.outline-table thead th:nth-child(3),
.outline-table thead th:nth-child(4),
.outline-table thead th:nth-child(5){
  width:155px;
}
.outline-table thead th:nth-child(2) span,
.outline-table thead th:nth-child(3) span{
  font-size:clamp(1.4rem , 1.82291vw ,1.5rem);
}
.outline-table thead th:nth-child(4) span,
.outline-table thead th:nth-child(5) span{
  font-size:clamp(1.3rem , 1.69270vw ,1.4rem);
}

.outline-table tbody{
  background: #FFFFFF;
}
.outline-table tbody tr th{
  font-size:clamp(1.5rem , 1.9531vw ,1.7rem);
  font-weight:700;
}
.outline-table tbody tr td{
  font-size:clamp(1.5rem , 1.9531vw ,1.7rem);
  font-weight:500;
  line-height:1.4;
}
.outline-table tbody tr th,
.outline-table tbody tr td{
  width:185px;
  height:100px;
  text-align: center;
  border: solid 1px #4D4D4D;
  padding: 0.7em 0.4em;
}
.outline-table tbody tr ol{
  text-align:left;
  padding: 0.7em 1.4em;
}
.outline-table tbody tr ol li{
  font-size:clamp(1.5rem , 1.9531vw ,1.7rem);
  font-weight:500;
  line-height:1.8;
}
.outline-table tbody tr ul li{
  font-size:clamp(1.5rem , 1.9531vw ,1.7rem);
  line-height:1.8;
  text-indent:-1em;
  margin-left:1em;
}
.outline-table .asterisk {
  position:relative;
}
.outline-table .asterisk::after{
  position:absolute;
  top:-0.5em;
  right:-0.75em;
  content:'※';
  font-size:1.1rem;
}
@media (min-width: 992px) {
  .outline-table tbody tr th,
  .outline-table tbody tr td{
    width:165px;
  }
}
@media (min-width: 992px) {

  .outline-box .message{
    display: none;
  }
}

.outline{
  margin-bottom:30px;
}

#information{
}
#information .inner{
  max-width:635px;
}
#information .section-title{
  flex-direction: row;
  font-size:clamp(1.5rem , 1.95312vw , 2.2rem);
  font-weight:700;
  background:#BF272D;
  color:#FFFFFF;
  margin:0;
  padding:0.25em 0;
}
#information .section-title::before{
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: #FFFFFF;
  border-radius:50%;
  margin-right:0.15em;
}
#information .section-title::after {
  display:none;
}
#information .content-block{
  background-color:#F5D3D6;
  border:2px solid #BF272D;
  padding:15px 15px 10px;
}
#information .textarea{
  max-width:46em;
  margin:auto;
}
#information .textarea ol li{
  font-size: clamp(1.4rem , 2.0833vw , 2.0rem);
  font-weight:700;
}





.eligibility{
  max-width:800px;
  border-bottom:1px solid #808080;
  margin:0 auto 30px;
  padding:0 10px 30px;
}
.eligibility .content-header{
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  align-items:baseline;
  margin-bottom:30px;
}
.eligibility .block-title{
  width:100%;
  display: block;
  font-size:2.2rem;
  text-align:center;
  margin-bottom:15px;
}
.eligibility ul li{
  text-indent:-1em;
  line-height:2;
  margin-left:1em;
}
.eligibility .no-wrap{
  display: inline-block;
}
@media (min-width: 992px) {
  .eligibility .content-header{
    justify-content: flex-start;
    margin-bottom:0;
  }
  .eligibility .content-header .text{
    margin-left:1.5em;
  }
  .eligibility .section-title{
    width:fit-content;
    text-align:left;
  }
  .eligibility .block-title{
    width:fit-content;
    display: inline-block;
    text-align:left;
  }
}

.process{
  max-width:800px;
  margin:0 auto;
  padding:0 10px 30px;
}
.process .block-title{
  width:100%;
  display: block;
  font-size:2.2rem;
  text-align:center;
  margin-bottom:15px;
}
.process ul li{
  text-indent:-1em;
  line-height:2;
  margin-left:1em;
}
@media (min-width: 992px) {
  .process .block-title{
    width:fit-content;
    display: inline-block;
    text-align:left;
  }
}

.acd-label{
  font-size:clamp(1.6rem, 2.08333vw , 2.2rem);
  justify-content: center;
  background-color:#E8E8E8;
  z-index:2;
  border-radius:0;
  margin-bottom:40px;
  padding:10px 60px 10px 60px;
}
.acd-label::after{
  background-color:#E8E8E8;
  z-index:2;
}
.acd-content{
  transition: none;
}
.acd-check:checked + .acd-label + .acd-content{
  padding: 0;
}

#shiteikou,
#koubo,
#ippan-a,
#ippan-b{
  margin-top:-60px;
  padding-top:60px;
  margin-bottom:0;
}
#shiteikou .inner,
#koubo .inner,
#ippan-a .inner,
#ippan-b .inner{
  max-width:875px;
}
#shiteikou .link-block ul,
#koubo .link-block ul,
#ippan-a .link-block ul,
#ippan-b .link-block ul{
  display:flex;
  justify-content: flex-end;
  margin-bottom:40px;
}
#shiteikou .link-block ul li a,
#koubo .link-block ul li a,
#ippan-a .link-block ul li a,
#ippan-b .link-block ul li a{
  width:7em;
  display:block;
  font-size:1.4rem;
  text-align:center;
  color:#FFFFFF;
  background-color:#002F7C;
  margin:0 0.5em;
  padding:0.25em;
}
#shiteikou .link-block ul li:last-child a,
#koubo .link-block ul li:last-child a,
#ippan-a .link-block ul li:last-child a,
#ippan-b .link-block ul li:last-child a{
  margin-right:0;
}
@media (min-width: 992px) {
  #shiteikou,
  #koubo,
  #ippan-a,
  #ippan-b{
    margin-top:-120px;
    padding-top:120px;
  }
}

#qa .link-button{
  margin:20px 0;
}
#qa .link-button a{
  width: auto;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  border-radius: 50px;
  padding: 16px 24px;
  border: none;
  border:1px solid #000000;
}

#venue {
  margin-top:-60px;
  padding-top:60px;
}
#venue .section-title{
  display: block;
  font-size:clamp(2.0rem, 2.0161vw , 3.2rem);
  font-weight:700;
  margin-bottom:1.125em;
}
#venue .section-title::after{
  display: none;
}
#venue .inner{
  max-width:875px;
}
#venue .content-block{
  max-width:700px;
  margin:0 auto 30px;
}
#venue .title{
  width:160px;
  font-size:1.8rem;
  font-weight:700;
  text-align:center;
  color:#FFFFFF;
  background:#002F7C;
  margin-bottom:15px;
}
#venue .content-box{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#venue .text{
  font-size:clamp(1.4rem , 1.8229vw , 1.8rem);
}
#venue .content-item{
  width:47.5%;
  margin:30px 0 20px;
}
#venue .gmap{
  margin:20px 0 80px;
  padding-bottom:59.29%;
}
#venue .place a{
  font-size:clamp(1.6rem, 2.08333vw , 2.2rem);
  text-decoration: underline;
}
#venue .address{
  font-size:clamp(1.4rem , 1.8229vw , 1.8rem);
  line-height:1.4;
}
#venue .block-title{
  font-size:clamp(1.6rem, 2.08333vw , 2.4rem);
  display: flex;
  align-items:center;
  line-height:1.4;
}
#venue .block-title span{
  font-size:clamp(1.4rem , 1.8229vw , 1.8rem);
  letter-spacing:0.1em;
  margin-left:0.5em;
}
#venue .block-title::before{
  font-size:160%;
  content:'●';
  color:#49AFB0;
}
@media (min-width: 992px) {
  #venue {
    margin-top:-120px;
    padding-top:120px;
  }
  #venue .content-header{
    justify-content: flex-start;
    margin-bottom:0;
  }
  #venue .content-header .text{
    margin-left:1.5em;
  }
  #venue .section-title{
    width:fit-content;
    text-align:left;
  }
}




#banner{
  margin-bottom:0;
}
#banner .wrapper{
  background: url(../img/admission/bg-banner.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 4% 0 4%;
}
#banner .inner{
  max-width:875px;
}
#banner .content-block{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
#banner .content-item{
  position:relative;
  width:100%;
  max-width:255px;
  height:70px;
  margin:0 auto 15px;
  line-height:0;
}
#banner .content-item .title{
  display: flex;
  justify-content: center;
  align-items:center;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  font-size:clamp(1.4rem , 2.0833vw , 1.8rem);
  letter-spacing:0.2rem;
  color:#FFFFFF;
  background-color:#00000033;
  text-decoration: underline;
  text-underline-offset:0.25em;
  margin:auto;
}
#banner .content-item img{
  width:100%;
  height:70px;
  object-fit:cover;
}
@media (min-width: 768px){
  #banner .content-item{
    width:48.875%;
    max-width:415px;
    height:160px;
    margin:2% 0;
  }
  #banner .content-item .title{
    letter-spacing:0.5rem;
    font-weight:600;
  }
  #banner .content-item img{
    height:160px;
  }
}