@charset "UTF-8";
/************area*************/
#contentsTitle {
  width: 960px;
  height: 300px;
  margin-bottom: 20px;
}

.txt {
  font-size: 14px;
  margin-bottom: 20px;
}

.s {
  font-size: 12px !important;
}

#index-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#index-list ul li {
  width: 300px;
  height: 120px;
  border: solid 1px #707070;
  border-radius: 3px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  transition: 0.3s;
}
#index-list ul li a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#index-list ul li a figure {
  width: 180px;
  height: 120px;
}
#index-list ul li a figure img {
  width: 100%;
  border-radius: 3px 0 0 3px;
}
#index-list ul li a span {
  width: 120px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #5ebad6;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-list ul li:hover {
  box-shadow: none;
  opacity: 0.5;
}

/*********下層**********/
#contentsTitle-sub {
  margin-bottom: 40px;
}

#tohoku p {
  font-size: 16px;
  line-height: 1.5;
}
#tohoku #school-link {
  margin: 0 20px 40px;
}
#tohoku #school-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: calc((100% - 762px) / 2);
       column-gap: calc((100% - 762px) / 2);
}
#tohoku #school-link ul li {
  width: 250px;
  height: 50px;
  border: solid 2px #026ab3;
  border-radius: 3px;
  box-shadow: 0 3px 0 rgba(2, 106, 179, 0.25);
  transition: 0.5s;
  margin-bottom: 20px;
}
#tohoku #school-link ul li a {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #026ab3;
  line-height: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#tohoku #school-link ul li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  color: #026ab3;
  margin-left: 5px;
}
#tohoku #school-link ul li:hover {
  box-shadow: none;
  background-color: #026ab3;
}
#tohoku #school-link ul li:hover a {
  color: #ffffff;
}
#tohoku #school-link ul li:hover a::after {
  color: #ffffff;
}
#tohoku #merit {
  height: auto;
  overflow: hidden;
  background-color: #f0f0f0;
  padding: 40px 40px 0;
  margin-bottom: 60px;
  box-sizing: border-box;
}
#tohoku #merit h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #026ab3;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#tohoku #merit h2 mark {
  background: linear-gradient(transparent 75%, #F7FF00 0%);
}
#tohoku #merit h2 mark::before {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #026ab3;
}
#tohoku #merit h2 mark::after {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #026ab3;
  transform: rotate(90deg);
  display: inline-block;
}
#tohoku #merit article {
  position: relative;
}
#tohoku #merit article figure {
  line-height: 0;
}
#tohoku #merit article div {
  width: 500px;
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
}
#tohoku #merit article div h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #111111;
  line-height: 1;
  margin-bottom: 20px;
}
#tohoku #merit article div h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-weight: 900;
  color: #f7ff00;
  margin-right: 5px;
}
#tohoku #merit article:nth-last-of-type(odd) div {
  right: 0;
}
#tohoku #merit article:nth-last-of-type(even) {
  text-align: right;
}
#tohoku #merit article:nth-last-of-type(even) div {
  left: 0;
  text-align: left;
}
#tohoku #topics {
  margin: 0 40px 40px;
  border: solid 5px #026ab3;
  border-radius: 20px;
  background-color: rgba(2, 106, 179, 0.05);
  padding: 35px 20px;
  box-sizing: border-box;
  position: relative;
}
#tohoku #topics h2 {
  position: absolute;
  left: 45px;
  top: -23px;
}
#tohoku #topics h2 svg {
  width: 226px;
  height: 46px;
}
#tohoku #topics h2 svg text {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 36px;
  line-height: 1;
  stroke-linejoin: round;
  dominant-baseline: text-before-edge;
  letter-spacing: 0.25em;
}
#tohoku #topics h2 svg text.foreground {
  fill: #fff;
}
#tohoku #topics h2 svg text.background {
  stroke: #026ab3;
  stroke-width: 10;
}
#tohoku #topics h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 18px;
  color: #FF3B3B;
  border-bottom: solid 1px #FF3B3B;
  padding-bottom: 7.5px;
  margin-bottom: 20px;
}
#tohoku #topics p:not(:last-of-type) {
  margin-bottom: 20px;
}
#tohoku #proud .lead {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #111111;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
#tohoku #proud h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #026ab3;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#tohoku #proud h2 mark {
  color: #026ab3;
  background: linear-gradient(transparent 75%, #F7FF00 0%);
}
#tohoku #proud h2 span {
  font-size: 24px;
}
#tohoku #proud h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #026ab3;
}
#tohoku #proud h2::after {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #026ab3;
  transform: rotate(90deg);
  display: inline-block;
}
#tohoku #proud div {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: calc((100% - 900px) / 2);
       column-gap: calc((100% - 900px) / 2);
  justify-content: center;
  margin-bottom: 60px;
}
#tohoku #proud div article {
  width: 300px;
  text-align: center;
}
#tohoku #proud div article h3 {
  background-color: #026ab3;
  border-radius: 50vh;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
  padding: 5px 30px;
  margin-bottom: 17px;
  box-sizing: border-box;
  display: inline-block;
}
#tohoku #proud div article img {
  margin-bottom: 20px;
}
#tohoku #proud div article figcaption {
  font-size: 18px;
  color: #111111;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}
#tohoku #proud div article figcaption,
#tohoku #proud div article p {
  text-align: left;
}
#tohoku .school:not(:first-child) {
  margin-top: 40px;
}
#tohoku .school #title {
  background-color: #026ab3;
  border-radius: 5px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
  padding: 10px 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#tohoku .school #title svg {
  width: 45px;
  height: 36px;
}
#tohoku .school .school-tab {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  -moz-column-gap: 2px;
       column-gap: 2px;
  border-bottom: solid 10px #63D2A9;
  margin-bottom: 40px;
}
#tohoku .school .school-tab li {
  width: 33.3333333333%;
  height: 70px;
  background-color: #E9E7E7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #484848;
  line-height: 1;
  transition: 0.5s;
}
#tohoku .school .school-tab li.check {
  background-color: #63D2A9;
  color: #ffffff;
}
#tohoku .school .school-tab li:hover {
  background-color: #63D2A9;
  color: #ffffff;
  cursor: pointer;
}
#tohoku .school .school-tab.tab-only li {
  width: 75%;
}
#tohoku .school .school-tab.tab-double li {
  width: 45%;
}
#tohoku .school .contents {
  opacity: 0;
  height: 0;
  margin: 0;
  z-index: -10;
}
#tohoku .school .show {
  opacity: 1;
  height: 100%;
  z-index: 10;
}
#tohoku .school section[id^=school-list-] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px calc((100% - 870px) / 2);
}
#tohoku .school section[id^=school-list-].show article {
  display: initial;
  width: 290px;
  height: auto;
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-bottom: 30px;
  z-index: inherit;
}
#tohoku .school section[id^=school-list-].show article h2 {
  background-color: #5EBAD6;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
  padding: 10px 20px;
  box-sizing: border-box;
}
#tohoku .school section[id^=school-list-].show article img {
  max-width: 250px;
  margin: 0 auto;
}
#tohoku .school section[id^=school-list-].show article p {
  margin: 0 10px;
}
#tohoku .school section[id^=school-list-].show article .map::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  color: #FF6D6D;
  font-weight: 900;
}
#tohoku .school section[id^=school-list-].show article .field::before {
  font-family: "Font Awesome 5 Free";
  content: "\f02d";
  color: #6FC57D;
  font-weight: 900;
}
#tohoku .school section[id^=school-list-].show article > ul {
  margin: auto auto 0;
}
#tohoku .school section[id^=school-list-].show article > ul li {
  width: 270px;
  height: 50px;
  border-radius: 3px;
  transition: 0.5s;
}
#tohoku .school section[id^=school-list-].show article > ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
}
#tohoku .school section[id^=school-list-].show article > ul li:first-of-type {
  background-color: #5DC85A;
  margin-bottom: 20px;
}
#tohoku .school section[id^=school-list-].show article > ul li:last-of-type {
  background-color: #EFA12D;
}
#tohoku .school section[id^=school-list-].show article > ul li:hover {
  opacity: 0.75;
}
#tohoku .school article {
  display: none;
}

#ibaraki-tochigi p {
  font-size: 16px;
  line-height: 1.5;
}
#ibaraki-tochigi #school-link {
  margin: 0 20px 40px;
}
#ibaraki-tochigi #school-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: calc((100% - 762px) / 2);
       column-gap: calc((100% - 762px) / 2);
}
#ibaraki-tochigi #school-link ul li {
  width: 250px;
  height: 50px;
  border: solid 2px #a6318c;
  border-radius: 3px;
  box-shadow: 0 3px 0 rgba(166, 49, 140, 0.25);
  transition: 0.5s;
  margin-bottom: 20px;
}
#ibaraki-tochigi #school-link ul li a {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #a6318c;
  line-height: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#ibaraki-tochigi #school-link ul li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  color: #a6318c;
  margin-left: 5px;
}
#ibaraki-tochigi #school-link ul li:hover {
  box-shadow: none;
  background-color: #a6318c;
}
#ibaraki-tochigi #school-link ul li:hover a {
  color: #ffffff;
}
#ibaraki-tochigi #school-link ul li:hover a::after {
  color: #ffffff;
}
#ibaraki-tochigi #merit {
  height: auto;
  overflow: hidden;
  background-color: #f0f0f0;
  padding: 40px 40px 0;
  margin-bottom: 60px;
  box-sizing: border-box;
}
#ibaraki-tochigi #merit h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #a6318c;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#ibaraki-tochigi #merit h2 mark {
  background: linear-gradient(transparent 75%, #F7FF00 0%);
}
#ibaraki-tochigi #merit h2 mark::before {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #a6318c;
}
#ibaraki-tochigi #merit h2 mark::after {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #a6318c;
  transform: rotate(90deg);
  display: inline-block;
}
#ibaraki-tochigi #merit article {
  position: relative;
}
#ibaraki-tochigi #merit article figure {
  line-height: 0;
}
#ibaraki-tochigi #merit article div {
  width: 500px;
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
}
#ibaraki-tochigi #merit article div h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #111111;
  line-height: 1;
  margin-bottom: 20px;
}
#ibaraki-tochigi #merit article div h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-weight: 900;
  color: #f7ff00;
  margin-right: 5px;
}
#ibaraki-tochigi #merit article:nth-last-of-type(odd) div {
  right: 0;
}
#ibaraki-tochigi #merit article:nth-last-of-type(even) {
  text-align: right;
}
#ibaraki-tochigi #merit article:nth-last-of-type(even) div {
  left: 0;
  text-align: left;
}
#ibaraki-tochigi #topics {
  margin: 0 40px 40px;
  border: solid 5px #a6318c;
  border-radius: 20px;
  background-color: rgba(166, 49, 140, 0.05);
  padding: 35px 20px;
  box-sizing: border-box;
  position: relative;
}
#ibaraki-tochigi #topics h2 {
  position: absolute;
  left: 45px;
  top: -23px;
}
#ibaraki-tochigi #topics h2 svg {
  width: 226px;
  height: 46px;
}
#ibaraki-tochigi #topics h2 svg text {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 36px;
  line-height: 1;
  stroke-linejoin: round;
  dominant-baseline: text-before-edge;
  letter-spacing: 0.25em;
}
#ibaraki-tochigi #topics h2 svg text.foreground {
  fill: #fff;
}
#ibaraki-tochigi #topics h2 svg text.background {
  stroke: #a6318c;
  stroke-width: 10;
}
#ibaraki-tochigi #topics h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 18px;
  color: #FF3B3B;
  border-bottom: solid 1px #FF3B3B;
  padding-bottom: 7.5px;
  margin-bottom: 20px;
}
#ibaraki-tochigi #topics p:not(:last-of-type) {
  margin-bottom: 20px;
}
#ibaraki-tochigi #proud .lead {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #111111;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
#ibaraki-tochigi #proud h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #a6318c;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#ibaraki-tochigi #proud h2 mark {
  color: #a6318c;
  background: linear-gradient(transparent 75%, #F7FF00 0%);
}
#ibaraki-tochigi #proud h2 span {
  font-size: 24px;
}
#ibaraki-tochigi #proud h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #a6318c;
}
#ibaraki-tochigi #proud h2::after {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #a6318c;
  transform: rotate(90deg);
  display: inline-block;
}
#ibaraki-tochigi #proud div {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: calc((100% - 900px) / 2);
       column-gap: calc((100% - 900px) / 2);
  justify-content: center;
  margin-bottom: 60px;
}
#ibaraki-tochigi #proud div article {
  width: 300px;
  text-align: center;
}
#ibaraki-tochigi #proud div article h3 {
  background-color: #a6318c;
  border-radius: 50vh;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
  padding: 5px 30px;
  margin-bottom: 17px;
  box-sizing: border-box;
  display: inline-block;
}
#ibaraki-tochigi #proud div article img {
  margin-bottom: 20px;
}
#ibaraki-tochigi #proud div article figcaption {
  font-size: 18px;
  color: #111111;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}
#ibaraki-tochigi #proud div article figcaption,
#ibaraki-tochigi #proud div article p {
  text-align: left;
}
#ibaraki-tochigi .school:not(:first-child) {
  margin-top: 40px;
}
#ibaraki-tochigi .school #title {
  background-color: #a6318c;
  border-radius: 5px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
  padding: 10px 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#ibaraki-tochigi .school #title svg {
  width: 45px;
  height: 36px;
}
#ibaraki-tochigi .school .school-tab {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  -moz-column-gap: 2px;
       column-gap: 2px;
  border-bottom: solid 10px #63D2A9;
  margin-bottom: 40px;
}
#ibaraki-tochigi .school .school-tab li {
  width: 33.3333333333%;
  height: 70px;
  background-color: #E9E7E7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #484848;
  line-height: 1;
  transition: 0.5s;
}
#ibaraki-tochigi .school .school-tab li.check {
  background-color: #63D2A9;
  color: #ffffff;
}
#ibaraki-tochigi .school .school-tab li:hover {
  background-color: #63D2A9;
  color: #ffffff;
  cursor: pointer;
}
#ibaraki-tochigi .school .school-tab.tab-only li {
  width: 75%;
}
#ibaraki-tochigi .school .school-tab.tab-double li {
  width: 45%;
}
#ibaraki-tochigi .school .contents {
  opacity: 0;
  height: 0;
  margin: 0;
  z-index: -10;
}
#ibaraki-tochigi .school .show {
  opacity: 1;
  height: 100%;
  z-index: 10;
}
#ibaraki-tochigi .school section[id^=school-list-] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px calc((100% - 870px) / 2);
}
#ibaraki-tochigi .school section[id^=school-list-].show article {
  display: initial;
  width: 290px;
  height: auto;
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-bottom: 30px;
  z-index: inherit;
}
#ibaraki-tochigi .school section[id^=school-list-].show article h2 {
  background-color: #5EBAD6;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
  padding: 10px 20px;
  box-sizing: border-box;
}
#ibaraki-tochigi .school section[id^=school-list-].show article img {
  max-width: 250px;
  margin: 0 auto;
}
#ibaraki-tochigi .school section[id^=school-list-].show article p {
  margin: 0 10px;
}
#ibaraki-tochigi .school section[id^=school-list-].show article .map::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  color: #FF6D6D;
  font-weight: 900;
}
#ibaraki-tochigi .school section[id^=school-list-].show article .field::before {
  font-family: "Font Awesome 5 Free";
  content: "\f02d";
  color: #6FC57D;
  font-weight: 900;
}
#ibaraki-tochigi .school section[id^=school-list-].show article > ul {
  margin: auto auto 0;
}
#ibaraki-tochigi .school section[id^=school-list-].show article > ul li {
  width: 270px;
  height: 50px;
  border-radius: 3px;
  transition: 0.5s;
}
#ibaraki-tochigi .school section[id^=school-list-].show article > ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
}
#ibaraki-tochigi .school section[id^=school-list-].show article > ul li:first-of-type {
  background-color: #5DC85A;
  margin-bottom: 20px;
}
#ibaraki-tochigi .school section[id^=school-list-].show article > ul li:last-of-type {
  background-color: #EFA12D;
}
#ibaraki-tochigi .school section[id^=school-list-].show article > ul li:hover {
  opacity: 0.75;
}
#ibaraki-tochigi .school article {
  display: none;
}

#gunma p {
  font-size: 16px;
  line-height: 1.5;
}
#gunma #school-link {
  margin: 0 20px 40px;
}
#gunma #school-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: calc((100% - 762px) / 2);
       column-gap: calc((100% - 762px) / 2);
}
#gunma #school-link ul li {
  width: 250px;
  height: 50px;
  border: solid 2px #c9161c;
  border-radius: 3px;
  box-shadow: 0 3px 0 rgba(201, 22, 28, 0.25);
  transition: 0.5s;
  margin-bottom: 20px;
}
#gunma #school-link ul li a {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #c9161c;
  line-height: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#gunma #school-link ul li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  color: #c9161c;
  margin-left: 5px;
}
#gunma #school-link ul li:hover {
  box-shadow: none;
  background-color: #c9161c;
}
#gunma #school-link ul li:hover a {
  color: #ffffff;
}
#gunma #school-link ul li:hover a::after {
  color: #ffffff;
}
#gunma #merit {
  height: auto;
  overflow: hidden;
  background-color: #f0f0f0;
  padding: 40px 40px 0;
  margin-bottom: 60px;
  box-sizing: border-box;
}
#gunma #merit h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #c9161c;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#gunma #merit h2 mark {
  background: linear-gradient(transparent 75%, #F7FF00 0%);
}
#gunma #merit h2 mark::before {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #c9161c;
}
#gunma #merit h2 mark::after {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #c9161c;
  transform: rotate(90deg);
  display: inline-block;
}
#gunma #merit article {
  position: relative;
}
#gunma #merit article figure {
  line-height: 0;
}
#gunma #merit article div {
  width: 500px;
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
}
#gunma #merit article div h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #111111;
  line-height: 1;
  margin-bottom: 20px;
}
#gunma #merit article div h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-weight: 900;
  color: #f7ff00;
  margin-right: 5px;
}
#gunma #merit article:nth-last-of-type(odd) div {
  right: 0;
}
#gunma #merit article:nth-last-of-type(even) {
  text-align: right;
}
#gunma #merit article:nth-last-of-type(even) div {
  left: 0;
  text-align: left;
}
#gunma #topics {
  margin: 0 40px 40px;
  border: solid 5px #c9161c;
  border-radius: 20px;
  background-color: rgba(201, 22, 28, 0.05);
  padding: 35px 20px;
  box-sizing: border-box;
  position: relative;
}
#gunma #topics h2 {
  position: absolute;
  left: 45px;
  top: -23px;
}
#gunma #topics h2 svg {
  width: 226px;
  height: 46px;
}
#gunma #topics h2 svg text {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 36px;
  line-height: 1;
  stroke-linejoin: round;
  dominant-baseline: text-before-edge;
  letter-spacing: 0.25em;
}
#gunma #topics h2 svg text.foreground {
  fill: #fff;
}
#gunma #topics h2 svg text.background {
  stroke: #c9161c;
  stroke-width: 10;
}
#gunma #topics h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 18px;
  color: #FF3B3B;
  border-bottom: solid 1px #FF3B3B;
  padding-bottom: 7.5px;
  margin-bottom: 20px;
}
#gunma #topics p:not(:last-of-type) {
  margin-bottom: 20px;
}
#gunma #proud .lead {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #111111;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
#gunma #proud h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #c9161c;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#gunma #proud h2 mark {
  color: #c9161c;
  background: linear-gradient(transparent 75%, #F7FF00 0%);
}
#gunma #proud h2 span {
  font-size: 24px;
}
#gunma #proud h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #c9161c;
}
#gunma #proud h2::after {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #c9161c;
  transform: rotate(90deg);
  display: inline-block;
}
#gunma #proud div {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: calc((100% - 900px) / 2);
       column-gap: calc((100% - 900px) / 2);
  justify-content: center;
  margin-bottom: 60px;
}
#gunma #proud div article {
  width: 300px;
  text-align: center;
}
#gunma #proud div article h3 {
  background-color: #c9161c;
  border-radius: 50vh;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
  padding: 5px 30px;
  margin-bottom: 17px;
  box-sizing: border-box;
  display: inline-block;
}
#gunma #proud div article img {
  margin-bottom: 20px;
}
#gunma #proud div article figcaption {
  font-size: 18px;
  color: #111111;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}
#gunma #proud div article figcaption,
#gunma #proud div article p {
  text-align: left;
}
#gunma .school:not(:first-child) {
  margin-top: 40px;
}
#gunma .school #title {
  background-color: #c9161c;
  border-radius: 5px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
  padding: 10px 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#gunma .school #title svg {
  width: 45px;
  height: 36px;
}
#gunma .school .school-tab {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  -moz-column-gap: 2px;
       column-gap: 2px;
  border-bottom: solid 10px #63D2A9;
  margin-bottom: 40px;
}
#gunma .school .school-tab li {
  width: 33.3333333333%;
  height: 70px;
  background-color: #E9E7E7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #484848;
  line-height: 1;
  transition: 0.5s;
}
#gunma .school .school-tab li.check {
  background-color: #63D2A9;
  color: #ffffff;
}
#gunma .school .school-tab li:hover {
  background-color: #63D2A9;
  color: #ffffff;
  cursor: pointer;
}
#gunma .school .school-tab.tab-only li {
  width: 75%;
}
#gunma .school .school-tab.tab-double li {
  width: 45%;
}
#gunma .school .contents {
  opacity: 0;
  height: 0;
  margin: 0;
  z-index: -10;
}
#gunma .school .show {
  opacity: 1;
  height: 100%;
  z-index: 10;
}
#gunma .school section[id^=school-list-] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px calc((100% - 870px) / 2);
}
#gunma .school section[id^=school-list-].show article {
  display: initial;
  width: 290px;
  height: auto;
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-bottom: 30px;
  z-index: inherit;
}
#gunma .school section[id^=school-list-].show article h2 {
  background-color: #5EBAD6;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
  padding: 10px 20px;
  box-sizing: border-box;
}
#gunma .school section[id^=school-list-].show article img {
  max-width: 250px;
  margin: 0 auto;
}
#gunma .school section[id^=school-list-].show article p {
  margin: 0 10px;
}
#gunma .school section[id^=school-list-].show article .map::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  color: #FF6D6D;
  font-weight: 900;
}
#gunma .school section[id^=school-list-].show article .field::before {
  font-family: "Font Awesome 5 Free";
  content: "\f02d";
  color: #6FC57D;
  font-weight: 900;
}
#gunma .school section[id^=school-list-].show article > ul {
  margin: auto auto 0;
}
#gunma .school section[id^=school-list-].show article > ul li {
  width: 270px;
  height: 50px;
  border-radius: 3px;
  transition: 0.5s;
}
#gunma .school section[id^=school-list-].show article > ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
}
#gunma .school section[id^=school-list-].show article > ul li:first-of-type {
  background-color: #5DC85A;
  margin-bottom: 20px;
}
#gunma .school section[id^=school-list-].show article > ul li:last-of-type {
  background-color: #EFA12D;
}
#gunma .school section[id^=school-list-].show article > ul li:hover {
  opacity: 0.75;
}
#gunma .school article {
  display: none;
}

#saitama p {
  font-size: 16px;
  line-height: 1.5;
}
#saitama #school-link {
  margin: 0 20px 40px;
}
#saitama #school-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: calc((100% - 762px) / 2);
       column-gap: calc((100% - 762px) / 2);
}
#saitama #school-link ul li {
  width: 250px;
  height: 50px;
  border: solid 2px #01a3eb;
  border-radius: 3px;
  box-shadow: 0 3px 0 rgba(1, 163, 235, 0.25);
  transition: 0.5s;
  margin-bottom: 20px;
}
#saitama #school-link ul li a {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #01a3eb;
  line-height: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#saitama #school-link ul li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  color: #01a3eb;
  margin-left: 5px;
}
#saitama #school-link ul li:hover {
  box-shadow: none;
  background-color: #01a3eb;
}
#saitama #school-link ul li:hover a {
  color: #ffffff;
}
#saitama #school-link ul li:hover a::after {
  color: #ffffff;
}
#saitama #merit {
  height: auto;
  overflow: hidden;
  background-color: #f0f0f0;
  padding: 40px 40px 0;
  margin-bottom: 60px;
  box-sizing: border-box;
}
#saitama #merit h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #01a3eb;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#saitama #merit h2 mark {
  background: linear-gradient(transparent 75%, #F7FF00 0%);
}
#saitama #merit h2 mark::before {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #01a3eb;
}
#saitama #merit h2 mark::after {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #01a3eb;
  transform: rotate(90deg);
  display: inline-block;
}
#saitama #merit article {
  position: relative;
}
#saitama #merit article figure {
  line-height: 0;
}
#saitama #merit article div {
  width: 500px;
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
}
#saitama #merit article div h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #111111;
  line-height: 1;
  margin-bottom: 20px;
}
#saitama #merit article div h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-weight: 900;
  color: #f7ff00;
  margin-right: 5px;
}
#saitama #merit article:nth-last-of-type(odd) div {
  right: 0;
}
#saitama #merit article:nth-last-of-type(even) {
  text-align: right;
}
#saitama #merit article:nth-last-of-type(even) div {
  left: 0;
  text-align: left;
}
#saitama #topics {
  margin: 0 40px 40px;
  border: solid 5px #01a3eb;
  border-radius: 20px;
  background-color: rgba(1, 163, 235, 0.05);
  padding: 35px 20px;
  box-sizing: border-box;
  position: relative;
}
#saitama #topics h2 {
  position: absolute;
  left: 45px;
  top: -23px;
}
#saitama #topics h2 svg {
  width: 226px;
  height: 46px;
}
#saitama #topics h2 svg text {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 36px;
  line-height: 1;
  stroke-linejoin: round;
  dominant-baseline: text-before-edge;
  letter-spacing: 0.25em;
}
#saitama #topics h2 svg text.foreground {
  fill: #fff;
}
#saitama #topics h2 svg text.background {
  stroke: #01a3eb;
  stroke-width: 10;
}
#saitama #topics h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 18px;
  color: #FF3B3B;
  border-bottom: solid 1px #FF3B3B;
  padding-bottom: 7.5px;
  margin-bottom: 20px;
}
#saitama #topics p:not(:last-of-type) {
  margin-bottom: 20px;
}
#saitama #proud .lead {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #111111;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
#saitama #proud h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #01a3eb;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#saitama #proud h2 mark {
  color: #01a3eb;
  background: linear-gradient(transparent 75%, #F7FF00 0%);
}
#saitama #proud h2 span {
  font-size: 24px;
}
#saitama #proud h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #01a3eb;
}
#saitama #proud h2::after {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #01a3eb;
  transform: rotate(90deg);
  display: inline-block;
}
#saitama #proud div {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: calc((100% - 900px) / 2);
       column-gap: calc((100% - 900px) / 2);
  justify-content: center;
  margin-bottom: 60px;
}
#saitama #proud div article {
  width: 300px;
  text-align: center;
}
#saitama #proud div article h3 {
  background-color: #01a3eb;
  border-radius: 50vh;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
  padding: 5px 30px;
  margin-bottom: 17px;
  box-sizing: border-box;
  display: inline-block;
}
#saitama #proud div article img {
  margin-bottom: 20px;
}
#saitama #proud div article figcaption {
  font-size: 18px;
  color: #111111;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}
#saitama #proud div article figcaption,
#saitama #proud div article p {
  text-align: left;
}
#saitama .school:not(:first-child) {
  margin-top: 40px;
}
#saitama .school #title {
  background-color: #01a3eb;
  border-radius: 5px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
  padding: 10px 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#saitama .school #title svg {
  width: 45px;
  height: 36px;
}
#saitama .school .school-tab {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  -moz-column-gap: 2px;
       column-gap: 2px;
  border-bottom: solid 10px #63D2A9;
  margin-bottom: 40px;
}
#saitama .school .school-tab li {
  width: 33.3333333333%;
  height: 70px;
  background-color: #E9E7E7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #484848;
  line-height: 1;
  transition: 0.5s;
}
#saitama .school .school-tab li.check {
  background-color: #63D2A9;
  color: #ffffff;
}
#saitama .school .school-tab li:hover {
  background-color: #63D2A9;
  color: #ffffff;
  cursor: pointer;
}
#saitama .school .school-tab.tab-only li {
  width: 75%;
}
#saitama .school .school-tab.tab-double li {
  width: 45%;
}
#saitama .school .contents {
  opacity: 0;
  height: 0;
  margin: 0;
  z-index: -10;
}
#saitama .school .show {
  opacity: 1;
  height: 100%;
  z-index: 10;
}
#saitama .school section[id^=school-list-] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px calc((100% - 870px) / 2);
}
#saitama .school section[id^=school-list-].show article {
  display: initial;
  width: 290px;
  height: auto;
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-bottom: 30px;
  z-index: inherit;
}
#saitama .school section[id^=school-list-].show article h2 {
  background-color: #5EBAD6;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
  padding: 10px 20px;
  box-sizing: border-box;
}
#saitama .school section[id^=school-list-].show article img {
  max-width: 250px;
  margin: 0 auto;
}
#saitama .school section[id^=school-list-].show article p {
  margin: 0 10px;
}
#saitama .school section[id^=school-list-].show article .map::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  color: #FF6D6D;
  font-weight: 900;
}
#saitama .school section[id^=school-list-].show article .field::before {
  font-family: "Font Awesome 5 Free";
  content: "\f02d";
  color: #6FC57D;
  font-weight: 900;
}
#saitama .school section[id^=school-list-].show article > ul {
  margin: auto auto 0;
}
#saitama .school section[id^=school-list-].show article > ul li {
  width: 270px;
  height: 50px;
  border-radius: 3px;
  transition: 0.5s;
}
#saitama .school section[id^=school-list-].show article > ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
}
#saitama .school section[id^=school-list-].show article > ul li:first-of-type {
  background-color: #5DC85A;
  margin-bottom: 20px;
}
#saitama .school section[id^=school-list-].show article > ul li:last-of-type {
  background-color: #EFA12D;
}
#saitama .school section[id^=school-list-].show article > ul li:hover {
  opacity: 0.75;
}
#saitama .school article {
  display: none;
}

#chiba p {
  font-size: 16px;
  line-height: 1.5;
}
#chiba #school-link {
  margin: 0 20px 40px;
}
#chiba #school-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: calc((100% - 762px) / 2);
       column-gap: calc((100% - 762px) / 2);
}
#chiba #school-link ul li {
  width: 250px;
  height: 50px;
  border: solid 2px #01ab52;
  border-radius: 3px;
  box-shadow: 0 3px 0 rgba(1, 171, 82, 0.25);
  transition: 0.5s;
  margin-bottom: 20px;
}
#chiba #school-link ul li a {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #01ab52;
  line-height: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#chiba #school-link ul li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  color: #01ab52;
  margin-left: 5px;
}
#chiba #school-link ul li:hover {
  box-shadow: none;
  background-color: #01ab52;
}
#chiba #school-link ul li:hover a {
  color: #ffffff;
}
#chiba #school-link ul li:hover a::after {
  color: #ffffff;
}
#chiba #merit {
  height: auto;
  overflow: hidden;
  background-color: #f0f0f0;
  padding: 40px 40px 0;
  margin-bottom: 60px;
  box-sizing: border-box;
}
#chiba #merit h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #01ab52;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#chiba #merit h2 mark {
  background: linear-gradient(transparent 75%, #F7FF00 0%);
}
#chiba #merit h2 mark::before {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #01ab52;
}
#chiba #merit h2 mark::after {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #01ab52;
  transform: rotate(90deg);
  display: inline-block;
}
#chiba #merit article {
  position: relative;
}
#chiba #merit article figure {
  line-height: 0;
}
#chiba #merit article div {
  width: 500px;
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
}
#chiba #merit article div h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #111111;
  line-height: 1;
  margin-bottom: 20px;
}
#chiba #merit article div h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-weight: 900;
  color: #f7ff00;
  margin-right: 5px;
}
#chiba #merit article:nth-last-of-type(odd) div {
  right: 0;
}
#chiba #merit article:nth-last-of-type(even) {
  text-align: right;
}
#chiba #merit article:nth-last-of-type(even) div {
  left: 0;
  text-align: left;
}
#chiba #topics {
  margin: 0 40px 40px;
  border: solid 5px #01ab52;
  border-radius: 20px;
  background-color: rgba(1, 171, 82, 0.05);
  padding: 35px 20px;
  box-sizing: border-box;
  position: relative;
}
#chiba #topics h2 {
  position: absolute;
  left: 45px;
  top: -23px;
}
#chiba #topics h2 svg {
  width: 226px;
  height: 46px;
}
#chiba #topics h2 svg text {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 36px;
  line-height: 1;
  stroke-linejoin: round;
  dominant-baseline: text-before-edge;
  letter-spacing: 0.25em;
}
#chiba #topics h2 svg text.foreground {
  fill: #fff;
}
#chiba #topics h2 svg text.background {
  stroke: #01ab52;
  stroke-width: 10;
}
#chiba #topics h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 18px;
  color: #FF3B3B;
  border-bottom: solid 1px #FF3B3B;
  padding-bottom: 7.5px;
  margin-bottom: 20px;
}
#chiba #topics p:not(:last-of-type) {
  margin-bottom: 20px;
}
#chiba #proud .lead {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #111111;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
#chiba #proud h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #01ab52;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#chiba #proud h2 mark {
  color: #01ab52;
  background: linear-gradient(transparent 75%, #F7FF00 0%);
}
#chiba #proud h2 span {
  font-size: 24px;
}
#chiba #proud h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #01ab52;
}
#chiba #proud h2::after {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #01ab52;
  transform: rotate(90deg);
  display: inline-block;
}
#chiba #proud div {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: calc((100% - 900px) / 2);
       column-gap: calc((100% - 900px) / 2);
  justify-content: center;
  margin-bottom: 60px;
}
#chiba #proud div article {
  width: 300px;
  text-align: center;
}
#chiba #proud div article h3 {
  background-color: #01ab52;
  border-radius: 50vh;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
  padding: 5px 30px;
  margin-bottom: 17px;
  box-sizing: border-box;
  display: inline-block;
}
#chiba #proud div article img {
  margin-bottom: 20px;
}
#chiba #proud div article figcaption {
  font-size: 18px;
  color: #111111;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}
#chiba #proud div article figcaption,
#chiba #proud div article p {
  text-align: left;
}
#chiba .school:not(:first-child) {
  margin-top: 40px;
}
#chiba .school #title {
  background-color: #01ab52;
  border-radius: 5px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
  padding: 10px 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#chiba .school #title svg {
  width: 45px;
  height: 36px;
}
#chiba .school .school-tab {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  -moz-column-gap: 2px;
       column-gap: 2px;
  border-bottom: solid 10px #63D2A9;
  margin-bottom: 40px;
}
#chiba .school .school-tab li {
  width: 33.3333333333%;
  height: 70px;
  background-color: #E9E7E7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #484848;
  line-height: 1;
  transition: 0.5s;
}
#chiba .school .school-tab li.check {
  background-color: #63D2A9;
  color: #ffffff;
}
#chiba .school .school-tab li:hover {
  background-color: #63D2A9;
  color: #ffffff;
  cursor: pointer;
}
#chiba .school .school-tab.tab-only li {
  width: 75%;
}
#chiba .school .school-tab.tab-double li {
  width: 45%;
}
#chiba .school .contents {
  opacity: 0;
  height: 0;
  margin: 0;
  z-index: -10;
}
#chiba .school .show {
  opacity: 1;
  height: 100%;
  z-index: 10;
}
#chiba .school section[id^=school-list-] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px calc((100% - 870px) / 2);
}
#chiba .school section[id^=school-list-].show article {
  display: initial;
  width: 290px;
  height: auto;
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-bottom: 30px;
  z-index: inherit;
}
#chiba .school section[id^=school-list-].show article h2 {
  background-color: #5EBAD6;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
  padding: 10px 20px;
  box-sizing: border-box;
}
#chiba .school section[id^=school-list-].show article img {
  max-width: 250px;
  margin: 0 auto;
}
#chiba .school section[id^=school-list-].show article p {
  margin: 0 10px;
}
#chiba .school section[id^=school-list-].show article .map::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  color: #FF6D6D;
  font-weight: 900;
}
#chiba .school section[id^=school-list-].show article .field::before {
  font-family: "Font Awesome 5 Free";
  content: "\f02d";
  color: #6FC57D;
  font-weight: 900;
}
#chiba .school section[id^=school-list-].show article > ul {
  margin: auto auto 0;
}
#chiba .school section[id^=school-list-].show article > ul li {
  width: 270px;
  height: 50px;
  border-radius: 3px;
  transition: 0.5s;
}
#chiba .school section[id^=school-list-].show article > ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
}
#chiba .school section[id^=school-list-].show article > ul li:first-of-type {
  background-color: #5DC85A;
  margin-bottom: 20px;
}
#chiba .school section[id^=school-list-].show article > ul li:last-of-type {
  background-color: #EFA12D;
}
#chiba .school section[id^=school-list-].show article > ul li:hover {
  opacity: 0.75;
}
#chiba .school article {
  display: none;
}

#kanagawa p {
  font-size: 16px;
  line-height: 1.5;
}
#kanagawa #school-link {
  margin: 0 20px 40px;
}
#kanagawa #school-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: calc((100% - 762px) / 2);
       column-gap: calc((100% - 762px) / 2);
}
#kanagawa #school-link ul li {
  width: 250px;
  height: 50px;
  border: solid 2px #427bc0;
  border-radius: 3px;
  box-shadow: 0 3px 0 rgba(66, 123, 192, 0.25);
  transition: 0.5s;
  margin-bottom: 20px;
}
#kanagawa #school-link ul li a {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #427bc0;
  line-height: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#kanagawa #school-link ul li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  color: #427bc0;
  margin-left: 5px;
}
#kanagawa #school-link ul li:hover {
  box-shadow: none;
  background-color: #427bc0;
}
#kanagawa #school-link ul li:hover a {
  color: #ffffff;
}
#kanagawa #school-link ul li:hover a::after {
  color: #ffffff;
}
#kanagawa #merit {
  height: auto;
  overflow: hidden;
  background-color: #f0f0f0;
  padding: 40px 40px 0;
  margin-bottom: 60px;
  box-sizing: border-box;
}
#kanagawa #merit h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #427bc0;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#kanagawa #merit h2 mark {
  background: linear-gradient(transparent 75%, #F7FF00 0%);
}
#kanagawa #merit h2 mark::before {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #427bc0;
}
#kanagawa #merit h2 mark::after {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #427bc0;
  transform: rotate(90deg);
  display: inline-block;
}
#kanagawa #merit article {
  position: relative;
}
#kanagawa #merit article figure {
  line-height: 0;
}
#kanagawa #merit article div {
  width: 500px;
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
}
#kanagawa #merit article div h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #111111;
  line-height: 1;
  margin-bottom: 20px;
}
#kanagawa #merit article div h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-weight: 900;
  color: #f7ff00;
  margin-right: 5px;
}
#kanagawa #merit article:nth-last-of-type(odd) div {
  right: 0;
}
#kanagawa #merit article:nth-last-of-type(even) {
  text-align: right;
}
#kanagawa #merit article:nth-last-of-type(even) div {
  left: 0;
  text-align: left;
}
#kanagawa #topics {
  margin: 0 40px 40px;
  border: solid 5px #427bc0;
  border-radius: 20px;
  background-color: rgba(66, 123, 192, 0.05);
  padding: 35px 20px;
  box-sizing: border-box;
  position: relative;
}
#kanagawa #topics h2 {
  position: absolute;
  left: 45px;
  top: -23px;
}
#kanagawa #topics h2 svg {
  width: 226px;
  height: 46px;
}
#kanagawa #topics h2 svg text {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 36px;
  line-height: 1;
  stroke-linejoin: round;
  dominant-baseline: text-before-edge;
  letter-spacing: 0.25em;
}
#kanagawa #topics h2 svg text.foreground {
  fill: #fff;
}
#kanagawa #topics h2 svg text.background {
  stroke: #427bc0;
  stroke-width: 10;
}
#kanagawa #topics h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 18px;
  color: #FF3B3B;
  border-bottom: solid 1px #FF3B3B;
  padding-bottom: 7.5px;
  margin-bottom: 20px;
}
#kanagawa #topics p:not(:last-of-type) {
  margin-bottom: 20px;
}
#kanagawa #proud .lead {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #111111;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
#kanagawa #proud h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #427bc0;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#kanagawa #proud h2 mark {
  color: #427bc0;
  background: linear-gradient(transparent 75%, #F7FF00 0%);
}
#kanagawa #proud h2 span {
  font-size: 24px;
}
#kanagawa #proud h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #427bc0;
}
#kanagawa #proud h2::after {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #427bc0;
  transform: rotate(90deg);
  display: inline-block;
}
#kanagawa #proud div {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: calc((100% - 900px) / 2);
       column-gap: calc((100% - 900px) / 2);
  justify-content: center;
  margin-bottom: 60px;
}
#kanagawa #proud div article {
  width: 300px;
  text-align: center;
}
#kanagawa #proud div article h3 {
  background-color: #427bc0;
  border-radius: 50vh;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
  padding: 5px 30px;
  margin-bottom: 17px;
  box-sizing: border-box;
  display: inline-block;
}
#kanagawa #proud div article img {
  margin-bottom: 20px;
}
#kanagawa #proud div article figcaption {
  font-size: 18px;
  color: #111111;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}
#kanagawa #proud div article figcaption,
#kanagawa #proud div article p {
  text-align: left;
}
#kanagawa .school:not(:first-child) {
  margin-top: 40px;
}
#kanagawa .school #title {
  background-color: #427bc0;
  border-radius: 5px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
  padding: 10px 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#kanagawa .school #title svg {
  width: 45px;
  height: 36px;
}
#kanagawa .school .school-tab {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  -moz-column-gap: 2px;
       column-gap: 2px;
  border-bottom: solid 10px #63D2A9;
  margin-bottom: 40px;
}
#kanagawa .school .school-tab li {
  width: 33.3333333333%;
  height: 70px;
  background-color: #E9E7E7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #484848;
  line-height: 1;
  transition: 0.5s;
}
#kanagawa .school .school-tab li.check {
  background-color: #63D2A9;
  color: #ffffff;
}
#kanagawa .school .school-tab li:hover {
  background-color: #63D2A9;
  color: #ffffff;
  cursor: pointer;
}
#kanagawa .school .school-tab.tab-only li {
  width: 75%;
}
#kanagawa .school .school-tab.tab-double li {
  width: 45%;
}
#kanagawa .school .contents {
  opacity: 0;
  height: 0;
  margin: 0;
  z-index: -10;
}
#kanagawa .school .show {
  opacity: 1;
  height: 100%;
  z-index: 10;
}
#kanagawa .school section[id^=school-list-] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px calc((100% - 870px) / 2);
}
#kanagawa .school section[id^=school-list-].show article {
  display: initial;
  width: 290px;
  height: auto;
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-bottom: 30px;
  z-index: inherit;
}
#kanagawa .school section[id^=school-list-].show article h2 {
  background-color: #5EBAD6;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
  padding: 10px 20px;
  box-sizing: border-box;
}
#kanagawa .school section[id^=school-list-].show article img {
  max-width: 250px;
  margin: 0 auto;
}
#kanagawa .school section[id^=school-list-].show article p {
  margin: 0 10px;
}
#kanagawa .school section[id^=school-list-].show article .map::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  color: #FF6D6D;
  font-weight: 900;
}
#kanagawa .school section[id^=school-list-].show article .field::before {
  font-family: "Font Awesome 5 Free";
  content: "\f02d";
  color: #6FC57D;
  font-weight: 900;
}
#kanagawa .school section[id^=school-list-].show article > ul {
  margin: auto auto 0;
}
#kanagawa .school section[id^=school-list-].show article > ul li {
  width: 270px;
  height: 50px;
  border-radius: 3px;
  transition: 0.5s;
}
#kanagawa .school section[id^=school-list-].show article > ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
}
#kanagawa .school section[id^=school-list-].show article > ul li:first-of-type {
  background-color: #5DC85A;
  margin-bottom: 20px;
}
#kanagawa .school section[id^=school-list-].show article > ul li:last-of-type {
  background-color: #EFA12D;
}
#kanagawa .school section[id^=school-list-].show article > ul li:hover {
  opacity: 0.75;
}
#kanagawa .school article {
  display: none;
}

#niigata p {
  font-size: 16px;
  line-height: 1.5;
}
#niigata #school-link {
  margin: 0 20px 40px;
}
#niigata #school-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: calc((100% - 762px) / 2);
       column-gap: calc((100% - 762px) / 2);
}
#niigata #school-link ul li {
  width: 250px;
  height: 50px;
  border: solid 2px #de6607;
  border-radius: 3px;
  box-shadow: 0 3px 0 rgba(222, 102, 7, 0.25);
  transition: 0.5s;
  margin-bottom: 20px;
}
#niigata #school-link ul li a {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #de6607;
  line-height: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#niigata #school-link ul li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  color: #de6607;
  margin-left: 5px;
}
#niigata #school-link ul li:hover {
  box-shadow: none;
  background-color: #de6607;
}
#niigata #school-link ul li:hover a {
  color: #ffffff;
}
#niigata #school-link ul li:hover a::after {
  color: #ffffff;
}
#niigata #merit {
  height: auto;
  overflow: hidden;
  background-color: #f0f0f0;
  padding: 40px 40px 0;
  margin-bottom: 60px;
  box-sizing: border-box;
}
#niigata #merit h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #de6607;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#niigata #merit h2 mark {
  background: linear-gradient(transparent 75%, #F7FF00 0%);
}
#niigata #merit h2 mark::before {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #de6607;
}
#niigata #merit h2 mark::after {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #de6607;
  transform: rotate(90deg);
  display: inline-block;
}
#niigata #merit article {
  position: relative;
}
#niigata #merit article figure {
  line-height: 0;
}
#niigata #merit article div {
  width: 500px;
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
}
#niigata #merit article div h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #111111;
  line-height: 1;
  margin-bottom: 20px;
}
#niigata #merit article div h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-weight: 900;
  color: #f7ff00;
  margin-right: 5px;
}
#niigata #merit article:nth-last-of-type(odd) div {
  right: 0;
}
#niigata #merit article:nth-last-of-type(even) {
  text-align: right;
}
#niigata #merit article:nth-last-of-type(even) div {
  left: 0;
  text-align: left;
}
#niigata #topics {
  margin: 0 40px 40px;
  border: solid 5px #de6607;
  border-radius: 20px;
  background-color: rgba(222, 102, 7, 0.05);
  padding: 35px 20px;
  box-sizing: border-box;
  position: relative;
}
#niigata #topics h2 {
  position: absolute;
  left: 45px;
  top: -23px;
}
#niigata #topics h2 svg {
  width: 226px;
  height: 46px;
}
#niigata #topics h2 svg text {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 36px;
  line-height: 1;
  stroke-linejoin: round;
  dominant-baseline: text-before-edge;
  letter-spacing: 0.25em;
}
#niigata #topics h2 svg text.foreground {
  fill: #fff;
}
#niigata #topics h2 svg text.background {
  stroke: #de6607;
  stroke-width: 10;
}
#niigata #topics h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 18px;
  color: #FF3B3B;
  border-bottom: solid 1px #FF3B3B;
  padding-bottom: 7.5px;
  margin-bottom: 20px;
}
#niigata #topics p:not(:last-of-type) {
  margin-bottom: 20px;
}
#niigata #proud .lead {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #111111;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
#niigata #proud h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #de6607;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#niigata #proud h2 mark {
  color: #de6607;
  background: linear-gradient(transparent 75%, #F7FF00 0%);
}
#niigata #proud h2 span {
  font-size: 24px;
}
#niigata #proud h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #de6607;
}
#niigata #proud h2::after {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #de6607;
  transform: rotate(90deg);
  display: inline-block;
}
#niigata #proud div {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: calc((100% - 900px) / 2);
       column-gap: calc((100% - 900px) / 2);
  justify-content: center;
  margin-bottom: 60px;
}
#niigata #proud div article {
  width: 300px;
  text-align: center;
}
#niigata #proud div article h3 {
  background-color: #de6607;
  border-radius: 50vh;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
  padding: 5px 30px;
  margin-bottom: 17px;
  box-sizing: border-box;
  display: inline-block;
}
#niigata #proud div article img {
  margin-bottom: 20px;
}
#niigata #proud div article figcaption {
  font-size: 18px;
  color: #111111;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}
#niigata #proud div article figcaption,
#niigata #proud div article p {
  text-align: left;
}
#niigata .school:not(:first-child) {
  margin-top: 40px;
}
#niigata .school #title {
  background-color: #de6607;
  border-radius: 5px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
  padding: 10px 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#niigata .school #title svg {
  width: 45px;
  height: 36px;
}
#niigata .school .school-tab {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  -moz-column-gap: 2px;
       column-gap: 2px;
  border-bottom: solid 10px #63D2A9;
  margin-bottom: 40px;
}
#niigata .school .school-tab li {
  width: 33.3333333333%;
  height: 70px;
  background-color: #E9E7E7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #484848;
  line-height: 1;
  transition: 0.5s;
}
#niigata .school .school-tab li.check {
  background-color: #63D2A9;
  color: #ffffff;
}
#niigata .school .school-tab li:hover {
  background-color: #63D2A9;
  color: #ffffff;
  cursor: pointer;
}
#niigata .school .school-tab.tab-only li {
  width: 75%;
}
#niigata .school .school-tab.tab-double li {
  width: 45%;
}
#niigata .school .contents {
  opacity: 0;
  height: 0;
  margin: 0;
  z-index: -10;
}
#niigata .school .show {
  opacity: 1;
  height: 100%;
  z-index: 10;
}
#niigata .school section[id^=school-list-] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px calc((100% - 870px) / 2);
}
#niigata .school section[id^=school-list-].show article {
  display: initial;
  width: 290px;
  height: auto;
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-bottom: 30px;
  z-index: inherit;
}
#niigata .school section[id^=school-list-].show article h2 {
  background-color: #5EBAD6;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
  padding: 10px 20px;
  box-sizing: border-box;
}
#niigata .school section[id^=school-list-].show article img {
  max-width: 250px;
  margin: 0 auto;
}
#niigata .school section[id^=school-list-].show article p {
  margin: 0 10px;
}
#niigata .school section[id^=school-list-].show article .map::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  color: #FF6D6D;
  font-weight: 900;
}
#niigata .school section[id^=school-list-].show article .field::before {
  font-family: "Font Awesome 5 Free";
  content: "\f02d";
  color: #6FC57D;
  font-weight: 900;
}
#niigata .school section[id^=school-list-].show article > ul {
  margin: auto auto 0;
}
#niigata .school section[id^=school-list-].show article > ul li {
  width: 270px;
  height: 50px;
  border-radius: 3px;
  transition: 0.5s;
}
#niigata .school section[id^=school-list-].show article > ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
}
#niigata .school section[id^=school-list-].show article > ul li:first-of-type {
  background-color: #5DC85A;
  margin-bottom: 20px;
}
#niigata .school section[id^=school-list-].show article > ul li:last-of-type {
  background-color: #EFA12D;
}
#niigata .school section[id^=school-list-].show article > ul li:hover {
  opacity: 0.75;
}
#niigata .school article {
  display: none;
}

#nagano p {
  font-size: 16px;
  line-height: 1.5;
}
#nagano #school-link {
  margin: 0 20px 40px;
}
#nagano #school-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: calc((100% - 762px) / 2);
       column-gap: calc((100% - 762px) / 2);
}
#nagano #school-link ul li {
  width: 250px;
  height: 50px;
  border: solid 2px #e20167;
  border-radius: 3px;
  box-shadow: 0 3px 0 rgba(226, 1, 103, 0.25);
  transition: 0.5s;
  margin-bottom: 20px;
}
#nagano #school-link ul li a {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #e20167;
  line-height: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#nagano #school-link ul li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  color: #e20167;
  margin-left: 5px;
}
#nagano #school-link ul li:hover {
  box-shadow: none;
  background-color: #e20167;
}
#nagano #school-link ul li:hover a {
  color: #ffffff;
}
#nagano #school-link ul li:hover a::after {
  color: #ffffff;
}
#nagano #merit {
  height: auto;
  overflow: hidden;
  background-color: #f0f0f0;
  padding: 40px 40px 0;
  margin-bottom: 60px;
  box-sizing: border-box;
}
#nagano #merit h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #e20167;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#nagano #merit h2 mark {
  background: linear-gradient(transparent 75%, #F7FF00 0%);
}
#nagano #merit h2 mark::before {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #e20167;
}
#nagano #merit h2 mark::after {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #e20167;
  transform: rotate(90deg);
  display: inline-block;
}
#nagano #merit article {
  position: relative;
}
#nagano #merit article figure {
  line-height: 0;
}
#nagano #merit article div {
  width: 500px;
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
}
#nagano #merit article div h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #111111;
  line-height: 1;
  margin-bottom: 20px;
}
#nagano #merit article div h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-weight: 900;
  color: #f7ff00;
  margin-right: 5px;
}
#nagano #merit article:nth-last-of-type(odd) div {
  right: 0;
}
#nagano #merit article:nth-last-of-type(even) {
  text-align: right;
}
#nagano #merit article:nth-last-of-type(even) div {
  left: 0;
  text-align: left;
}
#nagano #topics {
  margin: 0 40px 40px;
  border: solid 5px #e20167;
  border-radius: 20px;
  background-color: rgba(226, 1, 103, 0.05);
  padding: 35px 20px;
  box-sizing: border-box;
  position: relative;
}
#nagano #topics h2 {
  position: absolute;
  left: 45px;
  top: -23px;
}
#nagano #topics h2 svg {
  width: 226px;
  height: 46px;
}
#nagano #topics h2 svg text {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 36px;
  line-height: 1;
  stroke-linejoin: round;
  dominant-baseline: text-before-edge;
  letter-spacing: 0.25em;
}
#nagano #topics h2 svg text.foreground {
  fill: #fff;
}
#nagano #topics h2 svg text.background {
  stroke: #e20167;
  stroke-width: 10;
}
#nagano #topics h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 18px;
  color: #FF3B3B;
  border-bottom: solid 1px #FF3B3B;
  padding-bottom: 7.5px;
  margin-bottom: 20px;
}
#nagano #topics p:not(:last-of-type) {
  margin-bottom: 20px;
}
#nagano #proud .lead {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #111111;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
#nagano #proud h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #e20167;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#nagano #proud h2 mark {
  color: #e20167;
  background: linear-gradient(transparent 75%, #F7FF00 0%);
}
#nagano #proud h2 span {
  font-size: 24px;
}
#nagano #proud h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #e20167;
}
#nagano #proud h2::after {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #e20167;
  transform: rotate(90deg);
  display: inline-block;
}
#nagano #proud div {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: calc((100% - 900px) / 2);
       column-gap: calc((100% - 900px) / 2);
  justify-content: center;
  margin-bottom: 60px;
}
#nagano #proud div article {
  width: 300px;
  text-align: center;
}
#nagano #proud div article h3 {
  background-color: #e20167;
  border-radius: 50vh;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
  padding: 5px 30px;
  margin-bottom: 17px;
  box-sizing: border-box;
  display: inline-block;
}
#nagano #proud div article img {
  margin-bottom: 20px;
}
#nagano #proud div article figcaption {
  font-size: 18px;
  color: #111111;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}
#nagano #proud div article figcaption,
#nagano #proud div article p {
  text-align: left;
}
#nagano .school:not(:first-child) {
  margin-top: 40px;
}
#nagano .school #title {
  background-color: #e20167;
  border-radius: 5px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
  padding: 10px 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#nagano .school #title svg {
  width: 45px;
  height: 36px;
}
#nagano .school .school-tab {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  -moz-column-gap: 2px;
       column-gap: 2px;
  border-bottom: solid 10px #63D2A9;
  margin-bottom: 40px;
}
#nagano .school .school-tab li {
  width: 33.3333333333%;
  height: 70px;
  background-color: #E9E7E7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #484848;
  line-height: 1;
  transition: 0.5s;
}
#nagano .school .school-tab li.check {
  background-color: #63D2A9;
  color: #ffffff;
}
#nagano .school .school-tab li:hover {
  background-color: #63D2A9;
  color: #ffffff;
  cursor: pointer;
}
#nagano .school .school-tab.tab-only li {
  width: 75%;
}
#nagano .school .school-tab.tab-double li {
  width: 45%;
}
#nagano .school .contents {
  opacity: 0;
  height: 0;
  margin: 0;
  z-index: -10;
}
#nagano .school .show {
  opacity: 1;
  height: 100%;
  z-index: 10;
}
#nagano .school section[id^=school-list-] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px calc((100% - 870px) / 2);
}
#nagano .school section[id^=school-list-].show article {
  display: initial;
  width: 290px;
  height: auto;
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-bottom: 30px;
  z-index: inherit;
}
#nagano .school section[id^=school-list-].show article h2 {
  background-color: #5EBAD6;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
  padding: 10px 20px;
  box-sizing: border-box;
}
#nagano .school section[id^=school-list-].show article img {
  max-width: 250px;
  margin: 0 auto;
}
#nagano .school section[id^=school-list-].show article p {
  margin: 0 10px;
}
#nagano .school section[id^=school-list-].show article .map::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  color: #FF6D6D;
  font-weight: 900;
}
#nagano .school section[id^=school-list-].show article .field::before {
  font-family: "Font Awesome 5 Free";
  content: "\f02d";
  color: #6FC57D;
  font-weight: 900;
}
#nagano .school section[id^=school-list-].show article > ul {
  margin: auto auto 0;
}
#nagano .school section[id^=school-list-].show article > ul li {
  width: 270px;
  height: 50px;
  border-radius: 3px;
  transition: 0.5s;
}
#nagano .school section[id^=school-list-].show article > ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
}
#nagano .school section[id^=school-list-].show article > ul li:first-of-type {
  background-color: #5DC85A;
  margin-bottom: 20px;
}
#nagano .school section[id^=school-list-].show article > ul li:last-of-type {
  background-color: #EFA12D;
}
#nagano .school section[id^=school-list-].show article > ul li:hover {
  opacity: 0.75;
}
#nagano .school article {
  display: none;
}

#aichi p {
  font-size: 16px;
  line-height: 1.5;
}
#aichi #school-link {
  margin: 0 20px 40px;
}
#aichi #school-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: calc((100% - 762px) / 2);
       column-gap: calc((100% - 762px) / 2);
}
#aichi #school-link ul li {
  width: 250px;
  height: 50px;
  border: solid 2px #f08300;
  border-radius: 3px;
  box-shadow: 0 3px 0 rgba(240, 131, 0, 0.25);
  transition: 0.5s;
  margin-bottom: 20px;
}
#aichi #school-link ul li a {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #f08300;
  line-height: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#aichi #school-link ul li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  color: #f08300;
  margin-left: 5px;
}
#aichi #school-link ul li:hover {
  box-shadow: none;
  background-color: #f08300;
}
#aichi #school-link ul li:hover a {
  color: #ffffff;
}
#aichi #school-link ul li:hover a::after {
  color: #ffffff;
}
#aichi #merit {
  height: auto;
  overflow: hidden;
  background-color: #f0f0f0;
  padding: 40px 40px 0;
  margin-bottom: 60px;
  box-sizing: border-box;
}
#aichi #merit h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #f08300;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#aichi #merit h2 mark {
  background: linear-gradient(transparent 75%, #F7FF00 0%);
}
#aichi #merit h2 mark::before {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #f08300;
}
#aichi #merit h2 mark::after {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #f08300;
  transform: rotate(90deg);
  display: inline-block;
}
#aichi #merit article {
  position: relative;
}
#aichi #merit article figure {
  line-height: 0;
}
#aichi #merit article div {
  width: 500px;
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
}
#aichi #merit article div h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #111111;
  line-height: 1;
  margin-bottom: 20px;
}
#aichi #merit article div h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-weight: 900;
  color: #f7ff00;
  margin-right: 5px;
}
#aichi #merit article:nth-last-of-type(odd) div {
  right: 0;
}
#aichi #merit article:nth-last-of-type(even) {
  text-align: right;
}
#aichi #merit article:nth-last-of-type(even) div {
  left: 0;
  text-align: left;
}
#aichi #topics {
  margin: 0 40px 40px;
  border: solid 5px #f08300;
  border-radius: 20px;
  background-color: rgba(240, 131, 0, 0.05);
  padding: 35px 20px;
  box-sizing: border-box;
  position: relative;
}
#aichi #topics h2 {
  position: absolute;
  left: 45px;
  top: -23px;
}
#aichi #topics h2 svg {
  width: 226px;
  height: 46px;
}
#aichi #topics h2 svg text {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 36px;
  line-height: 1;
  stroke-linejoin: round;
  dominant-baseline: text-before-edge;
  letter-spacing: 0.25em;
}
#aichi #topics h2 svg text.foreground {
  fill: #fff;
}
#aichi #topics h2 svg text.background {
  stroke: #f08300;
  stroke-width: 10;
}
#aichi #topics h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 18px;
  color: #FF3B3B;
  border-bottom: solid 1px #FF3B3B;
  padding-bottom: 7.5px;
  margin-bottom: 20px;
}
#aichi #topics p:not(:last-of-type) {
  margin-bottom: 20px;
}
#aichi #proud .lead {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #111111;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
#aichi #proud h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #f08300;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#aichi #proud h2 mark {
  color: #f08300;
  background: linear-gradient(transparent 75%, #F7FF00 0%);
}
#aichi #proud h2 span {
  font-size: 24px;
}
#aichi #proud h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #f08300;
}
#aichi #proud h2::after {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #f08300;
  transform: rotate(90deg);
  display: inline-block;
}
#aichi #proud div {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: calc((100% - 900px) / 2);
       column-gap: calc((100% - 900px) / 2);
  justify-content: center;
  margin-bottom: 60px;
}
#aichi #proud div article {
  width: 300px;
  text-align: center;
}
#aichi #proud div article h3 {
  background-color: #f08300;
  border-radius: 50vh;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
  padding: 5px 30px;
  margin-bottom: 17px;
  box-sizing: border-box;
  display: inline-block;
}
#aichi #proud div article img {
  margin-bottom: 20px;
}
#aichi #proud div article figcaption {
  font-size: 18px;
  color: #111111;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}
#aichi #proud div article figcaption,
#aichi #proud div article p {
  text-align: left;
}
#aichi .school:not(:first-child) {
  margin-top: 40px;
}
#aichi .school #title {
  background-color: #f08300;
  border-radius: 5px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
  padding: 10px 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#aichi .school #title svg {
  width: 45px;
  height: 36px;
}
#aichi .school .school-tab {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  -moz-column-gap: 2px;
       column-gap: 2px;
  border-bottom: solid 10px #63D2A9;
  margin-bottom: 40px;
}
#aichi .school .school-tab li {
  width: 33.3333333333%;
  height: 70px;
  background-color: #E9E7E7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #484848;
  line-height: 1;
  transition: 0.5s;
}
#aichi .school .school-tab li.check {
  background-color: #63D2A9;
  color: #ffffff;
}
#aichi .school .school-tab li:hover {
  background-color: #63D2A9;
  color: #ffffff;
  cursor: pointer;
}
#aichi .school .school-tab.tab-only li {
  width: 75%;
}
#aichi .school .school-tab.tab-double li {
  width: 45%;
}
#aichi .school .contents {
  opacity: 0;
  height: 0;
  margin: 0;
  z-index: -10;
}
#aichi .school .show {
  opacity: 1;
  height: 100%;
  z-index: 10;
}
#aichi .school section[id^=school-list-] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px calc((100% - 870px) / 2);
}
#aichi .school section[id^=school-list-].show article {
  display: initial;
  width: 290px;
  height: auto;
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-bottom: 30px;
  z-index: inherit;
}
#aichi .school section[id^=school-list-].show article h2 {
  background-color: #5EBAD6;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
  padding: 10px 20px;
  box-sizing: border-box;
}
#aichi .school section[id^=school-list-].show article img {
  max-width: 250px;
  margin: 0 auto;
}
#aichi .school section[id^=school-list-].show article p {
  margin: 0 10px;
}
#aichi .school section[id^=school-list-].show article .map::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  color: #FF6D6D;
  font-weight: 900;
}
#aichi .school section[id^=school-list-].show article .field::before {
  font-family: "Font Awesome 5 Free";
  content: "\f02d";
  color: #6FC57D;
  font-weight: 900;
}
#aichi .school section[id^=school-list-].show article > ul {
  margin: auto auto 0;
}
#aichi .school section[id^=school-list-].show article > ul li {
  width: 270px;
  height: 50px;
  border-radius: 3px;
  transition: 0.5s;
}
#aichi .school section[id^=school-list-].show article > ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
}
#aichi .school section[id^=school-list-].show article > ul li:first-of-type {
  background-color: #5DC85A;
  margin-bottom: 20px;
}
#aichi .school section[id^=school-list-].show article > ul li:last-of-type {
  background-color: #EFA12D;
}
#aichi .school section[id^=school-list-].show article > ul li:hover {
  opacity: 0.75;
}
#aichi .school article {
  display: none;
}

#gifu p {
  font-size: 16px;
  line-height: 1.5;
}
#gifu #school-link {
  margin: 0 20px 40px;
}
#gifu #school-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: calc((100% - 762px) / 2);
       column-gap: calc((100% - 762px) / 2);
}
#gifu #school-link ul li {
  width: 250px;
  height: 50px;
  border: solid 2px #06a168;
  border-radius: 3px;
  box-shadow: 0 3px 0 rgba(6, 161, 104, 0.25);
  transition: 0.5s;
  margin-bottom: 20px;
}
#gifu #school-link ul li a {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #06a168;
  line-height: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#gifu #school-link ul li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  color: #06a168;
  margin-left: 5px;
}
#gifu #school-link ul li:hover {
  box-shadow: none;
  background-color: #06a168;
}
#gifu #school-link ul li:hover a {
  color: #ffffff;
}
#gifu #school-link ul li:hover a::after {
  color: #ffffff;
}
#gifu #merit {
  height: auto;
  overflow: hidden;
  background-color: #f0f0f0;
  padding: 40px 40px 0;
  margin-bottom: 60px;
  box-sizing: border-box;
}
#gifu #merit h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #06a168;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#gifu #merit h2 mark {
  background: linear-gradient(transparent 75%, #F7FF00 0%);
}
#gifu #merit h2 mark::before {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #06a168;
}
#gifu #merit h2 mark::after {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #06a168;
  transform: rotate(90deg);
  display: inline-block;
}
#gifu #merit article {
  position: relative;
}
#gifu #merit article figure {
  line-height: 0;
}
#gifu #merit article div {
  width: 500px;
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
}
#gifu #merit article div h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #111111;
  line-height: 1;
  margin-bottom: 20px;
}
#gifu #merit article div h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-weight: 900;
  color: #f7ff00;
  margin-right: 5px;
}
#gifu #merit article:nth-last-of-type(odd) div {
  right: 0;
}
#gifu #merit article:nth-last-of-type(even) {
  text-align: right;
}
#gifu #merit article:nth-last-of-type(even) div {
  left: 0;
  text-align: left;
}
#gifu #topics {
  margin: 0 40px 40px;
  border: solid 5px #06a168;
  border-radius: 20px;
  background-color: rgba(6, 161, 104, 0.05);
  padding: 35px 20px;
  box-sizing: border-box;
  position: relative;
}
#gifu #topics h2 {
  position: absolute;
  left: 45px;
  top: -23px;
}
#gifu #topics h2 svg {
  width: 226px;
  height: 46px;
}
#gifu #topics h2 svg text {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 36px;
  line-height: 1;
  stroke-linejoin: round;
  dominant-baseline: text-before-edge;
  letter-spacing: 0.25em;
}
#gifu #topics h2 svg text.foreground {
  fill: #fff;
}
#gifu #topics h2 svg text.background {
  stroke: #06a168;
  stroke-width: 10;
}
#gifu #topics h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 18px;
  color: #FF3B3B;
  border-bottom: solid 1px #FF3B3B;
  padding-bottom: 7.5px;
  margin-bottom: 20px;
}
#gifu #topics p:not(:last-of-type) {
  margin-bottom: 20px;
}
#gifu #proud .lead {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #111111;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
#gifu #proud h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #06a168;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#gifu #proud h2 mark {
  color: #06a168;
  background: linear-gradient(transparent 75%, #F7FF00 0%);
}
#gifu #proud h2 span {
  font-size: 24px;
}
#gifu #proud h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #06a168;
}
#gifu #proud h2::after {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #06a168;
  transform: rotate(90deg);
  display: inline-block;
}
#gifu #proud div {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: calc((100% - 900px) / 2);
       column-gap: calc((100% - 900px) / 2);
  justify-content: center;
  margin-bottom: 60px;
}
#gifu #proud div article {
  width: 300px;
  text-align: center;
}
#gifu #proud div article h3 {
  background-color: #06a168;
  border-radius: 50vh;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
  padding: 5px 30px;
  margin-bottom: 17px;
  box-sizing: border-box;
  display: inline-block;
}
#gifu #proud div article img {
  margin-bottom: 20px;
}
#gifu #proud div article figcaption {
  font-size: 18px;
  color: #111111;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}
#gifu #proud div article figcaption,
#gifu #proud div article p {
  text-align: left;
}
#gifu .school:not(:first-child) {
  margin-top: 40px;
}
#gifu .school #title {
  background-color: #06a168;
  border-radius: 5px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
  padding: 10px 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#gifu .school #title svg {
  width: 45px;
  height: 36px;
}
#gifu .school .school-tab {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  -moz-column-gap: 2px;
       column-gap: 2px;
  border-bottom: solid 10px #63D2A9;
  margin-bottom: 40px;
}
#gifu .school .school-tab li {
  width: 33.3333333333%;
  height: 70px;
  background-color: #E9E7E7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #484848;
  line-height: 1;
  transition: 0.5s;
}
#gifu .school .school-tab li.check {
  background-color: #63D2A9;
  color: #ffffff;
}
#gifu .school .school-tab li:hover {
  background-color: #63D2A9;
  color: #ffffff;
  cursor: pointer;
}
#gifu .school .school-tab.tab-only li {
  width: 75%;
}
#gifu .school .school-tab.tab-double li {
  width: 45%;
}
#gifu .school .contents {
  opacity: 0;
  height: 0;
  margin: 0;
  z-index: -10;
}
#gifu .school .show {
  opacity: 1;
  height: 100%;
  z-index: 10;
}
#gifu .school section[id^=school-list-] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px calc((100% - 870px) / 2);
}
#gifu .school section[id^=school-list-].show article {
  display: initial;
  width: 290px;
  height: auto;
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-bottom: 30px;
  z-index: inherit;
}
#gifu .school section[id^=school-list-].show article h2 {
  background-color: #5EBAD6;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
  padding: 10px 20px;
  box-sizing: border-box;
}
#gifu .school section[id^=school-list-].show article img {
  max-width: 250px;
  margin: 0 auto;
}
#gifu .school section[id^=school-list-].show article p {
  margin: 0 10px;
}
#gifu .school section[id^=school-list-].show article .map::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  color: #FF6D6D;
  font-weight: 900;
}
#gifu .school section[id^=school-list-].show article .field::before {
  font-family: "Font Awesome 5 Free";
  content: "\f02d";
  color: #6FC57D;
  font-weight: 900;
}
#gifu .school section[id^=school-list-].show article > ul {
  margin: auto auto 0;
}
#gifu .school section[id^=school-list-].show article > ul li {
  width: 270px;
  height: 50px;
  border-radius: 3px;
  transition: 0.5s;
}
#gifu .school section[id^=school-list-].show article > ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
}
#gifu .school section[id^=school-list-].show article > ul li:first-of-type {
  background-color: #5DC85A;
  margin-bottom: 20px;
}
#gifu .school section[id^=school-list-].show article > ul li:last-of-type {
  background-color: #EFA12D;
}
#gifu .school section[id^=school-list-].show article > ul li:hover {
  opacity: 0.75;
}
#gifu .school article {
  display: none;
}

#mie p {
  font-size: 16px;
  line-height: 1.5;
}
#mie #school-link {
  margin: 0 20px 40px;
}
#mie #school-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: calc((100% - 762px) / 2);
       column-gap: calc((100% - 762px) / 2);
}
#mie #school-link ul li {
  width: 250px;
  height: 50px;
  border: solid 2px #3cbde7;
  border-radius: 3px;
  box-shadow: 0 3px 0 rgba(60, 189, 231, 0.25);
  transition: 0.5s;
  margin-bottom: 20px;
}
#mie #school-link ul li a {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #3cbde7;
  line-height: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#mie #school-link ul li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  color: #3cbde7;
  margin-left: 5px;
}
#mie #school-link ul li:hover {
  box-shadow: none;
  background-color: #3cbde7;
}
#mie #school-link ul li:hover a {
  color: #ffffff;
}
#mie #school-link ul li:hover a::after {
  color: #ffffff;
}
#mie #merit {
  height: auto;
  overflow: hidden;
  background-color: #f0f0f0;
  padding: 40px 40px 0;
  margin-bottom: 60px;
  box-sizing: border-box;
}
#mie #merit h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #3cbde7;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#mie #merit h2 mark {
  background: linear-gradient(transparent 75%, #F7FF00 0%);
}
#mie #merit h2 mark::before {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #3cbde7;
}
#mie #merit h2 mark::after {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #3cbde7;
  transform: rotate(90deg);
  display: inline-block;
}
#mie #merit article {
  position: relative;
}
#mie #merit article figure {
  line-height: 0;
}
#mie #merit article div {
  width: 500px;
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
}
#mie #merit article div h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #111111;
  line-height: 1;
  margin-bottom: 20px;
}
#mie #merit article div h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-weight: 900;
  color: #f7ff00;
  margin-right: 5px;
}
#mie #merit article:nth-last-of-type(odd) div {
  right: 0;
}
#mie #merit article:nth-last-of-type(even) {
  text-align: right;
}
#mie #merit article:nth-last-of-type(even) div {
  left: 0;
  text-align: left;
}
#mie #topics {
  margin: 0 40px 40px;
  border: solid 5px #3cbde7;
  border-radius: 20px;
  background-color: rgba(60, 189, 231, 0.05);
  padding: 35px 20px;
  box-sizing: border-box;
  position: relative;
}
#mie #topics h2 {
  position: absolute;
  left: 45px;
  top: -23px;
}
#mie #topics h2 svg {
  width: 226px;
  height: 46px;
}
#mie #topics h2 svg text {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 36px;
  line-height: 1;
  stroke-linejoin: round;
  dominant-baseline: text-before-edge;
  letter-spacing: 0.25em;
}
#mie #topics h2 svg text.foreground {
  fill: #fff;
}
#mie #topics h2 svg text.background {
  stroke: #3cbde7;
  stroke-width: 10;
}
#mie #topics h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 18px;
  color: #FF3B3B;
  border-bottom: solid 1px #FF3B3B;
  padding-bottom: 7.5px;
  margin-bottom: 20px;
}
#mie #topics p:not(:last-of-type) {
  margin-bottom: 20px;
}
#mie #proud .lead {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #111111;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
#mie #proud h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #3cbde7;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#mie #proud h2 mark {
  color: #3cbde7;
  background: linear-gradient(transparent 75%, #F7FF00 0%);
}
#mie #proud h2 span {
  font-size: 24px;
}
#mie #proud h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #3cbde7;
}
#mie #proud h2::after {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #3cbde7;
  transform: rotate(90deg);
  display: inline-block;
}
#mie #proud div {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: calc((100% - 900px) / 2);
       column-gap: calc((100% - 900px) / 2);
  justify-content: center;
  margin-bottom: 60px;
}
#mie #proud div article {
  width: 300px;
  text-align: center;
}
#mie #proud div article h3 {
  background-color: #3cbde7;
  border-radius: 50vh;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
  padding: 5px 30px;
  margin-bottom: 17px;
  box-sizing: border-box;
  display: inline-block;
}
#mie #proud div article img {
  margin-bottom: 20px;
}
#mie #proud div article figcaption {
  font-size: 18px;
  color: #111111;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}
#mie #proud div article figcaption,
#mie #proud div article p {
  text-align: left;
}
#mie .school:not(:first-child) {
  margin-top: 40px;
}
#mie .school #title {
  background-color: #3cbde7;
  border-radius: 5px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
  padding: 10px 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#mie .school #title svg {
  width: 45px;
  height: 36px;
}
#mie .school .school-tab {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  -moz-column-gap: 2px;
       column-gap: 2px;
  border-bottom: solid 10px #63D2A9;
  margin-bottom: 40px;
}
#mie .school .school-tab li {
  width: 33.3333333333%;
  height: 70px;
  background-color: #E9E7E7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #484848;
  line-height: 1;
  transition: 0.5s;
}
#mie .school .school-tab li.check {
  background-color: #63D2A9;
  color: #ffffff;
}
#mie .school .school-tab li:hover {
  background-color: #63D2A9;
  color: #ffffff;
  cursor: pointer;
}
#mie .school .school-tab.tab-only li {
  width: 75%;
}
#mie .school .school-tab.tab-double li {
  width: 45%;
}
#mie .school .contents {
  opacity: 0;
  height: 0;
  margin: 0;
  z-index: -10;
}
#mie .school .show {
  opacity: 1;
  height: 100%;
  z-index: 10;
}
#mie .school section[id^=school-list-] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px calc((100% - 870px) / 2);
}
#mie .school section[id^=school-list-].show article {
  display: initial;
  width: 290px;
  height: auto;
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-bottom: 30px;
  z-index: inherit;
}
#mie .school section[id^=school-list-].show article h2 {
  background-color: #5EBAD6;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
  padding: 10px 20px;
  box-sizing: border-box;
}
#mie .school section[id^=school-list-].show article img {
  max-width: 250px;
  margin: 0 auto;
}
#mie .school section[id^=school-list-].show article p {
  margin: 0 10px;
}
#mie .school section[id^=school-list-].show article .map::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  color: #FF6D6D;
  font-weight: 900;
}
#mie .school section[id^=school-list-].show article .field::before {
  font-family: "Font Awesome 5 Free";
  content: "\f02d";
  color: #6FC57D;
  font-weight: 900;
}
#mie .school section[id^=school-list-].show article > ul {
  margin: auto auto 0;
}
#mie .school section[id^=school-list-].show article > ul li {
  width: 270px;
  height: 50px;
  border-radius: 3px;
  transition: 0.5s;
}
#mie .school section[id^=school-list-].show article > ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
}
#mie .school section[id^=school-list-].show article > ul li:first-of-type {
  background-color: #5DC85A;
  margin-bottom: 20px;
}
#mie .school section[id^=school-list-].show article > ul li:last-of-type {
  background-color: #EFA12D;
}
#mie .school section[id^=school-list-].show article > ul li:hover {
  opacity: 0.75;
}
#mie .school article {
  display: none;
}

#shizuoka p {
  font-size: 16px;
  line-height: 1.5;
}
#shizuoka #school-link {
  margin: 0 20px 40px;
}
#shizuoka #school-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: calc((100% - 762px) / 2);
       column-gap: calc((100% - 762px) / 2);
}
#shizuoka #school-link ul li {
  width: 250px;
  height: 50px;
  border: solid 2px #e70012;
  border-radius: 3px;
  box-shadow: 0 3px 0 rgba(231, 0, 18, 0.25);
  transition: 0.5s;
  margin-bottom: 20px;
}
#shizuoka #school-link ul li a {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #e70012;
  line-height: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#shizuoka #school-link ul li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  color: #e70012;
  margin-left: 5px;
}
#shizuoka #school-link ul li:hover {
  box-shadow: none;
  background-color: #e70012;
}
#shizuoka #school-link ul li:hover a {
  color: #ffffff;
}
#shizuoka #school-link ul li:hover a::after {
  color: #ffffff;
}
#shizuoka #merit {
  height: auto;
  overflow: hidden;
  background-color: #f0f0f0;
  padding: 40px 40px 0;
  margin-bottom: 60px;
  box-sizing: border-box;
}
#shizuoka #merit h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #e70012;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#shizuoka #merit h2 mark {
  background: linear-gradient(transparent 75%, #F7FF00 0%);
}
#shizuoka #merit h2 mark::before {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #e70012;
}
#shizuoka #merit h2 mark::after {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #e70012;
  transform: rotate(90deg);
  display: inline-block;
}
#shizuoka #merit article {
  position: relative;
}
#shizuoka #merit article figure {
  line-height: 0;
}
#shizuoka #merit article div {
  width: 500px;
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
}
#shizuoka #merit article div h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #111111;
  line-height: 1;
  margin-bottom: 20px;
}
#shizuoka #merit article div h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-weight: 900;
  color: #f7ff00;
  margin-right: 5px;
}
#shizuoka #merit article:nth-last-of-type(odd) div {
  right: 0;
}
#shizuoka #merit article:nth-last-of-type(even) {
  text-align: right;
}
#shizuoka #merit article:nth-last-of-type(even) div {
  left: 0;
  text-align: left;
}
#shizuoka #topics {
  margin: 0 40px 40px;
  border: solid 5px #e70012;
  border-radius: 20px;
  background-color: rgba(231, 0, 18, 0.05);
  padding: 35px 20px;
  box-sizing: border-box;
  position: relative;
}
#shizuoka #topics h2 {
  position: absolute;
  left: 45px;
  top: -23px;
}
#shizuoka #topics h2 svg {
  width: 226px;
  height: 46px;
}
#shizuoka #topics h2 svg text {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 36px;
  line-height: 1;
  stroke-linejoin: round;
  dominant-baseline: text-before-edge;
  letter-spacing: 0.25em;
}
#shizuoka #topics h2 svg text.foreground {
  fill: #fff;
}
#shizuoka #topics h2 svg text.background {
  stroke: #e70012;
  stroke-width: 10;
}
#shizuoka #topics h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 18px;
  color: #FF3B3B;
  border-bottom: solid 1px #FF3B3B;
  padding-bottom: 7.5px;
  margin-bottom: 20px;
}
#shizuoka #topics p:not(:last-of-type) {
  margin-bottom: 20px;
}
#shizuoka #proud .lead {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #111111;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
#shizuoka #proud h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #e70012;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#shizuoka #proud h2 mark {
  color: #e70012;
  background: linear-gradient(transparent 75%, #F7FF00 0%);
}
#shizuoka #proud h2 span {
  font-size: 24px;
}
#shizuoka #proud h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #e70012;
}
#shizuoka #proud h2::after {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #e70012;
  transform: rotate(90deg);
  display: inline-block;
}
#shizuoka #proud div {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: calc((100% - 900px) / 2);
       column-gap: calc((100% - 900px) / 2);
  justify-content: center;
  margin-bottom: 60px;
}
#shizuoka #proud div article {
  width: 300px;
  text-align: center;
}
#shizuoka #proud div article h3 {
  background-color: #e70012;
  border-radius: 50vh;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
  padding: 5px 30px;
  margin-bottom: 17px;
  box-sizing: border-box;
  display: inline-block;
}
#shizuoka #proud div article img {
  margin-bottom: 20px;
}
#shizuoka #proud div article figcaption {
  font-size: 18px;
  color: #111111;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}
#shizuoka #proud div article figcaption,
#shizuoka #proud div article p {
  text-align: left;
}
#shizuoka .school:not(:first-child) {
  margin-top: 40px;
}
#shizuoka .school #title {
  background-color: #e70012;
  border-radius: 5px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
  padding: 10px 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#shizuoka .school #title svg {
  width: 45px;
  height: 36px;
}
#shizuoka .school .school-tab {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  -moz-column-gap: 2px;
       column-gap: 2px;
  border-bottom: solid 10px #63D2A9;
  margin-bottom: 40px;
}
#shizuoka .school .school-tab li {
  width: 33.3333333333%;
  height: 70px;
  background-color: #E9E7E7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #484848;
  line-height: 1;
  transition: 0.5s;
}
#shizuoka .school .school-tab li.check {
  background-color: #63D2A9;
  color: #ffffff;
}
#shizuoka .school .school-tab li:hover {
  background-color: #63D2A9;
  color: #ffffff;
  cursor: pointer;
}
#shizuoka .school .school-tab.tab-only li {
  width: 75%;
}
#shizuoka .school .school-tab.tab-double li {
  width: 45%;
}
#shizuoka .school .contents {
  opacity: 0;
  height: 0;
  margin: 0;
  z-index: -10;
}
#shizuoka .school .show {
  opacity: 1;
  height: 100%;
  z-index: 10;
}
#shizuoka .school section[id^=school-list-] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px calc((100% - 870px) / 2);
}
#shizuoka .school section[id^=school-list-].show article {
  display: initial;
  width: 290px;
  height: auto;
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-bottom: 30px;
  z-index: inherit;
}
#shizuoka .school section[id^=school-list-].show article h2 {
  background-color: #5EBAD6;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
  padding: 10px 20px;
  box-sizing: border-box;
}
#shizuoka .school section[id^=school-list-].show article img {
  max-width: 250px;
  margin: 0 auto;
}
#shizuoka .school section[id^=school-list-].show article p {
  margin: 0 10px;
}
#shizuoka .school section[id^=school-list-].show article .map::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  color: #FF6D6D;
  font-weight: 900;
}
#shizuoka .school section[id^=school-list-].show article .field::before {
  font-family: "Font Awesome 5 Free";
  content: "\f02d";
  color: #6FC57D;
  font-weight: 900;
}
#shizuoka .school section[id^=school-list-].show article > ul {
  margin: auto auto 0;
}
#shizuoka .school section[id^=school-list-].show article > ul li {
  width: 270px;
  height: 50px;
  border-radius: 3px;
  transition: 0.5s;
}
#shizuoka .school section[id^=school-list-].show article > ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
}
#shizuoka .school section[id^=school-list-].show article > ul li:first-of-type {
  background-color: #5DC85A;
  margin-bottom: 20px;
}
#shizuoka .school section[id^=school-list-].show article > ul li:last-of-type {
  background-color: #EFA12D;
}
#shizuoka .school section[id^=school-list-].show article > ul li:hover {
  opacity: 0.75;
}
#shizuoka .school article {
  display: none;
}

#kyoto-shiga p {
  font-size: 16px;
  line-height: 1.5;
}
#kyoto-shiga #school-link {
  margin: 0 20px 40px;
}
#kyoto-shiga #school-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: calc((100% - 762px) / 2);
       column-gap: calc((100% - 762px) / 2);
}
#kyoto-shiga #school-link ul li {
  width: 250px;
  height: 50px;
  border: solid 2px #612982;
  border-radius: 3px;
  box-shadow: 0 3px 0 rgba(97, 41, 130, 0.25);
  transition: 0.5s;
  margin-bottom: 20px;
}
#kyoto-shiga #school-link ul li a {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #612982;
  line-height: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#kyoto-shiga #school-link ul li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  color: #612982;
  margin-left: 5px;
}
#kyoto-shiga #school-link ul li:hover {
  box-shadow: none;
  background-color: #612982;
}
#kyoto-shiga #school-link ul li:hover a {
  color: #ffffff;
}
#kyoto-shiga #school-link ul li:hover a::after {
  color: #ffffff;
}
#kyoto-shiga #merit {
  height: auto;
  overflow: hidden;
  background-color: #f0f0f0;
  padding: 40px 40px 0;
  margin-bottom: 60px;
  box-sizing: border-box;
}
#kyoto-shiga #merit h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #612982;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#kyoto-shiga #merit h2 mark {
  background: linear-gradient(transparent 75%, #F7FF00 0%);
}
#kyoto-shiga #merit h2 mark::before {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #612982;
}
#kyoto-shiga #merit h2 mark::after {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #612982;
  transform: rotate(90deg);
  display: inline-block;
}
#kyoto-shiga #merit article {
  position: relative;
}
#kyoto-shiga #merit article figure {
  line-height: 0;
}
#kyoto-shiga #merit article div {
  width: 500px;
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
}
#kyoto-shiga #merit article div h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #111111;
  line-height: 1;
  margin-bottom: 20px;
}
#kyoto-shiga #merit article div h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-weight: 900;
  color: #f7ff00;
  margin-right: 5px;
}
#kyoto-shiga #merit article:nth-last-of-type(odd) div {
  right: 0;
}
#kyoto-shiga #merit article:nth-last-of-type(even) {
  text-align: right;
}
#kyoto-shiga #merit article:nth-last-of-type(even) div {
  left: 0;
  text-align: left;
}
#kyoto-shiga #topics {
  margin: 0 40px 40px;
  border: solid 5px #612982;
  border-radius: 20px;
  background-color: rgba(97, 41, 130, 0.05);
  padding: 35px 20px;
  box-sizing: border-box;
  position: relative;
}
#kyoto-shiga #topics h2 {
  position: absolute;
  left: 45px;
  top: -23px;
}
#kyoto-shiga #topics h2 svg {
  width: 226px;
  height: 46px;
}
#kyoto-shiga #topics h2 svg text {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 36px;
  line-height: 1;
  stroke-linejoin: round;
  dominant-baseline: text-before-edge;
  letter-spacing: 0.25em;
}
#kyoto-shiga #topics h2 svg text.foreground {
  fill: #fff;
}
#kyoto-shiga #topics h2 svg text.background {
  stroke: #612982;
  stroke-width: 10;
}
#kyoto-shiga #topics h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 18px;
  color: #FF3B3B;
  border-bottom: solid 1px #FF3B3B;
  padding-bottom: 7.5px;
  margin-bottom: 20px;
}
#kyoto-shiga #topics p:not(:last-of-type) {
  margin-bottom: 20px;
}
#kyoto-shiga #proud .lead {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #111111;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
#kyoto-shiga #proud h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #612982;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#kyoto-shiga #proud h2 mark {
  color: #612982;
  background: linear-gradient(transparent 75%, #F7FF00 0%);
}
#kyoto-shiga #proud h2 span {
  font-size: 24px;
}
#kyoto-shiga #proud h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #612982;
}
#kyoto-shiga #proud h2::after {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #612982;
  transform: rotate(90deg);
  display: inline-block;
}
#kyoto-shiga #proud div {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: calc((100% - 900px) / 2);
       column-gap: calc((100% - 900px) / 2);
  justify-content: center;
  margin-bottom: 60px;
}
#kyoto-shiga #proud div article {
  width: 300px;
  text-align: center;
}
#kyoto-shiga #proud div article h3 {
  background-color: #612982;
  border-radius: 50vh;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
  padding: 5px 30px;
  margin-bottom: 17px;
  box-sizing: border-box;
  display: inline-block;
}
#kyoto-shiga #proud div article img {
  margin-bottom: 20px;
}
#kyoto-shiga #proud div article figcaption {
  font-size: 18px;
  color: #111111;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}
#kyoto-shiga #proud div article figcaption,
#kyoto-shiga #proud div article p {
  text-align: left;
}
#kyoto-shiga .school:not(:first-child) {
  margin-top: 40px;
}
#kyoto-shiga .school #title {
  background-color: #612982;
  border-radius: 5px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
  padding: 10px 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#kyoto-shiga .school #title svg {
  width: 45px;
  height: 36px;
}
#kyoto-shiga .school .school-tab {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  -moz-column-gap: 2px;
       column-gap: 2px;
  border-bottom: solid 10px #63D2A9;
  margin-bottom: 40px;
}
#kyoto-shiga .school .school-tab li {
  width: 33.3333333333%;
  height: 70px;
  background-color: #E9E7E7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #484848;
  line-height: 1;
  transition: 0.5s;
}
#kyoto-shiga .school .school-tab li.check {
  background-color: #63D2A9;
  color: #ffffff;
}
#kyoto-shiga .school .school-tab li:hover {
  background-color: #63D2A9;
  color: #ffffff;
  cursor: pointer;
}
#kyoto-shiga .school .school-tab.tab-only li {
  width: 75%;
}
#kyoto-shiga .school .school-tab.tab-double li {
  width: 45%;
}
#kyoto-shiga .school .contents {
  opacity: 0;
  height: 0;
  margin: 0;
  z-index: -10;
}
#kyoto-shiga .school .show {
  opacity: 1;
  height: 100%;
  z-index: 10;
}
#kyoto-shiga .school section[id^=school-list-] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px calc((100% - 870px) / 2);
}
#kyoto-shiga .school section[id^=school-list-].show article {
  display: initial;
  width: 290px;
  height: auto;
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-bottom: 30px;
  z-index: inherit;
}
#kyoto-shiga .school section[id^=school-list-].show article h2 {
  background-color: #5EBAD6;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
  padding: 10px 20px;
  box-sizing: border-box;
}
#kyoto-shiga .school section[id^=school-list-].show article img {
  max-width: 250px;
  margin: 0 auto;
}
#kyoto-shiga .school section[id^=school-list-].show article p {
  margin: 0 10px;
}
#kyoto-shiga .school section[id^=school-list-].show article .map::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  color: #FF6D6D;
  font-weight: 900;
}
#kyoto-shiga .school section[id^=school-list-].show article .field::before {
  font-family: "Font Awesome 5 Free";
  content: "\f02d";
  color: #6FC57D;
  font-weight: 900;
}
#kyoto-shiga .school section[id^=school-list-].show article > ul {
  margin: auto auto 0;
}
#kyoto-shiga .school section[id^=school-list-].show article > ul li {
  width: 270px;
  height: 50px;
  border-radius: 3px;
  transition: 0.5s;
}
#kyoto-shiga .school section[id^=school-list-].show article > ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
}
#kyoto-shiga .school section[id^=school-list-].show article > ul li:first-of-type {
  background-color: #5DC85A;
  margin-bottom: 20px;
}
#kyoto-shiga .school section[id^=school-list-].show article > ul li:last-of-type {
  background-color: #EFA12D;
}
#kyoto-shiga .school section[id^=school-list-].show article > ul li:hover {
  opacity: 0.75;
}
#kyoto-shiga .school article {
  display: none;
}

#hyogo p {
  font-size: 16px;
  line-height: 1.5;
}
#hyogo #school-link {
  margin: 0 20px 40px;
}
#hyogo #school-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: calc((100% - 762px) / 2);
       column-gap: calc((100% - 762px) / 2);
}
#hyogo #school-link ul li {
  width: 250px;
  height: 50px;
  border: solid 2px #0082cd;
  border-radius: 3px;
  box-shadow: 0 3px 0 rgba(0, 130, 205, 0.25);
  transition: 0.5s;
  margin-bottom: 20px;
}
#hyogo #school-link ul li a {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #0082cd;
  line-height: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#hyogo #school-link ul li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  color: #0082cd;
  margin-left: 5px;
}
#hyogo #school-link ul li:hover {
  box-shadow: none;
  background-color: #0082cd;
}
#hyogo #school-link ul li:hover a {
  color: #ffffff;
}
#hyogo #school-link ul li:hover a::after {
  color: #ffffff;
}
#hyogo #merit {
  height: auto;
  overflow: hidden;
  background-color: #f0f0f0;
  padding: 40px 40px 0;
  margin-bottom: 60px;
  box-sizing: border-box;
}
#hyogo #merit h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #0082cd;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#hyogo #merit h2 mark {
  background: linear-gradient(transparent 75%, #F7FF00 0%);
}
#hyogo #merit h2 mark::before {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #0082cd;
}
#hyogo #merit h2 mark::after {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #0082cd;
  transform: rotate(90deg);
  display: inline-block;
}
#hyogo #merit article {
  position: relative;
}
#hyogo #merit article figure {
  line-height: 0;
}
#hyogo #merit article div {
  width: 500px;
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
}
#hyogo #merit article div h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #111111;
  line-height: 1;
  margin-bottom: 20px;
}
#hyogo #merit article div h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-weight: 900;
  color: #f7ff00;
  margin-right: 5px;
}
#hyogo #merit article:nth-last-of-type(odd) div {
  right: 0;
}
#hyogo #merit article:nth-last-of-type(even) {
  text-align: right;
}
#hyogo #merit article:nth-last-of-type(even) div {
  left: 0;
  text-align: left;
}
#hyogo #topics {
  margin: 0 40px 40px;
  border: solid 5px #0082cd;
  border-radius: 20px;
  background-color: rgba(0, 130, 205, 0.05);
  padding: 35px 20px;
  box-sizing: border-box;
  position: relative;
}
#hyogo #topics h2 {
  position: absolute;
  left: 45px;
  top: -23px;
}
#hyogo #topics h2 svg {
  width: 226px;
  height: 46px;
}
#hyogo #topics h2 svg text {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 36px;
  line-height: 1;
  stroke-linejoin: round;
  dominant-baseline: text-before-edge;
  letter-spacing: 0.25em;
}
#hyogo #topics h2 svg text.foreground {
  fill: #fff;
}
#hyogo #topics h2 svg text.background {
  stroke: #0082cd;
  stroke-width: 10;
}
#hyogo #topics h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 18px;
  color: #FF3B3B;
  border-bottom: solid 1px #FF3B3B;
  padding-bottom: 7.5px;
  margin-bottom: 20px;
}
#hyogo #topics p:not(:last-of-type) {
  margin-bottom: 20px;
}
#hyogo #proud .lead {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #111111;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
#hyogo #proud h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #0082cd;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#hyogo #proud h2 mark {
  color: #0082cd;
  background: linear-gradient(transparent 75%, #F7FF00 0%);
}
#hyogo #proud h2 span {
  font-size: 24px;
}
#hyogo #proud h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #0082cd;
}
#hyogo #proud h2::after {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #0082cd;
  transform: rotate(90deg);
  display: inline-block;
}
#hyogo #proud div {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: calc((100% - 900px) / 2);
       column-gap: calc((100% - 900px) / 2);
  justify-content: center;
  margin-bottom: 60px;
}
#hyogo #proud div article {
  width: 300px;
  text-align: center;
}
#hyogo #proud div article h3 {
  background-color: #0082cd;
  border-radius: 50vh;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
  padding: 5px 30px;
  margin-bottom: 17px;
  box-sizing: border-box;
  display: inline-block;
}
#hyogo #proud div article img {
  margin-bottom: 20px;
}
#hyogo #proud div article figcaption {
  font-size: 18px;
  color: #111111;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}
#hyogo #proud div article figcaption,
#hyogo #proud div article p {
  text-align: left;
}
#hyogo .school:not(:first-child) {
  margin-top: 40px;
}
#hyogo .school #title {
  background-color: #0082cd;
  border-radius: 5px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
  padding: 10px 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#hyogo .school #title svg {
  width: 45px;
  height: 36px;
}
#hyogo .school .school-tab {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  -moz-column-gap: 2px;
       column-gap: 2px;
  border-bottom: solid 10px #63D2A9;
  margin-bottom: 40px;
}
#hyogo .school .school-tab li {
  width: 33.3333333333%;
  height: 70px;
  background-color: #E9E7E7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #484848;
  line-height: 1;
  transition: 0.5s;
}
#hyogo .school .school-tab li.check {
  background-color: #63D2A9;
  color: #ffffff;
}
#hyogo .school .school-tab li:hover {
  background-color: #63D2A9;
  color: #ffffff;
  cursor: pointer;
}
#hyogo .school .school-tab.tab-only li {
  width: 75%;
}
#hyogo .school .school-tab.tab-double li {
  width: 45%;
}
#hyogo .school .contents {
  opacity: 0;
  height: 0;
  margin: 0;
  z-index: -10;
}
#hyogo .school .show {
  opacity: 1;
  height: 100%;
  z-index: 10;
}
#hyogo .school section[id^=school-list-] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px calc((100% - 870px) / 2);
}
#hyogo .school section[id^=school-list-].show article {
  display: initial;
  width: 290px;
  height: auto;
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-bottom: 30px;
  z-index: inherit;
}
#hyogo .school section[id^=school-list-].show article h2 {
  background-color: #5EBAD6;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
  padding: 10px 20px;
  box-sizing: border-box;
}
#hyogo .school section[id^=school-list-].show article img {
  max-width: 250px;
  margin: 0 auto;
}
#hyogo .school section[id^=school-list-].show article p {
  margin: 0 10px;
}
#hyogo .school section[id^=school-list-].show article .map::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  color: #FF6D6D;
  font-weight: 900;
}
#hyogo .school section[id^=school-list-].show article .field::before {
  font-family: "Font Awesome 5 Free";
  content: "\f02d";
  color: #6FC57D;
  font-weight: 900;
}
#hyogo .school section[id^=school-list-].show article > ul {
  margin: auto auto 0;
}
#hyogo .school section[id^=school-list-].show article > ul li {
  width: 270px;
  height: 50px;
  border-radius: 3px;
  transition: 0.5s;
}
#hyogo .school section[id^=school-list-].show article > ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
}
#hyogo .school section[id^=school-list-].show article > ul li:first-of-type {
  background-color: #5DC85A;
  margin-bottom: 20px;
}
#hyogo .school section[id^=school-list-].show article > ul li:last-of-type {
  background-color: #EFA12D;
}
#hyogo .school section[id^=school-list-].show article > ul li:hover {
  opacity: 0.75;
}
#hyogo .school article {
  display: none;
}

#chugoku p {
  font-size: 16px;
  line-height: 1.5;
}
#chugoku #school-link {
  margin: 0 20px 40px;
}
#chugoku #school-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: calc((100% - 762px) / 2);
       column-gap: calc((100% - 762px) / 2);
}
#chugoku #school-link ul li {
  width: 250px;
  height: 50px;
  border: solid 2px #009d96;
  border-radius: 3px;
  box-shadow: 0 3px 0 rgba(0, 157, 150, 0.25);
  transition: 0.5s;
  margin-bottom: 20px;
}
#chugoku #school-link ul li a {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #009d96;
  line-height: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#chugoku #school-link ul li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  color: #009d96;
  margin-left: 5px;
}
#chugoku #school-link ul li:hover {
  box-shadow: none;
  background-color: #009d96;
}
#chugoku #school-link ul li:hover a {
  color: #ffffff;
}
#chugoku #school-link ul li:hover a::after {
  color: #ffffff;
}
#chugoku #merit {
  height: auto;
  overflow: hidden;
  background-color: #f0f0f0;
  padding: 40px 40px 0;
  margin-bottom: 60px;
  box-sizing: border-box;
}
#chugoku #merit h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #009d96;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#chugoku #merit h2 mark {
  background: linear-gradient(transparent 75%, #F7FF00 0%);
}
#chugoku #merit h2 mark::before {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #009d96;
}
#chugoku #merit h2 mark::after {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #009d96;
  transform: rotate(90deg);
  display: inline-block;
}
#chugoku #merit article {
  position: relative;
}
#chugoku #merit article figure {
  line-height: 0;
}
#chugoku #merit article div {
  width: 500px;
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
}
#chugoku #merit article div h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #111111;
  line-height: 1;
  margin-bottom: 20px;
}
#chugoku #merit article div h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-weight: 900;
  color: #f7ff00;
  margin-right: 5px;
}
#chugoku #merit article:nth-last-of-type(odd) div {
  right: 0;
}
#chugoku #merit article:nth-last-of-type(even) {
  text-align: right;
}
#chugoku #merit article:nth-last-of-type(even) div {
  left: 0;
  text-align: left;
}
#chugoku #topics {
  margin: 0 40px 40px;
  border: solid 5px #009d96;
  border-radius: 20px;
  background-color: rgba(0, 157, 150, 0.05);
  padding: 35px 20px;
  box-sizing: border-box;
  position: relative;
}
#chugoku #topics h2 {
  position: absolute;
  left: 45px;
  top: -23px;
}
#chugoku #topics h2 svg {
  width: 226px;
  height: 46px;
}
#chugoku #topics h2 svg text {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 36px;
  line-height: 1;
  stroke-linejoin: round;
  dominant-baseline: text-before-edge;
  letter-spacing: 0.25em;
}
#chugoku #topics h2 svg text.foreground {
  fill: #fff;
}
#chugoku #topics h2 svg text.background {
  stroke: #009d96;
  stroke-width: 10;
}
#chugoku #topics h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 18px;
  color: #FF3B3B;
  border-bottom: solid 1px #FF3B3B;
  padding-bottom: 7.5px;
  margin-bottom: 20px;
}
#chugoku #topics p:not(:last-of-type) {
  margin-bottom: 20px;
}
#chugoku #proud .lead {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #111111;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
#chugoku #proud h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #009d96;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#chugoku #proud h2 mark {
  color: #009d96;
  background: linear-gradient(transparent 75%, #F7FF00 0%);
}
#chugoku #proud h2 span {
  font-size: 24px;
}
#chugoku #proud h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #009d96;
}
#chugoku #proud h2::after {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #009d96;
  transform: rotate(90deg);
  display: inline-block;
}
#chugoku #proud div {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: calc((100% - 900px) / 2);
       column-gap: calc((100% - 900px) / 2);
  justify-content: center;
  margin-bottom: 60px;
}
#chugoku #proud div article {
  width: 300px;
  text-align: center;
}
#chugoku #proud div article h3 {
  background-color: #009d96;
  border-radius: 50vh;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
  padding: 5px 30px;
  margin-bottom: 17px;
  box-sizing: border-box;
  display: inline-block;
}
#chugoku #proud div article img {
  margin-bottom: 20px;
}
#chugoku #proud div article figcaption {
  font-size: 18px;
  color: #111111;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}
#chugoku #proud div article figcaption,
#chugoku #proud div article p {
  text-align: left;
}
#chugoku .school:not(:first-child) {
  margin-top: 40px;
}
#chugoku .school #title {
  background-color: #009d96;
  border-radius: 5px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
  padding: 10px 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#chugoku .school #title svg {
  width: 45px;
  height: 36px;
}
#chugoku .school .school-tab {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  -moz-column-gap: 2px;
       column-gap: 2px;
  border-bottom: solid 10px #63D2A9;
  margin-bottom: 40px;
}
#chugoku .school .school-tab li {
  width: 33.3333333333%;
  height: 70px;
  background-color: #E9E7E7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #484848;
  line-height: 1;
  transition: 0.5s;
}
#chugoku .school .school-tab li.check {
  background-color: #63D2A9;
  color: #ffffff;
}
#chugoku .school .school-tab li:hover {
  background-color: #63D2A9;
  color: #ffffff;
  cursor: pointer;
}
#chugoku .school .school-tab.tab-only li {
  width: 75%;
}
#chugoku .school .school-tab.tab-double li {
  width: 45%;
}
#chugoku .school .contents {
  opacity: 0;
  height: 0;
  margin: 0;
  z-index: -10;
}
#chugoku .school .show {
  opacity: 1;
  height: 100%;
  z-index: 10;
}
#chugoku .school section[id^=school-list-] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px calc((100% - 870px) / 2);
}
#chugoku .school section[id^=school-list-].show article {
  display: initial;
  width: 290px;
  height: auto;
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-bottom: 30px;
  z-index: inherit;
}
#chugoku .school section[id^=school-list-].show article h2 {
  background-color: #5EBAD6;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
  padding: 10px 20px;
  box-sizing: border-box;
}
#chugoku .school section[id^=school-list-].show article img {
  max-width: 250px;
  margin: 0 auto;
}
#chugoku .school section[id^=school-list-].show article p {
  margin: 0 10px;
}
#chugoku .school section[id^=school-list-].show article .map::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  color: #FF6D6D;
  font-weight: 900;
}
#chugoku .school section[id^=school-list-].show article .field::before {
  font-family: "Font Awesome 5 Free";
  content: "\f02d";
  color: #6FC57D;
  font-weight: 900;
}
#chugoku .school section[id^=school-list-].show article > ul {
  margin: auto auto 0;
}
#chugoku .school section[id^=school-list-].show article > ul li {
  width: 270px;
  height: 50px;
  border-radius: 3px;
  transition: 0.5s;
}
#chugoku .school section[id^=school-list-].show article > ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
}
#chugoku .school section[id^=school-list-].show article > ul li:first-of-type {
  background-color: #5DC85A;
  margin-bottom: 20px;
}
#chugoku .school section[id^=school-list-].show article > ul li:last-of-type {
  background-color: #EFA12D;
}
#chugoku .school section[id^=school-list-].show article > ul li:hover {
  opacity: 0.75;
}
#chugoku .school article {
  display: none;
}

#shikoku p {
  font-size: 16px;
  line-height: 1.5;
}
#shikoku #school-link {
  margin: 0 20px 40px;
}
#shikoku #school-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: calc((100% - 762px) / 2);
       column-gap: calc((100% - 762px) / 2);
}
#shikoku #school-link ul li {
  width: 250px;
  height: 50px;
  border: solid 2px #ea5503;
  border-radius: 3px;
  box-shadow: 0 3px 0 rgba(234, 85, 3, 0.25);
  transition: 0.5s;
  margin-bottom: 20px;
}
#shikoku #school-link ul li a {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #ea5503;
  line-height: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#shikoku #school-link ul li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  color: #ea5503;
  margin-left: 5px;
}
#shikoku #school-link ul li:hover {
  box-shadow: none;
  background-color: #ea5503;
}
#shikoku #school-link ul li:hover a {
  color: #ffffff;
}
#shikoku #school-link ul li:hover a::after {
  color: #ffffff;
}
#shikoku #merit {
  height: auto;
  overflow: hidden;
  background-color: #f0f0f0;
  padding: 40px 40px 0;
  margin-bottom: 60px;
  box-sizing: border-box;
}
#shikoku #merit h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #ea5503;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#shikoku #merit h2 mark {
  background: linear-gradient(transparent 75%, #F7FF00 0%);
}
#shikoku #merit h2 mark::before {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #ea5503;
}
#shikoku #merit h2 mark::after {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #ea5503;
  transform: rotate(90deg);
  display: inline-block;
}
#shikoku #merit article {
  position: relative;
}
#shikoku #merit article figure {
  line-height: 0;
}
#shikoku #merit article div {
  width: 500px;
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
}
#shikoku #merit article div h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #111111;
  line-height: 1;
  margin-bottom: 20px;
}
#shikoku #merit article div h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-weight: 900;
  color: #f7ff00;
  margin-right: 5px;
}
#shikoku #merit article:nth-last-of-type(odd) div {
  right: 0;
}
#shikoku #merit article:nth-last-of-type(even) {
  text-align: right;
}
#shikoku #merit article:nth-last-of-type(even) div {
  left: 0;
  text-align: left;
}
#shikoku #topics {
  margin: 0 40px 40px;
  border: solid 5px #ea5503;
  border-radius: 20px;
  background-color: rgba(234, 85, 3, 0.05);
  padding: 35px 20px;
  box-sizing: border-box;
  position: relative;
}
#shikoku #topics h2 {
  position: absolute;
  left: 45px;
  top: -23px;
}
#shikoku #topics h2 svg {
  width: 226px;
  height: 46px;
}
#shikoku #topics h2 svg text {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 36px;
  line-height: 1;
  stroke-linejoin: round;
  dominant-baseline: text-before-edge;
  letter-spacing: 0.25em;
}
#shikoku #topics h2 svg text.foreground {
  fill: #fff;
}
#shikoku #topics h2 svg text.background {
  stroke: #ea5503;
  stroke-width: 10;
}
#shikoku #topics h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 18px;
  color: #FF3B3B;
  border-bottom: solid 1px #FF3B3B;
  padding-bottom: 7.5px;
  margin-bottom: 20px;
}
#shikoku #topics p:not(:last-of-type) {
  margin-bottom: 20px;
}
#shikoku #proud .lead {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 24px;
  color: #111111;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
#shikoku #proud h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #ea5503;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
#shikoku #proud h2 mark {
  color: #ea5503;
  background: linear-gradient(transparent 75%, #F7FF00 0%);
}
#shikoku #proud h2 span {
  font-size: 24px;
}
#shikoku #proud h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #ea5503;
}
#shikoku #proud h2::after {
  font-family: "Font Awesome 5 Free";
  content: "\f715";
  font-weight: 900;
  color: #ea5503;
  transform: rotate(90deg);
  display: inline-block;
}
#shikoku #proud div {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: calc((100% - 900px) / 2);
       column-gap: calc((100% - 900px) / 2);
  justify-content: center;
  margin-bottom: 60px;
}
#shikoku #proud div article {
  width: 300px;
  text-align: center;
}
#shikoku #proud div article h3 {
  background-color: #ea5503;
  border-radius: 50vh;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
  padding: 5px 30px;
  margin-bottom: 17px;
  box-sizing: border-box;
  display: inline-block;
}
#shikoku #proud div article img {
  margin-bottom: 20px;
}
#shikoku #proud div article figcaption {
  font-size: 18px;
  color: #111111;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}
#shikoku #proud div article figcaption,
#shikoku #proud div article p {
  text-align: left;
}
#shikoku .school:not(:first-child) {
  margin-top: 40px;
}
#shikoku .school #title {
  background-color: #ea5503;
  border-radius: 5px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
  padding: 10px 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#shikoku .school #title svg {
  width: 45px;
  height: 36px;
}
#shikoku .school .school-tab {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  -moz-column-gap: 2px;
       column-gap: 2px;
  border-bottom: solid 10px #63D2A9;
  margin-bottom: 40px;
}
#shikoku .school .school-tab li {
  width: 33.3333333333%;
  height: 70px;
  background-color: #E9E7E7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #484848;
  line-height: 1;
  transition: 0.5s;
}
#shikoku .school .school-tab li.check {
  background-color: #63D2A9;
  color: #ffffff;
}
#shikoku .school .school-tab li:hover {
  background-color: #63D2A9;
  color: #ffffff;
  cursor: pointer;
}
#shikoku .school .school-tab.tab-only li {
  width: 75%;
}
#shikoku .school .school-tab.tab-double li {
  width: 45%;
}
#shikoku .school .contents {
  opacity: 0;
  height: 0;
  margin: 0;
  z-index: -10;
}
#shikoku .school .show {
  opacity: 1;
  height: 100%;
  z-index: 10;
}
#shikoku .school section[id^=school-list-] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px calc((100% - 870px) / 2);
}
#shikoku .school section[id^=school-list-].show article {
  display: initial;
  width: 290px;
  height: auto;
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-bottom: 30px;
  z-index: inherit;
}
#shikoku .school section[id^=school-list-].show article h2 {
  background-color: #5EBAD6;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
  padding: 10px 20px;
  box-sizing: border-box;
}
#shikoku .school section[id^=school-list-].show article img {
  max-width: 250px;
  margin: 0 auto;
}
#shikoku .school section[id^=school-list-].show article p {
  margin: 0 10px;
}
#shikoku .school section[id^=school-list-].show article .map::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  color: #FF6D6D;
  font-weight: 900;
}
#shikoku .school section[id^=school-list-].show article .field::before {
  font-family: "Font Awesome 5 Free";
  content: "\f02d";
  color: #6FC57D;
  font-weight: 900;
}
#shikoku .school section[id^=school-list-].show article > ul {
  margin: auto auto 0;
}
#shikoku .school section[id^=school-list-].show article > ul li {
  width: 270px;
  height: 50px;
  border-radius: 3px;
  transition: 0.5s;
}
#shikoku .school section[id^=school-list-].show article > ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
}
#shikoku .school section[id^=school-list-].show article > ul li:first-of-type {
  background-color: #5DC85A;
  margin-bottom: 20px;
}
#shikoku .school section[id^=school-list-].show article > ul li:last-of-type {
  background-color: #EFA12D;
}
#shikoku .school section[id^=school-list-].show article > ul li:hover {
  opacity: 0.75;
}
#shikoku .school article {
  display: none;
}