@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

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

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

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

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

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

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

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

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

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

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

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

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

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row img {
  margin: 0;
}

.row__item {
  width: 100%;
}

.row__item--mobile-1 {
  width: 8.33333%;
}

.row__item--mobile-2 {
  width: 16.66667%;
}

.row__item--mobile-3 {
  width: 25%;
}

.row__item--mobile-4 {
  width: 33.33333%;
}

.row__item--mobile-5 {
  width: 41.66667%;
}

.row__item--mobile-6 {
  width: 50%;
}

.row__item--mobile-7 {
  width: 58.33333%;
}

.row__item--mobile-8 {
  width: 66.66667%;
}

.row__item--mobile-9 {
  width: 75%;
}

.row__item--mobile-10 {
  width: 83.33333%;
}

.row__item--mobile-11 {
  width: 91.66667%;
}

.row__item--mobile-12 {
  width: 100%;
}

.row__item--mobile-fifth {
  width: 20%;
}

@media screen and (min-width: 768px) {
  .row__item--tablet-1 {
    width: 8.33333%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-2 {
    width: 16.66667%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-3 {
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-4 {
    width: 33.33333%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-5 {
    width: 41.66667%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-6 {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-7 {
    width: 58.33333%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-8 {
    width: 66.66667%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-9 {
    width: 75%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-10 {
    width: 83.33333%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-11 {
    width: 91.66667%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-12 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-fifth {
    width: 20%;
  }
}

@media screen and (min-width: 1080px) {
  .row__item--desktop-1 {
    width: 8.33333%;
  }
}

@media screen and (min-width: 1080px) {
  .row__item--desktop-2 {
    width: 16.66667%;
  }
}

@media screen and (min-width: 1080px) {
  .row__item--desktop-3 {
    width: 25%;
  }
}

@media screen and (min-width: 1080px) {
  .row__item--desktop-4 {
    width: 33.33333%;
  }
}

@media screen and (min-width: 1080px) {
  .row__item--desktop-5 {
    width: 41.66667%;
  }
}

@media screen and (min-width: 1080px) {
  .row__item--desktop-6 {
    width: 50%;
  }
}

@media screen and (min-width: 1080px) {
  .row__item--desktop-7 {
    width: 58.33333%;
  }
}

@media screen and (min-width: 1080px) {
  .row__item--desktop-8 {
    width: 66.66667%;
  }
}

@media screen and (min-width: 1080px) {
  .row__item--desktop-9 {
    width: 75%;
  }
}

@media screen and (min-width: 1080px) {
  .row__item--desktop-10 {
    width: 83.33333%;
  }
}

@media screen and (min-width: 1080px) {
  .row__item--desktop-11 {
    width: 91.66667%;
  }
}

@media screen and (min-width: 1080px) {
  .row__item--desktop-12 {
    width: 100%;
  }
}

@media screen and (min-width: 1080px) {
  .row__item--desktop-fifth {
    width: 20%;
  }
}

.row--std {
  margin: -10px;
}

.row--std .row__item {
  padding: 10px;
}

.row--wide {
  margin: -10px;
}

@media screen and (min-width: 768px) {
  .row--wide {
    margin: -20px;
  }
}

.row--wide .row__item {
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .row--wide .row__item {
    padding: 20px;
  }
}

.row--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row--wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .row--wrap .row__item:nth-child(1) {
    margin: 0 10px;
  }
}

.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1080px) {
  .container {
    max-width: 1120px;
  }
}

@media screen and (max-width: 767px) {
  .container--sp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1079px) {
  .container--tabsp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}

.container--sub, .container--news {
  background: #fff;
  border-radius: 0 0 20px 20px;
}

@media screen and (min-width: 768px) {
  .container--sub, .container--news {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (min-width: 1080px) {
  .container--sub, .container--news {
    max-width: 1040px;
  }
}

/*********************/
/*  ヘッダー  */
/*********************/
.header {
  position: relative;
  display: block;
  width: 100%;
  background: #FFF5C8;
  padding: 20px;
  z-index: 100;
}

@media screen and (min-width: 1080px) {
  .header {
    height: 120px;
  }
}

.header__body {
  position: fixed;
  top: 20px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (min-width: 1080px) {
  .header__body {
    top: 10px;
    right: 50%;
    padding: 0;
    width: 90%;
    background: #fff;
    -webkit-box-shadow: 0 3px 0 1px #3D62AD;
            box-shadow: 0 3px 0 1px #3D62AD;
    border-radius: 9px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@media screen and (min-width: 1080px) {
  .header__body--stick {
    top: 0;
    width: 100%;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
  }
  .header__body--stick .gnav-list__link {
    padding: 5px 10px;
  }
  .header__body--stick .gnav-list__link:before, .header__body--stick .gnav-list__link:after {
    top: 8px;
  }
  .header__body--stick .gnav-list__title {
    padding-top: 5rem;
  }
  .header__body--stick .gchild-list {
    top: 95px;
  }
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  margin-right: 2.5rem;
}

@media screen and (max-width: 1079px) {
  .header__logo {
    width: 175px;
    margin-right: auto;
  }
}

@media screen and (min-width: 1080px) {
  .header__logo--sptab {
    display: none;
  }
}

@media screen and (max-width: 1079px) {
  .header__logo--pc {
    display: none;
  }
}

.header__logo--open {
  position: fixed;
  z-index: 1;
}

.header__img {
  max-width: 100%;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: contain; object-position: center;';
}

@media screen and (min-width: 1080px) {
  .header__img {
    max-width: 75px;
    height: auto;
  }
}

@media screen and (min-width: 1080px) {
  .header img[src$=".svg"] {
    width: 100%;
  }
}

.header__btn {
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
}

@media screen and (min-width: 1080px) {
  .header__btn {
    right: 20px;
  }
}

@media screen and (max-width: 1079px) {
  .header__contact {
    display: none;
  }
}

.header__contact--pc-fixed {
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1079px) {
  .header__contact--pc-fixed {
    display: none;
  }
}

@media screen and (min-width: 1080px) {
  .header__contact--pcnone {
    display: none;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .header--fixed {
    position: fixed;
  }
}

.header--wide .header__body {
  margin: 23px 0;
  padding: 0;
}

@media screen and (min-width: 1080px) {
  .header--wide .header__body {
    margin: 0;
    padding: 0 30px;
  }
}

@media screen and (min-width: 1080px) {
  .header--sub {
    height: 100px;
  }
}

.tel {
  font-size: 2.4rem;
  font-weight: bold;
  color: #FDD000;
  background: #3D62AD;
  border-radius: 30px;
  padding: 13px 60px;
}

.tel:before {
  content: "\e90e";
  font-family: "icomoon";
  color: #fff;
  font-size: 2rem;
  margin-right: 1rem;
}

.menu-btn {
  display: block;
  width: 60px;
  height: 60px;
  background: #FDD000;
  border-radius: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 1080px) {
  .menu-btn {
    display: none;
  }
}

.menu-btn:after {
  content: "メニュー";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}

.menu-btn__line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30%;
  height: 2px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  background: #fff;
}

.menu-btn__line:nth-child(1) {
  -webkit-transform: translate(-50%, -12px);
          transform: translate(-50%, -12px);
}

.menu-btn__line:nth-child(2) {
  top: 27px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.menu-btn__line:nth-child(3) {
  -webkit-transform: translate(-50%, 4px);
          transform: translate(-50%, 4px);
}

.menu-btn__sp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.menu-btn--contact {
  background: #FF5A67;
  right: 75px;
}

.menu-btn--contact:before {
  content: "\e90a";
  font-family: "icomoon";
  display: block;
  text-align: center;
  font-size: 2.8rem;
  color: #fff;
}

.menu-btn--contact:after {
  content: "メール";
}

.menu-btn--open {
  background: #fff;
  border: 2px solid #895833;
}

.menu-btn--open .menu-btn__line {
  background: #895833;
}

.menu-btn--open .menu-btn__line:nth-child(1) {
  -webkit-transform: translate(-50%, -5px) rotate(-45deg);
          transform: translate(-50%, -5px) rotate(-45deg);
}

.menu-btn--open .menu-btn__line:nth-child(2) {
  opacity: 0;
}

.menu-btn--open .menu-btn__line:nth-child(3) {
  -webkit-transform: translate(-50%, -5px) rotate(45deg);
          transform: translate(-50%, -5px) rotate(45deg);
}

.menu-btn--open:after {
  content: "とじる";
  color: #895833;
}

@media screen and (max-width: 1079px) {
  .gnav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: #FFF5C8;
  }
}

@media screen and (max-width: 1079px) {
  .gnav--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media screen and (min-width: 1080px) {
  .gnav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: auto;
  }
}

.gnav-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (max-width: 1079px) {
  .gnav-list__item {
    width: 265px;
    padding: 16px 30px;
    border-top: 2px solid rgba(137, 88, 51, 0.4);
    margin: auto;
  }
}

@media screen and (min-width: 1080px) {
  .gnav-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gnav-list__item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-2px, -50%);
            transform: translate(-2px, -50%);
    background-image: url(../svg/menu-dot.svg);
    background-repeat: no-repeat;
    width: 5px;
    height: 50px;
  }
  .gnav-list__item:nth-of-type(6):after {
    content: "";
    position: absolute;
    top: 50%;
    right: -5px;
    -webkit-transform: translate(-2px, -50%);
            transform: translate(-2px, -50%);
    background-image: url(../svg/menu-dot.svg);
    background-repeat: no-repeat;
    width: 5px;
    height: 50px;
  }
}

@media screen and (min-width: 1080px) {
  .gnav-list__item:hover {
    background: #FDD000;
  }
  .gnav-list__item:hover .gnav-list__title:before {
    background: #fff;
  }
  .gnav-list__item:hover .gnav-list__title:after {
    color: #FF5A67;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-animation: poyon 0.5s ease-in-out alternate infinite;
            animation: poyon 0.5s ease-in-out alternate infinite;
  }
  .gnav-list__item:hover .gchild-list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

@media screen and (max-width: 1079px) {
  .gnav-list__item:nth-of-type(2) {
    border-top: none;
  }
}

@media screen and (max-width: 1079px) {
  .gnav-list__item:nth-of-type(8) {
    display: none;
  }
}

@media screen and (min-width: 1080px) {
  .gnav-list__item--pc-none {
    display: none !important;
  }
  .gnav-list__item--pc-none .gnav-list__link,
  .gnav-list__item--pc-none .btn {
    display: none !important;
  }
}

.gnav-list__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 2rem;
  text-decoration: none;
  color: #2b2b2b;
  z-index: 1;
}

@media screen and (min-width: 1080px) {
  .gnav-list__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
  }
}

.gnav-list__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5.7rem 0 1rem;
}

@media screen and (max-width: 1079px) {
  .gnav-list__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: left;
    padding: 0 0 0 6rem;
  }
}

.gnav-list__title-ja {
  font-size: 1.5rem;
  color: #2b2b2b;
}

@media screen and (min-width: 768px) {
  .gnav-list__title-ja {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1079px) {
  .gnav-list__title-ja {
    font-weight: bold;
  }
}

.gnav-list__title-en {
  font-size: 1.1rem;
  font-weight: bold;
  color: #895833;
  line-height: 1;
}

.gnav-list__title:before, .gnav-list__title:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 1080px) {
  .gnav-list__title:before, .gnav-list__title:after {
    top: 15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.gnav-list__title:before {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  text-align: center;
  background: #FDD000;
  margin: 0 1.5rem 0 0;
}

@media screen and (min-width: 1080px) {
  .gnav-list__title:before {
    width: 36px;
    height: 36px;
    background: #3D62AD;
    margin: auto;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
  }
}

.gnav-list__title:after {
  line-height: 1;
  font-family: "icomoon";
  font-size: 2.5rem;
  color: #60422B;
  -webkit-transform: translateX(-50%) rotate(0.0001deg);
          transform: translateX(-50%) rotate(0.0001deg);
}

@media screen and (min-width: 1080px) {
  .gnav-list__title:after {
    color: #fff;
    font-size: 2.3rem;
    line-height: 36px;
  }
}

@media screen and (max-width: 1079px) {
  .gnav-list__title:after {
    top: 10px;
    left: 24px;
  }
}

.gnav-list__title--about:after {
  content: "\e900";
}

.gnav-list__title--child:after {
  content: "\e906";
  left: calc(24px + 1px);
}

@media screen and (min-width: 1080px) {
  .gnav-list__title--child:after {
    left: calc(50% + 1px);
  }
}

.gnav-list__title--info:after {
  content: "\e909";
  font-size: 2.1rem;
  top: 13px;
}

@media screen and (min-width: 1080px) {
  .gnav-list__title--info:after {
    top: 16px;
    font-size: 1.8rem;
  }
}

.gnav-list__title--guid:after {
  content: "\e907";
}

.gnav-list__title--blog:after {
  content: "\e903";
  left: calc(24px - 2px);
}

@media screen and (min-width: 1080px) {
  .gnav-list__title--blog:after {
    left: calc(50% - 1px);
  }
}

.gnav-list__tel {
  width: 100%;
  margin: auto;
  padding: 0;
}

@media screen and (min-width: 1080px) {
  .gnav-list__tel {
    display: none;
  }
}

.gnav-list__other {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 1.3rem;
}

@media screen and (min-width: 1080px) {
  .gnav-list__other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.gnav-list__other-link {
  color: #264686;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.gnav-list__other-link--recruit:before, .gnav-list__other-link--access:before {
  font-family: "icomoon";
  font-size: 1.8rem;
  color: #264686;
  margin-right: 8px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.gnav-list__other-link--recruit:before {
  content: "\e90b";
}

.gnav-list__other-link--access:before {
  content: "\e901";
}

@media screen and (min-width: 1080px) {
  .gnav-list__other-link:hover {
    color: #FDA500;
  }
  .gnav-list__other-link:hover:before {
    color: #FDA500;
  }
}

.gnav-list__contact {
  margin-top: 2rem;
}

@-webkit-keyframes poyon {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(-7deg);
            transform: translate(-50%, 0) rotate(-7deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(7deg);
            transform: translate(-50%, 0) rotate(7deg);
  }
}

@keyframes poyon {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(-7deg);
            transform: translate(-50%, 0) rotate(-7deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(7deg);
            transform: translate(-50%, 0) rotate(7deg);
  }
}

.gchild-list {
  position: absolute;
  top: 105px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border: 3px solid #3D62AD;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

@media screen and (max-width: 1079px) {
  .gchild-list {
    display: none;
  }
}

.gchild-list__item {
  position: relative;
  display: block;
  white-space: nowrap;
  width: 15vw;
  height: 60px;
  text-align: left;
  background: #fff;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (max-width: 1079px) {
  .gchild-list__item {
    position: relative;
    display: block;
    width: 100%;
    padding: 2.2rem 3rem;
  }
}

@media screen and (min-width: 1080px) {
  .gchild-list__item:hover {
    background: #FDD000;
  }
}

.gchild-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #2b2b2b;
  font-size: 1.5rem;
  padding: 1.8rem 3rem;
  z-index: 1;
}

/*********************/
/*  メインビジュアル  */
/*********************/
.hero {
  position: relative;
  background-color: #FFF5C8;
  text-align: center;
  padding: 0 10px 20px;
  overflow: hidden;
}

@media screen and (min-width: 1080px) {
  .hero {
    padding: 5px 20px 0;
  }
}

.hero:before, .hero:after {
  position: absolute;
  content: "\e902";
  font-family: "icomoon";
  font-size: 8rem;
  color: #fff;
  z-index: 1;
}

@media screen and (min-width: 1080px) {
  .hero:before, .hero:after {
    font-size: 15rem;
  }
}

.hero:before {
  top: -25px;
  right: 0px;
}

@media screen and (min-width: 1080px) {
  .hero:before {
    top: -30px;
    right: 20px;
  }
}

.hero:after {
  bottom: -15px;
  left: 10px;
  -webkit-transform: rotate(80deg);
          transform: rotate(80deg);
}

@media screen and (min-width: 1080px) {
  .hero:after {
    bottom: -35px;
    left: 30px;
  }
}

.hero__message {
  display: block;
  position: absolute;
  bottom: 50px;
  right: 30px;
  text-align: right;
  color: #fff;
}

@media screen and (min-width: 1080px) {
  .hero__message {
    right: 100px;
    text-align: left;
  }
}

.hero__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero--std {
  height: 65vh;
}

@media screen and (min-width: 1080px) {
  .hero--std {
    height: calc(100vh - 140px);
  }
}

.hero--sub, .hero--news {
  width: calc(100% - 20px);
  height: 200px;
  color: #fff;
  background: #FFF5C8;
  background-position: center top;
  background-size: cover;
  border-radius: 10px;
  margin: auto;
}

@media screen and (min-width: 1080px) {
  .hero--sub, .hero--news {
    width: calc(90% - 50px);
    height: 300px;
  }
}

.hero--sub:before, .hero--sub:after, .hero--news:before, .hero--news:after {
  font-size: 8rem;
  z-index: 1;
}

@media screen and (max-width: 1079px) {
  .hero--sub:before, .hero--sub:after, .hero--news:before, .hero--news:after {
    display: none;
  }
}

@media screen and (min-width: 1080px) {
  .hero--sub:before, .hero--news:before {
    top: 0;
    right: 20px;
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
  }
}

@media screen and (min-width: 1080px) {
  .hero--sub:after, .hero--news:after {
    bottom: -10px;
    left: 10px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.hero--news {
  background-position: center 40%;
}

.hero .scroll {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  z-index: 5;
}

@media screen and (max-width: 1079px) {
  .hero .scroll {
    display: none;
  }
}

.hero .scroll__text {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .07em;
  color: #fff;
}

.hero .scroll__line {
  position: relative;
  display: block;
  width: 5rem;
  height: 3.5rem;
  overflow: hidden;
  margin: 0 auto;
}

.hero .scroll__line:before {
  content: "\e90c";
  position: absolute;
  top: 20px;
  left: 39%;
  font-family: "icomoon";
  font-size: 1.2rem;
  color: #fff;
  -webkit-animation: scroll-line 1s .5s ease infinite alternate;
          animation: scroll-line 1s .5s ease infinite alternate;
  z-index: 1;
}

.hero .scroll__line:after {
  display: block;
  position: absolute;
  top: 5px;
  left: 50%;
  right: 0;
  bottom: 0;
  content: "";
  width: 2px;
  height: 30px;
  background: #fff;
}

@-webkit-keyframes scroll-line {
  0% {
    -webkit-transform: translateY(0px) rotate(90deg);
            transform: translateY(0px) rotate(90deg);
  }
  100% {
    -webkit-transform: translateY(-25px) rotate(90deg);
            transform: translateY(-25px) rotate(90deg);
  }
}

@keyframes scroll-line {
  0% {
    -webkit-transform: translateY(0px) rotate(90deg);
            transform: translateY(0px) rotate(90deg);
  }
  100% {
    -webkit-transform: translateY(-25px) rotate(90deg);
            transform: translateY(-25px) rotate(90deg);
  }
}

.hero-title {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hero-title-ja {
  display: block;
  font-size: 2.2rem;
  line-height: 1.9;
}

@media screen and (min-width: 1080px) {
  .hero-title-ja {
    font-size: 3rem;
  }
}

.hero-title-en {
  display: block;
  font-size: 1.2rem;
}

@media screen and (min-width: 1080px) {
  .hero-title-en {
    font-size: 1.7rem;
  }
}

.hero-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 0;
}

/*********************/
/*  ヒーロー内のコピー文  */
/*********************/
.message__title {
  display: inline;
  font-size: 2.2rem;
  line-height: 1.9;
  background-image: url(../svg/dot.svg);
  background-position: bottom;
  background-repeat: repeat-x;
  padding-bottom: 1rem;
}

@media screen and (min-width: 1080px) {
  .message__title {
    font-weight: normal;
  }
}

.message__description {
  font-size: 1.2rem;
  margin: 2rem auto;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .message__description {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1080px) {
  .message__description {
    font-size: 2.4rem;
  }
}

/*********************/
/*  TOP  */
/*********************/
.section {
  display: block;
  width: 100%;
  background: #fff;
  padding: 60px 0;
}

.section__header {
  display: block;
  text-align: center;
  margin-bottom: 3rem;
}

.section__img {
  width: 100%;
}

.section__title {
  text-align: center;
}

.section__title-en {
  font-size: 1.3rem;
  font-weight: bold;
  color: #895833;
  letter-spacing: .07rem;
}

.section__title-ja {
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: .2rem;
  color: #2b2b2b;
  margin: .3rem 0 .5rem;
}

@media screen and (min-width: 768px) {
  .section__title-ja {
    font-size: 2.1rem;
  }
}

.section__box {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 0;
  z-index: 5;
}

@media screen and (min-width: 768px) {
  .section__box {
    padding: 50px 0 60px;
  }
}

.section__copy {
  text-align: center;
}

.section__copy .strong-copy {
  position: relative;
  font-size: 1.9rem;
  font-weight: bold;
}

.section__copy .strong-copy:before, .section__copy .strong-copy:after {
  content: "";
  position: absolute;
  top: -10px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

.section__copy .strong-copy:before {
  left: -20px;
  background-image: url(../svg/tyon-hidari.svg);
}

.section__copy .strong-copy:after {
  background-image: url(../svg/tyon-migi.svg);
}

@media screen and (max-width: 767px) {
  .section__copy .strong-copy:after {
    top: 27px;
  }
}

@media screen and (min-width: 1080px) {
  .section__copy .strong-copy {
    font-size: 2.4rem;
  }
}

.section__description {
  display: block;
  color: #2b2b2b;
  text-align: center;
  line-height: 1.8;
  margin: 4rem 0 5rem;
}

.section__footer {
  display: block;
  text-align: center;
  padding: 3rem 0 0;
}

.section__footer--btn-left {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .section__footer--btn-left {
    text-align: left;
  }
}

.section__footer--btn-left .btn {
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .section__footer--btn-left .btn {
    margin-top: 0;
  }
}

.section--blog .section__header:before, .section--about .section__header:before, .section--information .section__header:before, .section--access .section__header:before, .section--contact .section__header:before {
  content: "";
  font-family: "icomoon";
  font-size: 2.4rem;
  color: #60422B;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  background: #FEE880;
  margin: 0 auto 1.5rem;
}

@media screen and (min-width: 1080px) {
  .section--blog .section__header:before, .section--about .section__header:before, .section--information .section__header:before, .section--access .section__header:before, .section--contact .section__header:before {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 3rem;
  }
}

.section--blog {
  position: relative;
  padding: 50px 0 60px;
  overflow: hidden;
  z-index: 1;
}

@media screen and (min-width: 1080px) {
  .section--blog {
    padding: 130px 0 60px;
  }
}

.section--blog .section__header:before {
  content: "\e903";
}

.section--blog:before, .section--blog:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
}

.section--blog:before {
  width: 100%;
  height: 260px;
  background: #FFF5C8;
  z-index: -2;
}

.section--blog:after {
  top: 0;
  left: 50%;
  width: 180%;
  height: 50%;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
}

@media screen and (min-width: 1080px) {
  .section--blog:after {
    top: -10px;
    width: 110%;
    height: 100%;
  }
}

.section--about .section__header:before {
  content: "\e900";
}

.section--information {
  position: relative;
  background: rgba(107, 211, 152, 0.25);
  z-index: 1;
}

.section--information:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: url("../svg/stripe.svg");
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section--information:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(107, 211, 152, 0.5);
  z-index: -1;
}

.section--information .section__header:before {
  content: "\e909";
  font-size: 2rem;
}

.section--information .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 200px;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
  -webkit-transform: translate(-50%, 85px);
          transform: translate(-50%, 85px);
}

.section--access {
  position: relative;
  background-image: url("../images/access.jpg");
  background-position: center top;
  background-size: cover;
  padding: 80px 0 60px;
  z-index: 0;
}

.section--access:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section--access .section__header:before {
  content: "\e901";
}

.section--contact {
  position: relative;
  background: #FFF8D6;
}

.section--contact:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: url("../svg/sankaku-haikei.svg");
  background-repeat: space;
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: .23;
  z-index: 1;
}

.section--contact .section__header:before {
  content: "\e908";
}

.section--contact .section__description {
  margin: 4rem 0 0;
}

.section--footer {
  padding: 0;
}

.section--center .section__title-en,
.section--center .section__title-ja,
.section--center .section__copy,
.section--center .section__description {
  text-align: center;
}

.section--center .section__footer {
  text-align: center;
}

@media screen and (min-width: 1080px) {
  .section--reverse .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

/*  About 園のこと  */
.pickup-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.pickup-card--01:before, .pickup-card--02:before, .pickup-card--03:before {
  content: "";
  position: absolute;
  left: 15%;
  bottom: 5px;
  width: 30px;
  height: 70px;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 1080px) {
  .pickup-card--01:before, .pickup-card--02:before, .pickup-card--03:before {
    left: 25%;
    width: 60px;
    height: 70px;
    top: 0;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.pickup-card--01:before {
  background-image: url(../svg/1.svg);
}

.pickup-card--02:before {
  background-image: url(../svg/2.svg);
}

.pickup-card--03:before {
  background-image: url(../svg/3.svg);
}

.pickup-card__thumbnail, .pickup-card__img, .pickup-card__box, .pickup-card__description {
  display: block;
  width: 100%;
}

.pickup-card__box {
  padding: 25px 25px 30px;
}

@media screen and (min-width: 1080px) {
  .pickup-card__box {
    padding: 25px 30px 35px;
  }
}

.pickup-card__title {
  font-size: 1.3rem;
  letter-spacing: .11em;
  color: #895833;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #BED9F8));
  background: linear-gradient(transparent 70%, #BED9F8 0%);
  margin-top: 7px;
}

@media screen and (min-width: 1080px) {
  .pickup-card__title {
    font-size: 1.6rem;
  }
}

.pickup-card__description {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 1.2rem;
}

@media screen and (min-width: 1080px) {
  .pickup-card__description {
    font-size: 1.4rem;
  }
}

.pickup-card__thumbnail {
  width: 155px;
  height: 155px;
  border: 4px solid #FDD000;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .pickup-card__thumbnail {
    width: 200px;
    height: 200px;
  }
}

@media screen and (min-width: 1080px) {
  .pickup-card__thumbnail {
    width: 245px;
    height: 245px;
  }
}

.pickup-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

/*  information 入園・子育て支援  */
.info-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

@media screen and (min-width: 1080px) {
  .info-card:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    background-image: url(../svg/info-dot.svg);
    display: inline-block;
    width: 10px;
    height: 40px;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
}

@media screen and (min-width: 1080px) {
  .info-card:hover .info-card__thumbnail {
    opacity: .8;
  }
}

.info-card__link, .info-card__thumbnail, .info-card__img, .info-card__box, .info-card__description, .info-card__btn {
  display: block;
  width: 100%;
}

.info-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}

.info-card__more {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  background: #666;
  padding: 10px 40px;
  margin-top: 1.8rem;
}

.info-card__box {
  padding: 25px 25px 30px;
}

@media screen and (min-width: 1080px) {
  .info-card__box {
    padding: 25px 30px 35px;
  }
}

.info-card__title {
  font-size: 1.5rem;
  letter-spacing: .11em;
  color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FDD000));
  background: linear-gradient(transparent 70%, #FDD000 0%);
  margin-top: 7px;
}

.info-card__description {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 1.2rem;
}

@media screen and (min-width: 1080px) {
  .info-card__description {
    font-size: 1.4rem;
  }
}

.info-card__thumbnail {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  margin-top: 1.5rem;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
}

@media screen and (min-width: 768px) {
  .info-card__thumbnail {
    margin-top: 2.4rem;
  }
}

.info-card__img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.info-card__btn--center {
  text-align: center;
}

.info-card__btn--right {
  text-align: right;
}

@media screen and (min-width: 1080px) {
  .info-card--01:before {
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
  }
}

@media screen and (min-width: 1080px) {
  .info-card--03:before {
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
}

.contact-box {
  max-width: 285px;
  border: 2px solid #FF5A67;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto;
}

.contact-box__item {
  display: block;
  padding: 15px;
  -webkit-transition: ease-out .2s;
  transition: ease-out .2s;
}

.contact-box__item--mail:before, .contact-box__item--tel:before {
  font-family: "icomoon";
  font-size: 2rem;
  vertical-align: middle;
  margin-right: 1rem;
}

.contact-box__item--mail {
  font-size: 1.5rem;
  color: #fff;
  background: #FF5A67;
}

.contact-box__item--mail:before {
  content: "\e90a";
}

.contact-box__item--tel {
  font-size: 1.8rem;
  font-weight: bold;
  color: #3D62AD;
  background: #fff;
}

.contact-box__item--tel:before {
  content: "\e90e";
}

@media screen and (min-width: 768px) {
  a[href^="tel"] {
    pointer-events: none;
  }
}

/*********************/
/*  ボタン  */
/*********************/
.btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  background: #FF5A67;
  border-radius: 9px;
  min-width: 300px;
  max-width: 100%;
  cursor: pointer;
  padding: 15px 40px 15px 70px;
  margin-top: 37px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .btn {
    border-radius: 4px;
  }
}

.btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 90px;
  background: #3D62AD;
  -webkit-transform: rotate(50deg) translate(100px, 0);
          transform: rotate(50deg) translate(100px, 0);
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
}

@media screen and (min-width: 1080px) {
  .btn:hover .btn__txt:before {
    -webkit-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
  }
}

@media screen and (min-width: 1080px) {
  .btn:hover:after {
    -webkit-transform: rotate(47deg) translate(55px, 0);
            transform: rotate(47deg) translate(55px, 0);
  }
}

.btn--header {
  height: 50px;
  padding: 15px;
  background: rgba(43, 43, 43, 0.6);
  color: #2b2b2b;
}

@media screen and (max-width: 1079px) {
  .btn--header {
    display: none;
  }
}

.btn--contact {
  width: 100%;
  min-width: 100%;
  color: #fff;
  padding: 10px 20px;
  margin: 0;
}

.btn--contact:before {
  position: relative;
  left: 0;
  content: "\e90a";
  font-family: "icomoon";
  font-size: 1.8rem;
  vertical-align: middle;
  margin-right: 1rem;
}

.btn__txt {
  position: relative;
  font-weight: bold;
}

.btn__txt:before {
  position: absolute;
  top: 50%;
  left: -40px;
  content: "\e90c";
  font-family: "icomoon";
  font-size: 1.4rem;
  line-height: 0;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
}

.btn__txt--outside:after, .btn__txt--file:after {
  display: inline-block;
  color: #FDD000;
  font-family: "icomoon";
  margin-left: 1rem;
}

.btn__txt--outside:after {
  content: "\e904";
}

.btn__txt--file:after {
  content: "\e905";
}

.button-area {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .button-area--two {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.button-area--two .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
}

.button-area--two .btn:not(:first-of-type) {
  margin-left: 1rem;
}

.button-area br {
  display: none;
}

/*  ------サブページ------  */
.main--sub {
  background: #FFF5C8;
}

.page-article {
  padding: 0px 0 6rem;
}

@media screen and (min-width: 768px) {
  .page-article {
    padding: 0 0 9rem;
  }
}

@media screen and (max-width: 1079px) {
  .page-article {
    margin-top: -5rem;
  }
}

.page-article__title {
  color: #999;
  margin: 3rem 0;
}

.page-article__title-ja, .page-article__title-en {
  display: block;
  text-align: center;
}

.page-article__title-ja {
  font-size: 2.6rem;
  margin-bottom: .5rem;
}

@media screen and (min-width: 1080px) {
  .page-article__title-ja {
    font-size: 3.2rem;
  }
}

.page-article__title-en {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .1rem;
}

@media screen and (min-width: 768px) {
  .page-article__title-en {
    font-size: 2rem;
  }
}

/*********************/
/*  見出し  */
/*********************/
.post-type-page,
.post-type-news {
  padding: 8rem 0;
}

@media screen and (min-width: 1080px) {
  .post-type-page,
  .post-type-news {
    padding: 7rem 0;
  }
}

.post-type-page p,
.post-type-news p {
  line-height: 1.8;
}

.post-type-page p:not(:first-child),
.post-type-news p:not(:first-child) {
  margin-top: 2.5rem;
}

.post-type-page a:not([class]),
.post-type-news a:not([class]) {
  color: #999;
  text-decoration: none;
  border-bottom: 1px solid #999;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.post-type-page a:not([class]):hover,
.post-type-news a:not([class]):hover {
  opacity: .7;
}

.post-type-page img,
.post-type-news img {
  max-width: 600px;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.post-type-page .img-border,
.post-type-news .img-border {
  border: 3px solid #FDA500;
  border-radius: 10px;
}

.post-type-page .strong,
.post-type-news .strong {
  color: #FF5A67;
  font-weight: bold;
}

.post-type-page .txt-link,
.post-type-news .txt-link {
  color: #FDA500;
  border-bottom: 2px solid #FEE880;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.post-type-page .txt-link:hover,
.post-type-news .txt-link:hover {
  opacity: .4;
}

.post-type-page .page-link,
.post-type-news .page-link {
  position: relative;
  display: block;
  border: 4px solid #3D62AD;
  border-radius: 20px;
  color: #2b2b2b;
  text-align: center;
  padding: .5rem;
}

@media screen and (min-width: 768px) {
  .post-type-page .page-link,
  .post-type-news .page-link {
    padding: 1.5rem;
  }
}

.post-type-page .page-link:before,
.post-type-news .page-link:before {
  content: "\e90c";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: 25px;
  display: inline-block;
  color: #BED9F8;
  line-height: 0;
  margin-right: 2rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.post-type-page .page-link:hover:before,
.post-type-news .page-link:hover:before {
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
}

.post-type-page .h2:first-child,
.post-type-page .h3:first-child,
.post-type-page .h4:first-child,
.post-type-page .h5:first-child,
.post-type-page .strong-copy:first-child,
.post-type-page .ul:first-child,
.post-type-page .ol:first-child,
.post-type-page .table:first-child,
.post-type-page .box:first-child,
.post-type-news .h2:first-child,
.post-type-news .h3:first-child,
.post-type-news .h4:first-child,
.post-type-news .h5:first-child,
.post-type-news .strong-copy:first-child,
.post-type-news .ul:first-child,
.post-type-news .ol:first-child,
.post-type-news .table:first-child,
.post-type-news .box:first-child {
  margin-top: 0;
}

.post-type-page .h2,
.post-type-news .h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 6rem 0 3.8rem;
}

@media screen and (min-width: 768px) {
  .post-type-page .h2,
  .post-type-news .h2 {
    font-size: 2.9rem;
    margin: 8rem 0 3rem;
  }
}

.post-type-page .h2:before, .post-type-page .h2:after,
.post-type-news .h2:before,
.post-type-news .h2:after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 12px;
  background: #FDD000;
}

.post-type-page .h2:before,
.post-type-news .h2:before {
  margin-right: 1.5rem;
}

.post-type-page .h2:after,
.post-type-news .h2:after {
  margin-left: 1.5rem;
}

.post-type-page .h3,
.post-type-news .h3 {
  display: table;
  font-size: 1.9rem;
  font-weight: 500;
  background-image: linear-gradient(to right, #BED9F8, #BED9F8 2px, transparent 1px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: bottom;
  margin: 3.2rem 0;
  padding-bottom: .5rem;
}

@media screen and (min-width: 768px) {
  .post-type-page .h3,
  .post-type-news .h3 {
    font-size: 2.3rem;
  }
}

@media screen and (min-width: 1080px) {
  .post-type-page .h3,
  .post-type-news .h3 {
    margin: 4.5rem 0 2.5rem;
  }
}

.post-type-page .h3:before,
.post-type-news .h3:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 10px;
  background: url(../svg/h3.svg) center/contain no-repeat;
  margin-right: 1rem;
}

.post-type-page .h4,
.post-type-news .h4 {
  font-size: 1.7rem;
  font-weight: 500;
  border-bottom: 4px solid rgba(87, 209, 138, 0.35);
  padding-bottom: 1rem;
  margin: 2rem 0;
}

@media screen and (min-width: 768px) {
  .post-type-page .h4,
  .post-type-news .h4 {
    margin: 3rem 0 2.5rem;
  }
}

@media screen and (min-width: 1080px) {
  .post-type-page .h4,
  .post-type-news .h4 {
    font-size: 1.9rem;
    margin: 4rem 0 2.5rem;
  }
}

.post-type-page .h5,
.post-type-news .h5 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #895833;
  margin: 2.3rem 0 1.5rem;
}

@media screen and (min-width: 1080px) {
  .post-type-page .h5,
  .post-type-news .h5 {
    font-size: 1.7rem;
    margin: 2.5rem 0 1.5rem;
  }
}

.post-type-page .h5 + p,
.post-type-news .h5 + p {
  margin-top: 1.5rem;
}

.post-type-page .hr,
.post-type-news .hr {
  width: 300px;
  height: 55px;
  background: url(../images/line_01.png) left center/contain no-repeat;
  margin: 3rem auto;
}

@media screen and (min-width: 768px) {
  .post-type-page .hr,
  .post-type-news .hr {
    margin: 3rem 0;
  }
}

.post-type-page .hr--hiyoko,
.post-type-news .hr--hiyoko {
  background: url(../images/line_02.png) left center/contain no-repeat;
}

@media screen and (min-width: 768px) {
  .post-type-page .hr--zou,
  .post-type-news .hr--zou {
    margin: 3rem 0 3rem auto;
  }
}

.post-type-page .ul,
.post-type-news .ul {
  list-style: none;
  margin: 3rem 0;
}

@media screen and (min-width: 1080px) {
  .post-type-page .ul,
  .post-type-news .ul {
    margin: 2rem 0 3rem;
  }
}

.post-type-page .ul li,
.post-type-news .ul li {
  position: relative;
  padding: 0 0 0 3rem;
  margin: 0 0 .4rem;
}

@media screen and (min-width: 768px) {
  .post-type-page .ul li,
  .post-type-news .ul li {
    margin: 0 0 1rem;
  }
}

.post-type-page .ul li:last-of-type,
.post-type-news .ul li:last-of-type {
  margin: 0;
}

.post-type-page .ul li::before,
.post-type-news .ul li::before {
  content: "";
  display: inline-block;
  background: #FDA500;
  border-radius: 50%;
  position: absolute;
  top: 1em;
  left: 10px;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .post-type-page .ul li::before,
  .post-type-news .ul li::before {
    left: 10px;
  }
}

.post-type-page .ul .ul,
.post-type-news .ul .ul {
  margin-top: 1rem;
}

.post-type-page .ol,
.post-type-news .ol {
  list-style: none;
  counter-reset: number 0;
  margin: 3rem 0;
}

@media screen and (min-width: 1080px) {
  .post-type-page .ol,
  .post-type-news .ol {
    margin: 5rem 0 3rem;
  }
}

.post-type-page .ol li,
.post-type-news .ol li {
  position: relative;
  padding: 0 0 0 3.5rem;
  margin: 0 0 .4rem;
}

@media screen and (min-width: 768px) {
  .post-type-page .ol li,
  .post-type-news .ol li {
    margin: 0 0 1rem;
  }
}

.post-type-page .ol li::before,
.post-type-news .ol li::before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: inline-block;
  background: #57D18A;
  position: absolute;
  top: 15px;
  left: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .post-type-page .ol li::before,
  .post-type-news .ol li::before {
    top: .8em;
    left: 10px;
  }
}

.post-type-page .ol--circle li::before,
.post-type-news .ol--circle li::before {
  border-radius: 50%;
}

.post-type-page .ol .ol,
.post-type-news .ol .ol {
  margin-top: 1rem;
}

.post-type-page .number-list,
.post-type-news .number-list {
  list-style: none;
  margin: 5rem 0 0;
  counter-reset: number 0;
}

.post-type-page .number-list__box,
.post-type-news .number-list__box {
  position: relative;
  border: 3px solid #BED9F8;
  border-radius: 14px;
  padding: 22px;
  margin-bottom: 34px;
}

@media screen and (min-width: 768px) {
  .post-type-page .number-list__box,
  .post-type-news .number-list__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 34px 23px;
  }
}

.post-type-page .number-list__box:after,
.post-type-news .number-list__box:after {
  position: absolute;
  left: 50%;
  bottom: -34px;
  display: block;
  content: "\e90c";
  font-family: "icomoon";
  color: #264686;
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
}

.post-type-page .number-list__box:last-of-type,
.post-type-news .number-list__box:last-of-type {
  margin-bottom: 0;
}

.post-type-page .number-list__box:last-of-type:after,
.post-type-news .number-list__box:last-of-type:after {
  display: none;
}

.post-type-page .number-list__title,
.post-type-news .number-list__title {
  position: relative;
  color: #264686;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 0 0 3rem;
}

@media screen and (min-width: 768px) {
  .post-type-page .number-list__title,
  .post-type-news .number-list__title {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 45%;
            flex: 1 0 45%;
    font-size: 1.8rem;
    padding: 0 3rem 0 6rem;
  }
}

.post-type-page .number-list__title::before,
.post-type-news .number-list__title::before {
  counter-increment: number 1;
  content: counter(number);
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 13px;
  width: 23px;
  height: 23px;
  background: #FF5A67;
  border-radius: 50%;
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 23px;
  -webkit-box-shadow: 0 2px 0 1px #BED9F8;
          box-shadow: 0 2px 0 1px #BED9F8;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .post-type-page .number-list__title::before,
  .post-type-news .number-list__title::before {
    top: 15px;
    left: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 2.9rem;
  }
}

.post-type-page .number-list__title + .number-list__text,
.post-type-news .number-list__title + .number-list__text {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .post-type-page .number-list__title + .number-list__text,
  .post-type-news .number-list__title + .number-list__text {
    margin-top: 0;
  }
}

.post-type-page .number-list__text,
.post-type-news .number-list__text {
  font-size: 1.4rem;
  color: #2b2b2b;
  border-top: 2px solid #E6E6E6;
  padding: 1rem 0 0 0;
}

@media screen and (min-width: 768px) {
  .post-type-page .number-list__text,
  .post-type-news .number-list__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 55%;
            flex: 1 0 55%;
    font-size: 1.5rem;
    border-top: none;
    border-left: 2px solid #E6E6E6;
    padding: 0 0 0 3rem;
  }
}

.post-type-page .list-ttl,
.post-type-news .list-ttl {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 1rem;
}

.post-type-page .season,
.post-type-news .season {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-type-page .season img,
.post-type-news .season img {
  border-radius: 10px 10px 0 0;
  border: none;
  margin: 0;
}

.post-type-page .season__box,
.post-type-news .season__box {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: rgba(255, 245, 200, 0.75);
  border-radius: 10px;
  overflow: hidden;
}

.post-type-page .season__item,
.post-type-news .season__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 30px;
  z-index: 1;
}

.post-type-page .season__item:before, .post-type-page .season__item:after,
.post-type-news .season__item:before,
.post-type-news .season__item:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: rgba(255, 245, 200, 0.75);
  z-index: -1;
}

.post-type-page .season__item:before,
.post-type-news .season__item:before {
  background-image: url(../svg/stripe.svg);
  width: 100%;
  height: 100%;
}

.post-type-page .season__item:after,
.post-type-news .season__item:after {
  right: 0;
  bottom: 0;
}

.post-type-page .season .ul,
.post-type-news .season .ul {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin: 0;
}

.post-type-page .season p,
.post-type-news .season p {
  display: none;
}

@media screen and (max-width: 767px) {
  .post-type-page .table-responsive,
  .post-type-news .table-responsive {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.post-type-page .table-responsive:not(:first-child),
.post-type-news .table-responsive:not(:first-child) {
  margin-top: 30px;
}

.post-type-page .table,
.post-type-news .table {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: 2px solid #57D18A;
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  margin: 3rem 0;
}

.post-type-page .table p:not(:first-child),
.post-type-news .table p:not(:first-child) {
  margin-top: 1rem;
}

.post-type-page .table tr:first-of-type th,
.post-type-news .table tr:first-of-type th {
  border-bottom: none;
}

.post-type-page .table tr:first-of-type th:first-child,
.post-type-news .table tr:first-of-type th:first-child {
  border-left: none;
}

.post-type-page .table tr:last-of-type td,
.post-type-news .table tr:last-of-type td {
  border-bottom: none;
}

.post-type-page .table th,
.post-type-news .table th {
  position: relative;
  background: #57D18A;
  color: #2b2b2b;
  border-left: 2px solid #fff;
  z-index: 1;
}

.post-type-page .table th:before, .post-type-page .table th:after,
.post-type-news .table th:before,
.post-type-news .table th:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
}

.post-type-page .table th:before,
.post-type-news .table th:before {
  background-image: url(../svg/stripe.svg);
  width: 100%;
  height: 100%;
}

.post-type-page .table th:after,
.post-type-news .table th:after {
  right: 0;
  bottom: 0;
  background: rgba(87, 209, 138, 0.9);
}

.post-type-page .table td,
.post-type-news .table td {
  border-left: 2px solid #57D18A;
  border-bottom: 2px solid #57D18A;
  background: #fff;
}

.post-type-page .table td:first-of-type,
.post-type-news .table td:first-of-type {
  border-left: none;
}

.post-type-page .table th,
.post-type-page .table td,
.post-type-news .table th,
.post-type-news .table td {
  padding: 1rem;
}

.post-type-page .table__img-capture,
.post-type-news .table__img-capture {
  position: relative;
  color: #FDA500;
  font-size: 1.4rem;
  padding-left: 2rem;
}

.post-type-page .table__img-capture:before,
.post-type-news .table__img-capture:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "\e90c";
  font-family: "icomoon";
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.post-type-page .table--side tr:first-of-type th,
.post-type-news .table--side tr:first-of-type th {
  border-bottom: 2px solid #fff;
}

.post-type-page .table--side tr:last-of-type th,
.post-type-news .table--side tr:last-of-type th {
  border-bottom: none;
}

.post-type-page .table--side th,
.post-type-news .table--side th {
  border-left: none;
  border-bottom: 2px solid #fff;
}

.post-type-page .table--infant, .post-type-page .table--toddler, .post-type-page .table--children,
.post-type-news .table--infant,
.post-type-news .table--toddler,
.post-type-news .table--children {
  table-layout: fixed;
}

.post-type-page .table--infant tr:first-of-type th:first-child, .post-type-page .table--toddler tr:first-of-type th:first-child, .post-type-page .table--children tr:first-of-type th:first-child,
.post-type-news .table--infant tr:first-of-type th:first-child,
.post-type-news .table--toddler tr:first-of-type th:first-child,
.post-type-news .table--children tr:first-of-type th:first-child {
  border-bottom: none;
}

.post-type-page .table--infant tr:first-of-type th:last-child, .post-type-page .table--toddler tr:first-of-type th:last-child, .post-type-page .table--children tr:first-of-type th:last-child,
.post-type-news .table--infant tr:first-of-type th:last-child,
.post-type-news .table--toddler tr:first-of-type th:last-child,
.post-type-news .table--children tr:first-of-type th:last-child {
  border-left: 2px solid #fff;
  border-bottom: none;
}

.post-type-page .table--infant tr:nth-child(2) th, .post-type-page .table--toddler tr:nth-child(2) th, .post-type-page .table--children tr:nth-child(2) th,
.post-type-news .table--infant tr:nth-child(2) th,
.post-type-news .table--toddler tr:nth-child(2) th,
.post-type-news .table--children tr:nth-child(2) th {
  border-top: 2px solid #fff;
}

.post-type-page .table--infant tr:last-of-type th, .post-type-page .table--toddler tr:last-of-type th, .post-type-page .table--children tr:last-of-type th,
.post-type-news .table--infant tr:last-of-type th,
.post-type-news .table--toddler tr:last-of-type th,
.post-type-news .table--children tr:last-of-type th {
  border-bottom: none;
}

.post-type-page .table--infant tr:last-of-type td, .post-type-page .table--toddler tr:last-of-type td, .post-type-page .table--children tr:last-of-type td,
.post-type-news .table--infant tr:last-of-type td,
.post-type-news .table--toddler tr:last-of-type td,
.post-type-news .table--children tr:last-of-type td {
  border-bottom: none;
}

.post-type-page .table--infant tr th, .post-type-page .table--toddler tr th, .post-type-page .table--children tr th,
.post-type-news .table--infant tr th,
.post-type-news .table--toddler tr th,
.post-type-news .table--children tr th {
  vertical-align: text-top;
  background: #FFB2B9;
  border-bottom: 2px solid #fff;
}

.post-type-page .table--infant tr th:before, .post-type-page .table--infant tr th:after, .post-type-page .table--toddler tr th:before, .post-type-page .table--toddler tr th:after, .post-type-page .table--children tr th:before, .post-type-page .table--children tr th:after,
.post-type-news .table--infant tr th:before,
.post-type-news .table--infant tr th:after,
.post-type-news .table--toddler tr th:before,
.post-type-news .table--toddler tr th:after,
.post-type-news .table--children tr th:before,
.post-type-news .table--children tr th:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
}

.post-type-page .table--infant tr th:before, .post-type-page .table--toddler tr th:before, .post-type-page .table--children tr th:before,
.post-type-news .table--infant tr th:before,
.post-type-news .table--toddler tr th:before,
.post-type-news .table--children tr th:before {
  background-image: url(../svg/stripe.svg);
  width: 100%;
  height: 100%;
}

.post-type-page .table--infant tr th:after, .post-type-page .table--toddler tr th:after, .post-type-page .table--children tr th:after,
.post-type-news .table--infant tr th:after,
.post-type-news .table--toddler tr th:after,
.post-type-news .table--children tr th:after {
  right: 0;
  bottom: 0;
}

.post-type-page .table--infant tr td, .post-type-page .table--toddler tr td, .post-type-page .table--children tr td,
.post-type-news .table--infant tr td,
.post-type-news .table--toddler tr td,
.post-type-news .table--children tr td {
  border-bottom: 2px solid #FFB2B9;
}

.post-type-page .table--infant,
.post-type-news .table--infant {
  border: 2px solid #FFB2B9;
}

.post-type-page .table--infant tr th,
.post-type-page .table--infant tr td,
.post-type-news .table--infant tr th,
.post-type-news .table--infant tr td {
  border: 1px solid #FFB2B9;
}

.post-type-page .table--infant tr th,
.post-type-news .table--infant tr th {
  background: #FFB2B9;
  border-bottom: 2px solid #fff;
}

.post-type-page .table--infant th:after,
.post-type-news .table--infant th:after {
  background: rgba(255, 178, 185, 0.9);
}

.post-type-page .table--children,
.post-type-news .table--children {
  border: 2px solid #BED9F8;
}

.post-type-page .table--children tr th,
.post-type-page .table--children tr td,
.post-type-news .table--children tr th,
.post-type-news .table--children tr td {
  border: 1px solid #BED9F8;
}

.post-type-page .table--children tr th,
.post-type-news .table--children tr th {
  background: #BED9F8;
  border-bottom: 2px solid #fff;
}

.post-type-page .table--children th:after,
.post-type-news .table--children th:after {
  background: rgba(190, 217, 248, 0.9);
}

.post-type-page .table--toddler,
.post-type-news .table--toddler {
  border: 2px solid #FDD000;
}

.post-type-page .table--toddler tr th,
.post-type-page .table--toddler tr td,
.post-type-news .table--toddler tr th,
.post-type-news .table--toddler tr td {
  border: 1px solid #FDD000;
}

.post-type-page .table--toddler tr th,
.post-type-news .table--toddler tr th {
  background: #FDD000;
  border-bottom: 2px solid #fff;
}

.post-type-page .table--toddler th:after,
.post-type-news .table--toddler th:after {
  background: rgba(253, 208, 0, 0.9);
}

.post-type-page .table ul,
.post-type-news .table ul {
  margin: 0;
}

.post-type-page .table br,
.post-type-news .table br {
  display: none;
}

.post-type-page .box,
.post-type-news .box {
  position: relative;
  background: #F8F8F8;
  border-radius: 15px;
  overflow: hidden;
  margin: 2rem 0 0;
  padding: 2rem;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .post-type-page .box,
  .post-type-news .box {
    margin: 5rem 0 0;
    padding: 3.5rem;
  }
}

.post-type-page .box__title,
.post-type-news .box__title {
  font-weight: bold;
  font-size: 2.1rem;
  margin: 2rem 0 1rem;
  line-height: 1.3em;
}

.post-type-page .box--yellow:before, .post-type-page .box--yellow:after, .post-type-page .box--blue:before, .post-type-page .box--blue:after,
.post-type-news .box--yellow:before,
.post-type-news .box--yellow:after,
.post-type-news .box--blue:before,
.post-type-news .box--blue:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
}

.post-type-page .box--yellow:before, .post-type-page .box--blue:before,
.post-type-news .box--yellow:before,
.post-type-news .box--blue:before {
  background-image: url(../svg/stripe.svg);
  width: 100%;
  height: 100%;
}

.post-type-page .box--yellow:after, .post-type-page .box--blue:after,
.post-type-news .box--yellow:after,
.post-type-news .box--blue:after {
  right: 0;
  bottom: 0;
}

.post-type-page .box--yellow,
.post-type-news .box--yellow {
  background: rgba(255, 245, 200, 0.75);
}

.post-type-page .box--yellow:after,
.post-type-news .box--yellow:after {
  background: rgba(255, 245, 200, 0.75);
}

.post-type-page .box--blue,
.post-type-news .box--blue {
  background: rgba(190, 217, 248, 0.1);
}

.post-type-page .box--blue:after,
.post-type-news .box--blue:after {
  background: rgba(190, 217, 248, 0.1);
}

.post-type-page .box .ul,
.post-type-page .box .ol,
.post-type-news .box .ul,
.post-type-news .box .ol {
  margin: 0;
}

.post-type-page .class-divide img,
.post-type-news .class-divide img {
  margin: 0;
  -webkit-transition: .5s transform;
  transition: .5s transform;
}

.post-type-page .class-divide img:hover,
.post-type-news .class-divide img:hover {
  -webkit-animation: fuyo 1.5s 0.3s linear infinite alternate;
          animation: fuyo 1.5s 0.3s linear infinite alternate;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.post-type-page .qa,
.post-type-news .qa {
  padding: 1.7rem 0 2.5rem;
}

.post-type-page .qa__question, .post-type-page .qa__answer,
.post-type-news .qa__question,
.post-type-news .qa__answer {
  font-weight: bold;
  padding: 2rem;
}

.post-type-page .qa__question:before, .post-type-page .qa__answer:before,
.post-type-news .qa__question:before,
.post-type-news .qa__answer:before {
  font-size: 2.9rem;
  font-weight: bold;
  margin-right: 2rem;
}

.post-type-page .qa__question,
.post-type-news .qa__question {
  position: relative;
  background: #F8F8F8;
  border-radius: 8px;
  cursor: pointer;
  margin-top: .5rem;
  padding: 1rem 5rem 2rem 2rem;
}

.post-type-page .qa__question:before,
.post-type-news .qa__question:before {
  content: "Q.";
  color: #3D62AD;
  text-shadow: 0 3px 0px #BED9F8;
}

.post-type-page .qa__question:after,
.post-type-news .qa__question:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "\e90c";
  font-family: "icomoon";
  color: #3D62AD;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.post-type-page .qa__question--active:after,
.post-type-news .qa__question--active:after {
  -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
}

.post-type-page .qa__question--active + .qa__answer,
.post-type-news .qa__question--active + .qa__answer {
  display: block;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.post-type-page .qa__answer,
.post-type-news .qa__answer {
  display: none;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (min-width: 768px) {
  .post-type-page .qa__answer,
  .post-type-news .qa__answer {
    margin-top: 1.8rem;
  }
}

.post-type-page .qa__answer:before,
.post-type-news .qa__answer:before {
  content: "A.";
  color: #FF5A67;
  text-shadow: 0 3px 0px #FEE880;
}

.post-type-page .class-divide,
.post-type-news .class-divide {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@-webkit-keyframes fuyo {
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}

@keyframes fuyo {
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}

/*********************/
/*  扉  */
/*********************/
.children-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #F8F8F8;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  padding: 20px;
}

.children-card:hover {
  opacity: .7;
}

.children-card__link, .children-card__thumbnail, .children-card__img, .children-card__title, .children-card__description, .children-card__bt {
  display: block;
  width: 100%;
}

.children-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}

.children-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.children-card__more {
  display: inline-block;
  font-size: 1.6rem;
  color: #666;
  border: 1px solid #666;
  padding: 5px 60px;
  margin-top: 1.5rem;
}

.children-card__title {
  padding: 1rem 0;
}

.children-card__title-ja, .children-card__title-en {
  display: block;
  color: #2b2b2b;
}

.children-card__title-ja {
  font-size: 2rem;
  font-weight: bold;
}

.children-card__title-en {
  font-size: 1.6rem;
}

.children-card__description {
  color: #2b2b2b;
  line-height: 1.7;
  margin-top: 1rem;
}

.thumbnail-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #F8F8F8;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.thumbnail-card:hover {
  opacity: .7;
}

.thumbnail-card__link, .thumbnail-card__thumbnail, .thumbnail-card__img, .thumbnail-card__box, .thumbnail-card__title, .thumbnail-card__description {
  display: block;
  width: 100%;
}

.thumbnail-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}

.thumbnail-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.thumbnail-card__more {
  display: inline-block;
  font-size: 1.6rem;
  color: #666;
  border: 1px solid #666;
  padding: 5px 60px;
  margin-top: 1.5rem;
}

.thumbnail-card__box {
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .thumbnail-card__box {
    padding: 20px;
  }
}

.thumbnail-card__title {
  padding: 1rem 0;
}

.thumbnail-card__title-ja, .thumbnail-card__title-en {
  display: block;
  color: #2b2b2b;
}

.thumbnail-card__title-ja {
  font-size: 2rem;
  font-weight: bold;
}

.thumbnail-card__title-en {
  font-size: 1.6rem;
}

.thumbnail-card__description {
  color: #2b2b2b;
  line-height: 1.7;
}

.strong-copy {
  font-size: 1.7rem;
  font-weight: 500;
  color: #3D62AD;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #BED9F8));
  background: linear-gradient(transparent 70%, #BED9F8 0%);
  margin: 2rem 0 0;
}

@media screen and (min-width: 1080px) {
  .strong-copy {
    font-size: 2rem;
    margin: 2.8rem 0 0;
  }
}

/*********************/
/*  ニュースページ  */
/*********************/
.newsbtn-wrap {
  overflow: hidden;
  width: 90%;
  margin: 2em auto;
  text-align: center;
}

.newsbtn-wrap select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.newsbtn-wrap select::-ms-expand {
  display: none;
}

.newsbtn-wrap.cp_sl01 {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}

.newsbtn-wrap.cp_sl01::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

.newsbtn-wrap.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}

.gallery {
  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;
  margin: 0 -10px;
}

@media screen and (min-width: 1080px) {
  .gallery {
    margin: 0 -15px;
  }
}

.gallery-icon {
  position: relative;
  width: 100%;
  border: 3px solid #FDA500;
  border-radius: 14px;
  padding-top: 65%;
}

.gallery-item {
  width: 100%;
  padding: 10px;
  text-align: center;
}

@media screen and (min-width: 1080px) {
  .gallery-item {
    max-width: 600px;
    padding: 15px;
  }
}

.gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.33333%;
}

@media screen and (min-width: 768px) {
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  .gallery-columns-5 .gallery-item {
    width: 33.33333%;
  }
}

@media screen and (min-width: 1080px) {
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
}

.gallery-caption {
  margin-top: 6px;
  position: relative;
  color: #2b2b2b;
  font-size: 1.4rem;
  text-align: left;
  padding-left: 2rem;
}

.gallery-caption:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\e90c";
  font-family: "icomoon";
  color: #FDA500;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*********************/
/*  ページトップボタン　 */
/*********************/
.page-top {
  position: fixed;
  bottom: 50px;
  right: 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;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FDD000;
  -webkit-box-shadow: 0 2px 0 1px #FDA500;
          box-shadow: 0 2px 0 1px #FDA500;
  text-align: center;
  line-height: 1;
  opacity: 0;
  z-index: 50;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (max-width: 767px) {
  .page-top {
    width: 40px;
    height: 40px;
    bottom: 30px;
  }
}

@media screen and (min-width: 1080px) {
  .page-top:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.page-top::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\e90c";
  font-family: "icomoon";
  display: inline-block;
  font-size: 1.7rem;
  color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

@media screen and (max-width: 767px) {
  .page-top::before {
    font-size: 1.4rem;
  }
}

.page-top--fixed {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #FEE880;
  z-index: 9999;
}

.loader__box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220px;
  height: 220px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  padding: 6rem 4rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loader__title {
  display: block;
  color: #000;
  margin-top: 1rem;
}

.loader__img {
  width: 60px;
  height: auto;
  -webkit-animation: bound 2s ease infinite;
          animation: bound 2s ease infinite;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@-webkit-keyframes bound {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  55% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bound {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  55% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*********************/
/*  フッター  */
/*********************/
.footer__sign-box {
  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) {
  .footer__sign-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .footer__sign-box {
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.footer__menu, .footer__signature {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .footer__menu, .footer__signature {
    padding: 20px 0 10px;
  }
}

.footer__menu {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .footer__menu {
    padding-top: 60px 0 52px;
  }
}

.footer__signature {
  background: #BED9F8;
}

.footer__other {
  color: #2b2b2b;
  background: #264686;
  padding: 1.5rem 4rem;
}

@media screen and (min-width: 768px) {
  .footer__other {
    padding: 3rem;
  }
}

.footer__logo, .footer__address {
  display: block;
}

@media screen and (max-width: 767px) {
  .footer__img {
    width: 100%;
    padding: 0 1rem;
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  .footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.fnav-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .fnav-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .fnav-list {
    display: none;
  }
}

.fnav-list + .fnav-list {
  margin-left: 3rem;
}

.fnav-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  list-style: none;
  color: #60422B;
}

@media screen and (min-width: 768px) {
  .fnav-list__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    color: #2b2b2b;
  }
}

.fnav-list__pcnone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .fnav-list__pcnone {
    display: none;
  }
}

.fnav-list__link {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  color: inherit;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (max-width: 767px) {
  .fnav-list__link {
    font-size: 1.3rem;
    text-align: center;
    padding: 15px;
  }
}

.fnav-list__link:first-of-type {
  padding: 0 0 1rem 0;
}

@media screen and (min-width: 1080px) {
  .fnav-list__link:first-of-type {
    border-bottom: 1px solid #BED9F8;
  }
}

@media screen and (min-width: 1080px) {
  .fnav-list__link:hover {
    color: #FDA500;
  }
}

.fnav-list--parent {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fnav-list--parent .fnav-list__link {
  border-bottom: none;
}

.fchild-list {
  list-style: none;
  padding: 2rem 0 0 1.5rem;
}

@media screen and (max-width: 767px) {
  .fchild-list {
    display: none;
  }
}

.fchild-list__item {
  color: rgba(43, 43, 43, 0.6);
}

.fchild-list__item + .fchild-list__item {
  margin-top: 1.2rem;
}

@media screen and (min-width: 1080px) {
  .fchild-list__item:hover {
    color: #FDA500;
  }
}

.fchild-list__link {
  display: block;
  font-size: 1.4rem;
  color: inherit;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.other {
  display: block;
}

@media screen and (min-width: 768px) {
  .other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.other__item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.other__copyright {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .other__copyright {
    text-align: center;
  }
}

.org {
  display: block;
  list-style: none;
  color: #264686;
  text-align: right;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .org {
    padding: 0 1rem;
  }
}

.org__name {
  font-size: 2.2rem;
  font-weight: normal;
}

.org__addr, .org__phone, .org__fax {
  font-size: 1.5rem;
}

.org__phone, .org__fax {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .org__phone, .org__fax {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .org__phone {
    margin-right: 1.5rem;
  }
}

.org__phone a {
  text-decoration: none;
  color: #264686;
}

.org--access {
  color: #2b2b2b;
  text-align: left;
}

.org--access .org__name {
  font-size: 1.8rem;
  border-bottom: 4px solid rgba(87, 209, 138, 0.35);
  padding-bottom: 8px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .org--access .org__phone {
    margin-right: 1.5rem;
  }
}

.org--access .org__phone a {
  text-decoration: none;
  color: #2b2b2b;
}

@media screen and (min-width: 1080px) {
  .pc-none {
    display: none;
  }
}

/*********************/
/*  お問い合わせフォーム  */
/*********************/
/* 申し込みSTEP */
.form-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 3rem auto;
}

@media screen and (min-width: 768px) {
  .form-step {
    margin: 3rem auto 5rem;
  }
}

.form-step__item {
  position: relative;
  width: 115px;
  line-height: 1.2;
  list-style: none;
  color: #895833;
  border-bottom: 7px solid #F8F8F8;
  font-size: 1.2rem;
  text-align: center;
  padding-bottom: .5rem;
}

@media screen and (max-width: 1079px) {
  .form-step__item {
    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 (min-width: 768px) {
  .form-step__item {
    font-size: 1.4rem;
  }
  .form-step__item br {
    display: none;
  }
}

.form-step__item--active {
  border-bottom: 7px solid #FFF5C8;
}

.form-step__item--active .form-step__number {
  color: #FF5A67;
}

.form-step__item + .form-step__item {
  margin-left: 3rem;
}

@media screen and (min-width: 768px) {
  .form-step__item + .form-step__item {
    margin-left: 8rem;
  }
}

.form-step__item + .form-step__item:before {
  position: absolute;
  top: 50%;
  left: -15px;
  content: "‥‥";
  color: #BED9F8;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .form-step__item + .form-step__item:before {
    left: -40px;
  }
}

.form-step__number {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: bold;
  color: #3D62AD;
  vertical-align: sub;
  margin-right: .5rem;
}

/* 申し込みフォーム */
.form {
  color: #2b2b2b;
  margin: 1rem 0;
}

@media screen and (max-width: 767px) {
  .form__row {
    padding: 10px;
  }
}

@media screen and (min-width: 768px) {
  .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.form__required {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .1rem;
  color: #fff;
  border-radius: 4px;
  padding: 3px 7px;
  margin-right: 1rem;
  background: #FF5A67;
}

@media screen and (max-width: 1079px) {
  .form__required {
    margin-bottom: 1rem;
  }
}

.form__item {
  color: #2b2b2b;
  margin: .5rem 0;
}

@media screen and (min-width: 768px) {
  .form__item {
    margin: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .form__item:first-child {
    width: 25%;
  }
}

.form__item:last-child {
  position: relative;
}

@media screen and (min-width: 768px) {
  .form__item:last-child {
    width: 75%;
  }
}

@media screen and (min-width: 768px) {
  .form__item--check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.form__supplement {
  display: block;
  font-size: 1.2rem;
  color: #895833;
  line-height: 1.5;
  margin-top: .5rem;
}

.form__text, .form__textarea, .form__number, .form__email {
  display: block;
  width: 100%;
  background: #F8F8F8;
  border-radius: 8px;
  padding: 17px 20px;
}

.form__radio, .form__check {
  display: none;
}

.form__radio:checked + .mwform-radio-field-text:after, .form__check:checked + .mwform-radio-field-text:after {
  background: #FDA500;
}

.form__radio:checked + .mwform-radio-field-text:before, .form__check:checked + .mwform-radio-field-text:before {
  opacity: 1;
}

.form__radio:checked + .mwform-checkbox-field-text:after, .form__check:checked + .mwform-checkbox-field-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 7px;
  height: 10px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.form__radio:checked + .mwform-checkbox-field-text:before, .form__check:checked + .mwform-checkbox-field-text:before {
  background: #666;
}

.form .mwform-radio-field-text {
  position: relative;
  display: block;
  padding: 0 0 0 25px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

.form .mwform-radio-field-text:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #FDA500;
  background: #FEE880;
  border-radius: 50%;
  content: '';
  z-index: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

.form .mwform-radio-field-text:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 6px;
  width: 7px;
  height: 10px;
  border-right: 3px solid #FFF5C8;
  border-bottom: 3px solid #FFF5C8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
}

.form .mwform-radio-field label,
.form .mwform-checkbox-field label {
  cursor: pointer;
}

.form__image {
  width: 100%;
}

.form__checkbox--region:after {
  border-radius: 6px;
}

.form__checkbox--region:before {
  width: 5px;
  height: 9px;
  border-right: 3px solid #666;
  border-bottom: 3px solid #666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.form__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3rem 0;
}

.form__button, .form__back, .form__submit {
  display: inline-block;
  margin: 0 auto;
  padding: 15px 45px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  background: #999;
  cursor: pointer;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.form__button:hover, .form__back:hover, .form__submit:hover {
  background: #666;
}

.form__button:visited, .form__back:visited, .form__submit:visited {
  background: rgba(43, 43, 43, 0.6);
}

.form ::-webkit-input-placeholder {
  color: #999;
}

.form ::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form :-ms-input-placeholder {
  color: #999;
}

.form a {
  cursor: pointer;
}

.mwform-radio-field label,
.mwform-checkbox-field label {
  cursor: pointer;
}

.mw_wp_form_confirm .form__supplement {
  display: none;
}

/*  ページ送り  */
.pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem 0 0;
}

.pager-list__item {
  margin: 15px 5px 10px;
  list-style: none;
  position: relative;
  background: #FEE880;
  border-radius: 8px;
  width: 47px;
  height: 45px;
  line-height: 45px;
  font-weight: bold;
  border-radius: 5px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.pager-list__item--prev, .pager-list__item--next {
  background: transparent;
}

.pager-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
}

.pager-list__link--number {
  color: #FDA500;
  text-align: center;
  font-size: 2rem;
}

.pager-list__link--prev:before {
  content: "\e90c";
  font-family: "icomoon";
  color: #FDA500;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 10px 1px 0;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.pager-list__link--next::after {
  content: "\e90c";
  font-family: "icomoon";
  color: #FDA500;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 10px 1px 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pager-list__link--active {
  background: rgba(255, 255, 255, 0.8);
  color: #60422B;
  border-radius: 5px;
}

.pager-list__link:hover {
  opacity: .7;
}

.single-pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem 0 0;
}

.single-pager-list__item {
  margin: 15px 8px 10px;
  list-style: none;
  position: relative;
  border-radius: 8px;
  width: 125px;
  height: 50px;
  line-height: 50px;
  padding: 2rem 3rem;
  font-weight: bold;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (max-width: 767px) {
  .single-pager-list__item--back {
    padding: 2rem 5rem;
  }
}

.single-pager-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.single-pager-list__link--back {
  background: #FEE880;
  color: #895833;
  border-radius: 8px;
  text-align: center;
}

.single-pager-list__link--prev:before {
  content: "\e90c";
  font-family: "icomoon";
  color: #FDA500;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 10px 1px 0;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

@media screen and (min-width: 768px) {
  .single-pager-list__link--prev:before {
    left: 80px;
    -webkit-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg);
  }
}

.single-pager-list__link--next::after {
  content: "\e90c";
  font-family: "icomoon";
  color: #FDA500;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 10px 1px 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .single-pager-list__link--next::after {
    left: 30px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.single-pager-list__link:hover {
  opacity: .6;
}

/*********************/
/*  ニュース  */
/*********************/
/*  リストタイプ  */
.news-list {
  display: block;
  width: 100%;
}

.news-list__item {
  position: relative;
  display: block;
  width: 100%;
  margin: 1rem 0;
}

@media screen and (min-width: 768px) {
  .news-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1080px) {
  .news-list__item:hover .news-list__post-title {
    opacity: .7;
  }
}

.news-list__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.news-list__time, .news-list__category, .news-list__post-title {
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .news-list__time, .news-list__category, .news-list__post-title {
    padding: 1rem 1.5rem;
  }
}

.news-list__time {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2b2b2b;
}

@media screen and (min-width: 768px) {
  .news-list__time {
    font-size: 1.7rem;
  }
}

.news-list__category {
  font-size: 1.2rem;
  color: #2b2b2b;
  padding: 3px 10px;
  border-radius: 4px;
  margin-left: 1.5rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .news-list__category {
    width: 100px;
    height: 30px;
    font-size: 1.4rem;
    color: #2b2b2b;
    padding: 5px 10px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .news-list__category {
    margin-left: 1rem;
  }
}

.news-list__time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}

.news-list__category {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}

.news-list__post-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0px;
  overflow: hidden;
  font-size: 1.5rem;
  font-weight: bold;
  color: #2b2b2b;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (min-width: 768px) {
  .news-list__post-title {
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/*  カードタイプ  */
.news-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (min-width: 1080px) {
  .news-card:hover:before {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.news-card:before {
  position: absolute;
  right: 15px;
  bottom: 5px;
  content: "\e90c";
  font-family: "icomoon";
  font-size: 1.4rem;
  color: #FDA500;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (min-width: 768px) {
  .news-card:before {
    bottom: 10px;
  }
}

.news-card__link, .news-card__thumbnail, .news-card__img, .news-card__box, .news-card__title, .news-card__description, .news-card__btn {
  display: block;
  width: 100%;
}

.news-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}

.news-card__more {
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  background: #666;
  padding: 10px 40px;
  margin-top: 1.5rem;
}

.news-card__box {
  padding: 10px 10px 30px;
}

@media screen and (min-width: 768px) {
  .news-card__box {
    padding: 12px 25px 35px;
  }
}

@media screen and (min-width: 1080px) {
  .news-card__box {
    padding: 20px 20px 30px;
  }
}

.news-card__title {
  font-size: 2rem;
  font-weight: bold;
}

.news-card__description {
  margin-top: 1rem;
}

.news-card__thumbnail img {
  height: 110px;
  border-radius: 0;
}

@media screen and (min-width: 768px) {
  .news-card__thumbnail img {
    height: 155px;
  }
}

.news-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.news-card__btn--center {
  text-align: center;
}

.news-card__btn--right {
  text-align: right;
}

.news-card__time, .news-card__category, .news-card__post-title {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .news-card__time, .news-card__category, .news-card__post-title {
    display: block;
  }
}

.news-card__post-title {
  font-size: 1.4rem;
  letter-spacing: .07em;
  color: #2b2b2b;
  line-height: 1.4;
  border-top: 1px solid rgba(43, 43, 43, 0.6);
  margin-top: 1rem;
  padding-top: 1rem;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (max-width: 767px) {
  .news-card__post-title {
    display: block;
    margin-top: 2px;
  }
}

@media screen and (max-width: 767px) {
  .news-card__post-title--ellipsis {
    overflow: hidden;
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.news-card__time {
  font-size: 1.4rem;
  font-weight: bold;
  color: #3D62AD;
}

.news-card__time--inline {
  display: inline-block;
  margin-left: 1rem;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .news-card__time--inline {
    width: 140px;
    height: 25px;
    line-height: 25px;
  }
}

.news-card__category {
  font-size: 1.2rem;
  color: #fff;
  padding: 0 10px;
  border-radius: 4px;
  margin-top: 1.1rem;
}

@media screen and (min-width: 768px) {
  .news-card__category {
    display: inline-block;
    min-width: 100px;
    height: 30px;
    font-size: 1.3rem;
    line-height: 30px;
    padding: 0 5px;
    margin-top: 1rem;
  }
}

.news-card__category--inline {
  display: inline-block;
}

.news-card--bordered {
  border: 3px solid #3D62AD;
  border-bottom: 5px solid #3D62AD;
  border-radius: 10px;
  -webkit-transition: .5s transform;
  transition: .5s transform;
}

.news-card--bordered:hover {
  -webkit-animation: fuyo 1.5s 0.3s linear infinite alternate;
          animation: fuyo 1.5s 0.3s linear infinite alternate;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

/*  詳細  */
.news-head {
  margin-bottom: 3.5rem;
}

.news-head__time {
  font-size: 1.7rem;
  font-weight: bold;
  color: #3D62AD;
}

@media screen and (min-width: 768px) {
  .news-head__time {
    font-size: 1.6rem;
  }
}

.news-head__ctg {
  font-size: 1.2rem;
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  margin-left: 1.5rem;
}

@media screen and (min-width: 768px) {
  .news-head__ctg {
    width: 100px;
    height: 30px;
    font-size: 1.4rem;
    padding: 5px 10px;
    margin-left: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .news-head__ctg {
    margin-left: 1rem;
  }
}

.news-head .news-h2 {
  font-size: 2.1rem;
  padding: 0 0 1.6rem 0;
  margin-top: 1.3rem;
  border-bottom: 2px solid rgba(43, 43, 43, 0.15);
}

@media screen and (min-width: 1080px) {
  .news-head .news-h2 {
    font-size: 2.9rem;
  }
}

.news-head .news-h2:before {
  content: "\e910";
  font-family: "icomoon";
  color: rgba(38, 70, 134, 0.4);
  margin-right: 1rem;
}

/*  プルダウン  */
.slide-button-area {
  margin: 0 0 5rem;
}

.ctg-list-slide {
  display: none;
}

.ctg-toggle {
  display: block;
  width: calc(100% - 60px);
  color: #2b2b2b;
  border: 2px solid #3D62AD;
  border-radius: 8px 0 0 8px;
  padding: 2rem 3rem;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1rem 0.5rem 1rem 2rem;
  height: 50px;
  line-height: 30px;
  outline: none;
  position: relative;
}

@media screen and (min-width: 768px) {
  .ctg-toggle {
    width: 50%;
    font-size: 1.6rem;
    padding: 1rem 3.5rem;
    height: 60px;
    line-height: 40px;
    text-align: left;
    margin: auto;
  }
}

.ctg-toggle::before {
  content: "\e90c";
  font-family: "icomoon";
  font-size: 2rem;
  position: absolute;
  top: 50%;
  right: -40px;
  color: #fff;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
  z-index: 1;
}

.ctg-toggle::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: #3D62AD;
  top: 50%;
  right: -60px;
  width: 60px;
  height: calc(100% + 4px);
  border-radius: 0 8px 8px 0;
  font-style: normal;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .ctg-toggle::after {
    width: 60px;
  }
}

.ctg-toggle--active {
  border-radius: 8px 0 0 0;
}

.ctg-list {
  position: relative;
  width: calc(100% - 60px);
  border: 2px solid #3D62AD;
  border-top: none;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
}

@media screen and (min-width: 768px) {
  .ctg-list {
    width: 50%;
    margin: auto;
  }
}

.ctg-list__item {
  width: 100%;
  list-style: none;
  color: #264686;
  font-size: 1.6rem;
  background: #fff;
  border-top: none;
  border-bottom: 2px solid #fff;
  padding: 2.5rem 2rem;
  line-height: 50px;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
  position: relative;
}

@media screen and (min-width: 768px) {
  .ctg-list__item {
    line-height: 60px;
  }
}

.ctg-list__item:last-of-type {
  border-bottom: #3D62AD;
}

@media screen and (min-width: 1080px) {
  .ctg-list__item:hover {
    opacity: .7;
  }
}

.ctg-list__item--nursery_news, .ctg-list__item--lunch_news, .ctg-list__item--health_news, .ctg-list__item--infant_class_news, .ctg-list__item--toddler_class_news, .ctg-list__item--blog {
  color: #fff;
}

.ctg-list__link {
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  text-overflow: ellipsis;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 2rem;
}

@media screen and (min-width: 768px) {
  .ctg-list__link {
    padding: 0 3.5rem;
  }
}

/*  カテゴリーラベルカラー  */
.news-list__category--nursery_news,
.news-card__category--nursery_news,
.news-head__ctg--nursery_news,
.ctg-list__item--nursery_news {
  background: #57D18A;
}

.news-list__category--lunch_news,
.news-card__category--lunch_news,
.news-head__ctg--lunch_news,
.ctg-list__item--lunch_news {
  background: #57D18A;
}

.news-list__category--health_news,
.news-card__category--health_news,
.news-head__ctg--health_news,
.ctg-list__item--health_news {
  background: #57D18A;
}

.news-list__category--infant_class_news,
.news-card__category--infant_class_news,
.news-head__ctg--infant_class_news,
.ctg-list__item--infant_class_news {
  background: #3D62AD;
}

.news-list__category--toddler_class_news,
.news-card__category--toddler_class_news,
.news-head__ctg--toddler_class_news,
.ctg-list__item--toddler_class_news {
  background: #3D62AD;
}

.news-list__category--blog,
.news-card__category--blog,
.news-head__ctg--blog,
.ctg-list__item--blog {
  background: #FDD000;
}

.slide {
  position: relative;
}

.slide__item {
  position: relative;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (min-width: 1080px) {
  .slide__item {
    background-image: url(../images/fv_03.jpg);
  }
}

@media screen and (max-width: 767px) {
  .slide__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), to(rgba(96, 66, 43, 0.3)));
    background: linear-gradient(top, transparent 70%, rgba(96, 66, 43, 0.3));
  }
}

.slide__item:nth-of-type(1), .slide__item:nth-of-type(2), .slide__item:nth-of-type(3), .slide__item:nth-of-type(4), .slide__item:nth-of-type(5), .slide__item:nth-of-type(6) {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: calc(80vh - 115px);
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .slide__item:nth-of-type(1), .slide__item:nth-of-type(2), .slide__item:nth-of-type(3), .slide__item:nth-of-type(4), .slide__item:nth-of-type(5), .slide__item:nth-of-type(6) {
    height: calc(70vh - 65px);
  }
}

@media screen and (min-width: 1080px) {
  .slide__item:nth-of-type(1), .slide__item:nth-of-type(2), .slide__item:nth-of-type(3), .slide__item:nth-of-type(4), .slide__item:nth-of-type(5), .slide__item:nth-of-type(6) {
    height: calc(100vh - 145px);
  }
}

.slide__item:nth-of-type(1) {
  background-image: url(../images/top-slide/fv_01.jpg);
}

.slide__item:nth-of-type(2) {
  background-image: url(../images/top-slide/fv_02.jpg);
}

.slide__item:nth-of-type(3) {
  background-image: url(../images/top-slide/fv_03.jpg);
}

.slide__item:nth-of-type(4) {
  background-image: url(../images/top-slide/fv_04.jpg);
}

.slide__item:nth-of-type(5) {
  background-image: url(../images/top-slide/fv_05.jpg);
}

.slide__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
  font-family: 'object-fit: contain; object-position: top;';
}

.slide .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.slide li {
  font-size: 0;
  width: 30px;
  height: 5px;
  background-color: #fff;
  margin: 0 5px;
  -webkit-transition: all;
  transition: all;
}

.slide li.slick-active {
  background-color: #264686;
  -webkit-transition: all;
  transition: all;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.lazy {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: .5s ease-out;
  transition: .5s ease-out;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.lazy--inview {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 10;
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
/*表示・非表示 切り替え用 */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tab-only {
    display: none;
  }
}

@media screen and (min-width: 1080px) {
  .tab-only {
    display: none;
  }
}

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

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .tab-none {
    display: none;
  }
}

@media screen and (min-width: 1080px) {
  .pc-none {
    display: none;
  }
}

/* margin-top スマホ */
@media screen and (max-width: 767px) {
  .sp-mt0 {
    margin-top: 0;
  }
  .sp-mt10 {
    margin-top: 1rem;
  }
  .sp-mt20 {
    margin-top: 2rem;
  }
  .sp-mt30 {
    margin-top: 3rem;
  }
  .sp-mt40 {
    margin-top: 4rem;
  }
  .sp-mt50 {
    margin-top: 5rem;
  }
  .sp-mt60 {
    margin-top: 6rem;
  }
  .sp-mt70 {
    margin-top: 7rem;
  }
  .sp-mt80 {
    margin-top: 8rem;
  }
  .sp-mt90 {
    margin-top: 9rem;
  }
  .sp-mt100 {
    margin-top: 10rem;
  }
}

/* margin-top タブレット */
@media screen and (min-width: 768px) {
  .tab-mt0 {
    margin-top: 0;
  }
  .tab-mt10 {
    margin-top: 1rem;
  }
  .tab-mt20 {
    margin-top: 2rem;
  }
  .tab-mt30 {
    margin-top: 3rem;
  }
  .tab-mt40 {
    margin-top: 4rem;
  }
  .tab-mt50 {
    margin-top: 5rem;
  }
  .tab-mt60 {
    margin-top: 6rem;
  }
  .tab-mt70 {
    margin-top: 7rem;
  }
  .tab-mt80 {
    margin-top: 8rem;
  }
  .tab-mt90 {
    margin-top: 9rem;
  }
  .tab-mt100 {
    margin-top: 10rem;
  }
}

/* margin-top パソコン */
@media screen and (min-width: 1080px) {
  .pc-mt0 {
    margin-top: 0;
  }
  .pc-mt10 {
    margin-top: 1rem;
  }
  .pc-mt20 {
    margin-top: 2rem;
  }
  .pc-mt30 {
    margin-top: 3rem;
  }
  .pc-mt40 {
    margin-top: 4rem;
  }
  .pc-mt50 {
    margin-top: 5rem;
  }
  .pc-mt60 {
    margin-top: 6rem;
  }
  .pc-mt70 {
    margin-top: 7rem;
  }
  .pc-mt80 {
    margin-top: 8rem;
  }
  .pc-mt90 {
    margin-top: 9rem;
  }
  .pc-mt100 {
    margin-top: 10rem;
  }
}

/* margin-bottom スマホ */
@media screen and (max-width: 767px) {
  .sp-mb0 {
    margin-bottom: 0;
  }
  .sp-mb10 {
    margin-bottom: 1rem;
  }
  .sp-mb20 {
    margin-bottom: 2rem;
  }
  .sp-mb30 {
    margin-bottom: 3rem;
  }
  .sp-mb40 {
    margin-bottom: 4rem;
  }
  .sp-mb50 {
    margin-bottom: 5rem;
  }
  .sp-mb60 {
    margin-bottom: 6rem;
  }
  .sp-mb70 {
    margin-bottom: 7rem;
  }
  .sp-mb80 {
    margin-bottom: 8rem;
  }
  .sp-mb90 {
    margin-bottom: 9rem;
  }
  .sp-mb100 {
    margin-bottom: 10rem;
  }
}

/* margin-bottom タブレット */
@media screen and (min-width: 768px) {
  .tab-mb0 {
    margin-bottom: 0;
  }
  .tab-mb10 {
    margin-bottom: 1rem;
  }
  .tab-mb20 {
    margin-bottom: 2rem;
  }
  .tab-mb30 {
    margin-bottom: 3rem;
  }
  .tab-mb40 {
    margin-bottom: 4rem;
  }
  .tab-mb50 {
    margin-bottom: 5rem;
  }
  .tab-mb60 {
    margin-bottom: 6rem;
  }
  .tab-mb70 {
    margin-bottom: 7rem;
  }
  .tab-mb80 {
    margin-bottom: 8rem;
  }
  .tab-mb90 {
    margin-bottom: 9rem;
  }
  .tab-mb100 {
    margin-bottom: 10rem;
  }
}

/* margin-bottom パソコン */
@media screen and (min-width: 1080px) {
  .pc-mb0 {
    margin-bottom: 0;
  }
  .pc-mb10 {
    margin-bottom: 1rem;
  }
  .pc-mb20 {
    margin-bottom: 2rem;
  }
  .pc-mb30 {
    margin-bottom: 3rem;
  }
  .pc-mb40 {
    margin-bottom: 4rem;
  }
  .pc-mb50 {
    margin-bottom: 5rem;
  }
  .pc-mb60 {
    margin-bottom: 6rem;
  }
  .pc-mb70 {
    margin-bottom: 7rem;
  }
  .pc-mb80 {
    margin-bottom: 8rem;
  }
  .pc-mb90 {
    margin-bottom: 9rem;
  }
  .pc-mb100 {
    margin-bottom: 10rem;
  }
}

/* letter-spacing */
.ls10 {
  letter-spacing: .01em;
}

.ls20 {
  letter-spacing: .02em;
}

.ls30 {
  letter-spacing: .03em;
}

.ls40 {
  letter-spacing: .04em;
}

.ls50 {
  letter-spacing: .05em;
}

.ls60 {
  letter-spacing: .06em;
}

.ls70 {
  letter-spacing: .07em;
}

.ls80 {
  letter-spacing: .08em;
}

.ls90 {
  letter-spacing: .09em;
}

.ls100 {
  letter-spacing: .1em;
}

.ls110 {
  letter-spacing: .11em;
}

.ls120 {
  letter-spacing: .12em;
}

.ls130 {
  letter-spacing: .13em;
}

.ls140 {
  letter-spacing: .14em;
}

.ls150 {
  letter-spacing: .15em;
}

.ls160 {
  letter-spacing: .16em;
}

.ls170 {
  letter-spacing: .17em;
}

.ls180 {
  letter-spacing: .18em;
}

.ls190 {
  letter-spacing: .19em;
}

.ls200 {
  letter-spacing: .2em;
}

/* line-height */
.lh10 {
  line-height: 1;
}

.lh11 {
  line-height: 1.1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

:root {
  font-size: 62.5%;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?vg6ec6");
  src: url("../fonts/icomoon.eot?vg6ec6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?vg6ec6") format("truetype"), url("../fonts/icomoon.woff?vg6ec6") format("woff"), url("../fonts/icomoon.svg?vg6ec6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  font-family: 'Quicksand',
 -apple-system,
 BlinkMacSystemFont,
 'Noto Sans JP',
 "ヒラギノ角ゴ ProN W3",
 Hiragino Kaku Gothic ProN,
 "游ゴシック体",
 YuGothic,
 "游ゴシック Medium",
 "Yu Gothic Medium",
 Arial,
 "メイリオ",
 Meiryo,
 sans-serif;
  color: #2b2b2b;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 1079px) {
  body {
    letter-spacing: 0.05rem;
  }
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.clearfix {
  clear: both;
}

:focus {
  outline: 0;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  height: auto;
  margin: 1em auto;
}

@media screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 2em 0 0;
  }
}

@media screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 0 2em;
  }
}

.video-wrap {
  max-width: 1200px;
  padding: 30px 15px;
  margin: 0 auto;
}

@media screen and (min-width: 1080px) {
  .video-wrap {
    padding: 30px 240px;
  }
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.gmap-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-top: 2rem;
  overflow: hidden;
}

.gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  -ms-user-select: none;
      user-select: none;
}
