@charset "UTF-8";
:root {
  --vw375: 0.2666666667vw; /* 100 / 375 */
  --vw600: 0.1666666667vw; /* 100 / 600 */
  --vw768: 0.1302083333vw; /* 100 / 768 */
  --vw1100: 0.0909090909vw; /* 100 / 1100 */
  --vw1440: 0.0694444444vw; /* 100 / 1440 */
  --vw1600: 0.0625vw; /* 100 / 1600 */
}

/* --------------------------------

  CSS Reset

-------------------------------- */
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt, dd {
  margin: 0;
  padding: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

/* --------------------------------

  共通スタイル

-------------------------------- */
/* html, body */
html,
body {
  height: 100%;
}
html.is-scrollbar,
body.is-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html.is-scrollbar::-webkit-scrollbar,
body.is-scrollbar::-webkit-scrollbar {
  display: none;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}
html.is-active {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

body {
  min-width: 320px;
  color: #434343;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #ffffff;
}

html.nav-open,
html.contact-open {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

/* 共通見出し */
.c-heading {
  position: relative;
  display: block;
  line-height: 1.2;
}
.c-heading--detail {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 2rem;
  display: block;
  color: #434343;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.35;
  word-break: break-all;
  word-wrap: break-word;
  border-bottom: 5px solid #DFE5BE;
  padding: 0 0 0.7em 0;
}
@media screen and (min-width: 768px), print {
  .c-heading--detail {
    font-size: min(30 * var(--vw1100), 30px);
    margin: 0 auto 3rem;
    letter-spacing: 0.05em;
  }
}
.c-heading--detail::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 40%;
  height: 5px;
  background-color: #A6B64E;
  z-index: 1;
}
.c-heading--detail::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 20%;
  height: 5px;
  background-color: #527F32;
  z-index: 1;
}
.c-heading--common {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  font-size: 2rem;
  letter-spacing: 0.015em;
  font-weight: 700;
  padding: 0 0 1.5em 0;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px), print {
  .c-heading--common {
    font-size: 2.6rem;
    padding: 0 0 1.5em 0;
  }
}
@media screen and (min-width: 1100px), print {
  .c-heading--common {
    font-size: 3.6rem;
    margin-bottom: 5.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-heading--common {
    margin-bottom: 1.6rem;
    line-height: 1.6;
  }
}
.c-heading--common::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 33px;
  background: url("../img/base/heading_line_04.png") no-repeat center/contain;
}

/* 基準テキスト */
.u-text-body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .u-text-body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.u-text-body--lg {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .u-text-body--lg {
    font-size: 1.8rem;
  }
}
.u-text-body--xl {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px), print {
  .u-text-body--xl {
    font-size: 2rem;
  }
}
.u-text-body a {
  text-decoration: underline;
  color: #F15160;
}
@media (hover: hover) {
  .u-text-body a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .u-text-body a:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
  }
}

/* 基準ボタン */
.c-link-button {
  position: relative;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  color: #fff;
  border: 1px solid #F15160;
  background-color: #F15160;
  padding: 1rem 1.5rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 10em;
  min-width: 160px;
  max-width: 160px;
  transition: background-color 0.3s ease;
}
.c-link-button.__type2 {
  background-color: #8FC43D;
  border: 1px solid #8FC43D;
}
@media (hover: hover) {
  .c-link-button.__type2:where(:-moz-any-link, :enabled, summary):hover {
    color: #8FC43D;
  }
  .c-link-button.__type2:where(:any-link, :enabled, summary):hover {
    color: #8FC43D;
  }
  .c-link-button.__type2:where(:-moz-any-link, :enabled, summary):hover::before {
    border-color: #8FC43D;
  }
  .c-link-button.__type2:where(:any-link, :enabled, summary):hover::before {
    border-color: #8FC43D;
  }
}
.c-link-button.__type3 {
  background-color: #70C5D2;
  border: 1px solid #70C5D2;
}
@media (hover: hover) {
  .c-link-button.__type3:where(:-moz-any-link, :enabled, summary):hover {
    color: #70C5D2;
  }
  .c-link-button.__type3:where(:any-link, :enabled, summary):hover {
    color: #70C5D2;
  }
  .c-link-button.__type3:where(:-moz-any-link, :enabled, summary):hover::before {
    border-color: #70C5D2;
  }
  .c-link-button.__type3:where(:any-link, :enabled, summary):hover::before {
    border-color: #70C5D2;
  }
}
@media screen and (min-width: 768px), print {
  .c-link-button {
    font-size: 2rem;
    min-width: 230px;
    max-width: 230px;
    height: 56px;
  }
}
.c-link-button::before {
  content: "";
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transition: border-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .c-link-button::before {
    right: 2.5rem;
    width: 9px;
    height: 9px;
  }
}
@media (hover: hover) {
  .c-link-button:where(:-moz-any-link, :enabled, summary):hover {
    color: #F15160;
    background-color: #fff;
  }
  .c-link-button:where(:any-link, :enabled, summary):hover {
    color: #F15160;
    background-color: #fff;
  }
  .c-link-button:where(:-moz-any-link, :enabled, summary):hover::before {
    border-color: #F15160;
  }
  .c-link-button:where(:any-link, :enabled, summary):hover::before {
    border-color: #F15160;
  }
}

/* テキストの色 */
.u-color-base {
  color: #F15160;
}

.u-color-main {
  color: #F15160;
}

.u-color-white {
  color: #ffffff;
}

.u-color-black {
  color: #000000;
}

.u-bgcolor-hover2 {
  background-color: #70C5D2;
}

.u-bgcolor-sub1 {
  background-color: #2CAA18;
}

/* 注釈（※）用インデント */
.u-indent {
  margin-left: 1em;
  text-indent: -1em;
}

/* アンカー位置調整 */
.u-anchorpoint {
  display: block;
}
.u-anchorpoint::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -81px;
  margin-bottom: 80px;
  background: transparent;
  z-index: -100;
}
@media screen and (min-width: 1100px), print {
  .u-anchorpoint::before {
    margin-top: -131px;
    margin-bottom: 130px;
  }
}

/* flex1 */
.u-flex-1 {
  flex: 1;
  min-width: 0;
}

/* コンテンツ画面中央寄せ */
.c-inner {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.c-inner::after {
  content: "";
  display: table;
  clear: both;
}

/* テキスト改行系 */
@media screen and (max-width: 767.98px) {
  .u-br--pc {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .u-br--sp {
    display: none;
  }
}

/* 幅 */
.u-width-50 {
  width: 50%;
}

.u-width-100 {
  width: 100%;
}

.u-width-auto {
  width: auto;
}

/* 高さ */
.u-height-50 {
  height: 50%;
}

.u-height-100 {
  height: 100%;
}

.u-height-auto {
  height: auto;
}

/* 角丸 */
.box-radius {
  border-radius: 1rem;
}

/* リスト */
.list li {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 0 0 1.5em;
}
@media screen and (min-width: 768px), print {
  .list li {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    padding: 0 0 0 1.3em;
  }
}
.list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
}

.c-global-contact {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .c-global-contact {
    grid-template-columns: repeat(2, 1fr);
    max-width: 1200px;
  }
}
.c-global-contact__item.tel .tel-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  background-color: #F2984F;
  border-radius: 1rem;
  padding: 1rem;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .c-global-contact__item.tel .tel-link {
    height: 164px;
  }
}
.c-global-contact__item.tel .tel-text {
  display: block;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .c-global-contact__item.tel .tel-text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-global-contact__item.tel .tel-text {
    font-size: 2.4rem;
  }
}
.c-global-contact__item.tel .tel-num {
  display: block;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .c-global-contact__item.tel .tel-num {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-global-contact__item.tel .tel-num {
    font-size: 6.7rem;
  }
}
.c-global-contact__item.mail a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  background-color: #8FC43D;
  border-radius: 1rem;
  padding: 1rem;
  color: #fff;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .c-global-contact__item.mail a {
    height: 164px;
  }
}
@media (hover: hover) {
  .c-global-contact__item.mail a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .c-global-contact__item.mail a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.c-global-contact__item.mail a span {
  position: relative;
  display: inline-block;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 0 0 3.3em;
}
@media screen and (min-width: 768px), print {
  .c-global-contact__item.mail a span {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-global-contact__item.mail a span {
    font-size: 2.4rem;
    padding: 0 0 0 3.8em;
  }
}
.c-global-contact__item.mail a span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 43px;
  height: 43px;
  background: url("../img/base/icon-recruit.png") no-repeat center/contain;
}
@media screen and (min-width: 768px), print {
  .c-global-contact__item.mail a span::before {
    width: 53px;
    height: 53px;
  }
}
@media screen and (min-width: 1100px), print {
  .c-global-contact__item.mail a span::before {
    width: 73px;
    height: 73px;
  }
}

@media screen and (max-width: 767.98px) {
  .c-gmapWrap {
    position: relative;
    padding-top: 95%;
  }
}
@media screen and (max-width: 767.98px) {
  .c-gmapWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
}

.c-youtubeWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-youtubeWrap iframe, .c-youtubeWrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.u-link-underline {
  text-decoration: underline;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .u-link-underline:where(:-moz-any-link, :enabled, summary):hover {
    color: #F15160;
  }
  .u-link-underline:where(:any-link, :enabled, summary):hover {
    color: #F15160;
  }
}

.c-tab__content-item {
  display: none;
}
.c-tab__content-item.is-active {
  display: block;
}
.c-tab__menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 0.5rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px), print {
  .c-tab__menu {
    margin-bottom: 5rem;
    gap: 3rem 1.7rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1100px), print {
  .c-tab__menu {
    grid-template-columns: repeat(5, 1fr);
  }
}
.c-tab__menu-button {
  position: relative;
  display: block;
  line-height: 1.2;
  place-content: center;
  width: 100%;
  height: 50px;
  border-radius: 1rem;
  color: #ffffff;
  padding: 1rem;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 480px), print {
  .c-tab__menu-button {
    font-size: 1.6rem;
    height: 60px;
  }
}
@media screen and (min-width: 768px), print {
  .c-tab__menu-button {
    font-size: 1.8rem;
    height: 69px;
  }
}
@media screen and (min-width: 1280px), print {
  .c-tab__menu-button {
    font-size: 2rem;
  }
}
.c-tab__menu-button.is-active {
  opacity: 0.8;
}
.c-tab__menu-button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
@media (hover: hover) {
  .c-tab__menu-button:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .c-tab__menu-button:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.c-tab__menu-button--01 {
  background-color: #9B9B9B;
}
.c-tab__menu-button--01::before {
  border-top: 13px solid #9B9B9B;
}
.c-tab__menu-button--02 {
  background-color: #EF9F9F;
}
.c-tab__menu-button--02::before {
  border-top: 13px solid #EF9F9F;
}
.c-tab__menu-button--03 {
  background-color: #0097E9;
}
.c-tab__menu-button--03::before {
  border-top: 13px solid #0097E9;
}
.c-tab__menu-button--04 {
  background-color: #394D87;
}
.c-tab__menu-button--04::before {
  border-top: 13px solid #394D87;
}
.c-tab__menu-button--05 {
  background-color: #C45151;
}
.c-tab__menu-button--05::before {
  border-top: 13px solid #C45151;
}

/* --------------------------------

  wrapper

-------------------------------- */
.l-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (min-width: 1100px), print {
  .l-wrapper {
    overflow: hidden;
  }
}

/* --------------------------------

  l-header

-------------------------------- */
.l-header {
  position: relative;
  background: rgba(255, 255, 255, 0.93);
}
@media screen and (min-width: 1100px), print {
  .l-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    padding: 0;
    z-index: 1010;
  }
}
.l-header.is-fixed {
  /* スクロール時固定用 */
}
@media screen and (min-width: 1100px), print {
  .l-header.is-fixed {
    position: fixed;
    top: -60px;
    right: 0;
    height: 100px;
    transform: translateY(60px);
    background: rgba(255, 255, 255, 0.93);
    transition: transform 0.2s;
  }
  .l-header.is-fixed .l-header__logo {
    height: 100px;
  }
  .l-header.is-fixed .l-nav__container {
    height: 100px;
  }
  .l-header.is-fixed .l-nav__groupSite {
    top: 10px;
  }
  .l-header.is-fixed .c-nav__link {
    padding: 1.8em 0 0 0;
  }
  .l-header.is-fixed .c-nav__link .jp {
    font-size: min(16 * var(--vw1600), 16px);
    padding: 0 0.5rem 0.8rem 0.5rem;
    margin-bottom: 0.5rem;
  }
  .l-header.is-fixed .c-nav__link .en {
    font-size: min(12 * var(--vw1600), 12px);
  }
}
.l-header__logo {
  position: relative;
}
@media screen and (max-width: 1099.98px) {
  .l-header__logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 100%;
    z-index: 900;
    padding: 0 0 0 1.2rem;
    justify-content: flex-start;
    background: #ffffff;
    transition: background-color 0.2s ease;
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__logo {
    position: absolute;
    top: 0;
    left: min(35 * var(--vw1440), 35px);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    z-index: 1012;
  }
}

/* --------------------------------

  c-logo

-------------------------------- */
.c-logo {
  width: 190px;
}
@media screen and (min-width: 360px), print {
  .c-logo {
    width: 190px;
  }
}
@media screen and (min-width: 480px), print {
  .c-logo {
    width: 190px;
  }
}
@media screen and (min-width: 1100px), print {
  .c-logo {
    width: min(318 * var(--vw1440), 318px);
  }
}
.c-logo img {
  height: auto;
}

/* --------------------------------

  l-nav

-------------------------------- */
@media screen and (max-width: 1099.98px) {
  .l-nav {
    position: relative;
  }
  .is-active .l-nav {
    position: fixed;
    right: 0;
    top: 0;
    display: block;
    background-color: #ffffff;
    width: 290px;
    height: 100svh;
    overflow-y: auto;
    overflow-x: hidden;
    margin-left: auto;
    padding: 6rem 0 3rem;
    z-index: 1011;
  }
}
@media screen and (min-width: 1100px), print {
  .l-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1011;
  }
}
.l-nav__container {
  position: relative;
  display: none;
}
@media screen and (min-width: 1100px), print {
  .l-nav__container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 150px;
    padding: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .is-active .l-nav__container {
    display: block;
  }
}
.l-nav__groupSite {
  display: grid;
  gap: 1rem 0.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 1100px), print {
  .l-nav__groupSite {
    position: absolute;
    left: min(370 * var(--vw1440), 370px);
    top: 36px;
    max-width: min(311 * var(--vw1440), 311px);
    z-index: 1;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-nav__groupSite {
    padding: 0 2rem 1.5rem 2rem;
  }
}
.l-nav__groupSite-logo {
  text-align: center;
  place-content: center;
}
.l-nav__groupSite-logo a {
  display: inline-block;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .l-nav__groupSite-logo a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .l-nav__groupSite-logo a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1100px), print {
  .l-nav__logo {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-nav__logo {
    text-align: center;
    padding: 2.5rem 1rem;
  }
}
.l-nav__logo img {
  width: 170px;
  height: auto;
}
@media screen and (min-width: 360px), print {
  .l-nav__logo img {
    width: 225px;
  }
}
@media screen and (min-width: 480px), print {
  .l-nav__logo img {
    width: 250px;
  }
}

/* --------------------------------

  c-nav

-------------------------------- */
.c-nav {
  /* ハンバーガーメニューボタン */
}
@media screen and (max-width: 1099.98px) {
  .c-nav {
    opacity: 0;
    padding: 0;
    background-color: #fff;
  }
  .is-active .c-nav {
    opacity: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__item {
    position: relative;
    border-bottom: 1px solid #E1E1E1;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__item {
    margin-right: min(38 * var(--vw1600), 38px);
  }
}
.c-nav__item--home .c-nav__link::after {
  background-image: url(../img/base/icon-home.png);
}
.c-nav__item--team.is-active .c-nav__link .jp, .c-nav__item--team.is-active .c-nav__link .en {
  color: #F15160;
}
@media screen and (min-width: 1100px), print {
  .c-nav__item--team.is-active .c-nav__link .jp, .c-nav__item--team.is-active .c-nav__link .en {
    color: #F15160;
  }
}
.c-nav__item--team .c-nav__link::after {
  background-image: url(../img/base/icon-team.png);
}
.c-nav__item--support.is-active .c-nav__link .jp, .c-nav__item--support.is-active .c-nav__link .en {
  color: #C4B05E;
}
@media screen and (min-width: 1100px), print {
  .c-nav__item--support.is-active .c-nav__link .jp, .c-nav__item--support.is-active .c-nav__link .en {
    color: #C4B05E;
  }
}
.c-nav__item--support .c-nav__link::after {
  background-image: url(../img/base/icon-support.png);
}
.c-nav__item--about.is-active .c-nav__link .jp, .c-nav__item--about.is-active .c-nav__link .en {
  color: #5A68BB;
}
@media screen and (min-width: 1100px), print {
  .c-nav__item--about.is-active .c-nav__link .jp, .c-nav__item--about.is-active .c-nav__link .en {
    color: #5A68BB;
  }
}
.c-nav__item--about .c-nav__link::after {
  background-image: url(../img/base/icon-about.png);
}
.c-nav__item--entry.is-active .c-nav__link .jp, .c-nav__item--entry.is-active .c-nav__link .en {
  color: #8FC43D;
}
@media screen and (min-width: 1100px), print {
  .c-nav__item--entry.is-active .c-nav__link .jp, .c-nav__item--entry.is-active .c-nav__link .en {
    color: #8FC43D;
  }
}
.c-nav__item--entry .c-nav__link::after {
  background-image: url(../img/base/icon-entry.png);
}
@media screen and (max-width: 1099.98px) {
  .c-nav__item a.c-nav__link::before {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #8FC43D;
    border-left: 2px solid #8FC43D;
    transition-property: border-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
}
.c-nav__link {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  color: #434343;
  font-feature-settings: "palt";
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media screen and (min-width: 1100px), print {
  .c-nav__link {
    border: none;
    padding: 2.2em 0 0 0;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    letter-spacing: inherit;
    gap: 1rem;
    padding: 0 1.5rem 0 5.2rem;
    color: #434343;
    background-color: #fff;
    font-size: 1.6rem;
    height: 60px;
    transition-property: color, background-color;
  }
}
.c-nav__link::after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .c-nav__link::after {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__link::after {
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.c-nav__link .jp {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .c-nav__link .jp {
    font-size: min(18 * var(--vw1600), 18px);
    padding: 0 0.5rem 1.2rem 0.5rem;
    margin-bottom: 1rem;
    border-bottom: 3px solid #E1E1E1;
  }
}
.c-nav__link .en {
  display: block;
  font-size: 1.4rem;
  color: #747474;
  font-weight: 700;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .c-nav__link .en {
    font-size: min(14 * var(--vw1600), 14px);
  }
}
@media screen and (hover: hover) and (min-width: 1100px), print and (hover: hover) {
  .c-nav__item--home .c-nav__link:where(:-moz-any-link, :enabled, summary):hover .jp {
    color: #F3962C;
  }
  .c-nav__item--home .c-nav__link:where(:any-link, :enabled, summary):hover .jp {
    color: #F3962C;
  }
  .c-nav__item--team .c-nav__link:where(:-moz-any-link, :enabled, summary):hover .jp {
    color: #F15160;
  }
  .c-nav__item--team .c-nav__link:where(:any-link, :enabled, summary):hover .jp {
    color: #F15160;
  }
  .c-nav__item--support .c-nav__link:where(:-moz-any-link, :enabled, summary):hover .jp {
    color: #C4B05E;
  }
  .c-nav__item--support .c-nav__link:where(:any-link, :enabled, summary):hover .jp {
    color: #C4B05E;
  }
  .c-nav__item--about .c-nav__link:where(:-moz-any-link, :enabled, summary):hover .jp {
    color: #5A68BB;
  }
  .c-nav__item--about .c-nav__link:where(:any-link, :enabled, summary):hover .jp {
    color: #5A68BB;
  }
  .c-nav__item--entry .c-nav__link:where(:-moz-any-link, :enabled, summary):hover .jp {
    color: #8FC43D;
  }
  .c-nav__item--entry .c-nav__link:where(:any-link, :enabled, summary):hover .jp {
    color: #8FC43D;
  }
  .c-nav__item--home .c-nav__link:where(:-moz-any-link, :enabled, summary):hover .en {
    color: #F3962C;
  }
  .c-nav__item--home .c-nav__link:where(:any-link, :enabled, summary):hover .en {
    color: #F3962C;
  }
  .c-nav__item--team .c-nav__link:where(:-moz-any-link, :enabled, summary):hover .en {
    color: #F15160;
  }
  .c-nav__item--team .c-nav__link:where(:any-link, :enabled, summary):hover .en {
    color: #F15160;
  }
  .c-nav__item--support .c-nav__link:where(:-moz-any-link, :enabled, summary):hover .en {
    color: #C4B05E;
  }
  .c-nav__item--support .c-nav__link:where(:any-link, :enabled, summary):hover .en {
    color: #C4B05E;
  }
  .c-nav__item--about .c-nav__link:where(:-moz-any-link, :enabled, summary):hover .en {
    color: #5A68BB;
  }
  .c-nav__item--about .c-nav__link:where(:any-link, :enabled, summary):hover .en {
    color: #5A68BB;
  }
  .c-nav__item--entry .c-nav__link:where(:-moz-any-link, :enabled, summary):hover .en {
    color: #8FC43D;
  }
  .c-nav__item--entry .c-nav__link:where(:any-link, :enabled, summary):hover .en {
    color: #8FC43D;
  }
}
.c-nav__button {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 1;
  background-color: #8FC43D;
  cursor: pointer;
  z-index: 1011;
}
.is-active .c-nav__button {
  position: absolute;
}
@media screen and (min-width: 1100px), print {
  .c-nav__button {
    display: none;
  }
}
.is-active .c-nav__button .c-nav__button-icon {
  width: 30px;
  background-color: transparent;
}
.is-active .c-nav__button .c-nav__button-icon::before, .is-active .c-nav__button .c-nav__button-icon::after {
  margin-top: 0;
  background-color: #fff;
}
.is-active .c-nav__button .c-nav__button-icon::before {
  transform: rotate(45deg);
}
.is-active .c-nav__button .c-nav__button-icon::after {
  transform: rotate(-45deg);
}
.is-active .c-nav__button::after {
  content: "CLOSE";
}
.c-nav__button-icon {
  display: block;
  position: absolute;
  top: -18px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  margin: auto;
  background-color: #fff;
}
.c-nav__button-icon::before, .c-nav__button-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #fff;
  transition: transform 0.3s ease;
}
.c-nav__button-icon::before {
  margin-top: -8px;
}
.c-nav__button-icon::after {
  margin-top: 8px;
}
.c-nav__button::after {
  content: "MENU";
  display: block;
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 100%;
  line-height: 1;
  font-weight: 400;
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
}

/* --------------------------------

  o-nav__screen

-------------------------------- */
@media screen and (min-width: 1100px), print {
  .o-nav__screen {
    display: none;
  }
}
.o-nav__screen-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
  z-index: 1010;
}
.is-active .o-nav__screen-overlay {
  pointer-events: auto;
  opacity: 0.4;
  cursor: pointer;
}

/* --------------------------------

  main

-------------------------------- */
.l-main {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 100;
  flex: 1;
  background: #ffffff;
}
@media screen and (min-width: 1100px), print {
  .l-main {
    overflow: visible;
  }
}
.l-main__inner {
  position: relative;
}

/* --------------------------------

  footer

-------------------------------- */
.l-footer {
  position: relative;
  overflow: hidden;
  padding: 0 1em;
}
@media screen and (min-width: 1100px), print {
  .l-footer {
    padding: 0 2em;
  }
}
.l-footer__container {
  margin: 0 -1em;
}
@media screen and (min-width: 1100px), print {
  .l-footer__container {
    display: flex;
    margin: 0 -2em;
  }
}
.l-footer__logo {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background-color: #FCF9F5;
  padding: 3em 2em;
}
@media screen and (min-width: 1100px), print {
  .l-footer__logo {
    width: 30%;
    padding: 1em;
  }
}
.l-footer__recruit {
  margin-top: 1em;
}
.l-footer__contents {
  width: 100%;
  background-color: #fff;
  padding: 2rem;
}
@media screen and (min-width: 768px), print {
  .l-footer__contents {
    padding: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .l-footer__contents {
    padding: 4rem 4rem;
    width: 70%;
  }
}
@media screen and (min-width: 1440px), print {
  .l-footer__contents {
    padding: 5rem 7rem;
  }
}
.l-footer__nav-list > li {
  position: relative;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  color: #333;
  padding: 0 0 0 1.5em;
}
.l-footer__nav-list > li a {
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .l-footer__nav-list > li a:where(:-moz-any-link, :enabled, summary):hover {
    color: #F15160;
  }
  .l-footer__nav-list > li a:where(:any-link, :enabled, summary):hover {
    color: #F15160;
  }
}
.l-footer__nav-list > li:not(:last-child) {
  margin-bottom: 2rem;
}
.l-footer__nav-list > li:nth-child(2n)::before {
  color: #F59B34;
}
.l-footer__nav-list > li:nth-child(2n+1)::before {
  color: #FEB2B2;
}
.l-footer__nav-list > li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 480px), print {
  .l-footer__subnav-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 480px), print {
  .l-footer__subnav-wrap .l-footer__subnav-list {
    margin-top: 1.8em;
    padding: 0 4em 0 0;
  }
}
.l-footer__subnav-list {
  margin-top: 1.5rem;
}
.l-footer__subnav-list li:not(:last-child) {
  margin-bottom: 1rem;
}
.l-footer__subnav-list li a {
  position: relative;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.2;
  color: #333;
  margin-left: 1em;
  text-indent: -1em;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .l-footer__subnav-list li a:where(:-moz-any-link, :enabled, summary):hover {
    color: #F15160;
  }
  .l-footer__subnav-list li a:where(:any-link, :enabled, summary):hover {
    color: #F15160;
  }
}
.l-footer__navArea-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.8em -1.8rem 0;
}
@media screen and (min-width: 480px), print {
  .l-footer__navArea-inner {
    margin: 0 -1.5em -1.8rem 0;
  }
}
@media screen and (min-width: 768px), print {
  .l-footer__navArea-inner {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1440px), print {
  .l-footer__navArea-inner {
    margin: 0 0 -1.8rem 0;
  }
}
.l-footer__navArea--01 {
  padding: 0 0 2.5rem 0;
  margin: 0 0 2.5rem 0;
  border-bottom: 1px dashed #FE9999;
}
@media screen and (min-width: 1100px), print {
  .l-footer__navArea--01 {
    padding: 0 0 2.5rem 0.5em;
  }
}
.l-footer__navArea--01 .l-footer__nav-list {
  padding: 0 0.8em 1.8rem 0;
  width: 50%;
}
@media screen and (min-width: 480px), print {
  .l-footer__navArea--01 .l-footer__nav-list {
    padding: 0 1.5em 1.8rem 0;
  }
}
@media screen and (min-width: 768px), print {
  .l-footer__navArea--01 .l-footer__nav-list {
    width: auto;
  }
}
@media screen and (min-width: 1440px), print {
  .l-footer__navArea--01 .l-footer__nav-list {
    padding: 0 3em 1.8rem 0;
  }
}
@media screen and (min-width: 1100px), print {
  .l-footer__navArea--02 {
    padding: 0 0 0 0.5em;
  }
}
.l-footer__map {
  padding: 1.6rem 0;
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .l-footer__map {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 1440px), print {
  .l-footer__map {
    padding: 8rem 0;
  }
}
.l-footer__map iframe {
  border-radius: 2rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__map iframe {
    width: 100%;
    height: 350px;
    border-radius: 1rem;
  }
}

.c-footer__copy {
  text-align: center;
  display: block;
  font-weight: 400;
  color: #333;
  margin-top: 1.5em;
}
@media screen and (min-width: 768px), print {
  .c-footer__copy {
    margin-top: 3em;
    text-align: right;
  }
}
.c-footer__copy small {
  line-height: 1.2;
  font-size: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .c-footer__copy small {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-footer__copy span {
    display: none;
  }
}
.c-footer__pagetop {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 45px;
  height: 45px;
  text-align: center;
  overflow: hidden;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition-property: opacity;
  transition-duration: 0.3s;
}
@media screen and (min-width: 768px), print {
  .c-footer__pagetop {
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1100px), print {
  .c-footer__pagetop {
    right: 10px;
    bottom: 10px;
  }
}
.c-footer__pagetop.is-fixed {
  opacity: 1;
  pointer-events: auto;
}
.c-footer__pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 0.35rem;
  background-color: #F15160;
  transition-property: background-color;
  transition-duration: 0.2s;
}
.c-footer__pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #4AB7C8;
}
.c-footer__pagetop a:hover::before {
  border-color: #fff;
}
.c-footer__pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}

/* --------------------------------

  下層ページタイトル

-------------------------------- */
.c-page-title {
  position: relative;
  display: block;
  height: 300px;
  z-index: 105;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .c-page-title {
    height: 460px;
  }
}
.c-page-title__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding: 60px 0 0 0;
  background-image: url("../img/base/page-title.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
@media screen and (min-width: 1100px), print {
  .c-page-title__inner {
    padding: 150px 0 0 0;
  }
}
.c-page-title__name {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(143, 196, 61, 0.35);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1em;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .c-page-title__name {
    text-align: left;
    width: 35%;
    background-color: rgba(143, 196, 61, 0.8);
    padding: 1em min(100 * var(--vw1440), 100px);
  }
}
.c-page-title__name .en {
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1100px), print {
  .c-page-title__name .en {
    margin-bottom: 0.8rem;
    font-size: min(20 * var(--vw1440), 20px);
  }
}
.c-page-title__name .jp {
  display: block;
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .c-page-title__name .jp {
    font-size: min(48 * var(--vw1440), 48px);
    letter-spacing: 0.015em;
  }
}

/* --------------------------------

  アニメーション

-------------------------------- */
.js-anime.fadein-anime {
  opacity: 0;
  transform: translateY(30px);
  transition-property: opacity, transform;
  transition-timing-function: ease;
  transition-duration: 0.8s;
  transition-delay: 0.5s;
}
.js-anime.is-active.fadein-anime {
  opacity: 1;
  transform: translateY(0);
}

.top-hero__catch {
  opacity: 0;
  transform: translateY(30px);
  transition-property: opacity, transform;
  transition-timing-function: ease;
  transition-duration: 0.8s;
}
.top-hero__catch.is-active {
  opacity: 1;
  transform: translateY(0);
}

/* --------------------------------

  フォーム部品

-------------------------------- */
/* レイアウト用 */
.form-check {
  margin-bottom: 0;
  padding-left: 0;
}
.form-check-other {
  display: flex;
  align-items: center;
  margin-top: 2em;
}
@media screen and (max-width: 1099.98px) {
  .form-check-other {
    margin-top: 1em;
  }
}
@media screen and (max-width: 359.98px) {
  .form-check-other {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (min-width: 360px), print {
  .form-check-other .form-control {
    flex: 1;
  }
}
.form-check-inline {
  padding-left: 0;
}
.form-check-label {
  display: inline-flex;
  vertical-align: top;
  position: relative;
  font-weight: 400;
  cursor: pointer;
  font-size: 1.6rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767.98px) {
  .form-check-label {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 479.98px) {
  .form-check-label {
    font-size: 1.4rem;
  }
}
.form-check-icon {
  display: block;
  margin-right: 2.5em;
}
@media screen and (max-width: 1099.98px) {
  .form-check-icon {
    margin-right: 2.5em;
  }
}
.form-check-icon::before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 0.5rem;
  transition: border-color 0.2s, background-color 0.2s;
}
.form-check-radio::before {
  border-radius: 100%;
}
.form-check-radio::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: transparent;
  transition: background-color 0.2s;
}
.form-check-checkbox::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 20px;
  height: 13px;
  border-right: 5px solid #fff;
  border-top: 5px solid #fff;
  transform: rotate(125deg);
}
@media screen and (max-width: 1099.98px) {
  .form-check-checkbox::after {
    width: 20px;
    height: 13px;
    border-right: 5px solid #fff;
    border-top: 5px solid #fff;
  }
}
.form-check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form-check-input[type=radio]:checked + .form-check-icon::after {
  background-color: #F15160;
}
.form-check-input[type=checkbox]:checked + .form-check-checkbox::after {
  border-color: #F15160;
}
.form-check-input[type=checkbox].validate-error + .form-check-icon::before, .form-check-input[type=radio].validate-error + .form-check-icon::before {
  border-color: #BFDFFF;
}

.form-table {
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.form-table tbody {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .form-table tr {
    display: block;
  }
  .form-table tr:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 768px), print {
  .form-table tr:first-child th {
    border-top: 1px solid #DDDDDD;
  }
}
@media screen and (min-width: 768px), print {
  .form-table tr:first-child td {
    border-top: 1px solid #DDDDDD;
  }
}
.form-table th {
  position: relative;
  vertical-align: top;
  width: 256px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1.96em 1em 1.96em 1em;
  color: #000;
  background-color: #ffffff;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 1099.98px) {
  .form-table th {
    width: 230px;
  }
}
@media screen and (max-width: 767.98px) {
  .form-table th {
    display: flex;
    align-items: center;
    width: auto;
    padding: 0.6em 0 0.6em 0.5em;
    font-size: 1.6rem;
  }
}
.form-table td {
  vertical-align: middle;
  padding: 0.95em 1em 0.95em 1em;
  background-color: #ffffff;
}
@media screen and (min-width: 768px), print {
  .form-table td {
    border-bottom: 1px solid #DDDDDD;
  }
}
@media screen and (max-width: 767.98px) {
  .form-table td {
    display: block;
    padding: 0.6em 0.5em;
  }
}

/* レイアウト用：タイトル */
.form-label {
  max-width: 100%;
  min-width: 6em;
}

/* レイアウト用：チェックボックス・ラジオボタン */
.form-check {
  margin: 0 1.5em 1em 0;
}
@media screen and (max-width: 1099.98px) {
  .form-check {
    margin: 0 1.5em 1em 0;
  }
}
@media screen and (max-width: 767.98px) {
  .form-check {
    margin: 0 0 0.5em 0;
  }
}
.form-check-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5em -1em 0;
}
@media screen and (max-width: 1099.98px) {
  .form-check-wrap {
    margin: 0 -1.5em -1em 0;
  }
}
@media screen and (max-width: 767.98px) {
  .form-check-wrap {
    flex-direction: column;
    margin: 0 0 -0.5em 0;
    padding-top: 0;
  }
}
.form-check-wrap.__accent {
  padding-top: 0;
}

/* レイアウト用：画像添付 */
.form-area-picture .form-caution {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.form-area-picture .form-caution strong {
  display: block;
  position: relative;
  padding-left: 30px;
}
.form-area-picture .form-caution strong::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 2px;
  width: 20px;
  height: 20px;
  margin: auto;
  background: url(../img/base/exclamation.svg) center no-repeat;
  background-size: cover;
}
.form-area-picture .form-note-list {
  font-size: 0.85em;
  font-feature-settings: "palt" 1;
}
.form-area-picture .form-note-list span {
  color: #FED4E5;
  font-weight: bold;
}

.form-group {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .form-group {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form-group-item {
  display: flex;
  align-items: center;
}
.form-group-item:not(:last-child) {
  margin-right: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .form-group-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1.2rem;
  }
}

/* フォーム部品：タイトル */
.form-title {
  display: inline-block;
  vertical-align: middle;
  padding: 0.93em 0;
  font-weight: 400;
  line-height: 1.2;
  font-size: 1.6rem;
  color: #fff;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767.98px) {
  .form-title {
    padding: 0;
  }
}

/* フォーム部品：入力必須マーク */
.form-icon {
  display: flex;
  float: left;
  width: 62px;
  height: 27px;
  justify-content: center;
  align-items: center;
  margin: -0.1rem 1rem 0 0;
  font-size: 1.6rem;
  font-weight: 400;
  border-radius: 10em;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .form-icon {
    font-size: 1.4rem;
    margin: 0 0 0 1rem;
    width: 50px;
    height: 23px;
  }
}
.form-icon-required {
  background-color: #4CA230;
}
.form-icon-required::before {
  content: "必須";
}
.form-icon-free {
  background-color: #fff;
  color: #fff;
}
.form-icon-free::before {
  content: "任意";
}

/* フォーム部品：入力欄 */
.form-control {
  width: 100%;
  height: 60px;
  padding: 0 0.7em;
  color: #434343;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 0.5rem;
  border: 1px solid #ddd;
  background-color: #fff;
}
@media screen and (max-width: 1099.98px) {
  .form-control {
    font-size: 1.6rem;
    height: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  .form-control {
    height: 60px;
  }
}
.form-control:focus, .form-control:active {
  outline: none;
  border-color: #F15160;
  background-color: #fff;
  box-shadow: none;
}
.form-control-sm {
  max-width: 193px;
}
.form-control.__other {
  max-width: 403px;
  margin-left: 1em;
}
@media screen and (max-width: 359.98px) {
  .form-control.__other {
    margin-left: 0;
    margin-top: 0.7em;
  }
}
.form-control.form-short {
  max-width: 144px;
}
.form-control.form-middle {
  max-width: 240px;
}
.form-control.form-sm-middle {
  max-width: 420px;
}
.form-control.form-low {
  height: 1.6em;
}
@media screen and (max-width: 767.98px) {
  .form-control.form-low {
    height: 2em;
  }
}
.form-control.form-inline {
  display: inline-flex;
}
.form-control.form-inline-right {
  margin-left: 0.5em;
}
.form-control.form-inline-left {
  margin-right: 0.5em;
}
.form-control.form-inline-both {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.form-control.form-textarea {
  resize: vertical;
  vertical-align: top;
  height: 10.5em;
  min-height: 10em;
  max-height: 20em;
  padding: 0.5em 0.5em 0;
}
.form-control.form-textarea-low {
  height: 2.5em;
}
.form-control.form-textarea-high {
  height: 14.5em;
}

/* フォーム部品：セレクト */
.select-wrap {
  position: relative;
  color: #434343;
  background-color: #fff;
  width: 104px;
  flex: 1;
  overflow: hidden;
}
.select-wrap select {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 40px;
  padding: 0.5rem 2.5rem 0.5rem 1.3rem;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: inherit;
  color: #000;
  border: 1px solid #707070;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-wrap select:focus, .select-wrap select:active {
  outline: none;
}
.select-wrap select::-ms-expand {
  display: none;
}
.select-wrap .select-icon {
  display: block;
  position: absolute;
  top: -2px;
  right: 12px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  transform: rotate(-135deg);
  pointer-events: none;
  z-index: 1;
}

.select-txt {
  margin-left: 0.8rem;
}

/* フォーム部品：ラジオボタン、チェックボックス共通 */
.form-box {
  position: absolute;
  opacity: 0;
}
.form-box + label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
  padding-left: 26px;
  cursor: pointer;
}
.form-box + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  border: 1px solid #ccc;
  background: #fff;
}
.form-box + label::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
}
.form-box:checked + label {
  color: #4AB7C8;
}
.form-box:checked + label::before {
  border-color: #4AB7C8;
}

/* フォーム部品：ラジオボタン */
.form-box-radio + label::before {
  border-radius: 100%;
}
.form-box-radio + label::after {
  top: 0;
  bottom: 0;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100%;
  opacity: 1;
}
.form-box-radio:checked + label::after {
  background-color: #4AB7C8;
  opacity: 1;
}

/* フォーム部品：チェックボックス */
.form-box-check + label::before {
  border-radius: 0;
}
.form-box-check + label::after {
  top: -10px;
  bottom: 0;
  left: 3px;
  width: 20px;
  height: 10px;
  border-left: 3px solid #4AB7C8;
  border-bottom: 3px solid #4AB7C8;
  opacity: 0;
  transform: rotate(-45deg);
}
.form-box-check:checked + label::after {
  opacity: 1;
}

/* フォーム部品：エラーメッセージ */
input.validate-error,
select.validate-error,
textarea.validate-error {
  border-color: #B20000;
}

span.validate-error {
  display: block !important;
  font-size: 0.85em;
  color: #B20000;
}
span.validate-error:first-of-type {
  margin-top: 0.5em;
}
.error-message-check span.validate-error:first-of-type {
  margin-top: 0;
  margin-bottom: -0.5em;
}
.error-message-check span.validate-error:not(:first-of-type) {
  display: none !important;
}

/* フォーム部品：送信ボタン */
.form-buttons {
  margin-top: 3em;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .form-buttons {
    margin-top: 2em;
  }
}

.form-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  border-radius: 10em;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  font-size: 2rem;
  padding: 1.5rem 5rem;
  text-align: center;
  overflow: hidden;
  background: #FE871F;
  transition: background-color 0.3s ease;
}
@media (hover: hover) {
  .form-button:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #4CA230;
  }
  .form-button:where(:any-link, :enabled, summary):hover {
    background-color: #4CA230;
  }
}
.form-button span {
  position: relative;
  z-index: 2;
}
.form-button-back:hover {
  border-color: #4AB7C8;
  background: #4AB7C8;
}
.form-button-inline {
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.7em 1em;
  font-size: 1.8rem;
}
.form-button-inline::after {
  display: none;
}
.form-button-search {
  border-color: #4AB7C8;
  background: #4AB7C8;
}
.form-button-search:hover {
  border-color: #4AB7C8;
  background: #4AB7C8;
}
.form-button-upload {
  margin: 0;
  padding: 0.8em 1em;
  font-size: 1.1em;
  color: #fff;
  background: #e21664;
}
.form-button-upload:hover {
  color: #fff;
  text-decoration: none;
  background: #ffa448;
}
.form-button-upload::after {
  display: none;
}

.link-button[disabled] {
  pointer-events: none;
}

.contact-conf-buttons .link-button {
  margin: 0.2em;
}

.privacy-check-agree {
  text-align: center;
  margin-top: 3em;
}
.privacy-check-agree input {
  display: none;
}
.privacy-check-agree input:checked + label::after {
  opacity: 1;
}
.privacy-check-agree input:checked + label::before {
  background-color: #F15160;
}
.privacy-check-agree a {
  color: #F15160;
}
.privacy-check-agree label {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
  padding-left: 2.2em;
  display: inline-block;
}
@media screen and (min-width: 480px), print {
  .privacy-check-agree label {
    font-size: 1.6rem;
    padding-left: 2em;
  }
}
.privacy-check-agree label::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #000;
  border-radius: 0.5rem;
}
@media screen and (min-width: 480px), print {
  .privacy-check-agree label::before {
    top: -2px;
  }
}
@media screen and (max-width: 575.98px) {
  .privacy-check-agree label::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
.privacy-check-agree label::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 0px;
  display: block;
  width: 8px;
  height: 12px;
  transform: rotate(-140deg);
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  opacity: 0;
}
@media screen and (min-width: 480px), print {
  .privacy-check-agree label::after {
    top: 1px;
  }
}
@media screen and (max-width: 575.98px) {
  .privacy-check-agree label::after {
    top: 12px;
  }
}
@media screen and (max-width: 479.98px) {
  .privacy-check-agree label::after {
    top: 9px;
  }
}
.privacy-check-agree span {
  text-decoration: underline;
}

/* --------------------------------

  ローディング

-------------------------------- */
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center;
  color: #fff;
  background-color: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* --------------------------------

  トップページ

-------------------------------- */
/* メインビジュアル */
.top-hero {
  position: relative;
  margin: 0;
  background-image: url("../img/top/bg.png");
  background-position: center;
  padding: 6rem 0 6rem 0;
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .top-hero {
    padding: 0 0 9rem 0;
  }
}
.top-hero__img img {
  width: 100%;
  height: auto;
}
.top-hero__content {
  padding: 0 1em;
}
@media screen and (min-width: 1100px), print {
  .top-hero__content {
    padding: 0 2em;
    margin-top: -3em;
  }
}
.top-hero__button {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem 1rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .top-hero__button {
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-hero__button {
    margin-top: 5rem;
    gap: 3rem;
  }
}
.top-hero__text {
  text-align: center;
  line-height: 2.2;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .top-hero__text {
    letter-spacing: 0.196em;
    line-height: 2.4;
  }
}
.top-hero__text .text_01 {
  display: block;
  font-size: min(20 * var(--vw600), 20px);
}
@media screen and (min-width: 1100px), print {
  .top-hero__text .text_01 {
    font-size: min(23 * var(--vw1600), 23px);
  }
}
.top-hero__text .text_01 span {
  color: #F15160;
  font-size: min(28 * var(--vw600), 28px);
}
@media screen and (min-width: 1100px), print {
  .top-hero__text .text_01 span {
    font-size: min(34 * var(--vw1600), 34px);
  }
}
.top-hero__text .text_02 {
  display: block;
  font-size: min(18 * var(--vw600), 18px);
}
@media screen and (min-width: 1100px), print {
  .top-hero__text .text_02 {
    font-size: min(20 * var(--vw1600), 20px);
  }
}
.top-hero__text .text_02 span {
  color: #4AB7C8;
  font-size: min(24 * var(--vw600), 24px);
}
@media screen and (min-width: 1100px), print {
  .top-hero__text .text_02 span {
    font-size: min(28 * var(--vw1600), 28px);
  }
}
.top-hero__catch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #F15160;
  line-height: 1.6;
  font-size: min(50 * var(--vw1100), 50px);
  font-weight: 900;
  letter-spacing: 0.18em;
  padding: min(220 * var(--vw768), 220px) min(60 * var(--vw768), 60px) 0 min(60 * var(--vw768), 60px);
}
@media screen and (min-width: 480px), print {
  .top-hero__catch {
    padding: min(200 * var(--vw768), 200px) min(60 * var(--vw768), 60px) 0 min(60 * var(--vw768), 60px);
  }
}
@media screen and (min-width: 768px), print {
  .top-hero__catch {
    padding: min(220 * var(--vw1100), 220px) min(90 * var(--vw1100), 90px) 0 min(90 * var(--vw1100), 90px);
  }
}
@media screen and (min-width: 1100px), print {
  .top-hero__catch {
    padding: min(380 * var(--vw1600), 380px) min(200 * var(--vw1600), 200px) 0 min(200 * var(--vw1600), 200px);
    font-size: min(50 * var(--vw1600), 50px);
  }
}
.top-hero__catch .large {
  font-size: min(61 * var(--vw1100), 61px);
}
@media screen and (min-width: 1100px), print {
  .top-hero__catch .large {
    font-size: min(61 * var(--vw1600), 61px);
  }
}
.top-hero__catch .catch_01 {
  display: block;
  -webkit-text-stroke: 4px #fff;
  text-stroke: 4px #fff;
  paint-order: stroke;
}
@media screen and (min-width: 1100px), print {
  .top-hero__catch .catch_01 {
    -webkit-text-stroke: 9px #fff;
    text-stroke: 9px #fff;
  }
}
.top-hero__catch .catch_02 {
  display: block;
  text-indent: 1em;
  -webkit-text-stroke: 4px #fff;
  text-stroke: 4px #fff;
  paint-order: stroke;
}
@media screen and (min-width: 1100px), print {
  .top-hero__catch .catch_02 {
    -webkit-text-stroke: 9px #fff;
    text-stroke: 9px #fff;
  }
}

.top-about {
  position: relative;
  background-color: #fff;
  padding: 5rem 1em;
}
@media screen and (min-width: 1100px), print {
  .top-about {
    padding: 10rem 2em;
  }
}
.top-about__container {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 5rem;
}
@media screen and (min-width: 1100px), print {
  .top-about__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
.top-about__heading {
  display: block;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px), print {
  .top-about__heading {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-about__heading {
    margin-bottom: 5rem;
    font-size: 2.8rem;
    letter-spacing: 0.145em;
  }
}
.top-about__heading span {
  font-size: 1.8rem;
}
@media screen and (min-width: 360px), print {
  .top-about__heading span {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px), print {
  .top-about__heading span {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-about__heading span {
    font-size: 3.6rem;
  }
}
.top-about__logo {
  text-align: center;
  margin-bottom: 2rem;
}
.top-about__subheading {
  display: block;
  text-align: center;
  line-height: 1.2;
  padding: 1.6rem;
  border-radius: 1rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.015em;
  font-size: 2rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px), print {
  .top-about__subheading {
    font-size: 2.8rem;
    padding: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-about__subheading {
    margin-bottom: 5rem;
  }
}
.top-about__school {
  display: grid;
  gap: 4rem;
}
@media screen and (min-width: 480px), print {
  .top-about__school {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media screen and (min-width: 768px), print {
  .top-about__school {
    gap: 4rem;
  }
}
.top-about__school-logo {
  display: block;
  text-align: center;
  place-content: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 480px), print {
  .top-about__school-logo {
    min-height: 70px;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 479.98px) {
  .top-about__school-logo {
    max-width: 200px;
    margin: 0 auto 2rem;
  }
}
.top-about__school-img img {
  width: 100%;
  height: auto;
}

.top-news {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/top/bg.png");
  background-position: center;
  padding: 5rem 1em;
}
@media screen and (min-width: 1100px), print {
  .top-news {
    padding: 10rem 2em;
  }
}
.top-news__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.top-news__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .top-news__header {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-news__header {
    flex-direction: column;
  }
}
.top-news__heading {
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  font-size: 2.4rem;
  letter-spacing: 0.015em;
  font-weight: 700;
  padding: 0 0 1.5em 0;
}
@media screen and (min-width: 768px), print {
  .top-news__heading {
    font-size: 2.6rem;
    padding: 0 0 1.3em 0;
  }
}
@media screen and (min-width: 1100px), print {
  .top-news__heading {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-news__heading {
    margin-bottom: 1.6rem;
    line-height: 1.6;
  }
}
.top-news__heading::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 33px;
  background: url("../img/base/heading_line_01.png") no-repeat center/contain;
}

.top-data {
  position: relative;
  background-color: #fff;
  padding: 3rem 1em 6rem 1em;
}
@media screen and (min-width: 1100px), print {
  .top-data {
    padding: 9rem 2em 12rem 2em;
  }
}
.top-data__heading {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1100px), print {
  .top-data__heading {
    margin-bottom: 7rem;
  }
}
.top-data__heading .en {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #9D5D87;
  line-height: 1.2;
  font-size: 6rem;
  letter-spacing: 0.015em;
  font-weight: 700;
  padding: 0 0.5em 0.45em 0.5em;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px), print {
  .top-data__heading .en {
    font-size: 8rem;
    padding: 0 1em 0.45em 1em;
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-data__heading .en {
    font-size: 8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-data__heading .en {
    margin-bottom: 1.6rem;
    line-height: 1.6;
  }
}
.top-data__heading .en::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 23px;
  background: url("../img/base/heading_line_02.png") no-repeat center/contain;
}
.top-data__heading .jp {
  display: block;
  line-height: 1.2;
  letter-spacing: 0.015em;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (min-width: 480px), print {
  .top-data__heading .jp {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px), print {
  .top-data__heading .jp {
    font-size: 2.5rem;
  }
}
.top-data__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (min-width: 640px), print {
  .top-data__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1100px), print {
  .top-data__container {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 768px), print {
  .top-data__container {
    gap: 2rem;
  }
}
.top-data__item {
  background-color: #F6F4EB;
  border-radius: 1rem;
}
.top-data__item--01 {
  padding: 3rem 1.6rem;
}
@media screen and (min-width: 640px), print {
  .top-data__item--01 {
    padding: 3.5rem 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-data__item--01 {
    grid-column: 1/span 3;
    grid-row: 1;
    padding: 5.5rem 3rem;
  }
}
.top-data__item--02 {
  padding: 3rem 1.6rem;
}
@media screen and (min-width: 640px), print {
  .top-data__item--02 {
    padding: 3.5rem 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-data__item--02 {
    grid-column: 4/span 3;
    grid-row: 1;
    padding: 5.5rem 3rem;
  }
}
.top-data__item--03 {
  padding: 3rem 1.6rem;
}
@media screen and (min-width: 640px), print {
  .top-data__item--03 {
    padding: 3rem 1.6rem 1.6rem 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-data__item--03 {
    grid-column: 1/span 2;
    grid-row: 2;
    padding: 5.5rem 3rem 3rem 3rem;
  }
}
.top-data__item--04 {
  padding: 3rem 1.6rem;
}
@media screen and (min-width: 640px), print {
  .top-data__item--04 {
    padding: 3rem 1.6rem 1.6rem 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-data__item--04 {
    grid-column: 3/span 2;
    grid-row: 2;
    padding: 5.5rem 3rem 3rem 3rem;
  }
}
@media screen and (min-width: 640px), print {
  .top-data__item--04 .top-data__title {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-data__item--04 .top-data__title {
    margin-bottom: 5rem;
  }
}
.top-data__item--05 {
  padding: 3rem 1.6rem;
}
@media screen and (min-width: 640px), print {
  .top-data__item--05 {
    grid-column: 1/-1;
    padding: 3rem 1.6rem 1.6rem 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-data__item--05 {
    grid-column: 5/span 2;
    grid-row: 2;
    padding: 5.5rem 3rem 3rem 3rem;
  }
}
.top-data__title {
  position: relative;
  display: block;
  line-height: 1.2;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  margin-bottom: 0.6rem;
  font-weight: 700;
}
@media screen and (min-width: 640px), print {
  .top-data__title {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-data__title {
    font-size: 2rem;
    letter-spacing: 0.18em;
  }
}
.top-data__graph {
  text-align: center;
}
@media screen and (max-width: 1099.98px) {
  .top-data__graph {
    max-width: 180px;
    margin: 0 auto;
  }
}
.top-data__num {
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #FB9C33;
  font-size: 5.5rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .top-data__num {
    font-size: 7.8rem;
    letter-spacing: 0.05em;
  }
}
.top-data__num span {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1100px), print {
  .top-data__num span {
    font-size: 3.4rem;
    letter-spacing: 0.18em;
  }
}
.top-data__history {
  margin-top: 2.5rem;
}
@media screen and (max-width: 1099.98px) {
  .top-data__history {
    max-width: 220px;
    margin: 0 auto;
    margin-top: 2rem;
  }
}
.top-data__history dl {
  display: flex;
}
.top-data__history dl dt {
  width: 14.5rem;
}
@media screen and (min-width: 1100px), print {
  .top-data__history dl dt {
    width: 19rem;
  }
}
.top-data__history dl dt, .top-data__history dl dd {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1100px), print {
  .top-data__history dl dt, .top-data__history dl dd {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1280px), print {
  .top-data__history dl dt, .top-data__history dl dd {
    letter-spacing: 0.18em;
    font-size: 1.6rem;
  }
}

.top-voice {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/top/bg.png");
  background-position: center;
  padding: 6rem 1em;
}
@media screen and (min-width: 1100px), print {
  .top-voice {
    padding: 12rem 2em;
  }
}
.top-voice__container {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.top-voice__header {
  max-width: 1200px;
  width: 100%;
  text-align: center;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 1100px), print {
  .top-voice__header {
    margin: 0 auto 5rem;
  }
}
.top-voice__text {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .top-voice__text {
    line-height: 2;
    font-size: 1.8rem;
  }
}
.top-voice__heading {
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  font-size: 2.2rem;
  letter-spacing: 0.015em;
  font-weight: 700;
  padding: 0 0.5em 1.5em 0.5em;
  margin-bottom: 2rem;
}
@media screen and (min-width: 360px), print {
  .top-voice__heading {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px), print {
  .top-voice__heading {
    font-size: 2.6rem;
    padding: 0 0.5em 1.5em 0.5em;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-voice__heading {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-voice__heading {
    line-height: 1.6;
  }
}
.top-voice__heading::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 39px;
  background: url("../img/base/heading_line_03.png") no-repeat center/contain;
}
.top-voice__container {
  display: grid;
  gap: 4.4rem 2rem;
}
@media screen and (min-width: 480px), print {
  .top-voice__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1100px), print {
  .top-voice__container {
    grid-template-columns: repeat(4, 1fr);
    gap: 4.4rem;
  }
}
.top-voice__item {
  text-align: center;
}
.top-voice__logo {
  margin-bottom: 1.6rem;
  place-content: center;
  text-align: center;
}
@media screen and (min-width: 480px), print {
  .top-voice__logo {
    margin-bottom: 2rem;
    min-height: 70px;
  }
}
@media screen and (max-width: 479.98px) {
  .top-voice__logo {
    max-width: 250px;
    margin: 0 auto 2rem;
  }
}
.top-voice__more {
  text-align: center;
}
.top-voice__more .c-link-button {
  margin: 0 auto;
  max-width: 260px;
}
.top-voice__img {
  text-align: center;
  margin-bottom: 2rem;
}
.top-voice__img img {
  border-radius: 1rem;
}
.top-voice__name {
  display: block;
  text-align: center;
  line-height: 1.2;
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px), print {
  .top-voice__name {
    letter-spacing: 0.19em;
    font-size: 2.6rem;
  }
}

/* --------------------------------

  下層ページ

-------------------------------- */
.l-section {
  position: relative;
  overflow: hidden;
  padding: 5rem 1em;
}
@media screen and (min-width: 1100px), print {
  .l-section {
    padding: 10rem 2em;
  }
}
.l-section .c-inner {
  max-width: 1200px;
}
.l-section.bg_type_01 {
  background-image: url("../img/top/bg.png");
  background-position: center;
}
.l-section__block:not(:last-child) {
  margin-bottom: 7rem;
}
@media screen and (min-width: 1100px), print {
  .l-section__block:not(:last-child) {
    margin-bottom: 15rem;
  }
}

.p-contact {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/top/bg.png");
  background-position: center;
}
.p-contact__img img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px), print {
  .p-contact__img img {
    height: 336px;
  }
}
.p-contact__container {
  padding: 5rem 1em;
}
@media screen and (min-width: 1100px), print {
  .p-contact__container {
    padding: 10rem 2em;
  }
}
.p-contact__heading {
  display: block;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  color: #F3962C;
  font-size: 3rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px), print {
  .p-contact__heading {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-contact__heading {
    font-size: 4.5rem;
  }
}
.p-contact__text {
  text-align: center;
  line-height: 1.8;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px), print {
  .p-contact__text {
    font-size: 2rem;
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-contact__text {
    font-size: 2.4rem;
  }
}

/* 求人情報　プログラム */
.recruit-result-job {
  display: flex;
  align-items: center;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 767.98px) {
  .recruit-result-job {
    flex-direction: column;
    align-items: flex-start;
  }
}
.recruit-result-job .title {
  display: block;
  width: 256px;
  line-height: 1.2;
  font-size: 1.6rem;
  color: #434343;
  font-weight: 400;
}
@media screen and (max-width: 1099.98px) {
  .recruit-result-job .title {
    width: 230px;
  }
}
@media screen and (max-width: 767.98px) {
  .recruit-result-job .title {
    font-size: 1.6rem;
    font-weight: 500;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    padding: 0 0 0.6em 0.5em;
    margin-bottom: 0.7em;
  }
}
.recruit-result-job .result-text {
  padding-left: 1em;
}
@media screen and (max-width: 767.98px) {
  .recruit-result-job .result-text {
    padding-left: 0.5em;
  }
}
.recruit-result-job .result-text input {
  display: none;
}
.recruit-result-job .result-text span {
  display: block;
  line-height: 1.2;
  font-size: 1.8rem;
  color: #434343;
  font-weight: 400;
}
@media screen and (max-width: 1099.98px) {
  .recruit-result-job .result-text span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .recruit-result-job .result-text span {
    font-size: 1.4rem;
  }
}
.recruit-detail .recruit-content-img {
  position: relative;
  display: block;
  width: 280px;
  border: 1px solid #F3F3F3;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .recruit-detail .recruit-content-img {
    width: 200px;
  }
}
@media screen and (max-width: 479.98px) {
  .recruit-detail .recruit-content-img {
    width: 100%;
  }
}
.recruit-detail .recruit-content-img::before {
  content: "";
  display: block;
  padding-top: 78%;
}
.recruit-detail-form {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1099.98px) {
  .recruit-detail-form {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .recruit-detail-form {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.recruit-detail-container {
  margin-top: 4rem;
}
@media screen and (max-width: 1099.98px) {
  .recruit-detail-container {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .recruit-detail-container {
    margin-top: 2rem;
  }
}
.recruit-detail-table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (min-width: 768px), print {
  .recruit-detail-table tr:first-child th, .recruit-detail-table tr:first-child td {
    border-top: 1px solid #ddd;
  }
}
.recruit-detail-table th {
  width: 21rem;
  font-weight: 700;
  color: #434343;
  background-color: #EEE;
}
@media screen and (max-width: 767.98px) {
  .recruit-detail-table th {
    width: 100%;
  }
}
.recruit-detail-table td {
  font-weight: 400;
  color: #434343;
  background-color: #fff;
}
.recruit-detail-table th,
.recruit-detail-table td {
  vertical-align: top;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  padding: 2rem 2.6rem;
}
@media screen and (min-width: 768px), print {
  .recruit-detail-table th,
  .recruit-detail-table td {
    border-bottom: 1px solid #ddd;
  }
}
@media screen and (max-width: 1099.98px) {
  .recruit-detail-table th,
  .recruit-detail-table td {
    padding: 2rem 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .recruit-detail-table th,
  .recruit-detail-table td {
    letter-spacing: 0;
    font-size: 1.4rem;
    padding: 1.5rem 1.5rem;
    display: block;
  }
}
.recruit-content-item {
  position: relative;
}
.recruit-content-item:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  .recruit-content-item:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.recruit-content-container {
  display: flex;
}
@media screen and (max-width: 479.98px) {
  .recruit-content-container {
    flex-direction: column;
    align-items: center;
  }
}
.recruit-content-img {
  position: relative;
}
@media screen and (max-width: 479.98px) {
  .recruit-content-img {
    width: 100%;
  }
}
.recruit-content-img a {
  position: relative;
  display: block;
  width: 300px;
  border: 1px solid #F3F3F3;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .recruit-content-img a {
    width: 200px;
  }
}
@media screen and (max-width: 479.98px) {
  .recruit-content-img a {
    width: 100%;
  }
}
.recruit-content-img a::before {
  content: "";
  display: block;
  padding-top: 73%;
}
@media (hover: hover) {
  .recruit-content-img a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .recruit-content-img a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.recruit-content-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.recruit-content-main {
  flex: 1;
  min-width: 0;
  margin-left: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  .recruit-content-main {
    margin-left: 1.6rem;
  }
}
@media screen and (max-width: 479.98px) {
  .recruit-content-main {
    margin-left: 0;
    margin-top: 2rem;
    width: 100%;
  }
}
.recruit-content-label {
  display: flex;
  margin: 0 -1rem 1.5rem 0;
}
@media screen and (max-width: 767.98px) {
  .recruit-content-label {
    margin: 0 -0.5rem 1rem 0;
  }
}
@media screen and (max-width: 479.98px) {
  .recruit-content-label {
    justify-content: center;
  }
}
.recruit-content-label li {
  padding: 0 1rem 1rem 0;
}
@media screen and (max-width: 767.98px) {
  .recruit-content-label li {
    padding: 0 0.5rem 0.5rem 0;
  }
}
.recruit-content-label li span {
  position: relative;
  display: inline-block;
  color: #fff;
  line-height: 1.75;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .recruit-content-label li span {
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
  }
}
.recruit-content-label li span.label_type_01 {
  background-color: #4CA230;
}
.recruit-content-label li span.label_type_02 {
  background-color: #FC3A5F;
}
.recruit-content-text {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (max-width: 767.98px) {
  .recruit-content-text {
    font-size: 1.4rem;
  }
}
.recruit-content-more {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767.98px) {
  .recruit-content-more {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 479.98px) {
  .recruit-content-more {
    text-align: center;
  }
}
.recruit-select-block {
  margin-bottom: 4.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 767.98px) {
  .recruit-select-block {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    text-align: center;
  }
}
.recruit-select-result {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #FF2828;
  margin-left: 1.6rem;
}
.recruit-select-box {
  position: relative;
  margin-right: 1.5rem;
  color: #000;
  background-color: #fff;
  max-width: 280px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1279.98px) {
  .recruit-select-box {
    max-width: 200px;
  }
}
@media screen and (max-width: 767.98px) {
  .recruit-select-box {
    margin: 0 0 1.5rem 0;
    max-width: 220px;
  }
}
.recruit-select-box select {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 60px;
  padding: 0.5rem 3.3rem 0.5rem 2rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: inherit;
  color: #000;
  text-align: left;
  border-radius: 1rem;
  border: 1px solid #999;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.recruit-select-box select:focus, .recruit-select-box select:active {
  outline: none;
}
.recruit-select-box select::-ms-expand {
  display: none;
}
.recruit-select-box .select-icon {
  display: block;
  position: absolute;
  top: -2px;
  right: 20px;
  bottom: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-135deg);
  pointer-events: none;
  z-index: 1;
}
.recruit-select-content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .recruit-select-content {
    flex-direction: column;
  }
}

/* --------------------------------

  投稿系ページ

-------------------------------- */
.news-detail .news-date {
  width: 100%;
  margin: 0 0 1rem 0;
}
.news-body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.news-back {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .news-back {
    margin-top: 5rem;
  }
}
.news-back .c-link-button {
  margin: 0 auto;
}
.news-list.news-list-archive .news-topics {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .news-list.news-list-archive .news-date {
    margin: 0 0 1rem 0;
  }
}
.news-category {
  display: block;
  width: 190px;
  height: 38px;
  border-radius: 1rem;
  text-align: center;
  place-content: center;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  margin: 0 1.5em 0 0;
}
@media screen and (max-width: 767.98px) {
  .news-category {
    margin: 0;
    font-size: 1.4rem;
    width: 160px;
    height: 30px;
    position: absolute;
    top: -0.3em;
    left: 10rem;
  }
}
.news-category.takakikai {
  background-color: #9B9B9B;
}
.news-category.sakura {
  background-color: #EF9F9F;
}
.news-category.alice {
  background-color: #0097E9;
}
.news-category.alicekuni {
  background-color: #C45151;
}
.news-category.tsubame {
  background-color: #394D87;
}
@media screen and (min-width: 768px), print {
  .news-topics {
    display: flex;
  }
}
.news-topics:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px), print {
  .news-topics:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.news-date {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  width: 120px;
  border-radius: 0.5rem;
  margin: 0 0 0.45rem 0;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-date {
    margin: 0 3rem 0 0;
    letter-spacing: 0.05em;
    font-size: 2.1rem;
  }
}
.news-title {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .news-title {
    font-size: 2.1rem;
    letter-spacing: 0.05em;
  }
}
.news-link {
  color: #434343;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .news-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #F15160;
    text-decoration: underline;
  }
  .news-link:where(:any-link, :enabled, summary):hover {
    color: #F15160;
    text-decoration: underline;
  }
}

.news-thumb-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem -2rem 0;
}
@media screen and (min-width: 768px), print {
  .news-thumb-list {
    margin: 0 -2rem -2rem 0;
  }
}
@media screen and (min-width: 1100px), print {
  .news-thumb-list {
    margin: 0 -4rem -3rem 0;
  }
}
.news-thumb-title {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .news-thumb-title {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .news-thumb-title {
    letter-spacing: 0.03em;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.news-thumb-date {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  text-align: center;
  color: #000000;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1100px), print {
  .news-thumb-date {
    letter-spacing: 0.03em;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.news-thumb-link {
  position: relative;
  display: block;
  color: #F15160;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .news-thumb-link:where(:-moz-any-link, :enabled, summary):hover .news-thumb-title {
    text-decoration: none;
  }
  .news-thumb-link:where(:any-link, :enabled, summary):hover .news-thumb-title {
    text-decoration: none;
  }
}
.news-thumb-topics {
  padding: 0 1rem 2rem 0;
  width: 50%;
}
@media screen and (min-width: 480px), print {
  .news-thumb-topics {
    width: 50%;
  }
}
@media screen and (min-width: 768px), print {
  .news-thumb-topics {
    padding: 0 2rem 2rem 0;
    width: 33.33333%;
  }
}
@media screen and (min-width: 1100px), print {
  .news-thumb-topics {
    padding: 0 4rem 3rem 0;
    width: 33.33333%;
  }
}
.news-thumb-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .news-thumb-img {
    margin-bottom: 1.5rem;
  }
}
.news-thumb-img::before {
  content: "";
  display: block;
  padding-top: 80%;
}
.news-thumb-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1rem;
}

/* topics_paging */
#topics_paging, #topics_paging li {
  display: -ms-flexbox;
}

#topics_paging_all {
  margin-bottom: 0.75rem;
  text-align: center;
}

#topics_paging {
  display: flex;
  justify-content: center;
  margin: 0 -1em;
}

#topics_paging li {
  display: flex;
  align-items: center;
  margin: 0 0.25rem;
  padding: 0.75rem 1rem 0.77rem;
  line-height: 1.2;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  border-radius: 0;
  border: 1px solid #eee;
  background-color: #fff;
  list-style-type: none;
  list-style-image: none;
}

#topics_paging a {
  display: block;
  margin: -0.75rem -1rem;
  padding: 0.75rem 1rem;
  color: #333;
}

#topics_paging a:hover {
  color: #0081BF;
  text-decoration: none;
}

.list-link {
  background: #8FC43D;
  color: #fff;
  padding: 10px 25px;
  border-radius: 15px;
  font-weight: bold;
}

.list-link:hover {
  opacity: 0.8;
}/*# sourceMappingURL=styles.css.map */