@charset "UTF-8";
/* ========================================================================
 * style CSS
 * Agencia (https://www.agencia.co.jp)
 * Yuya Tajima
 * ========================================================================
 * Copyright 2025 Agencia Co.,Ltd.
 * ======================================================================== */
/* uikit */
/* webfont */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Noto+Sans+JP:wght@100..900&display=swap");
/*
  style.scss
  後から読み込んだものが優先されるので、読み込み順に注意すること
*/
/*
  variables.scss
  -------------------------------------------
  全体のパラメータ初期設定
  基本パラメータはagencia-uikitにて定義し
  それ以外の追加がある場合ここに記載する
*/
/*
  mixins.scss
*/
/* transition */
/* fontawesome icon */
/*
  MediaQuery
*/
/*
  utilites.scss
*/
.responsive-iframe {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border: 1px #CCC solid;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .responsive-iframe {
    padding-top: 56.25%;
  }
}
.gcal-wrap {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.gcal-wrap iframe {
  width: 100%;
  border: 0;
  display: block;
  height: 600px;
}

@media (min-width: 576px) {
  .gcal-wrap iframe {
    height: 520px;
  }
}
@media (min-width: 992px) {
  .gcal-wrap iframe {
    height: 560px;
  }
}
/* デフォルト（PCなど）は何もしない */
.table-scroll {
  overflow: visible;
}

/* 例：Bootstrapのブレークポイントに合わせて md 未満だけ横スクロール */
@media (max-width: 767.98px) {
  .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* iOSでヌルッとスクロール */
  }
  /* 横スクロール中にテーブルが潰れないように */
  .table-scroll > table {
    width: -moz-max-content;
    width: max-content;
    /* 内容幅に合わせてテーブルを広げる */
    min-width: 100%;
    /* 画面より小さい場合は100%でOK */
  }
}
/*
  common.scss
*/
h2,
.h2 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 65px;
  color: #005bab;
}

h3,
.h3 {
  margin-bottom: 20px;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #005bab;
  font-size: 2rem;
  font-weight: bold;
  color: #005bab;
  line-height: 1.3em;
}

h4,
.h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #005bab;
  font-size: 1.8rem;
  line-height: 1.3em;
  color: #005bab;
}

h5,
.h5 {
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c1d6e8;
  font-size: 1.6rem;
  color: #005bab;
}

h6,
.h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c1d6e8;
  font-size: 1.6rem;
  color: #005bab;
}

.catchphrase {
  font-size: 2rem;
  font-weight: 900;
  color: #005bab;
}

.catchphrase-red {
  font-size: 2rem;
  font-weight: 900;
  color: #e50020;
}

@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 3.8rem;
  }
  h3,
  .h3 {
    font-size: 3.2rem;
  }
  h4,
  .h4 {
    font-size: 2.8rem;
  }
  h5,
  .h5 {
    font-size: 2.2rem;
  }
  h6,
  .h6 {
    font-size: 1.8rem;
  }
}
.text-indent01 {
  margin-left: 1em;
  text-indent: -1em;
}

.text-indent01l {
  margin-left: 1.5em;
  text-indent: -1.5em;
}

.text-indent02 {
  margin-left: 2em;
  text-indent: -2em;
}

.text-indent02l {
  margin-left: 2.5em;
  text-indent: -2.5em;
}

.text-indent03 {
  margin-left: 3em;
  text-indent: -3em;
}

.text-indent03l {
  margin-left: 3.5em;
  text-indent: -3.5em;
}

.text-indent04 {
  margin-left: 4em;
  text-indent: -4em;
}

.text-indent04l {
  margin-left: 4.5em;
  text-indent: -4.5em;
}

.ml02l {
  margin-left: 2.5em;
}

.c-red {
  color: #e50020;
}

/*
  layout.scss
*/
/* html,body */
html {
  font-size: 62.5%;
  letter-spacing: 0.3em;
}

body {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.001em;
  max-height: 999999px;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  position: relative;
  transition: 0.8s;
}

body.first_flg {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* layout-header */
.layout-header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
.layout-header__logo h1 {
  margin: 0;
}
.layout-header__logo img {
  height: 32px;
}
.layout-header__mainv {
  position: relative;
  height: 345px;
  background-color: #005BAC;
}
.layout-header__mainv .wrap {
  height: auto;
}
.layout-header__mainv .wrap .textbox {
  position: absolute;
  top: 4vw;
  left: 20px;
}
.layout-header__mainv .wrap .textbox .heading {
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.layout-header__mainv .wrap .textbox .text {
  color: #fff;
  font-weight: bold;
}
.layout-header__mainv .wrap .textbox .red {
  margin-top: 1em;
  padding: 0.75em 0px;
  width: 300px;
  height: 20%;
  border-radius: 8px;
  background-color: #e50020;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  color: #fff;
}
.layout-header__mainv .wrap .illust {
  position: absolute;
  bottom: -12vw;
  right: 10px;
  width: 240px;
}
.layout-header__mainv .wrap .illust img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .layout-header__logo {
    height: 120px;
  }
  .layout-header__logo img {
    height: 48px;
  }
  .layout-header__mainv .wrap .textbox {
    top: 2vw;
    left: 4vw;
  }
  .layout-header__mainv .wrap .textbox .heading {
    font-size: 4.2rem;
  }
  .layout-header__mainv .wrap .textbox .red {
    margin-top: 20px;
    padding: 10px;
    width: 380px;
    height: 20%;
    border-radius: 8px;
    background-color: #e50020;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    color: #fff;
  }
  .layout-header__mainv .wrap .illust {
    position: absolute;
    bottom: -5vw;
    right: 2vw;
    width: 22.8vw;
  }
  body.index .layout-header__mainv {
    height: 715px;
  }
}
/* layout-main */
.layout-main__wrapper {
  padding-top: 90px;
  padding-bottom: 0px;
}
.layout-main__article {
  position: relative;
}
.layout-main__pagenavi {
  position: relative;
}

@media (min-width: 992px) {
  .layout-main__wrapper {
    /* padding-top: 50px; */
  }
  body.page-template .layout-main__wrapper {
    padding-top: 20px;
  }
}
/* layout-footer */
.layout-footer {
  margin-top: 20px;
}
.layout-footer__title {
  padding: 1rem 0;
}
.layout-footer__title > div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /*
  &::before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 80px;
    height: 100px;        
    background: url(/nyugakusha/images/mascot02.png) no-repeat center / contain;
  }
  */
}
.layout-footer__title h2 {
  margin: 0;
}
.layout-footer__main-menu {
  margin-top: 100px;
  padding-bottom: 80px;
  background-color: #dfe9ea;
}
.layout-footer__main-menu .footer-menu .contents-box + .contents-box {
  margin-top: 1.5rem;
}
.layout-footer__main-menu .footer-menu .contents-box a {
  color: #333;
}
.layout-footer__main-menu .footer-menu .contents-box__header {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: flex-end;
  padding: 10px;
  padding-right: 8%;
  width: 100%;
  border-radius: 5px 5px 0 0;
  background: #e50020 url(/nyugakusha/images/check_arrow03.png) no-repeat center right 10px/20px;
  color: #FFF;
}
.layout-footer__main-menu .footer-menu .contents-box__header a {
  color: #FFF;
}
.layout-footer__main-menu .footer-menu .contents-box__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 5% 9% 5% 5%;
  width: 100%;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  background-size: 17px;
  background-position: center right 14px;
}
.layout-footer__main-menu .footer-menu .contents-box__body ul {
  margin: 0;
}
.layout-footer__main-menu .footer-menu .contents-box__check {
  margin: 0;
  width: 17%;
}
.layout-footer__main-menu .footer-menu .contents-box__num {
  margin: 0 0 0 5px;
  width: 10%;
}
.layout-footer__main-menu .footer-menu .contents-box__num img {
  height: auto;
}
.layout-footer__main-menu .footer-menu .contents-box__title {
  margin: 0;
  font-size: 2.8rem;
  font-weight: bold;
}
.layout-footer__main-menu .footer-menu .contents-box__list {
  margin: 1rem 0 0 0;
}
.layout-footer__sub-menu {
  padding: 1rem;
  background: #333;
  color: #FFF;
}
.layout-footer__sub-menu a {
  color: #FFF;
}
.layout-footer__sub-menu ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.layout-footer__sub-menu ul li {
  margin-right: 1rem;
  font-size: 1.2rem;
}
.layout-footer__sub-menu .copy {
  margin: 1rem 0 0 0;
  padding: 0;
  text-align: center;
  font-size: 1rem;
}
.layout-footer #pagetop {
  margin: 0;
}
.layout-footer #pagetop a {
  z-index: 100;
  position: fixed;
  right: 10px;
  bottom: 55px;
}
.layout-footer #pagetop img {
  width: 40px;
}

@media (min-width: 992px) {
  .layout-footer__title > div::before {
    width: 115px;
    height: 160px;
  }
  .layout-footer__main-menu .footer-menu {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    max-width: 1000px;
  }
  .layout-footer__main-menu .footer-menu .contents-box__header {
    padding: 10px 30px;
  }
  .layout-footer__main-menu .footer-menu .contents-box__body {
    flex-direction: column;
    justify-content: flex-start;
    padding: 5% 5% 5% 6%;
    background-color: #fff;
  }
  .layout-footer__main-menu .footer-menu .contents-box__title {
    font-size: 2.5rem;
  }
  .layout-footer__main-menu .footer-menu .contents-box__list {
    margin: 1.5rem 0 0 0;
  }
  .layout-footer__sub-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
  }
  .layout-footer__sub-menu .copy {
    margin: 0;
  }
  .layout-footer #pagetop a {
    right: 15px;
  }
  .layout-footer #pagetop img {
    width: 60px;
  }
}
.table-style01 {
  width: 100%;
  font-size: 2.4rem;
  font-weight: bold;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.table-style01 th {
  padding: 20px;
  width: 20%;
  text-align: center;
  background-color: #EBEEF1;
  border: 1px solid #888888;
  vertical-align: middle;
}

.table-style01 td {
  padding: 20px;
  width: 80%;
  border: 1px solid #888888;
}

.table-style01 td span {
  font-size: 2rem;
  font-weight: normal;
}

.table-style02 {
  border-collapse: collapse;
  text-align: center;
  border: 1px solid #888;
  width: 100%;
}

.table-style02 thead th,
.table-style02 thead td,
.table-style02 tbody th,
.table-style02 tbody td {
  padding: 15px 10px;
  vertical-align: top;
  text-align: left;
}

.table-style02 thead th {
  border-right: 1px solid #fff;
  background-color: #888888;
  color: #fff;
  font-weight: bold;
}

.table-style02 thead th:last-child {
  border-right: 1px solid #888;
}

.table-style02 tbody {
  background-color: #fff;
}

.table-style02 tbody tr th,
.table-style02 tbody tr td {
  vertical-align: middle;
}

.table-style02 tbody tr th {
  border: 1px solid #888888;
  background-color: #EBEEF1;
}

.table-style02 tbody tr td {
  border: 1px solid #888888;
}

.table-style02 tbody tr td.bg01 {
  background-color: #EBEEF1;
}

.pswp {
  display: none;
}

/*
  page.scss
*/
.breadcrumblist {
  display: none;
}
.breadcrumblist .breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 100px;
}
.breadcrumblist .breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumblist .breadcrumb li::after {
  content: "/";
  padding: 0 0.5em;
  color: #000;
}
.breadcrumblist .breadcrumb li:last-child:after {
  content: "";
}
.breadcrumblist .breadcrumb li a {
  text-decoration: none;
  color: #000;
}
.breadcrumblist .breadcrumb li p {
  display: inline;
  color: #e50020;
}

@media (min-width: 992px) {
  .breadcrumblist {
    display: block;
  }
}
.main-contents section + section {
  margin-top: 3rem;
}

/*
  contenst.scss
  ---------------------------------
  汎用的に使用、もしくは未分類のclass
*/
.todo-checklist {
  /* 250108 table化のため一旦コメントアウト
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .75rem
  */
}

.todo-checklist label.cl-check {
  /*
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .625rem .75rem;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  */
  width: 100%;
  text-align: center;
  background: #fff;
  touch-action: manipulation;
  cursor: pointer;
}

.todo-checklist label.cl-check input[type=checkbox] {
  flex: 0 0 auto;
  width: 1.1rem;
  height: 1.1rem;
  accent-color: #2563eb;
}

.todo-checklist label.cl-check span.txt {
  flex: 1;
}

.todo-checklist label.cl-check input:checked ~ span.txt {
  opacity: 0.85;
  text-decoration: line-through;
}

.todo-checklist label.cl-check input:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
  border-radius: 4px;
}

/* =========================
   Base (PC/Tablet)
========================= */
.todo-section {
  padding: 10px 0 30px;
  font-size: 16px !important; /* 親のsmall等に負けない */
  line-height: 1.6;
}

.todo-section .todo-title {
  margin: 0 0 14px;
}

.todo-section .day-card {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  padding: 14px;
  margin: 0 0 14px;
}

.todo-section .day-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eef2f7;
  margin-bottom: 12px;
}

.todo-section .day-date {
  margin: 0;
}

.todo-section .day-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.todo-section .day-col {
  border: 1px solid #f1f5f9;
  border-radius: 12px;
  padding: 12px;
  background: #fafafa;
}

.todo-section .col-title {
  margin: 0 0 10px;
}

/* checklist */
.todo-section .checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.todo-section .check-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  cursor: pointer;
}

.todo-section .check-item input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  flex: 0 0 auto;
}

.todo-section .check-item span,
.todo-section .checklist li {
  word-break: break-word;
}

.todo-section .important {
  color: #dc2626;
  font-weight: 700;
}

.todo-section a {
  word-break: break-word;
}

/* =========================
   Mobile
========================= */
@media (max-width: 767.98px) {
  .todo-section .day-card {
    padding: 12px;
  }
  .todo-section .day-grid {
    grid-template-columns: 1fr;
  }
  .todo-section .day-col {
    padding: 10px;
  }
}
.n-link a {
  color: #005BAB;
}

.n-link a[target=_blank] {
  padding-right: 2em;
  background: url(/nyugakusha/images/open.png) right center no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.n-link a[href*=".pdf"] {
  padding-right: 1.5em;
  background: url(/nyugakusha/images/pdf.png) right center no-repeat;
  background-size: contain;
  vertical-align: middle;
}

img {
  max-width: 100%;
}/*# sourceMappingURL=style.css.map */