@charset "UTF-8";
/*見出し用*/
@import url("https://fonts.googleapis.com/css?family=Abel&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
/*
 font-family:'Roboto', sans-serif;
*/
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
.plain-list {
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
  padding-left: 0;
}

/* prettier-ignore */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    /* ransition: none !important; */
    /* animation: none !important; */
    scroll-behavior: auto !important;
  }
}

/* reset */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #000;
  line-height: 1.5;
  vertical-align: baseline;
  letter-spacing: 0.1em;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: transparent;
  font-size: 1.4rem;
  height: 100%;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, textarea {
  display: block;
}

ul {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol {
  list-style: decimal;
  list-style-position: inside;
}

ol li {
  margin-bottom: 5px;
}

li img {
  vertical-align: bottom;
}

div img {
  vertical-align: bottom;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

a img, :link img, :visited img {
  border: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

strong {
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

input, select {
  vertical-align: middle;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ins {
  background-color: #dfdfdf;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #dfdfdf;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #dfdfdf;
  margin: 1em 0;
  padding: 0;
}

/* placeholder */
input::-webkit-input-placeholder {
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
}

input:-moz-placeholder {
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
}

img {
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

a:link {
  text-decoration: none;
  color: #363636;
}

a:visited {
  text-decoration: underline;
  color: #363636;
}

a:active, a:focus {
  opacity: 0.7;
  outline: none;
}

a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.7;
}

/*________________ ■全体設定 ________________*/
body {
  width: 100%;
  height: 100%;
  background: #fff;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

■共通設定

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* 1字下げ________________*/
.in_atd {
  padding-left: 1em;
  text-indent: -1em;
}

/* color________________*/
.attention_red {
  color: #A30008;
}

/* clear________________*/
.clear {
  clear: both;
}

/*非表示*/
.hide-content {
  display: none;
}

.lock {
  overflow: hidden;
}

.serif {
  /* font-family: "Noto Sans JP", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Roboto", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
  font-family: "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}

.pc-object img {
  width: 100%;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

レスポンシブ 表示切り替え用 汎用設定

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* responsive*/
.mb-object {
  display: none !important;
}

.pc-object {
  display: block !important;
}

.res-object {
  display: none !important;
}

.pc-object_fl {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .mb-object {
    display: block !important;
  }
  .pc-object {
    display: none !important;
  }
  .res-object {
    display: block !important;
  }
  .pc-object_fl {
    display: none !important;
  }
}
/* responsive*/
h2.category-title {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

h2.category-title > span {
  font-size: 4rem;
  font-family: "EB Garamond", serif;
}

h3.mainvisual-page_title {
  width: 100%;
  color: #fff;
  font-size: 3rem;
  margin-top: 30px;
}

h3.mainvisual-page_title span {
  font-size: 1.4rem;
  display: block;
}

h3.section__title {
  font-size: 3rem;
  text-align: center;
  padding: 40px 0;
}

h5.bar-title {
  font-weight: bold;
  color: #FFF;
  background: #0091db;
  padding: 10px;
  font-size: 1.6rem;
}

h5.category-title {
  font-size: 2.5rem;
  padding: 10px;
  background: linear-gradient(-45deg, #0091db, #1bb8ce);
  margin-bottom: 30px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}

h5.category-title span {
  color: #FFF;
  text-align: center;
  display: block;
  font-size: 1.4rem;
}

h4.bar-title p {
  color: #fff;
  font-size: 1.8rem;
  padding: 5px 10px;
  margin-bottom: 20px;
  font-weight: bold;
  background: #595757;
}

h4.bg-lone-title {
  font-size: 3rem;
  margin-bottom: 30px;
  position: relative;
  padding-left: 30px;
  margin-top: 50px;
}

h4.bg-lone-title span {
  font-weight: bold;
  font-size: 2rem;
  margin-left: 10px;
  color: rgb(194, 194, 194);
  text-transform: capitalize;
}

h4.bg-lone-title::after {
  content: "";
  width: 10px;
  height: 1em;
  background: linear-gradient(0deg, #0091db, #1bb8ce);
  position: absolute;
  top: 0.3em;
  left: 0;
  z-index: 0;
}

h4.cms_bar-title {
  font-weight: bold;
  background: #0091db;
  color: #FFF;
  padding: 5px 10px;
}

h4.cms_bar-title.gray {
  background: #eaeef1;
  color: #000;
}

h4.cms_icon_title {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.6rem;
}

h4.cms_icon_title::before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  background: #0091db;
  border-radius: 50%;
  margin-right: 8px;
}

h4.cms_icon_title.gray::before {
  background: #eaeef1;
}

p.link_text {
  margin-top: 30px;
}

p.link_text span {
  text-align: center;
  font-size: 1.8rem;
  color: #000;
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}

p.link_text span a.line-link {
  border-bottom: 5px solid #0091db;
  padding-bottom: 5px;
  color: #0091db;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

p.link_text span a.line-link::after {
  content: "";
  background: url(../images/common/link-icon.svg) no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 1em;
  margin-left: 10px;
}

.paragraph {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1.5em;
}

a.bnr-box {
  display: block;
  width: 60%;
  margin: 0 auto;
}

a.bnr-box img {
  width: 100%;
}

.link_btn {
  width: 40%;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  padding: 0 60px;
  text-align: center;
  border: 1px solid #666;
}

.link_btn::before {
  content: "";
  position: absolute;
  right: 20px;
  width: 15px;
  height: 1px;
  background: #666;
}

.link_btn::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.twocolumn-box {
  display: flex;
}

.twocolumn-box .twocolumn-box__content {
  margin-right: 80px;
}

.twocolumn-box .twocolumn-box__content li {
  margin-bottom: 15px;
}

table.table_std {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}

table.table_std td, table.table_std th {
  border-bottom: 5px solid #FFF;
  padding: 10px 5px;
  font-size: 14px;
  color: #000;
  vertical-align: middle;
  border-right: 5px solid #FFF;
  text-align: center;
}

table.table_std th {
  background: -moz-linear-gradient(135deg, #0091db, #1bb8ce);
  background: -webkit-linear-gradient(135deg, #0091db, #1bb8ce);
  background: linear-gradient(-45deg, #0091db, #1bb8ce);
  color: #FFF;
  font-weight: bold;
}

table.table_std td {
  border-top: 1px solid #B1B1B1;
  border-bottom: 1px solid #B1B1B1;
  text-align: left;
  text-align-last: left;
  padding: 10px 20px;
}

.icon_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.icon_point li {
  width: 180px;
  margin: 10px 10px 30px;
}

.icon_point li p {
  background: #0091db;
  height: 180px;
  padding: 30px;
  margin-bottom: 20px;
}

.icon_point li p img {
  width: 100%;
}

.icon_point li dl dt {
  min-height: 2em;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  min-height: 60px;
}

.icon_point li dl dd {
  margin-top: auto;
  color: #000;
  font-size: 1.3rem;
  text-align: justify;
  margin-bottom: 20px;
}

.number_icon li {
  width: 30%;
  margin: 0 0 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.number_icon li p {
  color: #000;
  font-weight: bold;
  font-size: 2rem;
  padding: 10px;
  width: 50px;
  height: 50px;
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.number_icon li dl {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.number_icon li dl dt {
  text-align: center;
}

.number_icon li dl dd {
  margin-bottom: 20px;
}

.number_icon li dl dd:last-of-type {
  margin-bottom: 0;
  margin-top: auto;
  width: 100%;
}

.number_icon li dl dd:last-of-type img {
  width: 100%;
}

.number_icon li dl dd.no_photo {
  margin-bottom: auto;
  margin-top: 0;
}

.number_icon.column4 li {
  width: 23%;
}

.no-link {
  pointer-events: none;
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  h2.category-title {
    font-size: 1.2rem;
  }
  h2.category-title > span {
    font-size: 3rem;
  }
  h3.mainvisual-page_title {
    font-size: 2.5rem;
    margin-top: 10px;
  }
  h3.section__title {
    font-size: 2.2rem;
  }
  h4.bg-lone-title span {
    display: block;
  }
  p.link_text {
    display: block;
  }
  p.link_text span {
    font-size: 1.4rem;
    display: inline-block;
  }
  p.link_text span a.line-link {
    display: inline-flex;
    margin-top: 15px;
  }
  .paragraph {
    font-size: 1.4rem;
  }
  a.bnr-box {
    width: 80%;
  }
  .link_btn {
    padding: 0 40px;
  }
  .link_btn.top {
    width: 80%;
  }
  .link_btn::before {
    right: 15px;
    width: 12px;
  }
  .link_btn::after {
    right: 15px;
    width: 9px;
    height: 9px;
  }
  .twocolumn-box {
    width: 100%;
    flex-direction: column;
  }
  .twocolumn-box .twocolumn-box__content {
    margin-right: 0;
  }
  table.table_std th {
    width: 40%;
  }
  table.table_std td {
    width: 60%;
    padding: 10px;
  }
  .icon_point li {
    width: 45%;
    margin: 10px 0 30px;
  }
  .icon_point li p img {
    width: 80%;
    margin: 0 10%;
  }
  .number_icon li {
    width: 47%;
  }
  .number_icon li dl dd:last-of-type {
    margin-bottom: auto;
    margin-top: 0;
  }
  .number_icon.column4 li {
    width: 47%;
  }
}
.anchor-link {
  margin-top: -90px;
  padding-top: 90px;
  line-height: 0;
  font-size: 0;
}

.container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: left;
  background: #A6A6A6;
}

.contain_inner {
  width: 90%;
  margin: 0 auto;
  line-height: 1.8em;
  position: relative;
}

.cms_area {
  width: 300px;
  height: 565px;
  padding: 10px 10px 0 10px;
  border: 1px solid #717171;
  position: relative;
}

.cms_area .to_past a {
  width: 300px;
  height: 22px;
  display: block;
  position: absolute;
  bottom: 0;
  padding: 2px 10px;
  margin-left: -11px;
  color: #FFF;
  text-align: right;
  background-color: #717171;
}

.mainContent {
  width: 90%;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 21px;
  letter-spacing: 0.1em;
  min-height: 540px;
  background-color: #FFF;
  box-shadow: rgba(163, 163, 163, 0.298039) 0px 0px 6px 2px;
  -webkit-box-shadow: rgba(163, 163, 163, 0.298039) 0px 0px 6px 2px;
  -moz-box-shadow: rgba(163, 163, 163, 0.298039) 0px 0px 6px 2px;
  margin-bottom: 50px;
  margin-top: -50px;
  padding-bottom: 40px;
  padding-top: 40px;
}

.mainContent.title-only {
  width: 50%;
  min-height: 0;
  padding: 50px;
  margin-top: -80px;
}

.full_contain {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.full_contain.black {
  background: rgba(0, 0, 0, 0.8);
}

.full_contain.category {
  padding: 5% 0;
  background: #A6A6A6;
}

.full_contain__inner {
  background: rgba(255, 255, 255, 0.6);
  margin: 5% 0 5% 10%;
  padding: 3%;
}

h2.page__title {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-size: 2rem;
}

h2.page__title span {
  margin: 0 auto;
  display: block;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid;
  font-size: 1rem;
}

h3.page__title {
  text-align: center;
  margin: 0 auto 5%;
  font-size: 2rem;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

.index__container {
  width: 100%;
  display: flex;
  margin-bottom: 40px;
  margin-top: 60px;
  justify-content: flex-end;
}

.index__container li {
  width: 50%;
}

.index__container li > img {
  width: 100%;
}

.index__container li:last-child {
  margin-right: 0;
}

.index__text_box {
  width: 90%;
  margin: 5% auto 0;
}

.index__text_box .title {
  text-align: center;
  font-size: 2rem;
  padding-bottom: 3%;
}

.index__box {
  padding-left: 10%;
  display: flex;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.index__box.right {
  padding-left: 0;
  padding-right: 10%;
}

.index__number {
  margin-top: 20px;
  font-size: clamp(1.4rem, 2vw, 1.9rem);
}

.index__number.right {
  text-align: right;
}

.index__number.right::after {
  right: auto;
  left: 0;
}

.index__title {
  font-size: 2rem;
}

.index__title.right {
  text-align: right;
}

.index__text_left {
  padding-right: 5%;
}

.index__readmore {
  padding: 5px;
  font-size: 1.2rem;
  width: 40%;
  margin-right: 60%;
  text-align: center;
}

.index__readmore.right {
  margin-right: 0;
  margin-left: 60%;
}

.content-block {
  background: #a6a6a6;
  display: block;
  padding: 5% 10%;
}

.content-block .content-block__inner {
  background: #FFF;
  padding: 5%;
}

.content-block .content-block__inner.full {
  padding: 0 0 5% 0;
}

.content-block .content-block__inner.pa0 {
  padding: 0;
}

.content-block .content-block__inner .content-block__img {
  margin-bottom: 30px;
}

.content-block .content-block__inner .content-block__inner_inner {
  padding: 0 5% 5%;
}

.l-main-visual {
  position: relative;
  width: 100%;
  min-width: 0;
  height: 400px;
  background-color: #666;
  background-position: center center;
  background-size: contain;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.about.index .l-main-visual {
  background: url("../images/mainvisual/about-index__mainvisual.jpg") no-repeat center center;
  background-size: cover;
}

.about.feature .l-main-visual {
  background: url("../images/mainvisual/about-feature__mainvisual.jpg") no-repeat center center;
  background-size: cover;
}

.about.field .l-main-visual {
  background: url("../images/mainvisual/about-field__mainvisual.jpg") no-repeat center center;
  background-size: cover;
}

.about.teachers .l-main-visual {
  background: url("../images/mainvisual/about-teachers__mainvisual.jpg") no-repeat center center;
  background-size: cover;
}

.about.qualification .l-main-visual {
  background: url("../images/mainvisual/about-qualification__mainvisual.jpg") no-repeat center center;
  background-size: cover;
}

.about.policy .l-main-visual {
  background: url("../images/mainvisual/about-policy__mainvisual.jpg") no-repeat center center;
  background-size: cover;
}

.education.index .l-main-visual {
  background: url("../images/mainvisual/education-index__mainvisual.jpg") no-repeat center center;
  background-size: cover;
}

.education.education .l-main-visual {
  background: url("../images/mainvisual/education-education__mainvisual.jpg") no-repeat center center;
  background-size: cover;
}

.education.curriculum .l-main-visual {
  background: url("../images/mainvisual/education-curriculum__mainvisual.jpg") no-repeat center center;
  background-size: cover;
}

.education.laboratory .l-main-visual {
  background: url("../images/mainvisual/education-laboratory__mainvisual.jpg") no-repeat center center;
  background-size: cover;
}

.education.campus .l-main-visual {
  background: url("../images/mainvisual/education-campus__mainvisual.jpg") no-repeat center center;
  background-size: cover;
}

.education.ranking .l-main-visual {
  background: url("../images/mainvisual/education-ranking__mainvisual.jpg") no-repeat center center;
  background-size: cover;
}

.career.index .l-main-visual {
  background: url("../images/mainvisual/career-index__mainvisual.jpg") no-repeat center center;
  background-size: cover;
}

.career.joblist .l-main-visual {
  background: url("../images/mainvisual/career-joblist__mainvisual.jpg") no-repeat center center;
  background-size: cover;
}

.education.scholarship .l-main-visual, .career.continue .l-main-visual {
  background: url("../images/mainvisual/career-continue__mainvisual.jpg") no-repeat center center;
  background-size: cover;
}

.graduate.index .l-main-visual {
  background: url("../images/mainvisual/graduate-index__mainvisual.jpg") no-repeat center center;
  background-size: cover;
}

.graduate.about .l-main-visual {
  background: url("../images/mainvisual/graduate-about__mainvisual.jpg") no-repeat center center;
  background-size: cover;
}

.graduate.exam .l-main-visual {
  background: url("../images/mainvisual/graduate-exam__mainvisual.jpg") no-repeat center center;
  background-size: cover;
}

.graduate.policy .l-main-visual {
  background: url("../images/mainvisual/graduate-policy__mainvisual.jpg") no-repeat center center;
  background-size: cover;
}

.information .l-main-visual {
  background: url("../images/mainvisual/information__mainvisual.jpg") no-repeat center center;
  background-size: cover;
}

.notice .l-main-visual {
  background: url("../images/mainvisual/information__mainvisual.jpg") no-repeat center center;
  background-size: cover;
}

.top_images_cat {
  font-size: 3rem;
  color: #FFF;
  font-weight: bold;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
  letter-spacing: 10px;
  margin-top: -20px;
}

.header {
  width: 100%;
  height: 90px;
  margin: 0 auto;
  padding: 10px;
  background-color: rgba(89, 89, 89, 0.6);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
  font-size: 1.2rem;
  color: #FFF;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
  position: fixed;
  z-index: 10000;
}

.header .school-name {
  color: #FFF;
  width: 22%;
  margin-right: 10px;
  font-size: 2rem;
  margin-left: 20px;
  line-break: strict;
  overflow-wrap: break-word;
  word-break: keep-all;
}

.header__container {
  width: 95%;
  margin: 0 auto;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.footer__section {
  background: #808080;
  text-align: center;
  color: #FFF;
  padding: 10px;
}

.footer__section a {
  color: #FFF;
  font-size: 1.4rem;
  padding-bottom: 20px;
}

.gray-sq {
  position: relative;
  overflow: hidden;
}

.gray-sq::before {
  content: "";
  position: relative;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: -100%;
  background: #ddd;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.gray-sq img, .gray-sq p, .gray-sq dl, .gray-sq dt, .gray-sq dd, .gray-sq span, .gray-sq div, .gray-sq table, .gray-sq ul, .gray-sq li, .gray-sq tr, .gray-sq td {
  opacity: 0;
}

@keyframes slide-iq {
  0% {
    left: -100%;
    top: 0;
    width: 100%;
  }
  40% {
    left: 0;
    top: 0;
    width: 100%;
  }
  60% {
    left: 0;
    top: 0;
    width: 100%;
  }
  61% {
    right: 0;
    top: 0;
    width: 100%;
  }
  100% {
    right: -100%;
    top: 0;
    width: 10%;
  }
}
.is-show .gray-sq::before {
  animation: slide-iq 0.8s ease-in 0s forwards;
  -moz-animation: slide-iq 0.8s ease-in 0s forwards;
  -webkit-animation: slide-iq 0.8s ease-in 0s forwards;
  -o-animation: slide-iq 0.8s ease-in 0s forwards;
  -ms-animation: slide-iq 0.8s ease-in 0s forwards;
}

.is-show.gray-sq img, .is-show.gray-sq p, .is-show.gray-sq dl, .is-show.gray-sq dt, .is-show.gray-sq dd, .is-show.gray-sq span, .is-show.gray-sq div, .is-show.gray-sq table, .is-show.gray-sq ul, .is-show.gray-sq li, .is-show.gray-sq tr, .is-show.gray-sq td, .is-show .gray-sq img, .is-show .gray-sq p, .is-show .gray-sq dl, .is-show .gray-sq dt, .is-show .gray-sq dd, .is-show .gray-sq span, .is-show .gray-sq div, .is-show .gray-sq table, .is-show .gray-sq ul, .is-show .gray-sq li, .is-show .gray-sq tr, .is-show .gray-sq td {
  opacity: 1;
  transition: all 0.1s ease 0.5s;
}

.top {
  position: relative;
}

html {
  scroll-behavior: smooth;
}

.pagetop {
  height: 55px;
  width: 55px;
  position: absolute;
  right: 30px;
  top: 10px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.pagetop__arrow {
  height: 15px;
  width: 15px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
}

.global-menu {
  position: relative;
  width: 65%;
  margin-right: 20px;
  height: 30px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

.global-menu > li {
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.global-menu > li > a {
  display: block;
  color: #363636;
}

.global-menu > li > a:hover {
  color: #fff;
}

.global-menu > li:last-child {
  border-right: none;
}

.global-menu > li:hover {
  background: #9fa1a2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.global-menu > li:hover .init-bottom:after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 0 0 0 3px;
}

.global-menu > li.menu__single {
  position: relative;
  font-size: 1.4rem;
}

.global-menu > li.menu__single:nth-of-type(-n + 3) {
  width: 25%;
}

.global-menu > li.menu__single:nth-of-type(4) {
  width: 20%;
}

.global-menu > li.menu__single:nth-of-type(5) {
  width: 15%;
}

.global-menu > li.menu__single:nth-of-type(6) {
  width: 10%;
}

ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.init-bottom::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 5px 5px;
  border-right: 1px solid #9fa1a2;
  border-bottom: 1px solid #9fa1a2;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s all ease 0s;
}

li.menu__single > a {
  color: #FFF;
}

li.menu__single ul.menu__second-level {
  position: absolute;
  top: 30px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

li.menu__single:hover ul.menu__second-level {
  top: 30px;
  visibility: visible;
  opacity: 1;
}

li.menu__single:hover ul.menu__second-level li {
  border-bottom: 1px dotted #9fa1a2;
}

.global-menu__container {
  display: flex;
  margin-left: 50px;
}

.global-menu__container li {
  margin-right: 20px;
}

#res_menu {
  display: none;
}

.responsive_navi {
  display: none;
}

@media screen and (max-width: 768px) {
  .anchor-link {
    margin-top: -70px;
    padding-top: 70px;
  }
  .mainContent {
    width: 100%;
  }
  .mainContent.title-only {
    width: 100%;
    margin-bottom: 20px;
    margin-top: -80px;
  }
  .full_contain__inner {
    margin: 5%;
  }
  .index__container {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .index__container li {
    margin-right: 4%;
  }
  .index__box {
    padding-left: 4%;
  }
  .index__box.right {
    padding-right: 4%;
  }
  .index__number {
    margin-top: 0;
  }
  .index__title {
    font-size: 1.5rem;
  }
  .index__readmore {
    width: 100%;
    margin-right: 0;
  }
  .index__readmore.right {
    margin-left: 0;
    padding: 0;
  }
  .index__readmore.right img {
    width: 90%;
  }
  .content-block {
    padding: 5% 2%;
  }
  .l-main-visual {
    height: 250px;
  }
  .top_images_cat {
    font-size: 2.6rem;
  }
  .header {
    height: 70px;
    padding: 0;
  }
  .header .school-name {
    width: calc(100% - 70px);
    margin-right: auto;
    font-size: 1.5rem;
    margin-left: 0;
    padding-left: 5%;
  }
  .header__container {
    display: none;
  }
  .top {
    display: none;
  }
  html {
    scroll-behavior: smooth;
  }
  .pagetop {
    height: 55px;
    width: 55px;
    position: absolute;
    right: 30px;
    top: 10px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .pagetop__arrow {
    height: 15px;
    width: 15px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
  }
  .global-menu__container {
    display: none;
  }
  #res_menu {
    display: block;
    position: absolute;
    right: 15px;
    top: 22px;
    padding: 5px 0;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
  }
  .responsive_navi {
    background: #fff;
    border-bottom: 1px solid #666;
    position: fixed;
    top: 70px;
    width: 100%;
    height: calc(100vh - 70px);
    overflow-y: scroll;
    z-index: 10000;
  }
  .responsive_navi > li {
    font-size: 1.4rem;
    border: 1px solid #666;
    border-bottom: 0;
    display: block;
    width: 100%;
    background: #FFF;
    cursor: pointer;
  }
  .responsive_navi > li .menu-category {
    display: block;
    padding: 5px;
  }
  .responsive_navi > li:first-child {
    border-top: 1px solid #666;
  }
  .responsive_navi > li#close_btn {
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    border-bottom: 1px solid #666;
  }
  .sub_navi_res {
    display: none;
  }
  .sub_navi_res li a {
    padding: 5px;
    background: #dfdfdf;
    width: 100%;
    display: block;
    border-bottom: 1px solid #fff;
  }
}
/*# sourceMappingURL=maps/style.css.map */
