@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* Scss Document */
/* ==========================================================================
All Mixin
========================================================================== */
/* ================================
グローバル変数の定義
=================================== */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
/* ================================
Color
=================================== */
/* ================================
Font Family
=================================== */
/* ================================
Font Weight
=================================== */
/* ================================
環境設定
=================================== */
/* ================================
Color
=================================== */
/* ================================
Font
=================================== */
html {
  font-size: 16px;
  color: #1C1C1C; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    html {
      font-size: 14px; } }

h1, h2, h3, h4, h5, p, span, li, a, th, td, label, input, div {
  font-family: "Noto Sans JP", sans-serif; }

h1, h2, h3, h4, h5 {
  font-weight: 700;
  line-height: 1.5; }

p {
  font-size: 1rem;
  line-height: 1.6; }

/* ================================
HTML環境設定
=================================== */
body {
  position: relative; }

/* Scss Document */
/* ================================
共通クラス
=================================== */
.hidden {
  overflow: hidden; }

.nowrap {
  white-space: nowrap; }

/* ================================
Position
=================================== */
.relative {
  position: relative; }

/* ================================
Width
=================================== */
.w-50 {
  width: 50%; }

/* ================================
Background
=================================== */
.bg-white {
  background-color: #fff; }

.bg-portal {
  background-color: #1D3171; }

.bg-weekday {
  background-color: #3D8400; }

.bg-weekday2 {
  background-color: #255100; }

.bg-weekday-third {
  background-color: #6AAF2E; }

.bg-weekday4 {
  background-color: #CDE8B7; }

.bg-saturday {
  background-color: #1335A1; }

.bg-saturday2 {
  background-color: #1D3171; }

.bg-saturday3 {
  background-color: #CFE3F9; }

.bg-online {
  background-color: #FFC400; }

.bg-online3 {
  background-color: #605942; }

.bg-online5 {
  background-color: #880000; }

/* ================================
Font
=================================== */
.second-jp {
  font-family: "Noto Serif JP", serif; }

.primary-en {
  font-family: "Open Sans", sans-serif; }

.f-reg {
  font-weight: 400 !important; }

.f-med {
  font-weight: 500 !important; }

.f-bold {
  font-weight: 700; }

.f-13 {
  font-size: 13px; }

.f-14 {
  font-size: 14px !important; }

.f-15 {
  font-size: 15px; }

.f-18 {
  font-size: 18px; }

.h-xs {
  font-size: 20px; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .h-xs {
      font-size: 18px; } }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .h-xs {
      font-size: 16px; } }

.h-sm {
  font-size: 27px; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .h-sm {
      font-size: 22px; } }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .h-sm {
      font-size: 18px; } }

.h-md {
  font-size: 37px; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .h-md {
      font-size: 28px; } }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .h-md {
      font-size: 22px; } }

.h-lg {
  font-size: 40px; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .h-lg {
      font-size: 26px; } }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .h-lg {
      font-size: 24px; } }
  @media screen and (orientation: portrait) and (max-width: 575px) {
    .h-lg {
      font-size: 22px; } }

.h-xl {
  font-size: 55px; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .h-xl {
      font-size: 45px; } }

.f-basic {
  font-size: 1rem; }

.f-sm {
  font-size: 16px; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .f-sm {
      font-size: 15px; } }

.f-md {
  font-size: 18px; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .f-md {
      font-size: 15px; } }

.f-lg {
  font-size: 20px; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .f-lg {
      font-size: 18px; } }

.h-underline {
  border-bottom: 1px solid #707070; }

.f-d-gray {
  color: #707070; }

.f-portal {
  color: #1D3171; }

.f-weekday {
  color: #3D8400; }

.f-weekday-third {
  color: #6AAF2E; }

.f-saturday {
  color: #1335A1; }

.f-online {
  color: #FFC400; }

.f-online2 {
  color: #D4A300; }

.f-online4 {
  color: #D56B00; }

.f-online5 {
  color: #880000; }

.l-h-md {
  line-height: 1.7; }

.allcap {
  text-transform: uppercase; }

/* ================================
Margin
=================================== */
.mt-lg {
  margin-top: 75px; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .mt-lg {
      margin-top: 50px; } }

.mb-lg {
  margin-bottom: 75px; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .mb-lg {
      margin-bottom: 50px; } }

.mb-xl {
  margin-bottom: 100px; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .mb-xl {
      margin-bottom: 50px; } }

/* ================================
Padding
=================================== */
.pt-lg {
  padding-top: 75px; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .pt-lg {
      padding-top: 50px; } }

.pt-xl {
  padding-top: 100px; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .pt-xl {
      padding-top: 75px; } }

.pb-lg {
  padding-bottom: 75px; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .pb-lg {
      padding-bottom: 50px; } }

.pb-xl {
  padding-bottom: 100px; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .pb-xl {
      padding-bottom: 75px; } }

.py-lg {
  padding-top: 75px;
  padding-bottom: 75px; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .py-lg {
      padding-top: 50px;
      padding-bottom: 50px; } }

.py-xl {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .py-xl {
      padding-top: 50px;
      padding-bottom: 50px; } }

/* ================================
Shadow
=================================== */
.shadow1 {
  box-shadow: 0px 3px 12px #00000029; }

/* ================================
Link
=================================== */
.link-black {
  color: #1C1C1C;
  text-decoration: none; }
  .link-black:hover {
    color: rgba(28, 28, 28, 0.7); }

.link-d-gray {
  color: #707070;
  text-decoration: none; }
  .link-d-gray:hover {
    color: rgba(112, 112, 112, 0.7); }

.link-portal {
  color: #1D3171;
  text-decoration: none; }
  .link-portal:hover {
    color: rgba(29, 49, 113, 0.7); }

.link-weekday {
  color: #3D8400;
  text-decoration: none; }
  .link-weekday:hover {
    color: rgba(61, 132, 0, 0.7); }
  .link-weekday--underline {
    text-decoration: underline; }

.link-saturday, .link-saturday {
  color: #1335A1;
  text-decoration: none; }
  .link-saturday:hover, .link-saturday:hover {
    color: rgba(19, 53, 161, 0.7); }
  .link-saturday--underline, .link-saturday--underline {
    text-decoration: underline; }

.link-online {
  color: #FFC400;
  text-decoration: none; }
  .link-online:hover {
    color: rgba(255, 196, 0, 0.7); }
  .link-online--underline {
    text-decoration: underline; }

.link-online-four {
  color: #D56B00;
  text-decoration: none; }
  .link-online-four:hover {
    color: rgba(213, 107, 0, 0.7); }
  .link-online-four--underline {
    text-decoration: underline; }

.link-online5 {
  color: #880000;
  text-decoration: none; }
  .link-online5:hover {
    color: rgba(136, 0, 0, 0.7); }
  .link-online5--underline {
    text-decoration: underline; }

.link-custom-primary {
  color: #1D3171;
  text-decoration: none; }
  .link-custom-primary:hover {
    color: rgba(29, 49, 113, 0.7); }

/* ================================
List
=================================== */
.list-style-none {
  list-style: none;
  padding-left: 0; }

.list-style-inline {
  list-style: none;
  padding-left: 0; }
  .list-style-inline li {
    display: inline-block; }

.list-style-default li {
  padding-bottom: 7px; }
  .list-style-default li:last-child {
    padding-bottom: 0; }

/* ================================
Animation
=================================== */
/*フェードインアニメ*/
/*左から右にフェードイン*/
.left-to-right {
  opacity: 0.1;
  transform: translateX(-20px);
  transition: all 1s; }

.left-to-right.scrollin {
  opacity: 1;
  transform: translate(0); }

/*右から左にフェードイン*/
.right-to-left {
  opacity: 0.1;
  transform: translateX(20px);
  transition: all 1s; }

.right-to-left.scrollin {
  opacity: 1;
  transform: translate(0); }

/*下から上にフェードイン*/
.down-to-top {
  opacity: 0.1;
  transform: translateY(20px);
  transition: all 1s; }

.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0); }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* ================================
Header共通
=================================== */
.menu-item-has-children a {
  cursor: pointer; }

@-webkit-keyframes menu_bg {
  from {
    height: 0%; }
  to {
    height: 100%; } }
@keyframes menu_bg {
  from {
    height: 0%; }
  to {
    height: 100%; } }
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.portal__toggler {
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: .8; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .portal__toggler {
      left: 15px; } }
  .portal__toggler .humburger {
    width: 42px;
    height: 42px;
    position: relative; }
    .portal__toggler .humburger span {
      display: block;
      position: absolute;
      width: 30px;
      height: 3px;
      background-color: #1C1C1C;
      left: 10px;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .portal__toggler .humburger span:nth-child(1) {
        top: 10px; }
      .portal__toggler .humburger span:nth-child(2) {
        top: 20px; }
      .portal__toggler .humburger span:nth-child(3) {
        top: 30px; }
      @media screen and (orientation: portrait) and (max-width: 767px) {
        .portal__toggler .humburger span {
          left: 0; } }
  .portal__toggler .txt {
    font-size: 13px; }
    @media screen and (max-width: 1199px) {
      .portal__toggler .txt {
        display: none; } }

.portal__toggler.active .humburger span:nth-child(1) {
  top: 16px;
  left: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .portal__toggler.active .humburger span:nth-child(1) {
      left: 0; } }
.portal__toggler.active .humburger span:nth-child(2), .portal__toggler.active .humburger span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }
.portal__toggler.active .txt {
  display: none; }

.portal__menu {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  display: none; }

.portal__menu.active {
  display: block; }
  .portal__menu.active .wrap {
    display: block;
    opacity: 0;
    animation: fadein .3s linear .2s forwards; }

.portal__menu .wrap {
  position: relative;
  background: #fff;
  z-index: 9;
  padding: 120px 15px 50px 100px; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .portal__menu .wrap {
      padding: 75px 25px; } }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .portal__menu .wrap {
      height: 100vh;
      overflow-y: scroll; } }

.portal__menu .wrap .left ul li {
  margin-bottom: 10px; }
  .portal__menu .wrap .left ul li a {
    color: #fff;
    text-decoration: none;
    padding: 15px 35px 15px 20px;
    position: relative; }
    .portal__menu .wrap .left ul li a:before {
      content: '\f105';
      font-family: 'Font Awesome 6 Pro';
      font-size: 20px;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%); }
    .portal__menu .wrap .left ul li a.portal {
      background-color: #1D3171; }
    .portal__menu .wrap .left ul li a.weekday {
      background-color: #3D8400; }
    .portal__menu .wrap .left ul li a.saturday {
      background-color: #1335A1; }
    .portal__menu .wrap .left ul li a.online {
      background-color: #FFC400;
      color: #1C1C1C; }
.portal__menu .wrap .left .sns {
  font-size: 22px; }
  .portal__menu .wrap .left .sns i {
    font-size: 38px; }

.portal__menu .wrap .right {
  width: 400px; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .portal__menu .wrap .right {
      width: 100%; } }
  .portal__menu .wrap .right li {
    width: calc(100% / 2);
    padding-bottom: 10px; }
    .portal__menu .wrap .right li:last-child {
      padding-bottom: 0; }
    @media screen and (orientation: portrait) and (max-width: 767px) {
      .portal__menu .wrap .right li {
        width: 100%; } }
    .portal__menu .wrap .right li a {
      font-size: 18px;
      color: #1C1C1C;
      text-decoration: none; }
      .portal__menu .wrap .right li a:hover {
        color: rgba(28, 28, 28, 0.7); }

.header--online-lp {
  padding: 10px 0; }
  @media screen and (max-width: 1199px) {
    .header--online-lp {
      padding: 0; } }
  .header--online-lp .online-lp-btn {
    color: #1C1C1C;
    text-decoration: none; }
    .header--online-lp .online-lp-btn img {
      width: 68px;
      margin-right: 5px; }
    .header--online-lp .online-lp-btn .txt {
      font-size: 30px;
      font-weight: 700;
      line-height: 1.1; }
      .header--online-lp .online-lp-btn .txt span {
        position: relative;
        padding: 0 15px;
        font-size: 20px;
        font-weight: 700; }
        .header--online-lp .online-lp-btn .txt span:before, .header--online-lp .online-lp-btn .txt span:after {
          content: '';
          width: 3px;
          height: 20px;
          background-color: #880000;
          position: absolute;
          bottom: 4px; }
        .header--online-lp .online-lp-btn .txt span:before {
          left: 0;
          transform: rotate(-26deg); }
        .header--online-lp .online-lp-btn .txt span:after {
          right: 0;
          transform: rotate(26deg); }

@media screen and (max-width: 1199px) {
  .header__main {
    padding-top: 15px;
    padding-bottom: 15px; } }

.header__main__main {
  padding: 0 75px; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .header__main__main {
      padding: 0 15px 0 50px; } }

.header__main__main .left img {
  width: 480px;
  height: auto; }
  @media screen and (max-width: 1400px) {
    .header__main__main .left img {
      width: 400px; } }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .header__main__main .left img {
      width: 300px; } }
  @media screen and (orientation: portrait) and (max-width: 575px) {
    .header__main__main .left img {
      width: 280px; } }

.header__main__main .right {
  width: calc(100% - 580px); }
  @media screen and (max-width: 1400px) {
    .header__main__main .right {
      width: calc(100% - 450px); } }
  .header__main__main .right ul li {
    border-right: 1px solid #B7B7B7;
    width: calc(100% / 5); }
    .header__main__main .right ul li:first-child {
      border-left: 1px solid #B7B7B7; }
    .header__main__main .right ul li:last-child i {
      color: #1D3171 !important; }
    .header__main__main .right ul li a {
      color: #1C1C1C;
      padding: 25px 5px 10px;
      line-height: 1.3;
      display: block;
      font-size: 14px;
      text-align: center;
      text-decoration: none; }
      .header__main__main .right ul li a i {
        font-size: 32px;
        padding-bottom: 7px; }
    .header__main__main .right ul li ul {
      background-color: #F5F5F5;
      border: 1px solid #B7B7B7;
      padding: 10px;
      border-radius: 0 !important;
      margin: 0; }
      .header__main__main .right ul li ul li {
        border-left: none !important;
        border-right: 0 !important;
        width: 100%; }
        .header__main__main .right ul li ul li a {
          padding: 10px; }
          .header__main__main .right ul li ul li a:hover {
            background-color: #1335A1 !important;
            color: #fff !important; }

.stickymenu {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99; }

.stickymenu__pc {
  background-color: #F5F5F5; }

.stickymenu__pc .left {
  width: 35%;
  color: #fff;
  position: relative;
  font-size: 20px;
  padding: 10px 15px; }
  @media screen and (max-width: 1400px) {
    .stickymenu__pc .left {
      width: 30%; } }
  .stickymenu__pc .left:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 20px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 100%; }
  .stickymenu__pc .left span {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 300; }

.stickymenu__pc .right ul li {
  padding: 0 5px;
  margin-bottom: 5px; }
  .stickymenu__pc .right ul li:last-child {
    margin-bottom: 0; }
  .stickymenu__pc .right ul li a {
    color: #1C1C1C;
    font-size: 18px;
    text-decoration: none;
    padding: 10px; }
  .stickymenu__pc .right ul li.menu-item-has-children {
    position: relative; }
    .stickymenu__pc .right ul li.menu-item-has-children a {
      cursor: pointer; }
    .stickymenu__pc .right ul li.menu-item-has-children a:after {
      content: '\f078';
      font-family: 'Font Awesome 6 Pro';
      padding-left: 10px; }
    .stickymenu__pc .right ul li.menu-item-has-children a.active .sub-menu {
      display: block; }
    .stickymenu__pc .right ul li.menu-item-has-children .sub-menu {
      position: absolute;
      background-color: #F5F5F5;
      padding: 5px;
      display: none; }
      .stickymenu__pc .right ul li.menu-item-has-children .sub-menu li {
        width: 100%; }
        .stickymenu__pc .right ul li.menu-item-has-children .sub-menu li a {
          word-break: keep-all;
          display: block;
          padding: 5px;
          font-size: 16px;
          width: 100%; }
          .stickymenu__pc .right ul li.menu-item-has-children .sub-menu li a:after {
            content: none; }
    .stickymenu__pc .right ul li.menu-item-has-children .sub-menu.active {
      opacity: 1; }

.stickymenu__mb__btn {
  font-size: 20px;
  border-radius: 0;
  padding: 15px;
  color: #fff !important;
  position: relative; }
  .stickymenu__mb__btn span {
    font-weight: 300;
    font-family: "Open Sans", sans-serif; }
  .stickymenu__mb__btn:before {
    content: '\f107';
    font-family: 'Font Awesome 6 Pro';
    font-size: 25px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%); }
  .stickymenu__mb__btn[aria-expanded='true']:before {
    content: '\f106'; }

.stickymenu__mb__main {
  height: calc(100vh - 62px);
  overflow-y: scroll; }

.stickymenu__mb__main.show {
  position: relative; }
  .stickymenu__mb__main.show:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 0;
    background-color: #fff; }

.stickymenu__mb__main .top a {
  color: #fff;
  font-size: 20px;
  border: 1px solid #fff; }
  @media screen and (orientation: portrait) and (max-width: 575px) {
    .stickymenu__mb__main .top a {
      font-size: 18px; } }
  .stickymenu__mb__main .top a i {
    font-size: 24px; }
    @media screen and (orientation: portrait) and (max-width: 575px) {
      .stickymenu__mb__main .top a i {
        font-size: 22px; } }

.stickymenu__mb__main .middle {
  background-color: #fff; }
  .stickymenu__mb__main .middle ul {
    border-bottom: 1px solid #8A8A8A; }
    .stickymenu__mb__main .middle ul li {
      border-right: 1px solid #8A8A8A;
      width: calc(100% / 4); }
      .stickymenu__mb__main .middle ul li:last-child {
        border-right: 0; }
      .stickymenu__mb__main .middle ul li a {
        display: block;
        font-size: 12px;
        line-height: 1.1;
        padding: 15px 7px;
        color: #1C1C1C;
        text-decoration: none;
        text-align: center; }
        .stickymenu__mb__main .middle ul li a i {
          font-size: 25px;
          padding-bottom: 10px; }
      .stickymenu__mb__main .middle ul li ul {
        background-color: #F5F5F5;
        border: 1px solid #B7B7B7;
        padding: 10px;
        border-radius: 0 !important;
        margin: 0; }
        .stickymenu__mb__main .middle ul li ul li {
          border-left: none !important;
          border-right: 0 !important;
          width: 100%; }
          .stickymenu__mb__main .middle ul li ul li a {
            padding: 10px; }
            .stickymenu__mb__main .middle ul li ul li a:hover {
              background-color: #1335A1 !important;
              color: #fff !important; }

.stickymenu__mb__main .bottom {
  padding: 15px;
  background-color: #fff; }
  .stickymenu__mb__main .bottom .btn {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding: 0;
    border-radius: 0 !important; }
    @media screen and (orientation: portrait) and (max-width: 767px) {
      .stickymenu__mb__main .bottom .btn {
        font-size: 20px; } }
    .stickymenu__mb__main .bottom .btn:before {
      content: '\f107';
      font-family: 'Font Awesome 6 Pro';
      font-size: 25px;
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%); }
    .stickymenu__mb__main .bottom .btn[aria-expanded='true']:before {
      content: '\f106'; }
  .stickymenu__mb__main .bottom ul li {
    padding-bottom: 15px; }
    .stickymenu__mb__main .bottom ul li:last-child {
      padding-bottom: 0; }
    .stickymenu__mb__main .bottom ul li a {
      color: #1C1C1C;
      text-decoration: none;
      font-size: 18px; }
      @media screen and (orientation: portrait) and (max-width: 767px) {
        .stickymenu__mb__main .bottom ul li a {
          font-size: 16px; } }
  .stickymenu__mb__main .bottom .fb a {
    text-decoration: none;
    font-size: 18px; }
    .stickymenu__mb__main .bottom .fb a i {
      font-size: 30px; }

/* ================================
ポータルサイト
=================================== */
#header__pc .left__left img {
  width: 540px;
  height: auto; }
  @media screen and (max-width: 1400px) {
    #header__pc .left__left img {
      width: 420px; } }
  @media screen and (max-width: 1199px) {
    #header__pc .left__left img {
      width: 315px; } }
#header__pc .left__right a {
  padding: 25px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.2;
  width: 146px;
  height: 96px;
  position: relative; }
  @media screen and (max-width: 1400px) {
    #header__pc .left__right a {
      width: 120px;
      height: 80px;
      font-size: 18px; } }
  @media screen and (max-width: 1199px) {
    #header__pc .left__right a {
      width: 100px;
      height: 80px;
      font-size: 16px; } }
  #header__pc .left__right a.weekday {
    background-color: #3D8400; }
  #header__pc .left__right a.saturday {
    background-color: #1335A1; }
  #header__pc .left__right a.online {
    background-color: #FFC400;
    color: #1C1C1C; }
  #header__pc .left__right a span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto; }

@media screen and (max-width: 1400px) {
  #header__pc .right a {
    font-size: 18px; } }
@media screen and (max-width: 1199px) {
  #header__pc .right a {
    font-size: 16px; } }
#header__pc .right .btn {
  padding: 7px 10px;
  border: 1px solid #707070;
  border-radius: 0; }
  #header__pc .right .btn:after {
    display: none !important; }
  @media screen and (max-width: 1400px) {
    #header__pc .right .btn {
      font-size: 18px; } }
  @media screen and (max-width: 1199px) {
    #header__pc .right .btn {
      font-size: 16px; } }
  #header__pc .right .btn:hover {
    border: none;
    color: rgba(28, 28, 28, 0.7); }
#header__pc .right .dropdown-menu {
  border: none;
  padding: 10px 25px;
  border-radius: 0; }
  #header__pc .right .dropdown-menu ul li {
    padding-bottom: 10px; }
    #header__pc .right .dropdown-menu ul li:last-child {
      padding-bottom: 0; }
    #header__pc .right .dropdown-menu ul li a {
      color: #1C1C1C;
      text-decoration: none;
      font-size: 18px; }

@media screen and (orientation: portrait) and (max-width: 991px) {
  #header {
    position: sticky;
    top: 0;
    z-index: 9999; } }
#header__mb .toggler {
  cursor: pointer;
  position: relative;
  width: 42px;
  height: 42px;
  text-align: center; }
  #header__mb .toggler span {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #1C1C1C;
    left: 6px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    #header__mb .toggler span:nth-child(1) {
      top: 10px; }
    #header__mb .toggler span:nth-child(2) {
      top: 20px; }
    #header__mb .toggler span:nth-child(3) {
      top: 30px; }

#header__mb .toggler.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }
#header__mb .toggler.active span:nth-child(2), #header__mb .toggler.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

#header__mb .logo img {
  width: 300px;
  height: auto; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    #header__mb .logo img {
      width: 85%; } }

#header__mb__menu {
  display: none;
  position: relative;
  height: 100vh;
  overflow-y: scroll;
  margin-top: 10px; }

#header__mb__menu.active {
  display: block; }

#header__mb__menu .top {
  background-color: #1D3171; }
  #header__mb__menu .top a {
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff; }
    @media screen and (orientation: portrait) and (max-width: 575px) {
      #header__mb__menu .top a {
        font-size: 18px; } }
    #header__mb__menu .top a i {
      font-size: 24px; }
      @media screen and (orientation: portrait) and (max-width: 575px) {
        #header__mb__menu .top a i {
          font-size: 22px; } }

#header__mb__menu .middle ul li {
  width: calc(100% / 3); }
  #header__mb__menu .middle ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    position: relative;
    height: 59px;
    padding: 15px;
    line-height: 1.2; }
    #header__mb__menu .middle ul li a span {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      margin: auto; }
    #header__mb__menu .middle ul li a.weekday {
      background-color: #3D8400; }
    #header__mb__menu .middle ul li a.saturday {
      background-color: #1335A1; }
    #header__mb__menu .middle ul li a.online {
      background-color: #FFC400;
      color: #1C1C1C; }

#header__mb__menu .bottom {
  background-color: #fff; }
  #header__mb__menu .bottom h3 {
    font-size: 24px;
    border-bottom: 1px solid #1C1C1C;
    padding-bottom: 5px;
    color: #1D3171; }
    #header__mb__menu .bottom h3 .btn {
      position: relative;
      font-weight: 700;
      display: block;
      width: 100%;
      text-align: left;
      font-size: 24px;
      padding: 0; }
      #header__mb__menu .bottom h3 .btn:before {
        content: '\f078';
        font-family: 'Font Awesome 6 Pro';
        font-size: 25px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
      #header__mb__menu .bottom h3 .btn[aria-expanded='true']:before {
        content: '\f077'; }
  #header__mb__menu .bottom ul li {
    padding-bottom: 15px; }
    #header__mb__menu .bottom ul li:last-child {
      padding-bottom: 0; }
    #header__mb__menu .bottom ul li a {
      font-size: 18px;
      color: #1C1C1C;
      text-decoration: none; }
      #header__mb__menu .bottom ul li a:hover {
        color: rgba(28, 28, 28, 0.7); }

#header__mb__menu .fb a {
  text-decoration: none;
  font-size: 18px;
  color: #1D3171; }
  #header__mb__menu .fb a i {
    font-size: 30px; }

/* ================================
平日校
=================================== */
#header-weekday__main__main .container {
  position: relative;
  z-index: 1090; }
#header-weekday__main__main .right ul li a i {
  color: #3D8400; }

#weekday-stickymenu__pc .left {
  background-color: #3D8400; }
  @media screen and (max-width: 1400px) {
    #weekday-stickymenu__pc .left {
      width: 22%; } }
  #weekday-stickymenu__pc .left:before {
    border-color: transparent transparent transparent #3D8400; }

#weekday-stickymenu__pc .sub-menu a:hover {
  background-color: #3D8400;
  color: #fff; }

#weekday-stickymenu__mb .stickymenu__mb__btn {
  background-color: #3D8400; }

#weekday-stickymenu__mb .top {
  background-color: #255100; }

#weekday-stickymenu__mb .middle i {
  color: #3D8400; }

#weekday-stickymenu__mb .bottom h3 a {
  color: #3D8400;
  border-bottom: 1px solid #3D8400; }
#weekday-stickymenu__mb .bottom .fb a {
  color: #3D8400; }

/* ================================
補習校
=================================== */
#header-saturday__main__main .container {
  position: relative;
  z-index: 1090; }
#header-saturday__main__main .right ul li a i {
  color: #1335A1; }

#saturday-stickymenu__pc .left {
  background-color: #1335A1; }
  #saturday-stickymenu__pc .left:before {
    border-color: transparent transparent transparent #1335A1; }

#saturday-stickymenu__pc .sub-menu a:hover {
  background-color: #1335A1;
  color: #fff; }

#saturday-stickymenu__mb .stickymenu__mb__btn {
  background-color: #1335A1; }

#saturday-stickymenu__mb .top {
  background-color: #1D3171; }

#saturday-stickymenu__mb .middle i {
  color: #1335A1; }

#saturday-stickymenu__mb .bottom h3 a {
  color: #1335A1;
  border-bottom: 1px solid #1335A1; }
#saturday-stickymenu__mb .bottom .fb a {
  color: #1335A1; }

/* ================================
オンライン補習校
=================================== */
#header-online__main__main .container {
  position: relative;
  z-index: 1090; }
#header-online__main__main .right ul li a i {
  color: #FFC400; }

#online-stickymenu__pc .left {
  background-color: #FFC400;
  color: #1C1C1C; }
  #online-stickymenu__pc .left:before {
    border-color: transparent transparent transparent #FFC400; }

#online-stickymenu__pc .sub-menu a:hover {
  background-color: #FFC400;
  color: #fff; }

#online-stickymenu__mb .stickymenu__mb__btn {
  background-color: #FFC400; }

#online-stickymenu__mb .top {
  background-color: #605942; }

#online-stickymenu__mb .middle i {
  color: #FFC400; }

#online-stickymenu__mb .bottom h3 a {
  color: #FFC400;
  border-bottom: 1px solid #FFC400; }
#online-stickymenu__mb .bottom .fb a {
  color: #FFC400; }

#header-onlinelp .left img {
  width: 480px;
  height: auto; }
  @media screen and (max-width: 1400px) {
    #header-onlinelp .left img {
      width: 400px; } }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    #header-onlinelp .left img {
      width: 300px; } }
  @media screen and (orientation: portrait) and (max-width: 575px) {
    #header-onlinelp .left img {
      width: 280px; } }

.stickymenu__pc .right ul li {
  margin-bottom: 0px !important; }

#weekday-stickymenu__pc li.menu-item a[aria-current="page"] {
  outline: 1px solid #3D8400 !important;
  color: #3D8400 !important;
  padding-top: 6px; }

#saturday-stickymenu__pc li.menu-item a[aria-current="page"] {
  outline: 1px solid #1335A1 !important;
  color: #1335A1 !important;
  padding-top: 6px; }

#weekday-stickymenu__pc li.menu-item a[aria-current="page"]:hover,
#saturday-stickymenu__pc li.menu-item a[aria-current="page"]:hover {
  color: #FFF !important; }

@media screen and (max-width: 1400px) {
  .header__main__main {
    padding-right: 0; } }
@media screen and (max-width: 575px) {
  #online__sc5 .common-table2 th {
    padding: 15px; } }
#weekday-stickymenu__pc.stickymenu__pc .right ul li a,
#saturday-stickymenu__pc.stickymenu__pc .right ul li a {
  padding: 10px 0.3vw; }

#online-stickymenu__pc.stickymenu__pc .right ul li a {
  padding: 10px 0.2vw; }

#weekday-stickymenu__pc.stickymenu__pc .right ul li:last-child a,
#saturday-stickymenu__pc.stickymenu__pc .right ul li:last-child a,
#online-stickymenu__pc.stickymenu__pc .right ul li:last-child a {
  padding-right: 0; }

@media screen and (min-width: 1830px) {
  #weekday-stickymenu__pc.stickymenu__pc .right ul li a,
  #saturday-stickymenu__pc.stickymenu__pc .right ul li a {
    padding: 10px; } }
@media screen and (min-width: 1480px) {
  #online-stickymenu__pc.stickymenu__pc .right ul li a {
    padding: 10px; } }
#header__pc .left__right a {
  transition: all ease-in-out 0.2s; }
  #header__pc .left__right a:hover {
    opacity: 0.8; }

a.icn-sns {
  padding: 0 !important;
  margin: 0 0 0 5px;
  width: auto !important;
  height: auto !important;
  display: block; }

a.icn-sns img {
  width: 42px;
  border-radius: 15px; }

@media screen and (max-width: 1400px) {
  a.icn-sns img {
    width: 35px;
    border-radius: 10px; } }
@media screen and (max-width: 1199px) {
  #header__pc .right .btn {
    font-size: 14px; }

  #header__pc .left__right a {
    width: 90px;
    font-size: 15px; }
  #header__pc .left__right li:last-child {
    width: 67px; } }
/* ================================
Footer共通
=================================== */
.pagetop {
  display: none;
  position: fixed;
  z-index: 99;
  bottom: 100px;
  right: 25px;
  margin-bottom: 0; }
  .pagetop a {
    position: relative;
    color: #fff;
    text-decoration: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    background-color: #1D3171; }
    @media screen and (orientation: portrait) and (max-width: 767px) {
      .pagetop a {
        width: 50px;
        height: 50px; } }
    .pagetop a i {
      font-size: 30px;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      top: 50%;
      transform: translateY(-50%); }
      @media screen and (orientation: portrait) and (max-width: 767px) {
        .pagetop a i {
          font-size: 20px; } }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .pagetop {
      bottom: 75px;
      right: 15px; } }

/* ================================
Footer共通
=================================== */
.footer__main .logo img {
  width: 515px;
  height: auto; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .footer__main .logo img {
      width: 90%; } }

.footer__main .sns {
  font-size: 24px; }

.footer__main__menu .wrap ul li a {
  font-size: 15px;
  color: #1C1C1C;
  text-decoration: none;
  font-size: 15px; }
  .footer__main__menu .wrap ul li a:hover {
    color: rgba(28, 28, 28, 0.7); }
.footer__main__menu .wrap--lg li {
  width: 50%; }

.footer__credit ul li {
  padding-right: 35px; }
  .footer__credit ul li a {
    font-size: 15px;
    color: #fff;
    text-decoration: none; }
.footer__credit p {
  font-size: 14px; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .footer__credit p {
      font-size: 11px; } }

.footer-sticky {
  display: none;
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 9; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .footer-sticky .container {
      padding: 0; } }

.footer-sticky .btn-group {
  width: calc(100% / 4);
  text-align: center;
  padding: 10px;
  border-right: 1px solid #fff; }
  .footer-sticky .btn-group:last-child {
    border-right: 0; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .footer-sticky .btn-group {
      padding: 10px 5px; } }
  .footer-sticky .btn-group .btn {
    display: block;
    border: 1px solid #fff;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    border-radius: 0 !important; }
    @media screen and (orientation: portrait) and (max-width: 991px) {
      .footer-sticky .btn-group .btn {
        font-size: 12px;
        border: none;
        padding: 10px 0; } }
    @media screen and (orientation: portrait) and (max-width: 767px) {
      .footer-sticky .btn-group .btn {
        padding: 0; } }
    .footer-sticky .btn-group .btn i {
      font-size: 28px;
      padding-right: 10px; }
      @media screen and (orientation: portrait) and (max-width: 991px) {
        .footer-sticky .btn-group .btn i {
          padding-right: 0; } }
      @media screen and (orientation: portrait) and (max-width: 991px) {
        .footer-sticky .btn-group .btn i {
          font-size: 25px; } }

.footer-sticky .dropdown-menu {
  width: calc(100% - 20px);
  border-radius: 0;
  padding: 5px;
  border: none; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .footer-sticky .dropdown-menu {
      width: auto; } }
  .footer-sticky .dropdown-menu li {
    margin-bottom: 5px; }
    .footer-sticky .dropdown-menu li:last-child {
      margin-bottom: 0; }
    .footer-sticky .dropdown-menu li a {
      display: block;
      padding: 5px;
      background-color: #fff;
      text-decoration: none;
      text-align: center; }

/* ================================
ポータルサイト
=================================== */
#footer__main {
  background-color: #F5F5F5; }

#footer__main .logo img {
  width: 515px;
  height: auto; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    #footer__main .logo img {
      width: 90%; } }

#footer__main__branch .wrap h3 {
  font-size: 18px; }
#footer__main__branch .wrap .icon {
  margin-top: -5px;
  color: #1D3171;
  font-size: 18px; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    #footer__main__branch .wrap .icon {
      font-size: 24px; } }
#footer__main__branch .wrap p {
  font-size: 16px; }
#footer__main__branch .wrap .label {
  color: #fff;
  font-size: 13px;
  padding: 5px 10px; }
  #footer__main__branch .wrap .label--weekday {
    background-color: #3D8400; }
  #footer__main__branch .wrap .label--saturday {
    background-color: #1335A1; }

#footer__main .sns {
  color: #1D3171;
  font-size: 30px; }

#footer__main__menu li {
  margin-bottom: 10px;
  width: calc(100% / 3); }
  #footer__main__menu li a {
    display: block;
    color: #1C1C1C;
    text-decoration: none;
    padding-right: 15px;
    font-size: 18px; }
    #footer__main__menu li a:hover {
      color: rgba(28, 28, 28, 0.7); }

/* ================================
平日校
=================================== */
#footer-weekday-sticky {
  background-color: #67AB30; }

#footer-weekday__main {
  background-color: #F9FFF6; }

#footer-weekday__main__menu .wrap h4 {
  border-bottom: 1px solid #3D8400; }

/* ================================
補習校
=================================== */
#footer-saturday-sticky {
  background-color: #3D64DF; }

#footer-saturday-sticky .dropdown-menu {
  background-color: #3D64DF; }
  #footer-saturday-sticky .dropdown-menu a {
    color: #3D64DF; }

#footer-saturday__main {
  background-color: #F5FAFF; }

#footer-saturday__main__menu .wrap h4 {
  border-bottom: 1px solid #1335A1; }

/* ================================
オンライン補習校
=================================== */
#footer-online-sticky {
  background-color: #D56B00; }

#footer-online__main {
  background-color: #FFF9E6; }

#footer-online__main__menu .wrap h4 {
  border-bottom: 1px solid #D56B00; }

/* Scss Document */
/* ================================
共通パーツ
=================================== */
.common-sc1 .wrap {
  margin-top: -150px;
  position: relative; }
  @media screen and (max-width: 1199px) {
    .common-sc1 .wrap {
      margin-top: 0; } }
  .common-sc1 .wrap:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #1D3171;
    position: absolute;
    z-index: 0;
    left: 15px;
    top: 15px; }
    @media screen and (max-width: 1199px) {
      .common-sc1 .wrap:before {
        content: none; } }
  .common-sc1 .wrap__txt {
    position: relative;
    z-index: 1;
    box-shadow: 0px 3px 12px #00000029; }
    @media screen and (max-width: 1199px) {
      .common-sc1 .wrap__txt {
        box-shadow: none; } }
    .common-sc1 .wrap__txt .lg {
      line-height: 1.7; }
      @media screen and (orientation: portrait) and (max-width: 991px) {
        .common-sc1 .wrap__txt .lg {
          line-height: 2.0; } }
    .common-sc1 .wrap__txt .md {
      font-size: 17px; }
      @media screen and (orientation: portrait) and (max-width: 991px) {
        .common-sc1 .wrap__txt .md {
          font-size: 15px; } }
  .common-sc1 .wrap--weekday:before {
    background-color: #3D8400; }
  .common-sc1 .wrap--saturday:before {
    background-color: #1335A1; }
  .common-sc1 .wrap--online:before {
    background-color: #FFC400; }

.common-sc2 h2 {
  font-size: 26px; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .common-sc2 h2 {
      font-size: 18px; } }
.common-sc2 .deco {
  position: absolute;
  top: 0;
  left: 75px;
  z-index: -1;
  width: 126px; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .common-sc2 .deco {
      left: 0;
      top: -50px; } }
.common-sc2 .wrap {
  padding: 10px 0;
  border-bottom: 1px dotted #707070; }
  .common-sc2 .wrap .cat {
    padding: 5px 15px;
    font-size: 14px; }
.common-sc2__fb {
  width: 100%; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .common-sc2__fb {
      width: 265px; } }
.common-sc2--weekday .cat {
  background-color: #EBFFD6; }
.common-sc2--saturday .cat {
  background-color: #D8E1FF; }
.common-sc2--online .cat {
  background-color: #FFEBA7; }

.common-sc3 {
  margin-bottom: 5px; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .common-sc3 {
      margin-bottom: 0; } }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .common-sc3 .container {
      max-width: 100% !important;
      padding: 0 !important; } }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .common-sc3 .wrap {
      border-bottom: 10px solid #fff !important; } }
  .common-sc3 .wrap h4 {
    color: #FCFFAE;
    font-size: 18px; }
    @media screen and (orientation: portrait) and (max-width: 991px) {
      .common-sc3 .wrap h4 {
        font-size: 17px; } }
    @media screen and (orientation: portrait) and (max-width: 767px) {
      .common-sc3 .wrap h4 {
        font-size: 15px; } }
  .common-sc3 .wrap h3 {
    font-size: 32px;
    font-weight: 400; }
    @media screen and (orientation: portrait) and (max-width: 991px) {
      .common-sc3 .wrap h3 {
        font-size: 22px; } }
  .common-sc3 .wrap--start {
    border-right: 5px solid #fff; }
    @media screen and (orientation: portrait) and (max-width: 991px) {
      .common-sc3 .wrap--start {
        border-right: none; } }
  .common-sc3 .wrap--end {
    border-left: 5px solid #fff; }
    @media screen and (orientation: portrait) and (max-width: 991px) {
      .common-sc3 .wrap--end {
        border: none; } }

.common-sc4 {
  background: url("../../img/common-sc4-bg.jpg") center center no-repeat;
  background-size: cover; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .common-sc4 {
      background: none; } }
  .common-sc4 .wrap ul {
    padding-left: 30px; }
    .common-sc4 .wrap ul li {
      position: relative;
      padding-bottom: 10px;
      font-size: 16px; }
      @media screen and (orientation: portrait) and (max-width: 767px) {
        .common-sc4 .wrap ul li {
          font-size: 15px; } }
      .common-sc4 .wrap ul li:last-child {
        padding-bottom: 0; }
      .common-sc4 .wrap ul li:before {
        content: '\f14a';
        font-family: 'Font Awesome 6 Pro';
        font-weight: 700;
        font-size: 23px;
        position: absolute;
        left: -28px;
        top: -1px; }
  .common-sc4 .wrap .common-btn2 {
    padding: 10px 10px; }

.common-sc5__top h3, .common-sc5__top h4 {
  text-shadow: 0px 0px 10px white; }
.common-sc5__top .btn {
  padding: 10px 15px; }
.common-sc5__bottom p {
  font-size: 15px; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .common-sc5__bottom p {
      font-size: 14px; } }
.common-sc5__bottom .wrap-common {
  cursor: pointer; }
  .common-sc5__bottom .wrap-common .left {
    width: calc(100% - 30px); }
    .common-sc5__bottom .wrap-common .left h4 {
      font-size: 27px;
      font-weight: 400; }
      @media screen and (orientation: portrait) and (max-width: 991px) {
        .common-sc5__bottom .wrap-common .left h4 {
          font-size: 20px; } }
      .common-sc5__bottom .wrap-common .left h4 i {
        font-size: 40px; }
        @media screen and (orientation: portrait) and (max-width: 991px) {
          .common-sc5__bottom .wrap-common .left h4 i {
            font-size: 30px; } }
  .common-sc5__bottom .wrap-common .right {
    width: 30px !important;
    position: relative; }
    .common-sc5__bottom .wrap-common .right i {
      position: absolute;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
      font-size: 27px;
      color: #fff; }
  .common-sc5__bottom .wrap-common--sm .left h4 {
    font-size: 20px; }
    @media screen and (max-width: 1199px) {
      .common-sc5__bottom .wrap-common--sm .left h4 {
        font-size: 27px; } }
    @media screen and (orientation: portrait) and (max-width: 991px) {
      .common-sc5__bottom .wrap-common--sm .left h4 {
        font-size: 20px; } }

.common-sc6 {
  padding-top: 175px;
  margin-top: -75px;
  /* 校歌 */
  /* 教員募集 */ }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .common-sc6 {
      margin-top: 0;
      padding-top: 50px; } }
  .common-sc6 .wrap1 {
    background-color: #FFF9C5; }
    @media screen and (orientation: portrait) and (max-width: 991px) {
      .common-sc6 .wrap1 {
        text-align: center; } }
    .common-sc6 .wrap1 h3, .common-sc6 .wrap1 h4 {
      font-weight: 400; }
    .common-sc6 .wrap1 h3 {
      font-size: 23px; }
      @media screen and (orientation: portrait) and (max-width: 991px) {
        .common-sc6 .wrap1 h3 {
          font-size: 18px; } }
    .common-sc6 .wrap1__title h4 {
      font-size: 35px; }
      @media screen and (orientation: portrait) and (max-width: 991px) {
        .common-sc6 .wrap1__title h4 {
          font-size: 32px; } }
    .common-sc6 .wrap1__title p {
      font-size: 18px; }
    .common-sc6 .wrap1 a {
      font-size: 19px; }
      @media screen and (orientation: portrait) and (max-width: 991px) {
        .common-sc6 .wrap1 a {
          font-size: 18px; } }
  .common-sc6 .wrap2 {
    background: url("../../img/home-sc5-wrap2-bg.jpg") center right no-repeat;
    background-size: cover; }
    .common-sc6 .wrap2 h3 {
      padding-bottom: 5px;
      border-bottom: 1px solid #1C1C1C; }

.common-sc7 .wrap .h-sm {
  font-size: 24px; }
.common-sc7 .wrap img {
  height: 119px; }

.common-title .num {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  position: relative;
  margin-right: 15px; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .common-title .num {
      width: 50px;
      height: 50px; } }
  .common-title .num span {
    font-size: 34px;
    font-weight: 600;
    font-style: italic;
    font-family: "Open Sans", sans-serif;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (orientation: portrait) and (max-width: 767px) {
      .common-title .num span {
        font-size: 24px; } }
.common-title .title {
  width: calc(100% - 80px); }
.common-title--weekday .num {
  background-color: #CDE8B7; }
  .common-title--weekday .num span {
    color: #3D8400; }
.common-title--saturday .num {
  background-color: #CFE3F9; }
  .common-title--saturday .num span {
    color: #1335A1; }

.common-title1 {
  border-bottom: 1px solid #707070;
  padding-bottom: 5px; }
  .common-title1 .txt {
    padding-left: 15px;
    margin-bottom: 0; }
  .common-title1--sm .txt {
    padding-left: 5px;
    font-size: 20px;
    border-left-width: 12px !important; }
  .common-title1--weekday .txt {
    border-left: 20px solid #3D8400; }
  .common-title1--saturday .txt {
    border-left: 20px solid #1335A1; }
  .common-title1--online .txt {
    border-left: 20px solid #FFC400; }

@media screen and (max-width: 1400px) {
  .common-table-wrap {
    overflow-x: scroll; } }
.common-table-wrap .table {
  width: 1140px; }

.common-table1 {
  border-collapse: separate; }
  .common-table1 tr:first-child th {
    text-align: center !important;
    color: #fff;
    font-weight: 400; }
  .common-table1 th, .common-table1 td {
    padding: 7px 15px; }
  .common-table1 th {
    text-align: right;
    white-space: nowrap; }
  .common-table1 td {
    text-align: center; }
  .common-table1--weekday tr:first-child th {
    background-color: #3D8400 !important; }
  .common-table1--weekday tr:nth-child(even) th, .common-table1--weekday tr:nth-child(even) td {
    background-color: #E3EBC1; }
  .common-table1--weekday tr:nth-child(odd) th, .common-table1--weekday tr:nth-child(odd) td {
    background-color: #CADD7C; }

.common-table2 {
  border-collapse: separate; }
  .common-table2 th, .common-table2 td {
    vertical-align: middle; }
  .common-table2 th {
    text-align: center;
    padding: 15px 25px;
    color: #fff;
    font-weight: 400; }
  .common-table2--weekday th, .common-table2--weekday td {
    border: 1px solid #3D8400; }
  .common-table2--weekday th {
    background-color: #3D8400; }
  .common-table2--saturday th, .common-table2--saturday td {
    border: 1px solid #1335A1; }
  .common-table2--saturday th {
    background-color: #1335A1; }
  .common-table2--saturday td li:before {
    color: #1335A1; }
  .common-table2--online th, .common-table2--online td {
    border: 1px solid #FFC400; }
  .common-table2--online th {
    background-color: #FFC400;
    color: #1C1C1C; }
  .common-table2--online td li:before {
    color: #FFC400; }

.common-btn {
  font-size: 16px;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  border-radius: 0;
  transition: .6s;
  position: relative;
  top: 0; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .common-btn {
      font-size: 15px; } }
  .common-btn:hover {
    color: #fff;
    top: -3px; }
  .common-btn--portal {
    background-color: #1D3171; }
  .common-btn--weekday {
    background-color: #3D8400; }
  .common-btn--saturday {
    background-color: #1335A1; }
  .common-btn--online {
    background-color: #FFC400;
    color: #1C1C1C; }
    .common-btn--online:hover {
      color: #1C1C1C; }

.common-btn2 {
  font-size: 16px;
  border: 1px solid #1C1C1C;
  padding: 7px 10px;
  border-radius: 0;
  text-decoration: none; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .common-btn2 {
      font-size: 15px; } }
  .common-btn2:hover {
    background-color: #1C1C1C;
    color: #fff; }
  .common-btn2--white {
    border: 1px solid #fff;
    color: #fff; }
    .common-btn2--white:hover {
      background-color: #fff;
      color: #1C1C1C; }
  .common-btn2--weekday {
    border: 1px solid #3D8400;
    color: #3D8400; }
    .common-btn2--weekday:hover {
      background-color: #3D8400; }
  .common-btn2--lg {
    padding: 15px; }

.common-faq .wrap {
  border-bottom: 1px dashed #707070;
  padding: 10px 0; }
  .common-faq .wrap .btn {
    position: relative;
    padding: 0 15px 0 0 !important;
    font-size: 17px; }
    .common-faq .wrap .btn:before {
      content: '\f0fe';
      font-size: 19px;
      font-weight: 700;
      font-family: 'Font Awesome 6 Pro';
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
    .common-faq .wrap .btn[aria-expanded="true"]:before {
      content: '\f146'; }

.common-school-sc1 p {
  font-size: 17px;
  line-height: 1.8; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .common-school-sc1 p {
      font-size: 15px; } }

.common-school-sc2 figure figcaption {
  font-size: 17px; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .common-school-sc2 figure figcaption {
      font-size: 15px; } }
.common-school-sc2 p {
  line-height: 1.8; }

.common-school-sc3 h2 img {
  width: 60px; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .common-school-sc3 h2 img {
      width: 50px; } }

.common-school-event th {
  width: 160px; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .common-school-event th {
      width: auto; } }
.common-school-event th, .common-school-event td {
  font-size: 20px; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .common-school-event th, .common-school-event td {
      font-size: 16px; } }
.common-school-event td ul {
  padding-left: 30px; }
  .common-school-event td ul li {
    position: relative; }
    .common-school-event td ul li:before {
      content: '\f276';
      font-family: 'Font Awesome 6 Pro';
      font-weight: 700;
      position: absolute;
      left: -23px;
      top: -1px; }

.common-school-goal tr:first-child th:nth-child(2) {
  background-color: #E3EBC1;
  color: #1C1C1C;
  text-align: center !important; }
.common-school-goal th, .common-school-goal td {
  padding: 15px; }
.common-school-goal th {
  text-align: right;
  white-space: nowrap;
  font-size: 20px; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .common-school-goal th {
      font-size: 16px; } }
.common-school-goal td ul {
  padding-left: 30px; }
  .common-school-goal td ul li {
    position: relative; }
    .common-school-goal td ul li:before {
      content: '\f140';
      font-family: 'Font Awesome 6 Pro';
      font-weight: 700;
      position: absolute;
      left: -26px;
      top: -1px;
      font-size: 20px; }

.common-school-time th {
  text-align: right;
  white-space: nowrap;
  width: 40%; }
.common-school-time th, .common-school-time td {
  padding: 15px; }

.common-school-grades th, .common-school-grades td {
  vertical-align: middle; }
.common-school-grades th {
  text-align: right;
  white-space: nowrap; }

.common-school-uniform tr:first-child th, .common-school-uniform tr:first-child td {
  border-bottom: 3px solid #1C1C1C;
  padding: 0 10px 10px; }
.common-school-uniform tr:first-child th {
  color: #1C1C1C !important; }
.common-school-uniform th, .common-school-uniform td {
  border-bottom: 1px dotted #1C1C1C;
  line-height: 2.0;
  vertical-align: middle;
  font-size: 18px;
  padding: 15px 10px; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .common-school-uniform th, .common-school-uniform td {
      font-size: 15px; } }
.common-school-uniform--weekday th {
  color: #3D8400; }

.common-form {
  background: url("../../img/weekday-sc-common-bg.jpg") center center no-repeat;
  background-size: cover; }
  .common-form .wrap input, .common-form .wrap textarea {
    border-radius: 0; }
  .common-form .wrap .wpcf7-acceptance span {
    color: #707070; }
  .common-form .wrap .btn {
    font-size: 16px;
    padding: 15px 50px;
    color: #fff;
    background-color: #1D3171;
    text-decoration: none;
    border-radius: 0;
    transition: .6s;
    position: relative; }
  .common-form .wrap .wpcf7-spinner {
    display: none; }
  .common-form .wrap .wpcf7-list-item label {
    display: flex; }
  .common-form--weekday {
    background: url("../../img/weekday-sc-common-bg.jpg") center center no-repeat;
    background-size: cover; }
  .common-form--online {
    background: url("../../img/online-sc-common-bg.jpg") center center no-repeat;
    background-size: cover; }

/* ================================
Page Common
=================================== */
#loading {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999999999999;
  transition: all 1s; }

.loaded {
  opacity: 0;
  visibility: hidden; }

.page__header {
  overflow: hidden; }

.page__header .left {
  width: 25%; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .page__header .left {
      display: none; } }
  .page__header .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom left; }

.page__header .middle {
  padding: 15px;
  position: relative;
  top: 50%;
  width: 35%; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .page__header .middle {
      width: 100%;
      padding: 50px 25px;
      text-align: center; } }
  .page__header .middle:before, .page__header .middle:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    z-index: 9; }
    @media screen and (orientation: portrait) and (max-width: 991px) {
      .page__header .middle:before, .page__header .middle:after {
        content: none; } }
  .page__header .middle:before {
    border-width: 75vh 0 0 150px;
    left: 100%;
    top: 0; }
  .page__header .middle:after {
    border-width: 0 150px 75vh 0;
    right: 100%;
    bottom: 0; }
  .page__header .middle h1 {
    font-size: 36px;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    word-break: keep-all; }
    @media screen and (max-width: 1199px) {
      .page__header .middle h1 {
        font-size: 36px; } }
    @media screen and (orientation: portrait) and (max-width: 991px) {
      .page__header .middle h1 {
        font-size: 22px; } }
  .page__header .middle h3 {
    font-size: 22px; }
    @media screen and (orientation: portrait) and (max-width: 991px) {
      .page__header .middle h3 {
        font-size: 20px; } }
  .page__header .middle .title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 9; }
    @media screen and (orientation: portrait) and (max-width: 991px) {
      .page__header .middle .title {
        position: inherit; } }

.page__header .right {
  width: 45%; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .page__header .right {
      display: none; } }
  .page__header .right img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.page__breadcrumbs {
  color: #666666;
  font-size: 19px; }
  .page__breadcrumbs span, .page__breadcrumbs a {
    font-size: 15px; }
    @media screen and (orientation: portrait) and (max-width: 991px) {
      .page__breadcrumbs span, .page__breadcrumbs a {
        font-size: 14px; } }
  .page__breadcrumbs span.current-item {
    color: #B7B7B7; }
  .page__breadcrumbs a {
    text-decoration: none; }
  .page__breadcrumbs .home {
    color: #1D3171; }

/* ================================
Page Tempalte
=================================== */
#app__body .wrap {
  border-top: 1px dotted #707070; }
  #app__body .wrap h4 {
    font-size: 20px; }
    @media screen and (orientation: portrait) and (max-width: 991px) {
      #app__body .wrap h4 {
        font-size: 18px; } }
  #app__body .wrap a {
    color: #1335A1;
    text-decoration: underline;
    word-break: break-all; }
    #app__body .wrap a:hover {
      color: #1335A1;
      text-decoration: none; }

/* ================================
投稿共通
=================================== */
.post-common-wrap img {
  width: 100%;
  height: 175px;
  object-fit: cover; }
  @media screen and (max-width: 1199px) {
    .post-common-wrap img {
      height: 216px; } }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .post-common-wrap img {
      height: 145px; } }

.post__pagenav .pages {
  display: none; }
.post__pagenav span, .post__pagenav a {
  padding: 10px 15px !important;
  border: 1px solid #1D3171 !important;
  color: #1C1C1C !important;
  font-family: "Noto Serif JP", serif; }
.post__pagenav span, .post__pagenav a:hover {
  background-color: #1D3171;
  color: #fff !important; }
.post__pagenav--weekday span, .post__pagenav--weekday a {
  border: 1px solid #3D8400 !important; }
.post__pagenav--weekday span, .post__pagenav--weekday a:hover {
  background-color: #3D8400; }
.post__pagenav--saturday span, .post__pagenav--saturday a {
  border: 1px solid #1335A1 !important; }
.post__pagenav--saturday span, .post__pagenav--saturday a:hover {
  background-color: #1335A1; }
.post__pagenav--online span, .post__pagenav--online a {
  border: 1px solid #FFC400 !important; }
.post__pagenav--online span, .post__pagenav--online a:hover {
  background-color: #FFC400; }

.post__pagenation {
  height: 85px; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .post__pagenation {
      height: auto; } }

.post__pagenation__left, .post__pagenation__right {
  width: 45%; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .post__pagenation__left, .post__pagenation__right {
      width: 100%; } }
  .post__pagenation__left i, .post__pagenation__right i {
    font-size: 44px; }
  .post__pagenation__left a, .post__pagenation__right a {
    display: block;
    color: #707070;
    text-decoration: none;
    width: 100%; }
    .post__pagenation__left a span, .post__pagenation__right a span {
      display: block;
      border-bottom: 1px solid #707070;
      padding-bottom: 15px;
      margin-bottom: 15px; }

.post__pagenation__left {
  float: left; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .post__pagenation__left {
      float: none; } }

.post__pagenation__right {
  float: right; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .post__pagenation__right {
      float: none; } }

.post-sidebar .post-wrap {
  border-bottom: 1px solid #C5BDBD;
  padding-top: 15px;
  padding-bottom: 15px; }

.post-sidebar .wrap ul li a {
  color: #1C1C1C;
  text-decoration: none; }
  .post-sidebar .wrap ul li a:hover {
    color: rgba(28, 28, 28, 0.7); }
.post-sidebar .wrap ul ul {
  list-style: none;
  margin-top: 7px;
  margin-bottom: 7px;
  padding-left: 7px; }
  .post-sidebar .wrap ul ul li:before {
    content: '- '; }

/* ================================
ニュース
=================================== */
#news__body .deco {
  position: absolute;
  top: 0;
  left: -50px;
  width: 125px;
  z-index: -1; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    #news__body .deco {
      left: 0; } }

#news__body .wrap {
  border-bottom: 1px dotted #707070;
  padding-top: 15px;
  padding-bottom: 15px; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    #news__body .wrap .title {
      display: block; } }

.news__body .label {
  color: #fff;
  padding: 5px 15px;
  font-size: 14px;
  text-decoration: none;
  word-break: keep-all;
  display: block;
  text-align: center;
  width: 115px;
  background-color: #1D3171; }
  .news__body .label--all {
    background-color: #1D3171; }
  .news__body .label--info {
    background-color: #B4DEEB; }
  .news__body .label--weekday {
    background-color: #8DB16F; }
  .news__body .label--info-weekday {
    background-color: #EBFFD6; }
  .news__body .label--saturday {
    background-color: #1335A1; }
  .news__body .label--info-saturday {
    background-color: #CFE3F9; }
  .news__body .label--online {
    background-color: #FFC400; }
  .news__body .label--info-online {
    background-color: #FFEBA7; }
  .news__body .label--info-portal {
    background-color: #B4DEEB; }
  .news__body .label--cat {
    color: #1C1C1C; }

#news-single__body .meta {
  border-bottom: 1px solid #707070; }

/* ================================
ブログ
=================================== */
#blog__body .meta {
  border-bottom: 1px solid #707070; }

#blog__body .label {
  color: #1C1C1C;
  padding: 5px 15px;
  font-size: 14px;
  text-decoration: none;
  word-break: keep-all;
  display: block;
  text-align: center;
  width: 115px;
  background-color: #EBFFD6; }

/* ================================
ポータルサイト　共通
=================================== */
/*
.portal__header {
	@include md-monitor() {padding-top: 74px;}
	@include sm-monitor() {padding-top: 84px;}
	@include xs-monitor() {padding-top: 70px;}
}*/
.portal__header .middle {
  background-color: #46879B; }
  .portal__header .middle:before {
    border-color: transparent transparent transparent #46879B; }
  .portal__header .middle:after {
    border-color: transparent #46879B transparent transparent; }

.portal__breadcrumbs a {
  color: #1D3171; }

/* ================================
ポータルサイト　ページ別
=================================== */
#home__sc2 .wrap {
  position: relative; }
  #home__sc2 .wrap:before {
    content: '';
    width: 55%;
    height: 75%;
    position: absolute;
    top: 0;
    z-index: -1; }
    @media screen and (max-width: 1199px) {
      #home__sc2 .wrap:before {
        width: 100%;
        height: 25%; } }
    @media screen and (orientation: portrait) and (max-width: 991px) {
      #home__sc2 .wrap:before {
        content: none; } }
  #home__sc2 .wrap__title h2 .sm {
    font-size: 26px;
    font-weight: 400; }
    @media screen and (orientation: portrait) and (max-width: 991px) {
      #home__sc2 .wrap__title h2 .sm {
        font-size: 22px; } }
  #home__sc2 .wrap__title h2 .lg {
    font-size: 50px; }
    @media screen and (orientation: portrait) and (max-width: 991px) {
      #home__sc2 .wrap__title h2 .lg {
        font-size: 34px; } }
  #home__sc2 .wrap__img {
    position: absolute;
    top: 25px;
    width: 50%;
    z-index: -1; }
  #home__sc2 .wrap__txt {
    box-shadow: 0px 3px 12px #00000029; }
    @media screen and (orientation: portrait) and (max-width: 991px) {
      #home__sc2 .wrap__txt {
        box-shadow: none; } }
    #home__sc2 .wrap__txt .en {
      font-family: "Open Sans", sans-serif;
      font-size: 48px;
      font-weight: 300; }
      @media screen and (orientation: portrait) and (max-width: 991px) {
        #home__sc2 .wrap__txt .en {
          font-size: 40px; } }
    #home__sc2 .wrap__txt h4 {
      padding-bottom: 5px;
      border-bottom: 1px solid #1C1C1C; }
  #home__sc2 .wrap--left:before {
    left: 0; }
  #home__sc2 .wrap--left .wrap__img {
    right: 0; }
  #home__sc2 .wrap--right:before {
    right: 0; }
  #home__sc2 .wrap--right .wrap__img {
    left: 0; }
  #home__sc2 .wrap--weekday:before {
    background-color: #3D8400; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    #home__sc2 .wrap--weekday .wrap__title {
      background-color: #3D8400; } }
  #home__sc2 .wrap--weekday .en {
    color: rgba(61, 132, 0, 0.4); }
  #home__sc2 .wrap--saturday:before {
    background-color: #1335A1; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    #home__sc2 .wrap--saturday .wrap__title {
      background-color: #1335A1; } }
  #home__sc2 .wrap--saturday .en {
    color: rgba(19, 53, 161, 0.4); }
  #home__sc2 .wrap--online:before {
    background-color: #FFC400; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    #home__sc2 .wrap--online .wrap__title {
      background-color: #FFC400; } }
  #home__sc2 .wrap--online .en {
    color: rgba(212, 163, 0, 0.4); }

#home__sc3 h2 {
  background-color: #1D3171;
  padding: 10px 25px;
  border: 3px solid #fff;
  position: relative;
  z-index: 3; }

#home__sc3__map {
  margin-top: -35px; }

#home__sc5 {
  margin-top: 0;
  background: url("../../img/home-sc5-bg.jpg") center center no-repeat;
  background-size: cover; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    #home__sc5 {
      background: none; } }

#home__sc5__donation {
  background: url("../../img/home-sc5-wrap3-bg.jpg") center right no-repeat;
  background-size: cover; }
  #home__sc5__donation h3 {
    padding-bottom: 5px;
    border-bottom: 1px solid #fff; }

#home__sc5__faq {
  height: 100%; }
  #home__sc5__faq:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0; }
  #home__sc5__faq .inner {
    position: relative;
    z-index: 99; }
    #home__sc5__faq .inner__title {
      border-bottom: 1px solid #707070;
      padding-bottom: 5px; }
      #home__sc5__faq .inner__title h4 {
        padding-bottom: 7px;
        padding-left: 7px; }
        #home__sc5__faq .inner__title h4.green {
          border-left: 12px solid #3D8400; }
        #home__sc5__faq .inner__title h4.blue {
          border-left: 12px solid #1335A1; }
        #home__sc5__faq .inner__title h4.yellow {
          border-left: 12px solid #FFC400; }
    #home__sc5__faq .inner__faq {
      border-bottom: 1px dashed #707070;
      padding: 10px 0; }
      #home__sc5__faq .inner__faq .faq {
        position: relative;
        padding: 0 35px 0 0;
        font-size: 17px; }
        #home__sc5__faq .inner__faq .faq:before {
          content: '\f0fe';
          font-size: 19px;
          font-weight: 700;
          font-family: 'Font Awesome 6 Pro';
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
        #home__sc5__faq .inner__faq .faq[aria-expanded="true"]:before {
          content: '\f146'; }

#branch__sc2 .table th, #branch__sc2 .table td {
  border-bottom: 1px dashed #707070;
  padding: 10px 0; }
  #branch__sc2 .table th a, #branch__sc2 .table td a {
    word-break: break-all; }
#branch__sc2 .table th {
  padding-right: 15px;
  white-space: nowrap; }
#branch__sc2 .table tr:first-child th, #branch__sc2 .table tr:first-child td {
  border-top: 1px dashed #707070; }
#branch__sc2 .table tr.noline td {
  border-bottom: 0;
  padding-bottom: 0; }

#branch__sc3 h2 {
  background-color: #B42F2F; }

#branch__sc2 .wrap {
  border: 1px solid #707070; }

#branch__sc2 .highlight {
  background-color: #46879B;
  padding: 7px 15px; }

#branch__sc3 h2 {
  background-color: #B42F2F; }

.school__sc2 .flow .wrap {
  margin-right: 50px;
  position: relative; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    .school__sc2 .flow .wrap {
      margin-right: 0;
      margin-bottom: 50px; } }
  .school__sc2 .flow .wrap:before {
    content: '\f101';
    font-family: 'Font Awesome 6 Pro';
    font-size: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 8px);
    color: #fff; }
    @media screen and (orientation: portrait) and (max-width: 991px) {
      .school__sc2 .flow .wrap:before {
        content: '\f103';
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        transform: none;
        top: calc(100% - 4px); } }
  .school__sc2 .flow .wrap:last-child {
    margin-right: 0; }
    .school__sc2 .flow .wrap:last-child:before {
      content: none; }

.school__sc2 .gallery figure figcaption {
  font-size: 12px; }

.school__sc3 .wrap .left img {
  width: 100px; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .school__sc3 .wrap .left img {
      width: 60px; } }

@media screen and (max-width: 1400px) {
  .school__sc4 .wrap {
    overflow-x: scroll; } }
.school__sc4 .wrap .table {
  border-collapse: separate;
  width: 1376px; }
  .school__sc4 .wrap .table th, .school__sc4 .wrap .table td {
    border: none;
    font-size: 1rem; }
  .school__sc4 .wrap .table tr:first-child th {
    background-color: #1D3171;
    color: #fff;
    text-align: center;
    font-weight: 400; }
  .school__sc4 .wrap .table tr:nth-child(even) {
    background-color: #E3F4F9; }
  .school__sc4 .wrap .table tr:nth-child(odd) {
    background-color: #B4DEEB; }
  .school__sc4 .wrap .table tr th {
    text-align: right; }
  .school__sc4 .wrap .table tr td {
    text-align: center; }

.school__sc5 .table {
  border-collapse: separate; }
  .school__sc5 .table th, .school__sc5 .table td {
    border: none;
    font-size: 1rem;
    padding: 15px;
    border: 1px solid #1D3171; }
  .school__sc5 .table th {
    background-color: #1D3171;
    color: #fff;
    text-align: center;
    font-weight: 400;
    width: 40%; }
  .school__sc5 .table--sm td {
    text-align: center; }
  .school__sc5 .table--md td {
    text-align: center; }

#faq__sc1 .wrap .title {
  border-bottom: 1px solid #707070;
  padding-bottom: 5px; }
  #faq__sc1 .wrap .title h3 {
    padding-left: 10px; }
    #faq__sc1 .wrap .title h3.green {
      border-left: 20px solid #3D8400; }
    #faq__sc1 .wrap .title h3.blue {
      border-left: 20px solid #1335A1; }
    #faq__sc1 .wrap .title h3.yellow {
      border-left: 20px solid #FFC400; }
#faq__sc1 .wrap__faq {
  border-bottom: 1px dashed #707070;
  padding: 20px 0; }
  #faq__sc1 .wrap__faq .faq {
    position: relative;
    padding: 0 35px 0 0;
    font-size: 17px; }
    #faq__sc1 .wrap__faq .faq:before {
      content: '\f0fe';
      font-size: 19px;
      font-weight: 700;
      font-family: 'Font Awesome 6 Pro';
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
    #faq__sc1 .wrap__faq .faq[aria-expanded="true"]:before {
      content: '\f146'; }

#greeting__sc1 img {
  width: 415px; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    #greeting__sc1 img {
      width: 85%; } }

#greeting__sc2 {
  background: linear-gradient(180deg, #1d3171 0%, #1d3171 60%, white 60%, white 100%); }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    #greeting__sc2 {
      background: linear-gradient(180deg, #1d3171 0%, #1d3171 35%, white 35%, white 100%); } }

#greeting__sc3 a {
  color: #3D8400; }
  #greeting__sc3 a:hover {
    text-decoration: none; }

#about__sc1 .table tr:first-child th, #about__sc1 .table tr:first-child td {
  border-top: 1px solid #dee2e6; }
#about__sc1 .table tr th, #about__sc1 .table tr td {
  padding: 15px 7px; }
#about__sc1 .table tr th {
  white-space: nowrap;
  background-color: #F2F2F2;
  color: #707070;
  font-size: 14px;
  font-weight: 400; }

#about__sc2 iframe {
  width: 100%;
  height: 450px; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    #about__sc2 iframe {
      height: 300px; } }

#about__sc3__bar:before {
  content: '';
  width: 5px;
  height: 100%;
  background-color: #1D3171;
  position: absolute;
  top: 0;
  left: 33px; }

#about__sc3__bar .wrap {
  margin-bottom: 50px; }
  #about__sc3__bar .wrap:last-child {
    margin-bottom: 0; }
  #about__sc3__bar .wrap__year {
    position: relative; }
    #about__sc3__bar .wrap__year:before {
      content: '';
      background-color: #1D3171;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      top: 50%;
      transform: translateY(-50%);
      text-align: center;
      z-index: -1; }
    #about__sc3__bar .wrap__year span {
      color: #fff;
      font-size: 15px;
      font-weight: 700;
      line-height: 2.0;
      margin: auto;
      word-break: keep-all;
      padding: 25px 15px; }
  #about__sc3__bar .wrap__month {
    font-size: 15px;
    font-weight: 700;
    color: #1D3171;
    word-break: keep-all;
    line-height: 1;
    margin-top: 8px; }
  #about__sc3__bar .wrap h4 {
    line-height: 1.6; }
  #about__sc3__bar .wrap--noyear .wrap__month {
    margin-left: 80px !important; }

#affiliated__sc1 h2 {
  line-height: 1.3; }
#affiliated__sc1 h4 {
  border-bottom: 1px solid #707070;
  padding-bottom: 5px; }

#donation__sc2 {
  background: linear-gradient(180deg, white 0%, white 10%, #e3f4f9 10%, #e3f4f9 90%, white 90%, white 100%); }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    #donation__sc2 {
      background: none;
      background-color: #E3F4F9;
      padding-bottom: 75px; } }

#song__sc1 .song {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    #song__sc1 .song {
      -ms-writing-mode: inherit;
      writing-mode: inherit;
      text-align: center; } }

#privacy p {
  line-height: 2.0; }

/* ================================
平日校　共通
=================================== */
.weekday__header .middle {
  background-color: #6AAF2E; }
  .weekday__header .middle:before {
    border-color: transparent transparent transparent #6AAF2E; }
  .weekday__header .middle:after {
    border-color: transparent #6AAF2E transparent transparent; }

.weekday__breadcrumbs a {
  color: #3D8400; }

/* ================================
平日校　ページ別
=================================== */
#weekday__sc2 h2 {
  border-bottom: 1px solid #707070;
  padding-bottom: 10px; }

@media screen and (orientation: portrait) and (max-width: 767px) {
  #weekday__sc3 .h-lg {
    font-size: 20px; } }

#weekday__sc3 .wrap--middle {
  background-color: #255100; }
#weekday__sc3 .wrap--end h3 {
  font-size: 27px; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    #weekday__sc3 .wrap--end h3 {
      font-size: 22px; } }

#weekday__sc4 ul li:before {
  color: #3D8400; }

#weekday__sc5 {
  background: url("../../img/weekday-sc5-bg.jpg") center center no-repeat;
  background-size: cover; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    #weekday__sc5 {
      padding-bottom: 75px; } }
  #weekday__sc5 .common-sc5__top h4 {
    font-size: 24px; }
    @media screen and (orientation: portrait) and (max-width: 991px) {
      #weekday__sc5 .common-sc5__top h4 {
        font-size: 20px; } }
  #weekday__sc5 .common-sc5__top h3 {
    font-size: 91px; }
    @media screen and (orientation: portrait) and (max-width: 991px) {
      #weekday__sc5 .common-sc5__top h3 {
        font-size: 50px; } }
  #weekday__sc5 .common-sc5__top ol li {
    padding-bottom: 10px;
    font-family: "Noto Serif JP", serif;
    font-size: 21px;
    font-weight: 700; }
    #weekday__sc5 .common-sc5__top ol li:last-child {
      padding-bottom: 0; }
    @media screen and (orientation: portrait) and (max-width: 991px) {
      #weekday__sc5 .common-sc5__top ol li {
        font-size: 16px; } }
    @media screen and (orientation: portrait) and (max-width: 767px) {
      #weekday__sc5 .common-sc5__top ol li {
        font-size: 15px; } }
  #weekday__sc5 .common-sc5__bottom .wrap1 {
    height: 100%; }
  #weekday__sc5 .common-sc5__bottom .wrap2 {
    background-color: #FDFFB4; }
    #weekday__sc5 .common-sc5__bottom .wrap2 h3 {
      color: #149C64; }
    #weekday__sc5 .common-sc5__bottom .wrap2 h4 {
      background-color: #149C64;
      padding: 3px 10px; }
    #weekday__sc5 .common-sc5__bottom .wrap2 .common-btn2 {
      color: #32A86E;
      border: 1px solid #32A86E; }
      #weekday__sc5 .common-sc5__bottom .wrap2 .common-btn2:hover {
        background-color: #32A86E;
        color: #fff; }
  #weekday__sc5 .common-sc5__bottom .wrap3 {
    min-height: 238px; }
    @media screen and (max-width: 1199px) {
      #weekday__sc5 .common-sc5__bottom .wrap3 {
        min-height: 222px; } }
    @media screen and (orientation: portrait) and (max-width: 991px) {
      #weekday__sc5 .common-sc5__bottom .wrap3 {
        min-height: auto; } }
    #weekday__sc5 .common-sc5__bottom .wrap3 img {
      width: 100%; }
      @media screen and (orientation: portrait) and (max-width: 767px) {
        #weekday__sc5 .common-sc5__bottom .wrap3 img {
          width: 50%; } }
  #weekday__sc5 .common-sc5__bottom .wrap-common .right {
    background-color: #3D8400; }

#weekday__sc6 {
  background: url("../../img/weekday-sc6-bg.jpg") center center no-repeat;
  background-size: cover; }
  #weekday__sc6 .wrap2 {
    height: 100%; }

#prepschool-sc1 img {
  width: 100%; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    #prepschool-sc1 img {
      width: 290px; } }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    #prepschool-sc1 img {
      width: 85%; } }

#prepschool-sc2 ul {
  padding-left: 30px; }
  #prepschool-sc2 ul li {
    position: relative;
    padding-bottom: 20px;
    font-size: 18px; }
    @media screen and (orientation: portrait) and (max-width: 767px) {
      #prepschool-sc2 ul li {
        font-size: 15px; } }
    #prepschool-sc2 ul li:last-child {
      padding-bottom: 0; }
    #prepschool-sc2 ul li:before {
      content: '\f111';
      font-family: 'Font Awesome 6 Pro';
      font-weight: 700;
      position: absolute;
      left: -30px;
      top: -1px; }

#prepschool-sc3__main .wrap ul {
  padding-left: 30px; }
  #prepschool-sc3__main .wrap ul li {
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    line-height: 1.7; }
    #prepschool-sc3__main .wrap ul li:last-child {
      padding-bottom: 0; }
    #prepschool-sc3__main .wrap ul li:before {
      content: '\f00c';
      font-family: 'Font Awesome 6 Pro';
      font-weight: 700;
      position: absolute;
      color: #3D8400;
      left: -30px;
      top: -1px; }

#prepschool-sc4 .common-table1 .lg {
  width: 350px; }

#prepschool-sc4 ul {
  padding-left: 30px; }
  #prepschool-sc4 ul li {
    position: relative;
    padding-bottom: 5px;
    line-height: 1.7; }
    #prepschool-sc4 ul li:last-child {
      padding-bottom: 0; }
    #prepschool-sc4 ul li:before {
      content: '\f2f3';
      font-family: 'Font Awesome 6 Pro';
      font-weight: 700;
      position: absolute;
      color: #3D8400;
      left: -25px;
      top: -1px; }

#prepschool-sc5 .common-table2 td li:before {
  color: #3D8400; }

#prepschool-sc6__slider {
  background-color: #E3EBC1;
  padding: 25px;
  position: relative; }
  #prepschool-sc6__slider .wrap {
    text-align: center;
    padding: 0 10px; }
  #prepschool-sc6__slider .swiper-button-prev, #prepschool-sc6__slider .swiper-button-next {
    z-index: 99;
    color: #fff; }

#prepschool-sc7 .common-school-uniform th {
  color: #3D8400; }

#elementaryschool-sc3 .common-table2 td ul li:before {
  color: #3D8400; }

#elementaryschool-sc5 .common-school-uniform th {
  color: #3D8400; }

#middleschool-sc2 .wrap2 h5 {
  border: 1px solid #fff;
  padding: 7px 20px;
  line-height: inherit; }

#middleschool-sc2 .wrap3 {
  background-color: #D8F8B3;
  position: relative; }

#middleschool-sc3 .common-table2 td ul li:before {
  color: #3D8400; }

#middleschool-sc4 .common-table1 th, #middleschool-sc4 .common-table1 td {
  vertical-align: middle; }

#middleschool-sc4 ul {
  padding-left: 30px; }
  #middleschool-sc4 ul li {
    position: relative; }
    #middleschool-sc4 ul li:before {
      content: '\f303';
      font-family: 'Font Awesome 6 Pro';
      font-weight: 700;
      position: absolute;
      left: -30px;
      top: -1px;
      color: #3D8400; }

#middleschool-sc5 .common-school-uniform th {
  color: #3D8400; }

#archivement__sc2 {
  position: relative; }
  #archivement__sc2:before {
    content: '';
    width: 55%;
    height: 80%;
    background-color: #3D8400;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0; }
    @media screen and (max-width: 1199px) {
      #archivement__sc2:before {
        width: 85%; } }
    @media screen and (orientation: portrait) and (max-width: 767px) {
      #archivement__sc2:before {
        width: 100%; } }

#archivement__sc2 .wrap {
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 1199px) {
    #archivement__sc2 .wrap {
      width: 90%;
      margin-top: -50px; } }
  #archivement__sc2 .wrap .inner-wrap:first-child {
    border-bottom: 1px solid #707070; }
  #archivement__sc2 .wrap .inner-wrap h4 {
    border: 1px solid #3D8400;
    padding: 10px; }
  #archivement__sc2 .wrap .inner-wrap ul {
    padding-left: 30px; }
    #archivement__sc2 .wrap .inner-wrap ul li {
      position: relative; }
      #archivement__sc2 .wrap .inner-wrap ul li:before {
        content: '\f336';
        font-family: 'Font Awesome 6 Pro';
        font-weight: 700;
        position: absolute;
        left: -30px;
        top: -1px;
        color: #3D8400; }

#archivement__sc2 img {
  width: 100%;
  margin-top: 75px;
  right: 50px;
  position: relative;
  z-index: 0; }
  @media screen and (max-width: 1199px) {
    #archivement__sc2 img {
      margin-top: 35px;
      width: 75%;
      right: 0; } }

#policy__sc3 .inner-wrap {
  border-bottom: 1px dotted #707070; }
  #policy__sc3 .inner-wrap:last-child {
    border-bottom: 0; }
  #policy__sc3 .inner-wrap ol li {
    padding-bottom: 15px;
    line-height: 1.8; }
    #policy__sc3 .inner-wrap ol li:last-child {
      padding-bottom: 0; }

#policy__sc3 .wrap .num {
  font-size: 45px; }

#ag5project__sc1 {
  background: url("../../img/ag5project-sc1-bg.jpg") center center no-repeat;
  background-size: cover; }
  #ag5project__sc1 .title .left span {
    color: #FDFFB4; }

#greeting-weekday__sc1 img {
  width: 370px; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    #greeting-weekday__sc1 img {
      width: 85%; } }

#greeting-weekday__sc2 {
  background: linear-gradient(180deg, #3d8400 0%, #3d8400 60%, white 60%, white 100%); }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    #greeting-weekday__sc2 {
      background: linear-gradient(180deg, #3d8400 0%, #3d8400 35%, white 35%, white 100%); } }

.curriculum-common {
  background: linear-gradient(180deg, #cde8b7 0%, #cde8b7 35%, white 35%, white 100%); }

#curriculum__sc1 .wrap {
  margin-top: 0; }

#curriculum__sc4 .wrap .icon {
  height: 146px; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    #curriculum__sc4 .wrap .icon {
      height: 112px; } }

#curriculum__sc4 .table {
  border: 2px solid #3D8400; }
  #curriculum__sc4 .table .title {
    color: #3D8400;
    background-color: #CDE8B7; }
  #curriculum__sc4 .table th, #curriculum__sc4 .table td {
    text-align: center;
    font-weight: 700;
    border: 1px solid #707070; }

.english-education-common h4 .icon {
  width: 66px; }

#english-education__sc1 .wrap {
  margin-top: 0; }

#english-education__sc3 .icon {
  height: 90px; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    #english-education__sc3 .icon {
      height: 70px; } }

#english-education__sc4 {
  background: white;
  background: linear-gradient(180deg, white 0%, white 10%, #fbfff8 10%, #fbfff8 90%, white 90%, white 100%); }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    #english-education__sc4 {
      background: white;
      background: linear-gradient(180deg, white 0%, #fbfff8 0%, #fbfff8 80%, white 80%, white 100%); } }

#english-education__sc5 {
  background: white;
  background: linear-gradient(180deg, white 0%, white 10%, #fffbf8 10%, #fffbf8 90%, white 90%, white 100%); }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    #english-education__sc5 {
      background: white;
      background: linear-gradient(180deg, white 0%, #fffbf8 0%, #fffbf8 80%, white 80%, white 100%); } }

#english-education__sc6 {
  background: white;
  background: linear-gradient(180deg, white 0%, white 10%, #fff8ff 10%, #fff8ff 90%, white 90%, white 100%); }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    #english-education__sc6 {
      background: white;
      background: linear-gradient(180deg, white 0%, #fff8ff 0%, #fff8ff 80%, white 80%, white 100%); } }

#english-education__sc7 {
  background: white;
  background: linear-gradient(180deg, white 0%, white 10%, #f8fcff 10%, #f8fcff 90%, white 90%, white 100%); }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    #english-education__sc7 {
      background: white;
      background: linear-gradient(180deg, white 0%, #f8fcff 0%, #f8fcff 80%, white 80%, white 100%); } }

#english-education__sc8 ul {
  padding-left: 30px; }
  #english-education__sc8 ul li {
    position: relative;
    padding-bottom: 10px; }
    #english-education__sc8 ul li:before {
      content: '\f14a';
      font-family: 'Font Awesome 6 Pro';
      font-weight: 700;
      position: absolute;
      left: -30px;
      top: -1px;
      color: #3D8400; }

#tuition__sc1 .table tr:first-child th, #tuition__sc1 .table tr:first-child td {
  border-top: 1px solid #707070; }
#tuition__sc1 .table tr:last-child th, #tuition__sc1 .table tr:last-child td {
  border-bottom: 1px solid #707070; }
#tuition__sc1 .table th, #tuition__sc1 .table td {
  border-bottom: 1px dotted #707070;
  padding: 25px 0;
  font-weight: 400;
  vertical-align: middle; }
#tuition__sc1 .table td {
  text-align: right; }

#questionnaire__sc1 .title img {
  position: absolute;
  left: -15px;
  top: 0;
  width: 125px;
  z-index: -1; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    #questionnaire__sc1 .title img {
      left: 0; } }

#questionnaire__sc1 .wrap .head {
  padding-bottom: 10px;
  border-bottom: 1px solid #707070; }
  #questionnaire__sc1 .wrap .head h3 {
    border-left: 20px solid #3D8400;
    padding-left: 15px; }
#questionnaire__sc1 .wrap .txt__icon {
  font-size: 50px;
  color: #CDE8B7; }

#teachers__sc1 .wrap {
  border-bottom: 1px solid #6AAF2E; }
  #teachers__sc1 .wrap img {
    width: 100%; }
    @media screen and (orientation: portrait) and (max-width: 991px) {
      #teachers__sc1 .wrap img {
        width: 190px; } }
  #teachers__sc1 .wrap ul li {
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #6AAF2E;
    color: #fff;
    font-weight: 700;
    padding: 10px 25px;
    border-radius: 35px; }

#teachers__sc1 .wrap {
  border-bottom: 1px solid #6AAF2E; }
  #teachers__sc1 .wrap img {
    width: 100%; }
    @media screen and (orientation: portrait) and (max-width: 991px) {
      #teachers__sc1 .wrap img {
        width: 190px; } }
  #teachers__sc1 .wrap .label li {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 7px 20px;
    border-radius: 34px;
    background-color: #6AAF2E;
    color: #fff;
    font-weight: 700; }

#questionnaire__sc1 .title img {
  position: absolute;
  left: -25px;
  top: -0;
  z-index: -1;
  width: 125px; }

#questionnaire__sc1 .wrap .head {
  padding-bottom: 10px;
  border-bottom: 1px solid #707070; }
  #questionnaire__sc1 .wrap .head h3 {
    padding-left: 15px;
    border-left: 20px solid #3D8400; }
#questionnaire__sc1 .wrap .txt__icon {
  font-size: 56px;
  color: #CDE8B7; }

> > > > > > > Stashed changes
#japanese-school__sc2 .wrap {
  border-bottom: 1px dotted #707070; }
  > > > > > > > Stashed changes
  #japanese-school__sc2 .wrap:first-child {
    border-top: 1px dotted #707070; }
  > > > > > > > Stashed changes
  #japanese-school__sc2 .wrap .icon {
    font-size: 50px;
    font-weight: 700; }
  > > > > > > > Stashed changes
  #japanese-school__sc2 .wrap__a span {
    color: #A7A5A5; }

#japanese-school__sc3 {
  background: url("../../img/weekday-sc-common-bg.jpg") center center no-repeat;
  background-size: cover; }

#japanese-school__sc3 .wrap__txt ul {
  padding-left: 30px; }
  #japanese-school__sc3 .wrap__txt ul li {
    position: relative;
    padding-bottom: 10px; }
    #japanese-school__sc3 .wrap__txt ul li:before {
      content: '\f14a';
      font-family: 'Font Awesome 6 Pro';
      font-weight: 700;
      position: absolute;
      left: -30px;
      top: -1px;
      color: #3D8400; }

#going-back-japan__sc2 .wrap {
  border-bottom: 1px dotted #707070; }
  #going-back-japan__sc2 .wrap:first-child {
    border-top: 1px dotted #707070; }
  #going-back-japan__sc2 .wrap .icon {
    font-size: 50px;
    font-weight: 700; }
  #going-back-japan__sc2 .wrap__a span {
    color: #A7A5A5; }

#going-back-japan__sc2 .wrap2 .inner {
  border-top: 1px dotted #707070; }

/* ================================
補習校　共通
=================================== */
.saturday__header .middle {
  background-color: #687AB0; }
  .saturday__header .middle:before {
    border-color: transparent transparent transparent #687AB0; }
  .saturday__header .middle:after {
    border-color: transparent #687AB0 transparent transparent; }

.saturday__breadcrumbs a {
  color: #1335A1; }

/* ================================
補習校　ページ別
=================================== */
#saturday__sc2 h2 {
  border-bottom: 1px solid #707070;
  padding-bottom: 10px; }

#saturday__sc4 li:before {
  color: #1335A1; }
#saturday__sc4 ul {
  min-height: 120px; }

#saturday__sc5 {
  background: url("../../img/saturday-sc5-bg.jpg") center center no-repeat;
  background-size: cover; }
  #saturday__sc5 .common-sc5__top .title h4 {
    font-size: 24px; }
    @media screen and (orientation: portrait) and (max-width: 991px) {
      #saturday__sc5 .common-sc5__top .title h4 {
        font-size: 20px; } }
  #saturday__sc5 .common-sc5__top .title h3 {
    font-size: 73px; }
    @media screen and (orientation: portrait) and (max-width: 991px) {
      #saturday__sc5 .common-sc5__top .title h3 {
        font-size: 50px; } }
    @media screen and (orientation: portrait) and (max-width: 767px) {
      #saturday__sc5 .common-sc5__top .title h3 {
        font-size: 36px; } }
  #saturday__sc5 .common-sc5__bottom .wrap1, #saturday__sc5 .common-sc5__bottom .wrap2 {
    height: 100%; }
  #saturday__sc5 .common-sc5__bottom .wrap-common .right {
    background-color: #1335A1; }

#saturday__sc5 .wrap4 .right {
  background-color: #1335A1; }

#saturday__sc6 {
  background: url("../../img/saturday-sc6-bg.jpg") center center no-repeat;
  background-size: cover; }
  #saturday__sc6 .wrap2 {
    height: 100%; }

.saturday-school-sc1 h2 {
  line-height: 1.0; }
.saturday-school-sc1 iframe {
  width: 100%;
  height: 338px; }

.saturday-school-sc2 .left img {
  width: 200px; }

.saturday-school-sc4 .title h2 {
  border: 3px solid #1335A1;
  padding: 7px 15px; }
.saturday-school-sc4 .common-table2 th {
  white-space: nowrap;
  font-size: 20px; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .saturday-school-sc4 .common-table2 th {
      font-size: 16px; } }
.saturday-school-sc4 .schedule-table th, .saturday-school-sc4 .schedule-table td {
  padding: 10px 25px; }
.saturday-school-sc4 .schedule-table th {
  font-size: 17px; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .saturday-school-sc4 .schedule-table th {
      font-size: 16px; } }
.saturday-school-sc4 .event-table th {
  width: 75px; }
.saturday-school-sc4 .event-table th, .saturday-school-sc4 .event-table td {
  font-size: 20px; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .saturday-school-sc4 .event-table th, .saturday-school-sc4 .event-table td {
      font-size: 16px; } }
.saturday-school-sc4 .time-table th {
  width: 175px; }

#middle-school__sc4 .subject-table th {
  font-size: 18px;
  font-weight: 400;
  text-align: left; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    #middle-school__sc4 .subject-table th {
      font-size: 16px; } }
#middle-school__sc4 .subject-table .f-bold {
  font-size: 20px; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    #middle-school__sc4 .subject-table .f-bold {
      font-size: 16px;
      white-space: nowrap; } }

#policy__sc1 {
  background: linear-gradient(180deg, #cfe3f9 0%, #cfe3f9 50%, white 50%, white 100%); }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    #policy__sc1 {
      background: linear-gradient(180deg, #cfe3f9 0%, #cfe3f9 25%, white 25%, white 100%); } }
  #policy__sc1 .blurb {
    border-radius: 20px; }

#policy__sc2 .blurb .table tr:first-child {
  border-top: 1px solid #707070; }
#policy__sc2 .blurb .table th, #policy__sc2 .blurb .table td {
  border-bottom: 1px dotted #707070;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle; }
#policy__sc2 .blurb .table th span {
  font-size: 14px;
  font-weight: 400;
  word-break: keep-all;
  white-space: nowrap;
  padding: 5px 25px;
  background-color: #CFE3F9;
  display: block;
  text-align: center; }
  #policy__sc2 .blurb .table th span.yellow {
    background-color: #F9F7CF; }
#policy__sc2 .blurb--blurb3 .divider {
  border-bottom: 1px dotted #707070; }

#curriculumn__sc1 h2 span {
  font-size: 72px; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    #curriculumn__sc1 h2 span {
      font-size: 50px; } }

/* ================================
オンライン補習校　共通
=================================== */
.online__header .middle {
  background-color: #FFC400; }
  .online__header .middle:before {
    border-color: transparent transparent transparent #FFC400; }
  .online__header .middle:after {
    border-color: transparent #FFC400 transparent transparent; }

.online__breadcrumbs a {
  color: #D56B00; }

/* ================================
オンライン補習校　ページ別STYLE
=================================== */
@media screen and (orientation: portrait) and (max-width: 767px) {
  #online__sc3 .h-lg {
    font-size: 20px; } }

#online__sc3 .wrap {
  /*
  &--end {
  	h3 {
  		font-size: 27px;
  		@include sm-monitor() {font-size: 20px;}
  	}
  } */ }
  #online__sc3 .wrap h4 {
    color: #880000; }
  #online__sc3 .wrap h3 {
    font-size: 30px; }
    @media screen and (orientation: portrait) and (max-width: 767px) {
      #online__sc3 .wrap h3 {
        font-size: 24px; } }
  #online__sc3 .wrap--middle {
    background-color: #FFEBA7;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff; }
    @media screen and (orientation: portrait) and (max-width: 991px) {
      #online__sc3 .wrap--middle {
        border: none; } }

#online__sc4 {
  background-color: #FFEBA7; }
  #online__sc4 .wrap {
    border: 3px solid #FFC400; }
    #online__sc4 .wrap__txt {
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
      @media screen and (orientation: portrait) and (max-width: 767px) {
        #online__sc4 .wrap__txt .f-lg {
          font-size: 15px; } }

@media screen and (orientation: portrait) and (max-width: 767px) {
  #online__sc5 .h-lg {
    font-size: 20px; } }

#online__sc5 .common-table2 th, #online__sc5 .common-table2 .f-bold {
  white-space: nowrap; }

#online__sc5 .table6 .l-yellow {
  background-color: #FFEBA7; }

#online__sc5 .table7 th {
  font-size: 30px; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    #online__sc5 .table7 th {
      font-size: 26px; } }
@media screen and (orientation: portrait) and (max-width: 767px) {
  #online__sc5 .table7 .f-lg {
    font-size: 16px; } }

#online__sc6 {
  background: url("../../img/online-sc6-bg.jpg") center center no-repeat;
  background-size: cover; }

#online__sc6 .wrap h3 span {
  background-color: #FFC400;
  padding: 8px 20px;
  margin-right: 5px; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    #online__sc6 .wrap h3 span {
      padding: 7px 15px; } }
#online__sc6 .wrap .txt {
  background-color: #FFFBEE; }
#online__sc6 .wrap ul {
  padding-left: 30px; }
  #online__sc6 .wrap ul li {
    position: relative;
    font-weight: 700; }
    #online__sc6 .wrap ul li:before {
      content: '\f058';
      font-family: 'Font Awesome 6 Pro';
      font-weight: 700;
      position: absolute;
      left: -30px;
      top: -1px;
      color: #FFC400; }
#online__sc6 .wrap--two .col-lg-8 {
  border-right: 1px solid #1C1C1C; }
  #online__sc6 .wrap--two .col-lg-8:last-child {
    border-right: 0; }
  @media screen and (orientation: portrait) and (max-width: 991px) {
    #online__sc6 .wrap--two .col-lg-8 {
      border: none; } }

#online__sc7 {
  margin-top: 0;
  padding-top: 100px;
  background: url("../../img/online-sc7-bg.jpg") center center no-repeat;
  background-size: cover; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    #online__sc7 {
      padding-top: 50px; } }
  #online__sc7 .wrap2 {
    min-height: 267.5px; }
    @media screen and (orientation: portrait) and (max-width: 991px) {
      #online__sc7 .wrap2 {
        min-height: auto; } }

#voice__sc1 .title img {
  position: absolute;
  left: -15px;
  top: 0;
  width: 125px;
  z-index: -1; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    #voice__sc1 .title img {
      left: 0; } }

#voice__sc1 .wrap .txt__icon {
  font-size: 50px;
  color: #FFF9E6; }

.onlinelp-common-btn span {
  position: relative;
  padding: 0 25px;
  font-size: 30px;
  font-weight: 700; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .onlinelp-common-btn span {
      font-size: 20px;
      padding: 0 20px; } }
  .onlinelp-common-btn span:before, .onlinelp-common-btn span:after {
    content: '';
    width: 3px;
    height: 30px;
    background-color: #880000;
    position: absolute;
    bottom: 4px; }
    @media screen and (orientation: portrait) and (max-width: 767px) {
      .onlinelp-common-btn span:before, .onlinelp-common-btn span:after {
        height: 24px; } }
  .onlinelp-common-btn span:before {
    left: 0;
    transform: rotate(-26deg); }
  .onlinelp-common-btn span:after {
    right: 0;
    transform: rotate(26deg); }
.onlinelp-common-btn .btn {
  border: none;
  margin: auto;
  margin-top: 10px;
  width: 476px;
  border-radius: 57px;
  padding: 20px 25px;
  background: #a5d502;
  background: linear-gradient(180deg, #a5d502 0%, #6b8a01 100%); }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .onlinelp-common-btn .btn {
      width: auto; } }
  .onlinelp-common-btn .btn img {
    width: 80px; }
    @media screen and (orientation: portrait) and (max-width: 767px) {
      .onlinelp-common-btn .btn img {
        width: 60px; } }
  .onlinelp-common-btn .btn .txt {
    color: white;
    font-size: 30px;
    font-weight: 400; }
    @media screen and (orientation: portrait) and (max-width: 767px) {
      .onlinelp-common-btn .btn .txt {
        font-size: 20px;
        width: calc(100% - 60px); } }

#onlinelp__main {
  background: url("../../img/onlinelp-main-bg.jpg") right center no-repeat;
  background-size: cover;
  padding-bottom: 200px; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    #onlinelp__main {
      background: url("../../img/onlinelp-main-bg-sp.jpg") right center no-repeat;
      background-size: cover;
      padding-top: 25px;
      padding-bottom: 0;
      height: calc(100vh - 105px); } }
  #onlinelp__main h1 {
    font-size: 50px; }
    @media screen and (orientation: portrait) and (max-width: 767px) {
      #onlinelp__main h1 {
        font-size: 26px; } }
  #onlinelp__main .btn {
    padding: 10px 35px;
    border-radius: 0;
    width: 165px;
    transition: .5s;
    display: block; }
    #onlinelp__main .btn--yellow {
      background-color: #FFC400; }
      #onlinelp__main .btn--yellow:hover {
        background-color: #fff; }
    #onlinelp__main .btn--wht {
      background-color: #fff; }
      #onlinelp__main .btn--wht:hover {
        background-color: #FFC400; }
  #onlinelp__main h2 {
    font-size: 24px; }
    @media screen and (orientation: portrait) and (max-width: 767px) {
      #onlinelp__main h2 {
        font-size: 15px;
        position: absolute;
        bottom: 50px;
        left: 15px;
        color: #fff;
        text-shadow: 0 3px 6px #1C1C1C; } }
    #onlinelp__main h2 span {
      font-size: 50px; }
      @media screen and (orientation: portrait) and (max-width: 767px) {
        #onlinelp__main h2 span {
          font-size: 26px;
          color: #fff; } }

#online__sc1 .wrap {
  margin-top: -100px !important; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    #online__sc1 .wrap {
      margin-top: 0 !important; } }

.onlinelp-sc3 img {
  height: 70px; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    .onlinelp-sc3 img {
      height: 45px; } }
.onlinelp-sc3 ul {
  padding-left: 35px; }
  .onlinelp-sc3 ul li {
    padding-bottom: 15px;
    position: relative; }
    .onlinelp-sc3 ul li:last-child {
      padding-bottom: 0; }
    .onlinelp-sc3 ul li:before {
      content: '\f058';
      font-family: 'Font Awesome 6 Pro';
      font-size: 20px;
      font-weight: 700;
      position: absolute;
      left: -27px;
      top: -1px; }

#onlinelp__voice__slider .wrap {
  position: relative;
  margin-top: 50px;
  padding: 0 25px; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    #onlinelp__voice__slider .wrap {
      margin-top: 35px;
      padding: 0 15px; } }
  #onlinelp__voice__slider .wrap:before, #onlinelp__voice__slider .wrap:after {
    font-family: 'Font Awesome 6 Pro';
    font-size: 36px;
    font-weight: 700;
    position: absolute;
    top: -50px;
    color: #FFC400; }
    @media screen and (orientation: portrait) and (max-width: 767px) {
      #onlinelp__voice__slider .wrap:before, #onlinelp__voice__slider .wrap:after {
        font-size: 26px;
        top: -35px; } }
  #onlinelp__voice__slider .wrap:before {
    content: '\f10d';
    left: 5px; }
  #onlinelp__voice__slider .wrap:after {
    content: '\f10e';
    right: 5px; }
  #onlinelp__voice__slider .wrap p {
    font-size: 24px; }
    @media screen and (orientation: portrait) and (max-width: 991px) {
      #onlinelp__voice__slider .wrap p {
        font-size: 20px; } }
    @media screen and (orientation: portrait) and (max-width: 767px) {
      #onlinelp__voice__slider .wrap p {
        font-size: 16px; } }

#onlinelp__voice__slider .slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 36px;
  font-weight: 700; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    #onlinelp__voice__slider .slider-nav {
      display: none !important; } }
  #onlinelp__voice__slider .slider-nav--prev {
    left: -70px; }
  #onlinelp__voice__slider .slider-nav--next {
    right: -70px; }

#onlinelp__staff__slider .wrap {
  border: 1px solid #F2F2F2;
  margin: 0 15px;
  position: relative; }
  #onlinelp__staff__slider .wrap__txt {
    border-top: 1px solid #F2F2F2;
    padding: 15px; }
    #onlinelp__staff__slider .wrap__txt h4 {
      color: #D56B00;
      position: relative;
      padding-bottom: 30px;
      margin-bottom: 0;
      letter-spacing: .05em;
      font-size: 18px; }
      #onlinelp__staff__slider .wrap__txt h4:before {
        content: '';
        width: 110px;
        height: 1px;
        background-color: #707070;
        position: absolute;
        left: 50%;
        bottom: 15px;
        transform: translateX(-50%); }
    #onlinelp__staff__slider .wrap__txt h3 {
      margin-bottom: 0;
      letter-spacing: .1em; }
    #onlinelp__staff__slider .wrap__txt .btn {
      background-color: #FFC400;
      color: #fff;
      border-radius: 20px 20px 5px 20px;
      position: absolute;
      right: 10px;
      bottom: 10px;
      z-index: 9; }

#onlinelp__staff__slider .slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 36px;
  font-weight: 700; }
  @media screen and (orientation: portrait) and (max-width: 767px) {
    #onlinelp__staff__slider .slider-nav {
      display: none !important; } }
  #onlinelp__staff__slider .slider-nav--prev {
    left: -15px; }
  #onlinelp__staff__slider .slider-nav--next {
    right: -15px; }

#onlinelp__contact .wpcf7-radio {
  padding-left: 0; }
  #onlinelp__contact .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    margin-right: 50px; }
    @media screen and (orientation: portrait) and (max-width: 767px) {
      #onlinelp__contact .wpcf7-radio .wpcf7-list-item {
        margin-right: 35px; } }
    #onlinelp__contact .wpcf7-radio .wpcf7-list-item label {
      display: flex;
      align-items: center; }
      #onlinelp__contact .wpcf7-radio .wpcf7-list-item label input {
        width: 16px;
        height: 16px;
        margin-right: 7px;
        accent-color: #FFC400; }
#onlinelp__contact .form-check {
  padding-left: 0; }
  #onlinelp__contact .form-check .wpcf7-list-item {
    margin-left: 0;
    display: block;
    margin-bottom: 10px; }
    #onlinelp__contact .form-check .wpcf7-list-item:last-child {
      margin-bottom: 0; }
    #onlinelp__contact .form-check .wpcf7-list-item label {
      display: flex;
      align-items: center; }
      #onlinelp__contact .form-check .wpcf7-list-item label input {
        width: 30px;
        height: 30px;
        margin-right: 15px;
        accent-color: #FFC400; }
      #onlinelp__contact .form-check .wpcf7-list-item label .wpcf7-list-item-label {
        width: calc(100% - 45px); }
#onlinelp__contact .wpcf7-list-item {
  margin-left: 0;
  display: block;
  margin-bottom: 10px; }
  #onlinelp__contact .wpcf7-list-item:last-child {
    margin-bottom: 0; }
  #onlinelp__contact .wpcf7-list-item label {
    display: flex;
    align-items: center; }
    #onlinelp__contact .wpcf7-list-item label input {
      width: 28px;
      height: 28px;
      margin-right: 15px;
      margin-bottom: 0;
      accent-color: #FFC400; }
    #onlinelp__contact .wpcf7-list-item label .wpcf7-list-item-label {
      width: calc(100% - 43px);
      letter-spacing: .1em; }
#onlinelp__contact .btn {
  background-color: #D56B00; }
