@charset "utf-8";
/* CSS Document */

/* -------------------------
/* Created date: 2021.11.04
/* Created user: yamaguchi
/* Last up date: 2024.07.25
/* Last up date user: yamaguchi
/* for sp and pc
--------------------------*/
.srchRes {
  margin: 0 auto 3rem;
  --svgTateBlue: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400.18 512"><path fill="rgba(21,106,209,1)" fill-rule="evenodd" d="M379.3,96.68l-19.63-1.07c-53.23-3-99.37-23.39-126.61-56.1L200.09,0l-33,39.51C139.87,72.22,93.72,92.65,40.5,95.61L0,97.85V284.94c0,26.61,8.06,51.7,20.88,74.64,44.26,79.84,145,134.5,159.31,142l19.9,10.4L220,501.6c18.45-9.67,180.2-97.66,180.2-216.66V97.85Z"/><path fill="rgba(255,255,255,1)" fill-rule="evenodd" d="M42.83,261.11V138.43c64.33-3.58,121.51-28.58,157.26-71.5V261.11H357.34v23.83c0,96.5-157.25,178.67-157.25,178.67V261.11Z"/></svg>') center / contain no-repeat;
}

.srchRes .resultBlock{
  margin: 0 auto;
  max-width: var(--outerWidth);
  container: resultBlock / inline-size;
}

.schoolBox .itemMore {
  position: relative;
  padding: 0 0.75em 0 0;
  width: 100%;
  text-align: right;
  font-weight: bold;
}

.schoolBox .itemMore::before {
  content: '';
  top: 50%;
  right: 0;
  width: 0.5em;
  aspect-ratio: 1 / 1;
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  transform: translateY(-40%) rotate(-45deg);
}

.schoolBox .itemMore span {
  display: inline-block;
  padding: 0.5em 0.5em 0.4em;
  background: linear-gradient(to top, rgb(var(--naviCream)) 0.7em, rgba(255, 255, 255, 0) 0.7em);
}

/* Keyword Search */
.srchRes .keywordSrch {
  margin: 0 auto 30px;
  padding: 15px 50px;
  background: rgb(var(--naviUsuGray));
}

.srchRes .keywordSrch form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 500px;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.15);
}

.srchRes .keywordSrch input[type="search"]{
  display: grid;
  align-items: center;
  width: calc(100% - 2.25em);
  border-radius: 0 0.5rem 0.5rem 0;
  min-height: 4rem;
  font-size: 1.5rem;
}

.srchRes .keywordSrch .srchBtn input{
  display: none;
}

.srchRes .keywordSrch .srchBtn {
  cursor: pointer;
  display: grid;
  width: 2.25em;
  height: 100%;
  min-height: 4rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49.71 54.42"><path fill="rgba(128,128,128,1)" fill-rule="evenodd" d="M1.56,53.4a4.35,4.35,0,0,0,6.14-.54l9.81-11.74a21.86,21.86,0,0,0,24.41-36A21.85,21.85,0,0,0,10.83,35.5L1,47.23A4.39,4.39,0,0,0,1.56,53.4ZM15.15,11.27l2.59-2.51a16.36,16.36,0,0,1,3-1.84l3.35-1.19A16.49,16.49,0,0,1,38.56,9.14a16.61,16.61,0,1,1-23.41,2.13Z" /></svg>') center / 1em auto no-repeat;
  border-radius: 0.5rem 0 0 0.5rem;
}

/* Page Summary */
.srchRes .pageSum {
  display: grid;
  gap: 1rem;
  margin: 0 auto 3rem;
  padding: 0 15px;
  max-width: var(--outerWidth);
}

.srchRes .pageSum .mainTitle {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
}

.srchRes .fieldMsg {
  position: relative;
  overflow: hidden;
  background: rgba(77, 137, 209, 0.1);
  border-radius: 0 1.5rem;
  transition: all 0.25s 0s ease;
  container: fieldMsgBox /inline-size;
}

.srchRes .fieldMsg.show {
  border-radius: 0;
}

.srchRes .fieldMsg .inner{
  padding: 1rem;
}

.srchRes .fieldMsg .thmb {
  float: left;
  padding: 0 1rem 1rem 0;
  width: 90px;
  overflow: hidden;
}

.srchRes .fieldMsg .front {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.srchRes .fieldMsg .back{
  display: none;
}

.srchRes .fieldMsg .txt {
  position: relative;
  height: 100%;
}

.srchRes .fieldMsg h2 {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  line-height: 1.4;
}

.srchRes .fieldMsg .txt p {
  line-height: 1.8;
}

.srchRes .fieldMsg .more{
  cursor: pointer;
  position: sticky;
  bottom: 0;
  left: 0;
  padding: 0.5rem 1rem;
  width: 100%;
  background: linear-gradient(45deg, rgb(var(--naviBlue)) 0, rgb(var(--naviEmerald)));
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.srchRes .fieldMsg .more span{
  position: relative;
  padding-right: 1.5em;
}

.srchRes .fieldMsg .more span::before{
  content: '';
  top: 50%;
  right: 0;
  width: 0.75em;
  aspect-ratio: 1 / 1;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transform: translateY(-80%) rotate(45deg);
  transition: all 0.15s 0s linear;
}

.srchRes .fieldMsg.show .more{
  background: none;
  box-shadow: 0 -2px 0 0 #fff;
  color: rgb(var(--naviKoiBlue));
}

.srchRes .fieldMsg.show .more span::before{
  border-color: rgb(var(--naviKoiBlue));
  transform: translateY(-10%) rotate(-135deg);
}


@container fieldMsgBox (width >= 600px) {
  .srchRes .fieldMsg .inner{
    display: grid;
    grid-auto-flow: column;
    padding: 0;
    min-height: 150px;
  }

  .srchRes .fieldMsg .thmb {
    position: relative;
    float: none;
    padding: 0;
    width: 200px;
  }
  
  .srchRes .fieldMsg .front {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 150px;
    width: auto;
    object-fit: cover;
    transform: translateY(0);
  }
  
  .srchRes .fieldMsg .back{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(7px) brightness(120%) opacity(80%);
    transform: translate(-50%, -50%);
  }

  .srchRes .fieldMsg .txt{
    padding: 1.5rem;
  }

  .srchRes .fieldMsg .more {
    left: 200px;
    width: calc(100% - 200px);
  }

  .srchRes .fieldMsg.show .thmb .front{
    top: 50%;
    transform: translateY(-50%);
  }
}

.pageContetnts .hasThmb h3 a{
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0 1.25em 0 0;
  min-height: 5rem;
  background: #f2f4f8;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #CED9ED;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  color: #333;
  overflow: hidden;
}

.pageContetnts .hasThmb h3 img {
  margin-right: 10px;
  width: 5rem;
  height: 5rem;
  object-fit: cover;
}

.pageContetnts .hasThmb h3 a::before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  right: 0.3em;
  width: 0.5em;
  height: 0.5em;
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  transform: translate(0, -50%) rotate(-45deg);
}

.pageContetnts .hasThmb h4 {
  padding-top: 15px;
  color: rgb(var(--naviKoiBlue));
  font-size: 1.4rem;
  line-height: 1.4;
}

.pageContetnts .subTitle {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  color: rgb(var(--naviKoiBlue));
  text-align: center;
}

.pageContetnts .col + .subTitle {
  margin-top: 15px;
}

.srchCmn .slideTggle {
  display: grid;
}

.srchCmn .slideTggle .slideInner{
  display: grid;
}


@media screen and (max-width: 767px) {
  .pageContetnts .toggleTtl h3 a::before {
    transform: translate(-50%, -50%) rotate(45deg);
    transition: transform 0.15s 0s ease;
  }
  
  .pageContetnts .toggleTtl h3.open a::before {
    transform: translate(-50%, -50%) rotate(-135deg);
  }

  .srchCmn .toggleTtl .slideTggle{
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: all 0.25s 0s ease;
  }

  .srchCmn .toggleTtl .slideInner{
    overflow: hidden;
  }

  .srchCmn .toggleTtl *.open + .slideTggle{
    gap: 15px;
    grid-template-rows: 1fr;
    padding-bottom: 30px;
  }

  .srchCmn .toggleTtl *.open + .slideTggle .slideInner{
    gap: 15px;
  }
}

.pageContetnts .flexCols {
  display: grid;
  gap: 5px 30px;
  margin-bottom: 30px;
  max-width: var(--outerWidth);
}

.pageContetnts .detailList,
.pageContetnts .cateList{
  margin-top: 5px;
}

.pageContetnts .detailList li,
.pageContetnts .cateList li {
  line-height: 1.2;
  border-bottom: solid 1px #CED9ED;
}

.pageContetnts .detailList li:first-child,
.pageContetnts .cateList li:first-child {
  border-top: solid 1px #CED9ED;
}

.pageContetnts .detailList a,
.pageContetnts .cateList a {
  position: relative;
  display: block;
  padding: 12px 3em 10px 1em;
  font-size: 1.4rem;
  line-height: 1.2;
  -webkit-tap-highlight-color: rgba(0, 73, 208, 0.05);
}

.pageContetnts .columnList a {
  position: relative;
  display: inline-block;
  padding: 3px 0.5em 3px 1.25em;
  border-radius: 0.3rem;
  font-size: 1.4rem;
  line-height: 1.2;
  -webkit-tap-highlight-color: rgba(0, 73, 208, 0.05);
}

.pageContetnts .allList {
  align-self: flex-end;
  display: grid;
  margin: 0 auto;
  width: 90%;
  max-width: 350px;
  gap: 15px;
}

.pageContetnts a.simpleBtn,
.pageContetnts span.simpleBtn{
  cursor: pointer;
  position: relative;
  display: grid;
  place-content: center;
  padding: 5px 1em 5px 0.5em;
  min-height: 40px;
  background: rgb(var(--gsGreen));
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 3rem;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.pageContetnts a.simpleBtn::after,
.pageContetnts span.simpleBtn::after {
  content: '';
  top: 50%;
  right: 0.7em;
  width: 0.5em;
  height: 0.5em;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translate(0, -50%) rotate(-45deg);
}

.srchCmn .detailList a::before,
.srchCmn .cateList a::before {
  content: '';
  top: 50%;
  right: 0.5em;
  width: 0.5em;
  height: 0.5em;
  border-right: solid 1px rgb(var(--naviKoiBlue));
  border-bottom: solid 1px rgb(var(--naviKoiBlue));
  font-weight: bold;
  transform: translate(0, -50%) rotate(-45deg);
}

.srchCmn .allBtn{
  margin: 0 auto;
  width: 90%;
}

.srchCmn .allBtn a{
  position: relative;
  display: grid;
  place-content: center;
  padding: 5px 1em 5px 0.5em;
  min-height: 40px;
  background: #f2f4f8;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #CED9ED;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
  color: #333;
  font-weight: bold;
}

.srchCmn .allBtn a::before {
  content: '';
  top: 50%;
  right: 0.5em;
  width: 0.5em;
  height: 0.5em;
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.srchCmn .moreBtn {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.25em 0 1em;
  min-width: 150px;
  min-height: 30px;
  background: #fff;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #666;
  border-radius: 2rem;
  color: #666;
  font-size: 1.1rem;
  font-weight: bold;
}

.srchCmn .moreBtn::before {
  content: '';
  top: 50%;
  right: 0.75em;
  width: 0.5em;
  height: 0.5em;
  border-bottom: solid 1px #666;
  border-right: solid 1px #666;
  transform: translate(0, calc(-50% - 2px)) rotate(45deg);
  transition: all 0.25s 0s ease-out;
}

.srchCmn .readMore .moreBtn::before{
  transform: translate(0, -50%) rotate(-45deg);
}

.srchCmn .on .moreBtn::before ,
.srchCmn .moreBtn.on::before {
  transform: translate(0, -50%) rotate(-135deg);
}

.srchCmn .slideTggle .readMore{
  margin: 0 auto;
  text-align: center;
}

.pageContetnts .columnList a::before {
  content: '';
  top: 50%;
  left: 0.25em;
  width: 0.7em;
  height: 0.5em;
  border-left: solid 2px rgb(var(--naviKoiBlue));
  border-bottom: solid 2px rgb(var(--naviKoiBlue));
  font-weight: bold;
  transform: translate(0, -50%) rotate(-45deg);
}

.pageContetnts .textClamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 4.8em;
  font-size: 1.4rem;
  line-height: 1.6;
}

.pageContetnts .oneLink{
  align-self: flex-end;
  display: grid;
  margin: 0 auto;
  width: 90%;
  gap: 15px;
}

.pageContetnts .oneText {
  display: block;
  margin-bottom: 10px;
  color: rgb(var(--naviKoiBlue));
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

.pageContetnts .columnList dt {
  padding-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
}

.pageContetnts .columnList dd {
  margin-bottom: 5px;
}

.pageContetnts .checkMe {
  color: rgb(var(--naviKoiBlue));
  font-weight: bold;
}

.pageContetnts .pt40{
  padding-top: 30px;
}

@media screen and (min-width: 768px) {

  /* -------------------------
  /* for pc
  --------------------------*/
  /* ======== search Common start ================*/
  .pageSum {
    margin-bottom: 30px;
    padding: 0 50px;
    gap: 15px;
  }

  .mainTitle {
    font-size: 3rem;
  }

  .subTitle {
    margin-bottom: 15px;
    text-align: left;
  }

  .pageContetnts .flexCols .col {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 15px;
    height: 100%;
  }
  
  .pageContetnts .hasThmb h3 {
    align-self: flex-start;
    cursor: default;
    font-size: 1.6rem;
  }

  .pageContetnts .hasThmb h3 a {
    min-height: 3rem;
    font-size: 1.3rem;
  }

  .pageContetnts .hasThmb h3 img {
    margin-right: 10px;
    width: 4em;
    height: 4em;
  }

  .pageContetnts .hasThmb h3 a::before {
    content: '';
    top: 50%;
    right: 0.5em;
    width: 0.5em;
    height: 0.5em;
    border-bottom: solid 1px #333;
    border-right: solid 1px #333;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .pageContetnts .flexCols{
    margin-bottom: 90px;
    gap: 60px 30px;
  }

  .pageContetnts .flexCols.cols2{
    grid-template-columns: repeat(2, 1fr);
  }

  .pageContetnts .flexCols.cols3{
    grid-template-columns: repeat(3, 1fr);
  }

  .pageContetnts .flexCols.cols4{
    grid-template-columns: repeat(4, 1fr);
  }

  .pageContetnts .flexCols.cols2 .subTitle{
    grid-column: 1 / 3;
  }

  .pageContetnts .flexCols.cols3 .subTitle{
    grid-column: 1 / 4;
  }

  .pageContetnts .flexCols.cols4 .subTitle{
    grid-column: 1 / 5;
  }


  .pageContetnts .detailList li:first-child,
  .pageContetnts .cateList li:first-child{
    border-top: none;
  }

  .pageContetnts h3.tokucho {
    margin-bottom: 30px;
  }

  .srchCmn .slideTggle{
    gap: 30px;
  }

  .srchCmn .toggleTtl .slideInner{
    overflow: visible;
    gap: 15px;
  }

  .srchCmn .cateList,
  .srchCmn .detailList {
    align-self: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 15px;
    padding: 0;
  }

  .srchCmn .cateList li,
  .srchCmn .detailList li {
    line-height: 1;
    border-bottom: none;
  }

  .srchCmn .cateList a,
  .srchCmn .detailList a {
    position: relative;
    display: inline-block;
    padding: 3px 2em 3px 5px;
    font-size: 1.3rem;
    border-radius: 0.3rem;
    transition: all 0.15s 0s ease;
  }

  .srchCmn .cateList a:hover,
  .srchCmn .detailList a:hover {
    opacity: 1;
    background: rgba(0, 73, 208, 0.05);
    transform: translate(5px, 0);
  }

  .pageContetnts a.simpleBtn,
  .pageContetnts span.simpleBtn {
    font-size: 1.4rem;
    transition: all 0.25s 0s ease;
  }

  .pageContetnts .allList a:hover{
    opacity: 1;
  }

  .pageContetnts a.simpleBtn:hover,
  .pageContetnts span.simpleBtn:hover {
    opacity: 0.75;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
  }

  .pageContetnts .oneText {
    font-size: 1.2rem;
  }

  .pageContetnts .columnList a::before {
    transition: all 0.25s 0s ease;
  }

  .pageContetnts .columnList a:hover {
    opacity: 1;
    transition: all 0.15s 0s ease;
    background: rgba(0, 73, 208, 0.05);
  }

  .pageContetnts .columnList a:hover::before {
    transform: translate(0, -50%) rotate(-405deg);
  }

  .pageContetnts .detailList a {
    transition: all 0.15s 0s ease;
  }

  .pageContetnts .detailList a:hover {
    background: rgba(0, 73, 208, 0.05);
    box-shadow: 0 3px 2px 0 rgba(78, 57, 57, 0.25);
    transform: translate(0, -2px);
    opacity: 1;
  }

  .srchCmn .moreBtn:hover {
    opacity: 0.5;
    transition: all 0.25s 0s ease;
  }

  .pageContetnts .textClamp {
    -webkit-line-clamp: 4;
    max-height: 6.4em;  
  }

  .srchCmn .slideTggle .textClamp {
    -webkit-line-clamp: 3;
    max-height: 4.8em;  
    font-size: 1.2rem;
  }

  .srchCmn .slideTggle .slideInner{
    padding: 0 15px;
  }

  .pageContetnts .hasThmb h4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0;
    max-height: 2.8em;
  }
}
/* ======== article end ================*/


/* Search Bar */
.srchRes .searchBar {
  margin: 0 auto;
}

.srchRes .searchBar .cihld {
  display: grid;
  grid-template-columns: 1fr 4fr;
  width: 100%;
  border: solid 2px #d9d9d9;
  border-bottom: none;
}

.srchRes .searchBar .cihld:last-child,
.srchRes .searchBar.srhE .cihld:nth-last-child(2) {
  border-bottom: solid 2px #d9d9d9;
}

.srchRes .searchBar .resetBtn{
  margin: 0 auto 15px;
  text-align: right;
}

.srchRes .searchBar .supTitle,
.srchRes .searchBar .selectDown{
  display: grid;
  align-items: center;
  min-height: 3rem;
}

.srchRes .searchBar .supTitle{
  position: relative;
  padding: 3px 10px 3px 5px;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: bold;
}

.srchRes .searchBar .supTitle::before {
  content: '';
  right: 0;
  top: 50%;
  width: 5px;
  height: 1em;
  background: rgb(var(--naviBlue));
  transform: translateY(-50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.srchRes .searchBar .selectDown{
  cursor: pointer;
  grid-auto-flow: column;
  padding: 3px 5px;
  background: #fff;
}

.srchRes .searchBar.srhE .selectDown{
  cursor: auto;
}

.srchRes .searchBar .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.3rem;
  line-height: 1.2;
}

.srchRes .searchSendBtn{
  margin: 1rem 0 0 auto;
  width: fit-content;
}

.srchRes .searchBar .btn,
.srchRes .searchSendBtn a{
  justify-self: flex-end;
  padding: 5px;
  background: rgb(var(--naviBlue));
  box-shadow: var(--btnSahdow);
  border-radius: 0.5rem;
  font-weight: bold;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
}


.srchRes .searchSendBtn a{
  display: block;
  padding: 7px 15px;
}

.srchRes .searchBtn {
  padding-top: 15px;
}

.srchRes .searchBtn input {
  display: none;
}

.srchRes .searchBtn label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 0.5em;
  width: 240px;
  height: 40px;
  background: #ff7d1a;
  background: linear-gradient(#ffc79d 0%, #ff7d1a 70%);
  border-radius: 0.2rem;
  text-align: center;
}

.srchRes .searchBtn label span {
  position: relative;
  display: inline-block;
  padding-left: 1.25em;
  font-weight: bold;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

.srchRes .searchBtn label span::before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  background: url('../../../img/page/search_new/ico_loupe.svg') left top / cover no-repeat;
  transform: translate(0, -50%);
}

.srchRes .srchResMsg {
  padding: 0 15px 5px;
  border-bottom: 2px solid rgb(var(--naviGray));
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
}

.srchRes .srchResMsg span {
  font-size: 110%;
}


.srchRes .adBaner {
  margin: 0 auto 30px;
}

.srchRes .adBaner li {
  text-align: center;
}

.srchRes .adBaner li+li {
  margin-top: 15px;
}

.srchRes .adBaner li,
.srchRes .adBaner a {
  font-size: 1.2rem;
}

.facBtmBlock .moreReadBar {
  cursor: pointer;
  margin: 0 auto;
  padding: 10px 15px 12px;
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 0 6px, rgba(255,255,255,0) 6px 12px), rgb(var(--gsGreen));
  border: 0;
  text-align: center;
}

.moreReadBar .moreDown {
  position: relative;
  display: inline-block;
  padding: 0 30px 0 0;
  text-align: center;
  font-weight: normal;
  font-size: 1.3rem;
  color: #fff;
  transition: all 0.25s 0s ease-in-out;
}

.moreReadBar .moreDown::before {
  content: '';
  top: 50%;
  right: 0.75em;
  width: 0.65em;
  height: 0.65em;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: translate(0, -50%) rotate(45deg);
  transition: all 0.25s 0s ease-out;
}

.facBtmBlock .moreReadBar .moreDown {
  font-weight: bold;
}

.facBtmBlock .moreReadBar .moreDown::before {
  border-width: 2px;
}

.moreReadBar.on {
  background: none;
  box-shadow: none;
  border-top: solid 1px #fff;
}

.moreReadBar.on .moreDown {
  background: none;
  color: rgb(var(--naviBlue));
}

.moreReadBar.on .moreDown::before {
  border-color: rgb(var(--naviBlue));
  transform: translate(0, calc(-50% + 3px)) rotate(-135deg);
}

.facBtmBlock .moreReadBar.on {
  border-top: solid 1px rgb(var(--gsGreen));
}

.facBtmBlock .moreReadBar.on .moreDown {
  color: rgb(var(--gsGreen));
}

.facBtmBlock .moreReadBar.on .moreDown::before {
  border-color: rgb(var(--gsGreen));
}

.srchRes .panphBlock {
  z-index: 999;
  padding: 10px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-top: 1px solid rgb(var(--naviBlue));
  border-bottom: 1px solid rgb(var(--naviBlue));
}

/* School Infomation Block */
.schoolBox {
  position: relative;
  display: grid;
  grid-template-columns: 90px auto;
  grid-template-areas:
  'scName scName'
  'thmb typeList'
  'thmb catchcopy'
  'linkBtn linkBtn'
  'news news'
  'special special';
  gap: 1.5rem 1rem;
  padding: 1.5rem;
}

.schoolBox+.schoolBox {
  margin-top: 5rem;
  border-top: 2px solid rgb(var(--naviGray));
}

.schoolBox.short::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 555;
  width: 100%;
  height: 20%;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
}

.schoolBox .scName{
  grid-area: scName;
  display: grid;
  grid-template-columns: auto 40px;
}

.schoolBox .scName a {
  color: rgb(var(--naviKoiBlue));
  text-decoration: underline;
  text-decoration-thickness: 1px;
  line-height: 1.2;
}

.schoolBox .scName h2 {
  display: inline;
  margin-right: 1rem;
  font-size: 2.4rem;
  line-height: 1.2;
  color: inherit;
  word-break: break-all;
}

.schoolBox .scName .memo {
  display: inline;
  font-size: 1.4rem;
  line-height: 1.4;
  color: inherit;
}

.schoolBox .catchcopy {
  grid-area: catchcopy;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.3rem;
  line-height: 1.8;
  max-height: 3.6em;
}

.schoolBox .thmb {
  grid-area: thmb;
}

.schoolBox .thmb img{
  width: 100%;
  object-fit: contain;
}

.schoolBox .typeList {
  grid-area: typeList;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
}

.schoolBox .typeList li {
  position: relative;
  font-size: 1.1rem;
  line-height: 1.2;
}

.schoolBox .typeList li + li::before {
  content: '';
  top: 0;
  left: -8px;
  width: 1px;
  height: 100%;
  background: #333;
}

.schoolBox .linkBtn{
  justify-self: center;
  grid-area: linkBtn;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0.5rem;
  max-width: 400px;
  width: 100%;
}

.schoolBox .linkBtn .addBoxBtn {
  width: 100%;
  height: 100%;
}

.schoolBox .linkBtn .opBtn,
.schoolBox .linkBtn .otherBtn {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 45px;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

.schoolBox .linkBtn .opBtn.off,
.schoolBox .linkBtn .otherBtn.off {
  place-content: center;
  padding: 5px 10px;
  border-radius: 0.5rem;
  background: rgb(var(--naviGray));
  color: #fff;
}

.schoolBox .linkBtn .opBtn a,
.schoolBox .linkBtn .otherBtn a {
  position: relative;
  display: grid;
  place-content: center;
  gap: 5px;
  padding: 5px 10px;
  width: 100%;
  height: 100%;
  background: rgb(var(--ocYellow));
  border-radius: 0.5rem;
  box-shadow: var(--btnSahdow);
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
}

.schoolBox .linkBtn .otherBtn a{
  background: rgb(var(--gsGreen));
}

.linkBtn.hasAutBtn .addBoxBtnWrap{
  grid-area: 1 / 1 / 2 / 2;
}

.linkBtn.hasAutBtn .opBtn{
  grid-area: 1 / 2 / 2 / 3;
}

.linkBtn.hasAutBtn .notPampNavi{
  grid-area: 2 / 1 / 3 / 3;
}

.schoolBox .btnList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
}

.schoolBox .btnList li {
  position: relative;
  background: #e5e5e5;
  display: grid;
  align-items: center;
  min-height: 40px;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  --iconSize: 1.75em;
}

.schoolBox .btnList li:nth-child(odd) {
  width: calc(60% - 5px);
}

.schoolBox .btnList li:nth-child(even) {
  width: calc(40% - 5px);
}

.schoolBox .btnList p {
  margin-top: 10px;
  width: calc(50% - 5px);
  font-size: 1rem;
  line-height: 1.4;
}

.schoolBox .btnList input {
  display: none;
}

.schoolBox .btnList{
  --defoCol: rgb(var(--naviBlue));
}

.schoolBox .btnList .opBtn{
  --defoCol: rgb(var(--ocYellow));
}

.schoolBox .btnList .opBtn a,
.schoolBox .btnList .otherBtn a {
  position: relative;
  display: grid;
  place-content: center;
  padding: 3px 1.25em 3px 5px;
  width: 100%;
  height: 100%;
  background: #fff;
  border: solid 2px var(--defoCol);
  border-radius: 0.5rem;
  box-shadow: var(--btnSahdow);
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: var(--defoCol);
}

.schoolBox .btnList .opBtn a::before,
.schoolBox .btnList .otherBtn a::before {
  content: '';
  top: 50%;
  right: 0.5em;
  width: 0.6em;
  height: 0.6em;
  border-right: solid 2px var(--defoCol);
  border-bottom: solid 2px var(--defoCol);
  font-weight: bold;
  transform: translate(0, -50%) rotate(-45deg);
}

.schoolBox .btnList .autBtn,
.schoolBox .btnList .autBtn+li {
  flex-wrap: wrap;
  align-items: flex-start;
  background: none;
}

.schoolBox .btnList .autBtn::before,
.schoolBox .btnList .autBtn+li::before {
  content: none;
}

.schoolBox .btnList .autBtn a[target="_blank"] {
  padding: 3px 1.5em 3px 5px;
  width: 100%;
  background: #fff;
  border: solid 1px #666;
  color: #666;
  font-weight: normal;
}

.schoolBox .btnList .autBtn a[target="_blank"]::before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  right: 0.5em;
  width: 0.9em;
  height: 0.9em;
  border: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57.73 57.73"><path fill="rgba(102,102,102,1)" fill-rule="evenodd" d="M10.82,0V46.9H57.73V0Zm42.4,42.39H15.33V4.51H53.22ZM4.51,10.82H0V57.73H46.9V53.22H4.51ZM26.38,35.18,39.69,21.87v9.7H44V14.43H26.83v4.29H36.3L23.23,32Z" /></svg>') 90% center / 100% auto no-repeat;
  transform: rotate(0deg) translate(0, -50%);
  transition: all 0.25s 0s linear;
}

.schoolBox .btnList .autBtn p {
  width: 100%;
  text-align: left;
}

.schoolBox .btnList a[href*="/newschool/"] {
  color: rgb(var(--gsGreen));
  border-color: rgb(var(--gsGreen));
}

.schoolBox .btnList a[href*="/newschool/"]::before {
  border-color: rgb(var(--gsGreen));
}

.schoolBox .btnList a[href*="/pump/"],
.schoolBox .btnList a[href*="/newschool/exam_top/"],
.schoolBox .btnList a[href*="/newschool/scholarship/"] {
  color: rgb(var(--naviBlue));
  border-color: rgb(var(--naviBlue));
}

.schoolBox .btnList a[href*="/pump/"]::before,
.schoolBox .btnList a[href*="/newschool/exam_top/"]::before,
.schoolBox .btnList a[href*="/newschool/scholarship/"]::before {
  border-color: rgb(var(--naviBlue));
}

.schoolBox .btnList a[href*="/event_top/"] {
  color: rgb(var(--ocYellow));
  border-color: rgb(var(--ocYellow));
}

.schoolBox .btnList a[href*="/event_top/"]::before {
  border-color: rgb(var(--ocYellow));
}

.schoolBox .news {
  position: relative;
  grid-area: news;
  position: relative;
  margin: 1.5rem;
  padding: 0.5rem 1rem;
  background: #fff;
}

.schoolBox .news::before{
  content: '';
  top: -0.75rem;
  left: -0.75rem;
  width: 60px;
  aspect-ratio: 5 / 4;
  border-top: 3px solid rgba(58, 165, 129,0.5);
  border-left: 3px solid rgba(58, 165, 129,0.5);
}

.schoolBox .news::after{
  content: '';
  bottom: -0.75rem;
  right: -0.75rem;
  width: 60px;
  aspect-ratio: 5 / 4;
  border-bottom: 3px solid rgba(58, 165, 129,0.5);
  border-right: 3px solid rgba(58, 165, 129,0.5);
}

.schoolBox .news .itemText {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 1.3rem;
  line-height: 1.8;
  max-height: 5.4em;
}

.schoolBox .news .itemMore {
  font-size: 1.3rem;
}

.schoolBox .special {
  grid-area: special;
}


@container resultBlock (width >= 680px) {
  .schoolBox {
    align-content: flex-start;
    grid-template-columns: 180px auto 210px;
    grid-template-areas:
    'scName scName scName'
    'thmb typeList linkBtn'
    'thmb catchcopy linkBtn'
    'news news news'
    'special special special';
    padding: 1.5rem 3rem;
    gap: 1.5rem;
  }

  .schoolBox .scName h2 {
    font-size: 3rem;
  }

  .schoolBox .linkBtn{
    align-self: flex-start;
    grid-template-columns: auto;
  }

  .schoolBox .free, .schoolBox .paid{
    font-size: 1rem;
  }
  .schoolBox .typeList{
    align-self: flex-start;
  }
}

@container resultBlock (width >= 900px) {
  .schoolBox {
    align-content: flex-start;
    grid-template-columns: 180px auto 210px;
    grid-template-areas:
    'thmb scName linkBtn'
    'thmb typeList linkBtn'
    'thmb catchcopy linkBtn'
    'thmb news news'
    'special special special';
    padding: 3rem 50px;
  }
}

.schoolBox .itemMore.center {
  margin: 1.5rem auto;
  padding: 0 1rem;
  width: fit-content;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.2;
}

.schoolBox .hokenBtn + .aboutHoken,
.schoolBox .applyBtn + .aboutHoken{
  margin-top: 5px;
}

/* normal result ------------*/
.schoolBox .facBtmBlock{
  border-bottom: solid 1px rgb(var(--gsGreen));
}

.schoolBox .facBtmBlock .facEmp{
  background: #fff;
}

.schoolBox .facBtmBlock .facEmp +  .facEmp{
  border-top: 1px solid #e5e5e5;
}

.schoolBox .facBtmBlock h3 {
  position: relative;
  padding: 10px 10px 10px calc(1.5em + 10px);
  background: #f2faf9;
  border-bottom: solid 1px rgb(var(--gsGreen));
  font-size: 1.3rem;
  line-height: 1.2;
}

.schoolBox .facBtmBlock h3::before {
  content: '';
  top: 50%;
  left: 10px;
  width: 1em;
  height: 1em;
  transform: translate(0, -50%);
}

.schoolBox .facBtmBlock h3::before {
  background: var(--svgSchoolGray);
}

.schoolBox .facBtmBlock h4 {
  align-items: center;
  padding: 10px;
  min-height: 40px;
  line-height: 1.4;
  font-weight: normal;
}

.schoolBox .facBtmBlock .facMainName{
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}

.schoolBox .facBtmBlock .facSubNameWrap{
  display: inline-block;
  padding-left: 5px;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.4;
}

.schoolBox .facBtmBlock .facSubNameWrap > * + *{
  position: relative;
  padding-left: 1em;
}

.schoolBox .facBtmBlock .facSubNameWrap > * + *::before{
  content: '';
  top: 0.425em;
  left: 0;
  width: 0.45em;
  height: 0.45em;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(-45deg);
}

.schoolBox .facBtmBlock h4 a .facultySubName{
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

/* .schoolBox .facBtmBlock .facSubNameWrap > * + *::before{
  content: '';
  top: 0.425em;
  left: 0.275em;
  width: 0.45em;
  height: 0.45em;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg);
} */

.schoolBox .facBtmBlock h4 a{
  color: rgb(var(--naviKoiBlue));
}

.schoolBox .facBtmBlock h4 a .facMainName{
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.schoolBox .facBtmBlock .facultyDetail {
  padding: 15px 0 30px;
  background: #f2faf9;
}

.schoolBox .facBtmBlock .itemTitle {
  padding: 0 15px;
  font-weight: bold;
  line-height: 1.4;
  color: rgb(var(--gsGreen));
}

.schoolBox .facBtmBlock .itemText {
  padding: 0 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 1.3rem;
  line-height: 1.8;
  max-height: 7.2em;
}

.schoolBox .facBtmBlock .itemMore {
  margin: 15px 15px 0;
  padding: 0 15px;
  width: auto;
}

.schoolBox .facBtmBlock .facultyQual {
  margin: 15px 15px 0;
  padding: 10px 0;
  background: #fff;
  border: 1px solid rgb(var(--naviGray));
  border-radius: 0.5rem;
}

.schoolBox .facBtmBlock .facultyQual h5 {
  margin: 0 0 10px;
  padding: 0 10px 10px;
  border-bottom: 1px solid rgb(var(--naviGray));
}

.schoolBox .facBtmBlock .facultyQual p {
  padding: 0 10px;
  font-size: 1.3rem;
  line-height: 1.8;
}


/* モーダルウィンドウ */
.madalBox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

/* ロードアニメーション */
.loading {
  position: absolute;
  z-index: 903;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.loading .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6em;
  height: 6em;
  font-size: 1rem;
  transform: translate(-50%, -50%);
}

.loading .animation span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6em;
  height: 6em;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

.loading .animation div {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6em;
  height: 6em;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
  border-radius: 100%;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

.loading .animation div:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background: #fff;
  box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.5);
  content: "";
  animation: anim4 1.5s linear infinite;
  border-radius: 100%;
  transform-origin: 3em 3em;
}

@keyframes anim4 {
  to {
    transform: rotate(360deg);
  }
}

.madal {
  position: absolute;
  top: 50px;
  left: 0;
  padding: 10px 0 0;
  width: 100%;
  height: calc(100vh - 50px);
  background: #fff;
  border-radius: 1.5rem 1.5rem 0 0;
}

.madalCol {
  display: none;
}


.madalBox .close {
  cursor: pointer;
  position: absolute;
  bottom: calc(100% + 5px);
  right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 0.5rem;
  color: rgba(255,255,255,0);
  overflow: hidden;
}

.madalBox .close::before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96%;
  height: 3px;
  border-radius: 0.5rem;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: 50% 50%;
}

.madalBox .close::after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96%;
  height: 3px;
  border-radius: 0.5rem;
  background: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: 50% 50%;
}

.madalBox .selectBox {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 10px;
  box-shadow: 0 -1px 0 0 rgb(var(--naviGray)) inset;
  font-size: 1.2rem;
}

.madalBox .selectItem {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: 0 3em 0 2em;
  width: 82%;
  min-height: 40px;
  background: rgba(77, 137, 209, 0.3);
  border-radius: 0.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  font-size: 1.2rem;
}

.madalBox .selectItem::before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 0.75em;
  width: 0.75em;
  height: 1.05em;
  border-bottom: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: translate(0, -50%) rotate(45deg);
}

.madalBox .selectItem label {
  cursor: pointer;
  position: relative;
  padding: 5px 2em 5px 5px;
  background: #fff;
  border: solid 1px rgb(var(--naviBlue));
  border-radius: 1rem;
  white-space: nowrap;
  color: rgb(var(--naviBlue));
}

.madalBox .selectItem label::before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  width: 1em;
  height: 2px;
  border-radius: 0.5rem;
  background: rgb(var(--naviBlue));
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: 50% 50%;
}

.madalBox .selectItem label::after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  width: 1em;
  height: 2px;
  border-radius: 0.5rem;
  background: rgb(var(--naviBlue));
  transform: translate(0, -50%) rotate(-45deg);
  transform-origin: 50% 50%;
}

.madalBox .deleteAll {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  height: 40px;
  background: rgb(var(--naviBlue));
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.2;
  text-align: center;
}

.madalBox h3 {
  margin: 0 auto 10px;
  width: 100%;
  text-align: left;
  font-size: 1.5rem;
  font-weight: bold;
}

.madalBox .inner.block {
  margin: 0 10px;
  border: solid 1px rgb(var(--naviGray));
}

.madalBox .inner {
  max-height: calc(100vh - 50px - 83px);
  overflow-y: auto;
}

.madalBox .inner .inner {
  padding: 0 0 200px;
  overflow-y: scroll;
}

.madalBox .tabList {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-bottom: 1px solid rgb(var(--naviGray));
}

.madalBox .tabList li {
  cursor: pointer;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  min-height: 40px;
  min-width: 30%;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
}

.madalBox .tabList .on {
  font-weight: bold;
}

.madalBox .tabList .on::before {
  pointer-events: none;
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 5px;
  background: rgb(var(--gsGreen));
  border-radius: 2px;
  animation: imomushi 0.25s linear 0s 1 normal forwards running;
  transform: scale(0, 1);
  transform-origin: center center;
}

@keyframes imomushi {
  0% {
    transform: scale(0, 1);
  }

  100% {
    transform: scale(1, 1);
  }
}

.madalBox .titleList {
  display: none;
}


.madalBox .titleCap {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 1.5em 5px 1.6em;
  min-height: 50px;
  font-size: 1.4rem;
  line-height: 1.4;
  box-shadow: 0 1px 0 0 rgb(var(--naviGray)) inset, 0 1px 0 0 rgb(var(--naviGray));
  transition: backgound 0.25s 0s linear;
  overflow: hidden;
}

.madalBox .titleCap.on {
  background: rgba(77, 137, 209, 0.15);
}

.madalBox .titleCap.off {
  background: #e5e5e5;
  color: #999;
}

.madalBox .titleCap::before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  transform: translate(0, -50%) rotate(45deg);
  transition: transform 0.25s 0s linear;
}

.madalBox .titleCap.on::before {
  transform: translate(0, -50%) rotate(225deg);
}

.madalBox .titleCap.choice::after {
  content: '選択中';
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 1.4em;
  background: rgb(var(--naviRed));
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  color: #fff;
  text-align: left;
  transform: translate(0, 0);
}

.madalBox .checkBox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 10px;
  padding: 20px 10px;
  width: calc(100% - 20px);
  max-height: 30vh;
  overflow-y: auto !important;
  background: rgba(77, 137, 209, 0.05);
}

.madalBox .inner.block .checkBox {
  padding: 15px 20px;
  max-height: none;
  background: #fff;
}

.madalBox .checkBox li {
  margin: 0 0 15px;
  min-width: 100%;
}

.madalBox .checkBox dt {
  margin: 0 0 30px;
  min-width: 100%;
  font-weight: bold;
}

.madalBox .checkBox dd {
  margin: 0 0 15px;
  width: 50%;
}

.madalBox .checkBox dd+dt {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px rgb(var(--naviGray));
}

/* 汎用的なチェックボックス */
.checkBox input {
  display: none;
}

.checkBox input+label {
  position: relative;
  padding: 10px 5px 10px 2.75em;
  font-size: 1.5rem;
  line-height: 1.5;
}

.checkBox input+label::before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 1.4em;
  left: 0.75em;
  width: 1.5em;
  height: 1.5em;
  border: solid 2px rgb(var(--naviGray));
  border-radius: 0.2rem;
  background: #fff;
  transform: translate(0, -50%);
  transform-origin: 50% 50%;
  transition: background 0.1s 0s linear;
}

.checkBox input+label::after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 1.2em;
  left: 1.3em;
  width: 0.8em;
  height: 1.3em;
  border-bottom: solid 5px rgb(var(--naviBlue));
  border-right: solid 5px rgb(var(--naviBlue));
  transform: translate(0, -50%) rotate(45deg) scale(0, 0);
  transform-origin: 50% 50%;
  opacity: 0;
  transition: border 0.1s 0s linear;
}

.checkBox input:checked+label::before {
  background: rgba(77, 137, 209, 0.1);
  border-color: rgba(77, 137, 209, 0.75);
}

.checkBox input:checked+label::after {
  transform: translate(0, -50%) rotate(45deg) scale(1, 1);
  opacity: 1;
}

.checkBox input[type="radio"]+label::before {
  border-radius: 50%;
}

.checkBox input[type="radio"]+label::after {
  top: 1.4em;
  left: 1.1em;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background: rgb(var(--naviBlue));
  transform: translate(0, -50%);
}

.checkBox input:disabled+label {
  color: #999;
}

.checkBox input:disabled+label::before {
  background: rgb(var(--naviGray));
}

.madalBox .buttonBox {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 902;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5em;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 1px 0 0 rgb(var(--naviGray)) inset;
  text-align: center;
}

.madalBox .buttonBox p {
  width: 100%;
}

.madalBox .buttonBox .sendBtn {
  margin: 0;
  min-width: 300px;
  max-width: 300px;
}

/* 汎用的な送信ボタン */
.sendBtn input[type="button"],
.sendBtn input[type="submit"] {
  display: none;
}

.sendBtn label {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 1.5em 0 1em;
  min-height: 40px;
  width: 100%;
  min-width: 220px;
  background: rgb(var(--gsGreen));
  background: linear-gradient(45deg, rgb(var(--gsGreen)) 0%, rgb(var(--gsGreen)) 100%);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 3rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

.searchBar .resetBtn {
  margin: 15px auto;
  width: 100%;
  text-align: right;
}

.searchBar .resetBtn a {
  cursor: pointer;
  position: relative;
  padding: 0 0 0 1.8em;
  color: #666;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  font-size: 1.3rem;
  line-height: 1.2;
}

.searchBar .resetBtn a::before,
.searchBar .resetBtn a::after {
  content: '';
  top: 50%;
  left: 0.5em;
  width: 1em;
  height: 2px;
  background: #666;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: center center;
}

.searchBar .resetBtn a::after {
  transform: translate(0, -50%) rotate(-45deg);
}


/* 確認ボックス*/
.madalBox .caveatBox {
  position: relative;
  display: none;
  z-index: 3;
}

.madalBox .caveat {
  position: fixed;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 20px;
  min-width: 400px;
  max-width: 80%;
  background: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  text-align: center;
  transform: translate(-50%, -50%);
}

.madalBox .caveatItem {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.4;
}

.madalBox .caveatList {
  max-width: 80%;
}

.madalBox .caveatList li {
  position: relative;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: left;
}

.madalBox .caveatList li::before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  background: rgb(var(--naviBlue));
  border-radius: 50%;
}

.madalBox .caveatButton {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  width: 100%;
}

.madalBox .caveatBox .yes {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-height: 30px;
  min-width: 30%;
  background: rgb(var(--naviBlue));
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
}

.madalBox .caveatBox .no {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-height: 30px;
  min-width: 30%;
  background: rgb(var(--naviGray));
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
}


/* 削除ボタン */
.madalBox .deleteBtn {
  position: relative;
  padding: 10px 15px;
  width: 100%;
  text-align: right;
}

.madalBox .deleteBtn::before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: calc(100% - 20px);
  height: 1px;
  background: rgb(var(--naviGray));
  transform: translate(-50%, 0);
}

.madalBox .deleteBtn span {
  display: inline-block;
  cursor: pointer;
  color: rgb(var(--gsGreen));
  text-decoration: underline;
  text-decoration-thickness: 1px;
  font-size: 1.3rem;
}


@media screen and (min-width: 768px) {
  .srchRes .keywordSrch form {
    flex-direction: row-reverse;
  }

  .srchRes .keywordSrch input[type="search"] {
    padding-left: 15px;
    min-height: 3rem;
    border-radius: 0.5rem 0 0 0.5rem;
    font-size: 1.3rem;
  }

  .srchRes .keywordSrch .srchBtn {
    width: 3em;
    min-height: 3rem;
    background: var(--svgGlassWhite), #999;
    background-size: 1em auto;
    border-radius: 0 0.5rem 0.5rem 0;
  }

  .srchRes .mainTitle {
    font-size: 2rem;
  }

  .srchRes .searchBar{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 1rem 1.5rem;
    background: #fafafa;
  }

  .srchRes .searchBar .resetBtn{
    grid-column: 1 / 5;
    margin: 0 auto;
  }

  .srchRes .searchBar .resetBtn a{
    font-size: 1.2rem;
  }

  .srchRes .searchBar .cihld,
  .srchRes .searchBar .cihld:last-child,
  .srchRes .searchBar.srhE .cihld:nth-last-child(2) {
    border: none;
    grid-template-columns: auto;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }

  .srchRes .searchBar .supTitle{
    padding: 0 5px;
    color: rgb(var(--naviBlue));
    font-size: 1.1rem;
  }

  .srchRes .searchBar .supTitle::before{
    content: none;
  }

  .srchRes .searchBar .selectDown {
    padding: 5px;
    border: 1px solid #d9d9d9;
  }

  .srchRes .searchBar .txt{
    font-size: 1rem;
    line-height: 1.4;
  }

  .srchRes .searchBar.srhE{
    justify-items: center;
    grid-template-columns: 1fr 1fr 0.6fr;
    max-width: 800px;
    width: 100%;
  }

  .srchRes .searchBar.srhE .searchSendBtn{
    align-self: flex-end;
    grid-area: 1 / 3 / 3 / 4;
    margin: 0.5rem 0 0.5rem 1.5rem;
  }
  
  .srchRes .searchBar .btn,
  .srchRes .searchSendBtn a{
    font-size: 1rem;
  }


  .facBtmBlock .moreReadBar:hover .moreDown {
    opacity: 0.5;
  }

  .srchRes .adBaner {
    margin-bottom: 40px;
  }

  .srchRes .srchResMsg {
    border-bottom: 3px solid rgb(var(--naviGray));
    font-size: 2.2rem;
  }

  .linkBtn.hasAutBtn .addBoxBtnWrap{
    grid-area: 1 / 1 / 2 / 2;
  }
  
  .linkBtn.hasAutBtn .opBtn{
    grid-area: 3 / 1 / 4 / 2;

  }
  
  .linkBtn.hasAutBtn .notPampNavi{
    grid-area: 2 / 1 / 3 / 2;
  }
 
  .schoolBox .facBtmBlock .inner {
    display: flex;
    width: 100%;
  }

  .schoolBox .facBtmBlock h4 {
    padding: 15px 20px;
    min-height: 50px;
    background: #fff;
  }

  .schoolBox .facBtmBlock .facMainName{
    font-size: 2rem;
  }

  .schoolBox .facBtmBlock .facSubNameWrap{
    padding-left: 15px;
  }

  .schoolBox .facBtmBlock .inner+.inner {
    margin-top: 15px;
  }

  .schoolBox .facBtmBlock .inner.facEmp+.inner.facEmp {
    margin-top: 0;
  }

  .schoolBox .facBtmBlock .itemTitle {
    margin-bottom: 15px;
  }

  .schoolBox .facBtmBlock .itemText {
    background: #fafafa;
    border-radius: 0.5rem;
    font-size: 1.2rem;
  }

  .schoolBox .facBtmBlock .itemMore {
    margin-right: 0;
  }

  .schoolBox .facBtmBlock .facultyDetail {
    background: #fff;
  }

  .schoolBox .facBtmBlock .facultyQual {
    margin: 15px 0 0;
    padding: 15px 0 0;
    border: 0;
    border-top: 1px dashed rgb(var(--naviGray));
    border-radius: 0;
  }

  .schoolBox .facBtmBlock .facultyQual h5 {
    margin: 0;
    border-bottom: 0;
    font-size: 1.2rem;
  }

  .schoolBox .facBtmBlock .facultyQual p {
    font-size: 1.2rem;
  }

  .schoolBox .applyBtn {
    margin: 0 auto;
    width: 100%;
    text-align: left;
  }

  /* モーダルウィンドウ */
  .madal {
    left: 50%;
    transform: translate(-50%, 0);
    padding: 20px 0 0;
    width: 80%;
    max-width: 800px;
    height: auto;
    border-radius: 1.5rem;
  }

  .madalBox .close {
    width: 30px;
    height: 30px;
  }

  .madalBox .selectBox {
    margin: 0;
    padding: 0 5px 15px 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .madalBox .selectBox::before {
    left: auto;
    right: calc(60% - 1.5em);
  }

  .madalBox h3 {
    margin: 0;
    width: 30%;
    font-size: 1.8rem;
  }

  .madalBox .selectItem {
    height: 4rem;
    width: 55%;
    -webkit-appearance: none;
    appearance: none;
    -ms-appearance: none;
    scrollbar-width: thin;
    scrollbar-color: rgb(var(--naviGray)) rgba(255, 255, 255, 0.5);
  }

  .madalBox .selectItem::-webkit-scrollbar {
    height: 5px;
  }

  .madalBox .selectItem::-webkit-scrollbar-track {
    background: rgb(var(--naviGray));
    border-radius: 5px;
  }

  .madalBox .selectItem::-webkit-scrollbar-thumb {
    background: rgb(var(--naviBlue));
    height: 5px;
    border-radius: 5px;
  }

  .madalBox .deleteAll {
    width: 12%;
  }

  .madalBox .selectItem label {
    padding: 5px 2em 5px 5px;
    font-size: 1.2rem;
  }

  .madalCol::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }

  .madalCol::-webkit-scrollbar-track {
    background: rgb(var(--naviGray));
    border-radius: 5px;
  }

  .madalCol::-webkit-scrollbar-thumb {
    background: #6294d1;
    border-radius: 5px;
  }

  .madalBox .inner {
    display: flex;
    max-height: none;
    padding: 0 20px 20px;
    height: 50vh;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-appearance: none;
    appearance: none;
    -ms-appearance: none;
    scrollbar-width: thin;
    scrollbar-color: rgb(var(--naviGray)) rgba(255, 255, 255, 0.5);
  }

  .madalBox .inner::-webkit-scrollbar {
    width: 5px;
  }

  .madalBox .inner::-webkit-scrollbar-track {
    background: rgb(var(--naviGray));
    border-radius: 5px;
  }

  .madalBox .inner::-webkit-scrollbar-thumb {
    background: rgb(var(--naviBlue));
    height: 5px;
    border-radius: 5px;
  }

  .madalBox .inner.block {
    margin: 0 20px;
    display: block;
  }

  .madalBox .inner .inner {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 70%;
    background: #fff;
    overflow-y: visible;
  }

  .madalBox .tabBox {
    display: flex;
  }

  .madalBox .tabList li:hover {
    background: rgba(77, 137, 209, 0.3);
    transition: background 0.25s 0s linear;
  }

  .madalBox .titleList {
    display: block;
    position: relative;
    z-index: 2;
    padding: 0;
    min-width: 30%;
    border-right: solid 1px rgb(var(--naviGray));
    overflow-y: scroll;
    -webkit-appearance: none;
    appearance: none;
    -ms-appearance: none;
    scrollbar-width: thin;
    scrollbar-color: rgb(var(--naviGray)) rgba(255, 255, 255, 0.5);
  }

  .madalBox .titleList::-webkit-scrollbar {
    width: 0;
  }

  .madalBox .titleList::-webkit-scrollbar-track {
    background: rgb(var(--naviGray));
    border-radius: 5px;
  }

  .madalBox .titleList::-webkit-scrollbar-thumb {
    background: rgb(var(--naviBlue));
    height: 5px;
    border-radius: 5px;
  }

  .madalBox .titleList li {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    padding: 1.4rem 1.5em 1.4rem 1.5rem;
    min-height: 40px;
    font-size: 1.4rem;
    line-height: 1.4;
    border: solid 1px rgb(var(--naviGray));
    border-right: 0;
    border-top: 0;
    overflow: hidden;
  }

  .madalBox .titleList li::before {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    border-bottom: solid 1px #333;
    border-right: solid 1px #333;
    transform: translate(0, -50%) rotate(-45deg);
  }

  .madalBox .titleList li:hover {
    background: rgba(77, 137, 209, 0.3);
    transition: background 0.25s 0s linear;
  }

  .madalBox .titleList+.inner {
    position: relative;
    z-index: 1;
    top: inherit;
    left: inherit;
    transform: translate(-1px, 0);
  }

  .madalBox .titleCap {
    display: none;
  }

  .madalBox .tabBox .titleList+.inner {
    border-top: 0;
  }

  .madalBox .checkBox {
    margin: 0;
    padding: 20px 10px;
    width: 100%;
    height: 100%;
    gap: 0;
    align-content: flex-start;
    overflow-y: visible !important;
    max-height: none;
    background: #fff;
    border-left: solid 1px rgb(var(--naviGray));
  }

  .madalBox .inner.block .checkBox {
    padding: 20px 30px;
  }

  .madalBox .checkBox li {
    min-width: 28%;
  }

  .madalBox .checkBox dt {
    min-width: 95%;
  }

  .checkBox input:disabled+label {
    cursor: not-allowed;
  }

  /* 汎用的なチェックボックス */
  .checkBox input+label:hover {
    background: rgba(77, 137, 209, 0.1);
    transition: background 0.25s 0s linear;
  }

  .checkBox input:disabled+label:hover {
    background: inherit;
  }

  .madalBox .buttonBox {
    position: relative;
    bottom: 0;
    flex-wrap: nowrap;
    gap: 1em;
    margin: 0 auto;
    padding-bottom: 30px;
    width: auto;
    height: auto;
    border-top: 0;
    border-radius: 0 0 1.5rem 1.5rem;
    box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.2);
  }

  .madalBox .buttonBox p {
    width: auto;
  }

  .madalBox .buttonBox .sendBtn {
    margin: 30px 0 0;
  }

  /* 汎用的な送信ボタン */
  .sendBtn label:hover {
    background: rgba(77, 137, 209, 0.5);
  }

  .madalBox .titleList .on {
    background: rgba(77, 137, 209, 0.1);
    font-weight: bold;
    transition: background 0.25s 0s linear;
  }

  .madalBox .titleList .off {
    background: #e5e5e5;
    color: #999;
  }

  .madalBox .titleList .off:hover {
    background: rgb(var(--naviGray));
  }

  .madalBox .titleList .choice::after {
    content: '選択中';
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 0 15px;
    height: 1.4em;
    background: rgb(var(--naviRed));
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    font-size: 1rem;
    color: #fff;
    text-align: left;
    transform: translate(0, 0);
  }

  .madalBox .titleList .choice::before {
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 0;
    border-color: rgba(255,255,255,0) #b3b3b3 rgba(255,255,255,0) rgba(255,255,255,0);
    transform: translate(-8px, 1.5em);
    font-size: 1rem;
  }
}


@media screen and (min-width: 1200px) {
  .schoolBox .upperBlock {
    grid-template-columns: auto 200px;
    padding: 15px 30px 30px;
    gap: 30px;
    width: 100%;
  }

  .schoolBox .bottomBlock .infoTitle h3 {
    width: auto;
  }


/* イベント用再検索バー【仮】 */
.searchCondition {
  margin: 0 10px 10px;
  font-size: 0.8em;
}

.searchCondition dl {
  background: rgba(255,255,255,0);
  margin: 0.5rem;
  padding: 0;
  overflow: hidden;
}

.searchCondition dt,
.searchCondition dd {
  display: inline;
  margin: 0;
  word-break: break-all;
  overflow-wrap: break-word;
}

.searchCondition dt {
  font-weight: bold;
}

.searchCondition dt:after {
  content: ":";
}

.searchCondition dd+dt:before {
  content: "｜";
}

.srchCmn .adLinks {
  margin: 30px auto;
  padding: 15px 5px;
  max-width: 800px;
  background: rgba(255, 255, 255, 0.5);
}

.srchCmn .adSlider.swiper .swiper-slide {
  width: calc(50cqw - 15px);
  max-width: 180px;
}

/* ======== article end ================*/