@charset "UTF-8";
/* ----------------------------------------
このCSSは、FLOCSSに従ってCSS設計を行っています。
| FLOCSSについて | https://github.com/hiloki/flocss
---------------------------------------- */
/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Montserrat:wght@400..700&display=swap");
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  /* 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 {
  margin: 0.67em 0;
  font-size: 2em;
}

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  /* 1 */
  margin: 0;
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 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 {
  padding: 0;
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ----------------------------------------
Foundation - base -
プロジェクトにおける基本的なスタイルを定義します。
ページの下地としての全体の背景や、基本的なタイポグラフィなどが該当します。
---------------------------------------- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  list-style: none;
}

html {
  font-size: 62.5%;
}

@media only screen and (max-width: 1023px) {
  html {
    overflow-x: hidden;
  }
}

/* ---------------------------------------- */
body {
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt";
  position: relative;
  background: url(../images/common/bg-left.png) no-repeat top left/25em auto, url(../images/common/bg-top.png) no-repeat top right/100% auto, url(../images/common/bg-bottom.png) no-repeat bottom left/100% auto, #FFF2D5;
  color: #9B6126;
  font-family: "Kosugi Maru", -apple-system, sans-serif;
  font-feature-settings: "palt" 1;
  font-feature-settings: "palt";
  font-size: 1.5vw;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 2;
}

@media only screen and (max-width: 1023px) {
  body {
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 1023px) {
  body {
    font-size: 3.25vw;
  }
}

@media only screen and (min-width: 1400px) {
  body {
    font-size: 2.1rem;
  }
}

body::before, body::after {
  z-index: -1;
  position: absolute;
  width: 15vw;
  height: 15vw;
  content: '';
}

@media only screen and (max-width: 1023px) {
  body::before, body::after {
    width: 20vw;
    height: 20vw;
  }
}

body::before {
  top: 15em;
  left: 0;
  background: url(../images/common/bg_tree-left.png) no-repeat top left/contain;
}

@media only screen and (max-width: 1023px) {
  body::before {
    top: 6.5em;
  }
}

body::after {
  top: 30em;
  right: 0;
  background: url(../images/common/bg_tree-right.png) no-repeat top right/contain;
}

@media only screen and (max-width: 1023px) {
  body::after {
    top: 26.5em;
  }
}

body#top::before, body#top::after {
  z-index: 1;
}

main {
  display: block;
}

h1, h2, h3, h4, h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
}

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

iframe {
  vertical-align: bottom;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom;
}

svg {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  overflow: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
}

a {
  color: inherit;
  color: #73BF5F;
}

a:hover {
  text-decoration: none;
}

rt {
  font-size: 30%;
}

*::before,
*::after {
  pointer-events: none;
}

/* ----------------------------------------
form style
---------------------------------------- */
input,
button,
select,
textarea {
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
}

textarea {
  width: 100% !important;
  resize: vertical;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

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

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="number"],
input[type="select-one"],
textarea {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 10px;
  border: solid 1px #FFF;
  border-radius: 4px;
  background-color: #FFF;
  font-family: inherit;
  font-size: 1.8rem;
}

select {
  width: 100%;
  padding: 5px;
  border: solid 1px #D3CDBD;
}

textarea {
  min-height: 150px;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 5px;
  vertical-align: middle;
}

button {
  display: inline-block;
  margin: 10px;
}

/* ----------------------------------------
Component
再利用できるパターンとして、小さな単位のモジュールを定義します。
grid/button/form/media...
---------------------------------------- */
.c-section {
  margin: 0 auto;
  padding: 0 2em;
}

.c-section.is-small {
  max-width: 980px;
}

.c-section.is-medium {
  max-width: 1280px;
}

.c-section.is-large {
  max-width: 1600px;
}

.c-box {
  padding: 2em;
  border-radius: 2em;
  background-color: #fff;
}

.c-box > *:first-child {
  margin-top: 0 !important;
}

.c-box > *:last-child {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 1023px) {
  .c-box {
    padding: 2em 1.75em 1.5em;
    border-radius: .5em;
  }
}

@media only screen and (max-width: 1023px) {
  .c-scroll {
    overflow-x: scroll;
  }
  .c-scroll > * {
    width: 100%;
    min-width: 130vw;
  }
  .c-scroll::after {
    display: block;
    font-size: smaller;
    content: '※横にスクロールしてご覧ください。';
  }
}

.c-title {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 10em;
  margin-bottom: 2em;
  padding-bottom: .25em;
  line-height: 1.5;
}

.c-title > span {
  font-size: 180%;
}

.c-title > small {
  color: #73BF5F;
  font-family: "Montserrat";
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: capitalize;
}

.c-title > small::first-letter {
  color: #E28954;
}

.c-subTitle {
  margin-top: 3em;
  margin-bottom: 1em;
  padding: .75em 1em;
  border-left: solid .5em #E28954;
  border-radius: .5em;
  background-color: #FFF;
}

.c-subTitle-leaf {
  margin-bottom: 1em;
  padding-left: 1.5em;
  background: url(../images/common/subtitle_bg-leaf.png) no-repeat left center/auto 100%;
  font-size: 120%;
}

.c-subTitle-flower {
  margin-bottom: 1em;
  padding-left: 1.5em;
  background: url(../images/common/subtitle_bg-flower.png) no-repeat left center/auto 100%;
  font-size: 120%;
}

.c-subTitle-herbs {
  margin-bottom: 1em;
  padding-left: 1.5em;
  background: url(../images/common/subtitle_bg-herbs.png) no-repeat left center/auto 100%;
  font-size: 120%;
}

.c-lead {
  margin-top: 1.5em;
  margin-bottom: 1em;
  padding: .25em 1em;
  border: solid 1px #E28954;
}

.c-table {
  width: 100%;
  margin-top: 2em;
  background-color: #FFF;
  table-layout: fixed;
}

.c-table th, .c-table td {
  padding: 1.3em 1.5em 1.25em;
  border: solid 1px #73BF5F;
}

@media only screen and (max-width: 1023px) {
  .c-table th, .c-table td {
    padding: 1em;
  }
}

.c-table th {
  background-color: #EDF6ED;
  color: #73BF5F;
}

.c-table thead th {
  background-color: #73BF5F;
  color: #fff;
}

.c-unorder {
  gap: 1em;
  display: flex;
  flex-flow: column;
}

.c-unorder li {
  position: relative;
  padding-left: 1em;
}

.c-unorder li::before {
  position: absolute;
  top: .175em;
  left: 0;
  width: 1em;
  height: 1.5em;
  background: url(../images/common/icon_unorder.svg) no-repeat center/50% auto;
  content: '';
}

.c-order {
  counter-reset: li;
}

.c-order > li {
  position: relative;
  margin-top: 2em;
  padding-left: 2.75em;
  counter-increment: li;
}

.c-order > li::before {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 2.25em;
  height: 2.25em;
  border-radius: 100%;
  background-color: #FFF3EE;
  color: #F58A8E;
  font-family: "Montserrat";
  line-height: 1;
  content: counter(li, decimal-leading-zero);
}

.c-detail {
  display: flex;
  flex-wrap: wrap;
}

.c-detail dt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5em;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .c-detail dt {
    width: 30%;
  }
  .c-detail dd {
    flex: 70%;
  }
  .c-detail dd:not(:last-of-type) {
    padding-bottom: 5em;
    background: url(../images/common/detail_bg.svg) no-repeat left bottom 2.5em/4em auto;
  }
}

@media only screen and (max-width: 1023px) {
  .c-detail {
    flex-flow: column;
  }
  .c-detail dt {
    margin-bottom: 1em;
    padding: .5em 0;
    background-color: #EBF9E8;
    color: #73BF5F;
  }
  .c-detail dd:not(:last-of-type) {
    padding-bottom: 2.5em;
  }
}

.c-text {
  padding: 0 1em;
}

.c-button {
  gap: .25em;
  display: inline-flex;
  padding: .75em 1.5em .65em 2em;
  border-radius: 100em;
  background-color: #E28954;
  box-shadow: 0 0.25em 0 #db6b28;
  color: #fff;
  text-decoration: none;
}

.c-button:hover {
  position: relative;
  top: .25em;
  box-shadow: none;
}

.c-button::after {
  width: 1em;
  background: url(../images/common/icon_arrow.svg) no-repeat center/auto 0.95em;
  content: '';
}

.c-button.is-doc {
  padding-right: 2em;
  padding-left: 1.5em;
}

.c-button.is-doc::before {
  width: 1em;
  background: url(../images/common/icon_doc-white.svg) no-repeat center/auto 0.95em;
  content: '';
}

.c-button.is-doc::after {
  display: none;
}

/* ----------------------------------------
Layout
ページを構成するヘッダーやメインのコンテンツエリア、
サイドバーやフッターといったプロジェクト共通のコンテナーブロックのスタイルを定義します。
header/main/sidebar/footer...
---------------------------------------- */
@media only screen and (min-width: 1024px) {
  #l-header {
    z-index: 10;
    position: relative;
  }
}

@media only screen and (max-width: 1023px) {
  #l-header {
    padding-top: 1.5em;
  }
}

#l-container {
  margin-bottom: 9em;
}

#l-footer {
  position: relative;
  margin: 0 2em;
  padding: 1.5em 0;
  border-radius: 100em 100em 0 0;
  background-color: #DEC2A0;
}

#l-footer::before {
  -webkit-transform: translateX(-50%) translateY(-75%);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 11em;
  height: 5em;
  transform: translateX(-50%) translateY(-75%);
  background: url(../images/common/footer_kids.png) no-repeat center/contain;
  content: '';
}

/* ----------------------------------------
Project
プロジェクト固有のパターンであり、いくつかのComponentと、
それに該当しない要素によって構成されるものを定義します。
例えば、記事一覧や、ユーザープロフィール、画像ギャラリーなどコンテンツを構成する要素などが該当します。
articles/ranking/promo...
---------------------------------------- */
.p-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-site {
  padding-left: 1em;
}

.p-site_name {
  gap: .25em;
  display: flex;
  flex-flow: column;
  width: 14em;
  padding-left: 3em;
  background: url(../images/common/site_logo-mark.png) no-repeat left center/2.75em auto;
  color: #9B6126;
  line-height: 1;
  text-decoration: none;
}

.p-site_name > img {
  width: 100%;
  height: auto;
  margin-bottom: .05em;
  margin-left: .05em;
}

.p-site_name > span {
  font-size: 1.75em;
}

.p-gnavIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3em;
  height: 3em;
  overflow: hidden;
  border-radius: 100%;
  background-color: #fff;
  line-height: 0;
}

.p-gnavIcon > img {
  -o-object-fit: contain;
  width: 55%;
  object-fit: contain;
}

@media only screen and (min-width: 1024px) {
  .p-gnavInner {
    display: flex;
    align-items: center;
  }
  .p-gnavItem {
    display: flex;
    align-items: center;
  }
  .p-gnavItem.is-top {
    display: none;
  }
  .p-gnavItem.is-recruit {
    width: 10em;
    height: 10em;
    background: url(../images/common/banner_recruit.png) no-repeat center/100% 100%;
  }
  .p-gnavItem.is-recruit .p-gnavLink {
    width: 100%;
    height: 100%;
  }
  .p-gnavItem.is-recruit .p-gnavLink > span {
    display: none;
  }
  .p-gnavLink {
    gap: .5em;
    display: flex;
    position: relative;
    flex-flow: column;
    align-items: center;
    padding: 1em 1.5em;
    color: #9B6126;
    line-height: 1.2;
    text-decoration: none;
  }
  .p-gnavLink:hover {
    color: #73BF5F;
  }
  .p-gnavLink:hover .p-gnavIcon {
    box-shadow: 0 0 0.5em rgba(222, 194, 160, 0.7);
  }
}

@media only screen and (max-width: 1023px) {
  .p-gnav {
    display: flex;
    z-index: 1000;
    position: fixed;
    top: 0;
    right: -100%;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 13vw 2em 2em;
    background-color: #EDF6ED;
    transition: right 0.6s 0s ease;
  }
  .p-gnav.is-enable {
    right: 0;
  }
  .p-gnavInner {
    overflow-y: auto;
    border-radius: 2em;
    background-color: #fff;
  }
  .p-gnavItem {
    display: block;
    width: 100%;
  }
  .p-gnavItem:not(:first-of-type) {
    border-top: solid 1px #C3E3C2;
  }
  .p-gnavLink {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 1.5em 2em;
    line-height: 1;
    text-decoration: none;
  }
}

.p-hamburger {
  display: flex;
  z-index: 1001;
  position: fixed;
  top: 1.25em;
  right: 0;
  flex-flow: column;
  justify-content: space-between;
  width: 4em;
  height: 3em;
  padding: 1em 0 1em 1.5em;
  border-radius: 1000px 0 0 1000px;
  background-color: #73BF5F;
  cursor: pointer;
}

.p-hamburger > span {
  display: block;
  width: 1.5em;
  height: 0.125em;
  border-radius: 1000px;
  background-color: #fff;
  transition: all 0.5s;
}

.p-hamburger.is-close > span:nth-of-type(1) {
  -webkit-transform: translateY(0.45em) rotate(-45deg);
  transform: translateY(0.45em) rotate(-45deg);
}

.p-hamburger.is-close > span:nth-of-type(2) {
  opacity: 0;
}

.p-hamburger.is-close > span:nth-of-type(3) {
  -webkit-transform: translateY(-0.45em) rotate(45deg);
  transform: translateY(-0.45em) rotate(45deg);
}

@media only screen and (min-width: 1024px) {
  .p-hamburger {
    display: none;
  }
}

.p-headline {
  margin-top: 4em;
  padding-bottom: .75em;
  background: url(../images/common/headline_line.svg) no-repeat center bottom/1.75em auto;
  font-size: 200%;
  line-height: 1;
  text-align: center;
}

.p-pagetop {
  display: flex;
  visibility: hidden;
  z-index: 999;
  position: fixed;
  right: 1em;
  bottom: 1em;
  align-items: center;
  justify-content: center;
  width: 3.5em;
  height: 3.5em;
  border: solid .25em #fff;
  border-radius: 100%;
  background-color: #73BF5F;
  line-height: 0;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: opacity visibility bottom;
}

.p-pagetop > img {
  -o-object-fit: contain;
  width: 50%;
  margin-bottom: .1em;
  object-fit: contain;
}

@media only screen and (min-width: 1024px) {
  .p-pagetop:hover {
    bottom: 2.5em;
  }
}

.p-pagetop.is-display {
  visibility: visible;
  opacity: 1;
}

.p-copyright {
  color: #fff;
  font-family: "Montserrat";
  font-size: smaller;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .p-copyright {
    margin-top: 1em;
  }
}

.p-instagram {
  display: inline-flex;
  align-items: center;
  padding: 1em;
  border-radius: 1000px;
  background-color: #fff;
  box-shadow: 0 .2em 0 #C3E3C2;
  font-family: "Montserrat";
  text-decoration: none;
}

.p-instagram:hover {
  -webkit-transform: translateY(0.2em);
  transform: translateY(0.2em);
  box-shadow: 0 0 0;
  color: #83c671;
}

.p-instagram img {
  width: 3.5em;
  height: 3.5em;
}

#top .firstView {
  position: relative;
}

@media only screen and (min-width: 1024px) {
  #top .firstView {
    margin-top: -5em;
  }
}

#top .firstView_visual {
  overflow: hidden;
  line-height: 0;
}

@media only screen and (min-width: 1024px) {
  #top .firstView_visual > img {
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 1023px) {
  #top .firstView_visual {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #top .firstView_visual > img {
    width: 160%;
    height: auto;
  }
}

#top .firstView_lead {
  gap: .5em;
  display: inline-flex;
  z-index: 999;
  position: absolute;
  bottom: 2em;
  flex-flow: column;
  align-items: flex-start;
  line-height: 1;
}

@media only screen and (min-width: 1024px) {
  #top .firstView_lead {
    left: 4em;
    font-size: 2vw;
  }
}

@media only screen and (max-width: 1023px) {
  #top .firstView_lead {
    right: 2em;
  }
}

#top .firstView_lead::before {
  -webkit-transform: translateY(-75%);
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 8em;
  height: 5em;
  transform: translateY(-75%);
  background: url(../images/top/mv_kids.png) no-repeat center/contain;
  content: '';
}

#top .firstView_lead > div {
  display: inline-block;
  padding: .5em;
  border-radius: .75em;
  background-color: #fff;
}

#top .firstView_lead > div > span {
  display: inline-block;
  padding: .75em;
  border: dashed .1em #DEC2A0;
  border-radius: .75em;
  background-color: #fff;
}

#top .news .feed {
  gap: 3em 5%;
  display: flex;
}

@media only screen and (max-width: 1023px) {
  #top .news .feed {
    flex-flow: column;
    align-items: center;
  }
}

#top .news .feed .card {
  display: flex;
  position: relative;
  bottom: 0;
  flex-flow: column;
  padding: 0 1.5em 1.5em;
  color: #9B6126;
  text-decoration: none;
  transition-duration: 0.5s;
  transition-property: bottom;
}

#top .news .feed .card:hover {
  bottom: 1em;
}

#top .news .feed .card::after {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  border-radius: 1em;
  background-color: #fff;
  content: '';
}

@media only screen and (min-width: 1024px) {
  #top .news .feed .card {
    width: 30%;
  }
}

@media only screen and (max-width: 1023px) {
  #top .news .feed .card {
    width: 100%;
    max-width: 20em;
  }
}

#top .news .feed .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 10em;
  overflow: hidden;
  border: solid .4em #fff;
  border-radius: 1em;
}

#top .news .feed .thumb > img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#top .news .feed .date {
  color: #73BF5F;
  font-family: "Montserrat";
}

#top .access .content {
  position: relative;
  padding: 0 4em 1.5em;
}

@media only screen and (max-width: 1023px) {
  #top .access .content {
    padding: 0 2em 1em;
  }
}

#top .access .content::after {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  border-radius: 2em;
  background-color: #fff;
  content: '';
}

#top .access .map {
  height: 20em;
  overflow: hidden;
  border: solid .4em #fff;
  border-radius: 1.5em;
}

#top .access .address {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
}

@media only screen and (max-width: 1023px) {
  #top .access .address {
    margin-top: 1em;
  }
}

#top .access .address dt {
  position: relative;
  width: 25%;
  padding: 1.3em 1em 1.5em;
}

#top .access .address dt:not(:last-of-type)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 100em 0 0 100em;
  background-color: #E28954;
  content: '';
}

#top .access .address dd {
  position: relative;
  width: 75%;
  padding: 1.3em 1em 1.5em;
}

#top .access .address dd:not(:last-of-type)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 0 100em 100em 0;
  background-color: #73BF5F;
  content: '';
}

#about .greeting .article {
  gap: 2em;
  display: flex;
  margin-top: 10em;
}

#about .greeting .article.is-revarse {
  flex-flow: row-reverse;
}

#about .greeting .title {
  width: 1em;
  margin: .5em 1em;
  font-size: 150%;
  line-height: 1;
}

#about .policy .point {
  max-width: 34.5em;
  margin-right: auto;
  margin-left: auto;
}

#about .policy .point li {
  min-height: 4em;
  margin-top: 3em;
  padding-left: 4em;
}

#about .policy .point li:nth-child(1) {
  background: url(../images/about/policy_number-01.png) no-repeat top left/auto 4em;
}

#about .policy .point li:nth-child(2) {
  background: url(../images/about/policy_number-02.png) no-repeat top left/auto 4em;
}

#about .policy .point li:nth-child(3) {
  background: url(../images/about/policy_number-03.png) no-repeat top left/auto 4em;
}

#about .goal .slogan {
  gap: 2em 4em;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1023px) {
  #about .goal .slogan {
    flex-flow: column;
  }
}

#about .goal .slogan li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8em;
  height: 8em;
  border-radius: 100%;
  background-color: #fff;
  color: #E28954;
  font-size: 120%;
  line-height: 1.5;
  text-align: center;
}

#about .goal .slogan li:nth-of-type(even) {
  color: #73BF5F;
}

#about .goal .detail {
  max-width: 30em;
  margin: 3em auto 0;
}

@media only screen and (max-width: 1023px) {
  #about .goal .detail {
    max-width: 20em;
  }
}

#about .goal .detail li {
  margin-top: 1.5em;
  padding-left: 2.5em;
  background: url(../images/about/goal_detail_icon.svg) no-repeat top left/auto 2em;
}

#about .special .inner {
  gap: 3em 5em;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 1024px) {
  #about .special .inner.is-reverse {
    flex-flow: row-reverse;
  }
}

#about .special .inner > * {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  #about .special .inner {
    flex-flow: column;
  }
}

#about .special .local {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

#about .access .inner {
  gap: 3em 5em;
  display: flex;
  align-items: self-start;
}

#about .access .inner > * {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  #about .access .inner {
    flex-flow: column;
  }
}

#about .access .address {
  gap: .5em 1em;
  display: flex;
  flex-wrap: wrap;
}

#about .access .address dt {
  width: 8em;
}

#about .access .address dd {
  width: calc(100% - 8em - 1em);
}

#program .event .box {
  gap: 1em;
  display: flex;
  margin-top: 1em;
  border: solid .5em #efefef;
}

#program .event .box > * {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  #program .event .box {
    padding: 5em 2em 5em 18em;
  }
}

#program .event .is-spring {
  border-color: #FFF0F2;
  background: url(../images/program/event_title-spring.svg) no-repeat left -1em top -1em/15em auto, #fff;
}

#program .event .is-summer {
  border-color: #EBF9E8;
  background: url(../images/program/event_title-summer.svg) no-repeat left -1em top -1em/15em auto, #fff;
}

#program .event .is-fall {
  border-color: #FDF7E8;
  background: url(../images/program/event_title-fall.svg) no-repeat left -1em top -1em/15em auto, #fff;
}

#program .event .is-winter {
  border-color: #EBF8F7;
  background: url(../images/program/event_title-winter.svg) no-repeat left -1em top -1em/15em auto, #fff;
}

#program .event .memo {
  text-align: center;
}

#program .event .memo > * {
  display: inline-block;
  text-align: left;
}

@media only screen and (max-width: 1023px) {
  #program .program .timeline {
    font-size: 60%;
  }
}

#program .program .timeline th, #program .program .timeline td {
  padding: .75em;
}

#program .program .timeline tbody th {
  border-color: #D8EED4;
  font-family: "Montserrat";
}

#program .program .timeline tbody td {
  border-color: #E4D7BD;
  background-color: #F9F7F3;
  text-align: center;
}

#program .program .timeline thead th:nth-child(1) {
  border-color: #D8EED4;
  background-color: #EBF9E8;
  color: #73BF5F;
}

#program .program .timeline thead th:nth-child(2) {
  border-color: #F3EAD4;
  background-color: #FFFAEE;
  color: #CEAC3E;
}

#program .program .timeline thead th:nth-child(3) {
  border-color: #FAE4E7;
  background-color: #FFF0F2;
  color: #E28954;
}

@media only screen and (min-width: 1024px) {
  #disclosure .measure .tekisei {
    gap: 1em;
    display: flex;
  }
}

@media only screen and (max-width: 1023px) {
  #disclosure .measure .tekisei dt {
    font-weight: bold;
  }
}

#recruit .conversion {
  display: flex;
  position: relative;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 3em 0;
  border-radius: 1em;
  background-color: #fff;
  color: #73BF5F;
  line-height: 1.2;
  text-decoration: none;
}

#recruit .conversion span {
  padding-left: 1.2em;
  background: url(../images/common/icon_tel.svg) no-repeat left center/1em auto;
  font-family: "Montserrat";
  font-size: 300%;
}

#recruit .conversion::before {
  z-index: 1;
  position: absolute;
  bottom: -1em;
  left: -1em;
  width: 6em;
  height: 12.5em;
  background: url(../images/recruit/cv_bg-left.png) no-repeat center/cover;
  content: '';
}

#recruit .conversion::after {
  z-index: 1;
  position: absolute;
  right: -1em;
  bottom: -1em;
  width: 5em;
  height: 12.5em;
  background: url(../images/recruit/cv_bg-right.png) no-repeat center/cover;
  content: '';
}

/* ----------------------------------------
Utility
ComponentとProjectレイヤーのObjectのモディファイアで
解決することが難しい・適切では無い、わずかなスタイルの調整のための便利クラスなどを定義します。
clearfix/display/margin...
---------------------------------------- */
.u- {
  /* show / hide
  ---------------------------------------- */
  /* margin
  ---------------------------------------- */
  /* link
  ---------------------------------------- */
  /* align
  ---------------------------------------- */
  /* pict photo
  ---------------------------------------- */
  /* text
  ---------------------------------------- */
}

@media only screen and (min-width: 1024px) {
  .u-display-mobile {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .u-display-desktop {
    display: none;
  }
}

.u-margin-smaller {
  margin-top: 1.5em;
}

.u-margin-small {
  margin-top: 3em;
}

.u-margin-medium {
  margin-top: 6em;
}

.u-margin-large {
  margin-top: 9em;
}

.u-link-disabled {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

.u-link-doc {
  display: inline-block;
  padding-left: 1.25em;
  background: url(../images/common/icon_doc.svg) no-repeat top 0.5em left/auto 1em;
}

.u-link-blank {
  display: inline-block;
  padding-left: 1.25em;
  background: url(../images/common/icon_blank.svg) no-repeat top 0.5em left/auto 1em;
}

.u-images-liquid {
  max-width: 100%;
  height: auto;
}

.u-align-center {
  text-align: center;
}

.u-align-left {
  text-align: left;
}

.u-align-right {
  text-align: right;
}

.u-align-row {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
  writing-mode: vertical-rl;
}

.u-pic-round {
  overflow: hidden;
  border-radius: 1.5em;
}

.u-pic-round > img {
  width: 100%;
  height: auto;
}

.u-text-attention {
  color: #F85A1F;
}
