@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=M+PLUS+Rounded+1c:wght@500&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 -
プロジェクトにおける基本的なスタイルを定義します。
ページの下地としての全体の背景や、基本的なタイポグラフィなどが該当します。
---------------------------------------- */
/* LOADING */
/* ---------------------------------------- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  list-style: none;
}

html {
  font-size: 62.5%;
}

/* ---------------------------------------- */
body {
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt" 1;
  position: relative;
  overflow-x: hidden;
  background: url(../images/common/main-bg.png) repeat top/100% auto;
  background-color: #FFF1F6;
  color: #570F27;
  font-family: 'M PLUS Rounded 1c', -apple-system, sans-serif;
  font-feature-settings: "palt" 1;
  font-size: 1.4vw;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 2;
}

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

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

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

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

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

nav,
main,
footer {
  -webkit-transform: rotate(0.03deg);
  position: relative;
  transform: rotate(0.03deg);
}

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

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

.c-inner1280 {
  max-width: 1280px;
  margin: 0 auto;
}

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

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

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

.c-title {
  position: relative;
  padding-bottom: 1.6em;
  font-size: 220%;
  text-align: center;
}

.c-title .c-engFont {
  display: block;
  color: #EA5A8F;
  font-size: .35em;
  letter-spacing: -.1em;
  line-height: 1;
}

.c-title02 {
  display: table;
  position: relative;
  padding-bottom: .8em;
  font-size: 140%;
  line-height: 1.4;
}

.c-title02::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12%;
  min-width: 60px;
  height: 8px;
  background: url(../images/common/dots-light.svg) repeat-x left;
  background-size: auto 8px;
  content: "";
}

@media only screen and (max-width: 768px) {
  .c-title02::before {
    min-width: 50px;
    height: 6px;
    background-size: auto 6px;
  }
}

.c-subTitle, .c-subTitle-line, .c-subTitle-circle, .c-subTitle-cube {
  margin-top: 3em;
  margin-bottom: .5em;
  color: #D94F82;
  font-size: 150%;
  text-shadow: 0.05em 0.05em 0 #fff;
}

.c-subTitle > small, .c-subTitle-line > small, .c-subTitle-circle > small, .c-subTitle-cube > small,
.c-subTitle i,
.c-subTitle-line i,
.c-subTitle-circle i,
.c-subTitle-cube i {
  display: block;
  line-height: 1;
}

.c-subTitle-line {
  padding-bottom: .25em;
  background: url(../images/common/subtitle_bg-line.svg) no-repeat bottom left/auto 1.5em;
}

.c-subTitle-circle {
  padding-top: .75em;
  background: url(../images/common/subtitle_bg-circle.svg) no-repeat top center/auto 1.5em;
  text-align: center;
}

.c-subTitle-cube {
  padding-bottom: 1em;
  background: url(../images/common/subtitle_bg-cube.svg) no-repeat bottom left/auto 1em;
}

.c-miniTitle {
  margin-bottom: .75em;
  background: url(../images/common/minititle_bg.svg) no-repeat bottom left/auto 1em;
  color: #D94F82;
  font-size: 125%;
}

.c-engFont {
  font-family: "ab-kirigirisu", sans-serif;
  font-style: normal;
  font-weight: 200;
  text-transform: uppercase;
}

.c-moreBtn {
  display: table;
  position: relative;
  min-width: 280px;
  margin-top: 2em;
  padding: 1em 2em 1em 2em;
  border-radius: 1000px;
  background: #EA5A8F;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.c-moreBtn::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 6%;
  width: 26px;
  height: 3px;
  transform: translateY(-50%);
  background: url(../images/common/dots-white.svg) repeat-x left;
  content: "";
}

.c-moreBtn:hover {
  background: #F59BB7;
}

.c-tag {
  padding: .1em 1em;
  border: 1px solid #570F27;
  border-radius: 1000px;
  font-size: .8em;
  white-space: nowrap;
}

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

.c-txtBox {
  margin-bottom: 3em;
}

.c-txtBox .center {
  margin: 0;
  text-align: center;
}

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

.c-txtBox p {
  margin-top: 1em;
}

.c-txtBox ol {
  margin-top: 1em;
}

.c-txtBox ol ol {
  margin: 0;
  padding-left: 1em;
}

.c-txtBox ol ol li {
  position: relative;
  padding-left: 2em;
}

.c-txtBox ol ol li::before {
  position: absolute;
  left: 0;
}

.c-txtBox ol.type01 {
  counter-reset: list-counter;
}

.c-txtBox ol.type01 > li {
  counter-increment: list-counter;
}

.c-txtBox ol.type01 > li::before {
  content: counter(list-counter) ". ";
}

.c-txtBox ol.type02 {
  counter-reset: sub-counter;
}

.c-txtBox ol.type02 > li {
  counter-increment: sub-counter;
}

.c-txtBox ol.type02 > li::before {
  content: "(" counter(sub-counter) ") ";
}

.c-txtBox ol.type03 {
  counter-reset: sub-sub-counter;
}

.c-txtBox ol.type03 > li {
  counter-increment: sub-sub-counter;
}

.c-txtBox ol.type03 > li::before {
  content: "(" counter(sub-sub-counter, katakana) ") ";
}

.c-exlink {
  position: relative;
  padding-right: 2em;
  color: #570F27;
  text-decoration: none;
}

.c-exlink:hover {
  color: #EA5A8F;
}

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

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

.c-table {
  position: relative;
}

.c-table tbody tr:first-child th,
.c-table tbody tr:first-child td {
  padding-top: 0;
}

.c-table tbody tr th,
.c-table tbody tr td {
  position: relative;
  padding: 1.5em 2em;
  text-align: left;
  vertical-align: top;
}

.c-table tbody tr th::before,
.c-table tbody tr td::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: url(../images/common/dots-dark.svg) repeat-x left;
  content: "";
}

.c-table tbody tr th {
  min-width: 135px;
  padding: 1.5em 1em 1.5em 0;
  white-space: nowrap;
}

.c-table tbody tr td::before {
  background: url(../images/common/dots-light.svg) repeat-x left;
}

@media only screen and (max-width: 960px) {
  .c-table tbody tr th::before,
  .c-table tbody tr td::before {
    height: 3px;
    background-size: auto 3px;
  }
  .c-table tbody tr td::before {
    height: 3px;
    background: url(../images/common/dots-light.svg) repeat-x left;
    background-size: auto 3px;
  }
}

@media only screen and (max-width: 768px) {
  .c-table tbody tr th {
    width: 30%;
    min-width: inherit;
  }
  .c-table tbody tr td {
    padding: 1.5em 1em;
  }
}

.c-cherryBox {
  gap: 1.5em 0;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
}

.c-cherryBox::before {
  z-index: -1;
  position: absolute;
  right: -12%;
  bottom: -10%;
  width: 326px;
  height: 196px;
  background: url(../images/about/illsut-mudball.svg) no-repeat center/cover;
  content: "";
}

.c-cherryBox__item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 33%;
  padding: 2.4em 0;
  font-size: 90%;
  text-align: center;
}

.c-cherryBox__item::before {
  -webkit-transform: translate(-50%, -50%);
  z-index: -1;
  position: absolute;
  top: 48%;
  left: 48%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: url(../images/about/cherry-petal.svg) no-repeat center/contain;
  background-size: 105% 105%;
  content: "";
}

@media only screen and (max-width: 768px) {
  .c-cherryBox::before {
    right: -11%;
    bottom: 0;
    width: 46vw;
    height: 28vw;
  }
  .c-cherryBox__item {
    width: 48%;
  }
}

.c-flexBox {
  gap: 3em 1em;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, auto));
  justify-items: center;
  max-width: 840px;
  margin: 0 auto;
}

.c-flexBox__item:nth-of-type(1) {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  grid-column: 2;
  grid-row: 1;
}

.c-flexBox__item:nth-of-type(2) {
  -ms-grid-column: 4;
  -ms-grid-row: 1;
  grid-column: 4;
  grid-row: 1;
}

.c-flexBox__item:nth-of-type(3) {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  grid-column: 1;
  grid-row: 2;
}

.c-flexBox__item:nth-of-type(4) {
  -ms-grid-column: 3;
  -ms-grid-row: 2;
  grid-column: 3;
  grid-row: 2;
}

.c-flexBox__item:nth-of-type(5) {
  -ms-grid-column: 5;
  -ms-grid-row: 2;
  grid-column: 5;
  grid-row: 2;
}

.c-flexBox__item--imgBox {
  text-align: center;
}

.c-flexBox__item--txt {
  margin: 1em 0 0 0;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .c-flexBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-flexBox__item {
    width: 48%;
  }
  .c-flexBox__item img {
    max-width: 100%;
    height: auto;
  }
}

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

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

.c-imgTxtBox:not(:first-of-type) {
  margin: 4em 0 0 0;
}

.c-imgTxtBox__imgBox {
  width: 50%;
  margin-top: 2em;
}

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

.c-imgTxtBox__txtBox {
  width: 44%;
}

.c-imgTxtBox__txtBox p {
  margin: 1em 0 0 0;
}

.c-imgTxtBox__txtBox .tit {
  display: table;
  margin: 1em 0 0 0;
  padding: .2em 2em;
  border: 1px solid #EA5A8F;
  border-radius: 1000px;
  background: #fff;
}

.c-imgTxtBox__txtBox .txt {
  margin: 1em 0 0 0;
  padding-left: 2em;
}

.c-imgTxtBox__txtBox .txt .ps {
  margin: 1em 0 0 0;
  font-size: .8em;
}

@media only screen and (max-width: 768px) {
  .c-imgTxtBox {
    flex-wrap: wrap;
  }
  .c-imgTxtBox__imgBox {
    width: 100%;
  }
  .c-imgTxtBox__txtBox {
    width: 100%;
    margin: 2em 0 0 0;
  }
  .c-imgTxtBox__txtBox .c-title02 br {
    display: none;
  }
}

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

.c-flexContainer--item {
  width: 48%;
  overflow: hidden;
  border-radius: 2.5em;
}

.c-flexContainer--item h4 {
  padding: .8em 1em;
  background: #EA5A8F;
  color: #fff;
  font-size: 130%;
  text-align: center;
}

.c-flexContainer--item .txt {
  height: 100%;
  padding: 1.8em 2.4em;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .c-flexContainer {
    flex-wrap: wrap;
  }
  .c-flexContainer--item {
    width: 100%;
    margin-bottom: 2em;
  }
  .c-flexContainer--item:last-of-type {
    margin-bottom: 0;
  }
}

.c-galleryBox {
  gap: 2em;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-galleryBox::before {
  z-index: 1;
  position: absolute;
  bottom: -10%;
  left: -15%;
  width: 169px;
  height: 282px;
  background: url(../images/about/illsut-puzzle.svg) no-repeat center/cover;
  content: "";
}

.c-galleryBox__item {
  width: 48%;
  overflow: hidden;
  border-radius: 2.5em;
}

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

@media only screen and (max-width: 768px) {
  .c-galleryBox::before {
    bottom: 0;
    left: -15%;
    width: 30vw;
    height: 50vw;
  }
  .c-galleryBox__item {
    width: 100%;
  }
}

.c-programContainer .switchBox {
  display: flex;
  padding: 0 3em;
}

.c-programContainer .switchBox--item {
  width: 50%;
  padding: .5em 1em;
  border-radius: 1.5em 1.5em 0 0;
  color: #fff;
  font-size: 155%;
  line-height: 1.4;
  text-align: center;
}

.c-programContainer .switchBox--item.switch01 {
  background: #E1C743;
}

.c-programContainer .switchBox--item.switch02 {
  background: #54BBE7;
}

.c-programContainer__table {
  overflow: hidden;
  border-radius: 2.5em;
  line-height: 1.8;
}

.c-programContainer__table table {
  z-index: 10;
  position: relative;
  width: 100%;
  border-collapse: collapse;
}

.c-programContainer__table table tr {
  z-index: 5;
  position: relative;
}

.c-programContainer__table table tr:first-child th:nth-child(1) {
  width: 16%;
}

.c-programContainer__table table tr:first-child th:nth-child(2) {
  width: 28%;
}

.c-programContainer__table table tr:first-child th:nth-child(3) {
  width: 28%;
}

.c-programContainer__table table tr:first-child th:nth-child(4) {
  width: 28%;
}

.c-programContainer__table table tr th {
  z-index: 1;
  position: relative;
  padding: 1.2em 0;
  text-align: center;
}

.c-programContainer__table table tr td {
  z-index: 1;
  position: relative;
  padding: 1.2em 0;
  text-align: center;
}

.c-programContainer__table.table01 {
  border: 4px solid #E1C743;
}

.c-programContainer__table.table01 table {
  background: linear-gradient(to right, #FFFCEB 0%, #FFFCEB calc(16% - 1px), #F9F5DF calc(16% + 1px), #F9F5DF calc(44% - 1px), #FFFCEB calc(44% + 1px), #FFFCEB calc(72% - 1px), #F9F5DF calc(72% + 1px), #F9F5DF 100%);
  color: #413704;
}

.c-programContainer__table.table01 table tr th {
  border: 1px solid #E1C743;
}

.c-programContainer__table.table01 table tr td {
  border: 1px solid #E1C743;
}

.c-programContainer__table.table02 {
  display: none;
  border: 4px solid #54BBE7;
}

.c-programContainer__table.table02 table {
  background: linear-gradient(to right, #EFFAFF 0%, #EFFAFF calc(16% - 1px), #DEF1F9 calc(16% + 1px), #DEF1F9 calc(44% - 1px), #EFFAFF calc(44% + 1px), #EFFAFF calc(72% - 1px), #DEF1F9 calc(72% + 1px), #DEF1F9 100%);
  color: #0E4A64;
}

.c-programContainer__table.table02 table tr th {
  border: 1px solid #54BBE7;
}

.c-programContainer__table.table02 table tr td {
  border: 1px solid #54BBE7;
}

.c-programContainer .txt02 {
  display: none;
}

@media only screen and (max-width: 768px) {
  .c-programContainer .switchBox {
    padding: 0 2em;
  }
  .c-programContainer .switchBox--item {
    border-radius: 1.5em 1.5em 0 0;
  }
  .c-programContainer__table.table01 {
    border: 2px solid #E1C743;
  }
  .c-programContainer__table.table02 {
    border: 2px solid #54BBE7;
  }
}

.c-eventContainer__item {
  display: flex;
  justify-content: space-between;
  margin: 6em 0 0 0;
}

.c-eventContainer__item:first-of-type {
  margin: 0;
}

.c-eventContainer__item:nth-of-type(2n) .c-eventContainer__txt {
  order: 1;
}

.c-eventContainer__txt {
  position: relative;
  width: 48%;
  min-height: 503px;
  margin: 3em 0 0 0;
  padding: 2em 1em 3em 3em;
  border-radius: 2.5em;
  background: #fff;
}

.c-eventContainer__txt .tit {
  position: absolute;
  top: -1.5em;
  font-size: 120%;
  line-height: 1;
}

.c-eventContainer__txt .tit span {
  font-size: 1.8em;
}

.c-eventContainer__txt ul li {
  position: relative;
  padding: 0 0 0 1em;
}

.c-eventContainer__txt ul li::before {
  position: absolute;
  top: 37%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 1000px;
  content: "";
}

.c-eventContainer__txt ul li span {
  font-size: .78em;
}

.c-eventContainer__txt .imgBgBox {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 0 0 2.5em 0;
}

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

.c-eventContainer__txt.spring .tit {
  color: #E14373;
}

.c-eventContainer__txt.spring ul li:before {
  background-color: #F2ABC0;
}

.c-eventContainer__txt.summer .tit {
  color: #54BBE7;
}

.c-eventContainer__txt.summer ul li:before {
  background-color: #9EDCEB;
}

.c-eventContainer__txt.autumn .tit {
  color: #E1C743;
}

.c-eventContainer__txt.autumn ul li:before {
  background-color: #EBD79E;
}

.c-eventContainer__txt.winter .tit {
  color: #43E172;
}

.c-eventContainer__txt.winter ul li:before {
  background-color: #9EEBB8;
}

.c-eventContainer__img {
  width: 50%;
}

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

@media only screen and (max-width: 960px) {
  .c-eventContainer__txt {
    min-height: 400px;
  }
}

@media only screen and (max-width: 768px) {
  .c-eventContainer__item {
    flex-wrap: wrap;
    margin: 4em 0 0 0;
  }
  .c-eventContainer__item:nth-of-type(2n) .c-eventContainer__txt {
    order: 0;
  }
  .c-eventContainer__txt {
    width: 100%;
    min-height: inherit;
    padding: 2em 1em 3em 2em;
  }
  .c-eventContainer__txt .imgBgBox {
    width: 60vw;
  }
  .c-eventContainer__img {
    width: 100%;
    margin-top: 2em;
  }
  .c-eventContainer__img img {
    width: 100%;
  }
}

.c-parent {
  display: inline-block;
  padding: .4em 1em;
  border-radius: 1000px;
  background: #EA5A8F;
  color: #fff;
  font-size: .8em;
  line-height: 1;
}

.c-cvArea {
  text-align: center;
}

.c-cvArea .tit {
  font-size: 130%;
}

.c-cvArea .name {
  margin: 1em 0;
}

.c-cvArea .box {
  display: flex;
  justify-content: center;
  color: #EA5A8F;
  font-size: 210%;
  line-height: 1.4;
}

.c-cvArea .box .tel {
  position: relative;
  margin: 0 .5em;
  padding: 0 0 0 1.2em;
}

.c-cvArea .box .tel::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 38px;
  height: 38px;
  transform: translateY(-50%);
  background: url(../images/common/icon-tel.svg) no-repeat center/cover;
  content: "";
}

.c-cvArea .box .fax {
  position: relative;
  margin: 0 .5em;
  padding: 0 0 0 1.2em;
}

.c-cvArea .box .fax::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 38px;
  height: 38px;
  transform: translateY(-50%);
  background: url(../images/common/icon-fax.svg) no-repeat center/cover;
  content: "";
}

@media only screen and (max-width: 960px) {
  .c-cvArea .box .tel::before,
  .c-cvArea .box .fax::before {
    width: 3vw;
    height: 3vw;
  }
}

@media only screen and (max-width: 768px) {
  .c-cvArea .box {
    flex-wrap: wrap;
  }
  .c-cvArea .box .tel {
    width: 100%;
  }
  .c-cvArea .box .tel::before {
    width: 6vw;
    height: 6vw;
  }
  .c-cvArea .box .fax {
    width: 100%;
    margin-top: .2em;
  }
  .c-cvArea .box .fax::before {
    width: 6vw;
    height: 6vw;
  }
}

.c-cvRecruit {
  text-align: center;
}

.c-cvRecruit .tit {
  font-size: 130%;
}

.c-cvRecruit .name {
  margin: 1em 0;
}

.c-cvRecruit .box {
  display: flex;
  justify-content: center;
  color: #EA5A8F;
  font-size: 210%;
  line-height: 1.4;
}

.c-cvRecruit .box .tel {
  position: relative;
  margin: 0 .5em;
  padding: 0 0 0 1.2em;
}

.c-cvRecruit .box .tel::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 38px;
  height: 38px;
  transform: translateY(-50%);
  background: url(../images/common/icon-tel.svg) no-repeat center/cover;
  content: "";
}

@media only screen and (max-width: 960px) {
  .c-cvRecruit .box .tel::before {
    width: 3vw;
    height: 3vw;
  }
}

@media only screen and (max-width: 768px) {
  .c-cvRecruit .box .tel::before {
    width: 6vw;
    height: 6vw;
  }
}

.c-bgWhite {
  padding: 2em 3em;
  border-radius: 2em;
  background: #fff;
}

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

#l-container {
  position: relative;
  padding-top: 6em;
}

#l-container::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 8vw;
  background: url(../images/common/frame-news.svg) no-repeat bottom/cover;
  content: "";
}

@media only screen and (max-width: 768px) {
  #l-container {
    padding-top: 4em;
  }
}

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

@media only screen and (max-width: 1400px) {
  .p-header__inner {
    padding: 4em 0 3em;
  }
}

@media only screen and (max-width: 960px) {
  .p-header__inner {
    padding: 2em 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .p-header__inner {
    padding: 1em 0 0;
  }
}

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

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

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

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

.p-gnav {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 75%;
  width: 100%;
  transform: translateY(-50%);
}

.p-gnavInner {
  display: flex;
}

.p-gnavItem {
  flex: 1;
}

.p-gnavItem:nth-child(1), .p-gnavItem:nth-child(6) {
  margin-top: 7em;
}

.p-gnavItem:nth-child(2), .p-gnavItem:nth-child(5) {
  margin-top: 5em;
}

.p-gnavItem:nth-child(3), .p-gnavItem:nth-child(4) {
  margin-top: 3em;
}

.p-gnavItem:nth-child(4) {
  margin-left: 24%;
}

@media only screen and (max-width: 1400px) {
  .p-gnavItem:nth-child(4) {
    margin-left: 25vw;
  }
}

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

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

.p-gnavLink .name {
  position: relative;
  width: 100%;
  max-width: 170px;
  margin-top: .5em;
  padding: .8em .5em;
  border-radius: 1000px;
  background: #EA5A8F;
  font-size: 120%;
  line-height: 1;
  text-align: center;
}

.p-gnavLink .name .c-engFont {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  bottom: -15%;
  left: 50%;
  width: 100%;
  max-width: 100px;
  transform: translateX(-50%);
}

.p-gnavLink .name .c-engFont img {
  max-width: 100%;
  height: auto;
}

.p-gnavLink .imgBox {
  margin-top: .5em;
  text-align: center;
}

.p-gnavLink:hover {
  opacity: .8;
}

.p-gnavLink:hover .imgBox img {
  -webkit-animation: bounce 0.5s ease-in-out infinite alternate;
  animation: bounce 0.5s ease-in-out infinite alternate;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@media only screen and (max-width: 1400px) {
  .p-gnavLink .imgBox {
    width: 7vw;
  }
  .p-gnavLink .imgBox img {
    max-width: 100%;
    height: auto;
  }
  .p-gnavLink .name .c-engFont {
    width: 8vw;
  }
}

@media only screen and (max-width: 960px) {
  .p-gnavLink .name .c-engFont {
    width: 10vw;
    max-width: inherit;
  }
  .p-gnavLink .name .c-engFont img {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .p-gnavLink {
    padding: 1em;
  }
  .p-gnavLink .imgBox {
    width: 11vw;
  }
  .p-gnavLink .name {
    max-width: 240px;
  }
  .p-gnavLink .name .c-engFont {
    width: 17vw;
  }
}

@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%;
    padding: 13vw 2em 2em;
    transform: inherit;
    background-color: #FFF1F6;
    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;
    flex: inherit;
    width: 32%;
    border-radius: 1em;
    background-color: #fff;
  }
  .p-gnavItem:nth-child(1), .p-gnavItem:nth-child(2), .p-gnavItem:nth-child(3), .p-gnavItem:nth-child(4), .p-gnavItem:nth-child(5), .p-gnavItem:nth-child(6) {
    margin: inherit;
  }
  .p-gnavLink {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 3em 2em;
    line-height: 1;
    text-decoration: none;
  }
  .p-gnavLink span {
    padding: .5em 1em;
  }
}

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

.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: #EA5A8F;
  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-pageTopBox {
  position: relative;
  background: url(../images/common/fv-bg.jpg) no-repeat top/cover;
}

.p-pageTopBox::before, .p-pageTopBox::after {
  position: absolute;
  top: 0;
  width: 640px;
  height: 640px;
  content: "";
}

.p-pageTopBox::before {
  right: 0;
  background: url(../images/common/fv-illsutRight.svg) no-repeat top/cover;
}

.p-pageTopBox::after {
  left: 0;
  background: url(../images/common/fv-illsutLeft.svg) no-repeat top/cover;
}

.p-pageTopBox__inner::before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/fv-cherryblossoms.svg) no-repeat top/contain;
  content: "";
}

.p-pageTopBox__inner::after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 166px;
  background: url(../images/common/ground.svg) repeat-x top;
  content: "";
}

@media only screen and (max-width: 1920px) {
  .p-pageTopBox::before, .p-pageTopBox::after {
    width: 34vw;
    height: 34vw;
  }
  .p-pageTopBox__inner::after {
    height: 10vw;
    background: url(../images/common/ground.svg) no-repeat top/cover;
  }
}

.p-headline {
  padding: 8em 3em 16em;
  overflow: hidden;
}

.p-headline::before {
  z-index: 1;
  position: absolute;
  bottom: 18%;
  left: 2%;
  width: 529px;
  height: 529px;
  background: url(../images/common/illust-fv-left.svg) no-repeat center/cover;
  content: "";
}

.p-headline::after {
  z-index: 1;
  position: absolute;
  right: 2%;
  bottom: 18%;
  width: 529px;
  height: 529px;
  background: url(../images/common/illust-fv-right.svg) no-repeat center/cover;
  content: "";
}

.p-headline__title {
  display: table;
  margin: 0 auto;
  font-size: 280%;
  line-height: 1.6;
}

.p-headline__title--eng {
  color: #EA5A8F;
  font-size: 1.4rem;
  letter-spacing: -.1em;
  text-align: center;
}

@media only screen and (max-width: 1920px) {
  .p-headline::before, .p-headline::after {
    bottom: 6vw;
    width: 28vw;
    height: 28vw;
  }
}

@media only screen and (max-width: 960px) {
  .p-headline::before {
    left: 0;
  }
  .p-headline::after {
    right: 0;
  }
  .p-headline::before, .p-headline::after {
    width: 42vw;
    height: 42vw;
  }
}

@media only screen and (max-width: 768px) {
  .p-headline {
    padding: 3em 2em 8em;
  }
  .p-headline__title {
    font-size: 200%;
  }
  .p-headline__title--eng {
    font-size: .4em;
  }
}

.p-footer {
  position: relative;
  padding: 6em 3em;
  overflow: hidden;
}

.p-footer::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 667px;
  height: 222px;
  background: url(../images/common/illust-footer-right.svg) no-repeat center/cover;
  content: "";
}

.p-footer__inner {
  display: flex;
  position: relative;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
}

.p-footer__details {
  width: 40%;
}

.p-footer__details .hojin {
  display: block;
  font-size: 80%;
}

.p-footer__details .name {
  display: table;
  position: relative;
  padding-right: 1.5em;
  font-size: 180%;
  line-height: 1.4;
}

.p-footer__details .name::before {
  -webkit-transform: translateY(-50%);
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 0;
  width: 43px;
  height: 43px;
  transform: translateY(-50%);
  background: url(../images/common/logo-illust.svg) no-repeat center/cover;
  content: "";
}

.p-footer__details .address {
  margin-top: 1em;
}

.p-footer__box {
  width: 56%;
}

.p-footer__box .tit {
  position: relative;
  margin-bottom: 1em;
  padding: 0 0 0 1.5em;
}

.p-footer__box .tit .icon img {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  max-width: 100%;
  height: auto;
  transform: translateY(-50%);
}

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

.p-footer__box__nav ul li {
  width: calc(100% / 6);
  border-right: 1px solid #FCBAC9;
  line-height: 1;
}

.p-footer__box__nav ul li:first-child a {
  padding-left: 0;
}

.p-footer__box__nav ul li:last-child {
  border: none;
}

.p-footer__box__nav ul li:last-child a {
  padding-right: 0;
}

.p-footer__box__nav ul li a {
  display: block;
  height: auto;
  color: #570F27;
  text-align: center;
  text-decoration: none;
}

.p-footer__box__nav ul li a:hover {
  color: #EA5A8F;
}

.p-footer__box__sister {
  margin: 2em 0 0 0;
}

@media only screen and (max-width: 1400px) {
  .p-footer::before {
    width: 53vw;
    height: 17.8vw;
  }
}

@media only screen and (max-width: 960px) {
  .p-footer__box {
    width: 56%;
  }
  .p-footer__box .tit .icon img {
    width: 2vw;
  }
}

@media only screen and (max-width: 768px) {
  .p-footer {
    padding: 4em 2em 6em;
  }
  .p-footer::before {
    -webkit-transform: translateX(-50%);
    left: 50%;
    transform: translateX(-50%);
  }
  .p-footer__inner {
    flex-wrap: wrap;
  }
  .p-footer__details {
    width: 100%;
  }
  .p-footer__details .name::before {
    width: 8vw;
    height: 8vw;
  }
  .p-footer__box {
    width: 100%;
    margin-top: 2em;
  }
  .p-footer__box .tit .icon img {
    width: 3.5vw;
  }
  .p-footer__box__nav ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-footer__box__nav ul li {
    width: calc(100% / 3);
    margin-bottom: 1em;
  }
  .p-footer__box__nav ul li:last-child {
    border-right: 1px solid #FCBAC9;
  }
}

.p-pagetop {
  z-index: 999;
  position: absolute;
  right: 1em;
  bottom: 1em;
  transition-duration: .5s;
}

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

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

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

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

.p-copyright {
  position: relative;
  max-width: 1280px;
  margin: 0 auto 1em;
  font-size: 60%;
}

@media only screen and (max-width: 768px) {
  .p-copyright {
    text-align: center;
  }
}

#entry .entry {
  padding: 3em;
  border-radius: 3em;
  background-color: #fff;
}

#entry .entry h3 {
  display: table;
  position: relative;
  padding-bottom: .8em;
  font-size: 140%;
  line-height: 1.4;
}

#entry .entry h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12%;
  min-width: 60px;
  height: 8px;
  background: url(../images/common/dots-light.svg) repeat-x left;
  background-size: auto 8px;
  content: "";
}

@media only screen and (max-width: 768px) {
  #entry .entry h3::before {
    min-width: 50px;
    height: 6px;
    background-size: auto 6px;
  }
}

#entry .entry .content > *:first-child {
  margin-top: 0;
}

#entry .entry .content h5 {
  margin-top: 2em;
}

#entry .entry .content table th,
#entry .entry .content table td {
  border: none;
}

#entry .entry .content table td {
  border: solid 0.25em #fff;
  background-color: #FFF0F2;
}

#entry .entry .content table td:nth-of-type(even) {
  background-color: #fff;
}

#entry .entry .content p {
  margin-top: 2em;
}

#freo-container form input[type=submit] {
  background-color: #D94F82 !important;
}

/**
 * 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;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 8em;
}

#top .firstView::before {
  z-index: 1;
  position: absolute;
  bottom: 12%;
  left: 1%;
  width: 529px;
  height: 529px;
  background: url(../images/top/illust-fv-left.svg) no-repeat center/cover;
  content: "";
}

#top .firstView::after {
  z-index: 1;
  position: absolute;
  right: 1%;
  bottom: 12%;
  width: 529px;
  height: 529px;
  background: url(../images/common/illust-fv-right.svg) no-repeat center/cover;
  content: "";
}

#top .firstView_inner {
  position: relative;
  margin: 0 auto;
}

#top .firstView .swiper-container {
  max-width: 1200px;
  overflow: inherit;
}

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

#top .firstView .swiper-container .swiper-slide::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -5%;
  left: 50%;
  width: 170px;
  height: 170px;
  transform: translateX(-50%);
  background: url(../images/top/illsut-treeStump.svg) no-repeat top/cover;
  content: "";
}

#top .firstView .swiper-container .swiper-slide svg {
  width: 100%;
}

#top .firstView .swiper-container .swiper-slide image {
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
}

#top .firstView .swiper-container .swiper-pagination {
  bottom: 2%;
}

#top .firstView .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: .8em;
  height: .8em;
  background: #fff;
  opacity: .4;
}

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

#top .firstView_lead {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  #top .firstView_lead {
    width: 30%;
  }
}

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

@media only screen and (max-width: 1920px) {
  #top .firstView {
    padding-bottom: 8vw;
  }
  #top .firstView::before, #top .firstView::after {
    width: 28vw;
    height: 28vw;
  }
  #top .firstView .swiper-container {
    max-width: 58vw;
  }
  #top .firstView .swiper-container .swiper-slide::before {
    width: 9vw;
    height: 9vw;
  }
}

@media only screen and (max-width: 960px) {
  #top .firstView {
    overflow: hidden;
  }
  #top .firstView::before {
    bottom: 9%;
    left: -5%;
  }
  #top .firstView::after {
    right: -5%;
    bottom: 9%;
  }
  #top .firstView::before, #top .firstView::after {
    width: 42vw;
    height: 42vw;
  }
  #top .firstView .swiper-container {
    max-width: 90vw;
  }
  #top .firstView .swiper-container .swiper-slide::before {
    width: 12vw;
    height: 12vw;
  }
}

@media only screen and (max-width: 768px) {
  #top .firstView {
    padding-bottom: 2em;
  }
  #top .firstView .swiper-container {
    max-width: 100vw;
  }
  #top .firstView .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: .3em;
    height: .3em;
  }
}

#top .news .c-inner1280 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#top .news__tit {
  position: relative;
  width: 30%;
}

#top .news__tit::before {
  z-index: 1;
  position: absolute;
  bottom: -4%;
  left: -55%;
  width: 396px;
  height: 221px;
  background: url(../images/top/illust-news-left.svg) no-repeat center/cover;
  content: "";
}

#top .news__tit img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#top .news__txt {
  width: 64%;
}

#top .news__txt .item {
  display: flex;
  position: relative;
  align-items: center;
  padding: 1.5em 0;
  color: #570F27;
  text-decoration: none;
}

#top .news__txt .item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url(../images/common/dots-light.svg) repeat-x left;
  content: "";
}

#top .news__txt .item .date {
  margin-right: .5em;
}

#top .news__txt .item .c-tag {
  margin-right: .5em;
}

#top .news__txt .item:hover {
  color: #EA5A8F;
}

#top .news__txt .item:hover .c-tag {
  border: 1px solid #EA5A8F;
}

#top .news .c-moreBtn {
  margin-left: auto;
}

@media only screen and (max-width: 1400px) {
  #top .news__tit::before {
    width: 30vw;
    height: 16.4vw;
  }
}

@media only screen and (max-width: 960px) {
  #top .news__tit {
    width: 30%;
  }
  #top .news__txt {
    width: 65%;
  }
  #top .news__txt .item::before {
    height: 3px;
    background: url(../images/common/dots-light.svg) repeat-x left;
    background-size: auto 3px;
  }
}

@media only screen and (max-width: 768px) {
  #top .news__tit {
    width: 100%;
  }
  #top .news__tit::before {
    bottom: 5%;
    left: -10%;
    width: 53vw;
    height: 29.4vw;
  }
  #top .news__tit img {
    width: 60vw;
  }
  #top .news__txt {
    width: 100%;
  }
  #top .news__txt .item {
    flex-wrap: wrap;
  }
  #top .news__txt .item .cont {
    width: 100%;
    margin-top: .5em;
  }
  #top .news .c-moreBtn {
    margin-right: auto;
  }
}

#top .greeting {
  overflow-x: hidden;
}

#top .greeting .c-inner1280 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#top .greeting__txt {
  width: 45%;
  margin-top: 4em;
}

#top .greeting__txt .c-title {
  padding-bottom: 1.4em;
  font-size: 180%;
  text-align: left;
}

#top .greeting__txt p {
  line-height: 2.4;
}

#top .greeting__txt .c-moreBtn {
  margin-left: auto;
}

#top .greeting__box {
  position: relative;
  width: 50%;
  height: 100%;
}

#top .greeting__box::before {
  z-index: 1;
  position: absolute;
  right: -25%;
  bottom: -15%;
  width: 440px;
  height: 335px;
  background: url(../images/top/illust-greeting-right.svg) no-repeat center/cover;
  content: "";
}

#top .greeting__box img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 1400px) {
  #top .greeting__txt {
    width: 50%;
  }
  #top .greeting__box {
    width: 45%;
  }
  #top .greeting__box::before {
    width: 30vw;
    height: 23vw;
  }
}

@media only screen and (max-width: 768px) {
  #top .greeting__txt {
    width: 100%;
    margin-top: 0;
  }
  #top .greeting__txt .c-title br {
    display: none;
  }
  #top .greeting__txt .c-moreBtn {
    margin-right: auto;
  }
  #top .greeting__box {
    width: 100%;
    margin: 4em 0 0 0;
  }
  #top .greeting__box::before {
    right: -10%;
    bottom: -10%;
    width: 48.5vw;
    height: 37vw;
  }
}

#top .access {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-right: 0;
  padding-left: 0;
}

#top .access .c-title {
  text-align: left;
}

#top .access__map {
  position: relative;
  width: 50%;
}

#top .access__map::before {
  z-index: 1;
  position: absolute;
  right: 20%;
  bottom: -15%;
  width: 700px;
  height: 214px;
  background: url(../images/top/illust-access-left.svg) no-repeat center/cover;
  content: "";
}

#top .access__map iframe {
  width: 100%;
  border-radius: 0 2.5em 2.5em 0;
}

#top .access__txt {
  width: 42%;
}

#top .access__txt dl {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.5em;
}

#top .access__txt dl dt {
  position: relative;
  width: 80px;
  height: 100%;
  padding-bottom: .5em;
  font-size: 120%;
}

#top .access__txt dl dt::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 8px;
  background: url(../images/common/dots-light.svg) repeat-x left;
  background-size: auto 8px;
  content: "";
}

#top .access__txt dl dd {
  width: calc(96% - 80px);
}

#top .access__txt dl dd span {
  font-size: .6em;
}

#top .access__txt dl.tel {
  font-size: 1.4em;
}

#top .access__txt dl.tel dd {
  font-size: 1.2em;
}

@media only screen and (max-width: 1400px) {
  #top .access__map::before {
    width: 55vw;
    height: 16.9vw;
  }
}

@media only screen and (max-width: 960px) {
  #top .access {
    padding-right: 2em;
  }
  #top .access__map {
    width: 60%;
  }
  #top .access__map::before {
    width: 55vw;
    height: 16.9vw;
  }
  #top .access__map iframe {
    height: 400px;
  }
  #top .access__txt {
    width: 36%;
  }
}

@media only screen and (max-width: 768px) {
  #top .access {
    padding: 4em 2em;
  }
  #top .access__map {
    order: 1;
    width: 100%;
  }
  #top .access__map iframe {
    border-radius: 2em;
  }
  #top .access__map::before {
    width: 85vw;
    height: 25.9vw;
  }
  #top .access__txt {
    order: 0;
    width: 100%;
  }
  #top .access__txt .c-title {
    text-align: center;
  }
  #top .access__txt dl dt {
    width: 18%;
  }
  #top .access__txt dl dt::before {
    max-width: 50px;
    height: 6px;
    background-size: auto 6px;
  }
  #top .access__txt dl dd {
    width: 82%;
  }
}

#about .c-section {
  overflow: hidden;
}

#about #philosophy .c-txtBox {
  margin-bottom: 0;
}

#disclosure .c-moreBtn {
  margin: 0 auto;
}

#recruit .c-bgWhite {
  margin-bottom: 6em;
  padding: 6em 3em;
}

#recruit .c-bgWhite:last-of-type {
  margin-bottom: 0;
}

#recruit .c-table {
  margin: 2em 0 6em 0;
}

#recruit .c-cvRecruit .tit br {
  display: none;
}

@media only screen and (max-width: 768px) {
  #recruit .c-cvRecruit .tit br {
    display: block;
  }
}

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

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

@media only screen and (max-width: 768px) {
  .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: #EA5A8F;
    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: #6A1A3A;
}

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

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