/* Default */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Quicksand:wght@400;500;600&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Adjust if you needed */
html,
body {
  font-size: 62.5%;
}

body {
  background: white;
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

::selection {
  color: white;
  background: deepskyblue;
}

a {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.3s;
}
a:hover {
  color: #6666ff;
  text-decoration: none;
}
a:focus {
  outline: none;
}

a:focus,
*:focus {
  outline: none;
}

@media print {
  * html body {
    zoom: 0.7;
  }
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  vertical-align: bottom;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

body {
  word-break: break-all;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.header {
  width: 100%;
  padding: 0 30px;
  position: fixed;
  top: 35px;
  left: 0;
  z-index: 100;
}
.header .box {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 50px;
}
.header .box h1 {
  margin: 0;
  width: 255px;
}
.header .box h1 a {
  display: block;
}
.header .box h1 a:hover {
  opacity: 0.6;
}
.header .box h1 img {
  width: 100%;
  height: auto;
}
.header .box .nav {
  margin-right: 10px;
}
.header .box .nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .box .nav ul li {
  margin: 0 13px;
  text-align: center;
}
.header .box .nav ul li a {
  font-size: 11px;
  font-size: 1.1rem;
  text-decoration: none;
  line-height: 1.3;
  text-align: center;
  color: #111111;
  font-weight: 500;
}
.header .box .nav ul li a span {
  font-size: 10px;
  font-size: 1rem;
}
.header .box .nav ul li a:hover {
  color: #50a928;
}
.header .box .nav ul li:nth-child(3) a:hover {
  color: #239cd9;
}
.header .box .nav ul li:nth-child(4) a:hover {
  color: #a9ce52;
}
.header .box .nav ul li:nth-child(5) a:hover {
  color: #ef9098;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.visual {
  width: 100%;
  height: 600px;
  position: relative;
}
.visual .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  z-index: 5;
}
.visual .slider .item {
  width: 100%;
  height: 600px;
  background-position: center center;
  background-size: cover;
}
.visual .txt {
  position: absolute;
  bottom: 120px;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 0 50px;
}
.visual .txt .txt__inner {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.6;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
}
.visual .cover {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 20;
  width: 100%;
}
.visual .cover img {
  width: 100%;
  height: auto;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
a[href^="tel:"] {
  pointer-events: none;
}

.en {
  font-size: 10px;
  font-size: 1rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: absolute;
  top: 10px;
  left: 0;
  writing-mode: vertical-rl;
}

.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}

.inner__600 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.inner__700 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.inner__750 {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}

.inner__800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.inner__900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.ttl {
  text-align: center;
  margin: 0 0 50px 0;
}
.ttl span {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}
.ttl span::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 200px;
  height: 1px;
  background: #111111;
  transform: translate(-50%, 0);
}

[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.5em;
}

rt {
  display: none;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.home {
  width: 100%;
}
.home h2 {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 30px;
}
.home__section {
  width: 100%;
  padding: 50px;
}
.home__section .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home__section .box .img {
  width: 57%;
}
.home__section .box .img img {
  width: 100%;
  height: auto;
  border-radius: 50px 0 50px 0;
  overflow: hidden;
}
.home__section .box .body {
  width: 36%;
}
.home__section .box .body p {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.9;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 30px;
}
.home__section .box .body .btn a {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 16px 20px 16px 30px;
  background: url(../images/link_mark.svg) no-repeat 92% center #50a928;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}
.home__section .box .body .btn a:hover {
  background: url(../images/link_mark.svg) no-repeat 95% center #50a928;
}

.home #home__kodomoen {
  background: url(../images/kodomoen_bg.png) center center;
}
.home #home__kodomoen .box {
  flex-direction: row-reverse;
}
.home #home__kodomoen .body .btn a {
  background: url(../images/link_mark.svg) no-repeat 92% center #239cd9;
}
.home #home__kodomoen .body .btn a:hover {
  background: url(../images/link_mark.svg) no-repeat 95% center #239cd9;
}
.home #home__hana {
  background: url(../images/hana_bg.png) center center;
}
.home #home__hana .body .btn a {
  background: url(../images/link_mark.svg) no-repeat 92% center #a9ce52;
}
.home #home__hana .body .btn a:hover {
  background: url(../images/link_mark.svg) no-repeat 95% center #a9ce52;
}
.home #home__family {
  background: url(../images/family_bg.png) center center;
}
.home #home__family .box {
  flex-direction: row-reverse;
}
.home #home__family .body .btn a {
  background: url(../images/link_mark.svg) no-repeat 92% center #ef9098;
}
.home #home__family .body .btn a:hover {
  background: url(../images/link_mark.svg) no-repeat 95% center #ef9098;
}
.home__news {
  padding: 50px;
}
.home__news .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.home__news .wrap h2 {
  width: 12%;
  writing-mode: vertical-rl;
}
.home__news .wrap .body {
  width: 86%;
}
.home__news .wrap .body .list {
  background: #d6e9ca;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 13px;
}
.home__news .wrap .body .list ul {
  background: #fff;
  padding: 15px 20px;
  border-radius: 10px;
}
.home__news .wrap .body .list ul li {
  padding: 5px 0;
}
.home__news .wrap .body .list ul li a {
  display: block;
  text-decoration: none;
  color: #111111;
}
.home__news .wrap .body .list ul li a:hover {
  color: #50a928;
}
.home__news .wrap .body .list ul li dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
}
.home__news .wrap .body .list ul li dl dt {
  margin-right: 15px;
}
.home__news .wrap .body .note {
  padding-left: 40px;
  font-size: 11px;
  font-size: 1.1rem;
}

.home__recruitment {
  padding: 50px;
}
.home__recruitment h2 {
  text-align: center;
}
.home__recruitment .wrap {
  border: 1px solid #50a928;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home__recruitment .wrap .img {
  width: 53%;
}
.home__recruitment .wrap .img img {
  width: 100%;
  height: auto;
  border-radius: 50px 0 50px 0;
  overflow: hidden;
}
.home__recruitment .wrap .body {
  width: 44%;
}
.home__recruitment .wrap .body dl {
  padding-top: 10px;
}
.home__recruitment .wrap .body dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.home__recruitment .wrap .body dl dd {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.9;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 35px;
}
.home__recruitment .wrap .body .btn {
  text-align: right;
}
.home__recruitment .wrap .body .btn a {
  text-align: left;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  max-width: 230px;
  padding: 16px 20px 16px 30px;
  background: url(../images/link_mark.svg) no-repeat 92% center #50a928;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}
.home__recruitment .wrap .body .btn a:hover {
  background: url(../images/link_mark.svg) no-repeat 95% center #50a928;
}

.home__contact {
  width: 100%;
  padding: 50px 50px 130px 50px;
}
.home__contact ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home__contact ul li {
  width: 43%;
}
.home__contact ul li a {
  display: block;
}
.home__contact ul li a:hover {
  opacity: 0.6;
}
.home__contact ul li img {
  width: 100%;
  height: auto;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.pg__header {
  width: 100%;
  padding: 17px 30px 0 30px;
}

.pg__visual {
  width: 100%;
  max-width: 950px;
  height: 500px;
  margin: 0 auto 17px auto;
  position: relative;
  background-position: center center;
  background-size: cover;
  border-radius: 50px 0 50px 0;
}
.pg__visual h1 {
  position: absolute;
  left: 50%;
  bottom: 20px;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
  transform: translate(-50%, 0);
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
  text-align: center;
}
.pg__visual h1 span {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
}

.pg__nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pg__nav ul li {
  border-right: 1px solid #111111;
}
.pg__nav ul li:last-child {
  border: none;
}
.pg__nav ul li a {
  text-decoration: none;
  color: #111111;
  display: block;
  padding: 0 30px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}
.pg__nav ul li a:hover {
  color: #50a928;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.outline__philosophy {
  padding: 100px 30px 70px 30px;
}
.outline__philosophy p {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}

.outline__policy {
  padding: 70px 30px;
}
.outline__policy ul li {
  margin-bottom: 50px;
}
.outline__policy ul li h3 {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 25px;
}
.outline__policy ul li .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.outline__policy ul li .img {
  width: 43%;
}
.outline__policy ul li .img img {
  width: 100%;
  height: auto;
  border-radius: 30px 0 30px 0;
}
.outline__policy ul li .txt {
  width: 50%;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.9;
  text-align: justify;
  text-justify: inter-ideograph;
}
.outline__policy ul li:last-child {
  margin: 0;
}
.outline__policy ul li:nth-child(even) .wrap {
  flex-direction: row-reverse;
}

.outline__profile {
  padding: 70px 30px;
}
.outline__profile dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.outline__profile dl::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #ccc;
  top: 0;
  left: 31.19%;
  z-index: -1;
}
.outline__profile dl dt {
  width: 26%;
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
  padding: 15px 0;
  position: relative;
}
.outline__profile dl dt::after {
  content: "";
  position: absolute;
  top: 22px;
  right: -23%;
  width: 10px;
  height: 10px;
  background: #50a928;
  border-radius: 10px;
}
.outline__profile dl dd {
  width: 63%;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
  padding: 15px 0;
}

.outline__history {
  padding: 70px 30px;
}
.outline__history dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.outline__history dl::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #ccc;
  top: 0;
  left: 31.19%;
  z-index: -1;
}
.outline__history dl dt {
  width: 26%;
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
  padding: 15px 0;
  position: relative;
}
.outline__history dl dt::after {
  content: "";
  position: absolute;
  top: 22px;
  right: -23%;
  width: 10px;
  height: 10px;
  background: #50a928;
  border-radius: 10px;
}
.outline__history dl dd {
  width: 63%;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
  padding: 15px 0;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.about__daily {
  padding: 70px 30px;
}
.about__daily ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: url(../images/daily_line.svg) repeat-y center top;
  padding: 10px 0;
}
.about__daily ul li .time {
  width: 12.5%;
  position: relative;
}
.about__daily ul li .time img {
  width: 100%;
  height: auto;
}
.about__daily ul li .time p {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #50a928;
}
.about__daily ul li .time span {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
}
.about__daily ul li .time span font {
  display: inline-block;
  writing-mode: vertical-rl;
}
.about__daily ul li .body {
  width: 37.5%;
}
.about__daily ul li .body dl dt {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.about__daily ul li .body dl dd {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7;
  text-align: justify;
  text-justify: inter-ideograph;
}
.about__daily ul li .img {
  width: 37.5%;
}
.about__daily ul li .img img {
  width: 100%;
  height: auto;
  border-radius: 30px 0 30px 0;
}
.about__daily ul li:nth-child(odd) .time {
  order: 2;
}
.about__daily ul li:nth-child(odd) .body {
  order: 3;
}
.about__daily ul li:nth-child(odd) .img {
  order: 1;
}
.about__daily ul li:nth-child(even) .time {
  order: 2;
}
.about__daily ul li:nth-child(even) .body {
  order: 1;
}
.about__daily ul li:nth-child(even) .body dl dt {
  text-align: right;
}
.about__daily ul li:nth-child(even) .img {
  order: 3;
}

.about__yearly {
  padding: 70px 30px;
}
.about__yearly .caution {
  font-size: 1.5rem;
  text-align: center;
  display: block;
  padding-bottom: 20px;
}
.about__yearly .caution .cau_inner {
  text-align: left;
  display: inline-block;
}
.about__yearly ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: url(../images/daily_line.svg) repeat-y center top;
  padding: 10px 0;
}
.about__yearly ul li .season {
  width: 12.5%;
  position: relative;
}
.about__yearly ul li .season img {
  width: 100%;
  height: auto;
}
.about__yearly ul li .season p {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about__yearly ul li .season span {
  text-align: center;
}
.about__yearly ul li .season span font.name {
  display: block;
  font-size: 52px;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-bottom: 5px;
}
.about__yearly ul li .season span font.e {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.15em;
}
.about__yearly ul li .body {
  width: 37.5%;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.about__yearly ul li .img {
  width: 37.5%;
}
.about__yearly ul li .img img {
  width: 100%;
  height: auto;
  border-radius: 30px 0 30px 0;
}
.about__yearly ul li:nth-child(odd) .season {
  order: 2;
}
.about__yearly ul li:nth-child(odd) .body {
  order: 3;
}
.about__yearly ul li:nth-child(odd) .img {
  order: 1;
}
.about__yearly ul li:nth-child(even) .season {
  order: 2;
}
.about__yearly ul li:nth-child(even) .body {
  order: 1;
}
.about__yearly ul li:nth-child(even) .body dl dt {
  text-align: right;
}
.about__yearly ul li:nth-child(even) .img {
  order: 3;
}
.about__yearly ul li:nth-child(1) .season p {
  background: #ef9098;
}
.about__yearly ul li:nth-child(2) .season p {
  background: #a9ce52;
}
.about__yearly ul li:nth-child(3) .season p {
  background: #f6921e;
}
.about__yearly ul li:nth-child(4) .season p {
  background: #64beff;
}

.about__bus {
  padding: 70px 30px;
}
.about__bus .box .img img {
  width: 100%;
  height: auto;
  border-radius: 30px 0 30px 0;
}
.about__bus .box dl dt {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.about__bus .box dl dd {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.9;
  text-align: justify;
  text-justify: inter-ideograph;
}
.about__bus #bus__1 {
  width: 100%;
  max-width: 80%;
  margin: 0 auto 60px auto;
}
.about__bus #bus__1 .img {
  margin-block: 15px;
}
.about__bus #bus__2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about__bus #bus__2 .img {
  width: 68%;
}
.about__bus #bus__2 dl {
  width: 25%;
}

.about__lunch {
  padding: 70px 30px;
}
.about__lunch .box .img img {
  width: 100%;
  height: auto;
  border-radius: 30px 0 30px 0;
}
.about__lunch .box dl dt {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.about__lunch .box dl dd {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.9;
  text-align: justify;
  text-justify: inter-ideograph;
}
.about__lunch #lunch__1 {
  width: 100%;
  max-width: 80%;
  margin: 0 auto 60px auto;
}
.about__lunch #lunch__1 .img {
  margin-block: 15px;
}
.about__lunch #lunch__2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.about__lunch #lunch__2 .img {
  width: 56%;
}
.about__lunch #lunch__2 dl {
  width: 37.5%;
}
.about__lunch #lunch__3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.about__lunch #lunch__3 .img {
  width: 56%;
}
.about__lunch #lunch__3 dl {
  width: 37.5%;
}
.about__lunch #lunch__3 dl dt {
  text-align: right;
}

.about__staff {
  padding: 70px 30px;
}
.about__staff ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.about__staff ul li:last-child {
  margin-bottom: 0;
}
.about__staff ul li .img {
  width: 35%;
}
.about__staff ul li .img img {
  width: 100%;
  height: auto;
  border-radius: 30px 0 30px 0;
}
.about__staff ul li .body {
  width: 57%;
}
.about__staff ul li .body .post {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 7px;
}
.about__staff ul li .body .name {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 7px;
}
.about__staff ul li .body .e {
  font-size: 10px;
  font-size: 1rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  letter-spacing: 0.4em;
  margin-bottom: 20px;
}
.about__staff ul li .body .txt {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.7;
}
.about__staff ul li.book {
  flex-direction: row-reverse;
}
.about__staff ul li.book .img img {
  width: 80%;
  border-radius: 0;
  border: 1px solid #111111;
}
.about__staff ul li.book .body .post,
.about__staff ul li.book .body .name,
.about__staff ul li.book .body .e {
  text-align: right;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.base__concept {
  padding: 100px 0 70px 0;
}
.base__concept dl {
  text-align: center;
}
.base__concept dl dt {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 30px;
}
.base__concept dl dd {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2.4;
}

.base__feature {
  padding: 70px 30px;
}
.base__feature ul li {
  margin-bottom: 50px;
}
.base__feature ul li h3 {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 25px;
}
.base__feature ul li .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.base__feature ul li .img {
  width: 43%;
}
.base__feature ul li .img img {
  width: 100%;
  height: auto;
  border-radius: 30px 0 30px 0;
}
.base__feature ul li .txt {
  width: 50%;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.9;
  text-align: justify;
  text-justify: inter-ideograph;
}
.base__feature ul li:last-child {
  margin: 0;
}
.base__feature ul li:nth-child(even) .wrap {
  flex-direction: row-reverse;
}

.base__access {
  padding: 70px 30px;
}
.base__access .map {
  margin-bottom: 30px;
}
.base__access .map iframe {
  width: 100%;
  height: 400px;
}
.base__access .addr {
  text-align: center;
}
.base__access .addr dl {
  display: inline-block;
  text-align: left;
}
.base__access .addr dl dt {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
.base__access .addr dl dd {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.base__information {
  padding: 70px 30px;
}
.base__information .exp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.base__information .exp dl {
  width: 49%;
  background: #d6e9ca;
}
.base__information .exp dl dt {
  background: #50a928;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  border-bottom: 4px solid #fff;
  padding: 17px 20px;
}
.base__information .exp dl dt span {
  display: inline-block;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 700;
}
.base__information .exp dl dd {
  text-align: left;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 13px 15px;
  background: #d6e9ca;
  line-height: 1.7;
}
.base__information .lead {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 30px;
}
.base__information .box {
  margin-bottom: 50px;
}
.base__information .box:last-child {
  margin: 0;
}
.base__information h3 {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 30px;
}
.base__information .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.base__information .wrap .flow {
  width: 42%;
}
.base__information .wrap .flow img {
  width: 100%;
  height: auto;
}
.base__information .wrap .txt {
  width: 50%;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

.base__capacity {
  padding: 70px 30px;
}
.base__capacity table {
  margin: 0 auto;
  border-collapse: collapse;
}
.base__capacity table th,
.base__capacity table td {
  border: 3px solid #fff;
  text-align: center;
}
.base__capacity table th {
  background: #50a928;
  color: #fff;
  padding: 15px 20px;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.base__capacity table th.data {
  width: 200px;
}
.base__capacity table th span {
  font-size: 18px;
  font-size: 1.8rem;
}
.base__capacity table td {
  background: #d6e9ca;
  padding: 5px 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

.base__fees {
  padding: 70px 30px;
}
.base__fees table {
  margin: 0 auto;
  border-collapse: collapse;
  margin-bottom: 50px;
}
.base__fees table th,
.base__fees table td {
  border: 3px solid #fff;
  text-align: center;
}
.base__fees table th {
  background: #50a928;
  color: #fff;
  padding: 15px 20px;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.base__fees table th.data {
  width: 200px;
}
.base__fees table th span {
  font-size: 18px;
  font-size: 1.8rem;
}
.base__fees table td {
  background: #d6e9ca;
  padding: 5px 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
.base__fees .lead {
  text-align: center;
  margin-bottom: 40px;
}
.base__fees .lead dl dt {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.9;
  margin-bottom: 20px;
}
.base__fees .lead dl dd {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.2;
}
.base__fees p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 2em;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.kodomoen .pg__nav a:hover {
  color: #239cd9;
}
.kodomoen .base__feature h3 {
  color: #239cd9;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.hanatomidori .pg__nav a:hover {
  color: #a9ce52;
}
.hanatomidori .base__feature h3 {
  color: #a9ce52;
}

.base__fees table tr .table_txt {
  font-size: 1.5rem;
  font-weight: 500;
}

.base__fees table tr .table_left {
  text-align: left;
  width: 364px;
}

.base__fees .kyusyoku_table {
  margin-top: -15px;
}
.base__fees .kyusyoku_table td {
  font-size: 1.2rem;
  font-weight: 400;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.family .pg__nav a:hover {
  color: #ef9098;
}
.family .base__feature h3 {
  color: #ef9098;
}

.family_featureph {
  margin-right: 57%;
  margin-top: 10px;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.kirarahoikuen .fade {
    transform: translate(0, 15px);
    opacity: 0;
    transition: 0.7s;
  }

.kirarahoikuen .fade__on {
  transform: translate(0, 0);
  opacity: 1;
}

.kirarahoikuen .pg__visual {
  height: 200px;
}
.kirarahoikuen .pg__visual h1 {
  color: #000;
  text-shadow: 3px 3px 5px rgb(138 131 131 / 70%);
  margin-bottom: 0;
}
.kirarahoikuen__details {
  padding: 70px 30px;
}
.kirarahoikuen__details table {
  width: 100%;
  border-collapse: collapse;
}
.kirarahoikuen__details table th,
.kirarahoikuen__details table td {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
  padding: 20px;
  border-bottom: 1px dashed #cbcbcb;
  vertical-align: top;
  font-weight: 400;
  line-height: 1.6;
}
.kirarahoikuen__details table th {
  background: #50a928;
  color: #fff;
}
.kirarahoikuen__details table td {
  background: #d6e9ca;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.recruit {
  width: 100%;
}
.recruit__concept {
  padding: 70px 0;
}
.recruit__concept dl {
  text-align: center;
}
.recruit__concept dl dt {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 50px;
}
.recruit__concept dl dd {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2.4;
}

.recruit__feature {
  padding: 70px 30px;
}
.recruit__feature .list ul li {
  margin-bottom: 40px;
}
.recruit__feature .list ul li dl dt {
  color: #50a928;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 15px;
}
.recruit__feature .list ul li dl dd {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2.4;
}
.recruit__feature .list ul li:nth-child(odd) {
  margin-right: 15%;
}
.recruit__feature .list ul li:nth-child(even) {
  margin-left: 15%;
}
.recruit__feature .list ul li:nth-child(even) dl dt {
  text-align: right;
}

.recruit__daily {
  padding: 70px 30px;
}
.recruit__daily ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: url(../images/daily_line.svg) repeat-y center top;
  padding: 5px 0;
}
.recruit__daily ul li .time {
  width: 12.5%;
  position: relative;
}
.recruit__daily ul li .time img {
  width: 100%;
  height: auto;
}
.recruit__daily ul li .time p {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #50a928;
}
.recruit__daily ul li .time span {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
}
.recruit__daily ul li .time span font {
  display: inline-block;
  writing-mode: vertical-rl;
}
.recruit__daily ul li .body {
  width: 37.5%;
}
.recruit__daily ul li .body dl dt {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.recruit__daily ul li .body dl dd {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7;
  text-align: justify;
  text-justify: inter-ideograph;
}
.recruit__daily ul li .img {
  width: 37.5%;
}
.recruit__daily ul li .img img {
  width: 100%;
  height: auto;
  border-radius: 30px 0 30px 0;
}
.recruit__daily ul li:nth-child(odd) .time {
  order: 2;
}
.recruit__daily ul li:nth-child(odd) .body {
  order: 3;
}
.recruit__daily ul li:nth-child(odd) .img {
  order: 1;
}
.recruit__daily ul li:nth-child(even) .time {
  order: 2;
}
.recruit__daily ul li:nth-child(even) .body {
  order: 1;
}
.recruit__daily ul li:nth-child(even) .body dl dt {
  text-align: right;
}
.recruit__daily ul li:nth-child(even) .img {
  order: 3;
}

.recruit__interview {
  padding: 70px 30px;
}
.recruit__interview ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.recruit__interview ul li:last-child {
  margin-bottom: 0;
}
.recruit__interview ul li .img {
  width: 24%;
}
.recruit__interview ul li .img img {
  width: 100%;
  height: auto;
  border-radius: 30px 0 30px 0;
}
.recruit__interview ul li .body {
  width: 70%;
}
.recruit__interview ul li .body .post {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 7px;
}
.recruit__interview ul li .body .name {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 7px;
}
.recruit__interview ul li .body .e {
  font-size: 10px;
  font-size: 1rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  letter-spacing: 0.4em;
  margin-bottom: 20px;
}
.recruit__interview ul li .body .txt {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.7;
}

.recruit__details {
  padding: 70px 30px;
}
.recruit__details table {
  width: 100%;
  border-collapse: collapse;
}
.recruit__details table th,
.recruit__details table td {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
  padding: 20px;
  border-bottom: 1px dashed #cbcbcb;
  vertical-align: top;
  font-weight: 400;
  line-height: 1.6;
}
.recruit__details table th {
  background: #50a928;
  color: #fff;
}
.recruit__details table td {
  background: #d6e9ca;
}

.recruit__contact {
  padding: 70px 30px 0 30px;
}
.recruit__contact p {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.contact {
  width: 100%;
  padding: 180px 50px 100px 50px;
}
.contact .lead {
  width: 100%;
  max-width: 420px;
  margin: 0 auto 50px auto;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.9;
}
.contact .form {
  margin-bottom: 40px;
}
.contact .form table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.contact .form table th,
.contact .form table td {
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: top;
  padding: 8px 0;
}
.contact .form table th {
  font-weight: 400;
  width: 13em;
  padding-top: 15px;
}
.contact .form table th span {
  display: inline-block;
  border: 1px solid #f00;
  color: #f00;
  font-size: 10px;
  font-size: 1rem;
  padding: 0px 5px;
  border-radius: 30px;
  margin-left: 10px;
}
.contact .form table td input[type=text],
.contact .form table td input[type=email] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #111111;
  background: #fff;
  padding: 5px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 2px 0;
}
.contact .form table td textarea {
  width: 100%;
  height: 100px;
  line-height: 1.6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #111111;
  background: #fff;
  padding: 5px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 2px 0;
  vertical-align: bottom;
}
.contact .form table td select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #111111;
  border-radius: 0;
  padding: 8px 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.contact .btn {
  text-align: center;
}
.contact .btn input {
  width: 100%;
  max-width: 200px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #50a928;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 13px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.contact .btn input:hover {
  opacity: 0.6;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.footer {
  width: 100%;
  background: #d6e9ca;
}
.footer .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 50px 30px 50px;
}
.footer .logo {
  width: 25%;
}
.footer .logo a {
  display: block;
}
.footer .logo a:hover {
  opacity: 0.6;
}
.footer .logo img {
  width: 100%;
  height: auto;
}
.footer .fnav {
  width: 66%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .fnav > ul {
  width: 32%;
  margin-bottom: 20px;
}
.footer .fnav > ul > li > a {
  display: block;
  text-decoration: none;
  background: url(../images/fnav_mark.svg) no-repeat left center;
  padding: 6px 0 6px 15px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #111111;
}
.footer .fnav > ul > li > a:hover {
  opacity: 0.6;
}
.footer .fnav > ul > li > ul > li {
  margin-left: 20px;
}
.footer .fnav > ul > li > ul > li > a {
  display: block;
  text-decoration: none;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  background: url(../images/fnav_mark_s.svg) no-repeat left center;
  padding: 4px 0 4px 15px;
  color: #111111;
}
.footer .fnav > ul > li > ul > li > a:hover {
  opacity: 0.6;
}
.footer .copy {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.15em;
  padding: 10px 20px;
  background: #50a928;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.page404 {
  padding: 200px 50px 150px 50px;
}
.page404 .inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.page404 .inner h1 {
  font-size: 60px;
  font-size: 6rem;
  font-weight: 700;
  color: #aaa;
  line-height: 1;
  margin: 0 0 10px 0;
}
.page404 .inner h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.page404 .inner p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.9;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.fade {
  transform: translate(0, 40px);
  opacity: 0;
  transition: 0.7s;
}

.fade__on {
  transform: translate(0, 0);
  opacity: 1;
}

/*-----------------------------------------------------*/
/*----------------------------------------------------*/
.menubar {
  display: none;
}

/*-----------------------------------------------------*/
/*----------------------------------------------------*/
.wpcf7 form .wpcf7-response-output {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 30px 0 0 0 !important;
  padding: 15px 15px 15px 15px !important;
  border-radius: 4px;
  color: #b94a48;
  background: #f2dede;
  border: none !important;
}

.wpcf7-spinner {
  display: none !important;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
@media only screen and (max-width: 769px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .header {
    padding: 0;
    position: fixed;
    top: 0;
  }
  .header .box {
    height: 70px;
    padding: 0 3%;
    border-radius: 0;
  }
  .header .box h1 {
    width: auto;
    height: 50px;
  }
  .header .box h1 img {
    width: auto;
    height: 50px;
  }
  .header .box .nav {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #73c647;
    margin-right: 0;
    padding: 10% 5%;
  }
  .header .box .nav ul {
    flex-wrap: wrap;
  }
  .header .box .nav ul li {
    width: 100%;
    margin: 0;
    padding: 15px 10px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .header .box .nav ul li a {
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    font-weight: 500;
  }
  .header .box .nav ul li a span {
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 10px;
  }

  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .main {
    padding-top: 70px;
  }

  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .visual {
    height: 60vh;
  }
  .visual .slider {
    height: 60vh;
  }
  .visual .slider .item {
    height: 60vh;
  }
  .visual .txt {
    bottom: 60px;
    padding: 0 5%;
  }
  .visual .txt .txt__inner {
    font-size: 24px;
    font-size: 2.4rem;
  }

  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  a[href^="tel:"] {
    pointer-events: auto;
  }

  .en {
    font-size: 9px;
    font-size: 0.9rem;
  }

  .inner {
    padding: 0 20px;
  }

  .ttl {
    margin: 0 0 10% 0;
  }
  .ttl span {
    font-size: 22px;
    font-size: 2.2rem;
  }

  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .home h2 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 5%;
  }
  .home__section {
    width: 100%;
    padding: 10% 0 10% 0;
  }
  .home__section .box .img {
    width: 100%;
    margin-bottom: 5%;
  }
  .home__section .box .body {
    width: 100%;
  }
  .home__section .box .body p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.9;
    margin-bottom: 5%;
  }
  .home__section .box .body .btn a {
    padding: 16px 20px 16px 30px;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .home__news {
    padding: 10% 0 10% 0;
  }
  .home__news .wrap h2 {
    width: 100%;
    writing-mode: horizontal-tb;
  }
  .home__news .wrap .body {
    width: 100%;
  }
  .home__news .wrap .body .list {
    padding: 5%;
    margin-bottom: 10px;
  }
  .home__news .wrap .body .list ul {
    padding: 15px 20px;
  }
  .home__news .wrap .body .list ul li {
    padding: 5px 0;
  }
  .home__news .wrap .body .list ul li dl {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .home__news .wrap .body .list ul li dl dt {
    width: 100%;
    margin-right: 0;
  }
  .home__news .wrap .body .list ul li dl dd {
    width: 100%;
  }
  .home__news .wrap .body .note {
    padding-left: 40px;
    font-size: 11px;
    font-size: 1.1rem;
  }

  .home__recruitment {
    padding: 10% 0 10% 0;
  }
  .home__recruitment .wrap {
    padding: 5%;
  }
  .home__recruitment .wrap .img {
    width: 100%;
    margin-bottom: 4%;
  }
  .home__recruitment .wrap .img img {
    border-radius: 30px 0 30px 0;
  }
  .home__recruitment .wrap .body {
    width: 100%;
  }
  .home__recruitment .wrap .body dl {
    padding-top: 0;
  }
  .home__recruitment .wrap .body dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5%;
  }
  .home__recruitment .wrap .body dl dd {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.9;
    margin-bottom: 5%;
  }
  .home__recruitment .wrap .body .btn a {
    max-width: 100%;
    padding: 16px 20px 16px 30px;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .home__contact {
    width: 100%;
    padding: 5% 5% 10% 5%;
  }
  .home__contact ul {
    width: 90%;
    margin: 0 auto;
  }
  .home__contact ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .pg__header {
    padding: 0 3% 0 3%;
  }

  .pg__visual {
    height: 300px;
    margin: 0 auto 5% auto;
  }
  .pg__visual h1 {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    bottom: 25px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.4;
  }
  .pg__visual h1 span {
    font-size: 20px;
    font-size: 2rem;
  }

  .pg__nav ul li {
    margin-bottom: 10px;
  }
  .pg__nav ul li a {
    padding: 0 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }

  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .outline__philosophy {
    padding: 10% 0;
  }
  .outline__philosophy p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }

  .outline__policy {
    padding: 10% 0;
  }
  .outline__policy ul li {
    margin-bottom: 10%;
  }
  .outline__policy ul li h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 5%;
    text-align: left;
  }
  .outline__policy ul li .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .outline__policy ul li .img {
    width: 100%;
    margin-bottom: 5%;
  }
  .outline__policy ul li .txt {
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
  }

  .outline__profile {
    padding: 10% 0;
  }
  .outline__profile dl::after {
    left: 31.19%;
  }
  .outline__profile dl dt {
    width: 26%;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    padding: 10px 0;
  }
  .outline__profile dl dt::after {
    top: 17px;
    right: -26%;
  }
  .outline__profile dl dd {
    width: 63%;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 0;
  }

  .outline__history {
    padding: 10% 0;
  }
  .outline__history dl::after {
    left: 31.19%;
  }
  .outline__history dl dt {
    width: 26%;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 0;
  }
  .outline__history dl dt::after {
    top: 17px;
    right: -26%;
  }
  .outline__history dl dd {
    width: 63%;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 0;
  }

  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .about__daily {
    padding: 10% 0;
  }
  .about__daily ul {
    padding: 0;
  }
  .about__daily ul li {
    padding: 5px 0;
    background: none;
    align-items: flex-start;
  }
  .about__daily ul li .time {
    width: 20%;
  }
  .about__daily ul li .time span {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .about__daily ul li .body {
    width: 77%;
  }
  .about__daily ul li .body dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  .about__daily ul li .body dl dd {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.7;
  }
  .about__daily ul li .img {
    width: 77%;
    margin: 10px 0 30px 23%;
  }
  .about__daily ul li .img img {
    border-radius: 20px 0 20px 0;
  }
  .about__daily ul li:nth-child(odd) .time {
    order: 1;
  }
  .about__daily ul li:nth-child(odd) .body {
    order: 2;
  }
  .about__daily ul li:nth-child(odd) .img {
    order: 3;
  }
  .about__daily ul li:nth-child(even) .time {
    order: 1;
  }
  .about__daily ul li:nth-child(even) .body {
    order: 2;
  }
  .about__daily ul li:nth-child(even) .body dl dt {
    text-align: left;
  }
  .about__daily ul li:nth-child(even) .img {
    order: 3;
  }

  .about__yearly {
    padding: 10% 0;
  }
  .about__yearly ul li {
    padding: 5px 0;
    background: none;
    align-items: flex-start;
  }
  .about__yearly ul li .season {
    width: 20%;
  }
  .about__yearly ul li .season span font.name {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 5px;
  }
  .about__yearly ul li .season span font.e {
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .about__yearly ul li .body {
    width: 77%;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.6;
  }
  .about__yearly ul li .img {
    width: 77%;
    margin: 10px 0 30px 23%;
  }
  .about__yearly ul li .img img {
    border-radius: 20px 0 20px 0;
  }
  .about__yearly ul li:nth-child(odd) .time {
    order: 1;
  }
  .about__yearly ul li:nth-child(odd) .body {
    order: 2;
  }
  .about__yearly ul li:nth-child(odd) .img {
    order: 3;
  }
  .about__yearly ul li:nth-child(even) .time {
    order: 1;
  }
  .about__yearly ul li:nth-child(even) .body {
    order: 2;
  }
  .about__yearly ul li:nth-child(even) .body dl dt {
    text-align: left;
  }
  .about__yearly ul li:nth-child(even) .img {
    order: 3;
  }

  .about__bus {
    padding: 10% 0;
  }
  .about__bus .box dl dt {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .about__bus .box dl dd {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.9;
  }
  .about__bus #bus__1 {
    max-width: 100%;
    margin: 0 auto 10% auto;
  }
  .about__bus #bus__2 .img {
    width: 100%;
    margin-bottom: 5%;
  }
  .about__bus #bus__2 dl {
    width: 100%;
  }

  .about__lunch {
    padding: 10% 0;
  }
  .about__lunch .box dl dt {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .about__lunch .box dl dd {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.9;
  }
  .about__lunch #lunch__1 {
    max-width: 100%;
    margin: 0 auto 10% auto;
  }
  .about__lunch #lunch__2 {
    margin-bottom: 10%;
  }
  .about__lunch #lunch__2 .img {
    width: 100%;
    margin-bottom: 5%;
  }
  .about__lunch #lunch__2 dl {
    width: 100%;
  }
  .about__lunch #lunch__3 .img {
    width: 100%;
    margin-bottom: 5%;
  }
  .about__lunch #lunch__3 dl {
    width: 100%;
  }

  .about__staff {
    padding: 10% 0;
  }
  .about__staff ul li {
    margin-bottom: 10%;
  }
  .about__staff ul li .img {
    width: 50%;
    margin: 0 25% 20px;
  }
  .about__staff ul li .body {
    width: 80%;
    margin: 0 10%;
  }
  .about__staff ul li .body .post {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
  .about__staff ul li .body .name {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .about__staff ul li .body .e {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 5%;
  }
  .about__staff ul li .body .txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.7;
  }
  .about__staff ul li.book .img {
    width: 36%;
    margin: 0 32% 20px;
  }
  .about__staff ul li.book .img img {
    width: 100%;
  }
  .about__staff ul li.book .body .post,
.about__staff ul li.book .body .name,
.about__staff ul li.book .body .e {
    text-align: right;
  }
  .about__staff ul li.book .body .name {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }

  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .base__concept {
    padding: 10% 0 10% 0;
  }
  .base__concept dl dt {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 5%;
  }
  .base__concept dl dd {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 2;
  }

  .base__feature {
    padding: 10% 0;
  }
  .base__feature ul li {
    margin-bottom: 10%;
  }
  .base__feature ul li h3 {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-bottom: 5%;
  }
  .base__feature ul li .img {
    width: 100%;
    margin-bottom: 5%;
  }
  .base__feature ul li .txt {
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
  }

  .base__access {
    padding: 10% 0;
  }
  .base__access .map {
    margin-bottom: 5%;
  }
  .base__access .map iframe {
    height: 300px;
  }
  .base__access .addr dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5%;
  }
  .base__access .addr dl dd {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 5px;
  }

  .base__information {
    padding: 10% 0;
  }
  .base__information .exp {
    margin-bottom: 10%;
  }
  .base__information .exp dl {
    width: 49%;
  }
  .base__information .exp dl dt {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 17px 10px;
  }
  .base__information .exp dl dt span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .base__information .exp dl dd {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 10px 15px;
  }
  .base__information .lead {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    margin-bottom: 10%;
  }
  .base__information .box {
    margin-bottom: 10%;
  }
  .base__information h3 {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 7%;
  }
  .base__information .wrap .flow {
    width: 100%;
    text-align: center;
    margin-bottom: 5%;
  }
  .base__information .wrap .flow img {
    width: 60%;
    height: auto;
  }
  .base__information .wrap .txt {
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
  }

  .base__capacity {
    padding: 10% 0;
  }
  .base__capacity table {
    width: 100%;
  }
  .base__capacity table th {
    padding: 10px 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .base__capacity table th.data {
    width: auto;
  }
  .base__capacity table th span {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .base__capacity table td {
    padding: 5px 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }

  .base__fees {
    padding: 10% 0;
  }
  .base__fees table {
    width: 100%;
    margin-bottom: 10%;
  }
  .base__fees table th {
    padding: 10px 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .base__fees table th.data {
    width: auto;
  }
  .base__fees table th span {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .base__fees table td {
    padding: 5px 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .base__fees .lead {
    margin-bottom: 10%;
  }
  .base__fees .lead dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5%;
  }
  .base__fees .lead dl dd {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
  }
  .base__fees p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    margin-bottom: 2em;
  }

  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .main .kodomoen .base__concept .inner dl dd {
    letter-spacing: -0.05em;
  }
  .main .kodomoen .base__fees .inner .inner__700 .lead {
    text-align: left;
  }

  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .base__fees table tr .table_txt {
    font-size: 1.2rem;
    font-weight: 500;
  }

  .base__fees table tr .table_left {
    text-align: left;
    width: auto;
  }

  .base__fees .hoikuryo_table .hoikuryo_width {
    width: 33%;
  }
  .base__fees .hoikuryo_table th {
    padding: 5px;
  }
  .base__fees .hoikuryo_table td {
    padding: 5px;
  }

  .base__fees .kyusyoku_table {
    margin-top: -15px;
  }
  .base__fees .kyusyoku_table td {
    font-size: 1.2rem;
    font-weight: 400;
    padding: 5px;
  }
  .base__fees .kyusyoku_table .kyusyoku_txt {
    text-align: left;
  }

  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .family_featureph {
    margin-right: 0;
    margin-top: 20px;
  }

    /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
    .kirarahoikuen__details {
    padding: 10% 0;
  }
  .kirarahoikuen__details table {
    margin: 0 20px;
    width: stretch;
    border-collapse: collapse;
  }
  .kirarahoikuen__details table th,
.kirarahoikuen__details table td {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    padding: 15px;
    border-bottom: none;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .recruit .pg__nav ul li {
    letter-spacing: -0.05em;
  }
  .recruit .pg__nav ul li a {
    padding: 0 5px;
  }
  .recruit__concept {
    padding: 10% 0;
  }
  .recruit__concept dl dt {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0.1em;
    margin-bottom: 5%;
  }
  .recruit__concept dl dd {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 2;
    text-align: left;
  }

  .recruit__feature {
    padding: 10% 0;
  }
  .recruit__feature .list {
    padding: 0 20px;
  }
  .recruit__feature .list ul li {
    margin-bottom: 10%;
  }
  .recruit__feature .list ul li dl dt {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    margin-bottom: 5%;
  }
  .recruit__feature .list ul li dl dd {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
  }
  .recruit__feature .list ul li:nth-child(odd) {
    margin-right: 5%;
  }
  .recruit__feature .list ul li:nth-child(even) {
    margin-left: 5%;
  }

  .recruit__daily {
    padding: 10% 0;
  }
  .recruit__daily ul {
    padding: 0 20px;
  }
  .recruit__daily ul li {
    padding: 5px 0;
    background: none;
    align-items: flex-start;
  }
  .recruit__daily ul li .time {
    width: 20%;
  }
  .recruit__daily ul li .time span {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .recruit__daily ul li .body {
    width: 77%;
  }
  .recruit__daily ul li .body dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  .recruit__daily ul li .body dl dd {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.7;
  }
  .recruit__daily ul li .img {
    width: 77%;
    margin: 10px 0 30px 23%;
  }
  .recruit__daily ul li .img img {
    border-radius: 20px 0 20px 0;
  }
  .recruit__daily ul li:nth-child(odd) .time {
    order: 1;
  }
  .recruit__daily ul li:nth-child(odd) .body {
    order: 2;
  }
  .recruit__daily ul li:nth-child(odd) .img {
    order: 3;
  }
  .recruit__daily ul li:nth-child(even) .time {
    order: 1;
  }
  .recruit__daily ul li:nth-child(even) .body {
    order: 2;
  }
  .recruit__daily ul li:nth-child(even) .body dl dt {
    text-align: left;
  }
  .recruit__daily ul li:nth-child(even) .img {
    order: 3;
  }

  .recruit__interview {
    padding: 10% 0;
  }
  .recruit__interview ul {
    padding: 0 20px;
  }
  .recruit__interview ul li {
    margin-bottom: 10%;
  }
  .recruit__interview ul li .img {
    width: 50%;
    margin: 0 25% 20px;
  }
  .recruit__interview ul li .body {
    width: 80%;
    margin: 0 10%;
  }
  .recruit__interview ul li .body .post {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
  .recruit__interview ul li .body .name {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .recruit__interview ul li .body .e {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 5%;
  }
  .recruit__interview ul li .body .txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.7;
  }

  .recruit__details {
    padding: 10% 0;
  }
  .recruit__details table {
    margin: 0 20px;
    width: auto;
    border-collapse: collapse;
  }
  .recruit__details table th,
.recruit__details table td {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    padding: 15px;
    border-bottom: none;
  }

  .recruit__contact {
    padding: 10% 0 0 0;
  }
  .recruit__contact p {
    padding: 0 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }

  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .contact {
    padding: 10% 0 10% 0;
  }
  .contact .lead {
    margin: 0 auto 10% auto;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .contact .form {
    margin-bottom: 10%;
  }
  .contact .form table th,
.contact .form table td {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 0 0 0;
  }
  .contact .form table th {
    width: 100%;
    padding-top: 5%;
    padding-bottom: 2%;
  }
  .contact .form table td input[type=text],
.contact .form table td input[type=email] {
    padding: 10px 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .contact .form table td textarea {
    height: 150px;
    padding: 10px 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .contact .form table td select {
    padding: 12px 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .contact .btn input {
    max-width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 13px;
  }

  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .footer .wrap {
    padding: 10% 5% 5% 5%;
  }
  .footer .logo {
    width: 100%;
    margin-bottom: 7%;
    text-align: center;
  }
  .footer .logo img {
    width: 50%;
    height: auto;
  }
  .footer .fnav {
    width: 100%;
  }
  .footer .fnav > ul {
    width: 48%;
    margin-bottom: 5%;
  }
  .footer .fnav > ul > li > a {
    padding: 6px 0 6px 15px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .footer .fnav > ul > li > ul > li {
    margin-left: 20px;
  }
  .footer .fnav > ul > li > ul > li > a {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 2px 0 2px 15px;
  }
  .footer .copy {
    font-size: 10px;
    font-size: 1rem;
    padding: 10px 5%;
  }

  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .page404 {
    padding: 200px 50px 150px 50px;
  }
  .page404 .inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .page404 .inner h1 {
    font-size: 60px;
    font-size: 6rem;
    font-weight: 700;
    color: #aaa;
    line-height: 1;
    margin: 0 0 10px 0;
  }
  .page404 .inner h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
  }
  .page404 .inner p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.9;
  }

  /*-----------------------------------------------------*/
  /*----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /*----------------------------------------------------*/
  .menubar {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 1001;
  }
  .menubar__trigger {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: relative;
    width: 60px;
    height: 60px;
  }
  .menubar__trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 25%;
    width: 50%;
    height: 2px;
    background-color: #50a928;
  }
  .menubar__trigger span:nth-of-type(1) {
    top: 20px;
  }
  .menubar__trigger span:nth-of-type(2) {
    top: 30px;
  }
  .menubar__trigger span:nth-of-type(3) {
    top: 40px;
  }

  .menubar .menubar__trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .menubar .menubar__trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menubar .menubar__trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
}
