/**!
 * 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧
 * 🚧                                                                    🚧
 * 🚧                      👷これは開発中のコードです。                       🚧
 * 🚧                                                                    🚧
 * 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧
 *
 * 🈲 このファイルを直接編集しないでください。
 * ⚠️ 正式公開の場合は正しい手順でリリースビルドを行なってファイルを最適化してください。
 *
 */

 
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  src: url("../../font/icons.eot");
  src: url("../../font/icons.eot?#iefix") format("embedded-opentype"), url("../../font/icons.woff") format("woff"), url("../../font/icons.ttf") format("truetype");
}
:root {
  font-size: 62.5%;
  height: 100%;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  color: #000;
  font-family: "メイリオ", Meiryo, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4.2666666667vw;
  }
}
button {
  border-radius: 0;
}
.c-page-home {
  width: 100%;
  height: 100%;
  min-width: 1050px;
  padding-top: 119px;
}
@media screen and (max-width: 1399px) {
  .c-page-home {
    padding-top: calc(4.28571vw + 55px);
  }
}
@media screen and (max-width: 1279px) {
  .c-page-home {
    min-width: 0;
    padding-top: calc(4.45313vw + 55px);
  }
}
@media screen and (max-width: 1049px) {
  .c-page-home {
    min-width: 0;
    padding-top: 107px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home {
    min-width: 0;
    padding-top: 14.6666666667vw;
  }
}
.c-page-home__main {
  width: 100%;
  min-width: 1050px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-page-home__main {
    min-width: 0;
  }
}
.c-page-home__info {
  margin: 0 0 75px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-page-home__info {
    margin: 0 0 8vw;
  }
}
.c-page-home__info-body {
  max-width: 1000px;
  margin: 0 auto;
  background: url("/img/nursery/bg-info.png") repeat left center;
  border-radius: 10px;
  padding: 25px 40px 40px;
}
@media screen and (max-width: 767px) {
  .c-page-home__info-body {
    border-radius: 0;
    padding: 7.3333333333vw 5.3333333333vw 7.3333333333vw;
  }
}
.c-page-home__info-body h2 {
  font-size: 3rem;
  line-height: 1.5;
  margin: 0 0 15px;
  position: relative;
  overflow: hidden;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-page-home__info-body h2 {
    font-size: 6.1333333333vw;
    margin: 0 0 1.3333333333vw;
  }
}
.c-page-home__info-body h2 span {
  display: inline-block;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .c-page-home__info-body h2 span {
    padding: 0 2.1333333333vw;
  }
}
.c-page-home__info-body h2 span::after {
  content: "";
  display: block;
  height: 12px;
  background: #99dfae;
  border-radius: 6px;
  margin: -13px -10px 0;
}
@media screen and (max-width: 767px) {
  .c-page-home__info-body h2 span::after {
    height: 0 2.4vw;
    margin: -2.6666666667vw -2.1333333333vw 0;
  }
}
.c-page-home__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-page-home__info-list {
    display: block;
  }
}
.c-page-home__info-list li {
  width: 100%;
  list-style: none;
  border-bottom: 1px solid #253494;
}
.c-page-home__info-list li a {
  display: block;
  text-decoration: none;
  color: #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-page-home__info-list li a {
    width: 100%;
    min-height: 0;
    padding: 3.3333333333vw 9.3333333333vw 3.3333333333vw 5.3333333333vw;
  }
}
@media screen and (min-width: 768px),print {
  .c-page-home__info-list li a:hover::after {
    right: 12px;
  }
}
.c-page-home__info-list li a::after {
  content: "";
  display: block;
  width: 14px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
  background: url("/img/icon-btn-arrow-yellow.svg") no-repeat center/100%;
  -webkit-transition: right 300ms;
  transition: right 300ms;
}
@media screen and (max-width: 767px) {
  .c-page-home__info-list li a::after {
    background: url("/img/icon-btn-arrow-yellow-sp.svg") no-repeat center/100%;
    width: 3.2vw;
    height: 3.7333333333vw;
    right: 2.6666666667vw;
    top: calc(50% - 1.6vw);
  }
}
.c-page-home__info-text {
  line-height: 1.3;
  padding: 15px 0 25px;
}
@media screen and (max-width: 767px) {
  .c-page-home__info-text {
    padding: 0;
  }
}
.c-page-home__info-text p {
  margin-top: 0;
  margin-bottom: 0;
}
.c-page-home__info-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-page-home__info-meta {
    margin-bottom: 2.6666666667vw;
  }
}
.c-page-home__info-date {
  margin-right: 14px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-page-home__info-date {
    font-size: 3.7333333333vw;
    margin-right: 2.6666666667vw;
  }
}
.c-page-home__info-category {
  display: inline-block;
  padding: 2px 12px;
  border-radius: 13px;
  font-size: 1.6rem;
  color: #fff;
  background: #00a77a;
}
@media screen and (max-width: 767px) {
  .c-page-home__info-category {
    font-size: 3.4666666667vw;
    padding: 0.2666666667vw 2.6666666667vw;
    border-radius: 3.4666666667vw;
  }
}
.c-page-home__info-category[data-category=service] {
  background: #00a77a;
}
.c-page-home__info-title {
  font-size: 2rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-page-home__info-title {
    font-size: 3.7333333333vw;
  }
}
.c-page-home__anchor {
  max-width: 1000px;
  margin: 0 auto 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .c-page-home__anchor {
    margin: 0 10.6666666667vw 14vw;
    display: block;
  }
}
.c-page-home__anchor a {
  display: block;
  width: 480px;
  -webkit-box-shadow: 0px 16px 0px 0px #ecebeb;
          box-shadow: 0px 16px 0px 0px #ecebeb;
  border-radius: 10px;
  padding: 25px 90px 25px 160px;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px),print {
  .c-page-home__anchor a:hover span::before {
    bottom: -15px;
  }
  .c-page-home__anchor a:hover span::after {
    bottom: -8px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__anchor a {
    border-radius: 5px;
    width: 100%;
    -webkit-box-shadow: 0px 1.8666666667vw 0px 0px #ecebeb;
            box-shadow: 0px 1.8666666667vw 0px 0px #ecebeb;
    margin: 0 0 6.6666666667vw;
    padding: 3.7333333333vw 14.6666666667vw 3.4666666667vw 26.1333333333vw;
  }
}
.c-page-home__anchor a span {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-page-home__anchor a span {
    font-size: 5.8666666667vw;
  }
}
.c-page-home__anchor a span::before, .c-page-home__anchor a span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: bottom 300ms;
  transition: bottom 300ms;
}
.c-page-home__anchor a span::before {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  right: 35px;
}
@media screen and (max-width: 767px) {
  .c-page-home__anchor a span::before {
    width: 7.3333333333vw;
    height: 7.3333333333vw;
    right: 5.3333333333vw;
  }
}
.c-page-home__anchor a span::after {
  width: 15px;
  height: 15px;
  border-top: 3px solid;
  border-right: 3px solid;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 50px;
  bottom: 7px;
}
@media screen and (max-width: 767px) {
  .c-page-home__anchor a span::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 7.4666666667vw;
    bottom: 0.9333333333vw;
    border-width: 2px 2px 0 0;
  }
}
.c-page-home__anchor a small {
  font-size: 2rem;
  margin-left: 3px;
}
@media screen and (max-width: 767px) {
  .c-page-home__anchor a small {
    font-size: 3.2vw;
  }
}
.c-page-home__anchor a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-page-home__anchor-kids-house a {
  background: #67c0e6;
}
.c-page-home__anchor-kids-house a::before {
  left: 32px;
  width: 110px;
  height: 66px;
  background: url("/img/nursery/icon-kids-house.png") no-repeat center/100%;
}
@media screen and (max-width: 767px) {
  .c-page-home__anchor-kids-house a::before {
    left: 5.0666666667vw;
    width: 17.8666666667vw;
    height: 10.8vw;
  }
}
.c-page-home__anchor-kids-house a span::after {
  border-color: #67c0e6;
}
.c-page-home__anchor-tanpopo a {
  background: #ffba00;
}
.c-page-home__anchor-tanpopo a::before {
  left: 39px;
  width: 100px;
  height: 73px;
  background: url("/img/nursery/icon-tanpopo.png") no-repeat center/100%;
}
@media screen and (max-width: 767px) {
  .c-page-home__anchor-tanpopo a::before {
    left: 6.1333333333vw;
    width: 16.2666666667vw;
    height: 11.8666666667vw;
  }
}
.c-page-home__anchor-tanpopo a span::after {
  border-color: #ffba00;
}
.c-page-home__kids-house-title {
  position: relative;
  z-index: 10;
}
.c-page-home__kids-house-title::before {
  content: "";
  display: block;
  width: 480px;
  height: 240px;
  border-radius: 0 0 240px 240px;
  background: #fff;
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-page-home__kids-house-title::before {
    width: 66.6666666667vw;
    height: 33.3333333333vw;
    border-radius: 0 0 33.3333333333vw 33.3333333333vw;
    top: -9.3333333333vw;
  }
}
.c-page-home__kids-house-title h2 {
  text-align: center;
  position: relative;
}
.c-page-home__kids-house-title h2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 409px;
  height: 98px;
  background: url("/img/nursery/bg-title-kids-house.png") no-repeat center/100% 100%;
  font-size: 5rem;
  color: #fff;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-page-home__kids-house-title h2 span {
    width: 54.5333333333vw;
    height: 11.8666666667vw;
    font-size: 6.6666666667vw;
  }
}
.c-page-home__kids-house-title h2 span small {
  font-size: 4.6rem;
}
@media screen and (max-width: 767px) {
  .c-page-home__kids-house-title h2 span small {
    font-size: 6.6666666667vw;
  }
}
.c-page-home__kids-house-title h2 > small {
  display: block;
  text-align: center;
  font-size: 2.6rem;
  color: #67c0e5;
  font-family: "Roboto", sans-serif;
  margin-top: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-page-home__kids-house-title h2 > small {
    font-size: 3.4666666667vw;
  }
}
.c-page-home__kids-house-pict {
  margin: -140px 20px 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-page-home__kids-house-pict {
    margin: -20vw 5.3333333333vw 0;
  }
}
.c-page-home__kids-house-pict::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 62px 62px 0 0;
  border-color: #67c0e5 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-page-home__kids-house-pict::before {
    border-width: 6.6666666667vw 6.6666666667vw 0 0;
  }
}
.c-page-home__kids-house-pict img {
  width: 100%;
  display: block;
}
.c-page-home__kids-house-subtitle {
  text-align: center;
  margin: -240px auto 15px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-page-home__kids-house-subtitle {
    margin: -4.6666666667vw auto 4vw;
  }
}
.c-page-home__kids-house-subtitle h3 {
  display: inline-block;
  padding: 6px 50px;
  border-radius: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.4em;
  background: #fff;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-page-home__kids-house-subtitle h3 {
    padding: 1.3333333333vw 5.3333333333vw;
    border-radius: 4.6666666667vw;
    font-size: 5.0666666667vw;
    -webkit-box-shadow: 0px 1.3333333333vw 0px 0px #ecebeb;
            box-shadow: 0px 1.3333333333vw 0px 0px #ecebeb;
  }
}
.c-page-home__kids-house-subtitle h3::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 12px 0 12px;
  border-color: #fff transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .c-page-home__kids-house-subtitle h3::after {
    border-width: 4vw 2.6666666667vw 0 2.6666666667vw;
    bottom: -3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__kids-house-subtitle h3::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #ecebeb transparent transparent transparent;
    border-width: 6vw 3.6vw 0 3.6vw;
    bottom: -6vw;
  }
}
.c-page-home__kids-house-subtitle h3 span {
  color: #67c0e5;
}
.c-page-home__kids-house-subtitle h3 small {
  font-size: 2.7rem;
}
@media screen and (max-width: 767px) {
  .c-page-home__kids-house-subtitle h3 small {
    font-size: 4.1333333333vw;
  }
}
.c-page-home__kids-house-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-page-home__kids-house-link {
    margin: 0 0 10.6666666667vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-page-home__kids-house-link li {
  margin: 0 9px;
}
@media screen and (max-width: 767px) {
  .c-page-home__kids-house-link li {
    margin: 0 2vw 4vw;
    width: 40vw;
  }
}
.c-page-home__kids-house-link li a {
  display: block;
  width: 217px;
  height: 217px;
  border: 5.5px dotted #67c0e5;
  padding: 7px;
  border-radius: 50%;
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-page-home__kids-house-link li a {
    width: 40vw;
    height: 40vw;
    border: 3px dotted #67c0e5;
    padding: 0;
  }
}
@media screen and (min-width: 768px),print {
  .c-page-home__kids-house-link li a:hover div::before {
    right: -13px;
  }
  .c-page-home__kids-house-link li a:hover div::after {
    right: -8px;
  }
}
.c-page-home__kids-house-link li a > div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background: #fff;
  border-radius: 50%;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-page-home__kids-house-link li a > div {
    padding-bottom: 4vw;
  }
}
.c-page-home__kids-house-link li a > div::before, .c-page-home__kids-house-link li a > div::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: right 300ms;
  transition: right 300ms;
}
.c-page-home__kids-house-link li a > div::before {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #67c0e5;
  bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-page-home__kids-house-link li a > div::before {
    width: 6vw;
    height: 6vw;
    bottom: 2.6666666667vw;
  }
}
.c-page-home__kids-house-link li a > div::after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 22px;
  right: 5px;
}
@media screen and (max-width: 767px) {
  .c-page-home__kids-house-link li a > div::after {
    width: 1.6vw;
    height: 1.6vw;
    bottom: 4.8vw;
    right: 0.6666666667vw;
  }
}
.c-page-home__kids-house-link li a > div figure {
  margin: 0;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-page-home__kids-house-link li a > div figure {
    height: 10.8vw;
  }
  .c-page-home__kids-house-link li a > div figure img {
    max-height: 100%;
  }
}
.c-page-home__kids-house-link li a > div p {
  margin: 0;
  text-align: center;
  height: 3.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-page-home__kids-house-link li a > div p {
    font-size: 4vw;
  }
}
.c-page-home__tanpopo-title {
  position: relative;
  z-index: 10;
}
.c-page-home__tanpopo-title::before {
  content: "";
  display: block;
  width: 480px;
  height: 240px;
  border-radius: 0 0 240px 240px;
  background: #fff;
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-page-home__tanpopo-title::before {
    width: 66.6666666667vw;
    height: 33.3333333333vw;
    border-radius: 0 0 33.3333333333vw 33.3333333333vw;
    top: -9.3333333333vw;
  }
}
.c-page-home__tanpopo-title h2 {
  text-align: center;
  position: relative;
}
.c-page-home__tanpopo-title h2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 409px;
  height: 98px;
  background: url("/img/nursery/bg-title-tanpopo.png") no-repeat center/100% 100%;
  font-size: 5rem;
  color: #fff;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-page-home__tanpopo-title h2 span {
    width: 54.5333333333vw;
    height: 11.8666666667vw;
    font-size: 6.6666666667vw;
  }
}
.c-page-home__tanpopo-title h2 span small {
  font-size: 4.6rem;
}
@media screen and (max-width: 767px) {
  .c-page-home__tanpopo-title h2 span small {
    font-size: 6.6666666667vw;
  }
}
.c-page-home__tanpopo-title h2 > small {
  display: block;
  text-align: center;
  font-size: 2.6rem;
  color: #ffba00;
  font-family: "Roboto", sans-serif;
  margin-top: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-page-home__tanpopo-title h2 > small {
    font-size: 3.4666666667vw;
  }
}
.c-page-home__tanpopo-pict {
  margin: -140px 20px 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-page-home__tanpopo-pict {
    margin: -20vw 5.3333333333vw 0;
  }
}
.c-page-home__tanpopo-pict::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 62px 62px 0 0;
  border-color: #ffba00 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-page-home__tanpopo-pict::before {
    border-width: 6.6666666667vw 6.6666666667vw 0 0;
  }
}
.c-page-home__tanpopo-pict img {
  width: 100%;
  display: block;
}
.c-page-home__tanpopo-subtitle {
  text-align: center;
  margin: -240px auto 45px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-page-home__tanpopo-subtitle {
    margin: -4.6666666667vw auto 4vw;
  }
}
.c-page-home__tanpopo-subtitle h3 {
  display: inline-block;
  padding: 6px 50px;
  border-radius: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.4em;
  background: #fff;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-page-home__tanpopo-subtitle h3 {
    padding: 1.3333333333vw 5.3333333333vw;
    border-radius: 4.6666666667vw;
    font-size: 5.0666666667vw;
    -webkit-box-shadow: 0px 1.3333333333vw 0px 0px #ecebeb;
            box-shadow: 0px 1.3333333333vw 0px 0px #ecebeb;
  }
}
.c-page-home__tanpopo-subtitle h3::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 12px 0 12px;
  border-color: #fff transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .c-page-home__tanpopo-subtitle h3::after {
    border-width: 4vw 2.6666666667vw 0 2.6666666667vw;
    bottom: -3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__tanpopo-subtitle h3::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #ecebeb transparent transparent transparent;
    border-width: 6vw 3.6vw 0 3.6vw;
    bottom: -6vw;
  }
}
.c-page-home__tanpopo-subtitle h3 span {
  color: #ffba00;
}
.c-page-home__tanpopo-subtitle h3 small {
  font-size: 2.7rem;
}
@media screen and (max-width: 767px) {
  .c-page-home__tanpopo-subtitle h3 small {
    font-size: 4.1333333333vw;
  }
}
.c-page-home__tanpopo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-page-home__tanpopo-link {
    margin: 0 0 10.6666666667vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-page-home__tanpopo-link li {
  margin: 0 9px;
}
@media screen and (max-width: 767px) {
  .c-page-home__tanpopo-link li {
    margin: 0 2vw 4vw;
    width: 40vw;
  }
}
.c-page-home__tanpopo-link li a {
  display: block;
  width: 184px;
  height: 184px;
  border: 5.5px dotted #ffba00;
  padding: 7px;
  border-radius: 50%;
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-page-home__tanpopo-link li a {
    width: 40vw;
    height: 40vw;
    border: 3px dotted #ffba00;
    padding: 0;
  }
}
@media screen and (min-width: 768px),print {
  .c-page-home__tanpopo-link li a:hover div::before {
    right: -13px;
  }
  .c-page-home__tanpopo-link li a:hover div::after {
    right: -8px;
  }
}
.c-page-home__tanpopo-link li a > div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background: #fff;
  border-radius: 50%;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-page-home__tanpopo-link li a > div {
    padding-bottom: 4vw;
  }
}
.c-page-home__tanpopo-link li a > div::before, .c-page-home__tanpopo-link li a > div::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: right 300ms;
  transition: right 300ms;
}
.c-page-home__tanpopo-link li a > div::before {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffba00;
  bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-page-home__tanpopo-link li a > div::before {
    width: 6vw;
    height: 6vw;
    bottom: 2.6666666667vw;
  }
}
.c-page-home__tanpopo-link li a > div::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 20px;
  right: 3px;
}
@media screen and (max-width: 767px) {
  .c-page-home__tanpopo-link li a > div::after {
    width: 1.6vw;
    height: 1.6vw;
    bottom: 4.8vw;
    right: 0.6666666667vw;
  }
}
.c-page-home__tanpopo-link li a > div figure {
  margin: 0;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-page-home__tanpopo-link li a > div figure {
    height: 10.8vw;
  }
  .c-page-home__tanpopo-link li a > div figure img {
    max-height: 100%;
  }
}
.c-page-home__tanpopo-link li a > div p {
  margin: 0;
  text-align: center;
  height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-page-home__tanpopo-link li a > div p {
    font-size: 4vw;
  }
}
.c-page-home__about {
  margin-bottom: 85px;
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .c-page-home__about {
    margin: 0 5.3333333333vw 18vw;
  }
}
.c-page-home__about-body {
  max-width: 1000px;
  margin: 0 auto;
}
.c-page-home__about-block {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-page-home__about-block {
    margin-bottom: 15.3333333333vw;
  }
}
.c-page-home__about-block h3 {
  font-size: 3rem;
  color: #fff;
  line-height: 1.6;
  margin: 1em 0 40px;
  padding: 10px 170px 10px 20px;
  border-radius: 10px 0 0 10px;
  background: url("/img/nursery/bg-h3.png") repeat left top;
  overflow: hidden;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-page-home__about-block h3 {
    font-size: 5.8666666667vw;
    margin: 1em 0 8vw;
    padding: 2.6666666667vw 4vw;
  }
}
[data-nursery=tanpopo] .c-page-home__about-block h3 {
  background: url("/img/nursery/bg-dot-orange.png") repeat left top;
}
.c-page-home__about-block h3::before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 50px;
  height: 30px;
  background: url("/img/nursery/icon-kids-house.png") no-repeat center/100%;
}
@media screen and (max-width: 767px) {
  .c-page-home__about-block h3::before {
    width: 20.1333333333vw;
    height: 12.1333333333vw;
    position: absolute;
    margin: 0;
    left: -1.0666666667vw;
    bottom: 0;
    opacity: 0.34;
  }
}
[data-nursery=tanpopo] .c-page-home__about-block h3::before {
  background: url("/img/nursery/icon-tanpopo.png") no-repeat center/100%;
  width: 45px;
  height: 33px;
}
@media screen and (max-width: 767px) {
  [data-nursery=tanpopo] .c-page-home__about-block h3::before {
    width: 17.8666666667vw;
    height: 13.2vw;
    left: 0.5333333333vw;
  }
}
.c-page-home__about-block h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 100%;
  background: url("/img/nursery/bg-h3-mask.png") no-repeat right top/100% 100%;
}
@media screen and (max-width: 767px) {
  .c-page-home__about-block h3::after {
    width: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__about-block h3 span {
    position: relative;
  }
}
.c-page-home__about-block h3 small {
  position: absolute;
  height: 32px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  padding: 3px 15px 1px;
  background: #fff;
  border-radius: 15px;
  font-size: 1.6rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-page-home__about-block h3 small {
    height: 7.0666666667vw;
    right: auto;
    left: 40.6666666667vw;
    padding: 0.5333333333vw 2.6666666667vw 0.2666666667vw;
    border-radius: 4vw;
    font-size: 3.7333333333vw;
    bottom: auto;
    top: 0.5333333333vw;
    width: 29.3333333333vw;
  }
  [data-nursery=tanpopo] .c-page-home__about-block h3 small {
    left: 34.6666666667vw;
  }
}
.c-page-home__about-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-page-home__about-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.c-page-home__about-text {
  width: 500px;
  margin-right: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .c-page-home__about-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.c-page-home__about-text p {
  margin: 0 0 20px;
  list-style: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-page-home__about-text p {
    font-size: 4.2666666667vw;
  }
}
.c-page-home__about-text table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.c-page-home__about-text th,
.c-page-home__about-text td {
  padding: 17px 9px;
  border-bottom: 2px dotted #000;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-page-home__about-text th,
.c-page-home__about-text td {
    padding: 3.3333333333vw 2.4vw;
  }
}
.c-page-home__about-text th:last-child,
.c-page-home__about-text td:last-child {
  border-right: none;
}
.c-page-home__about-text th {
  width: 134px;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .c-page-home__about-text th {
    width: 30.6666666667vw;
  }
}
.c-page-home__about-pict {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-page-home__about-pict {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 2.1333333333vw;
  }
}
.c-page-home__about-pict img {
  width: 100%;
  border-radius: 10px;
}
.c-page-home__about-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 730px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-page-home__about-btn {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
.c-page-home__about-btn a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 325px;
  text-align: center;
  margin: 0 20px;
  display: block;
  text-decoration: none;
  padding: 18px 45px 18px 30px;
  font-weight: bold;
  border-radius: 30px;
  position: relative;
  background: #fff100;
  line-height: 1.6;
  color: #000;
}
@media screen and (min-width: 768px),print {
  .c-page-home__about-btn a:hover::after {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__about-btn a {
    width: 100%;
    padding: 2.6666666667vw 9.3333333333vw 2.6666666667vw 5.3333333333vw;
    font-size: 4.5333333333vw;
    margin: 20px 0;
  }
}
.c-page-home__about-btn a:disabled {
  opacity: 0.6;
}
.c-page-home__about-btn a::after {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 19px;
  top: calc(50% - 6px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: right 300ms;
  transition: right 300ms;
}
@media screen and (max-width: 767px) {
  .c-page-home__about-btn a::after {
    border-width: 0 2px 2px 0;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 4vw;
    top: calc(50% - 1.33333vw);
  }
}
.c-page-home__interview {
  background: url("/img/nursery/bg-interview-header.png") no-repeat center top/100%, url("/img/nursery/bg-interview.png") repeat left top;
  padding: 130px 0 95px;
}
@media screen and (max-width: 767px) {
  .c-page-home__interview {
    padding: 14.6666666667vw 5.3333333333vw 13.3333333333vw;
    background: url("/img/nursery/bg-interview-header-sp.png") no-repeat center top/100%, url("/img/nursery/bg-interview.png") repeat left top;
  }
}
.c-page-home__interview-body {
  max-width: 1000px;
  margin: 0 auto;
}
.c-page-home__interview-body h2 {
  text-align: center;
  font-size: 3.6rem;
  margin: 0 0 10px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-page-home__interview-body h2 {
    font-size: 6.1333333333vw;
    margin: 0 0 2.6666666667vw;
  }
}
.c-page-home__interview-body h3 {
  text-align: center;
  margin: 0 0 45px;
}
@media screen and (max-width: 767px) {
  .c-page-home__interview-body h3 {
    margin: 0 0 8vw;
  }
}
.c-page-home__interview-body h3 span {
  display: inline-block;
  padding: 3px 33px;
  background: url("/img/nursery/bg-interview-title.png") no-repeat center/100% 100%;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-page-home__interview-body h3 span {
    padding: 0.5333333333vw 5.8666666667vw;
    font-size: 3.7333333333vw;
    font-weight: normal;
  }
}
.c-page-home__interview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -20px 40px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .c-page-home__interview-list {
    display: block;
    margin: 0;
  }
}
.c-page-home__interview-list li {
  margin: 0 20px;
  width: 305px;
}
@media screen and (max-width: 767px) {
  .c-page-home__interview-list li {
    width: 100%;
    margin: 0 0 8vw;
  }
}
.c-page-home__interview-list li a {
  display: block;
  text-decoration: none;
  color: #000;
}
.c-page-home__interview-list li a figure {
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .c-page-home__interview-list li a figure {
    margin: 0 0 4vw;
  }
}
.c-page-home__interview-list li a figure img {
  border-radius: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-page-home__interview-list li a figure img {
    width: 100%;
  }
}
.c-page-home__interview-title {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-page-home__interview-title {
    font-size: 4.2666666667vw;
    margin: 0 0 2.6666666667vw;
  }
}
.c-page-home__interview-profile {
  margin: 0;
}
.c-page-home__interview-btn {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-page-home__interview-btn {
    margin: 0 4vw;
  }
}
.c-page-home__interview-btn a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 283px;
  text-align: center;
  margin: 0 15px;
  display: inline-block;
  text-decoration: none;
  padding: 18px 45px 18px 30px;
  font-weight: bold;
  border-radius: 30px;
  position: relative;
  background: #fff;
  line-height: 1.6;
  color: #000;
}
@media screen and (min-width: 768px),print {
  .c-page-home__interview-btn a:hover::after {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__interview-btn a {
    display: block;
    margin: 0 0 4vw;
    width: 100%;
    padding: 2.6666666667vw 9.3333333333vw 2.6666666667vw 5.3333333333vw;
    font-size: 4.5333333333vw;
  }
}
.c-page-home__interview-btn a:disabled {
  opacity: 0.6;
}
.c-page-home__interview-btn a::after {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 19px;
  top: calc(50% - 6px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: right 300ms;
  transition: right 300ms;
}
@media screen and (max-width: 767px) {
  .c-page-home__interview-btn a::after {
    border-width: 0 2px 2px 0;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 4vw;
    top: calc(50% - 1.33333vw);
  }
}
.c-page-home__blog {
  background: url("/img/nursery/bg-blog.jpg") no-repeat center center/cover;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .c-page-home__blog {
    background: url("/img/nursery/bg-blog-sp.jpg") no-repeat center center/cover;
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.c-page-home__blog-body {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 60px 35px 60px;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-page-home__blog-body {
    padding: 8vw 4.8vw 13.3333333333vw;
  }
}
.c-page-home__blog-body h2 {
  margin: 0 0 10px;
  font-size: 3.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-page-home__blog-body h2 {
    font-size: 6.1333333333vw;
    margin: 0 0 5.3333333333vw;
  }
}
.c-page-home__blog-item {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .c-page-home__blog-item {
    display: block;
    padding: 0;
    margin: 0 0 8.6666666667vw;
  }
}
.c-page-home__blog-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #000;
  text-decoration: none;
  width: 100%;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  position: relative;
}
@media screen and (min-width: 768px),print {
  .c-page-home__blog-item a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__blog-item a {
    display: block;
  }
}
.c-page-home__blog-item a[data-new=true] [class=c-page-home__blog-item-title]::after {
  content: "NEW!";
  display: inline-block;
  padding: 2px 10px;
  background: #fff100;
  font-size: 1.4rem;
  margin-left: 10px;
  border-radius: 2px;
  vertical-align: 2px;
}
@media screen and (max-width: 767px) {
  .c-page-home__blog-item a[data-new=true] [class=c-page-home__blog-item-title]::after {
    font-size: 2.8vw;
    padding: 0.5333333333vw 2.1333333333vw;
    vertical-align: 1px;
  }
}
.c-page-home__blog-item figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 32px 0 0;
  width: 193px;
}
@media screen and (max-width: 767px) {
  .c-page-home__blog-item figure {
    width: 100%;
  }
}
.c-page-home__blog-item figure img {
  width: 100%;
  border-radius: 10px;
  display: block;
}
.c-page-home__blog-item-text {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .c-page-home__blog-item-text {
    display: block;
    margin-bottom: 0;
    padding: 4vw 0 0;
  }
}
.c-page-home__blog-item-category {
  display: inline-block;
  margin: 0 0 10px;
  padding: 3px 15px 3px 10px;
  text-align: center;
  color: #fff;
  border-radius: 3px 0 0 3px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-page-home__blog-item-category {
    font-size: 3.4666666667vw;
    min-width: 17.3333333333vw;
    margin-left: 0;
    padding: 1.0666666667vw 4vw 1.0666666667vw 2.1333333333vw;
  }
}
.c-page-home__blog-item-category::after {
  content: "";
  width: 7px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url("/img/nursery/bg-category.png") no-repeat center/100% 100%;
}
.c-page-home__blog-item-category[data-category=chilled] {
  background: #67c0e5;
}
.c-page-home__blog-item-category[data-category=tanpopo] {
  background: #5ed181;
}
.c-page-home__blog-item-date {
  margin: 0;
  font-size: 1.8rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-page-home__blog-item-date {
    width: auto;
    font-size: 3.4666666667vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.c-page-home__blog-item-title {
  margin: 0;
  line-height: 1.6;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-page-home__blog-item-title {
    font-size: 4.2666666667vw;
  }
}
.c-page-home__blog-btn {
  position: absolute;
  right: 82px;
  top: 45px;
}
@media screen and (max-width: 767px) {
  .c-page-home__blog-btn {
    position: static;
    text-align: center;
  }
}
.c-page-home__blog-btn a {
  display: block;
  border-bottom: 2px dotted #000;
  padding: 0 23px 10px 0;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-page-home__blog-btn a {
    display: inline-block;
    padding: 0 6.6666666667vw 1.3333333333vw 0;
  }
}
@media screen and (min-width: 768px),print {
  .c-page-home__blog-btn a:hover::after {
    right: -2px;
  }
}
.c-page-home__blog-btn a::after {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 2px;
  top: 9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: right 300ms;
  transition: right 300ms;
}
@media screen and (max-width: 767px) {
  .c-page-home__blog-btn a::after {
    border-width: 0 1px 1px 0;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    right: 1.0666666667vw;
    top: calc(50% - 1.6vw);
  }
}
.c-page-home__faq {
  padding: 90px 0 120px;
}
@media screen and (max-width: 767px) {
  .c-page-home__faq {
    padding: 8vw 2.6666666667vw 18.6666666667vw;
  }
}
.c-page-home__faq-body {
  max-width: 1000px;
  margin: 0 auto;
}
.c-page-home__faq-body h2 {
  margin: 0 0 35px;
  font-size: 3.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-page-home__faq-body h2 {
    font-size: 6.1333333333vw;
    margin: 0 0 5.3333333333vw;
  }
}
.c-page-home__faq-body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -6px 50px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-page-home__faq-body ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
}
.c-page-home__faq-body ul li {
  margin: 0 6px;
}
@media screen and (max-width: 767px) {
  .c-page-home__faq-body ul li {
    width: 40vw;
    margin: 0 2.1333333333vw 8vw;
  }
}
.c-page-home__faq-body ul li a {
  display: block;
  text-align: center;
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media screen and (min-width: 768px),print {
  .c-page-home__faq-body ul li a:hover {
    opacity: 0.6;
  }
}
.c-page-home__faq-body ul li a figure {
  margin: 0 0 15px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-page-home__faq-body ul li a figure {
    width: 40vw;
    height: 40vw;
    margin: 0 0 2.6666666667vw;
  }
}
.c-page-home__faq-body ul li a figure img {
  width: 100%;
  display: block;
}
.c-page-home__faq-body ul li a p {
  margin: 0;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 12px 5px;
  border-bottom: 2px dotted #000;
}
@media screen and (max-width: 767px) {
  .c-page-home__faq-body ul li a p {
    font-size: 4.2666666667vw;
    padding: 0 0 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__faq-btn {
    padding: 0 2.6666666667vw;
  }
}
.c-page-home__faq-btn a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 325px;
  text-align: center;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  padding: 18px 45px 18px 30px;
  font-weight: bold;
  border-radius: 30px;
  position: relative;
  background: #fff100;
  line-height: 1.6;
  color: #000;
}
@media screen and (min-width: 768px),print {
  .c-page-home__faq-btn a:hover::after {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__faq-btn a {
    width: 100%;
    padding: 2.6666666667vw 9.3333333333vw 2.6666666667vw 5.3333333333vw;
    font-size: 4.5333333333vw;
  }
}
.c-page-home__faq-btn a:disabled {
  opacity: 0.6;
}
.c-page-home__faq-btn a::after {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 19px;
  top: calc(50% - 6px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: right 300ms;
  transition: right 300ms;
}
@media screen and (max-width: 767px) {
  .c-page-home__faq-btn a::after {
    border-width: 0 2px 2px 0;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 4vw;
    top: calc(50% - 1.33333vw);
  }
}
.c-page-home [data-device=sp] {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .c-page-home [data-device=sp] {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home [data-device=pc] {
    display: none !important;
  }
}
.c-page-sub {
  width: 100%;
  height: 100%;
  min-width: 1050px;
  padding-top: 119px;
}
@media screen and (max-width: 1399px) {
  .c-page-sub {
    padding-top: 107px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-sub {
    min-width: 0;
    padding-top: 14.6666666667vw;
  }
}
.c-page-sub__content {
  width: 100%;
  overflow: hidden;
}
.c-page-sub__content-main {
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  padding: 40px 25px 60px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-main {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-main {
    padding: 8vw 5.3333333333vw 13.3333333333vw;
  }
}
.c-page-sub__content-main h1 {
  font-size: 3.6rem;
  line-height: 1.6;
  margin: 0 0 30px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-main h1 {
    font-size: 6.4vw;
    margin: 0 0 8vw;
    line-height: 1.4;
  }
}
.c-page-sub__content-main h1:only-child {
  margin: 0;
}
.c-header {
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1050px;
  z-index: 2000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
}
@media print {
  .c-header {
    position: absolute !important;
  }
}
@media screen and (max-width: 767px) {
  .c-header {
    padding: 0;
    min-width: 0;
    background: #fff;
    height: auto;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  }
}
.c-header__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 15px;
}
.c-header__site-name {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-header__site-name {
    padding: 2.4vw 0 2.4vw 5.3333333333vw;
  }
}
.c-header__site-name img {
  display: block;
  width: 100%;
  margin-right: 16px;
  max-width: 380px;
}
@media screen and (max-width: 767px) {
  .c-header__site-name img {
    margin: 0 2.1333333333vw 0.2666666667vw 0;
    width: 50.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-header__site-name img.c-header__pc-logo {
    display: none;
  }
}
.c-header__site-name img.c-header__sp-logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-header__site-name img.c-header__sp-logo {
    display: block;
  }
}
.c-header__site-name a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  font-size: 1.5rem;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-header__site-name a {
    font-size: 2.9333333333vw;
  }
  .c-header__site-name a span {
    display: block;
  }
}
.c-header__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .c-header__body {
    margin-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.c-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .c-header__info {
    display: none;
  }
}
.c-header__tel {
  line-height: 1.2;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  padding: 8px 15px 8px 20px;
  background: #e5e5e5;
  border-radius: 0 0 5px 5px;
}
.c-header__tel-number {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-style: normal;
}
.c-header__tel-number::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 17px;
  margin-right: 7px;
  background: url("/img/nursery/icon-freedial.png") no-repeat center/100%;
  vertical-align: -2px;
}
.c-header__tel-note {
  font-size: 1.2rem;
  margin: 0;
  letter-spacing: 0.06em;
}
.c-header__contact a {
  display: block;
  font-size: 1.4rem;
  padding: 8px 20px 9px 24px;
  color: #fff;
  font-weight: bold;
  border-radius: 0 0 5px 5px;
  background: #00989e;
  text-decoration: none;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media screen and (min-width: 768px),print {
  .c-header__contact a:hover {
    opacity: 0.6;
  }
}
.c-header__contact a::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 17px;
  margin-left: 8px;
  background: url("/img/nursery/icon-mail.png") no-repeat center/100%;
  vertical-align: -3px;
}
.c-header__memu-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16.5333333333vw;
  height: 14.6666666667vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#3043b2), to(#1b2676));
  background: linear-gradient(to bottom, #3043b2 0%, #1b2676 100%);
  color: #fff;
  border: none;
  position: relative;
  outline: none;
}
@media screen and (min-width: 768px),print {
  .c-header__memu-btn {
    display: none;
  }
}
.c-header__memu-btn::before, .c-header__memu-btn::after {
  content: "";
  width: 8vw;
  height: 0.6666666667vw;
  display: block;
  -webkit-transition: top 300ms, -webkit-transform 300ms;
  transition: top 300ms, -webkit-transform 300ms;
  transition: transform 300ms, top 300ms;
  transition: transform 300ms, top 300ms, -webkit-transform 300ms;
  background: #fff100;
  position: absolute;
  top: 2.6666666667vw;
  left: 4.2666666667vw;
  right: 4.2666666667vw;
}
.c-header__memu-btn::after {
  top: 4.9333333333vw;
}
.c-header__memu-btn > span:nth-child(1) {
  width: 8vw;
  height: 0.6666666667vw;
  display: block;
  -webkit-transition: 300ms;
  transition: 300ms;
  background: #fff100;
  position: absolute;
  top: 7.2vw;
  left: 4.2666666667vw;
  right: 4.2666666667vw;
}
.c-header__memu-btn span:nth-child(2) {
  position: absolute;
  bottom: 2.2666666667vw;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 2.6666666667vw;
  font-weight: bold;
  line-height: 1;
}
.c-header__memu-btn[data-gnav-menu=true]::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 4.5333333333vw;
}
.c-header__memu-btn[data-gnav-menu=true]::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.c-header__memu-btn[data-gnav-menu=true] > span {
  background: transparent;
}
#ToolBar {
  opacity: 0.2;
  -webkit-transition: 300ms;
  transition: 300ms;
}
#ToolBar:hover {
  opacity: 1;
}
.c-footer {
  position: relative;
  min-width: 1050px;
}
@media screen and (max-width: 767px) {
  .c-footer {
    min-width: 0;
  }
}
.c-footer__pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media print {
  .c-footer__pagetop {
    position: absolute !important;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__pagetop {
    bottom: 8vw;
  }
}
.c-footer__pagetop[data-fixed=true] {
  opacity: 1;
  pointer-events: all;
}
.c-footer__pagetop[data-fixed=false] {
  opacity: 0;
  pointer-events: none;
}
.c-footer__pagetop[data-pagetop-fix=false] {
  position: absolute;
  top: -34px;
}
@media screen and (max-width: 767px) {
  .c-footer__pagetop[data-pagetop-fix=false] {
    top: -5.4666666667vw;
  }
}
.c-footer__pagetop a {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background: #253494;
  color: #fff;
  text-decoration: none;
  font-size: 0;
}
@media screen and (min-width: 768px),print {
  .c-footer__pagetop a {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .c-footer__pagetop a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__pagetop a {
    width: 10.9333333333vw;
    height: 10.9333333333vw;
  }
}
.c-footer__pagetop a::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  margin: 0 auto;
  border-top: 2px solid #fff100;
  border-right: 2px solid #fff100;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-bottom: -5px;
}
@media screen and (max-width: 767px) {
  .c-footer__pagetop a::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-bottom: -1.0666666667vw;
  }
}
.c-footer__body {
  padding: 40px 0;
  background: #efefef;
}
@media screen and (max-width: 767px) {
  .c-footer__body {
    padding: 3.3333333333vw 5.3333333333vw 6.1333333333vw;
  }
}
.c-footer__contact {
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-footer__contact {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__contact {
    display: block;
  }
}
.c-footer__contact-tel {
  width: 530px;
}
@media screen and (max-width: 767px) {
  .c-footer__contact-tel {
    width: 100%;
    margin-bottom: 4.6666666667vw;
  }
}
.c-footer__contact-tel dl {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-footer__contact-tel dl {
    text-align: center;
  }
}
.c-footer__contact-tel dl dt {
  border-bottom: 2px dotted #000;
  font-weight: bold;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-footer__contact-tel dl dt {
    display: inline-block;
    padding-bottom: 1.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.c-footer__contact-tel dl dd {
  margin: 0;
  font-weight: bold;
}
.c-footer__contact-tel dl dd a {
  text-decoration: none;
  color: #000;
  font-size: 3.6rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 768px),print {
  .c-footer__contact-tel dl dd a {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__contact-tel dl dd a {
    font-size: 6.4vw;
    display: block;
  }
}
.c-footer__contact-tel dl dd a::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 22px;
  margin-right: 10px;
  background: url("/img/nursery/icon-freedial.png") no-repeat center/100%;
  vertical-align: 2px;
}
@media screen and (max-width: 767px) {
  .c-footer__contact-tel dl dd a::before {
    width: 5.6vw;
    height: 3.8666666667vw;
  }
}
.c-footer__contact-tel dl dd small {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-footer__contact-tel dl dd small {
    font-size: 3.2vw;
    display: block;
  }
}
.c-footer__contact-btn a {
  width: 290px;
  display: block;
  font-size: 2rem;
  padding: 18px 25px 18px 78px;
  color: #fff;
  font-weight: bold;
  border-radius: 35px;
  background: #00989e;
  text-decoration: none;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media screen and (min-width: 768px),print {
  .c-footer__contact-btn a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__contact-btn a {
    width: 58.1333333333vw;
    padding: 2.1333333333vw 5.3333333333vw;
    text-align: center;
    margin: 0 auto;
    font-size: 4.2666666667vw;
  }
}
.c-footer__contact-btn a::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 17px;
  margin-left: 20px;
  background: url("/img/nursery/icon-mail.png") no-repeat center/100%;
  vertical-align: -3px;
}
@media screen and (max-width: 767px) {
  .c-footer__contact-btn a::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__contact-btn a::before {
    content: "";
    display: inline-block;
    width: 4.8vw;
    height: 3.7333333333vw;
    margin-right: 1.3333333333vw;
    background: url("/img/nursery/icon-mail.png") no-repeat center/100%;
    vertical-align: -1px;
  }
}
.c-footer__copyright {
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: right;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .c-footer__copyright {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__copyright {
    padding: 4.2666666667vw 5.3333333333vw;
    display: block;
  }
}
.c-footer__copyright-links {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-footer__copyright-links {
    width: 100%;
    margin-bottom: 9.3333333333vw;
  }
}
.c-footer__copyright-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-footer__copyright-links ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.2vw;
  }
}
.c-footer__copyright-links li {
  display: block;
  padding: 0;
}
.c-footer__copyright-links li::after {
  content: "";
  display: inline-block;
  margin: 0 12px;
  width: 1px;
  height: 16px;
  background: #b6b6b6;
  vertical-align: -2px;
}
@media screen and (max-width: 767px) {
  .c-footer__copyright-links li::after {
    height: 4.2666666667vw;
    margin: 0 4.5333333333vw;
  }
}
.c-footer__copyright-links li:last-child::after {
  content: none;
}
.c-footer__copyright-links a {
  color: #000;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-footer__copyright-links a {
    font-size: 3.2vw;
  }
}
.c-footer__copyright-links a:hover {
  text-decoration: none;
}
.c-footer__copyright-box {
  margin-bottom: 10px;
}
.c-footer__copyright-link {
  position: relative;
}
@media screen and (min-width: 768px),print {
  .c-footer__copyright-link {
    margin-right: 1em;
    padding-right: 1em;
  }
  .c-footer__copyright-link::after {
    content: "";
    display: block;
    background: #00989e;
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 0;
    width: 1.5px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__copyright-link {
    margin-bottom: 5px;
  }
}
.c-footer__copyright-link a {
  display: block;
  padding-right: 20px;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-footer__copyright-link a {
    font-size: 3.4666666667vw;
  }
}
.c-footer__copyright-link a:hover {
  text-decoration: underline;
}
.c-footer__copyright-link a::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: #253494;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-footer__copyright-link a::before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    top: 0.5333333333vw;
  }
}
.c-footer__copyright-link a::after {
  content: "";
  display: block;
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 9px;
  right: 7px;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-footer__copyright-link a::after {
    top: 1.8666666667vw;
    right: 1.6vw;
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
}
.c-footer__copyright small {
  font-size: 1.5rem;
  display: block;
  font-family: "Roboto", sans-serif;
}
.c-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-footer__logo {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__logo-norton {
    width: 14.2666666667vw;
  }
  .c-footer__logo-norton img {
    width: 100%;
  }
}
.c-footer__logo-alsok {
  width: 208px;
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .c-footer__logo-alsok {
    width: 29.2vw;
    margin-left: 4.6666666667vw;
  }
}
.c-footer__logo-alsok img {
  width: 100%;
}
.c-footer__info {
  padding: 24px 20px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  min-width: 1050px;
}
@media screen and (max-width: 767px) {
  .c-footer__info {
    min-width: 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    padding: 4vw 2.6666666667vw;
  }
}
.c-footer__info[data-fixed=true] {
  opacity: 1;
  pointer-events: all;
}
.c-footer__info[data-fixed=false] {
  opacity: 0;
  pointer-events: none;
}
.c-footer__info-body {
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-footer__info-body {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__info-list {
    display: none;
  }
}
.c-footer__info-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  padding: 0;
}
.c-footer__info-list ul li {
  list-style: none;
  margin-left: 16px;
}
.c-footer__info-list ul li:first-child {
  margin-left: 0;
}
.c-footer__info-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 197px;
  min-height: 107px;
  height: 100%;
  text-decoration: none;
  color: initial;
  border: 2px solid #00989e;
  border-radius: 15px;
  background: url("/img/nursery/bg-nursery-info.png") repeat center;
  position: relative;
  padding: 10px 25px 10px 9px;
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px),print {
  .c-footer__info-list ul li a:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.9);
            box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.9);
  }
  .c-footer__info-list ul li a:hover::after {
    right: 6px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__info-list ul li a {
    min-height: 0;
  }
}
.c-footer__info-list ul li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: calc(50% - 7px);
  background: url("/img/nursery/icon-btn-arrow-yellow.png") no-repeat center/100%;
  -webkit-transition: right 300ms;
  transition: right 300ms;
}
@media screen and (max-width: 767px) {
  .c-footer__info-list ul li a::after {
    width: 3.3333333333vw;
    height: 3.8666666667vw;
    right: 1.6vw;
    top: calc(50% - 1.6vw);
    background: url("/img/icon-btn-arrow-yellow-sp.svg") no-repeat center/3.3333333333vw 3.8666666667vw;
  }
}
.c-footer__info-list ul li a figure {
  margin: 0 12px 0 0;
}
.c-footer__info-list ul li a figure img {
  width: 52px;
  display: block;
}
.c-footer__info-list-text {
  line-height: 1.2;
}
.c-footer__info-list-text p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #253494;
  margin: 0;
}
.c-footer__info-list-text small {
  font-size: 0.8rem;
  color: #e5e5e5;
}
.c-footer__info-links {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0 0 0 20px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-footer__info-links {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.c-footer__info-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-footer__info-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-footer__info-links ul li {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.c-footer__info-links ul li + li {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .c-footer__info-links ul li + li {
    margin: 0 2.6666666667vw;
  }
}
.c-footer__info-links ul li > a {
  width: 171px;
  display: block;
  text-decoration: none;
  padding: 12px 15px 12px 10px;
  font-size: 1.6rem;
  border-radius: 25px;
  position: relative;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  text-align: center;
}
@media screen and (min-width: 768px),print {
  .c-footer__info-links ul li > a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__info-links ul li > a {
    width: 43.0666666667vw;
    padding: 2.6666666667vw 4vw 2.6666666667vw 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.c-footer__info-links ul li > a::before {
  content: "";
  display: inline-block;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .c-footer__info-job {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.c-footer__info-job a {
  color: #000;
  background: #fff100;
}
.c-footer__info-job a::before {
  width: 17px;
  height: 21px;
  background: url("/img/nursery/icon-list.svg") no-repeat center/100%;
  vertical-align: -4px;
}
@media screen and (max-width: 767px) {
  .c-footer__info-job a::before {
    width: 4vw;
    height: 5.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__info-inquiry {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.c-footer__info-inquiry a {
  color: #fff;
  background: #253494;
}
.c-footer__info-inquiry a::before {
  width: 17px;
  height: 12px;
  background: url("/img/nursery/icon-contact.svg") no-repeat center/100%;
  vertical-align: 0;
}
@media screen and (max-width: 767px) {
  .c-footer__info-inquiry a::before {
    width: 4vw;
    height: 2.8vw;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global {
    position: absolute;
    top: 14.6666666667vw;
    left: 0;
    width: 100%;
    height: calc(100vh - 14.66667vw);
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    border-top: 1px solid #253494;
    background: #fff;
  }
  .c-nav-global[data-gnav-contents=true] {
    opacity: 1;
    pointer-events: all;
  }
}
.c-nav-global__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .c-nav-global__body {
    padding-bottom: 21.3333333333vw;
    background: #fff;
    display: block;
    position: relative;
    z-index: 10;
    height: 100%;
  }
}
.c-nav-global__list {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-nav-global__list {
    display: block;
    border-top: 1px solid #e5e5e5;
    max-width: none;
    padding: 5.3333333333vw 5.3333333333vw 4vw;
  }
}
.c-nav-global__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 3px;
}
@media screen and (max-width: 767px) {
  .c-nav-global__item {
    display: block;
    margin: 0 0 2.6666666667vw;
  }
}
.c-nav-global__item > a {
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  color: #fff;
  padding: 10px 5px;
  position: relative;
  border-radius: 5px 5px 0 0;
  min-width: 186px;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media screen and (max-width: 1399px) {
  .c-nav-global__item > a {
    min-width: 0;
    padding: 10px;
  }
}
@media screen and (min-width: 768px),print {
  .c-nav-global__item > a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global__item > a {
    display: block;
    text-align: left;
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 8vw 3.7333333333vw 4vw;
    border-bottom: 1px solid #e5e5e5;
    border-left: none;
    position: relative;
    border-radius: 3px;
  }
  .c-nav-global__item > a::after {
    content: "";
    display: block;
    width: 3.3333333333vw;
    height: 3.8666666667vw;
    position: absolute;
    right: 1.6vw;
    top: calc(50% - 1.6vw);
    background: url("/img/nursery/icon-btn-arrow-yellow.png") no-repeat center/3.3333333333vw 3.8666666667vw;
  }
}
.c-nav-global__item > a[data-gnav-type="01"] {
  background: url("/img/nursery/bg-gnav-01.png") repeat left top;
}
.c-nav-global__item > a[data-gnav-type="02"] {
  background: url("/img/nursery/bg-gnav-02.png") repeat left top;
}
.c-nav-global__item > a[data-gnav-type="03"] {
  background: url("/img/nursery/bg-gnav-03.png") repeat left top;
  color: #000;
}
.c-nav-global__item > a[data-gnav-type="03"] small {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.c-nav-global__item > a span {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 1399px) {
  .c-nav-global__item > a span {
    font-size: 1.2142857143vw;
  }
}
@media screen and (max-width: 1049px) {
  .c-nav-global__item > a span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global__item > a span {
    font-size: 4.8vw;
  }
}
.c-nav-global__item > a small {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 1399px) {
  .c-nav-global__item > a small {
    font-size: 0.9285714286vw;
  }
}
@media screen and (max-width: 1049px) {
  .c-nav-global__item > a small {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global__item > a small {
    font-size: 3.7333333333vw;
  }
}
.c-nav-global__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  padding: 5.7333333333vw 0 32vw;
  border-top: 1px solid #d6d6d6;
  list-style: none;
}
@media screen and (min-width: 768px),print {
  .c-nav-global__info {
    display: none;
  }
}
.c-nav-global__info li {
  margin: 0 1.3333333333vw;
}
.c-nav-global__info-tel a {
  display: block;
  width: 43.4666666667vw;
  border-radius: 6.1333333333vw;
  background: #e5e5e5;
  color: #000;
  font-size: 4.8vw;
  padding: 2vw 2.6666666667vw 2vw 2.6666666667vw;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
}
.c-nav-global__info-tel a::before {
  content: "";
  display: inline-block;
  width: 5.3333333333vw;
  height: 3.6vw;
  margin-right: 0.8vw;
  background: url("/img/nursery/icon-freedial.png") no-repeat center/100%;
}
.c-nav-global__info-contact a {
  display: block;
  width: 43.4666666667vw;
  border-radius: 6.1333333333vw;
  background: #00989e;
  color: #fff;
  font-size: 4.2666666667vw;
  padding: 2vw 4.6666666667vw 2vw 4.1333333333vw;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
}
.c-nav-global__info-contact a::before {
  content: "";
  display: inline-block;
  width: 4.6666666667vw;
  height: 3.6vw;
  margin-right: 0.8vw;
  background: url("/img/nursery/icon-mail.png") no-repeat center/100%;
}
.c-nav-global__info-request a {
  background: -webkit-gradient(linear, left top, right top, from(#d6edff), to(#cfe2ff));
  background: linear-gradient(to right, #d6edff 0%, #cfe2ff 100%);
}
.c-nav-global__info-request a::before {
  width: 6.8vw;
  height: 6.8vw;
  background: url("/img/icon-request.svg") no-repeat center center/auto 100%;
}
.c-nav-sitemap {
  background: #b6b6b6;
  padding: 40px 0 20px;
}
@media screen and (max-width: 767px) {
  .c-nav-sitemap {
    padding: 0;
  }
}
.c-nav-sitemap__body {
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-nav-sitemap__body {
    width: 100%;
  }
}
.c-nav-sitemap__block {
  width: 25%;
  padding-right: 15px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .c-nav-sitemap__block {
    width: 50%;
    padding-right: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #cfcfcf;
  }
  .c-nav-sitemap__block:nth-child(odd) {
    border-right: 1px solid #cfcfcf;
  }
  .c-nav-sitemap__block:nth-child(5), .c-nav-sitemap__block:nth-child(6) {
    border-bottom: none;
  }
}
.c-nav-sitemap__block dl {
  margin: 0;
}
.c-nav-sitemap__block dl dt {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-nav-sitemap__block dl dt {
    font-size: 3.7333333333vw;
    margin-bottom: 0;
  }
}
.c-nav-sitemap__block dl dt a {
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 768px),print {
  .c-nav-sitemap__block dl dt a {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .c-nav-sitemap__block dl dt a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-sitemap__block dl dt a {
    display: block;
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
.c-nav-sitemap__block dl dd {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-nav-sitemap__block dl dd {
    display: none;
  }
}
.c-nav-sitemap__block dl dd ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-nav-sitemap__block dl dd ul li {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.c-nav-sitemap__block dl dd ul li a {
  color: #000;
  display: inline-block;
  padding-left: 16px;
  position: relative;
}
.c-nav-sitemap__block dl dd ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #253494;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.c-nav-sitemap__block dl dd ul li a:hover::before {
  left: 4px;
}
.c-nav-breadcrumb {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .c-nav-breadcrumb {
    padding: 2.1333333333vw;
    display: none;
  }
}
.c-nav-breadcrumb ol {
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-nav-breadcrumb ol {
    width: 100%;
  }
}
.c-nav-breadcrumb ol > li {
  list-style: none;
}
.c-nav-breadcrumb ol > li::after {
  content: "/";
  display: inline-block;
  margin: 0 9px;
}
@media screen and (max-width: 767px) {
  .c-nav-breadcrumb ol > li::after {
    margin: 0 1.8666666667vw;
  }
}
.c-nav-breadcrumb ol > li:first-child {
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-nav-breadcrumb ol > li:first-child {
    padding-left: 7.4666666667vw;
  }
}
.c-nav-breadcrumb ol > li:first-child::before {
  content: "";
  width: 18px;
  height: 19px;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  background: url("/img/nursery/icon-breadcrumb-home.svg") no-repeat center/100%;
}
@media screen and (max-width: 767px) {
  .c-nav-breadcrumb ol > li:first-child::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    top: 1.0666666667vw;
  }
}
.c-nav-breadcrumb ol > li:last-child::after {
  display: none;
}
.c-nav-breadcrumb a {
  color: #253494;
  display: inline-block;
  text-decoration: underline;
  font-size: 1.5rem;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .c-nav-breadcrumb a {
    font-size: 3.4666666667vw;
  }
}
.c-nav-breadcrumb a:hover {
  text-decoration: none;
}
.c-nav-breadcrumb__item {
  display: inline-block;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.c-nav-breadcrumb__item[data-breadcrumb=current] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.c-nav-breadcrumb__item[data-breadcrumb=current] a {
  text-decoration: none;
  color: #000;
}
.c-list-banner {
  padding: 30px 0;
}
.c-list-banner__body {
  width: 1280;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1330px) {
  .c-list-banner__body {
    max-width: 1330px;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .c-list-banner__body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-list-banner__body > ul {
  padding: 0;
  text-align: center;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-list-banner__body > ul > li {
  list-style: none;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .c-list-banner__body > ul > li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.c-list-banner__body > ul > li > a {
  text-decoration: none;
  display: block;
}
.c-list-banner__body > ul > li > a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 575px) {
  .c-list-banner__body > ul > li > a > img {
    width: 100%;
  }
}
.c-list-category {
  font-size: 1.2rem;
}
@media screen and (max-width: 576px) {
  .c-list-category {
    display: none;
  }
}
.c-list-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0 auto 50px;
  padding: 0;
}
.c-list-category li {
  list-style: none;
  margin: 0 10px;
  padding: 0;
}
.c-list-category a {
  background: #efefef;
  color: #000;
  font-weight: bold;
  border: 1px solid transparent;
  border-radius: 5px;
  display: block;
  padding: 1em 1.9em;
  text-decoration: none;
}
.c-list-tag {
  font-size: 1rem;
}
@media screen and (max-width: 576px) {
  .c-list-tag {
    display: none;
  }
}
.c-list-tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}
.c-list-tag li {
  list-style: none;
  margin: 0 0.3em;
  padding: 0;
}
.c-list-tag a {
  background: #253494;
  color: #fff;
  display: block;
  padding: 1em 1.9em;
  text-decoration: none;
}
.c-title-page {
  padding: 59px 0 52px;
  background: url("/img/nursery/bg-page-title.png") no-repeat center bottom/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title-page {
    padding: 6.6666666667vw 2.6666666667vw;
  }
}
.c-title-page h1,
.c-title-page > div {
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 1.6;
  padding: 0 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title-page h1,
.c-title-page > div {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-title-page h1,
.c-title-page > div {
    font-size: 6.9333333333vw;
    text-align: center;
  }
}
.c-hero {
  position: relative;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .c-hero {
    margin-bottom: 20vw;
  }
}
.c-hero::before {
  content: "";
  display: block;
  width: 160px;
  height: 97px;
  position: absolute;
  bottom: 0;
  left: 50px;
  background: url("/img/nursery/hero-pict-tree.png") no-repeat center/100%;
  z-index: 200;
}
@media screen and (max-width: 767px) {
  .c-hero::before {
    width: 17.8666666667vw;
    height: 11.4666666667vw;
    bottom: -0.9333333333vw;
    left: -3.3333333333vw;
  }
}
.c-hero::after {
  content: "";
  display: block;
  width: 64px;
  height: 88px;
  position: absolute;
  bottom: 0;
  right: 64px;
  background: url("/img/nursery/hero-pict-tanpopo.png") no-repeat center/100%;
  z-index: 200;
}
@media screen and (max-width: 767px) {
  .c-hero::after {
    width: 7.6vw;
    height: 10.5333333333vw;
    right: 2.9333333333vw;
  }
}
.c-hero__slide {
  position: relative;
  margin: 0 auto;
}
.c-hero__slide-item {
  border-radius: 8px;
  overflow: hidden;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-hero__slide-item {
    border-radius: 1.3333333333vw;
  }
}
.c-hero__slide img {
  width: 100%;
}
.c-hero__slide .slick-list {
  padding: 0 !important;
  overflow: visible;
}
.c-hero__slide .slick-dots {
  position: absolute;
  bottom: 27px;
  right: 50%;
  margin-right: -315px;
  text-align: center;
  padding: 0;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .c-hero__slide .slick-dots {
    left: 0;
    right: 0;
    bottom: -10.6666666667vw;
    margin: auto;
  }
}
.c-hero__slide .slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
.c-hero__slide .slick-dots li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  cursor: pointer;
  background: #fff;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-hero__slide .slick-dots li button {
    background: #b6b6b6;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.c-hero__slide .slick-dots li.slick-active button {
  background: #253494;
}
.c-hero__text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
}
.c-hero__text::before {
  content: "";
  display: block;
  width: 480px;
  height: 240px;
  border-radius: 240px 240px 0 0;
  background: #fff;
  position: absolute;
  bottom: -105px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-hero__text::before {
    width: 70.6666666667vw;
    height: 35.3333333333vw;
    border-radius: 35.3333333333vw 35.3333333333vw 0 0;
    bottom: -11.2vw;
  }
}
.c-hero__text p {
  position: relative;
  margin: 0;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-hero__text p {
    font-size: 6.4vw;
  }
}
.c-hero__text span {
  color: #1e51a2;
}
.c-hero__text small {
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .c-hero__text small {
    font-size: 4.1333333333vw;
  }
}
.c-pagination {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 4rem;
  margin: 0 0 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    font-size: 4.2666666667vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 8vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-pagination a {
  background: none;
  color: currentColor;
  text-decoration: none;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-pagination a {
    font-size: 4.2666666667vw;
  }
}
.c-pagination__prev a, .c-pagination__next a {
  display: block;
  padding: 0 17px;
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-pagination__prev a, .c-pagination__next a {
    padding: 0 4vw;
  }
}
.c-pagination__prev a[data-disabled=true], .c-pagination__next a[data-disabled=true] {
  opacity: 0.3;
  pointer-events: none;
}
.c-pagination__prev a::after, .c-pagination__next a::after {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: before 300ms, after 300ms;
  transition: before 300ms, after 300ms;
}
@media screen and (max-width: 767px) {
  .c-pagination__prev a::after, .c-pagination__next a::after {
    border-width: 0 2px 2px 0;
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    top: calc(50% - 0.8vw);
  }
}
.c-pagination__prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  .c-pagination__prev {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 768px),print {
  .c-pagination__prev a:hover::before {
    left: -7px;
  }
}
.c-pagination__prev a::after {
  left: 0;
}
.c-pagination__next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px),print {
  .c-pagination__next a:hover::after {
    right: -7px;
  }
}
.c-pagination__next a::after {
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-pagination__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  list-style: none;
  margin: 0 50px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-pagination__numbers {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-pagination__number {
  display: block;
  list-style: none;
  margin: 0 5px;
  font-family: "Roboto", sans-serif;
}
.c-pagination__number--current {
  border-bottom: 2px solid #253494;
}
.c-pagination__number--current:hover {
  padding-bottom: 0;
}
.c-pagination__number a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  line-height: 1;
  -webkit-transition: background 300ms, color 300ms;
  transition: background 300ms, color 300ms;
}
@media screen and (min-width: 768px),print {
  .c-pagination__number a:hover {
    background: #253494;
    color: #fff;
  }
}
.c-pagination__number a[aria-current=page] {
  background: #ffa200 !important;
  color: #fff;
}
[data-article=detail] .c-pagination__prev a, [data-article=detail] .c-pagination__next a {
  display: block;
  padding: 3px 45px 3px 42px;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  border: 3px solid #ffae00;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  [data-article=detail] .c-pagination__prev a, [data-article=detail] .c-pagination__next a {
    padding: 0.8vw 8vw 0.8vw 8.6666666667vw;
  }
}
[data-article=detail] .c-pagination__prev a[data-disabled=true], [data-article=detail] .c-pagination__next a[data-disabled=true] {
  opacity: 0.3;
  pointer-events: none;
}
[data-article=detail] .c-pagination__prev a::after, [data-article=detail] .c-pagination__next a::after {
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  right: 20px;
}
@media screen and (max-width: 767px) {
  [data-article=detail] .c-pagination__prev a::after, [data-article=detail] .c-pagination__next a::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    top: calc(50% - 0.8vw);
    right: 4vw;
  }
}
@media screen and (min-width: 768px),print {
  [data-article=detail] .c-pagination__next a:hover::after {
    right: 10px;
  }
}
[data-article=detail] .c-pagination__prev a {
  padding: 3px 42px 3px 45px;
}
@media screen and (min-width: 768px),print {
  [data-article=detail] .c-pagination__prev a:hover::after {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  [data-article=detail] .c-pagination__prev a {
    padding: 0.8vw 8vw 0.8vw 8.6666666667vw;
  }
}
[data-article=detail] .c-pagination__prev a::after {
  left: 20px;
}
@media screen and (max-width: 767px) {
  [data-article=detail] .c-pagination__prev a::after {
    left: 4vw;
  }
}
[data-article=detail] .c-pagination__return {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 35px;
}
@media screen and (max-width: 767px) {
  [data-article=detail] .c-pagination__return {
    width: 100%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin: 4vw 0 0;
  }
}
[data-article=detail] .c-pagination__return a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 250px;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 15px 35px 15px 25px;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 15px;
  position: relative;
  background: #fff100;
  line-height: 1.4;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media screen and (min-width: 768px),print {
  [data-article=detail] .c-pagination__return a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  [data-article=detail] .c-pagination__return a {
    min-width: 0;
    width: 100%;
    border-radius: 5.3333333333vw;
    padding: 2.6666666667vw 9.3333333333vw 2.6666666667vw 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
[data-article=detail] .c-pagination__return a small {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  [data-article=detail] .c-pagination__return a small {
    font-size: 3.2vw;
  }
}
[data-article=detail] .c-pagination__return a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 19px;
  background: url("/img/nursery/icon-return-list.png") no-repeat center/100%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  [data-article=detail] .c-pagination__return a::before {
    width: 4vw;
    height: 3.7333333333vw;
    margin-right: 4vw;
  }
}
.c-card {
  font-size: 1.6rem;
  border: 1px solid #d2cdcd;
  height: 100%;
  outline: 2px solid transparent;
  overflow: hidden;
  position: relative;
  -webkit-transition: outline 300ms;
  transition: outline 300ms;
}
.c-card:hover {
  border: 1px solid #7583dd;
  outline: 2px solid #7583dd;
}
.c-card[data-is-new=true]::before {
  background: #253494;
  color: #fff;
  content: "new";
  display: block;
  font-size: 0.875em;
  font-weight: bold;
  height: 74px;
  left: -38px;
  padding: 50px 0 0;
  position: absolute;
  text-align: center;
  top: -38px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 74px;
  z-index: 1;
}
.c-card > a {
  color: currentColor;
  height: 100%;
  text-decoration: none;
}
.c-card__img {
  background: #efefef;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.c-card__img img {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .c-card__img img {
    height: 100%;
    -o-object-fit: cover;
       font-family: "object-fit:cover;object-position:center top";
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}
.c-card__header {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 0 22px;
}
.c-card__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  font-size: 0.875em;
  padding: 10px 22px 30px;
}
.c-card__title {
  font-size: 1.25em;
  margin: 0 auto;
  padding: 0;
  color: #00989e;
}
.c-card__time {
  display: none;
}
.c-card__tags ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.c-card__tag-item {
  display: inline-block;
  font-size: 0.75em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-card__tag-item span {
  background: black;
  color: #fff;
  display: block;
  padding: 3px 15px;
}
.c-card__author {
  display: none;
}
.c-card__description {
  margin: 0;
  padding: 0;
}
.c-card__description p {
  margin: 0;
  padding: 0;
}
.c-content-index {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .c-content-index {
    padding-bottom: 8vw;
  }
}
.c-content-index__category-list {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .c-content-index__category-list {
    margin-bottom: 6.6666666667vw;
  }
}
.c-content-index__category-list ul {
  border: 3px #e5e5e5 solid;
  border-radius: 10px;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 18px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-content-index__category-list ul {
    margin-bottom: 6.6666666667vw;
    padding: 2.6666666667vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.c-content-index__category-list ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 7px;
}
@media screen and (max-width: 767px) {
  .c-content-index__category-list ul li {
    margin: 1.3333333333vw;
  }
}
.c-content-index__category-list ul li a,
.c-content-index__category-list ul li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 12px 14px;
  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;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media screen and (max-width: 767px) {
  .c-content-index__category-list ul li a,
.c-content-index__category-list ul li button {
    padding: 1.3333333333vw 2.6666666667vw;
    line-height: 1.5;
  }
}
.c-content-index__category-list ul li a span,
.c-content-index__category-list ul li button span {
  font-size: 1.8rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-content-index__category-list ul li a span,
.c-content-index__category-list ul li button span {
    font-size: 4vw;
  }
}
.c-content-index__category-list ul li a small,
.c-content-index__category-list ul li button small {
  font-size: 1.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-content-index__category-list ul li a small,
.c-content-index__category-list ul li button small {
    font-size: 3.2vw;
  }
}
.c-content-index__category-list ul li a[data-category=all],
.c-content-index__category-list ul li button[data-category=all] {
  background: #253494;
}
.c-content-index__category-list ul li a[data-category=chilled-01],
.c-content-index__category-list ul li button[data-category=chilled-01] {
  background: #67c0e5;
}
.c-content-index__category-list ul li a[data-category=chilled-02],
.c-content-index__category-list ul li button[data-category=chilled-02] {
  background: #7b99e6;
}
.c-content-index__category-list ul li a[data-category=tanpopo-01],
.c-content-index__category-list ul li button[data-category=tanpopo-01] {
  background: #5ed181;
}
.c-content-index__category-list ul li a[data-category=tanpopo-02],
.c-content-index__category-list ul li button[data-category=tanpopo-02] {
  background: #ffba00;
}
.c-content-index__category-list ul li a:hover,
.c-content-index__category-list ul li button:hover {
  opacity: 0.6;
}
.c-content-index__list {
  width: 100%;
  border-top: 2px dotted #000;
}
.c-content-index__item {
  border-bottom: 2px dotted #000;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .c-content-index__item {
    display: block;
    padding: 6.6666666667vw 0;
  }
}
.c-content-index__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #000;
  text-decoration: none;
  width: 100%;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media screen and (min-width: 768px),print {
  .c-content-index__item a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .c-content-index__item a {
    display: block;
  }
}
.c-content-index__item figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 32px 0 0;
  width: 193px;
}
@media screen and (max-width: 767px) {
  .c-content-index__item figure {
    width: 100%;
  }
}
.c-content-index__item figure img {
  width: 100%;
  border-radius: 5px;
  display: block;
}
.c-content-index__text {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .c-content-index__text {
    display: block;
    margin-bottom: 0;
    padding: 4vw 0 0;
  }
}
.c-content-index__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-content-index__meta {
    margin-bottom: 2.6666666667vw;
  }
}
.c-content-index__date {
  margin: 0;
  font-size: 1.8rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-content-index__date {
    width: auto;
    font-size: 4.2666666667vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.c-content-index__category {
  margin: 0;
  padding: 5px 22px 5px 15px;
  text-align: center;
  color: #fff;
  border-radius: 5px 0 0 5px;
  line-height: 1.4;
  margin-left: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-content-index__category {
    font-size: 3.4666666667vw;
    min-width: 17.3333333333vw;
    margin-left: 0;
    padding: 1.0666666667vw 4vw 1.0666666667vw 2.1333333333vw;
    margin-left: 2.6666666667vw;
  }
}
.c-content-index__category::after {
  content: "";
  width: 7px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url("/img/nursery/bg-category.png") no-repeat center/100% 100%;
}
.c-content-index__category[data-category=chilled-01] {
  background: #67c0e5;
}
.c-content-index__category[data-category=chilled-02] {
  background: #7b99e6;
}
.c-content-index__category[data-category=tanpopo-01] {
  background: #5ed181;
}
.c-content-index__category[data-category=tanpopo-02] {
  background: #ffba00;
}
.c-content-index__title {
  margin: 0;
  line-height: 1.6;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-content-index__title {
    font-size: 4vw;
  }
}
.c-content-index__btn {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-content-index__btn {
    margin-bottom: 0;
  }
}
.c-content-index__btn a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 383px;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  text-decoration: none;
  padding: 20px 45px 20px 30px;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 45px;
  position: relative;
  background: #fff100;
  line-height: 1.4;
}
@media screen and (min-width: 768px),print {
  .c-content-index__btn a:hover::after {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-content-index__btn a {
    min-width: 0;
    width: 100%;
    padding: 2.6666666667vw 9.3333333333vw 2.6666666667vw 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.c-content-index__btn a small {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-content-index__btn a small {
    font-size: 3.7333333333vw;
  }
}
.c-content-index__btn a::after {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: 25px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: right 300ms;
  transition: right 300ms;
}
@media screen and (max-width: 767px) {
  .c-content-index__btn a::after {
    border-width: 0 2px 2px 0;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    top: calc(50% - 1.06667vw);
  }
}
.bge-contents,
.c-content-main {
  font-size: 1.6rem;
  line-height: 1.9;
  /**
   * メールフォーム
   *
   */
  /**
   * ブログ
   */
  /**
  * 関連記事module
  */
  /**
  * アンカー
  */
  /**
   * インタビュー
   */
  /**
   * FAQ
   */
  /**
   * 採用ページ
   */
}
@media screen and (max-width: 767px) {
  .bge-contents,
.c-content-main {
    font-size: 4.2666666667vw;
  }
}
.bge-contents a,
.c-content-main a {
  color: #253494;
  word-break: break-all;
}
@media screen and (min-width: 768px),print {
  .bge-contents a[href^=tel],
.c-content-main a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    color: #000;
  }
}
.bge-contents h2,
.c-content-main h2 {
  font-size: 3rem;
  color: #fff;
  line-height: 1.6;
  margin: 1em 0 40px;
  padding: 12px 20px 10px;
  border-radius: 10px 0 0 10px;
  background: url("/img/nursery/bg-h3.png") repeat left top;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bge-contents h2,
.c-content-main h2 {
    font-size: 5.8666666667vw;
    margin: 1em 0 8vw;
    padding: 2.6666666667vw 4vw;
  }
}
.bge-contents h2::after,
.c-content-main h2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 100%;
  background: url("/img/nursery/bg-h3-mask.png") no-repeat right top/100% 100%;
}
@media screen and (max-width: 767px) {
  .bge-contents h2::after,
.c-content-main h2::after {
    width: 2vw;
  }
}
.bge-contents h2:first-child,
.c-content-main h2:first-child {
  margin-top: 0;
}
.bge-contents h2:only-child,
.c-content-main h2:only-child {
  margin: 0;
}
.c-page-sub__content-main .bge-contents .bgb-title,
.c-page-sub__content-main .c-content-main .bgb-title {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px),print {
  .c-page-sub__content-main .bge-contents .bgb-title,
.c-page-sub__content-main .c-content-main .bgb-title {
    margin-bottom: 40px;
  }
}
.c-page-sub__content-main .bge-contents .bgb-title.bgb-opt--mb-large,
.c-page-sub__content-main .c-content-main .bgb-title.bgb-opt--mb-large {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-main .bge-contents .bgb-title.bgb-opt--mb-large,
.c-page-sub__content-main .c-content-main .bgb-title.bgb-opt--mb-large {
    margin-bottom: 12vw !important;
  }
}
.c-page-sub__content-main .bge-contents .bgb-title .bgb-opt--mb-small,
.c-page-sub__content-main .c-content-main .bgb-title .bgb-opt--mb-small {
  margin-bottom: 4vw !important;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-main .bge-contents .bgb-title .bgb-opt--mb-small,
.c-page-sub__content-main .c-content-main .bgb-title .bgb-opt--mb-small {
    margin-bottom: 3.2vw !important;
  }
}
@media screen and (min-width: 768px),print {
  .c-page-sub__content-main .bge-contents .bgb-title.bgb-opt--border-thin, .c-page-sub__content-main .bge-contents .bgb-title.bgb-opt--border-bold, .c-page-sub__content-main .bge-contents .bgb-title.bgb-opt--border-dotted,
.c-page-sub__content-main .c-content-main .bgb-title.bgb-opt--border-thin,
.c-page-sub__content-main .c-content-main .bgb-title.bgb-opt--border-bold,
.c-page-sub__content-main .c-content-main .bgb-title.bgb-opt--border-dotted {
    margin-left: 0;
    margin-right: 0;
  }
}
.bge-contents .bgb-title.h2-tanpopo h2,
.c-content-main .bgb-title.h2-tanpopo h2 {
  background: url("/img/nursery/bg-dot-orange.png") repeat left top;
}
.bge-contents .security h2,
.bge-contents .facility h2,
.bge-contents .garden h2,
.bge-contents .oneday h2,
.bge-contents .wood h2,
.bge-contents .tableware h2,
.c-content-main .security h2,
.c-content-main .facility h2,
.c-content-main .garden h2,
.c-content-main .oneday h2,
.c-content-main .wood h2,
.c-content-main .tableware h2 {
  padding-left: 70px;
}
@media screen and (max-width: 767px) {
  .bge-contents .security h2,
.bge-contents .facility h2,
.bge-contents .garden h2,
.bge-contents .oneday h2,
.bge-contents .wood h2,
.bge-contents .tableware h2,
.c-content-main .security h2,
.c-content-main .facility h2,
.c-content-main .garden h2,
.c-content-main .oneday h2,
.c-content-main .wood h2,
.c-content-main .tableware h2 {
    padding-left: 13.3333333333vw;
  }
}
.bge-contents .security h2::before,
.bge-contents .facility h2::before,
.bge-contents .garden h2::before,
.bge-contents .oneday h2::before,
.bge-contents .wood h2::before,
.bge-contents .tableware h2::before,
.c-content-main .security h2::before,
.c-content-main .facility h2::before,
.c-content-main .garden h2::before,
.c-content-main .oneday h2::before,
.c-content-main .wood h2::before,
.c-content-main .tableware h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 51px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .bge-contents .security h2::before,
.bge-contents .facility h2::before,
.bge-contents .garden h2::before,
.bge-contents .oneday h2::before,
.bge-contents .wood h2::before,
.bge-contents .tableware h2::before,
.c-content-main .security h2::before,
.c-content-main .facility h2::before,
.c-content-main .garden h2::before,
.c-content-main .oneday h2::before,
.c-content-main .wood h2::before,
.c-content-main .tableware h2::before {
    top: 0.5333333333vw;
    width: 10.6666666667vw;
    height: 13.3333333333vw;
    left: 1.3333333333vw;
  }
}
.bge-contents .security h2::before,
.c-content-main .security h2::before {
  background-image: url("/img/nursery/icon-security.png");
}
.bge-contents .facility h2::before,
.c-content-main .facility h2::before {
  background-image: url("/img/nursery/icon-facility.png");
}
.bge-contents .garden h2::before,
.c-content-main .garden h2::before {
  background-image: url("/img/nursery/icon-garden.png");
}
.bge-contents .oneday h2::before,
.c-content-main .oneday h2::before {
  background-image: url("/img/nursery/icon-oneday.png");
}
.bge-contents .wood h2::before,
.c-content-main .wood h2::before {
  background-image: url("/img/nursery/icon-wood.png");
}
.bge-contents .tableware h2::before,
.c-content-main .tableware h2::before {
  background-image: url("/img/nursery/icon-tableware.png");
}
.bge-contents .tanpopo h2,
.c-content-main .tanpopo h2 {
  background: url("/img/nursery/bg-dot-orange.png") repeat left top;
}
.bge-contents .title-h1 h2,
.c-content-main .title-h1 h2 {
  font-size: 3.6rem;
  line-height: 1.6;
  margin: 0 0 30px;
  position: relative;
  text-align: center;
  overflow: hidden;
  color: #000;
  background: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .bge-contents .title-h1 h2,
.c-content-main .title-h1 h2 {
    font-size: 6.4vw;
    margin: 0 0 8vw;
    line-height: 1.4;
  }
}
.bge-contents .title-h1 h2::after,
.c-content-main .title-h1 h2::after {
  content: none;
}
.bge-contents h3,
.c-content-main h3 {
  font-size: 2.6rem;
  line-height: 1.7;
  margin: 1em 0 35px;
  padding: 0 8px 15px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .bge-contents h3,
.c-content-main h3 {
    font-size: 5.3333333333vw;
    margin: 1em 0 8vw;
    padding: 0 0 2.6666666667vw;
  }
}
.bge-contents h3::before,
.c-content-main h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #efefef;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .bge-contents h3::before,
.c-content-main h3::before {
    height: 3px;
  }
}
.bge-contents h3::after,
.c-content-main h3::after {
  content: "";
  width: 220px;
  height: 5px;
  background: #ffba00;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 2px 0 0 2px;
}
@media screen and (max-width: 767px) {
  .bge-contents h3::after,
.c-content-main h3::after {
    width: 29.3333333333vw;
    height: 3px;
  }
}
.bge-contents h3:first-child,
.c-content-main h3:first-child {
  margin-top: 0;
}
.c-page-sub__content-main .bge-contents .bgb-title2,
.c-page-sub__content-main .c-content-main .bgb-title2 {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px),print {
  .c-page-sub__content-main .bge-contents .bgb-title2,
.c-page-sub__content-main .c-content-main .bgb-title2 {
    margin-bottom: 40px;
  }
}
.c-page-sub__content-main .bge-contents .bgb-title2.bgb-opt--mb-large,
.c-page-sub__content-main .c-content-main .bgb-title2.bgb-opt--mb-large {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-main .bge-contents .bgb-title2.bgb-opt--mb-large,
.c-page-sub__content-main .c-content-main .bgb-title2.bgb-opt--mb-large {
    margin-bottom: 12vw !important;
  }
}
.c-page-sub__content-main .bge-contents .bgb-title2 .bgb-opt--mb-small,
.c-page-sub__content-main .c-content-main .bgb-title2 .bgb-opt--mb-small {
  margin-bottom: 4vw !important;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-main .bge-contents .bgb-title2 .bgb-opt--mb-small,
.c-page-sub__content-main .c-content-main .bgb-title2 .bgb-opt--mb-small {
    margin-bottom: 3.2vw !important;
  }
}
@media screen and (min-width: 768px),print {
  .c-page-sub__content-main .bge-contents .bgb-title2.bgb-opt--border-thin, .c-page-sub__content-main .bge-contents .bgb-title2.bgb-opt--border-bold, .c-page-sub__content-main .bge-contents .bgb-title2.bgb-opt--border-dotted,
.c-page-sub__content-main .c-content-main .bgb-title2.bgb-opt--border-thin,
.c-page-sub__content-main .c-content-main .bgb-title2.bgb-opt--border-bold,
.c-page-sub__content-main .c-content-main .bgb-title2.bgb-opt--border-dotted {
    margin-left: 0;
    margin-right: 0;
  }
}
.bge-contents h4,
.c-content-main h4 {
  font-size: 2rem;
  line-height: 1.8;
  margin: 1em 0;
  position: relative;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 767px) {
  .bge-contents h4,
.c-content-main h4 {
    font-size: 4.8vw;
  }
}
.bge-contents h4 span,
.c-content-main h4 span {
  display: inline-block;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .bge-contents h4 span,
.c-content-main h4 span {
    padding: 0 2.1333333333vw;
  }
}
.bge-contents h4 span::after,
.c-content-main h4 span::after {
  content: "";
  display: block;
  height: 10px;
  background: #85cdea;
  border-radius: 4px;
  margin: -10px -10px 0;
}
@media screen and (max-width: 767px) {
  .bge-contents h4 span::after,
.c-content-main h4 span::after {
    height: 0 2.1333333333vw;
    margin: -2.1333333333vw -2.1333333333vw 0;
  }
}
.bge-contents h4:first-child,
.c-content-main h4:first-child {
  margin-top: 0;
}
.bge-contents h5,
.c-content-main h5 {
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 1em 0 10px;
  color: #ffa200;
}
@media screen and (max-width: 767px) {
  .bge-contents h5,
.c-content-main h5 {
    font-size: 4.2666666667vw;
    margin: 1em 0 2.6666666667vw;
  }
}
.bge-contents h5:first-child,
.c-content-main h5:first-child {
  margin-top: 0;
}
.bge-contents h6,
.c-content-main h6 {
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 1em 0 10px;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .bge-contents h6,
.c-content-main h6 {
    font-size: 4.2666666667vw;
    margin: 1em 0 2.6666666667vw;
    padding-left: 4.2666666667vw;
  }
}
.bge-contents h6:first-child,
.c-content-main h6:first-child {
  margin-top: 0;
}
.bge-contents h6::before,
.c-content-main h6::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffba00;
}
@media screen and (max-width: 767px) {
  .bge-contents h6::before,
.c-content-main h6::before {
    width: 2.4vw;
    height: 2.4vw;
    top: 2.1333333333vw;
  }
}
.bge-contents ul,
.c-content-main ul {
  padding: 0;
  line-height: 1.625;
  list-style: none;
}
.bge-contents ul:only-child,
.c-content-main ul:only-child {
  margin: 0;
}
.bge-contents ul li,
.c-content-main ul li {
  position: relative;
  padding: 3px 0 3px 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .bge-contents ul li,
.c-content-main ul li {
    padding: 0 0 0 4vw;
  }
}
.bge-contents ul li::before,
.c-content-main ul li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #253494;
}
@media screen and (max-width: 767px) {
  .bge-contents ul li::before,
.c-content-main ul li::before {
    width: 1.6vw;
    height: 1.6vw;
    top: 2.6666666667vw;
  }
}
.bge-contents ul li ul,
.c-content-main ul li ul {
  margin-top: 0.2em;
}
.bge-contents ul li ul li,
.c-content-main ul li ul li {
  padding: 3px 0 3px 15px;
}
@media screen and (max-width: 767px) {
  .bge-contents ul li ul li,
.c-content-main ul li ul li {
    padding: 0 0 0 3.3333333333vw;
  }
}
.bge-contents ul li ul li::before,
.c-content-main ul li ul li::before {
  background: #c9c9c9;
}
.bge-contents ul ul,
.bge-contents ul ol,
.c-content-main ul ul,
.c-content-main ul ol {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .bge-contents ul ul,
.bge-contents ul ol,
.c-content-main ul ul,
.c-content-main ul ol {
    margin-left: 0;
  }
}
.bge-contents ul.ul-inline,
.c-content-main ul.ul-inline {
  letter-spacing: -0.04em;
}
.bge-contents ul.ul-inline li,
.c-content-main ul.ul-inline li {
  display: inline-block;
  width: 33%;
  padding-right: 15px;
  letter-spacing: normal;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .bge-contents ul.ul-inline li,
.c-content-main ul.ul-inline li {
    width: auto;
    padding-right: 0;
    display: block;
  }
}
.bge-contents ol,
.c-content-main ol {
  counter-reset: content-main-ol-default;
  padding: 0;
  line-height: 1.625;
  list-style: none;
}
.bge-contents ol:only-child,
.c-content-main ol:only-child {
  margin: 0;
}
.bge-contents ol li,
.c-content-main ol li {
  position: relative;
  padding: 3px 0 3px 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .bge-contents ol li,
.c-content-main ol li {
    padding: 0 0 0 7.3333333333vw;
  }
}
.bge-contents ol li::before,
.c-content-main ol li::before {
  content: counter(content-main-ol-default, decimal-leading-zero) ". ";
  counter-increment: content-main-ol-default;
  color: #253494;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
}
@media screen and (max-width: 767px) {
  .bge-contents ol li::before,
.c-content-main ol li::before {
    top: 0.5333333333vw;
  }
}
.bge-contents ol li ol,
.c-content-main ol li ol {
  margin-top: 0.2em;
}
.bge-contents ol li ol li::before,
.c-content-main ol li ol li::before {
  content: counter(content-main-ol-default, decimal-leading-zero) ". ";
  counter-increment: content-main-ol-default;
  color: #c9c9c9;
  font-style: normal;
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
}
@media screen and (max-width: 767px) {
  .bge-contents ol li ol li::before,
.c-content-main ol li ol li::before {
    top: 0.5333333333vw;
  }
}
.bge-contents ol ul,
.bge-contents ol ol,
.c-content-main ol ul,
.c-content-main ol ol {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .bge-contents ol ul,
.bge-contents ol ol,
.c-content-main ol ul,
.c-content-main ol ol {
    margin-left: 0;
  }
}
.bge-contents .table01 table,
.c-content-main .table01 table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .bge-contents .table01 table,
.c-content-main .table01 table {
    margin-bottom: 6.6666666667vw;
  }
}
.bge-contents .table01 caption,
.c-content-main .table01 caption {
  font-weight: bold;
  text-align: left;
  padding: 10px 0;
  font-size: 2.2rem;
  line-height: 1.8;
  color: #253494;
}
@media screen and (max-width: 767px) {
  .bge-contents .table01 caption,
.c-content-main .table01 caption {
    font-size: 4.8vw;
    padding: 2.6666666667vw 0;
  }
}
.bge-contents .table01 thead,
.c-content-main .table01 thead {
  background: #67c0e5;
}
.bge-contents .table01 thead th,
.c-content-main .table01 thead th {
  background: #67c0e5;
  color: #fff;
}
.bge-contents .table01 tr:nth-child(even) th,
.bge-contents .table01 tr:nth-child(even) td,
.c-content-main .table01 tr:nth-child(even) th,
.c-content-main .table01 tr:nth-child(even) td {
  background: #fffbea;
}
.bge-contents .table01 th,
.bge-contents .table01 td,
.c-content-main .table01 th,
.c-content-main .table01 td {
  padding: 22px 28px 23px;
  border-right: 2px dotted #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bge-contents .table01 th,
.bge-contents .table01 td,
.c-content-main .table01 th,
.c-content-main .table01 td {
    padding: 2.1333333333vw 2.6666666667vw;
    font-size: 4vw;
  }
}
.bge-contents .table01 th:last-child,
.bge-contents .table01 td:last-child,
.c-content-main .table01 th:last-child,
.c-content-main .table01 td:last-child {
  border-right: none;
}
.bge-contents .table01 th,
.c-content-main .table01 th {
  text-align: left;
  font-weight: bold;
}
.bge-contents .table01 .scroll-table,
.c-content-main .table01 .scroll-table {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .bge-contents .table01 .scroll-table,
.c-content-main .table01 .scroll-table {
    overflow: auto;
  }
  .bge-contents .table01 .scroll-table table,
.c-content-main .table01 .scroll-table table {
    width: 200vw;
  }
  .bge-contents .table01 .scroll-table::-webkit-scrollbar,
.c-content-main .table01 .scroll-table::-webkit-scrollbar {
    height: 8px;
  }
  .bge-contents .table01 .scroll-table::-webkit-scrollbar-track,
.c-content-main .table01 .scroll-table::-webkit-scrollbar-track {
    background: #e5e5e5;
    border-radius: 8px;
  }
  .bge-contents .table01 .scroll-table::-webkit-scrollbar-thumb,
.c-content-main .table01 .scroll-table::-webkit-scrollbar-thumb {
    background: #d6d6d6;
    border-radius: 8px;
  }
}
.bge-contents .table01 .scroll-table-note,
.c-content-main .table01 .scroll-table-note {
  display: none;
}
@media screen and (max-width: 767px) {
  .bge-contents .table01 .scroll-table-note,
.c-content-main .table01 .scroll-table-note {
    font-size: 3.7333333333vw;
    font-weight: bold;
    padding: 0.8vw 2.6666666667vw 0.8vw 9.3333333333vw;
    margin-bottom: 10px;
    line-height: 1.6;
  }
}
.bge-contents .bge-type-table,
.c-content-main .bge-type-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .bge-contents .bge-type-table,
.c-content-main .bge-type-table {
    margin-bottom: 6.6666666667vw;
  }
}
.bge-contents .bge-type-table caption,
.c-content-main .bge-type-table caption {
  font-weight: bold;
  text-align: left;
  padding: 10px 0;
  font-size: 2.2rem;
  line-height: 1.8;
  color: #253494;
}
@media screen and (max-width: 767px) {
  .bge-contents .bge-type-table caption,
.c-content-main .bge-type-table caption {
    font-size: 4.8vw;
    padding: 2.6666666667vw 0;
  }
}
.bge-contents .bge-type-table thead,
.c-content-main .bge-type-table thead {
  background: #67c0e5;
}
.bge-contents .bge-type-table thead th,
.c-content-main .bge-type-table thead th {
  background: #67c0e5;
  color: #fff;
}
.bge-contents .bge-type-table tr:nth-child(even) th,
.bge-contents .bge-type-table tr:nth-child(even) td,
.c-content-main .bge-type-table tr:nth-child(even) th,
.c-content-main .bge-type-table tr:nth-child(even) td {
  background: #fffbea;
}
.bge-contents .bge-type-table th,
.bge-contents .bge-type-table td,
.c-content-main .bge-type-table th,
.c-content-main .bge-type-table td {
  padding: 22px 28px 23px;
  border-right: 2px dotted #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bge-contents .bge-type-table th,
.bge-contents .bge-type-table td,
.c-content-main .bge-type-table th,
.c-content-main .bge-type-table td {
    padding: 2.1333333333vw 2.6666666667vw;
    font-size: 4vw;
  }
}
.bge-contents .bge-type-table th:last-child,
.bge-contents .bge-type-table td:last-child,
.c-content-main .bge-type-table th:last-child,
.c-content-main .bge-type-table td:last-child {
  border-right: none;
}
.bge-contents .bge-type-table th,
.c-content-main .bge-type-table th {
  text-align: left;
  font-weight: bold;
}
.bge-contents .table02 table,
.c-content-main .table02 table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #cccfd1;
}
@media screen and (max-width: 767px) {
  .bge-contents .table02 table,
.c-content-main .table02 table {
    margin-bottom: 6.6666666667vw;
  }
}
.bge-contents .table02 caption,
.c-content-main .table02 caption {
  font-weight: bold;
  text-align: left;
  padding: 10px 0;
  font-size: 2.2rem;
  line-height: 1.8;
  color: #253494;
}
@media screen and (max-width: 767px) {
  .bge-contents .table02 caption,
.c-content-main .table02 caption {
    font-size: 4.8vw;
    padding: 2.6666666667vw 0;
  }
}
.bge-contents .table02 tr:first-child th:first-child,
.bge-contents .table02 tr:first-child td:first-child,
.c-content-main .table02 tr:first-child th:first-child,
.c-content-main .table02 tr:first-child td:first-child {
  border-radius: 6px 0 0 0;
}
.bge-contents .table02 tr:first-child th:last-child,
.bge-contents .table02 tr:first-child td:last-child,
.c-content-main .table02 tr:first-child th:last-child,
.c-content-main .table02 tr:first-child td:last-child {
  border-radius: 0 6px 0 0;
}
.bge-contents .table02 tr:last-child th,
.bge-contents .table02 tr:last-child td,
.c-content-main .table02 tr:last-child th,
.c-content-main .table02 tr:last-child td {
  border-bottom: none;
}
.bge-contents .table02 tr:last-child th:first-child,
.bge-contents .table02 tr:last-child td:first-child,
.c-content-main .table02 tr:last-child th:first-child,
.c-content-main .table02 tr:last-child td:first-child {
  border-radius: 0 0 0 6px;
}
.bge-contents .table02 tr:last-child th:last-child,
.bge-contents .table02 tr:last-child td:last-child,
.c-content-main .table02 tr:last-child th:last-child,
.c-content-main .table02 tr:last-child td:last-child {
  border-radius: 0 0 6px 0;
}
.bge-contents .table02 th,
.bge-contents .table02 td,
.c-content-main .table02 th,
.c-content-main .table02 td {
  padding: 15px 24px;
  border-left: 1px solid #cccfd1;
  border-bottom: 1px solid #cccfd1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bge-contents .table02 th,
.bge-contents .table02 td,
.c-content-main .table02 th,
.c-content-main .table02 td {
    padding: 2.6666666667vw 4.6666666667vw;
  }
}
.bge-contents .table02 th:first-child,
.bge-contents .table02 td:first-child,
.c-content-main .table02 th:first-child,
.c-content-main .table02 td:first-child {
  border-left: none;
}
.bge-contents .table02 th.bg-color02,
.bge-contents .table02 td.bg-color02,
.c-content-main .table02 th.bg-color02,
.c-content-main .table02 td.bg-color02 {
  background: #fffdeb !important;
}
.bge-contents .table02 th,
.c-content-main .table02 th {
  background: #f5f5f5;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 2px solid #253494;
}
@media screen and (max-width: 767px) {
  .bge-contents .table02 th,
.c-content-main .table02 th {
    font-size: 4.2666666667vw;
  }
}
.bge-contents .table02 td,
.c-content-main .table02 td {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .bge-contents .table02 td,
.c-content-main .table02 td {
    font-size: 4.2666666667vw;
  }
}
.bge-contents .table02 .scroll-table.table02,
.c-content-main .table02 .scroll-table.table02 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .bge-contents .table02 .scroll-table.table02,
.c-content-main .table02 .scroll-table.table02 {
    overflow: auto;
  }
  .bge-contents .table02 .scroll-table.table02 table,
.c-content-main .table02 .scroll-table.table02 table {
    width: 200vw;
  }
  .bge-contents .table02 .scroll-table.table02::-webkit-scrollbar,
.c-content-main .table02 .scroll-table.table02::-webkit-scrollbar {
    height: 8px;
  }
  .bge-contents .table02 .scroll-table.table02::-webkit-scrollbar-track,
.c-content-main .table02 .scroll-table.table02::-webkit-scrollbar-track {
    background: #e5e5e5;
    border-radius: 8px;
  }
  .bge-contents .table02 .scroll-table.table02::-webkit-scrollbar-thumb,
.c-content-main .table02 .scroll-table.table02::-webkit-scrollbar-thumb {
    background: #9d9d9d;
    border-radius: 8px;
  }
}
.bge-contents .cc-form-table,
.bge-contents .bgb-table,
.c-content-main .cc-form-table,
.c-content-main .bgb-table {
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-table table,
.bge-contents .bgb-table table,
.c-content-main .cc-form-table table,
.c-content-main .bgb-table table {
    display: block;
    border: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-table caption,
.bge-contents .bgb-table caption,
.c-content-main .cc-form-table caption,
.c-content-main .bgb-table caption {
    display: block;
  }
}
.bge-contents .cc-form-table caption:empty,
.bge-contents .bgb-table caption:empty,
.c-content-main .cc-form-table caption:empty,
.c-content-main .bgb-table caption:empty {
  display: none;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-table tbody,
.bge-contents .bgb-table tbody,
.c-content-main .cc-form-table tbody,
.c-content-main .bgb-table tbody {
    border-top: none;
    display: block;
    border-radius: 6px;
    padding-top: 1px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-table tr,
.bge-contents .bgb-table tr,
.c-content-main .cc-form-table tr,
.c-content-main .bgb-table tr {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-table th,
.bge-contents .cc-form-table td,
.bge-contents .bgb-table th,
.bge-contents .bgb-table td,
.c-content-main .cc-form-table th,
.c-content-main .cc-form-table td,
.c-content-main .bgb-table th,
.c-content-main .bgb-table td {
    display: block;
    width: 100% !important;
    border-right: none;
  }
}
.bge-contents .cc-form-table th,
.bge-contents .bgb-table th,
.c-content-main .cc-form-table th,
.c-content-main .bgb-table th {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-table th,
.bge-contents .bgb-table th,
.c-content-main .cc-form-table th,
.c-content-main .bgb-table th {
    min-width: 0;
    border-bottom: 2px dotted #000;
  }
}
.bge-contents .cc-form-table th .bg-color01,
.bge-contents .bgb-table th .bg-color01,
.c-content-main .cc-form-table th .bg-color01,
.c-content-main .bgb-table th .bg-color01 {
  background: #67c0e5 !important;
  color: #fff !important;
}
.bge-contents .cc-form-table,
.c-content-main .cc-form-table {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-table,
.c-content-main .cc-form-table {
    font-size: 10.6666666667vw;
  }
}
.bge-contents .cc-form-table th,
.c-content-main .cc-form-table th {
  padding: 20px 24px;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-table th,
.c-content-main .cc-form-table th {
    padding: 2.6666666667vw 4.6666666667vw;
  }
}
.bge-contents .cc-form-table table,
.c-content-main .cc-form-table table {
  border: none;
  margin: 0;
  table-layout: fixed;
}
.bge-contents .cc-form-table table tbody,
.c-content-main .cc-form-table table tbody {
  border: none;
}
.bge-contents .cc-form-table table tr:last-child th,
.c-content-main .cc-form-table table tr:last-child th {
  border: none;
}
.bge-contents .cc-form-table table th,
.c-content-main .cc-form-table table th {
  background: none;
  padding: 15px 20px 15px 0;
  width: 170px;
  border: none;
  font-weight: normal;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-table table th,
.c-content-main .cc-form-table table th {
    width: 100%;
    padding: 2.6666666667vw 0 0;
  }
}
.bge-contents .cc-form-table table th .cc-form-fieldset-heading,
.c-content-main .cc-form-table table th .cc-form-fieldset-heading {
  font-weight: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-table table th .cc-form-fieldset-heading,
.c-content-main .cc-form-table table th .cc-form-fieldset-heading {
    font-size: 4vw;
  }
}
.bge-contents .cc-form-table table td,
.c-content-main .cc-form-table table td {
  border: none;
  padding: 6px 0;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-table table td,
.c-content-main .cc-form-table table td {
    padding: 1.6vw 0;
  }
}
.bge-contents .cc-form-table table td .mail-field .mail-input input:not([type=radio]):not([type=checkbox]),
.bge-contents .cc-form-table table td .mail-field .mail-input textarea,
.c-content-main .cc-form-table table td .mail-field .mail-input input:not([type=radio]):not([type=checkbox]),
.c-content-main .cc-form-table table td .mail-field .mail-input textarea {
  max-width: 360px;
}
.bge-contents p:first-child,
.c-content-main p:first-child {
  margin-top: 0;
}
.bge-contents p:last-child,
.c-content-main p:last-child {
  margin-bottom: 0;
}
.bge-contents blockquote,
.c-content-main blockquote {
  background: #efefef;
  margin: 0;
  padding: 1em 2em;
  position: relative;
}
.bge-contents blockquote::before,
.c-content-main blockquote::before {
  content: "“";
  display: block;
  font-size: 2.5em;
  left: 5px;
  line-height: 0;
  margin-top: 0.5em;
  opacity: 0.2;
  pointer-events: none;
  position: absolute;
  top: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bge-contents blockquote::after,
.c-content-main blockquote::after {
  bottom: 5px;
  content: "”";
  display: block;
  font-size: 2.5em;
  line-height: 0;
  opacity: 0.2;
  pointer-events: none;
  position: absolute;
  right: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bge-contents figure,
.c-content-main figure {
  margin: 0;
}
.bge-contents figure img,
.c-content-main figure img {
  max-width: 100%;
}
.bge-contents .bgb-wysiwyg figure,
.bge-contents .bgb-wysiwyg2 figure,
.c-content-main .bgb-wysiwyg figure,
.c-content-main .bgb-wysiwyg2 figure {
  text-align: center;
}
.bge-contents .bgb-wysiwyg figure img,
.bge-contents .bgb-wysiwyg2 figure img,
.c-content-main .bgb-wysiwyg figure img,
.c-content-main .bgb-wysiwyg2 figure img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.bge-contents figcaption,
.c-content-main figcaption {
  background: none;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.6;
  padding: 0.8em 0;
  text-align: left;
  color: #000;
}
.bge-contents hr,
.c-content-main hr {
  color: #d2cdcd;
  background: #d2cdcd;
  border-style: none;
  height: 2px;
  margin: 50px auto;
  width: 100%;
}
.bge-contents hr:first-child,
.c-content-main hr:first-child {
  margin-top: 0;
}
.bge-contents .cc-form-tel,
.c-content-main .cc-form-tel {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-tel,
.c-content-main .cc-form-tel {
    margin-bottom: 10.6666666667vw;
  }
}
.bge-contents .cc-form-tel-text,
.c-content-main .cc-form-tel-text {
  text-align: center;
}
.bge-contents .cc-form-tel-box,
.c-content-main .cc-form-tel-box {
  border: 1px solid #253494;
  border-radius: 5px;
  width: 460px;
  margin: 0 auto;
  padding: 28px 20px 25px;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-tel-box,
.c-content-main .cc-form-tel-box {
    width: 100%;
    padding: 4vw;
  }
}
.bge-contents .cc-form-tel-box address,
.c-content-main .cc-form-tel-box address {
  text-align: center;
  font-style: normal;
  margin: 0;
}
.bge-contents .cc-form-tel-box address a,
.c-content-main .cc-form-tel-box address a {
  display: inline-block;
  padding-left: 50px;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-tel-box address a,
.c-content-main .cc-form-tel-box address a {
    padding-left: 10.6666666667vw;
    font-size: 8vw;
  }
}
.bge-contents .cc-form-tel-box address a::before,
.c-content-main .cc-form-tel-box address a::before {
  content: "";
  width: 42px;
  height: 42px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/img/icon-tel.png") no-repeat center/100%;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-tel-box address a::before,
.c-content-main .cc-form-tel-box address a::before {
    width: 8.4vw;
    height: 8.4vw;
  }
}
.bge-contents .cc-form-tel-box p,
.c-content-main .cc-form-tel-box p {
  margin: 0;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-tel-box p,
.c-content-main .cc-form-tel-box p {
    font-size: 3.7333333333vw;
  }
}
.bge-contents .cc-form-tel-step,
.c-content-main .cc-form-tel-step {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-tel-step,
.c-content-main .cc-form-tel-step {
    margin-bottom: 10.6666666667vw;
  }
}
.bge-contents .cc-form-tel-step ol,
.c-content-main .cc-form-tel-step ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-tel-step ol,
.c-content-main .cc-form-tel-step ol {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bge-contents .cc-form-tel-step ol li,
.c-content-main .cc-form-tel-step ol li {
  width: 200px;
  height: 100px;
  border-radius: 5px;
  background: #253494;
  color: #fff;
  margin: 0 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 0;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-tel-step ol li,
.c-content-main .cc-form-tel-step ol li {
    width: 24vw;
    height: 17.3333333333vw;
    margin: 0;
  }
}
.bge-contents .cc-form-tel-step ol li::before,
.c-content-main .cc-form-tel-step ol li::before {
  content: none;
}
.bge-contents .cc-form-tel-step ol li::after,
.c-content-main .cc-form-tel-step ol li::after {
  content: "";
  display: block;
  width: 25px;
  height: 29px;
  background: url("/img/icon-btn-arrow-yellow-sp.svg") no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -60px;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-tel-step ol li::after,
.c-content-main .cc-form-tel-step ol li::after {
    width: 3.3333333333vw;
    height: 3.8666666667vw;
    right: -5.0666666667vw;
  }
}
.bge-contents .cc-form-tel-step ol li:last-child::after,
.c-content-main .cc-form-tel-step ol li:last-child::after {
  content: none;
}
.bge-contents .cc-form-tel-step-num,
.c-content-main .cc-form-tel-step-num {
  background: #fff;
  color: #253494;
  border-radius: 15px;
  padding: 0 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-tel-step-num,
.c-content-main .cc-form-tel-step-num {
    font-size: 3.2vw;
    border-radius: 3.7333333333vw;
    padding: 0 1.3333333333vw;
  }
}
.bge-contents .cc-form-tel-step-text,
.c-content-main .cc-form-tel-step-text {
  font-size: 2.6rem;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-tel-step-text,
.c-content-main .cc-form-tel-step-text {
    font-size: 4.8vw;
  }
}
.bge-contents .cc-form-tel-facility,
.c-content-main .cc-form-tel-facility {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-tel-facility,
.c-content-main .cc-form-tel-facility {
    margin-bottom: 10.6666666667vw;
  }
}
.bge-contents .cc-form-tel-facility-sub span,
.c-content-main .cc-form-tel-facility-sub span {
  display: inline-block;
  background: #253494;
  color: #fff;
  border-radius: 20px;
  padding: 1px 12px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-tel-facility-sub span,
.c-content-main .cc-form-tel-facility-sub span {
    font-size: 3.4666666667vw;
    padding: 0.2666666667vw 2.6666666667vw;
  }
}
.bge-contents .cc-form-tel-facility-title,
.c-content-main .cc-form-tel-facility-title {
  margin: 0;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-tel-facility-title,
.c-content-main .cc-form-tel-facility-title {
    font-size: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px),print {
  .bge-contents .cc-form-body,
.c-content-main .cc-form-body {
    margin: 0 20px;
  }
}
.bge-contents .cc-form-description,
.c-content-main .cc-form-description {
  margin-bottom: 1em;
}
.bge-contents .cc-form-field-list,
.c-content-main .cc-form-field-list {
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  overflow: hidden;
}
.bge-contents .cc-form-fieldset,
.c-content-main .cc-form-fieldset {
  display: block;
  padding: 20px 0;
}
.bge-contents .cc-form-fieldset > div,
.bge-contents .cc-form-fieldset fieldset,
.c-content-main .cc-form-fieldset > div,
.c-content-main .cc-form-fieldset fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  margin: 0;
  padding: 0;
}
.bge-contents .cc-form-fieldset legend,
.c-content-main .cc-form-fieldset legend {
  margin: 0;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.bge-contents .cc-form-fieldset-heading,
.c-content-main .cc-form-fieldset-heading {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-fieldset-heading,
.c-content-main .cc-form-fieldset-heading {
    font-size: 4vw;
  }
}
.bge-contents .cc-form-fieldset-heading label,
.c-content-main .cc-form-fieldset-heading label {
  display: block;
}
.bge-contents .cc-form-fieldset-heading .required,
.bge-contents .cc-form-fieldset-heading .optional,
.c-content-main .cc-form-fieldset-heading .required,
.c-content-main .cc-form-fieldset-heading .optional {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  padding: 7px;
  border-radius: 3px;
  margin: 0 0 0 0.5em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-fieldset-heading .required,
.bge-contents .cc-form-fieldset-heading .optional,
.c-content-main .cc-form-fieldset-heading .required,
.c-content-main .cc-form-fieldset-heading .optional {
    font-size: 3.7333333333vw;
    padding: 1.6vw;
  }
}
.bge-contents .cc-form-fieldset-heading .required,
.c-content-main .cc-form-fieldset-heading .required {
  background: #dd4f4f;
}
.bge-contents .cc-form-fieldset-heading .optional,
.c-content-main .cc-form-fieldset-heading .optional {
  background: #000;
}
.bge-contents .cc-form-fieldset-attention,
.c-content-main .cc-form-fieldset-attention {
  font-weight: normal;
  font-size: 1.2rem;
  margin: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-fieldset-attention,
.c-content-main .cc-form-fieldset-attention {
    font-size: 3.2vw;
  }
}
.bge-contents .cc-form-fieldset-attention:empty,
.c-content-main .cc-form-fieldset-attention:empty {
  display: none;
}
.bge-contents .mail-field[data-type=text] .mail-before-attachment, .bge-contents .mail-field[data-type=select] .mail-before-attachment,
.c-content-main .mail-field[data-type=text] .mail-before-attachment,
.c-content-main .mail-field[data-type=select] .mail-before-attachment {
  display: inline-block;
  margin-right: 10px;
}
.bge-contents .mail-field[data-type=text] .mail-before-attachment:empty, .bge-contents .mail-field[data-type=select] .mail-before-attachment:empty,
.c-content-main .mail-field[data-type=text] .mail-before-attachment:empty,
.c-content-main .mail-field[data-type=select] .mail-before-attachment:empty {
  margin: 0;
}
.bge-contents .mail-field[data-type=text] .mail-input, .bge-contents .mail-field[data-type=select] .mail-input,
.c-content-main .mail-field[data-type=text] .mail-input,
.c-content-main .mail-field[data-type=select] .mail-input {
  display: inline-block;
}
.bge-contents .mail-field[data-type=text] .mail-after-attachment, .bge-contents .mail-field[data-type=select] .mail-after-attachment,
.c-content-main .mail-field[data-type=text] .mail-after-attachment,
.c-content-main .mail-field[data-type=select] .mail-after-attachment {
  display: inline-block;
  margin-left: 10px;
}
.bge-contents .mail-field[data-type=text] .mail-after-attachment:empty, .bge-contents .mail-field[data-type=select] .mail-after-attachment:empty,
.c-content-main .mail-field[data-type=text] .mail-after-attachment:empty,
.c-content-main .mail-field[data-type=select] .mail-after-attachment:empty {
  margin: 0;
}
.bge-contents .mail-field[data-type=text] .error-message, .bge-contents .mail-field[data-type=select] .error-message,
.c-content-main .mail-field[data-type=text] .error-message,
.c-content-main .mail-field[data-type=select] .error-message {
  font-size: 1.6rem;
  color: #dd4f4f;
}
.bge-contents .mail-field + .mail-field,
.c-content-main .mail-field + .mail-field {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .bge-contents .mail-field + .mail-field,
.c-content-main .mail-field + .mail-field {
    margin-top: 2.1333333333vw;
  }
}
.bge-contents .mail-field .mail-after-attachment,
.c-content-main .mail-field .mail-after-attachment {
  display: block;
  margin: 0.3em 0;
}
.bge-contents .mail-field .mail-before-attachment,
.c-content-main .mail-field .mail-before-attachment {
  display: block;
  margin: 0.3em 0;
}
.bge-contents .mail-field .mail-description,
.c-content-main .mail-field .mail-description {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .bge-contents .mail-field .mail-description,
.c-content-main .mail-field .mail-description {
    font-size: 3.2vw;
  }
}
.bge-contents .mail-field .mail-input,
.c-content-main .mail-field .mail-input {
  grid-area: input;
  display: block;
}
.bge-contents .mail-field .mail-input input:not([type=radio]):not([type=checkbox]),
.bge-contents .mail-field .mail-input textarea,
.c-content-main .mail-field .mail-input input:not([type=radio]):not([type=checkbox]),
.c-content-main .mail-field .mail-input textarea {
  font-size: 1.6rem;
  font-family: inherit;
  max-width: 100%;
  background: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .bge-contents .mail-field .mail-input input:not([type=radio]):not([type=checkbox]),
.bge-contents .mail-field .mail-input textarea,
.c-content-main .mail-field .mail-input input:not([type=radio]):not([type=checkbox]),
.c-content-main .mail-field .mail-input textarea {
    width: 100%;
    padding: 3.2vw;
  }
}
.bge-contents .mail-field .mail-input input:not([type=radio]):not([type=checkbox]):focus,
.bge-contents .mail-field .mail-input textarea:focus,
.c-content-main .mail-field .mail-input input:not([type=radio]):not([type=checkbox]):focus,
.c-content-main .mail-field .mail-input textarea:focus {
  border-color: #0570c7;
  -webkit-box-shadow: 0 0 5px 1px #0570c7, 0 0 5px 0 #fff;
          box-shadow: 0 0 5px 1px #0570c7, 0 0 5px 0 #fff;
  outline: none;
}
.bge-contents .mail-field .mail-input input:not([type=radio]):not([type=checkbox]).calendar,
.bge-contents .mail-field .mail-input textarea.calendar,
.c-content-main .mail-field .mail-input input:not([type=radio]):not([type=checkbox]).calendar,
.c-content-main .mail-field .mail-input textarea.calendar {
  width: 250px;
  background: url("/img/icon-calendar.svg") no-repeat right 12px center/25px;
}
.bge-contents .mail-field .mail-input input:not([type=radio]):not([type=checkbox]).calendar::-ms-clear,
.bge-contents .mail-field .mail-input textarea.calendar::-ms-clear,
.c-content-main .mail-field .mail-input input:not([type=radio]):not([type=checkbox]).calendar::-ms-clear,
.c-content-main .mail-field .mail-input textarea.calendar::-ms-clear {
  visibility: hidden;
}
.bge-contents .mail-field .mail-input.full-size,
.c-content-main .mail-field .mail-input.full-size {
  width: 100%;
}
.bge-contents .mail-field .mail-input.full-size input,
.c-content-main .mail-field .mail-input.full-size input {
  width: 100%;
}
.bge-contents .mail-field .mail-input input:not([type=radio]):not([type=checkbox]):not([type=date]):not([size]),
.c-content-main .mail-field .mail-input input:not([type=radio]):not([type=checkbox]):not([type=date]):not([size]) {
  width: 100%;
}
.bge-contents .mail-field .mail-input textarea,
.c-content-main .mail-field .mail-input textarea {
  resize: vertical;
}
.bge-contents .mail-field .mail-input textarea:not([cols]),
.c-content-main .mail-field .mail-input textarea:not([cols]) {
  width: 100%;
}
.bge-contents .mail-field .mail-input select,
.c-content-main .mail-field .mail-input select {
  padding: 14px 60px 14px 15px;
  font-size: 1.8rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f5f5f5 url("/img/icon-select.png") no-repeat right 17px center/23px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .bge-contents .mail-field .mail-input select,
.c-content-main .mail-field .mail-input select {
    font-size: 1.6rem;
    width: 100%;
    padding: 3.2vw 60px 3.2vw 3.2vw;
  }
}
.bge-contents .mail-field .mail-input select:focus,
.c-content-main .mail-field .mail-input select:focus {
  border-color: #0570c7;
  -webkit-box-shadow: 0 0 5px 1px #0570c7, 0 0 5px 0 #fff;
          box-shadow: 0 0 5px 1px #0570c7, 0 0 5px 0 #fff;
  outline: none;
}
.bge-contents .mail-field .mail-input select::-ms-expand,
.c-content-main .mail-field .mail-input select::-ms-expand {
  display: none;
}
.bge-contents .mail-field .mail-checkbox,
.bge-contents .mail-field .mail-radio,
.c-content-main .mail-field .mail-checkbox,
.c-content-main .mail-field .mail-radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .bge-contents .mail-field .mail-checkbox,
.bge-contents .mail-field .mail-radio,
.c-content-main .mail-field .mail-checkbox,
.c-content-main .mail-field .mail-radio {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bge-contents .mail-field .mail-checkbox .mail-input,
.bge-contents .mail-field .mail-radio .mail-input,
.c-content-main .mail-field .mail-checkbox .mail-input,
.c-content-main .mail-field .mail-radio .mail-input {
  display: block;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.bge-contents .mail-field .mail-checkbox .mail-input input,
.bge-contents .mail-field .mail-radio .mail-input input,
.c-content-main .mail-field .mail-checkbox .mail-input input,
.c-content-main .mail-field .mail-radio .mail-input input {
  display: none;
}
.bge-contents .mail-field .mail-checkbox .mail-input label,
.bge-contents .mail-field .mail-radio .mail-input label,
.c-content-main .mail-field .mail-checkbox .mail-input label,
.c-content-main .mail-field .mail-radio .mail-input label {
  font-size: 1.6rem;
}
.bge-contents .mail-field .mail-checkbox.only-checkbox,
.c-content-main .mail-field .mail-checkbox.only-checkbox {
  margin-right: 0;
}
.bge-contents .mail-field .mail-checkbox.only-checkbox label,
.c-content-main .mail-field .mail-checkbox.only-checkbox label {
  margin: 0 !important;
}
.bge-contents .mail-field .mail-checkbox .mail-input input + label,
.c-content-main .mail-field .mail-checkbox .mail-input input + label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0 0 0 27px;
  cursor: pointer;
}
.bge-contents .mail-field .mail-checkbox .mail-input input + label::before, .bge-contents .mail-field .mail-checkbox .mail-input input + label::after,
.c-content-main .mail-field .mail-checkbox .mail-input input + label::before,
.c-content-main .mail-field .mail-checkbox .mail-input input + label::after {
  content: "";
  display: block;
  position: absolute;
}
.bge-contents .mail-field .mail-checkbox .mail-input input + label::before,
.c-content-main .mail-field .mail-checkbox .mail-input input + label::before {
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #000;
  background: #fff;
}
.bge-contents .mail-field .mail-checkbox .mail-input input + label::after,
.c-content-main .mail-field .mail-checkbox .mail-input input + label::after {
  top: 2px;
  left: 5px;
  width: 7px;
  height: 10px;
  border-bottom: 2px solid #253494;
  border-right: 2px solid #253494;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
.bge-contents .mail-field .mail-checkbox .mail-input input:checked + label::after,
.c-content-main .mail-field .mail-checkbox .mail-input input:checked + label::after {
  opacity: 1;
}
.bge-contents .mail-field .mail-radio .mail-input input + label,
.c-content-main .mail-field .mail-radio .mail-input input + label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  position: relative;
  display: inline-block;
  padding: 0 0 0 32px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .bge-contents .mail-field .mail-radio .mail-input input + label,
.c-content-main .mail-field .mail-radio .mail-input input + label {
    padding-left: 28px;
  }
}
.bge-contents .mail-field .mail-radio .mail-input input + label::before, .bge-contents .mail-field .mail-radio .mail-input input + label::after,
.c-content-main .mail-field .mail-radio .mail-input input + label::before,
.c-content-main .mail-field .mail-radio .mail-input input + label::after {
  content: "";
  display: block;
  position: absolute;
}
.bge-contents .mail-field .mail-radio .mail-input input + label::before,
.c-content-main .mail-field .mail-radio .mail-input input + label::before {
  top: -2px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #c9c9c9;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .bge-contents .mail-field .mail-radio .mail-input input + label::before,
.c-content-main .mail-field .mail-radio .mail-input input + label::before {
    top: 1px;
    width: 18px;
    height: 18px;
  }
}
.bge-contents .mail-field .mail-radio .mail-input input + label::after,
.c-content-main .mail-field .mail-radio .mail-input input + label::after {
  top: 5px;
  left: 7px;
  width: 10px;
  height: 10px;
  background: #253494;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
@media screen and (max-width: 767px) {
  .bge-contents .mail-field .mail-radio .mail-input input + label::after,
.c-content-main .mail-field .mail-radio .mail-input input + label::after {
    left: 4px;
  }
}
.bge-contents .mail-field .mail-radio .mail-input input:checked + label::after,
.c-content-main .mail-field .mail-radio .mail-input input:checked + label::after {
  opacity: 1;
}
.bge-contents .cc-form-agreement,
.c-content-main .cc-form-agreement {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-agreement,
.c-content-main .cc-form-agreement {
    margin-bottom: 10.6666666667vw;
  }
}
.bge-contents .cc-form-agreement > p,
.c-content-main .cc-form-agreement > p {
  text-align: center;
}
.bge-contents .cc-form-agreement-body,
.c-content-main .cc-form-agreement-body {
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-agreement-body,
.c-content-main .cc-form-agreement-body {
    padding: 4vw;
  }
}
.bge-contents .cc-form-agreement-privacy,
.c-content-main .cc-form-agreement-privacy {
  height: 195px;
  overflow: auto;
  margin-bottom: 1em;
  padding-right: 0.5em;
}
.bge-contents .cc-form-agreement-privacy::-webkit-scrollbar,
.c-content-main .cc-form-agreement-privacy::-webkit-scrollbar {
  width: 4px;
}
.bge-contents .cc-form-agreement-privacy::-webkit-scrollbar-track,
.c-content-main .cc-form-agreement-privacy::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 4px;
}
.bge-contents .cc-form-agreement-privacy::-webkit-scrollbar-thumb,
.c-content-main .cc-form-agreement-privacy::-webkit-scrollbar-thumb {
  background: #e5e5e5;
  border-radius: 4px;
}
.bge-contents .cc-form-agreement-check,
.c-content-main .cc-form-agreement-check {
  text-align: center;
}
.bge-contents .cc-form-submit,
.c-content-main .cc-form-submit {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-submit,
.c-content-main .cc-form-submit {
    display: block;
    margin-bottom: 10.6666666667vw;
  }
}
.bge-contents .cc-form-submit button[type=submit],
.c-content-main .cc-form-submit button[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 290px;
  text-align: center;
  margin: 0 15px;
  display: block;
  text-decoration: none;
  padding: 18px 45px 18px 30px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 10px;
  position: relative;
  background: #253494;
  line-height: 1.6;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 768px),print {
  .bge-contents .cc-form-submit button[type=submit],
.c-content-main .cc-form-submit button[type=submit] {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .bge-contents .cc-form-submit button[type=submit]:hover::after,
.c-content-main .cc-form-submit button[type=submit]:hover::after {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-submit button[type=submit],
.c-content-main .cc-form-submit button[type=submit] {
    width: 100%;
    padding: 3.4666666667vw 9.3333333333vw 3.4666666667vw 5.3333333333vw;
    font-size: 4.5333333333vw;
    margin: 4vw 0;
  }
}
.bge-contents .cc-form-submit button[type=submit]:disabled,
.c-content-main .cc-form-submit button[type=submit]:disabled {
  opacity: 0.6;
}
.bge-contents .cc-form-submit button[type=submit]::after,
.c-content-main .cc-form-submit button[type=submit]::after {
  content: "";
  display: block;
  width: 9px;
  height: 11px;
  position: absolute;
  right: 22px;
  top: calc(50% - 6px);
  background: url("/img/nursery/icon-btn-arrow-yellow-02.png") no-repeat center/100%;
  -webkit-transition: right 300ms;
  transition: right 300ms;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-submit button[type=submit]::after,
.c-content-main .cc-form-submit button[type=submit]::after {
    width: 2.4vw;
    height: 2.9333333333vw;
    right: 2.6666666667vw;
    top: calc(50% - 1.2vw);
  }
}
.bge-contents .cc-form-submit button[class=btn-return],
.c-content-main .cc-form-submit button[class=btn-return] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 290px;
  text-align: center;
  margin: 0 15px;
  display: block;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 10px;
  position: relative;
  line-height: 1.6;
  border: none;
  color: #fff;
  background: #ecebeb;
  padding: 15px 30px 15px 45px;
  cursor: pointer;
}
@media screen and (min-width: 768px),print {
  .bge-contents .cc-form-submit button[class=btn-return],
.c-content-main .cc-form-submit button[class=btn-return] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .bge-contents .cc-form-submit button[class=btn-return]::before,
.c-content-main .cc-form-submit button[class=btn-return]::before {
    -webkit-transition: left 300ms;
    transition: left 300ms;
  }
  .bge-contents .cc-form-submit button[class=btn-return]:hover::before,
.c-content-main .cc-form-submit button[class=btn-return]:hover::before {
    left: 14px;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-submit button[class=btn-return],
.c-content-main .cc-form-submit button[class=btn-return] {
    width: 100%;
    padding: 3.4666666667vw 5.3333333333vw 3.4666666667vw 9.3333333333vw;
    font-size: 4.5333333333vw;
    margin: 4vw 0;
  }
}
.bge-contents .cc-form-submit button[class=btn-return]:disabled,
.c-content-main .cc-form-submit button[class=btn-return]:disabled {
  opacity: 0.6;
}
.bge-contents .cc-form-submit button[class=btn-return]::before,
.c-content-main .cc-form-submit button[class=btn-return]::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 9px 5.5px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: 22px;
  top: calc(50% - 6px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bge-contents .cc-form-submit button[class=btn-return]::before,
.c-content-main .cc-form-submit button[class=btn-return]::before {
    left: 4vw;
    top: calc(50% - 1.86667vw);
    border-width: 1.4666666667vw 2.4vw 1.4666666667vw 0;
  }
}
.bge-contents .article-header,
.c-content-main .article-header {
  position: relative;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .bge-contents .article-header,
.c-content-main .article-header {
    margin: 0 0 13.3333333333vw;
  }
}
.bge-contents .article-header-category,
.c-content-main .article-header-category {
  display: inline-block;
  margin: 0 0 20px;
  padding: 8px 25px 8px 18px;
  text-align: center;
  color: #fff;
  border-radius: 10px 0 0 10px;
  line-height: 1.4;
  position: relative;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .bge-contents .article-header-category,
.c-content-main .article-header-category {
    font-size: 4vw;
    min-width: 17.3333333333vw;
    padding: 1.3333333333vw 4vw 1.3333333333vw 2.6666666667vw;
    margin: 0 0 2.6666666667vw;
  }
}
.bge-contents .article-header-category::after,
.c-content-main .article-header-category::after {
  content: "";
  width: 7px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url("/img/nursery/bg-category.png") no-repeat center/100% 100%;
}
.bge-contents .article-header-category[data-category=chilled-01],
.c-content-main .article-header-category[data-category=chilled-01] {
  background: url("/img/nursery/bg-h3.png") repeat left top;
}
.bge-contents .article-header-category[data-category=chilled-02],
.c-content-main .article-header-category[data-category=chilled-02] {
  background: #7b99e6;
}
.bge-contents .article-header-category[data-category=tanpopo-01],
.c-content-main .article-header-category[data-category=tanpopo-01] {
  background: #5ed181;
}
.bge-contents .article-header-category[data-category=tanpopo-02],
.c-content-main .article-header-category[data-category=tanpopo-02] {
  background: #ffba00;
}
.bge-contents .article-header h1,
.c-content-main .article-header h1 {
  line-height: 1.4;
  font-size: 3.2rem;
  margin: 0 0 15px;
  padding-bottom: 20px;
  border-bottom: 2px dotted #000;
}
@media screen and (max-width: 767px) {
  .bge-contents .article-header h1,
.c-content-main .article-header h1 {
    font-size: 6.6666666667vw;
    margin: 0 0 2.6666666667vw;
  }
}
.bge-contents .article-header-date,
.c-content-main .article-header-date {
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  text-align: right;
  color: #555;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .bge-contents .article-header-date,
.c-content-main .article-header-date {
    margin-right: 4vw;
    font-size: 4vw;
  }
}
.bge-contents .index-block,
.c-content-main .index-block {
  background: #dcf3fd;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .bge-contents .index-block,
.c-content-main .index-block {
    padding: 5.3333333333vw;
  }
}
.bge-contents .index-block h3,
.c-content-main .index-block h3 {
  font-size: 3rem;
  line-height: 1.6;
  margin: 0 0 30px;
  padding: 10px 20px;
  border-left: none;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bge-contents .index-block h3,
.c-content-main .index-block h3 {
    font-size: 6.6666666667vw;
    margin: 0 0 5.3333333333vw;
    padding: 2.6666666667vw 4vw;
  }
}
.bge-contents .index-block h3::before,
.c-content-main .index-block h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #253494;
}
.bge-contents .index-block-columns,
.c-content-main .index-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .bge-contents .index-block-columns,
.c-content-main .index-block-columns {
    display: block;
  }
}
.bge-contents .index-block-item,
.c-content-main .index-block-item {
  width: 420px;
  min-height: 128px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .bge-contents .index-block-item,
.c-content-main .index-block-item {
    width: 100%;
    min-height: 18.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.bge-contents .index-block-item a,
.c-content-main .index-block-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
  border: 2px solid #253494;
  border-radius: 10px;
  background: #fff;
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
  position: relative;
  overflow: hidden;
}
.bge-contents .index-block-item a::after,
.c-content-main .index-block-item a::after {
  border: solid #253494;
  border-width: 0 3px 3px 0;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 17px;
  top: calc(50% - 9px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: right 300ms;
  transition: right 300ms;
}
@media screen and (max-width: 767px) {
  .bge-contents .index-block-item a::after,
.c-content-main .index-block-item a::after {
    border-width: 0 2px 2px 0;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 4vw;
    top: calc(50% - 1.33333vw);
  }
}
.bge-contents .index-block-item a figure,
.c-content-main .index-block-item a figure {
  margin: 0;
}
.bge-contents .index-block-item a figure img,
.c-content-main .index-block-item a figure img {
  width: 119px;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .bge-contents .index-block-item a figure img,
.c-content-main .index-block-item a figure img {
    width: 18.6666666667vw;
  }
}
@media screen and (min-width: 768px),print {
  .bge-contents .index-block-item a:hover,
.c-content-main .index-block-item a:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(37, 52, 148, 0.4);
            box-shadow: 0 0 10px 0 rgba(37, 52, 148, 0.4);
  }
  .bge-contents .index-block-item a:hover::after,
.c-content-main .index-block-item a:hover::after {
    right: 12px;
  }
}
.bge-contents .index-block-item-text,
.c-content-main .index-block-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 50px 10px 30px;
  position: relative;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .bge-contents .index-block-item-text,
.c-content-main .index-block-item-text {
    padding: 1.3333333333vw 6.6666666667vw 1.3333333333vw 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.bge-contents .anchor-list,
.c-content-main .anchor-list {
  margin: 0 0 70px;
}
@media screen and (max-width: 767px) {
  .bge-contents .anchor-list,
.c-content-main .anchor-list {
    margin: 0 0 14vw;
  }
}
.bge-contents .anchor-list ul,
.c-content-main .anchor-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -12px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .bge-contents .anchor-list ul,
.c-content-main .anchor-list ul {
    display: block;
    margin: 0;
  }
}
.bge-contents .anchor-list li,
.c-content-main .anchor-list li {
  width: 390px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
  padding: 0;
  margin: 0 12px 24px;
}
@media screen and (max-width: 767px) {
  .bge-contents .anchor-list li,
.c-content-main .anchor-list li {
    font-size: 4.2666666667vw;
    width: 100%;
    margin: 0 0 4vw;
  }
}
.bge-contents .anchor-list li::before,
.c-content-main .anchor-list li::before {
  content: none;
}
.bge-contents .anchor-list li a,
.c-content-main .anchor-list li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  padding: 14px 30px 18px;
  background-color: #253494;
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 768px),print {
  .bge-contents .anchor-list li a:hover span::before,
.c-content-main .anchor-list li a:hover span::before {
    bottom: -15px;
  }
  .bge-contents .anchor-list li a:hover span::after,
.c-content-main .anchor-list li a:hover span::after {
    bottom: -10px;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents .anchor-list li a,
.c-content-main .anchor-list li a {
    padding: 2.6666666667vw 6.6666666667vw 3.2vw;
  }
}
.bge-contents .anchor-list li a span,
.c-content-main .anchor-list li a span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .bge-contents .anchor-list li a span,
.c-content-main .anchor-list li a span {
    font-size: 4.8vw;
  }
}
.bge-contents .anchor-list li a span::before, .bge-contents .anchor-list li a span::after,
.c-content-main .anchor-list li a span::before,
.c-content-main .anchor-list li a span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: bottom 300ms;
  transition: bottom 300ms;
}
.bge-contents .anchor-list li a span::before,
.c-content-main .anchor-list li a span::before {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  right: 15px;
}
@media screen and (max-width: 767px) {
  .bge-contents .anchor-list li a span::before,
.c-content-main .anchor-list li a span::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    right: 2.6666666667vw;
  }
}
.bge-contents .anchor-list li a span::after,
.c-content-main .anchor-list li a span::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 23.5px;
  bottom: 3px;
}
@media screen and (max-width: 767px) {
  .bge-contents .anchor-list li a span::after,
.c-content-main .anchor-list li a span::after {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    right: 4.2666666667vw;
    bottom: 0.9333333333vw;
    border-width: 2px 2px 0 0;
  }
}
.bge-contents .anchor-list li a[data-icon],
.c-content-main .anchor-list li a[data-icon] {
  padding: 14px 30px 12px 90px;
}
@media screen and (max-width: 767px) {
  .bge-contents .anchor-list li a[data-icon],
.c-content-main .anchor-list li a[data-icon] {
    padding: 2.9333333333vw 10.6666666667vw 2.9333333333vw 20vw;
  }
}
.bge-contents .anchor-list li a[data-icon]::before,
.c-content-main .anchor-list li a[data-icon]::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.bge-contents .anchor-list li a[data-icon=kids],
.c-content-main .anchor-list li a[data-icon=kids] {
  background: #67c0e6;
}
.bge-contents .anchor-list li a[data-icon=kids]::before,
.c-content-main .anchor-list li a[data-icon=kids]::before {
  left: 21px;
  width: 55px;
  height: 33px;
  background: url("/img/nursery/icon-kids-house.png") no-repeat center/100% auto;
}
@media screen and (max-width: 767px) {
  .bge-contents .anchor-list li a[data-icon=kids]::before,
.c-content-main .anchor-list li a[data-icon=kids]::before {
    left: 3.2vw;
    width: 13.3333333333vw;
    height: 10.8vw;
  }
}
.bge-contents .anchor-list li a[data-icon=kids] span::after,
.c-content-main .anchor-list li a[data-icon=kids] span::after {
  border-color: #67c0e6;
}
.bge-contents .anchor-list li a[data-icon=tanpopo],
.c-content-main .anchor-list li a[data-icon=tanpopo] {
  background: #ffba00;
}
.bge-contents .anchor-list li a[data-icon=tanpopo]::before,
.c-content-main .anchor-list li a[data-icon=tanpopo]::before {
  left: 21px;
  width: 50px;
  height: 37px;
  background: url("/img/nursery/icon-tanpopo.png") no-repeat center/100% auto;
}
@media screen and (max-width: 767px) {
  .bge-contents .anchor-list li a[data-icon=tanpopo]::before,
.c-content-main .anchor-list li a[data-icon=tanpopo]::before {
    left: 3.7333333333vw;
    width: 12vw;
    height: 11.8666666667vw;
  }
}
.bge-contents .anchor-list li a[data-icon=tanpopo] span::after,
.c-content-main .anchor-list li a[data-icon=tanpopo] span::after {
  border-color: #ffba00;
}
.bge-contents .anchor-list-kids-house a,
.c-content-main .anchor-list-kids-house a {
  background: #67c0e6;
}
.bge-contents .anchor-list-kids-house a::before,
.c-content-main .anchor-list-kids-house a::before {
  left: 32px;
  width: 110px;
  height: 66px;
  background: url("/img/nursery/icon-kids-house.png") no-repeat center/100%;
}
@media screen and (max-width: 767px) {
  .bge-contents .anchor-list-kids-house a::before,
.c-content-main .anchor-list-kids-house a::before {
    left: 5.0666666667vw;
    width: 17.8666666667vw;
    height: 10.8vw;
  }
}
.bge-contents .anchor-list-kids-house a span::after,
.c-content-main .anchor-list-kids-house a span::after {
  border-color: #67c0e6;
}
.bge-contents .anchor-list-tanpopo a,
.c-content-main .anchor-list-tanpopo a {
  background: #ffba00;
}
.bge-contents .anchor-list-tanpopo a::before,
.c-content-main .anchor-list-tanpopo a::before {
  left: 39px;
  width: 100px;
  height: 73px;
  background: url("/img/nursery/icon-tanpopo.png") no-repeat center/100%;
}
@media screen and (max-width: 767px) {
  .bge-contents .anchor-list-tanpopo a::before,
.c-content-main .anchor-list-tanpopo a::before {
    left: 6.1333333333vw;
    width: 16.2666666667vw;
    height: 11.8666666667vw;
  }
}
.bge-contents .anchor-list-tanpopo a span::after,
.c-content-main .anchor-list-tanpopo a span::after {
  border-color: #ffba00;
}
.bge-contents .interview-hero img,
.c-content-main .interview-hero img {
  height: 488px !important;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .bge-contents .interview-hero img,
.c-content-main .interview-hero img {
    height: 50.2666666667vw !important;
  }
}
.bge-contents .interview-hero figcaption,
.c-content-main .interview-hero figcaption {
  position: absolute;
  left: 0;
  bottom: 40px;
}
@media screen and (max-width: 767px) {
  .bge-contents .interview-hero figcaption,
.c-content-main .interview-hero figcaption {
    bottom: 2.6666666667vw;
  }
}
.bge-contents .interview-hero figcaption [data-interview-hero=belongs],
.c-content-main .interview-hero figcaption [data-interview-hero=belongs] {
  border: 3px solid #ffba00;
  border-width: 3px 3px 0 0;
  border-radius: 0 10px 0 0;
  padding: 10px 20px 8px 15px;
  font-size: 1.8rem;
  margin: 0;
  background-color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bge-contents .interview-hero figcaption [data-interview-hero=belongs],
.c-content-main .interview-hero figcaption [data-interview-hero=belongs] {
    padding: 0.6666666667vw 2.6666666667vw 0.5333333333vw 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.bge-contents .interview-hero figcaption [data-interview-hero=name],
.c-content-main .interview-hero figcaption [data-interview-hero=name] {
  text-align: left;
  font-size: 3rem;
  color: #fff;
  line-height: 1.6;
  padding: 16px 20px 14px;
  background: url("/img/nursery/interview-name.png") repeat right top/auto 100%;
  overflow: hidden;
  position: relative;
  margin: 0 -30px 0 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bge-contents .interview-hero figcaption [data-interview-hero=name],
.c-content-main .interview-hero figcaption [data-interview-hero=name] {
    font-size: 5.3333333333vw;
    padding: 2.1333333333vw 4vw;
    margin: 0 -4vw 0 0;
  }
}
.bge-contents .interview-hero figcaption [data-interview-hero=name]::after,
.c-content-main .interview-hero figcaption [data-interview-hero=name]::after {
  content: none;
}
.bge-contents .interview-h2 h2,
.c-content-main .interview-h2 h2 {
  text-align: left;
  font-size: 2.6rem;
  padding: 0 0 20px 65px;
  background: url("/img/nursery/bg-dot-line.png") repeat-x left bottom;
  overflow: visible;
  color: #000;
}
@media screen and (max-width: 767px) {
  .bge-contents .interview-h2 h2,
.c-content-main .interview-h2 h2 {
    font-size: 5.3333333333vw;
    padding-left: 12vw;
    padding-bottom: 4vw;
  }
}
.bge-contents .interview-h2 h2::before,
.c-content-main .interview-h2 h2::before {
  content: "";
  width: 54px;
  height: 46px;
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  background: url("/img/nursery/icon-question.png") repeat-x left bottom/100% auto;
}
@media screen and (max-width: 767px) {
  .bge-contents .interview-h2 h2::before,
.c-content-main .interview-h2 h2::before {
    width: 10.6666666667vw;
    height: 9.3333333333vw;
    top: -1.6vw;
  }
}
.bge-contents .interview-h2 h2::after,
.c-content-main .interview-h2 h2::after {
  content: none;
}
.bge-contents .interview-good,
.c-content-main .interview-good {
  position: relative;
  padding-top: 36px;
  margin: 0 0 3em;
}
@media screen and (max-width: 767px) {
  .bge-contents .interview-good,
.c-content-main .interview-good {
    padding-top: 6.6666666667vw;
  }
}
.bge-contents .interview-good h2,
.c-content-main .interview-good h2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 317px;
  height: 73px;
  background: url("/img/nursery/bg-interview-good-title.png") no-repeat center/100% 100%;
  font-size: 3.2rem;
  color: #fff;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .bge-contents .interview-good h2,
.c-content-main .interview-good h2 {
    width: 66.6666666667vw;
    height: 15.3333333333vw;
    font-size: 6.6666666667vw;
  }
}
.bge-contents .interview-good h2::after,
.c-content-main .interview-good h2::after {
  content: none;
}
.bge-contents .interview-good-block,
.c-content-main .interview-good-block {
  background: #fffcd6;
  padding: 70px 58px 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .bge-contents .interview-good-block,
.c-content-main .interview-good-block {
    display: block;
    padding: 16vw 4vw 10.6666666667vw;
  }
}
.bge-contents .interview-good-block::before, .bge-contents .interview-good-block::after,
.c-content-main .interview-good-block::before,
.c-content-main .interview-good-block::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  opacity: 0.6;
}
.bge-contents .interview-good-block::before,
.c-content-main .interview-good-block::before {
  width: 83px;
  height: 51px;
  left: 16px;
  background: url("/img/nursery/hero-pict-tree.png") no-repeat center/100% auto;
}
@media screen and (max-width: 767px) {
  .bge-contents .interview-good-block::before,
.c-content-main .interview-good-block::before {
    width: 60px;
    height: 37px;
  }
}
.bge-contents .interview-good-block::after,
.c-content-main .interview-good-block::after {
  width: 31px;
  height: 43px;
  right: 16px;
  background: url("/img/nursery/hero-pict-tanpopo.png") no-repeat center/100% auto;
}
@media screen and (max-width: 767px) {
  .bge-contents .interview-good-block::after,
.c-content-main .interview-good-block::after {
    width: 23px;
    height: 31px;
  }
}
.bge-contents .interview-good-block figure,
.c-content-main .interview-good-block figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 35px 0 0;
}
@media screen and (max-width: 767px) {
  .bge-contents .interview-good-block figure,
.c-content-main .interview-good-block figure {
    margin: 0 0 4vw;
  }
}
.bge-contents .interview-good-block figure img,
.c-content-main .interview-good-block figure img {
  width: 342px;
  height: 244px;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  border-radius: 5px;
  border: 4px solid #fff;
  display: block;
}
@media screen and (max-width: 767px) {
  .bge-contents .interview-good-block figure img,
.c-content-main .interview-good-block figure img {
    width: 100%;
    height: 58.6666666667vw;
  }
}
.bge-contents .interview-good-textarea,
.c-content-main .interview-good-textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.bge-contents .faq-parts-box,
.c-content-main .faq-parts-box {
  border-radius: 4px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .bge-contents .faq-parts-box,
.c-content-main .faq-parts-box {
    margin-bottom: 5.3333333333vw;
  }
}
.bge-contents .faq-parts-title,
.c-content-main .faq-parts-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("/img/nursery/bg-interview.png") repeat left top;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .bge-contents .faq-parts-title,
.c-content-main .faq-parts-title {
    font-size: 4.2666666667vw;
  }
}
.bge-contents .faq-parts-title .faq-parts-icon,
.c-content-main .faq-parts-title .faq-parts-icon {
  background: #00989e;
  font-size: 2.4rem;
  color: #fff;
  padding: 6px 12px 4px;
  border-radius: 4px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .bge-contents .faq-parts-title .faq-parts-icon,
.c-content-main .faq-parts-title .faq-parts-icon {
    font-size: 5.3333333333vw;
  }
}
.bge-contents .faq-parts-title p,
.c-content-main .faq-parts-title p {
  margin: 0;
}
.bge-contents .faq-parts-answer,
.c-content-main .faq-parts-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 24px;
  background: #fffcd6;
}
.bge-contents .faq-parts-answer .faq-parts-icon,
.c-content-main .faq-parts-answer .faq-parts-icon {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  color: #f59000;
  margin-right: 20px;
  padding: 0 6px;
}
@media screen and (max-width: 767px) {
  .bge-contents .faq-parts-answer .faq-parts-icon,
.c-content-main .faq-parts-answer .faq-parts-icon {
    font-size: 6.6666666667vw;
    line-height: 1.2;
  }
}
.bge-contents .faq-parts-answer h6,
.c-content-main .faq-parts-answer h6 {
  font-size: 1.8rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .bge-contents .faq-parts-answer h6,
.c-content-main .faq-parts-answer h6 {
    font-size: 4.5333333333vw;
  }
}
.bge-contents .faq-parts-answer p,
.c-content-main .faq-parts-answer p {
  margin: 0;
}
.bge-contents .faq-parts-answer-title,
.c-content-main .faq-parts-answer-title {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bge-contents .faq-parts-answer-title,
.c-content-main .faq-parts-answer-title {
    font-size: 4.2666666667vw;
  }
}
.bge-contents .faq-parts-answer ul,
.c-content-main .faq-parts-answer ul {
  padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .bge-contents .faq-parts-answer ul,
.c-content-main .faq-parts-answer ul {
    padding-left: 0;
  }
}
.bge-contents .recruit-catchcopy,
.c-content-main .recruit-catchcopy {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 70px 80px;
}
@media screen and (max-width: 767px) {
  .bge-contents .recruit-catchcopy,
.c-content-main .recruit-catchcopy {
    display: block;
    margin: 0 0 13.3333333333vw;
  }
}
.bge-contents .recruit-catchcopy figure,
.c-content-main .recruit-catchcopy figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 0 25px;
}
@media screen and (max-width: 767px) {
  .bge-contents .recruit-catchcopy figure,
.c-content-main .recruit-catchcopy figure {
    margin: 4vw 0 0;
  }
}
.bge-contents .recruit-catchcopy figure img,
.c-content-main .recruit-catchcopy figure img {
  max-width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .bge-contents .recruit-catchcopy figure img,
.c-content-main .recruit-catchcopy figure img {
    margin: 0 auto;
  }
}
.bge-contents .recruit-catchcopy-textarea,
.c-content-main .recruit-catchcopy-textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
}
.bge-contents .recruit-catchcopy-textarea h2,
.c-content-main .recruit-catchcopy-textarea h2 {
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 0.5em;
  text-align: left;
  background: none;
  padding: 0;
  color: #000;
}
@media screen and (max-width: 767px) {
  .bge-contents .recruit-catchcopy-textarea h2,
.c-content-main .recruit-catchcopy-textarea h2 {
    font-size: 6.6666666667vw;
  }
}
.bge-contents .recruit-catchcopy-textarea h2::after,
.c-content-main .recruit-catchcopy-textarea h2::after {
  content: none;
}
.bge-contents .recruit-catchcopy-textarea p,
.c-content-main .recruit-catchcopy-textarea p {
  margin: 0 0 4em;
  list-style: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .bge-contents .recruit-catchcopy-textarea p,
.c-content-main .recruit-catchcopy-textarea p {
    margin: 0;
  }
}
.bge-contents .recruit-appeal,
.c-content-main .recruit-appeal {
  margin: 0 0 3em;
}
.bge-contents .recruit-appeal h2,
.c-content-main .recruit-appeal h2 {
  font-size: 3.6rem;
  font-weight: bold;
  margin: 0 0 30px;
  text-align: center;
  background: none;
  padding: 0;
  color: #000;
}
@media screen and (max-width: 767px) {
  .bge-contents .recruit-appeal h2,
.c-content-main .recruit-appeal h2 {
    font-size: 6.4vw;
    margin: 0 0 8vw;
  }
}
.bge-contents .recruit-appeal h2::after,
.c-content-main .recruit-appeal h2::after {
  content: none;
}
.bge-contents .recruit-appeal-textarea,
.c-content-main .recruit-appeal-textarea {
  max-width: 810px;
  margin: 0 auto;
  border: 4px solid #67c0e5;
  padding: 35px 115px;
  border-radius: 10px;
  background: #fffcd6;
}
@media screen and (max-width: 767px) {
  .bge-contents .recruit-appeal-textarea,
.c-content-main .recruit-appeal-textarea {
    padding: 4vw 5.3333333333vw;
  }
}
.bge-contents .recruit-appeal-textarea ul,
.c-content-main .recruit-appeal-textarea ul {
  margin: 0;
  font-weight: bold;
}
@media screen and (min-width: 768px),print {
  .bge-contents .full-width,
.c-content-main .full-width {
    margin-left: -60px;
    margin-right: -60px;
  }
}
@media screen and (min-width: 1050px),print {
  .bge-contents .full-width,
.c-content-main .full-width {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
@media screen and (max-width: 767px) {
  .bge-contents .full-width,
.c-content-main .full-width {
    margin-left: -5.3333333333vw;
    margin-right: -5.3333333333vw;
  }
}
.bge-contents .recruit-symposium,
.c-content-main .recruit-symposium {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .bge-contents .recruit-symposium,
.c-content-main .recruit-symposium {
    display: block;
    margin: 0 0 13.3333333333vw;
  }
}
.bge-contents .recruit-symposium figure,
.c-content-main .recruit-symposium figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 35px 0 0;
}
@media screen and (max-width: 767px) {
  .bge-contents .recruit-symposium figure,
.c-content-main .recruit-symposium figure {
    margin: 0 0 5.3333333333vw;
  }
}
.bge-contents .recruit-symposium figure img,
.c-content-main .recruit-symposium figure img {
  width: 350px;
  height: 257px;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  border-radius: 5px;
  display: block;
}
@media screen and (max-width: 767px) {
  .bge-contents .recruit-symposium figure img,
.c-content-main .recruit-symposium figure img {
    width: 100%;
    height: 58.6666666667vw;
  }
}
.bge-contents .recruit-symposium-textarea,
.c-content-main .recruit-symposium-textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.bge-contents .recruit-symposium-catch,
.c-content-main .recruit-symposium-catch {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .bge-contents .recruit-symposium-catch,
.c-content-main .recruit-symposium-catch {
    font-size: 4.8vw;
  }
}
.bge-contents .recruit-symposium-text,
.c-content-main .recruit-symposium-text {
  list-style: 2;
}
.bge-contents .recruit-interview,
.c-content-main .recruit-interview {
  background: url("/img/nursery/bg-interview-header.png") no-repeat center top/100%, url("/img/nursery/bg-interview.png") repeat left top;
  padding: 180px 0 95px;
}
@media screen and (max-width: 767px) {
  .bge-contents .recruit-interview,
.c-content-main .recruit-interview {
    padding: 20vw 5.3333333333vw 13.3333333333vw;
    background: url("/img/nursery/bg-interview-header-sp.png") no-repeat center top/100%, url("/img/nursery/bg-interview.png") repeat left top;
  }
}
.bge-contents .recruit-interview-body,
.c-content-main .recruit-interview-body {
  max-width: 960px;
  margin: 0 auto;
}
.bge-contents .recruit-interview-body h2,
.c-content-main .recruit-interview-body h2 {
  font-size: 3.6rem;
  font-weight: bold;
  margin: 0 0 20px;
  background: none;
  padding: 0;
  color: #000;
}
@media screen and (max-width: 767px) {
  .bge-contents .recruit-interview-body h2,
.c-content-main .recruit-interview-body h2 {
    font-size: 7.4666666667vw;
    margin: 0;
  }
}
.bge-contents .recruit-interview-body h2::after,
.c-content-main .recruit-interview-body h2::after {
  content: none;
}
.bge-contents .recruit-interview-body h3,
.c-content-main .recruit-interview-body h3 {
  text-align: center;
  margin: 0 0 45px;
  background: none;
  color: #000;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .bge-contents .recruit-interview-body h3,
.c-content-main .recruit-interview-body h3 {
    margin: 0 0 6.6666666667vw;
  }
}
.bge-contents .recruit-interview-body h3::before, .bge-contents .recruit-interview-body h3::after,
.c-content-main .recruit-interview-body h3::before,
.c-content-main .recruit-interview-body h3::after {
  content: none;
}
.bge-contents .recruit-interview-body h3 span,
.c-content-main .recruit-interview-body h3 span {
  display: inline-block;
  padding: 6px 33px 3px;
  background: url("/img/nursery/bg-interview-title.png") no-repeat center/100% 100%;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .bge-contents .recruit-interview-body h3 span,
.c-content-main .recruit-interview-body h3 span {
    padding: 0.5333333333vw 5.8666666667vw;
    font-size: 5.3333333333vw;
  }
}
.bge-contents .recruit-interview-list,
.c-content-main .recruit-interview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -20px 40px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .bge-contents .recruit-interview-list,
.c-content-main .recruit-interview-list {
    display: block;
    margin: 0;
  }
}
.bge-contents .recruit-interview-list li,
.c-content-main .recruit-interview-list li {
  margin: 0 20px;
  padding: 0;
  width: 293px;
}
@media screen and (max-width: 767px) {
  .bge-contents .recruit-interview-list li,
.c-content-main .recruit-interview-list li {
    width: 100%;
    margin: 0 0 8vw;
  }
}
.bge-contents .recruit-interview-list li::before,
.c-content-main .recruit-interview-list li::before {
  content: none;
}
.bge-contents .recruit-interview-list li figure,
.c-content-main .recruit-interview-list li figure {
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .bge-contents .recruit-interview-list li figure,
.c-content-main .recruit-interview-list li figure {
    margin: 0 0 4vw;
  }
}
.bge-contents .recruit-interview-list li figure img,
.c-content-main .recruit-interview-list li figure img {
  width: 100%;
  border-radius: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .bge-contents .recruit-interview-list li figure img,
.c-content-main .recruit-interview-list li figure img {
    width: 100%;
  }
}
.bge-contents .recruit-interview-title,
.c-content-main .recruit-interview-title {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .bge-contents .recruit-interview-title,
.c-content-main .recruit-interview-title {
    font-size: 4.2666666667vw;
    margin: 0 0 2.6666666667vw;
  }
}
.bge-contents .recruit-interview-profile,
.c-content-main .recruit-interview-profile {
  margin: 0 0 1.5em;
}
@media screen and (max-width: 767px) {
  .bge-contents .recruit-btn,
.c-content-main .recruit-btn {
    margin: 0 4vw;
  }
}
.bge-contents .recruit-btn[data-align=center],
.c-content-main .recruit-btn[data-align=center] {
  text-align: center;
}
.bge-contents .recruit-btn a,
.c-content-main .recruit-btn a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 235px;
  text-align: center;
  margin: 0;
  display: inline-block;
  text-decoration: none;
  padding: 14px 45px 14px 30px;
  font-weight: bold;
  border-radius: 30px;
  position: relative;
  background: #fff;
  line-height: 1.6;
  color: #000;
}
@media screen and (min-width: 768px),print {
  .bge-contents .recruit-btn a:hover::after,
.c-content-main .recruit-btn a:hover::after {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents .recruit-btn a,
.c-content-main .recruit-btn a {
    display: block;
    margin: 0 0 4vw;
    width: 100%;
    padding: 2.6666666667vw 9.3333333333vw 2.6666666667vw 5.3333333333vw;
    font-size: 4.5333333333vw;
  }
}
.bge-contents .recruit-btn a:disabled,
.c-content-main .recruit-btn a:disabled {
  opacity: 0.6;
}
.bge-contents .recruit-btn a::after,
.c-content-main .recruit-btn a::after {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 19px;
  top: calc(50% - 6px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: right 300ms;
  transition: right 300ms;
}
@media screen and (max-width: 767px) {
  .bge-contents .recruit-btn a::after,
.c-content-main .recruit-btn a::after {
    border-width: 0 2px 2px 0;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 4vw;
    top: calc(50% - 1.33333vw);
  }
}
.bge-contents .map-block iframe,
.c-content-main .map-block iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .bge-contents .map-block iframe,
.c-content-main .map-block iframe {
    height: 53.3333333333vw;
  }
}
.bge-contents .blog-list,
.c-content-main .blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -20px 40px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .bge-contents .blog-list,
.c-content-main .blog-list {
    display: block;
    margin: 0;
  }
}
.bge-contents .blog-list-item,
.c-content-main .blog-list-item {
  margin: 0 20px;
  padding: 0;
  width: 293px;
}
@media screen and (max-width: 767px) {
  .bge-contents .blog-list-item,
.c-content-main .blog-list-item {
    width: 100%;
    margin: 0 0 8vw;
  }
}
.bge-contents .blog-list-item a,
.c-content-main .blog-list-item a {
  display: block;
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media screen and (min-width: 768px),print {
  .bge-contents .blog-list-item a:hover,
.c-content-main .blog-list-item a:hover {
    opacity: 0.6;
  }
}
.bge-contents .blog-list-item figure,
.c-content-main .blog-list-item figure {
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .bge-contents .blog-list-item figure,
.c-content-main .blog-list-item figure {
    margin: 0 0 2vw;
  }
}
.bge-contents .blog-list-item figure img,
.c-content-main .blog-list-item figure img {
  width: 100%;
  border-radius: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .bge-contents .blog-list-item figure img,
.c-content-main .blog-list-item figure img {
    width: 100%;
  }
}
.bge-contents .blog-list-date,
.c-content-main .blog-list-date {
  margin: 0 0 5px;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .bge-contents .blog-list-date,
.c-content-main .blog-list-date {
    margin: 0 0 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.bge-contents .blog-list-title,
.c-content-main .blog-list-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .bge-contents .blog-list-title,
.c-content-main .blog-list-title {
    font-size: 4.2666666667vw;
  }
}
.bge-contents .grid-frame-flex, .bge-contents .grid-frame,
.c-content-main .grid-frame-flex,
.c-content-main .grid-frame {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bge-contents .grid-frame-flex,
.c-content-main .grid-frame-flex {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-1,
.c-content-main .grid-xs-1 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-1,
.c-content-main .grid-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
  .bge-contents .grid-md-1,
.c-content-main .grid-md-1 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1279px) {
  .bge-contents .grid-lg-1,
.c-content-main .grid-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .grid-xl-1,
.c-content-main .grid-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-2,
.c-content-main .grid-xs-2 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-2,
.c-content-main .grid-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
  .bge-contents .grid-md-2,
.c-content-main .grid-md-2 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1279px) {
  .bge-contents .grid-lg-2,
.c-content-main .grid-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .grid-xl-2,
.c-content-main .grid-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-3,
.c-content-main .grid-xs-3 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-3,
.c-content-main .grid-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
  .bge-contents .grid-md-3,
.c-content-main .grid-md-3 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1279px) {
  .bge-contents .grid-lg-3,
.c-content-main .grid-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .grid-xl-3,
.c-content-main .grid-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-4,
.c-content-main .grid-xs-4 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-4,
.c-content-main .grid-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
  .bge-contents .grid-md-4,
.c-content-main .grid-md-4 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1279px) {
  .bge-contents .grid-lg-4,
.c-content-main .grid-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .grid-xl-4,
.c-content-main .grid-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-5,
.c-content-main .grid-xs-5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-5,
.c-content-main .grid-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
  .bge-contents .grid-md-5,
.c-content-main .grid-md-5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1279px) {
  .bge-contents .grid-lg-5,
.c-content-main .grid-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .grid-xl-5,
.c-content-main .grid-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-6,
.c-content-main .grid-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-6,
.c-content-main .grid-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
  .bge-contents .grid-md-6,
.c-content-main .grid-md-6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1279px) {
  .bge-contents .grid-lg-6,
.c-content-main .grid-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .grid-xl-6,
.c-content-main .grid-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-7,
.c-content-main .grid-xs-7 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-7,
.c-content-main .grid-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
  .bge-contents .grid-md-7,
.c-content-main .grid-md-7 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1279px) {
  .bge-contents .grid-lg-7,
.c-content-main .grid-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .grid-xl-7,
.c-content-main .grid-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-8,
.c-content-main .grid-xs-8 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-8,
.c-content-main .grid-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
  .bge-contents .grid-md-8,
.c-content-main .grid-md-8 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1279px) {
  .bge-contents .grid-lg-8,
.c-content-main .grid-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .grid-xl-8,
.c-content-main .grid-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-9,
.c-content-main .grid-xs-9 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-9,
.c-content-main .grid-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
  .bge-contents .grid-md-9,
.c-content-main .grid-md-9 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1279px) {
  .bge-contents .grid-lg-9,
.c-content-main .grid-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .grid-xl-9,
.c-content-main .grid-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-10,
.c-content-main .grid-xs-10 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-10,
.c-content-main .grid-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
  .bge-contents .grid-md-10,
.c-content-main .grid-md-10 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1279px) {
  .bge-contents .grid-lg-10,
.c-content-main .grid-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .grid-xl-10,
.c-content-main .grid-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-11,
.c-content-main .grid-xs-11 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-11,
.c-content-main .grid-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
  .bge-contents .grid-md-11,
.c-content-main .grid-md-11 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1279px) {
  .bge-contents .grid-lg-11,
.c-content-main .grid-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .grid-xl-11,
.c-content-main .grid-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-12,
.c-content-main .grid-xs-12 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-12,
.c-content-main .grid-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
  .bge-contents .grid-md-12,
.c-content-main .grid-md-12 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1279px) {
  .bge-contents .grid-lg-12,
.c-content-main .grid-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .grid-xl-12,
.c-content-main .grid-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-d5,
.c-content-main .grid-xs-d5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-d5,
.c-content-main .grid-sm-d5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
  .bge-contents .grid-md-d5,
.c-content-main .grid-md-d5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1279px) {
  .bge-contents .grid-lg-d5,
.c-content-main .grid-lg-d5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .grid-xl-d5,
.c-content-main .grid-xl-d5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .grid-xs-flex,
.c-content-main .grid-xs-flex {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .grid-sm-flex,
.c-content-main .grid-sm-flex {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
  .bge-contents .grid-md-flex,
.c-content-main .grid-md-flex {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1279px) {
  .bge-contents .grid-lg-flex,
.c-content-main .grid-lg-flex {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .grid-xl-flex,
.c-content-main .grid-xl-flex {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.bge-contents .mt-zero,
.c-content-main .mt-zero {
  margin-top: 0;
}
.bge-contents .mb-zero,
.c-content-main .mb-zero {
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .bge-contents .mt-narrow,
.c-content-main .mt-narrow {
    margin-top: 5px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .mt-narrow,
.c-content-main .mt-narrow {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
  .bge-contents .mt-narrow,
.c-content-main .mt-narrow {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1279px) {
  .bge-contents .mt-narrow,
.c-content-main .mt-narrow {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .mt-narrow,
.c-content-main .mt-narrow {
    margin-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .mt-wide,
.c-content-main .mt-wide {
    margin-top: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .mt-wide,
.c-content-main .mt-wide {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
  .bge-contents .mt-wide,
.c-content-main .mt-wide {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1279px) {
  .bge-contents .mt-wide,
.c-content-main .mt-wide {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .mt-wide,
.c-content-main .mt-wide {
    margin-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .mb-narrow,
.c-content-main .mb-narrow {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .mb-narrow,
.c-content-main .mb-narrow {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
  .bge-contents .mb-narrow,
.c-content-main .mb-narrow {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1279px) {
  .bge-contents .mb-narrow,
.c-content-main .mb-narrow {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .mb-narrow,
.c-content-main .mb-narrow {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 576px) {
  .bge-contents .mb-wide,
.c-content-main .mb-wide {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .bge-contents .mb-wide,
.c-content-main .mb-wide {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
  .bge-contents .mb-wide,
.c-content-main .mb-wide {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1279px) {
  .bge-contents .mb-wide,
.c-content-main .mb-wide {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .bge-contents .mb-wide,
.c-content-main .mb-wide {
    margin-bottom: 80px;
  }
}
.bge-contents [data-bgb],
.c-content-main [data-bgb] {
  margin-bottom: 3em;
}
.bge-contents .bgt-btn,
.c-content-main .bgt-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 360px;
  text-align: center;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  padding: 18px 45px 18px 30px;
  font-weight: bold;
  border-radius: 30px;
  position: relative;
  background: #fff100;
  line-height: 1.6;
  color: #000;
}
@media screen and (min-width: 768px),print {
  .bge-contents .bgt-btn:hover::after,
.c-content-main .bgt-btn:hover::after {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents .bgt-btn,
.c-content-main .bgt-btn {
    width: 100%;
    padding: 2.6666666667vw 9.3333333333vw 2.6666666667vw 5.3333333333vw;
    font-size: 4.5333333333vw;
  }
}
.bge-contents .bgt-btn:disabled,
.c-content-main .bgt-btn:disabled {
  opacity: 0.6;
}
.bge-contents .bgt-btn::after,
.c-content-main .bgt-btn::after {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 19px;
  top: calc(50% - 6px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: right 300ms;
  transition: right 300ms;
}
@media screen and (max-width: 767px) {
  .bge-contents .bgt-btn::after,
.c-content-main .bgt-btn::after {
    border-width: 0 2px 2px 0;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 4vw;
    top: calc(50% - 1.33333vw);
  }
}
.bge-contents [data-bgt-button-kind=em] .bgt-btn,
.c-content-main [data-bgt-button-kind=em] .bgt-btn {
  background: #253494;
  color: #fff;
}
.bge-contents [data-bgt-button-kind=em] .bgt-btn::after,
.c-content-main [data-bgt-button-kind=em] .bgt-btn::after {
  border-color: #fff100;
}
.bge-contents [data-bgt-button-kind=external] .bgt-btn::after,
.c-content-main [data-bgt-button-kind=external] .bgt-btn::after {
  border: none;
  -webkit-transform: none;
          transform: none;
  width: 17px;
  height: 17px;
  background: url("/img/nursery/icon-external.png") no-repeat center/100%;
  top: calc(50% - 9px);
}
@media screen and (max-width: 767px) {
  .bge-contents [data-bgt-button-kind=external] .bgt-btn::after,
.c-content-main [data-bgt-button-kind=external] .bgt-btn::after {
    width: 4vw;
    height: 4vw;
    top: calc(50% - 2.66667vw);
  }
}
.bge-contents [data-bgt-button-kind=back] .bgt-btn,
.c-content-main [data-bgt-button-kind=back] .bgt-btn {
  background: #dcdcdc;
  padding: 15px 30px 15px 45px;
}
@media screen and (min-width: 768px),print {
  .bge-contents [data-bgt-button-kind=back] .bgt-btn::before,
.c-content-main [data-bgt-button-kind=back] .bgt-btn::before {
    -webkit-transition: left 300ms;
    transition: left 300ms;
  }
  .bge-contents [data-bgt-button-kind=back] .bgt-btn:hover::before,
.c-content-main [data-bgt-button-kind=back] .bgt-btn:hover::before {
    left: 14px;
  }
}
.bge-contents [data-bgt-button-kind=back] .bgt-btn::before,
.c-content-main [data-bgt-button-kind=back] .bgt-btn::before {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 19px;
  top: calc(50% - 6px);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: left 300ms;
  transition: left 300ms;
}
@media screen and (max-width: 767px) {
  .bge-contents [data-bgt-button-kind=back] .bgt-btn::before,
.c-content-main [data-bgt-button-kind=back] .bgt-btn::before {
    border-width: 0 2px 2px 0;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 4vw;
    top: calc(50% - 1.33333vw);
  }
}
.bge-contents [data-bgt-button-kind=back] .bgt-btn::after,
.c-content-main [data-bgt-button-kind=back] .bgt-btn::after {
  display: none;
}
.bge-contents .bgt-hr,
.c-content-main .bgt-hr {
  margin: 0 auto;
}
.bge-contents [data-bgt-hr-kind=dashed] .bgt-hr,
.c-content-main [data-bgt-hr-kind=dashed] .bgt-hr {
  height: 0;
  border: none;
  background: none;
  border-bottom: 2px dashed currentColor;
}
.bge-contents [data-bgt-hr-kind=bold] .bgt-hr,
.c-content-main [data-bgt-hr-kind=bold] .bgt-hr {
  height: 5px;
}
.bge-contents [data-bgt-hr-kind=narrow] .bgt-hr,
.c-content-main [data-bgt-hr-kind=narrow] .bgt-hr {
  height: 1px;
}
.bge-contents [data-bgt-hr-kind=short] .bgt-hr,
.c-content-main [data-bgt-hr-kind=short] .bgt-hr {
  width: 60%;
  height: 1px;
}
.bge-contents .bgt-download-file__link,
.c-content-main .bgt-download-file__link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 360px;
  text-align: center;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  padding: 15px 47px 15px 27px;
  color: #000;
  font-weight: bold;
  line-height: 1.6;
  border-radius: 30px;
  position: relative;
  background: #fff;
  border: 3px solid #ffae00;
}
@media screen and (min-width: 768px),print {
  .bge-contents .bgt-download-file__link:hover::after,
.c-content-main .bgt-download-file__link:hover::after {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents .bgt-download-file__link,
.c-content-main .bgt-download-file__link {
    width: 100%;
    padding: 2.6666666667vw 9.3333333333vw 2.6666666667vw 5.3333333333vw;
    font-size: 4.5333333333vw;
  }
}
.bge-contents .bgt-download-file__link::after,
.c-content-main .bgt-download-file__link::after {
  content: "";
  display: block;
  width: 18px;
  height: 22px;
  position: absolute;
  right: 22px;
  top: calc(50% - 11px);
  -webkit-transition: right 300ms;
  transition: right 300ms;
  background: url("/img/nursery/icon-pdf.png") no-repeat center/100%;
}
@media screen and (max-width: 767px) {
  .bge-contents .bgt-download-file__link::after,
.c-content-main .bgt-download-file__link::after {
    width: 4.6666666667vw;
    height: 5.3333333333vw;
    right: 2.6666666667vw;
    top: calc(50% - 2.66667vw);
  }
}
.bge-contents .bgt-download-file__link i,
.c-content-main .bgt-download-file__link i {
  display: none;
}
.bge-contents .bgt-link__size,
.c-content-main .bgt-link__size {
  font-size: 0.8125em;
  font-weight: normal;
  opacity: 0.7;
}
.bge-contents .bgt-link__icon::after,
.c-content-main .bgt-link__icon::after {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .bge-contents [data-bgb=button] .bgt-grid,
.bge-contents [data-bgb=download-file] .bgt-grid,
.c-content-main [data-bgb=button] .bgt-grid,
.c-content-main [data-bgb=download-file] .bgt-grid {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents [data-bgb=button] [data-bgt=button],
.bge-contents [data-bgb=button] [data-bgt=download-file],
.bge-contents [data-bgb=download-file] [data-bgt=button],
.bge-contents [data-bgb=download-file] [data-bgt=download-file],
.c-content-main [data-bgb=button] [data-bgt=button],
.c-content-main [data-bgb=button] [data-bgt=download-file],
.c-content-main [data-bgb=download-file] [data-bgt=button],
.c-content-main [data-bgb=download-file] [data-bgt=download-file] {
    display: block;
  }
}
.bge-contents [data-bgb=button2],
.bge-contents [data-bgb=download-file2],
.bge-contents [data-bgb=button3],
.bge-contents [data-bgb=download-file3],
.c-content-main [data-bgb=button2],
.c-content-main [data-bgb=download-file2],
.c-content-main [data-bgb=button3],
.c-content-main [data-bgb=download-file3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bge-contents [data-bgb=button2],
.bge-contents [data-bgb=download-file2],
.bge-contents [data-bgb=button3],
.bge-contents [data-bgb=download-file3],
.c-content-main [data-bgb=button2],
.c-content-main [data-bgb=download-file2],
.c-content-main [data-bgb=button3],
.c-content-main [data-bgb=download-file3] {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents [data-bgb=button2] .bgt-grid,
.bge-contents [data-bgb=download-file2] .bgt-grid,
.bge-contents [data-bgb=button3] .bgt-grid,
.bge-contents [data-bgb=download-file3] .bgt-grid,
.c-content-main [data-bgb=button2] .bgt-grid,
.c-content-main [data-bgb=download-file2] .bgt-grid,
.c-content-main [data-bgb=button3] .bgt-grid,
.c-content-main [data-bgb=download-file3] .bgt-grid {
    margin-bottom: 0;
  }
}
.bge-contents [data-bgb=button2] div,
.bge-contents [data-bgb=download-file2] div,
.bge-contents [data-bgb=button3] div,
.bge-contents [data-bgb=download-file3] div,
.c-content-main [data-bgb=button2] div,
.c-content-main [data-bgb=download-file2] div,
.c-content-main [data-bgb=button3] div,
.c-content-main [data-bgb=download-file3] div {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  float: none;
}
@media screen and (max-width: 767px) {
  .bge-contents [data-bgb=button2] div,
.bge-contents [data-bgb=download-file2] div,
.bge-contents [data-bgb=button3] div,
.bge-contents [data-bgb=download-file3] div,
.c-content-main [data-bgb=button2] div,
.c-content-main [data-bgb=download-file2] div,
.c-content-main [data-bgb=button3] div,
.c-content-main [data-bgb=download-file3] div {
    display: block;
  }
}
.bge-contents [data-bgb=button2] div a,
.bge-contents [data-bgb=download-file2] div a,
.bge-contents [data-bgb=button3] div a,
.bge-contents [data-bgb=download-file3] div a,
.c-content-main [data-bgb=button2] div a,
.c-content-main [data-bgb=download-file2] div a,
.c-content-main [data-bgb=button3] div a,
.c-content-main [data-bgb=download-file3] div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.bge-contents [data-bgb=button2] [data-bgt=button],
.bge-contents [data-bgb=button2] [data-bgt=download-file],
.bge-contents [data-bgb=download-file2] [data-bgt=button],
.bge-contents [data-bgb=download-file2] [data-bgt=download-file],
.bge-contents [data-bgb=button3] [data-bgt=button],
.bge-contents [data-bgb=button3] [data-bgt=download-file],
.bge-contents [data-bgb=download-file3] [data-bgt=button],
.bge-contents [data-bgb=download-file3] [data-bgt=download-file],
.c-content-main [data-bgb=button2] [data-bgt=button],
.c-content-main [data-bgb=button2] [data-bgt=download-file],
.c-content-main [data-bgb=download-file2] [data-bgt=button],
.c-content-main [data-bgb=download-file2] [data-bgt=download-file],
.c-content-main [data-bgb=button3] [data-bgt=button],
.c-content-main [data-bgb=button3] [data-bgt=download-file],
.c-content-main [data-bgb=download-file3] [data-bgt=button],
.c-content-main [data-bgb=download-file3] [data-bgt=download-file] {
  display: block;
}
@media screen and (max-width: 767px) {
  .bge-contents .bgt-google-maps-link,
.c-content-main .bgt-google-maps-link {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    text-align: center;
    margin: 4vw auto 0;
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    position: relative;
    background: #253494;
    line-height: 1.6;
    width: 100%;
    padding: 2.6666666667vw 9.3333333333vw 2.6666666667vw 5.3333333333vw;
    font-size: 4.5333333333vw;
  }
  .bge-contents .bgt-google-maps-link span,
.c-content-main .bgt-google-maps-link span {
    display: inline-block;
    vertical-align: middle;
  }
  .bge-contents .bgt-google-maps-link::after,
.c-content-main .bgt-google-maps-link::after {
    content: "";
    display: block;
    position: absolute;
    background: url("/img/nursery/icon-external-yellow.svg") no-repeat center/100%;
    width: 4vw;
    height: 4vw;
    top: calc(50% - 2.66667vw);
    right: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px),print {
  .bge-contents [data-bgb=text-float-image1] .bgt-grid--first,
.c-content-main [data-bgb=text-float-image1] .bgt-grid--first {
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px),print {
  .bge-contents [data-bgb=text-float-image2] .bgt-grid--first,
.c-content-main [data-bgb=text-float-image2] .bgt-grid--first {
    margin-right: 40px;
  }
}
@media screen and (min-width: 768px),print {
  .bge-contents [data-bgb=text-image1] .bgt-grid--first,
.bge-contents [data-bgb=text-image2] .bgt-grid--first,
.c-content-main [data-bgb=text-image1] .bgt-grid--first,
.c-content-main [data-bgb=text-image2] .bgt-grid--first {
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px),print {
  .bge-contents [data-bgb=text-image1] .bgt-grid--last,
.bge-contents [data-bgb=text-image2] .bgt-grid--last,
.c-content-main [data-bgb=text-image1] .bgt-grid--last,
.c-content-main [data-bgb=text-image2] .bgt-grid--last {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px),print {
  .bge-contents [data-bgb=button2] .bgt-grid:nth-child(1),
.bge-contents [data-bgb=download-file2] .bgt-grid:nth-child(1),
.bge-contents [data-bgb=image-link-text2] .bgt-grid:nth-child(1),
.bge-contents [data-bgb=image-link2] .bgt-grid:nth-child(1),
.bge-contents [data-bgb=image-text2] .bgt-grid:nth-child(1),
.bge-contents [data-bgb=image2] .bgt-grid:nth-child(1),
.bge-contents [data-bgb=trimmed-image-link2] .bgt-grid:nth-child(1),
.bge-contents [data-bgb=trimmed-image2] .bgt-grid:nth-child(1),
.bge-contents [data-bgb=wysiwyg2] .bgt-grid:nth-child(1),
.c-content-main [data-bgb=button2] .bgt-grid:nth-child(1),
.c-content-main [data-bgb=download-file2] .bgt-grid:nth-child(1),
.c-content-main [data-bgb=image-link-text2] .bgt-grid:nth-child(1),
.c-content-main [data-bgb=image-link2] .bgt-grid:nth-child(1),
.c-content-main [data-bgb=image-text2] .bgt-grid:nth-child(1),
.c-content-main [data-bgb=image2] .bgt-grid:nth-child(1),
.c-content-main [data-bgb=trimmed-image-link2] .bgt-grid:nth-child(1),
.c-content-main [data-bgb=trimmed-image2] .bgt-grid:nth-child(1),
.c-content-main [data-bgb=wysiwyg2] .bgt-grid:nth-child(1) {
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px),print {
  .bge-contents [data-bgb=button2] .bgt-grid:nth-child(2),
.bge-contents [data-bgb=download-file2] .bgt-grid:nth-child(2),
.bge-contents [data-bgb=image-link-text2] .bgt-grid:nth-child(2),
.bge-contents [data-bgb=image-link2] .bgt-grid:nth-child(2),
.bge-contents [data-bgb=image-text2] .bgt-grid:nth-child(2),
.bge-contents [data-bgb=image2] .bgt-grid:nth-child(2),
.bge-contents [data-bgb=trimmed-image-link2] .bgt-grid:nth-child(2),
.bge-contents [data-bgb=trimmed-image2] .bgt-grid:nth-child(2),
.bge-contents [data-bgb=wysiwyg2] .bgt-grid:nth-child(2),
.c-content-main [data-bgb=button2] .bgt-grid:nth-child(2),
.c-content-main [data-bgb=download-file2] .bgt-grid:nth-child(2),
.c-content-main [data-bgb=image-link-text2] .bgt-grid:nth-child(2),
.c-content-main [data-bgb=image-link2] .bgt-grid:nth-child(2),
.c-content-main [data-bgb=image-text2] .bgt-grid:nth-child(2),
.c-content-main [data-bgb=image2] .bgt-grid:nth-child(2),
.c-content-main [data-bgb=trimmed-image-link2] .bgt-grid:nth-child(2),
.c-content-main [data-bgb=trimmed-image2] .bgt-grid:nth-child(2),
.c-content-main [data-bgb=wysiwyg2] .bgt-grid:nth-child(2) {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px),print {
  .bge-contents [data-bgb=button3] .bgt-grid:nth-child(1),
.bge-contents [data-bgb=download-file3] .bgt-grid:nth-child(1),
.bge-contents [data-bgb=image-link-text3] .bgt-grid:nth-child(1),
.bge-contents [data-bgb=image-link3] .bgt-grid:nth-child(1),
.bge-contents [data-bgb=image-text3] .bgt-grid:nth-child(1),
.bge-contents [data-bgb=image3] .bgt-grid:nth-child(1),
.bge-contents [data-bgb=trimmed-image-link3] .bgt-grid:nth-child(1),
.bge-contents [data-bgb=trimmed-image3] .bgt-grid:nth-child(1),
.c-content-main [data-bgb=button3] .bgt-grid:nth-child(1),
.c-content-main [data-bgb=download-file3] .bgt-grid:nth-child(1),
.c-content-main [data-bgb=image-link-text3] .bgt-grid:nth-child(1),
.c-content-main [data-bgb=image-link3] .bgt-grid:nth-child(1),
.c-content-main [data-bgb=image-text3] .bgt-grid:nth-child(1),
.c-content-main [data-bgb=image3] .bgt-grid:nth-child(1),
.c-content-main [data-bgb=trimmed-image-link3] .bgt-grid:nth-child(1),
.c-content-main [data-bgb=trimmed-image3] .bgt-grid:nth-child(1) {
    padding-left: 0;
    padding-right: 26.6667px;
  }
}
@media screen and (min-width: 768px),print {
  .bge-contents [data-bgb=button3] .bgt-grid,
.bge-contents [data-bgb=download-file3] .bgt-grid,
.bge-contents [data-bgb=image-link-text3] .bgt-grid,
.bge-contents [data-bgb=image-link3] .bgt-grid,
.bge-contents [data-bgb=image-text3] .bgt-grid,
.bge-contents [data-bgb=image3] .bgt-grid,
.bge-contents [data-bgb=trimmed-image-link3] .bgt-grid,
.bge-contents [data-bgb=trimmed-image3] .bgt-grid,
.c-content-main [data-bgb=button3] .bgt-grid,
.c-content-main [data-bgb=download-file3] .bgt-grid,
.c-content-main [data-bgb=image-link-text3] .bgt-grid,
.c-content-main [data-bgb=image-link3] .bgt-grid,
.c-content-main [data-bgb=image-text3] .bgt-grid,
.c-content-main [data-bgb=image3] .bgt-grid,
.c-content-main [data-bgb=trimmed-image-link3] .bgt-grid,
.c-content-main [data-bgb=trimmed-image3] .bgt-grid {
    padding-left: 13.3333px;
    padding-right: 13.3333px;
  }
}
@media screen and (min-width: 768px),print {
  .bge-contents [data-bgb=button3] .bgt-grid:nth-child(3),
.bge-contents [data-bgb=download-file3] .bgt-grid:nth-child(3),
.bge-contents [data-bgb=image-link-text3] .bgt-grid:nth-child(3),
.bge-contents [data-bgb=image-link3] .bgt-grid:nth-child(3),
.bge-contents [data-bgb=image-text3] .bgt-grid:nth-child(3),
.bge-contents [data-bgb=image3] .bgt-grid:nth-child(3),
.bge-contents [data-bgb=trimmed-image-link3] .bgt-grid:nth-child(3),
.bge-contents [data-bgb=trimmed-image3] .bgt-grid:nth-child(3),
.c-content-main [data-bgb=button3] .bgt-grid:nth-child(3),
.c-content-main [data-bgb=download-file3] .bgt-grid:nth-child(3),
.c-content-main [data-bgb=image-link-text3] .bgt-grid:nth-child(3),
.c-content-main [data-bgb=image-link3] .bgt-grid:nth-child(3),
.c-content-main [data-bgb=image-text3] .bgt-grid:nth-child(3),
.c-content-main [data-bgb=image3] .bgt-grid:nth-child(3),
.c-content-main [data-bgb=trimmed-image-link3] .bgt-grid:nth-child(3),
.c-content-main [data-bgb=trimmed-image3] .bgt-grid:nth-child(3) {
    padding-left: 26.6667px;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents .bgt-grid,
.c-content-main .bgt-grid {
    margin-bottom: 1.5em;
  }
  .bge-contents .bgt-grid:last-child,
.c-content-main .bgt-grid:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents [data-bgb=button2] .bgt-grid [data-bgt] > :last-child,
.bge-contents [data-bgb=download-file2] .bgt-grid [data-bgt] > :last-child,
.bge-contents [data-bgb=image-link-text2] .bgt-grid [data-bgt] > :last-child,
.bge-contents [data-bgb=image-link2] .bgt-grid [data-bgt] > :last-child,
.bge-contents [data-bgb=image-text2] .bgt-grid [data-bgt] > :last-child,
.bge-contents [data-bgb=image2] .bgt-grid [data-bgt] > :last-child,
.bge-contents [data-bgb=trimmed-image-link2] .bgt-grid [data-bgt] > :last-child,
.bge-contents [data-bgb=trimmed-image2] .bgt-grid [data-bgt] > :last-child,
.bge-contents [data-bgb=wysiwyg2] .bgt-grid [data-bgt] > :last-child,
.bge-contents [data-bgb=button3] .bgt-grid [data-bgt] > :last-child,
.bge-contents [data-bgb=download-file3] .bgt-grid [data-bgt] > :last-child,
.bge-contents [data-bgb=image-link-text3] .bgt-grid [data-bgt] > :last-child,
.bge-contents [data-bgb=image-link3] .bgt-grid [data-bgt] > :last-child,
.bge-contents [data-bgb=image-text3] .bgt-grid [data-bgt] > :last-child,
.bge-contents [data-bgb=image3] .bgt-grid [data-bgt] > :last-child,
.bge-contents [data-bgb=trimmed-image-link3] .bgt-grid [data-bgt] > :last-child,
.bge-contents [data-bgb=trimmed-image3] .bgt-grid [data-bgt] > :last-child,
.bge-contents [data-bgb=image-link-text4] .bgt-grid [data-bgt] > :last-child,
.bge-contents [data-bgb=image-link4] .bgt-grid [data-bgt] > :last-child,
.bge-contents [data-bgb=image-text4] .bgt-grid [data-bgt] > :last-child,
.bge-contents [data-bgb=image4] .bgt-grid [data-bgt] > :last-child,
.bge-contents [data-bgb=trimmed-image-link4] .bgt-grid [data-bgt] > :last-child,
.bge-contents [data-bgb=trimmed-image4] .bgt-grid [data-bgt] > :last-child,
.bge-contents [data-bgb=image-link-text5] .bgt-grid [data-bgt] > :last-child,
.bge-contents [data-bgb=image-link5] .bgt-grid [data-bgt] > :last-child,
.bge-contents [data-bgb=image-text5] .bgt-grid [data-bgt] > :last-child,
.bge-contents [data-bgb=image5] .bgt-grid [data-bgt] > :last-child,
.bge-contents [data-bgb=trimmed-image-link5] .bgt-grid [data-bgt] > :last-child,
.bge-contents [data-bgb=trimmed-image5] .bgt-grid [data-bgt] > :last-child,
.c-content-main [data-bgb=button2] .bgt-grid [data-bgt] > :last-child,
.c-content-main [data-bgb=download-file2] .bgt-grid [data-bgt] > :last-child,
.c-content-main [data-bgb=image-link-text2] .bgt-grid [data-bgt] > :last-child,
.c-content-main [data-bgb=image-link2] .bgt-grid [data-bgt] > :last-child,
.c-content-main [data-bgb=image-text2] .bgt-grid [data-bgt] > :last-child,
.c-content-main [data-bgb=image2] .bgt-grid [data-bgt] > :last-child,
.c-content-main [data-bgb=trimmed-image-link2] .bgt-grid [data-bgt] > :last-child,
.c-content-main [data-bgb=trimmed-image2] .bgt-grid [data-bgt] > :last-child,
.c-content-main [data-bgb=wysiwyg2] .bgt-grid [data-bgt] > :last-child,
.c-content-main [data-bgb=button3] .bgt-grid [data-bgt] > :last-child,
.c-content-main [data-bgb=download-file3] .bgt-grid [data-bgt] > :last-child,
.c-content-main [data-bgb=image-link-text3] .bgt-grid [data-bgt] > :last-child,
.c-content-main [data-bgb=image-link3] .bgt-grid [data-bgt] > :last-child,
.c-content-main [data-bgb=image-text3] .bgt-grid [data-bgt] > :last-child,
.c-content-main [data-bgb=image3] .bgt-grid [data-bgt] > :last-child,
.c-content-main [data-bgb=trimmed-image-link3] .bgt-grid [data-bgt] > :last-child,
.c-content-main [data-bgb=trimmed-image3] .bgt-grid [data-bgt] > :last-child,
.c-content-main [data-bgb=image-link-text4] .bgt-grid [data-bgt] > :last-child,
.c-content-main [data-bgb=image-link4] .bgt-grid [data-bgt] > :last-child,
.c-content-main [data-bgb=image-text4] .bgt-grid [data-bgt] > :last-child,
.c-content-main [data-bgb=image4] .bgt-grid [data-bgt] > :last-child,
.c-content-main [data-bgb=trimmed-image-link4] .bgt-grid [data-bgt] > :last-child,
.c-content-main [data-bgb=trimmed-image4] .bgt-grid [data-bgt] > :last-child,
.c-content-main [data-bgb=image-link-text5] .bgt-grid [data-bgt] > :last-child,
.c-content-main [data-bgb=image-link5] .bgt-grid [data-bgt] > :last-child,
.c-content-main [data-bgb=image-text5] .bgt-grid [data-bgt] > :last-child,
.c-content-main [data-bgb=image5] .bgt-grid [data-bgt] > :last-child,
.c-content-main [data-bgb=trimmed-image-link5] .bgt-grid [data-bgt] > :last-child,
.c-content-main [data-bgb=trimmed-image5] .bgt-grid [data-bgt] > :last-child {
    margin-bottom: 0.5em;
  }
}
.bge-contents .bgt-image,
.c-content-main .bgt-image {
  border-radius: 5px;
  overflow: hidden;
}
.bge-contents .bgt-image :link,
.c-content-main .bgt-image :link {
  outline: none;
}
.bge-contents .bgt-image__link .bgt-box__image,
.bge-contents .bgt-trimmed-image__link .bgt-box__image,
.bge-contents .bgt-box__image-container img,
.bge-contents .bgt-image-link,
.bge-contents .bgt-trimmed-image-link,
.c-content-main .bgt-image__link .bgt-box__image,
.c-content-main .bgt-trimmed-image__link .bgt-box__image,
.c-content-main .bgt-box__image-container img,
.c-content-main .bgt-image-link,
.c-content-main .bgt-trimmed-image-link {
  border-radius: 5px;
  overflow: hidden;
}
.bge-contents .bgb-opt--bg-gray,
.bge-contents .bgb-opt--bg-blue,
.bge-contents .bgb-opt--bg-pink,
.c-content-main .bgb-opt--bg-gray,
.c-content-main .bgb-opt--bg-blue,
.c-content-main .bgb-opt--bg-pink {
  padding: 30px 45px;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .bge-contents .bgb-opt--bg-gray,
.bge-contents .bgb-opt--bg-blue,
.bge-contents .bgb-opt--bg-pink,
.c-content-main .bgb-opt--bg-gray,
.c-content-main .bgb-opt--bg-blue,
.c-content-main .bgb-opt--bg-pink {
    padding: 20px 30px;
  }
}
.bge-contents .bgb-opt--bg-gray,
.c-content-main .bgb-opt--bg-gray {
  background: #efefef !important;
}
.bge-contents .bgb-opt--bg-blue,
.c-content-main .bgb-opt--bg-blue {
  background: #dcf3fd !important;
}
.bge-contents .bgb-opt--bg-pink,
.c-content-main .bgb-opt--bg-pink {
  background: #fff3d1 !important;
}
.bge-contents .bgb-opt--border-bold,
.c-content-main .bgb-opt--border-bold {
  border-color: #000;
  border-width: 3px !important;
}
.bge-contents .bgb-opt--border-thin,
.c-content-main .bgb-opt--border-thin {
  border-color: #000;
}
.bge-contents .bgb-opt--border-dotted,
.c-content-main .bgb-opt--border-dotted {
  border-color: #000;
  border-width: 2px !important;
}
.bge-contents .bgb-opt--border-td,
.bge-contents .bgb-opt--border-tb,
.c-content-main .bgb-opt--border-td,
.c-content-main .bgb-opt--border-tb {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  padding-bottom: 30px;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .bge-contents .bgb-opt--border-td,
.bge-contents .bgb-opt--border-tb,
.c-content-main .bgb-opt--border-td,
.c-content-main .bgb-opt--border-tb {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.bge-contents .bgb-opt--border-trbl,
.c-content-main .bgb-opt--border-trbl {
  padding: 30px 45px;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .bge-contents .bgb-opt--border-trbl,
.c-content-main .bgb-opt--border-trbl {
    padding: 20px 30px;
  }
}
.bge-contents .bgb-opt--border-lr,
.c-content-main .bgb-opt--border-lr {
  padding-left: 45px;
  padding-right: 45px;
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
}
@media screen and (max-width: 767px) {
  .bge-contents .bgb-opt--border-lr,
.c-content-main .bgb-opt--border-lr {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.bge-contents .bgb-opt--border-trl,
.c-content-main .bgb-opt--border-trl {
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 30px;
  border-radius: 6px 6px 0 0;
  border-bottom-width: 0 !important;
}
@media screen and (max-width: 767px) {
  .bge-contents .bgb-opt--border-trl,
.c-content-main .bgb-opt--border-trl {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
  }
}
.bge-contents .bgb-opt--border-rbl,
.c-content-main .bgb-opt--border-rbl {
  padding: 30px 45px;
  border-radius: 0 0 6px 6px;
  border-top-width: 0 !important;
}
@media screen and (max-width: 767px) {
  .bge-contents .bgb-opt--border-rbl,
.c-content-main .bgb-opt--border-rbl {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
  }
}
.bge-contents .bgb-opt--mb-large,
.c-content-main .bgb-opt--mb-large {
  margin-bottom: 6em !important;
}
@media screen and (max-width: 767px) {
  .bge-contents .bgb-opt--mb-large,
.c-content-main .bgb-opt--mb-large {
    margin-bottom: 4.5em !important;
  }
}
.bge-contents .bgb-opt--mb-small,
.c-content-main .bgb-opt--mb-small {
  margin-bottom: 1.5em !important;
}
@media screen and (max-width: 767px) {
  .bge-contents .bgb-opt--mb-small,
.c-content-main .bgb-opt--mb-small {
    margin-bottom: 1.2em !important;
  }
}
.bge-contents .bgb-opt--mb-none,
.c-content-main .bgb-opt--mb-none {
  margin-bottom: 0 !important;
}
.bge-contents [data-bgt=ckeditor]:nth-child(2),
.c-content-main [data-bgt=ckeditor]:nth-child(2) {
  margin-top: 0.5em;
}
.bge-contents [data-bgt=gallery] .bgt-gallery,
.c-content-main [data-bgt=gallery] .bgt-gallery {
  padding-top: 56.25%;
}
.bge-contents [data-bgt=gallery] .bgt-gallery .bgt-gallery-ctrl,
.c-content-main [data-bgt=gallery] .bgt-gallery .bgt-gallery-ctrl {
  opacity: 0;
}
.bge-contents [data-bgt=gallery] .bgt-gallery:hover .bgt-gallery-ctrl,
.c-content-main [data-bgt=gallery] .bgt-gallery:hover .bgt-gallery-ctrl {
  opacity: 1;
}
.bge-contents [data-bgt=gallery] .bgt-gallery__item,
.c-content-main [data-bgt=gallery] .bgt-gallery__item {
  border-radius: 10px;
  overflow: hidden;
}
.bge-contents [data-bgt=gallery] .bgt-gallery__img img,
.c-content-main [data-bgt=gallery] .bgt-gallery__img img {
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
}
.bge-contents [data-bgt=gallery] .bgt-gallery__caption,
.c-content-main [data-bgt=gallery] .bgt-gallery__caption {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.7em 1em;
  text-align: center;
}
.bge-contents [data-bgt=gallery] .bgt-gallery-ctrl,
.c-content-main [data-bgt=gallery] .bgt-gallery-ctrl {
  top: 50%;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__prev, .bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__next,
.c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__prev,
.c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__next {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  border: none;
  padding: 0;
  display: block;
  top: calc(50% - 43px);
  width: 68px;
  height: 68px;
  z-index: 100;
  cursor: pointer;
  outline: none;
  background: #fff100;
  border-radius: 50%;
  -webkit-transition: left 300ms, right 300ms;
  transition: left 300ms, right 300ms;
}
@media screen and (min-width: 768px),print {
  .bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__prev:hover, .bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__next:hover,
.c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__prev:hover,
.c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__next:hover {
    background: #253494;
  }
  .bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__prev:hover::after, .bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__next:hover::after,
.c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__prev:hover::after,
.c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__next:hover::after {
    border-color: #fff100;
  }
}
@media screen and (max-width: 767px) {
  .bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__prev, .bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__next,
.c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__prev,
.c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__next {
    top: calc(50% - 6.66667vw);
    width: 13.2vw;
    height: 13.2vw;
  }
}
.bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__prev span, .bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__next span,
.c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__prev span,
.c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__next span {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
}
.bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__prev::after, .bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__next::after,
.c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__prev::after,
.c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__next::after {
  border: solid #253494;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 30px;
  top: calc(50% - 9px);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
}
@media screen and (max-width: 767px) {
  .bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__prev::after, .bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__next::after,
.c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__prev::after,
.c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__next::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 5.6vw;
    top: calc(50% - 1.33333vw);
  }
}
.bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__prev,
.c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__prev {
  left: 5px;
}
.bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__prev::after,
.c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__prev::after {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__prev::after,
.c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__prev::after {
    right: 4.2666666667vw;
  }
}
.bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__next,
.c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__next {
  right: 5px;
}
.bge-contents [data-bgt=gallery] .bgt-gallery-ctrl__next::after,
.c-content-main [data-bgt=gallery] .bgt-gallery-ctrl__next::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.bge-contents [data-bgt=gallery] .bgt-gallery-marker li::before,
.c-content-main [data-bgt=gallery] .bgt-gallery-marker li::before {
  display: none;
}
.bge-contents [data-bgt=gallery] [data-gallery-marker=thumbs] + .bgt-gallery-marker,
.c-content-main [data-bgt=gallery] [data-gallery-marker=thumbs] + .bgt-gallery-marker {
  margin-top: 10px;
}
.bge-contents [data-bgt=gallery] [data-gallery-marker=thumbs] + .bgt-gallery-marker li,
.c-content-main [data-bgt=gallery] [data-gallery-marker=thumbs] + .bgt-gallery-marker li {
  margin: 0 5px;
  width: 101px;
  height: 77px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .bge-contents [data-bgt=gallery] [data-gallery-marker=thumbs] + .bgt-gallery-marker li,
.c-content-main [data-bgt=gallery] [data-gallery-marker=thumbs] + .bgt-gallery-marker li {
    width: 13.4666666667vw;
    height: 10.2666666667vw;
    margin: 0 0.6666666667vw;
  }
}
.bge-contents [data-bgt=gallery] [data-gallery-marker=dot] + .bgt-gallery-marker,
.c-content-main [data-bgt=gallery] [data-gallery-marker=dot] + .bgt-gallery-marker {
  margin-top: 10px;
}
.bge-contents [data-bgt=gallery] [data-gallery-marker=dot] + .bgt-gallery-marker li,
.c-content-main [data-bgt=gallery] [data-gallery-marker=dot] + .bgt-gallery-marker li {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background: #c9c9c9 !important;
  border-radius: 100%;
}
.bge-contents [data-bgt=gallery] [data-gallery-marker=dot] + .bgt-gallery-marker li.current,
.c-content-main [data-bgt=gallery] [data-gallery-marker=dot] + .bgt-gallery-marker li.current {
  background: #253494 !important;
}
.bge-contents .bc-time,
.c-content-main .bc-time {
  margin-bottom: 5em;
  text-align: right;
}
.bge-contents .bc-cat,
.c-content-main .bc-cat {
  margin-bottom: 1em;
  text-align: right;
}
.bge-contents .bc-cat > div,
.c-content-main .bc-cat > div {
  background: #253494;
  color: #fff;
  display: inline-block;
  font-size: 0.8125em;
  padding: 0.2em 0.4em;
}
.bge-contents .bc-area-cta,
.c-content-main .bc-area-cta {
  margin-top: 4em;
  text-align: center;
}
.bge-contents .bc-area-cta a,
.c-content-main .bc-area-cta a {
  background: #253494;
}
.bge-contents .bc-area-cta a span::before,
.c-content-main .bc-area-cta a span::before {
  display: inline-block;
  font-family: icons;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: left;
  text-indent: 0;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  white-space: nowrap;
  color: #dcdcdc;
  content: "\e100";
  margin-right: 0.5em;
}
.bge-contents .bc-area-ctrl,
.c-content-main .bc-area-ctrl {
  margin-top: 6em;
}
@media screen and (max-width: 576px) {
  .bge-contents .bc-area-ctrl,
.c-content-main .bc-area-ctrl {
    text-align: center;
  }
}
.bge-contents .bc-form-agreement,
.c-content-main .bc-form-agreement {
  margin-top: 4em;
  text-align: center;
}
.bge-contents .bc-form-submit,
.c-content-main .bc-form-submit {
  margin-top: 3em;
  text-align: center;
}
.bge-contents .article-footer,
.c-content-main .article-footer {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .bge-contents .article-footer,
.c-content-main .article-footer {
    margin-bottom: 13.3333333333vw;
  }
}
.bge-contents .article-footer-good,
.c-content-main .article-footer-good {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 105px;
}
@media screen and (max-width: 767px) {
  .bge-contents .article-footer-good,
.c-content-main .article-footer-good {
    margin-bottom: 16vw;
  }
}
.bge-contents .article-footer-good [data-item=num],
.c-content-main .article-footer-good [data-item=num] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  padding: 5px;
  min-width: 47px;
  color: #253494;
  font-size: 2.5rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  background: #fff;
  border: solid 2px #5eb9e0;
  border-radius: 5px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bge-contents .article-footer-good [data-item=num],
.c-content-main .article-footer-good [data-item=num] {
    margin-right: 3.2vw;
    min-width: 10.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
.bge-contents .article-footer-good [data-item=num]::before,
.c-content-main .article-footer-good [data-item=num]::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left: 8px solid #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .bge-contents .article-footer-good [data-item=num]::before,
.c-content-main .article-footer-good [data-item=num]::before {
    right: -3.2vw;
    margin-top: -1.6vw;
    border: 1.6vw solid transparent;
    border-left: 1.6vw solid #fff;
  }
}
.bge-contents .article-footer-good [data-item=num]::after,
.c-content-main .article-footer-good [data-item=num]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid #5eb9e0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bge-contents .article-footer-good [data-item=num]::after,
.c-content-main .article-footer-good [data-item=num]::after {
    right: -4.5333333333vw;
    margin-top: -2.1333333333vw;
    border: 2.1333333333vw solid transparent;
    border-left: 2.1333333333vw solid #5eb9e0;
  }
}
.bge-contents .article-footer-good button,
.c-content-main .article-footer-good button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: none;
  border-radius: 5px;
  font-size: 2rem;
  overflow: hidden;
  font-weight: bold;
  color: #fff;
  position: relative;
  background: #5eb9e0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .bge-contents .article-footer-good button,
.c-content-main .article-footer-good button {
    font-size: 4vw;
  }
}
.bge-contents .article-footer-good button [data-item=text],
.c-content-main .article-footer-good button [data-item=text] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 45px 11px 25px;
}
@media screen and (max-width: 767px) {
  .bge-contents .article-footer-good button [data-item=text],
.c-content-main .article-footer-good button [data-item=text] {
    padding: 1.8666666667vw 9.3333333333vw 1.8666666667vw 4vw;
  }
}
.bge-contents .article-footer-good button [data-item=text]::before, .bge-contents .article-footer-good button [data-item=text]::after,
.c-content-main .article-footer-good button [data-item=text]::before,
.c-content-main .article-footer-good button [data-item=text]::after {
  content: "";
  width: 24px;
  height: 23px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .bge-contents .article-footer-good button [data-item=text]::before, .bge-contents .article-footer-good button [data-item=text]::after,
.c-content-main .article-footer-good button [data-item=text]::before,
.c-content-main .article-footer-good button [data-item=text]::after {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.bge-contents .article-footer-good button [data-item=text]::before,
.c-content-main .article-footer-good button [data-item=text]::before {
  display: block;
  background: url("/img/icon-good-off.png") no-repeat center/100%;
}
.bge-contents .article-footer-good button [data-item=text]::after,
.c-content-main .article-footer-good button [data-item=text]::after {
  display: none;
  background: url("/img/icon-good-on.png") no-repeat center/100%;
}
.bge-contents .article-footer-good[data-good=true] [data-item=num],
.c-content-main .article-footer-good[data-good=true] [data-item=num] {
  background: #fff100;
}
.bge-contents .article-footer-good[data-good=true] [data-item=num]::before,
.c-content-main .article-footer-good[data-good=true] [data-item=num]::before {
  border-left-color: #fff100;
}
.bge-contents .article-footer-good[data-good=true] [data-item=text]::before,
.c-content-main .article-footer-good[data-good=true] [data-item=text]::before {
  display: none;
}
.bge-contents .article-footer-good[data-good=true] [data-item=text]::after,
.c-content-main .article-footer-good[data-good=true] [data-item=text]::after {
  display: block;
}
.bge-contents .article-footer-btn,
.c-content-main .article-footer-btn {
  text-align: center;
}
.bge-contents .article-footer-btn a,
.c-content-main .article-footer-btn a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-content-main .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 768px),print {
  .c-content-main .sp-only {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */
