@charset "utf-8";
@import url('/font/GenJyuuGothicX/GenJyuuGothicX-Bold-2022-06-16/GenJyuuGothicX-Bold.css');
@import url('/font/GenJyuuGothicX/GenJyuuGothicX-Heavy-2022-06-16/GenJyuuGothicX-Heavy.css');
@import url('https://fonts.googleapis.com/css2?family=Hammersmith+One&display=swap');
:root {
  --color-wh: #fff;
  --color-txt: #3f3f3f;
  --font-family: 'GenJyuuGothicX';
  --color-g: #26c5cf;
  --color-g-d: #128484;
  --color-bg: #d8fffa;
  --color-gld: #ffb600;
  /* 入試カラー */
  --color-sougou: #d85297;
  --color-sougou-bg: #ffe6f5;
  --color-gakkou: #bc569b;
  --color-gakkou-bg: #f9e4f1;
  --color-ippan: #e46772;
  --color-ippan-bg: #f7e2e4;
  --color-tokubetsu: #e98b70;
  --color-tokubetsu-bg: #ffede9;
  --color-hennyu: #ecbb66;
  --color-hennyu-bg: #fff8ee;
  --color-daigaku: #d1ca52;
  --color-daigaku-bg: #fffde6;
  --font-noto: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
/* themes */
  .theme-sougou{    --accent:#d85297; --accent-light:#ffe6f5; --accent-border:#ffe6f5; }
  .theme-gakkou{    --accent:#bc569b; --accent-light:#f9e4f1; --accent-border:#f9e4f1; }
  .theme-ippan{     --accent:#e46772; --accent-light:#f7e2e4; --accent-border:#f7e2e4; }
  .theme-tokubetsu{ --accent:#e98b70; --accent-light:#ffede9; --accent-border:#ffede9; }
  .theme-hennyu{    --accent:#ecbb66; --accent-light:#fff8ee; --accent-border:#fff8ee; }
  .theme-daigaku{   --accent:#d1ca52; --accent-light:#fffde6; --accent-border:#fffde6; }

.page .lead h3::before, .page .lead h3::after { content: none; }
.page .nagare {
  background: url(/img/page/examinee/admission/img_kv_bg.png) no-repeat center;
  background-size: 100% auto;
  position: relative;
}
.page .nagare-in {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.page .nagare p {
  font-size: 1.3rem;
  color: var(--color-txt);
  font-family: var(--font-family);
  font-weight: bold;
  text-align: center;
  padding: 10px;
  background: var(--color-wh);
  border: 2px solid var(--color-gld);
  border-radius: 1rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -4rem;
  width: 700px;
}
.page .stepArea {
  background: var(--color-bg);
  padding: 100px;
}
.page .stepArea .tabs {
  display: flex;
  gap:5px;
  justify-content: center;
}
.page .stepArea .tabs {
  display: flex;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.page .stepArea .tabs::after {
  content: "";
  background: url(/img/page/examinee/admission/img_check.png) no-repeat center / contain;
  background-position: 100% auto;
  position: absolute;
  bottom: -60px;
  left: 5%;
  width: 400px;
  height: 53px;
  z-index: 0;
}
.page .stepArea .tabs .tab {
  width: 20%;
  padding: 1rem;
  background: var(--color-g);
  color: var(--color-wh);
  border: 2px solid var(--color-gld);
  padding: 1rem;
  font-weight: bold;
  text-align: center;
  border-radius: 1rem 1rem 0 0;
  cursor: pointer;
  position: relative;
  font-size: 1.2rem;
  margin-bottom: -2px;
}
.page .stepArea .tabs .tab span:nth-child(1){
      font-family: "Hammersmith One", sans-serif;
      font-weight: 400;
      font-size: 2.2rem;
      right: 48%;
      top: 0;
      position: absolute;
      letter-spacing: -1px;
    }
    .page .stepArea .tabs .tab span:nth-child(2){
      font-family: "Hammersmith One", sans-serif;
      font-weight: 400;
      font-size: 4rem;
      left: 54%;
      top: -1.5rem;
      position: absolute;
      letter-spacing: -5px;
    }
  .page .stepArea .tabs-stage {
    max-width: 1400px;
    margin: 0 auto;
    background: var(--color-wh);
    border-top: none;
  }
  .page .stepArea h5 {
    text-align: center;
    font-size: 1.4rem;
    padding: 1rem;
  }
    .page .stepArea h5 span {
      display: inline-block;
      margin: 0 0.2rem;
      font-size: 2rem;
    }
    .page .stepArea h5 span:not(:last-child) {
      background: var(--color-g-d);
      color: var(--color-wh);
      padding: 0.2rem 0.5rem;
      width: 55px;
      height: 55px;
    }
  .page .stepArea .tab {
    flex: 1 1 0;
    padding: 10px 14px;
    border-radius: 12px;
    transition: flex-grow .2s ease, padding .2s ease, font-size .2s ease;
    white-space: nowrap;
  }
    .page .stepArea .tab:hover {
      opacity: 0.9;
    }
    .page .stepArea .tab.active {
      opacity: 1;
      transform: scale(1.1, 1.1);
      background: #fff !important;
      border: none !important;
      color: var(--color-txt) !important;
      z-index: 1;
      box-shadow: 1px 1px 10px rgba(0,0,0, 0.25);
    }
    .page .stepArea .tab.active span:nth-child(1), .page .stepArea .tab.active span:nth-child(2) {
      color: var(--color-gld);
    }
    .page .stepArea .tab.active span:last-of-type {
      color: var(--color-g);
      font-size: 1.4rem;
    }
  .page .stepArea .tabs-stage {
    position: relative;
    overflow: hidden;
    transition: height 260ms ease;
    margin: 0 auto;
    z-index: 2;
    box-shadow: 0 5px 5px rgba(0,0,0,0.25);
  }

.tab.active{
  flex-grow: 1.1; 
  padding: 5px 5px;
  font-size: 1.1em;
}
.page .stepArea .tabs .tab.webapp {
  padding-top: 1.5rem;
}
.tab-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease;
  margin: 1rem 2.5rem 2.5rem 2.5rem;
  border-left: 2px solid var(--color-gld);
  border-bottom:  2px solid var(--color-gld);
  padding: 2.5rem 0 5rem 2.5rem;
}

.tab-panel.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.tab-panel.is-measuring {
  position: relative;
}

.tabs-stage, .tabs {
  user-select: none;
}

.tabs-stage {
  cursor: grab;
}

.tabs-stage.is-dragging {
  cursor: grabbing;
}

.step-nav {
  margin: -1rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
}

.step-link {
  font-family: "Hammersmith One", sans-serif;
  font-weight: 200;
  top: var(--step-top, 20px);
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: var(--color-wh);
  color: var(--color-txt);
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  transition: top .08s linear, opacity .2s ease;
  border: 2px solid var(--color-gld);
  line-height: 1;
  z-index: 2;
  top: -5rem;
  position: relative;
  font-size: 1.3rem;
  text-decoration: none;
  right: -1rem;
  padding-bottom: 2rem;
  padding-left: .5rem;
}
.step-link.prev {
  width: 70px;
  height: 70px;
  font-size: .8rem;
  left: .3rem;
  padding-top: 1.2rem;
}

.step-link:hover {
  color: var(--color-txt);
  background: #f2f2f2;
}

.step-link.is-hidden{
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
#tabsStage{
  touch-action: pan-y;
}
.step-link.next span {
  position: absolute;
  bottom: 40%;
  right: .5rem;
  font-size: 2.5rem;
  letter-spacing: -3px;
}
.step-link.next::before{
  content:"";
  position:absolute;
  right:-30px;
  top:55%;
  width:130px;
  height:2px;
  background:#444;
  transform:translateY(-50%);
  transition:transform .35s ease;
}

.step-link.next::after{
  content:"";
  position:absolute;
  right:-30px;
  top:55%;
  width:38px;
  height:2px;
  background:#444;
  transform:translateY(-50%) rotate(45deg);
  transform-origin:right center;
  transition:transform .35s ease;
}
.step-link.next:hover::before{
  transform:translate(10px,-50%);
}

.step-link.next:hover::after{
  transform:translate(10px,-50%) rotate(45deg);
}

.step-link.prev span {
  position: absolute;
  bottom: 40%;
  right: .3rem;
  font-size: 1.6rem;
  letter-spacing: -3px;
}
.step-link.prev::before{
  content:"";
  position:absolute;
  left:-10px;
  top:55%;
  width:60px;
  height:2px;
  background:#444;
  transform:translateY(-50%);
  transition:transform .35s ease;
}

.step-link.prev::after{
  content:"";
  position:absolute;
  left:-30px;
  top:55%;
  width:20px;
  height:2px;
  background:#444;
  transform:translateY(-50%) rotate(135deg);
  transform-origin:right center;
  transition:transform .35s ease;
}
.step-link.prev:hover::before{
  transform:translate(-5px,-50%);
}

.step-link.prev:hover::after{
  transform:translate(-5px,-50%) rotate(135deg);
}

.step-badge {
  font-family: "Hammersmith One", sans-serif;
  font-weight: 200;
  position: absolute;
  left: -2.25rem;
  top: var(--step-top, 20px);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--color-wh);
  color: var(--color-txt);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: top .08s linear, opacity .2s ease;
  opacity: 0;
  border: 2px solid var(--color-gld);
  line-height: 1;
  font-size: 1.2em;
}
.tab-panel.is-active .step-badge {
  opacity: 1;
}
.step-badge .label {
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: .9;
  letter-spacing: -1px;
}
.step-badge .number {
  font-size: 2.5rem;
   letter-spacing: -3px;
   line-height: .9;
   margin-left: -.2rem;
}
.tab-panel.is-active::before{
  opacity: 1;
}
.tab-panel { display: none; }
.tab-panel.is-active { display: block; }
.tab-panel.is-measuring { display: block !important; }
#tab5 {
  border-bottom: none;
}
.page .lead h4::before {
  background: var(--color-gld);
}
.senbastulist {
  display:grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  padding-left: 0;
}
.senbastulist img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
@media screen and (min-width: 960px) {
  ul.senbastulist li {
    width: calc(100% / 4.2);
    padding: 0;
    margin: 0;
  }
}
div.step_kv {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
  div.step_kv p {
    font-size: 1.3em;
    display: flex;
    align-items: center;
    background: var(--color-bg);
    height: 120px;
    margin: 0;
    padding: 1.5rem 0 1.5rem 1.5rem;
    width: 85%;
    border-radius: 0 1rem 1rem 0;
    line-height: 1.5;
  }
  div.step_kv img {
    width: auto;
    max-height: 200px;
    height: auto;
    margin-right: -35px;
  }

  /* STEP */
  .page ul.senbastulist li a {
    text-decoration: none;
    color: var(--color-txt);

  }
  .page ul.senbastulist li {
    padding: 0;
    margin: 0;
    position: relative;
    width: auto;
  }
   .page ul.senbastulist li h3, .page .imgFeature h3 {
    font-size: 1.5rem !important;
    padding: 0 !important;
    margin: 0 !important;  
    text-align: center;
    color: var(--color-wh) !important;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1.5;
  }
  .page ul.senbastulist li h3 span {
    display: block;
    font-family: var(--font-noto);
    font-size: .9rem;
    background: var(--color-wh);
    color: var(--color-txt);
    width: 90%;
  }
  .page ul.senbastulist li p {
    font-size: .8rem;
    font-weight: 700;
    font-family: var(--font-noto);
    text-align: center;
    padding: .5rem 0;
  }
  .page ul.senbastulist li p:first-of-type {
    line-height: 1.3;
    min-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
    margin-bottom: 0;
  }
  .page ul.senbastulist li p:last-of-type {
    font-size: .85rem;
    text-align: left;
    padding: .5rem !important;
    line-height: 1.3;
    margin: 0;
    min-height: 45px;
    display: flex;
    justify-content: center;
    flex-direction: column;

  }
  .page ul.senbastulist li span.exclusive {
    position: absolute;
    background: var(--color-wh);
    z-index: 1;
    font-family: var(--font-noto);
    position: absolute;
    left: -.8rem;
    top: -1.1rem;
    width: 40px;
    height: 40px;
    margin-top: .5rem;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: .85rem;
    font-weight: 700;
  }
.page ul.senbastulist li p:last-of-type {
  position: relative;
}
.page ul.senbastulist li p:last-of-type::after {
  content: '';
    position: absolute;
    right: .2rem;
    width: 30px;
    height: 30px;
    margin-top: .5rem;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: .85rem;
    font-weight: 700;
    top: 50%;
    margin-top: -16px;
}

.imgFeature {
  display: grid;
  grid-template-columns: 2fr repeat(2, 1fr) 2fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  font-weight: 700;
  }
  .imgFeature > div.div1, .imgFeature > div.div4 , .imgFeature > div.div8  {
    padding: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.page .imgFeature h3 {
  height: 100%;
  min-height: 85px;
  width: 100%;
}
.page .imgFeature .div5,
.page .imgFeature .div9 {
  position: relative;
}
.page .imgFeature .div5 h3 {
  justify-content:flex-start;
  line-height: 2.5;
}
.page .imgFeature .div5 ul,
.page .imgFeature .div9 ul {
  display: flex;
  position: absolute;
  z-index: 2;
  bottom: -.5rem;
  padding: .5rem;
  margin: 0;
  list-style: none;
  width: 100%;
}
.page .imgFeature .div5 ul li,
.page .imgFeature .div9 ul li {
  margin: .5rem;
   background: #fff;
   width: 50%;
   font-size: .9rem;
   padding: 0;
}
.page .imgFeature .div9 ul li {
  width: 100%;
}
.page .imgFeature .div2 a,
.page .imgFeature .div9 a {
  text-decoration: none;
  display: block;
}
.page .imgFeature .div5 ul li a,
.page .imgFeature .div9 ul li a {
  text-decoration: none;
  display: block;
  line-height: 1.5;
  font-family: var(--font-noto);
}
.imgFeature ul.featureList {
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--color-txt);
  text-align: center;
  padding-bottom: 1rem;
  padding-top: .5rem;
}
.imgFeature ul.featureList li {
  background: var(--color-wh);
  padding: .1rem;
  margin: .2rem;
  width: auto;
  font-size: .8em;
  position: relative;
  border-radius: 3rem;
  margin-top: 1rem;
}
.imgFeature ul.featureList li span {
  display: block;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translate(-50%);
  width: 300px;
}
.div3 .featureList li:nth-child(3) {
  width: 200%;
}
.div6 .featureList li:nth-child(1) {
  width: 198%;
}
.imgFeature ul.featureList li.viewPc {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
.imgFeature ul.featureList li.viewPc small {
  font-size: .6rem;
  text-align: right;
  line-height: 1.1;
  padding: .2rem .3rem;
}
/* .imgFeature .div6 ul.featureList li span {
  left: 5rem;
} */
/* 「○○したい」から見つける */
.goalsPattern{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  font-family: var(--font-noto);
}
  @media (max-width: 1280px){ .goalsPattern{ grid-template-columns: repeat(3, minmax(0, 1fr)); } }
  @media (max-width: 820px){ .goalsPattern{ grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (max-width: 520px){ .goalsPattern{ grid-template-columns: 1fr; } }
.pattern-btn{
  width:100%;
  display:flex;
  align-items: center;
  gap: 8px;
  border:0;
  cursor:pointer;
  padding: 14px 7px;
  color:#fff;
  text-align:left;
  position: relative;
}
.numberCard {
  font-family: "Hammersmith One", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(255,255,255,.95);
  display:flex;
  align-items:center;
  justify-content:center;
  letter-spacing: .001em;
  line-height: 1.2;
  padding-top: .2rem;
}
.titleCard{
  font-weight: 700;
  line-height: 1.35;
  font-size: 1rem;
}
.iconCard{
  position:absolute;
  right: -6px;
  bottom: -8px;
  width: 25px;
  height: 25px;
  border-radius: 999px;
  background: var(--color-wh);
  color:#b43b83;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 16px;
  font-weight: 800;
  z-index: 3;
}
.iconCard .icon-close{ display:none; }
.goalsCard.is-open .iconCard .icon-down{ display:none; }
.goalsCard.is-open .iconCard .icon-close{ display:inline; }
.pattern-panel{
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.goalsCard.is-open .pattern-panel{
  opacity: 1;
  padding: 14px;
  background: #fff;
}

.pattern-panel-inner h4{
  margin: 0 0 8px;
  font-size: 14px;
}

.pattern-panel-inner p{
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.5;
  color: #333;
}

.pattern-link{
  display:inline-block;
  font-weight: 700;
  font-size: 13px;
  color: #b43b83;
  text-decoration: underline;
}
.page .lead .goalsCard h3 {
  font-size: 1rem;
  font-family: var(--font-noto);
  /* text-align: center; */
  white-space: normal; 
  width: auto;
  padding: .5rem 0 1rem 0;
  margin: 0;
}
.page .lead .goalsCard a {
  text-align: center;
  display: block;
  width: auto;
  padding: .2rem 0;
  margin: .2rem 0;
  text-decoration: none;
  color: var(--color-wh);
  font-weight: 700;
}
.page .lead .goalsCard p {
  font-weight: 700;
  padding-top: 1rem;
}
.page .lead .goalsCard > div {
  font-size: .9rem;
  font-weight: 700;
}
.page .lead .goalsCard > div strong {
  font-size: 1rem;
}
.imgFeature .div1 { grid-area: 1 / 1 / 2 / 2; font-family: var(--font-noto);}
.imgFeature .div2 { grid-area: 2 / 1 / 3 / 2; }
.imgFeature .div3 { grid-area: 3 / 1 / 4 / 2; font-family: var(--font-noto);}
.imgFeature .div4 { grid-area: 1 / 2 / 2 / 4; font-family: var(--font-noto);}
.imgFeature .div5 { grid-area: 2 / 2 / 3 / 4; }
.imgFeature .div6 { grid-area: 3 / 2 / 4 / 3; font-family: var(--font-noto);}
.imgFeature .div7 { grid-area: 3 / 3 / 4 / 4; font-family: var(--font-noto);}
.imgFeature .div8 { grid-area: 1 / 4 / 2 / 5; font-family: var(--font-noto);}
.imgFeature .div9 { grid-area: 2 / 4 / 3 / 5; }
.imgFeature .div10 { grid-area: 3 / 4 / 4 / 5; font-family: var(--font-noto);} 

  .page ul.senbastulist li.sougou { border: 2px solid var(--color-sougou); }
  .page ul.senbastulist li.sougou h3 { background: var(--color-sougou); }
  .page ul.senbastulist li.sougou p:first-of-type { color: var(--color-sougou); border-bottom: 2px solid var(--color-sougou); background: var(--color-sougou-bg);}
  .page ul.senbastulist li.sougou span.exclusive { border: 2px solid var(--color-sougou); color: var(--color-sougou); }
  .page ul.senbastulist li.sougou p:last-of-type::after {background: var(--color-sougou) url(/img/page/examinee/admission/img_arrow_white.png) no-repeat center; background-size: 20px 20px;}
  .page .imgFeature .sougou { color: var(--color-sougou); background: var(--color-sougou-bg); }
  .page .imgFeature .sougou h3 { background: var(--color-sougou) url(/img/page/examinee/admission/img_arrow_white.png) no-repeat top 50% right 5%; background-size: 20px 20px; }

  .page ul.senbastulist li.gakkou { border: 2px solid var(--color-gakkou); }
  .page ul.senbastulist li.gakkou h3 { background: var(--color-gakkou); }
  .page ul.senbastulist li.gakkou p:first-of-type { color: var(--color-gakkou); border-bottom: 2px solid var(--color-gakkou); background: var(--color-gakkou-bg);}
  .page ul.senbastulist li.gakkou span.exclusive { border: 2px solid var(--color-gakkou); color: var(--color-gakkou); }
  .page ul.senbastulist li.gakkou p:last-of-type::after {background: var(--color-gakkou) url(/img/page/examinee/admission/img_arrow_white.png) no-repeat center; background-size: 20px 20px;}
  .page .imgFeature .gakkou { color: var(--color-gakkou); background: var(--color-gakkou-bg); }
  .page .imgFeature .gakkou h3 { background: var(--color-gakkou); }
  .page .imgFeature .div5 ul li a { color: var(--color-gakkou); background: var(--color-wh) url(/img/page/examinee/admission/img_arrow_gakkou.png) no-repeat top 50% right 5%; background-size: 20px 20px; }
  .page ul.senbastulist li.gakkou h3 span { color: var(--color-gakkou); }

  .page ul.senbastulist li.ippan { border: 2px solid var(--color-ippan); }
  .page ul.senbastulist li.ippan h3 { background: var(--color-ippan); }
  .page ul.senbastulist li.ippan p:first-of-type { color: var(--color-ippan); border-bottom: 2px solid var(--color-ippan); background: var(--color-ippan-bg);}
  .page ul.senbastulist li.ippan span.exclusive { border: 2px solid var(--color-ippan);}
  .page ul.senbastulist li.ippan p:last-of-type::after {background: var(--color-ippan) url(/img/page/examinee/admission/img_arrow_white.png) no-repeat center; background-size: 20px 20px;}
  .page .imgFeature .ippan { color: var(--color-ippan); background: var(--color-ippan-bg); }
  .page .imgFeature .ippan h3 { background: var(--color-ippan) url(/img/page/examinee/admission/img_arrow_white.png) no-repeat top 50% right 5%; background-size: 20px 20px; }
  .page .imgFeature .div9 ul li a { color: var(--color-ippan);  background: var(--color-wh) url(/img/page/examinee/admission/img_arrow_ippan.png) no-repeat top 50% right 5%; background-size: 20px 20px; }
  .page ul.senbastulist li.ippan h3 span { color: var(--color-ippan); }

  .page ul.senbastulist li.tokubetsu { border: 2px solid var(--color-tokubetsu); }
  .page ul.senbastulist li.tokubetsu h3 { background: var(--color-tokubetsu); }
  .page ul.senbastulist li.tokubetsu p:first-of-type { color: var(--color-tokubetsu); border-bottom: 2px solid var(--color-tokubetsu); background: var(--color-tokubetsu-bg);}
  .page ul.senbastulist li.tokubetsu span.exclusive { border: 2px solid var(--color-tokubetsu);}
  .page ul.senbastulist li.tokubetsu p:last-of-type::after {background: var(--color-tokubetsu) url(/img/page/examinee/admission/img_arrow_white.png) no-repeat center; background-size: 20px 20px;}
  .page ul.senbastulist li.tokubetsu h3 span { color: var(--color-tokubetsu); }

  .page ul.senbastulist li.hennyu { border: 2px solid var(--color-hennyu); }
  .page ul.senbastulist li.hennyu h3 { background: var(--color-hennyu); }
  .page ul.senbastulist li.hennyu p:first-of-type { color: var(--color-hennyu); border-bottom: 2px solid var(--color-hennyu); background: var(--color-hennyu-bg);}
  .page ul.senbastulist li.hennyu span.exclusive { border: 2px solid var(--color-hennyu);}
  .page ul.senbastulist li.hennyu p:last-of-type::after {background: var(--color-hennyu) url(/img/page/examinee/admission/img_arrow_white.png) no-repeat center; background-size: 20px 20px;}

  .page ul.senbastulist li.daigaku { border: 2px solid var(--color-daigaku); }
  .page ul.senbastulist li.daigaku h3 { background: var(--color-daigaku); }
  .page ul.senbastulist li.daigaku p:first-of-type { color: var(--color-daigaku); border-bottom: 2px solid var(--color-daigaku); background: var(--color-daigaku-bg);}
  .page ul.senbastulist li.daigaku span.exclusive { border: 2px solid var(--daigaku-gakkou);}
  .page ul.senbastulist li.daigaku p:last-of-type::after {background: var(--color-daigaku) url(/img/page/examinee/admission/img_arrow_white.png) no-repeat center; background-size: 20px 20px;}

  @media (min-width: 1281px) {
    div.step_kv p {
      font-size: 1.6em;
    }
    .page ul.senbastulist li h3 {
      font-size: 1.8em !important;
    }
    .page ul.senbastulist li p:last-of-type {
      font-size: 1.1rem;
    }
    div.step_kv img {
    width: auto;
    max-height: 220px;
    height: auto;
    margin-right: 0;
  }
}
.page .lead h4 {
  padding-left: 1.5em;
}
@media screen and (min-width: 1220px) {
  .page .lead h4 {
    font-size: min(2.2vw, 22px);
  }
}

.tgl-con {
    padding: 0 10px 50px 10px;
  }

  .pattern-panel{
  max-height: 0;
  overflow: hidden;

  opacity: 0;
  transform: translateY(-8px);

  transition:
    max-height .45s ease,
    opacity .35s ease,
    transform .35s ease;

  background: #fff;
  box-shadow: 0 8px 16px rgba(0,0,0,.12);
}
.goalsCard.is-open .pattern-panel{
  opacity: 1;
  transform: translateY(0);
}

.goalsCard.sougou .numberCard { color: var(--color-sougou); }
.goalsCard.sougou .pattern-btn { background: var(--color-sougou); }
.goalsCard.sougou .pattern-panel, .goalsCard.sougou .iconCard { border: 2px solid var(--color-sougou); }
.goalsCard.sougou .iconCard .icon-down { background: url(/img/page/examinee/admission/img_down_sougou.png) no-repeat center;
  background-size: 16px 16px; width: 25px; height: 25px;}
.goalsCard.sougou .iconCard .icon-close { background: url(/img/page/examinee/admission/img_cls_sougou.png) no-repeat center;
  background-size: 16px 16px; width: 25px; height: 25px;}
.page .lead .goalsCard.sougou h3 { color: var(--color-sougou); }
.page .lead .goalsCard.sougou a { background: var(--color-sougou) url(/img/page/examinee/admission/img_arrow_white.png) no-repeat right 5% top 50%; background-size: 20px 20px; }
.page .lead .goalsCard.sougou a.shitei { background: var(--color-gakkou) url(/img/page/examinee/admission/img_arrow_white.png) no-repeat right 5% top 50%; background-size: 20px 20px; }
.page .lead .goalsCard.sougou a.ippan { background: var(--color-ippan) url(/img/page/examinee/admission/img_arrow_white.png) no-repeat right 5% top 50%; background-size: 20px 20px; }
.page .lead .goalsCard.sougou > div strong { color: var(--color-sougou); }


.goalsCard.gakkou .numberCard { color: var(--color-gakkou); }
.goalsCard.gakkou .pattern-btn { background: var(--color-gakkou); }
.goalsCard.gakkou .pattern-panel, .goalsCard.gakkou .iconCard  { border: 2px solid var(--color-gakkou); }
.goalsCard.gakkou .iconCard .icon-down { background: url(/img/page/examinee/admission/img_down_gakkou.png) no-repeat center; 
  background-size: 16px 16px; width: 25px; height: 25px;}
.goalsCard.gakkou .iconCard .icon-close { background: url(/img/page/examinee/admission/img_cls_gakkou.png) no-repeat center; 
  background-size: 16px 16px; width: 25px; height: 25px;}
.page .lead .goalsCard.gakkou h3 { color: var(--color-gakkou); }
.page .lead .goalsCard.gakkou a { background: var(--color-gakkou) url(/img/page/examinee/admission/img_arrow_white.png) no-repeat right 5% top 50%; background-size: 20px 20px; }
.page .lead .goalsCard.gakkou a.sougou { background: var(--color-sougou) url(/img/page/examinee/admission/img_arrow_white.png) no-repeat right 5% top 50%; background-size: 20px 20px; }
.page .lead .goalsCard.gakkou > div strong { color: var(--color-gakkou); }

.goalsCard.ippan .numberCard { color: var(--color-ippan); }
.goalsCard.ippan .pattern-btn { background: var(--color-ippan); }
.goalsCard.ippan .pattern-panel, .goalsCard.ippan .iconCard  { border: 2px solid var(--color-ippan); }
.goalsCard.ippan .iconCard .icon-down { background: url(/img/page/examinee/admission/img_down_ippan.png) no-repeat center; 
  background-size: 16px 16px; width: 25px; height: 25px;}
.goalsCard.ippan .iconCard .icon-close { background: url(/img/page/examinee/admission/img_cls_ippan.png) no-repeat center; 
  background-size: 16px 16px; width: 25px; height: 25px;}
.page .lead .goalsCard.ippan h3 { color: var(--color-ippan); }
.page .lead .goalsCard.ippan a { background: var(--color-ippan) url(/img/page/examinee/admission/img_arrow_white.png) no-repeat right 5% top 50%; background-size: 20px 20px; }
.page .lead .goalsCard.ippan > div strong { color: var(--color-ippan); }

.goalsCard.gld .numberCard { color: var(--color-gld); }
.goalsCard.gld .pattern-btn { background: var(--color-gld); }
.goalsCard.gld .pattern-panel, .goalsCard.gld .iconCard  { border: 2px solid var(--color-gld); }
.goalsCard.gld .iconCard .icon-down { background: url(/img/page/examinee/admission/img_down_gld.png) no-repeat center; 
  background-size: 16px 16px; width: 25px; height: 25px;}
.goalsCard.gld .iconCard .icon-close { background: url(/img/page/examinee/admission/img_cls_gld.png) no-repeat center; 
  background-size: 16px 16px; width: 25px; height: 25px;}
.page .lead .goalsCard.gld h3 { color: var(--color-gld); }
.page .lead .goalsCard.gld a { background: var(--color-gld) url(/img/page/examinee/admission/img_arrow_white.png) no-repeat right 5% top 50%; background-size: 20px 20px; }
.page .lead .goalsCard.gld > div strong { color: var(--color-gld); }

.goalsCard.gakkou.sougou .pattern-btn { background: linear-gradient(-60deg, var(--color-gakkou) 0%, var(--color-gakkou) 50%, var(--color-sougou) 50%, var(--color-sougou) 100%); }
.goalsCard.gakkou.ippan.sougou .pattern-btn { background: linear-gradient(-60deg, var(--color-ippan) 0%, var(--color-ippan) 33%, var(--color-gakkou) 33%, var(--color-gakkou) 66%, var(--color-sougou) 66%, var(--color-sougou) 100%); }

/*STEP02*/
.exam-board{
  max-width: 100%;
  margin:0 auto;
  font-family: var(--font-noto);
}

    .exam-layout{
      display:grid;
      grid-template-columns: 200px 1fr;
      gap:0;
      align-items:start;
    }

    /* Left big title */
    .exam-main-title{
      background:var(--accent);
      color:#fff;
      min-height:118px;
      display:flex;
      align-items:center;
      justify-content:center;
      text-align:center;
      font-weight:700;
      font-size:22px;
      line-height:1.25;
      padding:16px 12px;
      transition:background-color .3s ease;
      margin: 0 .4rem;
      z-index: 1;
    }

    /* Right side */
    .exam-right{
      padding-left:6px;
    }

    .exam-tabs{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-bottom:8px;
    }

.exam-tab {
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  appearance:none;
  background:#fff;
  padding: 10px 36px 10px 16px;
  min-height:40px;
  font-size:15px;
  font-weight:700;
  line-height:1.2;
  cursor:pointer;
  transition:
    background-color .25s ease,
    color .25s ease,
    border-color .25s ease,
    transform .15s ease;
  position:relative;
  width: 16%;
}
.exam-tab:nth-child(1) {
  background: var(--color-sougou-bg) url(/img/page/examinee/admission/img_down_sougou.png) no-repeat right 5% top 50%;
  background-size: 20px 20px;
  color: var(--color-sougou);
  border: 2px solid var(--color-sougou);
}
.exam-tab:nth-child(2) {
  background: var(--color-gakkou-bg) url(/img/page/examinee/admission/img_down_gakkou.png) no-repeat right 5% top 50%;
  background-size: 20px 20px;
  color: var(--color-gakkou);
  border: 2px solid var(--color-gakkou);
}
.exam-tab:nth-child(3) {
  background: var(--color-ippan-bg) url(/img/page/examinee/admission/img_down_ippan.png) no-repeat right 5% top 50%;
  background-size: 20px 20px;
  color: var(--color-ippan);
  border: 2px solid var(--color-ippan);
}
.exam-tab:nth-child(4) {
  background: var(--color-tokubetsu-bg) url(/img/page/examinee/admission/img_down_tokubetsu.png) no-repeat right 5% top 50%;
  background-size: 20px 20px;
  color: var(--color-tokubetsu);
  border: 2px solid var(--color-tokubetsu);
}
.exam-tab:nth-child(5) {
  background: var(--color-hennyu-bg) url(/img/page/examinee/admission/img_down_hennyu.png) no-repeat right 5% top 50%;
  background-size: 20px 20px;
  color: var(--color-hennyu);
  border: 2px solid var(--color-hennyu);
}
.exam-tab:nth-child(6) {
  background: var(--color-daigaku-bg) url(/img/page/examinee/admission/img_down_daigaku.png) no-repeat right 5% top 50%;
  background-size: 20px 20px;
  color: var(--color-daigaku);
  border: 2px solid var(--color-daigaku);
}
.exam-tab.is-active {
  transform: none;
  opacity: .3;
  cursor: grabbing;
}
button.is-active:hover {
  transform: translateY(-1px);
}


    .exam-tab:hover{
      transform:translateY(-1px);
    }
    button.is-active:hover {
      transform: translateY(0);
    }

    .exam-tab.is-hidden{
      display:none;
    }

    /* Table */
    .exam-table-wrap{
      border:10px solid var(--accent-border);
      background:var(--accent-light);
      margin-left: -210px;
      transition:
        border-color .3s ease,
        background-color .3s ease;
    }

    .exam-table{
      width:100%;
      border-collapse:separate;
      border-spacing:0;
      table-layout:fixed;
    }

    .exam-table th,
    .exam-table td{
      border-right:10px solid var(--accent-border);
      border-bottom:10px solid var(--accent-border);
      vertical-align:middle;
      background:#fff;
      transition:
        border-color .3s ease,
        background-color .3s ease,
        color .3s ease;
    }

    .exam-table tr:last-child td{
      border-bottom:none;
    }

    .exam-table th:last-child,
    .exam-table td:last-child{
      border-right:none;
    }

    .exam-table thead th{
      background:var(--accent);
      color:#fff;
      text-align:center;
      font-weight:700;
      padding:12px 10px;
      font-size:15px;
      line-height:1.15;
    }

    .exam-table thead th.blank-head{
      width:200px;
      background:transparent;
      border-right:10px solid var(--accent-border);
      border-bottom:10px solid var(--accent-border);
    }

    .exam-table td.term{
      width:200px;
      text-align:center;
      color:var(--accent);
      font-weight:700;
      font-size:18px;
      background:#fff;
      background: linear-gradient(90deg, var(--accent) 0%, var(--accent) 2%, #fff 2%, #fff 100%);
      padding:18px 8px;
      white-space:nowrap;
      
    }

    .exam-table td.data{
      padding:12px 18px 12px 52px;
      line-height:1.25;
    }

    .exam-table .year{
      display:block;
      font-size:18px;
      font-weight:700;
      margin-bottom:2px;
    }

    .exam-table .date{
      display:block;
      font-size:22px;
      font-weight:800;
      letter-spacing:.5px;
    }
    @media (max-width: 900px){
      .page .nagare {
        background-size: auto 100% !important;
      }
      .exam-layout{
        grid-template-columns:1fr;
      }

      .exam-main-title{
        min-height:auto;
        margin-bottom:8px;
      }

      .exam-right{
        padding-left:0;
      }

      .exam-table{
        display:block;
        overflow-x:auto;
      }

      .exam-table thead,
      .exam-table tbody,
      .exam-table tr{
        width:100%;
      }

      .exam-table th.blank-head{
        width:120px;
      }

      .exam-table td.term{
        width:120px;
      }
    }

    .blank-period {
      width: 45%;
    }

.linkList {
  display: flex;
  gap: 10px;
  margin: 4rem 0 0 0;
}
.linkList .btn-g {
  border-radius: .2rem;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem 1.5rem 1rem 0;
}
.linkList .btn-g .bbl {
  font-family: var(--font-noto);
  font-size: 1rem;
  color: var(--color-txt);
  font-weight: 700;
}
.linkList .btn-g .bbl::after, .linkList .btn-g .bbl::before {
  background: var(--color-txt);
}
.linkList .btn-g .tag-r {
    position: absolute;
    color: var(--color-wh);
    background: #ce2828;
    border: 2px solid var(--color-wh);
    z-index: 1;
    font-family: var(--font-noto);
    position: absolute;
    left: -.8rem;
    top: -1.2rem;
    width: 60px;
    height: 60px;
    margin-top: .5rem;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: .7rem;
    font-weight: 700;
  }
.linkList .pdf-icn {
  background: url(/img/page/examinee/admission/img_pdf.png) no-repeat top 45% left 0;
  background-size: 40px 40px;
  display: block;
  padding: 0 0 0 3rem;
  line-height: 1.2;
}
.linkList .btn-g::after {
  content: '';
    position: absolute;
    right: .2rem;
    width: 30px;
    height: 30px;
    margin-top: .5rem;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: .85rem;
    font-weight: 700;
    top: 50%;
    margin-top: -16px;
    background: var(--color-wh) url(/img/page/examinee/admission/img_arrow_blue.png) no-repeat center; background-size: 20px 20px;
}
.linkList.long .btn-g {
  padding: 1rem 0;
}
.linkList.long .btn-g::after {
  right: 1.5rem;
}
.linkList.long .pdf-icn {
  padding: 1rem 1rem 1rem 3rem;
}
.linkList.long.gold .btn-g {
  border: 2px solid var(--color-gld);
}
#tab3 .linkList .pdf-icn {
  background: url(/img/page/examinee/admission/img_guidelines.png) no-repeat top 45% left 0;
  background-size: 40px 40px;
  display: block;
  padding: 1rem 1rem 1rem 3.5rem;
  line-height: 1.2;
}
#tab4 .linkList .pdf-icn {
  background: url(/img/page/examinee/admission/img_login.png) no-repeat top 45% left 0;
  background-size: 40px 40px;
  display: block;
  padding: 1rem 1rem 1rem 3.5rem;
  line-height: 1.2;
}
#tab4 .linkList .btn-g::after {
    background: var(--color-wh) url(/img/page/examinee/admission/img_blank.png) no-repeat center; background-size: 20px 20px;
}
.aboutMypage {
  text-align: center;
  width: 100%;
  box-shadow: 1px 1px 10px rgba(0,0,0, 0.15);
  padding: 3rem 5rem;
  font-family: var(--font-noto);
  font-size: .9rem;
}
.aboutMypage ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.aboutMypage > ul li {
  padding: 1rem 2.5rem 1rem 2rem;
  background: url(/img/page/examinee/admission/img_checkdone.png) no-repeat top 50% left 0;
  background-size: 30px 30px;
}
.aboutMypage > div {
  background: var(--color-bg);
  padding: 1rem;
}
.page .lead .aboutMypage > div h3 {
  color: var(--color-g-d);
  text-align: left;
  font-size: 1.3rem;
  padding: 1rem 0;
  margin: 0;
}
.page .lead .aboutMypage > div > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.page .lead .aboutMypage > div > div > div {
  background: var(--color-wh);
  width: 49%;
}
.page .lead .aboutMypage > div > div > div h4 {
 margin: 0.7rem 0.5rem 0.7rem 0.5rem;
 padding: .5rem;
 border-bottom: 2px solid var(--color-g);
 color: var(--color-txt);
}
.page .lead .aboutMypage > div > div > div h4::before {
  content: none;
}
.needList {
  background: var(--color-wh);
  padding: 1rem;
}

.needList > ul {
  display: block;
  text-align: left;
  list-style: disc;
  font-size: 1rem;
}
.page .lead .aboutMypage > div > div.needList > div {
  background: #ffeeee url(/img/page/examinee/admission/img_note.png) no-repeat top 10px left 10px;
  background-size: 45px 45px;
  width: 100%;
  text-align: left;
  padding: 1rem 1rem 1rem 4.5rem;
}
.page .lead .aboutMypage > div > div.needList > div p {
  font-size: .8rem;
  line-height: 1.4;
  position: relative;
  margin-bottom: .3rem;
}
.page .lead .aboutMypage > div > div.needList > div p:first-of-type {
  color: #ce2828;
}
.page .lead .aboutMypage > div > div.needList > div p::before {
  content: "※";
  left: -.5rem;
  position: absolute;
}


#tab5 .linkList .btn-g {
  line-height: 1.4;
}
#tab5 .linkList .btn-g::after {
  background: var(--color-wh) url(/img/page/examinee/admission/img_blank.png) no-repeat center; background-size: 20px 20px;
}
.linkList .btn-g.login::after {
  background: var(--color-wh) url(/img/page/examinee/admission/img_login2.png) no-repeat center !important; background-size: 20px 20px !important;
}
.page.admissionIndex .mainContent {
  font-family: var(--font-noto);
}
.examInfo a .examInfoArea {
  line-height: 1.2;
}
.list2 .examInfo a .examInfoArea .pdfIcon {
  left: 200px;
  top: 20px;
}
.list2 .examInfo:last-of-type a .examInfoArea .pdfIcon {
  left: 325px;
  top: 20px;
}
@media (max-width: 1280px){ 
  .exam-tabs { gap: 5px; }
  .exam-tab {
    font-size: 13px;
    padding: 10px 15px 10px 5px;
    background-size: 15px 15px !important;
    background-position: right 2% top 50% !important;
  }
  .blank-period { width: 40%; }
  .exam-table td.data { padding:12px 12px 12px 24px; line-height:1.25; }
}

.linkList .btn-g.disabled {
  pointer-events: none !important;
  cursor: default !important;
  opacity: .5 !important;
}
#tab5 .linkList.gold .btn-g {
  padding: 2rem;
}
  @media (max-width: 820px){
    .nagare h2 img {
      width: 70%;
      margin-top: 3rem;
    }
    .page .nagare p {
      width: 95%;
      bottom: -4rem;
      font-size: 1.1rem;
    }
    .page .stepArea {
      padding: 50px .5rem 0;
    }
    .senbastulist {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 5px;
      padding-left: 0;
    }
      div.step_kv img {
      width: auto;
      max-height: 100px;
      height: auto;
      margin-right: -10px;
    }
    div.step_kv {
      align-items:start;
    }
    div.step_kv p {
      font-size: 1rem;
      height: auto;
      padding: .5rem;
    }
    .page .stepArea h5 {
      font-size: 1.2rem;
    }
    .page .stepArea h5 span {
      font-size: 1.5rem;
    }
    .page .stepArea h5 span:not(:last-child) {
      width: 40px;
      height: 40px;
    }
    .page .stepArea .tabs {
      gap: 1px;
    }
    .page .stepArea .tabs .tab span:nth-child(1){
      font-size: 1.1rem;
      right: 50%;
      top: -.1rem;
      position: absolute;
      letter-spacing: -1px;
    }
    .page .stepArea .tabs .tab span:nth-child(2){
      font-size: 1.9rem;
      left: 52%;
      top: -.7rem;
      position: absolute;
      letter-spacing: -3px;
    }
    .page .stepArea .tabs .tab.webapp {
      padding-top: 1rem;
    }
    .page .stepArea .tabs .tab {
      font-size: .65rem;
      border-radius: .5rem .5rem 0 0;
      white-space:unset;
      padding: .5rem 0;
      letter-spacing: -1.4px;
    }
    .page .stepArea .tab.active {
      transform: scale(1.2, 1.2);
    }
    .step-link {
      width: 65px;
      height: 65px;
      border-radius: 50%;
      background: var(--color-wh);
      color: var(--color-txt);
      display: flex;
      flex-direction: column;
      /* align-items: center; */
      justify-content: center;
      transition: top .08s linear, opacity .2s ease;
      border: 2px solid var(--color-gld);
      line-height: 1;
      z-index: 2;
      top: -3.5rem;
      position: relative;
      font-size: 1.2rem;
      text-decoration: none;
      right: 0;
      padding-bottom: 2rem;
      padding-left: .5rem;
    }
    .page .stepArea .tabs-stage {
      margin: 0 -.5rem;
    }
    .step-link.prev {
      width: 70px;
      height: 70px;
      font-size: .8rem;
      left: .3rem;
      padding-top: 1.2rem;
    }
    .page .stepArea .tabs::after {
      display: none;
    }
     .page .stepArea .tab.active span:last-of-type {
      font-size: .8rem;
    }
    .tab-panel {
      margin: 2rem 1rem  3rem 1.5rem;
      padding: 0 0 4rem 1.5rem;
    }
    .step-badge {
      left: -1.25rem;
      top: var(--step-top, 20px);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: var(--color-wh);
      color: var(--color-txt);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      transition: top .08s linear, opacity .2s ease;
      opacity: 0;
      border: 2px solid var(--color-gld);
      line-height: .8;
      font-size: .8em;
      z-index: 1;
    }
    .step-badge .label {
      font-size: .8rem;
    }
    .step-badge .number {
      font-size: 1.5rem;
      line-height: .6;
    }
    .step-link.next span {
      position: absolute;
      bottom: 20%;
      right: .5rem;
      font-size: 2rem;
      letter-spacing: -3px;
    }
    .step-link.next::before{
      content:"";
      position:absolute;
      right:-7px;
      top:80%;
      width:50px;
      height:2px;
      background:#444;
      transform:translateY(-50%);
      transition:transform .35s ease;
    }

    .step-link.next::after{
      content:"";
      position:absolute;
      right:-7px;
      top:80%;
      width:16px;
      height:2px;
      background:#444;
      transform:translateY(-50%) rotate(45deg);
      transform-origin:right center;
      transition:transform .35s ease;
    }
    .senbastulist {
      margin-right: -.5rem;
    }
    .tgl-con {
      padding-left: 5px;
    }
    .page ul.senbastulist li p {
      margin-top: 0;
      font-size: .7rem;
    }
    .page ul.senbastulist li p:last-of-type {
      font-size: .7rem;
      padding: .2rem !important;
      text-align: center;
    }
    .page ul.senbastulist li p:first-of-type {
      min-height: 35px;
    }
    .page ul.senbastulist li span.exclusive {
      width: 35px;
      height: 35px;
      font-size: .8rem;
    }
    .page ul.senbastulist li p:last-of-type::after {
        width: 25px;
        height: 25px;
        line-height: 1;
        top: auto;
        bottom: -.3rem !important;
        margin-top: -16px;
        right: -.3rem !important;
    }
    .step-link.prev {
      width: 50px;
      height: 50px;
      font-size: .8rem;
      left: .3rem;
      padding-top: 0;
    }
    .page ul.senbastulist li p:last-of-type::after {
      background-size: 15px 15px !important;
    }
    .step-link.prev span {
      bottom: 20%;
    }
    .step-link.prev::before, .step-link.prev::after {
      top: 80%;
    }
    .step-link.prev::before {
      width: 40px;
    }
    .step-link.prev::after {
      width: 15px;
      left: -25px;
    }
    .page .lead h4 {
      margin-top: 1rem;
    }
    .goalsPattern {
      gap: 5px;
      margin-right: -.5rem;
    }
    .titleCard {
      font-size: .9rem;
      padding-left: .5rem;
    }
    .pattern-btn {
      padding: 14px;
    }
    .numberCard {
      font-size: 1.3rem;
      width: 34px;
      height: 34px;
    }
    .imgFeature {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      margin-right: -.5rem;
      gap: 5px;
      }
    .imgFeature .div1 { grid-area: 1 / 1 / 2 / 3; border: 2px solid var(--color-sougou); border-bottom: none;}
    .imgFeature .div2 { grid-area: 2 / 1 / 3 / 3; }
    .imgFeature .div3 { grid-area: 3 / 1 / 4 / 3; border: 2px solid var(--color-sougou); border-top: none; }
    .imgFeature .div4 { grid-area: 4 / 1 / 5 / 3; border: 2px solid var(--color-gakkou); border-bottom: none;}
    .imgFeature .div5 { grid-area: 5 / 1 / 6 / 3; }
    .imgFeature .div6 { grid-area: 6 / 1 / 7 / 2; border: 2px solid var(--color-sougou); border-top: none; border-right: none;}
    .imgFeature .div7 { grid-area: 6 / 2 / 7 / 3; border: 2px solid var(--color-sougou); border-top: none; border-left: none; }
    .imgFeature .div8 { grid-area: 7 / 1 / 8 / 3; }
    .imgFeature .div9 { grid-area: 8 / 1 / 9 / 3 }
    .imgFeature .div10 { grid-area: 9 / 1 / 10 / 3; } 

    .page ul.senbastulist li h3, .page .imgFeature h3 { font-size: 1.1rem !important; min-height: 60px; }
    .page ul.senbastulist li h3 span, .imgFeature > div, .page .imgFeature ul li a, .exam-table .year, .exam-tab, .exam-table thead th, .linkList .btn-g .bbl { font-size: .8rem; }
    .exam-table .date { font-size: .9rem; }
    .exam-main-title, .page .lead .aboutMypage > div h3  { font-size: 1.1rem; }
      .imgFeature .div4, .imgFeature .div8 {
        margin-top: 2rem;
      }
      .imgFeature .div3 ul.featureList  li {
        margin-top: .4rem;
      }
      .div3 .featureList li:nth-child(3) {
        width: auto;
      }
      .imgFeature ul.featureList li.viewPc {
       justify-content:space-around;
      }

      .imgFeature ul.featureList li {
        margin: .3rem .1rem;
      }
      .div6 .featureList li:nth-child(1), .div6 .featureList li:nth-child(3) {
        width: 200%;
      }
      .exam-table-wrap, .exam-main-title, .exam-tabs {
        margin-left: 0;
        margin-right: -.5rem;
      }
      .exam-tabs {
        margin-right: -2rem;
      }
      .exam-tab {
        width: 30%;
        padding: .5rem .5rem .5rem .1rem;
        background-size: 15px 15px !important;
    background-position: right 1% top 50% !important;

      }
    .exam-table td, .exam-table th, .exam-table td{
      border-right:5px solid var(--accent-border);
      border-bottom:5px solid var(--accent-border);
    }
    .exam-table td.data {
      padding: .5rem;
    }
    .exam-table thead th {
      padding: .1rem;
    }
    .exam-table td.term {background: linear-gradient(90deg, var(--accent) 0%, var(--accent) 5%, #fff 5%, #fff 100%);}
    .linkList {
      display: block;
      margin-right: -.5rem;
    }
      .linkList a {
        margin-bottom: 2rem;
        width: 100%;
        padding: 1rem .5rem 0;
        font-size: 1rem;
      }
      .linkList.long .pdf-icn {
      padding: .5rem 3rem !;
      display: block;
    }
    .linkList.long .btn-g::after {
  right: .5rem !important;
} 
.linkList .pdf-icn {
  width: 100%;
  background-position: top 45% left 3% !important;
}
#tab3 .linkList .pdf-icn, .linkList.long .pdf-icn  {
  padding: 0;
}
.aboutMypage {
  padding: .5rem;
}
.page .lead .aboutMypage > div > div > div {
  width: 47%;
}
.aboutMypage ul {
  display: block;
  margin: 0 2rem;
  text-align: left;
  margin-bottom: 2rem;
}
.aboutMypage ul li {
  padding: .5rem 2.5rem;
}
.needList ul{
  margin: 0 .5rem;
}
.needList ul li{
  padding: 0;
  font-size: .8rem;
  margin-bottom: 1rem;
}
.page .lead .aboutMypage > div > div.needList > div {
  padding-left: 3rem;
  padding-top: 0;
  background-size: 25px 25px;
}
.imgFeature .div6 ul, .imgFeature .div10 ul {
  margin-top: 1rem;
}
.imgFeature ul.featureList li.viewPc {
  margin-top: 3rem;
}
.imgFeature ul.featureList li.viewPc small {
  font-size: .5rem;
}
.imgFeature .div10 ul.featureList li:last-of-type {
  margin-top: 1.5rem;
}

  }
@media (max-width: 720px) {
  .page .nagare p {
      bottom: -6rem;
    }
    .page .stepArea {
      padding-top: 100px;
    }
    .contentMenu .listCol2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1em;
  }
  .page .lead .goalsCard a {
    padding: 1rem 0;
  }
  .page .lead .goalsCard a {
    background-position: right 2% center !important;
  }
  .list2 .examInfo a .examInfoArea .pdfIcon {
    left: 180px;
    top: 20px;
  }
  .list2 .examInfo:last-of-type a .examInfoArea .pdfIcon {
    left: 290px;
    top: 20px;
  }
}
@media (max-width: 376px) {
  .senbastulist {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    padding-left: 0;
  }
  .popup {
    max-width: 53% !important;
  }
  .popup .popupTtlArea .popupText {
    font-size: 12px !important;
  }
  .popup .popupInner .popupLink {
    font-size: 10px !important;
  }
}
.admissionIndex .listLink.list1 li:not(.examInfo) a span {
  background: var(--color-g);
  color: var(--color-wh);
  font-size: 1rem;
  display: inline-block;
  padding: .2rem .5rem;
  margin-left: 1rem;
  border-radius: .2rem;
}
@media (max-width: 720px) {
  .listLink.list1 li:nth-child(-n+8) {
    font-size: 1rem;
  }
  .admissionIndex .listLink.list1 li:not(.examInfo) a span {
     font-size: .8rem;
     padding: .1rem .3rem;
  }
}