@charset "UTF-8";
/* --------------------------------------------

  FileName  : style.css
  Generator : Sass

-------------------------------------------- */
@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900|Oswald:400,700|Crimson+Text:400,700,900");
@font-face {
  font-family: "icon";
  src: url("/css/fonts/icon.eot");
  src: url("/css/fonts/icon.eot?#iefix") format("eot"), url("/css/fonts/icon.woff") format("woff"), url("/css/fonts/icon.ttf") format("truetype"), url("/css/fonts/icon.svg#icon") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swipe;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

:root {
  --scroll-bar: 0px;
}

@media screen and (max-width: 990px) {
  :root {
    /*
      ウィンドウ幅が375pxの時に50px、990pxの時に93pxになるように計算
      clamp(最小値, 推奨値, 最大値)
    */
    --header-height: clamp(50px, calc(6.99vw + 23.78px), 93px);
  }
}
html {
  color: #000;
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.25;
}

body {
  background: #f5f5f5 url(/img_top/background.png) repeat center top;
}

@media screen and (max-width: 990px) {
  body {
    background-size: contain;
  }
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
figure {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

em {
  font-style: normal;
}

/* メインビジュアル ***************************************************/
.mainvisual {
  position: relative;
  overflow: hidden;
}

.mainvisual .mvring {
  position: absolute;
  content: "";
  top: 5%;
  right: 5%;
  height: 70%;
  z-index: 500;
  -webkit-animation: spin 120s linear infinite;
          animation: spin 120s linear infinite;
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.mainvisual .lead {
  position: absolute;
  right: 50px;
  bottom: 80px;
  z-index: 998;
  width: clamp(360px, 26.5vw + 57.6px, 473px);
}
@media screen and (max-width: 990px) {
  .mainvisual .lead {
    width: 60%;
    text-align: center;
    right: 5%;
    bottom: 5%;
  }
}

.swiper {
  width: 100%;
  height: 100vh;
  z-index: 997 !important;
}
@media screen and (max-width: 990px) {
  .swiper {
    height: 100vw;
  }
}

.swiper-wrapper {
  transition-timing-function: linear;
}
@media screen and (max-width: 990px) {
  .swiper-wrapper {
    top: 46.875vw;
  }
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  transform: rotateX(180deg);
  transition: transform 0.6s;
}

.swiper-slide-prev,
.swiper-slide-next,
.swiper-slide-duplicate-prev,
.swiper-slide-duplicate-next {
  transform: scale(0.5) !important;
  height: 50vh !important;
}
@media screen and (max-width: 990px) {
  .swiper-slide-prev,
.swiper-slide-next,
.swiper-slide-duplicate-prev,
.swiper-slide-duplicate-next {
    height: 23.4375vw !important;
    top: -20px;
  }
}

@media screen and (max-width: 990px) {
  .swiper-slide-active {
    height: 46.875vw !important;
  }
}

.swiper-slide-item {
  height: 100%;
}

.swiper-slide.swiper-slide-active img {
  max-height: 75vh !important;
  aspect-ratio: 64/30;
}

/* 入口 ***************************************************/
.schoolarea {
  background: #ffffff;
  border-radius: 40px 0 0 40px;
  padding: 80px 0 120px 60px;
  margin: 0 0 120px 60px;
  display: flex;
  gap: 10%;
}
@media screen and (max-width: 1200px) {
  .schoolarea {
    flex-direction: column;
  }
}
@media screen and (max-width: 990px) {
  .schoolarea {
    border-radius: 0;
    padding: 2rem 1rem 40px;
    margin: 0 0 80px 0;
    gap: 5%;
  }
}
.schoolarea > * {
  flex: 0 0 auto;
}
.schoolarea .btnlink a {
  background: #000000;
  display: grid;
  grid-template-columns: 1fr 30%;
  grid-template-rows: 1fr 1fr;
  border-radius: 40px;
  color: #ffffff;
  text-decoration: none;
  width: clamp(29.6875rem, 39.501039501vw, 47.5rem);
  padding: 38px 48px;
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  .schoolarea .btnlink a {
    width: 100%;
  }
}
@media screen and (max-width: 990px) {
  .schoolarea .btnlink a {
    border-radius: 20px;
    padding: 16px 24px;
  }
}
.schoolarea .btnlink a strong {
  font-size: clamp(1.5625rem, 2.079002079vw, 2.5rem);
  display: block;
  grid-column: 1/2;
  grid-row: 1/2;
}
.schoolarea .btnlink a span {
  font-size: clamp(0.78125rem, 1.0395010395vw, 1.25rem);
  display: block;
  grid-column: 1/2;
  grid-row: 2/3;
}
.schoolarea .btnlink a figure {
  grid-column: 2/3;
  grid-row: 1/3;
  align-self: center;
  justify-self: center;
  transition: transform 0.3s ease;
}
.schoolarea .btnlink a figure img {
  display: block;
}
.schoolarea .btnlink a:hover figure {
  transform: translateX(10px);
}
.schoolarea .btnlink.senmonkatei {
  margin-bottom: clamp(1.5625rem, 2.079002079vw, 2.5rem);
}
@media screen and (max-width: 1200px) {
  .schoolarea .btnlink.senmonkatei {
    width: 100%;
  }
}
.schoolarea .btnlink.senmonkatei a {
  background: #0c419a;
}
.schoolarea .btnlink.koyodai {
  margin-bottom: clamp(1.5625rem, 2.079002079vw, 2.5rem);
}
@media screen and (max-width: 1200px) {
  .schoolarea .btnlink.koyodai {
    width: 100%;
  }
}
.schoolarea .btnlink.koyodai a {
  background: #e84755;
}
.schoolarea h4 {
  font-size: clamp(1.171875rem, 1.5592515593vw, 1.875rem);
  text-align: center;
  margin-bottom: clamp(1.171875rem, 1.5592515593vw, 1.875rem);
}
.schoolarea p {
  font-size: clamp(0.78125rem, 1.0395010395vw, 1.25rem);
  line-height: 1.5;
  text-align: center;
  margin-bottom: clamp(1.171875rem, 1.5592515593vw, 1.875rem);
}
.schoolarea figure {
  text-align: center;
}
.schoolarea .senmonkateiarea {
  width: clamp(29.6875rem, 39.501039501vw, 47.5rem);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .schoolarea .senmonkateiarea {
    width: 100%;
    margin: 0 0 2rem;
  }
}
.schoolarea .senmonkateiarea h4 {
  color: #0c419a;
}
.schoolarea .senmonkateiarea::after {
  position: absolute;
  right: -11%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: #000000;
  display: block;
  width: 1px;
  height: 90%;
}
@media screen and (max-width: 1200px) {
  .schoolarea .senmonkateiarea::after {
    content: none;
  }
}
.schoolarea .koyodaiarea {
  width: clamp(29.6875rem, 39.501039501vw, 47.5rem);
}
@media screen and (max-width: 1200px) {
  .schoolarea .koyodaiarea {
    width: 100%;
  }
}
.schoolarea .koyodaiarea h4 {
  color: #e84755;
}

/* News ***************************************************/
.index .newsarea {
  background: #f5f3e4;
}
.index .newsarea .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  background: url(/img_top/newsarea_line02.png) repeat-y;
  background-position-x: 40px;
  position: relative;
}
.index .newsarea .inner ul li {
  display: flex;
  align-items: center;
  width: 765px;
  padding: 10px 0;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .index .newsarea .inner ul li {
    width: 100%;
    flex-direction: column;
  }
}
.index .newsarea .inner ul li a {
  display: flex;
  width: 100%;
  text-decoration: none;
}
.index .newsarea .inner ul li a article {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}
.index .newsarea .inner ul li a article header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
}
.index .newsarea .inner ul li a article header strong,
.index .newsarea .inner ul li a article header em {
  margin-right: 8px;
}
.index .newsarea .inner ul li a article p {
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.5;
  margin: 0;
  flex: 1;
}
.index .newsarea .inner ul li a article:hover p {
  text-decoration: none;
}
.index .newsarea .inner ul li:hover {
  background-color: #e4dead;
}
.index .newsarea .inner::before {
  content: "";
  position: absolute;
  left: 40px;
  top: -56px;
  background: url(/img_top/newsarea_line01.png) no-repeat;
  width: 32px;
  height: 56px;
}
@media screen and (max-width: 1200px) {
  .index .newsarea .inner::before {
    content: none;
  }
}
.index .newsarea .inner::after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: -56px;
  background: url(/img_top/newsarea_line03.png) no-repeat;
  width: 32px;
  height: 56px;
}
@media screen and (max-width: 1200px) {
  .index .newsarea .inner::after {
    content: none;
  }
}

.newsarea {
  padding: 144px 0;
}
@media screen and (max-width: 990px) {
  .newsarea {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.newsarea .inner {
  margin: 0 auto 0 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .newsarea .inner {
    flex-direction: column;
    width: 100%;
    background: none !important;
  }
}
.newsarea .inner .title {
  padding-left: 148px;
  width: 412px;
}
@media screen and (max-width: 990px) {
  .newsarea .inner .title {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.newsarea .inner .title h2 {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 990px) {
  .newsarea .inner .title h2 {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 0;
  }
}
.newsarea .inner .title h2 em {
  font-size: 3.75rem;
  display: block;
}
@media screen and (max-width: 990px) {
  .newsarea .inner .title h2 em {
    font-size: 1.875rem;
  }
}
.newsarea .inner .title h2 em::first-letter {
  font-size: 6.25rem;
  color: #0c419a;
}
@media screen and (max-width: 990px) {
  .newsarea .inner .title h2 em::first-letter {
    font-size: 3.75rem;
  }
}
.newsarea .inner .title h2 em span {
  color: #e84755;
}
.newsarea .inner .title h2 sub {
  font-size: 1.5rem;
  display: block;
  -webkit-background-clip: text;
          background-clip: text;
}
@media screen and (max-width: 990px) {
  .newsarea .inner .title h2 sub {
    font-size: 0.875rem;
    bottom: 0;
  }
}
.newsarea .inner .title h2 sub::first-letter {
  font-size: 2.125rem;
  color: #0c419a;
}
@media screen and (max-width: 990px) {
  .newsarea .inner .title h2 sub::first-letter {
    font-size: 1.75rem;
  }
}
.newsarea .inner .title h2 sub span {
  color: #e84755;
}
@media screen and (max-width: 990px) {
  .newsarea .inner .title p {
    flex-shrink: 0;
  }
}
.newsarea .inner .title p a {
  font-size: 1.125rem;
  display: inline-block;
  padding: 20px 50px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 30px;
  text-decoration: none;
  position: relative;
  background-position: 100%;
  background-image: linear-gradient(90deg, #ffffff 50%, transparent 50%);
  transition: all 1s;
  background-size: 250%;
}
@media screen and (max-width: 990px) {
  .newsarea .inner .title p a {
    font-size: 0.875rem;
    padding: 10px 25px;
    display: inline-block;
  }
}
.newsarea .inner .title p a::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 25px;
  transform: translateY(-50%);
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: translate(-50%) rotate(315deg);
  transition: all 1s;
}
@media screen and (max-width: 990px) {
  .newsarea .inner .title p a::after {
    top: calc(50% - 5px);
    right: 5px;
  }
}
.newsarea .inner .title p a:hover {
  color: #000000;
  background-position: 0;
}
.newsarea .inner .title p a:hover::after {
  border: solid #000000;
  border-width: 0 2px 2px 0;
}
.newsarea .inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsarea .inner ul li {
  list-style: none;
  margin: 0;
  border-bottom: 1px dotted #000000;
}
.newsarea .inner ul li a {
  color: #000000;
  text-decoration: none;
  padding: 1rem;
}
.newsarea .inner ul li a strong {
  font-weight: normal;
  margin-right: 2rem;
}
@media screen and (max-width: 990px) {
  .newsarea .inner ul li a strong {
    font-size: 0.875rem;
    margin-right: 0;
  }
}
.newsarea .inner ul li a article {
  display: flex;
}
.newsarea .inner ul li a article header {
  display: flex;
}
@media screen and (max-width: 990px) {
  .newsarea .inner ul li a article header {
    display: contents;
  }
}
@media screen and (max-width: 990px) {
  .newsarea .inner ul li a article header strong {
    width: 5rem;
    flex-shrink: 0;
  }
}
.newsarea .inner ul li a article header em {
  font-size: 0.75rem;
  background: #000000;
  color: #ffffff;
  height: 1.5rem;
  line-height: 1.8;
  width: 6rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 990px) {
  .newsarea .inner ul li a article header em {
    font-size: 0.75rem;
    width: 5rem;
    flex-shrink: 0;
  }
}
.newsarea .inner ul li a article header em::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: -16px;
  transform: translateY(-50%);
  border: solid #000000;
  border-width: 0 16px 16px 0;
  display: inline-block;
  padding: 0;
  transform: translate(-50%) rotate(315deg);
}
.newsarea .inner ul li a article p {
  margin: 0 0 0 40px;
}
@media screen and (max-width: 990px) {
  .newsarea .inner ul li a article p {
    margin: 0 0 0 20px;
    font-size: 1rem;
    flex-grow: 1;
  }
}
.newsarea .inner ul li a article:hover p {
  text-decoration: underline;
}
.newsarea .inner ul li.senmonkatei a article header em {
  background: #0c419a;
}
.newsarea .inner ul li.senmonkatei a article header em::after {
  border: solid #0c419a;
  border-width: 0 16px 16px 0;
}
.newsarea .inner ul li.koyodai a article header em {
  background: #e84755;
}
.newsarea .inner ul li.koyodai a article header em::after {
  border: solid #e84755;
  border-width: 0 16px 16px 0;
}

/* 情報公開リンク ***************************************************/
.btnlink.johokokai {
  margin-top: clamp(3.515625rem, 4.6777546778vw, 5.625rem);
  margin-bottom: clamp(4.296875rem, 5.7172557173vw, 6.875rem);
}
@media screen and (max-width: 990px) {
  .btnlink.johokokai {
    margin: 30px 16px 50px 16px;
  }
}
.btnlink.johokokai a {
  background: #000000;
  display: grid;
  grid-template-columns: 1fr 20%;
  grid-template-rows: 1fr 1fr;
  color: #ffffff;
  text-decoration: none;
  width: 47.5rem;
  margin: 0 auto;
  gap: 10px;
  border-radius: 40px;
  padding: 38px 48px;
}
@media screen and (max-width: 1200px) {
  .btnlink.johokokai a {
    width: 100%;
  }
}
@media screen and (max-width: 990px) {
  .btnlink.johokokai a {
    border-radius: 20px;
    padding: 16px 24px;
  }
}
.btnlink.johokokai a strong {
  font-size: clamp(1.5625rem, 2.079002079vw, 2.5rem);
  display: block;
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (max-width: 990px) {
  .btnlink.johokokai a strong {
    font-size: clamp(1.5625rem, 2.079002079vw, 2.5rem);
  }
}
.btnlink.johokokai a span {
  font-size: clamp(0.78125rem, 1.0395010395vw, 1.25rem);
  display: block;
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (max-width: 990px) {
  .btnlink.johokokai a span {
    font-size: clamp(0.78125rem, 1.0395010395vw, 1.25rem);
  }
}
.btnlink.johokokai a figure {
  grid-column: 2/3;
  grid-row: 1/3;
  align-self: center;
  justify-self: center;
  transition: transform 0.3s ease;
}
.btnlink.johokokai a figure img {
  display: block;
}
.btnlink.johokokai a:hover figure {
  transform: translateX(10px);
}

/* header ***************************************************/
.st-Header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 990px) {
  .st-Header {
    background: #ffffff;
    height: var(--header-height);
  }
}

.st-Header_Left {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 990px) {
  .st-Header_Left {
    width: 60%;
  }
}

.st-Header_Logo {
  margin: 0 0 0 40px;
}
@media screen and (max-width: 990px) {
  .st-Header_Logo {
    margin: 0 3%;
  }
  .st-Header_Logo img {
    height: auto;
  }
}

@media screen and (max-width: 990px) {
  .st-Header_Right {
    background: #000000;
    width: var(--header-height);
  }
}
.st-Header.scrolled,
.st-Header.menu-open {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.st-Menu {
  position: relative;
  height: 100%;
}

.st-Menu_Btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  background: #000000;
  position: relative;
}
@media screen and (max-width: 990px) {
  .st-Menu_Btn {
    width: 100%;
    height: 100%;
  }
}

.st-Menu_Btn_Bar {
  display: block;
  width: 50px;
  height: 10px;
  background: #fff;
  margin: 5px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 990px) {
  .st-Menu_Btn_Bar {
    width: 20px;
    height: 1px;
    margin: 3px 0;
  }
}

.st-Menu_Btn_Title {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 990px) {
  .st-Menu_Btn_Title {
    font-size: 10px;
  }
}

.st-Menu_Btn.active .st-Menu_Btn_Bar:nth-child(1) {
  transform: rotate(45deg) translate(15px, 15px);
}
@media screen and (max-width: 990px) {
  .st-Menu_Btn.active .st-Menu_Btn_Bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
}

.st-Menu_Btn.active .st-Menu_Btn_Bar:nth-child(2) {
  opacity: 0;
}

.st-Menu_Btn.active .st-Menu_Btn_Bar:nth-child(3) {
  transform: rotate(-45deg) translate(15px, -13px);
}
@media screen and (max-width: 990px) {
  .st-Menu_Btn.active .st-Menu_Btn_Bar:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -5px);
  }
}

.st-Menu_Body {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
  position: absolute;
  top: 150px;
  right: 0;
  background-color: #000000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 999;
  width: 100vw;
  height: calc(100vh - 150px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 990px) {
  .st-Menu_Body {
    top: var(--header-height);
    height: calc(100vh - var(--header-height));
  }
}

.st-Menu_Body.visible {
  visibility: visible;
  opacity: 1;
}

.st-Menu_Inner {
  width: 90%;
  max-width: 500px;
}

.st-Menu_List {
  list-style: none;
  padding: 10px;
  margin: 0;
}

.st-Menu_List > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  transition: background-color 0.3s ease;
}
.st-Menu_List > li:hover {
  background-color: #ffffff;
}

.st-Menu_List > li:last-child {
  border-bottom: none;
}

.st-Menu_List a {
  display: block;
  padding: 24px 10px;
  position: relative;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: clamp(14px, 12.54px + 0.388vw, 20px);
}
.st-Menu_List a:hover {
  color: #000000;
}
.st-Menu_List a:hover::before {
  border-left: 10px solid #000000;
}

.st-Menu_List a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.st-Menu_Link,
.st-Menu_Disclosure,
.st-Menu_Access,
.st-Menu_Senmonkatei,
.st-Menu_Koyodai {
  padding: 10px 20px;
}

/* ===============================================
SNSボタン
=============================================== */
.st-Menu_Social {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 50px;
}
.st-Menu_Social li:hover {
  opacity: 0.5;
  transition: all 0.3s;
}

.st-Menu_Social img {
  width: 50px;
  height: auto;
}

/* footer ***************************************************/
.st-Footer {
  text-align: center;
}
.st-Footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.st-Footer ul li:hover {
  opacity: 0.5;
  transition: all 0.3s;
}

.st-Footer_Access {
  margin: 44px 0 28px;
}

.st-Footer_Access_Body {
  margin: 0;
}

.st-Footer_Copyright {
  display: block;
  color: #ffffff;
  background: #202124;
  font-size: 0.75rem;
  padding: 0.75rem 0;
}

/* 記事一覧 ***************************************************/
.detail > section .breadcrumb {
  padding: 200px 0 1rem;
  margin-left: clamp(2.5rem, -11.868rem + 25.52vw, 18.75rem);
}
@media screen and (max-width: 900px) {
  .detail > section .breadcrumb {
    padding-top: 8rem;
    margin-left: 1rem;
  }
}
.detail > section .breadcrumb a {
  color: #000000;
  text-decoration: none;
  position: relative;
  display: inline-block;
  outline: none;
}
.detail > section .breadcrumb a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000000;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.detail > section .breadcrumb a:hover {
  color: #000000;
}
.detail > section .breadcrumb a:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.detail .title {
  text-align: center;
  padding: 250px 0;
  background: url(/img_top/list_title_bg.png) no-repeat center center;
}
@media screen and (max-width: 990px) {
  .detail .title {
    padding-top: calc(var(--header-height) + 20vw);
    padding-bottom: 20vw;
    background-size: calc(var(--header-height) + 30vw);
    background-position-y: calc(var(--header-height) + 10vw);
  }
}
.detail .title h2 {
  margin-bottom: 2.5rem;
}
.detail .title h2 em {
  font-size: 3.75rem;
  display: block;
}
@media screen and (max-width: 990px) {
  .detail .title h2 em {
    font-size: 1.875rem;
  }
}
.detail .title h2 em::first-letter {
  font-size: 6.25rem;
  color: #0c419a;
}
@media screen and (max-width: 990px) {
  .detail .title h2 em::first-letter {
    font-size: 3.75rem;
  }
}
.detail .title h2 em span {
  color: #e84755;
}
.detail .title h2 sub {
  font-size: 1.5rem;
  display: block;
  -webkit-background-clip: text;
          background-clip: text;
}
@media screen and (max-width: 990px) {
  .detail .title h2 sub {
    font-size: 0.875rem;
  }
}
.detail .title h2 sub::first-letter {
  font-size: 2.125rem;
  color: #0c419a;
}
@media screen and (max-width: 990px) {
  .detail .title h2 sub::first-letter {
    font-size: 1.75rem;
  }
}
.detail .title h2 sub span {
  color: #e84755;
}
.detail .newsarea {
  background: #ffffff;
  border-radius: 40px 0 0 40px;
  padding: 80px 0 4rem 60px;
  margin-bottom: 120px;
  margin-left: clamp(2.5rem, -11.868rem + 25.52vw, 18.75rem);
  /* 901px:30px～1920px:300px */
}
@media screen and (max-width: 990px) {
  .detail .newsarea {
    border-radius: 0;
    padding: 1rem 0;
    margin: 0 0 2rem;
  }
}
.detail .newsarea .inner {
  max-width: 1200px;
  padding: 0 150px;
  margin-bottom: 4rem;
  min-height: 403px;
  background: url(/img_top/newsarea_line.png) no-repeat;
}
@media screen and (max-width: 1200px) {
  .detail .newsarea .inner {
    background: none;
    padding: 0 150px 0 0;
  }
}
@media screen and (max-width: 990px) {
  .detail .newsarea .inner {
    padding: 0;
    margin: 0 0 2rem;
  }
}
.detail .newsarea .inner ul.newslist {
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 990px) {
  .detail .newsarea .inner ul.newslist {
    padding: 1em;
  }
}
.detail .newsarea .inner ul.newslist li {
  border-bottom: 1px solid #ddd;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .detail .newsarea .inner ul.newslist li {
    width: 100%;
  }
}
.detail .newsarea .inner ul.newslist li a {
  display: block;
  text-decoration: none;
  display: flex;
  transition: background-color 0.3s ease;
  padding: 20px;
  transition: background-color 0.3s ease;
}
.detail .newsarea .inner ul.newslist li a:hover {
  background-color: #e4dead;
}
.detail .newsarea .inner ul.newslist li a article {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail .newsarea .inner ul.newslist li a article header {
  display: flex;
  flex-shrink: 0;
  margin-right: 20px;
  margin-bottom: 0;
  line-height: 1.2;
  white-space: nowrap;
}
.detail .newsarea .inner ul.newslist li a article strong {
  margin-right: 10px;
}
.detail .newsarea .inner ul.newslist li a article p {
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.5;
  margin: 0;
}
.detail .newsarea .inner ul.newslist li a article:hover p {
  text-decoration: none;
}

.newsarea .inner .news-article ul {
  padding: 0;
  margin: 0;
}

.newsarea .inner .news-article ol {
  padding: 0 0 0 15px;
  margin: 0;
}

.newsarea .inner .news-article ul li {
  border-bottom: none;
  position: relative;
  padding: 3px 0 3px 15px;
}
.newsarea .inner .news-article ul li::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #0c419a;
}

.newsarea .inner .news-article .article-body ul li a {
  padding: 0;
  color: #0c419a;
  text-decoration: underline;
}

.newsarea .inner .news-article ol li {
  margin: 0;
}

.pagination {
  display: flex;
  justify-content: center;
  padding: 0;
  list-style: none;
  font-size: 16px;
  max-width: 1200px;
  flex-wrap: wrap;
  padding: 0 150px;
}

.pagination li {
  background-color: transparent;
  margin: 0 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.pagination li.prev,
.pagination li.next {
  margin: 0 15px;
}

.pagination li.active {
  background-color: #000000;
  color: #ffffff;
  width: 40px;
  height: 40px;
}

.pagination li a {
  color: #000000;
  text-decoration: underline;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .pagination {
    padding: 0 20px;
  }
  .pagination li {
    padding: 8px 5px;
  }
}
/* 記事詳細 ***************************************************/
.article-header {
  padding: 1.5rem 2rem;
  border-bottom: 1px dotted #000000;
}
@media screen and (max-width: 990px) {
  .article-header {
    padding: 1.5rem 1rem;
  }
}

.article-date {
  display: block;
  margin-bottom: 0.5rem;
}

.article-title {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  font-weight: normal;
}

.article-body {
  padding: 1.5rem 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 990px) {
  .article-body {
    padding: 1.5rem 1rem;
  }
}
.article-body p {
  margin: 0 0 1rem;
}
.article-body:last-child {
  margin-bottom: 0;
}
.article-body table {
  width: 100%;
  border-collapse: collapse;
}
.article-body table tbody td {
  border: solid 1px #4b4b4b;
  padding: 1em;
}
.article-body h2 {
  font-size: 30px;
  color: #0c419a;
  font-weight: bold;
  padding: 1em 0;
  margin: 0.5em 0 1em;
  border-top: solid 4px #0c419a;
  border-bottom: solid 4px #0c419a;
}
.article-body h3 {
  font-size: 25px;
  position: relative;
  padding: 0.3em 0 0.3em 18px;
  margin: 2em 0 1em;
  background-color: #ececec;
}
.article-body h3::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #0c419a;
}
.article-body h4 {
  font-size: 20px;
  border-bottom: dotted 2px #0c419a;
  margin: 1.5em 0 1em;
  color: #0c419a;
}
.article-body h5 {
  font-size: 18px;
  margin: 0.3em 0 1em;
}
.article-body h6 {
  margin: 0.3em 0 1em;
}
.article-body a {
  color: #0c419a;
  text-decoration: underline;
}
.article-body .has-text-align-center {
  text-align: center;
}
.article-body .has-text-align-right {
  text-align: right;
}
.article-body .has-text-align-left {
  text-align: left;
}

.article-category {
  color: #ffffff;
  font-size: 0.875rem;
  display: inline-block;
  padding: 0.5rem 0;
  width: 8rem;
  text-align: center;
}
.article-category.koyodai {
  background: #e84755;
}
.article-category.common {
  background-color: #000000;
}
.article-category.senmonkatei {
  background: #0c419a;
}
/*# sourceMappingURL=style.css.map */