@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.
 */
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;
}

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

/* LOADING */
html::before,
html::after {
  display: block;
  visibility: visible;
  content: '';
  opacity: 1;
  transition: all 1s 0s ease;
}

html::before {
  z-index: 99998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #F4F4ED;
}

html::after {
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 99999;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/loading.svg) no-repeat center/60px 60px;
}

html.wf-active::before,
html.wf-active::after {
  visibility: hidden;
  opacity: 0;
}

/* ---------------------------------------- */
body {
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt" 1;
  background-color: #fff;
  color: #353535;
  font-family: "uddigikyokasho-pro", -apple-system, sans-serif;
  font-feature-settings: "palt" 1;
  font-size: 1.5vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  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: 1vw;
  }
}

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;
}

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: #516953;
}

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: 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...
---------------------------------------- */
#l-container section {
  position: relative;
  position: relative;
  padding: 1.5em 3em 6em;
  padding: 1.5em 3em 6em;
}

@media only screen and (min-width: 1024px) {
  #l-container section {
    padding: 2.5em 5em 10em;
  }
}

@media only screen and (min-width: 1024px) {
  #l-container section {
    padding: 2.5em 5em 10em;
  }
}

#l-container section::after {
  -webkit-transform: translateY(-100%);
  z-index: 10;
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 5em;
  transform: translateY(-100%);
  background: url(../images/common/bg_frame.svg) repeat-x center/100% 100%;
  content: '';
}

@media only screen and (max-width: 1023px) {
  #l-container section::after {
    height: 3em;
  }
}

#l-container section:nth-of-type(even) {
  background-color: #F4F4ED;
}

#l-container section:nth-of-type(even)::after {
  background: url(../images/common/bg_frame-accent.svg) repeat-x center/100% 100%;
}

#l-container section.is-wide {
  padding-right: 0;
  padding-left: 0;
}

.c-inner980 {
  max-width: 40em;
  margin-right: auto;
  margin-left: auto;
}

.c-inner1280 {
  max-width: 55em;
  margin-right: auto;
  margin-left: auto;
}

.c-inner1400 {
  max-width: 70em;
  margin-right: auto;
  margin-left: auto;
}

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

@media only screen and (max-width: 1023px) {
  .c-col2.is-liquid {
    flex-flow: column;
  }
}

.c-col2.is-liquid > * {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .c-col2.is-reverse {
    flex-flow: row-reverse;
  }
}

.c-col2.is-center {
  align-items: center;
}

.c-vCol {
  gap: 3em;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1023px) {
  .c-vCol {
    flex-flow: column;
  }
}

.c-vCol > * {
  width: 100%;
}

.c-vCol-title {
  display: inline-flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 3em;
  background: url(../images/common/title_bg-top.svg) no-repeat top center/100% auto, url(../images/common/title_bg-bottom.svg) no-repeat bottom center/100% auto;
  color: #516953;
}

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

.c-vCol-title > small {
  font-family: futura-pt;
}

.c-vCol-visual {
  overflow: hidden;
  border-radius: 0 1000px 1000px 0;
}

@media only screen and (max-width: 1023px) {
  .c-vCol-visual {
    margin-right: 2em;
  }
}

.c-vCol-visual > img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-vCol-content {
  padding-right: 5em;
  padding-left: 5em;
}

@media only screen and (max-width: 1023px) {
  .c-vCol-content {
    padding-right: 3em;
    padding-left: 3em;
  }
}

@media only screen and (min-width: 1024px) {
  .c-vCol.is-reverse {
    flex-flow: row-reverse;
  }
}

.c-vCol.is-reverse .c-vCol-visual {
  border-radius: 1000px 0 0 1000px;
}

@media only screen and (max-width: 1023px) {
  .c-vCol.is-reverse .c-vCol-visual {
    margin-right: 0;
    margin-left: 2em;
  }
}

.c-title {
  margin-bottom: 1.5em;
  color: #516953;
  font-size: 180%;
  line-height: 1.2;
  text-align: center;
}

.c-title > span {
  display: inline-block;
  position: relative;
  padding-bottom: .25em;
}

.c-title > span::before {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #516953;
  content: '';
}

.c-title > small {
  display: block;
  font-family: futura-pt;
  font-size: 60%;
}

.c-subTitle {
  margin-bottom: 1.5em;
}

.c-subTitle > span {
  display: inline-block;
  position: relative;
  min-width: 12em;
  padding: .5em 1em .75em;
  background-color: #F4F4ED;
  color: #516953;
  font-size: 120%;
  line-height: 1.2;
  text-align: center;
}

.c-subTitle > span::before {
  z-index: 1;
  position: absolute;
  top: -3px;
  left: -3px;
  width: 100%;
  height: 100%;
  border: solid 1px #516953;
  content: '';
}

.c-subTitle.is-accent > span {
  background-color: #fff;
}

.c-miniTitle {
  margin-bottom: 1em;
  color: #516953;
  font-size: 120%;
  line-height: 1.5;
}

.c-lead {
  margin-bottom: .75em;
  font-size: 180%;
}

.c-tag {
  display: inline-block;
  min-width: 6.5em;
  margin-right: 1em;
  padding: 0 1em;
  background-color: #516953;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}

.c-table {
  width: 100%;
  background-color: #fff;
}

.c-table.is-fixed {
  table-layout: fixed;
}

.c-table th {
  background-color: #dfe5e0;
  color: #516953;
}

.c-table th,
.c-table td {
  padding: 1em;
  text-align: center;
  vertical-align: top;
}

@media only screen and (max-width: 1023px) {
  .c-table th,
  .c-table td {
    padding: 0.75em 0;
    font-size: 60%;
  }
}

.c-table th, .c-table td {
  border: solid 1px #F4F4ED;
}

.c-table th:first-child, .c-table td:first-child {
  border-left: 0;
}

.c-table th:last-child, .c-table td:last-child {
  border-right: 0;
}

.c-table tr:first-of-type * {
  border-top: 0;
}

.c-table tr:last-of-type * {
  border-bottom: 0;
}

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

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

.c-unorder li::before {
  position: absolute;
  top: .75em;
  left: 0;
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: #D5C17D;
  content: '';
}

.c-detail {
  display: flex;
}

.c-detail > dt {
  color: #516953;
}

@media only screen and (min-width: 1024px) {
  .c-detail {
    flex-wrap: wrap;
    border-top: solid 1px #516953;
  }
  .c-detail > dt,
  .c-detail > dd {
    padding: 2.5em 1em;
    border-bottom: solid 1px #516953;
    background: linear-gradient(#F4F4ED 3px, #fff 3px, #fff calc(100% - 3px), #F4F4ED calc(100% - 3px), #F4F4ED 100%);
  }
  .c-detail > dt {
    width: 12em;
  }
  .c-detail > dd {
    width: calc(100% - 12em);
  }
}

@media only screen and (max-width: 1023px) {
  .c-detail {
    flex-flow: column;
    overflow: hidden;
  }
  .c-detail > dt {
    background-color: #dfe5e0;
  }
  .c-detail > dt,
  .c-detail > dd {
    padding: .5em 1em;
  }
  .c-detail > dd {
    background-color: #fff;
  }
}

.c-detailS {
  display: flex;
}

@media only screen and (min-width: 1024px) {
  .c-detailS {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .c-detailS > dt {
    position: relative;
    width: 7em;
    margin-bottom: 1em;
    padding: 0 .5em;
    border-radius: 1000px;
    background-color: #F4F4ED;
    color: #516953;
    text-align: center;
  }
  .c-detailS.is-accent > dt {
    background-color: #fff;
  }
  .c-detailS > dd {
    width: calc(100% - 7em);
    margin-bottom: 1em;
    padding-left: 3.5em;
  }
}

@media only screen and (max-width: 1023px) {
  .c-detailS {
    flex-flow: column;
    overflow: hidden;
  }
  .c-detailS > dt {
    background-color: #dfe5e0;
    color: #516953;
  }
  .c-detailS > dt,
  .c-detailS > dd {
    padding: .5em 1em;
  }
}

.c-point {
  gap: 2em;
  display: flex;
  flex-flow: column;
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
}

.c-point_list {
  gap: .75em;
  display: flex;
  align-items: center;
  padding: .5em 1.25em .5em .5em;
  border-radius: 1000px;
  background-color: #dfe5e0;
}

.c-point_text {
  flex: 1;
  line-height: 1.5;
}

@media only screen and (min-width: 1024px) {
  .c-point_list {
    gap: .5em;
    padding: .75em 2em .75em .75em;
  }
  .c-point_icon {
    width: 4em;
    height: 4em;
  }
  .c-point_icon > span {
    font-size: 160%;
  }
  .c-point_text {
    font-size: 120%;
  }
}

.c-number {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 3em;
  height: 3em;
  margin: 0 auto;
  background: url(../images/common/bg_point.png) no-repeat center/cover;
  font-family: futura-pt;
  font-size: 160%;
  line-height: .8;
}

.c-number > small {
  font-size: 60%;
}

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

.c-box-inner {
  gap: 2em;
  display: flex;
  align-items: flex-start;
}

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

.c-box-inner > * {
  width: 100%;
}

.c-box-title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-font-feature-settings: initial;
  display: inline-block;
  width: 1em;
  color: #516953;
  font-feature-settings: initial;
  font-size: 120%;
  line-height: 1.2;
  writing-mode: vertical-rl;
}

@media only screen and (min-width: 1024px) {
  .c-box-visual {
    width: 50%;
  }
}

.c-box-visual > img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-box.is-accent {
  background-color: #F4F4ED;
}

.c-boxL {
  padding: 3px;
  border: solid 1px #516953;
}

.c-boxL-inner {
  padding: 2em;
  background-color: #F4F4ED;
}

.c-boxL.is-accent .c-boxL-inner {
  background-color: #fff;
}

.c-paper {
  position: relative;
  margin: calc(4em + 200px) auto 200px;
  padding: 0 5em;
  background: url(../images/common/bg_paper.png) no-repeat center/100% 100%;
  text-align: center;
}

.c-paper::before, .c-paper::after {
  position: absolute;
  width: 100%;
  height: 200px;
  content: '';
}

.c-paper::before {
  -webkit-transform: translateY(-100%);
  top: 1px;
  left: 0;
  transform: translateY(-100%);
  background: url(../images/common/bg_paper-top.png) no-repeat center/100% 200px;
}

.c-paper::after {
  -webkit-transform: translateY(100%);
  bottom: 1px;
  left: 0;
  transform: translateY(100%);
  background: url(../images/common/bg_paper-bottom.png) no-repeat center/100% 200px;
}

@media only screen and (max-width: 1023px) {
  .c-paper {
    margin-top: 8em;
    margin-bottom: 5em;
    padding-right: 2em;
    padding-left: 2em;
  }
  .c-paper::before, .c-paper::after {
    height: 5em;
    background-size: 100% 5em;
  }
}

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

.c-text {
  margin-top: 2em;
}

.c-button {
  display: inline-block;
  min-width: 12em;
  margin: 1em;
  padding: .75em 2em;
  border-radius: 1000px;
  background-color: #516953;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.c-button:hover {
  background-color: #3b4c3c;
}

.c-icon {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-right: .25em;
  line-height: 1;
}

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

/* ----------------------------------------
Layout
ページを構成するヘッダーやメインのコンテンツエリア、
サイドバーやフッターといったプロジェクト共通のコンテナーブロックのスタイルを定義します。
header/main/sidebar/footer...
---------------------------------------- */
#l-header {
  display: flex;
  z-index: 1100;
  position: fixed;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: .5em;
  padding-bottom: .5em;
  background-color: rgba(0, 0, 0, 0);
  transition-duration: 0.5s;
  transition-property: background-color;
}

#l-header.is-display {
  background-color: rgba(0, 0, 0, 0.3);
}

#l-header .nav {
  display: flex;
  z-index: 1000;
  position: fixed;
  top: 0;
  right: -100%;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2em;
  background-color: #516953;
  transition: right 0.6s 0s ease;
}

@media only screen and (min-width: 1024px) {
  #l-header .nav {
    width: 40%;
  }
}

#l-header .nav.is-enable {
  right: 0;
}

#l-header .nav-inner {
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
}

#l-header .nav-item {
  width: 100%;
}

#l-header .nav-link {
  display: flex;
  justify-content: center;
  padding: 1.25em;
  color: #fff;
  text-decoration: none;
}

#l-header .aside {
  gap: 2em;
  display: flex;
  align-items: center;
}

#l-header .aside-link {
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 1023px) {
  #l-header .aside-link {
    display: none;
  }
}

#l-header .hamburger {
  display: flex;
  z-index: 1005;
  position: relative;
  flex-flow: column;
  justify-content: space-between;
  width: 3.5em;
  height: 2em;
  padding: 0 1em 1em;
  background: url(../images/common/hamburger_text.svg) no-repeat center bottom 0.25em/1.75em auto;
  cursor: pointer;
}

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

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

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

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

#l-container {
  position: relative;
}

#l-container::after {
  z-index: 15;
  position: absolute;
  right: 4em;
  bottom: 0;
  width: 5em;
  height: 6em;
  background: url(../images/common/footer_illust-usagi.png) no-repeat center/cover;
  content: '';
}

#l-footer {
  gap: 2em;
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 2em;
  padding-bottom: 2em;
  background-color: #695A51;
  color: #fff;
  font-size: 80%;
  text-align: right;
}

@media only screen and (max-width: 1023px) {
  #l-footer {
    flex-flow: column;
  }
}

#l-footer::before {
  -webkit-transform: translateY(-100%);
  z-index: 10;
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 7em;
  transform: translateY(-100%);
  background: url(../images/common/bg_footer.svg) repeat-x center/100% 100%;
  content: '';
}

@media only screen and (max-width: 1023px) {
  #l-footer::before {
    height: 3em;
  }
}

#l-footer::after {
  -webkit-transform: translateY(-100%);
  z-index: 11;
  position: absolute;
  top: 0;
  right: 2em;
  width: 5em;
  height: 4em;
  transform: translateY(-100%);
  background: url(../images/common/footer_illust.png) no-repeat center/cover;
  content: '';
}

#l-footer .site {
  width: 20em;
}

#l-footer .site > img {
  width: 100%;
  height: auto;
}

#l-footer .fnav {
  gap: 2em;
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 1023px) {
  #l-footer .fnav {
    gap: .75em;
    flex-flow: column;
    margin-top: 1em;
  }
}

@media only screen and (min-width: 1024px) {
  #l-footer .fnav-main {
    position: relative;
  }
  #l-footer .fnav-main:not(:last-of-type)::before {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -1em;
    width: 1px;
    height: .5em;
    transform: translateY(-50%);
    background-color: #fff;
    content: '';
  }
}

#l-footer .fnav-sub {
  font-size: 80%;
}

#l-footer .fnav-link {
  color: #fff;
  text-decoration: none;
}

#l-footer .banner {
  gap: 1em;
  display: flex;
  justify-content: flex-end;
  margin-top: 1em;
}

@media only screen and (max-width: 1023px) {
  #l-footer .banner {
    gap: .75em;
    flex-flow: column;
  }
}

#l-footer .banner-link {
  display: inline-block;
  padding: 0 .75em 0 2.25em;
  border-radius: 1000px;
  background: url(../images/common/icon_pdf.svg) no-repeat left 0.75em center/1em auto, #fff;
  color: #695A51;
  font-size: 80%;
  text-decoration: none;
}

#l-footer .banner-icon {
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
}

#l-footer .banner-icon > img {
  width: 100%;
  height: 100%;
}

#l-footer .pagetop {
  display: inline-block;
  visibility: hidden;
  z-index: 995;
  position: fixed;
  right: 1em;
  bottom: 1em;
  width: 4em;
  margin-top: 1.5em;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: opacity visibility bottom;
}

#l-footer .pagetop > img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 1024px) {
  #l-footer .pagetop {
    transition: all .2s ease;
  }
  #l-footer .pagetop:hover {
    bottom: 1.5em;
  }
}

@media only screen and (max-width: 1023px) {
  #l-footer .pagetop {
    right: 1.5em;
  }
}

#l-footer .pagetop.is-display {
  visibility: visible;
  opacity: 1;
}

#l-footer .copyright {
  margin-top: 5em;
  margin-bottom: 5em;
  font-family: futura-pt;
  text-align: right;
}

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

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

.p-headline {
  position: relative;
  position: relative;
  color: #fff;
}

.p-headline::before {
  -webkit-transform: translateY(50%);
  z-index: 15;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 16em;
  height: 11em;
  transform: translateY(50%);
  background: url(../images/common/bg_frame-left.png) no-repeat center/cover;
  content: '';
}

@media only screen and (max-width: 1023px) {
  .p-headline::before {
    -webkit-transform: translateY(20%);
    width: 10.66667em;
    height: 7.33333em;
    transform: translateY(20%);
  }
}

.p-headline::after {
  -webkit-transform: translateY(50%);
  z-index: 15;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15em;
  height: 13.5em;
  transform: translateY(50%);
  background: url(../images/common/bg_frame-right.png) no-repeat center/cover;
  content: '';
}

@media only screen and (max-width: 1023px) {
  .p-headline::after {
    -webkit-transform: translateY(20%);
    width: 10em;
    height: 9em;
    transform: translateY(20%);
  }
}

.p-headline > img {
  width: 100%;
  height: auto;
}

.p-headline > h2 {
  -webkit-transform: translateX(-50%) translateY(-60%);
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-60%);
  font-size: 220%;
}

.p-headline > small {
  -webkit-transform: translateX(-50%) translateY(-40%);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-40%);
  font-family: futura-pt;
  font-size: 420%;
  text-transform: capitalize;
  opacity: .3;
}

@media only screen and (max-width: 1023px) {
  .p-headline {
    height: 15em;
  }
  .p-headline > img {
    -webkit-transform: translateX(-50%);
    position: relative;
    left: 50%;
    width: auto;
    height: 15em;
    transform: translateX(-50%);
  }
  .p-headline > h2 {
    font-size: 180%;
  }
  .p-headline > small {
    font-size: 300%;
  }
}

/**
 * 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;
  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 {
  -webkit-transform: translateY(50%);
  z-index: 15;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 16em;
  height: 11em;
  transform: translateY(50%);
  background: url(../images/common/bg_frame-left.png) no-repeat center/cover;
  content: '';
}

@media only screen and (max-width: 1023px) {
  #top .firstView::before {
    -webkit-transform: translateY(20%);
    width: 10.66667em;
    height: 7.33333em;
    transform: translateY(20%);
  }
}

#top .firstView::after {
  -webkit-transform: translateY(50%);
  z-index: 15;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15em;
  height: 13.5em;
  transform: translateY(50%);
  background: url(../images/common/bg_frame-right.png) no-repeat center/cover;
  content: '';
}

@media only screen and (max-width: 1023px) {
  #top .firstView::after {
    -webkit-transform: translateY(20%);
    width: 10em;
    height: 9em;
    transform: translateY(20%);
  }
}

#top .firstView_banner {
  z-index: 15;
  position: absolute;
  right: 0;
  bottom: 10em;
  width: 25em;
}

#top .firstView_banner > img {
  width: 100%;
  height: auto;
}

#top .firstView_visual {
  width: 100%;
  height: 100vh;
  line-height: 0;
}

#top .firstView_visual .swiper-container::before {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  content: '';
  opacity: .3;
}

#top .firstView_visual .swiper-slide {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#top .firstView_visual .swiper-pagination {
  -webkit-transform: translateY(-50%);
  top: 50%;
  right: auto;
  bottom: auto;
  left: 2em;
  width: 2px;
  transform: translateY(-50%);
}

#top .firstView_visual .swiper-pagination-bullet {
  display: block;
  width: 2px;
  height: 1.5em;
  margin: 0;
  border-radius: 0;
}

#top .firstView_visual .swiper-pagination-bullet-active {
  background: #F4F4ED;
}

@media only screen and (max-width: 1023px) {
  #top .firstView_visual {
    min-height: 40em;
  }
  #top .firstView_visual .swiper-pagination {
    top: 70%;
    right: 2em;
    left: auto;
  }
  #top .firstView_visual .swiper-slide {
    min-height: 40em;
  }
}

#top .firstView_lead {
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 15;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45vw;
  transform: translateY(-50%) translateX(-50%);
}

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

#top .firstView_lead > img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1023px) {
  #top .greeting {
    padding-bottom: 4em;
  }
}

#top .greeting .origin {
  gap: 3em;
  display: flex;
  align-items: center;
  max-width: 50em;
  margin-right: auto;
  margin-left: auto;
}

#top .greeting .origin > * {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  #top .greeting .origin {
    flex-flow: column;
  }
}

#top .greeting .origin-visual {
  height: 20em;
  overflow: hidden;
  border-radius: 1000px 1000px 0 0;
}

@media only screen and (min-width: 1024px) {
  #top .greeting .origin-visual {
    width: 15em;
  }
}

#top .greeting .origin-visual > img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 1024px) {
  #top .greeting .origin-message {
    flex: 1;
  }
}

#top .greeting .message {
  line-height: 3.5;
}

@media only screen and (min-width: 1024px) {
  #top .greeting .message {
    text-align: center;
  }
}

#top .thumb {
  gap: 2em;
  display: flex;
  z-index: 12;
  position: relative;
  flex-wrap: wrap;
  line-height: 0;
}

@media only screen and (max-width: 1023px) {
  #top .thumb {
    padding: 0 3em;
  }
}

#top .thumb-list {
  width: calc(50% - 1em);
}

#top .thumb-list:nth-child(1) {
  text-align: right;
}

#top .thumb-list:nth-child(1) .thumb-item {
  display: inline-block;
  width: 60%;
  margin-right: -3em;
}

#top .thumb-list:nth-child(2) {
  padding-top: 10em;
  text-align: right;
}

#top .thumb-list:nth-child(2) .thumb-item {
  display: inline-block;
  width: 90%;
}

#top .thumb-list:nth-child(3) .thumb-item {
  display: inline-block;
  width: 90%;
  margin-top: -5.5em;
}

#top .thumb-list:nth-child(4) .thumb-item {
  display: inline-block;
  width: 60%;
  margin-left: -3em;
}

@media only screen and (max-width: 1023px) {
  #top .thumb-list:nth-child(1) .thumb-item {
    width: 100%;
    margin-right: -1em;
  }
  #top .thumb-list:nth-child(2) {
    padding-top: 10em;
  }
  #top .thumb-list:nth-child(2) .thumb-item {
    width: 100%;
  }
  #top .thumb-list:nth-child(3) .thumb-item {
    margin-top: -3em;
  }
  #top .thumb-list:nth-child(4) .thumb-item {
    width: 100%;
    margin-left: -2em;
  }
}

#top .news .inner {
  padding-top: 3em;
}

@media only screen and (min-width: 1024px) {
  #top .news .inner {
    gap: 3em;
    display: flex;
  }
}

#top .news .title {
  padding-right: 1.5em;
  padding-bottom: 2.5em;
  text-align: left;
}

@media only screen and (min-width: 1024px) {
  #top .news .title {
    display: inline-block;
    background-size: auto 3em;
  }
}

@media only screen and (min-width: 1024px) {
  #top .news .content {
    flex: 1;
  }
}

#top .news .newsfeed {
  border-top: solid 1px #516953;
}

#top .news .newsfeed a {
  border-top: none;
  text-decoration: none;
}

#top .news .newsfeed a > dt {
  font-family: futura-pt;
}

#top .news .newsfeed a > dd {
  padding-right: 4em;
}

@media only screen and (min-width: 1024px) {
  #top .news .newsfeed a > dd {
    background: url(../images/common/icon_arrow.svg) no-repeat right 1em center/2.5em auto, linear-gradient(#F4F4ED 3px, #fff 3px, #fff calc(100% - 3px), #F4F4ED calc(100% - 3px), #F4F4ED 100%);
  }
}

#top .news .newsfeed a:hover {
  opacity: .8;
}

#top .pickup {
  padding-top: 0;
}

#top .pickup::before, #top .pickup::after {
  display: none;
}

#top .feature {
  position: relative;
  background: url(../images/top/feature_bg.svg) no-repeat top 9.5em right/auto 7em, linear-gradient(#F4F4ED 10em, #fff 10em, #fff 100%);
}

@media only screen and (max-width: 1023px) {
  #top .feature {
    background: url(../images/top/feature_bg.svg) no-repeat top 19.5em right/80% auto, linear-gradient(#F4F4ED 20em, #fff 20em, #fff 100%);
  }
}

#top .feature .content {
  padding-top: 15em;
}

@media only screen and (max-width: 1023px) {
  #top .feature .content {
    padding-top: 4em;
  }
}

#top .guidance {
  position: relative;
  background: url(../images/top/guidance_bg.svg) no-repeat top left/auto 7em;
}

@media only screen and (max-width: 1023px) {
  #top .guidance {
    background: url(../images/top/guidance_bg.svg) no-repeat top 19.5em left/95% auto;
  }
}

#top .access::before, #top .access::after {
  display: none;
}

#top .access .map {
  margin-top: -8em;
  overflow: hidden;
  border-radius: 1em;
}

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

@media only screen and (min-width: 1024px) {
  #top .access .address {
    padding: 4em;
  }
}

#top .access .outline {
  gap: 1em;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

#top .access .outline > dt {
  width: 6em;
  background-color: #516953;
  color: #fff;
  text-align: center;
}

#top .access .outline > dd {
  width: calc(100% - 7em);
}

#top .SNS .instagram {
  background: linear-gradient(45deg, #A52D73, #2A3C9B);
  font-size: 150%;
}

#about .goal .message {
  max-width: 50em;
  margin-right: auto;
  margin-left: auto;
  padding: 1em 6em;
  background: url(../images/about/message_illust-left.png) no-repeat center left/auto 100%, url(../images/about/message_illust-right.png) no-repeat center right/auto 100%;
}

@media only screen and (min-width: 1024px) {
  #about .goal .message {
    text-align: center;
  }
}

@media only screen and (max-width: 1023px) {
  #about .goal .message {
    padding: 6em 0 5em;
    background-position: top left, bottom right;
    background-size: auto 5em, auto 5em;
  }
}

#about .goal .visual {
  gap: 3em;
  display: flex;
}

@media only screen and (min-width: 1024px) {
  #about .goal .visual {
    align-items: flex-start;
  }
  #about .goal .visual > *:nth-child(2),
  #about .goal .visual > *:nth-child(3) {
    margin-top: 3em;
  }
}

@media only screen and (max-width: 1023px) {
  #about .goal .visual {
    gap: 1em;
    flex-wrap: wrap;
  }
  #about .goal .visual > * {
    width: calc(50% - 1em);
  }
}

@media only screen and (max-width: 1023px) {
  #feature .detail {
    padding-right: 3em;
    padding-left: 3em;
  }
}

@media only screen and (min-width: 1024px) {
  #feature .culb .visual {
    width: 50%;
  }
}

#feature .culb .visual > img {
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
}

#program .timeline-visual {
  width: 100%;
}

#program .timeline-content {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  #program .timeline-content {
    padding-right: 5em;
    padding-left: 5em;
  }
}

@media only screen and (max-width: 1023px) {
  #program .other .message {
    padding-right: 3em;
    padding-left: 3em;
  }
}

#childcare .pre .tsukushi {
  padding: 1em 4em;
  background: url(../images/childcare/pre_tsukushi-left.svg) no-repeat center left/auto 100%, url(../images/childcare/pre_tsukushi-right.svg) no-repeat center right/auto 100%;
}

@media only screen and (max-width: 1023px) {
  #childcare .pre .tsukushi {
    padding: 0 0 3em;
    background-position: top left, bottom right;
    background-size: 0 0, auto 5em;
  }
}

#guidance .fqa .qa {
  gap: 2em;
  display: flex;
  flex-flow: column;
}

#guidance .fqa .qa-box {
  padding: 3px;
  border: solid 1px #516953;
}

#guidance .fqa .qa-q {
  position: relative;
  padding: 1em 1em 1em 5em;
  background-color: #F4F4ED;
  color: #516953;
}

#guidance .fqa .qa-q::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  height: calc(100% - 2em);
  padding: 1em;
  background-color: #516953;
  color: #fff;
  font-family: futura-pt;
  font-weight: 600;
  text-align: center;
  content: 'Q';
}

#guidance .fqa .qa-a {
  position: relative;
  padding: 1em 1em 1em 5em;
  background-color: #F4F4ED;
}

#guidance .fqa .qa-a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  height: calc(100% - 2em);
  padding: 1em;
  background-color: #fff;
  color: #A21142;
  font-family: futura-pt;
  font-weight: 600;
  text-align: center;
  content: 'A';
}

#contact .recruit .tel {
  display: inline-block;
  padding-left: 1.25em;
  background: url(../images/common/icon_tel.svg) no-repeat center left/1em auto;
  color: #516953;
  font-family: futura-pt;
  font-size: 250%;
  line-height: 1;
}

#contact .contact .mfp_ruby {
  font-family: futura-pt;
}

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

@media only screen and (min-width: 1400px) {
  .u-display-large {
    display: block;
  }
}

.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;
}

@media only screen and (max-width: 1023px) {
  .u-margin-large {
    margin-top: 6em;
  }
}

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

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

.u-images-round {
  display: block;
  overflow: hidden;
  line-height: 0;
}

@media only screen and (max-width: 1023px) {
  .u-images-round {
    border-radius: 1em;
  }
}

@media only screen and (min-width: 1024px) {
  .u-images-round {
    border-radius: 2em;
  }
}

.u-images-round > img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.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-text-attention::before {
  color: #A21142;
  content: '＊';
}

.u-text-block {
  display: block;
}

.u-text-en {
  font-family: futura-pt;
}

/* ----------------------------------------
JS style
---------------------------------------- */
.js-toggle {
  cursor: pointer;
}

.js-toggle > * {
  transition: all .2s ease;
}

.js-toggle.is-close .js-toggle-hidden {
  height: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden;
  border: none;
}
