@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru");
@import '../../../common/css/font-awesome.min.css';
:root {
  --red-500: oklch(63.7% 0.237 25.331);
}

.bg-admissions {
  background: #009ad0;
}

.bg-event {
  background: #e5007f;
}

.bg-characteristics {
  background: #9499d7;
}

.bg-faq {
  background: #ff9f23;
}

.bg-apply {
  background: #86b61f;
}

.bg-guidebook {
  background: #2ecccc;
}

.bg-enrolled {
  background: #ffa2ac;
}

.bg-gakuinblue {
  background: #009ad0;
  color: #fff;
}

.serif {
  font-family: "Sawarabi Mincho", serif;
}

.san-serif {
  font-family: "Noto Sans JP", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-feature-settings: "palt";
  word-break: auto-phrase;
}

p img,
div img {
  vertical-align: bottom;
}

.borderlink img {
  border: 2px solid #ccc;
}

.borderlink:hover img {
  border: 2px solid #99d1ef;
  background: #fff;
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1;
}

#container {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}

#top-content {
  width: 714px;
}

#content {
  float: none;
  margin-bottom: 30px;
  flex: 1 0 0%;
}

.contactbox {
  flex-direction: column;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  width: auto;
}
.contactbox > div:nth-of-type(1) {
  padding: 10px;
}
.contactbox > div:nth-of-type(2) {
  border-right: 0;
  margin: 10px 10px 5px 10px;
  padding-right: 0;
}
.contactbox h3,
.contactbox h4 {
  top: auto;
  left: auto;
  transform: none;
}
.contactbox h3 {
  padding-left: 35px;
}
.contactbox h3:before {
  background-size: contain;
  width: 25px;
  height: 25px;
}
.contactbox h3 .mb-none {
  display: none;
}
.contactbox h4 {
  font-weight: 500;
}
.contactbox ul {
  padding: 0px 10px 10px 10px;
}

a.btn-guide {
  background: #fff;
  border: 1px solid #009ad0;
  border-radius: 30px;
  color: #009ad0;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
}

.btn-next {
  background: #ffd600;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-size: 1rem;
  color: #222 !important;
  font-weight: bold;
  line-height: 1.5;
  outline: none;
  padding: 15px 20px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  min-width: 240px;
}
.btn-next:hover {
  background: #ffc400;
  color: #333;
  text-decoration: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

#breadcrumbs {
  margin: auto;
  text-align: left;
  width: 1000px;
}
#breadcrumbs ol {
  margin: 8px 0;
}
#breadcrumbs ol li {
  margin: 0;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  float: none;
}
#breadcrumbs ol li:before {
  content: " > ";
}
#breadcrumbs ol li:first-child:before {
  content: none;
}
#breadcrumbs a {
  color: #0071ae;
}
#breadcrumbs a:hover {
  color: #45b7ea;
}

#sidebar {
  font-family: "Noto Sans JP", sans-serif;
  width: 230px;
  margin-right: 40px;
  margin-bottom: 30px;
}
#sidebar .bnrlist li {
  margin-top: 8px;
}
#sidebar .bnrlist li:first-child {
  margin-top: 0;
}
#sidebar .bnrlist li a {
  display: block;
  border: 1px solid #ddd;
}
#sidebar .bnrlist li a:hover {
  border: 1px solid #99d1ef;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#newsbox,
#menubox {
  margin-bottom: 15px;
  padding: 1px;
  border: 1px solid #ccc;
}
#newsbox h2,
#menubox h2 {
  margin-top: 1px;
}
#newsbox h2:first-child,
#menubox h2:first-child {
  margin: 0;
}
#newsbox h2 a,
#menubox h2 a {
  display: block;
  padding: 9px 6px;
  color: #fff;
  background: #99d1ef;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}
#newsbox h2 a::after,
#menubox h2 a::after {
  content: "\f0fe";
  font-size: 16px;
  font-size: 1rem;
  font: var(--fa-font-regular);
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 8px;
}
#newsbox h2 a:hover,
#menubox h2 a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#newsbox h2.open a,
#menubox h2.open a {
  background: #009ad0;
}
#newsbox h2.open a::after,
#menubox h2.open a::after {
  content: "\f146";
}
#newsbox dl,
#newsbox ul,
#menubox dl,
#menubox ul {
  margin: 5px 5px 5px 5px;
  line-height: 1.3;
}

#newsbox h2 a {
  font-family: "Noto Sans JP", sans-serif;
  padding: 12px 15px;
}
#newsbox h2:first-of-type a {
  border-radius: 0.5rem 0.5rem 0 0;
}
#newsbox h2:last-of-type a {
  border-radius: 0 0 0.5rem 0.5rem;
}
#newsbox h2:last-of-type.open a {
  border-radius: 0;
}
#newsbox dl {
  margin: 0 10px;
  line-height: 1.5;
  overflow: hidden;
  line-height: 1.6;
}
#newsbox dt {
  clear: left;
  float: left;
  padding: 8px 0;
  width: 7em;
}
#newsbox dd {
  padding: 8px 0 8px 8em;
  border-bottom: 1px dotted #ccc;
}
#newsbox dd a {
  text-decoration: none;
}
#newsbox p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 5px 10px;
  padding-bottom: 2px;
  text-align: right;
}
#newsbox p a {
  color: #2b2b2b;
  text-decoration: none;
}
#newsbox p a::before {
  color: #009ad0;
  content: "\f0c9";
  font: var(--fa-font-solid);
  margin-right: 0.4rem;
}

#menubox li a,
#menubox li span.blank {
  padding: 3px 5px 3px 5px;
  display: block;
  margin-left: 0.9em;
  text-indent: -0.9em;
  text-decoration: none;
}
#menubox li a::before,
#menubox li span.blank::before {
  color: #009ad0;
  content: "\f054";
  font: var(--fa-font-solid);
  font-size: 10px;
  font-size: 0.625rem;
  margin-right: 5px;
  text-decoration: none;
}
#menubox li a.pdf::before,
#menubox li span.blank.pdf::before {
  color: #d00;
  content: "\f1c1";
  font: var(--fa-font-regular);
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 3px;
  margin-left: -2px;
}
#menubox li .selected a {
  text-decoration: none;
}
#menubox li.selected > a {
  color: #444;
  font-weight: 600;
}
#menubox li ul {
  margin: 2px 0 2px 13px;
}
#menubox li ul li.selected a {
  color: #2b2b2b;
  background-color: #faf4e3;
  font-weight: normal;
}
#menubox li ul li.selected a:before {
  color: #009ad0;
}

.submenubox h2,
#d-pam h2 {
  padding: 6px 6px;
  background: #eee;
  font-size: 12px;
  font-weight: bold;
}

.submenubox li {
  border-top: 1px dotted #ccc;
}
.submenubox li:first-child {
  border: 0;
}
.submenubox li a {
  display: block;
  color: #2b2b2b;
  text-decoration: none;
}
.submenubox li a:hover {
  color: #0087e6;
}

#sub-faculty {
  border-bottom: 1px dotted #ccc;
}
#sub-faculty li a {
  padding: 4px 5px;
  position: relative;
}
#sub-faculty li a::after {
  color: #ccc;
  content: "\f35a";
  font: var(--fa-font-regular);
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 8px;
}
#sub-faculty li a:hover:after {
  color: rgb(55, 203.0769230769, 255);
}

#sub-obj li a {
  position: relative;
}
#sub-obj li a span {
  padding: 4px 5px 4px 37px;
  display: block;
}
#sub-obj li a::after {
  color: #ccc;
  content: "\f35a";
  font: var(--fa-font-regular);
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 8px;
}
#sub-obj li a:hover:after {
  color: rgb(55, 203.0769230769, 255);
}
#sub-obj li#obj01 a span {
  background: url(img/icon_obj01.png) no-repeat 0 50%;
}
#sub-obj li#obj02 a span {
  background: url(img/icon_obj02.png) no-repeat 0 50%;
}
#sub-obj li#obj03 a span {
  background: url(img/icon_obj03.png) no-repeat 0 50%;
}
#sub-obj li#obj04 a span {
  background: url(img/icon_obj04.png) no-repeat 0 50%;
}
#sub-obj li#obj01 a:hover span {
  background: url(img/icon_obj01_hvr.png) no-repeat 0 50%;
}
#sub-obj li#obj02 a:hover span {
  background: url(img/icon_obj02_hvr.png) no-repeat 0 50%;
}
#sub-obj li#obj03 a:hover span {
  background: url(img/icon_obj03_hvr.png) no-repeat 0 50%;
}
#sub-obj li#obj04 a:hover span {
  background: url(img/icon_obj04_hvr.png) no-repeat 0 50%;
}

#d-pam {
  margin-bottom: 15px;
  background: #f5f5f5;
}
#d-pam h2 {
  background: #e8e8e8;
}
#d-pam ul {
  padding: 9px 0;
}
#d-pam ul li {
  margin-top: 7px;
  text-align: center;
}
#d-pam ul li:first-child {
  margin: 0;
}
#d-pam ul li a img {
  border: 1px solid #ccc;
  border-radius: 3px;
}
#d-pam ul li a:hover img {
  border: 1px solid #99d1ef;
}

#content h1 {
  padding: 18px 10px 18px 60px;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  position: relative;
}
#content h1:before {
  content: "";
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
}
#content h1#interest {
  background: #86b61f url(img/h_interest.png) no-repeat 10px 50%;
}
#content h1#seeing {
  background: #6abfdc url(img/h_seeing.png) no-repeat 10px 50%;
}
#content h1#hearing {
  background: #ff9f23 url(img/h_hearing.png) no-repeat 10px 50%;
}
#content h1#research {
  background: #ff9a9a url(img/h_research.png) no-repeat 10px 50%;
}
#content h1#h-admissions {
  background: #009ad0 url(img/h_admissions.png) no-repeat 10px 50%;
}
#content h1.h-event {
  background: #e5007f;
}
#content h1.h-event:before {
  content: "\f133";
  font: var(--fa-font-regular);
  font-size: 28px;
  font-size: 1.75rem;
  left: 18px;
}
#content h1.h-chara {
  background: #9499d7;
}
#content h1.h-chara::before {
  background: url(img/h_chara.svg) no-repeat center center;
  background-size: contain;
  left: 10px;
  width: 42px;
  height: 26px;
}
#content h1.h-enrolled {
  background: #ffa2ac;
}
#content h1.h-enrolled::before {
  background: url(img/h_enrolled.svg) no-repeat center center;
  background-size: contain;
  left: 10px;
  width: 40px;
  height: 31px;
}
#content h1.h-high {
  background: #009ad0;
}
#content h1.h-high::before {
  background: url(img/h_high.svg) no-repeat center center;
  background-size: contain;
  left: 10px;
  width: 33px;
  height: 33px;
}
#content h1#h-faq {
  background: #ff9f23 url(img/h_faq.png) no-repeat 10px 50%;
}
#content h1#h-target {
  background: #009ad0 url(img/h_target.png) no-repeat 10px 50%;
}

h1#h-general,
#container .infoItem h1 {
  padding: 15px 10px 15px 10px;
  background: #009ad0;
  line-height: 1.3;
}

.h01,
.infoItem .h01 {
  padding: 15px 10px 13px 10px;
  border: 0;
  border-bottom: 3px solid #ccc;
  color: #009ad0;
  background: none;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
}
.h01:after,
.infoItem .h01:after {
  content: none;
}

.topborder {
  border-top: 3px solid #009ad0;
}

.news-title .h02,
.h02 {
  padding: 0 0 0 8px;
  border-bottom: 0;
  border-left: 4px solid #009ad0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

.h02-noborder {
  padding: 0;
  border: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

.h03 {
  padding: 8px 7px;
}

.h04 {
  padding: 0 0 8px 5px;
  line-height: 1.5;
}

.tgutitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.6;
}

.second-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.second-nav .block01,
.second-nav .block02,
.second-nav .block03,
.second-nav .block04 {
  border: 1px solid #ddd;
  margin: 0 0 15px 0;
  overflow: hidden;
  background: url(img/sec_bg.jpg) repeat 0 0;
}
.second-nav .block01 {
  padding-bottom: 10px;
  width: 100%;
}
.second-nav .block01 ul {
  float: left;
  width: 47%;
}
.second-nav .block01 ul li {
  padding: 3px 0;
  border-bottom: 1px dotted #ccc;
}
.second-nav .block01 ul li.pdf {
  background: none;
  display: block;
  padding: 3px 0;
}
.second-nav .block01 ul.clear {
  float: none;
  width: auto;
}
.second-nav .block01 ul.clear li {
  padding: auto;
  border-bottom: 0;
}
.second-nav .block01 ul.clear li::before {
  content: none;
}
.second-nav .block01 .consul-list ul {
  width: 147px;
  margin-bottom: 0;
}
.second-nav .block02 {
  padding-bottom: 5px;
  width: 48.5%;
}
.second-nav .block03 {
  padding-bottom: 5px;
  width: 32%;
}
.second-nav .block04 {
  padding-bottom: 10px;
  width: 100%;
}
.second-nav .block04 .inbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.second-nav .block04 .inbox > div {
  width: 48.5%;
}
.second-nav .photo {
  margin: 12px 10px 0 10px;
  float: left;
}
.second-nav h2 > span,
.second-nav h2 a {
  padding: 10px 8px;
  display: block;
  color: #2b2b2b;
  background: rgba(0, 160, 234, 0.2);
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 500;
}
.second-nav h2 > span.sp-none {
  padding: 0;
  display: inline;
}
.second-nav h2 a {
  display: flex;
}
.second-nav h2 a::before {
  color: #009ad0;
  content: "\f0a9";
  font: var(--fa-font-solid);
  display: inline-block;
  line-height: 1.2;
  margin-right: 5px;
}
.second-nav h2 a:hover {
  background: rgba(0, 160, 234, 0.3);
}
.second-nav h2.catlink a:before {
  transform: rotate(-45deg);
}
.second-nav h3 {
  border-bottom: 1px dotted #ccc;
  font-weight: 500;
  margin: 12px 10px -5px 10px;
  padding-bottom: 6px;
}
.second-nav p,
.second-nav ul {
  margin: 10px 10px 0 10px;
  line-height: 1.6;
}
.second-nav p li,
.second-nav ul li {
  margin-left: 0.9em;
  text-indent: -0.9em;
}
.second-nav p li:before,
.second-nav ul li:before {
  color: #009ad0;
  content: "\f054";
  font: var(--fa-font-solid);
  font-size: 10px;
  font-size: 0.625rem;
  margin-right: 5px;
  text-decoration: none;
}
.second-nav p li.outside,
.second-nav ul li.outside {
  background: none;
  padding: 0;
}
.second-nav p li.outside:before,
.second-nav ul li.outside:before {
  content: "\f08e";
  margin-right: 4px;
}
.second-nav p li.pdf,
.second-nav ul li.pdf {
  background: none;
  padding: 0;
}
.second-nav p li.pdf:before,
.second-nav ul li.pdf:before {
  color: #d00;
  content: "\f1c1";
  font: var(--fa-font-regular);
}
.second-nav p li.word,
.second-nav ul li.word {
  background: none;
  padding: 0;
}
.second-nav p li.word:before,
.second-nav ul li.word:before {
  color: #4e7dc3;
  content: "\f1c2";
  font: var(--fa-font-regular);
}
.second-nav ul.disc-list01 > li {
  margin-left: 1.4em;
  list-style: disc;
  text-indent: 0;
}
.second-nav ul.disc-list01 > li:before {
  content: none;
}

.third-nav {
  padding: 10px;
  border: 4px solid #eee;
}

.deco-nav {
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}
.deco-nav h2 {
  margin-bottom: 15px;
}
.deco-nav h2 a,
.deco-nav h2 span {
  padding-left: 25px;
  display: inline-block;
  line-height: 20px;
  color: #444;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}
.deco-nav h2 a.sp-none,
.deco-nav h2 span.sp-none {
  padding: 0;
  display: inline;
}
.deco-nav p,
.deco-nav li {
  line-height: 1.6;
}
.deco-nav .block {
  box-sizing: border-box;
  padding: 12px 15px;
  border-top: 1px solid #ccc;
  overflow: hidden;
  zoom: 1;
  background: url(img/sec_bg.jpg) repeat 0 0;
  width: 100%;
}
.deco-nav .block ul li {
  padding: 3px 0 3px 12px;
  border-bottom: 1px dotted #ccc;
  background: url(img/icon_arrow_right01.png) no-repeat 0 0.8em;
}
.deco-nav .block02 {
  box-sizing: border-box;
  padding: 12px 15px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 50%;
  background: url(img/sec_bg.jpg) repeat 0 0;
  overflow: hidden;
}
.deco-nav .block02-left {
  border-left: 0;
}
.deco-nav .catch {
  margin-left: 10px;
  float: right;
  border-radius: 60px;
}
.deco-nav .catch-minus {
  margin-top: -30px;
}
.deco-nav .catch-minus-2 {
  margin-top: -50px;
}
.deco-nav .p-link {
  padding: 3px 13px;
  border: 1px dotted #aaa;
  display: inline-block;
  color: #000;
  background: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  text-decoration: none;
}
.deco-nav .p-link:before {
  content: "\f002";
  font: var(--fa-font-solid);
  margin-right: 5px;
}
.deco-nav .p-link:hover {
  border: 1px dotted #9499d7;
  background: rgba(148, 153, 215, 0.2);
}

.sec-admission h2 a,
.sec-event h2 a,
.sec-faq h2 a,
.sec-chara h2 a,
.sec-chara h2 > span {
  background-repeat: no-repeat;
  background-position: 4px 50%;
  padding-left: 28px;
}
.sec-admission h2 a:hover,
.sec-event h2 a:hover,
.sec-faq h2 a:hover,
.sec-chara h2 a:hover,
.sec-chara h2 > span:hover {
  background-repeat: no-repeat;
  background-position: 4px 50%;
}
.sec-admission h2 a:before,
.sec-event h2 a:before,
.sec-faq h2 a:before,
.sec-chara h2 a:before,
.sec-chara h2 > span:before {
  content: none;
}

.sec-admission h2 a {
  background-image: url(img/n_admission.png);
}
.sec-admission h2 a:hover {
  background-image: url(img/n_admission.png);
}

.sec-event h2 a {
  background-image: url(img/n_event.png);
}
.sec-event h2 a:hover {
  background-image: url(img/n_event.png);
}

.sec-faq h2 a {
  background-image: url(img/n_faq.png);
}
.sec-faq h2 a:hover {
  background-image: url(img/n_faq.png);
}

.sec-chara h2 > span {
  background: url(img/n_chara.png) no-repeat 0 0%;
}
.sec-chara h2 > span:hover {
  background: url(img/n_chara.png) no-repeat 0 0%;
}

.sec-chara h2 a {
  background: url(img/n_chara.png) no-repeat 0 0;
}
.sec-chara h2 a:hover {
  color: #9499d7;
  background: url(img/n_chara_hvr.png) no-repeat 0 0%;
}

.tgsbanner {
  margin: 0 10px 30px 10px;
}

.tgsbanner img {
  margin-right: 15px;
}

.tgsbntex {
  float: none;
  width: auto;
  overflow: hidden;
  zoom: 1;
}

@media screen and (max-width: 37.4375em) {
  #newsbox dt {
    float: none;
    padding: 8px 0 0 0;
    width: auto;
  }
  #newsbox dd {
    padding: 0 0 8px 0;
  }
}
.main-slider img {
  width: 100%;
  height: auto;
}
.main-slider .swiper-button-prev,
.main-slider .swiper-button-next {
  width: 52px;
  height: 52px;
}
.main-slider .swiper-button-prev::after,
.main-slider .swiper-button-next::after {
  font-size: 26px;
}
.main-slider .swiper-button-prev::after {
  left: 15px;
  transform: translateX(-15px);
}
.main-slider .swiper-button-next::after {
  right: 15px;
  transform: translateX(15px);
}

.sub-panel {
  display: flex;
  flex-wrap: wrap;
}
.sub-panel a {
  display: block;
  flex: 1 0 0%;
}
.sub-panel img {
  width: 100%;
  height: auto;
}

a.bnr-candidate {
  background: #91a8d0;
  display: block;
  padding: 8px;
  text-align: center;
}
a.bnr-candidate img {
  width: 40%;
  height: auto;
}

a.bnr-tsuika {
  background: #fff url(img/sec_bg.jpg);
  border: 6px solid #d00;
  color: #000;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 20px;
  text-align: center;
  text-decoration: none;
}
a.bnr-tsuika h3 {
  color: #009ad0;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 15px;
}
a.bnr-tsuika h3 span {
  font-size: 20px;
  font-size: 1.25rem;
}
a.bnr-tsuika ul {
  display: inline-block;
  margin: 10px auto 0 auto;
  text-align: left;
}

a.bnr-sougou {
  color: #000;
  background: rgba(0, 154, 208, 0.15);
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  transition: ease 0.3s;
  line-height: 1.6;
  padding: 8px 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
a.bnr-sougou strong {
  display: inline-block;
  color: #009ad0;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 3px;
  padding: 0 2px 2px 2px;
  position: relative;
}
a.bnr-sougou strong::after {
  background: rgba(0, 154, 208, 0.4);
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 0;
}
a.bnr-sougou::after {
  color: #009de5;
  content: "\f105";
  font: var(--fa-font-solid);
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 15px;
}

a.bnr-sougou:hover {
  background: rgba(0, 154, 208, 0.25);
}

.sub-panel-info li {
  border-top: 1px dashed #aaa;
  line-height: 1.6;
}
.sub-panel-info li:first-child {
  border: 0;
}
.sub-panel-info a {
  background: #fff00a;
  color: #444;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding: 12px 15px;
  text-decoration: none;
  position: relative;
}
.sub-panel-info a .fa {
  color: #d00;
  margin-right: 5px;
}
.sub-panel-info a::after {
  color: #aaa;
  content: "\f105";
  font: var(--fa-font-solid);
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 15px;
}
.sub-panel-info a .new {
  background: #d00;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 8px;
  vertical-align: middle;
  padding: 3px 5px;
}

.sub-panel-juken {
  display: flex;
  flex-wrap: wrap;
}
.sub-panel-juken a {
  background: #fff00a;
  border-top: 2px solid rgb(214, 200.8979591837, 0);
  text-align: center;
  width: 50%;
}
.sub-panel-juken a img {
  width: 100%;
  height: auto;
}
.sub-panel-juken a:nth-of-type(odd) {
  border-right: 2px solid rgb(214, 200.8979591837, 0);
}
.sub-panel-juken a.wide {
  border-right: 0;
  width: 100%;
}

p.sub-panel-info {
  border: 0;
  text-align: center;
}
p.sub-panel-info a {
  background: #fff00a;
  color: #444;
}

.panel-setsumei {
  position: relative;
}

.panel-exam > div,
.panel-exam-kouki > div {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.panel-exam > div p,
.panel-exam-kouki > div p {
  width: 32.4%;
}
.panel-exam > div a,
.panel-exam-kouki > div a {
  background: rgba(255, 255, 255, 0.85);
  display: block;
}
.panel-exam > div a:hover,
.panel-exam-kouki > div a:hover {
  background: white;
}
.panel-exam-photo,
.panel-exam-kouki-photo {
  z-index: -20;
}

.panel-exam-kouki > div p {
  width: 49%;
}

.panel-setsumei ul {
  position: relative;
  font-size: 0;
  margin-top: -83px;
  text-align: center;
  width: 100%;
  height: 83px;
  z-index: 2;
}
.panel-setsumei ul li {
  display: inline-block;
  font-size: 12px;
  margin-left: 10px;
}
.panel-setsumei ul li:first-child {
  margin: 0;
}
.panel-setsumei ul li a {
  color: #222;
}
.panel-setsumei ul li a:hover {
  color: #29bbea;
}
.panel-setsumei ul li a .fa {
  color: #29bbea;
  margin-right: 0.2em;
}

#target-nav {
  margin: 18px 0 20px 0;
  padding: 10px 10px;
  background: #ebebeb;
}
#target-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#target-nav ul li {
  width: 24%;
}
#target-nav ul li a {
  border: 3px solid #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 0px 0px rgba(200, 200, 200, 0.1);
  display: block;
}
#target-nav ul li a:hover {
  box-shadow: 2px 2px 0px 0px rgba(200, 200, 200, 0.8);
}
#target-nav ul li img {
  border-radius: 3px;
  width: 100%;
  height: auto;
}

.top-gnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
.top-gnav a {
  border-radius: 8px;
  box-shadow: 0px 0px 5px 0px rgba(8, 1, 3, 0.3);
  display: block;
  margin-bottom: 18px;
  padding: 10px 0 37px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 31.5%;
}
.top-gnav a:hover {
  box-shadow: 0px 0px 5px 0px rgba(8, 1, 3, 0.5);
}
.top-gnav a h2 {
  color: #222;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 10px;
  text-indent: 0.05em;
}
.top-gnav a > div p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.6;
  margin: 10px 10px 0 10px;
  text-align: left;
}
.top-gnav a .sp-left {
  text-align: center;
}
.top-gnav a .top-gnav-bottom {
  border-radius: 0 0 8px 8px;
  bottom: 0;
  color: #fff;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1;
  padding: 3px 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.top-gnav-sub {
  margin: 0 0 35px 0;
}
.top-gnav-sub a {
  align-items: center;
  display: flex;
  margin: 0;
  padding: 10px 25px 10px 10px;
  position: relative;
  width: 49%;
}
.top-gnav-sub a .icon {
  margin-right: 10px;
}
.top-gnav-sub a > div {
  flex: 1 0 0%;
  text-align: left;
}
.top-gnav-sub a > div p {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.6;
  margin: 5px 0 0 0;
}
.top-gnav-sub a h2 {
  letter-spacing: 0;
  line-height: 1.3;
  text-indent: 0;
  margin: 0;
}
.top-gnav-sub a .top-gnav-right {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 7px;
  color: #55b2d1;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1;
}

#top-faculty,
.top-hogosha {
  margin: 0 0px 30px 0px;
}
#top-faculty h2,
.top-hogosha h2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 13px;
}

#top-faculty > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#top-faculty a {
  color: #fff;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  padding: 20px 10px;
  margin-top: 2%;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 32%;
}
#top-faculty a::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  transform: skewX(-25deg);
  width: 50%;
  height: 100%;
}
#top-faculty a::before {
  content: "\f054";
  font: var(--fa-font-solid);
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 13px;
}
#top-faculty a:hover::after {
  animation: shine 0.7s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
#top-faculty a:nth-of-type(-n + 3) {
  margin-top: 0;
}

.top-hogosha ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-hogosha ul li {
  width: 32%;
}
.top-hogosha ul li img {
  width: 100%;
  height: auto;
}
.top-hogosha ul li a {
  border: 2px solid transparent;
  box-sizing: border-box;
  display: block;
}
.top-hogosha ul li a:hover {
  border: 2px solid #99d1ef;
}
.top-hogosha ul li:nth-of-type(n + 4) {
  margin-top: 10px;
}

.top-photolib {
  margin: 0 0 30px 0;
  text-align: center;
}

.bnr-msg a {
  background: #009ad0;
  color: #fff;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.1;
  padding: 15px 10px;
  position: relative;
  text-decoration: none;
}
.bnr-msg a .fa {
  margin-right: 5px;
}
.bnr-msg a:hover {
  background: rgb(0, 142.6721153846, 192.7);
}
.bnr-msg a span {
  font-size: 15px;
  font-size: 0.9375rem;
}

.movie2021 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -17px;
}
.movie2021 a {
  background: #ecebe5;
  color: #009ad0;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  height: 70px;
  padding: 0 10px;
  position: relative;
  text-decoration: none;
  width: 49%;
}
.movie2021 a > span {
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
  width: 100%;
}
.movie2021 a .fa {
  color: #d00;
  margin-right: 5px;
}
.movie2021 a:hover {
  background: rgb(229.54, 228.2, 220.16);
}
.movie2021 a:last-of-type {
  margin-top: 10px;
  width: 100%;
}

#bottom-bnr {
  margin-top: 20px;
  background: #f5f5f5;
}
#bottom-bnr ul {
  margin: 0 auto;
  padding: 13px 0;
  display: flex;
  justify-content: space-between;
  width: 1000px;
  text-align: center;
}
#bottom-bnr ul li {
  width: 24%;
}
#bottom-bnr ul li a {
  display: block;
}
#bottom-bnr ul li a img {
  border: 1px solid #ccc;
  width: 100%;
  height: auto;
}
#bottom-bnr ul li a:hover img {
  border: 1px solid #99d1ef;
}

@media screen and (max-width: 73.75em) {
  #bottom-bnr {
    margin-top: 0;
    background: #f5f5f5;
  }
  #bottom-bnr ul {
    margin: 0 auto;
    padding: 10px 10px;
    width: auto;
  }
  .top-gnav {
    margin: 25px 10px 0 10px;
  }
  .top-gnav-sub {
    margin: 0 10px 30px 10px;
  }
  .top-photolib {
    margin: 0 10px 30px 10px;
  }
  #top-faculty,
  .top-hogosha {
    margin: 0 10px 30px 10px;
  }
  .movie2021 a {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 0 10px;
  }
}
@media screen and (max-width: 37.4375em) {
  a.bnr-candidate {
    padding: 5px;
  }
  a.bnr-tsuika {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 15px;
  }
  a.bnr-tsuika h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  a.bnr-tsuika h3 span {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  a.bnr-sougou {
    padding: 8px 15px;
  }
  a.bnr-sougou strong {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  a.bnr-sougou .fa {
    font-size: 15px;
    font-size: 0.9375rem;
    right: 10px;
  }
  #target-nav {
    margin: 10px 0 15px 0;
    padding: 10px 10px;
  }
  #target-nav ul li {
    width: 23.5%;
  }
  #target-nav ul li a {
    border: 0;
    border-radius: 5px;
    box-shadow: none;
  }
  .top-gnav {
    box-shadow: 0px 0px 4px 0px rgba(8, 1, 3, 0.3);
    border-radius: 5px 5px 0 0;
    flex-direction: column;
    margin: 10px 10px 0 10px;
  }
  .top-gnav a {
    background: #fff;
    border-bottom: 1px dashed #ccc;
    align-items: center;
    box-shadow: none;
    border-radius: 0;
    display: flex;
    margin-bottom: 0;
    width: 100%;
    padding: 12px 10px;
    text-align: left;
  }
  .top-gnav a .top-gnav-bottom {
    display: none;
  }
  .top-gnav a img {
    width: 50px;
    height: auto;
  }
  .top-gnav a h2 {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: none;
    margin: 0 0 5px 0;
    text-indent: 0;
  }
  .top-gnav a > div {
    flex: 1 0 0%;
    margin-left: 10px;
  }
  .top-gnav a > div p {
    margin: 0;
  }
  .top-gnav a > div .sp-left {
    text-align: left;
  }
  .top-gnav a:first-of-type {
    border-radius: 5px 5px 0 0;
  }
  .top-gnav a:last-of-type {
    border: 0;
  }
  .top-gnav-sub {
    border-radius: 0 0 5px 5px;
    border-top: 1px dashed #ccc;
    margin-bottom: 25px;
  }
  .top-gnav-sub a {
    text-align: center;
  }
  .top-gnav-sub a .top-gnav-right {
    display: none;
  }
  .top-gnav-sub a > div {
    margin-left: 0;
  }
  .top-gnav-sub .icon {
    margin-right: 0;
    text-align: center;
    width: 50px;
  }
  .top-gnav-sub .icon img {
    width: 40px;
    height: auto;
  }
  .top-gnav-sub a:first-of-type {
    border-radius: 0;
  }
  .top-gnav-sub a:last-of-type {
    border-radius: 0 0 5px 5px;
    padding: 20px 10px;
  }
  .top-gnav-sub a:last-of-type h2 {
    margin: 0;
  }
  #top-faculty,
  .top-hogosha {
    margin: 0 10px 20px 10px;
  }
  #top-faculty h2,
  .top-hogosha h2 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #top-faculty a {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 10px 10px;
  }
  #top-faculty a::before {
    font-size: 10px;
    font-size: 0.625rem;
    right: 5px;
  }
  .top-hogosha ul {
    justify-content: center;
  }
  .top-hogosha ul li {
    margin-left: 2%;
    width: 49%;
  }
  .top-hogosha ul li img {
    width: 100%;
    height: auto;
  }
  .top-hogosha ul li a {
    border: 0;
  }
  .top-hogosha ul li a:hover {
    border: 0;
  }
  .top-hogosha ul li:nth-of-type(odd) {
    margin-left: 0px;
  }
  .top-hogosha ul li:nth-of-type(n + 3) {
    margin-top: 2%;
  }
  .top-photolib {
    margin: 0 10px 20px 10px;
  }
  .top-photolib img {
    width: 100%;
    height: auto;
  }
  .bnr-msg a {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2;
    padding: 10px 10px;
  }
  .bnr-msg a span {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .movie2021 {
    flex-direction: column;
    margin-top: -10px;
  }
  .movie2021 a {
    font-size: 16px;
    font-size: 1rem;
    height: 60px;
    padding: 0 10px;
    width: 100%;
  }
  .movie2021 a:first-child {
    margin-bottom: 10px;
  }
  #bottom-bnr ul {
    flex-wrap: wrap;
  }
  #bottom-bnr ul li {
    margin: 2% 0 0 2%;
    width: 49%;
  }
  #bottom-bnr ul li:nth-of-type(odd) {
    margin-left: 0;
  }
  #bottom-bnr ul li:nth-of-type(-n + 2) {
    margin-top: 0;
  }
  .sub-panel-info {
    border-bottom: 1px solid #ccc;
  }
  .sub-panel-info a {
    padding: 10px 20px 10px 15px;
    text-align: center;
  }
  .sub-panel-info a:after {
    right: 10px;
  }
  .sub-panel-info a .new {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.2;
  }
  .sub-panel-juken a {
    border-top: 2px solid rgb(214, 200.8979591837, 0);
    width: 100%;
  }
  .sub-panel-juken a:nth-of-type(odd) {
    border-right: 0;
  }
  .sub-panel-juken a:nth-of-type(-n + 2) {
    border-top: 2px solid rgb(214, 200.8979591837, 0);
  }
  .sub-panel-juken a.wide {
    border-top: 2px solid rgb(214, 200.8979591837, 0);
  }
  .panel-exam > div {
    padding: 0 10px;
  }
}
.chara-nav {
  font-family: "Noto Sans JP", sans-serif;
}
.chara-nav a {
  text-decoration: none;
  color: #000;
  transition: ease 0.3s;
}
.chara-nav a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

a.chara-nav-outline {
  background: url(../../characteristics/img/nav_outline_bg.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  display: flex;
  padding: 20px 25px;
  position: relative;
}
a.chara-nav-outline:after {
  background: url(img/arrow-circle-right.svg) no-repeat center center;
  background-size: cover;
  content: "";
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  width: 28px;
  height: 28px;
  right: 15px;
}
a.chara-nav-outline:hover {
  overflow: hidden;
}
a.chara-nav-outline:hover img {
  transition: ease 0.8s;
  transform: scale(1.1);
}
a.chara-nav-outline h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 22px;
  padding-bottom: 25px;
  position: relative;
}
a.chara-nav-outline h2:after {
  background: rgba(255, 255, 255, 0.9);
  content: "";
  width: 100px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0px;
}
a.chara-nav-outline > div {
  align-self: center;
  flex: 1 0 0%;
}
a.chara-nav-outline > p {
  margin-left: 30px;
}
a.chara-nav-outline > p img {
  width: 330px;
  height: auto;
}

.chara-nav-block {
  display: flex;
  flex-wrap: wrap;
}
.chara-nav-block > div, .chara-nav-block > a {
  width: 50%;
}
.chara-nav-block > div, .chara-nav-block > a {
  color: #fff;
  position: relative;
}
.chara-nav-block > div:hover, .chara-nav-block > a:hover {
  overflow: hidden;
}
.chara-nav-block > div:hover img, .chara-nav-block > a:hover img {
  transition: ease 0.8s;
  transform: scale(1.3);
}
.chara-nav-block > div > div, .chara-nav-block > a > div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.chara-nav-block > div h2, .chara-nav-block > a h2 {
  background: rgba(109, 113, 154, 0.8);
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 10px 50px 7px 20px;
  position: relative;
}
.chara-nav-block > div h2:after, .chara-nav-block > a h2:after {
  background: url(img/arrow-circle-right.svg) no-repeat center center;
  background-size: cover;
  content: "";
  position: absolute;
  bottom: 4px;
  width: 20px;
  height: 20px;
  right: 15px;
}
.chara-nav-block > div h2.external:after, .chara-nav-block > a h2.external:after {
  background: url(img/arrow-circle-external.svg) no-repeat center center;
  background-size: cover;
}
.chara-nav-block > div p, .chara-nav-block > a p {
  background: rgba(109, 113, 154, 0.8);
  line-height: 1.7;
  padding: 10px 20px 12px 20px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.chara-nav-block img {
  width: 100%;
  height: auto;
}
.chara-nav-block > div:hover img {
  transform: scale(1);
}
.chara-nav-block > div h2 {
  padding: 10px 20px 7px 20px;
}
.chara-nav-block > div h2:after {
  content: none;
}
.chara-nav-block > div ul {
  background: rgba(109, 113, 154, 0.8);
  line-height: 1.7;
  padding: 10px 20px 12px 20px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.chara-nav-block > div ul li:before {
  background: url(../../../common/css/img/arrow_right_white.svg) no-repeat center center;
  background-size: cover;
}
.chara-nav-block > div a {
  color: #fff;
}

.chara-nav-research {
  background-size: auto auto;
  background-color: rgb(211, 212, 225);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgb(201, 202, 219) 10px, rgb(201, 202, 219) 20px);
  font-family: "Noto Sans JP", sans-serif;
  padding: 15px 15px;
  text-align: center;
}
.chara-nav-research h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 5px;
}
.chara-nav-research h2 span {
  display: inline-block;
  padding: 0 7px 8px 7px;
  position: relative;
  text-align: center;
}
.chara-nav-research h2 span:before {
  background: #6d719a;
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: 0;
  right: 50%;
  transform: skew(-40deg) translateX(50%);
}
.chara-nav-research > div {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.chara-nav-research > div a {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 1px 0 0 1px;
  position: relative;
  text-decoration: none;
  width: 25%;
  transition: ease 0.3s;
}
.chara-nav-research > div a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  overflow: hidden;
}
.chara-nav-research > div a:hover img {
  transition: ease 0.5s;
  transform: scale(1.2);
}
.chara-nav-research > div p {
  line-height: 1.5;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 1px);
  opacity: 0.95;
  filter: alpha(opacity=95);
}
.chara-nav-research > div img {
  width: 100%;
  height: auto;
}

a.chara-nav-lifestyle {
  background-size: auto auto;
  background-color: rgba(211, 226, 227, 0.75);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgb(211, 226, 227) 10px, rgb(211, 226, 227) 20px);
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  padding: 25px 200px;
  position: relative;
  text-decoration: none;
  min-height: 180px;
}
a.chara-nav-lifestyle:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  overflow: hidden;
}
a.chara-nav-lifestyle:hover img {
  transition: ease 0.5s;
  transform: scale(1.1);
}
a.chara-nav-lifestyle h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  text-decoration: underline wavy #222;
}
a.chara-nav-lifestyle > div {
  display: flex;
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
  padding: 0 15px;
  width: 100%;
}
a.chara-nav-lifestyle > div img {
  width: auto;
  height: 115px;
}
a.chara-nav-lifestyle > div .photo01 {
  margin-right: auto;
}

a.chara-nav-event {
  color: #fff;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  position: relative;
}
a.chara-nav-event:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  overflow: hidden;
}
a.chara-nav-event:hover img {
  transition: ease 0.5s;
  transform: scale(1.1);
}
a.chara-nav-event:after {
  background: url(img/arrow-circle-right.svg) no-repeat center center;
  background-size: cover;
  content: "";
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  width: 28px;
  height: 28px;
  right: 15px;
}
a.chara-nav-event img {
  width: 100%;
  height: auto;
}
a.chara-nav-event > div {
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
  z-index: 100;
  text-align: center;
  width: 100%;
}
a.chara-nav-event h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}
a.chara-nav-event h2 span {
  display: inline-block;
  padding: 0 5px 12px 5px;
  position: relative;
  text-align: center;
}
a.chara-nav-event h2 span:before {
  background: rgba(255, 255, 255, 0.9);
  content: "";
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
  width: 100%;
  height: 3px;
  bottom: 0;
}

.chara-tgb {
  box-shadow: none;
  padding-top: 32px;
  position: relative;
}
.chara-tgb .fukidashi {
  background: #009ad0;
  border-radius: 8px;
  color: #fff;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 5px 10px;
  position: absolute;
  top: -17px;
}
.chara-tgb .fukidashi:after {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  border-style: solid;
  content: "";
  width: 0;
  height: 0;
  border-width: 15px 10px 0 10px;
  border-color: #009ad0 transparent transparent transparent;
  bottom: -10px;
}

.chara-tgb-eng h3 {
  background: #009ad0;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-align: center;
}

.volunteer-case {
  margin-top: 45px;
  position: relative;
}

.volunteer-case-header {
  background: #009ad0;
  border-radius: 10px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px 20px;
  position: absolute;
  text-align: center;
  width: 50%;
  z-index: 10;
  top: -20px;
}
.volunteer-case-header:after {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  border-style: solid;
  content: "";
  width: 0;
  height: 0;
  border-width: 18px 13px 0 13px;
  border-color: #009ad0 transparent transparent transparent;
  bottom: -18px;
}
.volunteer-case-header h3 {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 700;
}
.volunteer-case-header h3 span {
  display: block;
}
.volunteer-case-header h3 span:nth-of-type(1) {
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.volunteer-case-header h3 span:nth-of-type(2) {
  background: #fff;
  border-radius: 5px;
  color: #009ad0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  padding: 5px 15px;
  width: 100%;
}
.volunteer-case-header p {
  margin-top: 5px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
}

.volunteer-case-articles {
  background: #f1f1f1;
  border-radius: 10px;
  padding: 20px;
  margin: 0 0 0 20px;
  z-index: 1;
}
.volunteer-case-articles > div {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.volunteer-case-articles > div > div {
  padding-top: 110px;
}
.volunteer-case-articles h4 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.volunteer-case-articles h5 {
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.volunteer-case-articles .photo {
  float: right;
  margin: 0 0 15px 20px;
  width: 48%;
}

.volunteer-interview {
  border: 5px solid #bbb;
  border-radius: 20px;
  padding: 25px 20px 20px 20px;
  position: relative;
}
.volunteer-interview h2 {
  background: #fff;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 8px 20px;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: -20px;
  white-space: nowrap;
}

.lifestyle-box h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: underline wavy #222;
}
.lifestyle-box .profile {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 25px;
  text-align: center;
}
.lifestyle-box .weekly {
  display: flex;
  flex-direction: column;
}
.lifestyle-box .weekly .schedule {
  text-align: center;
}
.lifestyle-box .weekly .schedule img {
  width: 100%;
  height: auto;
}
.lifestyle-box .weekly .point {
  border: 2px solid #444;
  border-radius: 15px;
  margin-top: 30px;
  padding: 30px 20px 20px 20px;
  position: relative;
}
.lifestyle-box .weekly .point:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 19px 34px 19px;
  border-color: transparent transparent #ffftransparent;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: -54px;
  z-index: 5;
}
.lifestyle-box .weekly .point:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 22px 39px 22px;
  border-color: transparent transparent #444 transparent;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: -59px;
  z-index: 1;
}
.lifestyle-box .weekly .point h3 {
  background: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0 12px;
  text-align: center;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: -18px;
  white-space: nowrap;
}
.lifestyle-box .weekly .point h3 span {
  background: #1bb8ce;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 40px;
  margin-right: 5px;
  width: 40px;
  text-align: center;
}
.lifestyle-box .fav-space {
  border-radius: 0 0 10px 10px;
  background: #009ad0;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 15%;
  padding: 20px;
  width: 70%;
}
.lifestyle-box .fav-space h3 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.lifestyle-box .fav-space img {
  border-radius: 5px;
  float: right;
  margin-left: 20px;
}

.f-trigger {
  border-top: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: flex;
}
.f-trigger:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  text-decoration: none;
}
.f-trigger h2 {
  align-self: center;
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  font-weight: 500;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 20%;
  white-space: nowrap;
  margin-right: auto;
}
.f-trigger h2 i {
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  margin-right: 5px;
}
.f-trigger h2 i:before {
  content: "\f138";
  font: var(--fa-font-solid);
}
.f-trigger > div {
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 10px;
  width: 80%;
}

.facultylist .f-open h2 i:before {
  content: "\f13a";
}

.f-tb {
  background: #ddd;
  padding: 10px;
}
.f-tb table {
  background: #fff;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
  font-size: 12px;
  font-size: 0.75rem;
}
.f-tb table th,
.f-tb table td {
  border-right: 1px solid #aaa;
  border-top: 1px solid #aaa;
}
.f-tb table th.darkgray,
.f-tb table td.darkgray {
  background: #999;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}
.f-tb table th a {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.f-tb table th a:before {
  content: "";
  display: inline-block;
  background: url(../../../common/css/img/arrow_right_white.svg) no-repeat center center;
  background-size: cover;
  margin: 0 5px 1px 0;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.f-tb table td {
  color: #000;
  vertical-align: top;
}
.f-tb table td li {
  line-height: 1.6;
}
.f-tb table .yMiddle {
  vertical-align: middle;
}

.calendar {
  border-top: 1px solid #ddd;
  margin: 20px 0;
  padding-top: 20px;
  display: flex;
}
.calendar .cal-num {
  background: #dce8bc;
  border-radius: 60px;
  color: #9ab541;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-right: 30px;
  width: 100px;
  height: 100px;
  line-height: 1.2;
  position: relative;
}
.calendar .cal-num h3 {
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.calendar .cal-num span {
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
}
.calendar .cal-tex {
  flex: 1 0 0%;
}
.calendar .cal-pic {
  margin-left: 20px;
  overflow: hidden;
  width: 330px;
}
.calendar .cal-pic-s {
  margin-left: 20px;
  width: 31%;
}

.cgmap {
  margin: 0 20px;
}

#cgmap {
  position: relative;
}

ul#cgmapList {
  margin: 0;
  padding: 0;
}

ul#cgmapList li {
  display: inline;
  margin: 0;
  padding: 0;
}

ul#cgmapList li a {
  line-height: 1;
}

ul#cgmapList li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#cg01 {
  position: absolute;
  top: 656px;
  left: 615px;
}

#cg02 {
  position: absolute;
  top: 761px;
  left: 593px;
}

#cg03 {
  position: absolute;
  top: 696px;
  left: 500px;
}

#cg04 {
  position: absolute;
  top: 627px;
  left: 531px;
}

#cg05 {
  position: absolute;
  top: 127px;
  left: 167px;
}

#cg06 {
  position: absolute;
  top: 109px;
  left: 106px;
}

#cg07 {
  position: absolute;
  top: 277px;
  left: 574px;
}

#cg08 {
  position: absolute;
  top: 351px;
  left: 511px;
}

#cg09 {
  position: absolute;
  top: 426px;
  left: 44px;
}

#cg10 {
  position: absolute;
  top: 373px;
  left: 13px;
}

#cg11 {
  position: absolute;
  top: 347px;
  left: 2px;
}

#cg12 {
  position: absolute;
  top: 224px;
  left: 551px;
}

#cg13 {
  position: absolute;
  top: 556px;
  left: 389px;
}

#cg14 {
  position: absolute;
  top: 505px;
  left: 389px;
}

#cg15 {
  position: absolute;
  top: 531px;
  left: 389px;
}

#cg16 {
  position: absolute;
  top: 99px;
  left: 250px;
}

#cg17 {
  position: absolute;
  top: 241px;
  left: 381px;
}

#cg18 {
  position: absolute;
  top: 457px;
  left: 10px;
}

#cg19 {
  position: absolute;
  top: 600px;
  left: 606px;
}

#cg20 {
  position: absolute;
  top: 520px;
  left: 267px;
}

#cg21 {
  position: absolute;
  top: 743px;
  left: 272px;
}

#cg22 {
  position: absolute;
  top: 425px;
  left: 216px;
}

#cg23 {
  position: absolute;
  top: 385px;
  left: 475px;
}

#cg24 {
  position: absolute;
  top: 65px;
  left: 5px;
}

#cg25 {
  position: absolute;
  top: 525px;
  left: 192px;
}

.sendai-food {
  margin-bottom: 10px;
}
.sendai-food h3 {
  color: #00a5c4;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 10px 0;
  text-align: center;
}

.pp-inner {
  color: #000;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
.pp-inner h3 {
  background: #009ad0;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 15px 15px;
}
.pp-inner p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 15px;
}

.pp-photo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 73.75em) {
  .cgmap {
    margin: auto 10px;
    position: relative;
  }
}
@media screen and (max-width: 37.4375em) {
  .lifestyle-box h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .lifestyle-box .profile {
    margin-bottom: 15px;
  }
  .lifestyle-box .box-l img {
    width: 100%;
    height: auto;
  }
  .lifestyle-box .weekly .point {
    padding: 30px 15px 15px 15px;
  }
  .lifestyle-box .fav-space {
    margin: 0 5%;
    padding: 15px;
    width: 90%;
  }
  .lifestyle-box .fav-space img {
    margin: 0 0 15px 15px;
  }
  .tgutitle {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
  }
  a.chara-nav-outline {
    flex-direction: column;
    padding: 15px 15px;
  }
  a.chara-nav-outline:after {
    width: 24px;
    height: 24px;
    right: 10px;
  }
  a.chara-nav-outline h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 17px;
    padding-bottom: 20px;
  }
  a.chara-nav-outline h2:after {
    height: 2px;
  }
  a.chara-nav-outline h2 br {
    display: none;
  }
  a.chara-nav-outline > p {
    margin: 20px 0 0 0;
  }
  a.chara-nav-outline > p img {
    width: 100%;
    height: auto;
  }
  .chara-nav-block > div, .chara-nav-block > a {
    width: 100%;
  }
  .chara-nav-block > div h2, .chara-nav-block > a h2 {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 50px 7px 15px;
  }
  .chara-nav-block > div h2:after, .chara-nav-block > a h2:after {
    bottom: 7px;
    width: 16px;
    height: 16px;
    right: 10px;
  }
  .chara-nav-block > div p, .chara-nav-block > a p {
    padding: 10px 15px 12px 15px;
  }
  .chara-nav-block > div:hover img {
    transform: scale(1);
  }
  .chara-nav-block > div h2 {
    padding: 10px 15px 7px 15px;
  }
  .chara-nav-block > div ul {
    padding: 10px 15px 12px 15px;
  }
  .chara-nav-research h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .chara-nav-research h2 span {
    padding: 0 3px 8px 3px;
  }
  .chara-nav-research h2 span:before {
    height: 5px;
  }
  .chara-nav-research > div a {
    width: 50%;
  }
  a.chara-nav-lifestyle {
    padding: 15px 15px;
    min-height: auto;
  }
  a.chara-nav-lifestyle h2 {
    margin-bottom: 17px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  a.chara-nav-lifestyle > div {
    align-items: flex-end;
    margin-top: 8px;
    position: static;
    transform: none;
    right: 0;
    bottom: 0;
    padding: 0;
    width: 100%;
  }
  a.chara-nav-lifestyle > div img {
    width: 100%;
    height: auto;
  }
  a.chara-nav-lifestyle > div p {
    width: 49%;
  }
  a.chara-nav-event {
    overflow: hidden;
    height: 180px;
  }
  a.chara-nav-event:after {
    width: 24px;
    height: 24px;
    right: 10px;
  }
  a.chara-nav-event img {
    position: absolute;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    width: auto;
    height: 200px;
  }
  a.chara-nav-event > div {
    padding: 0 40px;
  }
  a.chara-nav-event h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 8px;
  }
  a.chara-nav-event h2 span {
    padding: 0 5px 10px 5px;
  }
  a.chara-nav-event h2 span:before {
    height: 2px;
  }
  .volunteer-case {
    margin-top: 30px;
    position: static;
  }
  .volunteer-case-header {
    margin-bottom: 25px;
    padding: 10px 15px;
    position: relative;
    width: 100%;
    top: 0;
  }
  .volunteer-case-articles {
    padding: 15px;
    margin: 0 0 0 0;
  }
  .volunteer-case-articles > div > div {
    padding-top: 0;
  }
  .volunteer-case-articles .photo {
    float: none;
    margin: 0 0 15px 0;
    width: 100%;
  }
  .volunteer-interview {
    border-radius: 20px;
    padding: 25px 15px 15px 15px;
  }
  .volunteer-interview h2 {
    font-size: 16px;
    font-size: 1rem;
  }
  .volunteer-interview .photo-r-full {
    margin: 15px 0;
  }
  .f-trigger {
    flex-direction: column;
  }
  .f-trigger:hover {
    text-decoration: none;
  }
  .f-trigger h2 {
    font-size: 18px;
    font-size: 1.125rem;
    width: auto;
    margin-right: 0;
  }
  .f-trigger h2 i {
    font-size: 16px;
    font-size: 1rem;
  }
  .f-trigger > div {
    width: auto;
  }
  .calendar {
    flex-wrap: wrap;
    margin: 15px 0;
    padding-top: 15px;
  }
  .calendar .cal-num {
    border-radius: 35px;
    font-size: 14px;
    font-size: 0.875rem;
    width: 70px;
    height: 70px;
    margin-right: 20px;
  }
  .calendar .cal-num span {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .calendar .cal-tex {
    margin: 0;
  }
  .calendar .cal-pic,
  .calendar .cal-pic-s {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .pp-inner {
    background: #fff !important;
    padding-bottom: 20px;
  }
}
a.guidebook-general {
  background: #009ad0;
  border-radius: 8px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  margin-top: 15px;
  padding: 15px 45px 15px 15px;
  position: relative;
}
a.guidebook-general::before {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 15px;
  content: "\f1c1";
  font: var(--fa-font-regular);
}
a.guidebook-general:hover {
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
a.guidebook-general ul {
  display: flex;
  flex-wrap: wrap;
}
a.guidebook-general ul li {
  align-items: center;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 47%, rgb(237, 237, 237) 100%);
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 47%, rgb(237, 237, 237) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 47%, rgb(237, 237, 237) 100%);
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  justify-content: center;
  font-size: 15px;
  font-size: 0.9375rem;
  flex: 1 0 0%;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  height: 55px;
}
a.guidebook-general ul li:nth-of-type(1) {
  border-radius: 5px 0 0 5px;
  border-right: 1px dotted #bbb;
}
a.guidebook-general ul li:nth-of-type(2) {
  border-radius: 0 5px 5px 0;
  border-left: 1px dotted #bbb;
}

a.guidebook-general-sub {
  align-items: center;
  background: #7d5e98;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 20px;
  justify-content: center;
  margin-top: 10px;
  height: 55px;
  position: relative;
  text-align: center;
}
a.guidebook-general-sub:before {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 15px;
  content: "\f1c1";
  font: var(--fa-font-regular);
}
a.guidebook-general-sub:hover {
  text-decoration: none;
}
a.guidebook-general-sub.nohover {
  background: #fff;
  box-shadow: none;
  color: #888;
  cursor: default;
  font-weight: 400;
}

.guidebook-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.guidebook-list > a {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  align-items: center;
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  justify-content: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 20px;
  margin: 15px 0 0 2%;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 32%;
  height: 60px;
}
.guidebook-list > a:before {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 15px;
  content: "\f1c1";
  font: var(--fa-font-regular);
}
.guidebook-list > a:hover {
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.guidebook-list > a:nth-of-type(3n + 1) {
  margin-left: 0;
}

.guidebook-solo {
  padding: 10px 15px;
}

.guidebook-cat {
  background: #f1f1f1;
  border-radius: 5px;
  padding: 15px 15px;
  margin-top: 25px;
}
.guidebook-cat h3 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 20px;
}
.guidebook-cat h4 {
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 20px;
  margin-top: 15px;
  padding: 10px 10px;
  text-align: center;
}
.guidebook-cat h4.guide-blank {
  background: #ccc !important;
  color: #888;
}
.guidebook-cat .guidebook-cat-branch {
  display: flex;
  text-align: center;
}
.guidebook-cat .guidebook-cat-branch a {
  align-items: center;
  border-left: 1px dotted #ccc;
  background: #fff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex: 1 0 0%;
  justify-content: center;
  padding: 10px;
  text-decoration: none;
}
.guidebook-cat .guidebook-cat-branch a::before {
  margin-right: 8px;
}
.guidebook-cat .guidebook-cat-branch a:hover {
  box-shadow: inset 2px 1px 2px rgba(0, 0, 0, 0.2);
}
.guidebook-cat .guidebook-cat-branch a:first-of-type {
  border-left: 0;
  border-radius: 0 0 0 5px;
}
.guidebook-cat .guidebook-cat-branch a:last-of-type {
  border-radius: 0 0 5px 0;
}
.guidebook-cat .guidebook-cat-branch a.nohover {
  box-shadow: none !important;
  color: #888 !important;
  cursor: default;
}
.guidebook-cat .guidebook-cat-branch a.nohover.pdf::before, .guidebook-cat .guidebook-cat-branch a.nohover.word::before {
  color: #888;
}
.guidebook-cat .guidebook-cat-branch-solo {
  margin-top: 15px;
}
.guidebook-cat .guidebook-cat-branch-solo a {
  padding: 15px 10px;
}
.guidebook-cat .guidebook-cat-branch-solo a:first-of-type {
  border-left: 0;
  border-radius: 5px 0 0 5px;
}
.guidebook-cat .guidebook-cat-branch-solo a:last-of-type {
  border-radius: 0 5px 5px 0;
}

.guidebook-list-branch {
  display: flex;
}
.guidebook-list-branch > div {
  margin: 15px 0 0 2%;
  text-align: center;
  text-decoration: none;
  width: 49%;
}
.guidebook-list-branch > div:nth-of-type(odd) {
  margin-left: 0;
}
.guidebook-list-branch > div h3 {
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 20px;
  padding: 10px 10px;
}
.guidebook-list-branch > div h3.guide-blank {
  background: #ccc !important;
  color: #888;
}
.guidebook-list-branch > div > div {
  display: flex;
}
.guidebook-list-branch > div > div a,
.guidebook-list-branch > div > div span {
  background: #fff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px;
  text-decoration: none;
  width: 50%;
}
.guidebook-list-branch > div > div a:hover,
.guidebook-list-branch > div > div span:hover {
  box-shadow: inset 2px 1px 2px rgba(0, 0, 0, 0.2);
}
.guidebook-list-branch > div > div a:first-of-type,
.guidebook-list-branch > div > div span:first-of-type {
  border-radius: 0 0 0 5px;
  border-right: 1px dotted #ccc;
}
.guidebook-list-branch > div > div a:last-of-type,
.guidebook-list-branch > div > div span:last-of-type {
  border-radius: 0 0 5px 0;
}
.guidebook-list-branch > div > div span {
  box-shadow: none !important;
  color: #888 !important;
}

a.guide-nohover {
  background: #ccc !important;
  color: #888 !important;
  box-shadow: none;
  cursor: default;
}

a.guide-nohover li {
  color: #888 !important;
}

a.guide-nohover:hover {
  box-shadow: none;
}

.bg-special {
  background: #56823d;
}

.bg-general {
  background: #c25a23;
}

.bg-transfer {
  background: #274477;
}

.bg-sp {
  background: #93185c;
}

.tx-special {
  color: #56823d;
}

.tx-general {
  color: #c25a23;
}

.tx-transfer {
  color: #274477;
}

.tx-sp {
  color: #93185c;
}

.prepare-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 2%;
}
.prepare-btn a {
  align-items: center;
  background: #009ad0;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  justify-content: center;
  padding: 15px 10px;
  position: relative;
  text-decoration: none;
  transition: ease 0.3s;
  width: 49%;
  word-break: auto-phrase;
}
.prepare-btn a::before {
  content: "\f105";
  font: var(--fa-font-solid);
  font-size: 13px;
  font-size: 0.8125rem;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 12px;
}
.prepare-btn a:hover {
  background: rgb(0, 135.1201923077, 182.5);
}
.prepare-btn a.btn-check {
  width: 100%;
}
.prepare-btn a.btn-pdf::before {
  content: "\f1c1";
  font: var(--fa-font-regular);
  font-size: 15px;
  font-size: 0.9375rem;
  margin-right: 5px;
  right: auto;
  position: relative;
  transform: translate(0, 0);
  top: 0;
  left: 0;
}
.prepare-btn a.nohover {
  background: #ddd;
  cursor: default;
  color: #999;
}
.prepare-btn a.nohover::before {
  content: none;
}
.prepare-btn a.noicon::before {
  content: none;
}

.prepare-btn-3 a {
  padding: 15px 10px;
  width: 32%;
}
a.prepare-round-btn {
  border: 1px solid #009ad0;
  border-radius: 30px;
  color: #009ad0;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 10px 25px;
  text-decoration: none;
}

.enrl-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2%;
}
.enrl-nav a {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  font-feature-settings: "palt";
  justify-content: center;
  min-height: 70px;
  padding: 0.8rem 25px 0.8rem 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 49%;
  word-break: auto-phrase;
  transition: ease 0.2s;
}
.enrl-nav a.wide {
  width: 100%;
}
.enrl-nav a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.enrl-nav a::after {
  content: "\f105";
  font: var(--fa-font-solid);
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 15px;
}
.enrl-nav a.nohover {
  background: #dcdcdc;
  color: #999;
  cursor: default;
}
.enrl-nav a.nohover:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.enrolled-gakka {
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  gap: 15px 2%;
}
.enrolled-gakka a {
  border-radius: 8px;
  color: #fff;
  display: block;
  padding: 0.8rem;
  text-align: center;
  text-decoration: none;
  width: 49%;
}

.enroll-checklist {
  position: relative;
}
.enroll-checklist h4 {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.8rem 0.8rem;
}
.enroll-checklist > div {
  margin-bottom: 40px;
}
.enroll-checklist table {
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  width: 100%;
}
.enroll-checklist table th,
.enroll-checklist table td {
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
  line-height: 1.6;
  padding: 10px 8px;
  word-break: break-all;
}
.enroll-checklist table thead th {
  background: #f1f1f1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  padding: 4px 8px;
}
.enroll-checklist table ul,
.enroll-checklist table p {
  line-height: 1.7;
}
.enroll-checklist .check-section {
  display: flex;
}
.enroll-checklist .check-section > div {
  flex: 1 0 0%;
}
.enroll-checklist label {
  cursor: pointer;
  margin-right: 1rem;
  white-space: nowrap;
}
.enroll-checklist input[type=checkbox] {
  align-self: center;
  -webkit-appearance: none;
  appearance: none;
  margin-right: 0.6rem;
  width: 1.4em;
  height: 1.4em;
  border: 2px solid #bbb;
  border-radius: 2px;
  vertical-align: middle;
  display: inline-grid;
  place-content: center;
}
.enroll-checklist input[type=checkbox]::before {
  content: "";
  border: 0.5em solid #ed7a9c;
  clip-path: polygon(0% 60%, 0% 45%, 35% 65%, 100% 0%, 100% 15%, 45% 100%, 30% 100%);
  visibility: hidden;
}
.enroll-checklist input[type=checkbox]:checked::before {
  visibility: visible;
}

.enroll-checklist::before,
.enroll-checklist::after {
  background: #eee;
  content: "";
  position: absolute;
  right: 50%;
  transform: translateX(50%);
}

.enroll-checklist::before {
  bottom: -15px;
  width: 30px;
  height: 15px;
}

.enroll-checklist::after {
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  bottom: -35px;
  width: 50px;
  height: 20px;
}

.enroll-checklist:last-of-type > div {
  margin-bottom: 0;
}
.enroll-checklist:last-of-type::before, .enroll-checklist:last-of-type::after {
  content: none;
}

.enroll-checklist-ready table {
  background: #eee;
  color: #888;
}

.enrolled-list h3 {
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 10px 15px;
}
.enrolled-list ul {
  padding: 15px 15px 0 15px;
}
.enrolled-list ul li {
  line-height: 1.6;
  margin-top: 8px;
}
.enrolled-list ul li:first-child {
  margin-top: 0;
}

.enrl-all {
  background: #009ad0;
}

.enrl-ltr {
  background: #fabe00;
}

.enrl-eco {
  background: #22ac38;
}

.enrl-biz {
  background: #ee7800;
}

.enrl-law {
  background: #850f74;
}

.enrl-eng {
  background: #009fb0;
}

.enrl-regional {
  background: #00733e;
}

.enrl-informatics {
  background: #083284;
}

.enrl-human {
  background: #de0047;
}

.enrl-international {
  background: #0075c0;
}

.enrl-lbrl {
  background: #00479d;
}

.enrl-box,
.enrolled-list .columnbox > div {
  background: #f1f1f1;
  border-radius: 8px;
  padding-bottom: 15px;
}

.disabilities-flow01 {
  display: flex;
  justify-content: space-between;
}
.disabilities-flow01 > ol {
  background: linear-gradient(to top, #009ad0, #009ad0) repeat-y center/30px;
  width: 48%;
  position: relative;
}
.disabilities-flow01 > ol > li {
  padding-bottom: 40px;
  position: relative;
}
.disabilities-flow01 > ol > li > span {
  background: #f1f1f1;
  display: block;
  color: #009ad0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 10px 15px;
  text-align: center;
}
.disabilities-flow01 .arrow::before,
.disabilities-flow01 .arrow::after {
  content: "";
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 0;
}
.disabilities-flow01 .arrow::before {
  background: #fff;
  width: 60px;
  height: 25px;
}
.disabilities-flow01 .arrow::after {
  border-style: solid;
  border-width: 25px 30px 0 30px;
  border-color: #009ad0 transparent transparent transparent;
  width: 0;
  height: 0;
}

.disabilities-flow-start {
  background: #009ad0;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
  padding: 18px 15px;
}

.disabilities-flow02 {
  background: linear-gradient(to top, #009ad0, #009ad0) repeat-y center/30px;
}
.disabilities-flow02 > div {
  background: #f1f1f1;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 15px;
  position: relative;
}
.disabilities-flow02 > div::before, .disabilities-flow02 > div::after {
  content: "";
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: -40px;
}
.disabilities-flow02 > div::before {
  background: #fff;
  width: 60px;
  height: 25px;
}
.disabilities-flow02 > div::after {
  border-style: solid;
  border-width: 25px 30px 0 30px;
  border-color: #009ad0 transparent transparent transparent;
  width: 0;
  height: 0;
}
.disabilities-flow02 > div h5 {
  color: #009ad0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 13px;
}
.disabilities-flow02 > div:last-of-type {
  margin-bottom: 0;
}
.disabilities-flow02 > div:last-of-type::after, .disabilities-flow02 > div:last-of-type::before {
  content: none;
}

@media screen and (max-width: 37.4375em) {
  .prepare-btn {
    flex-direction: column;
  }
  .prepare-btn a {
    width: 100%;
  }
  .enrolled-gakka {
    gap: 10px 2%;
  }
  .enrolled-gakka a {
    font-feature-settings: "palt";
    padding: 0.8rem 0.4rem;
    width: 49%;
  }
  .enrl-nav {
    gap: 10px 0;
  }
  .enrl-nav a {
    padding: 15px 30px 15px 15px;
    width: 100%;
  }
  .enrl-nav a::after {
    right: 10px;
  }
  .enroll-checklist h4 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .enroll-checklist table thead th {
    display: none;
  }
  .enroll-checklist table th,
  .enroll-checklist table td {
    border: 0;
    border-right: 1px solid #bbb;
    display: block;
    padding: 0 8px;
    width: 100%;
  }
  .enroll-checklist table tbody th {
    border-top: 1px solid #bbb;
    padding: 10px 8px 8px 8px;
  }
  .enroll-checklist table tbody tr:first-of-type th {
    border-top: 0;
  }
  .enroll-checklist table tbody td {
    align-items: flex-start;
    display: flex;
    padding: 0 8px 10px 8px;
  }
  .enroll-checklist table tbody td::before {
    background: #eee;
    border-radius: 100vmax;
    content: attr(data-label);
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    margin-right: 1rem;
    padding: 0.2rem;
    text-align: center;
    width: 6rem;
    white-space: nowrap;
  }
  .enroll-checklist-ready table tbody td::before {
    background: #ddd;
  }
  .enroll-checklist table tbody th {
    border-top: 1px solid #bbb;
    padding: 8px;
  }
  .enroll-checklist table tbody tr:first-of-type th {
    border-top: 1px solid #bbb;
  }
}
/* ----------------------------------------------------- Information */
.secInfoList dd {
  padding-left: 0;
  background: none;
}

/* ----------------------------------------------------- List */
.faq-list01 dt {
  font-weight: bold;
  color: #036;
}
.faq-list01 dt:before {
  content: "Q. ";
}
.faq-list01 dd {
  text-indent: -1.3em;
  margin-left: 1.3em;
  margin-bottom: 15px;
  vertical-align: top;
}
.faq-list01 dd:before {
  color: #f00;
  content: "A. ";
}

/* ----------------------------------------------------- Table */
.capacity-tb .tb02 {
  float: left;
  width: 50%;
}

.tb02 {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.tb02 th,
.tb02 td {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.tb02 th.gray,
.tb02 td.gray {
  color: #333;
}

.tb02 th {
  padding: 4px 4px;
  line-height: 1.6;
}

.tb02 td {
  padding: 4px 4px;
}

.tb02 p {
  line-height: 1.6;
}

.tb03 {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.tb03 th,
.tb03 td {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.tb03 th {
  padding: 2px 4px;
  background: #f3f3f3;
  text-align: left;
}

.tb03 td {
  padding: 4px 4px;
  text-align: right;
}

.tb04 {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.tb04 th,
.tb04 td {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.tb04 th {
  padding: 2px 4px;
  line-height: 1.2;
  text-align: center;
}

.tb04 td {
  padding: 4px 4px;
  text-align: center;
}

.tb05 {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.tb05 th,
.tb05 td {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.tb05 th {
  padding: 4px 4px;
  line-height: 1.3;
  text-align: center;
}

.tb05 td {
  padding: 4px 4px;
  text-align: right;
}

.tb06 {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.tb06 th,
.tb06 td {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.tb06 th {
  padding: 2px 4px;
  background: #f3f3f3;
  text-align: center;
}

.tb06 td {
  padding: 4px 4px;
  text-align: center;
}

.tb07 {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.tb07 th,
.tb07 td {
  font-size: 10.5px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.tb07 th {
  padding: 2px 2px;
  background: #f3f3f3;
  text-align: center;
}

.tb07 td {
  padding: 4px 1px;
  text-align: center;
}

.adm_tb07 {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.adm_tb07 tr:nth-of-type(odd) {
  background: #f1f1f1;
}

.adm_tb07 th,
.adm_tb07 td {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.adm_tb07 th {
  padding: 2px 4px;
  text-align: center;
}

.adm_tb07 td {
  padding: 4px 4px;
  text-align: left;
}

.student_table01 {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.student_table01 th,
.student_table01 td {
  border-left: 1px solid #ccc;
}

.student_table01 th {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 2px 4px;
  text-align: center;
  background: #f3f3f3;
}

.student_table01 td {
  padding: 4px 4px;
  text-align: center;
}

td.student_table01ops {
  border-bottom: #ccc dotted 1px;
}

table .pink01 {
  background-color: #ffcccc;
}

table .pink02 {
  background-color: #ffe8e8;
}

table .pink03 {
  background-color: #ff9999;
}

table .blue01 {
  background-color: #ccffff;
}

table .yellow01 {
  background-color: #ffff99;
}

table .yellow02 {
  background-color: #fff8df;
}

table .orange01 {
  background-color: #ff8c00;
}

table .orange03 {
  background-color: #ff7f50;
}

.lecture_tableBG01 {
  background-color: #ffcc66;
}

.lecture_tableBG02 {
  background-color: #ccffcc;
}

.lecture_tableBG03 {
  background-color: #ffffcc;
}

/* ----------------------------------------------------- Graduate */
.archive h2 a {
  padding: 0 0 0 20px;
  display: block;
  background: url(../../../common/css/img/list_arrow02.gif) no-repeat 5px 50%;
  font-size: 14px;
}

.archive h2.open a {
  padding: 10px 10px 10px 20px;
  color: #009de6;
  background: #d8f1ff url(../../../common/css/img/list_arrow04.gif) no-repeat 5px 50%;
  font-weight: bold;
  text-decoration: none;
}

/* ----------------------------------------------------- online application */
.online-pagenav {
  margin-bottom: 30px;
}
.online-pagenav ul {
  display: flex;
}
.online-pagenav ul li {
  font-size: 14px;
  flex: 1;
}
.online-pagenav ul li a {
  background: #0d6fb8;
  border-left: 1px solid #9ec5e3;
  color: #fff;
  display: block;
  padding: 6px 0;
  text-decoration: none;
  text-align: center;
}
.online-pagenav ul li a:hover {
  background: #0d5891;
}
.online-pagenav ul li:first-child a {
  border-left: 0;
}
.online-section h3 {
  background: url(img/online_headlines.png) repeat-x center center;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.online-section h3 span {
  background: #fff;
  padding: 0 10px;
}
.online-section .pic {
  float: left;
  margin-right: 15px;
  text-align: center;
  width: 110px;
}
.online-section .graybox {
  background: #f1f1f1;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px 10px;
}
.online-section .graybox h4 {
  font-size: 16px;
  font-weight: bold;
}
.online-section .graybox p,
.online-section .graybox li {
  line-height: 1.6;
}
.online-section .graybox .btn {
  margin-top: 5px;
}
.online-section .graybox .btn a,
.online-section .graybox .btn span.blank {
  background: #ffd600;
  border-radius: 5px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: #000;
  display: inline-block;
  font-weight: bold;
  padding: 5px 8px;
  text-decoration: none;
}
.online-section .graybox .btn a .fa,
.online-section .graybox .btn span.blank .fa {
  color: #d00;
}
.online-section .graybox .btn a:hover,
.online-section .graybox .btn span.blank:hover {
  background: #ffc400;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.online-section .graybox .btn span.blank {
  background: #eee;
  color: #666;
}
.online-section .graybox .btn span.blank .fa {
  color: #999;
}
.online-section .graybox .btn span.blank:hover {
  background: #eee;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.online-section .point h4 {
  color: #e4007f;
}
.online-section .point h4 span {
  background: #e4007f;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-family: Helvetica, Arial;
  padding: 4px 4px;
}
.online-section .flow {
  background: #d7edff;
}
.online-section .flow h4 {
  color: #0d6fb8;
}
.online-section .arrowdown {
  position: relative;
}
.online-section .arrowdown:after {
  content: "";
  position: absolute;
  border-top: 17px solid #d7edff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  bottom: -17px;
  left: 55%;
}
.online-section .arrowdown:before {
  content: "";
  position: absolute;
  border-top: 17px solid #d7edff;
  border-right: 0px solid transparent;
  border-left: 15px solid transparent;
  bottom: -17px;
  left: 55%;
}
.online-section .discount {
  border: 3px solid #fff100;
  border-radius: 5px;
  padding-bottom: 15px;
}
.online-section .discount h4 {
  background: #fff100;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 5px 0;
  text-align: center;
}
.online-section .complete {
  border-radius: 5px;
  border: 2px solid #0d6fb8;
  color: #0d6fb8;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 2px 0;
  text-align: center;
}
.online-section .sheet-btn-large,
.online-section .sheet-btn {
  text-align: center;
}
.online-section .sheet-btn-large a,
.online-section .sheet-btn-large span,
.online-section .sheet-btn a,
.online-section .sheet-btn span {
  background: #ffd600;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  outline: none;
  padding: 13px 20px;
  text-decoration: none;
}
.online-section .sheet-btn-large a:hover,
.online-section .sheet-btn-large span:hover,
.online-section .sheet-btn a:hover,
.online-section .sheet-btn span:hover {
  background: #ffc400;
}
.online-section .sheet-btn-large a .fa,
.online-section .sheet-btn-large span .fa,
.online-section .sheet-btn a .fa,
.online-section .sheet-btn span .fa {
  color: #d00;
  font-size: 16px;
}
.online-section .sheet-btn-large span,
.online-section .sheet-btn span {
  background: #eee;
  color: #666;
}
.online-section .sheet-btn-large span .fa,
.online-section .sheet-btn span .fa {
  color: #999;
}
.online-section .sheet-btn-large span:hover,
.online-section .sheet-btn span:hover {
  background: #eee;
}
.online-section .sheet-btn a {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.online-section .gansho-btn {
  display: flex;
  justify-content: center;
}
.online-section .gansho-btn li {
  width: 48%;
  text-align: center;
}
.online-section .gansho-btn li p {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 10px;
}
.online-section .gansho-btn li p.notes {
  font-size: 12px;
  text-align: left;
  width: 280px;
}
.online-section .gansho-btn li a {
  background: #ffd600;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  outline: none;
  padding: 13px 20px;
  text-decoration: none;
}
.online-section .gansho-btn li a:hover {
  background: #ffc400;
}
.online-section .gansho-btn li a .fa {
  color: #d00;
  font-size: 16px;
}
.online-section .gansho-btn li span {
  background: #eee;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  color: #666;
  display: block;
  font-size: 14px;
  font-weight: bold;
  outline: none;
  padding: 13px 20px;
  text-decoration: none;
}
.online-section .gansho-btn li span .fa {
  color: #999;
  font-size: 16px;
}
.online-section .sheet-btn-blank {
  text-align: center;
}
.online-section .sheet-btn-blank span {
  background: #eee;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  color: #666;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  outline: none;
  padding: 13px 20px;
  text-decoration: none;
  width: 100%;
}
.online-section .sheet-btn-blank span .fa {
  color: #999;
  font-size: 16px;
}
.online-section hr {
  background-color: #ccc;
  border: 0;
  color: #ccc;
  height: 3px;
  margin: 30px 0;
}

.btnlist-flex {
  display: flex;
  justify-content: center;
}
.btnlist-flex li {
  text-align: center;
}
.btnlist-flex li:first-child {
  margin-right: 15px;
}

.webshutsugan-btn,
.guidebook-btn {
  text-align: center;
}
.webshutsugan-btn a, .webshutsugan-btn > div,
.guidebook-btn a,
.guidebook-btn > div {
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  outline: none;
  padding: 13px 20px;
  text-decoration: none;
}
.webshutsugan-btn > div,
.guidebook-btn > div {
  background: #eee;
  color: #666;
}
.webshutsugan-btn > div .fa,
.guidebook-btn > div .fa {
  color: #999;
}
.webshutsugan-btn > div:hover,
.guidebook-btn > div:hover {
  background: #eee;
}

.webshutsugan-btn a {
  background: #ff6e40;
  color: #fff;
}
.webshutsugan-btn a:hover {
  background: #ff3d00;
}

.guidebook-btn a {
  background: #ffd600;
  color: #000;
}
.guidebook-btn a .fa {
  color: #d00;
}
.guidebook-btn a:hover {
  background: #ffc400;
}

.photolib {
  display: flex;
  flex-wrap: wrap;
}
.photolib a {
  display: block;
  margin-top: 10px;
  margin-left: 1.3%;
  position: relative;
  width: 24%;
}
.photolib a img {
  width: 100%;
  height: auto;
}
.photolib a:hover::before {
  color: #fff;
  content: "\f002";
  font: var(--fa-font-solid);
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  top: 44%;
  left: 46%;
}
.photolib a:nth-of-type(4n + 1) {
  margin-left: 0;
}

.photolib-list {
  display: flex;
  flex-wrap: wrap;
}
.photolib-list > div {
  margin-top: 10px;
  margin-left: 1.3%;
  text-align: center;
  width: 24%;
}
.photolib-list > div img {
  margin-bottom: 3px;
  width: 100%;
  height: auto;
}
.photolib-list > div:nth-of-type(4n + 1) {
  margin-left: 0;
}

.readmore + [data-readmore-toggle] {
  background: #eee;
  color: #009ad0;
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  text-decoration: none;
}
.readmore + [data-readmore-toggle]:hover {
  background: #ddd;
}

.readmore[data-readmore] {
  margin-bottom: 10px;
}

.highschool-movie {
  margin: 25px 0 30px 0;
}
.highschool-movie img {
  filter: brightness(0.9);
}
.highschool-movie p {
  background: #009ad0;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  padding: 8px 10px;
}

.highschool-movie-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.highschool-movie-btn a {
  align-items: center;
  background: #009ad0;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  justify-content: center;
  margin-top: 2%;
  padding: 15px 20px;
  position: relative;
  text-align: center;
  width: 49%;
  transition: ease 0.3s;
}
.highschool-movie-btn a span span {
  font-size: 13px;
  font-size: 0.8125rem;
}
.highschool-movie-btn a i {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  left: 15px;
}
.highschool-movie-btn a .fa-youtube-play {
  font-size: 24px;
  font-size: 1.5rem;
}
.highschool-movie-btn a .fa-file-pdf-o {
  font-size: 16px;
  font-size: 1rem;
}
.highschool-movie-btn a:hover {
  background: rgb(0, 123.7923076923, 167.2);
  text-decoration: none;
}
.highschool-movie-btn a:nth-of-type(-n + 2) {
  margin-top: 0;
}
.highschool-movie-btn a.highschool-pdf {
  border: 1px solid #009ad0;
  background: #fff;
  color: #009ad0;
}
.highschool-movie-btn a.highschool-pdf:hover {
  border: 1px solid rgb(0, 123.7923076923, 167.2);
  color: rgb(0, 123.7923076923, 167.2);
}
.highschool-movie-btn a:last-of-type {
  border: 1px solid #920783;
  background: #fff;
  color: #920783;
}
.highschool-movie-btn a:last-of-type:hover {
  border: 1px solid rgb(107.0666666667, 5.1333333333, 96.0666666667);
  color: rgb(107.0666666667, 5.1333333333, 96.0666666667);
}

.orien-btn {
  text-align: center;
}
.orien-btn a {
  align-items: center;
  background: #ceecfa;
  border: 5px solid #6cc9f5;
  color: #222;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.4;
  padding: 15px 20px 15px 45px;
  position: relative;
  text-decoration: none;
}
.orien-btn a::before {
  color: #54c3f7;
  content: "\f138";
  font: var(--fa-font-solid);
  font-size: 13px;
  font-size: 0.8125rem;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  left: 18px;
}
.orien-btn a.nohover {
  color: #888;
  cursor: default;
  background: #f1f1f1;
  border-color: #ddd;
}
.orien-btn a.nohover::before {
  color: #ccc;
}

.orien-check > div {
  line-height: 1.9;
  margin-top: 15px;
}
.orien-check > div::first-of-type {
  margin-top: 0;
}
.orien-check input[type=checkbox] {
  display: none;
}
.orien-check .checkbox01 {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 30px;
  position: relative;
  width: auto;
}
.orien-check .checkbox01::before {
  background: #fff;
  border: 1px solid #888;
  border-radius: 3px;
  content: "";
  display: block;
  height: 18px;
  left: 5px;
  margin-top: 5px;
  position: absolute;
  width: 18px;
}
.orien-check .checkbox01::after {
  border-right: 3px solid #ed7a9c;
  border-bottom: 3px solid #ed7a9c;
  content: "";
  display: block;
  height: 14px;
  left: 10px;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  top: 13px;
  transform: rotate(45deg);
  width: 9px;
}
.orien-check input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}

@media screen and (max-width: 73.75em) {
  /* /////////////////////////////////////////////////////////////////////////// Layout */
  #container {
    flex-direction: column-reverse;
    width: auto;
  }
  #top-content {
    margin-bottom: 25px;
    width: auto;
  }
  #content {
    width: auto;
  }
  .section {
    margin-right: 10px;
    margin-left: 10px;
  }
  #sidebar {
    margin: 0 10px;
    width: auto;
  }
  #sidebar h1 {
    display: none;
  }
  #sidebar .bnrlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #sidebar .bnrlist li {
    margin-top: 8px;
    margin-left: 2%;
    width: 23.5%;
  }
  #sidebar .bnrlist li:nth-of-type(-n + 4) {
    margin-top: 0;
  }
  #sidebar .bnrlist li:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  #sidebar .bnrlist li img {
    width: 100%;
    height: auto;
  }
  #sidebar .bnrlist-apply {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #sidebar .bnrlist-apply li.mb-none {
    display: none;
  }
  #sidebar .bnrlist-apply li {
    width: 32%;
  }
  #sidebar .bnrlist-apply li img {
    width: 100%;
    height: auto;
  }
  #sidebar .bnrlist-apply li:nth-of-type(2) {
    margin-left: 0;
  }
  #d-pam ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px 2%;
    padding: 9px;
  }
  #d-pam ul li {
    margin: 0;
    width: 32%;
  }
  #d-pam ul li img {
    width: 100%;
    height: auto;
  }
  #breadcrumbs {
    display: none;
  }
  .second-nav {
    margin-right: 10px;
    margin-left: 10px;
  }
  .h01,
  .infoItem .h01 {
    padding: 12px 10px;
  }
  .news-title .h02 {
    margin-left: 0;
  }
}
@media screen and (max-width: 37.4375em) {
  /* /////////////////////////////////////////////////////////////////////////// Basic */
  #sidebar {
    padding-bottom: 20px;
  }
  #sidebar .bnrlist li {
    margin-top: 5px;
    margin-left: 2%;
    width: 49%;
  }
  #sidebar .bnrlist li:nth-of-type(-n + 4) {
    margin-top: 5px;
  }
  #sidebar .bnrlist li:nth-of-type(-n + 2) {
    margin-top: 0;
  }
  #sidebar .bnrlist li:nth-of-type(4n + 1) {
    margin-left: 0%;
  }
  #sidebar .bnrlist li:nth-of-type(2n + 1) {
    margin-left: 0%;
  }
  #sidebar .bnrlist-apply li:nth-of-type(3) {
    margin: 0 0 0 2%;
  }
  #d-pam ul {
    gap: 5px 2%;
    padding: 8px 5px;
  }
  #d-pam ul li {
    width: 49%;
  }
  .inside-link,
  .page-link {
    border: 0;
  }
  .inside-link ul li a,
  .page-link ul li a {
    padding: 6px 0;
  }
  /* /////////////////////////////////////////////////////////////////////////// Layout */
  .second-nav {
    flex-direction: column;
  }
  .second-nav .block01 ul {
    float: none;
    width: auto;
  }
  .second-nav .block01 .consul-list ul {
    float: left;
    width: 26%;
    margin-bottom: 0;
  }
  .second-nav .block02,
  .second-nav .block03 {
    width: 100%;
  }
  .second-nav .block04 .inbox {
    flex-direction: column;
    justify-content: space-between;
  }
  .second-nav .block04 .inbox > div {
    width: 100%;
  }
  .third-nav {
    margin-right: 10px;
    margin-left: 10px;
    padding: 0 10px;
  }
  .third-nav-ul {
    padding: 10px 0;
  }
  .deco-nav {
    border-bottom: 1px solid #ccc;
    flex-direction: column;
  }
  .deco-nav h2 a,
  .deco-nav h2 span {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .deco-nav .block02 {
    padding: 12px 10px;
    border-top: 1px solid #ccc;
    border-left: 0;
    width: 100%;
  }
  .deco-nav .catch-minus, .deco-nav .catch-minus-2 {
    margin-top: 0;
  }
  .deco-nav .p-link {
    padding: 6px 13px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #content h1 {
    background-size: 8% auto !important;
    padding: 10px 10px 10px 40px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  #content h1.h-event:before {
    font-size: 20px;
    font-size: 1.25rem;
    left: 12px;
  }
  #content h1.h-chara:before {
    left: 7px;
    width: 29px;
    height: 18px;
  }
  #content h1.h-enrolled:before {
    left: 7px;
    width: 28px;
    height: 22px;
  }
  h1#h-general,
  #container .infoItem h1 {
    padding: 10px 10px 10px 10px;
  }
  .h01,
  .infoItem .h01 {
    padding: 8px 10px;
    font-size: 16px;
    font-size: 1rem;
  }
  .news-title .h02,
  .h02,
  .h02-noborder {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .news-title {
    padding-bottom: 0;
  }
  /* ----------------------------------------------------- Table */
  .capacity-tb .tb02 {
    float: none;
    width: 100%;
  }
  .capacity-tb .tb02:nth-of-type(1) {
    border-bottom: 0;
  }
  /* ----------------------------------------------------- online application */
  .online-pagenav ul {
    flex-direction: column;
  }
  .online-pagenav ul li {
    flex: 1;
  }
  .online-pagenav ul li a {
    border-left: 0;
    border-bottom: 1px solid #9ec5e3;
  }
  .online-pagenav .syutsugan-btn a,
  .online-pagenav .syutsugan-btn span {
    font-size: 16px;
  }
  .online-section h3 {
    font-size: 18px;
  }
  .online-section .point h4 span {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
  }
  .online-section .discount {
    padding-bottom: 0;
  }
  .online-section .discount h4 {
    font-size: 14px;
  }
  .online-section .discount .photo-c {
    padding: 0 10px;
  }
  .online-section .sheet-btn-large {
    text-align: center;
  }
  .online-section .sheet-btn-large a,
  .online-section .sheet-btn-large span {
    box-sizing: border-box;
    font-size: 16px;
    padding: 13px 20px;
    width: 100%;
  }
  .online-section .gansho-btn {
    flex-direction: column;
  }
  .online-section .gansho-btn li {
    width: auto;
  }
  .online-section .gansho-btn li:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .online-section .gansho-btn li p.notes {
    text-align: left;
    width: auto;
  }
  .online-section .gansho-btn li span {
    display: block;
    width: 100%;
  }
  .online-section .sheet-btn-blank span {
    box-sizing: border-box;
    font-size: 16px;
    width: 100%;
  }
  .webshutsugan-btn,
  .guidebook-btn {
    text-align: center;
  }
  .webshutsugan-btn a, .webshutsugan-btn > div,
  .guidebook-btn a,
  .guidebook-btn > div {
    font-size: 16px;
    width: 100%;
  }
  .btnlist-flex {
    flex-direction: column;
  }
  .btnlist-flex li:first-child {
    margin: 0 0 10px 0;
  }
  a.guidebook-general ul {
    flex-direction: column;
  }
  a.guidebook-general ul li {
    height: auto;
    padding: 10px 10px;
  }
  a.guidebook-general ul li:nth-of-type(1) {
    border-radius: 5px 5px 0 0;
    border-right: 0;
    border-bottom: 1px dotted #bbb;
  }
  a.guidebook-general ul li:nth-of-type(2) {
    border-radius: 0 0 5px 5px;
    border-left: 0;
    border-top: 1px dotted #bbb;
  }
  a.guidebook-general ul br {
    display: none;
  }
  a.guidebook-general-sub {
    padding: 15px 10px;
    height: auto;
  }
  .guidebook-list {
    flex-direction: column;
  }
  .guidebook-list > a {
    margin: 10px 0 0 0;
    padding: 15px 10px;
    width: 100%;
    height: auto;
  }
  .guidebook-list > a::before {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 15px;
    content: "\f1c1";
    font: var(--fa-font-regular);
  }
  .guidebook-list > a br {
    display: none;
  }
  .guidebook-solo {
    padding: 5px 15px;
  }
  .guidebook-cat {
    margin-top: 15px;
  }
  .guidebook-cat .guidebook-cat-branch {
    flex-direction: column;
  }
  .guidebook-cat .guidebook-cat-branch a {
    border-top: 1px dotted #ccc;
    border-left: 0;
    width: 100%;
  }
  .guidebook-cat .guidebook-cat-branch a:first-of-type {
    border-radius: 0 0 0 0 !important;
    border-right: 0;
    border-top: 0;
  }
  .guidebook-cat .guidebook-cat-branch a:last-of-type {
    border-radius: 0 0 5px 5px;
  }
  .guidebook-cat .guidebook-cat-branch-solo a:first-of-type {
    border-radius: 5px 5px 0 0 !important;
  }
  .guidebook-list-branch {
    flex-direction: column;
  }
  .guidebook-list-branch > div {
    margin: 12px 0 0 0;
    width: 100%;
  }
  .guidebook-list-branch > div > div {
    flex-direction: column;
  }
  .guidebook-list-branch > div > div a,
  .guidebook-list-branch > div > div span {
    width: 100%;
  }
  .guidebook-list-branch > div > div a:first-of-type,
  .guidebook-list-branch > div > div span:first-of-type {
    border-radius: 0;
    border-right: 0;
    border-bottom: 1px dotted #ccc;
  }
  .guidebook-list-branch > div > div a:last-of-type,
  .guidebook-list-branch > div > div span:last-of-type {
    border-radius: 0 0 5px 5px;
  }
  .photolib a {
    margin-left: 3%;
    width: 47%;
  }
  .photolib a:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .photolib-list > div {
    margin-left: 3%;
    width: 47%;
  }
  .photolib-list > div:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .highschool-movie-btn {
    flex-direction: column;
  }
  .highschool-movie-btn a {
    margin-top: 10px;
    min-height: 70px;
    padding: 15px 20px;
    width: 100%;
  }
  .highschool-movie-btn a:nth-of-type(-n + 2) {
    margin-top: 10px;
  }
  .highschool-movie-btn a:nth-of-type(1) {
    margin-top: 0;
  }
  .orien-btn a {
    border: 3px solid #6cc9f5;
    padding: 10px 15px 10px 40px;
  }
}
@media print {
  #header #hNav,
  #header #tNav,
  #gNav,
  #sidebar,
  #pageFooterTop,
  #footer .fNav,
  #footer #sNav,
  #footer #address dl {
    display: none;
  }
  .third-nav {
    border: 0;
    padding: 0;
  }
  body,
  #wrapper {
    background: none;
  }
  .pageTop {
    visibility: hidden;
    font-size: 0;
    line-height: 0;
  }
  body {
    min-width: 640px;
    color: #000;
    font-size: 10pt;
    font-family: "ＭＳ Ｐゴシック";
  }
  #header,
  #gNav,
  #content,
  #container,
  #pageFooterTop,
  #address,
  #top-content {
    margin: 0 auto;
    width: auto;
    text-align: left;
    font-family: sans-serif;
  }
  #content {
    margin: 0 auto;
    float: none;
  }
  #top-content {
    float: none;
    width: 712px;
  }
  #bottom-bnr ul {
    width: 712px;
  }
  #header {
    margin-bottom: 15px;
    height: auto;
    text-align: left;
    display: block;
  }
  #header h1 {
    margin: 0;
    float: none;
    width: 198px;
    height: 38px;
  }
  #footer {
    margin: 25px 0 0 0;
    border-top: 1px solid #ccc;
    padding-top: 15px;
  }
  #copyright {
    margin: 0 auto;
    float: none;
    background: none;
    text-indent: 0;
    text-align: center;
    font-size: 11px;
    font-family: Helvetica, Arial;
  }
  .deco-nav .block02 {
    border-left: 0;
    border-top: 1px solid #ccc;
    float: none;
    width: auto;
  }
  .online-pagenav ul {
    display: none;
  }
  .online-pagenav .syutsugan-btn {
    display: block;
  }
  .online-pagenav .syutsugan-btn a {
    background: #fff;
    border: 2px solid #ff6e40;
    box-shadow: none;
    border-radius: 5px;
    color: #ff3d00;
  }
  .online-section .graybox {
    background: #f1f1f1;
  }
  .online-section .flow {
    border: 2px solid #0d6fb8;
    background: #d7edff;
  }
  .online-section .arrowdown:after {
    border-top: 16px solid #0d6fb8;
    bottom: -15px;
  }
  .online-section .arrowdown:before {
    border-top: 16px solid #d7edff;
    bottom: -15px;
  }
  .online-section .syutsugan-btn a {
    background: #fff;
    border: 2px solid #ff6e40;
    box-shadow: none;
    color: #ff3d00;
  }
  .online-section .sheet-btn-large a {
    background: #fff;
    border: 2px solid #FFD600;
    box-shadow: none;
  }
  .online-section .gansho-btn li a {
    background: #fff;
    border: 2px solid #FFD600;
    box-shadow: none;
    padding: 13px 10px;
  }
  /*
  #sheet {
    page-break-before: always;
  }
  */
}

/*# sourceMappingURL=default.css.map */
