@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=Kiwi+Maru&family=Zen+Maru+Gothic:wght@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;
}

html {
  font-size: 62.5%;
}

/* ---------------------------------------- */
body {
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt" 1;
  position: relative;
  overflow-x: hidden;
  background: url(../images/common/fv-illsutRight.png) no-repeat top 0 right, url(../images/common/fv-illsutLeft.png) no-repeat top 0 left, url(../images/common/illsut-squirrel.svg) no-repeat top 95em left, url(../images/common/illsut-bear.svg) no-repeat top 138em right, url(../images/common/repeat-bg-right.png) no-repeat top 115em right;
  background-color: #FEF8E9;
  color: #555555;
  font-family: 'Kiwi Maru', -apple-system, serif;
  font-feature-settings: "palt" 1;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .025em;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  body {
    line-height: 1.75;
  }
}

body::before {
  inset: 0;
  z-index: -1;
  position: absolute;
  background: url(../images/common/fv-bg.png) no-repeat top/contain;
  mix-blend-mode: multiply;
  content: "";
  opacity: .6;
}

body::after {
  inset: 0;
  z-index: -2;
  position: absolute;
  background: url(../images/common/main-bg.png) repeat top/100% auto;
  mix-blend-mode: multiply;
  content: "";
}

body.is-page {
  background: url(../images/common/fv-illsutRight.png) no-repeat top 0 right, url(../images/common/fv-illsutLeft.png) no-repeat top 0 left, url(../images/common/illsut-rabbit.svg) no-repeat top 95em left, url(../images/common/illsut-bear.svg) no-repeat top 138em right, url(../images/common/illsut-fox.svg) no-repeat top 175em left, url(../images/common/illsut-deer.svg) no-repeat top 210em right, url(../images/common/repeat-bg-right.png) no-repeat top 115em right, url(../images/common/repeat-bg-left.png) no-repeat top 240em left;
}

@media only screen and (max-width: 1400px) {
  body.is-page {
    background-size: 40vw auto, 40vw auto, 40vw auto, 40vw auto, 40vw auto, 40vw auto, 80vw auto, 80vw auto;
  }
}

@media only screen and (max-width: 1400px) {
  body {
    background-size: 40vw auto, 40vw auto, 40vw auto, 40vw auto, 80vw auto;
  }
}

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

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

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;
  vertical-align: bottom;
}

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

a {
  color: inherit;
  color: #6FB726;
}

ol,
ul {
  list-style: 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;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 10px;
  border: solid 1px #FFF;
  border: solid 1px #ccc;
  border-radius: 4px;
  background-color: #FFF;
  font-family: inherit;
  font-size: 16px;
}

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 {
  padding: 8em 3em;
}

.c-section:first-of-type {
  padding-top: 0;
}

@media only screen and (max-width: 768px) {
  .c-section {
    padding: 4em 2em;
  }
  .c-section:last-of-type {
    padding-bottom: 4em;
  }
}

.c-inner1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.c-inner1200 > *:first-child {
  margin-top: 0;
}

.c-inner960 {
  max-width: 960px;
  margin: 0 auto;
}

.c-inner960 > *:first-child {
  margin-top: 0;
}

.c-title {
  display: table;
  position: relative;
  margin: 0 auto;
  margin-bottom: 2em;
  padding: 0 1.4em;
  font-size: 200%;
  text-align: center;
}

.c-title::before, .c-title::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
  background: url(../images/common/icon-leaf.svg) no-repeat top/cover;
  content: "";
}

.c-title::before {
  left: 0;
}

.c-title::after {
  -webkit-transform: translateY(-50%) scaleX(-1);
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}

@media only screen and (max-width: 768px) {
  .c-title::before, .c-title::after {
    width: 7vw;
    height: 7vw;
  }
}

.c-titleSub {
  position: relative;
  margin-bottom: 1em;
  padding: 0 0 0 1.2em;
  font-size: 140%;
}

.c-titleSub::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: .5em;
  height: 90%;
  transform: translateY(-50%);
  border-radius: 1000px;
  background-color: #6FB726;
  content: '';
}

.c-em {
  color: #6FB726;
}

.c-eng {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.c-moreBtn {
  display: table;
  position: relative;
  margin: 2em auto 0;
  padding: .8em 4.5em;
  border-radius: 1000px;
  background: #6FB726;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
}

.c-moreBtn::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10%;
  width: 31px;
  height: 31px;
  transform: translateY(-50%);
  background: url(../images/common/icon-link.svg) no-repeat top;
  content: "";
}

.c-moreBtn:hover {
  background: #5fa519;
}

.c-moreBtn.fontLarge {
  font-size: 140%;
}

.c-moreBtn.icon-pdf::before {
  background: url(../images/common/icon-pdf.svg) no-repeat top;
}

.c-moreBtn.icon-exlink::before {
  background: url(../images/common/icon-exlink.svg) no-repeat top;
}

.c-moreBtn span {
  display: block;
  font-size: .6em;
  text-align: center;
}

.c-dekitateBox {
  display: flex;
  justify-content: space-between;
  max-width: 1040px;
  margin: 4em auto 0;
}

.c-dekitateBox__item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  padding: 3em 0;
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.04);
  font-size: 110%;
  text-align: center;
}

.c-dekitateBox__item:nth-of-type(2n) {
  margin-top: 3em;
}

.c-dekitateBox__item:nth-of-type(2n) .tit::before {
  background: #65D186;
}

.c-dekitateBox__item::after {
  -webkit-transform: translateX(-50%);
  z-index: -1;
  position: absolute;
  top: -110px;
  left: 50%;
  width: 79px;
  height: 117px;
  transform: translateX(-50%);
  background: url(../images/common/illsut-steam.png) no-repeat top;
  content: "";
  opacity: .6;
}

.c-dekitateBox__item .tit {
  -webkit-transform: translate(-50%);
  position: absolute;
  top: -7%;
  left: 50%;
  padding: 0 .3em;
  transform: translate(-50%);
  color: #fff;
  font-size: 1.8em;
  line-height: 1.6;
}

.c-dekitateBox__item .tit::before {
  -webkit-transform: translate(-50%, -50%);
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 1000px;
  background: #6FB726;
  content: "";
}

@media only screen and (max-width: 1400px) {
  .c-dekitateBox {
    gap: 2em;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 768px;
  }
  .c-dekitateBox__item:nth-of-type(2n) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 960px) {
  .c-dekitateBox__item {
    width: 22vw;
    height: 22vw;
  }
}

@media only screen and (max-width: 768px) {
  .c-dekitateBox__item {
    width: 35vw;
    height: 35vw;
  }
}

.c-flexBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-flexBox__left {
  width: 50%;
}

.c-flexBox__right {
  width: 46%;
}

.c-flexBox__item {
  width: 48%;
  margin-bottom: 2em;
}

.c-flexBox__item span {
  display: block;
  margin: .5em 0 0 0;
  text-align: center;
}

.c-flexBox__item img {
  max-width: 100%;
  height: auto;
  border-radius: 1em;
}

@media only screen and (max-width: 960px) {
  .c-flexBox__left {
    width: 100%;
  }
  .c-flexBox__right {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .c-flexBox__item {
    width: 100%;
    text-align: center;
  }
}

.c-telCv {
  display: table;
  margin: 2em 0 0 0;
  padding: 2em 3em;
  border-radius: 1.5em;
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
}

.c-telCv .txt span {
  font-size: .8em;
}

.c-telCv .tel {
  margin: .5em 0 0 0;
  color: #579815;
  font-size: 160%;
  line-height: 1;
}

.c-telCv .tel span {
  font-size: 1.5em;
}

.c-txtBox {
  line-height: 3;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .c-txtBox {
    line-height: 2.4;
    text-align: left;
  }
}

.c-tableCommon {
  width: 100%;
}

.c-tableCommon tr {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.c-tableCommon tr::before {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../images/common/dotted.svg) repeat-x;
  content: "";
}

.c-tableCommon tr th {
  width: 15%;
  padding: 1.6em 0;
  text-align: left;
}

.c-tableCommon tr td {
  width: 85%;
  padding: 1.6em;
}

@media only screen and (max-width: 768px) {
  .c-tableCommon tr th {
    width: 25%;
  }
  .c-tableCommon tr td {
    width: 75%;
  }
}

.c-timeTable {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-timeTable .sp-switchBox {
  display: none;
}

.c-timeTable__time {
  position: relative;
  width: 15%;
}

.c-timeTable__time::before {
  -webkit-transform: translateX(-50%);
  z-index: -1;
  position: absolute;
  top: 10%;
  left: 50%;
  width: 6px;
  height: 90%;
  transform: translateX(-50%);
  background: url(../images/common/dotted-vertical.svg) repeat-y;
  content: "";
}

.c-timeTable__time__item {
  display: block;
  min-height: 120px;
  margin-top: 2em;
  text-align: center;
}

.c-timeTable__time__item:first-of-type {
  margin-top: 6em;
}

.c-timeTable__time__item img {
  max-width: 100%;
  height: auto;
}

.c-timeTable__year {
  width: calc(76% / 3);
  padding-bottom: 4em;
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0.85);
}

.c-timeTable__year__title {
  padding: .4em;
  border-radius: 100px;
  color: #fff;
  font-size: 133%;
  text-align: center;
}

.c-timeTable__year__title.year0 {
  background: #B8D165;
}

.c-timeTable__year__title.year12 {
  background: #65D186;
}

.c-timeTable__year__title.year345 {
  background: #65D1B8;
}

.c-timeTable__year__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  margin-top: 2em;
  text-align: center;
}

.c-timeTable__year__item.mt {
  margin-top: calc(120px + 4em);
}

@media only screen and (max-width: 768px) {
  .c-timeTable .sp-switchBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 2em;
  }
  .c-timeTable .sp-switchBox .year0 {
    width: 32%;
    padding: .5em;
    border-radius: 1000px;
    background: #ccc;
    color: #fff;
    text-align: center;
  }
  .c-timeTable .sp-switchBox .year0.active {
    background: #B8D165;
  }
  .c-timeTable .sp-switchBox .year12 {
    width: 32%;
    padding: .5em;
    border-radius: 1000px;
    background: #ccc;
    color: #fff;
    text-align: center;
  }
  .c-timeTable .sp-switchBox .year12.active {
    background: #65D186;
  }
  .c-timeTable .sp-switchBox .year345 {
    width: 32%;
    padding: .5em;
    border-radius: 1000px;
    background: #ccc;
    color: #fff;
    text-align: center;
  }
  .c-timeTable .sp-switchBox .year345.active {
    background: #65D1B8;
  }
  .c-timeTable__year {
    display: none;
    width: 70%;
  }
  .c-timeTable__year.active {
    display: block;
  }
  .c-timeTable__year__item {
    min-height: 20vw;
    margin-top: 1em;
  }
  .c-timeTable__year__item.mt {
    margin-top: calc(20vw + 2em);
  }
  .c-timeTable__year__item img {
    width: 20vw;
    height: 20vw;
  }
  .c-timeTable__time {
    width: 25%;
  }
  .c-timeTable__time__item {
    min-height: 20vw;
    margin-top: 1em;
  }
  .c-timeTable__time__item:first-of-type {
    margin-top: 5em;
  }
  .c-timeTable__time__item img {
    height: 14vw;
  }
}

.c-seasonBox {
  gap: 2em;
  display: flex;
  flex-wrap: wrap;
}

.c-seasonBox__item {
  z-index: 1;
  position: relative;
  width: calc(50% - 1em);
  min-height: 510px;
  padding: 2em 3em;
  border-radius: 1.5em;
  background: rgba(255, 255, 255, 0.85);
}

.c-seasonBox__item .tit {
  position: relative;
  margin-bottom: .8em;
  padding: 0 .1em;
  font-size: 280%;
  line-height: 1;
}

.c-seasonBox__item .tit::before {
  z-index: 1;
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../images/common/dotted.svg) repeat-x;
  content: "";
}

.c-seasonBox__item .tit.spring {
  color: #F783AE;
}

.c-seasonBox__item .tit.summer {
  color: #F58A4D;
}

.c-seasonBox__item .tit.autumn {
  color: #F3D81E;
}

.c-seasonBox__item .tit.winter {
  color: #40BCEA;
}

.c-seasonBox__item .tit.monthly {
  color: #43C86B;
}

.c-seasonBox__item .tit span {
  font-size: .6em;
}

.c-seasonBox__item .tit .sub {
  position: absolute;
  right: .1em;
  bottom: 0;
}

.c-seasonBox__item ul {
  padding: 0 1em;
}

.c-seasonBox__item ul li {
  position: relative;
  padding-left: .8em;
}

.c-seasonBox__item ul li::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  transform: translateY(-50%);
  border-radius: 100%;
  background: #CCCCCC;
  content: "";
}

.c-seasonBox__item .bgImg {
  z-index: -1;
  position: absolute;
  right: 5%;
  bottom: 5%;
}

@media only screen and (max-width: 960px) {
  .c-seasonBox__item {
    min-height: 400px;
  }
  .c-seasonBox__item .bgImg {
    width: 12vw;
  }
  .c-seasonBox__item .bgImg img {
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .c-seasonBox__item {
    width: 100%;
    min-height: inherit;
  }
  .c-seasonBox__item .tit .sub img {
    width: 13vw;
    max-width: 100%;
    height: auto;
  }
  .c-seasonBox__item ul li::before {
    width: 1.4vw;
    height: 1.4vw;
  }
  .c-seasonBox__item .bgImg {
    width: 16vw;
  }
}

.c-cvRecruit__inner {
  max-width: 768px;
  margin: 0 auto;
  padding: 2em;
  border-radius: 1em;
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
}

.c-cvRecruit__inner .title {
  margin-bottom: .6em;
  font-size: 145%;
}

.c-cvRecruit__inner .txt {
  margin-bottom: .6em;
}

.c-cvRecruit__inner .tel {
  color: #579815;
  font-size: 170%;
  line-height: 1.4;
}

.c-cvRecruit__inner .tel span {
  margin-left: .1em;
  font-size: 1.3em;
}

.c-linebreak {
  display: inline;
}

@media only screen and (max-width: 768px) {
  .c-linebreak {
    display: block;
  }
}

/* ----------------------------------------
Layout
ページを構成するヘッダーやメインのコンテンツエリア、
サイドバーやフッターといったプロジェクト共通のコンテナーブロックのスタイルを定義します。
header/main/sidebar/footer...
---------------------------------------- */
#l-header {
  position: relative;
  padding: 4em 3em 3em;
}

@media only screen and (max-width: 768px) {
  #l-header {
    padding: 2em 2em 1em;
  }
}

#l-footer {
  position: relative;
  padding: 0 3em;
}

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

@media only screen and (max-width: 1400px) {
  .p-header__inner {
    max-width: 768px;
  }
}

.p-site {
  z-index: 2;
}

.p-site a {
  display: table;
  z-index: 1;
  position: relative;
  margin: 0 auto;
  line-height: 0;
  text-align: center;
}

.p-site a img {
  max-width: 100%;
  height: auto;
}

.p-site a:hover {
  opacity: .6;
}

@media only screen and (max-width: 1400px) {
  .p-site a {
    width: 23vw;
  }
}

@media only screen and (max-width: 768px) {
  .p-site a {
    width: 38vw;
  }
}

.p-gnav {
  margin: 4em 0 0 0;
}

.p-gnavInner {
  display: flex;
  justify-content: space-between;
}

.p-gnavLink {
  display: flex;
  position: relative;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #555555;
  font-size: 110%;
  line-height: 1.6;
  text-decoration: none;
}

.p-gnavLink:hover {
  color: #6FB726;
}

.p-gnavLink .c-eng {
  color: #6FB726;
  font-size: .6em;
}

.p-gnavLink .img {
  display: none;
}

@media only screen and (max-width: 960px) {
  .p-gnav {
    -webkit-transform: inherit;
    display: flex;
    z-index: 1000;
    position: fixed;
    top: 0;
    right: -100%;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 13vw 2em 2em;
    transform: inherit;
    background-color: #FEF8E9;
    transition: right 0.6s 0s ease;
  }
  .p-gnav.is-enable {
    right: 0;
  }
  .p-gnavInner {
    gap: 1em;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow-y: auto;
  }
  .p-gnavItem {
    display: block;
    width: 32%;
  }
  .p-gnavLink {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 2em 1em;
    border-radius: 1em;
    background: #fff;
    line-height: 1;
    text-decoration: none;
  }
  .p-gnavLink .c-eng {
    margin: 1em 0 0 0;
  }
  .p-gnavLink .img {
    display: block;
    text-align: center;
  }
  .p-gnavLink .img img {
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .p-gnavItem {
    width: 48%;
  }
  .p-gnavLink .img img {
    width: 15vw;
  }
}

.p-hamburger {
  display: none;
  z-index: 1001;
  position: fixed;
  top: 1.35em;
  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: #6FB726;
  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 (max-width: 960px) {
  .p-hamburger {
    display: flex;
  }
}

.p-footer {
  padding-bottom: 10vw;
}

.p-footer::before {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10vw;
  background: url(../images/common/footer-bg.svg) no-repeat top/cover;
  content: "";
}

.p-footer .c-inner1200 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-footer__details {
  width: 40%;
  text-shadow: 2px 2px 0 #FEF6E3, -2px 2px 0 #FEF6E3, 2px -2px 0 #FEF6E3, -2px -2px 0 #FEF6E3, 0 2px 0 #FEF6E3, 2px 0 0 #FEF6E3, -2px 0 0 #FEF6E3, 0 -2px 0 #FEF6E3;
}

.p-footer__details .name {
  margin-bottom: .4em;
  font-size: 160%;
}

.p-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 35%;
  height: 100%;
  text-shadow: 2px 2px 0 #FEF6E3, -2px 2px 0 #FEF6E3, 2px -2px 0 #FEF6E3, -2px -2px 0 #FEF6E3, 0 2px 0 #FEF6E3, 2px 0 0 #FEF6E3, -2px 0 0 #FEF6E3, 0 -2px 0 #FEF6E3;
}

.p-footer__nav li {
  width: 46%;
  margin-bottom: .5em;
}

.p-footer__nav li a {
  display: block;
  position: relative;
  padding: 0 0 0 .8em;
  color: #555555;
  text-decoration: none;
}

.p-footer__nav li a::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 13px;
  transform: translateY(-50%);
  background: url(../images/common/icon-list.svg) no-repeat top/cover;
  content: "";
}

.p-footer__nav li a:hover {
  color: #6FB726;
}

.p-footer__nav li.u-display-mobile {
  display: block;
}

@media only screen and (max-width: 768px) {
  .p-footer {
    padding-bottom: 30vw;
  }
  .p-footer::before {
    height: 25vw;
    background: url(../images/common/footer-bg.svg) no-repeat left/cover;
  }
  .p-footer__details {
    width: 100%;
  }
  .p-footer__nav {
    width: 100%;
    margin: 3em 0 0 0;
  }
  .p-footer__nav li {
    width: 46%;
  }
  .p-footer__nav li a::before {
    width: 1vw;
    height: 2.9vw;
  }
}

.p-copyright {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  font-size: .8em;
  text-align: right;
}

.p-pagetop {
  z-index: 999;
  position: absolute;
  right: 1em;
  bottom: 6em;
}

.p-pagetop img {
  max-width: 100%;
  height: auto;
}

.p-pagetop:hover {
  opacity: .6;
}

@media only screen and (max-width: 768px) {
  .p-pagetop {
    width: 15vw;
  }
}

.p-headline {
  position: relative;
}

.p-headline::before {
  z-index: 1;
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 295px;
  height: 531px;
  background: url(../images/common/fv-illsut-left.svg) no-repeat top/cover;
  content: "";
}

.p-headline::after {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 10%;
  width: 459px;
  height: 459px;
  content: "";
}

.p-headline.about::after {
  background: url(../images/common/about-illsut-right.svg) no-repeat top/cover;
}

.p-headline.daily::after {
  background: url(../images/common/daily-illsut-right.svg) no-repeat top/cover;
}

.p-headline.info::after {
  background: url(../images/common/info-illsut-right.svg) no-repeat top/cover;
}

.p-headline.recruit::after {
  background: url(../images/common/recruit-illsut-right.svg) no-repeat top/cover;
}

.p-headline.photos::after {
  background: url(../images/common/photos-illsut-right.svg) no-repeat top/cover;
}

.p-headline__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.p-headline__inner__img > img {
  -webkit-mask-image: url(../images/common/page-header_visual_mask.svg);
  -webkit-mask-size: 100%;
  -webkit-mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
  width: 100%;
  height: auto;
  mask-image: url(../images/common/page-header_visual_mask.svg);
  mask-position: 0 0;
  mask-repeat: no-repeat;
  mask-size: 100%;
}

.p-headline__inner__tit {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 200%;
  text-align: center;
}

.p-headline__inner__tit .c-eng {
  display: block;
  display: table;
  position: relative;
  margin: .5em auto 0;
  padding: 0 2em;
  font-size: 1.4rem;
  letter-spacing: .5em;
  line-height: 1;
  text-align: center;
}

.p-headline__inner__tit .c-eng::before, .p-headline__inner__tit .c-eng::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 17px;
  height: 5px;
  transform: translateY(-50%);
  background: url(../images/common/icon-sub-tit.svg) no-repeat top/cover;
  content: "";
}

.p-headline__inner__tit .c-eng::before {
  left: 0;
}

.p-headline__inner__tit .c-eng::after {
  -webkit-transform: translateY(-50%) scaleX(-1);
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}

@media only screen and (max-width: 1400px) {
  .p-headline {
    overflow: hidden;
  }
  .p-headline::before, .p-headline::after {
    width: 38vw;
    height: 38vw;
  }
  .p-headline__inner {
    -webkit-transform: translateX(-50%);
    left: 50%;
    width: 140%;
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 768px) {
  .p-headline__inner {
    -webkit-transform: translateX(-50%);
    left: 50%;
    width: 140%;
    transform: translateX(-50%);
  }
}

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  z-index: 1;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-slide {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  z-index: 10;
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px 44px;
  cursor: pointer;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 10;
  position: absolute;
  transform: translate3d(0, 0, 0);
  text-align: center;
  transition: .3s opacity;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: #007aff;
  opacity: 1;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  -webkit-transform: translate3d(0, -50%, 0);
  top: 50%;
  right: 10px;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  -webkit-transform: translateY(-50%);
  top: 50%;
  width: 8px;
  transform: translateY(-50%);
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  -webkit-transform: translateX(-50%);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform: scale(0);
  -webkit-transform-origin: left top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
  background: #007aff;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  -ms-touch-action: none;
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  z-index: 50;
  position: absolute;
  bottom: 3px;
  left: 1%;
  width: 98%;
  height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
  z-index: 50;
  position: absolute;
  top: 1%;
  right: 3px;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  -o-object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  -webkit-transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  z-index: -1000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
  visibility: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  backface-visibility: hidden;
  pointer-events: none;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  visibility: visible;
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  -webkit-filter: blur(50px);
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: blur(50px);
  opacity: .6;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  z-index: 1;
  backface-visibility: hidden;
  pointer-events: none;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

#top .firstView {
  position: relative;
}

#top .firstView::before {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 459px;
  height: 459px;
  background: url(../images/common/fv-illsut-left.svg) no-repeat top/cover;
  content: "";
}

#top .firstView::after {
  z-index: 10;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 459px;
  height: 459px;
  background: url(../images/top/fv-illsut-right.svg) no-repeat top/cover;
  content: "";
}

#top .firstView .swiper-container01 {
  position: relative;
}

#top .firstView .swiper-container01 .swiper-wrapper .swiper-slide > img {
  -o-object-fit: cover;
  -webkit-mask-image: url(../images/top/firstView_visual_mask-animation.svg);
  -webkit-mask-size: 100%;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask-image: url(../images/top/firstView_visual_mask-animation.svg);
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-size: 100%;
}

#top .firstView .swiper-container01 .swiper-pagination {
  bottom: -8%;
}

#top .firstView .swiper-container01 .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

#top .firstView .swiper-container01 .swiper-pagination-bullet-active {
  background: #6FB726;
}

#top .firstView__catch {
  z-index: 100;
  position: absolute;
  top: 15%;
  right: 12%;
  color: #fff;
  font-size: 180%;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1400px) {
  #top .firstView::before, #top .firstView::after {
    width: 40vw;
    height: 40vw;
  }
}

@media only screen and (max-width: 768px) {
  #top .firstView {
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
  }
  #top .firstView .c-inner {
    max-width: inherit;
  }
  #top .firstView .swiper-container01 {
    -webkit-transform: translateX(-50%);
    left: 50%;
    width: 140%;
    transform: translateX(-50%);
  }
  #top .firstView__catch {
    right: 20%;
    font-size: 140%;
  }
}

#top .access .c-flexBox__left {
  overflow: hidden;
  border-radius: 2.5em;
}

#top .access .c-flexBox__left iframe {
  width: 100%;
}

#top .access .c-flexBox__right {
  margin: 3em 0 0 0;
}

#top .access .c-flexBox__right .name {
  font-size: 160%;
}

#top .access .c-flexBox__right .address {
  margin: 1em 0 0 0;
}

@media only screen and (max-width: 960px) {
  #top .access .c-flexBox__right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

#top .picSlider {
  overflow: hidden;
}

#top .picSlider .swiper-wrapper {
  transition-timing-function: linear !important;
}

#top .picSlider .swiper-wrapper .swiper-slide {
  height: 25vw;
  overflow: hidden;
  border-radius: 1em;
}

#top .picSlider .swiper-wrapper .swiper-slide:nth-of-type(2n) {
  margin-top: 2em;
}

#top .picSlider .swiper-wrapper .swiper-slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 960px) {
  #top .picSlider {
    padding-top: 0;
  }
  #top .picSlider .swiper-wrapper .swiper-slide {
    height: 37vw;
  }
}

@media only screen and (max-width: 768px) {
  #top .picSlider .swiper-wrapper .swiper-slide {
    height: 60vw;
  }
}

#info .complaint .c-tableCommon {
  margin-bottom: 2em;
}

#info .complaint .c-tableCommon tr th {
  width: 30%;
}

#info .complaint .c-pBox {
  margin-bottom: 4em;
}

#info .complaint .c-pBox p {
  margin-bottom: .5em;
}

#photos .photos .utility {
  padding: 2em;
  border-radius: 2em;
  background: rgba(255, 255, 255, 0.85);
}

@media only screen and (max-width: 768px) {
  #photos .photos .utility {
    padding: 2em;
  }
}

#photos .photos .entry {
  position: relative;
  padding: 3em 0;
}

#photos .photos .entry::before {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../images/common/dotted.svg) repeat-x;
  content: "";
}

#photos .photos .entry:last-of-type::before {
  content: none;
}

@media only screen and (max-width: 768px) {
  #photos .photos .entry {
    padding: 2em 0;
  }
}

#photos .photos .entry .title {
  position: relative;
  padding: 0 0 0 1.8em;
  font-size: 140%;
}

#photos .photos .entry .title::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
  background: url(../images/common/icon-leaf.svg) no-repeat top/cover;
  content: "";
}

@media only screen and (max-width: 768px) {
  #photos .photos .entry .title::before {
    width: 7vw;
    height: 7vw;
  }
}

#photos .calender td a {
  display: block;
  border-radius: .5em;
  background-color: #FEF8E9;
  text-decoration: none;
}

#photos .content h2,
#photos .content h3,
#photos .content h4,
#photos .content h5,
#photos .content h6,
#photos .content p,
#photos .content ul,
#photos .content ol,
#photos .content li,
#photos .content dl,
#photos .content dt,
#photos .content dd {
  margin-bottom: 2em;
}

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

.u-display-mobile {
  display: none;
}

@media only screen and (max-width: 960px) {
  .u-display-mobile {
    display: block;
  }
}

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

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

@media only screen and (max-width: 768px) {
  .u-link-disabled {
    color: #6FB726;
    pointer-events: inherit;
  }
}

.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: #6FB726;
}

.u-font-mini {
  font-size: 50%;
}

.u-font-small {
  font-size: 60%;
}
