@charset "UTF-8";
/*ブレイクポイント----------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  font-size: 1.6rem;
  margin: 0; }

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

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

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

/**
 * 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;
  font-size: 1em; }

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

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

/**
 * 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;
  font-size: 1em; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
.font-jp {
  font-family: fot-tsukuardgothic-std, sans-serif; }

.font-en {
  font-family: "vincente", "Noto Serif JP", serif; }

html {
  font-size: 14px; }

body {
  font-size: 1rem;
  letter-spacing: .6px;
  line-height: 1.8;
  font-family: fot-tsukuardgothic-std, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  clear: both; }

p {
  margin-top: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

.section-head {
  text-align: center; }
  .section-head__subtitle {
    display: block;
    font-size: 1.3rem;
    letter-spacing: 7px;
    margin-top: 12px;
    text-transform: uppercase; }
  .section-head__title {
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 5px;
    text-align: center;
    margin-bottom: 72px; }

.section-title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 72px; }

.section-title__border {
  font-size: 1.8rem;
  letter-spacing: 3px;
  position: relative;
  text-align: center;
  margin-bottom: 120px; }
  @media (max-width: 768px) {
    .section-title__border {
      font-size: 1.6rem;
      letter-spacing: 4px;
      margin-bottom: 88px; } }
  .section-title__border span {
    color: #009fe8;
    font-size: 1.2rem;
    display: block;
    margin-bottom: 4px; }
  .section-title__border:before {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 40px);
    width: 80px;
    height: 3px;
    content: '';
    border-radius: 3px;
    background: #009fe8; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #fffef3;
  color: #333333; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

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

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* 通常サイズのブラウザに適用する基本的なテーブルのスタイル */
table {
  border-collapse: collapse;
  /* セルの境界線を重ね合わせるため、ボーダーを重ねる */
  width: 100%;
  /* テーブルの幅を100%に設定 */ }
  table th,
  table td {
    padding: 30px 30px;
    border-top: 1px solid #6a6a6a;
    border-bottom: 1px solid #6a6a6a;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: none;
    border-right: none; }

.responsive-table th,
.responsive-table td {
  padding: 30px 30px;
  border-top: 1px solid #6a6a6a;
  border-bottom: 1px solid #6a6a6a;
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: none;
  border-right: none; }

.responsive-table th {
  width: 25%; }

.responsive-table td {
  text-align: left; }
  .responsive-table td p {
    line-height: 30px;
    margin-bottom: 0; }

.responsive-table strong {
  font-weight: bold; }

/* ブラウザサイズが600px以下になったときのスタイル */
@media screen and (max-width: 768px) {
  .responsive-table {
    width: 100%;
    /* テーブルの幅を100%に設定 */ }
    .responsive-table th,
    .responsive-table td {
      display: block;
      /* ブロック要素として表示 */
      width: 100%;
      /* 幅を100%に設定 */
      border-bottom: none;
      /* セルの下部の境界線を削除 */
      padding: 30px 15px 30px 15px; }
    .responsive-table th {
      border-bottom: none;
      font-weight: bold;
      background: #F8FCFB;
      padding: 15px 10px;
      border-bottom: solid 1px #cacaca; }
    .responsive-table td {
      background: #fff;
      border-top: none;
      padding: 20px 10px; }
    .responsive-table tr:last-child {
      border-bottom: 1px solid #6a6a6a; } }

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 12px; }
  .schedule-table th,
  .schedule-table td {
    position: relative;
    padding: 8px 12px;
    text-align: center;
    border: solid 1px #8d8d8d; }
  .schedule-table th:first-child,
  .schedule-table td:first-child {
    padding-right: 1.2rem;
    text-align: center; }
  .schedule-table th::before,
  .schedule-table td::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(185, 177, 164, 0.3); }
  .schedule-table .open-txt,
  .schedule-table .open-hours {
    letter-spacing: 3px; }
  .schedule-table .highlight-text {
    color: #1a8684;
    color: var(--clr-main, #3c9cd4); }
    .schedule-table .highlight-text * {
      color: #1a8684;
      color: var(--clr-main, #3c9cd4); }

/* Links
--------------------------------------------- */
a {
  color: #333333;
  outline: none; }
  a:focus {
    outline: none; }
  a:hover, a:active {
    outline: none; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

/* button--primary */
.button--primary {
  background: #009fe8;
  color: #fff;
  width: 160px;
  font-size: 1.0rem;
  letter-spacing: 2px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 0;
  display: block;
  margin: 0 auto;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* .orange クラスが付与された場合の色変更 */ }
  .button--primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -12px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    -webkit-transform: translateX(-100%) skewX(-15deg);
    -ms-transform: translateX(-100%) skewX(-15deg);
    transform: translateX(-100%) skewX(-15deg);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .button--primary:hover::before {
    -webkit-transform: translateX(200%) skewX(-15deg);
    -ms-transform: translateX(200%) skewX(-15deg);
    transform: translateX(200%) skewX(-15deg); }
  .button--primary:hover {
    background: -webkit-linear-gradient(45deg, #005982, #009fe8);
    background: -o-linear-gradient(45deg, #005982, #009fe8);
    background: linear-gradient(45deg, #005982, #009fe8);
    -webkit-transform: rotateY(10deg) scale(1.05);
    transform: rotateY(10deg) scale(1.05);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }
  .button--primary.orange {
    background: #F28F38;
    border-color: #F28F38; }
    .button--primary.orange:hover {
      background: -webkit-linear-gradient(45deg, #e8750f, #F28F38);
      background: -o-linear-gradient(45deg, #e8750f, #F28F38);
      background: linear-gradient(45deg, #e8750f, #F28F38);
      border: 1px solid #F28F38; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.sp-show {
  display: none; }

@media (max-width: 768px) {
  .sp-hidden {
    display: none; }
  .sp-show {
    display: block; } }

section {
  position: relative;
  padding: 90px 0; }
  @media (max-width: 768px) {
    section {
      padding: 69px 0; } }

.page section {
  padding: 98px 0; }

.archive section {
  padding: 60px 0; }

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative; }

/* サイドバーありのレイアウト */
.layout-with-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  /* サイドバーデザイン */ }
  @media (max-width: 768px) {
    .layout-with-sidebar {
      display: block; } }
  .layout-with-sidebar .main-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 66%;
    margin-right: 52px; }
    @media (max-width: 768px) {
      .layout-with-sidebar .main-content {
        margin-right: 0; } }
  .layout-with-sidebar .sidebar {
    -ms-flex-preferred-size: 27%;
    flex-basis: 27%;
    max-width: 27%; }
    @media (max-width: 768px) {
      .layout-with-sidebar .sidebar {
        max-width: 100%;
        margin-top: 69px; } }
  .layout-with-sidebar .sidebar .sidebar-post-wrap {
    margin-bottom: 60px; }
  .layout-with-sidebar .sidebar .sidebar__title {
    font-size: 1.4rem;
    letter-spacing: 2px;
    padding-bottom: 8px;
    margin-bottom: 24px;
    position: relative; }
    .layout-with-sidebar .sidebar .sidebar__title:after {
      position: absolute;
      bottom: -4px;
      left: 0;
      width: 100%;
      height: 5px;
      content: '';
      background-image: -webkit-repeating-linear-gradient(135deg, #333, #333 1px, transparent 2px, transparent 5px);
      background-image: -o-repeating-linear-gradient(135deg, #333, #333 1px, transparent 2px, transparent 5px);
      background-image: repeating-linear-gradient(-45deg, #333, #333 1px, transparent 2px, transparent 5px);
      background-size: 7px 7px;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .layout-with-sidebar .sidebar .sidebar__title i {
      color: #333;
      margin-right: 8px; }
  .layout-with-sidebar .sidebar .sidebar-post {
    padding-bottom: 24px;
    border-bottom: dashed 1px rgba(151, 151, 151, 0.6);
    margin-bottom: 24px; }
    .layout-with-sidebar .sidebar .sidebar-post .sidebar-post__link {
      display: block;
      overflow: hidden; }
      .layout-with-sidebar .sidebar .sidebar-post .sidebar-post__link:hover .sidebar-post__thumbnail img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
    .layout-with-sidebar .sidebar .sidebar-post:not(:last-child) {
      margin-bottom: 16px; }
    .layout-with-sidebar .sidebar .sidebar-post__flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .layout-with-sidebar .sidebar .sidebar-post__thumbnail {
      width: 35%;
      margin-right: 12px;
      overflow: hidden;
      border-radius: 6px; }
      @media (max-width: 768px) {
        .layout-with-sidebar .sidebar .sidebar-post__thumbnail {
          width: 30%; } }
      .layout-with-sidebar .sidebar .sidebar-post__thumbnail img {
        border-radius: 6px;
        display: block;
        width: 100%;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .layout-with-sidebar .sidebar .sidebar-post__content {
      width: 65%; }
    .layout-with-sidebar .sidebar .sidebar-post__date {
      font-size: .7rem;
      margin-bottom: 3px; }
      @media (max-width: 768px) {
        .layout-with-sidebar .sidebar .sidebar-post__date {
          margin-bottom: 8px; } }
    .layout-with-sidebar .sidebar .sidebar-post__title {
      font-size: .8rem;
      line-height: 16px; }
  .layout-with-sidebar .sidebar .sidebar-categories__list {
    padding-left: 0;
    margin: 0; }
    .layout-with-sidebar .sidebar .sidebar-categories__list .cat-item {
      margin-bottom: 14px; }
    .layout-with-sidebar .sidebar .sidebar-categories__list .cat-item {
      list-style: none;
      /* デフォルトのリストスタイルを削除 */
      position: relative;
      padding-left: 26px;
      /* アイコンのスペースを確保 */ }
      .layout-with-sidebar .sidebar .sidebar-categories__list .cat-item:before {
        content: "\e5e1";
        /* 使用するMaterial Iconの名前 */
        font-family: 'Material Symbols Sharp';
        color: rgba(255, 255, 255, 0.4);
        position: absolute;
        left: 0;
        top: 1px;
        line-height: 1.5; }
    .layout-with-sidebar .sidebar .sidebar-categories__list .children {
      padding-left: 0;
      margin-left: 0;
      margin-top: 12px;
      margin-bottom: 24px; }
  .layout-with-sidebar .sidebar .sidebar-tag__list {
    margin: 0;
    padding: 0; }
    .layout-with-sidebar .sidebar .sidebar-tag__list a {
      border: solid 1px #c8c8c8;
      line-height: 12px;
      padding: 6px 8px;
      display: inline-block;
      border-radius: 6px;
      margin-right: 6px;
      margin-bottom: 8px; }

/* サイドバーなしのレイアウト */
.layout-no-sidebar .main-content {
  margin: 0 auto;
  max-width: 100%; }

/*========= Adobe Fonts　ちらつき防止 ===============*/
html {
  visibility: hidden; }

html.wf-active,
html.loading-delay {
  visibility: visible; }

/* Loading背景画面設定　*/
.bg-blue {
  background-color: #F8FCFB; }

/*==================================================
スライダーのためのcss
===================================*/
/* script.jsで制御するための初期状態のスタイル */
.slider__content {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

#slider {
  width: 100%;
  height: calc(100vh - 3px);
  position: relative;
  color: #fff;
  /* button--primary */ }
  @media (max-width: 768px) {
    #slider {
      height: 100svh; } }
  #slider .vegas-content {
    height: calc(100vh - 3px);
    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; }
    @media (max-width: 768px) {
      #slider .vegas-content {
        height: 100svh; } }
  #slider .slider__icon001 {
    width: 83px;
    position: absolute;
    bottom: -15px;
    left: 3%; }
    @media (max-width: 768px) {
      #slider .slider__icon001 {
        bottom: -10px; } }
  #slider .slider__icon002 {
    width: 97px;
    position: absolute;
    top: 10vh;
    right: 3%;
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite; }
    @media (max-width: 768px) {
      #slider .slider__icon002 {
        top: 12vh;
        width: 69px; } }

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
  #slider .slider__heading {
    font-size: 3.4rem;
    letter-spacing: 17px;
    text-align: center;
    margin-bottom: 32px;
    font-weight: 600; }
    #slider .slider__heading span {
      font-size: 1.0rem;
      font-weight: normal;
      letter-spacing: 4px;
      display: block; }
    @media (max-width: 768px) {
      #slider .slider__heading {
        font-size: 2.6rem;
        letter-spacing: 12px; } }
  #slider .slider__subheading {
    font-size: 2.6rem;
    letter-spacing: 16px;
    line-height: 58px;
    text-align: center;
    font-weight: bold; }
    @media (max-width: 768px) {
      #slider .slider__subheading {
        letter-spacing: 10px;
        font-size: 2.0rem;
        line-height: 42px; } }
    #slider .slider__subheading .subheading-txt001,
    #slider .slider__subheading .subheading-txt002 {
      font-size: 1.4rem;
      font-weight: bold;
      letter-spacing: 4px;
      display: block; }
    #slider .slider__subheading .subheading-txt001 {
      margin-bottom: 14px; }
    #slider .slider__subheading .subheading-txt002 {
      margin-top: 14px; }
  #slider .slider__button {
    color: #fff;
    width: 160px;
    font-size: 1.0rem;
    letter-spacing: 3.5px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 0;
    display: block;
    margin: 32px auto 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1.5px solid #fff;
    border-radius: 50px; }
    #slider .slider__button::before {
      content: '';
      position: absolute;
      top: 0;
      left: -12px;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.1);
      -webkit-transform: translateX(-100%) skewX(-15deg);
      -ms-transform: translateX(-100%) skewX(-15deg);
      transform: translateX(-100%) skewX(-15deg);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    #slider .slider__button:hover::before {
      -webkit-transform: translateX(200%) skewX(-15deg);
      -ms-transform: translateX(200%) skewX(-15deg);
      transform: translateX(200%) skewX(-15deg); }
    #slider .slider__button:hover {
      background: -webkit-linear-gradient(45deg, #007cb5, #009fe8);
      background: -o-linear-gradient(45deg, #007cb5, #009fe8);
      background: linear-gradient(45deg, #007cb5, #009fe8);
      -webkit-transform: rotateY(10deg) scale(1.05);
      transform: rotateY(10deg) scale(1.05);
      -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
      border: 1px solid #009fe8; }

/* Vegas が勝手に付けるスクロール制御を無効化 */
.vegas-content-scrollable {
  overflow: hidden !important; }

.vegas-timer {
  background: #0FA67B; }

.welcome {
  text-align: center; }
  .welcome .welcome-logo {
    width: 258px; }
  .welcome .welcome_title {
    font-size: 1.0rem;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 8px;
    margin-bottom: 24px; }
    @media (max-width: 768px) {
      .welcome .welcome_title {
        text-align: center; } }
  .welcome .button--primary {
    background: #0FA67B; }

.welcome_intro {
  color: #009fe8;
  font-size: 12px;
  margin-bottom: 8px; }
  @media (max-width: 768px) {
    .welcome_intro {
      text-align: center; } }

.welcome_txt {
  font-weight: normal;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 40px; }
  @media (max-width: 768px) {
    .welcome_txt {
      text-align: center; } }

.button--primary {
  margin-top: 45px; }

.home .blog-list .button--primary {
  background: #F28F38; }

.top-service {
  background: #F8FCFB; }

.service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  gap: 25px;
  padding: 0;
  margin: 0;
  list-style: none; }
  @media (max-width: 768px) {
    .service-list {
      gap: 15px; } }
  .service-list .service-list__item {
    width: calc((100% - 50px) / 3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    border-radius: 13px;
    -webkit-filter: drop-shadow(0px 2px 2px rgba(119, 119, 119, 0.1));
    filter: drop-shadow(0px 2px 2px rgba(119, 119, 119, 0.1));
    margin-bottom: 32px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    /* トランジション効果を追加 */ }
    @media (max-width: 768px) {
      .service-list .service-list__item {
        width: 100%; } }
    .service-list .service-list__item .image {
      margin-bottom: 16px; }
      .service-list .service-list__item .image img {
        border-radius: 13px 13px 0 0; }
    .service-list .service-list__item:hover {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px);
      /* ホバー時に少し上に移動 */ }
  .service-list .service-list__content {
    padding: 0 20px 24px; }
    .service-list .service-list__content .service-list__title {
      font-size: 1.4rem;
      font-weight: bold;
      color: #006DA2; }
    .service-list .service-list__content .service-btn {
      max-width: 60%;
      background: #009fe8;
      color: #fff;
      padding: 8px 15px;
      border-radius: 4px;
      margin: 0 auto; }
  .service-list .service-ribbon {
    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;
    position: absolute;
    line-height: 22px;
    letter-spacing: 0;
    top: -24px;
    right: -12px;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    font-weight: bold;
    background-color: #f3d966; }

.links {
  padding: 0;
  /*section content*/ }
  .links .links__content-wrap {
    clear: both;
    overflow: hidden;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    @media (max-width: 768px) {
      .links .links__content-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .links .links__content-wrap .links__content-box {
      width: 100%; }
      .links .links__content-wrap .links__content-box h3 span {
        display: block; }
  .links .content-box__bg-scale {
    position: relative;
    overflow: hidden;
    text-align: center; }
    .links .content-box__bg-scale .content-box__overlay {
      padding: 90px 0;
      background: url(../images/common/overlay.png);
      position: relative;
      z-index: 1;
      opacity: .88; }
      @media (max-width: 768px) {
        .links .content-box__bg-scale .content-box__overlay {
          padding: 24px 0; } }
    .links .content-box__bg-scale .icon .fa {
      font-size: 24px;
      margin-bottom: 12px;
      color: #e73a8f;
      background: rgba(255, 255, 255, 0.78);
      width: 45px;
      height: 45px;
      line-height: 45px;
      border-radius: 50%;
      text-shadow: none; }
    .links .content-box__bg-scale .content-box__title {
      font-size: 24px;
      font-weight: normal;
      display: inline-block;
      padding: 0 14px;
      color: #fff;
      letter-spacing: 5px;
      text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.28) !important; }
      .links .content-box__bg-scale .content-box__title span {
        font-size: 14px;
        font-family: fot-tsukuardgothic-std, sans-serif;
        margin-top: 8px;
        letter-spacing: 3px;
        padding: 12px 20px 0;
        border-top: solid 1px rgba(255, 255, 255, 0.83);
        width: 200px;
        text-transform: uppercase; }
    .links .content-box__bg-scale:after {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      background: url(../images/top-main.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -ms-background-size: cover;
      background-size: cover;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .links .content-box__bg-scale:hover:after {
      opacity: 0.8;
      -moz-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
      text-decoration: none; }
    .links .content-box__bg-scale .content-box__inner {
      z-index: 1;
      position: relative;
      margin: 0 auto;
      padding: 40px; }
      .links .content-box__bg-scale .content-box__inner a {
        display: block;
        color: #fff;
        font-size: 28px; }
    .links .content-box__bg-scale:hover .button-7 {
      border: none;
      background: rgba(17, 17, 17, 0.54);
      border: solid 1px #009fe8; }
      .links .content-box__bg-scale:hover .button-7 .button-7__eff {
        border: 70px solid rgba(17, 17, 17, 0.46); }
      .links .content-box__bg-scale:hover .button-7 .button-7__link {
        color: #fff;
        text-shadow: none;
        background: #009fe8; }
    .links .content-box__bg-scale .button-7 {
      width: 180px;
      height: 50px;
      text-align: center;
      cursor: pointer;
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      overflow: hidden;
      margin: 40px auto 0;
      color: #fff;
      -webkit-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease;
      border-radius: 50px; }
      .links .content-box__bg-scale .button-7 .button-7__eff {
        width: 180px;
        height: 50px;
        border: 1px solid #fff;
        position: absolute;
        -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
        z-index: 1;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 50px; }
      .links .content-box__bg-scale .button-7 .button-7__link {
        font-size: 14px;
        letter-spacing: 2px;
        text-decoration: none;
        line-height: 50px;
        -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
        z-index: 2;
        position: relative; }

a .content-box__bg-scale .content-box__inner {
  color: #333;
  display: block; }

a:hover .content-box__bg-scale .content-box__overlay {
  background: none; }

a:hover .content-box__bg-scale .content-box__inner {
  text-decoration: none; }

#content-system .content-box__bg-scale:after {
  background: url(../images/common/content-box001.jpg) no-repeat center center;
  background-size: cover; }

#content-access .content-box__bg-scale:after {
  background: url(../images/common/content-box002.jpg) no-repeat center center;
  background-size: cover; }

#content-recruit .content-box__bg-scale:after {
  background: url(../images/common/content-box003.jpg) no-repeat center center;
  background-size: cover; }

.page-title {
  letter-spacing: 3px;
  padding-bottom: 6px;
  border-bottom: solid 3px #a8a8a8;
  margin-bottom: 32px; }
  .page-title span {
    font-size: 1.6rem; }
    .page-title span:before {
      content: "/";
      margin: 0 8px; }

.section-inner {
  max-width: 880px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto; }

.section-header {
  text-align: center; }
  .section-header .section-subtitle {
    font-size: 1.0rem;
    font-weight: normal;
    margin-bottom: 8px; }
  .section-header .section-title {
    font-size: 1.8rem;
    letter-spacing: 6px;
    padding-bottom: 12px;
    margin: 0 auto 48px;
    position: relative; }
    .section-header .section-title:after {
      position: absolute;
      bottom: -6px;
      left: 0;
      width: 100%;
      height: 6px;
      content: '';
      background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
      background-image: -o-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
      background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
      background-size: 7px 7px;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .section-header .section-title i {
      margin-right: 12px;
      color: #EC6D64; }
    .section-header .section-title span {
      font-size: 1.6rem; }
      .section-header .section-title span:before {
        content: "/";
        margin: 0 8px; }

.section-header-icon {
  text-align: center; }
  .section-header-icon .section-subtitle {
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 8px; }
  .section-header-icon .section-title {
    font-size: 1.8rem;
    text-indent: -12px;
    letter-spacing: 6px;
    padding-bottom: 12px;
    margin: 0 auto 48px;
    position: relative; }
    .section-header-icon .section-title:after {
      position: absolute;
      bottom: -6px;
      left: 0;
      width: 100%;
      height: 6px;
      content: '';
      background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
      background-image: -o-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
      background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
      background-size: 7px 7px;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .section-header-icon .section-title i {
      position: relative;
      left: -12px;
      color: #009fe8; }
    .section-header-icon .section-title span {
      font-size: 1.6rem; }
      .section-header-icon .section-title span:before {
        content: "/";
        margin: 0 8px; }

/* Marquee styles */
.marquee {
  --gap: 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: var(--gap); }

.marquee__content {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  list-style: none;
  margin-top: 42px;
  padding: 0; }
  .marquee__content li {
    margin-right: 6px; }
    .marquee__content li img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 160px;
      height: 130px;
      border-radius: 12px; }

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap))); } }

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap))); } }

/* Pause animation when reduced-motion is set */
@media (prefers-reduced-motion: reduce) {
  .marquee__content {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important; } }

/* Enable animation */
.enable-animation .marquee__content {
  -webkit-animation: scroll 220s linear infinite;
  animation: scroll 220s linear infinite; }

/* Pause on hover */
.marquee--hover-pause:hover .marquee__content {
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

@-webkit-keyframes scroll-abs {
  from {
    -webkit-transform: translateX(calc(100% + var(--gap)));
    transform: translateX(calc(100% + var(--gap))); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes scroll-abs {
  from {
    -webkit-transform: translateX(calc(100% + var(--gap)));
    transform: translateX(calc(100% + var(--gap))); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

/*-------------------------
Aboutページ
-------------------------*/
.about .support {
  padding-top: 0;
  text-align: center; }
  .about .support .section-title__border {
    margin-bottom: 90px; }
  .about .support__txt {
    line-height: 34px; }
  .about .support__icon {
    position: absolute;
    right: 4%;
    top: -182px; }
  .about .support .split-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 135px;
    padding-bottom: 120px; }
    @media (max-width: 768px) {
      .about .support .split-box {
        display: block; } }
    .about .support .split-box .left-box {
      width: 40%; }
      .about .support .split-box .left-box .simpleParallax {
        border-radius: 0 30px 30px 0; }
        @media (max-width: 768px) {
          .about .support .split-box .left-box .simpleParallax {
            border-radius: 0; } }
      .about .support .split-box .left-box img {
        border-radius: 30px; }
      @media (max-width: 768px) {
        .about .support .split-box .left-box {
          width: 100%;
          margin-bottom: 42px; } }
    .about .support .split-box .right-box {
      width: 60%;
      padding: 18px 25px 30px 45px; }
      @media (max-width: 768px) {
        .about .support .split-box .right-box {
          width: 100%;
          padding: 0 20px; } }
      .about .support .split-box .right-box .right-inner .support__title {
        color: #009fe8;
        font-weight: bold;
        font-size: 2.0rem;
        letter-spacing: 5px;
        margin-bottom: 24px; }
        @media (max-width: 768px) {
          .about .support .split-box .right-box .right-inner .support__title {
            font-size: 1.6rem;
            margin-top: 32px; } }
      .about .support .split-box .right-box .right-inner .support__text {
        font-size: 1.0rem;
        line-height: 30px;
        margin-bottom: 0; }
        @media (max-width: 768px) {
          .about .support .split-box .right-box .right-inner .support__text {
            font-size: 0.9rem; } }
      @media (max-width: 768px) {
        .about .support .split-box .right-box .right-inner {
          text-align: center;
          font-size: 0.8rem; } }

.about .bg-box {
  background-color: #fff;
  padding: 45px 45px; }

.about .mission-statement {
  background: url(../images/about/bg002.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  background-attachment: fixed; }
  .about .mission-statement:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0; }
  @media (max-width: 768px) {
    .about .mission-statement {
      background-attachment: scroll; } }
  .about .mission-statement .section-title__border {
    color: #fff;
    margin-bottom: 69px; }
    .about .mission-statement .section-title__border:before {
      background: #fff; }
  .about .mission-statement .mission-statement_txt {
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 52px;
    text-align: center;
    margin-bottom: 0; }
    @media (max-width: 768px) {
      .about .mission-statement .mission-statement_txt {
        font-size: 1.2rem;
        line-height: 36px; } }
    .about .mission-statement .mission-statement_txt span {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(84%, #ff6));
      background: -webkit-linear-gradient(transparent 90%, #ff6 84%);
      background: -o-linear-gradient(transparent 90%, #ff6 84%);
      background: linear-gradient(transparent 90%, #ff6 84%); }
  .about .mission-statement .container {
    position: relative;
    z-index: 1; }

.about .guiding-principles .guiding-principles_list-wrap {
  position: relative;
  max-width: 810px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px;
  background: #fff;
  border-radius: 45px;
  -webkit-filter: drop-shadow(0px 2px 2px rgba(81, 81, 81, 0.1));
  filter: drop-shadow(0px 2px 2px rgba(81, 81, 81, 0.1)); }
  @media (max-width: 768px) {
    .about .guiding-principles .guiding-principles_list-wrap {
      padding: 25px 18px; } }

.about .guiding-principles .guiding-principles_list {
  font-size: 1.0rem;
  font-weight: 500;
  padding: 0;
  margin-left: 0; }
  .about .guiding-principles .guiding-principles_list li {
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 0 10px;
    padding: .3em;
    border-bottom: dashed 1px #919191; }
  .about .guiding-principles .guiding-principles_list li::before {
    display: inline-block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #2589d0;
    border-left: 2px solid #2589d0;
    -webkit-transform: rotate(-45deg) translateY(-1.5px);
    -ms-transform: rotate(-45deg) translateY(-1.5px);
    transform: rotate(-45deg) translateY(-1.5px);
    content: ''; }
  .about .guiding-principles .guiding-principles_list li:not(:last-child) {
    margin-bottom: 8px; }

.about .guiding-principles .guiding-principles__description {
  font-size: 1.2rem;
  line-height: 38px;
  text-align: center; }

.about .guiding-principles .guiding-principles__kirin {
  position: absolute;
  top: -19px;
  right: -32px;
  width: 92px; }
  @media (max-width: 768px) {
    .about .guiding-principles .guiding-principles__kirin {
      top: -21px;
      right: -16px;
      width: 60px; } }

.about .commandments {
  background: #F8FCFB; }
  .about .commandments .commandments-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px; }
    .about .commandments .commandments-list .commandments-list__item {
      position: relative;
      border-radius: 25px;
      width: 48%;
      background: #fff;
      -webkit-filter: drop-shadow(0px 2px 2px rgba(81, 81, 81, 0.1));
      filter: drop-shadow(0px 2px 2px rgba(81, 81, 81, 0.1));
      padding: 30px 20px 25px;
      margin-bottom: 20px;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      -o-transition: transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
      @media (max-width: 768px) {
        .about .commandments .commandments-list .commandments-list__item {
          width: 100%; } }
      .about .commandments .commandments-list .commandments-list__item .commandments-list__number {
        font-size: 34px;
        font-weight: bold;
        color: #009fe8;
        margin-bottom: 0;
        line-height: 46px;
        position: absolute;
        top: -20px;
        left: 12px; }
      .about .commandments .commandments-list .commandments-list__item .commandments-list__text .commandments-list__title {
        font-size: 1.2rem;
        font-weight: bold;
        margin-bottom: 8px; }
      .about .commandments .commandments-list .commandments-list__item .commandments-list__text .commandments-list__text-paragraph {
        font-size: 1rem;
        color: #333;
        margin-bottom: 0; }

.about .more-therapy {
  background: #eee;
  background: url(../images/about/bg001.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  background-attachment: fixed; }
  .about .more-therapy:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0; }
  @media (max-width: 768px) {
    .about .more-therapy {
      background-attachment: scroll; } }
  .about .more-therapy .container {
    position: relative;
    z-index: 1; }
  .about .more-therapy__text {
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 46px;
    text-align: center;
    margin-bottom: 0; }
    @media (max-width: 768px) {
      .about .more-therapy__text {
        font-size: 1.2rem;
        line-height: 36px; } }

.about .greeting {
  background: #F8FCFB; }
  .about .greeting__text {
    text-align: center;
    line-height: 34px; }

/*-------------------------
ご利用案内ページ
-------------------------*/
.guide {
  padding-top: 0;
  padding-bottom: 0; }
  .guide .section-title__header {
    padding-top: 0;
    padding-bottom: 0; }
  .guide .howtouse {
    padding-top: 0; }
  .guide .howtouse__content {
    padding: 20px;
    background: #fdecc8;
    border: solid 2px #f7e1b1;
    border-radius: 10px;
    margin-bottom: 32px; }
  .guide .howtouse__content .howtouse__target-title {
    font-weight: bold;
    margin-bottom: 8px; }
  .guide .howtouse__content .howtouse__target-description {
    margin-bottom: 0; }
  .guide .schedule-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center; }
    @media (max-width: 768px) {
      .guide .schedule-list {
        display: block; } }
    .guide .schedule-list .schedule-list__item {
      width: 48%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 20px;
      background: #fff;
      border: solid 2px #ccc;
      border-radius: 10px; }
      @media (max-width: 768px) {
        .guide .schedule-list .schedule-list__item {
          width: 100%;
          margin-top: 18px; } }
      .guide .schedule-list .schedule-list__item .schedule-list__time {
        font-weight: bold;
        background: #eee;
        padding: 2px 0 0;
        border-radius: 25px;
        margin-bottom: 12px; }
      .guide .schedule-list .schedule-list__item .schedule-list__description {
        margin-bottom: 0;
        font-weight: bold; }
        .guide .schedule-list .schedule-list__item .schedule-list__description span {
          font-weight: normal; }
        .guide .schedule-list .schedule-list__item .schedule-list__description .schedule-list__note {
          margin-top: 4px;
          margin-bottom: 0;
          display: block; }
      .guide .schedule-list .schedule-list__item.color-green {
        border: solid 2px #0FA67B; }
        .guide .schedule-list .schedule-list__item.color-green .schedule-list__time {
          background: #0FA67B;
          color: #fff; }
        .guide .schedule-list .schedule-list__item.color-green .schedule-list__description {
          color: #0FA67B; }
          .guide .schedule-list .schedule-list__item.color-green .schedule-list__description span {
            color: #333; }
      .guide .schedule-list .schedule-list__item.color-blue {
        border: solid 2px #009fe8; }
        .guide .schedule-list .schedule-list__item.color-blue .schedule-list__time {
          background: #009fe8;
          color: #fff; }
        .guide .schedule-list .schedule-list__item.color-blue .schedule-list__description {
          color: #009fe8; }
          .guide .schedule-list .schedule-list__item.color-blue .schedule-list__description span {
            color: #333; }
  .guide .price {
    background: #F8FCFB; }
    .guide .price .container .section-inner .price__description {
      line-height: 32px;
      text-align: center; }
    .guide .price .container .section-inner .price__box {
      padding: 20px 35px;
      border-radius: 10px;
      background: #fff;
      border: solid 2px #ccc;
      margin-bottom: 24px; }
      @media (max-width: 768px) {
        .guide .price .container .section-inner .price__box {
          padding: 12px 28px; } }
      .guide .price .container .section-inner .price__box .price__box-title {
        color: #009fe8;
        font-weight: bold;
        font-size: 1.2rem;
        margin-bottom: 16px; }
      .guide .price .container .section-inner .price__box .price__list {
        list-style: none;
        /* リストスタイルを無効化 */
        padding: 0;
        margin: 0; }
        .guide .price .container .section-inner .price__box .price__list .price__list-item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-bottom: 16px; }
          .guide .price .container .section-inner .price__box .price__list .price__list-item i {
            color: #009fe8;
            font-size: 8px;
            margin-right: 12px; }
    .guide .price .container .section-inner .price__note {
      padding-left: 32px;
      text-indent: -13px; }
      .guide .price .container .section-inner .price__note i {
        color: #009fe8;
        margin-right: 8px; }

.usage-time {
  position: relative;
  background: url(../images/guide/bg001.jpg) no-repeat bottom center;
  background-size: cover;
  background-attachment: fixed; }
  .usage-time:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(77, 77, 77, 0.4);
    z-index: 0; }
  @media (max-width: 768px) {
    .usage-time {
      background-attachment: scroll; } }
  .usage-time .section-header-icon .section-title {
    color: #fff; }
    .usage-time .section-header-icon .section-title:after {
      position: absolute;
      bottom: -6px;
      left: 0;
      width: 100%;
      height: 6px;
      content: '';
      background-image: -webkit-repeating-linear-gradient(135deg, #fff, #fff 1px, transparent 2px, transparent 5px);
      background-image: -o-repeating-linear-gradient(135deg, #fff, #fff 1px, transparent 2px, transparent 5px);
      background-image: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 2px, transparent 5px);
      background-size: 7px 7px;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .usage-time .section-header-icon .section-title i {
      color: #fff; }
  .usage-time .usage-time__list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px; }
    @media (max-width: 768px) {
      .usage-time .usage-time__list {
        display: block; } }
    .usage-time .usage-time__list .usage-time__item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 20px);
      flex: 1 1 calc(33.333% - 20px);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 20px 15px;
      border: solid 2px #ccc;
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.9); }
      @media (max-width: 768px) {
        .usage-time .usage-time__list .usage-time__item {
          width: 100%;
          margin-bottom: 12px; } }
      .usage-time .usage-time__list .usage-time__item .usage-time__service-name {
        font-size: 1.2rem;
        font-weight: bold;
        margin-bottom: 26px;
        position: relative; }
        .usage-time .usage-time__list .usage-time__item .usage-time__service-name .usage-time__txt {
          display: block;
          font-size: .9rem;
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
      .usage-time .usage-time__list .usage-time__item .usage-time__time {
        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;
        font-size: 1.0rem;
        line-height: 23px;
        margin-bottom: 0; }
        @media (max-width: 768px) {
          .usage-time .usage-time__list .usage-time__item .usage-time__time {
            font-size: 1.2rem; } }
        .usage-time .usage-time__list .usage-time__item .usage-time__time .usage-time__label {
          padding: 0 7px;
          margin-right: 12px;
          border-radius: 4px;
          color: #fff;
          background: #eee; }
      .usage-time .usage-time__list .usage-time__item.color-red {
        border: solid 2px #EC6D64; }
        .usage-time .usage-time__list .usage-time__item.color-red .usage-time__label {
          background: #EC6D64; }
      .usage-time .usage-time__list .usage-time__item.color-green {
        border: solid 2px #0FA67B; }
        .usage-time .usage-time__list .usage-time__item.color-green .usage-time__label {
          background: #0FA67B; }
      .usage-time .usage-time__list .usage-time__item.color-blue {
        border: solid 2px #009fe8; }
        .usage-time .usage-time__list .usage-time__item.color-blue .usage-time__label {
          background: #009fe8; }
  .usage-time .usage-time__note {
    color: #fff;
    text-align: center; }

/*-------------------------
療育ページ
-------------------------*/
.ryouiku .ryouiku-section {
  padding-top: 0;
  padding-bottom: 0; }
  .ryouiku .ryouiku-section__description {
    line-height: 38px;
    text-align: center; }
    @media (max-width: 768px) {
      .ryouiku .ryouiku-section__description {
        margin-bottom: 48px; } }

.ryouiku .dokuji-ryouiku {
  padding-top: 48px; }
  .ryouiku .dokuji-ryouiku__list {
    max-width: 930px;
    list-style: none;
    margin: 0 auto;
    padding: 0; }
  .ryouiku .dokuji-ryouiku__item:not(:last-child) {
    margin-bottom: 60px; }
  .ryouiku .dokuji-ryouiku .image {
    border-radius: 30px;
    position: relative; }
    .ryouiku .dokuji-ryouiku .image__main {
      border-radius: 28px 28px 0 0; }
    .ryouiku .dokuji-ryouiku .image .sdgs-logo {
      position: absolute;
      width: 200px;
      bottom: 25px;
      right: 25px; }
  .ryouiku .dokuji-ryouiku__content {
    background: #fff;
    padding: 35px;
    border: solid 1px #f3f3f3;
    -webkit-filter: drop-shadow(0px 2px 2px rgba(150, 150, 150, 0.1));
    filter: drop-shadow(0px 2px 2px rgba(150, 150, 150, 0.1));
    border-top: none;
    border-radius: 0 0 28px 28px; }
    @media (max-width: 768px) {
      .ryouiku .dokuji-ryouiku__content {
        padding: 28px 15px; } }
  .ryouiku .dokuji-ryouiku__number-flex {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 32px;
    color: #009fe8;
    font-weight: bold; }
    .ryouiku .dokuji-ryouiku__number-flex .text {
      font-size: 14px;
      margin-right: 8px;
      text-decoration: underline; }
  .ryouiku .dokuji-ryouiku__title {
    font-size: 1.6rem;
    letter-spacing: 3px;
    text-align: center;
    position: relative;
    margin-bottom: 60px; }
    .ryouiku .dokuji-ryouiku__title:before {
      position: absolute;
      left: 49%;
      -webkit-transform: translateX(-49%);
      -ms-transform: translateX(-49%);
      transform: translateX(-49%);
      bottom: -35px;
      content: "・・・・・・";
      font-size: 16px;
      letter-spacing: -7px;
      color: #009fe8; }
  .ryouiku .dokuji-ryouiku__example {
    margin-top: 0px;
    position: relative; }
  .ryouiku .dokuji-ryouiku .fukidashi-title {
    font-weight: bold;
    text-align: center;
    position: relative;
    left: -20px;
    display: inline-block;
    margin: 1.5em 0;
    padding: 3px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #fff;
    border-radius: 41% 59% 48% 52% / 55% 49% 51% 45%;
    border: solid 2px #9c9c9c;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg); }
    .ryouiku .dokuji-ryouiku .fukidashi-title:before {
      content: "";
      position: absolute;
      bottom: -19px;
      left: 50%;
      margin-left: -13px;
      border: 10px solid transparent;
      border-top: 10px solid #FFF;
      z-index: 2; }
    .ryouiku .dokuji-ryouiku .fukidashi-title:after {
      content: "";
      position: absolute;
      bottom: -24px;
      left: 50%;
      margin-left: -15px;
      border: 12px solid transparent;
      border-top: 12px solid #9c9c9c;
      z-index: 1; }
  .ryouiku .dokuji-ryouiku__sdgs-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px; }
    .ryouiku .dokuji-ryouiku__sdgs-list .dokuji-ryouiku__sdgs-item {
      width: calc(25% - 16px);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      position: relative; }
      @media (max-width: 768px) {
        .ryouiku .dokuji-ryouiku__sdgs-list .dokuji-ryouiku__sdgs-item {
          width: calc(50% - 12px); } }
      .ryouiku .dokuji-ryouiku__sdgs-list .dokuji-ryouiku__sdgs-item .dokuji-ryouiku__sdgs-image {
        margin: 0 auto 12px;
        display: block;
        width: 80%; }
        .ryouiku .dokuji-ryouiku__sdgs-list .dokuji-ryouiku__sdgs-item .dokuji-ryouiku__sdgs-image img {
          border-radius: 50%;
          padding: 3px;
          -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
      .ryouiku .dokuji-ryouiku__sdgs-list .dokuji-ryouiku__sdgs-item .dokuji-ryouiku__sdgs-title {
        font-weight: bold;
        color: #009FB7;
        font-size: 1.2rem;
        margin-bottom: 12px;
        padding-bottom: 8px;
        border-bottom: dashed 1px #ccc; }
      .ryouiku .dokuji-ryouiku__sdgs-list .dokuji-ryouiku__sdgs-item .dokuji-ryouiku__sdgs-description {
        font-size: 0.9rem;
        line-height: 1.8; }
  .ryouiku .dokuji-ryouiku .fukidashi-title002 {
    font-weight: bold;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 1.5em auto;
    padding: 3px 14px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #fff;
    border-radius: 25px;
    border: solid 2px #9c9c9c; }
    @media (max-width: 768px) {
      .ryouiku .dokuji-ryouiku .fukidashi-title002 {
        font-size: 15px;
        padding: 3px 6px;
        display: block; } }
    .ryouiku .dokuji-ryouiku .fukidashi-title002:before {
      content: "";
      position: absolute;
      bottom: -19px;
      left: 50%;
      margin-left: -13px;
      border: 10px solid transparent;
      border-top: 10px solid #FFF;
      z-index: 2; }
    .ryouiku .dokuji-ryouiku .fukidashi-title002:after {
      content: "";
      position: absolute;
      bottom: -24px;
      left: 50%;
      margin-left: -15px;
      border: 12px solid transparent;
      border-top: 12px solid #9c9c9c;
      z-index: 1; }
  .ryouiku .dokuji-ryouiku .fukidashi-content {
    border-radius: 30px;
    background: #F8FCFB;
    padding: 25px;
    margin-bottom: 32px; }
    .ryouiku .dokuji-ryouiku .fukidashi-content p {
      margin-bottom: 0; }
  .ryouiku .dokuji-ryouiku .dokuji-ryouiku__text--highlight {
    text-align: center; }
  .ryouiku .dokuji-ryouiku .music-therapy__effects .music-therapy__effects-list {
    list-style: none;
    padding: 0;
    margin: 60px 0 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px; }
    .ryouiku .dokuji-ryouiku .music-therapy__effects .music-therapy__effects-list .music-therapy__effects-item {
      background: #efe89b;
      font-weight: bold;
      padding: 8px 14px;
      border-radius: 30px; }
  .ryouiku .dokuji-ryouiku__logo-box {
    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;
    margin-top: 60px;
    gap: 40px; }
    .ryouiku .dokuji-ryouiku__logo-box .sakura_logo {
      width: 145px; }
    .ryouiku .dokuji-ryouiku__logo-box .kabukuwa_logo {
      width: 100px;
      height: auto; }
  .ryouiku .dokuji-ryouiku .dance-box {
    margin-top: 60px;
    padding: 25px 25px;
    border-radius: 20px;
    background: #d4e8ff; }
    .ryouiku .dokuji-ryouiku .dance-box .dance-logo {
      background: #2990d7;
      padding: 10px;
      border-radius: 20px;
      width: 113px;
      margin: -60px auto 35px; }
    .ryouiku .dokuji-ryouiku .dance-box .dance-member-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 30px; }
      @media (max-width: 576px) {
        .ryouiku .dokuji-ryouiku .dance-box .dance-member-list {
          display: block;
          width: 100%; } }
      .ryouiku .dokuji-ryouiku .dance-box .dance-member-list .dance-member {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 50%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 20px; }
        @media (max-width: 576px) {
          .ryouiku .dokuji-ryouiku .dance-box .dance-member-list .dance-member {
            display: block;
            width: 100%;
            text-align: center;
            margin-bottom: 42px; } }
        .ryouiku .dokuji-ryouiku .dance-box .dance-member-list .dance-member .name {
          font-size: 1.2rem;
          font-weight: bold;
          margin-bottom: 8px;
          border-bottom: solid 2px #2990d7; }
        .ryouiku .dokuji-ryouiku .dance-box .dance-member-list .dance-member img {
          width: 120px;
          height: 120px;
          border-radius: 50%;
          background: #fff;
          padding: 3px;
          -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
          @media (max-width: 576px) {
            .ryouiku .dokuji-ryouiku .dance-box .dance-member-list .dance-member img {
              margin-bottom: 14px; } }

@media (max-width: 768px) {
  .ryouiku .ryouiku-list-section {
    padding: 0; } }

.ryouiku .ryouiku-list-section .ryouiku-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .ryouiku .ryouiku-list-section .ryouiku-list .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 46px 0 70px;
    margin: 0 0 70px 0;
    border-bottom: solid 2px #b1afa2; }
    @media (max-width: 768px) {
      .ryouiku .ryouiku-list-section .ryouiku-list .flex {
        display: block;
        padding: 0px 0 55px; } }
    .ryouiku .ryouiku-list-section .ryouiku-list .flex .image {
      width: 45%;
      display: block; }
      @media (max-width: 768px) {
        .ryouiku .ryouiku-list-section .ryouiku-list .flex .image {
          width: 100%;
          margin: 0 auto 20px; } }
      .ryouiku .ryouiku-list-section .ryouiku-list .flex .image img {
        max-width: 100%;
        height: auto;
        display: block;
        border-radius: 15px; }
    .ryouiku .ryouiku-list-section .ryouiku-list .flex .ryouiku-content {
      padding-left: 20px;
      padding-right: 20px;
      max-width: 53%;
      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: 1rem; }
      @media (max-width: 768px) {
        .ryouiku .ryouiku-list-section .ryouiku-list .flex .ryouiku-content {
          max-width: 100%;
          display: block;
          padding-left: 0;
          padding-right: 0;
          margin: 0 auto 20px; } }
      .ryouiku .ryouiku-list-section .ryouiku-list .flex .ryouiku-content .ryouiku-title-en {
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
        color: #333;
        margin-bottom: 10px; }
      .ryouiku .ryouiku-list-section .ryouiku-list .flex .ryouiku-content .ryouiku-title {
        position: relative;
        font-size: 24px;
        line-height: 37px;
        font-weight: bold;
        color: #222;
        margin-bottom: 26px;
        padding-left: 28px;
        padding-bottom: 8px;
        border-bottom: 2px solid #505050; }
        @media (max-width: 768px) {
          .ryouiku .ryouiku-list-section .ryouiku-list .flex .ryouiku-content .ryouiku-title {
            font-size: 20px;
            letter-spacing: 0; } }
        .ryouiku .ryouiku-list-section .ryouiku-list .flex .ryouiku-content .ryouiku-title:before {
          position: absolute;
          top: 0;
          left: .3em;
          -webkit-transform: rotate(55deg);
          -ms-transform: rotate(55deg);
          transform: rotate(55deg);
          height: 11px;
          width: 12px;
          border-radius: 50%;
          background: #009fe8;
          content: ''; }
        .ryouiku .ryouiku-list-section .ryouiku-list .flex .ryouiku-content .ryouiku-title:after {
          position: absolute;
          -webkit-transform: rotate(15deg);
          -ms-transform: rotate(15deg);
          transform: rotate(15deg);
          top: .6em;
          left: 0;
          height: 8px;
          width: 8px;
          border-radius: 50%;
          background: #0FA67B;
          content: ''; }
      .ryouiku .ryouiku-list-section .ryouiku-list .flex .ryouiku-content .content-description {
        font-size: 1rem;
        line-height: 1.8;
        color: #555;
        margin-bottom: 0; }
      .ryouiku .ryouiku-list-section .ryouiku-list .flex .ryouiku-content .content-block {
        margin-bottom: -18px; }
        .ryouiku .ryouiku-list-section .ryouiku-list .flex .ryouiku-content .content-block .content-block__title {
          font-weight: 600;
          color: #444;
          background: #fff;
          padding: 2px 14px 0px;
          border: 2px solid #505050;
          border-radius: 20px;
          display: inline-block;
          position: relative;
          top: 28px;
          z-index: 1; }
        .ryouiku .ryouiku-list-section .ryouiku-list .flex .ryouiku-content .content-block .content-block__description {
          color: #666;
          line-height: 1.6;
          background: #fff;
          padding: 16px 20px 15px;
          border: 2px solid #505050;
          border-radius: 4px;
          position: relative;
          right: -6px; }
  .ryouiku .ryouiku-list-section .ryouiku-list li:nth-child(even) .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .ryouiku .ryouiku-list-section .ryouiku-list li:nth-child(even) .flex .ryouiku-content {
      padding-left: 20px;
      padding-right: 20px; }
      @media (max-width: 768px) {
        .ryouiku .ryouiku-list-section .ryouiku-list li:nth-child(even) .flex .ryouiku-content {
          padding-left: 0;
          padding-right: 0; } }

.ryouiku .schedule {
  padding-top: 0; }
  .ryouiku .schedule .schedule__description {
    text-align: center;
    margin-bottom: 32px; }
  .ryouiku .schedule .schedule__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 90px 0 0;
    font-weight: bold;
    gap: 20px; }
    .ryouiku .schedule .schedule__list .schedule__list-item {
      /* 縦に並べる */
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #fff;
      width: calc(25% - 15px);
      /* 25%からgapの半分を引くことで4列に収める */
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      -webkit-filter: drop-shadow(0px 2px 2px rgba(150, 150, 150, 0.1));
      filter: drop-shadow(0px 2px 2px rgba(150, 150, 150, 0.1));
      border-radius: 20px;
      margin-bottom: 28px; }
      @media (max-width: 768px) {
        .ryouiku .schedule .schedule__list .schedule__list-item {
          width: calc(50% - 15px);
          -webkit-box-align: baseline;
          -ms-flex-align: baseline;
          align-items: baseline; } }
      .ryouiku .schedule .schedule__list .schedule__list-item .schedule__image {
        width: 100%;
        display: block; }
        .ryouiku .schedule .schedule__list .schedule__list-item .schedule__image img {
          border-radius: 15px 15px 0 0; }
      .ryouiku .schedule .schedule__list .schedule__list-item .schedule__list-item-month {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: #a9a7a7;
        color: #fff;
        margin-right: 18px;
        letter-spacing: 0px;
        line-height: 0;
        position: absolute;
        top: -20px;
        left: -8px; }
        @media (max-width: 768px) {
          .ryouiku .schedule .schedule__list .schedule__list-item .schedule__list-item-month {
            width: 45px;
            height: 45px;
            margin-right: 10px; } }
      .ryouiku .schedule .schedule__list .schedule__list-item:nth-child(1) .schedule__list-item-month {
        background-color: #EE654A; }
      .ryouiku .schedule .schedule__list .schedule__list-item:nth-child(2) .schedule__list-item-month {
        background-color: #F58F00; }
      .ryouiku .schedule .schedule__list .schedule__list-item:nth-child(3) .schedule__list-item-month {
        background-color: #EF7C8D; }
      .ryouiku .schedule .schedule__list .schedule__list-item:nth-child(4) .schedule__list-item-month {
        background-color: #F87B6A; }
      .ryouiku .schedule .schedule__list .schedule__list-item:nth-child(5) .schedule__list-item-month {
        background-color: #6AB748; }
      .ryouiku .schedule .schedule__list .schedule__list-item:nth-child(6) .schedule__list-item-month {
        background-color: #9B8FC8; }
      .ryouiku .schedule .schedule__list .schedule__list-item:nth-child(7) .schedule__list-item-month {
        background-color: #5C90CF; }
      .ryouiku .schedule .schedule__list .schedule__list-item:nth-child(8) .schedule__list-item-month {
        background-color: #00B8F4; }
      .ryouiku .schedule .schedule__list .schedule__list-item:nth-child(9) .schedule__list-item-month {
        background-color: #2DB19F; }
      .ryouiku .schedule .schedule__list .schedule__list-item:nth-child(10) .schedule__list-item-month {
        background-color: #FE6B00; }
      .ryouiku .schedule .schedule__list .schedule__list-item:nth-child(11) .schedule__list-item-month {
        background-color: #923D25; }
      .ryouiku .schedule .schedule__list .schedule__list-item:nth-child(12) .schedule__list-item-month {
        background-color: #D31F11; }
      .ryouiku .schedule .schedule__list .schedule__list-item .schedule__list-item-event {
        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;
        line-height: 20px;
        text-align: center;
        margin-bottom: 0;
        width: 100%;
        height: 54px; }

.ryouiku .play-equipment__description {
  text-align: center;
  margin-bottom: 32px; }

.ryouiku .play-equipment__list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .ryouiku .play-equipment__list-item {
    padding: 20px;
    text-align: center;
    width: calc(33.333% - 14px);
    /* 3列配置 (gap考慮) */
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .ryouiku .play-equipment__list-item img {
      border-radius: 50%;
      margin-bottom: 8px; }

/*-------------------------
幼児ページ
-------------------------*/
.youji .youji-section {
  padding-top: 0; }

.youji .youji-section__description {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  line-height: 30px; }

.for-children {
  background: #E2F5FF;
  text-align: center;
  position: relative;
  background: url(../images/youji/bg001.jpg) no-repeat bottom center;
  background-size: cover;
  background-attachment: fixed; }
  .for-children:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(77, 77, 77, 0.3);
    z-index: 0; }
  @media (max-width: 768px) {
    .for-children {
      background-attachment: scroll; } }
  .for-children__title {
    color: #fff;
    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;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 60px; }
    .for-children__title::before, .for-children__title::after {
      content: '';
      width: 3px;
      height: 40px;
      background-color: #fff; }
    .for-children__title::before {
      margin-right: 30px;
      -webkit-transform: rotate(-35deg);
      -ms-transform: rotate(-35deg);
      transform: rotate(-35deg); }
    .for-children__title::after {
      margin-left: 30px;
      -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
      transform: rotate(35deg); }
  .for-children__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    @media (max-width: 768px) {
      .for-children__list {
        gap: 16px; } }
    .for-children__list li {
      width: calc(33.333% - 25px);
      min-height: 86px;
      font-weight: bold;
      background: rgba(255, 255, 255, 0.83);
      padding: 18px;
      border-radius: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 768px) {
        .for-children__list li {
          width: 93%; } }

.more-support__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  text-align: center; }
  .more-support__list .more-support__item {
    width: calc(33.333% - 20px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 14px 25px;
    background: #fff;
    border-radius: 35px;
    margin-bottom: 20px;
    line-height: 28px;
    -webkit-filter: drop-shadow(0px 2px 2px rgba(81, 81, 81, 0.1));
    filter: drop-shadow(0px 2px 2px rgba(81, 81, 81, 0.1)); }
    @media (max-width: 768px) {
      .more-support__list .more-support__item {
        width: 93%;
        margin: 0 auto; } }
    .more-support__list .more-support__item i {
      font-size: 37px;
      color: #009fe8; }
    .more-support__list .more-support__item .more-support__title {
      font-weight: bold;
      font-size: 1.4rem;
      margin-top: 16px;
      margin-bottom: 24px; }
      .more-support__list .more-support__item .more-support__title span {
        padding-bottom: 8px;
        border-bottom: solid 2px #009fe8; }
    .more-support__list .more-support__item .more-support__description {
      text-wrap: balance;
      word-break: auto-phrase;
      margin-bottom: 0; }

.day-flow {
  background: #fff;
  background: url(../images/pattern/subtle_dots.webp) repeat; }
  .day-flow__text {
    text-align: center;
    margin-bottom: 90px;
    line-height: 30px; }
  .day-flow .day-flow__description {
    margin-bottom: 90px; }
  .day-flow .custom-timeline-heading {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 40px; }
    .day-flow .custom-timeline-heading span {
      background: #009fe8;
      display: block;
      max-width: 300px;
      margin: 0 auto;
      color: #fff;
      padding: 6px 40px;
      border-radius: 30px; }
  .day-flow .youji-timeline001 .conference-timeline .conference-center-line {
    height: 90%;
    background: #009fe8; }
    @media (max-width: 768px) {
      .day-flow .youji-timeline001 .conference-timeline .conference-center-line {
        height: 96%; } }
  .day-flow .youji-timeline002 .custom-timeline-heading span {
    background: #EC6D64; }
  .day-flow .youji-timeline002 .conference-timeline .conference-center-line {
    background: #EC6D64;
    height: 80%; }
  .day-flow .youji-timeline002 .timeline-article .meta-date {
    color: #EC6D64;
    border: solid 2px #EC6D64; }

/*-------------------------
小学生〜高校生
-------------------------*/
.student .student-section {
  padding-top: 0; }

.student .student-section__description {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  line-height: 30px; }

.student .for-children {
  position: relative;
  background: url(../images/student/bg001.jpg) no-repeat bottom center;
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 768px) {
    .student .for-children {
      background-attachment: scroll; } }

.student .student-timeline001 .custom-timeline-heading span {
  background: #F28F38; }

.student .student-timeline001 .conference-timeline .conference-center-line {
  background: #F28F38;
  height: 83%; }
  @media (max-width: 768px) {
    .student .student-timeline001 .conference-timeline .conference-center-line {
      height: 86%; } }

.student .student-timeline001 .timeline-article .meta-date {
  color: #F28F38;
  border: solid 2px #F28F38; }
  .student .student-timeline001 .timeline-article .meta-date .text-xs {
    line-height: 18px; }

.student .student-timeline002 .custom-timeline-heading span {
  background: #EC6D64; }

.student .student-timeline002 .conference-timeline .conference-center-line {
  background: #EC6D64;
  height: 80%; }
  @media (max-width: 768px) {
    .student .student-timeline002 .conference-timeline .conference-center-line {
      height: 84%; } }

.student .student-timeline002 .timeline-article .meta-date {
  color: #EC6D64;
  border: solid 2px #EC6D64; }

.timeline-article .timeline-image {
  margin-bottom: 8px; }
  .timeline-article .timeline-image img {
    border-radius: 10px; }

/*-------------------------
支援プログラムページ
-------------------------*/
.page .support {
  padding-bottom: 0; }

.support {
  padding-bottom: 0; }
  .support .support-section {
    padding: 20px; }
    @media (max-width: 768px) {
      .support .support-section {
        padding: 0; } }
    .support .support-section__content {
      background: #fff;
      padding: 45px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border-radius: 28px;
      margin-bottom: 60px;
      border: solid 2px #eee;
      -webkit-filter: drop-shadow(0px 2px 2px rgba(150, 150, 150, 0.1));
      filter: drop-shadow(0px 2px 2px rgba(150, 150, 150, 0.1)); }
    .support .support-section__text {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-right: 65px; }
    .support .support-section__title {
      font-size: 1.6rem;
      font-weight: bold;
      border-bottom: 2px solid #333;
      padding-bottom: 6px;
      margin-bottom: 24px; }
    .support .support-section__description {
      font-size: 1rem;
      line-height: 1.8;
      color: #333; }
    .support .support-section__image {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      text-align: center;
      width: 300px; }
      .support .support-section__image img {
        max-width: 100%;
        height: auto;
        border-radius: 8px; }
    .support .support-section__list {
      list-style: none;
      margin-left: 0;
      padding-left: 0; }
      .support .support-section__list li {
        text-indent: -28px;
        padding-left: 28px; }
    @media (max-width: 768px) {
      .support .support-section__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px; }
      .support .support-section__title {
        font-size: 1.4rem;
        margin-bottom: 20px; }
      .support .support-section__text, .support .support-section__image {
        margin-left: 0;
        margin-right: 0;
        width: 100%; } }
  @media (max-width: 768px) {
    .support .support-list-section {
      padding: 0; } }
  .support .support-list-section .text {
    text-align: center;
    font-size: 1.4rem;
    line-height: 46px;
    margin-bottom: 90px; }
    @media (max-width: 768px) {
      .support .support-list-section .text {
        font-size: 1.2rem;
        line-height: 38px;
        margin-bottom: 90px; } }
  .support .support-list-section .support-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .support .support-list-section .support-list .flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 46px 0 70px;
      margin: 0 0 70px 0;
      border-bottom: solid 2px #b1afa2; }
      @media (max-width: 768px) {
        .support .support-list-section .support-list .flex {
          display: block;
          padding: 0px 0 55px; } }
      .support .support-list-section .support-list .flex .image {
        width: 45%;
        display: block; }
        @media (max-width: 768px) {
          .support .support-list-section .support-list .flex .image {
            width: 100%;
            margin: 0 auto 20px; } }
        .support .support-list-section .support-list .flex .image img {
          max-width: 100%;
          height: auto;
          display: block;
          border-radius: 15px; }
      .support .support-list-section .support-list .flex .content {
        padding-left: 20px;
        width: 53%;
        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: 1rem; }
        @media (max-width: 768px) {
          .support .support-list-section .support-list .flex .content {
            width: 100%;
            display: block;
            padding-left: 0;
            padding-right: 0;
            margin: 0 auto 20px; } }
        .support .support-list-section .support-list .flex .content .title {
          position: relative;
          font-size: 24px;
          line-height: 37px;
          font-weight: bold;
          color: #222;
          margin-bottom: 26px;
          padding-left: 28px;
          padding-bottom: 8px;
          border-bottom: 2px solid #505050; }
          @media (max-width: 768px) {
            .support .support-list-section .support-list .flex .content .title {
              font-size: 20px;
              letter-spacing: 0; } }
          .support .support-list-section .support-list .flex .content .title:before {
            position: absolute;
            top: 0;
            left: .3em;
            -webkit-transform: rotate(55deg);
            -ms-transform: rotate(55deg);
            transform: rotate(55deg);
            height: 11px;
            width: 12px;
            border-radius: 50%;
            background: #009fe8;
            content: ''; }
          .support .support-list-section .support-list .flex .content .title:after {
            position: absolute;
            -webkit-transform: rotate(15deg);
            -ms-transform: rotate(15deg);
            transform: rotate(15deg);
            top: .6em;
            left: 0;
            height: 8px;
            width: 8px;
            border-radius: 50%;
            background: #0FA67B;
            content: ''; }
        .support .support-list-section .support-list .flex .content .description {
          font-size: 1rem;
          line-height: 1.8;
          color: #555;
          margin-bottom: 0; }
          .support .support-list-section .support-list .flex .content .description strong {
            display: block;
            font-size: 1.1rem;
            margin-bottom: 16px; }
        .support .support-list-section .support-list .flex .content .block {
          color: #666;
          line-height: 1.6;
          background: #fff;
          padding: 20px 20px;
          border: 2px solid #505050;
          border-radius: 4px;
          position: relative;
          margin-top: 24px; }
          .support .support-list-section .support-list .flex .content .block .list {
            padding-left: 20px;
            margin-left: 0;
            margin-bottom: 0; }
            .support .support-list-section .support-list .flex .content .block .list li {
              font-size: 1.0rem;
              font-weight: bold; }
              .support .support-list-section .support-list .flex .content .block .list li:not(:last-child) {
                margin-bottom: 8px; }
    .support .support-list-section .support-list li:nth-child(even) .flex {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .support .support-list-section .support-list li:nth-child(even) .flex .content {
        padding-left: 0;
        padding-right: 20px; }
        @media (max-width: 768px) {
          .support .support-list-section .support-list li:nth-child(even) .flex .content {
            padding-left: 0;
            padding-right: 0; } }

/*-------------------------
スタッフページ
-------------------------*/
.staff .staff-section {
  padding-top: 0;
  margin-top: 90px;
  margin-bottom: 0px;
  border-bottom: solid 2px #dcdcdc; }
  .staff .staff-section .staff-section__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
    list-style: none;
    padding: 0;
    margin: 0 0 32px; }
    @media (max-width: 768px) {
      .staff .staff-section .staff-section__list {
        display: block; } }
    .staff .staff-section .staff-section__list .staff-section__item {
      width: calc(33.33% - 17px);
      /* 各項目の間隔 */
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      /* 内側の余白を設定 */
      border-radius: 15px;
      /* 角を少し丸める */
      text-align: center;
      background-color: #fff;
      -webkit-filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.1));
      filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.1)); }
      @media (max-width: 768px) {
        .staff .staff-section .staff-section__list .staff-section__item {
          width: 100%;
          margin-bottom: 40px; } }
    .staff .staff-section .staff-section__list .staff-section__img img {
      height: auto;
      border-radius: 15px 15px 0 0;
      /* 画像を円形にする */ }
    .staff .staff-section .staff-section__list .staff-section__item .staff-section__img {
      position: relative;
      margin-bottom: 12px; }
      .staff .staff-section .staff-section__list .staff-section__item .staff-section__img .staff-section__name {
        position: absolute;
        top: -6px;
        left: -3px;
        background: #F2B33D;
        color: #fff;
        border-radius: 4px;
        padding: 0px 14px;
        font-weight: bold; }
      .staff .staff-section .staff-section__list .staff-section__item .staff-section__img .staff-section__label-list {
        list-style: none;
        padding: 0;
        margin: 4px 0 0 4px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: absolute;
        bottom: -4px; }
        .staff .staff-section .staff-section__list .staff-section__item .staff-section__img .staff-section__label-list li {
          font-size: 12px;
          background: rgba(242, 179, 61, 0.85);
          border-radius: 4px;
          color: #fff;
          padding: 0px 4px;
          margin-right: 4px;
          margin-bottom: 4px; }
    .staff .staff-section .staff-section__list .staff-section__item .staff-section__description {
      padding: 15px 20px 4px; }
      @media (max-width: 768px) {
        .staff .staff-section .staff-section__list .staff-section__item .staff-section__description {
          padding-bottom: 28px; } }
  .staff .staff-section .staff-section__note {
    text-align: center; }

.staff-list-section {
  background-color: #fffef3;
  background: url(../images/pattern/subtle_dots.webp) repeat; }

.staff-list {
  list-style: none;
  padding: 0;
  margin: 0 0 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px; }
  @media (max-width: 768px) {
    .staff-list {
      gap: 1%; } }

.staff__item {
  width: 48%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  border-radius: 25px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: drop-shadow(0px 2px 2px rgba(81, 81, 81, 0.1));
  filter: drop-shadow(0px 2px 2px rgba(81, 81, 81, 0.1)); }
  @media (max-width: 768px) {
    .staff__item {
      display: block;
      width: 49%;
      padding: 12px 8px;
      margin-bottom: 24px; } }
  .staff__item .staff__img {
    width: 42%;
    margin-right: 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start; }
    .staff__item .staff__img img {
      width: 100%;
      -webkit-box-shadow: 7px 10px #eee;
      box-shadow: 7px 10px #eee;
      margin-bottom: 12px; }
    @media (max-width: 768px) {
      .staff__item .staff__img {
        width: 100%;
        margin: 0 auto 24px; }
        .staff__item .staff__img img {
          width: 74%;
          display: block;
          margin: 0 auto; } }
  .staff__item .staff__content {
    width: 100%; }
    @media (max-width: 768px) {
      .staff__item .staff__content {
        text-align: center; } }
    .staff__item .staff__content .staff__name {
      font-size: 1.4rem;
      font-weight: bold;
      margin-bottom: 32px;
      position: relative; }
      @media (max-width: 768px) {
        .staff__item .staff__content .staff__name {
          font-size: 1rem;
          letter-spacing: 0;
          margin-bottom: 23px;
          line-height: 1.4; } }
      .staff__item .staff__content .staff__name::before {
        background: #000;
        height: 2px;
        width: 42px;
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: -12px; }
        @media (max-width: 768px) {
          .staff__item .staff__content .staff__name::before {
            width: 100%; } }
      .staff__item .staff__content .staff__name .staff__title {
        font-size: 0.8rem; }
    .staff__item .staff__content .staff__info-list {
      list-style: none;
      width: 100%;
      padding: 0 0 8px;
      margin: 0 0 12px;
      font-size: 0.9rem;
      border-bottom: dashed 1px #ccc; }
      .staff__item .staff__content .staff__info-list .staff__info-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0; }
        @media (max-width: 768px) {
          .staff__item .staff__content .staff__info-list .staff__info-item {
            display: block;
            text-align: left; } }
        .staff__item .staff__content .staff__info-list .staff__info-item .staff__info-title {
          font-weight: bold;
          margin-right: 10px; }
          @media (max-width: 768px) {
            .staff__item .staff__content .staff__info-list .staff__info-item .staff__info-title {
              display: inline-block;
              background: #eee;
              text-align: center;
              padding: 0px 4px;
              border-radius: 4px;
              margin-bottom: 4px;
              line-height: 21px; } }
          .staff__item .staff__content .staff__info-list .staff__info-item .staff__info-title::after {
            content: ":";
            margin-left: 4px; }
            @media (max-width: 768px) {
              .staff__item .staff__content .staff__info-list .staff__info-item .staff__info-title::after {
                display: none; } }
          .staff__item .staff__content .staff__info-list .staff__info-item .staff__info-title.hobby {
            -ms-flex-negative: 0;
            flex-shrink: 0; }
          .staff__item .staff__content .staff__info-list .staff__info-item .staff__info-title.syokureki {
            -ms-flex-negative: 0;
            flex-shrink: 0; }
        .staff__item .staff__content .staff__info-list .staff__info-item .staff__info-description {
          color: #666; }
          @media (max-width: 768px) {
            .staff__item .staff__content .staff__info-list .staff__info-item .staff__info-description {
              display: block;
              margin-bottom: 6px;
              text-align: left; } }
    .staff__item .staff__content .staff__description {
      font-size: 0.9rem; }
      @media (max-width: 768px) {
        .staff__item .staff__content .staff__description {
          text-align: left; } }
  .staff__item .staff__position-list {
    position: absolute;
    bottom: 10px;
    width: 100%; }
    @media (max-width: 768px) {
      .staff__item .staff__position-list {
        bottom: -12px; } }
  .staff__item .staff__positions {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px; }
    @media (max-width: 768px) {
      .staff__item .staff__positions {
        gap: 4px; } }
    .staff__item .staff__positions .staff__position {
      background: #eee;
      color: #fff;
      padding: 1px 2px;
      line-height: 16px;
      border-radius: 3px;
      font-size: 0.85rem;
      font-weight: normal; }
      .staff__item .staff__positions .staff__position.blue {
        background: #009fe8; }
      .staff__item .staff__positions .staff__position.pink {
        background: #ed828b; }
      .staff__item .staff__positions .staff__position.green {
        background: #0FA67B; }
      .staff__item .staff__positions .staff__position.purple {
        background: #8E44AD; }
      .staff__item .staff__positions .staff__position.orange {
        background: #F28F38; }
      .staff__item .staff__positions .staff__position.brown {
        background: #A57C52; }
      .staff__item .staff__positions .staff__position.cyan {
        background: #00B6C4; }
      .staff__item .staff__positions .staff__position.gold {
        background: #d5ac65; }
      .staff__item .staff__positions .staff__position.navy {
        background: #1C355E; }
      .staff__item .staff__positions .staff__position.olive {
        background: #808000; }
      .staff__item .staff__positions .staff__position.coral {
        background: #FF7F50; }
      .staff__item .staff__positions .staff__position.skyblue {
        background: #87CEEB; }
      .staff__item .staff__positions .staff__position.lavender {
        background: #B57EDC; }
      .staff__item .staff__positions .staff__position.rose {
        background: #FF66CC; }
      .staff__item .staff__positions .staff__position.indigo {
        background: #4B0082; }
      .staff__item .staff__positions .staff__position.peach {
        background: #e2b994; }
      .staff__item .staff__positions .staff__position.lightblue {
        background: #8fbece; }
      .staff__item .staff__positions .staff__position.steelblue {
        background: #4682B4; }
      .staff__item .staff__positions .staff__position.charcoal {
        background: #36454F; }
      .staff__item .staff__positions .staff__position.mint {
        background: #7cd87c; }
      .staff__item .staff__positions .staff__position.salmon {
        background: #FA8072; }
      .staff__item .staff__positions .staff__position.lime {
        background: #b1de2c; }
      .staff__item .staff__positions .staff__position.special {
        background: #d2a5a5; }
        .staff__item .staff__positions .staff__position.special:nth-child(1) {
          background-color: #f28b82; }
        .staff__item .staff__positions .staff__position.special:nth-child(2) {
          background-color: #fbbc04; }
        .staff__item .staff__positions .staff__position.special:nth-child(3) {
          background-color: #efe147; }
        .staff__item .staff__positions .staff__position.special:nth-child(4) {
          background-color: #8dce42; }
        .staff__item .staff__positions .staff__position.special:nth-child(5) {
          background-color: #4dd1b2; }
        .staff__item .staff__positions .staff__position.special:nth-child(6) {
          background-color: #42a5f5; }
        .staff__item .staff__positions .staff__position.special:nth-child(7) {
          background-color: #7e57c2; }
        .staff__item .staff__positions .staff__position.special:nth-child(8) {
          background-color: #ec407a; }
        .staff__item .staff__positions .staff__position.special:nth-child(9) {
          background-color: #ffa726; }
        .staff__item .staff__positions .staff__position.special:nth-child(10) {
          background-color: #78909c; }
      @media (max-width: 768px) {
        .staff__item .staff__positions .staff__position {
          padding: 0px 2px;
          font-size: 0.7rem; } }
    .staff__item .staff__positions.special-list {
      margin-top: 4px; }

.staff__item:nth-child(1) .staff__img img {
  border-radius: 54% 46% 47% 53%/67% 46% 54% 33%; }

.staff__item:nth-child(2) .staff__img img {
  border-radius: 40% 60% 50% 50%/60% 50% 50% 40%; }

.staff__item:nth-child(3) .staff__img img {
  border-radius: 60% 40% 60% 40%/50% 60% 40% 50%; }

.staff__item:nth-child(4) .staff__img img {
  border-radius: 53% 47% 47% 53%/67% 59% 41% 33%; }

.staff__item:nth-child(5) .staff__img img {
  border-radius: 50% 50% 40% 60%/60% 40% 60% 40%; }

.staff__item:nth-child(6) .staff__img img {
  border-radius: 45% 55% 55% 45%/55% 45% 45% 55%; }

.staff__item:nth-child(7) .staff__img img {
  border-radius: 52% 48% 46% 54%/60% 55% 45% 40%; }

.staff__item:nth-child(8) .staff__img img {
  border-radius: 48% 52% 52% 48%/50% 50% 50% 50%; }

.staff__item:nth-child(9) .staff__img img {
  border-radius: 55% 45% 50% 50%/60% 50% 40% 50%; }

.staff__item:nth-child(10) .staff__img img {
  border-radius: 50% 50% 55% 45%/55% 45% 55% 45%; }

.staff__item:nth-child(11) .staff__img img {
  border-radius: 49% 51% 53% 47%/52% 48% 50% 50%; }

.staff__item:nth-child(12) .staff__img img {
  border-radius: 51% 49% 47% 53%/48% 52% 50% 50%; }

.staff__item:nth-child(13) .staff__img img {
  border-radius: 46% 54% 52% 48%/50% 55% 45% 50%; }

.staff__item:nth-child(14) .staff__img img {
  border-radius: 50% 50% 48% 52%/60% 40% 60% 40%; }

.staff__item:nth-child(15) .staff__img img {
  border-radius: 58% 42% 45% 55%/50% 60% 40% 50%; }

.staff__item:nth-child(16) .staff__img img {
  border-radius: 44% 56% 55% 45%/55% 45% 55% 45%; }

.staff__item:nth-child(odd) .staff__img img {
  border-radius: 50% 45% 55% 50% / 50% 60% 40% 50%; }

.staff__item:nth-child(even) .staff__img img {
  border-radius: 45% 55% 50% 50% / 60% 50% 50% 40%; }

/*-------------------------
用語集
-------------------------*/
.post-type-archive-glossary {
  /* 通常サイズのブラウザに適用する基本的なテーブルのスタイル */
  /* ブラウザサイズが600px以下になったときのスタイル */ }
  .post-type-archive-glossary .glossary-nav {
    position: relative;
    top: 10px;
    padding: 10px 0;
    z-index: 1000; }
    .post-type-archive-glossary .glossary-nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 10px;
      padding: 0;
      margin: 0 0 20px;
      list-style: none; }
    .post-type-archive-glossary .glossary-nav li {
      display: inline-block; }
    .post-type-archive-glossary .glossary-nav a {
      display: block;
      padding: 8px 12px;
      background: #0073aa;
      color: #fff;
      border-radius: 5px;
      text-decoration: none; }
      .post-type-archive-glossary .glossary-nav a:hover {
        background: #005f8d; }
  .post-type-archive-glossary section.glossary-section {
    padding: 0;
    margin-bottom: 60px; }
  .post-type-archive-glossary .glossary-section {
    max-width: 800px;
    margin: 0 auto; }
    .post-type-archive-glossary .glossary-section__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: .5em .7em;
      background-color: rgba(242, 242, 242, 0.65);
      color: #333333;
      margin-bottom: 16px; }
      .post-type-archive-glossary .glossary-section__title::before {
        display: inline-block;
        width: 5px;
        height: 1.5em;
        margin-right: .5em;
        background-color: #2589d0;
        content: '';
        border-radius: 10px; }
    .post-type-archive-glossary .glossary-section .glossary-entries {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 20px; }
      .post-type-archive-glossary .glossary-section .glossary-entries .glossary-entry {
        padding: 15px;
        border: 1px solid #ddd;
        background-color: #fff;
        border-radius: 5px; }
        .post-type-archive-glossary .glossary-section .glossary-entries .glossary-entry__title {
          font-size: 1rem;
          margin-bottom: 10px;
          color: #444; }
        .post-type-archive-glossary .glossary-section .glossary-entries .glossary-entry__content {
          color: #666; }
  .post-type-archive-glossary table {
    border-collapse: collapse;
    width: 100%; }
  .post-type-archive-glossary .glossary-table th,
  .post-type-archive-glossary .glossary-table td {
    padding: 15px 20px;
    border: solid 1px #e2e2e2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .post-type-archive-glossary .glossary-table th p,
    .post-type-archive-glossary .glossary-table td p {
      margin-bottom: 0; }
  .post-type-archive-glossary .glossary-table th {
    width: 27%;
    background: rgba(242, 242, 242, 0.65); }
  .post-type-archive-glossary .glossary-table td {
    background: #fff; }

/*-------------------------
アクセスページ
-------------------------*/
.access .access-inner {
  max-width: 740px;
  margin: 0 auto 80px; }

.access .map {
  margin: 90px auto 45px;
  -webkit-filter: sepia(20%) brightness(90%) contrast(120%) saturate(70%);
  filter: sepia(20%) brightness(90%) contrast(120%) saturate(70%); }

.access .map-btn {
  background: #009fe8;
  color: #fff;
  width: 180px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 0;
  display: block;
  margin: 0 auto 90px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .access .map-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -12px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    -webkit-transform: translateX(-100%) skewX(-15deg);
    -ms-transform: translateX(-100%) skewX(-15deg);
    transform: translateX(-100%) skewX(-15deg);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .access .map-btn:hover::before {
    -webkit-transform: translateX(200%) skewX(-15deg);
    -ms-transform: translateX(200%) skewX(-15deg);
    transform: translateX(200%) skewX(-15deg); }
  .access .map-btn:hover {
    background: -webkit-linear-gradient(45deg, #d0261a, #EC6D64);
    background: -o-linear-gradient(45deg, #d0261a, #EC6D64);
    background: linear-gradient(45deg, #d0261a, #EC6D64);
    -webkit-transform: rotateY(10deg) scale(1.05);
    transform: rotateY(10deg) scale(1.05);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }

/*-------------------------
各教室のページ
-------------------------*/
.fc-classroom section {
  padding: 0; }

.fc-classroom .inner {
  max-width: 800px;
  margin: 0 auto 80px; }

.fc-classroom .main-image-section {
  padding-top: 0;
  padding-bottom: 90px; }
  .fc-classroom .main-image-section .main-image {
    max-width: 930px;
    margin: 0 auto 40px; }
    .fc-classroom .main-image-section .main-image img {
      border-radius: 50px; }

.fc-classroom .news-section {
  padding: 90px 0;
  background: #F8FCFB; }

.fc-classroom .schedule-section {
  padding: 90px 0 60px; }
  .fc-classroom .schedule-section .calender {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .fc-classroom .schedule-section .calender iframe {
      width: 100%;
      margin: 0 auto; }

.fc-classroom .staff-list-section {
  padding: 90px 0;
  margin-bottom: 120px; }

.fc-classroom .facility-info-section .table-inner {
  max-width: 880px;
  width: 100%;
  margin: 0 auto; }

.fc-classroom .self-evaluation-section {
  padding: 90px 0;
  background: url(../images/common/dot-grid.webp) repeat; }
  .fc-classroom .self-evaluation-section .result-list {
    background: #fff;
    max-width: 700px;
    margin: 0 auto;
    padding: 30px 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px;
    border: solid 2px #eee;
    -webkit-filter: drop-shadow(0px 2px 2px rgba(81, 81, 81, 0.1));
    filter: drop-shadow(0px 2px 2px rgba(81, 81, 81, 0.1)); }
    .fc-classroom .self-evaluation-section .result-list li {
      padding-bottom: 8px; }
      .fc-classroom .self-evaluation-section .result-list li:last-child {
        padding-bottom: 0; }
      .fc-classroom .self-evaluation-section .result-list li a {
        color: #009fe8;
        display: block;
        font-weight: bold;
        text-decoration: none;
        padding-bottom: 8px;
        border-bottom: dashed 1px #ccc; }
      .fc-classroom .self-evaluation-section .result-list li:not(:last-child) {
        margin-bottom: 0; }

.fc-classroom .map {
  margin: 60px 0; }
  .fc-classroom .map iframe {
    -webkit-filter: sepia(0.25);
    filter: sepia(0.25);
    border-radius: 30px; }

.fc-classroom .area-section {
  padding: 90px 0;
  background: #F8FCFB; }
  .fc-classroom .area-section .area-list {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 60px; }
    .fc-classroom .area-section .area-list li {
      font-size: 1.3rem;
      font-weight: bold; }
      .fc-classroom .area-section .area-list li:not(:last-child) {
        margin-right: 20px; }
      .fc-classroom .area-section .area-list li:after {
        content: "/";
        margin-left: 12px; }
      .fc-classroom .area-section .area-list li:last-child:after {
        content: "";
        margin-left: 0; }
  .fc-classroom .area-section .txt {
    text-align: center; }

.fc-classroom .contact-section {
  padding: 90px 0; }
  .fc-classroom .contact-section .contact-box {
    position: relative;
    max-width: 720px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px;
    margin: 0 auto 40px;
    text-align: center;
    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;
    background: #F8FCFB;
    border-radius: 15px; }
    @media (max-width: 768px) {
      .fc-classroom .contact-section .contact-box {
        padding: 20px; } }
    .fc-classroom .contact-section .contact-box__content {
      width: 80%;
      border-radius: 2px;
      display: block;
      background: #fff;
      border: solid 1px #009fe8;
      padding: 18px 30px; }
      @media (max-width: 768px) {
        .fc-classroom .contact-section .contact-box__content {
          width: 100%;
          padding: 18px 18px; } }
    .fc-classroom .contact-section .contact-box__title {
      font-size: 1.2rem;
      font-weight: bold;
      margin-bottom: 8px; }
    .fc-classroom .contact-section .contact-box__tel {
      font-weight: bold;
      font-size: 1.8rem;
      margin-bottom: 6px; }
      .fc-classroom .contact-section .contact-box__tel i {
        color: #009fe8; }
    .fc-classroom .contact-section .contact-box__hours {
      font-weight: bold;
      margin-bottom: 0; }
    .fc-classroom .contact-section .contact-box .contact-box__kirin {
      position: absolute;
      left: 21px;
      bottom: -13px;
      width: 115px; }
      @media (max-width: 768px) {
        .fc-classroom .contact-section .contact-box .contact-box__kirin {
          left: -14px;
          bottom: 2px;
          width: 60px; } }

.fc-classroom .link-list {
  list-style: none;
  padding: 0;
  margin: 0 0 60px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px; }
  .fc-classroom .link-list a {
    color: #fff;
    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; }
  .fc-classroom .link-list__icon {
    color: #fff; }
    .fc-classroom .link-list__icon i {
      width: 40px;
      height: 40px;
      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;
      border-radius: 50%;
      background: #0FA67B;
      font-size: 20px; }
    .fc-classroom .link-list__icon.phone i {
      background: #009fe8; }
  .fc-classroom .link-list__insta img, .fc-classroom .link-list__line img {
    width: 40px; }

/*-------------------------
那珂川校・筒井校
-------------------------*/
.nakagawa .fc-classroom .insta-banner,
.tsutsui .fc-classroom .insta-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 180px;
  margin: 0 auto;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .nakagawa .fc-classroom .insta-banner:hover,
  .tsutsui .fc-classroom .insta-banner:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    opacity: .9; }

.nakagawa .fc-classroom .fc-classroom .staff-list-section,
.tsutsui .fc-classroom .fc-classroom .staff-list-section {
  padding: 0; }

.nakagawa .fc-classroom .staff-list-section,
.tsutsui .fc-classroom .staff-list-section {
  padding: 90px 0;
  margin-bottom: 0; }
  .nakagawa .fc-classroom .staff-list-section .staff-list,
  .tsutsui .fc-classroom .staff-list-section .staff-list {
    margin-bottom: 0; }

.nakagawa .fc-classroom .usage-time,
.tsutsui .fc-classroom .usage-time {
  padding: 90px 0; }
  .nakagawa .fc-classroom .usage-time .usage-time__memo,
  .tsutsui .fc-classroom .usage-time .usage-time__memo {
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 0; }

.nakagawa .fc-classroom .facility-info-section,
.tsutsui .fc-classroom .facility-info-section {
  padding: 90px 0 30px; }

.nakagawa .fc-classroom .contact-box__content .contact-box__tel,
.tsutsui .fc-classroom .contact-box__content .contact-box__tel {
  display: block; }

/*-------------------------
情報公開ページ
-------------------------*/
.info .inner {
  max-width: 780px;
  margin: 0 auto 80px; }

.info table {
  margin-bottom: 90px; }
  .info table th {
    background: #F8FCFB; }
  .info table td {
    background: #fff; }
    .info table td .result-list {
      margin: 0 0 0 20px;
      padding: 0; }

/*-------------------------
採用情報ページ
-------------------------*/
.recruit .recruit-tabs__content .title {
  text-align: center;
  margin-bottom: 24px; }

.recruit .responsive-table th {
  width: 30%;
  background: #F8FCFB; }
  @media (max-width: 768px) {
    .recruit .responsive-table th {
      width: 100%; } }

.recruit .responsive-table td ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.recruit .responsive-table td ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px; }
  .recruit .responsive-table td ul.m-b-0 {
    margin-bottom: 0; }
  .recruit .responsive-table td ul li {
    background: #009fe8;
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: .9rem; }

.recruit .recruit-faq {
  margin: 120px auto; }

.recruit #recruit-content {
  scroll-margin-top: 100px;
  /* ヘッダー高さに合わせて調整 */ }

.recruit .form-box {
  max-width: 720px;
  margin: 90px auto;
  /* ブラウザサイズが600px以下になったときのスタイル */ }
  .recruit .form-box__title {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 14px;
    text-align: center; }
  .recruit .form-box__content {
    max-width: 690px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 45px 30px;
    margin: 0 auto;
    text-align: center;
    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;
    background: #F8FCFB;
    border-radius: 15px; }
    @media (max-width: 768px) {
      .recruit .form-box__content {
        padding: 30px 27px 30px; } }
  .recruit .form-box__contact-table {
    width: 100%;
    border-collapse: collapse; }
    .recruit .form-box__contact-table tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .recruit .form-box__contact-table tr th,
      .recruit .form-box__contact-table tr td {
        padding: 30px 0;
        text-align: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        border-top: 1px solid #c4c4c4;
        border-bottom: 1px solid #c4c4c4;
        border-left: none;
        border-right: none; }
      .recruit .form-box__contact-table tr th {
        font-size: 1.2rem;
        width: auto;
        font-weight: bold;
        border-bottom: none;
        padding-bottom: 16px; }
        .recruit .form-box__contact-table tr th p {
          margin-bottom: 0px; }
      .recruit .form-box__contact-table tr td {
        border-top: none;
        border-bottom: none;
        padding-top: 0; }
      .recruit .form-box__contact-table tr:first-child th {
        border-top: 1px none;
        padding-top: 0; }
      .recruit .form-box__contact-table tr:last-child td {
        border-bottom: none; }
  .recruit .form-box input[type="text"],
  .recruit .form-box input[type="email"],
  .recruit .form-box input[type="tel"] {
    width: 100%;
    padding: 10px 10px; }
  .recruit .form-box textarea {
    width: 100%;
    padding: 10px 10px; }
  .recruit .form-box .checkbox-cl01 input {
    display: none; }
  .recruit .form-box .checkbox-cl01 .wpcf7-list-item-label {
    font-weight: bold; }
  .recruit .form-box .checkbox-cl01 input + span {
    padding-left: 26px;
    display: inline-block;
    position: relative; }
    .recruit .form-box .checkbox-cl01 input + span::after, .recruit .form-box .checkbox-cl01 input + span::before {
      content: "";
      display: block;
      position: absolute;
      top: 0; }
    .recruit .form-box .checkbox-cl01 input + span::before {
      border: 1px solid #aaaaaa;
      background-color: #ffffff;
      height: 18px;
      width: 18px;
      border-radius: 50%;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .recruit .form-box .checkbox-cl01 input + span::after {
      border: none;
      background-color: #FF3399;
      border-radius: 50%;
      height: 12px;
      width: 12px;
      left: 3px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      display: none;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      /* アニメーションの追加 */ }
  .recruit .form-box .checkbox-cl01 input:checked + span::after {
    display: block; }
  .recruit .form-box .checkbox-cl01 .wpcf7-list-item {
    margin-left: 0;
    margin-right: 24px; }
    .recruit .form-box .checkbox-cl01 .wpcf7-list-item.first {
      margin-left: 0; }
    @media (max-width: 768px) {
      .recruit .form-box .checkbox-cl01 .wpcf7-list-item {
        display: block;
        margin-bottom: 5px; } }
  .recruit .form-box .work-list .wpcf7-list-item {
    margin-bottom: 12px; }
  .recruit .form-box .wpcf7-list-item label {
    cursor: pointer; }
  .recruit .form-box .form-placeholder {
    font-size: .8rem;
    opacity: .8;
    display: block;
    margin-bottom: 4px; }
  .recruit .form-box .is-required {
    background: #F2B33D;
    color: #fff;
    font-size: .8rem;
    padding: 2px 10px 3px;
    border-radius: 20px;
    margin-left: 12px;
    position: relative;
    top: -2px; }
  .recruit .form-box .wpcf7-submit {
    display: block;
    width: 240px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 2px;
    padding: 16px 24px;
    background-color: #0073aa;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    .recruit .form-box .wpcf7-submit:hover {
      background-color: #005f8d; }

/*-------------------------
よくある質問ページ
-------------------------*/
.faq .page-inner {
  max-width: 880px;
  margin: 0 auto 80px; }

/*-------------------------
施設紹介ページ
-------------------------*/
.classrooms .room-list {
  max-width: 880px;
  margin: 0 auto;
  padding: 0; }
  .classrooms .room-list .room-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 90px;
    background: #fff;
    padding: 35px;
    -webkit-filter: drop-shadow(0px 2px 2px rgba(150, 150, 150, 0.1));
    filter: drop-shadow(0px 2px 2px rgba(150, 150, 150, 0.1));
    border-radius: 35px; }
    @media (max-width: 768px) {
      .classrooms .room-list .room-list__item {
        display: block;
        padding: 25px 18px; } }
    .classrooms .room-list .room-list__item:not(:last-child) {
      margin-bottom: 30px; }
    .classrooms .room-list .room-list__item .room-list__img {
      width: 240px;
      margin-right: 45px;
      border-radius: 6px;
      overflow: hidden; }
      @media (max-width: 768px) {
        .classrooms .room-list .room-list__item .room-list__img {
          width: 100%;
          margin: 0 auto 24px; } }
    .classrooms .room-list .room-list__item .room-list__content {
      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;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .classrooms .room-list .room-list__item .room-list__content .room-list__title {
        font-size: 1.4rem;
        font-weight: bold;
        margin-bottom: 18px;
        background: #f5f5f5;
        padding: 4px 12px 2px;
        border-radius: 3px;
        border-left: 3px solid #009fe8; }
        .classrooms .room-list .room-list__item .room-list__content .room-list__title span {
          font-size: .9rem; }
          @media (max-width: 768px) {
            .classrooms .room-list .room-list__item .room-list__content .room-list__title span {
              display: block; } }
      .classrooms .room-list .room-list__item .room-list__content .room-list__add {
        font-size: 1.2rem;
        margin-bottom: 10px; }
      .classrooms .room-list .room-list__item .room-list__content .room-list__phone {
        font-size: 1.2rem;
        font-weight: bold;
        letter-spacing: 1px; }
      .classrooms .room-list .room-list__item .room-list__content .room-list__number span {
        display: inline-block;
        padding: 6px 12px;
        background: rgba(0, 159, 232, 0.12);
        border-radius: 2px; }
    .classrooms .room-list .room-list__item .btn-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: end; }
      .classrooms .room-list .room-list__item .btn-wrap .btn {
        width: 138px;
        display: block;
        font-size: .9rem;
        line-height: 20px;
        border-radius: 4px;
        font-weight: bold;
        text-align: center;
        padding: 10px 0 8px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        background: #009fe8;
        color: #fff; }
        .classrooms .room-list .room-list__item .btn-wrap .btn:before {
          content: '\e50d';
          font-family: FontAwesome;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          width: 20px;
          height: 20px;
          border-radius: 50%;
          margin-right: 4px; }
        .classrooms .room-list .room-list__item .btn-wrap .btn:hover {
          -webkit-transform: translateY(-3px);
          -ms-transform: translateY(-3px);
          transform: translateY(-3px);
          opacity: .88; }

/*-------------------------
お問い合わせページ
-------------------------*/
.contact .contact-page__content {
  margin-bottom: 120px; }

.contact .contact-box-list {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 90px; }
  .contact .contact-box-list .contact-box {
    position: relative;
    max-width: 720px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px;
    margin: 0 auto 45px;
    text-align: center;
    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;
    background: #F8FCFB;
    border-radius: 15px; }
    @media (max-width: 768px) {
      .contact .contact-box-list .contact-box {
        padding: 20px; } }
    .contact .contact-box-list .contact-box__content {
      width: 80%;
      border-radius: 2px;
      display: block;
      background: #fff;
      border: solid 1px #009fe8;
      padding: 18px 30px; }
      @media (max-width: 768px) {
        .contact .contact-box-list .contact-box__content {
          width: 100%;
          padding: 18px 18px; } }
    .contact .contact-box-list .contact-box__title {
      font-size: 1.4rem;
      font-weight: bold;
      margin-bottom: 8px; }
      @media (max-width: 768px) {
        .contact .contact-box-list .contact-box__title {
          font-size: 1.2rem; } }
    .contact .contact-box-list .contact-box__tel {
      font-weight: bold;
      font-size: 1.8rem;
      margin-bottom: 6px;
      display: block; }
      .contact .contact-box-list .contact-box__tel i {
        color: #009fe8;
        margin-right: 6px; }
    .contact .contact-box-list .contact-box__hours {
      font-weight: bold;
      margin-bottom: 0; }
    .contact .contact-box-list .contact-box .contact-box__kirin {
      position: absolute;
      left: 21px;
      bottom: -13px;
      width: 115px; }
      @media (max-width: 768px) {
        .contact .contact-box-list .contact-box .contact-box__kirin {
          left: -14px;
          bottom: 2px;
          width: 60px; } }
    .contact .contact-box-list .contact-box .contact-box__sun {
      position: absolute;
      left: 30px;
      top: 23px;
      width: 95px; }
      @media (max-width: 768px) {
        .contact .contact-box-list .contact-box .contact-box__sun {
          top: 23px;
          left: -14px;
          width: 50px; } }

.contact .form-box {
  max-width: 720px;
  margin: 0 auto;
  /* ブラウザサイズが600px以下になったときのスタイル */ }
  .contact .form-box__title {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 14px;
    text-align: center; }
  .contact .form-box__content {
    max-width: 690px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 45px 30px;
    margin: 0 auto;
    text-align: center;
    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;
    background: #F8FCFB;
    border-radius: 15px; }
    @media (max-width: 768px) {
      .contact .form-box__content {
        padding: 30px 27px 30px; } }
  .contact .form-box__contact-table {
    width: 100%;
    border-collapse: collapse; }
    .contact .form-box__contact-table tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .contact .form-box__contact-table tr th,
      .contact .form-box__contact-table tr td {
        padding: 30px 0;
        text-align: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        border-top: 1px solid #c4c4c4;
        border-bottom: 1px solid #c4c4c4;
        border-left: none;
        border-right: none; }
      .contact .form-box__contact-table tr th {
        font-size: 1.2rem;
        width: auto;
        font-weight: bold;
        border-bottom: none;
        padding-bottom: 16px; }
        .contact .form-box__contact-table tr th p {
          margin-bottom: 0px; }
      .contact .form-box__contact-table tr td {
        border-top: none;
        border-bottom: none;
        padding-top: 0; }
      .contact .form-box__contact-table tr:first-child th {
        border-top: 1px none;
        padding-top: 0; }
      .contact .form-box__contact-table tr:last-child td {
        border-bottom: none; }

.contact .wpcf7-form input[type="text"],
.contact .wpcf7-form input[type="email"],
.contact .wpcf7-form input[type="tel"] {
  width: 100%;
  padding: 10px 10px; }

.contact .wpcf7-form textarea {
  width: 100%;
  padding: 10px 10px; }

.contact .wpcf7-form .checkbox-cl01 input {
  display: none; }

.contact .wpcf7-form .checkbox-cl01 .wpcf7-list-item-label {
  font-weight: bold; }

.contact .wpcf7-form .checkbox-cl01 input + span {
  padding-left: 26px;
  display: inline-block;
  position: relative; }
  .contact .wpcf7-form .checkbox-cl01 input + span::after, .contact .wpcf7-form .checkbox-cl01 input + span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0; }
  .contact .wpcf7-form .checkbox-cl01 input + span::before {
    border: 1px solid #aaaaaa;
    background-color: #ffffff;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .contact .wpcf7-form .checkbox-cl01 input + span::after {
    border: none;
    background-color: #FF3399;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    left: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* アニメーションの追加 */ }

.contact .wpcf7-form .checkbox-cl01 input:checked + span::after {
  display: block; }

.contact .wpcf7-form .checkbox-cl01 .wpcf7-list-item {
  margin-left: 0;
  margin-right: 24px; }
  .contact .wpcf7-form .checkbox-cl01 .wpcf7-list-item.first {
    margin-left: 0; }
  @media (max-width: 768px) {
    .contact .wpcf7-form .checkbox-cl01 .wpcf7-list-item {
      display: block;
      margin-bottom: 5px; } }

.contact .wpcf7-form .wpcf7-list-item label {
  cursor: pointer; }

.contact .wpcf7-form .form-placeholder {
  font-size: .8rem;
  opacity: .8;
  display: block;
  margin-bottom: 4px; }

.contact .wpcf7-form .is-required {
  background: #F2B33D;
  color: #fff;
  font-size: .8rem;
  padding: 2px 10px 3px;
  border-radius: 20px;
  margin-left: 12px;
  position: relative;
  top: -2px; }

.contact .wpcf7-form .wpcf7-submit {
  display: block;
  width: 240px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 2px;
  padding: 16px 24px;
  background-color: #0073aa;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .contact .wpcf7-form .wpcf7-submit:hover {
    background-color: #005f8d; }

/*-------------------------
シングルページ
-------------------------*/
.single .breadcrumb {
  margin-bottom: 38px; }

.single .single-inner {
  max-width: 820px;
  margin: 0 auto; }

.single .post-type-label {
  background: #dddddd;
  color: #fff;
  display: inline-block;
  padding: 0px 10px;
  font-size: 1.1rem;
  border-radius: 20px;
  z-index: 1;
  margin-bottom: 32px; }
  .single .post-type-label.nakagawa {
    background: #EC6D64; }
  .single .post-type-label.tsutsui {
    background: #F2B33D; }

.single .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
  font-size: .8rem; }
  .single .post-meta .post-date {
    color: #777; }
  .single .post-meta__cat-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0 24px; }
    .single .post-meta__cat-list a {
      line-height: .8rem;
      height: 18px;
      background: #009fe8;
      color: #fff;
      display: block;
      padding: 0px 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }

.single .post-title {
  font-size: 1.4rem;
  position: relative;
  font-weight: bold;
  padding-bottom: 12px;
  margin-bottom: 42px; }
  .single .post-title:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #333, #333 1px, transparent 2px, transparent 5px);
    background-image: -o-repeating-linear-gradient(135deg, #333, #333 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #333, #333 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.single .post-content {
  margin-bottom: 120px; }

.single .post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 120px; }
  .single .post-navigation__previous, .single .post-navigation__next {
    width: 48%; }
  .single .post-navigation__next {
    text-align: right; }
  .single .post-navigation a {
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .single .post-navigation a:hover {
      color: #009fe8;
      opacity: .8; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
/* header */
.header {
  padding-top: 12px;
  background-color: none;
  position: relative;
  z-index: 1;
  margin-bottom: -78px; }
  @media (max-width: 768px) {
    .header {
      display: none;
      padding-top: 0px;
      margin-bottom: 0px; } }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
/* header */
.header {
  width: 100%; }

/* header__box */
.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.clone-nav .header__box {
  padding-bottom: 8px; }

/* header__logo */
.header__logo {
  margin-top: 0;
  margin-bottom: 0; }
  .header__logo .header__logo-link {
    font-size: 1.4rem;
    line-height: 0;
    font-weight: normal;
    color: #fff;
    letter-spacing: 3px;
    display: block;
    width: 118px; }
    @media (max-width: 768px) {
      .header__logo .header__logo-link {
        font-size: 1.2rem; } }
  .header__logo .header__logo-txt {
    font-size: .7rem;
    display: block;
    letter-spacing: 3.2px;
    position: relative;
    top: 4px; }
    @media (max-width: 768px) {
      .header__logo .header__logo-txt {
        font-size: .6rem;
        sletter-spacing: 3px;
        top: 8px; } }

/* sp-header */
.sp-header {
  display: none; }
  @media (max-width: 1024px) {
    .sp-header {
      display: block;
      background: none;
      height: 64px;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 100;
      -webkit-transition: all 1.4s ease-in-out;
      -o-transition: all 1.4s ease-in-out;
      transition: all 1.4s ease-in-out; }
      .sp-header.scrolled {
        background: rgba(255, 255, 255, 0.688);
        -webkit-box-shadow: 1px 1px 1px #bababa;
        box-shadow: 1px 1px 1px #bababa; } }

/* sp-header__logo */
.sp-header__logo {
  margin-bottom: 0; }
  @media (max-width: 768px) {
    .sp-header__logo {
      margin-top: 0px; } }
  .sp-header__logo .sp-header__logo-link {
    display: block;
    margin-top: 0px;
    margin-left: -8px;
    width: 88px;
    position: relative;
    z-index: 100000; }
    @media (max-width: 768px) {
      .sp-header__logo .sp-header__logo-link {
        width: 120px; } }

/* header__info */
.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* header__info-tel */
  /* header__info-btn */ }
  @media (max-width: 768px) {
    .header__info {
      display: none; } }
  .header__info .header__info-tel {
    font-weight: 600;
    position: relative;
    top: 2px; }
  .header__info .header__info-btn {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .8rem;
    width: 88px;
    line-height: 1.5;
    font-weight: normal;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 0;
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #fff; }
    .header__info .header__info-btn::before {
      content: '';
      position: absolute;
      top: 0;
      left: -12px;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.1);
      -webkit-transform: translateX(-100%) skewX(-15deg);
      -ms-transform: translateX(-100%) skewX(-15deg);
      transform: translateX(-100%) skewX(-15deg);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .header__info .header__info-btn:hover::before {
      -webkit-transform: translateX(200%) skewX(-15deg);
      -ms-transform: translateX(200%) skewX(-15deg);
      transform: translateX(200%) skewX(-15deg); }
    .header__info .header__info-btn:hover {
      background: -webkit-linear-gradient(45deg, #ca963d, #d5ac65);
      background: -o-linear-gradient(45deg, #ca963d, #d5ac65);
      background: linear-gradient(45deg, #ca963d, #d5ac65);
      -webkit-transform: rotateY(10deg) scale(1.05);
      transform: rotateY(10deg) scale(1.05);
      -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
      border: 1px solid #d5ac65; }

/* Navigation
--------------------------------------------- */
/*-------------------------
header__nav 
-------------------------*/
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 1024px) {
    .header__nav {
      display: none; } }
  .header__nav-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0; }
  .header__nav-link {
    letter-spacing: 1px; }
  .header__nav .header__nav-item {
    text-transform: capitalize;
    margin-right: 8px;
    position: relative; }
    .header__nav .header__nav-item a {
      font-size: 1.0rem; }
    .header__nav .header__nav-item .header__nav-link {
      text-transform: uppercase;
      letter-spacing: 0px;
      text-decoration: none;
      color: #fff;
      padding: 12px 3px;
      position: relative; }
      .header__nav .header__nav-item .header__nav-link:hover, .header__nav .header__nav-item .header__nav-link:focus {
        text-decoration: none; }
      .header__nav .header__nav-item .header__nav-link.active {
        padding-bottom: 10px;
        border-bottom: solid 1.5px #fff; }
        .header__nav .header__nav-item .header__nav-link.active:before {
          display: none; }
      .header__nav .header__nav-item .header__nav-link:before {
        content: "";
        display: block;
        background: #fff;
        width: 100%;
        height: 1.5px;
        position: absolute;
        inset: 96% auto auto 0;
        scale: 0 1;
        -webkit-transition: scale 0.2s;
        -o-transition: scale 0.2s;
        transition: scale 0.2s; }
      .header__nav .header__nav-item .header__nav-link:hover:before {
        scale: 1; }
    .header__nav .header__nav-item .header__sub-nav-list {
      display: none;
      position: absolute;
      top: 28px;
      left: 0;
      background-color: rgba(255, 255, 255, 0.8);
      padding: 8px;
      margin: 0;
      border: solid 3px #009fe8;
      border-radius: 10px;
      list-style: none;
      min-width: 220px;
      z-index: 1; }
      .header__nav .header__nav-item .header__sub-nav-list .header__sub-nav-item {
        margin: 0; }
        .header__nav .header__nav-item .header__sub-nav-list .header__sub-nav-item .header__sub-nav-link {
          display: block;
          padding: 8px 15px;
          text-decoration: none;
          border-bottom: 1px dotted #ccc; }
    .header__nav .header__nav-item:hover .header__sub-nav-list {
      display: block; }

/* クローンヘッダーのスタイル */
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }
  @media (max-width: 1024px) {
    .clone-nav {
      display: none; } }

.is-show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 1px 1px 1px #ededed;
  box-shadow: 1px 1px 1px #ededed; }
  .is-show .header__nav .header__nav-item .header__nav-link {
    color: #333333; }
    .is-show .header__nav .header__nav-item .header__nav-link.active {
      padding-bottom: 10px;
      border-bottom: solid 1.5px #009fe8; }

/*-------------------------
スマホナビ 
-------------------------*/
.sp-nav {
  display: none;
  letter-spacing: 7px;
  text-transform: uppercase; }
  @media (max-width: 1024px) {
    .sp-nav {
      display: block; } }
  .sp-nav .sp-nav__button-container {
    position: fixed;
    top: 14px;
    right: 14px;
    height: 22px;
    width: 35px;
    cursor: pointer;
    z-index: 101;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease; }
    .sp-nav .sp-nav__button-container:hover {
      opacity: 0.7; }
    .sp-nav .sp-nav__button-container.active .sp-nav__button-line--top {
      -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
      -ms-transform: translateY(11px) translateX(0) rotate(45deg);
      transform: translateY(11px) translateX(0) rotate(45deg);
      background: #333333; }
    .sp-nav .sp-nav__button-container.active .sp-nav__button-line--middle {
      opacity: 0;
      background: #333333; }
    .sp-nav .sp-nav__button-container.active .sp-nav__button-line--bottom {
      -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
      -ms-transform: translateY(-11px) translateX(0) rotate(-45deg);
      transform: translateY(-11px) translateX(0) rotate(-45deg);
      background: #333333; }
    .sp-nav .sp-nav__button-container.active .sp-nav__button-text {
      color: #333333; }
    .sp-nav .sp-nav__button-container .sp-nav__button-line {
      background: #fff;
      border: none;
      height: 2.0px;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease;
      cursor: pointer; }
      .sp-nav .sp-nav__button-container .sp-nav__button-line:nth-of-type(2) {
        top: 11px; }
      .sp-nav .sp-nav__button-container .sp-nav__button-line:nth-of-type(3) {
        top: 22px; }
  .sp-nav .sp-nav__button-text {
    color: #fff;
    letter-spacing: 0;
    font-weight: bold;
    font-size: .7rem;
    letter-spacing: 1px;
    position: absolute;
    bottom: -24px; }
  .sp-nav .sp-nav__overlay {
    position: fixed;
    z-index: 1;
    background: white;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    -o-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden; }
    .sp-nav .sp-nav__overlay.open {
      opacity: 1;
      visibility: visible;
      height: 100%;
      z-index: 100;
      overflow: auto; }
      .sp-nav .sp-nav__overlay.open .sp-nav__overlay-menu-list {
        letter-spacing: 2px;
        font-size: 18px; }
        .sp-nav .sp-nav__overlay.open .sp-nav__overlay-menu-list a {
          padding: 5px 0 5px 10px; }
        .sp-nav .sp-nav__overlay.open .sp-nav__overlay-menu-list .sp-nav__overlay-menu-item {
          -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
          -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s; }
          .sp-nav .sp-nav__overlay.open .sp-nav__overlay-menu-list .sp-nav__overlay-menu-item:nth-of-type(2) {
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; }
          .sp-nav .sp-nav__overlay.open .sp-nav__overlay-menu-list .sp-nav__overlay-menu-item:nth-of-type(3) {
            -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s; }
          .sp-nav .sp-nav__overlay.open .sp-nav__overlay-menu-list .sp-nav__overlay-menu-item:nth-of-type(4) {
            -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s; }
          .sp-nav .sp-nav__overlay.open .sp-nav__overlay-menu-list .sp-nav__overlay-menu-item:nth-of-type(5) {
            -webkit-animation-delay: 0.55s;
            animation-delay: 0.55s; }
          .sp-nav .sp-nav__overlay.open .sp-nav__overlay-menu-list .sp-nav__overlay-menu-item:nth-of-type(6) {
            -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s; }
          .sp-nav .sp-nav__overlay.open .sp-nav__overlay-menu-list .sp-nav__overlay-menu-item:nth-of-type(7) {
            -webkit-animation-delay: 0.65s;
            animation-delay: 0.65s; }
          .sp-nav .sp-nav__overlay.open .sp-nav__overlay-menu-list .sp-nav__overlay-menu-item:nth-of-type(8) {
            -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s; }
          .sp-nav .sp-nav__overlay.open .sp-nav__overlay-menu-list .sp-nav__overlay-menu-item:nth-of-type(9) {
            -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s; }
          .sp-nav .sp-nav__overlay.open .sp-nav__overlay-menu-list .sp-nav__overlay-menu-item:nth-of-type(10) {
            -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s; }
          .sp-nav .sp-nav__overlay.open .sp-nav__overlay-menu-list .sp-nav__overlay-menu-item:nth-of-type(11) {
            -webkit-animation-delay: 0.85s;
            animation-delay: 0.85s; }
          .sp-nav .sp-nav__overlay.open .sp-nav__overlay-menu-list .sp-nav__overlay-menu-item:nth-of-type(12) {
            -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s; }
          .sp-nav .sp-nav__overlay.open .sp-nav__overlay-menu-list .sp-nav__overlay-menu-item:nth-of-type(13) {
            -webkit-animation-delay: 0.95s;
            animation-delay: 0.95s; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%; }
  100% {
    opacity: 1;
    left: 0; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%; }
  100% {
    opacity: 1;
    left: 0; } }
    .sp-nav .sp-nav__overlay .sp-nav__overlay-menu {
      position: relative;
      height: 70%;
      top: 30%;
      -webkit-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
      transform: translateY(-30%);
      font-size: 26px;
      font-weight: 400;
      text-align: center;
      /* アイテムを垂直および水平に中央揃えにするためのFlexbox設定 */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .sp-nav .sp-nav__overlay .sp-nav__overlay-menu-list {
      list-style: none;
      padding: 0 20px;
      margin: 0 auto;
      display: inline-block;
      position: relative;
      height: 100%;
      width: 100%;
      text-align: left; }
      .sp-nav .sp-nav__overlay .sp-nav__overlay-menu-list .sp-nav__overlay-menu-item {
        display: block;
        position: relative;
        opacity: 0;
        border-bottom: dashed 1px #b8b8b8; }
        .sp-nav .sp-nav__overlay .sp-nav__overlay-menu-list .sp-nav__overlay-menu-item a {
          font-weight: bold;
          display: block; }
        .sp-nav .sp-nav__overlay .sp-nav__overlay-menu-list .sp-nav__overlay-menu-item a:after {
          content: "\f054";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-size: 12px;
          margin-left: 10px;
          display: inline-block;
          -webkit-transition: -webkit-transform 0.3s ease;
          transition: -webkit-transform 0.3s ease;
          -o-transition: transform 0.3s ease;
          transition: transform 0.3s ease;
          transition: transform 0.3s ease, -webkit-transform 0.3s ease;
          position: absolute;
          right: 12px;
          top: 12px; }
        .sp-nav .sp-nav__overlay .sp-nav__overlay-menu-list .sp-nav__overlay-menu-item a:hover::after {
          -webkit-transform: translateX(5px);
          -ms-transform: translateX(5px);
          transform: translateX(5px); }
        .sp-nav .sp-nav__overlay .sp-nav__overlay-menu-list .sp-nav__overlay-menu-item.has-children {
          font-weight: bold;
          padding: 5px 0 0 10px; }
        .sp-nav .sp-nav__overlay .sp-nav__overlay-menu-list .sp-nav__overlay-menu-item .has-children__text {
          display: block;
          padding-bottom: 6px; }
        .sp-nav .sp-nav__overlay .sp-nav__overlay-menu-list .sp-nav__overlay-menu-item .sp-sub-nav__overlay-menu-list {
          margin-left: 0;
          padding-left: 20px;
          list-style: none; }
          .sp-nav .sp-nav__overlay .sp-nav__overlay-menu-list .sp-nav__overlay-menu-item .sp-sub-nav__overlay-menu-list .sp-sub-nav__overlay-menu-item {
            position: relative; }
            .sp-nav .sp-nav__overlay .sp-nav__overlay-menu-list .sp-nav__overlay-menu-item .sp-sub-nav__overlay-menu-list .sp-sub-nav__overlay-menu-item:not(:last-child) a {
              display: block;
              border-top: dashed 1px #b8b8b8;
              border-bottom: dashed 1px #b8b8b8; }

.scrolled .sp-nav .sp-nav__button-container .sp-nav__button-line {
  background: #333333;
  -webkit-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease; }

.scrolled .sp-nav .sp-nav__button-text {
  color: #333333;
  -webkit-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease; }

/* Page-header
--------------------------------------------- */
/* Page-header
--------------------------------------------- */
.page-header {
  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;
  height: 55vh;
  background: url(../images/common/page-header.jpg);
  background-size: cover;
  background-position: center;
  position: relative; }
  .page-header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0; }
  .page-header .page-header__title {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-top: 9vh;
    position: relative;
    z-index: 1; }
    .page-header .page-header__title span {
      font-family: fot-tsukuardgothic-std, sans-serif;
      display: block;
      font-size: 1.1rem;
      letter-spacing: 3px;
      margin-top: 0px;
      text-transform: uppercase;
      color: #fff;
      margin-top: 8px; }
    @media (max-width: 768px) {
      .page-header .page-header__title {
        font-size: 1.8rem; }
        .page-header .page-header__title span {
          font-size: .9rem; } }

.about .page-header {
  background: url(../images/about/page-header.jpg);
  background-size: cover;
  background-position: center; }

.guide .page-header {
  background: url(../images/guide/page-header.jpg);
  background-size: cover;
  background-position: center; }

.ryouiku .page-header {
  background: url(../images/ryouiku/page-header.jpg);
  background-size: cover;
  background-position: center; }

.youji .page-header {
  background: url(../images/youji/page-header.jpg);
  background-size: cover;
  background-position: center; }

.student .page-header {
  background: url(../images/student/page-header.jpg);
  background-size: cover;
  background-position: center; }

.staff .page-header {
  background: url(../images/staff/page-header.jpg);
  background-size: cover;
  background-position: center; }

.access .page-header {
  background: url(../images/access/page-header.jpg);
  background-size: cover;
  background-position: center; }

.nakagawa .page-header {
  background: url(../images/nakagawa/page-header.jpg);
  background-size: cover;
  background-position: center; }

.tsutsui .page-header {
  background: url(../images/tsutsui/page-header.jpg);
  background-size: cover;
  background-position: center; }

.faq .page-header {
  background: url(../images/faq/page-header.jpg);
  background-size: cover;
  background-position: center; }

.info .page-header {
  background: url(../images/contact/page-header.jpg);
  background-size: cover;
  background-position: center; }

.support .page-header {
  background: url(../images/common/page-header.jpg);
  background-size: cover;
  background-position: center; }

.contact .page-header {
  background: url(../images/common/page-header.jpg);
  background-size: cover;
  background-position: center; }

.archive .page-header,
.single .page-header {
  background: url(../images/common/page-header.jpg);
  background-size: cover;
  background-position: center; }

.post-type-archive .page-header,
.single-blog .page-header {
  background: url(../images/blog/page-header.jpg);
  background-size: cover;
  background-position: center; }

.post-type-archive-glossary .page-header {
  background: url(../images/blog/page-header.jpg);
  background-size: cover;
  background-position: center; }

.shapedividers_com-9944 {
  overflow: hidden;
  position: relative;
  height: 64px;
  top: -60px;
  margin-bottom: -90px; }

.shapedividers_com-9944::before {
  content: '';
  font-family: 'shape divider from ShapeDividers.com';
  position: absolute;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  bottom: -0.1vw;
  left: -0.1vw;
  right: -0.1vw;
  top: -0.1vw;
  background-size: 100% 35px;
  background-position: 50% 100%;
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" fill="%23fffef3"/></svg>'); }

@media (min-width: 2100px) {
  .shapedividers_com-9944::before {
    background-size: 100% calc(2vw + 35px); } }

.page-header__icon {
  position: absolute;
  right: 4%;
  bottom: -48px;
  z-index: 7;
  animation: floating-y 2.8s ease-in-out infinite alternate-reverse; }

@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px); }
  100% {
    -webkit-transform: translateY(16px);
    transform: translateY(16px); } }

@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px); }
  100% {
    -webkit-transform: translateY(16px);
    transform: translateY(16px); } }
  @media (max-width: 768px) {
    .page-header__icon {
      width: 70px;
      right: 2%;
      bottom: -42px; } }

.breadcrumb {
  padding-top: 32px;
  margin-bottom: 60px;
  font-size: .8rem; }

.archive .breadcrumb {
  margin-bottom: 0; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* page-inner */
.page-inner {
  max-width: 900px;
  margin: 0 auto; }

.news .blog-list {
  padding-top: 0; }

/* 投稿のレイアウト */
.blog-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 64px; }
  @media (max-width: 768px) {
    .blog-list__items {
      gap: 15px;
      margin-bottom: 0; } }
  .blog-list__items .blog-list__item {
    width: calc((100% - 75px) / 4);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 32px;
    -webkit-filter: drop-shadow(0px 2px 2px rgba(119, 119, 119, 0.1));
    filter: drop-shadow(0px 2px 2px rgba(119, 119, 119, 0.1)); }
    @media (max-width: 768px) {
      .blog-list__items .blog-list__item {
        width: calc((100% - 15px) / 2);
        margin-bottom: 18px; } }

.news-box {
  margin-bottom: 16px; }
  .news-box .news-box__thumb {
    border-radius: 0px;
    position: relative; }
    .news-box .news-box__thumb img {
      display: block;
      width: 85%;
      height: auto;
      margin: 0 auto;
      border-radius: 50%;
      padding: 4px;
      background: #fff;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      -o-transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .news-box .news-box__thumb .news-box__post-type-label {
      background: #dddddd;
      color: #fff;
      padding: 0px 10px;
      font-size: 1.1rem;
      position: absolute;
      bottom: 10px;
      border-radius: 20px;
      z-index: 1; }
      .news-box .news-box__thumb .news-box__post-type-label.nakagawa {
        background: #EC6D64; }
      .news-box .news-box__thumb .news-box__post-type-label.tsutsui {
        background: #F2B33D; }
    .news-box .news-box__thumb .news-box__categories-sp {
      display: none; }
      @media (max-width: 768px) {
        .news-box .news-box__thumb .news-box__categories-sp {
          font-size: 9px;
          font-family: sans-serif;
          position: absolute;
          bottom: 6px;
          right: 6px;
          line-height: 1rem;
          height: 18px;
          background: #009fe8;
          color: #fff;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 0px 4px;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
  .news-box .news-box__info {
    letter-spacing: 1px;
    padding: 20px 0 0 0;
    color: #333;
    text-decoration: none; }
    @media (max-width: 768px) {
      .news-box .news-box__info {
        padding: 8px 10px 0px 10px; } }
    .news-box .news-box__info .news-box__meta {
      font-size: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 12px; }
      @media (max-width: 768px) {
        .news-box .news-box__info .news-box__meta {
          display: block; } }
      .news-box .news-box__info .news-box__meta .news-box__date {
        letter-spacing: 1px;
        margin-right: 8px;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: bold; }
        .news-box .news-box__info .news-box__meta .news-box__date i {
          margin-right: 4px; }
      .news-box .news-box__info .news-box__meta .news-box__post-type {
        background: red; }
      .news-box .news-box__info .news-box__meta .news-box__categories {
        font-family: sans-serif;
        line-height: .8rem;
        height: 18px;
        background: #009fe8;
        color: #fff;
        display: block;
        padding: 0px 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media (max-width: 768px) {
          .news-box .news-box__info .news-box__meta .news-box__categories {
            display: none; } }
    .news-box .news-box__info .news-box__title {
      font-size: 1.2rem;
      line-height: 1.7rem;
      margin-bottom: 8px; }
      @media (max-width: 768px) {
        .news-box .news-box__info .news-box__title {
          font-size: 1rem;
          line-height: 1.4rem; } }
    .news-box .news-box__info .news-box__post {
      font-size: .9rem;
      line-height: 1.4rem; }
  .news-box a:hover .news-box__thumb img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
    /* ホバー時に拡大 */ }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/* timeline
--------------------------------------------- */
.timeline {
  position: relative;
  max-width: 820px;
  padding-left: 4rem;
  margin: 0 auto; }
  .timeline:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 84%;
    border-left: 2px dotted #787878;
    z-index: -2; }
    @media (max-width: 768px) {
      .timeline:before {
        left: 18px; } }
  .timeline .timeline-container {
    position: relative;
    margin-bottom: 2.5rem; }
    .timeline .timeline-container .timeline-icon {
      color: #fff;
      background: #1d8cf8 !important;
      position: absolute;
      left: -79px;
      top: -2px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      text-align: center;
      font-size: 1.4rem;
      line-height: 14px;
      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; }
      @media (max-width: 768px) {
        .timeline .timeline-container .timeline-icon {
          left: -61px; } }
      .timeline .timeline-container .timeline-icon span {
        font-size: 9px;
        margin-bottom: 3px; }
      .timeline .timeline-container .timeline-icon i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .timeline .timeline-container .timeline-icon img {
        width: 100%;
        height: 100%;
        border-radius: 50%; }
    .timeline .timeline-container:last-child .timeline-icon:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 40px;
      height: 140px;
      border-left: 40px solid #fffef3;
      z-index: -1; }
    .timeline .timeline-container .timeline-body {
      background: #fff;
      border-radius: 3px;
      padding: 20px 20px 15px;
      -webkit-box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.1);
      box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.1);
      position: relative; }
      @media (max-width: 768px) {
        .timeline .timeline-container .timeline-body {
          margin-left: 8px; } }
      .timeline .timeline-container .timeline-body::before {
        content: "";
        position: absolute;
        top: 24px;
        left: -24px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-width: 12px;
        border-style: solid;
        border-color: transparent rgba(233, 233, 233, 0.4) transparent transparent; }
      .timeline .timeline-container .timeline-body::after {
        content: "";
        position: absolute;
        top: 24px;
        left: -20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-width: 10px;
        border-style: solid;
        border-color: transparent #fff transparent transparent; }
      .timeline .timeline-container .timeline-body .timeline-title {
        font-size: 1.3rem;
        color: #F28F38;
        border-bottom: solid 2px #dedede;
        padding-bottom: 4px;
        margin-bottom: 1.4rem; }
        .timeline .timeline-container .timeline-body .timeline-title .badge {
          background: #4f537b;
          padding: 4px 8px;
          border-radius: 3px;
          font-size: 12px;
          font-weight: bold; }
      .timeline .timeline-container .timeline-body .timeline-subtitle {
        font-weight: 300;
        font-style: italic;
        opacity: 0.4;
        margin-top: 16px;
        font-size: 11px; }

.custom-timeline {
  position: relative;
  padding-left: 4rem;
  margin: 0 0 0 30px; }
  .custom-timeline:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    border-left: 2px dashed #1d8cf8; }
  .custom-timeline .custom-timeline-container {
    position: relative;
    margin-bottom: 2.5rem; }
    .custom-timeline .custom-timeline-container .custom-timeline-icon {
      color: #1d8cf8;
      background: #fff;
      border: solid 2px #1d8cf8;
      font-weight: bold;
      position: absolute;
      left: -79px;
      top: -2px;
      width: 65px;
      height: 65px;
      border-radius: 50%;
      text-align: center;
      font-size: 1.0rem;
      line-height: 50px; }
      .custom-timeline .custom-timeline-container .custom-timeline-icon i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .custom-timeline .custom-timeline-container .custom-timeline-icon img {
        width: 100%;
        height: 100%;
        border-radius: 50%; }
    .custom-timeline .custom-timeline-container .custom-timeline-body {
      background: #fff;
      border-radius: 3px;
      padding: 20px 20px 15px;
      -webkit-box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.1);
      box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.1); }
      .custom-timeline .custom-timeline-container .custom-timeline-body:before {
        content: "";
        background: inherit;
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        left: -10px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 0 0 0 2px; }
      .custom-timeline .custom-timeline-container .custom-timeline-body .custom-timeline-title {
        margin-bottom: 1.4rem; }
        .custom-timeline .custom-timeline-container .custom-timeline-body .custom-timeline-title .badge {
          background: #4f537b;
          padding: 4px 8px;
          border-radius: 3px;
          font-size: 12px;
          font-weight: bold; }
      .custom-timeline .custom-timeline-container .custom-timeline-body .custom-timeline-subtitle {
        font-weight: 300;
        font-style: italic;
        opacity: 0.4;
        margin-top: 16px;
        font-size: 11px; }

/*===== Vertical Timeline =====*/
.conference-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto; }
  .conference-timeline .timeline-start,
  .conference-timeline .timeline-end {
    display: table;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    background: #00b0bd;
    padding: 15px 23px;
    color: #fff;
    max-width: 5%;
    width: 100%;
    text-align: center;
    margin: 0 auto; }
  .conference-timeline .conference-center-line {
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: #009fe8;
    z-index: 0; }
  .conference-timeline .conference-timeline-content {
    padding-bottom: 67px; }

.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0; }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 44%;
    width: 100%; }
  .timeline-article .content-left,
  .timeline-article .content-right {
    position: relative;
    width: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    padding: 10px 20px 15px;
    border-radius: 10px; }
    .timeline-article .content-left:before,
    .timeline-article .content-right:before {
      position: absolute;
      top: 20px;
      font-size: 23px;
      font-family: "FontAwesome";
      color: #fff; }
  .timeline-article .content-left {
    position: relative; }
    .timeline-article .content-left::before {
      content: "";
      position: absolute;
      top: 25px;
      right: -24px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      border-width: 12px;
      border-style: solid;
      border-color: transparent transparent transparent #ddd; }
    .timeline-article .content-left::after {
      content: "";
      position: absolute;
      top: 25px;
      right: -20px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      border-width: 10px;
      border-style: solid;
      border-color: transparent transparent transparent #fff; }
  .timeline-article .content-right {
    position: relative; }
    .timeline-article .content-right::before {
      content: "";
      position: absolute;
      top: 25px;
      left: -24px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      border-width: 12px;
      border-style: solid;
      border-color: transparent #ddd transparent transparent; }
    .timeline-article .content-right::after {
      content: "";
      position: absolute;
      top: 25px;
      left: -20px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      border-width: 10px;
      border-style: solid;
      border-color: transparent #fff transparent transparent; }
  .timeline-article .content-left-container {
    float: left; }
  .timeline-article .content-right-container {
    float: right; }
  .timeline-article .timeline-title {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 12px; }
  .timeline-article .timeline-text {
    margin-bottom: 0; }
  .timeline-article .meta-date {
    position: absolute;
    top: 0;
    left: 50%;
    width: 62px;
    height: 62px;
    margin-left: -31px;
    color: #fff;
    border-radius: 100%;
    color: #009fe8;
    background: #fff;
    border: solid 2px #009fe8;
    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; }
    .timeline-article .meta-date .text,
    .timeline-article .meta-date .date,
    .timeline-article .meta-date .month {
      display: block;
      text-align: center;
      font-weight: 900; }
    .timeline-article .meta-date .text {
      font-size: 16px;
      letter-spacing: 0;
      line-height: 20px; }
    .timeline-article .meta-date .date {
      font-size: 30px;
      line-height: 40px; }
    .timeline-article .meta-date .month {
      font-size: 18px;
      line-height: 10px; }

.timeline-article.m-t {
  margin-top: -16%; }
  @media only screen and (max-width: 830px) {
    .timeline-article.m-t {
      margin-top: 0; } }

.timeline-article.m-t-s {
  margin-top: -9%; }
  @media only screen and (max-width: 830px) {
    .timeline-article.m-t-s {
      margin-top: 0; } }

@media only screen and (max-width: 830px) {
  .conference-timeline .timeline-start,
  .conference-timeline .timeline-end {
    margin: 0; }
  .conference-timeline .conference-center-line {
    margin-left: 0;
    left: 40px; }
  .timeline-article .meta-date {
    margin-left: 0;
    left: 10px; }
  .timeline-article .timeline-title {
    font-size: 1.2rem;
    margin-bottom: 10px; }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 93px;
    min-height: 53px; }
  .timeline-article .content-left-container {
    margin-bottom: 20px; }
  .timeline-article .content-right {
    position: relative; }
    .timeline-article .content-right:before {
      top: 30px; }
    .timeline-article .content-right:after {
      top: 30px; }
  .timeline-article .content-left {
    position: relative; }
    .timeline-article .content-left:before {
      top: 30px;
      right: 100%;
      border-color: transparent #ddd transparent transparent; }
    .timeline-article .content-left:after {
      top: 30px;
      right: 100%;
      border-color: transparent #fff transparent transparent; } }

@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0; }
    .timeline-article p span.article-number {
      display: none; } }

/*===== // Resonsive Vertical Timeline =====*/
/* accordion
--------------------------------------------- */
.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer; }
  .accordion-container .accordion-item {
    padding-bottom: 24px; }
  .accordion-container .accordion-title {
    display: block;
    position: relative;
    margin: 0;
    padding: 18px 40px 15px 48px;
    font-size: 1.2rem;
    line-height: 24px;
    font-weight: normal;
    color: #fff;
    background: #009fe8;
    border-radius: 12px;
    /* 全体の角丸 */
    cursor: pointer;
    -webkit-transition: background-color 0.6s, color 0.6s;
    -o-transition: background-color 0.6s, color 0.6s;
    transition: background-color 0.6s, color 0.6s;
    /* タイトルがopenの時の角丸を上左右のみ適用 */ }
    .accordion-container .accordion-title:hover, .accordion-container .accordion-title:active {
      background-color: #00aaa7;
      color: white; }
    .accordion-container .accordion-title::before {
      content: "Q.";
      position: absolute;
      left: 16px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 1.6rem;
      color: #fff; }
      @media (max-width: 768px) {
        .accordion-container .accordion-title::before {
          top: 30px; } }
    .accordion-container .accordion-title:after {
      content: '\f054';
      position: absolute;
      right: 16px;
      top: 29%;
      -webkit-transition: -webkit-transform 0.2s ease-in-out;
      transition: -webkit-transform 0.2s ease-in-out;
      -o-transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
      font-family: FontAwesome;
      font-size: 12px; }
    .accordion-container .accordion-title.open:after {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .accordion-container .accordion-title.open {
      border-radius: 12px 12px 0 0;
      /* 上左右のみ角丸 */ }
  .accordion-container .content-entry.open .accordion-title {
    background-color: #00aaa7;
    color: white; }
  .accordion-container .content-entry.open i,
  .accordion-container .accordion-title:hover i {
    color: white; }

.accordion-content {
  display: none;
  border: 1px solid #e5e5e5;
  border-top: 0;
  border-radius: 0 0 12px 12px;
  padding: 15px 17px 16px 48px;
  position: relative; }
  .accordion-content::before {
    content: "A.";
    font-size: 1.6rem;
    position: absolute;
    left: 14px;
    top: 28px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #EB959D; }
  .accordion-content p {
    margin-bottom: 8px; }

/* tab
--------------------------------------------- */
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  border-radius: 5px;
  margin-bottom: 32px; }
  @media (max-width: 768px) {
    .tabs {
      gap: 10px; } }
  .tabs .active {
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #009fe8;
    color: #fff; }

.tab {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 25px;
  border-radius: 5px;
  border: 0px solid transparent;
  background-color: transparent;
  background: #e2e2e2;
  color: #353535;
  font-weight: bold;
  font-size: 1.4rem;
  cursor: pointer; }
  @media (max-width: 768px) {
    .tab {
      font-size: .9rem;
      padding: 14px 8px; } }

/* タブコンテンツのデフォルト状態（非表示） */
.tab-content {
  display: block;
  /* `display: none;` だと transition が効かないため */
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out; }

/* アクティブなコンテンツ（表示状態） */
.activeContent {
  opacity: 1;
  height: auto;
  -webkit-transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out;
  border-radius: 0px 0px 5px 5px; }

.recruit-tabs {
  margin-bottom: 32px; }
  .recruit-tabs__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    border-radius: 5px;
    margin-bottom: 32px; }
    @media (max-width: 768px) {
      .recruit-tabs__buttons {
        gap: 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /* 子要素を折り返し可能に */
        margin-bottom: 24px; } }
  .recruit-tabs__tab {
    width: calc(25% - 12px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 8px 8px;
    border-radius: 5px;
    border: none;
    background: #e2e2e2;
    color: #353535;
    font-weight: bold;
    font-size: .9rem;
    line-height: 22px;
    cursor: pointer;
    -webkit-transition: background 0.3s, color 0.3s;
    -o-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s; }
    .recruit-tabs__tab.active {
      background: #FEA190;
      color: #fff; }
      .recruit-tabs__tab.active:nth-child(2) {
        background: #60A7DF; }
      .recruit-tabs__tab.active:nth-child(3) {
        background: #FFBE62; }
      .recruit-tabs__tab.active:nth-child(4) {
        background: #a5c963; }
      .recruit-tabs__tab.active:nth-child(5) {
        background: #7BA1DD; }
      .recruit-tabs__tab.active:nth-child(6) {
        background: #63BF87; }
      .recruit-tabs__tab.active:nth-child(7) {
        background: #89C2C7; }
      .recruit-tabs__tab.active:nth-child(8) {
        background: #FFA859; }
    @media (max-width: 768px) {
      .recruit-tabs__tab {
        width: calc(50% - 4px);
        /* 2列にする（gapの影響を考慮） */
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        /* 幅の指定を優先 */
        font-size: .9rem;
        line-height: 18px;
        padding: 6px 16px; } }
  .recruit-tabs__tab-content {
    padding: auto;
    display: block;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out; }
    .recruit-tabs__tab-content--active {
      opacity: 1;
      height: auto;
      -webkit-transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out;
      border-radius: 0px 0px 5px 5px; }
    .recruit-tabs__tab-content .recruit-tabs__tab-content {
      padding: 24px;
      background: #fff;
      border-radius: 5px;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .recruit-tabs__tab-content .recruit-tabs__inner {
      max-width: 930px;
      width: 100%;
      margin: 0 auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 45px;
      background: #fff;
      border-radius: 28px;
      border: solid 2px #eee;
      -webkit-filter: drop-shadow(0px 2px 2px rgba(150, 150, 150, 0.1));
      filter: drop-shadow(0px 2px 2px rgba(150, 150, 150, 0.1)); }
      @media (max-width: 768px) {
        .recruit-tabs__tab-content .recruit-tabs__inner {
          padding: 16px;
          border-radius: 16px; } }
    .recruit-tabs__tab-content .image {
      margin-bottom: 40px; }

/* footer
--------------------------------------------- */
.footer {
  position: relative;
  border-top: 4px solid #D9D7C1; }
  @media (max-width: 768px) {
    .footer .sp-full {
      padding: 0 5px; } }
  .footer .footer__nav {
    width: 100%;
    padding: 45px 0 60px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .footer .footer__nav {
        font-size: 16px;
        letter-spacing: 2px; } }
    .footer .footer__nav .footer__nav-list {
      width: 100%;
      max-width: 720px;
      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;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 12px;
      list-style: none;
      padding: 0;
      margin: 0 auto; }
      .footer .footer__nav .footer__nav-list a {
        font-size: 1rem;
        letter-spacing: 1px;
        font-weight: bold;
        color: #333333; }
        .footer .footer__nav .footer__nav-list a:after {
          content: "/";
          font-size: 9px;
          position: relative;
          top: -2px;
          margin-left: 6px; }
      .footer .footer__nav .footer__nav-list li:last-child a:after {
        display: none; }
  .footer .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .footer .footer__inner .footer__info {
      text-align: center;
      letter-spacing: 2px; }
      .footer .footer__inner .footer__info .footer__logo {
        margin-bottom: 24px; }
        .footer .footer__inner .footer__info .footer__logo a {
          font-size: 1.4rem;
          font-weight: normal;
          letter-spacing: 3px;
          color: #e0e0e0; }
        .footer .footer__inner .footer__info .footer__logo img {
          width: 180px; }
      .footer .footer__inner .footer__info .footer__address {
        font-size: 1rem;
        margin-bottom: 8px; }
      .footer .footer__inner .footer__info .footer__tel {
        display: block;
        font-weight: bold;
        font-size: 1.6rem;
        letter-spacing: 1.5px;
        margin-bottom: 8px;
        color: #624d40; }
      .footer .footer__inner .footer__info .footer__button {
        background: #009fe8;
        width: 180px;
        font-size: 1rem;
        line-height: 1rem;
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 16px 0;
        display: block;
        border-radius: 30px;
        margin-top: 12px; }
      .footer .footer__inner .footer__info .footer__icon {
        font-size: 18px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin: 0 auto;
        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;
        background: #333;
        color: #fff; }
        .footer .footer__inner .footer__info .footer__icon i {
          position: relative;
          left: 1px; }
  .footer .footer-link-list {
    list-style: none;
    padding: 0;
    margin: 0 auto 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 25px;
    max-width: 520px;
    width: 100%; }
    .footer .footer-link-list__item .btn {
      width: 130px;
      font-size: 1.0rem;
      font-weight: 700;
      line-height: 1.5;
      position: relative;
      display: inline-block;
      padding: 1rem 4rem;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      text-align: center;
      vertical-align: middle;
      text-decoration: none;
      letter-spacing: 0.1em;
      color: #212529;
      border-radius: 0.5rem;
      padding: 6px 15px 16px 4px;
      background: #fff; }
      .footer .footer-link-list__item .btn:before {
        position: absolute;
        top: -6px;
        left: -6px;
        width: 100%;
        height: 100%;
        content: "";
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border: 2px solid #000;
        border-radius: 0.5rem;
        border-radius: 100vh;
        -webkit-box-shadow: 3px 3px 0 #78e5e5;
        box-shadow: 3px 3px 0 #78e5e5; }
      .footer .footer-link-list__item .btn:hover {
        opacity: .8; }
        .footer .footer-link-list__item .btn:hover:before {
          -webkit-box-shadow: 0px 0px 0;
          box-shadow: 0px 0px 0; }
      .footer .footer-link-list__item .btn i {
        margin-right: 5px; }
  .footer .info-btn {
    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: 10px;
    margin-top: 20px; }
    .footer .info-btn a {
      border-bottom: solid 1px #666;
      padding: 0 6px 0px 25px;
      position: relative;
      font-weight: bold;
      display: inline-block;
      /* インライン要素のままだと transform が適用されない場合があるため */
      -webkit-transition: -webkit-transform 0.2s ease-in-out;
      transition: -webkit-transform 0.2s ease-in-out;
      -o-transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
    .footer .info-btn a::before {
      content: "";
      width: 8px;
      height: 8px;
      border-top: solid 2px #666;
      border-right: solid 2px #666;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      margin-top: -5px;
      top: 50%;
      left: 3px; }
    .footer .info-btn a:hover {
      -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
      transform: translateY(-3px);
      opacity: .8; }
  .footer .copy {
    background: #6ec6e7;
    text-align: center;
    padding: 40px 0;
    font-size: .9rem;
    letter-spacing: 1px;
    margin-top: 60px; }
    .footer .copy a {
      color: #fff; }
  .footer #page-top {
    position: fixed;
    bottom: 0px;
    right: 15px;
    font-size: 15px;
    line-height: 50%;
    z-index: 99; }
    .footer #page-top a {
      background: #F2B33D;
      text-decoration: none;
      color: #fff;
      width: 35px;
      height: 35px;
      text-align: center;
      display: block;
      border-radius: 50%;
      opacity: 0.9;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .footer #page-top a:hover {
        text-decoration: none;
        opacity: .5; }
      .footer #page-top a span {
        font-size: 24px; }

.fixed_btn {
  position: fixed;
  right: 0;
  bottom: 65px;
  z-index: 99; }
  .fixed_btn a {
    width: 118px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: .8rem;
    line-height: 20px;
    border-radius: 10px 0 0 10px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0px 5px 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff; }
    .fixed_btn a::after {
      content: '\f138';
      font-family: FontAwesome;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      margin-left: 4px; }
    .fixed_btn a:hover {
      -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
      transform: translateY(-3px);
      opacity: .9; }
  .fixed_btn .btn-nakagawa a {
    background-color: #EB6A62;
    margin-bottom: 4px; }
  .fixed_btn .btn-tsutsui a {
    background-color: #F8BE44;
    margin-bottom: 4px; }
  .fixed_btn .btn-nakagawa a::after,
  .fixed_btn .btn-tsutsui a::after {
    content: '\e50d';
    font-family: FontAwesome; }
  .fixed_btn .btn-recruit a {
    background-color: #13aa81;
    margin-bottom: 4px; }
  .fixed_btn .btn-recruit-form a {
    background-color: #13aaaa;
    margin-bottom: 4px; }
    .fixed_btn .btn-recruit-form a::after {
      content: '\f0e0';
      font-family: FontAwesome; }
  .fixed_btn .btn-contact a {
    background-color: #6983C0; }
    .fixed_btn .btn-contact a::after {
      content: '\f0e0';
      font-family: FontAwesome; }

.reserve_btn {
  position: fixed;
  left: 10px;
  bottom: 65px;
  z-index: 99; }
  .reserve_btn a {
    width: 118px;
    display: block;
    font-size: .9rem;
    line-height: 20px;
    border-radius: 25px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 8px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #009999;
    color: #fff; }
    .reserve_btn a::before {
      content: '\f02d';
      font-family: FontAwesome;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      margin-right: 0px; }

/* webshop
--------------------------------------------- */
.webshop {
  text-align: center;
  position: relative;
  background: url(../images/index/webshop__bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 768px) {
    .webshop {
      background-attachment: scroll; } }
  .webshop:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.12);
    z-index: 0; }
  .webshop__inner {
    position: relative;
    z-index: 1;
    border: #fff solid 1px;
    padding: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .webshop__inner {
        padding: 45px 10px;
        width: 95%; } }
    .webshop__inner:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      z-index: -1; }
  .webshop .section-title__border {
    margin-bottom: 42px; }
  .webshop__title {
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 5px;
    margin-bottom: 42px; }
  .webshop__txt {
    font-size: .8rem;
    line-height: 1.6rem;
    margin-bottom: 24px; }
  .webshop__link {
    background: #d5ac65;
    color: #fff;
    font-family: "vincente", "Noto Serif JP", serif;
    width: 220px;
    font-size: 1.4rem;
    letter-spacing: 6px;
    line-height: 1rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
    display: inline-block;
    margin: 12px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden; }
    .webshop__link span {
      position: absolute;
      right: 12px; }
    .webshop__link::before {
      content: '';
      position: absolute;
      top: 0;
      left: -12px;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.1);
      -webkit-transform: translateX(-100%) skewX(-15deg);
      -ms-transform: translateX(-100%) skewX(-15deg);
      transform: translateX(-100%) skewX(-15deg);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .webshop__link:hover::before {
      -webkit-transform: translateX(200%) skewX(-15deg);
      -ms-transform: translateX(200%) skewX(-15deg);
      transform: translateX(200%) skewX(-15deg); }
    .webshop__link:hover {
      background: -webkit-linear-gradient(45deg, #a77a2d, #d5ac65);
      background: -o-linear-gradient(45deg, #a77a2d, #d5ac65);
      background: linear-gradient(45deg, #a77a2d, #d5ac65);
      -webkit-transform: rotateY(10deg) scale(1.05);
      transform: rotateY(10deg) scale(1.05);
      -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }

/* brand
--------------------------------------------- */
.brand {
  position: relative;
  background: url(../images/index/brand__bg.jpg) no-repeat center center;
  background-size: cover;
  background-position: center;
  padding: 90px 0 60px;
  background-attachment: fixed; }
  @media (max-width: 768px) {
    .brand {
      background-attachment: scroll; } }
  .brand::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 0; }
  .brand .section-title__border {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin-bottom: 90px; }
    .brand .section-title__border span {
      font-size: 12px;
      display: block;
      color: #d5ac65; }
    .brand .section-title__border:after {
      content: "";
      display: block;
      width: 60px;
      height: 2px;
      background-color: #d5ac65;
      margin: 24px auto 0; }
  .brand .brand__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1; }
    .brand .brand__list li {
      width: 15.5%;
      margin: 0 0 24px 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 3.3%; }
      @media (max-width: 768px) {
        .brand .brand__list li {
          padding: 0 20px;
          width: 33.333%; } }
      .brand .brand__list li a {
        -webkit-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out; }
        .brand .brand__list li a:hover {
          opacity: 0.8;
          -webkit-transition: opacity 0.3s ease-in-out;
          -o-transition: opacity 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out; }
      .brand .brand__list li img {
        -webkit-filter: invert(100%) brightness(1000%);
        filter: invert(100%) brightness(1000%);
        /* 色を白にする */ }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* PageNavi
--------------------------------------------- */
/*wp-pagenavi 17*/
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
  line-height: 40px;
  border-radius: 2px; }
  .wp-pagenavi .pages,
  .wp-pagenavi .last {
    border-radius: 2px; }
  .wp-pagenavi .current {
    color: #fff;
    border: solid 1px #009fe8; }
  .wp-pagenavi .extend:before {
    content: '...'; }
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: .9rem;
    line-height: 33px;
    color: #848484;
    padding-left: 2px;
    width: 35px;
    height: 35px;
    display: inline-block;
    border: solid 1px #848484;
    margin: 0 3px;
    white-space: nowrap;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
    border-radius: 50%; }
  .wp-pagenavi a:hover {
    color: #fff;
    background-color: #009fe8;
    border: solid 1px #009fe8; }
  .wp-pagenavi span.current {
    color: #009fe8; }

/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }
