@charset "UTF-8";
/* リセット */
html,
body,
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;
}
body {
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #2f3441;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #2f3441;
  cursor: pointer;
}
ins {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #fff;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
html {
  scroll-behavior: smooth;
}
/* リセットここまで */
/* PC SP表示 */
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
[id] {
  scroll-margin-top: 90px;
  @media screen and (max-width: 768px) {
    scroll-margin-top: 145px;
  }
}
.section-contents {
  width: 95%;
  margin: 0 auto;
}
body {
  padding-top: 140px !important;
  @media screen and (max-width: 768px) {
    padding-top: 170px !important;
  }
}
#wpadminbar {
  position: fixed !important;
}
/*
 ヘッダー
 -----------------------------------------------------------*/

body.admin-bar {
  padding-top: 114px !important;
}

@media (max-width: 768px) {
  body.admin-bar {
    padding-top: 175px !important;
  }
}
body.admin-bar header {
  top: 32px;
}

@media (max-width: 768px) {
  body.admin-bar header {
    top: 46px;
    height: 135px;
  }
}

header {
  background-color: #012169;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  @media screen and (max-width: 768px) {
    height: 140px;
  }
}
.header-wrap {
  display: flex;
  padding: 15px 0;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  @media screen and (max-width: 768px) {
    padding: 10px 0;
    align-items: flex-start;
    border-bottom: 1px solid #fff;
  }
}

.header-leftcontents {
  text-decoration: unset;
  @media screen and (max-width: 768px) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3%;
  }
}
.header-leftcontents a {
  display: flex;
  align-items: center;
  @media screen and (max-width: 768px) {
    justify-content: center;
  }
}
.header-leftcontents h1,
.header-leftcontents div {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 600;
  margin-left: 10px;
  color: #fff;
  white-space: nowrap;
}
.header-leftcontents span {
  font-size: 0.7rem;
}
.header-leftcontents img {
  width: 90px;
  @media screen and (max-width: 768px) {
    max-width: 70px;
    min-width: 50px;
    width: 100%;
  }
}
.header-rightcontents {
  display: flex;
  gap: 20px;
  align-items: center;
  @media screen and (max-width: 768px) {
    justify-content: center;
  }
}

/* 検索窓 
------------------------------------------------------------*/
.search_bar .gsc-control-cse,
.search_bar .gsc-control-cse-en {
  padding: 0;
  border: 0;
  background: transparent;
}

/* デフォルトの余白・枠を削除 */
.search_bar .gsc-search-box,
.search_bar .gsc-search-box table,
.search_bar .gsc-search-box td {
  margin: 0;
  padding: 0;
  border: 0;
}

/* フォーム */
.search_bar form.gsc-search-box {
  border-radius: 25px;
  background: #fff;
  overflow: hidden;
  width: 260px;
  @media (max-width: 768px) {
    width: 70%;
    margin: 0 auto;
  }
}

/* 入力欄 */
.search_bar .gsc-input-box {
  border: none !important;
  box-shadow: none !important;
  background: transparent;
}

.search_bar input.gsc-input {
  height: 35px !important;
  padding: 3px 15px 3px 50px !important;
  border: none !important;
  box-sizing: border-box;
  font-size: 0.75rem !important;
  background: transparent !important;
}

.search_bar input.gsc-input::placeholder {
  color: #777;
}

/* ×ボタン非表示 */
.search_bar .gsib_b,
.search_bar .gsc-clear-button {
  display: none;
}

/* 検索ボタン */
.search_bar .gsc-search-button-v2 {
  width: 50px;
  height: 30px;
  padding: 0;
  border: none;
  background: #fff;
  box-shadow: none;
  cursor: pointer;
}

/* Google標準アイコンを非表示 */
.search_bar .gsc-search-button-v2 svg {
  display: none;
}

.search_bar .gsc-search-button-v2::after {
  content: "";
  display: block;
  width: 17px;
  height: 19px;
  margin: auto;
  background: url("../images/search.svg") no-repeat center;
  background-size: contain;
  pointer-events: none;
}

@media (max-width: 768px) {
  .search_bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 11%;
    width: 80%;
    margin: auto;
  }

  .search_bar input.gsc-input {
    height: 35px !important;
  }

  .search_bar .gsc-search-button-v2 {
    height: 35px;
  }
}
.gsc-wrapper {
  width: 90%;
  max-width: unset !important;
  margin: 0 auto;
}
.gsc-results-wrapper-overlay {
  left: 0 !important;
  right: 0 !important;
}
.gsc-webResult.gsc-result,
.gsc-results .gsc-imageResult {
  padding: 0;
}
/*
.search-form-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border: 1px solid #777777;
  border-radius: 25px;
}

.search-form-3 label {
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

.search-form-3 input {
  width: 220px;
  height: 30px;
  padding: 3px 15px;
  border: none;
  box-sizing: border-box;
  font-size: 0.75rem;
  outline: none;
  @media screen and (max-width: 768px) {
    width: 100%;
    height: 35px;
  }
}

.search-form-3 input::placeholder {
  color: #777777;
}

.search-form-3 button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 30px;
  border: none;
  background-color: #fff;
  cursor: pointer;
  @media screen and (max-width: 768px) {
    height: 35px;
  }
}

.search-form-3 button::after {
  width: 17px;
  height: 19px;
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  content: "";
}
.search-form-wrap {
  @media screen and (max-width: 768px) {
    position: absolute;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
    bottom: 11%;
    width: 80%;
  }
} */
/*
 ハンバーガーメニュー 
 -----------------------------------------------------------*/

.hamburger {
  position: relative;

  z-index: 100;
  width: 48px;
  height: 48px;
  border: none;
  background-color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.hamburger__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #333;
  transition: all 0.4s;
}

.hamburger__line:nth-of-type(1) {
  top: 14px;
}
.hamburger__line:nth-of-type(2) {
  top: 23px;
}
.hamburger__line:nth-of-type(3) {
  top: 32px;
}

/* メニューオープン時 */
.hamburger.active .hamburger__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active .hamburger__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100vh;
  overflow: auto;
  background-color: #fff;
  box-shadow: 15px 20px 5px 20px rgba(0, 0, 0, 0.1);
  transform: translateX(103%);
  transition: transform 0.4s;
  z-index: 90;
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

.nav.active {
  transform: translateX(0);
}

.nav__list {
  margin: 0;
  padding: 60px 0 0;
  list-style: none;
}

.nav__item {
  padding: 0 20px;
}

.nav__link {
  display: block;
  padding: 12px 0;
  color: #333;
  text-decoration: none;
  font-weight: 800;
}
/* 矢印のみ */
.arrow {
  position: relative;
  display: inline-block;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 16px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 1px) 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}

/* 〇矢印 */
.circle-arrow {
  background-image: url(../images/circle-arrow.svg);
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.top .service-wrap ul li::after {
  content: "";
  position: absolute;
  top: 46%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
}

/* メイン */
.top h2 {
  font-size: 1.25rem;
  white-space: nowrap;
}
.sub-en {
  font-size: 0.75rem;
  display: block;
  color: #8090b4;
  font-weight: 500;
}
section.contents-wrap {
  width: 90%;
  margin: 0 auto 80px;
  max-width: 1200px;
  @media screen and (max-width: 768px) {
    margin: 0 auto 70px;
  }
}

.contents-wrap.criticalissue {
  @media screen and (max-width: 768px) {
    margin: 0 auto 40px;
  }
}
.top .criticalissue-wrap {
  border: 3px solid #c30d23;
  border-radius: 15px;
}

.top .criticalissue h2 {
  background-color: #c30d23;
  color: #fff;
  padding: 15px 10px;
  border-radius: 10px 10px 0 0;
  display: flex;
  white-space: nowrap;
  align-items: center;
}
.top .criticalissue h2 span {
  margin-left: 10px;
  color: #fff;
}

.top .criticalissue ul {
  padding: 20px;
}

.top .criticalissue .title-text {
  font-weight: 800;
  margin-bottom: 15px;
}

.top .criticalissue .main-text,
.top .criticalissue .about {
  font-size: 0.875rem;
}

.top .criticalissue .main-text {
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.top .criticalissue .about a {
  text-decoration: underline;
}

.contents-wrap.service {
  margin: 50px auto 80px;
  @media screen and (max-width: 768px) {
    margin: 20px auto 60px;
  }
}
.top .service-wrap {
  background-color: #f2f4f7;
  padding: 35px 20px;
  border-radius: 15px;
}
.top .service h2 {
  text-align: center;
}
.top .service ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 6%;
  margin-top: 30px;
  padding: 30px;
  @media screen and (max-width: 768px) {
    margin-top: 0;
    padding: 30px 10px 0;
  }
}
.contents-wrap.service .service-wrap {
  padding: 35px 20px 20px;
}
.top .service li {
  width: 28%;
  border-bottom: 1px solid #2f3441;
  margin-bottom: 30px;
  position: relative;
  z-index: 5;
  transition: 0.3s;

  /* サービス一覧専用ボタン */
  position: relative;

  @media screen and (max-width: 768px) {
    width: 45%;
  }
  @media screen and (max-width: 659px) {
    width: 100%;
  }
}

.top .service li a {
  height: 40px;
  height: 40px;
  line-height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
  padding-bottom: 6px;
}
.top .service li:hover {
  opacity: 0.5;
}
.top .service li p {
  width: 90%;
}
.contents-wrap.setting.manual {
  @media screen and (max-width: 768px) {
    margin: 0 auto 60px;
  }
}
.contents-wrap.setting.manual ul,
.contents-wrap.faq.contact.calender ul {
  display: flex;
  gap: 10%;
  margin: 0 auto;
  justify-content: center;

  @media screen and (max-width: 768px) {
    display: block;
  }
}
.contents-wrap.setting.manual li,
.contents-wrap.faq.contact.calender li {
  width: 30%;
  border-bottom: 1px solid #2f3441;
  position: relative;
  padding-bottom: 10px;
  transition: 0.3s;
  display: flex;
  align-items: center;

  @media screen and (max-width: 768px) {
    width: 100%;
    margin-bottom: 25px;
    height: 40px;
  }
}
.contents-wrap.setting.manual li:hover,
.contents-wrap.faq.contact.calender li:hover {
  opacity: 0.5;
}
.contents-wrap.faq.contact.calender ul {
  @media screen and (max-width: 1070px) {
    flex-wrap: wrap;
  }
}
.contents-wrap.faq.contact.calender li {
  @media screen and (max-width: 1070px) {
    margin-bottom: 30px;
    width: 40%;
  }
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}
.contents-wrap.faq.contact.calender li:last-child {
  @media screen and (max-width: 1070px) {
    margin-bottom: 0;
  }
}
.contents-wrap.setting.manual li .circle-arrow,
.contents-wrap.faq.contact.calender li .circle-arrow {
  position: absolute;
  right: 0;
  top: 6px;
  bottom: 0;
}
.contents-wrap.setting.manual li a {
  padding-bottom: 10px;
  width: 100%;
}
.contents-wrap.faq.contact.calender h2 {
  width: 100%;
}

.contents-wrap.faq.contact.calender a {
  width: 100%;
  display: block;
}

section.important.info.maintenance-failure {
  background-color: #f2f4f7;
  margin-bottom: 60px;
  padding: 50px 0;
  @media screen and (max-width: 768px) {
    padding: 40px 0;
  }
}
.important-wrap,
.info-maintenance-wrap {
  width: 90%;
  margin: 20px auto 50px;
  max-width: 1200px;
  background-color: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 40px;
  @media screen and (max-width: 768px) {
    padding: 35px 20px 20px;
    margin: 20px auto;
  }
}
.important-wrap {
  border: 3px solid #ff710a;
  box-sizing: border-box;
  @media screen and (max-width: 768px) {
    padding: 35px 20px;
    margin: 20px auto 40px;
  }
}

.important-wrap h2,
.info-wrap h2,
.maintenance-failure-wrap h2 {
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #2f3441;
  width: 330px;
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}
.important-wrap h2 {
  color: #ff710a;
  align-items: flex-end;
  border-bottom: 1px solid #ff710a;
}
.maintenance-failure-wrap h2 {
  @media screen and (max-width: 400px) {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.important-wrap .sub-en,
.info-wrap .sub-en,
.maintenance-failure-wrap .sub-en {
  margin-left: 5px;
  margin-bottom: 3px;
}
.important-wrap .sub-en {
  color: #ff710a;
}

.info-wrap {
  margin-bottom: 50px;
  border-bottom: 1px solid #cccccc;
}
.sp-maintenance {
  @media screen and (max-width: 440px) {
  }
}
section.important.info.maintenance-failure ul li {
  padding: 8px 0;
}

/* カテゴリーカラー */
.cate-wrap {
  font-size: 0.75rem;
  padding: 0 8px;
  border-radius: 50px;
  min-width: 70px;
  color: #fff;
  display: block;
  text-align: center;
  letter-spacing: 4px;
  height: 18px;
  box-sizing: border-box;
  white-space: nowrap;
  margin: 0 10px;
  @media screen and (max-width: 768px) {
    position: absolute;
    top: 1px;
    left: 80px;
    height: 19px;
    width: 85px;
  }
}
.cate-wrap.common {
  background-color: #ff710a;
}

.cate-wrap.student {
  background-color: #0b85ff;
}

.cate-wrap.staff {
  background-color: #28a30f;
}

.important-wrap a,
.info-wrap a,
.maintenance-failure-wrap a,
.news-wrap a {
  display: flex;
  font-size: 0.875rem;
  align-items: center;

  @media screen and (max-width: 768px) {
    display: block;
    position: relative;
  }
}
.important-wrap a:hover,
.info-wrap a:hover,
.maintenance-failure-wrap a:hover {
  opacity: 0.5;
}

span.period {
  color: #000;
  letter-spacing: 0;
  text-align: left;
  margin: 0;
  padding: 0;
  border-radius: 50px;
  display: block;
  letter-spacing: 0;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: 0.75rem;
  @media screen and (max-width: 768px) {
    position: unset;
    margin: 0;
    word-wrap: break-word;
    white-space: normal;
  }
}

/* ボタン */
.button-normal {
  display: flex;
  gap: 2%;
  justify-content: center;
  margin: 50px 0 60px;
  @media screen and (max-width: 768px) {
    flex-direction: column;
    align-items: center;
  }
}
section .button-normal a,
.button-normal a {
  border: 2px solid #012169;
  width: 200px;
  padding: 10px;
  text-align: center;
  display: block;
  border-radius: 50px;
  color: #012169;
  font-weight: 600;
  transition: 0.3s;
  text-decoration: unset;

  @media screen and (max-width: 768px) {
    width: 50%;
    min-width: 250px;
    max-width: 300px;
    box-sizing: border-box;
  }
}
.maintenance-failure-wrap .button-normal {
  @media screen and (max-width: 768px) {
    margin: 40px 0;
  }
}
section .button-normal a:first-of-type,
.button-normal a:first-of-type {
  @media screen and (max-width: 768px) {
    margin-bottom: 10px;
  }
}
section .button-normal a:hover,
.button-normal a:hover {
  background-color: #012169;
  color: #fff;
  opacity: 1;
}
/* フッター */
footer {
  background-image: linear-gradient(to right, rgb(19 24 47), rgba(0, 0, 0, 0)), url(../images/top_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  @media screen and (max-width: 768px) {
    background-position: right;
  }
}

.footer-wrap {
  width: 90%;
  padding: 50px 0;
  margin: 0 auto;
  max-width: 1200px;
}
footer ul {
  display: flex;
  gap: 5%;
  flex-wrap: wrap;
  width: 100%;
  max-width: 800px;
  list-style: none;

  @media screen and (max-width: 768px) {
    gap: 10%;
  }
  @media screen and (max-width: 440px) {
    display: block;
  }
}
footer .first-ul {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

footer ul li {
  width: 20%;
  @media screen and (max-width: 768px) {
    width: 27%;
    padding: 2px 0;
  }
  @media screen and (max-width: 440px) {
    width: 100%;
  }
}

footer ul li a {
  color: #fff;
  word-break: keep-all;
  font-size: 0.875rem;
  text-decoration: unset;
}
footer ul li a:hover {
  opacity: 0.5;
}
footer .second-ul li:first-child {
  width: 10%;
  @media screen and (max-width: 768px) {
    width: 30%;
  }
}
footer .second-ul li:nth-child(3) {
  width: 30%;
}

footer .second-ul {
  margin-bottom: 50px;
}
footer small {
  font-size: 0.75rem;
  color: #fff;
  display: block;
}

/* ページジャンプボタン */
.page-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #012169;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 80;
  transition:
    opacity 0.2s,
    background-color 0.3s;
  opacity: 1;
}
.page-top-btn:hover {
  opacity: 0.5;
}
.page-top-btn::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #fff;
  margin-bottom: 3px;
}
.page-top-btn.is-hide {
  opacity: 0;
  pointer-events: none;
}

