/*!
Theme Name: mst
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mst
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

mst is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* 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;
  height: 0;
  overflow: visible;
}

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  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 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

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

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
--------------------------------------------- */
@media only screen and (min-width: 768px) {
  .main-navigation {
    display: block;
    width: 100%;
    position: relative;
    z-index: 999;
  }

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

  .main-navigation ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    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: 0;
    display: block;
    width: 100%;
    min-width: 180px;
  }

  .main-navigation ul li:hover>ul li,
  .main-navigation ul li:focus>ul li {
    width: 100%;
    padding: 15px 0;
    background-color: #b7e08b;
  }

  .main-navigation ul li:hover>ul li:first-child,
  .main-navigation ul li:focus>ul li:first-child {
    padding-left: unset;
  }

  .main-navigation ul li:hover>ul li a,
  .main-navigation ul li:focus>ul li a {
    width: auto;
    text-align: center;
  }

  .main-navigation li {
    position: relative;
  }

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

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

@media only screen and (max-width: 767px) {
  #site-navigation li a {
    display: block;
    color: #fff;
    position: relative;
  }

  #site-navigation .menu-item-has-children>a:after,
  #site-navigation .menu-item-has-children>a:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 10px;
    height: 1px;
    background: #fff;
    transition: 0.2s;
  }

  #site-navigation .menu-item-has-children>a:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }

  #site-navigation .menu-item-has-children>a.open:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  #site-navigation .menu-item-has-children>a.open:after {
    background: transparent;
  }

  #site-navigation .menu-item-has-children .sub-menu {
    display: none;
  }

  .overlay {
    width: 0;
    height: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s;
    background: rgba(255, 255, 255, 0.7);
  }

  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  .menu {
    list-style: none;
    margin: 0;
    padding-left: 0;
  }

  #main {
    transition: all 0.5s;
    min-height: 100vh;
  }

  #main.open {
    position: fixed;
    width: 100%;
  }

  #menu_btn {
    top: 0;
    right: 0;
    transition: 0.3s;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    width: 50px;
    height: 50px;
    background-color: #cccccc;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .menu-trigger {
    width: 18px;
    height: 16px;
    position: relative;
  }

  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000000;
    transition: all 0.5s;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    width: 70%;
    top: 7px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  #menu_btn.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }

  #menu_btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }

  #menu_btn.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }

  #site-navigation {
    width: 280px;
    height: 100%;
    overflow: auto;
    padding: 90px 0;
    background: #b7e08b;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
    transform: translate(280px);
    transition: all 0.5s;
  }

  #site-navigation.open {
    transform: translateZ(0);
  }

  #site-navigation li {
    padding: 0 20px;
    border-bottom: 1px solid #ffffff;
  }

  #site-navigation li a {
    position: relative;
    padding: 20px;
    color: #fff;
    text-decoration: none;
  }

  #site-navigation .menu-item-has-children .sub-menu {
    padding: 20px;
    padding-left: 30px;
    margin: 0;
    list-style: none;
  }

  #site-navigation .menu-item-has-children>a:first-of-type {
    position: relative;
    padding-right: 2em;
  }

  #site-navigation .menu-item-has-children>a.open:first-of-type {
    color: #dad4ec;
  }

  #site-navigation .menu-item-has-children .sub-menu li {
    padding: 0;
    margin-bottom: 20px;
    border-bottom: none;
  }

  #site-navigation .menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 0;
  }

  #site-navigation .menu-item-has-children .sub-menu li a {
    padding: 0;
  }
}

@media print,
screen and (min-width: 768px) {

  #menu_btn,
  .overlay {
    display: none;
  }

  #nav ul {
    display: flex;
    flex-wrap: wrap;
  }

  #nav li {
    position: relative;
  }

  #nav li a {
    padding: 20px;
  }

  #nav .menu-item-has-children>a {
    padding-right: 40px;
  }

  #nav .menu-item-has-children>a.open:first-of-type,
  #nav .current-menu-item a {
    color: #dad4ec;
  }

  #nav .current-menu-item li a {
    color: #fff;
  }

  #nav li ul.sub-menu {
    flex-direction: column;
    background: #fff;
    position: absolute;
    width: 200px;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px 0;
  }

  #nav li ul.sub-menu li {
    width: 100%;
  }

  #nav li ul.sub-menu li a {
    line-height: 1.6em;
    color: #83759a;
    padding: 10px 20px;
  }

  #nav li ul.sub-menu li a:hover {
    color: #dad4ec;
  }
}

@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%;
}

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

.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: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/* Custom Style
--------------------------------------------- */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

img {
  display: block;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.site-header::after {
  content: "";
  width: 100%;
  height: 110px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.site-header .container {
  display: flex;
  justify-content: space-between;
}

.site-branding {
  padding: 30px 0 0 30px;
  width: 280px;
}

.site-branding h1 {
  margin: 0;
}

.upper_nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 60px 20px 0;
}

.upper_nav .tel {
  display: flex;
  margin-right: 50px;
}

.upper_nav .tel .icon {
  width: 30px;
  margin-right: 10px;
}

.upper_nav .tel .number {
  text-align: right;
}

.upper_nav .tel .number a {
  position: relative;
  display: block;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  color: #b64749;
  letter-spacing: 1.2px;
}

.upper_nav .tel .number a::after {
  content: "";
  width: 100%;
  height: 30%;
  background-color: #eaf205;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
}

.upper_nav .tel .number .sm {
  font-size: 0.75rem;
  color: #b64749;
}

.upper_nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  list-style: none;
}

.upper_nav ul li {
  padding: 0 15px;
}

.upper_nav ul li:first-child {
  padding-left: 0;
}

.upper_nav ul li:last-child {
  padding-right: 0;
}

.upper_nav ul li a {
  text-decoration: none;
  color: inherit;
  font-size: 0.875rem;
}

.header_menu {
  display: flex;
  align-items: center;
}

.header_menu .textbook_link {
  position: relative;
  background-color: #4e8ec8;
}

.header_menu .textbook_link a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 15px 60px 15px 30px;
  white-space: nowrap;
}

.header_menu .textbook_link::after {
  content: ">";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-55%) scaleY(1.5);
  color: #ffffff;
}

.site-main {
  margin-top: 110px;
}

.main-navigation ul {
  justify-content: flex-end;
}

.main-navigation li {
  padding: 15px 30px;
  background-color: #92d051;
}

.main-navigation li:first-child {
  padding-left: 60px;
}

.main-navigation li:last-child {
  padding-right: 60px;
}

.main-navigation li a {
  color: #ffffff;
}

.mainVisual {
  position: relative;
}

.mainVisual::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 150px 150px;
  border-color: transparent transparent #ffffff transparent;
  opacity: 0.9;
}

.mainVisual::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 150px 150px 0;
  border-color: transparent #ffffff transparent transparent;
  opacity: 0.9;
}

.mainVisual .img {
  position: relative;
  width: 70%;
  margin-left: auto;
  z-index: -5;
}

.mainVisual .img img {
  transform: scale(-1, 1);
}

.mainVisual .img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}

.mainVisual .campaign_banner {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 60px;
  width: 28%;
  z-index: 10;
  max-width: 400px;
}

.mainVisual .copy {
  position: absolute;
  top: 50%;
  left: 82px;
  transform: translateY(-50%);
  max-width: 60%;
  z-index: 5;
}

.mainVisual .copy .logo {
  width: 50%;
  margin-bottom: 20px;
}

.mainVisual .copy h2 {
  margin: 0 0 50px 0;
  color: #000000;
  font-style: italic;
  font-size: 2.625rem;
  text-shadow: 2px 3px 3px rgb(255 255 255 / 70%);
  -webkit-text-stroke: 0.5px #fff;
  transform: rotate(-3deg);
}

.mainVisual .copy p {
  position: relative;
  display: inline-block;
  margin: 20px 0 0 0;
  color: #000000;
  font-size: 1.125rem;
  font-weight: bold;
  text-shadow: 2px 3px 3px rgb(255 255 255 / 100%);
}

.mainVisual .copy p::after {
  content: "";
  width: 100%;
  height: 30%;
  background-color: #eaf205;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.mainVisual .banner {
  width: 300px;
  margin-top: 30px;
}

.mainVisual .banner a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  background-color: #92d051;
  padding: 20px 0;
  font-weight: bold;
  font-size: 1.375rem;
}

.mainVisual .banner a:hover {
  opacity: 0.8;
}

.news {
  display: flex;
}

.news .h {
  width: 30%;
  background-color: #92d051;
  padding: 70px 0 0 82px;
}

.news .h h2 {
  position: relative;
  margin: 0;
  font-size: 3.125rem;
  z-index: 1;
}

.news .h h2 span {
  display: block;
  font-size: 1.25rem;
}

.news .h h2::before {
  content: "";
  width: 58px;
  height: 75px;
  background-image: url("/assets/img/h2_bg.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -0.4em;
  left: -10px;
  z-index: -1;
}

.news .list {
  width: 70%;
  padding: 70px 82px 70px 70px;
  position: relative;
}

.news .list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news .list li {
  margin-bottom: 15px;
}

.news .list article a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.news .list article a .ttl {
  display: flex;
  align-items: center;
}

.news .list article a .ttl h3 {
  margin: 0 30px 0 0;
  font-weight: normal;
  font-size: 1rem;
}

.news .list article a .ttl .cat span {
  display: inline-block;
  padding: 8px 20px;
  background-color: #eaf205;
}

.news .list article a .hr {
  margin: 0 10px;
  flex: auto;
}

.news .list article a .hr hr {
  margin: 0;
  border: none;
  border-bottom: dotted 1px #3b3f48;
  background-color: unset;
}

.introduction {
  padding: 70px 0;
}

.introduction .container {
  padding: 0 246px;
}

.introduction .container .item {
  margin-bottom: 70px;
}

.introduction .container .item .h {
  margin: 0 0 50px 0;
  text-align: center;
  font-weight: bold;
  font-size: 2.25rem;
}

.introduction .container .item .flex {
  display: flex;
  align-items: center;
}

.introduction .container .item .flex .img {
  width: 168px;
  margin-right: 40px;
}

.introduction .container .item .flex .tx {
  position: relative;
  width: calc(100% - 208px);
  padding: 20px 0 20px 40px;
  background-color: #eef2ce;
  border-radius: 20px;
}

.introduction .container .item .flex .tx::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 15px 0;
  border-color: transparent #eef2ce transparent transparent;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}

.introduction .container .item .flex ul {
  margin: 0;
  padding: 0;
}

.introduction .container .item .flex ul li {
  margin-bottom: 20px;
}

.introduction .container .item .flex ul li:last-child {
  margin-bottom: 0;
}

.introduction .bx {
  position: relative;
  background-image: url("/assets/img/top_kaiketsu_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 98px 0 70px 0;
}

.introduction .bx::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
}

.introduction .bx .inner {
  position: relative;
  width: 71%;
  margin: 0 auto;
  padding: 50px 86px 90px;
  border: 2px solid #92d051;
  background-color: #ffffff;
  z-index: 5;
}

.introduction .bx .inner p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}

.introduction .bx .inner p .lg {
  position: relative;
  font-size: 1.75rem;
  color: #92d051;
}

.introduction .bx .inner p .lg::after {
  content: "";
  width: 100%;
  height: 30%;
  background-color: #eaf205;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.introduction .bx .inner p.name {
  position: absolute;
  bottom: 40px;
  right: 40px;
  font-size: 1rem;
  font-weight: normal;
}

.feature .h {
  padding-left: 82px;
  margin-bottom: 70px;
}

.feature .h h2 {
  position: relative;
  margin: 0;
  font-size: 3.125rem;
  z-index: 1;
}

.feature .h h2 span {
  display: block;
  font-size: 1.25rem;
}

.feature .h h2::before {
  content: "";
  width: 58px;
  height: 75px;
  background-image: url("/assets/img/h2_bg.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -0.4em;
  left: -10px;
  z-index: -1;
}

.feature .item {
  display: flex;
  margin-bottom: 140px;
}

.feature .item .tx {
  width: 68%;
  padding: 80px 15% 80px 82px;
  background-color: #92d051;
  border-radius: 0 200px 200px 0;
}

.feature .item:nth-child(odd) .tx {
  padding: 80px 82px 80px 15%;
  border-radius: 200px 0 0 200px;
}

.feature .item .tx h3 {
  margin: 0 0 40px 0;
  color: #ffffff;
  font-size: 2.25rem;
}

.feature .item .tx p {
  margin: 0 0 16px 0;
  color: #ffffff;
}

.feature .item .tx p:last-child {
  margin-bottom: 0;
}

.feature .item .tx p.alart {
  color: red;
}

.feature .item .img {
  position: relative;
  width: 40%;
  margin: 100px 82px -100px -82px;
  z-index: 1;
}

.feature .item:nth-child(odd) .img {
  margin: 100px -82px -100px 82px;
}

.instructor {
  margin-bottom: 100px;
}

.instructor .h {
  padding-left: 82px;
  margin-bottom: 70px;
}

.instructor .h h2 {
  position: relative;
  margin: 0;
  font-size: 3.125rem;
  z-index: 1;
}

.instructor .h h2 span {
  display: block;
  font-size: 1.25rem;
}

.instructor .h h2::before {
  content: "";
  width: 58px;
  height: 75px;
  background-image: url("/assets/img/h2_bg.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -0.4em;
  left: -10px;
  z-index: -1;
}

.instructor__nav {
  position: absolute;
  top: -65px;
  right: 100px;
  display: flex;
}

.instructor #prev,
.instructor #next {
  position: relative;
  width: 45px;
  height: 45px;
  margin: 0 5px;
  border: 1px solid #4e8ec8;
  border-radius: 50%;
  background-color: #fff;
}

.instructor #prev {
  transform: scale(-1, 1);
}

.instructor #prev::before,
.instructor #prev::after,
.instructor #next::before,
.instructor #next::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1px;
  background-color: #4e8ec8;
}

.instructor #prev::before,
.instructor #next::before {
  width: 30px;
  transform: translate(-50%, -50%);
}

.instructor #prev::after,
.instructor #next::after {
  width: 10px;
  transform-origin: right center;
  transform: translate(5px, -50%) rotate(25deg);
}

.instructor .list {
  position: relative;
  padding-left: 246px;
}

.instructor .list ul {
  display: flex;
  margin: 0;
  padding: 0;
  overflow: scroll;
}

.instructor .list li {
  list-style: none;
  width: 23%;
  min-width: 300px;
  margin-right: 50px;
}

.instructor .item .tx {
  margin-top: 20px;
}

.instructor .item .tx .name {
  display: flex;
  color: #92d051;
  margin-bottom: 15px;
}

.instructor .item .tx .name h3 {
  margin: 0;
  font-size: 1rem;
}

.instructor .item .tx .comment {
  font-size: 0.875rem;
}

.contact {
  position: relative;
  padding: 100px 0 80px 0;
  background-image: url("/assets/img/contact_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 65px 62.5px 0 62.5px;
  border-color: #ffffff transparent transparent transparent;
}

.contact::after {
  content: "";
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}

.contact .container {
  position: relative;
  padding: 0 246px;
  z-index: 1;
  text-align: center;
}

.contact .container h2 {
  font-size: 2.5rem;
  margin: 0 0 20px 0;
}

.contact .container .more {
  position: relative;
  width: 60%;
  margin: 50px auto 0;
  padding: 16px 0;
  background-color: #000000;
}

.contact .container p {
  line-height: 1.6;
  letter-spacing: 0.015em;
}

.contact .container p .marker {
  position: relative;
  font-weight: bold;
}

.contact .container p .marker::after {
  content: "";
  width: 100%;
  height: 30%;
  background-color: #eaf205;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
}

.contact .container .more::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background-image: url("/assets/icon/arrow_circle.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.contact .container .more a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}

.contact .flex {
  display: flex;
  justify-content: center;
}

.contact .flex .item {
  position: relative;
  width: calc(50% - 15px);
  margin-right: 30px;
  padding: 40px;
  border: 3px solid #000;
}

.contact .flex .item:first-child::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 0.8;
  z-index: -1;
}

.contact .flex .item:nth-child(even) {
  margin-right: 0;
}

.contact .flex .item:nth-child(2) {
  border: 3px solid #06c755;
}

.contact .flex .item:nth-child(2) h2 {
  color: #06c755;
}

.contact .flex .item:nth-child(2)::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 0.8;
  z-index: -2;
}

.contact .flex .item .btn a {
  display: block;
  margin: 0 auto;
  width: 50%;
}

.contact .flex .item .btn img {
  text-align: center;
  margin: 0 auto;
}

.contact .flex .item:nth-child(2) .content>p {
  color: red;
  font-weight: bold;
}

.links {
  padding: 70px 0;
  background-color: #ceeab0;
}

.links .container {
  display: flex;
  padding: 0 82px;
}

.links .item {
  width: calc(100% / 3);
  position: relative;
  display: block;
  padding: 4px;
  margin-right: 50px;
  text-decoration: none;
  background-color: #ffffff;
}

.links .item:last-child {
  margin-right: 0;
}

.links .item h3 {
  color: #000000;
  margin: 0;
  position: relative;
}

.links .item h3::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #92d051;
  position: absolute;
  bottom: -8px;
  left: 0;
}

.links .item .inner {
  display: flex;
  align-items: center;
}

.links .item .img {
  width: 40%;
  margin-right: 10px;
}

.links .item .tx {
  width: calc(60% - 10px);
}

.links .item .inner span {
  position: absolute;
  bottom: 4px;
  right: 4px;
  font-size: 0.875rem;
  color: #000000;
}

.links .item .tx .en {
  color: #92d051;
  font-size: 0.875rem;
  margin: 8px 0 0 0;
}

.site-footer .site-info {
  padding: 20px 0;
  background-color: #000000;
  color: #ffffff;
  font-size: 0.875rem;
  text-align: center;
}

.site-footer .container .left .logo {
  width: 280px;
  margin-bottom: 30px;
}

.site-footer .container {
  display: flex;
  justify-content: space-between;
  padding: 70px 82px;
  background-color: #999999;
}

.site-footer .container .left {
  width: calc(64% - 100px);
  margin-right: 100px;
}

.site-footer .container .left .calendar {
  margin-top: 50px;
  width: 90%;
}

.site-footer .container .left .calendar h3 {
  margin: 0 0 30px 0;
  color: #ffffff;
}

.site-footer .container .right {
  width: 36%;
}

.site-footer .container .right .inner {
  display: flex;
  flex-wrap: wrap;
}

.site-footer .container .right .inner .nav {
  width: calc(50% - 20px);
  margin: 0 40px 40px 0;
}

.site-footer .container .right .inner .nav:nth-child(even) {
  margin-right: 0;
}

.site-footer .container .right .inner .nav h3 {
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}

.site-footer .container .right .inner .nav .list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer .container .right .inner .nav .list li {
  margin-bottom: 16px;
}

.site-footer .container .right .inner .nav .list a {
  color: #ffffff;
  font-size: 0.875rem;
  text-decoration: none;
}

.site-footer .container .left .info p {
  font-size: 0.875rem;
  color: #ffffff;
  margin: 0 0 20px 0;
}

.site-footer .container .left .more {
  background-color: #000000;
  padding: 16px 0;
  text-align: center;
  font-size: 0.875rem;
  width: 200px;
}

.site-footer .container .left .more a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}

.heading {
  margin-bottom: 40px;
}

.heading h1,
.heading h2 {
  position: relative;
  margin: 0;
  font-size: 3.125rem;
  z-index: 1;
}

.heading h1 span,
.heading h2 span {
  display: block;
  font-size: 1.25rem;
}

.heading h1::before,
.heading h2::before {
  content: "";
  width: 58px;
  height: 75px;
  background-image: url("/assets/img/h2_bg.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -0.4em;
  left: -10px;
  z-index: -1;
}

.entry-content .container {
  margin: 100px 0 80px 0;
  padding: 0 164px;
}

.entry-content .table table {
  margin: 0;
}

.entry-content .table th,
.entry-content .table td {
  border-bottom: 1px solid #999999;
  padding: 16px 0;
}

.company .bx {
  margin-bottom: 80px;
}

.post-type-archive .site-main .container {
  margin: 100px 80px;
  padding: 0 164px;
}

.post-type-archive .container .list {
  display: flex;
  flex-wrap: wrap;
}

.post-type-archive .container article {
  width: calc((100% - 100px) / 3);
  margin: 0 50px 50px 0;
}

.post-type-archive .container article:nth-child(3n) {
  margin-right: 0;
}

.post-type-archive .container article .tx .name {
  display: flex;
  align-items: center;
  margin: 30px 0 20px 0;
  color: #92d051;
}

.post-type-archive .container article .tx .name h3 {
  margin: 0 20px 0 0;
}

.post-type-archive .container article .tx .info .sign {
  margin-bottom: 10px;
}

.post-type-archive .container article .tx .info .hobby {
  margin-bottom: 10px;
}

.post-type-archive .container article .tx .info .blood_type {
  margin-bottom: 10px;
}

.faq .container {
  padding: 0 164px;
  margin: 100px 0;
}

.faq .h {
  margin-bottom: 70px;
}

.faq .h h2 {
  position: relative;
  margin: 0;
  font-size: 3.125rem;
  z-index: 1;
}

.faq .h h2 span {
  display: block;
  font-size: 1.25rem;
}

.faq .h h2::before {
  content: "";
  width: 58px;
  height: 75px;
  background-image: url("/assets/img/h2_bg.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -0.4em;
  left: -10px;
  z-index: -1;
}

.faq dt {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.faq dt .question {
  width: 60px;
  height: 60px;
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d9d9d9;
  padding: 15px;
  border-radius: 50%;
}

.faq dd {
  /* display: none; */
  margin: 0 0 50px 0;
}

.page .mainVisual {
  z-index: -1;
}

.home .mainVisual {
  z-index: 1;
}

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

.pregnancy .h h1 {
  margin: 0 0 50px 0;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 2px solid #ceeab0;
  display: inline-block;
  font-size: 1.5rem;
}

.pregnancy h2 {
  font-size: 1.25rem;
  color: #92d051;
}

.pregnancy .flex {
  display: flex;
  margin-bottom: 70px;
}

.pregnancy .flex .item {
  margin-right: 50px;
  width: calc(50% - 25px);
}

.pregnancy .flex .item:nth-child(even) {
  margin-right: 0;
}

.pregnancy figcaption {
  text-align: center;
  margin: 10px 0 0 0;
  font-size: 0.875rem;
}

.pregnancy .list {
  display: flex;
  flex-wrap: wrap;
}

.pregnancy .list .item {
  width: calc(50% - 25px);
  margin-right: 50px;
}

.pregnancy .list .item:nth-child(even) {
  margin-right: 0;
}

.pregnancy .list .item .tx {
  position: relative;
}

.pregnancy .list .item .tx .num {
  font-size: 3rem;
  position: absolute;
  top: -0.5em;
  left: 0;
  line-height: 1;
  font-style: italic;
  color: #92d051;
}

.pregnancy .list .item .tx h3 {
  margin: 0 0 15px 0;
  padding-top: 30px;
}

.pregnancy .list .item .tx p {
  margin: 0;
}

.pregnancy .list .item:last-child p {
  padding-top: 30px;
}

.cancel .bx {
  margin-top: 40px;
  padding: 40px;
  background-color: #92d051;
  border-radius: 20px;
}

.cancel .bx .h {
  margin-bottom: 30px;
}

.cancel .bx .h h1,
.cancel .bx .h h2 {
  margin: 0;
  color: #ffffff;
  font-size: 1.25rem;
  text-align: center;
}

.entry-content .cancel .table thead th,
.entry-content .cancel .table thead td {
  border: none;
  background-color: #ceeab0;
  text-align: center;
}

.entry-content .cancel .table tbody th,
.entry-content .cancel .table tbody td {
  background-color: #ffffff;
  text-align: center;
}

.contact_info {
  margin-top: 70px;
}

.contact_info h3 {
  margin: 30px 0;
}

.contact_info dl {
  display: flex;
  flex-wrap: wrap;
}

.contact_info dt {
  width: 80px;
}

.contact_info dd {
  width: calc(100% - 80px);
  margin: 0 0 5px 0;
}

.price .h {
  margin-bottom: 70px;
}

.price .h h1,
.price .h h2 {
  position: relative;
  margin: 0;
  font-size: 3.125rem;
  z-index: 1;
}

.price .h h1 span,
.price .h h2 span {
  display: block;
  font-size: 1.25rem;
}

.price .h h1::before,
.price .h h2::before {
  content: "";
  width: 58px;
  height: 75px;
  background-image: url("/assets/img/h2_bg.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -0.4em;
  left: -10px;
  z-index: -1;
}

.price .flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.price .flex .item {
  display: flex;
  position: relative;
  margin: 0 20px 20px 0;
  width: calc((100% / 3) - 20px);
  box-shadow: 4px 4px 10px 0px #00000040;
  text-decoration: none;
  color: #000000;
}

.price .flex .item::after {
  content: "";
  background-image: url("/assets/icon/arrow_right.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.price .flex .item:nth-child(3n) {
  margin-right: 0;
}

.price .flex .item .img {
  width: 30%;
}

.price .flex .item .tx {
  width: 79%;
  padding: 0 0 0 20px;
  display: flex;
  align-items: center;
}

.price .flex .item .tx p {
  margin: 0;
  font-size: 0.875rem;
}

.specific_station {
  margin-top: 70px;
}

.daily_price h2,
.specific_station h2,
.basic_price h2 {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0 0 15px 0;
}

.daily_price h2::after,
.basic_price h2::after,
.specific_station h2::after {
  content: "";
  width: 54px;
  height: 3px;
  background-color: #92d051;
  position: absolute;
  bottom: 0;
  left: 0;
}

.specific_station .maps {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.specific_station .maps .item {
  width: calc(50% - 25px);
  margin: 0 50px 30px 0;
}

.specific_station .maps .item:nth-child(even) {
  margin-right: 0;
}

.price .bx {
  margin-top: 40px;
  padding: 40px;
  background-color: #92d051;
  border-radius: 20px;
}

.price .bx .h {
  margin-bottom: 30px;
}

.price .bx .h h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.25rem;
  text-align: center;
}

.price .bx p {
  margin: 20px 0 0 0;
}

.entry-content .price .table thead th,
.entry-content .price .table thead td {
  border: none;
  background-color: #ceeab0;
  text-align: center;
}

.entry-content .price .table tbody th,
.entry-content .price .table tbody td {
  background-color: #ffffff;
  text-align: center;
}

.daily_price,
.basic_price {
  margin-top: 70px;
}

.note {
  margin-top: 50px;
  padding: 40px;
  border: 2px solid #ceeab0;
}

.note>ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.note>ul>li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 0.875rem;
}

.note>ul>li:last-child {
  margin-bottom: 0;
}

.note>ul>li::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/assets/icon/check.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.note>ul>li ul {
  margin: 20px 0;
}

.credit {
  margin: 70px 0;
}

.credit .h {
  margin-bottom: 50px;
}

.mycar h2,
.credit .h h3 {
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  margin: 0;
  padding-bottom: 15px;
}

.mycar h2::after,
.credit .h h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ceeab0;
  height: 3px;
  width: 80px;
}

.credit .list {
  margin-bottom: 50px;
}

.credit .list p {
  text-align: center;
  margin: 0;
  font-size: 0.875rem;
}

.credit .card_list {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.credit .card_list .item {
  width: 180px;
}

.credit .card_list .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.credit .card_list .item .img img {
  height: 60px;
}

.credit .card_list .item p {
  margin: 0;
  font-size: 0.875rem;
  text-align: center;
}

.mycar h2 {
  margin-bottom: 50px;
}

.mycar p {
  font-size: 0.875rem;
}

.mycar h3 {
  margin: 50px 0 30px 0;
  color: #92d051;
  font-size: 1.25rem;
}

.mycar ul {
  margin: 0;
}

.mycar ul li {
  margin-bottom: 5px;
  font-size: 0.875rem;
}

.area .h {
  margin-bottom: 70px;
}

.area .h h1 {
  position: relative;
  margin: 0;
  font-size: 3.125rem;
  z-index: 1;
}

.area .h h1 span {
  display: block;
  font-size: 1.25rem;
}

.area .h h1::before {
  content: "";
  width: 58px;
  height: 75px;
  background-image: url("/assets/img/h2_bg.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -0.4em;
  left: -10px;
  z-index: -1;
}

.area .bx {
  margin-bottom: 40px;
  padding: 40px;
  background-color: #92d051;
  border-radius: 20px;
}

.area .bx .h {
  margin-bottom: 30px;
}

.area .bx .h h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.25rem;
  text-align: center;
}

.area .bx p {
  margin: 20px 0 0 0;
}

.entry-content .area .table tbody th {
  border: none;
  background-color: #ceeab0;
  text-align: center;
  width: 200px;
}

.entry-content .area .table tbody td {
  background-color: #ffffff;
  padding: 16px 20px;
}

.area>p {
  font-size: 0.875rem;
  margin: 0 0 5px 0;
}

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

.recruitment .h h1 {
  margin: 0 0 50px 0;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 2px solid #ceeab0;
  display: inline-block;
  font-size: 1.5rem;
}

.recruitment .h h2 {
  margin: 0 0 50px 0;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 2px solid #ceeab0;
  display: inline-block;
  font-size: 1.5rem;
}

.recruitment .table {
  margin-bottom: 70px;
}

.recruitment ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.form {
  padding: 40px;
  background-color: #ececec;
  border-radius: 4px;
}

.form dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.form dl dt {
  width: 30%;
  margin: 0 0 8px 0;
  padding: 8px;
  background-color: #ceeab0;
  font-weight: normal;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.form dl dd {
  margin: 0 0 8px 0;
  padding: 4px 8px;
  width: 70%;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.form dl dd input[type="text"],
.form dl dd input[type="email"] {
  width: 100%;
}

.form dl dd .mwform-tel-field input[type="text"] {
  width: auto;
}

.form dl dd select {
  padding: 4px;
}

.form dl dt .required {
  color: red;
  font-size: 0.875rem;
  margin-left: 10px;
}

.confirm {
  text-align: center;
}

.confirm input[type="submit"] {
  margin: 30px 0;
  padding: 16px 0;
  width: 200px;
  background-color: #92d051;
  color: #ffffff;
  border: none;
}

.program_criterion .h {
  margin-bottom: 70px;
}

.program_criterion .h h1 {
  position: relative;
  margin: 0;
  font-size: 3.125rem;
  z-index: 1;
}

.program_criterion .h h1 span {
  display: block;
  font-size: 1.25rem;
}

.program_criterion .h h1::before {
  content: "";
  width: 58px;
  height: 75px;
  background-image: url("/assets/img/h2_bg.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -0.4em;
  left: -10px;
  z-index: -1;
}

.program_criterion>h2 {
  position: relative;
  padding-bottom: 15px;
  margin: 50px 0 30px 0;
}

.program_criterion>h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ceeab0;
  height: 3px;
  width: 80px;
}

.program_criterion .bx {
  padding: 8px;
  margin-bottom: 40px;
  background-color: #92d051;
  border-radius: 30px;
  display: flex;
}

.program_criterion .bx .h {
  width: 30%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.program_criterion .bx .content {
  padding: 20px;
  background-color: #ffffff;
  width: 70%;
  border-radius: 0 30px 30px 0;
}

.program_criterion .bx .content h3 {
  margin: 0 0 20px 0;
}

.program_criterion .bx .content dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.program_criterion .bx .content dl dt {
  width: 40%;
  margin: 0 0 20px 0;
  font-weight: normal;
}

.program_criterion .bx .content dl dd {
  width: 60%;
  margin: 0 0 20px 0;
}

.program_content {
  margin-bottom: 80px;
}

.program_content .h {
  margin-bottom: 70px;
}

.program_content .h h1 {
  position: relative;
  margin: 0;
  font-size: 3.125rem;
  z-index: 1;
}

.program_content .h h1 span {
  display: block;
  font-size: 1.25rem;
}

.program_content .h h1::before {
  content: "";
  width: 58px;
  height: 75px;
  background-image: url("/assets/img/h2_bg.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -0.4em;
  left: -10px;
  z-index: -1;
}

.program_content h2 {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin: 70px 0 50px 0;
}

.program_content h2::after {
  content: "";
  width: 80px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ceeab0;
}

.program_content dl {
  margin: 0 0 30px 0;
}

.program_content dt {
  position: relative;
  box-shadow: 4px 4px 10px 0px #00000040;
  padding: 15px 20px;
  border-radius: 20px;
}

.program_content dt::after {
  content: ">";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) scaleY(1.5);
  color: #92d051;
}

.program_content dd {
  display: none;
  margin: 20px 0 30px 0;
}

.program_content dd ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.program_content dd li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-left: 32px;
}

.program_content dd li .icon {
  width: 20px;
  margin-right: 10px;
}

.program_content dd>p {
  margin: 0;
  padding-left: 32px;
}

.program_content .list>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.program_content .list>ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.program_content .list>ul li .icon {
  margin-right: 10px;
  width: 20px;
}

.insurance .h {
  margin-bottom: 70px;
}

.insurance>.h h1,
.insurance>.h h2 {
  position: relative;
  margin: 0;
  font-size: 3.125rem;
  z-index: 1;
}

.insurance>.h h1 span,
.insurance>.h h2 span {
  display: block;
  font-size: 1.25rem;
}

.insurance>.h h1::before,
.insurance>.h h2::before {
  content: "";
  width: 58px;
  height: 75px;
  background-image: url("/assets/img/h2_bg.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -0.4em;
  left: -10px;
  z-index: -1;
}

.insurance .bx {
  margin-top: 40px;
  padding: 40px;
  background-color: #92d051;
  border-radius: 20px;
}

.insurance .bx .h {
  margin-bottom: 30px;
}

.insurance .bx .h h1,
.insurance .bx .h h2 {
  margin: 0;
  color: #ffffff;
  font-size: 1.25rem;
  text-align: center;
}

.entry-content .insurance .table thead th,
.entry-content .insurance .table thead td {
  border: none;
  background-color: #ceeab0;
  text-align: center;
}

.entry-content .insurance .table tbody th,
.entry-content .insurance .table tbody td {
  background-color: #ffffff;
  text-align: center;
  padding: 16px 8px;
  text-align: left;
}

.insurance>h2 {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin: 70px 0 50px 0;
}

.insurance>h2::after {
  content: "";
  width: 80px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ceeab0;
}

.sitemap .h {
  margin-bottom: 70px;
}

.sitemap .h h1,
.sitemap .h h2 {
  position: relative;
  margin: 0;
  font-size: 3.125rem;
  z-index: 1;
}

.sitemap .h h1 span,
.sitemap .h h2 span {
  display: block;
  font-size: 1.25rem;
}

.sitemap .h h1::before,
.sitemap .h h2::before {
  content: "";
  width: 58px;
  height: 75px;
  background-image: url("/assets/img/h2_bg.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -0.4em;
  left: -10px;
  z-index: -1;
}

.sitemap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sitemap li {
  margin-bottom: 16px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid gray;
}

.sitemap li.page_item_has_children {
  border-bottom: 0;
}

.sitemap li a {
  text-decoration: none;
  color: inherit;
}

.sitemap li ul {
  margin: 16px 0 16px 20px;
  list-style: none;
}

.sitemap>li:last-child {
  border-bottom: 0;
}

.footer_cta {
  display: none;
}

.term dt {
  margin: 0 0 20px 0;
  font-size: 0.875rem;
}

.term dd {
  margin: 0 0 30px 0;
  font-size: 0.875rem;
}

.term dd ul {
  margin: 0;
  list-style: decimal;
}

.term dd ul li {
  margin: 0 0 5px 0;
}

.car {
  margin-top: 80px;
}

.car .flex {
  display: flex;
  flex-wrap: wrap;
}

.car .flex .item {
  width: calc(50% - 25px);
  margin-right: 50px;
}

.car .flex .item:nth-child(even) {
  margin-right: 0;
}

.car .flex .item figure {
  margin: 0;
}

.car .flex .item figure figcaption {
  text-align: center;
  margin-top: 10px;
}

.car h3 {
  margin: 50px 0 30px 0;
}

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

.children .h h1 {
  margin: 0 0 50px 0;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 2px solid #ceeab0;
  display: inline-block;
  font-size: 1.5rem;
}

.children .flex {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}

.children .flex .item {
  width: calc(50% - 25px);
  margin-right: 50px;
}

.children .flex .item:nth-child(even) {
  margin-right: 0;
}

.announce {
  width: 80%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 70px auto;
  font-size: 2rem;
  border: 2px solid red;
  color: red;
  font-weight: bold;
}

.announce span {
  margin: 0;
  display: inline-block;
  position: relative;
}

.announce span::after {
  content: "";
  width: 100%;
  height: 30%;
  background-color: #eaf205;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.meet_place,
.car_name {
  display: flex;
  width: 100%;
}

.campaign {
  position: relative;
  padding: 70px 0;
}

.campaign::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/open_anniversary_campaign_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -5;
}

.campaign .inner {
  max-width: 860px;
  margin: 0 auto;
}

.campaign .campaign_h {
  margin-bottom: 100px;
}

.campaign h2 {
  text-align: center;
  letter-spacing: 4px;
  color: red;
  margin: 0;
  font-size: 3rem;
}

.campaign .content p {
  text-align: center;
  font-size: 1.375rem;
}

.campaign .flex {
  margin: 50px 0;
  display: flex;
  justify-content: center;
}

.campaign .flex dt,
.campaign .flex dd {
  position: relative;
  font-size: 1.5rem;
}

.campaign .flex dt::after,
.campaign .flex dd::after {
  content: "";
  width: 100%;
  height: 30%;
  background-color: #eaf205;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
}

.campaign .flex dt {
  padding-right: 10px;
}

.campaign .flex dd {
  margin: 0 50px 0 0;
  font-weight: bold;
}

.campaign .more {
  position: relative;
  display: block;
  width: 200px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background-color: red;
  margin-left: auto;
  text-decoration: none;
  color: #ffffff;
}

.campaign .more::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) scaleY(1.5);
}

.textbook .h {
  margin-bottom: 70px;
}

.textbook .h h1 {
  position: relative;
  margin: 0;
  font-size: 3.125rem;
  z-index: 1;
}

.textbook .h h1::before {
  content: "";
  width: 58px;
  height: 75px;
  background-image: url(/assets/img/h2_bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -0.4em;
  left: -10px;
  z-index: -1;
}

.textbook .list {
  display: flex;
  flex-wrap: wrap;
}

.textbook .list .button {
  position: relative;
  box-shadow: 4px 4px 10px 0px #00000040;
  border-radius: 30px;
  flex-basis: calc(50% - 10px);
  margin: 0 20px 30px 0;
}

.textbook .list .button:nth-child(even) {
  margin-right: 0;
}

.textbook .list .button::after {
  content: ">";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) scaleY(1.5);
  color: #92d051;
}

.textbook .list .button a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 0.875rem;
  color: #000000;
  padding: 15px 20px;
}

.textbook h2 {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin: 70px 0 50px 0;
}

.textbook h2::after {
  content: "";
  width: 80px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ceeab0;
}

.post-password-required .textbook {
  padding-top: 100px;
}

.row {
  display: flex;
  justify-content: space-between;
  margin: 100px 0 80px 0;
}

.row main {
  width: 70%;
  margin-top: 0;
  padding: 0 82px;
}

.row aside {
  width: 30%;
  padding-right: 82px;
}

.single .header__img {
  margin-top: 110px;
}

aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.meta {
  display: flex;
  align-items: center;
}

.meta .date {
  margin-right: 20px;
}

.meta .post__cat ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.meta .post__cat a {
  display: inline-block;
  padding: 6px 15px;
  background-color: #eaf205;
  text-decoration: none;
  color: inherit;
}

.single .entry-title {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}

.single .row aside .wp-block-heading {
  margin: 0 0 20px 0;
  background-color: #92d051;
  color: #fff;
  font-size: 1.125rem;
  font-weight: normal;
  padding: 6px 18px;
}

.single .row aside li {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.single .row aside li a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.wp-block-latest-posts__post-date {
  margin-bottom: 2px;
  font-size: 0.75rem;
}

.movie {
  margin: 100px 0;
}

.movie .container {
  padding: 0 82px;
}

.movie .h h2 {
  position: relative;
  margin: 0;
  font-size: 3.125rem;
  z-index: 1;
}

.movie .h h2 span {
  display: block;
  font-size: 1.25rem;
}

.movie .h h2::before {
  content: "";
  width: 58px;
  height: 75px;
  background-image: url("/assets/img/h2_bg.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -0.4em;
  left: -10px;
  z-index: -1;
}

.movie_wrap {
  position: relative;
  max-width: 1280px;
  margin: 50px auto 0;
  padding: 70px 0 0 82px;
}

.movie_wrap::after {
  content: "";
  width: calc(100% - 82px);
  height: calc(100% - 70px);
  max-width: calc(1280px - 82px);
  background-color: #fdffc7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.movie_wrap p {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 0;
}

.alart {
  background-color: #f8d7da;
  padding: 20px 40px;
  border-radius: 5px;
  color: red;
}

.first-campaign {
  padding: 90px 120px;
  margin-bottom: 70px;
  position: relative;
  background-image: url("/assets/img/first-campaing_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.first-campaign::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 65px 62.5px 0 62.5px;
  border-color: #ffffff transparent transparent transparent;
  z-index: 2;
}

.first-campaign::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #ceeab0, #81bfff);
  opacity: 0.8;
}

.first-campaign .container {
  position: relative;
  width: 94%;
  margin: 0 auto;
  border: 2px solid #92d051;
  background-color: #ffffff;
  padding: 3% 12%;
  z-index: 2;
}

.first-campaign h2 {
  position: relative;
  margin: 0 0 20px 0;
  color: #ff0000;
  font-size: 2.25rem;
  text-align: center;
}

.first-campaign h2 .marker {
  position: relative;
}

.first-campaign h2 .marker::after {
  content: "";
  width: 100%;
  height: 30%;
  background-color: #eaf205;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
}

.first-campaign h2 .sm {
  font-size: 1.875rem;
}

.first-campaign p {
  font-size: 0.875rem;
  margin: 0 0 1em 0;
}

.first-campaign .table {
  margin-top: 20px;
}

.first-campaign .table .inner {
  display: flex;
  margin-bottom: 20px;
}

.first-campaign table {
  margin: 0;
}

.first-campaign table:first-child {
  margin-right: 40px;
}

.first-campaign table caption {
  color: #92d051;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.first-campaign table th,
.first-campaign table td {
  text-align: center;
  padding: 8px 0;
  font-size: 0.875rem;
}

.first-campaign tbody th,
.first-campaign tbody td {
  border: 1px solid #cccccc;
}

.first-campaign thead th,
.first-campaign thead td {
  background-color: #ceeab0;
}

.first-campaign .container .more {
  display: flex;
  margin: 30px 0 0 0;
  justify-content: center;
}

.first-campaign .container .more a {
  text-decoration: none;
  color: #fff;
  background: #92d051;
  padding: 10px;
  width: 40%;
  text-align: center;
}

.first-campaign .container:last-child {
  margin-top: 40px;
}

.first-campaign h2 .subtitle {
  margin-top: 5px;
  text-align: center;
  color: #333;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
}

.first-campaign .container:last-child h3 {
  margin: 1em 0;
  color: #92d051;
}

.first-campaign .container:last-child ul {
  margin: 0 0 1.5em 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.first-campaign .container:last-child ul li {
  padding: 6px 12px;
  margin-right: 8px;
  text-align: center;
  background-color: #ceeab0;
  border-radius: 20px;
}

.price_first_campaign {
  margin-top: 50px;
}

.price_first_campaign h2 {
  position: relative;
  padding: 0 0 15px 0;
  text-align: center;
  color: #ff0000;
  font-size: 1.5rem;
}

.price_first_campaign h2::after {
  content: "";
  width: 54px;
  height: 3px;
  background-color: #92d051;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.price_first_campaign .inner {
  display: flex;
}

.price_first_campaign .inner .item {
  width: 50%;
}

.price_first_campaign .inner .item:first-child {
  margin-right: 40px;
}

br.sp {
  display: none;
}

@media screen and (max-width: 961px) {
  br.sp {
    display: block;
  }

  .announce {
    height: 100px;
    font-size: 1.5rem;
  }

  p {
    font-size: 0.875rem;
  }

  .textbook_link {
    margin: 6px 80px 0 0;
  }

  .textbook_link a {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    padding: 8px 30px 8px 20px;
    border-radius: 4px;
    background-color: #4e8ec8;
    box-shadow: 2px 2px 0px 0px #24425d;
    white-space: nowrap;
    font-size: 0.875rem;
    justify-content: center;
  }

  .textbook_link a::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    background-image: url(/assets/icon/arrow_circle.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .site-main {
    margin-top: 50px;
  }

  .site-header {
    height: 50px;
  }

  .site-header::after {
    height: 50px;
  }

  .site-branding {
    padding: 8px 0 0 16px;
  }

  .site-branding .site-title {
    font-size: 1rem;
  }

  .site-branding h1 {
    line-height: 1;
    width: 150px;
  }

  .menu-toggle {
    margin-left: auto;
    border: none;
    background: #fff;
    width: 60px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .menu-toggle span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
  }

  .mainVisual::after {
    content: none;
  }

  .mainVisual .copy h2 {
    font-size: 1.75rem;
    color: #ffffff;
    -webkit-text-stroke: unset;
    margin-bottom: 30px;
  }

  .mainVisual .copy p {
    font-size: 0.75rem;
    color: #ffffff;
  }

  .mainVisual .copy .logo {
    width: 70%;
  }

  .mainVisual::before {
    display: none
  }

  .mainVisual .img {
    width: 100%;
  }

  .mainVisual .img img {
    transform: scale(1, 1);
  }

  .mainVisual .img::after {
    opacity: 0.4;
  }

  .mainVisual .campaign_banner {
    width: 30%;
    bottom: 10px;
    right: 10px;
  }

  .mainVisual .banner {
    width: 180px;
  }

  .news {
    flex-direction: column;
  }

  .mainVisual .copy {
    left: 8px;
    top: unset;
    bottom: 150px;
    transform: unset;
    max-width: 100%;
  }

  .campaign::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: -1;
    opacity: 0.6;
  }

  .campaign::after {
    background-image: url("/assets/img/open_anniversary_campaign_bg_sp.png");
  }

  .campaign .inner {
    padding: 0 16px;
  }

  .campaign .content p {
    font-size: 1.125rem;
  }

  .campaign .campaign_h {
    margin-bottom: 70px;
  }

  .campaign h2 {
    font-size: 1.4375rem;
  }

  .campaign .flex {
    flex-wrap: wrap;
  }

  .campaign .flex dt,
  .campaign .flex dd {
    font-size: 1.25rem;
    margin: 0 0 20px 0;
  }

  .campaign .flex dt {
    width: 35%;
    text-align: right;
  }

  .campaign .flex dd {
    width: calc(65% - 10px);
  }

  .news .h {
    width: 100%;
    padding: 50px 32px;
  }

  .news .h h2 {
    font-size: 1.5rem;
  }

  .news .h h2 .sm {
    font-size: 0.875rem;
  }

  .news .list {
    width: 100%;
    padding: 30px 16px;
    border-bottom: 1px solid #dddddd;
  }

  .news .list li {
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
  }

  .news .list article a {
    align-items: flex-start;
    flex-direction: column;
  }

  .news .list article a .meta {
    display: flex;
    align-items: center;
  }

  .news .list article a .meta .cat {
    display: block;
    padding: 4px 8px;
    background-color: #eaf205;
    margin-right: 20px;
    font-size: 0.75rem;
  }

  .news .list article a .meta .date {
    font-size: 0.75rem;
  }

  .news .list article a .ttl {
    margin-top: 10px;
  }

  .news .list article a .ttl h3 {
    font-weight: bold;
    margin: 0;
  }

  .introduction .container {
    padding: 0 16px;
  }

  .introduction .container .item .flex .img {
    width: 25%;
    margin-right: 20px;
  }

  .introduction .container .item .flex .tx {
    width: 75%;
    padding-left: 30px;
  }

  .introduction .container .item .flex ul li {
    font-size: 0.875rem;
  }

  .introduction .container .item .h {
    font-size: 1.25rem;
  }

  .introduction .bx .inner {
    padding: 40px 20px 80px 20px;
    width: 90%;
  }

  .introduction .bx .inner p {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .introduction .bx .inner p br {
    display: none;
  }

  .introduction .bx .inner p .lg {
    font-size: 1.25rem;
  }

  .introduction .bx .inner p.name {
    bottom: 40px;
    font-size: 0.875rem;
  }

  .feature .h {
    padding-left: 32px;
  }

  .feature .h h2 {
    font-size: 1.5rem;
  }

  .feature .h h2 .sm {
    font-size: 0.875rem;
  }

  .feature .item {
    flex-direction: column;
    margin-bottom: 70px;
  }

  .feature .item .tx {
    width: 95%;
    padding: 40px 15% 40px 16px;
    border-radius: 0 100px 100px 0;
  }

  .feature .item:nth-child(odd) .tx {
    padding: 40px 16px 40px 15%;
    border-radius: 100px 0 0 100px;
    margin-left: auto;
  }

  .feature .item .tx h3 {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }

  .feature .item .img {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .feature .item:nth-child(odd) .img {
    margin: 0 0 30px 0;
  }

  .instructor .h {
    padding-left: 16px;
  }

  .instructor .h h2 {
    font-size: 1.5rem;
  }

  .instructor .h h2 span {
    font-size: 0.875rem;
  }

  .instructor .list {
    padding: 0 16px;
  }

  .instructor .list ul {
    flex-wrap: wrap;
  }

  .instructor .list li {
    width: calc(50% - 15px);
    min-width: unset;
    margin: 0 30px 30px 0;
  }

  .instructor .list li:nth-child(even) {
    margin-right: 0;
  }

  .post-type-archive .container article:nth-child(3n) {
    margin-right: 30px;
  }

  .instructor .item .tx .name {
    align-items: flex-end;
  }

  .instructor .item .tx .name .age {
    font-size: 0.875rem;
  }

  .instructor .item .tx .comment {
    font-size: 0.75rem;
  }

  .entry-content .container {
    padding: 0 16px;
    margin-top: 70px;
  }

  .entry-content .table th,
  .entry-content .table td {
    font-size: 0.875rem;
  }

  .contact .flex {
    flex-direction: column;
  }

  .contact .flex .item {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 30px;
  }

  .contact .flex .item:last-child {
    margin-bottom: 0;
  }

  .contact .container {
    padding: 0 40px;
  }

  .contact .container h2 {
    font-size: 2rem;
  }

  .contact .flex .item .btn a {
    width: 80%;
  }

  .contact .container .more {
    width: 100%;
  }

  .links .container {
    padding: 0 16px;
    flex-direction: column;
  }

  .links .item {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .price .h h1,
  .price .h h2 {
    font-size: 2.25rem;
  }

  .price .h h1 span,
  .price .h h2 span {
    font-size: 1rem;
  }

  .price .flex {
    flex-direction: column;
  }

  .price .flex .item {
    width: 100%;
  }

  .daily_price h2,
  .specific_station h2,
  .basic_price h2,
  .mycar h2,
  .credit .h h3 {
    font-size: 1.25rem;
  }

  .specific_station .maps {
    flex-direction: column;
  }

  .specific_station .maps .item {
    width: 100%;
  }

  .price .bx {
    padding: 40px 16px;
  }

  .price .bx .h h3 {
    font-size: 1rem;
  }

  .note {
    padding: 40px 16px;
  }

  .note>ul>li::before {
    width: 15px;
    height: 15px;
  }

  .mycar ul {
    padding-left: 20px;
  }

  .program_content .h h1 {
    font-size: 2.25rem;
  }

  .program_content h2 {
    font-size: 1.25rem;
  }

  .program_content dt {
    font-size: 0.875rem;
  }

  .program_content dd li {
    font-size: 0.875rem;
  }

  .program_content .list>ul li {
    font-size: 0.875rem;
  }

  .program_content .list>ul li .icon {
    width: 15px;
  }

  .program_criterion .h h1 {
    font-size: 2.25rem;
  }

  .program_criterion .bx {
    flex-direction: column;
  }

  .program_criterion .bx .h {
    width: 100%;
  }

  .program_criterion .bx .h h2 {
    font-size: 1.25rem;
  }

  .program_criterion .bx .content {
    padding: 30px 16px;
    width: 100%;
    border-radius: 0 0 30px 30px;
  }

  .program_criterion .bx .content h2 {
    font-size: 1rem;
    margin: 0 0 20px 0;
  }

  .program_criterion .bx .content dl {
    margin-bottom: 30px;
  }

  .program_criterion .bx .content dl:last-child {
    margin-bottom: 0;
  }

  .program_criterion .bx .content dl dt {
    width: 100%;
    font-size: 0.875rem;
    color: #92d051;
  }

  .program_criterion .bx .content dl dd {
    width: 100%;
    font-size: 0.875rem;
  }

  .program_criterion .bx .content dl dd:last-child {
    margin-bottom: 0;
  }

  .post-type-archive .site-main .container {
    margin: 70px 0;
    padding: 0 16px;
  }

  .post-type-archive .container .list {
    flex-wrap: wrap;
  }

  .post-type-archive .container article {
    width: calc(50% - 15px);
    margin: 0 30px 30px 0;
  }

  .post-type-archive .container article:nth-child(even) {
    margin-right: 0;
  }

  .post-type-archive .container article .tx .name h3 {
    font-size: 1rem;
    margin-right: 10px;
  }

  .post-type-archive .container article .tx .name .age {
    font-size: 0.75rem;
  }

  .post-type-archive .container article .tx .info {
    font-size: 0.875rem;
  }

  .heading h1,
  .heading h2 {
    font-size: 2.25rem;
  }

  .heading h1 span,
  .heading h2 span {
    font-size: 1rem;
  }

  .entry-content .recruitment .table th {
    width: 30%;
  }

  .entry-content .recruitment .table td {
    width: 70%;
  }

  .form {
    padding: 30px 8px;
  }

  .form dl dt {
    font-size: 0.75rem;
    width: 35%;
    padding: 8px 4px;
  }

  .form dl dd {
    width: 65%;
    font-size: 0.75rem;
  }

  .form dl dd input[type="text"]::placeholder {
    font-size: 0.75rem;
  }

  .form dl dd textarea::placeholder {
    font-size: 0.75rem;
  }

  .form dl dd select {
    font-size: 0.75rem;
  }

  .confirm input[type="submit"] {
    font-size: 0.75rem;
  }

  .cancel .bx {
    padding: 40px 16px;
  }

  .cancel .bx .h h1,
  .cancel .bx .h h2 {
    font-size: 1rem;
  }

  .entry-content .cancel .table th {
    width: 65%;
  }

  .entry-content .cancel .table td {
    width: 35%;
  }

  .sitemap .h h1,
  .sitemap .h h2 {
    font-size: 2.25rem;
  }

  .sitemap .h h1 span,
  .sitemap .h h2 span {
    font-size: 1rem;
  }

  .sitemap li {
    font-size: 0.75rem;
  }

  .faq .container {
    padding: 0 16px;
  }

  .faq .h h2 {
    font-size: 2.25rem;
  }

  .faq .h h2 span {
    font-size: 1rem;
  }

  .faq dt {
    font-size: 0.875rem;
  }

  .faq dt .question {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }

  .faq dd {
    font-size: 0.875rem;
  }

  .entry-content .company .table th {
    width: 35%;
  }

  .entry-content .company .table td {
    width: 65%;
  }

  .area .h h1 {
    font-size: 2.25rem;
  }

  .area .h h1 span {
    font-size: 1rem;
  }

  .area .bx {
    padding: 40px 16px;
  }

  .area .bx .h h3 {
    font-size: 1rem;
  }

  .entry-content .area .table table {
    border-collapse: collapse;
  }

  .entry-content .area .table tbody th {
    width: 100%;
  }

  .entry-content .area .table th,
  .entry-content .area .table td {
    display: block;
  }

  .pregnancy .flex .item {
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
  }

  .pregnancy figcaption {
    font-size: 0.75rem;
  }

  .pregnancy .list .item {
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
  }

  .pregnancy .list .item .tx h3 {
    font-size: 1rem;
  }

  .insurance>.h h1,
  .insurance>.h h2 {
    font-size: 2.25rem;
  }

  .insurance>.h h1 span,
  .insurance>.h h2 span {
    font-size: 1rem;
  }

  .insurance .bx {
    padding: 40px 16px;
  }

  .entry-content .insurance .table tbody th,
  .entry-content .insurance .table tbody td {
    font-size: 0.75rem;
  }

  .insurance>h2 {
    font-size: 1.25rem;
  }

  .car .flex .item {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .children .flex {
    flex-direction: column;
  }

  .children .flex .item {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .textbook .h h1 {
    font-size: 2.25rem;
  }

  .textbook .list .button {
    flex-basis: 100%;
    margin-right: 0;
  }

  .footer_cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ceeab0;
    padding: 4px;
    z-index: 9999;
  }

  .footer_cta .inner {
    display: flex;
  }

  .footer_cta>p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
    margin: 0;
    padding: 4px 0;
    color: #b64749;
    font-weight: bold;
  }

  .footer_cta>p .icon {
    display: inline-block;
    width: 20px;
    margin-right: 5px;
  }

  .footer_cta a {
    position: relative;
    display: block;
    width: calc(50% - 5px);
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    padding: 8px 0;
    border-radius: 4px;
  }

  .footer_cta a:first-child {
    background-color: #b1457d;
    box-shadow: 2px 2px 0px 0px #68294a;
    margin-right: 5px;
  }

  .footer_cta a:last-child {
    background-color: #3e709e;
    box-shadow: 2px 2px 0px 0px #24425d;
  }

  .footer_cta a::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    background-image: url(/assets/icon/arrow_circle.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .site-footer .container {
    padding: 70px 16px;
    flex-direction: column;
  }

  .site-footer .container .left {
    margin-bottom: 50px;
    width: 100%;
  }

  .site-footer .container .left .calendar {
    width: 100%;
  }

  .site-footer .container .left .calendar .inner {
    background-color: #ffffff;
    position: relative;
  }

  .site-footer .container .right {
    width: 100%;
  }

  .site-footer .container .right .inner .nav .list li a {
    font-size: 0.8125rem;
  }

  .site-footer .site-info {
    font-size: 0.625rem;
  }

  .row {
    flex-direction: column;
    margin-top: 70px;
  }

  .row main {
    width: 100%;
    padding: 0 16px;
    margin: 0 0 50px 0;
  }

  .row aside {
    width: 100%;
    padding: 0 16px;
  }

  .meta .date {
    font-size: 0.875rem;
  }

  .meta .post__cat a {
    font-size: 0.875rem;
  }

  .single .entry-title {
    font-size: 1.25rem;
  }

  .single .header__img {
    margin-top: 50px;
  }

  .movie {
    margin: 70px 0;
  }

  .movie .container {
    padding: 0 16px;
  }

  .movie .h {
    padding: 0 0 0 16px;
  }

  .movie .h h2 {
    font-size: 1.5rem;
  }

  .movie .h h2 .sm {
    font-size: 0.875rem;
  }

  .movie_wrap {
    padding: 32px 0 0 16px;
  }

  .movie_wrap::after {
    width: calc(100% - 16px);
    height: calc(100% - 32px);
  }

  .movie_wrap p {
    font-size: 0.875rem;
  }

  .alart {
    padding: 10px 20px;
  }

  .first-campaign {
    padding: 100px 8px;
  }

  .first-campaign .container {
    padding: 6%;
  }

  .first-campaign .container h2 {
    font-size: 1.5rem;
  }

  .first-campaign .container h2 .sm {
    font-size: 1.25rem;
  }

  .first-campaign .table .inner {
    flex-direction: column;
  }

  .first-campaign table:first-child {
    margin: 0 0 30px 0;
  }

  .first-campaign p.sm {
    font-size: 0.75rem;
  }

  .price_first_campaign .inner {
    flex-direction: column;
  }

  .price_first_campaign .inner .item {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .first-campaign h2 .subtitle {
    font-size: 1.125rem;
  }

  .first-campaign .container:last-child ul {
    flex-wrap: wrap;
  }

  .first-campaign .container:last-child ul li {
    font-size: 0.875rem;
    margin: 0 10px 10px 0;
  }

  .first-campaign .container .more a {
    width: 90%;
  }

  .first-campaign table caption {
    font-size: 1rem;
  }

  .first-campaign .container:last-child h3 {
    font-size: 1rem;
  }
}