@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background-repeat: no-repeat;
}

body {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

:focus {
  outline: none;
}

/** -------------------------------- **
フォント
*** ----------------------------------------------------------------- ***/
@font-face {
  font-family: "GenJyuuGothicX-P-ExtraLight";
  src: url("../fonts/GenJyuuGothic/GenJyuuGothicX-P-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "GenJyuuGothicX-P-Light";
  src: url("../fonts/GenJyuuGothic/GenJyuuGothicX-P-Light.ttf") format("truetype");
}
@font-face {
  font-family: "GenJyuuGothicX-P-Normal";
  src: url("../fonts/GenJyuuGothic/GenJyuuGothicX-P-Normal.ttf") format("truetype");
}
@font-face {
  font-family: "GenJyuuGothicX-P-Regular";
  src: url("../fonts/GenJyuuGothic/GenJyuuGothicX-P-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "GenJyuuGothicX-P-Medium";
  src: url("../fonts/GenJyuuGothic/GenJyuuGothicX-P-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "GenJyuuGothicX-P-Bold";
  src: url("../fonts/GenJyuuGothic/GenJyuuGothicX-P-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "GenJyuuGothicX-P-Heavy";
  src: url("../fonts/GenJyuuGothic/GenJyuuGothicX-P-Heavy.ttf") format("truetype");
}
/** -------------------------------- **
共通
*** ----------------------------------------------------------------- ***/
body, input, select, textarea {
  font-family: "GenJyuuGothicX-P-Medium", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.6;
  font-size: 16px;
  width: 100%;
  color: #6E5037;
}

.body-wrap {
  overflow-x: hidden;
}

body.fixed {
  position: fixed;
  width: 100%;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

a {
  color: #6E5037;
}
a:hover {
  color: #6E5037;
}
a.v-underline {
  text-decoration: underline;
}
a.v-underline:hover {
  text-decoration: none;
}

.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .wrap {
    padding: 0 20px;
  }
  .wrap.v-padding-none {
    padding: 0;
  }
}

.wrap-l {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .wrap-l {
    padding: 0 20px;
  }
  .wrap-l.v-padding-none {
    padding: 0;
  }
}

.wrap-ml {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .wrap-ml {
    padding: 0 20px;
  }
  .wrap-ml.v-padding-none {
    padding: 0;
  }
}

.wrap-m {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .wrap-m {
    padding: 0 20px;
  }
  .wrap-m.v-padding-none {
    padding: 0;
  }
}

.wrap-s {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .wrap-s {
    padding: 0 20px;
  }
  .wrap-s.v-padding-none {
    padding: 0;
  }
}

.wrap-ss {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .wrap-ss {
    padding: 0 20px;
  }
  .wrap-ss.v-padding-none {
    padding: 0;
  }
}

.section {
  padding: 120px 0 0 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 60px 0 0 0;
  }
  .section.v-large {
    padding: 80px 0 0 0;
  }
}

.section-l {
  padding: 120px 0 0 0;
}
@media screen and (max-width: 767px) {
  .section-l {
    padding: 60px 0 0 0;
  }
}

.section-m {
  padding: 80px 0 0 0;
}
@media screen and (max-width: 767px) {
  .section-m {
    padding: 40px 0 0 0;
  }
}

.section-s {
  padding: 60px 0 0 0;
}
@media screen and (max-width: 767px) {
  .section-s {
    padding: 30px 0 0 0;
  }
  .section-s.v-medium {
    padding: 40px 0 0 0;
  }
  .section-s.v-large {
    padding: 60px 0 0 0;
  }
}

/* ●●●
---------------------------------------------------------- */
/** -------------------------------- **
テキスト
*** ----------------------------------------------------------------- ***/
.u-txt-left {
  text-align: left !important;
}

.u-txt-right {
  text-align: right !important;
}

.u-txt-center {
  text-align: center !important;
}

.u-txt-justify {
  text-align: justify !important;
}

.u-vertical-top {
  vertical-align: top !important;
}

.u-vertical-middle {
  vertical-align: middle !important;
}

.u-vertical-bottom {
  vertical-align: bottom !important;
}

.u-vertical-baseline {
  vertical-align: baseline !important;
}

.u-bold {
  font-weight: bold;
}

.u-italic {
  font-style: italic;
}

.u-oblique {
  font-style: oblique;
}

.u-underline {
  text-decoration: underline;
}

.u-line-through {
  text-decoration: line-through;
}

.u-nowrap {
  white-space: nowrap;
}

.u-big {
  font-size: 1.2em;
}

.u-small {
  font-size: 0.8em;
}

.u-txt-center-left {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-txt-center-left {
    text-align: left !important;
  }
}

.u-txt-left-center {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-txt-left-center {
    text-align: center !important;
  }
}

.u-bg-red {
  background: #EC8373;
}

.u-bg-green {
  background: #73B67A;
}

.u-bg-pink {
  background: #FFA190;
}

.u-bg-blue {
  background: #47B9EB;
}

.u-bg-purple {
  background: #C792C7;
}

.u-text-color-green {
  color: #3CA348;
}

.u-text-color-red {
  color: #E9664F;
}

/** -------------------------------- **
余白
*** ----------------------------------------------------------------- ***/
.u-mgn-t0 {
  margin-top: 0px !important;
}

.u-mgn-t5 {
  margin-top: 5px !important;
}

.u-mgn-t10 {
  margin-top: 10px !important;
}

.u-mgn-t15 {
  margin-top: 15px !important;
}

.u-mgn-t20 {
  margin-top: 20px !important;
}

.u-mgn-t30 {
  margin-top: 30px !important;
}

.u-mgn-t40 {
  margin-top: 40px !important;
}

.u-mgn-t50 {
  margin-top: 50px !important;
}

.u-mgn-t60 {
  margin-top: 60px !important;
}

.u-mgn-t70 {
  margin-top: 70px !important;
}

.u-mgn-t80 {
  margin-top: 80px !important;
}

.u-mgn-t90 {
  margin-top: 90px !important;
}

.u-mgn-t100 {
  margin-top: 100px !important;
}

.u-mgn-t110 {
  margin-top: 110px !important;
}

.u-mgn-t120 {
  margin-top: 120px !important;
}

.u-mgn-t130 {
  margin-top: 130px !important;
}

.u-mgn-t140 {
  margin-top: 140px !important;
}

.u-mgn-t150 {
  margin-top: 150px !important;
}

.u-mgn-t200 {
  margin-top: 200px !important;
}

.u-mgn-t250 {
  margin-top: 250px !important;
}

.u-mgn-b0 {
  margin-bottom: 0px !important;
}

.u-mgn-b5 {
  margin-bottom: 5px !important;
}

.u-mgn-b10 {
  margin-bottom: 10px !important;
}

.u-mgn-b15 {
  margin-bottom: 15px !important;
}

.u-mgn-b20 {
  margin-bottom: 20px !important;
}

.u-mgn-b30 {
  margin-bottom: 30px !important;
}

.u-mgn-b40 {
  margin-bottom: 40px !important;
}

.u-mgn-b50 {
  margin-bottom: 50px !important;
}

.u-mgn-b60 {
  margin-bottom: 60px !important;
}

.u-mgn-b70 {
  margin-bottom: 70px !important;
}

.u-mgn-b80 {
  margin-bottom: 80px !important;
}

.u-mgn-b90 {
  margin-bottom: 90px !important;
}

.u-mgn-b100 {
  margin-bottom: 100px !important;
}

.u-mgn-b110 {
  margin-bottom: 110px !important;
}

.u-mgn-b120 {
  margin-bottom: 120px !important;
}

.u-mgn-b130 {
  margin-bottom: 130px !important;
}

.u-mgn-b140 {
  margin-bottom: 140px !important;
}

.u-mgn-b150 {
  margin-bottom: 150px !important;
}

.u-mgn-b200 {
  margin-bottom: 200px !important;
}

.u-mgn-b250 {
  margin-bottom: 250px !important;
}

.u-mgn-l0 {
  margin-left: 0px !important;
}

.u-mgn-l5 {
  margin-left: 5px !important;
}

.u-mgn-l10 {
  margin-left: 10px !important;
}

.u-mgn-l15 {
  margin-left: 15px !important;
}

.u-mgn-l20 {
  margin-left: 20px !important;
}

.u-mgn-l30 {
  margin-left: 30px !important;
}

.u-mgn-l40 {
  margin-left: 40px !important;
}

.u-mgn-l50 {
  margin-left: 50px !important;
}

.u-mgn-l60 {
  margin-left: 60px !important;
}

.u-mgn-l70 {
  margin-left: 70px !important;
}

.u-mgn-l80 {
  margin-left: 80px !important;
}

.u-mgn-l90 {
  margin-left: 90px !important;
}

.u-mgn-l100 {
  margin-left: 100px !important;
}

.u-mgn-l110 {
  margin-left: 110px !important;
}

.u-mgn-l120 {
  margin-left: 120px !important;
}

.u-mgn-l130 {
  margin-left: 130px !important;
}

.u-mgn-l140 {
  margin-left: 140px !important;
}

.u-mgn-l150 {
  margin-left: 150px !important;
}

.u-mgn-l200 {
  margin-left: 200px !important;
}

.u-mgn-l250 {
  margin-left: 250px !important;
}

.u-mgn-r0 {
  margin-right: 0px !important;
}

.u-mgn-r5 {
  margin-right: 5px !important;
}

.u-mgn-r10 {
  margin-right: 10px !important;
}

.u-mgn-r15 {
  margin-right: 15px !important;
}

.u-mgn-r20 {
  margin-right: 20px !important;
}

.u-mgn-r30 {
  margin-right: 30px !important;
}

.u-mgn-r40 {
  margin-right: 40px !important;
}

.u-mgn-r50 {
  margin-right: 50px !important;
}

.u-mgn-r60 {
  margin-right: 60px !important;
}

.u-mgn-r70 {
  margin-right: 70px !important;
}

.u-mgn-r80 {
  margin-right: 80px !important;
}

.u-mgn-r90 {
  margin-right: 90px !important;
}

.u-mgn-r100 {
  margin-right: 100px !important;
}

.u-mgn-r110 {
  margin-right: 110px !important;
}

.u-mgn-r120 {
  margin-right: 120px !important;
}

.u-mgn-r130 {
  margin-right: 130px !important;
}

.u-mgn-r140 {
  margin-right: 140px !important;
}

.u-mgn-r150 {
  margin-right: 150px !important;
}

.u-mgn-r200 {
  margin-right: 200px !important;
}

.u-mgn-r250 {
  margin-right: 250px !important;
}

.u-pdg-t0 {
  padding-top: 0px !important;
}

.u-pdg-t5 {
  padding-top: 5px !important;
}

.u-pdg-t10 {
  padding-top: 10px !important;
}

.u-pdg-t15 {
  padding-top: 15px !important;
}

.u-pdg-t20 {
  padding-top: 20px !important;
}

.u-pdg-t30 {
  padding-top: 30px !important;
}

.u-pdg-t40 {
  padding-top: 40px !important;
}

.u-pdg-t50 {
  padding-top: 50px !important;
}

.u-pdg-t60 {
  padding-top: 60px !important;
}

.u-pdg-t70 {
  padding-top: 70px !important;
}

.u-pdg-t80 {
  padding-top: 80px !important;
}

.u-pdg-t90 {
  padding-top: 90px !important;
}

.u-pdg-t100 {
  padding-top: 100px !important;
}

.u-pdg-t110 {
  padding-top: 110px !important;
}

.u-pdg-t120 {
  padding-top: 120px !important;
}

.u-pdg-t130 {
  padding-top: 130px !important;
}

.u-pdg-t140 {
  padding-top: 140px !important;
}

.u-pdg-t150 {
  padding-top: 150px !important;
}

.u-pdg-t200 {
  padding-top: 200px !important;
}

.u-pdg-t250 {
  padding-top: 250px !important;
}

.u-pdg-b0 {
  padding-bottom: 0px !important;
}

.u-pdg-b5 {
  padding-bottom: 5px !important;
}

.u-pdg-b10 {
  padding-bottom: 10px !important;
}

.u-pdg-b15 {
  padding-bottom: 15px !important;
}

.u-pdg-b20 {
  padding-bottom: 20px !important;
}

.u-pdg-b30 {
  padding-bottom: 30px !important;
}

.u-pdg-b40 {
  padding-bottom: 40px !important;
}

.u-pdg-b50 {
  padding-bottom: 50px !important;
}

.u-pdg-b60 {
  padding-bottom: 60px !important;
}

.u-pdg-b70 {
  padding-bottom: 70px !important;
}

.u-pdg-b80 {
  padding-bottom: 80px !important;
}

.u-pdg-b90 {
  padding-bottom: 90px !important;
}

.u-pdg-b100 {
  padding-bottom: 100px !important;
}

.u-pdg-b110 {
  padding-bottom: 110px !important;
}

.u-pdg-b120 {
  padding-bottom: 120px !important;
}

.u-pdg-b130 {
  padding-bottom: 130px !important;
}

.u-pdg-b140 {
  padding-bottom: 140px !important;
}

.u-pdg-b150 {
  padding-bottom: 150px !important;
}

.u-pdg-b200 {
  padding-bottom: 200px !important;
}

.u-pdg-b250 {
  padding-bottom: 250px !important;
}

.u-pdg-l0 {
  padding-left: 0px !important;
}

.u-pdg-l5 {
  padding-left: 5px !important;
}

.u-pdg-l10 {
  padding-left: 10px !important;
}

.u-pdg-l15 {
  padding-left: 15px !important;
}

.u-pdg-l20 {
  padding-left: 20px !important;
}

.u-pdg-l30 {
  padding-left: 30px !important;
}

.u-pdg-l40 {
  padding-left: 40px !important;
}

.u-pdg-l50 {
  padding-left: 50px !important;
}

.u-pdg-l60 {
  padding-left: 60px !important;
}

.u-pdg-l70 {
  padding-left: 70px !important;
}

.u-pdg-l80 {
  padding-left: 80px !important;
}

.u-pdg-l90 {
  padding-left: 90px !important;
}

.u-pdg-l100 {
  padding-left: 100px !important;
}

.u-pdg-l110 {
  padding-left: 110px !important;
}

.u-pdg-l120 {
  padding-left: 120px !important;
}

.u-pdg-l130 {
  padding-left: 130px !important;
}

.u-pdg-l140 {
  padding-left: 140px !important;
}

.u-pdg-l150 {
  padding-left: 150px !important;
}

.u-pdg-l200 {
  padding-left: 200px !important;
}

.u-pdg-l250 {
  padding-left: 250px !important;
}

.u-pdg-r0 {
  padding-right: 0px !important;
}

.u-pdg-r5 {
  padding-right: 5px !important;
}

.u-pdg-r10 {
  padding-right: 10px !important;
}

.u-pdg-r15 {
  padding-right: 15px !important;
}

.u-pdg-r20 {
  padding-right: 20px !important;
}

.u-pdg-r30 {
  padding-right: 30px !important;
}

.u-pdg-r40 {
  padding-right: 40px !important;
}

.u-pdg-r50 {
  padding-right: 50px !important;
}

.u-pdg-r60 {
  padding-right: 60px !important;
}

.u-pdg-r70 {
  padding-right: 70px !important;
}

.u-pdg-r80 {
  padding-right: 80px !important;
}

.u-pdg-r90 {
  padding-right: 90px !important;
}

.u-pdg-r100 {
  padding-right: 100px !important;
}

.u-pdg-r110 {
  padding-right: 110px !important;
}

.u-pdg-r120 {
  padding-right: 120px !important;
}

.u-pdg-r130 {
  padding-right: 130px !important;
}

.u-pdg-r140 {
  padding-right: 140px !important;
}

.u-pdg-r150 {
  padding-right: 150px !important;
}

.u-pdg-r200 {
  padding-right: 200px !important;
}

.u-pdg-r250 {
  padding-right: 250px !important;
}

.u-mgn-top-l {
  margin-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-mgn-top-l {
    margin-top: 50px !important;
  }
}

.u-mgn-top-m {
  margin-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-mgn-top-m {
    margin-top: 40px !important;
  }
}

.u-mgn-top-s {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-mgn-top-s {
    margin-top: 30px !important;
  }
}

.u-mgn-bottom-l {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-mgn-bottom-l {
    margin-bottom: 50px !important;
  }
}

.u-mgn-bottom-m {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-mgn-bottom-m {
    margin-bottom: 40px !important;
  }
}

.u-mgn-bottom-s {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-mgn-bottom-s {
    margin-bottom: 30px !important;
  }
}

.u-pdg-top-l {
  padding-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-pdg-top-l {
    padding-top: 50px !important;
  }
}

.u-pdg-top-m {
  padding-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-pdg-top-m {
    padding-top: 40px !important;
  }
}

.u-pdg-top-s {
  padding-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-pdg-top-s {
    padding-top: 30px !important;
  }
}

.u-pdg-bottom-l {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-pdg-bottom-l {
    padding-bottom: 50px !important;
  }
}

.u-pdg-bottom-m {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-pdg-bottom-m {
    padding-bottom: 40px !important;
  }
}

.u-pdg-bottom-s {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-pdg-bottom-s {
    padding-bottom: 30px !important;
  }
}

/** -------------------------------- **
デバイス別切り替え
*** ----------------------------------------------------------------- ***/
@media screen and (max-width: 767px) {
  .u-only-pc {
    display: none !important;
  }
}
@media screen and (min-width: 767px) {
  .u-only-sp {
    display: none !important;
  }
}
/** -------------------------------- **
コンポーネント
*** ----------------------------------------------------------------- ***/
/* 見出し
---------------------------------------------------------- */
.c-heading-01 {
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.1em;
  font-family: "GenJyuuGothicX-P-Bold", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  color: #3CA348;
  padding: 0 0 15px 0;
  margin: 0 0 60px 0;
  background-image: url(../image/common/line_common_01.svg);
  background-position: center bottom;
}
@media screen and (max-width: 767px) {
  .c-heading-01 {
    font-size: 22px;
    padding: 0 0 10px 0;
    margin: 0 0 30px 0;
    background-size: 98px auto;
  }
}

.c-heading-02 {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-family: "GenJyuuGothicX-P-Bold", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  color: #3CA348;
  padding: 0 0 25px 0;
  margin: 0 0 50px 0;
  border-bottom: 1px solid #35993F;
  position: relative;
}
.c-heading-02__info {
  position: absolute;
  left: 0;
  top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #6E5037;
  letter-spacing: normal;
}
.c-heading-02__info img {
  width: 72px;
  margin: 0 0 0 15px;
}
@media screen and (max-width: 767px) {
  .c-heading-02 {
    font-size: 20px;
    padding: 0 0 15px 0;
    margin: 0 0 25px 0;
    line-height: 1.4;
  }
  .c-heading-02__info {
    top: -20px;
    font-size: 12px;
  }
  .c-heading-02__info img {
    width: 40px;
    margin: 0 0 0 10px;
  }
}

.c-heading-03 {
  text-align: center;
  font-size: 20px;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 767px) {
  .c-heading-03 {
    font-size: 16px;
    margin: 0 0 30px 0;
  }
}

.c-heading-04 {
  text-align: center;
  margin: 0 0 50px 0;
  font-size: 25px;
  font-weight: bold;
  color: #3CA348;
}
@media screen and (max-width: 767px) {
  .c-heading-04 {
    margin: 0 0 15px 0;
  }
}
.c-heading-04__title {
  border-bottom: 1px solid #3CA348;
  padding: 0 20px 10px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-heading-04__title {
    padding: 0 5px 10px;
  }
}
.c-heading-04__subtitle {
  display: block;
  font-size: 16px;
  font-weight: normal;
  padding-top: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-heading-04 {
    font-size: 18px;
  }
}

.c-heading-05 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #9F834C;
  padding: 0 0 8px 10px;
}

.c-heading-06-area {
  position: relative;
  height: 1px;
}
.c-heading-06-area .c-heading-06 {
  font-size: 20px;
  background-image: url(../image/common/line_common_01.svg);
  background-position: center bottom;
  background-repeat: repeat-x;
  padding: 0 18px 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-heading-06-area .c-heading-06 {
    font-size: 18px;
    width: 90%;
  }
}
@media screen and (max-width: 479px) {
  .c-heading-06-area {
    margin-top: 40px;
  }
}

/* リスト
---------------------------------------------------------- */
.c-list {
  margin: 18px 0 30px 45px;
}
.c-list__item {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
  padding-left: 0.6em;
}
.c-list__item::before {
  border-radius: 100vh;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: -15px;
  top: 0.5em;
  content: "";
  background: #BBADA1;
}
@media screen and (max-width: 479px) {
  .c-list {
    margin: 18px 5% 45px 10%;
    font-size: 14px;
  }
}

/* ブロック
---------------------------------------------------------- */
.c-block-link-01 {
  width: 890px;
  margin: 0 auto;
}
.c-block-link-01 ul {
  margin: -60px 0 0 -40px;
}
.c-block-link-01 ul li {
  float: left;
  width: calc((100% - 120px) / 3);
  margin: 60px 0 0 40px;
}
.c-block-link-01 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.c-block-link-01 ul li .c-block-link__title {
  text-align: center;
  margin: 15px 0 0 0;
  font-size: 18px;
  font-family: "GenJyuuGothicX-P-Bold", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1;
}
.c-block-link-01 ul li .c-block-link__title img {
  vertical-align: text-top;
  margin: 2px 5px 0 0;
}
@media screen and (max-width: 767px) {
  .c-block-link-01 {
    width: 100%;
  }
  .c-block-link-01 ul {
    margin: -35px 0 0 -20px;
  }
  .c-block-link-01 ul li {
    width: calc((100% - 40px) / 2);
    margin: 35px 0 0 20px;
  }
  .c-block-link-01 ul li .c-block-link__title {
    text-align: center;
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 1;
  }
  .c-block-link-01 ul li .c-block-link__title img {
    width: 18px;
  }
}

.c-block-link-02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-block-link-02 ul li {
  width: 33.3333333333%;
  border-left: 2px solid #FCE0AB;
}
.c-block-link-02 ul li:first-child {
  border-left: none;
}
.c-block-link-02 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 20px 0;
  font-size: 18px;
  font-family: "GenJyuuGothicX-P-Bold", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.c-block-link-02 ul li a .c-block-link-02__arrow {
  margin: -10px 10px 0 20px;
}
.c-block-link-02 ul li a .c-block-link-02__text img {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-block-link-02 {
    margin: 0 -20px;
  }
  .c-block-link-02 ul li {
    width: 33.3333333333%;
    border-left: 1px solid #FCE0AB;
  }
  .c-block-link-02 ul li:first-child {
    border-left: none;
  }
  .c-block-link-02 ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    font-size: 16px;
  }
  .c-block-link-02 ul li a .c-block-link-02__img_01 {
    width: 111px;
  }
  .c-block-link-02 ul li a .c-block-link-02__img_02 {
    width: 55px;
  }
  .c-block-link-02 ul li a .c-block-link-02__img_03 {
    width: 50px;
  }
  .c-block-link-02 ul li a .c-block-link-02__arrow {
    display: none;
  }
  .c-block-link-02 ul li a .c-block-link-02__text {
    text-align: center;
    margin: 15px 0 0 0;
    line-height: 1.25;
  }
  .c-block-link-02 ul li a .c-block-link-02__text img {
    display: block;
    margin: 10px auto 0;
    width: 22px;
  }
}

.c-block-system {
  position: relative;
  background-color: #FFF1B9;
  border-radius: 30px;
  padding: 70px 30px 30px 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-block-system__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-block-system__text h2 {
  font-size: 26px;
  letter-spacing: 0.1em;
  font-family: "GenJyuuGothicX-P-Bold", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.c-block-system__text p {
  font-size: 20px;
  line-height: 1.75;
  margin: 20px 0 0 0;
}
.c-block-system__img {
  width: 581px;
  margin: 0 0 0 60px;
}
.c-block-system__btn {
  position: absolute;
  left: 50%;
  bottom: -36px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-block-system__deco {
  position: absolute;
  left: 50px;
  top: -42px;
}
@media screen and (max-width: 767px) {
  .c-block-system {
    display: block;
    padding: 40px 30px 60px 30px;
  }
  .c-block-system__text {
    text-align: center;
  }
  .c-block-system__text h2 {
    font-size: 22px;
  }
  .c-block-system__text p {
    text-align: left;
    font-size: 16px;
    line-height: 1.87;
  }
  .c-block-system__img {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .c-block-system__btn {
    bottom: -36px;
    width: 240px;
  }
  .c-block-system__deco {
    left: 11px;
    top: -35px;
    width: 42px;
  }
}

.c-block-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-block-faq__text {
  text-align: center;
}
.c-block-faq__text h2 {
  font-size: 26px;
  letter-spacing: 0.1em;
  font-family: "GenJyuuGothicX-P-Bold", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  margin: 25px 0 0 0;
}
.c-block-faq__text p {
  font-size: 20px;
  line-height: 1.75;
  margin: 10px 0 30px;
}
.c-block-faq__img {
  width: 557px;
  position: relative;
}
.c-block-faq__img_deco {
  position: absolute;
  right: -80px;
  bottom: -25px;
}
@media screen and (max-width: 767px) {
  .c-block-faq {
    display: block;
  }
  .c-block-faq__text {
    text-align: center;
  }
  .c-block-faq__text h2 {
    font-size: 22px;
    margin: 10px 0 0 0;
  }
  .c-block-faq__text p {
    font-size: 16px;
    line-height: inherit;
    margin: 5px 0 30px;
  }
  .c-block-faq__img {
    width: 100%;
    position: relative;
    margin: 0 0 35px 0;
  }
  .c-block-faq__img_deco {
    width: 108px;
    right: 15px;
    bottom: -25px;
  }
}

.c-block-news dl {
  border-bottom: 1px solid #9F834C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}
.c-block-news dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 40px 0 20px;
}
.c-block-news dl dt img {
  margin: 0 0 0 30px;
}
.c-block-news.v-border {
  border-top: 1px solid #9F834C;
}
.c-block-news__no-post {
  text-align: center;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 767px) {
  .c-block-news dl {
    display: block;
    padding: 10px 0 20px 10px;
  }
  .c-block-news dl dt {
    margin: 0;
  }
  .c-block-news dl dt img {
    margin: 0 0 0 7px;
    height: 28px;
  }
  .c-block-news dl dd {
    margin: 5px 0 0 0;
  }
  .c-block-news.v-border {
    border-top: 1px solid #9F834C;
  }
  .c-block-news__no-post {
    text-align: center;
    margin: 20px 0 0 0;
  }
}

/** -------------------------------- **
ヘッダー
*** ----------------------------------------------------------------- ***/
.l-header {
  position: relative;
}
.home .l-header {
  text-align: center;
}
.home .l-header__in {
  position: relative;
}
.home .l-header .l-navi-wrap {
  padding: 30px 0 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home .l-header .l-navi-wrap {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .home .l-header .p-logo {
    width: 200px;
    height: 65px;
    margin: 0 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.home .l-header .p-kv {
  position: relative;
}
.home .l-header .p-kv__img {
  position: absolute;
  left: 90px;
  top: -30px;
}
@media screen and (max-width: 767px) {
  .home .l-header .p-kv__img {
    width: 124px;
    left: 20px;
    bottom: -60px;
    top: inherit;
  }
}
.home .l-header .p-g-navi {
  background-color: #E9664F;
  border-radius: 5px;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
.home .l-header .p-g-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  letter-spacing: 0.12em;
  line-height: 1;
  margin: 0 -20px;
}
.home .l-header .p-g-navi ul li {
  font-family: "GenJyuuGothicX-P-Bold", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  border-left: 1px solid #ffffff;
}
.home .l-header .p-g-navi ul li.p-g-navi__icon {
  border-left: none;
  margin-top: -7px;
}
.home .l-header .p-g-navi ul li a {
  display: block;
  color: #ffffff;
  padding: 7px 20px;
}
.home .l-header .p-g-navi ul li a img {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .home .l-header .p-g-navi {
    display: none;
  }
}
.home .l-header .p-sub-navi {
  position: absolute;
  right: 20px;
  top: 0;
}
.home .l-header .p-sub-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.home .l-header .p-sub-navi ul li {
  margin: 0 0 0 10px;
}
.home .l-header .p-sub-navi ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 40px;
  color: #ffffff;
  border-radius: 0 0 5px 5px;
  font-size: 14px;
  font-family: "GenJyuuGothicX-P-Bold", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.home .l-header .p-sub-navi ul li.p-sub-navi__link01 a {
  background-color: #4FA358;
}
.home .l-header .p-sub-navi ul li.p-sub-navi__link02 a {
  background-color: #E9664F;
}
.home .l-header .p-sub-navi ul li.p-sub-navi__link03 a {
  background-color: #FFA700;
}
@media screen and (max-width: 767px) {
  .home .l-header .p-sub-navi {
    display: none;
  }
}
body:not(.home) .l-header {
  position: relative;
  padding: 20px 0 0 0;
}
@media screen and (max-width: 767px) {
  body:not(.home) .l-header {
    padding: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
            box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
  }
}
body:not(.home) .l-header__in_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 100px;
  height: 65px;
}
@media screen and (max-width: 767px) {
  body:not(.home) .l-header__in_navi {
    padding: 0;
  }
}
body:not(.home) .l-header__in_navi .l-navi-wrap {
  width: 234px;
}
@media screen and (max-width: 767px) {
  body:not(.home) .l-header__in_navi .l-navi-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  body:not(.home) .l-header__in_navi .p-logo {
    width: 200px;
    margin-left: 20px;
  }
}
body:not(.home) .l-header__in_navi .p-g-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.12em;
  line-height: 1;
}
body:not(.home) .l-header__in_navi .p-g-navi ul li {
  font-size: 14px;
  font-family: "GenJyuuGothicX-P-Bold", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  border-left: 1px solid #E9664F;
}
body:not(.home) .l-header__in_navi .p-g-navi ul li.p-g-navi__icon {
  margin-top: -2px;
  font-size: 16px;
  border-left: none;
}
body:not(.home) .l-header__in_navi .p-g-navi ul li a {
  display: block;
  color: #E9664F;
  padding: 8px 18px;
}
body:not(.home) .l-header__in_navi .p-g-navi ul li a img {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  body:not(.home) .l-header__in_navi .p-g-navi {
    display: none;
  }
}
.l-header .l-header__in_sp-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header .l-header__in_sp-btn {
    display: block;
  }
  .l-header .l-header__in_sp-btn .p-btn-menu {
    cursor: pointer;
  }
}
.l-header .l-header__in_sp-list {
  background-color: #ffffff;
  width: 100%;
  position: absolute;
  top: 65px;
  padding: 20px 35px 35px;
  text-align: left;
  font-family: "GenJyuuGothicX-P-Bold", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  height: calc(100vh - 65px);
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}
.l-header .l-header__in_sp-list.is-open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  visibility: visible;
  opacity: 1;
}
.l-header .l-header__in_sp-list > ul > li + li {
  border-top: 1px solid #C0B4A0;
}
.l-header .l-header__in_sp-list > ul > li:first-child {
  border-top: none;
}
.l-header .l-header__in_sp-list > ul > li.c-home a, .l-header .l-header__in_sp-list > ul > li.c-child div, .l-header .l-header__in_sp-list > ul > li.c-under a {
  display: block;
  padding: 15px 0 15px 40px;
  color: #E9664F;
}
.l-header .l-header__in_sp-list > ul > li.c-home a {
  background-image: url(../image/common/icon_header_03.svg);
  background-position: left 7px center;
  background-repeat: no-repeat;
}
.l-header .l-header__in_sp-list > ul > li.c-child #sp-menu-c-child {
  background-image: url(../image/common/icon_plus_01.svg);
  background-position: right 18px center;
  background-repeat: no-repeat;
  background-size: 18px auto;
}
.l-header .l-header__in_sp-list > ul > li.c-under a {
  background-image: url(../image/common/arrow_common_01.svg);
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 22px auto;
}
.l-header .l-header__in_sp-list > ul > li ul {
  padding: 0 0 0 40px;
  display: none;
}
.l-header .l-header__in_sp-list > ul > li ul li {
  border-top: 1px solid #C0B4A0;
}
.l-header .l-header__in_sp-list > ul > li ul li a {
  display: block;
  padding: 15px 0 15px 25px;
  color: #E9664F;
  background-image: url(../image/common/arrow_common_01.svg);
  background-position: left 6px center;
  background-repeat: no-repeat;
  background-size: 11px auto;
}
.l-header .l-header__in_sp-list .p-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 0 0;
}
.l-header .l-header__in_sp-list .p-link > div {
  width: calc((100% - 15px) / 2);
}
.l-header .l-header__in_sp-list .p-link > div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E9664F;
  border-radius: 5px;
  height: 80px;
  color: #ffffff;
  font-size: 15px;
}
.l-header .l-header__in_sp-list .p-link > div a img {
  margin: 0 0 0 5px;
}

.p-page-header .p-kv {
  position: relative;
}
.p-page-header .p-kv__bg {
  background-position: left top;
  background-repeat: no-repeat;
  height: 241px;
}
.p-page-header .p-kv__bg.v-news {
  background-image: url(../image/page/bg_kv_news_01.jpg);
}
.p-page-header .p-kv__bg.v-faq {
  background-image: url(../image/page/bg_kv_faq_01.jpg);
}
.p-page-header .p-kv__bg.v-404 {
  background-image: url(../image/page/bg_kv_404_01.jpg);
}
.p-page-header .p-kv__bg.v-about {
  background-image: url(../image/page/bg_kv_about_01.jpg);
}
.p-page-header .p-kv__bg.v-flow {
  background-image: url(../image/page/bg_kv_flow_01.jpg);
}
.p-page-header .p-kv__bg.v-event {
  background-image: url(../image/page/bg_kv_event_01.jpg);
}
.p-page-header .p-kv__bg.v-support {
  background-image: url(../image/page/bg_kv_support_01.jpg);
}
.p-page-header .p-kv__bg.v-download {
  background-image: url(../image/page/bg_kv_download_01.jpg);
}
.p-page-header .p-kv__bg.v-recruit {
  background-image: url(../image/page/bg_kv_recruit_01.jpg);
}
.p-page-header .p-kv__bg.v-primaryschool {
  background-image: url(../image/page/bg_kv_primaryschool_01.jpg);
}
.p-page-header .p-kv__bg.v-sitemap {
  background-image: url(../image/page/bg_kv_sitemap_01.jpg);
}
.p-page-header .p-kv__bg.v-contact {
  background-image: url(../image/page/bg_kv_contact_01.jpg);
}
.p-page-header .p-kv h1 {
  font-size: 30px;
  font-family: "GenJyuuGothicX-P-Bold", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.2em;
  color: #ffffff;
  background-image: url(../image/common/line_common_01.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 0 0 13px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.p-page-header .p-breadcrumb {
  margin-top: 20px;
}
.p-page-header .p-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-page-header .p-breadcrumb ul li {
  font-size: 12px;
}
.p-page-header .p-breadcrumb ul li::before {
  content: "＞";
  display: inline-block;
  margin: 0 13px;
}
.p-page-header .p-breadcrumb ul li:first-child::before {
  display: none;
}
.p-page-header .p-breadcrumb ul li a {
  color: #6E5037;
}
@media screen and (max-width: 767px) {
  .p-page-header .p-kv {
    padding-top: 36%;
  }
  .p-page-header .p-kv__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    background-size: cover;
    background-position: center bottom;
  }
  .p-page-header .p-kv__bg.v-news {
    background-image: url(../image/page/bg_kv_news_01_sp.jpg);
  }
  .p-page-header .p-kv__bg.v-faq {
    background-image: url(../image/page/bg_kv_faq_01_sp.jpg);
  }
  .p-page-header .p-kv__bg.v-404 {
    background-image: url(../image/page/bg_kv_404_01_sp.jpg);
  }
  .p-page-header .p-kv__bg.v-about {
    background-image: url(../image/page/bg_kv_about_01_sp.jpg);
  }
  .p-page-header .p-kv__bg.v-flow {
    background-image: url(../image/page/bg_kv_flow_01_sp.jpg);
  }
  .p-page-header .p-kv__bg.v-event {
    background-image: url(../image/page/bg_kv_event_01_sp.jpg);
  }
  .p-page-header .p-kv__bg.v-support {
    background-image: url(../image/page/bg_kv_support_01_sp.jpg);
  }
  .p-page-header .p-kv__bg.v-download {
    background-image: url(../image/page/bg_kv_download_01_sp.jpg);
  }
  .p-page-header .p-kv__bg.v-recruit {
    background-image: url(../image/page/bg_kv_recruit_01_sp.jpg);
  }
  .p-page-header .p-kv__bg.v-primaryschool {
    background-image: url(../image/page/bg_kv_primaryschool_01_sp.jpg);
  }
  .p-page-header .p-kv__bg.v-sitemap {
    background-image: url(../image/page/bg_kv_sitemap_01_sp.jpg);
  }
  .p-page-header .p-kv__bg.v-contact {
    background-image: url(../image/page/bg_kv_contact_01_sp.jpg);
  }
  .p-page-header .p-kv h1 {
    background: none;
    font-size: 21px;
    position: absolute;
    padding: 0;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
  }
  .p-page-header .p-breadcrumb {
    display: none;
  }
}

/** -------------------------------- **
フッター
*** ----------------------------------------------------------------- ***/
.l-footer {
  background-image: url(../image/common/bg_footer_01.png);
  background-position: center top;
  padding: 80px 0 0 0;
  margin: 200px 0 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer {
    background-image: url(../image/common/bg_footer_01_sp.png);
    background-size: 100% auto;
    padding: 42px 0 0 0;
    margin: 130px 0 0 0;
  }
}
.l-footer__in {
  background-color: #edf4ee;
  padding: 60px 0 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer__in {
    padding: 80px 0 0 0;
  }
}
.l-footer .l-footer-navi-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer-navi-01 {
    display: block;
  }
}
.l-footer .l-footer-navi-01__info {
  width: 290px;
  margin: 0 90px 0 23px;
}
.l-footer .l-footer-navi-01__info dl dd {
  font-size: 14px;
  padding: 0 0 0 10px;
  margin: 40px 0 0 0;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer-navi-01__info {
    width: 100%;
    margin: 0;
  }
  .l-footer .l-footer-navi-01__info dl {
    text-align: center;
  }
  .l-footer .l-footer-navi-01__info dl dt {
    width: 220px;
    margin: 0 auto;
  }
  .l-footer .l-footer-navi-01__info dl dd {
    display: inline-block;
    text-align: left;
    padding: 0;
    margin: 25px 0 0 0;
  }
}
.l-footer .l-footer-navi-01__navi {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 100px 0 0;
  font-family: "GenJyuuGothicX-P-Bold", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.12em;
}
.l-footer .l-footer-navi-01__navi > * {
  margin: 0 0 0 60px;
}
.l-footer .l-footer-navi-01__navi a {
  color: #E9664F;
}
.l-footer .l-footer-navi-01__navi .p-navi-01 {
  margin: 0;
}
.l-footer .l-footer-navi-01__navi .p-navi-02 dt {
  font-size: 14px;
  margin: 0 0 10px 0;
}
.l-footer .l-footer-navi-01__navi .p-navi-02 dd {
  font-size: 13px;
  line-height: 2;
}
.l-footer .l-footer-navi-01__navi .p-navi-03 li {
  font-size: 15px;
  margin: 0 0 15px 0;
}
.l-footer .l-footer-navi-01__navi .p-navi-03 li a img {
  margin: 0 0 0 5px;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer-navi-01__navi {
    display: none;
  }
}
.l-footer .l-footer-navi-02 {
  border-bottom: 1px solid #C7BCAA;
  padding: 35px 0 15px;
}
.l-footer .l-footer-navi-02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-footer .l-footer-navi-02 ul li {
  font-size: 11px;
  border-left: 1px solid #E9664F;
  padding: 0 0 0 15px;
  margin: 0 0 0 15px;
  line-height: 1;
  font-family: "GenJyuuGothicX-P-Bold", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.l-footer .l-footer-navi-02 ul li:first-child {
  padding: 0;
  margin: 0;
  border: none;
}
.l-footer .l-footer-navi-02 ul li a {
  color: #E9664F;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer-navi-02 {
    display: none;
  }
}
.l-footer .l-footer-navi-03 {
  padding: 30px 0;
  border-bottom: 1px solid #C7BCAA;
}
.l-footer .l-footer-navi-03 .p-heading {
  text-align: center;
  font-size: 18px;
}
.l-footer .l-footer-navi-03 .p-navi {
  width: 860px;
  margin: 30px auto 0;
  font-size: 14px;
  line-height: 2.15;
}
.l-footer .l-footer-navi-03 .p-navi li {
  float: left;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer-navi-03 {
    padding: 25px 20px;
    margin: 15px 20px 0;
    border-top: 1px solid #C7BCAA;
  }
  .l-footer .l-footer-navi-03 .p-heading {
    font-size: 15px;
  }
  .l-footer .l-footer-navi-03 .p-navi {
    width: 100%;
    margin: 15px auto 0;
    font-size: 13px;
    line-height: 1;
  }
  .l-footer .l-footer-navi-03 .p-navi li {
    float: none;
    width: 100%;
    border-top: 1px solid #C7BCAA;
  }
  .l-footer .l-footer-navi-03 .p-navi li:first-child {
    border-top: none;
  }
  .l-footer .l-footer-navi-03 .p-navi li a {
    display: block;
    padding: 15px 0 15px 15px;
  }
}
.l-footer .p-copyright {
  text-align: center;
  font-size: 10px;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .l-footer .p-copyright {
    padding: 10px 0;
  }
}
.l-footer .p-footer-deco {
  position: relative;
}
.l-footer .p-footer-deco__01 {
  position: absolute;
  left: 6px;
  top: -200px;
}
.l-footer .p-footer-deco__02 {
  position: absolute;
  right: 30px;
  top: -230px;
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer-deco__01 {
    width: 349px;
    left: 13px;
    top: -193px;
  }
  .l-footer .p-footer-deco__02 {
    display: none;
  }
}
.l-footer .p-footer-btn {
  width: 134px;
  position: absolute;
  right: -10px;
  bottom: 625px;
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer-btn {
    width: 80px;
    bottom: 580px;
  }
}

/** -------------------------------- **
サイド
*** ----------------------------------------------------------------- ***/
.p-sub-navi.layer {
  position: relative;
}
.p-sub-navi.layer ul {
  position: absolute;
  right: 0;
  top: 310px;
}
.p-sub-navi.layer ul li {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-bottom: 10px;
}
.p-sub-navi.layer ul li a {
  width: 40px;
  height: 120px;
  color: #ffffff;
  border-radius: 5px 0 0 5px;
  font-size: 13px;
  font-family: "GenJyuuGothicX-P-Bold", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.p-sub-navi.layer ul li.p-sub-navi__link01 a {
  background-color: #4FA358;
}
.p-sub-navi.layer ul li.p-sub-navi__link02 a {
  background-color: #E9664F;
}
.p-sub-navi.layer ul li.p-sub-navi__link03 a {
  background-color: #FFA700;
}
@media screen and (max-width: 767px) {
  .p-sub-navi.layer {
    display: none;
  }
}

/** -------------------------------- **
投稿
*** ----------------------------------------------------------------- ***/
/* NEWS
---------------------------------------------------------- */
.p-post-news {
  font-size: 14px;
  margin-top: 75px;
}
.p-post-news img {
  width: 100%;
  height: auto;
}
.p-post-news * + * {
  margin: 20px 0 0 0;
}
.p-post-news__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  margin: 40px 0 0 0;
}
.p-post-news__pagination > div {
  margin: 0 16px;
}
.p-post-news__pagination > div img {
  width: 28px;
  vertical-align: text-top;
}
.p-post-news__pagination_prev img {
  margin: 0 6px 0 0;
}
.p-post-news__pagination_next img {
  margin: 0 0 0 6px;
}
@media screen and (max-width: 767px) {
  .p-post-news__pagination {
    font-size: 13px;
    margin: 30px 0 0 0;
  }
  .p-post-news__pagination > div img {
    width: 23px;
  }
}

/** -------------------------------- **
ページ
*** ----------------------------------------------------------------- ***/
/* おしらせ
---------------------------------------------------------- */
.p-page-news__navi {
  margin: 75px 0 40px 0;
}
.p-page-news__navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-page-news__navi ul li {
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-page-news__navi {
    margin: 0 0 20px 0;
  }
  .p-page-news__navi ul li {
    margin: 0 5px;
  }
}
.p-page-news__pagination {
  text-align: center;
  font-size: 18px;
  margin: 30px 0 0 0;
}
.p-page-news__pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-page-news__pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  margin: 0 5px;
}
.p-page-news__pagination .current {
  background-image: url(../image/common/bg_current_01.svg);
  background-size: 32px auto;
  color: #ffffff;
}
.p-page-news__pagination .prev {
  font-size: 15px;
  width: auto;
  height: auto;
  margin: 0 40px 0 0;
}
.p-page-news__pagination .prev::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 19px;
  background-image: url(../image/common/arrow_common_02.svg);
  background-size: 28px auto;
  margin: -2px 5px 0 0;
}
.p-page-news__pagination .next {
  font-size: 15px;
  width: auto;
  height: auto;
  margin: 0 0 0 40px;
}
.p-page-news__pagination .next::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 19px;
  background-image: url(../image/common/arrow_common_01.svg);
  background-size: 28px auto;
  margin: -2px 0 0 5px;
}
@media screen and (max-width: 767px) {
  .p-page-news__pagination {
    font-size: 16px;
    margin: 20px 0 0 0;
  }
  .p-page-news__pagination .page-numbers {
    width: 28px;
    height: 28px;
    margin: 0 5px;
  }
  .p-page-news__pagination .current {
    background-size: 28px auto;
  }
  .p-page-news__pagination .prev {
    font-size: 13px;
    width: auto;
    height: auto;
    margin: 0 20px 0 0;
  }
  .p-page-news__pagination .prev::before {
    width: 23px;
    height: 16px;
    background-size: 23px auto;
  }
  .p-page-news__pagination .next {
    font-size: 13px;
    width: auto;
    height: auto;
    margin: 0 0 0 20px;
  }
  .p-page-news__pagination .next::after {
    width: 23px;
    height: 16px;
    background-size: 23px auto;
  }
}

/* よくあるご質問
---------------------------------------------------------- */
.p-page-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-page-faq > div {
  width: calc((100% - 60px) / 2);
}
.p-page-faq__list {
  border: 1px solid #6EB9DC;
  border-radius: 20px;
  padding: 30px 20px 30px 30px;
}
.p-page-faq__list + .p-page-faq__list {
  margin: 30px 0 0 0;
}
.p-page-faq__list dt {
  background-image: url(../image/faq/icon_q_01.svg), url(../image/common/icon_plus_01.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right center;
  padding: 0 50px 0 85px;
  font-size: 18px;
  min-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.p-page-faq__list dd {
  display: none;
  background-image: url(../image/faq/icon_a_01.svg);
  background-repeat: no-repeat;
  background-position: left top 30px;
  padding: 30px 0 20px 85px;
  font-size: 14px;
  border-top: 1px solid #6EB9DC;
  margin: 35px 0 0 0;
  line-height: 1.78;
}
.p-page-faq__list.v-open dt {
  background-image: url(../image/faq/icon_q_01.svg), url(../image/common/icon_minus_01.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right center;
}
@media screen and (max-width: 767px) {
  .p-page-faq {
    display: block;
  }
  .p-page-faq > div {
    width: 100%;
  }
  .p-page-faq > div + div {
    margin: 20px 0 0 0;
  }
  .p-page-faq__list {
    border-radius: 10px;
    padding: 20px;
  }
  .p-page-faq__list + .p-page-faq__list {
    margin: 20px 0 0 0;
  }
  .p-page-faq__list dt {
    background-size: 37px auto, 18px auto;
    padding: 0 30px 0 50px;
    font-size: 15px;
    min-height: 29px;
  }
  .p-page-faq__list dd {
    background-position: left top 15px;
    background-size: 36px auto;
    padding: 15px 0 0 50px;
    margin: 10px 0 0 0;
  }
  .p-page-faq__list.v-open dt {
    background-image: url(../image/faq/icon_q_01.svg), url(../image/faq/icon_minus_01.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right center;
  }
}

/* 404
---------------------------------------------------------- */
.p-page-404 {
  text-align: center;
}
.p-page-404__heading {
  font-size: 30px;
}
.p-page-404__text-01 {
  font-family: "GenJyuuGothicX-P-Heavy";
  font-size: 50px;
  color: #FFE72F;
  margin: 10px 0 0 0;
}
.p-page-404__text-01 .e-img-01 {
  margin: 0 30px -5px 0;
}
.p-page-404__text-01 .e-img-02 {
  margin: 0 0 -5px 30px;
}
.p-page-404__text-01_line {
  display: block;
  height: 1px;
  max-width: 620px;
  background-color: #C0B4A0;
  margin: 0 auto;
}
.p-page-404__text-02 {
  font-family: "GenJyuuGothicX-P-Bold";
  font-size: 20px;
  margin: 40px 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-page-404 {
    padding: 0 20px;
  }
  .p-page-404__heading {
    font-size: 20px;
  }
  .p-page-404__text-01 {
    font-size: 35px;
    margin: 10px 0 0 0;
  }
  .p-page-404__text-01 .e-img-01 {
    margin: 0 15px 0 0;
    width: 35px;
  }
  .p-page-404__text-01 .e-img-02 {
    margin: 0 0 0 15px;
    width: 30px;
  }
  .p-page-404__text-02 {
    font-size: 15px;
    margin: 40px 0 0 0;
  }
}

/* 大切にしていること
---------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .p-page-policy {
    margin: 0 5%;
  }
}

.p-page-about-list {
  max-width: 736px;
  margin: 0 auto 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-page-about-list__item {
  width: 31.2%;
  margin: 0 2.9% 2.9% 0;
}
.p-page-about-list__item:nth-child(3n) {
  margin-right: 0;
}
.p-page-about-list__link {
  display: block;
  border: 1px solid #6E5037;
  border-radius: 100vh;
  color: #6E5037;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
}
.p-page-about-list__link:hover {
  color: #fff;
  background: #6E5037;
}
.p-page-about-list.page-policy li:nth-child(1) a {
  color: #fff;
  background: #6E5037;
}
@media screen and (max-width: 767px) {
  .p-page-about-list__item {
    width: 38.2%;
    margin: 0 2.9% 2.9% 0;
  }
  .p-page-about-list__item:nth-child(3n) {
    margin-right: 2.9%;
  }
  .p-page-about-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .p-page-about-list__link {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .p-page-about-list {
    margin: 0 auto 55px;
  }
}

.p-page-policy-childcare-goals {
  margin-bottom: 70px;
}
.p-page-policy-childcare-goals-wrap {
  max-width: 888px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-page-policy-childcare-goals-wrap__image {
  width: 29.2%;
  margin-right: 4.5%;
  text-align: center;
}
.p-page-policy-childcare-goals-wrap__image:last-child {
  margin-right: 0;
}
.p-page-policy-childcare-goals-wrap__caption {
  margin-top: 18px;
  font-size: 16px;
  font-weight: bold;
}
.p-page-policy-childcare-goals-wrap__caption02 {
  font-size: 22px;
  display: inline-block;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-page-policy-childcare-goals-wrap__image {
    width: 46.2%;
    margin-bottom: 4.5%;
  }
  .p-page-policy-childcare-goals-wrap__image:last-child {
    margin: 0;
  }
  .p-page-policy-childcare-goals-wrap__image:nth-child(2n) {
    margin-right: 0;
  }
  .p-page-policy-childcare-goals-wrap__caption {
    font-size: 15px;
  }
  .p-page-policy-childcare-goals-wrap__caption02 {
    font-size: 18px;
  }
}

.p-page-policy-educational-policy-inner {
  max-width: 800px;
  margin: 0 auto;
  background: #EDF4EE;
  border-radius: 36px;
  padding: 57px 0 65px;
}
@media screen and (max-width: 767px) {
  .p-page-policy-educational-policy-inner {
    padding: 5px 0 40px;
  }
}
.p-page-policy-educational-policy-inner-wrap {
  max-width: 653px;
  margin: 0 auto 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #9F834C;
}
.p-page-policy-educational-policy-inner-wrap .circle_width {
  width: 41px;
  border-radius: 50%;
  margin-right: auto;
  color: #fff;
}
.p-page-policy-educational-policy-inner-wrap .circle_height {
  position: relative;
  padding-top: 100%;
  height: 0;
}
.p-page-policy-educational-policy-inner-wrap .circle_height p {
  position: absolute;
  top: calc((100% - 1.5em) / 2);
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
}
.p-page-policy-educational-policy-inner-wrap__text {
  width: 89%;
}
.p-page-policy-educational-policy-inner-wrap.last {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-page-policy-educational-policy-inner-wrap {
    padding: 40px 0;
    margin: 0 5% 15px;
  }
  .p-page-policy-educational-policy-inner-wrap__text {
    max-width: 538px;
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .p-page-policy-educational-policy-inner-wrap {
    padding: 20px 0;
    margin: 0 5% 3px;
  }
  .p-page-policy-educational-policy-inner-wrap__text {
    width: 80%;
  }
}

.p-page-policy-educational-policy__image {
  text-align: center;
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  .p-page-policy-educational-policy__image {
    margin: 60px 5% 0;
  }
}

/* 保育園概要
---------------------------------------------------------- */
.p-page-about-list.page-outline li:nth-child(2) a {
  color: #fff;
  background: #6E5037;
}

.p-page-outline-about-nursery-school {
  max-width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-page-outline-about-nursery-school {
    margin: 0 5%;
  }
}

.p-page-outline-about-nursery-school-table {
  margin-top: 50px;
  width: 100%;
}
.p-page-outline-about-nursery-school-table__header {
  border-bottom: 1px solid #9F834C;
  font-size: 14px;
  padding: 15px 10px;
}
.p-page-outline-about-nursery-school-table__data {
  border-bottom: 1px solid #9F834C;
  font-size: 14px;
  padding: 15px 10px;
  line-height: 2.5;
}
.p-page-outline-about-nursery-school-table__data02 {
  width: 20%;
}
.p-page-outline-about-nursery-school-table__data03 {
  width: 58%;
}
.p-page-outline-about-nursery-school-table tr:last-child th, .p-page-outline-about-nursery-school-table tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-page-outline-about-nursery-school-table__header {
    font-size: 13px;
    white-space: nowrap;
    padding: 15px 5px;
  }
  .p-page-outline-about-nursery-school-table__data {
    font-size: 12px;
    padding: 15px 5px;
  }
}
@media screen and (max-width: 479px) {
  .p-page-outline-about-nursery-school-table__data02 {
    width: auto;
  }
  .p-page-outline-about-nursery-school-table__data03 {
    width: auto;
  }
}

/* 安全・衛生への取り組み
---------------------------------------------------------- */
.p-page-about-list.page-safety li:nth-child(3) a {
  color: #fff;
  background: #6E5037;
}

.p-page-safety-attempt {
  max-width: 740px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-page-safety-attempt {
    margin: 0 5%;
  }
}

/* 家庭との連絡
---------------------------------------------------------- */
.p-page-about-list.page-communication li:nth-child(4) a {
  color: #fff;
  background: #6E5037;
}

.p-page-communication-contact {
  max-width: 740px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-page-communication-contact {
    margin: 0 5%;
  }
}

/* アクセス
---------------------------------------------------------- */
.p-page-about-list.page-access li:nth-child(5) a {
  color: #fff;
  background: #6E5037;
}

.p-page-access-contents {
  max-width: 800px;
  margin: 0 auto;
}
.p-page-access-contents__image {
  text-align: center;
  margin-bottom: 30px;
}
.p-page-access-contents__address {
  color: #6E5037;
  line-height: 2;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-page-access-contents {
    margin: 0 5%;
  }
  .p-page-access-contents__address {
    font-size: 14px;
  }
}

/* こども園の環境
---------------------------------------------------------- */
.p-page-about-list.page-environment li:nth-child(6) a {
  color: #fff;
  background: #6E5037;
}

.p-page-environment-contents {
  margin-bottom: 100px;
}
.p-page-environment-contents__lead {
  font-size: 20px;
  text-align: center;
  margin-bottom: 80px;
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  .p-page-environment-contents {
    margin: 0 5%;
  }
  .p-page-environment-contents__lead {
    font-size: 17px;
    margin-bottom: 40px;
  }
}

.p-page-environment-contents-wrap {
  max-width: 800px;
  margin: 0 auto 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-page-environment-contents-wrap__text {
  width: 47.5%;
  margin-right: auto;
}
.p-page-environment-contents-wrap__image {
  width: 42.5%;
}
.p-page-environment-contents-wrap__title {
  font-size: 20px;
  border-bottom: 1px solid #C1AE8A;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.p-page-environment-contents-wrap__sentence {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 479px) {
  .p-page-environment-contents-wrap {
    margin: 0 auto 50px;
    display: block;
  }
  .p-page-environment-contents-wrap__text {
    width: 100%;
    margin-bottom: 25px;
  }
  .p-page-environment-contents-wrap__image {
    width: 80%;
    margin: 0 auto;
  }
  .p-page-environment-contents-wrap__title {
    font-size: 17px;
  }
  .p-page-environment-contents-wrap__sentence {
    margin-bottom: 15px;
  }
}

.p-page-environment-contents-wrap02 {
  max-width: 800px;
  margin: 0 auto 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-page-environment-contents-wrap02__text {
  width: 47.5%;
  margin-left: auto;
}
.p-page-environment-contents-wrap02__image {
  width: 42.5%;
}
.p-page-environment-contents-wrap02__title {
  font-size: 20px;
  border-bottom: 1px solid #C1AE8A;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.p-page-environment-contents-wrap02__sentence {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 479px) {
  .p-page-environment-contents-wrap02 {
    margin: 0 auto 50px;
    display: block;
  }
  .p-page-environment-contents-wrap02__text {
    width: 100%;
    margin-bottom: 25px;
  }
  .p-page-environment-contents-wrap02__image {
    width: 80%;
    margin: 0 auto;
  }
  .p-page-environment-contents-wrap02__title {
    font-size: 17px;
  }
}

.p-page-environment-extracurricular-wrap {
  max-width: 950px;
  margin: 0 auto;
  background: #EDF4EE;
  border-radius: 36px;
  padding: 50px 0 25px;
}
.p-page-environment-extracurricular-wrap__inner {
  max-width: 809px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-page-environment-extracurricular-wrap__left {
  width: 43.2%;
  margin-right: auto;
}
.p-page-environment-extracurricular-wrap__right {
  width: 43.2%;
}
.p-page-environment-extracurricular-wrap__image {
  margin-bottom: 25px;
}
.p-page-environment-extracurricular-wrap__title {
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #C1AE8A;
}
.p-page-environment-extracurricular-wrap__sentence {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-page-environment-extracurricular-wrap {
    margin: 0 5%;
  }
  .p-page-environment-extracurricular-wrap__inner {
    margin: 0 5%;
  }
  .p-page-environment-extracurricular-wrap__title {
    font-size: 17px;
  }
}
@media screen and (max-width: 479px) {
  .p-page-environment-extracurricular-wrap__inner {
    display: block;
  }
  .p-page-environment-extracurricular-wrap__left {
    width: 100%;
    margin-bottom: 40px;
  }
  .p-page-environment-extracurricular-wrap__right {
    width: 100%;
  }
}

/* 1日の流れ
---------------------------------------------------------- */
.p-page-flow-contents {
  margin: 50px 0 90px;
}
@media screen and (max-width: 767px) {
  .p-page-flow-contents {
    margin: 50px 5% 90px;
  }
}

.p-page-flow-childcare-time {
  max-width: 950px;
  margin: 0 auto;
  background: #EDF4EE;
  border-radius: 36px;
  padding: 30px 0 25px;
}
@media screen and (max-width: 767px) {
  .p-page-flow-childcare-time {
    margin: 0 5%;
  }
}

.p-page-flow-childcare-time-table {
  max-width: 726px;
  margin: 0 auto 20px;
}
.p-page-flow-childcare-time-table__inner {
  width: 100%;
}
.p-page-flow-childcare-time-table__header {
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid #9F834C;
  padding: 15px 0 15px 40px;
}
@media screen and (max-width: 767px) {
  .p-page-flow-childcare-time-table__header {
    border-bottom: none;
  }
}
.p-page-flow-childcare-time-table__data {
  border-bottom: 1px solid #9F834C;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .p-page-flow-childcare-time-table__data {
    border-bottom: none;
  }
}
.p-page-flow-childcare-time-table tr:last-child th, .p-page-flow-childcare-time-table tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-page-flow-childcare-time-table {
    margin: 0 5% 20px;
  }
  .p-page-flow-childcare-time-table__data {
    font-size: 14px;
  }
  .p-page-flow-childcare-time-table tr {
    border-bottom: 1px solid #9F834C;
  }
}
@media screen and (max-width: 479px) {
  .p-page-flow-childcare-time-table__header {
    padding: 20px 0 5px 15px;
    display: block;
    width: 100%;
  }
  .p-page-flow-childcare-time-table__data {
    display: block;
    width: 100%;
    padding: 5px 0 5px 15px;
  }
  .p-page-flow-childcare-time-table__data:last-child {
    padding-bottom: 20px;
  }
  .p-page-flow-childcare-time-table tr:last-child th, .p-page-flow-childcare-time-table tr:last-child td {
    border-bottom: 1px solid #9F834C;
  }
}
@media screen and (max-width: 479px) and (max-width: 767px) {
  .p-page-flow-childcare-time-table tr:last-child th, .p-page-flow-childcare-time-table tr:last-child td {
    border-bottom: none;
  }
}

.p-page-flow-childcare-time__annotation {
  max-width: 809px;
  margin: 0 auto 25px;
  color: #3CA348;
}
.p-page-flow-childcare-time__annotation span {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-page-flow-childcare-time__annotation {
    margin: 0 5% 25px;
    font-size: 13px;
    line-height: 1.8;
  }
  .p-page-flow-childcare-time__annotation span {
    margin-left: 0;
  }
}

.p-page-flow-contents-list {
  max-width: 878px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-flow-contents-list {
    max-width: 500px;
    padding: 0 18px;
  }
}
.p-page-flow-contents-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-page-flow-contents-list li {
    border-left: 4px dotted #6E5037;
    padding-left: 20px;
    position: relative;
    display: block;
  }
}
.p-page-flow-contents-list li:nth-child(1), .p-page-flow-contents-list li:nth-child(3), .p-page-flow-contents-list li:nth-child(6), .p-page-flow-contents-list li:nth-child(8), .p-page-flow-contents-list li:nth-child(10) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-page-flow-contents-list li:nth-child(1) .p-page-flow-contents-list-image, .p-page-flow-contents-list li:nth-child(3) .p-page-flow-contents-list-image, .p-page-flow-contents-list li:nth-child(6) .p-page-flow-contents-list-image, .p-page-flow-contents-list li:nth-child(8) .p-page-flow-contents-list-image, .p-page-flow-contents-list li:nth-child(10) .p-page-flow-contents-list-image {
  border-right: 4px dotted #6E5037;
  padding-right: 3%;
  width: 49%;
}
.p-page-flow-contents-list li:nth-child(1) .p-page-flow-contents-list-image-inner__hour, .p-page-flow-contents-list li:nth-child(3) .p-page-flow-contents-list-image-inner__hour, .p-page-flow-contents-list li:nth-child(6) .p-page-flow-contents-list-image-inner__hour, .p-page-flow-contents-list li:nth-child(8) .p-page-flow-contents-list-image-inner__hour, .p-page-flow-contents-list li:nth-child(10) .p-page-flow-contents-list-image-inner__hour {
  right: -70px;
}
@media screen and (max-width: 767px) {
  .p-page-flow-contents-list li:nth-child(1) .p-page-flow-contents-list-image-inner__hour, .p-page-flow-contents-list li:nth-child(3) .p-page-flow-contents-list-image-inner__hour, .p-page-flow-contents-list li:nth-child(6) .p-page-flow-contents-list-image-inner__hour, .p-page-flow-contents-list li:nth-child(8) .p-page-flow-contents-list-image-inner__hour, .p-page-flow-contents-list li:nth-child(10) .p-page-flow-contents-list-image-inner__hour {
    right: 100em;
  }
}
@media screen and (max-width: 767px) {
  .p-page-flow-contents-list li:nth-child(1) .p-page-flow-contents-list-image, .p-page-flow-contents-list li:nth-child(3) .p-page-flow-contents-list-image, .p-page-flow-contents-list li:nth-child(6) .p-page-flow-contents-list-image, .p-page-flow-contents-list li:nth-child(8) .p-page-flow-contents-list-image, .p-page-flow-contents-list li:nth-child(10) .p-page-flow-contents-list-image {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
}
.p-page-flow-contents-list li:nth-child(2) .p-page-flow-contents-list-wrap, .p-page-flow-contents-list li:nth-child(4) .p-page-flow-contents-list-wrap, .p-page-flow-contents-list li:nth-child(7) .p-page-flow-contents-list-wrap, .p-page-flow-contents-list li:nth-child(9) .p-page-flow-contents-list-wrap {
  border-right: 4px dotted #6E5037;
  padding-right: 8%;
  width: 49%;
}
.p-page-flow-contents-list li:nth-child(2) .p-page-flow-contents-list-wrap__title, .p-page-flow-contents-list li:nth-child(4) .p-page-flow-contents-list-wrap__title, .p-page-flow-contents-list li:nth-child(7) .p-page-flow-contents-list-wrap__title, .p-page-flow-contents-list li:nth-child(9) .p-page-flow-contents-list-wrap__title {
  padding: 0 0 3px 10px;
}
@media screen and (max-width: 767px) {
  .p-page-flow-contents-list li:nth-child(2) .p-page-flow-contents-list-wrap, .p-page-flow-contents-list li:nth-child(4) .p-page-flow-contents-list-wrap, .p-page-flow-contents-list li:nth-child(7) .p-page-flow-contents-list-wrap, .p-page-flow-contents-list li:nth-child(9) .p-page-flow-contents-list-wrap {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
}
.p-page-flow-contents-list li:nth-child(2) .p-page-flow-contents-list-image-inner__hour, .p-page-flow-contents-list li:nth-child(4) .p-page-flow-contents-list-image-inner__hour, .p-page-flow-contents-list li:nth-child(7) .p-page-flow-contents-list-image-inner__hour, .p-page-flow-contents-list li:nth-child(9) .p-page-flow-contents-list-image-inner__hour {
  left: -70px;
}
@media screen and (max-width: 767px) {
  .p-page-flow-contents-list li:nth-child(2) .p-page-flow-contents-list-image-inner__hour, .p-page-flow-contents-list li:nth-child(4) .p-page-flow-contents-list-image-inner__hour, .p-page-flow-contents-list li:nth-child(7) .p-page-flow-contents-list-image-inner__hour, .p-page-flow-contents-list li:nth-child(9) .p-page-flow-contents-list-image-inner__hour {
    left: -30px;
  }
}
.p-page-flow-contents-list li:first-child .p-page-flow-contents-list-image {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-flow-contents-list li:first-child .p-page-flow-contents-list-image {
    position: static;
  }
}
.p-page-flow-contents-list li:first-child .p-page-flow-contents-list-image::before {
  content: "";
  position: absolute;
  right: -5px;
  width: 10px;
  background-color: #fff;
  top: 0;
  height: 100px;
}
.p-page-flow-contents-list li:last-child .p-page-flow-contents-list-image {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-flow-contents-list li:last-child .p-page-flow-contents-list-image {
    position: static;
  }
}
.p-page-flow-contents-list li:last-child .p-page-flow-contents-list-image::before {
  content: "";
  position: absolute;
  right: -5px;
  width: 10px;
  background-color: #fff;
  bottom: 0;
  height: 70%;
}
@media screen and (max-width: 767px) {
  .p-page-flow-contents-list li:last-child {
    border-left: none;
  }
  .p-page-flow-contents-list li:last-child .p-page-flow-contents-list-image {
    padding-bottom: 0;
  }
}
.p-page-flow-contents-list li:last-child::before {
  content: "";
  position: absolute;
  right: -5px;
  width: 10px;
  background-color: #fff;
  bottom: 0;
  height: 70%;
}
.p-page-flow-contents-list li:nth-child(n+2) {
  margin-top: 4px;
}
.p-page-flow-contents-list li .p-page-flow-contents-list-wrap {
  width: 46%;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-page-flow-contents-list li .p-page-flow-contents-list-wrap {
    width: 100%;
    padding-bottom: 20px;
  }
}
.p-page-flow-contents-list li .p-page-flow-contents-list-wrap__title {
  font-size: 20px;
  border-bottom: 1px solid #C1AE8A;
  padding: 0 0 3px 10px;
}
@media screen and (max-width: 767px) {
  .p-page-flow-contents-list li .p-page-flow-contents-list-wrap__title {
    margin-left: 47px;
    position: relative;
    z-index: 2;
    padding-left: 12px;
  }
}
.p-page-flow-contents-list li .p-page-flow-contents-list-wrap__title span {
  font-size: 14px;
}
.p-page-flow-contents-list li .p-page-flow-contents-list-wrap-inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-flow-contents-list li .p-page-flow-contents-list-wrap-inner {
    position: static;
  }
}
.p-page-flow-contents-list li .p-page-flow-contents-list-wrap-inner__text {
  line-height: 2;
  text-align: justify;
  margin: 10px 10px 0;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-page-flow-contents-list li .p-page-flow-contents-list-wrap-inner__text {
    line-height: 1.8em;
    margin-top: 27px;
  }
}
.p-page-flow-contents-list li .p-page-flow-contents-list-image {
  padding-bottom: 70px;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-page-flow-contents-list li .p-page-flow-contents-list-image {
    padding-top: 30px;
    padding-bottom: 55px;
    width: 100%;
  }
}
.p-page-flow-contents-list li .p-page-flow-contents-list-image-inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-flow-contents-list li .p-page-flow-contents-list-image-inner {
    position: static;
  }
}
.p-page-flow-contents-list li .p-page-flow-contents-list-image-inner__hour {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 85px;
  height: 85px;
  background-color: #6E5037;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 8px solid #fff;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-page-flow-contents-list li .p-page-flow-contents-list-image-inner__hour {
    top: -33px;
    left: -30px;
    bottom: auto;
  }
}
.p-page-flow-contents-list .return {
  display: block;
  position: relative;
  padding-bottom: 70px;
}
.p-page-flow-contents-list .return .p-page-flow-contents-list-wrap02 {
  max-width: 600px;
  margin: 20px auto 0;
  background: #FFF1B9;
  border-radius: 20px;
  padding: 35px 0 15px;
  position: relative;
}
.p-page-flow-contents-list .return .p-page-flow-contents-list-wrap02__hour {
  max-width: 179px;
  margin: 0 auto;
  border: 1px solid #6E5037;
  border-radius: 20px;
  background: #fff;
  text-align: center;
  padding: 5px 0;
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-page-flow-contents-list .return .p-page-flow-contents-list-wrap02__hour {
    left: -330px;
  }
}
@media screen and (max-width: 479px) {
  .p-page-flow-contents-list .return .p-page-flow-contents-list-wrap02__hour {
    left: -170px;
  }
}
.p-page-flow-contents-list .return .p-page-flow-contents-list-wrap02-inner {
  max-width: 559px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-page-flow-contents-list .return .p-page-flow-contents-list-wrap02-inner {
    display: block;
    margin: 0 7%;
  }
}
.p-page-flow-contents-list .return .p-page-flow-contents-list-wrap02-inner__image {
  width: 20.7%;
  margin-right: 2.6%;
}
@media screen and (max-width: 767px) {
  .p-page-flow-contents-list .return .p-page-flow-contents-list-wrap02-inner__image {
    display: none;
  }
}
.p-page-flow-contents-list .return .p-page-flow-contents-list-wrap02-inner__text {
  width: 55.4%;
  margin-right: 2.6%;
}
.p-page-flow-contents-list .return .p-page-flow-contents-list-wrap02-inner__image02 {
  width: 16.8%;
}
@media screen and (max-width: 767px) {
  .p-page-flow-contents-list .return .p-page-flow-contents-list-wrap02-inner__image02 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 60%;
  }
}
.p-page-flow-contents-list .return .p-page-flow-contents-list-wrap02-inner__title {
  text-align: center;
  font-size: 20px;
  border-bottom: 1px solid #C1AE8A;
  padding-bottom: 3px;
  margin-bottom: 10px;
}
.p-page-flow-contents-list .return .p-page-flow-contents-list-wrap02-inner__title span {
  font-size: 14px;
}
.p-page-flow-contents-list .return .p-page-flow-contents-list-wrap02-inner__sentence {
  font-size: 14px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-page-flow-contents-list .return .p-page-flow-contents-list-wrap02-inner__sentence {
    text-align: left;
    font-size: 13px;
    margin-left: 5px;
  }
}
.p-page-flow-contents-list .return .p-page-flow-contents-list-wrap02-inner02 {
  position: relative;
}
.p-page-flow-contents-list .return::after {
  border-right: 4px dotted #6E5037;
  content: "";
  display: block;
  width: 4px;
  height: 70px;
  position: absolute;
  left: 48.5%;
}
@media screen and (max-width: 767px) {
  .p-page-flow-contents-list .return::after {
    border-right: none;
  }
}

/* イベントカレンダー
---------------------------------------------------------- */
.p-page-event {
  margin: 50px 0 250px;
}
@media screen and (max-width: 767px) {
  .p-page-event {
    margin: 50px 5% 150px;
  }
}

.p-page-event-wrap {
  max-width: 847px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-page-event-wrap__image {
  width: 47.2%;
  margin-right: auto;
}
.p-page-event-wrap__text {
  width: 44.8%;
}
.p-page-event-wrap-table {
  width: 100%;
}
.p-page-event-wrap-table__header {
  border-bottom: 1px solid #C1AE8A;
  padding: 15px 13px 10px 30px;
  font-size: 18px;
  font-weight: bold;
}
.p-page-event-wrap-table__data {
  border-bottom: 1px solid #C1AE8A;
  padding: 15px 30px 10px 0;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-page-event-wrap {
    margin: 0 auto 60px;
    display: block;
  }
  .p-page-event-wrap__image {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-page-event-wrap__text {
    width: 100%;
  }
  .p-page-event-wrap-table__header {
    font-size: 16px;
    padding: 15px 13px 10px 25px;
  }
  .p-page-event-wrap-table__data {
    font-size: 16px;
    padding: 15px 25px 10px 0;
  }
}

.p-page-event-wrap02 {
  max-width: 847px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-page-event-wrap02__image {
  width: 47.2%;
  margin-left: auto;
}
.p-page-event-wrap02__text {
  width: 44.8%;
}
.p-page-event-wrap02-table {
  width: 100%;
}
.p-page-event-wrap02-table__header {
  border-bottom: 1px solid #C1AE8A;
  padding: 15px 13px 10px 30px;
  font-size: 18px;
  font-weight: bold;
}
.p-page-event-wrap02-table__data {
  border-bottom: 1px solid #C1AE8A;
  padding: 15px 30px 10px 0;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-page-event-wrap02 {
    margin: 0 auto 60px;
    display: block;
  }
  .p-page-event-wrap02__image {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-page-event-wrap02__text {
    width: 100%;
  }
  .p-page-event-wrap02-table__header {
    padding: 15px 13px 10px 25px;
    font-size: 16px;
  }
  .p-page-event-wrap02-table__data {
    padding: 15px 25px 10px 0;
    font-size: 16px;
  }
}

/* 子育て支援
---------------------------------------------------------- */
.p-page-about-list.support {
  margin: 0 auto 50px;
}
.p-page-support-childcare-in-custody {
  margin-bottom: 165px;
}
@media screen and (max-width: 767px) {
  .p-page-support-childcare-in-custody {
    margin-bottom: 80px;
  }
}

.p-page-support__lead {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.8;
}
.p-page-support__inner {
  max-width: 804px;
  margin: 0 auto;
}
.p-page-support-table {
  width: 100%;
}
.p-page-support-table__header {
  border: 1px solid #9F834C;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 50px;
  vertical-align: middle;
  background: #F0EDEA;
  white-space: nowrap;
}
.p-page-support-table__data {
  border: 1px solid #9F834C;
  font-size: 14px;
  padding: 15px;
}
.p-page-support-table__annotation {
  margin-left: 2em;
}
.p-page-support-list {
  margin: 10px 0 0 16px;
}
.p-page-support-list__item {
  margin-bottom: 5px;
  padding-left: 0.3em;
}
.p-page-support-list02 {
  margin: 10px 0 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-page-support-list02__item {
  margin-bottom: 5px;
  padding-left: 0.3em;
  width: 50%;
}
.p-page-support-list03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-page-support-list03__title {
  width: 10em;
}
.p-page-support-list03__data {
  width: 11em;
}
@media screen and (max-width: 767px) {
  .p-page-support__lead {
    margin: 0 5% 30px;
  }
  .p-page-support__inner {
    margin: 0 5%;
  }
}
@media screen and (max-width: 479px) {
  .p-page-support__lead {
    margin: 0 5% 30px;
  }
  .p-page-support-table__header {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .p-page-support-table__data {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .p-page-support-table__annotation {
    margin-left: 0;
  }
  .p-page-support-table tr:last-child td {
    border-bottom: 1px solid #9F834C;
  }
  .p-page-support-list02 {
    display: block;
  }
  .p-page-support-list02__item {
    width: 100%;
  }
  .p-page-support-list03 {
    display: block;
    margin-bottom: 10px;
  }
  .p-page-support-list03__title {
    width: auto;
  }
  .p-page-support-list03__data {
    width: atuo;
  }
}

.p-page-support-table-wrap {
  max-width: 460px;
  background: #EDF4EE;
  border-radius: 10px;
  margin-top: 10px;
}
.p-page-support-table-wrap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 391px;
  margin: 0 auto;
  padding: 10px 0;
}
.p-page-support-table-wrap__left {
  width: 40.9%;
  margin-right: auto;
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
}
.p-page-support-table-wrap__left span {
  font-size: 13px;
}
.p-page-support-table-wrap__right {
  width: 49%;
  font-size: 26px;
  font-weight: bold;
  color: #E9664F;
}
.p-page-support-table-wrap__right::before {
  content: "";
  background: url(../image/support/tel-icon.svg);
  width: 19px;
  height: 25px;
  display: inline-block;
  position: relative;
  top: 3px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .p-page-support-table-wrap__inner {
    display: block;
    padding: 15px 0 8px;
  }
  .p-page-support-table-wrap__left {
    width: 100%;
  }
  .p-page-support-table-wrap__right {
    width: 100%;
    text-align: center;
  }
}

.p-page-support-extended-childcare {
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .p-page-support-extended-childcare {
    margin-bottom: 40px;
  }
}

/* 様式ダウンロード
---------------------------------------------------------- */
.p-page-download-list {
  max-width: 740px;
  margin: 80px auto 0;
}
.p-page-download-list__title {
  border-bottom: 1px solid #9F834C;
  font-weight: bold;
  position: relative;
  padding: 0 0 5px 40px;
  margin-bottom: 8px;
}
.p-page-download-list__title::before {
  border-radius: 100vh;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 20px;
  top: 0.5em;
  content: "";
  background: #BBADA1;
}
.p-page-download-list__data {
  padding: 5px 0 40px 40px;
}
.p-page-download-list__link::after {
  content: "";
  background: url(../image/download/download-icon.svg);
  width: 24px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 3px;
  right: -10px;
}
@media screen and (max-width: 767px) {
  .p-page-download-list {
    margin: 80px 5% 0;
  }
  .p-page-download-list__title {
    font-size: 14px;
  }
  .p-page-download-list__data {
    font-size: 14px;
  }
}

.p-page-download__title {
  font-size: 20px;
}

/* 採用情報
---------------------------------------------------------- */
.p-page-recruit-wrap {
  max-width: 664px;
  margin: 0 auto 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-page-recruit-wrap__text {
  width: 54.2%;
  margin-right: auto;
  font-size: 20px;
}
.p-page-recruit-wrap__sentence {
  background: url(../image/common/line_common_01.svg) repeat-x bottom;
  margin-bottom: 15px;
  padding-bottom: 10px;
  display: inline-block;
  letter-spacing: 0.2em;
}
.p-page-recruit-wrap__image {
  width: 39.1%;
}
@media screen and (max-width: 767px) {
  .p-page-recruit-wrap {
    margin: 0 5% 20px;
  }
  .p-page-recruit-wrap__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .p-page-recruit-wrap {
    display: block;
    letter-spacing: normal;
  }
  .p-page-recruit-wrap__text {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-page-recruit-wrap__image {
    width: 70%;
    margin: 0 auto;
  }
}

.p-page-recruit__lead {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__lead {
    margin: 0 5% 30px;
  }
}
.p-page-recruit-list__link::after {
  content: "";
  background: url(../image/common/arrow_common_04.svg);
  width: 14px;
  height: 13px;
  display: inline-block;
  position: relative;
  top: 0;
  right: -8px;
}
.p-page-recruit-list__link:hover::after {
  content: "";
  background: url(../image/common/arrow_common_05.svg);
  width: 14px;
  height: 13px;
  display: inline-block;
  position: relative;
  top: 0;
  right: -8px;
}
.p-page-recruit-list {
  margin: 0 auto 55px;
}

.p-page-recruit-important__image {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-page-recruit-important__image {
    margin: 0 5% 50px;
  }
}
@media screen and (max-width: 479px) {
  .p-page-recruit-important__image {
    margin: 0 5% 30px;
  }
}
.p-page-recruit-important__inner {
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-page-recruit-important__inner {
    margin: 0 5%;
  }
}
.p-page-recruit-important__sentence {
  max-width: 800px;
  margin: 0 auto 25px;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-page-recruit-important__sentence {
    width: 90%;
  }
}
.p-page-recruit-important-contact {
  max-width: 600px;
  margin: 100px auto 0;
  background: #EDF4EE;
  border-radius: 10px;
  padding: 30px;
}
.p-page-recruit-important-contact__sentence {
  text-align: center;
  margin-bottom: 10px;
}
.p-page-recruit-important-contact__tel {
  font-size: 26px;
  font-weight: bold;
  color: #E9664F;
  text-align: center;
}
.p-page-recruit-important-contact__tel::before {
  content: "";
  background: url(../image/support/tel-icon.svg);
  width: 19px;
  height: 25px;
  display: inline-block;
  position: relative;
  top: 3px;
  right: 10px;
}
.p-page-recruit-important-contact__hour {
  font-size: 13px;
  text-align: center;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 479px) {
  .p-page-recruit-important-contact {
    margin: 50px 5% 0;
    padding: 25px;
  }
}

.p-page-recruit-important-title-wrap {
  max-width: 850px;
  margin: 0 auto 10px;
  border-bottom: 1px solid #C1AE8A;
}
.p-page-recruit-important-title-wrap__title {
  max-width: 800px;
  margin: 0 auto 5px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-page-recruit-important-title-wrap__title {
    font-size: 18px;
    width: 90%;
  }
}
@media screen and (max-width: 479px) {
  .p-page-recruit-important-title-wrap__title {
    font-size: 17px;
  }
}
.p-page-recruit-important-title-wrap__left {
  width: 2.7%;
  margin-right: auto;
  font-size: 40px;
  color: #3CA348;
}
@media screen and (max-width: 767px) {
  .p-page-recruit-important-title-wrap__left {
    font-size: 30px;
  }
}
.p-page-recruit-important-title-wrap__right {
  width: 93.5%;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-page-recruit-important-title-wrap__right {
    width: 92%;
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .p-page-recruit-important-title-wrap__right {
    width: 87%;
  }
}

/* 小学校との接続に向けて
---------------------------------------------------------- */
.p-page-primaryschool-alignment__lead {
  font-size: 20px;
  text-align: center;
  margin-bottom: 80px;
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  .p-page-primaryschool-alignment__lead {
    font-size: 17px;
    margin: 0 5% 40px;
  }
}

.p-page-environment-contents-wrap__subtitle {
  font-size: 16px;
  color: #3CA348;
  padding: 0 20px 5px 10px;
}
@media screen and (max-width: 767px) {
  .p-page-environment-contents-wrap__subtitle {
    padding: 0 20px 5px 0;
  }
}

.p-page-primaryschool-problem {
  max-width: 724px;
  margin: 100px auto 0;
  border: 1px solid #CABFAB;
  padding: 30px 40px;
}
.p-page-primaryschool-problem__title {
  font-weight: bold;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .p-page-primaryschool-problem__title {
    font-size: 14px;
  }
}
.p-page-primaryschool-problem__sentence {
  max-width: 615px;
  margin: 0 auto;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-page-primaryschool-problem__sentence {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-page-primaryschool-problem {
    margin: 70px 5% 0;
    padding: 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-page-primaryschool-alignment-wrap {
    margin: 0 5% 50px;
  }
}

/* サイトマップ
---------------------------------------------------------- */
.p-page-sitemap-contents {
  max-width: 800px;
  margin: 0 auto;
  background: #EDF4EE;
  border-radius: 36px;
  padding: 50px 0 78px;
}
@media screen and (max-width: 767px) {
  .p-page-sitemap-contents {
    margin: 0 5%;
    padding: 40px 0 50px;
  }
}
.p-page-sitemap-contents__logo {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-page-sitemap-contents__logo {
    width: 60%;
    margin: 0 auto;
  }
}
.p-page-sitemap-contents-wrap {
  max-width: 571px;
  margin: 59px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-page-sitemap-contents-wrap {
    display: block;
  }
}
.p-page-sitemap-contents-wrap-list {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-page-sitemap-contents-wrap-list {
    font-size: 14px;
  }
}
.p-page-sitemap-contents-wrap-list__item {
  font-weight: bold;
  margin-bottom: 30px;
}
.p-page-sitemap-contents-wrap-list__item.last {
  margin-bottom: 0;
}
.p-page-sitemap-contents-wrap-list__item img {
  margin: 0 0 0 5px;
  vertical-align: baseline;
}
.p-page-sitemap-contents-wrap-list:first-child {
  width: 54%;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-page-sitemap-contents-wrap-list:first-child {
    width: 80%;
    margin: 0 auto;
  }
}
.p-page-sitemap-contents-wrap-list:last-child {
  width: 32.2%;
}
@media screen and (max-width: 767px) {
  .p-page-sitemap-contents-wrap-list:last-child {
    width: 80%;
    margin: 20px auto;
  }
}
.p-page-sitemap-contents-wrap-list02 {
  margin-top: 20px;
}
.p-page-sitemap-contents-wrap-list02__item {
  font-weight: normal;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-page-sitemap-contents-wrap-list02__item::before {
  content: "";
  width: 10px;
  height: 2px;
  background: #9F834C;
  margin: 0 0.5rem 0 0;
}
.p-page-sitemap-contents__iamge {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-page-sitemap-contents__iamge {
    width: 60%;
    margin: 0 auto;
  }
}

/* お問い合わせ
---------------------------------------------------------- */
.p-page-contact-contents {
  max-width: 572px;
  margin: 0 auto;
  background: #EDF4EE;
  border-radius: 10px;
  padding: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .p-page-contact-contents {
    margin: 0 5%;
  }
}
.p-page-contact-contents__sentence {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-page-contact-contents__sentence {
    margin: 0 5%;
    font-size: 14px;
  }
}
.p-page-contact-contents-wrap {
  max-width: 482px;
  margin: 10px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-page-contact-contents-wrap {
    display: block;
  }
}
.p-page-contact-contents-wrap__iamge {
  width: 14.9%;
  margin-right: 15.5%;
}
.p-page-contact-contents-wrap__inner {
  width: 43.3%;
  margin-right: 12.4%;
}
@media screen and (max-width: 767px) {
  .p-page-contact-contents-wrap__inner {
    width: 100%;
    margin-right: 0;
  }
}
.p-page-contact-contents-wrap__iamge02 {
  width: 13.4%;
}
.p-page-contact-contents-wrap__tel {
  font-size: 26px;
  font-weight: bold;
  color: #E9664F;
  text-align: center;
}
.p-page-contact-contents-wrap__tel::before {
  content: "";
  background: url(../image/support/tel-icon.svg);
  width: 19px;
  height: 25px;
  display: inline-block;
  position: relative;
  top: 3px;
  right: 10px;
}
.p-page-contact-contents-wrap__hour {
  font-size: 13px;
  text-align: center;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 767px) {
  .p-page-contact-contents-wrap__inner02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 20px auto 0;
  }
}

/** -------------------------------- **
HOME
*** ----------------------------------------------------------------- ***/
.p-home-news {
  border: 1px solid #FD8CA0;
  border-radius: 30px;
  padding: 40px 50px 30px;
  position: relative;
}
.p-home-news .p-home-news-in {
  width: 550px;
}
.p-home-news__heading {
  text-align: center;
  font-size: 26px;
  border-bottom: 1px solid #FD8CA0;
  padding: 0 0 30px 0;
  margin: 0 0 20px 0;
  letter-spacing: 0.07em;
}
.p-home-news__link {
  text-align: center;
  margin: 30px 0 0 0;
  font-size: 18px;
  font-family: "GenJyuuGothicX-P-Bold", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.12em;
}
.p-home-news__link img {
  vertical-align: text-top;
  margin: 2px 7px 0 0;
}
.p-home-news__deco {
  position: absolute;
  right: 27px;
  bottom: 7px;
}
@media screen and (max-width: 767px) {
  .p-home-news {
    border-radius: 20px;
    padding: 30px 20px 200px;
  }
  .p-home-news .p-home-news-in {
    width: 100%;
  }
  .p-home-news__heading {
    padding: 0 0 15px 0;
    margin: 0 0 30px 0;
  }
  .p-home-news__link {
    margin: 20px 0 0 0;
  }
  .p-home-news__link img {
    width: 28px;
  }
  .p-home-news__deco {
    width: 185px;
    right: inherit;
    bottom: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}/*# sourceMappingURL=style.css.map */