@charset "UTF-8";
/**
 * Modern CSS Reset Tweaks
 * ================================================== */
html {
  -webkit-text-size-adjust: 100%;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  width: 100%;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  text-size-adjust: 100%;
}

/* Box sizing normalization */
*,
::after,
::before {
  box-sizing: border-box;
}

/* Elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/**
 * CSS Reset Tweaks
 *
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0-modified | 20110126
 * License: none (public domain)
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Input Reset
 */
input:required,
input {
  box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:focus {
  outline: none;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 */
[hidden] {
  display: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: none;
}

/* Make images easier to work with */
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Make pictures easier to work with */
picture {
  display: inline-block;
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  border: 0;
  background: transparent;
  cursor: pointer;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

[disabled] {
  pointer-events: none;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button {
  border: 0;
  background: transparent;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  text-indent: 0;
}

/**
 * Based on normalize.css v8.0.1
 * github.com/necolas/normalize.css
 */
hr {
  box-sizing: content-box;
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  background: #000;
  line-height: 0;
  page-break-after: always;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 100%;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 75%;
}

/**
 * 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: -5px;
}

sup {
  top: -5px;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
}

/**
 * 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;
  outline: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

fieldset {
  min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: block;
}

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

/**
 * 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 all browsers.
 */
summary {
  display: list-item;
}

/*
 * Misc
 * ========================================================================== */
template {
  display: none;
}

/* ----------------------------------------
この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;
}

html {
  font-size: 62.5%;
}

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

body {
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt" 1;
  background: #FEEEEF url("../images/common/rainbow_line.svg") repeat-x top left;
  color: #2A1010;
  font-family: dnp-shuei-mgothic-std, -apple-system, sans-serif;
  font-feature-settings: "palt" 1;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media only screen and (min-width: 1025px) {
  body {
    min-width: 1024px;
  }
}

@media only screen and (max-width: 1024px) {
  body {
    overflow-x: hidden;
    font-size: 3.5vw;
  }
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

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

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

iframe {
  vertical-align: bottom;
}

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

a {
  color: #86B5D9;
}

/* ----------------------------------------
form style
---------------------------------------- */
input,
button,
select,
textarea {
  margin: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  font-size: 1.5rem;
  font-weight: normal;
}

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

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

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

input[type="text"],
input[type="passwprd"],
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"],
textarea {
  width: 100%;
  padding: 5px;
  border: solid 1px #D3CDBD;
  background-color: #fff;
}

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

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

@media only screen and (max-width: 1024px) {
  .c-headLogo {
    width: 16.60156%;
    margin: 0 auto;
    padding: 1em 0 0;
  }
}

.c-copy {
  font-size: 1.2rem;
}

@media only screen and (max-width: 1024px) {
  .c-copy {
    margin-top: 1em;
  }
}

.c-head-1 {
  margin-top: 0;
  margin-bottom: 2.5em;
  padding: .0;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.c-head-1 span {
  position: relative;
  color: #E97185;
  font-size: 5.2rem;
}

.c-head-1 span:before, .c-head-1 span:after {
  -webkit-transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 1em;
  height: .7em;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.c-head-1 span:before {
  left: -1.25em;
  background-image: url("../images/common/wing_l.svg");
}

.c-head-1 span:after {
  right: -1.25em;
  background-image: url("../images/common/wing_r.svg");
}

.c-head-2 {
  display: flex;
  align-items: center;
  margin-bottom: .75em;
  color: #5B2121;
  font-size: 2.4rem;
  font-weight: 600;
}

.c-head-2:before {
  display: inline-block;
  width: 1.25em;
  height: 1.75em;
  margin-right: 0.25em;
  background: url(../images/common/i_head-2.svg) no-repeat left center/auto 1em;
  color: #BCE9E9;
  content: "";
}

@media only screen and (max-width: 1024px) {
  .c-head-1 {
    margin-bottom: 2em;
  }
  .c-head-1 span {
    font-size: 7vw;
  }
  .c-head-2 {
    font-size: 5.5vw;
  }
}

.c-section {
  margin-bottom: 2.625em;
}

.c-section:last-child {
  margin-bottom: 0;
}

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

.c-txt-r {
  text-align: right;
}

.c-list_dot li {
  margin-bottom: 1em;
  margin-left: 1em;
  text-indent: -1em;
}

.c-list_dot li:before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: -0.1em;
  margin-right: 1em;
  border-radius: 50%;
  background: #BCE9E9;
  color: #BCE9E9;
  font-size: 8px;
  content: "";
}

.c-list_dot li:last-child {
  margin-bottom: 0;
}

.c-bg_plaid {
  padding: 1.875em;
  border-radius: 2em;
  background: url(../images/common/grid_bg.svg) #fff;
}

@media only screen and (max-width: 1024px) {
  .c-bg_plaid {
    padding: 1em;
    border-radius: 1.5em;
  }
}

.c-table {
  width: 100%;
  overflow: hidden;
  border-radius: 2em;
}

@media only screen and (min-width: 1025px) {
  .c-table {
    table-layout: fixed;
  }
}

.c-table tr {
  border-bottom: 2px solid #E97185;
}

.c-table tr:last-child {
  border-bottom: none;
}

.c-table_head {
  padding: 1.5em;
  border-right: 2px solid #E97185;
  background: #FEDEE0;
}

@media only screen and (min-width: 1025px) {
  .c-table_head:first-child {
    width: 12em;
  }
}

.c-table_head:last-child {
  border-right: none;
}

.c-table_head.no-line {
  border-right: none;
}

.c-table_body {
  padding: 1.5em;
  border-right: 2px solid #E97185;
  background: #fff;
}

.c-table_body:last-child {
  border-right: none;
}

.c-photo {
  display: inline-block;
  position: relative;
  border: 10px solid #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.c-photo > img {
  width: 100%;
}

.c-photo .tape {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 1024px) {
  .c-photo {
    border-width: .25em;
  }
}

.c-kome:before {
  content: "※";
}

@media only screen and (max-width: 1024px) {
  .c-kome {
    font-size: 2.5vw;
  }
}

.c-scroll {
  margin-bottom: 2em;
}

@media only screen and (max-width: 1024px) {
  .c-scroll {
    margin-top: 6.66667vw;
    margin-bottom: 1.33333vw;
    overflow: auto;
    white-space: nowrap;
  }
  .c-scroll:before {
    display: block;
    margin: 0px 0 5px;
    font-size: 2.6vw;
    content: "※横にスクロールします。";
  }
}

/* ----------------------------------------
Layout
ページを構成するヘッダーやメインのコンテンツエリア、
サイドバーやフッターといったプロジェクト共通のコンテナーブロックのスタイルを定義します。
header/main/sidebar/footer...
---------------------------------------- */
/* ----------------------------------------
Project
プロジェクト固有のパターンであり、いくつかのComponentと、
それに該当しない要素によって構成されるものを定義します。
例えば、記事一覧や、ユーザープロフィール、画像ギャラリーなどコンテンツを構成する要素などが該当します。
articles/ranking/promo...
---------------------------------------- */
.p-header {
  z-index: 5;
  position: relative;
  background: url("../images/common/head_bg.svg") no-repeat center top/auto;
}

@media only screen and (max-width: 1024px) {
  .p-header {
    background-size: contain;
  }
}

.p-gnavLink {
  color: #EE6F8D;
}

@media only screen and (min-width: 1025px) {
  .p-gnav {
    max-width: 1122px;
    margin-top: 3em;
    margin-right: auto;
    margin-left: auto;
    padding: 2em 0;
    border-radius: 7em;
    background: #fff;
    box-shadow: 0px 3px 16px -6px rgba(238, 111, 141, 0.3);
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1152px) {
  .p-gnav {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 1025px) {
  .p-gnavInner {
    display: flex;
    justify-content: space-between;
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1054px) {
  .p-gnavInner {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 1025px) {
  .p-gnavItem {
    -ms-grid-row-align: auto;
    display: flex;
    flex: 1 0 auto;
    align-self: auto;
    min-width: 0;
  }
  .p-gnavItem:last-child .p-gnavLink {
    border-right: none;
  }
  .p-gnavLink {
    box-sizing: border-box;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1em;
    padding: 0 1em;
    border-right: 2px dashed #F3B7C1;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    word-break: break-all;
    transition: .3s;
  }
  .p-gnavLink:hover {
    opacity: .6;
  }
}

@media only screen and (max-width: 1024px) {
  .p-gnav {
    display: flex;
    z-index: 9999;
    position: fixed;
    top: 0;
    right: -100%;
    flex-flow: column;
    justify-content: center;
    width: 70%;
    height: 100%;
    padding: 50px 0;
    background-color: rgba(254, 243, 244, 0.9);
    transition: right 600ms 0s ease;
  }
  .p-gnav.is-enable {
    right: 0;
  }
  .p-gnavInner {
    width: 100%;
    height: 100%;
    margin: 0;
    padding-left: 0;
    overflow-y: auto;
    border-top: solid 1px #fff;
    list-style: none;
  }
  .p-gnavItem {
    display: block;
    position: relative;
    width: 100%;
    border-bottom: solid 1px #fff;
  }
  .p-gnavItem::after {
    -webkit-transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 15px;
    width: 4px;
    height: 4px;
    transform: rotate(45deg) translateY(-50%);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
  }
  .p-gnavLink {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 20px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
  }
  .p-gnavLink:hover {
    background-color: rgba(254, 238, 239, 0.8);
  }
}

.p-hamburger {
  display: flex;
  z-index: 10000;
  position: fixed;
  top: 0;
  right: 0;
  flex-flow: column;
  justify-content: space-between;
  width: 50px;
  height: 50px;
  padding: 17px 15px;
  border-radius: 10em;
  background-color: #fff;
  box-shadow: 0px 3px 16px -6px rgba(238, 111, 141, 0.3);
  cursor: pointer;
}

.p-hamburger::before, .p-hamburger::after {
  -webkit-transform-origin: 0 0;
  display: block;
  width: 20px;
  height: 3px;
  transform-origin: 0 0;
  border-radius: 3px;
  background: #EE6F8D;
  content: "";
  transition: all 200ms 0s ease;
}

.p-hamburger.is-close::before, .p-hamburger.is-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
}

.p-hamburger.is-close::before {
  -webkit-transform: rotate(45deg) translateX(-50%) translateY(-50%);
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
}

.p-hamburger.is-close::after {
  -webkit-transform: rotate(-45deg) translateX(-50%) translateY(-50%);
  transform: rotate(-45deg) translateX(-50%) translateY(-50%);
}

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

.p-pagetop {
  z-index: 9998;
  position: fixed;
  right: 10px;
  bottom: 10px;
}

.p-pagetop:hover {
  cursor: pointer;
}

.p-contents {
  max-width: 1024px;
  margin-top: 6em;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1054px) {
  .p-contents {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.p-contents:nth-child(2) {
  margin-top: 3em;
}

@media only screen and (max-width: 1024px) {
  .p-contents {
    margin-top: 3.25em;
  }
}

.p-footer {
  position: relative;
  margin-top: 12.75em;
  padding: 5em 0 1em;
  border-radius: 120px 120px 0 0;
  background: #FEDEE0 url("../images/common/rainbow_line.svg") repeat-x bottom left;
  text-align: center;
}

.p-footer_inner {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1054px) {
  .p-footer_inner {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.p-footerLogo {
  display: flex;
  flex-direction: column;
}

.p-footer-nav {
  margin: 5em auto 5em;
}

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

.p-footer-navItem {
  -ms-grid-row-align: auto;
  display: flex;
  flex: 1 0 auto;
  align-self: auto;
  min-width: 0;
  text-align: center;
}

.p-footer-navItem:first-child .p-footer-navLink {
  border-left: 2px dashed #F3B7C1;
}

.p-footer-navLink {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1em;
  padding: 0 1em;
  border-right: 2px dashed #F3B7C1;
  color: #2A1010;
  text-align: center;
  text-decoration: none;
  text-decoration: none;
  word-break: break-all;
  transition: .3s;
}

.p-footer-navLink:hover {
  opacity: .6;
}

@media only screen and (max-width: 1024px) {
  .p-footer {
    margin-top: 6em;
    padding: 3vw 0 1.5vw;
    border-radius: 10vw 10vw 0 0;
  }
  .p-footer_inner {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 1054px) {
  .p-footer_inner {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .p-footerLogo .logo {
    width: 19.53125%;
    margin: 0 auto;
  }
  .p-footerLogo .logoTxt {
    width: 45.57292%;
    margin: 0 auto;
  }
  .p-footer-nav {
    display: none;
  }
}

.p-sizeM {
  font-size: 1.8rem;
}

@media only screen and (max-width: 1024px) {
  .p-sizeM {
    font-size: 4vw;
  }
}

.p-weightB {
  font-weight: bold;
}

.top-en {
  display: flex;
  justify-content: space-between;
  max-width: 1024px;
  margin-top: 7em;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1054px) {
  .top-en {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.top-en .en_name {
  background: url("../images/top/en_name_bg.svg") no-repeat center bottom;
  text-align: center;
}

.top-en .en_name-txt {
  padding: .75em 0;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
}

.top-en .en_name-txt span {
  position: relative;
  font-size: 2.2rem;
}

.top-en .en_name-txt span:before, .top-en .en_name-txt span:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 1.6em;
  height: 1.3em;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.top-en .en_name-txt span:before {
  left: -2.5em;
  background-image: url("../images/common/wing_l.svg");
}

.top-en .en_name-txt span:after {
  right: -2.5em;
  background-image: url("../images/common/wing_r.svg");
}

.top-en .en_item {
  width: 48.82813%;
}

.top-en .en_cont {
  position: relative;
  padding: 2em;
  border-radius: 1em;
  background: #fff url("../images/common/grid_bg.svg");
}

.top-en .en_cont .deco {
  position: absolute;
  top: 0;
  left: 0;
}

.top-en .en_cont .txt {
  margin-top: 1em;
}

.top-en .en_cont .txt p {
  display: flex;
  margin-bottom: .5em;
}

.top-en .en_cont .txt p:last-child {
  margin-bottom: 0;
}

.top-en .en_cont .txt .icon {
  display: flex;
  align-items: center;
  margin-right: 0.5em;
}

.top-en .en_cont .txt a {
  color: #2A1010;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .top-en {
    flex-direction: column;
    margin-top: 3em;
  }
  .top-en .en_name {
    background-size: contain;
  }
  .top-en .en_name-txt {
    font-size: 7vw;
  }
  .top-en .en_name-txt span {
    font-size: 7vw;
  }
  .top-en .en_item {
    width: 100%;
    margin-bottom: 2em;
  }
  .top-en .en_cont {
    padding: 1.5em;
  }
  .top-en .en_cont .deco {
    width: 100%;
  }
  .top-en .en_cont .deco img {
    width: 100%;
  }
  .top-en .en_cont .img {
    text-align: center;
  }
}

.childcare-first {
  padding: 4em 2em 5em;
}

.childcare-read {
  margin-top: -2em;
}

.childcare-read_txt p {
  display: inline-block;
  margin-bottom: 1.75em;
  padding: 0 1.5em;
  background: url("../images/childcare/readL.svg") left bottom no-repeat, url("../images/childcare/readR.svg") right bottom no-repeat;
  font-size: 2.5rem;
  font-weight: 900;
}

.childcare-read_txt p span {
  color: #72DBEC;
}

@media only screen and (max-width: 1024px) {
  .childcare-read_txt p {
    background-size: 1.25em;
    font-size: 4vw;
  }
}

.childcare-picList {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 81.05469%;
  margin: 5em auto 3em;
}

.childcare-picList_item {
  position: relative;
  width: 40%;
  margin: 0 .5em;
}

.childcare-picList_item:before {
  display: block;
  position: absolute;
  content: "";
}

.childcare-picList_item:nth-child(1):before {
  top: calc(-108px / 2);
  left: calc(-130px / 2);
  width: 110px;
  height: 88px;
  background: url(../images/childcare/deco01.svg) no-repeat center/contain;
}

.childcare-picList_item:nth-child(2) {
  width: 25%;
}

.childcare-picList_item:nth-child(3):before {
  right: calc(-73px / 2);
  bottom: 2em;
  width: 53px;
  height: 62px;
  background: url(../images/childcare/deco02.svg) no-repeat center/100% auto;
}

@media only screen and (max-width: 1024px) {
  .childcare-picList {
    width: 90%;
    margin: 2em auto;
  }
  .childcare-picList_item:nth-child(1):before {
    top: -2em;
    left: -3em;
    width: 70%;
    height: 60%;
  }
  .childcare-picList_item:nth-child(3):before {
    right: -2.5em;
    bottom: 1em;
    width: 40%;
    height: 60%;
    background: url(../images/childcare/deco02.svg) no-repeat center/100% auto;
  }
}

.en-read {
  display: flex;
}

.en-read .en-pic .c-bg_plaid {
  position: relative;
  padding: 1em;
}

.en-read .en-pic .c-bg_plaid:after {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  width: 23px;
  height: 20px;
  transform: translateX(-50%);
  background: url(../images/en/pin.svg) no-repeat;
  content: "";
}

.en-read .en-txt {
  margin-left: 1.5em;
}

.en-read .en-txt .en-thumb {
  margin-top: 3em;
}

@media only screen and (max-width: 1024px) {
  .en-read {
    flex-direction: column;
  }
  .en-read .en-pic .c-bg_plaid {
    padding: .5em;
  }
  .en-read .en-txt {
    margin-top: 1em;
    margin-left: 0em;
  }
  .en-read .en-txt .en-thumb {
    width: 70%;
    margin-top: 2em;
    margin-left: auto;
  }
}

.en-about_cont {
  display: flex;
}

@media only screen and (min-width: 1025px) {
  .en-about_postar {
    width: 45%;
    margin-right: 1.5em;
  }
}

@media only screen and (max-width: 1024px) {
  .en-about_cont {
    flex-direction: column;
  }
  .en-about_postar {
    margin-bottom: 1em;
  }
}

.en-schedule {
  display: flex;
}

.en-schedule .time {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  justify-content: space-between;
  margin-top: calc(.25em + 86px);
}

.en-schedule .time_item {
  display: flex;
  justify-content: center;
  width: 100px;
  height: 90px;
  margin: 0em 0 .5em;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .en-schedule .time {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
  }
  .en-schedule .time_item {
    width: 90%;
    height: 100%;
    margin-top: -1.25em;
    margin-right: 0.5em;
    margin-bottom: 0;
    text-align: center;
  }
}

@media screen and (max-width: 450px) {
  .en-schedule .time {
    width: 20%;
  }
}

.en-schedule .schedule-area {
  width: 100%;
  overflow: hidden;
  border-radius: 2em;
}

.en-schedule .schedule-head {
  display: flex;
}

.en-schedule .schedule-head .nyuji, .en-schedule .schedule-head .youji {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  min-height: 86px;
  max-height: 86px;
  text-align: center;
}

.en-schedule .schedule-head .nyuji {
  border-top-right-radius: 1.5em;
  background: #BCE9E9 url(../images/en/check.svg);
}

.en-schedule .schedule-head .youji {
  border-top-left-radius: 1.5em;
  background: #E97185 url(../images/en/check.svg);
}

.en-schedule .schedule-body {
  -ms-grid-columns: 1fr 1em 1fr;
  -ms-grid-rows: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 0px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(9, 1fr);
  justify-content: space-between;
  padding: 0em 1em .5em 1em;
  background: url(../images/en/check.svg), linear-gradient(90deg, #BCE9E9 0%, #BCE9E9 50%, #E97185 50%, #E97185 100%);
}

.en-schedule .schedule-body > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.en-schedule .schedule-body > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.en-schedule .schedule-body > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.en-schedule .schedule-body > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.en-schedule .schedule-body > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.en-schedule .schedule-body > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.en-schedule .schedule-body > *:nth-child(7) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

.en-schedule .schedule-body > *:nth-child(8) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}

.en-schedule .schedule-body > *:nth-child(9) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}

.en-schedule .schedule-body > *:nth-child(10) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}

.en-schedule .schedule-body > *:nth-child(11) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}

.en-schedule .schedule-body > *:nth-child(12) {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
}

.en-schedule .schedule-body > *:nth-child(13) {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
}

.en-schedule .schedule-body > *:nth-child(14) {
  -ms-grid-row: 13;
  -ms-grid-column: 3;
}

.en-schedule .schedule-body > *:nth-child(15) {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
}

.en-schedule .schedule-body > *:nth-child(16) {
  -ms-grid-row: 15;
  -ms-grid-column: 3;
}

.en-schedule .schedule-body > *:nth-child(17) {
  -ms-grid-row: 17;
  -ms-grid-column: 1;
}

.en-schedule .schedule-body > *:nth-child(18) {
  -ms-grid-row: 17;
  -ms-grid-column: 3;
}

.en-schedule .schedule_cont {
  display: flex;
  flex-grow: 5;
  align-items: center;
  min-height: 87px;
  margin-bottom: 0.5em;
  padding: 1.25em 3em;
  border-radius: 1em;
  background: #fff;
}

.en-schedule .schedule_cont:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1 / 1 / 2 / 3;
}

.en-schedule .schedule_cont:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2 / 1 / 3 / 2;
}

.en-schedule .schedule_cont:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3 / 1 / 4 / 2;
}

.en-schedule .schedule_cont:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2 / 2 / 4 / 3;
}

.en-schedule .schedule_cont:nth-child(5) {
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 4 / 1 / 6 / 2;
}

.en-schedule .schedule_cont:nth-child(6) {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 4 / 2 / 5 / 3;
}

.en-schedule .schedule_cont:nth-child(7) {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 5 / 2 / 6 / 3;
}

.en-schedule .schedule_cont:nth-child(8) {
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 6 / 1 / 7 / 2;
}

.en-schedule .schedule_cont:nth-child(9) {
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 6 / 2 / 7 / 3;
}

.en-schedule .schedule_cont:nth-child(10) {
  -ms-grid-row: 7;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 7 / 1 / 8 / 3;
}

.en-schedule .schedule_cont:nth-child(11) {
  -ms-grid-row: 8;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 8 / 1 / 10 / 3;
}

.en-schedule .schedule_cont.w100 {
  justify-content: center;
}

.en-schedule .schedule_cont.h2 {
  min-height: calc(87px + 87px + .5em);
}

@media only screen and (max-width: 1024px) {
  .en-schedule .schedule-area {
    border-radius: 1em;
  }
  .en-schedule .schedule-head {
    display: flex;
  }
  .en-schedule .schedule-head .nyuji, .en-schedule .schedule-head .youji {
    padding: 1em;
  }
  .en-schedule .schedule-head .nyuji {
    border-top-right-radius: 1em;
  }
  .en-schedule .schedule-head .youji {
    border-top-left-radius: 1em;
  }
  .en-schedule .schedule-body {
    padding: 0em .5em .25em .5em;
  }
  .en-schedule .schedule_cont {
    padding: .5em;
    border-radius: .5em;
  }
}

.en-event {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.en-event .event_item {
  margin-bottom: 2.5em;
  border-radius: 2em;
  background: url(../images/common/grid_bg.svg) #fff;
}

@media only screen and (min-width: 1025px) {
  .en-event .event_item {
    min-width: 320px;
  }
}

.en-event .event_item .month-txt {
  width: 5em;
}

.en-event .event_item .month-head {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 1.5em 1.5em .5em;
  border-radius: 2em 2em 0 0;
}

.en-event .event_item .month-head01 {
  background: #D3F8F4;
}

.en-event .event_item .month-head02 {
  background: #FBD1F7;
}

.en-event .event_item .month-head03 {
  background: #D5F6E9;
}

.en-event .event_item .month-head04 {
  background: #F6C3E7;
}

.en-event .event_item .month-head05 {
  background: #E3C3F6;
}

.en-event .event_item .month-head06 {
  background: #B1EEE8;
}

.en-event .event_item .month-head07 {
  background: #BCE0E9;
}

.en-event .event_item .month-head08 {
  background: #AFC7FF;
}

.en-event .event_item .month-head09 {
  background: #E9DCBC;
}

.en-event .event_item .month-head10 {
  background: #EBB5B1;
}

.en-event .event_item .month-head11 {
  background: #BADECC;
}

.en-event .event_item .month-head12 {
  background: #EFC2BF;
}

.en-event .event_item .month-head:before {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  top: -.5em;
  left: 50%;
  width: 95%;
  height: 1em;
  transform: translateX(-50%);
  background: url(../images/en/ring-note.svg) repeat-x;
  content: "";
}

.en-event .event_item .month-body {
  padding: 1.5em;
}

.en-event .event_item-list li {
  margin-bottom: .5em;
}

.en-event .event_item-list li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .en-event .event_item {
    width: 48%;
    border-radius: 1.25em;
  }
  .en-event .event_item .month-txt {
    display: flex;
    align-items: self-end;
  }
  .en-event .event_item .month-head {
    padding: .5em 1.5em .5em;
    border-radius: 1.25em 1.25em 0 0;
  }
  .en-event .event_item .month-head:before {
    -webkit-transform: translateX(-50%);
    display: block;
    position: absolute;
    top: -.25em;
    left: 50%;
    width: 95%;
    height: 1em;
    transform: translateX(-50%);
    background: url(../images/en/ring-note.svg) repeat-x;
    content: "";
  }
  .en-event .event_item .month-body {
    padding: 1.5em;
  }
  .en-event .event_item-list li {
    margin-bottom: .5em;
  }
  .en-event .event_item-list li:last-child {
    margin-bottom: 0;
  }
}

.en-picList {
  position: absolute;
  right: 2em;
  bottom: 2em;
}

@media only screen and (min-width: 1025px) {
  .en-picList {
    max-width: 420px;
  }
}

.en-picList_item:nth-child(1) {
  -webkit-transform: rotate(-7deg);
  z-index: 4;
  width: 47.11111%;
  transform: rotate(-7deg);
}

.en-picList_item:nth-child(2) {
  -webkit-transform: rotate(3deg);
  width: 51.11111%;
  transform: rotate(3deg);
}

@media only screen and (max-width: 1024px) {
  .en-picList {
    right: -1em;
    width: 80%;
  }
  .en-picList_item:nth-child(1) {
    -webkit-transform: rotate(-7deg);
    width: 42.66667%;
    transform: rotate(-7deg);
  }
  .en-picList_item:nth-child(2) {
    -webkit-transform: rotate(3deg);
    width: 46.66667%;
    transform: rotate(3deg);
  }
}

.en-map .map {
  margin-bottom: 3em;
}

.en-map .map:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .en-map .map {
    margin-bottom: 1.5em;
  }
}

@media only screen and (max-width: 1024px) {
  .en-map .map {
    margin-bottom: 1.5em;
  }
}

.all-season {
  position: relative;
  border-radius: 2em;
}

.all-season.c-bg_plaid {
  padding: 0;
}

.all-season_tit {
  position: relative;
  border-radius: 2em 2em 0 0;
  background: #F2E278;
  color: #A85D23;
  font-weight: 600;
}

.all-season_tit span {
  display: inline-block;
  padding: 1em 1em 1em 1.5em;
  font-size: 2.2rem;
}

.all-season_tit:before {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  top: -.5em;
  left: 50%;
  width: 95%;
  height: 1em;
  transform: translateX(-50%);
  background: url(../images/en/ring-note.svg) repeat-x;
  content: "";
}

.all-season_cont {
  display: flex;
  justify-content: space-between;
  padding: 2.5em 2.5em 9em;
}

.all-season_cont > p {
  width: 85%;
}

.all-seasonList {
  margin-right: 2em;
}

.all-seasonList li {
  margin-bottom: 1em;
  padding-left: 2em;
  background: url(../images/en/icn_hana.svg) no-repeat left top/1.5em;
}

@media only screen and (max-width: 1024px) {
  .all-season {
    position: relative;
    border-radius: 2em;
  }
  .all-season_tit span {
    display: inline-block;
    padding: .5em 1em;
    font-size: 5vw;
  }
  .all-season_cont {
    flex-direction: column;
    padding: 1.5em 1.5em 10em;
  }
  .all-season_cont > p {
    width: 100%;
  }
}

.azamino .map, .aobadai .map {
  overflow: hidden;
  border-radius: 2em;
}

.azamino .map iframe, .aobadai .map iframe {
  width: 100%;
}

.azamino .notes, .aobadai .notes {
  margin-bottom: 1em;
}

.recruit .mfp_buttons button {
  padding: 1.5em;
  border-radius: 3em;
  background: #B1B1B1;
  transition: .3s;
}

.recruit .mfp_buttons button:hover {
  background: #9f9f9f;
}

.recruit button#mfp_button_send, .recruit .mfp_buttons button[type="submit"] {
  background: #E97185;
}

.recruit button#mfp_button_send:hover, .recruit .mfp_buttons button[type="submit"]:hover {
  background: #e4526a;
}

.recruit .mfp_form_area input[type="text"], .recruit .mfp_form_area input[type="number"], .recruit .mfp_form_area input[type="select-one"], .recruit .mfp_form_area input[type="email"], .recruit .mfp_form_area input[type="tel"], .recruit .mfp_form_area input[type="date"], .recruit .mfp_form_area input[type="password"], .recruit .mfp_form_area textarea {
  padding: 0.5em .75em;
  border: none;
  border-radius: 1em;
}

.recruit .c-table {
  margin-bottom: 2.75em;
}

@media only screen and (max-width: 1024px) {
  .recruit .c-table_head {
    width: 8em;
  }
}

/* ----------------------------------------
Utility
ComponentとProjectレイヤーのObjectのモディファイアで
解決することが難しい・適切では無い、わずかなスタイルの調整のための便利クラスなどを定義します。
clearfix/display/margin...
---------------------------------------- */
@media only screen and (min-width: 1025px) {
  .u-display-mobile {
    display: none;
  }
}

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

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

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

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

.main-view {
  margin-top: -3em;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .main-view {
    margin: 0 15px 0;
  }
}

.swiper-box {
  margin-top: -3em;
  overflow: hidden;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) {
  .swiper-box {
    margin-top: 0;
    background-size: cover;
  }
}

.swiper-container {
  width: 100%;
  max-width: 1326px !important;
  margin: 0 auto !important;
  padding: 0em 0;
  overflow: visible !important;
}

.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
  width: 75px;
  height: 78px;
  margin-top: -40px;
  background-size: contain;
}

.swiper-container .swiper-button-next:hover, .swiper-container .swiper-button-prev:hover {
  cursor: pointer;
}

.swiper-container .swiper-button-prev {
  left: -3%;
  background-image: url("../images/top/arrow_l.svg");
}

.swiper-container .swiper-button-next {
  right: -3%;
  background-image: url("../images/top/arrow_r.svg");
}

@media screen and (max-width: 1700px) {
  .swiper-container .swiper-button-prev {
    left: 0;
  }
  .swiper-container .swiper-button-next {
    right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
    -webkit-transform: translateY(-50%);
    top: 50%;
    width: 2.5em;
    height: 2.5em;
    margin-top: 0;
    transform: translateY(-50%);
  }
  .swiper-container .swiper-button-prev {
    left: 5%;
  }
  .swiper-container .swiper-button-next {
    right: 5%;
  }
}
