<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

html {
  font-size: 62.5%;
}

html.nav-open {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

body {
  background: #fff url(../images/common/bg_01.png);
  background-size: 50px 50px;
  overflow-x: hidden;
  color: #5c4d3f;
  font-family: "Yu Gothic", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
}

::-moz-selection {
  background: #333;
  color: #fff;
}

::selection {
  background: #333;
  color: #fff;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea {
  border-radius: 0;
}

input,
textarea,
select,
option,
button {
  font-size: 1.6rem;
}

a[href],
label[for],
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"],
select,
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #d2d2d2;
  font-size: 1.6rem;
  opacity: 1;
}

::-moz-placeholder {
  color: #d2d2d2;
  font-size: 1.6rem;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #d2d2d2;
  font-size: 1.6rem;
  opacity: 1;
}

.l-contents {
  padding: 0 20px;
}

.l-main {
  padding: 0 20px;
}

.l-side {
  margin-top: 40px;
  padding: 0 20px;
}

.c-container {
  position: relative;
}

.c-inner {
  position: relative;
}

.c-page-header {
  position: relative;
  top: -37px;
  margin-bottom: 13px;
  height: 222px;
  background: url(../images/common/img_page_header_01.jpg) center center no-repeat;
  background-size: cover;
}

.c-page-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_dots.png) 0 0 repeat;
  background-size: 22px 22px;
}

.c-page-header-title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 2.0rem;
  text-align: center;
  line-height: 1.2;
}

.c-page-header-title::before, .c-page-header-title::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-page-header-title::before {
  left: -40px;
  background-image: url(../images/common/bg_header_title_01.png);
}

.c-page-header-title::after {
  right: -40px;
  background-image: url(../images/common/bg_header_title_02.png);
}

.c-page-header-bottom {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}

.c-page-header-bottom img {
  width: 100%;
}

.c-section-title01 {
  font-size: 2.0rem;
  text-align: center;
}

.c-section-title01 span {
  position: relative;
}

.c-section-title01 span::before, .c-section-title01 span::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-section-title01 span::before {
  left: -60px;
  width: 52px;
  height: 38px;
  background: url(../images/common/bg_title_01.png) 0 0 no-repeat;
  background-size: 52px 38px;
}

.c-section-title01 span::after {
  right: -60px;
  width: 48px;
  height: 43px;
  background: url(../images/common/bg_title_02.png) 0 0 no-repeat;
  background-size: 48px 43px;
}

.c-section-title02 {
  position: relative;
  margin-bottom: 20px;
  padding-top: 20px;
  font-size: 1.8rem;
  text-align: center;
}

.c-section-title02::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 65px;
  height: 13px;
  background: url(../images/common/bg_title02_01.png) 0 0 no-repeat;
  background-size: 65px 13px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-button {
  position: relative;
  display: inline-block;
  min-width: 150px;
  background-color: #4ab100;
  padding: 10px 24px;
  border-radius: 30px;
  -webkit-box-shadow: 0 4px 0 #347c00;
          box-shadow: 0 4px 0 #347c00;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.c-button::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_white.png) 0 0 no-repeat;
  background-size: 8px 14px;
}

.c-section-lead {
  margin: 20px 20px 30px;
  text-align: center;
}

.c-section-lead br {
  display: none;
}

.c-whitebg {
  padding: 20px;
  background: #fff;
  border-radius: 15px;
}

.c-about-nav {
  position: relative;
  margin: 70px 0 -80px;
  background: url(../images/about/bg_about-nav_02_sp.png);
  background-size: 50px 50px;
}

.c-about-nav::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: url(../images/about/bg_about-nav_01_sp.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.c-about-nav-inner {
  padding: 40px 40px 70px;
}

.c-about-nav-list {
  max-width: 480px;
  margin: -20px auto 0;
  list-style: none;
}

.c-about-nav-item {
  margin-top: 20px;
}

.c-about-nav-item-anchor {
  position: relative;
  display: block;
  padding: 3px;
  background: #4ab100;
  border-radius: 15px;
  text-decoration: none;
}

.c-about-nav-item-anchor::before, .c-about-nav-item-anchor::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 17px;
  width: 11px;
  height: 19px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 11px 19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-about-nav-item-anchor::before {
  background-image: url(../images/common/icon_arrow_white.png);
}

.c-about-nav-item-anchor::after {
  background-image: url(../images/common/icon_arrow_green_01.png);
  opacity: 0;
  visibility: hidden;
}

.c-about-nav-item-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 35px 10px 15px;
  border: 2px dotted #fff;
  border-radius: 13px;
}

.c-about-nav-item-image {
  width: 60px;
}

.c-about-nav-item-image img {
  border-radius: 50%;
}

.c-about-nav-item-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}

.c-about-character-image img {
  border-radius: 8px;
}

.c-about-character-text {
  margin-top: 20px;
}

.c-about-character-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 1.6rem;
  border-bottom: 2px dotted #4ab100;
}

.c-about-character-title + p {
  line-height: 1.8;
}

.header {
  position: relative;
  padding: 15px 0 35px;
  background: url(../images/common/bg_header_01_sp.png) 0 0 no-repeat;
  background-size: 100% 100%;
  text-align: center;
  z-index: 3;
}

.header .logo {
  width: 176px;
  margin: 0 auto;
  font-size: 0;
}

.header-info {
  display: none;
}

.global-nav {
  position: fixed;
  display: none;
  top: 38px;
  width: 100%;
  height: 100%;
  padding: 98px 20px 0;
  background: #4ab100;
  z-index: 2;
}

.global-nav-wrapper {
  position: relative;
  background: #fff;
  border-radius: 20px;
}

.global-nav-wrapper::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #fff transparent;
}

.global-nav-inner {
  position: relative;
  max-height: 380px;
  font-weight: 700;
  text-align: center;
  border-radius: 20px;
  z-index: 2;
  overflow-y: auto;
}

.global-nav-inner a {
  color: #5c4d3f;
}

.global-nav-list {
  padding: 20px;
}

.global-nav-accordion-item:not(:first-child), .global-nav-item:not(:first-child) {
  border-top: 3px dotted #4ab100;
}

.global-nav-accordion-item {
  position: relative;
  opacity: 0;
  -webkit-transform: scale(1, 0) translateY(40px);
          transform: scale(1, 0) translateY(40px);
  -webkit-transition: .2s ease-in-out .1s;
  transition: .2s ease-in-out .1s;
}

.global-nav-accordion-item a {
  display: block;
  padding: 15px 0;
}

.global-nav-accordion-item a span br {
  display: none;
}

.global-nav-accordion-more {
  position: absolute;
  top: 15px;
  right: 0;
  width: 20px;
  height: 20px;
}

.global-nav-accordion-more::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 8px;
  background: url(../images/common/icon_arrow_green_bottom.png) 0 0 no-repeat;
  background-size: 14px 8px;
}

.global-nav-accordion-more.is-open::before {
  background: url(../images/common/icon_arrow_green_top.png) 0 0 no-repeat;
  background-size: 14px 8px;
}

.global-nav-accordion-inner {
  display: none;
}

.global-nav-accordion-inner-item {
  margin: 0 0 10px;
  background: #cffa8b;
  border: none;
  border-radius: 10px;
}

.global-nav-accordion-inner-item:last-child {
  margin-bottom: 20px;
}

.global-nav-item {
  opacity: 0;
  -webkit-transform: scale(1, 0) translateY(40px);
          transform: scale(1, 0) translateY(40px);
  -webkit-transition: .2s ease-in-out .1s;
  transition: .2s ease-in-out .1s;
}

.global-nav-item:nth-child(2) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.global-nav-item:nth-child(3) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.global-nav-item:nth-child(4) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.global-nav-item:nth-child(5) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.global-nav-item:nth-child(6) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.global-nav-item a {
  display: block;
  padding: 15px 0;
}

.global-nav-item a span br {
  display: none;
}

.global-nav-info {
  position: relative;
  margin-top: 20px;
  padding-bottom: 25px;
  background: #cffa8b;
  border-radius: 0 0 20px 20px;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: .2s ease-in-out .5s;
  transition: .2s ease-in-out .5s;
}

.global-nav-info::before {
  content: '';
  position: absolute;
  top: -24px;
  left: 0;
  width: 100%;
  height: 24px;
  background: url(../images/common/bg_nav_01.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.global-nav-info .tel {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.global-nav-info .tel::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_tel_brown.png) 0 0 no-repeat;
  background-size: cover;
}

.global-nav-trigger {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 60px;
  height: 60px;
  padding: 3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  border-radius: 50%;
  z-index: 3;
}

.global-nav-trigger-inner {
  width: 100%;
  height: 100%;
  border: 2px dotted #4ab100;
  border-radius: 50%;
}

.global-nav-trigger span {
  position: absolute;
  display: block;
  top: 20px;
  left: 50%;
  width: 30px;
  height: 3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #4ab100;
  border-radius: 5px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.global-nav-trigger span:nth-child(2) {
  top: 28px;
}

.global-nav-trigger span:nth-child(3) {
  top: 36px;
}

.global-nav-trigger.is-open span:nth-child(1) {
  top: 28px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.global-nav-trigger.is-open span:nth-child(2) {
  opacity: 0;
}

.global-nav-trigger.is-open span:nth-child(3) {
  top: 28px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.global-nav.is-open .global-nav-accordion-item,
.global-nav.is-open .global-nav-item {
  opacity: 1;
  -webkit-transform: scale(1, 1) translateY(0);
          transform: scale(1, 1) translateY(0);
}

.global-nav.is-open .global-nav-info {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.footer {
  position: relative;
  margin-top: 80px;
  text-align: center;
}

.footer-contact-area {
  position: relative;
  background: url(../images/common/bg_footer_01.jpg) center center no-repeat;
  background-size: cover;
}

.footer-contact-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../images/common/img_footer_line.jpg) 0 0 no-repeat;
  background-size: 100% 100%;
}

.footer-contact-area-button {
  position: relative;
  padding: 70px 0 60px;
  z-index: 1;
}

.footer-contact-area-button-inner {
  display: inline-block;
  min-width: 300px;
  padding: 3px;
  border-radius: 40px;
  background: #fff;
  -webkit-box-shadow: 0 4px 0 #4ab100;
          box-shadow: 0 4px 0 #4ab100;
}

.footer-contact-area-button .footer-button {
  position: relative;
  padding: 15px 20px;
  display: block;
  border: 2px dotted #4ab100;
  border-radius: 40px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #5c4d3f;
}

.footer-contact-area-button .footer-button::before, .footer-contact-area-button .footer-button::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer-contact-area-button .footer-button::before {
  left: 20px;
  width: 40px;
  height: 32px;
  background: url(../images/common/bg_title_01.png) 0 0 no-repeat;
  background-size: 40px 32px;
}

.footer-contact-area-button .footer-button::after {
  right: 20px;
  width: 40px;
  height: 35px;
  background: url(../images/common/bg_title_02.png) 0 0 no-repeat;
  background-size: 40px 35px;
}

.footer-contact-area::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_dots.png) 0 0 repeat;
  background-size: 22px 22px;
  z-index: 0;
}

.footer-nav {
  position: relative;
  padding: 10px 0 20px;
  background: #4ab100;
  background-size: 100% 100%;
}

.footer-nav::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 8px;
  background: url(../images/common/bg_footer_03_sp.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.footer-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 20px;
}

.footer-nav-item {
  position: relative;
  margin: 10px 0 0 15px;
  padding-left: 15px;
}

.footer-nav-item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: calc(100% - 4px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}

.footer-nav-item a {
  position: relative;
  color: #fff;
}

.footer-nav-item a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 15px 15px;
}

.footer-nav-item:first-child {
  margin-left: 0;
  padding: 0;
}

.footer-nav-item:first-child::before {
  content: none;
}

.footer-nav-item:nth-child(4)::before {
  content: none;
}

.footer-nav-item:nth-child(4) a {
  padding-left: 20px;
}

.footer-nav-item:nth-child(4) a::before {
  background-image: url(../images/common/icon_instagram_white.png);
}

.footer-nav-item:last-child a {
  padding: 0 16px 0 20px;
}

.footer-nav-item:last-child a::before {
  background-image: url(../images/common/icon_facebook_white.png);
}

.footer .copyright {
  padding: 5px 0;
  background-color: #347c00;
  background-image: -webkit-linear-gradient(135deg, #468319 25%, transparent 25%, transparent 50%, #468319 50%, #468319 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #468319 25%, transparent 25%, transparent 50%, #468319 50%, #468319 75%, transparent 75%, transparent);
  background-size: 10px 10px;
  background-repeat: repeat;
  font-size: 1.0rem;
  color: #fff;
  text-align: center;
}

.footer .pagetop {
  position: absolute;
  top: -30px;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.footer .pagetop a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background: #4ab100;
  border-radius: 50%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.footer .pagetop a::before, .footer .pagetop a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
}

.footer .pagetop a::before {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px dotted #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer .pagetop a::after {
  width: 11px;
  height: 20px;
  background: url(../images/common/icon_arrow_white.png) 0 0 no-repeat;
  background-size: cover;
  -webkit-transform: translate(-50%, -55%) rotate(-90deg);
          transform: translate(-50%, -55%) rotate(-90deg);
}

.home .footer {
  margin: 0;
  padding: 0;
}

.contact .footer {
  margin-top: 80px;
  padding-top: 60px;
}

.contact .footer-contact-area {
  display: none;
}

.column-side-links {
  margin-top: 20px;
}

.column-side-label {
  position: relative;
  padding: 10px;
  background: #4ab100;
  border-radius: 10px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.column-side-label.is-open {
  border-radius: 10px 10px 0 0;
}

.column-side-label::before, .column-side-label::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
}

.column-side-label::before {
  width: 16px;
  height: 2px;
  right: 20px;
}

.column-side-label::after {
  width: 2px;
  height: 16px;
  right: 27px;
}

.column-side-label.is-open::after {
  content: none;
}

.column-side-list {
  display: none;
  background: #fff;
  border-radius: 0 0 15px 15px;
}

.column-side-item {
  border-top: 2px dotted #4ab100;
}

.column-side-item:nth-child(1) {
  border: none;
}

.column-side-item a {
  display: block;
  padding: 10px 15px;
  color: #5c4d3f;
  font-weight: 700;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.home-visual {
  position: relative;
  margin-top: -37px;
}

.home-visual-item {
  height: 300px;
}

.home-visual-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.home-visual-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-visual-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.home-visual .slick-prev,
.home-visual .slick-next {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 50px;
  background: #fff;
  z-index: 1;
  font-size: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: none;
}

.home-visual .slick-prev::before,
.home-visual .slick-next::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 11px;
  height: 21px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home-visual .slick-prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}

.home-visual .slick-prev::before {
  left: 10px;
  background: url(../images/common/icon_arrow_green_02.png) 0 0 no-repeat;
  background-size: 11px 21px;
}

.home-visual .slick-next {
  right: 0;
  border-radius: 5px 0 0 5px;
}

.home-visual .slick-next::before {
  right: 10px;
  background: url(../images/common/icon_arrow_green_01.png) 0 0 no-repeat;
  background-size: 11px 21px;
}

.home-idea {
  background: url(../images/home/bg_01.png) 0 0 repeat;
}

.home-idea-container {
  padding: 50px 0 65px;
}

.home-idea-container::before, .home-idea-container::after {
  content: '';
  position: absolute;
  bottom: 5px;
}

.home-idea-container::before {
  left: 20;
  width: 119px;
  height: 87px;
  background: url(../images/home/bg_setion_01_03.png) 0 0 no-repeat;
  background-size: 119px 87px;
}

.home-idea-container::after {
  right: 0;
  width: 83px;
  height: 123px;
  background: url(../images/home/bg_setion_01_04.png) 0 0 no-repeat;
  background-size: 83px 123px;
  z-index: 0;
}

.home-idea-inner::before, .home-idea-inner::after {
  content: '';
  position: absolute;
  top: -40px;
  height: 66px;
  z-index: 0;
}

.home-idea-inner::before {
  left: 0;
  width: 90px;
  background: url(../images/home/bg_setion_01_01.png) 0 0 no-repeat;
  background-size: 90px 66px;
}

.home-idea-inner::after {
  right: 0;
  width: 100px;
  background: url(../images/home/bg_setion_01_02.png) 0 0 no-repeat;
  background-size: 100px 66px;
}

.home-idea-title {
  position: relative;
  font-size: 2.0rem;
  text-align: center;
  z-index: 1;
}

.home-idea-lead {
  position: relative;
  padding-top: 25px;
  text-align: center;
  z-index: 1;
}

.home-idea-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px -15px 0;
  z-index: 1;
}

.home-idea-item {
  width: calc(50% - 30px);
  margin: 15px 15px 0;
}

.home-idea-item img {
  border-radius: 53% 47% 54% 46% / 45% 58% 42% 55%;
}

.home-guide {
  position: relative;
  background: url(../images/home/bg_03.png) 0 0 repeat;
  background-size: contain;
}

.home-guide::before {
  content: '';
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 9px;
  background: url(../images/home/bg_02.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.home-guide-container {
  padding: 60px 0 110px;
}

.home-guide-container::before, .home-guide-container::after {
  content: '';
  position: absolute;
  bottom: 25px;
}

.home-guide-container::before {
  left: 20px;
  width: 158px;
  height: 32px;
  background: url(../images/home/bg_setion_02_03.png) 0 0 no-repeat;
  background-size: 158px 32px;
}

.home-guide-container::after {
  right: 20px;
  width: 138px;
  height: 58px;
  background: url(../images/home/bg_setion_02_04.png) 0 0 no-repeat;
  background-size: 138px 58px;
  z-index: 0;
}

.home-guide-inner::before, .home-guide-inner::after {
  content: '';
  position: absolute;
  z-index: 0;
}

.home-guide-inner::before {
  top: 750px;
  left: 0;
  width: 45px;
  height: 140px;
  background: url(../images/home/bg_setion_02_01.png) 0 0 no-repeat;
  background-size: 45px 145px;
}

.home-guide-inner::after {
  top: 225px;
  right: 0;
  width: 42px;
  height: 140px;
  background: url(../images/home/bg_setion_02_02.png) 0 0 no-repeat;
  background-size: 42px 140px;
}

.home-guide-list {
  position: relative;
  margin-top: 30px;
  z-index: 1;
}

.home-guide-item {
  margin-top: 20px;
  padding: 10px;
  background: url(../images/home/bg_article.jpg) 0 0 repeat;
  background-size: 100% 100%;
  border-radius: 15px;
}

.home-guide-item-inner {
  padding: 20px 20px;
  background: #fff;
  border-radius: 15px;
}

.home-guide-item-image {
  position: relative;
  height: 200px;
  text-align: center;
  overflow: hidden;
  border-radius: 8px;
}

.home-guide-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-guide-item-title {
  margin-top: 20px;
  font-size: 1.6rem;
}

.home-guide-item-detail {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px dotted #4ab100;
}

.home-guide-item-button {
  margin-top: 20px;
  text-align: center;
}

.home-guide-item.-event .c-button:hover, .home-guide-item.-state .c-button:hover, .home-guide-item.-trial .c-button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home-guide-item.-event .home-guide-item-detail {
  border-color: #ff5a52;
}

.home-guide-item.-event .c-button {
  background: #ff5a52;
  -webkit-box-shadow: 0 4px 0 #c2342d;
          box-shadow: 0 4px 0 #c2342d;
}

.home-guide-item.-state .home-guide-item-detail {
  border-color: #ffac1b;
}

.home-guide-item.-state .c-button {
  background: #ffac1b;
  -webkit-box-shadow: 0 4px 0 #c07a00;
          box-shadow: 0 4px 0 #c07a00;
}

.home-guide-item.-trial .home-guide-item-detail {
  border-color: #8c6a35;
}

.home-guide-item.-trial .c-button {
  background: #8c6a35;
  -webkit-box-shadow: 0 4px 0 #623e07;
          box-shadow: 0 4px 0 #623e07;
}

.home-guide-banner-item {
  width: 80%;
  margin: 20px auto 0;
}

.home-guide-banner-item a {
  display: block;
}

.home-info {
  position: relative;
  background: url(../images/home/bg_05.png) 0 0 repeat;
  background-size: contain;
}

.home-info::before {
  content: '';
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 9px;
  background: url(../images/home/bg_04.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.home-info-container {
  padding: 60px 0 160px;
}

.home-info-container::before, .home-info-container::after {
  content: '';
  position: absolute;
  bottom: 40px;
}

.home-info-container::before {
  left: 0px;
  width: 84px;
  height: 120px;
  background: url(../images/home/bg_setion_03_03.png) 0 0 no-repeat;
  background-size: 84px 120px;
}

.home-info-container::after {
  right: 20px;
  width: 146px;
  height: 87px;
  background: url(../images/home/bg_setion_03_04.png) 0 0 no-repeat;
  background-size: 146px 87px;
}

.home-info-inner::before, .home-info-inner::after {
  content: '';
  position: absolute;
  z-index: 0;
}

.home-info-inner::before {
  top: 540px;
  left: 0;
  width: 26px;
  height: 248px;
  background: url(../images/home/bg_setion_03_01_sp.png) 0 0 no-repeat;
  background-size: 26px 248px;
}

.home-info-inner::after {
  top: 215px;
  right: 0;
  width: 26px;
  height: 248px;
  background: url(../images/home/bg_setion_03_02_sp.png) 0 0 no-repeat;
  background-size: 26px 248px;
}

.home-info-tab {
  margin: 30px -20px 0 -2px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.home-info-tab-label {
  display: inline-block;
  margin: 0 2px;
}

.home-info-tab-label a {
  display: block;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  opacity: 0.5;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  background: #ff5a52;
}

.home-info-tab-label a.is-active {
  opacity: 1;
}

.home-info-tab-label.-event a {
  min-width: 185px;
  background: #ff5a52;
}

.home-info-tab-label.-state a {
  min-width: 130px;
  background: #ffac1b;
}

.home-info-tab-label.-trial a {
  min-width: 220px;
  background: #8c6a35;
}

.home-info-tab-contents-wrapper {
  position: relative;
  display: none;
  margin-top: 30px;
  padding: 30px 20px;
  background: #fff;
  border-radius: 20px;
  z-index: 1;
}

.home-info-tab-contents-wrapper .c-button {
  background: #ff5a52;
  -webkit-box-shadow: 0 4px 0 #c2342d;
          box-shadow: 0 4px 0 #c2342d;
}

.home-info-tab-contents-wrapper.is-active {
  display: block;
}

.home-info-tab-contents-wrapper.-event .home-info-tab-contents-item {
  border-top: 2px dotted #ffcdcb;
}

.home-info-tab-contents-wrapper.-event .home-info-tab-contents-item:first-child {
  border-top: none;
}

.home-info-tab-contents-wrapper.-event .home-info-tab-contents-text-category {
  color: #ff5a52;
}

.home-info-tab-contents-wrapper.-event .home-info-tab-contents-text-category::before {
  background-image: url(../images/common/icon_category_event.png);
}

.home-info-tab-contents-wrapper.-event .c-button {
  background: #ff5a52;
  -webkit-box-shadow: 0 4px 0 #c2342d;
          box-shadow: 0 4px 0 #c2342d;
}

.home-info-tab-contents-wrapper.-state .home-info-tab-contents-item {
  border-top: 2px dotted #ffdea4;
}

.home-info-tab-contents-wrapper.-state .home-info-tab-contents-item:first-child {
  border-top: none;
}

.home-info-tab-contents-wrapper.-state .home-info-tab-contents-text-category {
  color: #ffac1b;
}

.home-info-tab-contents-wrapper.-state .home-info-tab-contents-text-category::before {
  background-image: url(../images/common/icon_category_state.png);
}

.home-info-tab-contents-wrapper.-state .c-button {
  background: #ffac1b;
  -webkit-box-shadow: 0 4px 0 #c07a00;
          box-shadow: 0 4px 0 #c07a00;
}

.home-info-tab-contents-wrapper.-trial .home-info-tab-contents-item {
  border-top: 2px dotted #d1c3ae;
}

.home-info-tab-contents-wrapper.-trial .home-info-tab-contents-item:first-child {
  border-top: none;
}

.home-info-tab-contents-wrapper.-trial .home-info-tab-contents-text-category {
  color: #8c6a35;
}

.home-info-tab-contents-wrapper.-trial .home-info-tab-contents-text-category::before {
  background-image: url(../images/common/icon_category_trial.png);
}

.home-info-tab-contents-wrapper.-trial .c-button {
  background: #8c6a35;
  -webkit-box-shadow: 0 4px 0 #623e07;
          box-shadow: 0 4px 0 #623e07;
}

.home-info-tab-contents-item {
  border-top: 2px dotted #ffcdcb;
}

.home-info-tab-contents-item:first-child {
  border-top: none;
}

.home-info-tab-contents-item .home-info-tab-contents-text-category {
  color: #ff5a52;
}

.home-info-tab-contents-item .home-info-tab-contents-text-category::before {
  background-image: url(../images/common/icon_category_event.png);
}

.home-info-tab-contents-item:first-child a {
  padding-top: 0;
}

.home-info-tab-contents-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

.home-info-tab-contents-image {
  width: 90px;
}

.home-info-tab-contents-image img {
  border-radius: 8px;
}

.home-info-tab-contents-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 8px;
}

.home-info-tab-contents-text-time {
  font-size: 1.0rem;
}

.home-info-tab-contents-text-category {
  position: relative;
  padding-left: 13px;
  font-size: 1.0rem;
}

.home-info-tab-contents-text-category::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 10px 10px;
}

.home-info-tab-contents-text-detail {
  margin-top: 5px;
}

.home-info-tab-contents-button {
  margin-top: 10px;
  text-align: center;
}

.about-philosophy-col:first-child {
  margin-bottom: 30px;
}

.about-philosophy-col-image {
  width: 80%;
  margin: auto;
}

.about-philosophy-col-image img {
  border-radius: 15px;
}

.about-philosophy-col-text {
  margin-top: -40px;
  padding-top: 55px;
}

.about-philosophy-col-title {
  padding-bottom: 10px;
  font-size: 1.6rem;
  border-bottom: 2px dotted #4ab100;
  text-align: center;
}

.about-philosophy-col p {
  margin-top: 10px;
}

.about-overview {
  margin-top: 60px;
}

.about-overview-image {
  width: 90%;
  margin: 0 auto 20px;
}

.about-overview-image img {
  border-radius: 15px;
}

.about-overview-item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about-overview-item-row + .about-overview-item-row {
  margin-top: 20px;
  padding-top: 22px;
  border-top: 2px dotted #4ab100;
}

.about-overview-item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  padding-right: 10px;
  border-right: 2px dotted #4ab100;
  font-size: 1.4rem;
  font-weight: 700;
}

.about-overview-item-detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px 0 20px;
}

.aisatsu-teacher {
  margin-top: 60px;
}

.aisatsu-teacher-list {
  padding: 30px;
}

.aisatsu-teacher-list &gt; .slick-prev,
.aisatsu-teacher-list &gt; .slick-next {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 50px;
  background: #4ab100;
  z-index: 1;
  font-size: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.aisatsu-teacher-list &gt; .slick-prev:focus,
.aisatsu-teacher-list &gt; .slick-next:focus {
  outline: none;
}

.aisatsu-teacher-list &gt; .slick-prev::before,
.aisatsu-teacher-list &gt; .slick-next::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 11px;
  height: 21px;
  background: url(../images/common/icon_arrow_white.png) 0 0 no-repeat;
  background-size: 11px 21px;
}

.aisatsu-teacher-list &gt; .slick-prev {
  left: -20px;
  border-radius: 0 5px 5px 0;
}

.aisatsu-teacher-list &gt; .slick-prev::before {
  left: 10px;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}

.aisatsu-teacher-list &gt; .slick-next {
  right: -20px;
  border-radius: 5px 0 0 5px;
}

.aisatsu-teacher-list &gt; .slick-next::before {
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.aisatsu-teacher-item {
  padding: 10px;
}

.aisatsu-teacher-item-image img {
  border-radius: 8px;
}

.aisatsu-teacher-item-text {
  margin-top: 20px;
}

.aisatsu-teacher-item-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 1.6rem;
  border-bottom: 2px dotted #4ab100;
}

.history-overview {
  margin-top: 60px;
}

.history-overview-image {
  width: 90%;
  margin: 0 auto 20px;
}

.history-overview-image img {
  border-radius: 15px;
}

.history-overview-item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.history-overview-item-row + .history-overview-item-row {
  margin-top: 20px;
  padding-top: 22px;
  border-top: 2px dotted #4ab100;
}

.history-overview-item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  padding-right: 10px;
  border-right: 2px dotted #4ab100;
  font-size: 1.4rem;
  font-weight: 700;
}

.history-overview-item-detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px 0 20px;
}

.ichinichi-flow-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 auto;
}

.ichinichi-flow-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ichinichi-flow-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 29px;
  width: 5px;
  height: calc(100% + 29px);
  border-left: 2px dotted #c8e7b2;
  z-index: -1;
}

.ichinichi-flow-item + .ichinichi-flow-item {
  margin-top: 30px;
}

.ichinichi-flow-item:first-child {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ichinichi-flow-item:first-child::before {
  height: 100%;
}

.ichinichi-flow-item:last-child {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.ichinichi-flow-item-time {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  background: #4ab100;
  border-radius: 50%;
  color: #fff;
  font-size: 1.3rem;
}

.ichinichi-flow-item-time::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  height: 85%;
  border-radius: 50%;
  border: 2px dotted #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ichinichi-flow-item-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ichinichi-flow-item-image {
  width: 80%;
  margin: auto;
}

.ichinichi-flow-item-image img {
  border-radius: 15px;
}

.ichinichi-flow-item-text {
  margin-top: -40px;
  padding-top: 55px;
}

.ichinichi-flow-item-text p {
  margin-top: 10px;
}

.ichinichi-flow-item-title {
  padding-bottom: 10px;
  font-size: 1.6rem;
  border-bottom: 2px dotted #4ab100;
  text-align: center;
}

.ichinichi-flow-item-title span {
  display: inline-block;
  -webkit-transform: skew(-12deg);
          transform: skew(-12deg);
}

.ichinichi-event {
  margin-top: 60px;
}

.ichinichi-event-list {
  list-style: none;
}

.ichinichi-event-item {
  padding: 20px;
  background: #fff;
  border-radius: 15px;
}

.ichinichi-event-item:not(:first-child) {
  margin-top: 20px;
}

.ichinichi-event-item-image img {
  border-radius: 8px;
}

.ichinichi-event-item-text {
  position: relative;
  margin-top: -20px;
  z-index: 2;
}

.ichinichi-event-item-title {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}

.ichinichi-event-item-title span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 40px;
  margin: 0 auto 15px;
  border-radius: 100px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
}

.ichinichi-event-item.-spring .ichinichi-event-item-title {
  color: #ff5a52;
}

.ichinichi-event-item.-spring .ichinichi-event-item-title span {
  background: #ff5a52;
}

.ichinichi-event-item.-summer .ichinichi-event-item-title {
  color: #5ee0ea;
}

.ichinichi-event-item.-summer .ichinichi-event-item-title span {
  background: #5ee0ea;
}

.ichinichi-event-item.-autumn .ichinichi-event-item-title {
  color: #ffa200;
}

.ichinichi-event-item.-autumn .ichinichi-event-item-title span {
  background: #ffa200;
}

.ichinichi-event-item.-winter .ichinichi-event-item-title {
  color: #8c6a35;
}

.ichinichi-event-item.-winter .ichinichi-event-item-title span {
  background: #8c6a35;
}

.nyuen-overview-item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nyuen-overview-item-row + .nyuen-overview-item-row {
  margin-top: 20px;
  padding-top: 22px;
  border-top: 2px dotted #4ab100;
}

.nyuen-overview-item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  padding-right: 10px;
  border-right: 2px dotted #4ab100;
  font-size: 1.4rem;
  font-weight: 700;
}

.nyuen-overview-item-detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px 0 20px;
}

.nyuen-overview-item-detail dt {
  font-weight: 700;
}

.nyuen-overview-item-detail dt:not(:first-child) {
  margin-top: 30px;
}

.nyuen-overview-item-detail ul li {
  position: relative;
  padding-left: 1em;
}

.nyuen-overview-item-detail ul li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.nyuen-qa {
  margin-top: 60px;
}

.nyuen-qa-item-title {
  margin-top: 20px;
  font-weight: 700;
  text-align: center;
}

.nyuen-qa-item-title.-nospace {
  margin-top: 0;
}

.nyuen-qa-item-title-label {
  display: inline-block;
  padding: 7px 16px;
  background: #4ab100;
  border-radius: 30px;
  color: #fff;
  font-size: 1.2rem;
}

.nyuen-qa-item-title-label span {
  display: inline-block;
  margin-left: 1px;
  -webkit-transform: skew(-12deg);
          transform: skew(-12deg);
}

.nyuen-qa-item-title-text {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
}

.nyuen-qa-item-detail {
  position: relative;
  margin-top: 25px;
}

.nyuen-qa-item-detail::before {
  content: '';
  position: absolute;
  top: -40px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #fff;
  border-left: 15px solid transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.nyuen-qa-item-detail p + p {
  margin-top: 20px;
}

.nyuen-qa-item-detail a {
  color: #4ab100;
  text-decoration: underline;
}

.nyuen-qa-item-detail a:hover {
  text-decoration: none;
}

.photo {
  /* モーダルプラグイン用css */
}

.photo-section + .photo-section {
  margin-top: 60px;
}

.photo-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -7px;
}

.photo-item {
  width: 50%;
  padding: 0 7px;
}

.photo-item:nth-child(n+3) {
  margin-top: 20px;
}

.photo-item a {
  display: block;
  width: 100%;
}

.photo-item img {
  border-radius: 8px;
}

.photo body.lb-disable-scrolling {
  overflow: hidden;
}

.photo .lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.photo .lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.photo .lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 15px;
  border: 30px solid #fff;
}

.photo .lightbox a img {
  border: none;
}

.photo .lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 15px;
  background-color: #fff;
}

.photo .lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.photo .lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.photo .lb-container &gt; .nav {
  left: 0;
}

.photo .lb-nav a.lb-prev,
.photo .lb-nav a.lb-next {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 50px;
  border-radius: 5px;
  background: #4ab100;
  z-index: 1;
  font-size: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: none;
}

.photo .lb-nav a.lb-prev:focus,
.photo .lb-nav a.lb-next:focus {
  outline: none;
}

.photo .lb-nav a.lb-prev::before,
.photo .lb-nav a.lb-next::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 11px;
  height: 21px;
  background: url(../images/common/icon_arrow_white.png) 0 0 no-repeat;
  background-size: 11px 21px;
}

.photo .lb-nav a.lb-prev {
  left: -15px;
}

.photo .lb-nav a.lb-prev::before {
  left: 10px;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}

.photo .lb-nav a.lb-next {
  right: -15px;
}

.photo .lb-nav a.lb-next::before {
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.photo .lb-dataContainer {
  margin: 0 auto;
  *zoom: 1;
  width: 100%;
}

.photo .lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.photo .lb-data .lb-details {
  display: none;
}

.photo .lb-data .lb-close {
  display: block;
  float: right;
  width: 25px;
  height: 25px;
  margin-top: 10px;
  background: url(../../images/common/btn_close.png) 0 0 no-repeat;
  background-size: cover;
  outline: none;
}

.photo .lb-data .lb-close:hover {
  cursor: pointer;
}

.news .column-main-item {
  border-bottom: 2px dotted #ffcdcb;
}

.news .column-main-item .column-main-item-text-category {
  color: #ff5a52;
}

.news .column-main-item .column-main-item-text-category::before {
  background-image: url(../images/common/icon_category_event.png);
}

.news .column-main-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

.news .column-main-item:first-child a {
  padding-top: 0;
}

.news .column-main-item-image {
  width: 90px;
}

.news .column-main-item-image img {
  border-radius: 8px;
}

.news .column-main-item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 8px;
}

.news .column-main-item-text-time {
  font-size: 1.0rem;
}

.news .column-main-item-text-category {
  position: relative;
  padding-left: 13px;
  font-size: 1.0rem;
}

.news .column-main-item-text-category::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 10px 10px;
}

.news .column-main-item-text-detail {
  margin-top: 5px;
}

.news .column-main-item.-event {
  border-bottom: 2px dotted #ffcdcb;
}

.news .column-main-item.-event .column-main-item-text-category {
  color: #ff5a52;
}

.news .column-main-item.-event .column-main-item-text-category::before {
  background-image: url(../images/common/icon_category_event.png);
}

.news .column-main-item.-state {
  border-bottom: 2px dotted #ffdea4;
}

.news .column-main-item.-state .column-main-item-text-category {
  color: #ffac1b;
}

.news .column-main-item.-state .column-main-item-text-category::before {
  background-image: url(../images/common/icon_category_state.png);
}

.news .column-main-item.-trial {
  border-bottom: 2px dotted #d1c3ae;
}

.news .column-main-item.-trial .column-main-item-text-category {
  color: #8c6a35;
}

.news .column-main-item.-trial .column-main-item-text-category::before {
  background-image: url(../images/common/icon_category_trial.png);
}

.news .column-main-item:last-child {
  border-bottom: none;
}

.wp-pagenavi {
  margin-top: 25px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.wp-pagenavi .page {
  padding: 0 5px;
  margin: 0 5px;
  vertical-align: middle;
}

.wp-pagenavi .current {
  padding: 0 5px;
  margin: 0 5px;
  font-size: 1.8rem;
  color: #3ba600;
  vertical-align: middle;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 3px;
  vertical-align: middle;
  font-size: 0;
}

.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 14px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: 8px 14px;
}

.wp-pagenavi .previouspostslink::before {
  background-image: url(../images/common/icon_arrow_green_02.png);
}

.wp-pagenavi .nextpostslink::before {
  background-image: url(../images/common/icon_arrow_green_01.png);
}

.wp-pagenavi .previouspostslink {
  margin-right: 10px;
}

.wp-pagenavi .nextpostslink {
  margin-left: 10px;
}

.wp-pagenavi .pages,
.wp-pagenavi .extend,
.wp-pagenavi .last {
  display: none;
}

.single-article-header {
  padding-bottom: 15px;
  border-bottom: 2px dotted #ffcdcb;
}

.single-article-header-time {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.2rem;
}

.single-article-header-category {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  font-size: 1.2rem;
  color: #ff5a52;
}

.single-article-header-category::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-image: url(../images/common/icon_category_event.png);
}

.single-article-header-title {
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: 400;
}

.single-article-contents {
  margin-top: 30px;
}

.single-article-contents p {
  margin-top: 25px;
}

.single-article-contents p a {
  color: #4ab100;
  text-decoration: underline;
}

.single-article.-event .single-article-header {
  border-bottom: 2px dotted #ffcdcb;
}

.single-article.-event .single-article-header-category {
  color: #ff5a52;
}

.single-article.-event .single-article-header-category::before {
  background-image: url(../images/common/icon_category_event.png);
}

.single-article.-state .single-article-header {
  border-bottom: 2px dotted #ffdea4;
}

.single-article.-state .single-article-header-category {
  color: #ffac1b;
}

.single-article.-state .single-article-header-category::before {
  background-image: url(../images/common/icon_category_state.png);
}

.single-article.-trial .single-article-header {
  border-bottom: 2px dotted #d1c3ae;
}

.single-article.-trial .single-article-header-category {
  color: #8c6a35;
}

.single-article.-trial .single-article-header-category::before {
  background-image: url(../images/common/icon_category_trial.png);
}

.single-article-prev-button {
  display: inline-block;
  margin-top: 50px;
}

.single-article-prev-button a {
  position: relative;
  padding-left: 20px;
  font-size: 1.6rem;
  font-weight: 700;
}

.single-article-prev-button a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_green_02.png) 0 0 no-repeat;
  background-size: 8px 14px;
}

.access-map {
  position: relative;
}

.access-map-inner {
  position: relative;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
}

.access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access-map-button {
  position: absolute;
  bottom: -20px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.access-means {
  margin-top: 50px;
}

.access-means-row {
  margin-top: 20px;
}

.access-means-label {
  padding: 0 3px 8px;
  font-size: 1.4rem;
}

.access-means-detail {
  padding: 15px 3px 0;
  border-top: 2px dotted #4ab100;
}

.access-means-detail ul li {
  position: relative;
  padding-left: 1em;
}

.access-means-detail ul li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.access-means-detail p + *,
.access-means-detail ul + * {
  margin-top: 1em;
}

.privacy-section {
  counter-increment: privacy-section;
}

.privacy-section + .privacy-section {
  margin-top: 45px;
}

.privacy-section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
  border-bottom: 2px dotted #4ab100;
  font-size: 1.4rem;
}

.privacy-section-title::before {
  content: counter(privacy-section);
  width: 30px;
  height: 30px;
  margin-right: 15px;
  background: #4ab100;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}

.privacy-section-title span {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.privacy-section:nth-of-type(even) .privacy-section-title::before {
  background: #fff;
  color: #4ab100;
}

.privacy-section p {
  margin-top: 15px;
}

.contact-prologue {
  margin-bottom: 60px;
}

.contact-prologue-title {
  margin: 0 20px;
}

.contact-prologue-title br {
  display: none;
}

.contact-prologue-col + .contact-prologue-col {
  margin-top: 30px;
}

.contact-prologue-col-title {
  position: relative;
  padding: 13px 10px;
  background: #4ab100;
  border-radius: 24px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

.contact-prologue-col-title::before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 15px solid #4ab100;
  border-right: 10px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 10px solid transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contact-prologue-col-contents {
  margin-top: 20px;
  padding: 4px;
  background: #fff;
  border: 2px solid #4ab100;
  border-radius: 6px;
}

.contact-prologue-col-contents-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  border: 2px dotted #4ab100;
  border-radius: 4px;
}

.contact-prologue-col-tel {
  color: #5c4d3f;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-decoration: underline;
}

.contact-prologue-col-sns {
  margin: 0 15px;
}

.contact-prologue-col-sns a {
  display: block;
  text-decoration: none;
}

.contact-prologue-col-sns-image {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  padding-top: 11px;
  background: #4ab100;
  border-radius: 50%;
  font-size: 0;
  text-align: center;
}

.contact-prologue-col-sns-image img {
  width: 18px;
}

.contact-prologue-col-sns-text {
  margin-top: 3px;
  color: #5c4d3f;
  font-weight: 700;
  letter-spacing: .05em;
}

.mw_wp_form_confirm .contact-prologue {
  display: none;
}

.contact-form-row.-name .contact-form-label {
  border-radius: 10px 10px 0 0;
}

.contact-form-row.-detail .contact-form-input {
  border-radius: 0 0 10px 10px;
}

.contact-form-row .error {
  display: inline-block;
  margin: 5px 0 0 0;
  color: #ff5a52;
}

.contact-form-row.-address .zip-area .error {
  margin: 0 0 0 10px;
}

.contact-form-row.-detail .detail-select-area .error {
  margin: 0;
}

.contact-form-label {
  position: relative;
  padding: 12px 60px;
  background: #7cdf33;
  font-weight: 700;
  text-align: center;
}

.contact-form-label .required {
  position: absolute;
  top: 13px;
  right: 20px;
  display: inline-block;
  padding: 4px 5px 3px;
  background: #fff;
  border: 1px solid #ff5a52;
  border-radius: 3px;
  color: #ff5a52;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1;
}

.contact-form-input {
  padding: 20px;
  background: #fff;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  padding: 5px 10px;
  background: #eee;
  border: 1px solid #eee;
  border-radius: 6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: background .3s ease-in-out, border .3s ease-in-out;
  transition: background .3s ease-in-out, border .3s ease-in-out;
}

.contact-form input[type="text"]:hover, .contact-form input[type="text"]:focus, .contact-form input[type="text"].is-entered,
.contact-form input[type="email"]:hover,
.contact-form input[type="email"]:focus,
.contact-form input[type="email"].is-entered,
.contact-form textarea:hover,
.contact-form textarea:focus,
.contact-form textarea.is-entered {
  background: #fff;
  border-color: #4ab100;
  outline: none;
}

.contact-form textarea {
  height: 150px;
  min-height: 150px;
  vertical-align: bottom;
}

@-webkit-keyframes onAutoFillStart {
  from {
  }
  to {
  }
}

@keyframes onAutoFillStart {
  from {
  }
  to {
  }
}

.contact-form input:-webkit-autofill,
.contact-form textarea:-webkit-autofill {
  -webkit-animation-name: onAutoFillStart;
          animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

.contact-form .zip-area {
  margin-bottom: 10px;
}

.contact-form .zip-area input[type="text"] {
  width: 100px;
}

.contact-form .zip-label {
  margin-right: 6px;
  vertical-align: middle;
}

.contact-form .detail-select-area {
  margin-bottom: 20px;
}

.contact-form .mwform-radio-field {
  margin-right: 20px;
}

.contact-form .mwform-radio-field span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  cursor: pointer;
}

.contact-form .mwform-radio-field span::before, .contact-form .mwform-radio-field span::after {
  content: '';
  position: absolute;
  left: 0;
  border-radius: 50%;
}

.contact-form .mwform-radio-field span::before {
  top: 4px;
  width: 14px;
  height: 14px;
  background: #eee;
  border: 1px solid #4ab100;
}

.contact-form .mwform-radio-field span::after {
  top: 5px;
  left: 1px;
  width: 12px;
  height: 12px;
  background: #4ab100;
  opacity: 0;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}

.contact-form .mwform-radio-field input[type="radio"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.contact-form .mwform-radio-field input[type="radio"]:checked + span::after {
  opacity: 1;
}

.contact-form-button {
  margin-top: 30px;
  text-align: center;
}

.contact-form .button-confirm,
.contact-form .button-submit {
  background-color: #7cdf33;
  -webkit-box-shadow: 0 4px 0 #56bc0a;
          box-shadow: 0 4px 0 #56bc0a;
  color: #5c4d3f;
}

.contact-form .button-confirm::before,
.contact-form .button-submit::before {
  background-image: url(../images/common/icon_arrow_brown.png);
}

.contact-form .button-reset {
  margin-right: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 0 #aaa;
          box-shadow: 0 4px 0 #aaa;
  color: #5c4d3f;
}

.contact-form .button-reset::before {
  right: 0;
  left: 10px;
  background-image: url(../images/common/icon_arrow_brown.png);
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}

.contact-form .button-submit,
.contact-form .button-reset {
  min-width: 130px;
}

.contact-form-confirm-text {
  margin-bottom: 30px;
  text-align: center;
}

.mw_wp_form_confirm .contact-form .contact-form-label .required {
  display: none;
}

.mw_wp_form_confirm .contact-form .zip-area {
  margin-bottom: 0;
}

.mw_wp_form_confirm .contact-form .zip-label {
  margin-right: 0;
}

.mw_wp_form_confirm .contact-form .detail-select-area {
  margin-bottom: 10px;
  font-weight: 700;
}

.contact-complete-lead {
  margin: 20px 20px 0;
  text-align: center;
}

@media screen and (min-width: 375px), print {
  .contact-form .button-reset {
    margin-right: 20px;
  }
  .contact-form .button-submit,
  .contact-form .button-reset {
    min-width: 150px;
  }
}

@media screen and (min-width: 768px), print {
  body {
    background-size: 100px 100px;
  }
  .l-contents {
    max-width: 1040px;
    margin: 0 auto;
  }
  .l-main {
    padding: 0 40px;
  }
  .l-side {
    padding: 0 40px;
  }
  .c-page-header {
    top: -70px;
    height: 375px;
  }
  .c-page-header::before {
    width: 100%;
    height: 100%;
    background-size: 44px 44px;
  }
  .c-page-header-title {
    font-size: 3.8rem;
  }
  .c-page-header-title::before, .c-page-header-title::after {
    width: 60px;
    height: 60px;
  }
  .c-page-header-title::before {
    left: -80px;
  }
  .c-page-header-title::after {
    right: -80px;
  }
  .c-section-title01 {
    font-size: 4.0rem;
  }
  .c-section-title01 span::before {
    left: -140px;
    width: 114px;
    height: 90px;
    background-size: 114px 90px;
  }
  .c-section-title01 span::after {
    right: -130px;
    width: 104px;
    height: 90px;
    background-size: 104px 90px;
  }
  .c-section-title02 {
    margin-bottom: 40px;
    padding-top: 40px;
    font-size: 3.2rem;
  }
  .c-section-title02::before {
    width: 130px;
    height: 26px;
    background-size: 130px 26px;
  }
  .c-button {
    min-width: 250px;
    padding: 13px 24px;
    font-size: 2.2rem;
  }
  .c-button::before {
    right: 20px;
    width: 12px;
    height: 21px;
    background-size: 12px 21px;
  }
  .c-button:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    text-decoration: none;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  .c-section-lead {
    margin: 60px 0 90px;
    font-size: 2.2rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
  }
  .c-section-lead br {
    display: inline;
  }
  .c-whitebg {
    padding: 40px 50px;
    border-radius: 30px;
  }
  .c-about-nav {
    margin: 190px 0 -200px;
    background: url(../images/about/bg_about-nav_02_pc.png);
    background-size: auto auto;
  }
  .c-about-nav::before {
    top: -40px;
    height: 40px;
    background-image: url(../images/about/bg_about-nav_01_pc.png);
  }
  .c-about-nav-inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 75px 20px 105px;
  }
  .c-about-nav-list {
    margin: -40px auto 0;
  }
  .c-about-nav-item {
    margin-top: 40px;
  }
  .c-about-nav-item-anchor {
    padding: 5px;
    border-radius: 30px;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
  }
  .c-about-nav-item-anchor::before, .c-about-nav-item-anchor::after {
    right: 25px;
    width: 16px;
    height: 28px;
    background-size: 16px 28px;
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  }
  .c-about-nav-item-anchor:hover {
    background: #fff;
  }
  .c-about-nav-item-anchor:hover::before {
    opacity: 0;
    visibility: hidden;
  }
  .c-about-nav-item-anchor:hover::after {
    opacity: 1;
    visibility: visible;
  }
  .c-about-nav-item-anchor:hover .c-about-nav-item-contents {
    border-color: #4ab100;
  }
  .c-about-nav-item-anchor:hover .c-about-nav-item-title {
    color: #4ab100;
  }
  .c-about-nav-item-contents {
    padding: 20px 50px 20px 20px;
    border-width: 4px;
    border-radius: 25px;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
  }
  .c-about-nav-item-image {
    width: 110px;
  }
  .c-about-nav-item-title {
    padding-left: 30px;
    font-size: 2.4rem;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
  }
  .c-about-character {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-about-character-image {
    width: 35%;
  }
  .c-about-character-image img {
    border-radius: 15px;
  }
  .c-about-character-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0 0 40px;
  }
  .c-about-character-title {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom-width: 4px;
    font-size: 2.0rem;
  }
  .header {
    padding: 40px 0 50px;
  }
  .header .logo {
    width: 352px;
  }
  .header .logo a {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .header .logo a:hover {
    opacity: .5;
  }
  .global-nav {
    padding: 170px 40px 0;
  }
  .global-nav-wrapper::before {
    top: -25px;
    border-width: 0 15px 25px 15px;
  }
  .global-nav-inner {
    max-height: 500px;
  }
  .global-nav-list {
    padding: 20px 40px;
  }
  .global-nav-list a {
    font-size: 1.8rem;
  }
  .global-nav-accordion-item a {
    padding: 20px 0;
  }
  .global-nav-accordion-more {
    top: 20px;
    right: 0;
    width: 30px;
    height: 30px;
  }
  .global-nav-accordion-more::before {
    width: 24px;
    height: 14px;
    background-size: 24px 14px;
  }
  .global-nav-accordion-more.is-open::before {
    background-size: 24px 14px;
  }
  .global-nav-accordion-inner-item {
    margin: 0 0 20px;
  }
  .global-nav-accordion-inner-item:last-child {
    margin-bottom: 30px;
  }
  .global-nav-item a {
    padding: 20px 0;
  }
  .global-nav-info {
    font-size: 2.0rem;
  }
  .global-nav-info .tel {
    padding-left: 30px;
  }
  .global-nav-info .tel::before {
    width: 22px;
    height: 22px;
  }
  .global-nav-trigger {
    top: 110px;
  }
  .footer {
    margin-top: 200px;
  }
  .footer-contact-area::before {
    height: 5px;
  }
  .footer-contact-area-button {
    padding: 150px 0 140px;
  }
  .footer-contact-area-button-inner {
    min-width: 600px;
    padding: 5px;
    border-radius: 60px;
  }
  .footer-contact-area-button-inner:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    text-decoration: none;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  .footer-contact-area-button .footer-button {
    padding: 20px;
    border-radius: 60px;
    font-size: 3.6rem;
  }
  .footer-contact-area-button .footer-button::before {
    left: 30px;
    width: 80px;
    height: 60px;
    background-size: 80px 60px;
  }
  .footer-contact-area-button .footer-button::after {
    right: 30px;
    width: 80px;
    height: 70px;
    background-size: 80px 70px;
  }
  .footer-contact-area::after {
    top: 5px;
    background-size: 44px 44px;
  }
  .footer-nav {
    padding: 25px;
  }
  .footer-nav::before {
    top: -33px;
    height: 34px;
    background: url(../images/common/bg_footer_03_pc.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .footer-nav-list {
    max-width: none;
    font-size: 1.6rem;
  }
  .footer-nav-item {
    position: relative;
    margin: 0 0 0 20px;
    padding-left: 20px;
  }
  .footer-nav-item a {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .footer-nav-item a::before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .footer-nav-item a:hover {
    opacity: .5;
  }
  .footer-nav-item:first-child {
    margin-left: 0;
    padding: 0;
  }
  .footer-nav-item:nth-child(4)::before {
    content: '';
  }
  .footer-nav-item:nth-child(4) a {
    padding-left: 30px;
  }
  .footer-nav-item:last-child a {
    padding: 0 0 0 30px;
  }
  .footer .copyright {
    padding: 10px 0;
    font-size: 1.4rem;
    background-size: 20px 20px;
  }
  .footer .pagetop {
    top: -40px;
    width: 80px;
  }
  .footer .pagetop a {
    width: 80px;
    height: 80px;
  }
  .footer .pagetop a::before {
    width: 65px;
    height: 65px;
    border-width: 3px;
  }
  .footer .pagetop a::after {
    width: 16px;
    height: 28px;
  }
  .footer .pagetop a:hover {
    background: #fff;
    opacity: 1;
  }
  .footer .pagetop a:hover::before {
    border-color: #4ab100;
  }
  .footer .pagetop a:hover::after {
    background-image: url(../images/common/icon_arrow_green_01.png);
  }
  .home {
    margin: 0;
    padding: 0;
  }
  .contact .footer {
    margin-top: 180px;
    padding-top: 90px;
  }
  .column-side-links {
    margin-top: 30px;
  }
  .column-side-label {
    padding: 15px;
    font-size: 1.6rem;
    border-radius: 10px 10px 0 0;
    pointer-events: none;
  }
  .column-side-label::before, .column-side-label::after {
    content: none;
  }
  .column-side-list {
    display: block !important;
  }
  .column-side-item a {
    padding: 20px;
    font-size: 1.6rem;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .column-side-item a:hover {
    opacity: 0.5;
  }
  .home-visual {
    margin-top: -70px;
  }
  .home-visual-item {
    height: 370px;
  }
  .home-visual .slick-prev {
    left: 6%;
    border-radius: 5px;
  }
  .home-visual .slick-next {
    right: 6%;
    border-radius: 5px;
  }
  .home-idea-container {
    padding: 160px 0 170px;
  }
  .home-idea-container::before {
    width: 187px;
    height: 242px;
    background-size: 187px 242px;
  }
  .home-idea-container::after {
    width: 165px;
    height: 242px;
    background-size: 165px 242px;
    z-index: 0;
  }
  .home-idea-title {
    font-size: 3.8rem;
  }
  .home-idea-lead {
    padding-top: 40px;
    font-size: 2.2rem;
    line-height: 2.0;
    letter-spacing: 0.1rem;
  }
  .home-idea-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px -20px 0;
  }
  .home-idea-item {
    width: calc(33% - 40px);
    margin: 0 20px 0;
  }
  .home-idea-item:nth-child(2) {
    margin-top: 60px;
  }
  .home-idea-inner::before, .home-idea-inner::after {
    top: -40px;
  }
  .home-idea-inner::before {
    width: 187px;
    height: 143px;
    background-size: 187px 143px;
  }
  .home-idea-inner::after {
    width: 210px;
    height: 143px;
    background-size: 210px 143px;
  }
  .home-guide::before {
    top: -34px;
    height: 34px;
  }
  .home-guide-container {
    padding: 150px 0 200px;
  }
  .home-guide-container::before, .home-guide-container::after {
    bottom: 60px;
  }
  .home-guide-container::before {
    width: 314px;
    height: 61px;
    background-size: 314px 61px;
  }
  .home-guide-container::after {
    width: 277px;
    height: 115px;
    background-size: 277px 115px;
  }
  .home-guide-inner::before {
    top: 250px;
    width: 62px;
    height: 202px;
    background-size: 62px 202px;
  }
  .home-guide-inner::after {
    top: 250px;
    width: 61px;
    height: 202px;
    background-size: 61px 202px;
  }
  .home-guide-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 80px -15px 0;
  }
  .home-guide-item {
    width: calc(50% - 30px);
    margin: 0 15px;
    border-radius: 30px;
  }
  .home-guide-item-inner {
    position: relative;
    height: 100%;
    padding: 30px 30px 110px 30px;
    border-radius: 30px;
  }
  .home-guide-item-image {
    border-radius: 15px;
  }
  .home-guide-item-image img {
    border-radius: 15px;
  }
  .home-guide-item-button {
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .home-guide-banner-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 60px -15px;
  }
  .home-guide-banner-item {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
  .home-guide-banner-item a {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .home-guide-banner-item a:hover {
    opacity: 0.5;
  }
  .home-info::before {
    top: -34px;
    height: 34px;
  }
  .home-info-container {
    padding: 150px 0 250px;
  }
  .home-info-container::before, .home-info-container::after {
    bottom: 40px;
  }
  .home-info-container::before {
    width: 238px;
    height: 175px;
    background-size: 238px 175px;
  }
  .home-info-container::after {
    width: 292px;
    height: 175px;
    background-size: 292px 175px;
  }
  .home-info-tab {
    margin: 80px -10px 0;
  }
  .home-info-tab-label {
    margin: 0 10px;
  }
  .home-info-tab-label a {
    padding: 10px 15px;
    font-size: 1.8rem;
  }
  .home-info-tab-contents-wrapper {
    padding: 60px 80px;
    border-radius: 30px;
  }
  .home-info-tab-contents-wrapper.-event .home-info-tab-contents-item {
    border-top-width: 4px;
  }
  .home-info-tab-contents-wrapper.-event .c-button:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .home-info-tab-contents-wrapper.-state .home-info-tab-contents-item {
    border-top-width: 4px;
  }
  .home-info-tab-contents-wrapper.-state .c-button:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .home-info-tab-contents-wrapper.-trial .home-info-tab-contents-item {
    border-top-width: 4px;
  }
  .home-info-tab-contents-wrapper.-trial .c-button:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .home-info-tab-contents-item {
    border-top-width: 4px;
  }
  .home-info-tab-contents-item a {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .home-info-tab-contents-item a:hover {
    opacity: 0.5;
  }
  .home-info-tab-contents-image {
    width: 120px;
  }
  .home-info-tab-contents-image img {
    border-radius: 15px;
  }
  .home-info-tab-contents-text {
    padding-left: 20px;
  }
  .home-info-tab-contents-text-time {
    display: inline-block;
    font-size: 1.4rem;
    margin-right: 20px;
  }
  .home-info-tab-contents-text-category {
    display: inline-block;
    padding-left: 22px;
    font-size: 1.4rem;
  }
  .home-info-tab-contents-text-category::before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .home-info-tab-contents-text-detail {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .home-info-tab-contents-button {
    margin-top: 20px;
  }
  .about-philosophy-col {
    max-width: 800px;
    margin: 0 auto;
  }
  .about-philosophy-col:first-child {
    margin-bottom: 40px;
  }
  .about-philosophy-col-image img {
    border-radius: 30px;
  }
  .about-philosophy-col-text {
    margin-top: -80px;
    padding-top: 110px;
  }
  .about-philosophy-col-title {
    padding-bottom: 15px;
    font-size: 2.0rem;
    border-bottom-width: 4px;
  }
  .about-philosophy-col p {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .about-overview {
    margin-top: 150px;
  }
  .about-overview-image {
    margin-bottom: 50px;
  }
  .about-overview-image img {
    border-radius: 30px;
  }
  .about-overview-item-row + .about-overview-item-row {
    margin-top: 40px;
    padding-top: 44px;
    border-top-width: 4px;
  }
  .about-overview-item-title {
    width: 170px;
    border-right-width: 4px;
    font-size: 1.8rem;
  }
  .about-overview-item-detail {
    padding: 2px 0 0 40px;
    font-size: 1.6rem;
  }
  .aisatsu-teacher {
    margin-top: 150px;
  }
  .aisatsu-teacher-list {
    max-width: 940px;
    margin: auto;
  }
  .aisatsu-teacher-item {
    padding: 30px;
  }
  .aisatsu-teacher-item-image img {
    border-radius: 15px;
  }
  .aisatsu-teacher-item-title {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom-width: 4px;
    font-size: 2.0rem;
  }
  .history-overview {
    margin-top: 150px;
  }
  .history-overview-image {
    margin-bottom: 50px;
  }
  .history-overview-image img {
    border-radius: 30px;
  }
  .history-overview-item-row + .history-overview-item-row {
    margin-top: 40px;
    padding-top: 44px;
    border-top-width: 4px;
  }
  .history-overview-item-title {
    width: 170px;
    border-right-width: 4px;
    font-size: 1.8rem;
  }
  .history-overview-item-detail {
    padding: 2px 0 0 40px;
    font-size: 1.6rem;
  }
  .ichinichi-flow-item::before {
    left: 83px;
    height: calc(100% + 70px);
    border-width: 12px;
  }
  .ichinichi-flow-item + .ichinichi-flow-item {
    margin-top: 80px;
  }
  .ichinichi-flow-item-time {
    width: 180px;
    height: 180px;
    margin-right: 40px;
    font-size: 2.4rem;
    letter-spacing: 0.3rem;
  }
  .ichinichi-flow-item-time::before {
    width: 90%;
    height: 90%;
    border-width: 4px;
  }
  .ichinichi-flow-item-image img {
    border-radius: 30px;
  }
  .ichinichi-flow-item-text {
    margin-top: -80px;
    padding-top: 110px;
  }
  .ichinichi-flow-item-text p {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .ichinichi-flow-item-title {
    padding-bottom: 15px;
    font-size: 2.0rem;
    border-bottom-width: 4px;
  }
  .ichinichi-event {
    margin-top: 150px;
  }
  .ichinichi-event-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -20px;
  }
  .ichinichi-event-item {
    width: calc(50% - 40px);
    margin: 0 20px;
    padding: 40px;
    border-radius: 30px;
  }
  .ichinichi-event-item:nth-child(2) {
    margin-top: 0;
  }
  .ichinichi-event-item:nth-child(n+3) {
    margin-top: 40px;
  }
  .ichinichi-event-item-image img {
    border-radius: 15px;
  }
  .ichinichi-event-item-text {
    margin-top: -25px;
  }
  .ichinichi-event-item-title {
    margin-bottom: 20px;
    font-size: 2.0rem;
    line-height: 1.6;
  }
  .ichinichi-event-item-title span {
    width: 140px;
    height: 50px;
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .nyuen-overview-item-row + .nyuen-overview-item-row {
    margin-top: 40px;
    padding-top: 44px;
    border-top-width: 4px;
  }
  .nyuen-overview-item-title {
    width: 170px;
    border-right-width: 4px;
    font-size: 1.8rem;
  }
  .nyuen-overview-item-detail {
    padding: 2px 0 0 40px;
    font-size: 1.6rem;
  }
  .nyuen-overview-item-detail dt:not(:first-child) {
    margin-top: 40px;
  }
  .nyuen-overview-item-row:nth-of-type(1) .nyuen-overview-item-detail p,
  .nyuen-overview-item-detail ul {
    line-height: 1.8;
  }
  .nyuen-qa {
    margin-top: 150px;
  }
  .nyuen-qa-item-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
  }
  .nyuen-qa-item-title-label {
    width: 150px;
    padding: 11px 15px;
    border-radius: 30px;
    font-size: 1.8rem;
  }
  .nyuen-qa-item-title-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    padding: 7px 0 0 30px;
    font-size: 2.4rem;
    text-align: left;
  }
  .nyuen-qa-item-detail {
    margin-top: 45px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .nyuen-qa-item-detail::before {
    top: -50px;
    left: 75px;
    border-top-width: 25px;
    border-right-width: 18px;
    border-bottom-width: 25px;
    border-left-width: 18px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .nyuen-qa-item-detail p + p {
    margin-top: 40px;
  }
  .photo-section + .photo-section {
    margin-top: 150px;
  }
  .photo-list {
    margin: 0 -10px;
  }
  .photo-item {
    width: 33.33333%;
    padding: 10px;
  }
  .photo-item:nth-child(n+3) {
    margin-top: 0;
  }
  .photo-item:nth-child(n+4) {
    margin-top: 55px;
  }
  .photo-item img {
    border-radius: 15px;
  }
  .news .column-main-item {
    border-bottom-width: 4px;
  }
  .news .column-main-item.-event, .news .column-main-item.-state, .news .column-main-item.-trial {
    border-bottom-width: 4px;
  }
  .news .column-main-item a {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .news .column-main-item a:hover {
    opacity: 0.5;
  }
  .news .column-main-item-image {
    width: 120px;
  }
  .news .column-main-item-image img {
    border-radius: 15px;
  }
  .news .column-main-item-text {
    padding-left: 20px;
  }
  .news .column-main-item-text-time {
    display: inline-block;
    font-size: 1.4rem;
    margin-right: 20px;
  }
  .news .column-main-item-text-category {
    display: inline-block;
    padding-left: 22px;
    font-size: 1.4rem;
  }
  .news .column-main-item-text-category::before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .news .column-main-item-text-detail {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .wp-pagenavi {
    margin-top: 80px;
    font-size: 2.0rem;
  }
  .wp-pagenavi a {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .wp-pagenavi a:hover {
    opacity: .5;
  }
  .wp-pagenavi .page {
    padding: 0 5px;
    margin: 0 10px;
    vertical-align: middle;
  }
  .wp-pagenavi .current {
    padding: 0 5px;
    margin: 0 10px;
    font-size: 3.0rem;
  }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    width: 40px;
    height: 40px;
  }
  .wp-pagenavi .previouspostslink::before,
  .wp-pagenavi .nextpostslink::before {
    width: 10px;
    height: 18px;
    background-size: 10px 18px;
  }
  .wp-pagenavi .previouspostslink {
    margin-right: 15px;
  }
  .wp-pagenavi .nextpostslink {
    margin-left: 15px;
  }
  .single-article-header {
    padding-bottom: 20px;
    border-bottom-width: 4px;
  }
  .single-article-header-time {
    margin-right: 20px;
    font-size: 1.6rem;
  }
  .single-article-header-category {
    padding-left: 22px;
    font-size: 1.6rem;
  }
  .single-article-header-category::before {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
  .single-article-header-title {
    font-size: 2.0rem;
  }
  .single-article-contents {
    margin-top: 40px;
  }
  .single-article-contents p {
    font-size: 1.6rem;
  }
  .single-article-contents p a:hover {
    text-decoration: none;
  }
  .single-article.-event .single-article-header {
    border-bottom-width: 4px;
  }
  .single-article.-state .single-article-header {
    border-bottom-width: 4px;
  }
  .single-article.-trial .single-article-header {
    border-bottom-width: 4px;
  }
  .single-article-prev-button {
    margin-top: 65px;
  }
  .single-article-prev-button a {
    padding-left: 30px;
    font-size: 1.8rem;
  }
  .single-article-prev-button a::before {
    width: 12px;
    height: 22px;
    background-size: 12px 22px;
  }
  .access-map-inner {
    padding-top: 60%;
  }
  .access-map-button {
    bottom: -30px;
  }
  .access-means {
    margin-top: 110px;
  }
  .access-means-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
  .access-means-label {
    width: 225px;
    padding: 10px 15px 10px 0;
    font-size: 1.8rem;
  }
  .access-means-detail {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 5px 0 5px 35px;
    border-top: none;
    border-left: 4px dotted #4ab100;
    font-size: 1.6rem;
  }
  .privacy-section + .privacy-section {
    margin-top: 80px;
  }
  .privacy-section-title {
    padding-bottom: 20px;
    border-bottom-width: 4px;
    font-size: 2.4rem;
  }
  .privacy-section-title::before {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    border-radius: 3px;
    line-height: 40px;
  }
  .privacy-section p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .contact-prologue {
    margin-bottom: 150px;
  }
  .contact-prologue-title br {
    display: inline;
  }
  .contact-prologue-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px 0;
  }
  .contact-prologue-col {
    width: calc(50% - 40px);
    margin: 0 20px;
  }
  .contact-prologue-col + .contact-prologue-col {
    margin-top: 0;
  }
  .contact-prologue-col-title {
    padding: 20px 10px;
    border-radius: 40px;
    font-size: 2.2rem;
  }
  .contact-prologue-col-title::before {
    bottom: -40px;
    border-top-width: 20px;
    border-right-width: 15px;
    border-bottom-width: 20px;
    border-left-width: 15px;
  }
  .contact-prologue-col-contents {
    margin-top: 40px;
    padding: 7px;
    border-width: 3px;
    border-radius: 10px;
  }
  .contact-prologue-col-contents-inner {
    height: 150px;
    border-width: 4px;
    border-radius: 6px;
  }
  .contact-prologue-col-tel {
    font-size: 3.2rem;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
  .contact-prologue-col-sns {
    margin: 0 20px;
  }
  .contact-prologue-col-sns a {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .contact-prologue-col-sns a:hover {
    opacity: .5;
  }
  .contact-prologue-col-sns-image {
    width: 68px;
    height: 68px;
    padding-top: 19px;
  }
  .contact-prologue-col-sns-image img {
    width: 30px;
  }
  .contact-prologue-col-sns-text {
    margin-top: 0;
    font-size: 2.2rem;
  }
  .contact-form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-form-row.-name .contact-form-label {
    border-radius: 20px 0 0 0;
  }
  .contact-form-row.-name .contact-form-input {
    border-radius: 0 20px 0 0;
  }
  .contact-form-row.-detail .contact-form-label {
    border-bottom: none;
    border-radius: 0 0 0 20px;
  }
  .contact-form-row.-detail .contact-form-input {
    border-bottom: none;
    border-radius: 0 0 20px 0;
  }
  .contact-form-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 300px;
    padding: 40px 15px 40px 35px;
    border-bottom: 4px dotted #fff;
    font-size: 1.8rem;
  }
  .contact-form-label .required {
    position: relative;
    top: -2px;
    left: 0;
    margin-left: 20px;
    padding: 5px 10px 3px;
    border-width: 2px;
    border-radius: 6px;
    font-size: 1.6rem;
    vertical-align: middle;
  }
  .contact-form-input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 30px;
    border-bottom: 4px dotted #4ab100;
  }
  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form textarea {
    padding: 14px 20px;
    border-radius: 10px;
  }
  .contact-form textarea {
    height: 200px;
    min-height: 200px;
  }
  .contact-form .zip-area {
    margin-bottom: 20px;
  }
  .contact-form .zip-area input[type="text"] {
    width: 170px;
  }
  .contact-form .zip-label {
    font-size: 1.8rem;
  }
  .contact-form .detail-select-area {
    margin-bottom: 30px;
  }
  .contact-form .mwform-radio-field {
    margin-right: 30px;
  }
  .contact-form .mwform-radio-field span {
    padding-left: 24px;
  }
  .contact-form .mwform-radio-field span::before {
    top: 4px;
    width: 15px;
    height: 15px;
    border-width: 2px;
  }
  .contact-form .mwform-radio-field span::after {
    top: 6px;
    left: 2px;
    width: 11px;
    height: 11px;
  }
  .contact-form-button {
    margin-top: 60px;
    text-align: center;
  }
  .contact-form .button-submit,
  .contact-form .button-reset {
    min-width: 250px;
  }
  .contact-form .button-reset {
    margin-right: 45px;
  }
  .contact-form .button-reset::before {
    left: 20px;
  }
  .contact-form-confirm-text {
    margin: 60px 0 90px;
    font-size: 2.2rem;
  }
  .mw_wp_form_confirm .contact-form .contact-form-row.-name .contact-form-input,
  .mw_wp_form_confirm .contact-form .contact-form-row.-tel .contact-form-input,
  .mw_wp_form_confirm .contact-form .contact-form-row.-email .contact-form-input {
    padding-top: 40px;
  }
  .mw_wp_form_confirm .contact-form .contact-form-input {
    font-size: 1.6rem;
  }
  .mw_wp_form_confirm .contact-form .zip-label {
    font-size: 1.6rem;
  }
  .mw_wp_form_confirm .contact-form .detail-select-area {
    font-size: 1.8rem;
  }
  .contact-complete-lead {
    margin: 60px 20px 0;
    font-size: 2.2rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 1024px), print {
  html.nav-open {
    position: initial;
  }
  .l-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1080px;
    margin: 80px auto;
    padding: 0 40px;
  }
  .l-main {
    margin: 0 3.4% 0 0;
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .l-side {
    width: 270px;
    margin-top: 0;
    padding: 0;
  }
  .c-page-header {
    top: -110px;
    height: 580px;
    margin-bottom: 120px;
  }
  .c-page-header-title {
    top: 52%;
  }
  .c-about-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: inherit;
    margin: -40px -20px 0;
  }
  .c-about-nav-item {
    width: calc(50% - 40px);
    margin: 40px 20px 0;
  }
  .header {
    padding: 35px 0 50px;
    background-image: url(../images/common/bg_header_01_pc.png);
  }
  .header .logo {
    width: 352px;
  }
  .header-info {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    font-size: 2.0rem;
    color: #fff;
  }
  .header-info::before, .header-info::after {
    content: '';
    position: absolute;
    top: -50px;
    width: 80px;
    height: 80px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 80px 80px;
  }
  .header-info::before {
    left: -110px;
    background-image: url(../images/common/bg_header_02.png);
  }
  .header-info::after {
    right: -110px;
    background-image: url(../images/common/bg_header_03.png);
  }
  .header-info .tel {
    position: relative;
    display: inline-block;
    padding-left: 32px;
  }
  .header-info .tel::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 22px;
    height: 22px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../images/common/icon_tel_white.png) 0 0 no-repeat;
    background-size: cover;
  }
  .global-nav {
    position: absolute;
    top: 630px;
    left: 0;
    height: auto;
    display: block !important;
    padding: 0;
    background: none;
    z-index: 3;
  }
  .global-nav-wrapper {
    background: none;
  }
  .global-nav-wrapper::before {
    content: none;
  }
  .global-nav-inner {
    max-width: 1000px;
    max-height: none;
    margin: 0 auto;
    overflow: visible;
  }
  .global-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
  .global-nav-accordion-item:not(:first-child), .global-nav-item:not(:first-child) {
    border-top: none;
  }
  .global-nav-accordion-item {
    position: relative;
    border-top: none;
    padding-bottom: 50px;
    opacity: 1;
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
    -webkit-transition: none;
    transition: none;
  }
  .global-nav-accordion-item:hover .global-nav-accordion-item-link {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  .global-nav-accordion-item:hover .global-nav-accordion-item-link::before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-style: solid;
    border-width: 14px 8px 0 8px;
    border-color: #ff5a52 transparent transparent transparent;
  }
  .global-nav-accordion-item a {
    position: relative;
    width: 130px;
    height: 130px;
    background: #ff5a52;
    padding: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 0 #c2342d;
            box-shadow: 0 4px 0 #c2342d;
  }
  .global-nav-accordion-item a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    white-space: nowrap;
    line-height: 1.2;
  }
  .global-nav-accordion-item a span br {
    display: inline;
  }
  .global-nav-accordion-more {
    display: none;
  }
  .global-nav-accordion-inner {
    position: absolute;
    display: block !important;
    top: 165px;
    left: -70px;
    padding: 25px;
    border: 5px solid #ff5a52;
    border-radius: 20px;
    background: #fff;
    z-index: 3;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
  }
  .global-nav-accordion-inner.is-hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .global-nav-accordion-inner-item {
    margin: 0 0 25px;
    padding-bottom: 25px;
    background: none;
    border-bottom: 5px dotted #ff5a52;
    border-radius: 0;
    white-space: nowrap;
  }
  .global-nav-accordion-inner-item a {
    padding-right: 25px;
    width: auto;
    height: auto;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .global-nav-accordion-inner-item a:hover {
    opacity: 0.5;
  }
  .global-nav-accordion-inner-item a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 21px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../images/common/icon_arrow_red.png) 0 0 no-repeat;
    background-size: 12px 21px;
  }
  .global-nav-accordion-inner-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
  .global-nav-item {
    opacity: 1;
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  .global-nav-item:nth-child(n) {
    -webkit-transition: none;
    transition: none;
  }
  .global-nav-item a {
    position: relative;
    width: 130px;
    height: 130px;
    background: #ff5a52;
    padding: 0;
    border-radius: 50%;
  }
  .global-nav-item a:hover {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  .global-nav-item a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    white-space: nowrap;
    line-height: 1.2;
  }
  .global-nav-item a span br {
    display: inline;
  }
  .global-nav-item:nth-child(2) a {
    background: #ffa200;
    -webkit-box-shadow: 0 4px 0 #c07a00;
            box-shadow: 0 4px 0 #c07a00;
  }
  .global-nav-item:nth-child(2) a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .global-nav-item:nth-child(3) a {
    background: #5ee0ea;
    -webkit-box-shadow: 0 4px 0 #009eaa;
            box-shadow: 0 4px 0 #009eaa;
  }
  .global-nav-item:nth-child(3) a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .global-nav-item:nth-child(4) a {
    background: #7cdf33;
    -webkit-box-shadow: 0 4px 0 #56bc0a;
            box-shadow: 0 4px 0 #56bc0a;
  }
  .global-nav-item:nth-child(4) a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .global-nav-item:nth-child(5) a {
    background: #ffe400;
    -webkit-box-shadow: 0 4px 0 #cdbb10;
            box-shadow: 0 4px 0 #cdbb10;
  }
  .global-nav-item:nth-child(5) a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .global-nav-item:nth-child(6) a {
    background: #8c6a35;
    -webkit-box-shadow: 0 4px 0 #664510;
            box-shadow: 0 4px 0 #664510;
  }
  .global-nav-item:nth-child(6) a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .global-nav-info {
    display: none;
  }
  .global-nav-trigger {
    display: none;
  }
  .home .global-nav {
    top: 780px;
  }
  .column-side-links:first-child {
    margin-top: 0;
  }
  .home-visual {
    margin-top: -110px;
  }
  .home-visual-item {
    height: 760px;
  }
  .home-visual .slick-prev,
  .home-visual .slick-next {
    width: 50px;
    height: 70px;
  }
  .home-visual .slick-prev::before,
  .home-visual .slick-next::before {
    width: 18px;
    height: 32px;
    background-size: 18px 32px;
  }
  .home-visual .slick-prev {
    left: 6%;
  }
  .home-visual .slick-prev::before {
    left: 15px;
  }
  .home-visual .slick-next {
    right: 6%;
  }
  .home-visual .slick-next::before {
    right: 15px;
  }
  .home-idea-container {
    padding: 190px 0 170px;
  }
  .home-idea-container::before {
    width: 374px;
    height: 484px;
    background-size: 374px 484px;
  }
  .home-idea-container::after {
    width: 331px;
    height: 484px;
    background-size: 331px 484px;
    z-index: 0;
  }
  .home-idea-inner::before, .home-idea-inner::after {
    top: -95px;
  }
  .home-idea-inner::before {
    width: 374px;
    height: 286px;
    background-size: 374px 286px;
  }
  .home-idea-inner::after {
    width: 420px;
    height: 286px;
    background-size: 420px 286px;
  }
  .home-guide-inner::before {
    top: 250px;
    width: 124px;
    height: 404px;
    background-size: 124px 404px;
  }
  .home-guide-inner::after {
    top: 250px;
    width: 122px;
    height: 404px;
    background-size: 122px 404px;
  }
  .home-guide-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 100px -30px 0;
  }
  .home-guide-item {
    width: calc(50% - 60px);
    margin: 0 30px;
  }
  .home-guide-item-image {
    height: 280px;
  }
  .home-guide-item-title {
    font-size: 2.0rem;
  }
  .home-guide-item-detail {
    font-size: 1.6rem;
    border-top-width: 4px;
  }
  .home-guide-banner-list {
    margin: 60px -30px;
  }
  .home-guide-banner-item {
    width: calc(50% - 60px);
    margin: 0 30px;
  }
  .home-info-container {
    padding: 150px 0 510px;
  }
  .home-info-container::before, .home-info-container::after {
    bottom: 80px;
  }
  .home-info-container::before {
    width: 475px;
    height: 349px;
    background-size: 475px 349px;
  }
  .home-info-container::after {
    width: 584px;
    height: 350px;
    background-size: 584px 350px;
  }
  .home-info-inner::before {
    top: 390px;
    left: 0;
    width: 156px;
    height: 676px;
    background: url(../images/home/bg_setion_03_01_pc.png) 0 0 no-repeat;
    background-size: 156px 676px;
  }
  .home-info-inner::after {
    top: 410px;
    right: 0;
    width: 164px;
    height: 632px;
    background: url(../images/home/bg_setion_03_02_pc.png) 0 0 no-repeat;
    background-size: 164px 632px;
  }
  .home-info-tab-label a {
    padding: 15px 25px;
  }
  .about-philosophy-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
  }
  .about-philosophy-col {
    width: calc(50% - 40px);
    max-width: inherit;
    margin: 0 20px;
  }
  .about-philosophy-col:first-child {
    margin-bottom: 0;
  }
  .aisatsu-teacher-list &gt; .slick-prev,
  .aisatsu-teacher-list &gt; .slick-next {
    width: 50px;
    height: 70px;
    border-radius: 5px;
  }
  .aisatsu-teacher-list &gt; .slick-prev::before,
  .aisatsu-teacher-list &gt; .slick-next::before {
    width: 18px;
    height: 32px;
    background-size: 18px 32px;
  }
  .aisatsu-teacher-list &gt; .slick-prev {
    left: -30px;
  }
  .aisatsu-teacher-list &gt; .slick-prev::before {
    left: 15px;
  }
  .aisatsu-teacher-list &gt; .slick-next {
    right: -30px;
  }
  .aisatsu-teacher-list &gt; .slick-next::before {
    right: 15px;
  }
  .ichinichi-flow-item-time {
    margin-right: 150px;
  }
  .photo .lightbox .lb-image {
    border-width: 100px;
    border-radius: 30px;
  }
  .photo .lb-outerContainer {
    border-radius: 30px;
  }
  .photo .lb-nav a.lb-prev,
  .photo .lb-nav a.lb-next {
    width: 50px;
    height: 70px;
    border-radius: 5px;
  }
  .photo .lb-nav a.lb-prev::before,
  .photo .lb-nav a.lb-next::before {
    width: 18px;
    height: 32px;
    background-size: 18px 32px;
  }
  .photo .lb-nav a.lb-prev {
    left: -25px;
  }
  .photo .lb-nav a.lb-prev::before {
    left: 15px;
  }
  .photo .lb-nav a.lb-next {
    right: -25px;
  }
  .photo .lb-nav a.lb-next::before {
    right: 15px;
  }
  .photo .lb-data .lb-close {
    width: 40px;
    height: 40px;
    margin-top: 15px;
  }
}

@media screen and (min-width: 1280px), print {
  .home-guide-container {
    padding: 150px 0 380px;
  }
  .home-guide-container::before, .home-guide-container::after {
    bottom: 130px;
  }
  .home-guide-container::before {
    left: 50px;
    width: 627px;
    height: 121px;
    background-size: 627px 121px;
  }
  .home-guide-container::after {
    right: 50px;
    width: 554px;
    height: 230px;
    background-size: 554px 230px;
  }
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
</pre></body></html>