@charset "UTF-8";
*, ::before, ::after {
  min-width: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: inherit;
}

html {
  scroll-behavior: smooth;
  color: #333;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 62.5%;
  font-weight: normal;
  font-style: normal;
  -webkit-font-feature-settings: "palt", "tnum";
          font-feature-settings: "palt", "tnum";
  font-variant-numeric: tabular-nums;
  line-height: 1;
  text-align: justify;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
}

body {
  min-width: 375px;
  min-height: 100vh;
  line-height: 1.5;
}

header,
footer,
menu,
nav,
main,
section,
details,
hgroup,
figure,
figcaption,
search {
  display: block;
}

hr {
  border: none;
  border-bottom: 1px solid #dcdcdc;
}

/*==================================================================================================
/***    @ Text
==================================================================================================*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
em,
strong {
  font-weight: bold;
}

small {
  font-size: 0.875em;
}

sup,
sub {
  font-size: 0.625em;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: baseline;
}

s,
del {
  text-decoration: line-through;
}

ins {
  text-decoration: underline;
}

u {
  text-decoration: underline;
}

mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, mark));
  background: linear-gradient(transparent 60%, mark 0%);
  background: transparent;
  color: inherit;
}

blockquote,
q {
  quotes: none;
}

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

abbr,
dfn {
  cursor: help;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

code,
kbd {
  padding-inline: 4px;
  background-color: #f5f5f5;
  border-radius: 3px;
}

ruby :where(rp, rt) {
  font-size: 0.5em;
}

/*==================================================================================================
/***    @ Lists
==================================================================================================*/
ul,
ol,
menu {
  list-style: none;
}

dt {
  font-weight: bold;
}

/*==================================================================================================
/***    @ Links
==================================================================================================*/
a {
  cursor: pointer;
  background-color: transparent;
  vertical-align: baseline;
  color: inherit;
  text-decoration: none;
}

/*==================================================================================================
/***    @ Tables
==================================================================================================*/
table {
  border-color: #dcdcdc;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

th,
td {
  padding: 0;
  vertical-align: top;
  text-align: left;
}

th {
  font-weight: bold;
}

/*==================================================================================================
/***    @ Forms
==================================================================================================*/
::-webkit-file-upload-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 4px;
  vertical-align: middle;
  background: transparent;
  border: 1px solid #dcdcdc;
  border-radius: 0;
}
input,
textarea,
select,
optgroup,
button,
::file-selector-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 4px;
  vertical-align: middle;
  background: transparent;
  border: 1px solid #dcdcdc;
  border-radius: 0;
}

:focus {
  outline: none;
}

:disabled {
  cursor: default;
  color: #c0c0c0;
}

fieldset {
  border-width: 1px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=search],
input[type=url],
input[type=date],
textarea,
select {
  width: 100%;
}

[type=checkbox],
[type=radio] {
  position: relative;
  top: -0.1em;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  width: 1em;
  height: 1em;
}

[type=color] {
  padding-inline: 2px;
}

[type=file] {
  border: none;
}

::-webkit-file-upload-button {
  padding: 0;
  color: inherit;
  font: inherit;
  line-height: 1;
}

::file-selector-button {
  padding: 0;
  color: inherit;
  font: inherit;
  line-height: 1;
}

[type=range] {
  all: revert;
  margin: 0;
  vertical-align: middle;
}

select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

::-webkit-file-upload-button {
  cursor: pointer;
}

button,
[type=button],
[type=submit],
[type=reset],
[type=image],
::file-selector-button {
  cursor: pointer;
}

label {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: default;
}

::-webkit-input-placeholder {
  color: #c0c0c0;
}

::-moz-placeholder {
  color: #c0c0c0;
}

:-ms-input-placeholder {
  color: #c0c0c0;
}

::-ms-input-placeholder {
  color: #c0c0c0;
}

::placeholder {
  color: #c0c0c0;
}

/*==================================================================================================
/***    @ Media
==================================================================================================*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

/*==================================================================================================
/***    @ Elements
==================================================================================================*/
details,
summary {
  cursor: default;
}

details ::marker,
::-webkit-details-marker {
  display: none;
  content: "";
  content: none;
}

dialog {
  all: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

iframe {
  all: unset;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

progress {
  vertical-align: middle;
}

mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.block-title {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  padding: 8px 16px;
  background-color: #fff;
  border: 2px solid currentColor;
  border-inline: none;
}
.block-title p {
  position: absolute;
  bottom: 0;
  right: 16px;
  padding-inline: 8px;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
  color: #ea617b;
  font-size: clamp(2em, 4.6875vw, 3.75em);
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.block-title h2 {
  font-size: clamp(1.25em, 2.1875vw, 1.75em);
  letter-spacing: 0.2em;
  line-height: 1.2;
}

.fixed #contents h2 {
  position: relative;
  padding: 8px;
  background-color: #f5f5f5;
  border-bottom: 4px solid #a8c626;
  font-size: clamp(24px, 2.8125vw, 36px);
  text-align: center;
}
.fixed #contents h2::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 50%;
  height: 100%;
  border-bottom: 4px solid #49bcbd;
}
.fixed #contents h3 {
  position: relative;
  margin-bottom: 40px;
  padding: 8px 16px;
  color: #49bcbd;
  font-size: clamp(20px, 2.1875vw, 28px);
}
.fixed #contents h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: repeating-linear-gradient(-45deg, color-mix(in srgb, #49bcbd 30%, transparent) 0, color-mix(in srgb, #49bcbd 30%, transparent) 4px, transparent 4px, transparent 8px);
  background-repeat: no-repeat;
  border: 1px solid color-mix(in srgb, #49bcbd 30%, transparent);
}
.fixed #contents h4 {
  margin-bottom: 24px;
  font-size: clamp(18px, 1.875vw, 24px);
}
.fixed #contents h5 {
  font-size: clamp(16px, 1.5625vw, 20px);
}

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  margin-top: 80px;
  margin-bottom: 40px;
  padding: 8px 16px;
}
.wysiwyg h1 {
  background-color: #49bcbd;
  color: #fff;
  font-size: clamp(1.625em, 2.8125vw, 2.25em);
}
.wysiwyg h2 {
  border-block: 3px double #49bcbd;
  font-size: clamp(1.5em, 2.1875vw, 1.75em);
}
.wysiwyg h3 {
  background-color: color-mix(in srgb, #49bcbd 10%, transparent);
  font-size: clamp(1.375em, 1.875vw, 1.5em);
}
.wysiwyg h4 {
  border-bottom: 2px solid #49bcbd;
  font-size: 1.25em;
}
.wysiwyg h5 {
  position: relative;
  font-size: 1.125em;
}
.wysiwyg h5::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 4px;
  height: 1lh;
  background-color: #49bcbd;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wysiwyg h6 {
  position: relative;
  font-size: 1em;
}
.wysiwyg h6::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 4px;
  height: 1lh;
  background-color: #dcdcdc;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/***    Azeret Mono
--------------------------------------------------*/
.azeret-mono {
  font-family: "Azeret Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400; /* 100-900 */
  font-style: normal;
}

/***    Caveat
--------------------------------------------------*/
.caveat {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400; /* 400-700 */
  font-style: normal;
}

/***    Comfortaa
--------------------------------------------------*/
.comfortaa {
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; /* 300-700 */
  font-style: normal;
}

/***    Dosis
--------------------------------------------------*/
.dosis {
  font-family: "Dosis", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; /* 200-800 */
  font-style: normal;
}

/***    Josefin Slab
--------------------------------------------------*/
.josefin-slab {
  font-family: "Josefin Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400; /* 100-700 */
  font-style: normal;
}

/***    Jura
--------------------------------------------------*/
.jura {
  font-family: "Jura", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; /* 300-700 */
  font-style: normal;
}

/***    Lora
--------------------------------------------------*/
.lora {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400; /* 400-700 */
  font-style: normal;
}

/***    Smooch Sans
--------------------------------------------------*/
.smooch-sans {
  font-family: "Smooch Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; /* 100-900 */
  font-style: normal;
}

/***    Teko
--------------------------------------------------*/
.teko {
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; /* 300-700 */
  font-style: normal;
}

/***    Zen Maru Gothic
--------------------------------------------------*/
.zen-maru-gothic {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400; /* 300-900 */
  font-style: normal;
}

:has(> wbr) {
  word-break: keep-all;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

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

.clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#view {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container {
  width: 100%;
  overflow: hidden;
}

.outer {
  display: grid;
  grid-template-columns: 1fr min(100%, 1280px) 1fr;
}
.outer .inner {
  grid-column: 2/-2;
}
.outer .inner.wide-full {
  grid-column: 1/-1;
}
.outer .inner.wide-left {
  grid-column: 1/-2;
}
.outer .inner.wide-right {
  grid-column: 2/-1;
}

.inner {
  padding-inline: 16px;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-inline: 40px;
  }
}

.wrap-fixed {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}

header {
  position: sticky;
  top: 0;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #fff;
}
header #header-main .inner {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header #header-main .inner::after {
  position: absolute;
  grid-row: 1/-1;
  grid-column: 2;
  display: block;
  width: 100vw;
  height: 100%;
  z-index: -1;
  content: "";
  background-color: #00579D;
}
header #header-main .site-name {
  position: relative;
  grid-row: 1/-1;
  grid-column: 1;
  margin-right: 40px;
}
header #header-main .site-name::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  z-index: -1;
  width: 41px;
  height: 100%;
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
  background-color: #00579D;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, calc(100% - 1px) 100%);
}
header #header-main .site-name a {
  display: inline-block;
  position: relative;
  z-index: 99;
  margin-block: 8px;
}
header #header-main .site-name .logo {
  max-height: 60px;
}
header #header-main .site-description {
  grid-row: 1;
  grid-column: 2;
  padding-block: 4px;
  overflow: hidden;
  border-bottom: 1px solid currentColor;
  color: #fff;
  font-size: 0.75em;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header #header-main #g-navi {
  grid-row: 2;
  grid-column: 2;
}
header #header-main #g-navi menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-left: auto;
  list-style: none;
  color: #fff;
  font-weight: bold;
}
header #header-main #g-navi a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header #header-main #g-navi a i {
  font-size: 1.5em;
}
header #header-main #g-navi a span {
  opacity: 0;
  font-size: 0;
}
header #breadcrumb menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 4px;
  padding-block: 8px;
  list-style: none;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1;
}
header #breadcrumb menu li:first-child::before {
  content: "\f58e";
  margin-right: 0.5em;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
}
header #breadcrumb menu li + li::before {
  content: ">";
  margin-inline: 0.5em;
}
header .info-bar {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  background-color: #00579D;
  color: #fff;
  font-size: clamp(1.125em, 1.71875vw, 1.375em);
  font-weight: bold;
}
header #news {
  font-size: 1em;
  font-weight: normal;
}
header #news .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
header #news h2::after {
  margin-inline: 8px;
  content: "｜";
}
header #news .swiper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
header #news .swiper .swiper-wrapper {
  height: 1.5em;
}
header #news .swiper .swiper-slide {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
header #news .swiper button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  overflow: hidden;
  border: none;
  color: #fff;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header #s-navi {
  border-bottom: 1px solid #00579D;
}
header #s-navi menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
}
header #s-navi menu li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
}
header #s-navi menu li + li {
  border-left: 1px solid #00579D;
}
header #s-navi menu li a,
header #s-navi menu li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  padding-block: 8px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: none;
  color: #00579D;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}
header #s-navi menu li a:hover,
header #s-navi menu li button:hover {
  background-color: #fdcd00;
}
header #s-navi menu li a i,
header #s-navi menu li button i {
  font-size: 2em;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  header #header-main {
    grid-template-rows: auto;
    grid-template-columns: auto auto 1fr;
  }
  header #header-main .site-name {
    grid-row: 1;
    grid-column: 1;
    margin-right: 64px;
  }
  header #header-main .site-name::after {
    right: -64px;
  }
  header #header-main .site-description {
    grid-row: 1;
    grid-column: 2;
    border: none;
    font-size: 0.875em;
    text-align: left;
  }
  header #header-main #g-navi {
    grid-row: 1;
    grid-column: 3;
  }
  header #news {
    font-size: 0.875em;
  }
}
@media screen and (min-width: 1200px) {
  header #header-main #g-navi a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
  }
  header #header-main #g-navi a i {
    font-size: 1.125em;
  }
  header #header-main #g-navi a span {
    opacity: 1;
    font-size: 1em;
    font-weight: normal;
  }
  header #s-navi menu {
    padding-inline: 40px;
  }
  header #s-navi menu li:first-child {
    border-left: 1px solid #00579D;
  }
  header #s-navi menu li:last-child {
    border-right: 1px solid #00579D;
  }
  header #s-navi menu li a,
  header #s-navi menu li button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-block: 24px;
    font-size: 1em;
  }
  header #s-navi menu li a i,
  header #s-navi menu li button i {
    font-size: 1.125em;
  }
}
footer {
  margin-top: auto !important;
  color: #00579D;
  background: repeating-linear-gradient(-45deg, #f5f5f5, #f5f5f5 25%, transparent 25%, transparent 50%, #f5f5f5 50%, #f5f5f5 75%, transparent 75%, transparent);
  background-clip: padding-box;
  background-size: 4px 4px;
}
footer .inner:has(.ex-navi) {
  background-color: #0077c2;
}
footer .ex-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 8px;
  padding-block: 8px;
  list-style: none;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  footer .ex-navi {
    font-size: 0.875em;
  }
}
footer .ex-navi li {
  border: none !important;
}
footer .ex-navi li + li::before {
  content: "｜";
  margin-inline: 8px;
}
footer .ex-navi li:last-child {
  width: 100%;
  padding-inline: 16px;
}
@media screen and (min-width: 768px) {
  footer .ex-navi li:last-child {
    width: auto;
    padding-inline: 0;
  }
}
footer .ex-navi li:last-child::before {
  display: none;
  content: "";
}
@media screen and (min-width: 768px) {
  footer .ex-navi li:last-child::before {
    display: inline;
    content: "｜";
  }
}
footer .ex-navi li:last-child a {
  display: block;
  padding: 8px 16px;
  background-color: #fff;
  border-radius: 50px;
  color: #0077c2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer .ex-navi li:last-child a {
    display: inline-block;
  }
}
footer .ex-navi a:hover {
  opacity: 0.5;
}
footer .inner:has(#area-navi) {
  padding-block: 64px;
}
@media screen and (min-width: 768px) {
  footer #area-navi {
    font-size: 0.875em;
  }
}
footer #area-navi dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px 40px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  footer #area-navi dl {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  footer #area-navi dl {
    grid-template-columns: 1fr 5fr 1fr 5fr;
  }
}
footer #area-navi dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
footer #area-navi a:hover {
  background-color: #00579D;
  color: #fff;
}
footer .inner:has(.copyright) {
  background-color: #00579D;
}
footer .copyright {
  display: block;
  width: 100%;
  padding-block: 24px;
  color: #fff;
  font-size: 0.75em;
  text-align: center;
}

#sidebar {
  background-image: radial-gradient(circle, #fff 5px, transparent 5px), radial-gradient(circle, #fff 5px, transparent 5px), radial-gradient(circle, #fff 5px, transparent 5px), radial-gradient(circle, #fff 5px, transparent 5px);
  background-position: 0 0, 30px 0, 15px 30px, 45px 30px;
  background-size: 60px 60px;
  background-color: color-mix(in srgb, #0077c2 10%, transparent);
  border-right: 1px solid #dcdcdc;
  background-attachment: fixed;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main .outer {
  padding-block: 80px;
}
main .inner + .inner {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  main .inner + .inner {
    margin-top: 80px;
  }
}
main p + p {
  margin-top: 1lh;
}

#home {
  overflow: hidden;
}
#home #contents {
  padding-top: 0;
}
#home {
  /*==================================================================================================
  /***    @ Loading
  ==================================================================================================*/
}
#home #loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: #00579D;
  color: #fff;
  text-align: center;
}
#home #loading a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 40px;
}
#home #loading a .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  width: 100%;
  max-width: 295px;
  margin-bottom: -0.5em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 3.75em;
  font-weight: bold;
  letter-spacing: 0.5em;
  line-height: 1;
}
#home #loading a .logo {
  width: 100%;
  max-width: 215px;
}
#home #loading a .caption {
  max-width: 215px;
  font-size: 0.875em;
  letter-spacing: 2px;
  line-height: 1.428571;
}
#home {
  /*==================================================================================================
  /***    @ Billboard
  ==================================================================================================*/
}
#home #billboard {
  background-color: #00579D;
  background: linear-gradient(45deg, #00579D 60%, #0077c2);
}
#home #billboard .outer {
  padding: 0;
}
#home #billboard .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 1200px) {
  #home #billboard .inner {
    gap: 16px;
    padding-top: 80px;
    padding-inline: 80px;
  }
}
#home #billboard hgroup {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  color: #fff;
  font-size: clamp(0.875em, 3.125vw, 2.5em);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #home #billboard hgroup {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1200px) {
  #home #billboard hgroup {
    letter-spacing: 0.2em;
  }
}
#home #billboard hgroup p {
  font-size: 2em;
}
#home #billboard img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #home #billboard img {
    width: min(40%, 500px);
    margin-left: auto;
  }
}
#home {
  /*==================================================================================================
  /***    @ Area select
  ==================================================================================================*/
}
#home #area-select .outer {
  padding: 0;
}
@media screen and (min-width: 1200px) {
  #home #area-select .outer {
    padding-block: 80px;
  }
}
#home #area-select hgroup {
  margin-bottom: 40px;
}
#home #area-select hgroup h2 {
  color: #ea617b;
  font-size: 4em;
}
@media screen and (min-width: 1200px) {
  #home #area-wrap {
    position: relative;
    aspect-ratio: 16/9;
  }
}
#home #area-list {
  margin-inline: -16px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (min-width: 768px) {
  #home #area-list {
    margin-inline: -40px;
  }
}
@media screen and (min-width: 1200px) {
  #home #area-list {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    margin-inline: 0;
    border: none;
  }
}
@media screen and (min-width: 1200px) {
  #home #area-list dl {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.875em;
  }
}
#home #area-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 16px;
  background-color: #f5f5f5;
  border-top: 1px solid #dcdcdc;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #home #area-list dt {
    padding-inline: 24px;
  }
}
@media screen and (min-width: 1200px) {
  #home #area-list dt {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8px 16px;
    cursor: default;
    background: none;
    border: none !important;
  }
  #home #area-list dt::before, #home #area-list dt::after {
    content: none !important;
  }
  #home #area-list dt[data-region=hokkaido] {
    background-color: color-mix(in srgb, #3762ad 60%, #fff);
  }
  #home #area-list dt[data-region=tohoku] {
    background-color: color-mix(in srgb, #00b9ef 60%, #fff);
  }
  #home #area-list dt[data-region=kanto] {
    background-color: color-mix(in srgb, #30a239 60%, #fff);
  }
  #home #area-list dt[data-region=chubu] {
    background-color: color-mix(in srgb, #a6c53b 60%, #fff);
  }
  #home #area-list dt[data-region=kinki] {
    background-color: color-mix(in srgb, #e4c232 60%, #fff);
  }
  #home #area-list dt[data-region=chugoku] {
    background-color: color-mix(in srgb, #ed901d 60%, #fff);
  }
  #home #area-list dt[data-region=shikoku] {
    background-color: color-mix(in srgb, #dc91bc 60%, #fff);
  }
  #home #area-list dt[data-region=kyusyu] {
    background-color: color-mix(in srgb, #e84474 60%, #fff);
  }
}
#home #area-list dt.active {
  border-bottom: 1px solid #dcdcdc;
}
#home #area-list dt.active::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#home #area-list dt::before {
  content: "";
  display: block;
  width: 4px;
  height: 1lh;
  border-radius: 2px;
}
#home #area-list dt::after {
  content: "\f107";
  display: block;
  margin-left: auto;
  font-family: "Font Awesome 6 Free";
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#home #area-list dd {
  display: none;
}
@media screen and (min-width: 1200px) {
  #home #area-list dd {
    display: block !important;
  }
}
#home #area-list dd ul {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  #home #area-list dd ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  #home #area-list dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
}
#home #area-list dd li {
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (min-width: 768px) {
  #home #area-list dd li {
    border-right: 1px solid #dcdcdc;
  }
  #home #area-list dd li:nth-child(2n) {
    border-right: none;
  }
  #home #area-list dd li:nth-last-child(-n+2) {
    border-bottom: none;
  }
  #home #area-list dd li:nth-last-child(2):nth-child(even) {
    border-bottom: 1px solid #dcdcdc;
  }
  #home #area-list dd li a {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  #home #area-list dd li {
    border: none !important;
  }
  #home #area-list dd li + li {
    padding-left: 8px;
    border-left: 1px solid var(--color-border) !important;
  }
  #home #area-list dd li a {
    display: block;
    padding: 4px 8px;
  }
}
#home #area-list dd li:last-child {
  border-bottom: none;
}
#home #area-list dd a,
#home #area-list dd del {
  display: block;
  padding: 16px 24px;
}
#home #area-list a[data-prefecture] {
  position: relative;
}
#home #area-list a[data-prefecture]::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 4px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background-color: transparent;
}
@media screen and (min-width: 1200px) {
  #home #area-list a[data-prefecture]::before {
    border-radius: 2px;
  }
}
#home #area-map {
  display: none;
}
@media screen and (min-width: 1200px) {
  #home #area-map {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
  }
  #home #area-map #japan-map {
    display: block;
    width: clamp(700px, 54.6875vw, 1000px);
  }
  #home #area-map .region path {
    stroke: #fff;
  }
}
#home [data-region] path {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  fill: transparent;
}
#home [data-region] .disabled path {
  fill: #f5f5f5;
}
#home [data-region=hokkaido]::before {
  background-color: #3762ad !important;
}
#home [data-region=hokkaido] + dd a.hover::before {
  -webkit-transform: scaleX(1) !important;
          transform: scaleX(1) !important;
  background-color: #3762ad !important;
}
@media screen and (min-width: 1200px) {
  #home [data-region=hokkaido] path {
    fill: color-mix(in srgb, #3762ad 60%, #fff);
  }
  #home [data-region=hokkaido] a.hover path {
    fill: #3762ad;
  }
}
#home [data-region=tohoku]::before {
  background-color: #00b9ef !important;
}
#home [data-region=tohoku] + dd a.hover::before {
  -webkit-transform: scaleX(1) !important;
          transform: scaleX(1) !important;
  background-color: #00b9ef !important;
}
@media screen and (min-width: 1200px) {
  #home [data-region=tohoku] path {
    fill: color-mix(in srgb, #00b9ef 60%, #fff);
  }
  #home [data-region=tohoku] a.hover path {
    fill: #00b9ef;
  }
}
#home [data-region=kanto]::before {
  background-color: #30a239 !important;
}
#home [data-region=kanto] + dd a.hover::before {
  -webkit-transform: scaleX(1) !important;
          transform: scaleX(1) !important;
  background-color: #30a239 !important;
}
@media screen and (min-width: 1200px) {
  #home [data-region=kanto] path {
    fill: color-mix(in srgb, #30a239 60%, #fff);
  }
  #home [data-region=kanto] a.hover path {
    fill: #30a239;
  }
}
#home [data-region=chubu]::before {
  background-color: #a6c53b !important;
}
#home [data-region=chubu] + dd a.hover::before {
  -webkit-transform: scaleX(1) !important;
          transform: scaleX(1) !important;
  background-color: #a6c53b !important;
}
@media screen and (min-width: 1200px) {
  #home [data-region=chubu] path {
    fill: color-mix(in srgb, #a6c53b 60%, #fff);
  }
  #home [data-region=chubu] a.hover path {
    fill: #a6c53b;
  }
}
#home [data-region=kinki]::before {
  background-color: #e4c232 !important;
}
#home [data-region=kinki] + dd a.hover::before {
  -webkit-transform: scaleX(1) !important;
          transform: scaleX(1) !important;
  background-color: #e4c232 !important;
}
@media screen and (min-width: 1200px) {
  #home [data-region=kinki] path {
    fill: color-mix(in srgb, #e4c232 60%, #fff);
  }
  #home [data-region=kinki] a.hover path {
    fill: #e4c232;
  }
}
#home [data-region=chugoku]::before {
  background-color: #ed901d !important;
}
#home [data-region=chugoku] + dd a.hover::before {
  -webkit-transform: scaleX(1) !important;
          transform: scaleX(1) !important;
  background-color: #ed901d !important;
}
@media screen and (min-width: 1200px) {
  #home [data-region=chugoku] path {
    fill: color-mix(in srgb, #ed901d 60%, #fff);
  }
  #home [data-region=chugoku] a.hover path {
    fill: #ed901d;
  }
}
#home [data-region=shikoku]::before {
  background-color: #dc91bc !important;
}
#home [data-region=shikoku] + dd a.hover::before {
  -webkit-transform: scaleX(1) !important;
          transform: scaleX(1) !important;
  background-color: #dc91bc !important;
}
@media screen and (min-width: 1200px) {
  #home [data-region=shikoku] path {
    fill: color-mix(in srgb, #dc91bc 60%, #fff);
  }
  #home [data-region=shikoku] a.hover path {
    fill: #dc91bc;
  }
}
#home [data-region=kyusyu]::before {
  background-color: #e84474 !important;
}
#home [data-region=kyusyu] + dd a.hover::before {
  -webkit-transform: scaleX(1) !important;
          transform: scaleX(1) !important;
  background-color: #e84474 !important;
}
@media screen and (min-width: 1200px) {
  #home [data-region=kyusyu] path {
    fill: color-mix(in srgb, #e84474 60%, #fff);
  }
  #home [data-region=kyusyu] a.hover path {
    fill: #e84474;
  }
}
#home {
  /*==================================================================================================
  /***    @ Guide
  ==================================================================================================*/
}
#home #guide .outer {
  background-image: linear-gradient(90deg, #f5f5f5 1px, transparent 1px), linear-gradient(#f5f5f5 1px, transparent 1px);
  background-position: center center;
  background-size: 16px 16px;
}
#home #guide .none {
  padding: 40px;
  text-align: center;
}

#area-top #contents #slider {
  background-image: repeating-linear-gradient(-45deg, color-mix(in srgb, #fdcd00 20%, transparent) 0, color-mix(in srgb, #fdcd00 20%, transparent) 4px, transparent 4px, transparent 8px);
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #area-top #contents #slider {
    display: grid;
    grid-template-columns: 1fr clamp(768px, 60vw, 1280px) 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
}
#area-top #contents #slider .swiper {
  aspect-ratio: 3/2;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #area-top #contents #slider .swiper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #area-top #contents #slider .swiper.main {
    z-index: 99;
    -webkit-box-shadow: 0 0 20px #808080;
            box-shadow: 0 0 20px #808080;
  }
}
#area-top #contents #slider .swiper.prev, #area-top #contents #slider .swiper.next {
  display: none;
}
@media screen and (min-width: 768px) {
  #area-top #contents #slider .swiper.prev, #area-top #contents #slider .swiper.next {
    position: relative;
    display: block;
    width: clamp(768px, 60vw, 1280px);
    -webkit-box-shadow: 0 5px 10px #808080;
            box-shadow: 0 5px 10px #808080;
  }
}
@media screen and (min-width: 768px) {
  #area-top #contents #slider .swiper.prev::before, #area-top #contents #slider .swiper.next::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: color-mix(in srgb, #fff 50%, transparent);
  }
}
@media screen and (min-width: 768px) {
  #area-top #contents #slider .swiper.prev img, #area-top #contents #slider .swiper.next img {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
}
@media screen and (min-width: 768px) {
  #area-top #contents #slider .swiper.prev {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: perspective(200px) scale(0.8) translateX(5%) rotateY(3deg);
            transform: perspective(200px) scale(0.8) translateX(5%) rotateY(3deg);
  }
}
@media screen and (min-width: 768px) {
  #area-top #contents #slider .swiper.next {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: perspective(200px) scale(0.8) translateX(-5%) rotateY(-3deg);
            transform: perspective(200px) scale(0.8) translateX(-5%) rotateY(-3deg);
  }
}
#area-top #contents #slider .swiper .swiper-slide {
  display: grid;
  justify-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#area-top #contents #slider .swiper img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#area-top #contents #pickup .outer {
  padding: 0;
}
#area-top #contents #pickup .button-set {
  margin-top: 0;
  border-block: 2px solid #00579D;
  text-align: center;
}
#area-top #contents #pickup .button-set a {
  padding: 40px;
  font-size: 1.25em;
  font-weight: bold;
}
#area-top #contents #pickup .button-set a i {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#area-top #contents #pickup .button-set a:hover i {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
#area-top #contents #news-list .inner .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 16px;
  background-image: linear-gradient(90deg, #49bcbd 0 25px, transparent 0 calc(100% - 25px), #49bcbd calc(100% - 25px)), linear-gradient(#49bcbd 0 25px, transparent 0 calc(100% - 25px), #49bcbd calc(100% - 25px)), linear-gradient(90deg, #49bcbd 0 25px, transparent 0 calc(100% - 25px), #49bcbd calc(100% - 25px)), linear-gradient(#49bcbd 0 25px, transparent 0 calc(100% - 25px), #49bcbd calc(100% - 25px));
  background-repeat: no-repeat;
  background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
  background-position: top, right, bottom, left;
  background-color: color-mix(in srgb, #49bcbd 5%, transparent);
}
@media screen and (min-width: 768px) {
  #area-top #contents #news-list .inner .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#area-top #contents #news-list .inner h2 {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  place-content: center;
  color: #49bcbd;
  font-size: 3em;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  #area-top #contents #news-list .inner h2 {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
#area-top #contents #news-list .inner .block {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
#area-top #contents #news-list .inner .block ul li {
  padding: 8px 16px;
  background-color: #fff;
}
#area-top #contents #news-list .inner .block ul li ~ li {
  border-top: 1px dotted #dcdcdc;
}
#area-top #contents #news-list .inner .block ul li:not(.none) {
  display: grid;
  grid-template-columns: 6em 1fr;
  gap: 1em;
}
#area-top #contents #news-list .inner .block ul li.none {
  text-align: center;
}
#area-top #contents #news-list .inner .block ul time {
  color: #49bcbd;
  font-weight: bold;
}
#area-top #contents #news-list .inner .block ul time::before {
  content: "\f0da";
  margin-right: 0.5em;
  font-family: "Font Awesome 6 Free";
}
#area-top #contents #news-list .inner .block ul button {
  padding: 0;
  border: none;
  text-align: left;
}

#article-list .outer {
  padding: 0;
}

#article-show #contents #slider {
  background-image: repeating-linear-gradient(-45deg, color-mix(in srgb, #fdcd00 20%, transparent) 0, color-mix(in srgb, #fdcd00 20%, transparent) 4px, transparent 4px, transparent 8px);
  background-repeat: no-repeat;
}
#article-show #contents #slider .outer {
  padding: 0;
}
#article-show #contents #slider .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 16px 40px;
  padding-inline: 16px;
}
@media screen and (min-width: 768px) {
  #article-show #contents #slider .inner {
    padding-inline: 40px;
    row-gap: 24px;
  }
}
@media screen and (min-width: 1200px) {
  #article-show #contents #slider .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 40px 0;
  }
}
#article-show #contents #slider .inner .text {
  display: grid;
  width: 100%;
  margin-bottom: 16px;
  padding: 24px;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  #article-show #contents #slider .inner .text {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1200px) {
  #article-show #contents #slider .inner .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
    padding: 40px;
    border-radius: 0 100px 100px 0;
  }
}
#article-show #contents #slider .inner .text hgroup {
  margin-top: auto;
  font-size: clamp(1.125em, 1.875vw, 1.5em);
}
@media screen and (min-width: 1200px) {
  #article-show #contents #slider .inner .text hgroup p {
    margin-bottom: 8px;
  }
}
#article-show #contents #slider .inner .text hgroup h2 {
  font-size: clamp(1.333333em, 3.28125vw, 1.75em);
}
#article-show #contents #slider .inner .swiper {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
}
@media screen and (min-width: 1200px) {
  #article-show #contents #slider .inner .swiper {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    border-radius: 100px 0 0 100px;
  }
}
#article-show #contents #slider .inner .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: color-mix(in srgb, #fdcd00 20%, transparent);
}
#article-show #contents #introduction {
  font-size: clamp(1em, 1.875vw, 1.5em);
  line-height: 1.75;
}
#article-show #contents #introduction .block {
  position: relative;
  padding: 24px;
  background-image: linear-gradient(90deg, #49bcbd 0 25px, transparent 0 calc(100% - 25px), #49bcbd calc(100% - 25px)), linear-gradient(#49bcbd 0 25px, transparent 0 calc(100% - 25px), #49bcbd calc(100% - 25px)), linear-gradient(90deg, #49bcbd 0 25px, transparent 0 calc(100% - 25px), #49bcbd calc(100% - 25px)), linear-gradient(#49bcbd 0 25px, transparent 0 calc(100% - 25px), #49bcbd calc(100% - 25px));
  background-repeat: no-repeat;
  background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
  background-position: top, right, bottom, left;
  background-color: color-mix(in srgb, #49bcbd 5%, transparent);
}
@media screen and (min-width: 768px) {
  #article-show #contents #introduction .block {
    padding: 40px;
  }
}
#article-show #contents #feature {
  position: relative;
  z-index: 1;
}
#article-show #contents #feature article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  #article-show #contents #feature article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  #article-show #contents #feature article {
    gap: 80px;
  }
}
@media screen and (min-width: 768px) {
  #article-show #contents #feature article:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#article-show #contents #feature article:last-child {
  padding-bottom: 24px;
}
#article-show #contents #feature article + article {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #article-show #contents #feature article + article {
    margin-top: 80px;
  }
}
#article-show #contents #feature article .photo {
  position: relative;
  padding: 0;
  -webkit-box-shadow: #808080 0 1px 5px;
          box-shadow: #808080 0 1px 5px;
}
@media screen and (min-width: 768px) {
  #article-show #contents #feature article .photo {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
}
@media screen and (min-width: 1200px) {
  #article-show #contents #feature article .photo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#article-show #contents #feature article .photo::before, #article-show #contents #feature article .photo::after {
  position: absolute;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 50%;
  height: 50%;
  content: "";
  -webkit-box-shadow: #808080 0 10px 10px;
          box-shadow: #808080 0 10px 10px;
}
#article-show #contents #feature article .photo::before {
  left: 5px;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
#article-show #contents #feature article .photo::after {
  right: 5px;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
#article-show #contents #feature article .photo img {
  aspect-ratio: 3/2;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  #article-show #contents #feature article > div {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
@media screen and (min-width: 1200px) {
  #article-show #contents #feature article > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#article-show #contents #feature article > div hgroup {
  margin-bottom: 16px;
  padding-left: 16px;
  font-size: clamp(1.25em, 1.875vw, 1.5em);
}
@media screen and (min-width: 768px) {
  #article-show #contents #feature article > div hgroup {
    margin-bottom: 24px;
  }
}
#article-show #contents #feature article > div hgroup p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: -16px;
  color: #ea617b;
  font-size: 2em;
  line-height: 1;
}
#article-show #contents #feature article > div hgroup h2 {
  display: inline;
  background-image: repeating-linear-gradient(-45deg, color-mix(in srgb, #fdcd00 50%, transparent) 0, color-mix(in srgb, #fdcd00 50%, transparent) 2px, transparent 2px, transparent 4px);
  background-position: left bottom;
  background-size: 100% 0.4em;
  background-repeat: no-repeat;
}
#article-show #contents #feature article > div .feature-content {
  margin-top: 16px;
  font-size: clamp(1em, 1.40625vw, 1.125em);
}
#article-show #contents #youtube {
  background: url("../img/img_back_film.svg") no-repeat top center;
  background-size: cover;
}
#article-show #contents #youtube iframe {
  aspect-ratio: 16/9;
  width: 100%;
}
#article-show #contents #interview .outer {
  background-image: linear-gradient(90deg, #dcdcdc 1px, transparent 1px), linear-gradient(#dcdcdc 1px, transparent 1px);
  background-position: center center;
  background-size: 16px 16px;
}
#article-show #contents #interview .inner > hgroup {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
  text-align: right;
}
#article-show #contents #interview .inner > hgroup h2 {
  margin-bottom: 8px;
  padding-inline: 24px;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  border-bottom: 3px solid currentColor;
  font-size: 4em;
  line-height: 1;
}
#article-show #contents #interview article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  height: auto;
  padding: 16px;
  aspect-ratio: 9/16;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: #dcdcdc 0 0 10px;
          box-shadow: #dcdcdc 0 0 10px;
}
@media screen and (min-width: 768px) {
  #article-show #contents #interview article {
    padding: 40px;
    aspect-ratio: 5/4;
  }
}
@media screen and (min-width: 1200px) {
  #article-show #contents #interview article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
    aspect-ratio: 3/2;
  }
}
#article-show #contents #interview article .interview-profile figure {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  #article-show #contents #interview article .interview-profile figure {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  #article-show #contents #interview article .interview-profile figure {
    grid-template-columns: 1fr;
  }
}
#article-show #contents #interview article .interview-profile figure img {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 200px;
  margin-inline: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  #article-show #contents #interview article .interview-profile figure img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 375px;
  }
}
@media screen and (min-width: 768px) {
  #article-show #contents #interview article .interview-profile figure figcaption {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
#article-show #contents #interview article .interview-profile figure figcaption hgroup {
  padding-bottom: 16px;
  text-align: center;
  border-bottom: 3px dotted #ea617b;
}
#article-show #contents #interview article .interview-profile figure figcaption hgroup p {
  font-size: 0.875em;
}
#article-show #contents #interview article .interview-profile figure figcaption hgroup h3 {
  margin-top: 8px;
  font-size: 1.25em;
  line-height: 1;
}
#article-show #contents #interview article .interview-profile dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
#article-show #contents #interview article .interview-profile dl dt {
  padding: 4px 8px;
  background-color: #ea617b;
  border-radius: 20px;
  color: #fff;
  font-size: 0.875em;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #article-show #contents #interview article .interview-profile dl dd {
    padding: 0;
  }
}
#article-show #contents #interview article .interview-faq {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #dcdcdc transparent;
}
@media screen and (min-width: 1200px) {
  #article-show #contents #interview article .interview-faq {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    margin-top: 0;
  }
}
#article-show #contents #interview article .interview-faq .question-answer dt {
  margin-top: 40px;
  padding: 8px 16px;
  background: repeating-linear-gradient(-45deg, color-mix(in srgb, #49bcbd 20%, transparent), color-mix(in srgb, #49bcbd 20%, transparent) 25%, transparent 25%, transparent 50%, color-mix(in srgb, #49bcbd 20%, transparent) 50%, color-mix(in srgb, #49bcbd 20%, transparent) 75%, transparent 75%, transparent);
  background-clip: padding-box;
  background-size: 4px 4px;
  border-left: 4px solid #49bcbd;
}
#article-show #contents #interview article .interview-faq .question-answer dt:first-child {
  margin-top: 0;
}
#article-show #contents #interview article .interview-faq .question-answer dd {
  padding: 16px;
}
#article-show #contents #interview article .interview-faq .question-answer dd ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media screen and (min-width: 576px) {
  #article-show #contents #interview article .interview-faq .question-answer dd ul {
    grid-template-columns: 1fr 1fr;
  }
}
#article-show #contents #interview article .interview-faq .question-answer dd ul img {
  aspect-ratio: 3/2;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#article-show #contents #message figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  #article-show #contents #message figure {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#article-show #contents #message figure img {
  max-width: 50%;
  margin-inline: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  #article-show #contents #message figure img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#article-show #contents #message figure figcaption {
  position: relative;
  padding: 24px;
  border: 1px solid #49bcbd;
}
@media screen and (min-width: 768px) {
  #article-show #contents #message figure figcaption {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
}
@media screen and (min-width: 1200px) {
  #article-show #contents #message figure figcaption {
    padding: 40px;
  }
}
#article-show #contents #message figure figcaption::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(100% - 5px);
  left: 50%;
  width: 15px;
  height: 20px;
  -webkit-transform: translateX(-50%) skewX(-30deg);
          transform: translateX(-50%) skewX(-30deg);
  background-color: #fff;
  border-right: 1px solid #49bcbd;
}
@media screen and (min-width: 768px) {
  #article-show #contents #message figure figcaption::after {
    top: 50%;
    left: calc(100% - 5px);
    width: 20px;
    height: 15px;
    -webkit-transform: translateY(-50%) skewY(30deg);
            transform: translateY(-50%) skewY(30deg);
    border: none;
    border-bottom: 1px solid #49bcbd;
  }
}
#article-show #contents #message figure figcaption h3 {
  margin-bottom: 16px;
  color: #49bcbd;
  font-size: clamp(1.25em, 1.875vw, 1.5em);
}
#article-show #contents #message figure figcaption h4 {
  margin-block: 16px;
}
#article-show #contents #message figure figcaption h4::before {
  content: "━";
  margin-right: 0.5em;
  color: #f0844a;
}
#article-show #contents #message figure figcaption hgroup {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 16px;
  margin-left: auto;
}
#article-show #contents #message figure figcaption hgroup p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  font-size: 0.875em;
}
#article-show #contents #message figure figcaption hgroup p span {
  display: block;
}
#article-show #contents #message figure figcaption hgroup h5 {
  text-align: right;
}
@media screen and (min-width: 768px) {
  #article-show #contents #message figure figcaption hgroup h5 {
    font-size: 1.125em;
  }
}
#article-show #contents #recruitment .outer {
  background-color: #49bcbd;
}
#article-show #contents #recruitment .none {
  padding: 16px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
}
#article-show #contents #recruitment hgroup {
  color: #fff;
}
#article-show #contents #recruitment hgroup h2 {
  font-weight: normal;
}
#article-show #contents #recruitment hgroup p {
  font-size: 4em;
  font-weight: bold;
  line-height: 1;
}
#article-show #contents #recruitment .job-posting {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  #article-show #contents #recruitment .job-posting {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  #article-show #contents #recruitment .job-posting {
    grid-template-columns: repeat(3, 1fr);
  }
}
#article-show #contents #recruitment .job-posting li {
  color: #fff;
}
#article-show #contents #recruitment .job-posting a,
#article-show #contents #recruitment .job-posting button {
  width: 100%;
  padding: 16px;
  background-color: #fff;
  border: none;
  border-radius: 5px;
}
#article-show #contents #recruitment .job-posting a {
  display: block;
  color: #333;
  text-align: center;
}
#article-show #contents #recruitment .job-posting a.disabled {
  background-color: #f5f5f5;
  color: #808080;
}
#article-show #contents #recruitment .conditions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  #article-show #contents #recruitment .conditions {
    grid-template-columns: 180px 1fr;
    gap: 16px;
  }
}
@media screen and (min-width: 1200px) {
  #article-show #contents #recruitment .conditions {
    grid-template-columns: auto 1fr;
  }
}
#article-show #contents #recruitment .conditions > dt,
#article-show #contents #recruitment .conditions > dd {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
}
#article-show #contents #recruitment .conditions > dt {
  background: repeating-linear-gradient(-45deg, color-mix(in srgb, #49bcbd 20%, transparent), color-mix(in srgb, #49bcbd 20%, transparent) 25%, transparent 25%, transparent 50%, color-mix(in srgb, #49bcbd 20%, transparent) 50%, color-mix(in srgb, #49bcbd 20%, transparent) 75%, transparent 75%, transparent);
  background-clip: padding-box;
  background-size: 4px 4px;
  word-break: keep-all;
}
#article-show #contents #recruitment .conditions .work-locations {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
@media screen and (min-width: 768px) {
  #article-show #contents #recruitment .conditions .work-locations {
    grid-template-columns: auto 1fr;
  }
}
#article-show #contents #recruitment .conditions .work-locations dt:not(:first-child) {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  #article-show #contents #recruitment .conditions .work-locations dt:not(:first-child) {
    margin-top: 0;
  }
}
#article-show #contents #recruitment .conditions .employee-benefits {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
#article-show #contents #recruitment .accepts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  #article-show #contents #recruitment .accepts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  #article-show #contents #recruitment .accepts {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    max-width: 768px;
  }
}
@media screen and (min-width: 1200px) {
  #article-show #contents #recruitment .accepts {
    max-width: 50%;
    margin-inline: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#article-show #contents #recruitment .accepts li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 16px 16px;
  background-image: repeating-linear-gradient(-45deg, color-mix(in srgb, #fff 10%, transparent) 0, color-mix(in srgb, #fff 10%, transparent) 16px, transparent 16px, transparent 32px);
  background-repeat: no-repeat;
  background-color: #a8c626;
  border: 2px solid #fff;
  border-radius: 100px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 3px #808080;
}
#article-show #contents #recruitment .accepts li::before {
  content: "受付中";
  display: block;
  padding: 4px 16px;
  background-color: #fff;
  border-radius: 50px;
  color: #333;
  font-size: 1.4rem;
  text-shadow: none;
}
#article-show #contents #recruitment .accepts li.disabled {
  background-color: color-mix(in srgb, #808080 50%, #fff);
}
#article-show #contents #recruitment .accepts li.disabled::before {
  content: "未実施";
  color: #c0c0c0;
}
#article-show #contents #overview .block {
  gap: 40px;
}
@media screen and (min-width: 768px) {
  #article-show #contents #overview .block {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1200px) {
  #article-show #contents #overview .block {
    grid-template-columns: 3fr 2fr;
  }
}
#article-show #contents #overview dl {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
#article-show #contents #overview dl dt {
  padding-inline: 16px;
  color: #00579D;
  font-size: 0.875em;
}
#article-show #contents #overview dl dd {
  padding-inline: 16px;
}
#article-show #contents #overview dl dd:has(+ dt) {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #dcdcdc;
}
#article-show #contents #overview .gmap {
  position: relative;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
#article-show #contents #overview .gmap::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: "MAP";
  width: 80px;
  height: 80px;
  padding-top: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
}
#article-show #contents #overview .gmap::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  background-color: #49bcbd;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 100% 100%);
}
#article-show #contents #overview .gmap iframe {
  aspect-ratio: 1/1;
  width: 100%;
  min-height: 300px;
}
@media screen and (min-width: 768px) {
  #article-show #contents #overview .gmap iframe {
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 1200px) {
  #article-show #contents #overview .gmap iframe {
    aspect-ratio: 1/1;
    min-height: auto;
  }
}
#article-show #contents #overview #contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #article-show #contents #overview #contact-link > menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#article-show #contents #overview #contact-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background-color: #ea617b;
  background-image: repeating-linear-gradient(-45deg, color-mix(in srgb, #fff 10%, transparent) 0, color-mix(in srgb, #fff 10%, transparent) 4px, transparent 4px, transparent 8px);
  background-repeat: no-repeat;
  border-radius: 5px;
}
#article-show #contents #overview #contact-link a.disabled {
  background-color: #f5f5f5;
}
#article-show #contents #overview #contact-link a i {
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  width: 1.5em;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
}
#article-show #contents #overview #contact-link a:hover {
  background-color: #49bcbd;
}

.fixed #contents .grid {
  gap: 40px 24px;
}
@media screen and (min-width: 768px) {
  .fixed #contents .grid {
    grid-template-columns: 3fr 2fr;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
}
.fixed #contents a:not([class]) {
  -webkit-text-decoration: dotted underline currentColor 1px;
          text-decoration: dotted underline currentColor 1px;
  text-underline-offset: 2px;
  color: #00579D;
}
.fixed#beginner #contents .introduction .grid {
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 16px;
}
@media screen and (min-width: 992px) {
  .fixed#beginner #contents .introduction .grid {
    grid-template-columns: 1fr 2fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-inline: 40px;
  }
  .fixed#beginner #contents .introduction .grid .block:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .fixed#beginner #contents .introduction .grid .block:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.fixed#beginner #contents .introduction img {
  display: block;
  width: 100%;
  max-width: 375px;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .fixed#beginner #contents .introduction img {
    max-width: none;
  }
}
.fixed#beginner #contents .introduction ul {
  margin: 1lh 2em;
}
.fixed#beginner #contents .introduction ul:nth-of-type(2) li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.fixed#beginner #contents .introduction ul:nth-of-type(2) li::before {
  content: "●";
  margin-right: 0.2em;
  color: #0077c2;
  font-family: monospace;
}
.fixed#rules #contents p:last-child {
  margin-top: 80px;
  text-align: right;
}
.fixed#policy #contents address {
  margin-top: 24px;
  padding: 16px;
  border: 3px double #dcdcdc;
}
@media screen and (min-width: 768px) {
  .fixed#policy #contents address {
    padding: 24px;
  }
}
.fixed#policy #contents address dl {
  margin: 0;
}
.fixed#policy #contents address dt {
  margin: 0;
  padding: 0;
  background: none;
}
.fixed#policy #contents address dd {
  padding: 0 0 0 1em;
}
.fixed#company #contents .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fixed#company #contents .profile > dt {
  margin-top: 80px;
  margin-bottom: 24px;
  padding: 8px 16px;
  background: repeating-linear-gradient(-45deg, color-mix(in srgb, #49bcbd 20%, transparent), color-mix(in srgb, #49bcbd 20%, transparent) 25%, transparent 25%, transparent 50%, color-mix(in srgb, #49bcbd 20%, transparent) 50%, color-mix(in srgb, #49bcbd 20%, transparent) 75%, transparent 75%, transparent);
  background-clip: padding-box;
  background-size: 4px 4px;
}
.fixed#company #contents .profile > dt:first-child {
  margin-top: 0;
}
.fixed#company #contents .profile dd {
  padding: 0 16px;
}
.fixed#company #contents .profile dd dl {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 8px 40px;
}
.fixed#company #contents .profile dd dl + dl {
  margin-top: 2lh;
  border-top: 1px dotted var(--color-border);
}
.fixed#company #contents .profile dd dl dt,
.fixed#company #contents .profile dd dl dd {
  padding: 0;
}
.fixed#company #contents .profile dd dl dt {
  color: #49bcbd;
}
.fixed#about {
  counter-reset: number 0;
}
.fixed#about #contents .button-set:not(.form-submit) {
  margin-top: 0;
}
.fixed#about #contents .introduction .grid {
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 16px;
}
@media screen and (min-width: 992px) {
  .fixed#about #contents .introduction .grid {
    grid-template-columns: 1fr 2fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-inline: 40px;
  }
  .fixed#about #contents .introduction .grid .block:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .fixed#about #contents .introduction .grid .block:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.fixed#about #contents .introduction img {
  display: block;
  width: 100%;
  max-width: 375px;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .fixed#about #contents .introduction img {
    max-width: none;
  }
}
.fixed#about #contents .introduction ul {
  margin: 1lh 2em;
}
.fixed#about #contents .introduction ul:nth-of-type(2) li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.fixed#about #contents .introduction ul:nth-of-type(2) li::before {
  content: "●";
  margin-right: 0.2em;
  color: #0077c2;
  font-family: monospace;
}
.fixed#about #contents .media .grid {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: 40px;
  padding-inline: 16px;
}
@media screen and (min-width: 992px) {
  .fixed#about #contents .media .grid {
    margin-bottom: 0;
    padding-inline: 40px;
  }
}
.fixed#about #contents .media .grid .block:has(img) {
  -ms-flex-item-align: center;
      align-self: center;
}
.fixed#about #contents .media .course3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 80px 40px;
}
@media screen and (min-width: 992px) {
  .fixed#about #contents .media .course3 {
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: repeat(2, 1fr);
    row-gap: 160px;
  }
}
.fixed#about #contents .media .course3 li {
  position: relative;
  grid-row: span 2;
  padding: 24px 8px 8px;
  -webkit-box-shadow: 0 0 5px #dcdcdc;
          box-shadow: 0 0 5px #dcdcdc;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .fixed#about #contents .media .course3 li:nth-child(1) {
    grid-row: 1/span 2;
    grid-column: 1;
  }
  .fixed#about #contents .media .course3 li:nth-child(2) {
    grid-row: 2/span 2;
    grid-column: 2;
  }
}
.fixed#about #contents .media .course3 li div:has(img) {
  position: absolute;
  top: -40px;
  right: 16px;
  display: grid;
  place-content: center;
  aspect-ratio: 16/9;
  width: 175px;
  height: auto;
  z-index: 10;
}
.fixed#about #contents .media .course3 li img {
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
}
.fixed#about #contents .media .course3 li h5 {
  position: relative;
  margin: 0 -16px 8px;
  padding: 8px 24px;
  background-color: #49bcbd;
  color: #fff;
}
.fixed#about #contents .media .course3 li h5::before, .fixed#about #contents .media .course3 li h5::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 8px;
  height: 100%;
  z-index: -1;
  background-color: #49bcbd;
  -webkit-filter: grayscale(0.5);
          filter: grayscale(0.5);
}
.fixed#about #contents .media .course3 li h5::before {
  left: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: skewY(30deg);
          transform: skewY(30deg);
}
.fixed#about #contents .media .course3 li h5::after {
  right: 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: skewY(-30deg);
          transform: skewY(-30deg);
}
.fixed#about #contents .media .course3 dl {
  padding: 16px;
}
.fixed#about #contents .media .course3 dl dt {
  margin-bottom: 8px;
  color: #00579D;
  font-size: clamp(16px, 1.40625vw, 18px);
}
.fixed#about #contents .media .course3 dl dt ~ dt {
  margin-top: 40px;
}
.fixed#about #contents .media .course3 dl dd {
  position: relative;
  padding: 8px 24px;
  padding-right: 0;
}
.fixed#about #contents .media .course3 dl dd + dd {
  padding-top: 0;
}
.fixed#about #contents .media .course3 dl dd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: repeating-linear-gradient(-45deg, color-mix(in srgb, #00579D 30%, transparent), color-mix(in srgb, #00579D 30%, transparent) 25%, transparent 25%, transparent 50%, color-mix(in srgb, #00579D 30%, transparent) 50%, color-mix(in srgb, #00579D 30%, transparent) 75%, transparent 75%, transparent);
  background-clip: padding-box;
  background-size: 4px 4px;
}
.fixed#about #contents .recruit .schedule {
  position: relative;
  display: grid;
  grid-template-rows: repeat(9, 1fr);
  grid-template-columns: repeat(3, auto) 1fr;
  gap: 4px 8px;
  padding-inline: 16px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .fixed#about #contents .recruit .schedule {
    grid-template-rows: repeat(7, auto);
    grid-template-columns: repeat(9, 1fr);
    gap: 8px 4px;
    padding-inline: 40px;
  }
}
.fixed#about #contents .recruit .schedule .bg {
  display: grid;
  grid-row: 1/span 9;
  grid-column: 1/span 4;
  grid-template-rows: subgrid;
  margin-left: 25px;
}
@media screen and (min-width: 992px) {
  .fixed#about #contents .recruit .schedule .bg {
    grid-row: 1/-1;
    grid-column: 1/-1;
    margin-top: 25px;
    margin-left: 0;
    grid-template-rows: auto;
    grid-template-columns: subgrid;
  }
}
.fixed#about #contents .recruit .schedule .bg li {
  background-color: color-mix(in srgb, #0077c2 10%, transparent);
}
.fixed#about #contents .recruit .schedule .month {
  display: grid;
  grid-row: 1/span 9;
  grid-column: 1;
  grid-template-rows: subgrid;
  grid-template-columns: subgrid;
}
@media screen and (min-width: 992px) {
  .fixed#about #contents .recruit .schedule .month {
    grid-row: 1/-1;
    grid-column: 1/-1;
    grid-template-rows: subgrid;
    grid-template-columns: subgrid;
  }
}
.fixed#about #contents .recruit .schedule .month li {
  display: grid;
  place-content: center;
  align-self: center;
  width: 50px;
  height: 50px;
  margin-block: 8px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.fixed#about #contents .recruit .schedule .month li:nth-child(odd) {
  background-color: #0077c2;
}
.fixed#about #contents .recruit .schedule .month li:nth-child(even) {
  background-color: #49bcbd;
}
@media screen and (min-width: 992px) {
  .fixed#about #contents .recruit .schedule .month li {
    justify-self: center;
    -ms-flex-item-align: auto;
        align-self: auto;
    margin: 0 8px;
  }
}
.fixed#about #contents .recruit .schedule div:not(.bg) {
  padding: 8px 4px;
}
@media screen and (min-width: 992px) {
  .fixed#about #contents .recruit .schedule div:not(.bg) {
    padding: 4px 8px;
  }
}
.fixed#about #contents .recruit .schedule div:not(.bg):nth-of-type(-n+2) {
  place-content: center;
  background-color: #fff;
  border: 2px solid #f0844a;
  color: #f0844a;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 992px) {
  .fixed#about #contents .recruit .schedule div:not(.bg):nth-of-type(-n+2) {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.fixed#about #contents .recruit .schedule div:not(.bg):nth-of-type(1) {
  grid-row: 1/span 3;
  grid-column: 2;
}
@media screen and (min-width: 992px) {
  .fixed#about #contents .recruit .schedule div:not(.bg):nth-of-type(1) {
    grid-row: 2;
    grid-column: 1/span 3;
  }
}
.fixed#about #contents .recruit .schedule div:not(.bg):nth-of-type(2) {
  grid-row: 3/span 4;
  grid-column: 3;
}
@media screen and (min-width: 992px) {
  .fixed#about #contents .recruit .schedule div:not(.bg):nth-of-type(2) {
    grid-row: 3;
    grid-column: 3/span 4;
  }
}
.fixed#about #contents .recruit .schedule div:not(.bg):nth-of-type(n+3) {
  -ms-flex-item-align: center;
      align-self: center;
  margin-right: 8px;
  margin-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.2;
}
.fixed#about #contents .recruit .schedule div:not(.bg):nth-of-type(n+3)::before {
  content: "●";
  margin-right: 0.2em;
  color: #f0844a;
  font-family: monospace;
}
.fixed#about #contents .recruit .schedule div:not(.bg):nth-of-type(3) {
  grid-row: 5;
  grid-column: 4;
}
@media screen and (min-width: 992px) {
  .fixed#about #contents .recruit .schedule div:not(.bg):nth-of-type(3) {
    grid-row: 4;
    grid-column: 5/-1;
  }
}
.fixed#about #contents .recruit .schedule div:not(.bg):nth-of-type(4) {
  grid-row: 6;
  grid-column: 4;
}
@media screen and (min-width: 992px) {
  .fixed#about #contents .recruit .schedule div:not(.bg):nth-of-type(4) {
    grid-row: 5;
    grid-column: 6/-1;
  }
}
.fixed#about #contents .recruit .schedule div:not(.bg):nth-of-type(5) {
  grid-row: 7;
  grid-column: 4;
}
@media screen and (min-width: 992px) {
  .fixed#about #contents .recruit .schedule div:not(.bg):nth-of-type(5) {
    grid-row: 6;
    grid-column: 7/-1;
  }
}
.fixed#about #contents .recruit .schedule div:not(.bg):nth-of-type(6) {
  grid-row: 9;
  grid-column: 4;
}
@media screen and (min-width: 992px) {
  .fixed#about #contents .recruit .schedule div:not(.bg):nth-of-type(6) {
    grid-row: 7;
    grid-column: 9/-1;
  }
}
.fixed#about #contents .recruit .grid {
  padding-inline: 16px;
}
@media screen and (min-width: 992px) {
  .fixed#about #contents .recruit .grid {
    padding-inline: 40px;
  }
}
.fixed#about #contents .recruit dl {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 16px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1lh auto;
}
.fixed#about #contents .recruit dl dt {
  position: relative;
  grid-column: span 3;
  padding: 8px 16px;
  background-color: #0077c2;
  border-radius: 50px;
  color: #fff;
  text-align: center;
}
.fixed#about #contents .recruit dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
}
.fixed#about #contents .recruit dl dd::before {
  counter-increment: number 1;
  content: counter(number) "位";
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  background-image: repeating-linear-gradient(-45deg, color-mix(in srgb, #0077c2 10%, transparent) 0, color-mix(in srgb, #0077c2 10%, transparent) 4px, transparent 4px, transparent 8px);
  background-repeat: no-repeat;
  border: 1px solid #0077c2;
  border-radius: 20px;
  color: #0077c2;
  font-weight: bold;
}
.fixed#about #contents #contact .caption {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 768px;
  margin-inline: auto;
}
.fixed#about #contents #contact form {
  max-width: 768px;
  margin-inline: auto;
}
.fixed#about #contents #contact form textarea {
  min-height: 9lh;
}

#login .inner.grid {
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  #login .inner.grid {
    grid-template-columns: 3fr 2fr;
  }
}
@media screen and (min-width: 1200px) {
  #login .inner.grid {
    grid-template-columns: 3fr 2fr;
    gap: 80px;
  }
}
#login .inner .form-panel h3::before {
  content: "〈";
}
#login .inner .form-panel h3::after {
  content: "〉";
}
#login .inner .form-panel .button-line {
  background-color: #06c755;
}
#login .inner .form-panel .button-line:hover {
  background-color: color-mix(in srgb, #06c755 80%, #fff);
}

#register .form-panel h3::before {
  content: "〈";
}
#register .form-panel h3::after {
  content: "〉";
}

#forgot form {
  width: 100%;
  max-width: 768px;
  margin-inline: auto;
}

.mypage #s-navi li.active {
  position: relative;
  background-color: #fdcd00;
}
.mypage #s-navi li.active::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fdcd00;
}
.mypage #contents {
  background-color: #fdcd00;
}
.mypage #contents .message {
  width: 100%;
  max-width: 768px;
  margin-inline: auto;
  padding: 24px;
  background-color: #fff;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
}
.mypage #contents h2 {
  font-size: 1.285714em;
}
.mypage #contents h2 i {
  margin-right: 4px;
}
.mypage #contents .list {
  margin-top: 16px;
  background-color: #fff;
  border: 1px solid currentColor;
  border-radius: 5px;
  overflow: hidden;
}
.mypage #contents .list li + li {
  border-top: 1px solid currentColor;
}
.mypage #contents .list a,
.mypage #contents .list button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 16px;
  border: none;
}
.mypage #contents .list a span,
.mypage #contents .list button span {
  margin-left: auto;
  padding-inline: 8px;
  border: 1px solid currentColor;
  border-radius: 20px;
  font-size: 0.857143em;
}
.mypage #contents .list a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
}
.mypage #contents .list a.disabled {
  color: #333;
  text-align: center;
}
.mypage #contents .list button {
  padding-block: 4px !important;
}
.mypage #contents .list hgroup {
  line-height: 1.2;
}
.mypage #contents .list hgroup p {
  margin-bottom: 4px;
  font-size: 1.2rem;
}
.mypage #contents .form-panel h2 {
  margin-bottom: 40px;
  border-bottom: 4px solid #fdcd00;
}

@media screen and (min-width: 768px) {
  .mypage #contents .message {
    padding: 40px;
  }
  .mypage #contents h2 {
    font-size: 1.5em;
  }
  .mypage #contents h2 i {
    margin-right: 8px;
  }
  .mypage #contents .list {
    border-radius: 10px;
  }
  .mypage #contents .list a,
  .mypage #contents .list button {
    padding: 16px 24px;
  }
  .mypage #contents .list a span,
  .mypage #contents .list button span {
    font-size: 0.875em;
  }
  .mypage #contents .list button {
    font-size: 0.875em;
  }
}
a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a.disabled {
  cursor: default;
  pointer-events: none;
  color: #c0c0c0;
}

.button-set {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 80px;
}
.button-set:has(.button:only-of-type) {
  max-width: 280px;
  margin-inline: auto;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 24px 16px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #ea617b;
  background-image: repeating-linear-gradient(-45deg, color-mix(in srgb, #fff 10%, transparent) 0, color-mix(in srgb, #fff 10%, transparent) 4px, transparent 4px, transparent 8px);
  background-repeat: no-repeat;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.button:hover {
  background-color: color-mix(in srgb, #ea617b 80%, #fff);
  color: #fff;
}
.button::after {
  content: "\f0da";
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #fdcd00;
  font-family: "Font Awesome 6 Free";
}
.button:hover::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.fav-button {
  position: absolute;
  top: 0;
  right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  aspect-ratio: 1/1.2;
  width: 50px;
  padding-top: 8px;
  background-color: #f5f5f5;
  border: none;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
  color: #c0c0c0;
}
.fav-button.active {
  background-color: #fdcd00;
  color: #00579D;
}
.fav-button span {
  font-size: 1rem;
}

.form-panel {
  width: 100%;
  max-width: 768px;
  padding: 40px 16px;
  margin-inline: auto;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
}
.form-panel hgroup {
  margin-bottom: 80px;
}
.form-panel hgroup p {
  text-align: center;
}
.form-panel h2 {
  font-size: 1.428571em;
  text-align: center;
}
.form-panel h3 {
  margin-bottom: 40px;
  text-align: center;
}
.form-panel hr {
  margin-block: 40px;
}
.form-panel .caption {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto;
}
.form-panel .button-set {
  margin-top: 40px;
}

form li {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
form li > .span1 {
  grid-column: span 1;
}
form li > .span2 {
  grid-column: span 2;
}
form li > .span3 {
  grid-column: span 3;
}
form li > .span4 {
  grid-column: span 4;
}
form li > .span5 {
  grid-column: span 5;
}
form li > .span6 {
  grid-column: span 6;
}
form li > .span7 {
  grid-column: span 7;
}
form li > .span8 {
  grid-column: span 8;
}
form li > .span9 {
  grid-column: span 9;
}
form li > .span10 {
  grid-column: span 10;
}
form li > .span11 {
  grid-column: span 11;
}
form li > .span12 {
  grid-column: span 12;
}
form li + li {
  margin-top: 24px;
}
form fieldset .form-item input {
  margin-right: 8px;
}
form .form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-bottom: 8px;
  font-weight: bold;
}
form .form-label::after {
  display: inline-block;
  padding: 4px;
  background-color: #808080;
  border-radius: 4px;
  content: "任意";
  color: #fff;
  font-size: 0.625em;
  font-weight: normal;
  line-height: 1;
}
form .form-label.required::after {
  background-color: #f30;
  content: "必須";
}
form .form-label.readonly::after {
  display: none;
  content: "";
}
form .opt-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
form .opt-inline .form-item {
  display: inline-block;
}
form .opt-inline .form-item + .form-item {
  margin-left: 24px;
}
form .opt-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
form .form-error {
  display: inline-block;
  color: #f30;
  font-size: 0.875em;
}
form .form-error:first-of-type {
  margin-top: 8px;
}
form .form-error::before {
  content: "\f06a";
  margin-right: 0.5em;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
}
form .forget {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 8px auto 0;
  font-size: 0.875em;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=number],
form input[type=password],
form input[type=search],
form input[type=url],
form input[type=date],
form textarea,
form select {
  padding: 8px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  line-height: 1.2;
}
form input[type=text][readonly],
form input[type=email][readonly],
form input[type=tel][readonly],
form input[type=number][readonly],
form input[type=password][readonly],
form input[type=search][readonly],
form input[type=url][readonly],
form input[type=date][readonly],
form textarea[readonly],
form select[readonly] {
  background-color: #f5f5f5;
  color: #808080;
}
form fieldset {
  border: none;
}
form .form-result {
  margin: 40px auto 0;
  padding: 8px 16px;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  border: 2px solid #dcdcdc;
  text-align: center;
}
@-webkit-keyframes strechInOut {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes strechInOut {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
form .form-result.success {
  border-color: #6c3;
}
form .form-result.error {
  border-color: #f30;
}

@media screen and (min-width: 768px) {
  .form-panel {
    padding-inline: 40px;
    border: none;
    -webkit-box-shadow: 0 0 10px #dcdcdc;
            box-shadow: 0 0 10px #dcdcdc;
  }
  form li {
    grid-template-columns: repeat(12, 1fr);
  }
  form li > .span1 {
    grid-column: span 1;
  }
  form li > .span2 {
    grid-column: span 2;
  }
  form li > .span3 {
    grid-column: span 3;
  }
  form li > .span4 {
    grid-column: span 4;
  }
  form li > .span5 {
    grid-column: span 5;
  }
  form li > .span6 {
    grid-column: span 6;
  }
  form li > .span7 {
    grid-column: span 7;
  }
  form li > .span8 {
    grid-column: span 8;
  }
  form li > .span9 {
    grid-column: span 9;
  }
  form li > .span10 {
    grid-column: span 10;
  }
  form li > .span11 {
    grid-column: span 11;
  }
  form li > .span12 {
    grid-column: span 12;
  }
  form textarea {
    field-sizing: content;
  }
}
body:has(.modal) {
  overflow: hidden;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  padding: 16px;
  overflow: auto;
  background-color: color-mix(in srgb, #000 50%, transparent);
}

.modal-content {
  position: relative;
  width: 100%;
  max-width: 1280px;
  min-height: 40vh;
  margin-inline: auto;
  padding: 16px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px #000;
          box-shadow: 0 0 10px #000;
}

.modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 0;
  border: none;
  font-size: 4rem;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .modal-content {
    padding: 40px;
  }
}
@media screen and (min-width: 992px) {
  .modal {
    padding: 40px;
  }
  .modal-content {
    padding: 80px;
  }
  .modal-close {
    top: 24px;
    right: 24px;
  }
}
#pagination {
  margin: 0;
  padding: 40px;
  border-block: 2px solid #00579D;
}
#pagination .page-info {
  font-size: 1.2rem;
  text-align: center;
}
#pagination .page-info span {
  font-weight: bold;
}
#pagination nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 16px;
}
#pagination nav ul .page-item {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #f5f5f5;
  border-radius: 50px;
  line-height: 1;
}
#pagination nav ul .page-item .page-link {
  display: grid;
  place-content: center;
  width: 30px;
  height: 30px;
}
#pagination nav ul .page-item:hover {
  background-color: color-mix(in srgb, #00579D 20%, #fff);
  color: #333;
}
#pagination nav ul .page-item:first-child, #pagination nav ul .page-item:last-child {
  background-color: transparent;
}
#pagination nav ul .page-item:first-child:hover, #pagination nav ul .page-item:last-child:hover {
  color: #00579D;
}
#pagination nav ul .page-item.active {
  background-color: #00579D;
  color: #fff;
}
#pagination nav ul .page-item.disabled span {
  color: #c0c0c0;
}

#search-area .outer {
  padding: 0;
  background: url(../img/bkg_course20.svg) repeat center center;
  border-block: 2px solid #00579D;
}
#search-area .inner {
  padding-block: 16px;
}
#search-area form {
  display: grid;
  grid-template-columns: 1fr auto;
  padding-inline: 8px;
  background-color: #fff;
  border: 2px solid currentColor;
  border-radius: 50px;
}
#search-area form input {
  padding: 8px;
  background: none;
  border: none;
}
#search-area form button {
  aspect-ratio: 1/1;
  border: none;
  font-size: 1.2em;
}

.article-list .none {
  padding: 40px;
  text-align: center;
}
.article-list.inner {
  padding: 0;
}
.article-list > ul {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2px;
  background-color: #00579D;
}
@media screen and (min-width: 768px) {
  .article-list > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .article-list > ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1400px) {
  .article-list > ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.article-list > ul > li {
  position: relative;
  aspect-ratio: 4/5;
  background-color: #fff;
}
.article-list > ul > li a {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 16px;
  height: 100%;
  padding: 24px;
  background-image: repeating-linear-gradient(-45deg, color-mix(in srgb, #fff 10%, transparent) 0, color-mix(in srgb, #fff 10%, transparent) 16px, transparent 16px, transparent 32px);
  background-repeat: no-repeat;
}
@media screen and (min-width: 1400px) {
  .article-list > ul > li a {
    padding: clamp(24px, 1.714286vw, 40px);
  }
}
.article-list > ul > li a:hover {
  background-color: color-mix(in srgb, #fdcd00 20%, transparent);
}
.article-list > ul > li a img {
  aspect-ratio: 3/2;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #f5f5f5;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
.article-list > ul > li a hgroup {
  display: grid;
  grid-template-rows: 1fr auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.article-list > ul > li a hgroup p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.article-list > ul > li a hgroup h2 {
  font-size: clamp(18px, 1.5625vw, 20px);
}
.article-list > ul > li .accepts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-inline: auto;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .article-list > ul > li .accepts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.article-list > ul > li .accepts li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 8px;
  background-image: repeating-linear-gradient(-45deg, color-mix(in srgb, #fff 10%, transparent) 0, color-mix(in srgb, #fff 10%, transparent) 16px, transparent 16px, transparent 32px);
  background-repeat: no-repeat;
  background-color: #a8c626;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 3px #808080;
}
.article-list > ul > li .accepts li::before {
  content: "受付中";
  display: block;
  padding: 4px 16px;
  background-color: #fff;
  border-radius: 50px;
  color: #333;
  font-size: 0.875em;
  text-shadow: none;
}
.article-list > ul > li .accepts li.disabled {
  background-color: color-mix(in srgb, #808080 50%, #fff);
}
.article-list > ul > li .accepts li.disabled::before {
  content: "未実施";
  color: #c0c0c0;
}

#latest-list .outer {
  background-image: linear-gradient(90deg, #f5f5f5 1px, transparent 1px), linear-gradient(#f5f5f5 1px, transparent 1px);
  background-position: center center;
  background-size: 16px 16px;
}
#latest-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (min-width: 992px) {
  #latest-list ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}
@media screen and (min-width: 1200px) {
  #latest-list ul {
    gap: 40px;
  }
}
#latest-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #latest-list ul li a {
    gap: 16px;
  }
}
#latest-list ul li a:hover img {
  opacity: 0.7;
}
#latest-list ul li a:hover div {
  background-color: #49bcbd;
}
#latest-list ul li a img,
#latest-list ul li a div {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
#latest-list ul li a div {
  display: grid;
  place-content: center;
  background-image: repeating-linear-gradient(-45deg, color-mix(in srgb, #fff 10%, transparent) 0, color-mix(in srgb, #fff 10%, transparent) 4px, transparent 4px, transparent 8px);
  background-repeat: no-repeat;
  background-color: #ea617b;
}
#latest-list ul li a div i {
  color: #fff;
  font-size: 4em;
}
#latest-list ul li a h3 {
  padding-inline: 8px;
  -webkit-line-clamp: 2;
  line-height: 1.5;
}
#latest-list .none {
  padding: 40px;
  text-align: center;
}

.post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .post-list {
    gap: 40px;
  }
}
.post-list a {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .post-list a {
    grid-template-columns: 3fr 1fr;
    gap: 40px;
  }
}
.post-list a:hover hgroup::after {
  height: 100%;
}
.post-list a img {
  aspect-ratio: 3/2;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
.post-list hgroup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
  padding-left: 29px;
}
@media screen and (min-width: 768px) {
  .post-list hgroup {
    padding: 16px 0;
    padding-left: 45px;
  }
}
.post-list hgroup::before, .post-list hgroup::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 5px;
}
.post-list hgroup::before {
  height: 100%;
  background-color: #49bcbd;
}
.post-list hgroup::after {
  height: 0;
  background-color: #ea617b;
}
.post-list hgroup h2 {
  font-size: clamp(16px, 1.71875vw, 22px);
  border-bottom: 1px dotted #dcdcdc;
}
.post-list hgroup p {
  color: #49bcbd;
  font-size: 14px;
  line-height: 1;
}
.post-list hgroup p time::before {
  content: "\f0da";
  margin-right: 0.5em;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .post {
    padding: 40px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
  }
}
@media screen and (min-width: 992px) {
  .post {
    padding: 80px;
  }
}

.post-title {
  margin-bottom: 8px;
  padding-inline: 16px;
  padding-bottom: 8px;
  border-bottom: 5px solid #dcdcdc;
}
.post-title h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: clamp(1.5em, 2.5vw, 2em);
}

.post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-inline: 16px;
}
@media screen and (min-width: 768px) {
  .post-author {
    font-size: 0.875em;
  }
}
.post-author dt {
  margin-right: 0.5em;
  color: #49bcbd;
}
.post-author dt ~ dt {
  margin-left: 1em;
}

.post-thumbnail {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .post-thumbnail {
    margin-top: 40px;
  }
}
.post-thumbnail img {
  aspect-ratio: 3/2;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-content {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .post-content {
    margin-top: 80px;
  }
}
.post-content p,
.post-content pre {
  padding-inline: 16px;
}
@media screen and (min-width: 768px) {
  .post-content p,
  .post-content pre {
    padding-inline: 40px;
  }
}
.post-content ol {
  counter-reset: number 0;
  margin-block: 1lh;
  margin-inline: 16px;
  padding: 16px;
  background-color: color-mix(in srgb, #49bcbd 5%, transparent);
  border: 1px solid #49bcbd;
}
@media screen and (min-width: 768px) {
  .post-content ol {
    margin-inline: 40px;
    padding: 24px;
  }
}
.post-content ol [data-list=bullet] {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.post-content ol [data-list=bullet]::before {
  content: "●";
  margin-right: 0.5em;
  color: #49bcbd;
  font-family: monospace;
}
.post-content ol [data-list=ordered] {
  counter-increment: number 1;
  margin-left: 2em;
  text-indent: -2em;
}
.post-content ol [data-list=ordered]::before {
  content: counter(number, decimal-leading-zero) ".";
  margin-right: 0.5em;
  color: #49bcbd;
  font-family: monospace;
  font-weight: bold;
}
.post-content .ql-align-center {
  text-align: center;
}
.post-content .ql-align-right {
  text-align: right;
}
.post-content .ql-align-justify {
  text-align: justify;
}

.swiper .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.swiper-horizontal .swiper-pagination {
  left: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.swiper-horizontal .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00579D;
}
.swiper-horizontal .swiper-button-next {
  top: 0;
  bottom: auto;
  right: 0;
  -webkit-transform: translateY(50%) scale(0.5);
          transform: translateY(50%) scale(0.5);
  -webkit-transform-origin: center right;
          transform-origin: center right;
}
.swiper-horizontal .swiper-button-prev {
  top: 0;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(50%) scale(0.5);
          transform: translateY(50%) scale(0.5);
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

.swiper-vertical .swiper-button-next {
  top: auto;
  bottom: 0;
  left: 0;
  width: var(--swiper-navigation-size);
  margin: 0;
  -webkit-transform: rotate(90deg) scale(0.2) translateX(-100%);
          transform: rotate(90deg) scale(0.2) translateX(-100%);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  color: #fff;
}
.swiper-vertical .swiper-button-prev {
  top: 0;
  bottom: auto;
  left: 0;
  width: var(--swiper-navigation-size);
  margin: 0;
  -webkit-transform: rotate(90deg) scale(0.2) translateY(-100%);
          transform: rotate(90deg) scale(0.2) translateY(-100%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .swiper-horizontal .swiper-button-next {
    top: auto;
    bottom: 50%;
  }
  .swiper-horizontal .swiper-button-prev {
    top: auto;
    bottom: 50%;
  }
}
dl.provision dt {
  margin-top: 80px;
  margin-bottom: 24px;
  padding: 8px 16px;
  background: repeating-linear-gradient(-45deg, color-mix(in srgb, #49bcbd 20%, transparent), color-mix(in srgb, #49bcbd 20%, transparent) 25%, transparent 25%, transparent 50%, color-mix(in srgb, #49bcbd 20%, transparent) 50%, color-mix(in srgb, #49bcbd 20%, transparent) 75%, transparent 75%, transparent);
  background-clip: padding-box;
  background-size: 4px 4px;
}
dl.provision dd {
  padding-inline: 16px;
}
dl.provision dd ul {
  margin-top: 24px;
  margin-left: 1em;
}
dl.provision dd ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
dl.provision dd ul li::before {
  content: "\f058";
  margin-right: 0.5em;
  color: #49bcbd;
  font-family: "Font Awesome 6 Free";
}
dl.provision dd ol {
  counter-reset: listnum;
}
dl.provision dd ol li {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 24px;
}
dl.provision dd ol li::before {
  counter-increment: listnum;
  content: counter(listnum) ".";
  margin-right: 0.5em;
}
dl.provision dd ol li ol {
  grid-column: 2;
  margin-top: 24px;
}
dl.provision dd ol li ol li {
  margin-top: 0;
}

dl.faq dt {
  padding: 16px;
  background: repeating-linear-gradient(-45deg, #f5f5f5, #f5f5f5 25%, transparent 25%, transparent 50%, #f5f5f5 50%, #f5f5f5 75%, transparent 75%, transparent);
  background-clip: padding-box;
  background-size: 4px 4px;
  border: 1px solid #dcdcdc;
  border-radius: 5px 5px 0 0;
}
@media screen and (min-width: 992px) {
  dl.faq dt {
    padding-inline: 24px;
  }
}
dl.faq dt ~ dt {
  margin-top: 16px;
}
dl.faq dd {
  padding: 16px;
  border: 1px solid #dcdcdc;
  border-top: none;
  border-radius: 0 0 5px 5px;
}
@media screen and (min-width: 992px) {
  dl.faq dd {
    padding: 24px 40px;
  }
}
dl.faq dd a {
  -webkit-text-decoration: dotted underline currentColor 1px;
          text-decoration: dotted underline currentColor 1px;
  text-underline-offset: 2px;
  color: #00579D;
}/*# sourceMappingURL=style.css.map */