@charset "UTF-8";
@font-face {
  font-family: NotoSansJP-Black;
  src: url(https://apollon-english.jp/wp-content/themes/aporon/font/NotoSansJP-Black.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: NotoSansJP-Bold;
  src: url(https://apollon-english.jp/wp-content/themes/aporon/font/NotoSansJP-Bold.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: NotoSansJP-Medium;
  src: url(https://apollon-english.jp/wp-content/themes/aporon/font/NotoSansJP-Medium.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: NotoSansJP-Regular;
  src: url(https://apollon-english.jp/wp-content/themes/aporon/font/NotoSansJP-Regular.otf) format("opentype");
  font-display: swap;
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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: inherit;
  /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 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 {
  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;
}

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: bold;
}

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

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

@media (min-width: 480px) {
  body {
    width: 100%;
  }
}
@media (min-width: 768px) {
  body {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  body {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  body {
    width: 100%;
  }
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: NotoSansJP-Medium;
  font-size: 1.5rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

ul,
ol {
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #444444;
}

a:visited {
  color: #444444;
}

a:hover, a:focus, a:active {
  color: #8a8a8a;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

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

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.btn,
a.btn,
button.btn {
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--normal,
a.btn--normal {
  color: #fff;
  background-color: #F4BC54;
  padding: 13px 30px;
}

.btn--normal:hover,
a.btn--normal:hover {
  color: #fff;
  background: #f56500;
}

.btn--cta,
a.btn--cta {
  color: #fff;
  background-color: #F4BC54;
  padding: 13px 40px 13px 63px;
}

.btn--cta:hover,
a.btn--cta:hover {
  color: #fff;
  background: #f56500;
}

.fa-position-left {
  position: absolute;
  top: 18px;
  left: 3rem;
}

.btn--radius,
a.btn--radius,
button.btn--radius {
  border-radius: 100vh;
}

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

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

@media (min-width: 768px) {
  .el_humburger {
    display: none;
  }
}
/*ハンバーガーボタン*/
.el_humburger {
  position: fixed;
  top: 45px;
  right: 60px;
  width: 46px;
  height: 25px;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 840px) {
  .el_humburger {
    display: block;
    right: 7px;
    top: 18px;
    padding-top: 20px;
    width: 70px;
    height: 70px;
  }
  #factory .el_humburger {
    display: none;
  }
}
.el_humburger_wrapper {
  margin-bottom: 5px;
  width: 42px;
  display: inline-block;
}

@media screen and (max-width: 840px) {
  .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 30px;
  }
}
.el_humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none;
}

.el_humburger_text.el_humburger_text__close {
  display: none;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block;
}

@media screen and (max-width: 840px) {
  .el_humburger_text {
    font-size: 10px;
    padding-top: 2px;
  }
}
@media screen and (max-width: 840px) {
  .el_humburger_text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #000;
  }
}
@media screen and (max-width: 840px) {
  .js_humburgerOpen .el_humburger_text svg path {
    fill: #000;
  }
}
.el_humburger span.el_humburger_bar {
  display: block;
  width: 100%;
  margin: 0 auto 9px;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #000;
}

@media screen and (max-width: 840px) {
  .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
    background: #000;
  }
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000;
}

.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.sp-navi {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  width: 450px;
  z-index: 3;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  transform: translateZ(0) translateX(100%);
  overflow: auto;
}

.js_humburgerOpen .sp-navi {
  transform: translateZ(0) translateX(0);
}

@media screen and (max-width: 840px) {
  .navi {
    padding: 100px 5% 0;
  }
  .js_humburgerOpen .sp-navi {
    width: 100%;
  }
}
.sp-navi__item {
  margin-bottom: 28px;
  font-size: 20px;
  font-family: "Marcellus", serif !important;
  white-space: nowrap;
  margin-left: 90px;
}

.sp-navi__item.op_innerLink {
  cursor: pointer;
}

@media screen and (max-width: 840px) {
  .sp-navi__item {
    margin-left: 0;
    font-size: 18px;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #474747;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

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

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

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

html {
  font-size: 62.5%;
}

/* header
----------------------------------------------*/
.header {
  width: 100%;
  height: 100vh;
  background-image: url(https://apollon-english.jp/wp-content/themes/aporon/img/hero_sp.png);
  border-top: 5px solid #FDD000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

@media (min-width: 1000px) {
  .header {
    background-image: url(https://apollon-english.jp/wp-content/themes/aporon/img/hero.png);
  }
}
.header .header-inner {
  position: relative;
  height: 90px;
}

@media (min-width: 1000px) {
  .header .header-inner {
    height: 140px;
  }
}
.header_page {
  width: 100%;
  border-top: 5px solid #FDD000;
}

.header__logo {
  position: absolute;
  left: 3%;
  max-width: 150px;
  top: -6px;
}

@media (min-width: 1000px) {
  .header__logo {
    max-width: 230px;
    position: absolute;
    top: 5px;
  }
}
.header__navWrap {
  position: absolute;
  right: 300px;
  display: flex;
  align-items: center;
}

ul#primary-menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

ul#primary-menu li {
  padding: 20px 26px;
  text-align: center;
}

ul#primary-menu li a {
  color: #474747;
}

.header__inquiry {
  position: absolute;
  right: 3%;
  top: 52px;
}

.header__nav, .header__inquiry {
  display: none;
}

@media (min-width: 1400px) {
  .header__nav, .header__inquiry {
    display: block;
  }
}
.header__hero-textBox {
  position: absolute;
  top: 160%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 55%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

@media (min-width: 1000px) {
  .header__hero-textBox {
    top: 200%;
  }
}
.header__hero-textBox .header__hero-text {
  opacity: 0;
}

@media (max-width: 767px) {
  .header__hero-textBox .header__hero-text.text01 {
    width: 60%;
  }
  .header__hero-textBox .header__hero-text.text02 {
    width: 36%;
  }
  .header__hero-textBox {
    width: 70%;
  }
}
.header__hero-textBox .header__hero-text.text03 {
  margin-top: 15px;
}

@media (min-width: 1000px) {
  .header__hero-textBox {
    max-width: 540px;
    width: 100%;
    left: 8%;
    justify-content: flex-start;
    transform: none;
  }
  .header__hero-textBox .header__hero-text.text01 {
    margin-right: 15px;
  }
}
.header__hero-textBox .header__hero-text.text00 {
  margin-bottom: 16px;
}

.header__hero-text.fadein0 {
  animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  animation-delay: 1s;
}

.header__hero-text.fadein {
  animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  animation-delay: 2.8s;
}

.header__hero-text.fadein2 {
  animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  animation-delay: 4.6s;
}

.header__hero-text.fadein4 {
  animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  animation-delay: 6.4s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*========top gymBnr 追加===========*/
@media (min-width: 800px) {
  a.gymBnr {
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 80px auto 0;
  }
}
a:hover {
  opacity: 0.7;
}

@media (max-width: 799px) {
  a.gymBnr {
    padding: 10%;
    display: block;
    width: 100%;
  }
}
/* main
--------------------------------------------- */
/*========content-area===========*/
.content-area {
  width: 100%;
  margin-top: 50px;
  padding-top: 0;
  padding-bottom: 10%;
}

@media (min-width: 1000px) {
  .content-area {
    padding: 5% 0;
  }
}
.content-area-inner {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1000px) {
  .content-area-inner {
    /*lg以上*/
    max-width: 1200px;
    width: 100%;
    margin: auto;
    flex-direction: row;
    align-items: center;
  }
}
.content-area-inner .content-area__mainImage {
  overflow: hidden;
  max-height: 350px;
  height: 100%;
  margin: auto;
}

@media (min-width: 1000px) {
  .content-area-inner .content-area__mainImage {
    width: 100%;
    height: 100%;
    max-width: 500px;
    width: 100%;
  }
}
.content-area-inner .content-area__textBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1000px) {
  .content-area-inner .content-area__textBox {
    padding-left: 4%;
    width: 100%;
    align-items: baseline;
  }
}
.content-area-inner .textBox__title {
  margin-top: 50px;
  width: 50%;
  text-align: center;
}

@media (min-width: 1000px) {
  .content-area-inner .textBox__title {
    margin-top: 28px;
    text-align: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.content-area-inner .textBox__subtitle {
  margin-top: 10px;
  width: 35%;
  text-align: center;
}

@media (min-width: 1000px) {
  .content-area-inner .textBox__subtitle {
    text-align: left;
    width: 100%;
  }
}
.textBox__explain {
  line-height: 3.5rem;
  padding: 7%;
  text-align: center;
}

@media (min-width: 1000px) {
  .textBox__explain {
    font-size: 1.6rem;
    padding: 7% 0 7% 0;
    line-height: 4rem;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .textBox__explain .text {
    display: inline-block;
  }
}
@media (min-width: 1000px) {
  .textBox__explain.voc .text_pc {
    display: block;
  }
}
/*=======about us===========*/
.content-area.about {
  background: rgba(252, 202, 140, 0.1);
}

/*=========achievements=========*/
.content-area.achievements {
  background: rgba(219, 248, 174, 0.2);
}

@media (min-width: 1000px) {
  .content-area.achievements .content-area-inner {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1000px) {
  .content-area.achievements .content-area-inner .content-area__textBox {
    padding-left: 10%;
  }
}
.content-area.achievements .content-area-inner .textBox__title {
  width: 70%;
}

.content-area.achievements .content-area-inner .textBox__subtitle {
  width: 23%;
}

/*=======courses_fees=========*/
.content-area.courses_fees {
  background: rgba(247, 230, 155, 0.2);
}

.content-area.courses_fees .textBox__title {
  width: 70%;
}

.content-area.courses_fees .textBox__subtitle {
  width: 40%;
}

/*=========voc=========*/
.content-area.voc {
  background: rgba(173, 224, 255, 0.2);
}

@media (min-width: 1000px) {
  .content-area.voc .content-area-inner {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1000px) {
  .content-area.voc .content-area-inner .content-area__textBox {
    padding-left: 0;
    padding-right: 4%;
  }
}
.content-area.voc .textBox__title {
  width: 90%;
}

.content-area.voc .textBox__subtitle {
  width: 50%;
}

/*news*/
#news {
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
}

@media (min-width: 1000px) {
  #news {
    padding: 8% 0;
  }
}
#news .news-inner {
  width: 100%;
}

@media (min-width: 1000px) {
  #news .news-inner {
    max-width: 1200px;
    width: 100%;
    margin: auto;
  }
}
.news_articleArea {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1000px) {
  .news_articleArea {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.news_articleArea .news_article:first-of-type {
  margin-top: 0;
}

.news_articleArea .news_article {
  margin-top: 40px;
  padding: 0 5%;
}

@media (min-width: 1000px) {
  .news_articleArea .news_article {
    width: 31%;
    margin-top: 0;
    padding: 0;
  }
}
.news_article_date {
  margin-top: 15px;
  margin-bottom: 5px;
}

@media (max-width: 999px) {
  .news_titleBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.news_title {
  width: 120px;
  margin-top: 50px;
  margin-bottom: 10px;
}

@media (min-width: 1000px) {
  .news_title {
    width: 165px;
    margin-bottom: 28px;
  }
}
.news_subtitle {
  width: 90px;
  margin-bottom: 50px;
}

@media (min-width: 1000px) {
  .news_subtitle {
    width: 108px;
    margin-bottom: 50px;
  }
}
.news_article_title {
  max-width: 550px;
}

@media (min-width: 1000px) {
  .news_article_thumbnail {
    height: 150px;
    overflow: hidden;
  }
}
.textBox__btn {
  margin-top: 3rem;
  text-align: center;
}

/*==================bnrArea====================*/
.bnrArea-inner {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1000px) {
  .bnrArea-inner {
    flex-direction: row;
    max-width: 1200px;
    width: 100%;
    margin: auto;
  }
}
.bnrArea-inner .bnr {
  padding: 5% 10%;
}

@media (min-width: 1000px) {
  .bnrArea-inner .bnr {
    width: 50%;
    padding: 10px;
  }
}
/* footer
--------------------------------------------- */
#contact {
  width: 100%;
  background-image: url(https://apollon-english.jp/wp-content/themes/aporon/img/contact_bg.png);
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: auto;
  margin-top: 50px;
}

#contact .contact-inner {
  padding: 10% 5%;
}

@media (min-width: 1000px) {
  #contact .contact-inner {
    padding: 5% 0;
    max-width: 1100px;
    width: 100%;
    margin: auto;
  }
}
.contact__content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1000px) {
  .contact__content {
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 30px;
  }
}
.contact__titleBox .contact_title {
  width: 100%;
  text-align: center;
  padding: 0 10%;
}

.contact__titleBox .contact_subtitle {
  text-align: center;
  margin-top: 10px;
}

.contact__telBox {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10%;
  margin-top: 50px;
}

@media (min-width: 1000px) {
  .contact__telBox {
    padding: 4%;
    height: 300px;
    margin-top: 0;
    width: 45%;
  }
}
.contact__telBox .tel-title {
  margin-bottom: 20px;
}

.contact__telBox .tel-number {
  margin-bottom: 20px;
}

.contact__mailBox {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12% 10%;
  margin-top: 30px;
}

@media (min-width: 1000px) {
  .contact__mailBox {
    padding: 5%;
    height: 300px;
    margin-top: 0;
    width: 45%;
  }
}
.contact__mailBox .mail-btn {
  margin-top: 60px;
}

#footer {
  width: 100%;
  margin-top: 50px;
}

.footer-inner {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1000px) {
  .footer-inner {
    max-width: 1400px;
    flex-direction: row;
    margin: auto;
    justify-content: space-between;
    padding: 5% 2%;
  }
}
@media (min-width: 1000px) {
  .footer__conpanyBox {
    margin-right: 5%;
  }
}
.footer__socialBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5% 26%;
}

@media (min-width: 1000px) {
  .footer__socialBox {
    padding: 4% 0%;
  }
}
.footer__socialBox .snsicon {
  width: 36px;
}

@media (min-width: 1000px) {
  .footer__socialBox .snsicon {
    width: 40px;
  }
}
.footer__pagelistBox {
  padding: 2% 2%;
  flex-grow: 1;
}

.footer__pagelistBox.footer__pagelistBox05 {
  flex-grow: 2;
  padding: 2% 0;
}

.footer__pagelistBox ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1000px) {
  .footer__pagelistBox ul {
    display: block;
  }
}
@media (min-width: 1000px) {
  .footer__pagelist:first-of-type {
    margin-top: 0;
  }
}
.footer__pagelist {
  padding: 2px 9px;
  font-size: 1.1rem;
}

@media (min-width: 1000px) {
  .footer__pagelist {
    margin-top: 40px;
    display: block;
    font-size: 1.5rem;
    padding: 2px 10px;
  }
}
.footer__pagelist.eureka-logo {
  padding: 7% 2%;
  max-width: 270px;
  width: 100%;
  text-align: center;
  border: 1px solid #009FE8;
  flex-grow: 2;
}

.footer__pagelist.eureka-logo .text {
  line-height: 1.8rem;
  font-size: 1.3rem;
}

.footer__pagelist.eureka-logo img {
  padding: 5% 22% 0;
}

.footer_logo {
  max-width: 190px;
  margin: auto;
}

.footer_copyright {
  width: 100%;
  margin-top: 20px;
  background: #1c1c1c;
  color: #fff;
  text-align: center;
  font-family: NotoSansJP-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.2rem;
  padding: 10px 0;
}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  background: whitesmoke;
  padding: 0 2rem;
}

@media (min-width: 1000px) {
  .Form {
    padding: 10rem;
    max-width: 1000px;
  }
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}

.Form-Item-Label {
  width: 100%;
  max-width: 358px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #e43e3e;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Label-Free {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #ccc;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label-Free {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
  background: #fff;
}

@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.wpcf7-list-item {
  display: block;
  margin-left: 0;
  margin-top: 10px;
}

@media (min-width: 480px) {
  .wpcf7-list-item {
    margin: 10px 0px 0 3em;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #fff;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #cf1818;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
input[type=checkbox] {
  width: 20px;
  height: 20px;
}

input[type=submit] {
  background: #fff;
  padding: 10px;
  text-align: center;
}

input[type=submit]:hover {
  background: #ECEBEC;
}

.Form-Item > p {
  width: 100%;
}

/*=========reCAPTHA=========*/
.grecaptcha-badge {
  visibility: hidden;
}

.recatpture__text {
  font-size: 1rem;
  font-family: NotoSansJP-Medium;
  color: #888;
  padding-bottom: 4rem;
}

.recatpture__text a {
  color: #009FE8;
}

@media (min-width: 1000px) {
  .recatpture__text {
    font-size: 1.2rem;
    text-align: center;
    padding: 0 20%;
  }
}
/*=========固定ページヘッダー=========*/
.page .entry-title {
  display: none;
}

.page_head_pc {
  width: 100%;
}

.page_head_pc img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  margin: 50px 0;
}

@media (min-width: 1000px) {
  .page_head_pc img {
    height: auto;
    margin: 0;
    object-fit: none;
  }
}
@media (min-width: 768px) {
  .page_head_pc {
    margin-top: 110px;
    height: auto;
  }
}
.page_content_pc {
  display: none;
}

@media (min-width: 768px) {
  .page_content_pc {
    display: block;
    text-align: center;
    padding: 50px 0;
  }
}
.page_sp {
  display: block;
  margin-top: 70px;
  text-align: center;
}

@media (min-width: 768px) {
  .page_sp {
    display: none;
  }
}
/*============投稿ページ============*/
.post {
  margin-top: 100px;
  padding: 0 5%;
}

@media (min-width: 768px) {
  .post {
    max-width: 900px;
    margin: auto;
    margin-top: 150px;
  }
}
.post h1.entry-title {
  font-size: 3.5rem;
}

/*============固定ページコンテンツ============*/
.contentBox {
  width: 100%;
  margin: auto;
  padding: 0 5%;
}

@media (min-width: 1000px) {
  .contentBox {
    max-width: 1100px;
    padding: 0;
  }
}
.content-titleBox {
  margin-top: 0;
}

.content-titleBox .title_main {
  font-size: 2.4rem;
  text-align: center;
  color: #F4BC54;
}

@media (min-width: 768px) {
  .content-titleBox .title_main {
    font-size: 4rem;
    line-height: 5.6rem;
    margin-top: 128px;
  }
}
.content-titleBox .title_main .br {
  display: block;
}

@media (min-width: 768px) {
  .content-titleBox .title_main .br {
    display: inline;
  }
}
.content-titleBox .title_sub {
  text-align: center;
  margin: 32px 0;
  font-size: 1.8rem;
  font-family: NotoSansJP-Medium;
}

@media (min-width: 768px) {
  .content-titleBox .title_sub {
    font-size: 2.4rem;
    line-height: 4rem;
    margin: 64px 0;
  }
}
/*============生徒保護者様の声============*/
.content_reviewBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1000px) {
  .content_reviewBox {
    flex-direction: row;
    align-items: flex-start;
  }
  .content_reviewBox .review_img {
    max-width: 200px;
    width: 100%;
  }
  .content_reviewBox .review_textBox {
    width: 100%;
    padding-left: 30px;
  }
}
.content_reviewBox_title {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 32px;
}

@media (min-width: 1000px) {
  .content_reviewBox_title {
    font-size: 2.4rem;
    margin-top: 128px;
  }
}
@media (min-width: 1000px) {
  .review {
    padding: 8px;
    justify-content: space-around;
  }
}
.review__title {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 2rem;
  font-size: 1.8rem;
}

@media (min-width: 1000px) {
  .review__title {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
}
.review__img {
  border: 1px solid #eee;
}

.review_textBox .review_title {
  font-size: 2rem;
  margin-top: 20px;
}

@media (min-width: 1000px) {
  .review_textBox .review_title {
    margin-top: 0;
    font-size: 2.4rem;
  }
}
.review_textBox .review_subtitle {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 1000px) {
  .review_textBox .review_subtitle {
    font-size: 1.8rem;
  }
}
.review_textBox .review_subtitle.bottomnone {
  margin-bottom: 0;
}

.review_textBox .review_text {
  line-height: 3rem;
  font-family: NotoSansJP-Medium;
}

@media (min-width: 1000px) {
  .review_textBox .review_text {
    font-size: 1.8rem;
  }
}
.review_textBox .review_text .text {
  display: inline-block;
}

.content_reviewBox {
  margin-top: 20%;
}

@media (min-width: 1000px) {
  .content_reviewBox {
    margin-top: 10%;
  }
}
/*============生徒在籍校一覧============*/
.contentBox#schoollist .content_title {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

@media (min-width: 1000px) {
  .contentBox#schoollist .content_title {
    font-size: 2.4rem;
  }
}
.contentBox#schoollist .content:not(:first-child) {
  margin-top: 30px;
}

.contentBox#schoollist .content_schoollist {
  line-height: 3rem;
  font-family: NotoSansJP-Medium;
}

@media (min-width: 1000px) {
  .contentBox#schoollist .content_schoollist {
    font-size: 1.8rem;
    line-height: 3.8rem5;
  }
}
.contentBox#schoollist .notes {
  margin-top: 20px;
}

@media (min-width: 1000px) {
  .contentBox#schoollist .notes {
    font-size: 2rem;
  }
}
/*============時間割・料金============*/
.box_title {
  font-size: 2.5rem;
}

.box.normalTime .time {
  margin: 10px 0;
}

.box.normalTime .time > li {
  font-size: 2rem;
}

.glesson {
  margin-top: 20px;
}

@media (min-width: 1000px) {
  .glesson .text {
    display: inline-block;
  }
}
.glesson_title {
  font-size: 2rem;
}

@media (min-width: 1000px) {
  .glesson_title {
    font-size: 2.4rem;
  }
}
.courses {
  margin: 15px 0;
}

.courseName {
  font-family: NotoSansJP-Medium;
}

@media (min-width: 1000px) {
  .courseName {
    font-size: 1.8rem;
  }
}
.coursePrice {
  font-size: 1.8rem;
}

@media (min-width: 1000px) {
  .coursePrice {
    font-size: 2.4rem;
  }
}
.selflearning_title {
  font-size: 2rem;
}

.selflearningBox {
  margin: 15px 0;
}

.selflearning_price {
  margin-top: 10px;
}

.selflearning_price > li:not(:first-child) {
  margin-top: 5px;
}

.notes {
  background: #e9e9e9;
  padding: 5%;
  border-radius: 5px;
  font-size: 1.3rem;
  margin: 10px 0;
  line-height: 2.5rem;
}

@media (min-width: 1000px) {
  .notes {
    font-size: 1.5rem;
    padding: 1.8%;
  }
}
/*============講師紹介============*/
.teacherBox:not(:first-child) {
  margin-top: 20%;
}

@media (min-width: 1000px) {
  .teacherBox:not(:first-child) {
    margin-top: 100px;
  }
}
.teacher_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1000px) {
  .teacher_flex {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 5%;
  }
  .teacher_flex .teacher_img {
    max-width: 200px;
    width: 100%;
  }
  .teacher_flex .teacher_textBox {
    padding-left: 5%;
  }
}
.teacher_flex .teacher_img img {
  width: 250px;
  height: 250px;
  object-fit: cover;
}

.teacher_name {
  font-size: 2rem;
  margin-top: 5%;
}

@media (min-width: 1000px) {
  .teacher_name {
    margin-top: 0;
    font-size: 2.5rem;
  }
}
@media (min-width: 1000px) {
  .teacher_ename {
    font-size: 1.8rem;
  }
}
.teacher_profile {
  margin-top: 5%;
  padding-left: 20px;
}

.teacher_profile ul {
  list-style: circle;
}

.teacher_profile ul li {
  font-family: NotoSansJP-Medium;
}

@media (min-width: 1000px) {
  .teacher_profile ul li {
    font-size: 1.8rem;
  }
}
.teacher_text_mainTitle {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

@media (min-width: 1000px) {
  .teacher_text_mainTitle {
    font-size: 2.4rem;
  }
}
.teacher_text_title {
  font-size: 1.8rem;
}

.teacher_text_content {
  font-family: NotoSansJP-Medium;
}

.teacher_text_content .text {
  display: inline-block;
}

.teacher_text {
  margin-top: 10%;
}

@media (min-width: 1000px) {
  .teacher_text {
    margin-top: 50px;
    font-size: 1.8rem;
  }
}
.teacher_greeting {
  margin: 8% 0;
  font-family: NotoSansJP-Medium;
  line-height: 3rem;
}

@media (min-width: 1000px) {
  .teacher_greeting {
    margin: 30px 0;
    font-size: 1.8rem;
  }
}
.teacher_text-english {
  font-family: NotoSansJP-Medium;
  line-height: 3rem;
}

#teacher .notes {
  margin-top: 50px;
}

@media (min-width: 1000px) {
  #teacher .notes {
    margin-top: 80px;
  }
}
.teacher_listBox {
  display: none;
}

@media (min-width: 1000px) {
  .teacher_listBox {
    display: flex;
    flex-direction: column;
    margin: 80px auto;
    background: #f1f1f1;
    border-radius: 5px;
    flex-direction: row;
    justify-content: space-between;
    padding: 3rem 20rem;
  }
}
.teacher_listBox .teacher_list {
  font-size: 1.3rem;
}

@media (min-width: 1000px) {
  .teacher_listBox .teacher_list {
    font-size: 1.8rem;
  }
}
.teacher_listBox .teacher_list .underline {
  display: inline-block;
  padding-bottom: 4px;
  position: relative;
}

.teacher_listBox .teacher_list .underline::after {
  background-color: #000;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: 0.5s all;
  width: 0;
}

.teacher_listBox .teacher_list .underline:hover::after {
  width: 100%;
}

.teacher_listBox .teacher_list:not(:first-child) {
  margin-top: 20px;
}

@media (min-width: 1000px) {
  .teacher_listBox .teacher_list:not(:first-child) {
    margin-top: 0;
  }
}
/*============アクセスマップ============*/
@media (min-width: 1000px) {
  #access .content {
    padding: 0;
  }
}
.accessBox {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1000px) {
  .accessBox {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin: 100px 0 30px;
  }
  .access_logoBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.contentBox#access .br {
  display: block;
}

@media (min-width: 768px) {
  .contentBox#access .br {
    display: inline;
  }
}
@media (max-width: 1000px) {
  .access_logoBox {
    display: none;
  }
}
.access_logoBox .access_logoImg.apollon {
  max-width: 140px;
  width: 100%;
  margin-right: 20px;
}

.access_logoBox .access_logoImg.eureka {
  max-width: 100px;
  width: 100%;
}

@media (min-width: 1000px) {
  .access_logoBox {
    flex-direction: column;
  }
  .access_logoBox .access_logoImg.apollon {
    max-width: 200px;
    width: 100%;
    margin-right: 0;
  }
  .access_logoBox .access_logoImg.eureka {
    max-width: 160px;
    width: 100%;
  }
}
.access_imgTitle {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 1000px) {
  .access_imgTitle {
    font-size: 2.5rem;
  }
}
.access_textBox {
  margin: 20px 0;
}

@media (min-width: 1000px) {
  .access_textBox {
    margin: 0 0 0 60px;
  }
}
.postalcode {
  padding-right: 10px;
}

.access_text:not(:first-child) {
  margin-top: 10px;
}

.access-imgBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .access-imgBox {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.access-img {
  max-width: 350px;
  width: 100%;
  padding: 10px;
}

@media (min-width: 768px) {
  .access-img {
    max-width: 320px;
    width: 100%;
  }
}
.map {
  margin: 100px 0;
  text-align: center;
}

/*===========会社概要=============*/
@media (min-width: 1000px) {
  .contentBox#company {
    max-width: 800px;
  }
}
.company_logo {
  max-width: 200px;
  width: 100%;
  margin: auto;
}

@media (min-width: 1000px) {
  .company_logo {
    margin-top: 50px;
    max-width: 300px;
  }
}
.companyBox, .policyBox {
  margin-bottom: 80px;
}

@media (min-width: 1000px) {
  .company_title, .policy_title:first-of-type {
    margin-top: 80px;
  }
}
.company_title, .policy_title {
  font-size: 2rem;
}

@media (min-width: 1000px) {
  .company_title, .policy_title {
    font-size: 3rem;
  }
}
.conmpany_text, .policy_text {
  margin-top: 5px;
  font-family: NotoSansJP-Medium;
  line-height: 3rem;
}

@media (min-width: 1000px) {
  .conmpany_text, .policy_text {
    font-size: 2rem;
    line-height: 3.8rem;
  }
}
/*===========指導法=============*/
.container {
  width: 100%;
}

.container__contentBlock--bg {
  background-color: #FFF8EC;
  padding: 10% 0;
  margin-bottom: 5rem;
}

@media (min-width: 1000px) {
  .container__contentBlock--bg {
    padding: 1% 0;
  }
}
.container__title {
  font-size: 2.4rem;
  text-align: center;
  color: #F4BC54;
}

@media (min-width: 768px) {
  .container__title {
    font-size: 4rem;
    line-height: 5.6rem;
    margin-top: 128px;
  }
}
.container__title02 {
  font-size: 2.4rem;
  margin: 48px 0 16px;
  border-left: 8px solid #FDD000;
  padding-left: 16px;
}

@media (min-width: 768px) {
  .container__title02 {
    font-size: 3.2rem;
    line-height: 4.8rem;
    margin: 112px 0 32px;
  }
}
.container__endtext {
  margin-top: 24px;
}

@media (min-width: 1000px) {
  .container__endtext {
    font-size: 2rem;
  }
}
@media (min-width: 1000px) {
  .container__cardBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.container__lead {
  margin-bottom: 5rem;
}

.lead {
  padding: 0 5%;
}

.lead__title {
  text-align: center;
  margin: 32px 0;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .lead__title {
    font-size: 2.4rem;
    line-height: 4rem;
    margin: 64px 0;
  }
}
.lead__text {
  text-align: center;
  font-family: NotoSansJP-Medium;
  line-height: 3.5rem;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .lead__text {
    font-size: 2rem;
    line-height: 4.8rem;
    width: 60%;
    margin: auto;
    margin-top: 6rem;
    margin-bottom: 10rem;
  }
}
#reviews .content {
  padding-top: 0;
}

.content {
  padding: 3rem 5%;
}

@media (min-width: 768px) {
  .content {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    padding: 0 5% 10rem;
  }
}
#method .content {
  padding: 3rem 5%;
}

@media (min-width: 768px) {
  #method .content {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    padding: 10rem 5%;
  }
}
#method .content__title {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 60px;
  color: #F4BC54;
}

@media (min-width: 768px) {
  #method .content__title {
    font-size: 4rem;
    line-height: 4.8rem;
    margin-bottom: 8rem;
  }
}
#method .content__title--border {
  border: 3px solid #F4BC54;
  padding: 1rem 3rem;
}

#method .content__lead {
  text-align: center;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  #method .content__lead {
    font-size: 2rem;
    margin-bottom: 80px;
  }
}
#method .content__heading {
  text-align: center;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  #method .content__heading {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}
#method .content__text {
  text-align: center;
  font-family: NotoSansJP-Medium;
  line-height: 3.5rem;
  margin-top: 16px;
}

@media (min-width: 768px) {
  #method .content__text {
    font-size: 2rem;
    line-height: 4.8rem;
    margin: 32px auto 0;
    width: 80%;
  }
}
#method .content__text--under {
  border-bottom: 3px solid #F4BC54;
}

#method .content .content__item, #method .content .content__item--col-4-ld {
  display: flex;
}

#method .content__item {
  flex-direction: column;
  align-items: center;
}

#method .content__item--col-4-ld {
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1000px) {
  #method .content__item--col-4-ld {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
#method .content__note {
  background: #F2F2F2;
  border-radius: 2px;
  padding: 24px;
  margin-bottom: 64px;
  text-align: center;
  margin-top: 48px;
}

#method .content__note.bg-orange {
  background-color: #ffefd1;
}

@media (min-width: 768px) {
  #method .content__note {
    font-size: 2rem;
    max-width: 700px;
    margin: 64px auto;
  }
}
#method .content__note--strong {
  font-family: NotoSansJP-Black;
}

@media (min-width: 768px) {
  #method .content__note--strong {
    font-size: 2.2rem;
  }
}
#method .content__info {
  text-align: center;
}

@media (min-width: 768px) {
  #method .content__info {
    font-size: 3rem;
  }
}
#method .content__info--blue {
  color: #2680EB;
}

.itemArea {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1000px) {
  .itemArea {
    width: 30%;
  }
}
.itemArea__title {
  margin: 16px 0;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .itemArea__title {
    font-size: 2.4rem;
    margin: 32px 0;
  }
}
.itemArea__title--under {
  border-bottom: 3px solid #F4BC54;
}

.itemArea__subTitle {
  text-align: center;
  margin-bottom: 24px;
  line-height: 3.5rem;
}

@media (min-width: 768px) {
  .itemArea__subTitle {
    font-size: 2rem;
    line-height: 4.8rem;
  }
}
.itemArea__text {
  text-align: center;
  margin-bottom: 72px;
  font-family: NotoSansJP-Medium;
  line-height: 3.5rem;
}

@media (min-width: 768px) {
  .itemArea__text {
    font-size: 2rem;
    line-height: 4.8rem;
  }
}
.itemArea__text--strong {
  font-family: NotoSansJP-Black;
}

@media (min-width: 768px) {
  .itemArea__text--strong {
    font-size: 2.4rem;
  }
}
.itemArea__icon {
  max-width: 30px;
  width: 100%;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .itemArea__icon {
    max-width: 48px;
    margin-top: 64px;
  }
}
.itemArea__img {
  max-width: 200px;
  width: 100%;
}

@media (min-width: 768px) {
  .itemArea__img {
    max-width: 300px;
    margin-top: 64px;
  }
}
.itemArea__img--illust {
  max-width: 100px;
  width: 100%;
}

@media (min-width: 768px) {
  .itemArea__img--illust {
    max-width: 180px;
  }
}
.itemArea__lead {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .itemArea__lead {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
.courseBox {
  border: 5px solid #FFFFFF;
  padding-bottom: 32px;
  border-radius: 10px;
  margin-top: 96px;
  position: relative;
}

@media (min-width: 1000px) {
  .courseBox {
    margin-top: 15rem;
  }
}
.courseBox__titleBox {
  font-size: 2rem;
  position: absolute;
  text-align: center;
  width: 80%;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  background: #F4BC54;
  border-radius: 26px;
  color: #fff;
  padding: 1rem;
}

@media (min-width: 1000px) {
  .courseBox__titleBox {
    width: 60%;
    font-size: 3.2rem;
    border-radius: 44px;
    top: -35px;
  }
}
.courseBox__subtitle {
  font-size: 2rem;
  color: #F4BC54;
  text-align: center;
  margin-top: 64px;
}

@media (min-width: 1000px) {
  .courseBox__subtitle {
    font-size: 3.2rem;
    margin-top: 72px;
  }
}
.courseBox__lead {
  text-align: center;
  font-family: NotoSansJP-Medium;
  margin: 16px 8px 48px;
}

@media (min-width: 1000px) {
  .courseBox__lead {
    font-size: 2.2rem;
    width: 50%;
    margin: 32px auto 48px;
    line-height: 5rem;
  }
}
.courseCardBox {
  padding: 0 16px;
}

@media (min-width: 1000px) {
  .courseCardBox {
    padding: 0 48px;
  }
}
.courseCard:not(:first-of-type) {
  margin-top: 96px;
}

.courseCard.marginTopZero {
  margin-top: 32px;
}

.courseCard {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px 24px 48px;
  position: relative;
}

@media (min-width: 1000px) {
  .courseCard {
    display: flex;
    padding: 48px;
  }
}
.courseCard--special {
  border-radius: 12px;
  padding: 24px 48px 48px;
  position: relative;
}

@media (min-width: 1000px) {
  .courseCard--special {
    display: flex;
    padding: 48px;
  }
}
.courseCard__img {
  text-align: center;
}

.courseCard__img.line {
  width: 50%;
  margin: auto;
}

@media (min-width: 1000px) {
  .courseCard__img {
    width: 35%;
  }
}
.courseCard__title {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 16px;
}

@media (min-width: 1000px) {
  .courseCard__title {
    text-align: left;
    font-size: 2.8rem;
    margin-top: 0;
  }
}
@media (min-width: 1000px) {
  .courseCard__textBox {
    padding-left: 3rem;
    width: 65%;
  }
}
.courseCard__text {
  font-family: NotoSansJP-Medium;
  margin: 8px auto 0;
  font-size: 1.4rem;
  line-height: 1.8em;
}

@media (min-width: 1000px) {
  .courseCard__text {
    text-align: left;
    font-size: 1.8rem;
    line-height: 4rem;
  }
}
.courseCard__text--special {
  font-size: 1.6rem;
  line-height: 1.8em;
}

@media (min-width: 1000px) {
  .courseCard__text--special {
    text-align: left;
    font-size: 1.8rem;
    line-height: 4rem;
  }
}
.courseCard__arrow {
  position: absolute;
  width: 150px;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}

/*============採用============*/
.recruitBox {
  margin: 32px 0;
}

.recruit__title {
  font-size: 1.8rem;
  border-bottom: 1px solid #555;
}

@media (min-width: 1000px) {
  .recruit__title {
    font-size: 2.4rem;
  }
}
.recruit__text {
  line-height: 2.4rem;
  padding: 10px 0;
  font-family: NotoSansJP-Medium;
}

@media (min-width: 768px) {
  .recruit__text {
    font-size: 2rem;
    line-height: 4.8rem;
  }
}
.recruit__text--orange {
  color: #FF9900;
}

.recruit__list {
  line-height: 2.4rem;
  margin-top: 4px;
  font-family: NotoSansJP-Medium;
}

@media (min-width: 768px) {
  .recruit__list {
    font-size: 2rem;
    line-height: 4.8rem;
  }
}
@media (min-width: 768px) {
  .recruit__lead {
    font-size: 2.4rem;
    line-height: 4.8rem;
  }
}
.recruitForm__title {
  text-align: center;
  font-size: 2.5rem;
  margin-top: 5rem;
}

@media (min-width: 1000px) {
  .recruitForm__title {
    font-size: 3.5rem;
    margin-top: 6rem;
  }
}
.recruitForm__lead {
  text-align: center;
  margin-top: 1rem;
}

@media (min-width: 1000px) {
  .recruitForm__lead {
    font-size: 2rem;
    margin-top: 2rem;
    font-family: NotoSansJP-Medium;
  }
}
.contactForm__title {
  text-align: center;
  font-size: 2.5rem;
}

@media (min-width: 1000px) {
  .contactForm__title {
    font-size: 3.5rem;
  }
}
/*============実績-タブ============*/
.container#performance {
  padding: 3rem 5%;
}

@media (min-width: 768px) {
  .container#performance {
    max-width: 1400px;
    width: 100%;
    margin: auto;
  }
}
.buttonBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

@media (min-width: 768px) {
  .buttonBox {
    justify-content: flex-start;
  }
}
.buttonBox__button {
  color: #333;
  display: block;
  border: 1px solid #F0F0F0;
  width: 48%;
  text-align: center;
  padding: 10px;
  margin-bottom: 4%;
  cursor: pointer;
}

@media (min-width: 768px) {
  .buttonBox__button {
    font-size: 2rem;
    width: 32%;
  }
}
@media (min-width: 768px) {
  .buttonBox__button:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
}
.buttonBox__content {
  width: 100%;
}

.card-col-12 {
  position: relative;
  background: #FFFCEE;
  margin-top: 54px;
}

.card-col-12__title {
  position: absolute;
  background: #FDD000;
  border-radius: 40px;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 16px;
  width: 60%;
  text-align: center;
}

@media (min-width: 1000px) {
  .card-col-12__title {
    font-size: 2rem;
    width: 50%;
  }
}
.card-col-12__title.error {
  top: -10%;
}

@media (min-width: 1000px) {
  .card-col-12__title.error {
    width: 30%;
    top: -15%;
  }
}
.card-col-12__text {
  padding: 40px 20px 32px;
}

@media (min-width: 1000px) {
  .card-col-12__text {
    font-size: 1.8rem;
    padding: 40px 48px 32px;
    text-align: center;
  }
}
@media (min-width: 1000px) and (min-width: 1000px) {
  .card-col-12__text {
    padding: 56px 48px 40px;
  }
}
@media (min-width: 1000px) {
  .card-col-12.half {
    width: 49%;
  }
}
@media (min-width: 1000px) {
  .card-col-12.all {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .card:nth-child(odd) {
    margin-right: 4%;
  }
}
@media (min-width: 768px) {
  .card {
    width: 48%;
  }
}
.card__title {
  font-size: 2rem;
  margin-top: 32px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .card__title {
    font-size: 2.4rem;
  }
}
.card__title--strong {
  padding-left: 16px;
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  .card__title--strong {
    font-size: 3.2rem;
  }
}
.card__text {
  font-family: NotoSansJP-Medium;
  margin-bottom: 16px;
}

.card__content {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  background: #FFFCEE;
  padding: 8px 16px;
  flex-wrap: wrap;
  margin: auto;
}

.listItem {
  width: 33%;
  text-align: center;
}

@media (min-width: 1000px) {
  .listItem {
    font-size: 1.8rem;
  }
}
.buttonBox .is-active {
  background-color: #EBEBEB;
}

.is-active {
  display: block;
}

.is-hidden {
  display: none;
}

.noteList__item {
  font-family: NotoSansJP-Medium;
  font-size: 1.2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .noteList__item {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .tab__card {
    display: flex;
    flex-wrap: wrap;
  }
}
.tab__title {
  background: #FDD000;
  width: 100%;
  text-align: center;
  padding: 16px;
  font-size: 1.8rem;
  margin-top: 32px;
}

@media (min-width: 1000px) {
  .tab__title {
    font-size: 2.4rem;
  }
}
/*==========投稿一覧ページ============*/
@media (min-width: 1000px) {
  .post {
    max-width: 900px;
    padding: 0;
  }
}
@media (min-width: 1000px) {
  .post .entry-content {
    font-size: 2rem;
    font-family: NotoSansJP-Medium;
  }
}
.newslist__title {
  font-size: 2.4rem;
  text-align: center;
  color: #F4BC54;
}

@media (min-width: 1000px) {
  .newslist__title {
    font-size: 4rem;
    line-height: 5.6rem;
    margin: 128px 0 32px;
  }
}
.newslist__content {
  padding: 0 5%;
}

@media (min-width: 1000px) {
  .newslist__content {
    width: 1200px;
    margin: 4rem auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .newslist__content::after {
    content: "";
    display: block;
    width: 45%;
  }
}
.post-item:not(:first-of-type) {
  margin-top: 5rem;
}

.post-item {
  overflow: hidden;
}

@media (min-width: 1000px) {
  .post-item {
    width: 45%;
    margin-top: 5rem;
  }
}
.post-item__textBox {
  padding: 2rem 2rem 2rem 0;
}

.post-item__thumb {
  height: 130px;
  overflow: hidden;
}

@media (min-width: 1000px) {
  .post-item__thumb {
    height: 180px;
  }
  .post-item__thumb img {
    transition: 1s all;
    overflow: hidden;
  }
  .post-item__thumb img:hover {
    transform: scale(1.2, 1.2);
    transition: 0.6s all;
  }
}
.post-item__title {
  font-size: 1.6rem;
  font-family: NotoSansJP-Bold;
}

@media (min-width: 1000px) {
  .post-item__title {
    font-size: 2rem;
  }
}
.post-item__date {
  font-family: NotoSansJP-Medium;
  margin-bottom: 1rem;
  color: #888;
}

.gym-fv {
  margin: 60px 0;
  background-image: url("../img/gym/gym_fv-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10%;
}
@media screen and (min-width: 768px) {
  .gym-fv {
    margin: 100px 0;
  }
}

.gym-wrap {
  width: 100%;
}

.gym-can {
  border: 4px solid #79BC00;
  position: relative;
  margin: 0 6%;
}
@media screen and (min-width: 768px) {
  .gym-can {
    max-width: 800px;
    margin: 0 auto;
  }
}
.gym-can__title {
  border: 4px solid #79BC00;
  color: #79BC00;
  background-color: #fff;
  border-radius: 35px;
  text-align: center;
  font-weight: bold;
  padding: 4px 10px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .gym-can__title {
    font-size: 2.4rem;
    top: -24px;
    width: 50%;
    padding: 8px 0;
  }
}
.gym-can__copy {
  color: #79BC00;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .gym-can__copy {
    font-size: 2.8rem;
    margin-top: 60px;
  }
}
.gym-can__text {
  padding: 3% 5% 5%;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .gym-can__text {
    font-size: 1.6rem;
  }
}

.gym-features {
  width: 100%;
  background-color: #79BC00;
  margin-top: 62px;
  padding: 24px 14px 32px;
}
@media screen and (min-width: 768px) {
  .gym-features {
    padding: 64px 14px;
  }
}
.gym-features__title {
  border: 4px solid #79BC00;
  color: #79BC00;
  background-color: #fff;
  border-radius: 35px;
  text-align: center;
  font-weight: bold;
  padding: 4px 10px;
  margin: auto;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .gym-features__title {
    font-size: 2.4rem;
    top: -24px;
    width: 50%;
    padding: 8px 0;
  }
}
.gym-features__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .gym-features__flex {
    max-width: 1000px;
    margin: auto;
  }
}
.gym-features__box {
  background-color: #fff;
  margin: 4rem auto 0;
  width: 44%;
  height: auto;
  padding-top: 6%;
}
@media screen and (min-width: 768px) {
  .gym-features__box {
    width: 28%;
    padding-top: 3%;
  }
}
.gym-features__box__star {
  margin: auto;
  width: 40px;
}
.gym-features__box__text {
  padding: 10%;
  text-align: center;
  font-weight: bold;
}

.gym-achievement {
  background-image: url("../img/gym/achievements-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 10% 0;
}
.gym-achievement__title {
  border: 4px solid #79BC00;
  color: #79BC00;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 4px 10px;
  margin: auto;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .gym-achievement__title {
    font-size: 2.4rem;
    width: 50%;
    padding: 8px 0;
  }
}
.gym-achievement__sub {
  text-align: center;
  font-size: 1rem;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .gym-achievement__sub {
    font-size: 1.4rem;
  }
}
.gym-achievement__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 10%;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .gym-achievement__flex {
    max-width: 1000px;
    margin: 8% auto 0;
  }
}
.gym-achievement__box {
  background: rgba(255, 255, 255, 0.5);
  width: 40%;
  display: flex;
  flex-direction: column;
  padding: 3%;
  margin: 10px;
}
@media screen and (min-width: 1000px) {
  .gym-achievement__box {
    width: 30%;
  }
}
.gym-achievement__box__title {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .gym-achievement__box__title {
    font-size: 2rem;
  }
}
.gym-achievement__box__medal {
  width: 50%;
  margin: 4px auto;
}
@media screen and (min-width: 768px) {
  .gym-achievement__box__medal {
    margin: 16px auto;
  }
}
.gym-achievement__box__text {
  padding: 3%;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .gym-achievement__box__text {
    font-size: 1.6rem;
  }
}

.gym-teacher {
  padding-top: 5%;
}
@media screen and (min-width: 768px) {
  .gym-teacher {
    padding-top: 9%;
  }
}
.gym-teacher__title {
  border: 4px solid #79BC00;
  color: #79BC00;
  border-radius: 35px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 4px 10px;
  margin: auto;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .gym-teacher__title {
    font-size: 2.4rem;
    width: 50%;
    padding: 8px 0;
  }
}
.gym-teacher__flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .gym-teacher__flex {
    flex-direction: row;
    margin-top: 4%;
  }
}
@media screen and (min-width: 1000px) {
  .gym-teacher__flex {
    max-width: 900px;
    margin: auto;
  }
}
.gym-teacher__box {
  width: 80%;
  background: #F6F6F6;
  margin: 10% auto 0;
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .gym-teacher__box {
    margin: 8% 2%;
  }
}
.gym-teacher__box__pic {
  width: 40%;
  margin: auto;
}
.gym-teacher__box__name {
  text-align: center;
  font-size: 2rem;
  margin: 5px 0;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .gym-teacher__box__name {
    font-size: 2.4rem;
  }
}
.gym-teacher__box__sub {
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .gym-teacher__box__sub {
    font-size: 1.6rem;
  }
}
.gym-teacher__box__lists {
  width: 64%;
  margin: auto;
  font-size: 1.2rem;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .gym-teacher__box__lists {
    font-size: 1.6rem;
    width: 76%;
  }
}
.gym-teacher__box__lists li {
  list-style-type: disc;
}

.gym-price {
  width: 100%;
  background-color: #79BC00;
  margin-top: 62px;
  padding: 24px 14px 32px;
}
@media screen and (min-width: 768px) {
  .gym-price {
    padding: 64px 14px;
  }
}
.gym-price__title {
  border: 4px solid #79BC00;
  color: #79BC00;
  background-color: #fff;
  border-radius: 35px;
  text-align: center;
  font-weight: bold;
  padding: 4px 10px;
  margin: auto;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .gym-price__title {
    font-size: 2.4rem;
    top: -24px;
    width: 50%;
    padding: 8px 0;
  }
}
.gym-price__block__name {
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  margin-top: 7%;
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  .gym-price__block__name {
    font-size: 2rem;
  }
}
.gym-price__block__table.private {
  overflow-x: scroll;
}
.gym-price__block__table.private .imgBlock {
  width: 700px;
}
@media screen and (min-width: 768px) {
  .gym-price__block__table.private .imgBlock {
    width: 1270px;
    margin: auto;
  }
}
.gym-price__block__table.discuss {
  width: 280px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .gym-price__block__table.discuss {
    width: 479px;
  }
}
.gym-price__option {
  border: 11px solid rgba(255, 255, 255, 0.1);
  margin: 5% auto 0;
  color: #fff;
  padding: 5%;
  max-width: 700px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .gym-price__option {
    padding: 4%;
  }
}
.gym-price__option__title {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 4%;
}
@media screen and (min-width: 768px) {
  .gym-price__option__title {
    font-size: 2rem;
  }
}
.gym-price__option__textBox {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .gym-price__option__textBox {
    font-size: 1.6rem;
    width: 360px;
    margin: auto;
  }
}
.gym-price__text {
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  margin-top: 8%;
}
@media screen and (min-width: 768px) {
  .gym-price__text {
    font-size: 1.6rem;
  }
}
.gym-price__text a {
  color: #fff;
  text-decoration: underline;
}

/* ===== Gym LP visual tune (2026-05) ===== */
#primary.gym-wrap {
  width: 100%;
  padding-bottom: 0;
}

.gym-fv {
  margin: 0;
  padding: 58px 16px 66px;
  text-align: center;
}

.gym-fv__flex__main,
.gym-fv__flex__name {
  display: flex;
  justify-content: center;
}

.gym-fv__flex__main img {
  width: min(92%, 620px);
  height: auto;
}

.gym-fv__flex__name {
  margin-top: 8px;
}

.gym-fv__flex__name img {
  width: min(68%, 360px);
  height: auto;
}

.gym-fv__flex__school {
  display: inline-block;
  margin-top: 16px;
  padding: 7px 16px 8px;
  border-radius: 9999px;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
  font-family: NotoSansJP-Bold;
}

.gym-can-bg {
  background: #ecf8ff;
  padding: 44px 0 58px;
}

.gym-can {
  background: #fff;
}

.gym-can__text {
  line-height: 1.9;
}

.gym-features__box {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.gym-features__box__text span {
  font-size: 0.92em;
}

.gym-achievement__box {
  backdrop-filter: blur(1.5px);
}

.gym-achievement__box__text {
  line-height: 1.7;
}

.gym-teacher {
  padding-bottom: 48px;
}

.gym-teacher__box {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.gym-cta {
  background-color: #29b5d8;
  padding: 28px 16px 30px;
  text-align: center;
}

.gym-cta__text {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.8;
  font-family: NotoSansJP-Bold;
}

.gym-cta__btn {
  display: inline-block;
  margin-top: 14px;
  background: #fff;
  color: #29b5d8;
  border-radius: 9999px;
  padding: 10px 26px 11px;
  font-size: 1.4rem;
  font-family: NotoSansJP-Bold;
}

/* カンプに合わせてこのページではInstagramセクションを非表示 */
.gym-instagram {
  display: none;
}

@media screen and (min-width: 768px) {
  .gym-fv {
    padding: 80px 16px 92px;
  }

  .gym-fv__flex__name {
    margin-top: 12px;
  }

  .gym-fv__flex__school {
    margin-top: 24px;
    font-size: 1.6rem;
    padding: 9px 26px 11px;
  }

  .gym-can-bg {
    padding: 72px 0 88px;
  }

  .gym-cta {
    padding: 38px 16px 42px;
  }

  .gym-cta__text {
    font-size: 2rem;
  }

  .gym-cta__btn {
    margin-top: 18px;
    padding: 12px 38px 13px;
    font-size: 1.7rem;
  }
}

/* 緑アクセントをカンプ寄りのブルーに調整 */
.gym-can {
  border-color: #003F73;
}

.gym-can__title,
.gym-features__title,
.gym-achievement__title,
.gym-teacher__title {
  border-color: #25b2d8;
  color: #25b2d8;
}

.gym-can__title {
  border-color: #003F73;
  color: #003F73;
}

.gym-can__copy {
  color: #003F73;
}

.gym-features {
  background-color: #2dbfe2;
}

.gym-features__box__star img {
  filter: none;
}

.gym-features__title {
  border-color: #003F73;
  color: #003F73;
}

.gym-achievement__title {
  border-color: #003F73;
  color: #003F73;
}

/* FV上の白余白 + ロゴ位置調整 */
.header_page .header-inner {
  position: relative;
  height: 140px;
  background: #fff;
}

.header_page .header__logo {
  top: 8px;
}

@media (min-width: 1000px) {
  .header_page .header-inner {
    height: 140px;
  }

  .header_page .header__logo {
    top: 12px;
  }
}

/* トレーナーカード調整 */
.gym-teacher__box {
  background: #ECF7FA;
  box-shadow: none;
}

.gym-teacher__box__name,
.gym-teacher__box__sub,
.gym-teacher__box__lists,
.gym-teacher__box__lists li {
  color: #003F73;
}

/* footer-page.php のブランドラインナップ（リニューアル側準拠） */
.footer__brands {
  max-width: 1400px;
  margin: 0 auto 24px;
  padding: 8px 14px 12px;
}

@media (min-width: 1000px) {
  .footer__brands {
    padding: 8px 2% 12px;
  }
}

.footer__brands-inner {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 28px;
  padding-bottom: 8px;
}

.footer__brands-title {
  display: none;
}

.footer__brands-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

@media (min-width: 1000px) {
  .footer__brands-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }
}

.footer__brand-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 0;
  min-height: 94px;
  overflow: hidden;
}

.footer__brand-link {
  display: block;
  height: 100%;
  padding: 12px 12px 10px;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.footer__brand-link:hover {
  background-color: rgba(245, 158, 11, 0.08);
}

.footer__brand-logo {
  margin: 0 0 8px;
  min-height: 38px;
  display: flex;
  align-items: center;
}

.footer__brand-logo img {
  width: 100%;
  max-height: 80px;
  object-fit: contain;
  object-position: center center;
}

.footer__brand-logo.footer__brand-logo--text {
  width: fit-content;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #7c2d12;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}

.footer__brand-name {
  margin: 0 0 4px;
  font-size: 1.3rem;
  line-height: 1.35;
  font-weight: 700;
}

.footer__brand-desc {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.45;
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
  font-family: NotoSansJP-Regular, "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 400;
}