header.ctn2-content {
  padding: 25px 39px 12px;
}
header.ctn2-content .content-inner2 {
  display: flex;
  justify-content: space-between;
}
header.ctn2-content .content-inner2 figure {
  display: contents;
}
header.ctn2-content .content-inner2 figure img {
  object-fit: cover;
  object-position: left center;
  height: 140px;
}
header.ctn2-content .hdg-lv01-01 {
  font-weight: 350;
  font-size: 2.1875rem;
  line-height: calc(51.8 / 35);
}
@media screen and (max-width: 767px) {
  header.ctn2-content {
    padding: 0 1.75rem 12px;
  }
  header.ctn2-content .content-inner2 {
    flex-direction: column;
    gap: 34px;
  }
  header.ctn2-content .hdg-lv01-01 {
    line-height: calc(45 / 35);
  }
  header.ctn2-content .content-inner2 br {
    display: none;
  }
  header.ctn2-content .content-inner2 figure img {
    width: 100%;
    height: auto;
  }
}

.section-school {
  margin: 0 0 1em;
  padding-top: 0;
  position: relative;
}
.section-school::before {
  content: "";
  display: block;
  width: 100%;
  margin-bottom: 16px;
  border-top: 1px solid #F5911D;
}
.section-school--pref {
  margin-top: 16px;
}
.section-school--pref::before {
  content: none;
}
.section-school .map {
  max-width: 567px;
  margin: auto;
  position: relative;
}
.section-school .map > svg {
  display: block;
  max-width: 100%;
  margin: auto;
  color: #FF931E;
}
.section-school .map nav dl dd {
  display: flex;
  align-items: center;
  position: relative;
}
.section-school .map nav dl dd a {
  display: contents;
}
.section-school .map nav dl dd a::before {
  content: "";
  background: #FF931E;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.25em;
  border-radius: 50%;
  vertical-align: middle;
}
.section-school .map nav dl dd a:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-width: 1px;
  border-style: solid solid none none;
  border-color: white;
  position: absolute;
  top: calc(50% - 3px);
  left: 4px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .section-school--map {
    background: #F5F5F5;
    margin: 0 39px;
    padding: 16px 0 30px;
  }
  .section-school--map::before {
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-school .map nav {
    background: white;
    box-sizing: border-box;
    width: 100%;
    max-width: 364px;
    padding: 2em 2.5em;
    border: 1px solid #808080;
    border-radius: 13px;
    position: absolute;
    top: calc(var(--y) * 1px - 84px);
    left: calc(var(--x) * 1px - 150px);
    z-index: 10;
  }
  .section-school .map nav.active {
    display: block;
  }
  .section-school .map nav button {
    background: transparent;
    padding: 0;
    border: none;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 1;
  }
  .section-school .map nav dl {
    display: none;
    grid-template-columns: repeat(3, auto);
    gap: 0 1em;
    font-weight: 300;
    line-height: calc(39 / 20);
  }
  .section-school .map nav dl.active {
    display: grid;
  }
  .section-school .map nav dl dt {
    grid-column: span 3;
    margin: 0 0 4px;
    border-bottom: 2px solid #F5911F;
    font-weight: bold;
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .section-school::before {
    width: auto;
    margin: 0 -1.75rem 16px;
  }
  .section-school .map > svg {
    display: none;
  }
  .section-school .map nav {
    background: rgba(255, 255, 255, 0.4);
    display: grid;
    gap: 0.25em;
    grid-template-columns: repeat(3, auto);
    position: relative;
  }
  .section-school .map nav dl {
    display: contents;
  }
  .section-school .map nav dl::before {
    content: "";
    grid-column: span 3;
    margin: 1em 0 0.25em;
    border-top: 1px solid #808080;
  }
  .section-school .map nav dl dt {
    box-sizing: border-box;
    width: 100%;
    font-weight: bold;
    line-height: calc(22 / 16);
  }
  .section-school .map nav dl dd:nth-child(2n) {
    grid-column: 2;
  }
}

.section-school .recommend ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 2em 1em;
  line-height: calc(26 / 16);
}
.section-school .recommend ul figure img {
  max-width: 100%;
}
.section-school .recommend ul .name {
  font-weight: bold;
}
.section-school .recommend ul .status {
  font-size: 0.875em;
}

.section-school .search dl {
  background: #D9D9D96B;
  display: flex;
  align-items: center;
  gap: 2em;
  padding: 0.5em 1.5em;
  border-radius: 10px;
}
.section-school .search dl dt {
  padding-right: 2em;
  border-right: 2px solid;
  font-weight: bold;
  font-size: 1.125em;
}
.section-school .search dl dd {
  display: contents;
}
.section-school .search dl dd fieldset {
  display: flex;
  align-items: center;
  gap: 0.75em;
}
.section-school .search dl dd fieldset select {
  background: #fff;
  box-sizing: border-box;
  height: 2.5em;
  padding: 0 1em;
  border: 1px solid;
  font: inherit;
  font-weight: 500;
}
.section-school .search .count {
  margin: 1.5em 1.5em 1em;
  font-size: 1.25em;
}

.section-school .schools .school {
  padding: 1em 2em;
  border-top: 1px solid #313131;
}
.section-school .schools .school .outline {
  display: grid;
  grid-template-columns: 1fr calc(391 / 896 * 100%);
  grid-auto-rows: auto auto 1fr;
  gap: 1em 4.6875em;
}
.section-school .schools .school .noncredit {
  display: block;
}
.section-school .schools .school .outline figure {
  grid-column: 2;
  grid-row: 2 / span 3;
  text-align: center;
}
.section-school .schools .school .outline figure img {
  max-width: 100%;
  width: 100%;
}
.section-school .schools .school .outline .website {
  grid-column: 2;
  background: #F5911E;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 246px;
  height: 40px;
  margin-left: -3.5em;
  border-radius: 5px;
  font-weight: 500;
  color: white;
}
.section-school .schools .school .outline .name {
  grid-column: span 2;
  margin-left: -2rem;
  padding-left: 2rem;
  padding-bottom: 5px;
  border-bottom: 1px dotted #707070;
  font-weight: 500;
  font-size: 1.6875em;
  line-height: calc(39.96 / 27);
}
.section-school .schools .school .outline .address {
  display: grid;
  grid-template-columns: 1fr 127px;
  gap: 0 1em;
  line-height: calc(20 / 16);
}
.section-school .schools .school .noncredit .address {
  display: block;
  margin-top: 10px;
}
.section-school .schools .school .outline .address .type {
  font-weight: bold;
}
.section-school .schools .school .outline .address address {
  grid-column: 1;
  font: inherit;
}
.section-school .schools .school .outline .address a {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: flex-end;
  height: 40px;
  border: 1px solid;
  border-radius: 5px;
}
.section-school .schools .school .outline .desc {
  grid-row: span 2;
  line-height: calc(24 / 16);
}
.section-school .schools .school .outline figure ~ .desc {
  grid-row: auto;
}
.section-school .schools .school .outline figure ~ .website {
  grid-column: 1;
  margin: 0;
}
.section-school .schools .school .course {
  margin: 1em 0 0 -2em;
  padding: 1em 0 0 2em;
  border-top: 1px dashed #F5911D;
  line-height: calc(20 / 18);
}
.section-school .schools .school .course .heading {
  font-weight: 500;
  font-size: 1.125em;
}
.section-school .schools .school .course .name {
  margin-top: 1rem;
}
.section-school .schools .school .course .name a {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-weight: 500;
  font-size: 1.125em;
  color: #FF931E;
}
.section-school .schools .school .course .name a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid solid none none;
  border-width: 1px;
  border-color: #FF931E;
  transform: rotate(45deg);
}
.section-school .schools .school .course .desc {
  margin-top: 0.5em;
  font-size: 0.875em;
  line-height: calc(22 / 14);
}
@media screen and (max-width: 767px) {
  .section-school .search dl {
    flex-direction: column;
    align-items: stretch;
    gap: 0.625em;
    padding: 0.75em 0.75em 1.25em;
  }
  .section-school .search dl dt {
    padding: 0 0 4px;
    border-right: none;
    border-bottom: 2px solid;
  }
  .section-school .search dl dd fieldset {
    flex-direction: column;
    align-items: baseline;
    gap: 2px;
  }
  .section-school .search .count {
    margin: 0.75rem;
  }
  .section-school .schools {
    margin: 0 -1.75rem;
  }
  .section-school .schools .school {
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding: 1.5em 1.75em;
  }
  .section-school .content-inner2 .schools .hidden {
    display: none;
  }
  .section-school .schools .school .outline,
  .section-school .schools .school .courses {
    display: contents;
  }
  .section-school .schools .school .outline .website,
  .section-school .schools .school .outline figure ~ .website {
    margin: auto;
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .heading-fig01 {
    padding: 0 10px;
  }
  .heading-fig01 .heading-fig01_img img {
    border-radius: 6px;
  }
  .heading-fig01_centered_wrap .heading-fig01_tit {
    font-size: 16px;
  }
  .heading-fig01_centered_wrap p {
    font-size: 12px;
  }
}
