/*!***********************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/import-glob-loader/index.js!./assets/scss/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.p-profile-box, .p-post-item.is-line {
  zoom: 1;
}
.p-profile-box::before, .p-post-item.is-line::before, .p-profile-box::after, .p-post-item.is-line::after {
  content: " ";
  display: table;
}
.p-profile-box::after, .p-post-item.is-line::after {
  clear: both;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * Remove default margin.
 */
body {
  color: #262626;
  margin: 0;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-size: 16px;
  margin-top: 6.25rem;
  font-feature-settings: "liga";
}
@media screen and (max-width: 59.3125em) {
  body {
    margin-top: 4.4375rem;
  }
}
body.is-slidebar-active {
  overflow: hidden;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  body.job-page .c-pagetop {
    bottom: 5rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  body {
    font-size: 14px;
  }
}

/* chrome opera /
/! autoprefixer: ignore next */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  body {
    image-rendering: -webkit-optimize-contrast;
  }
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  font-weight: bold;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.6rem;
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.5rem;
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}

h5 {
  font-size: 1.4rem;
  margin-top: 1.3rem;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* dl
   ========================================================================== */
/**
 * Remove most spacing between dl, dd.
 */
dl, dd {
  margin: 0;
}

/* ul
   ========================================================================== */
/**
 * Remove most spacing between ul, li.
 */
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
}

a {
  transition: all 0.3s 0s ease;
}
a:hover {
  transition: all 0.3s 0s ease;
}

*.is-indent {
  padding-left: 1em;
  text-indent: -1em;
}

*.u-first-line-leader {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

input[type=text],
input[type=url],
input[type=search],
input[type=email],
input[type=password],
input[type=date],
input[type=tel] {
  font-size: 15px;
  line-height: 1.8;
  border: 1px solid #A26878;
  padding: 0.5rem 0.75rem;
  max-width: 100%;
  width: 100%;
  transition: all ease-in-out 0.2s;
  background-color: #fff;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  input[type=text],
input[type=url],
input[type=search],
input[type=email],
input[type=password],
input[type=date],
input[type=tel] {
    font-size: 16px;
  }
}
input[type=text]:focus, input[type=text]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=tel]:focus,
input[type=tel]:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea {
  font-size: 15px;
  line-height: 1.8;
  border: 1px solid #A26878;
  padding: 0.5rem 0.75rem;
  max-width: 100%;
  width: 100%;
  transition: all ease-in-out 0.2s;
  background-color: #fff;
  min-height: 200px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  textarea {
    font-size: 16px;
  }
}
textarea:focus, textarea:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=checkbox] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

input[type=radio] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

select {
  text-transform: none;
  display: block;
  width: 100%;
  height: 48px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  background-color: #fff;
  color: #262626;
  border: 1px solid #A26878;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  outline: none;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  select {
    width: 100%;
  }
}

/*  プレイスホルダーの色変更 */
:placeholder-shown {
  color: rgba(38, 38, 38, 0.3);
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: rgba(38, 38, 38, 0.3);
}

/* Firefox 18- */
:-moz-placeholder {
  color: rgba(38, 38, 38, 0.3);
}

/* Firefox 19+ */
::-moz-placeholder {
  color: rgba(38, 38, 38, 0.3);
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #9FA0A0;
}

/*
---
name: アコーディオン_通常
category: Components
---
*/
.c-accordion-list__block {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion-list__block {
    margin-bottom: 1rem;
  }
}
.c-accordion-list__head {
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 2px solid rgba(38, 38, 38, 0.5);
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion-list__head {
    font-size: 1rem;
    border-width: 1px;
    padding-bottom: 0.5rem;
  }
}
.c-accordion-list__content {
  display: none;
}
.c-accordion-list__content ul li {
  padding: 1.5rem 0.5rem;
  border-bottom: 1px solid #A26878;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion-list__content ul li {
    padding: 1rem 0.5rem;
  }
}
.c-accordion-list__content ul li a {
  font-weight: 400;
}

/*
---
name: アコーディオン_Q&A
category: Components
---
*/
.c-accordion.is-faq {
  max-width: 59rem;
  margin: 0 auto;
}
.c-accordion__wrapper:not(:first-child) {
  padding-top: 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__wrapper:not(:first-child) {
    padding-top: 2rem;
  }
}
.c-accordion__inner:not(:first-child) {
  margin-top: 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__inner:not(:first-child) {
    margin-top: 1.5rem;
  }
}
.c-accordion__index.c-heading.is-md.is-border-none {
  margin-top: 0;
}
.c-accordion__block:not(:first-child) {
  margin-top: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__block:not(:first-child) {
    margin-top: 0.75rem;
  }
}
.c-accordion__block.is-open .c-accordion__head::after {
  content: "\f106";
}
.c-accordion__head {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: flex-start;
  background: #F2EDED;
  border-radius: 5px;
  padding: 1.5rem 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__head {
    padding: 1rem 1.5rem;
  }
}
.c-accordion__head::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #A31039;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.75rem;
  font-size: 1.375rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__head::after {
    font-size: 1rem;
    top: 0.875rem;
    right: 1rem;
    transform: translateY(0);
  }
}
.c-accordion__title {
  padding-top: 0.1875rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__title {
    padding-top: 0;
  }
}
.c-accordion__icon {
  flex-shrink: 0;
  color: #A31039;
  font-family: "Lora", serif;
  font-size: 1.625rem;
  letter-spacing: 0.1em;
  line-height: 1.2692307692;
  font-weight: 400;
  margin-right: 2.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__icon {
    font-size: 1.125rem;
    margin-right: 1rem;
  }
}
.c-accordion__icon.is-color-accent {
  position: absolute;
  top: 1.875rem;
  left: 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__icon.is-color-accent {
    top: 1rem;
    left: 1.5rem;
  }
}
.c-accordion__content {
  display: none;
  position: relative;
  padding: 2rem 4rem 2rem 6rem;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__content {
    font-size: 0.8125rem;
    padding: 1rem 1.5rem 1rem 3.5rem;
  }
}

/*
---
name: カプセルナビ_ページ内リンク
category: Navigation
---
*/
/*
---
name: カプセルナビ_ボタン型
category: Navigation
---
*/
.c-anchor-nav .c-button, .c-anchor-nav .c-button-social > a {
  max-width: 100% !important;
}
.c-anchor-nav__buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.25rem;
}
@media screen and (max-width: 75em) {
  .c-anchor-nav__buttons {
    margin: 0 -0.625rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-anchor-nav__buttons {
    margin: 0;
  }
}
.c-anchor-nav__buttons.is-center {
  justify-content: center;
}
.c-anchor-nav__button {
  width: calc(33.3% - 40px);
  margin: 0 1.25rem;
}
@media screen and (max-width: 75em) {
  .c-anchor-nav__button {
    width: calc(33.3% - 20px);
    margin: 0 0.625rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-anchor-nav__button {
    width: 100%;
    margin: 0;
  }
}
.c-anchor-nav__button:nth-child(n+4) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-anchor-nav__button:not(:first-child) {
    margin-top: 1rem;
  }
}
.c-anchor-nav.is-next .c-anchor-nav__buttons {
  margin: 0 -1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-anchor-nav.is-next .c-anchor-nav__buttons {
    margin: 0;
  }
}
.c-anchor-nav.is-next .c-anchor-nav__button {
  width: calc(50% - 32px);
  margin: 0 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-anchor-nav.is-next .c-anchor-nav__button {
    width: 100%;
    margin: 0;
  }
}
.c-anchor-nav.is-next .c-anchor-nav__button:nth-child(n+3) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-anchor-nav.is-next .c-anchor-nav__button:not(:first-child) {
    margin-top: 0.75rem;
  }
}

/*
---
name: バナー_2カラム
category: Banners
---
*/
.c-banners__block {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 10rem;
  overflow: hidden;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banners__block {
    height: 38vw;
  }
}
.c-banners__block::after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 2.25rem;
  font-weight: 400;
  position: relative;
  z-index: 99;
  position: absolute;
  right: 1.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banners__block::after {
    font-size: 1.8rem;
  }
}
.c-banners__block:hover {
  opacity: 1;
}
.c-banners__block:hover .c-banners__image img {
  transform: translate(-50%, -50%) scale(1.15);
}
.c-banners__image {
  display: block;
}
.c-banners__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  transition: all 0.25s ease;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banners__image img {
    max-width: 100%;
    max-height: inherit;
  }
}
.c-banners__text {
  position: relative;
  z-index: 99;
}
.c-banners__text span {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banners__text span {
    font-size: 1.25rem;
  }
}
.c-banners__text small {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banners__text small {
    font-size: 0.875rem;
  }
}

/*
---
name: バナー_3カラム
category: Banners
---
*/
.c-banners.is-lg .c-banners__block {
  height: 20.75rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banners.is-lg .c-banners__block {
    height: 40vw;
  }
}
.c-banners.is-lg .c-banners__block::after {
  display: none;
}
.c-banners.is-lg .c-banners__block:hover .c-banners__button::after {
  transition: 0.3s;
  right: 0;
}
.c-banners.is-lg .c-banners__text span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2.25rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  position: relative;
}
.c-banners.is-lg .c-banners__text span .is-title {
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.25;
  padding-bottom: 0.8125rem;
}
.c-banners.is-lg .c-banners__text span .is-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 1px;
  background: #fff;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banners.is-lg .c-banners__text span {
    font-size: 1.8rem;
  }
}
.c-banners.is-lg .c-banners__text small {
  margin-top: 1.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.c-banners.is-lg .c-banners__button {
  margin-top: 2.625rem;
  position: relative;
  color: #fff;
  padding: 0.9375rem 0;
  border: 1px solid #fff;
  position: relative;
}
.c-banners.is-lg .c-banners__button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0.9375rem;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 1px;
  background: #fff;
  transition: 0.3s;
}

.c-block-access__frame {
  position: relative;
  padding-top: 39.406779661%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-access__frame {
    padding-top: 49.6%;
  }
}
.c-block-access__frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}
.c-block-access__content {
  margin-top: 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-access__content {
    margin-top: 1.5rem;
  }
}
.c-block-access__button {
  margin-top: 1.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-access__button {
    margin-top: 1rem;
  }
}
.c-block-access__address {
  margin-top: 3rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-access__address {
    margin-top: 2rem;
  }
}

.c-block-branch__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(221, 201, 199, 0.4);
  padding: 1.5625rem 1.875rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-branch__box {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem 1.25rem;
  }
}
.c-block-branch__box:not(:first-child) {
  margin-top: 0.5rem;
}
.c-block-branch__title {
  margin-right: 0.75rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-branch__title {
    margin-right: 0;
  }
}
.c-block-branch__buttons {
  flex: none;
  display: flex;
}
@media screen and (max-width: 59.3125em) {
  .c-block-branch__buttons {
    flex-direction: column;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-branch__buttons {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.c-block-branch__button {
  width: 13.625rem;
  position: relative;
  background: #fff;
  padding: 0.75rem 1.25rem;
  border: solid 1px #A31039;
  border-radius: 4px;
  color: #A31039;
  text-align: center;
  text-decoration: none;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
  transition: all 0.3s 0s ease;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-branch__button {
    width: 100%;
    font-size: 0.8125rem;
  }
}
.c-block-branch__button:not(:first-child) {
  margin-left: 1.5rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-branch__button:not(:first-child) {
    margin-left: 0;
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-branch__button:not(:first-child) {
    margin-top: 0.75rem;
  }
}
.c-block-branch__button:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  font-size: 0.8125rem;
  line-height: 1;
}
.c-block-branch__button:hover {
  opacity: 1;
  color: #fff;
  background: #A31039;
}

.c-block-chargeperson-service__head.c-heading.is-xlg img {
  margin-bottom: 1.125rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-chargeperson-service__head.c-heading.is-xlg img {
    width: 4.59375rem;
    margin-bottom: 0.75rem;
  }
}
.c-block-chargeperson-service__wrapper:not(:first-child) {
  margin-top: 6.25rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-chargeperson-service__wrapper:not(:first-child) {
    margin-top: 3.125rem;
  }
}
.c-block-chargeperson-service__inner {
  background: #fff;
  padding: 4rem 5.875rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-chargeperson-service__inner {
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-chargeperson-service__inner {
    padding: 2rem 1.5rem;
  }
}
.c-block-chargeperson-service__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-block-chargeperson-service__title span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2EDED;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  color: #A31039;
  font-family: "Lora", serif;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.25;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-chargeperson-service__title span {
    font-size: 1rem;
  }
}
.c-block-chargeperson-service__title b {
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  line-height: 1.4545454545;
  font-weight: 400;
  margin-top: 0.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-chargeperson-service__title b {
    font-size: 1.125rem;
    margin-top: 0.25rem;
  }
}
.c-block-chargeperson-service__flex {
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-chargeperson-service__flex {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-chargeperson-service__flex {
    margin-top: 2rem;
  }
}
.c-block-chargeperson-service__content {
  flex-basis: 61.7894736842%;
}
@media screen and (max-width: 59.3125em) {
  .c-block-chargeperson-service__content {
    margin-top: 1.5rem;
  }
}
.c-block-chargeperson-service__text {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-chargeperson-service__text {
    font-size: 0.8125rem;
  }
}
.c-block-chargeperson-service__list {
  margin-top: 1.5rem;
}
.c-block-chargeperson-service__list.c-list.is-icon li:not(:first-child) {
  margin-top: 0;
}
.c-block-chargeperson-service__image {
  margin-left: 1.5rem;
  flex-basis: 35.7894736842%;
}
@media screen and (max-width: 59.3125em) {
  .c-block-chargeperson-service__image {
    max-width: 21.25rem;
    margin-left: 0;
  }
}
.c-block-chargeperson-service__flows {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-chargeperson-service__flows {
    display: block;
  }
}
.c-block-chargeperson-service__flows.is-add .c-block-chargeperson-service__flow {
  padding: 0.75rem 0.75rem 1.375rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-chargeperson-service__flows.is-add .c-block-chargeperson-service__flow {
    padding: 0.75rem 0.75rem 1.25rem;
  }
}
.c-block-chargeperson-service__flow {
  position: relative;
  width: 100%;
  max-width: 7.625rem;
  background: #FAF7F0;
  padding: 1.25rem 0.75rem 2.125rem;
  border-radius: 5px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-chargeperson-service__flow {
    max-width: 100%;
    padding: 0.75rem 0.75rem 1.25rem;
  }
}
.c-block-chargeperson-service__flow:not(:last-child) {
  margin-right: 0.9375rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-chargeperson-service__flow:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.9375rem;
  }
}
.c-block-chargeperson-service__flow:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translateX(50%) translateY(50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 13px;
  border-color: transparent transparent transparent #A31039;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-chargeperson-service__flow:not(:last-child):after {
    right: 50%;
    bottom: 0;
    border-width: 13px 10px 0 10px;
    border-color: #A31039 transparent transparent transparent;
  }
}
.c-block-chargeperson-service__icon {
  width: 100%;
  max-width: 4.4375rem;
  margin: 0 auto;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-chargeperson-service__icon {
    max-width: 4rem;
  }
}
.c-block-chargeperson-service__discription {
  text-align: center;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  line-height: 1.5384615385;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-chargeperson-service__discription {
    font-size: 0.75rem;
  }
}
.c-block-chargeperson-service__buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.125rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-chargeperson-service__buttons {
    display: block;
    margin: 0;
  }
}
.c-block-chargeperson-service__button {
  width: calc(50% - 36px);
  margin: 0 1.125rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-chargeperson-service__button {
    width: 100%;
    margin: 0;
  }
}
.c-block-chargeperson-service__button:nth-child(n+3) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-chargeperson-service__button:not(:first-child) {
    margin-top: 0.75rem;
  }
}
.c-block-chargeperson-service__button .c-button, .c-block-chargeperson-service__button .c-button-social > a {
  max-width: 100%;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.c-block-chargeperson-service__btn {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-chargeperson-service__btn {
    margin-top: 2rem;
  }
}

.c-block-corporate-history__wrapper {
  max-width: 46.75rem;
  margin: 0 auto;
}
.c-block-corporate-history__head.c-heading.is-xlg {
  margin-bottom: 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-corporate-history__head.c-heading.is-xlg {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-corporate-history__head.c-heading.is-xlg img {
    width: 3.125rem;
  }
}
.c-block-corporate-history__content {
  position: relative;
  display: flex;
}
.c-block-corporate-history__content:not(:last-child) {
  padding-bottom: 4.375rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-corporate-history__content:not(:last-child) {
    padding-bottom: 3.5rem;
  }
}
.c-block-corporate-history__content:not(:last-child):after {
  content: "";
  position: absolute;
  left: 2.25rem;
  bottom: 1rem;
  transform: translateX(-50%);
  width: 0.0625rem;
  height: calc(100% - 28px - 32px);
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-corporate-history__content:not(:last-child):after {
    left: 1.75rem;
    bottom: 0.75rem;
    height: calc(100% - 23px - 24px);
  }
}
.c-block-corporate-history__date {
  flex: none;
  color: #A31039;
  font-family: "Lora", serif;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
  line-height: 1.2727272727;
  font-weight: 400;
  margin-right: 2.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-corporate-history__date {
    font-size: 1.125rem;
    margin-right: 1.5rem;
  }
}
.c-block-corporate-history__text {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-corporate-history__text {
    font-size: 0.8125rem;
  }
}

.c-block-corporate-message__wrapper {
  max-width: 59rem;
  margin: 0 auto;
}
.c-block-corporate-message__head.c-heading.is-xlg {
  margin-bottom: 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-corporate-message__head.c-heading.is-xlg {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-corporate-message__head.c-heading.is-xlg img {
    width: 5rem;
  }
}
.c-block-corporate-message__inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 59.3125em) {
  .c-block-corporate-message__inner {
    align-items: flex-start;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-corporate-message__inner {
    display: block;
  }
}
.c-block-corporate-message__image {
  position: relative;
  width: 41.5254237288%;
  padding-top: 27.5423728814%;
  margin-right: 3.875rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-corporate-message__image {
    width: 100%;
    padding-top: 66.3265306122%;
    margin-right: 0;
  }
}
.c-block-corporate-message__image .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-block-corporate-message__content {
  width: 51.906779661%;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-corporate-message__content {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.c-block-corporate-message__info {
  text-align: right;
  margin-top: 2.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-corporate-message__info {
    margin-top: 1.5rem;
  }
}
.c-block-corporate-message__company {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-corporate-message__company {
    font-size: 0.8125rem;
  }
}
.c-block-corporate-message__name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.1875rem;
}
.c-block-corporate-message__name small {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
  margin-right: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-corporate-message__name small {
    font-size: 0.8125rem;
  }
}
.c-block-corporate-message__name span {
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  line-height: 1.4545454545;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-corporate-message__name span {
    font-size: 1rem;
  }
}

.c-block-corporate-outline__wrapper {
  max-width: 59rem;
  margin: 0 auto;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-corporate-outline__head.c-heading.is-xlg img {
    width: 4.71875rem;
  }
}

.c-block-flow {
  max-width: 55.25rem;
  margin: 0 auto;
  padding-top: 1.9375rem;
}
.c-block-flow__item {
  display: flex;
}
.c-block-flow__item:not(:last-child) {
  margin-bottom: 3.375rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-flow__item:not(:last-child) {
    margin-bottom: 2.25rem;
  }
}
.c-block-flow__item:last-child .c-block-flow__item-number:after {
  content: none;
}
.c-block-flow__item-number {
  flex-basis: 6.0625rem;
  font-family: "Lora", serif;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.5555555556;
  font-weight: normal;
  color: #A31039;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-flow__item-number {
    font-size: 1rem;
    flex-basis: 5.5rem;
  }
}
.c-block-flow__item-number:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 1.875rem;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.c-block-flow__item-number span {
  display: inline-block;
  background: #fff;
  height: 2.75rem;
  position: relative;
  z-index: 1;
}
.c-block-flow__item-content {
  flex-basis: calc(100% - 97px);
}
.c-block-flow__item-title {
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  line-height: 1.4545454545;
  font-weight: normal;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-flow__item-title {
    font-size: 1.125rem;
  }
}
.c-block-flow__item-text p {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: normal;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-flow__item-text p {
    font-size: 0.8125rem;
  }
}

.c-block-head {
  text-align: center;
  padding-bottom: 2.5625rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-head {
    padding-bottom: 1.5625rem;
  }
}
.c-block-head.is-lg {
  padding-bottom: 3.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-head.is-lg {
    padding-bottom: 1.75rem;
  }
}
.c-block-head.is-pt-md {
  padding-top: 3.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-head.is-pt-md {
    padding-top: 2rem;
  }
}
.c-block-head.is-sm {
  padding-bottom: 2rem;
  padding-top: 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-head.is-sm {
    padding-top: 2rem;
    padding-bottom: 1.25rem;
  }
}
.c-block-head.is-sm .c-block-head__icon {
  margin-bottom: 1rem;
}
.c-block-head.is-sm .c-block-head__title h2 {
  font-size: 1.625rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-head.is-sm .c-block-head__title h2 {
    font-size: 1.25rem;
  }
}
.c-block-head.is-sm .c-block-head__title.is-sm h2 {
  font-size: 1.375rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-head.is-sm .c-block-head__title.is-sm h2 {
    font-size: 1.125rem;
  }
}
.c-block-head__icon {
  margin-bottom: 1.9375rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-head__icon {
    width: 4rem;
    height: auto;
    margin: 0 auto 1.4375rem;
  }
}
.c-block-head__title span {
  font-family: "Lora", serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.25;
  font-weight: normal;
  margin-bottom: 0.125rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-head__title span {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 0.25rem;
  }
}
.c-block-head__title h2 {
  margin: 0 auto;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
  font-weight: normal;
}
@media screen and (max-width: 59.3125em) {
  .c-block-head__title h2 {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.6666666667;
    font-weight: normal;
  }
}
.c-block-head__title aside {
  padding-top: 1rem;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
  font-weight: normal;
}
@media screen and (max-width: 59.3125em) {
  .c-block-head__title aside {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    line-height: 1.8571428571;
    font-weight: normal;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-head__title.is-sm h2 {
    font-size: 1.25rem;
  }
}

.c-block-line {
  background: #C8E8BE;
  padding: 2.625rem 1.875rem 2.6875rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-line {
    padding: 2rem 0;
  }
}
.c-block-line__wrap {
  max-width: 71.25rem;
  margin: 0 auto;
  background: #fff;
  border-radius: 4px;
  padding: 0.625rem 0.6875rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-line__wrap {
    padding: 0.625rem;
    width: 20.9375rem;
  }
}
.c-block-line__inner {
  border: solid 1px rgba(84, 183, 53, 0.3);
  border-radius: 4px;
  padding: 3rem 2.5rem 3rem 2.1875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 59.3125em) {
  .c-block-line__inner {
    padding: 1.5rem 0 1.6875rem;
    justify-content: center;
  }
}
.c-block-line__info-title {
  color: #54B735;
  font-size: 2.3125rem;
  letter-spacing: 0.05em;
  line-height: 1.2432432432;
  font-weight: normal;
  text-align: center;
  padding-bottom: 1.0625rem;
  margin-bottom: 0.9375rem;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 59.3125em) {
  .c-block-line__info-title {
    font-size: 1.5625rem;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: normal;
    margin: 0 auto;
    padding-bottom: 0.8125rem;
    margin-bottom: 0.8125rem;
  }
}
.c-block-line__info-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  background: url(../images/bg-border-green.svg) repeat-x;
  background-size: 100% auto;
  bottom: 0;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 59.3125em) {
  .c-block-line__info-title:after {
    background: url(../images/bg-border-green-sp.svg) repeat-x;
    background-size: 100% auto;
  }
}
.c-block-line__info-title span {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
  font-weight: normal;
}
@media screen and (max-width: 59.3125em) {
  .c-block-line__info-title span {
    font-size: 1.3125rem;
    letter-spacing: 0.05em;
    line-height: 1.619047619;
    font-weight: normal;
  }
}
.c-block-line__info-text {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (max-width: 59.3125em) {
  .c-block-line__info-text {
    font-size: 0.6875rem;
    letter-spacing: 0.05em;
    line-height: 1.4545454545;
    font-weight: normal;
    margin-bottom: 0.875rem;
  }
}
.c-block-line__info-shop__wrap {
  width: 7.75rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.c-block-line__info-shop__item {
  flex-basis: 3.125rem;
  text-align: center;
}
.c-block-line__info-shop__item img {
  width: 2.75rem;
  height: auto;
}
.c-block-line__info-shop__item a {
  text-decoration: none;
}
.c-block-line__info-shop__item p {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: normal;
  white-space: nowrap;
}
.c-block-line__qr {
  display: flex;
}
@media screen and (max-width: 59.3125em) {
  .c-block-line__qr {
    display: none;
  }
}
.c-block-line__qr-image {
  width: 8.3125rem;
}
.c-block-line__qr-image:first-of-type {
  margin-right: 0.9375rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-line__left {
    width: 4.25rem;
    position: absolute;
    left: 0.8125rem;
    bottom: 2.25rem;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-block-line__right {
    width: 4.25rem;
    position: absolute;
    right: 0.6875rem;
    bottom: 2.25rem;
  }
}

.c-block-login__inner {
  background: #F2EDED;
  padding: 4rem 2rem;
  border-radius: 5px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-login__inner {
    padding: 1.5rem 1.25rem;
  }
}
.c-block-login__head.c-heading.is-xlg {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-login__head.c-heading.is-xlg {
    margin-bottom: 1rem;
  }
}
.c-block-login__head.c-heading.is-xlg img {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-login__head.c-heading.is-xlg img {
    width: 2.75rem;
    margin-bottom: 1rem;
  }
}
.c-block-login__form {
  display: flex;
  justify-content: center;
}
.c-block-login__form input {
  width: 100%;
  max-width: 19.625rem;
  font-size: 15px;
  line-height: 1.8;
  border: 1px solid #A0A0A0;
  border-radius: 4px;
  padding: 0.625rem 1.5rem;
  transition: all ease-in-out 0.2s;
  background-color: #fff;
  height: 3rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
  font-weight: 400;
  outline: none;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-login__form input {
    font-size: 0.875rem;
    padding: 0.625rem 0.75rem;
  }
}
.c-block-login__form input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.c-block-login__form input:focus, .c-block-login__form input:focus {
  border-color: #A31039;
}
.c-block-login__form button {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
  font-weight: 400;
  background: #A31039;
  padding: 0.625rem 1.5rem;
  margin-left: 1rem;
  height: 3rem;
  border-radius: 4px;
  border: none;
  transition: all 0.3s 0s ease;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-login__form button {
    font-size: 0.875rem;
    padding: 0.625rem 1rem;
    margin-left: 0.75rem;
  }
}
.c-block-login__form button:hover {
  opacity: 0.5;
}

.c-block-modal {
  padding: 5rem 3.125rem 3rem 5rem;
}
@media screen and (max-width: 43.75em) {
  .c-block-modal {
    padding: 2.5rem 1.25rem 1.5rem 1.5625rem;
  }
}
.c-block-modal__icon {
  text-align: center;
  margin-bottom: 0.5rem;
}
.c-block-modal h3 {
  text-align: center;
  font-size: 1.625rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: normal;
  margin: 0 0 2.0625rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-modal h3 {
    font-size: 1.25rem;
  }
}
.c-block-modal__body {
  height: 60vh;
  overflow-y: auto;
  margin-top: 3rem;
  padding-right: 3rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-modal__body {
    padding-right: 0;
  }
}
.c-block-modal__body::-webkit-scrollbar {
  width: 3px;
  height: 100%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-modal__body::-webkit-scrollbar {
    display: none;
  }
}
.c-block-modal__body::-webkit-scrollbar-track {
  background-color: #ADADAD;
}
.c-block-modal__body::-webkit-scrollbar-thumb {
  background-color: #A31039;
}
.c-block-modal__body-heading {
  position: relative;
}
.c-block-modal__body-image {
  flex-basis: 36.3%;
}
@media screen and (max-width: 43.75em) {
  .c-block-modal__body-image {
    margin-bottom: 1.875rem;
  }
}
.c-block-modal__body-text {
  flex-basis: 59.4%;
}
.c-block-modal__body-text p {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: normal;
  margin-bottom: 1rem;
}
@media screen and (max-width: 43.75em) {
  .c-block-modal__body-text p {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: normal;
  }
}
.c-block-modal__body-item {
  margin-bottom: 2rem;
}
.c-block-modal__body-item.is-down .c-block-modal__body-box {
  position: relative;
  margin-top: 3rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-modal__body-item.is-down .c-block-modal__body-box {
    margin-top: 2rem;
  }
}
.c-block-modal__body-item.is-down .c-block-modal__body-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 33px 0 33px;
  border-color: #A31039 transparent transparent transparent;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-modal__body-item.is-down .c-block-modal__body-box:before {
    border-width: 30px 29px 0 29px;
  }
}
.c-block-modal__body-item h4 {
  position: relative;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.6111111111;
  font-weight: normal;
  padding-left: 1.5625rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #DDC9C7;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-modal__body-item h4 {
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.4375;
    font-weight: normal;
    padding-left: 0.9375rem;
  }
}
.c-block-modal__body-item h4:before {
  content: "";
  width: 0.5625rem;
  height: 1.8125rem;
  background: 10.1875rem;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #A31039;
}
@media screen and (max-width: 59.3125em) {
  .c-block-modal__body-item h4:before {
    width: 0.4375rem;
    height: 1.4375rem;
  }
}
.c-block-modal__body-item h5 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
  font-weight: normal;
}
@media screen and (max-width: 43.75em) {
  .c-block-modal__body-item h5 {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    line-height: 1.8571428571;
    font-weight: normal;
  }
}
.c-block-modal__body-item h5:before {
  content: "●";
  color: #A31039;
  font-size: 1rem;
  letter-spacing: 0.09em;
  line-height: 1.625;
  font-weight: normal;
}
.c-block-modal__body-item h5 + p {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: normal;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 43.75em) {
  .c-block-modal__body-item h5 + p {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: normal;
  }
}
.c-block-modal__body-item p {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: normal;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 43.75em) {
  .c-block-modal__body-item p {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: normal;
  }
}
@media screen and (min-width: 59.375em) {
  .c-block-modal__body-item p .u-visible-lg {
    display: inline-block !important;
  }
}
.c-block-modal__body-box {
  background: #fff;
  padding: 2.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-modal__body-box {
    padding: 1.5rem;
  }
}
.c-block-modal__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 43.75em) {
  .c-block-modal__wrap {
    display: block;
  }
}

.c-block-newsinfo {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 59.3125em) {
  .c-block-newsinfo {
    display: block;
  }
}
.c-block-newsinfo__wrap {
  flex-basis: 42.9%;
}
@media screen and (max-width: 59.3125em) {
  .c-block-newsinfo__wrap:last-of-type {
    padding-top: 4.9375rem;
  }
}
.c-block-newsinfo__title {
  padding-bottom: 1.0625rem;
  margin-bottom: 1.5rem;
  position: relative;
}
@media screen and (max-width: 59.3125em) {
  .c-block-newsinfo__title {
    text-align: center;
  }
}
.c-block-newsinfo__title:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/bg-border-dot.svg) repeat-x;
  background-size: auto 100%;
}
.c-block-newsinfo__title span {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.375;
  font-weight: normal;
  font-family: "Lora", serif;
}
@media screen and (max-width: 59.3125em) {
  .c-block-newsinfo__title span {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    line-height: 1.4285714286;
    font-weight: normal;
  }
}
.c-block-newsinfo__title a {
  display: block;
  background: #A31039;
  width: 8.375rem;
  height: 2.8125rem;
  color: #fff;
  border-radius: 4px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 3.2142857143;
  font-weight: normal;
  position: relative;
  text-decoration: none;
  text-align: center;
  position: absolute;
  top: 1.0625rem;
  right: 0;
}
@media screen and (max-width: 59.3125em) {
  .c-block-newsinfo__title a {
    display: none;
  }
}
.c-block-newsinfo__title a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 0.8125rem;
  line-height: 1;
  color: #fff;
  top: 0;
  right: 1rem;
  bottom: 0;
  left: auto;
  margin: auto;
  position: absolute;
  width: 0.3125rem;
  height: 0.8125rem;
}
.c-block-newsinfo h2 {
  margin: 0;
  font-size: 1.625rem;
  letter-spacing: 0.05em;
  line-height: 1.2307692308;
  font-weight: normal;
}
@media screen and (max-width: 59.3125em) {
  .c-block-newsinfo h2 {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 2.1666666667;
    font-weight: normal;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-block-newsinfo__news-content {
    margin-bottom: 1.5rem;
  }
}
.c-block-newsinfo__news-content li {
  border-bottom: solid 1px #E5E5E5;
}
.c-block-newsinfo__news-content li:first-of-type a {
  padding-top: 0;
}
.c-block-newsinfo__news-content li a {
  display: block;
  text-decoration: none;
  padding: 1.5rem 0;
}
.c-block-newsinfo__news-content li a span {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.25;
  font-weight: normal;
  font-family: "Lora", serif;
  display: block;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-newsinfo__news-content li a span {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    line-height: 1.4285714286;
    font-weight: normal;
  }
}
.c-block-newsinfo__news-content li a p {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: normal;
}
@media screen and (max-width: 59.3125em) {
  .c-block-newsinfo__news-content li a p {
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
    line-height: 1.8461538462;
    font-weight: normal;
  }
}
.c-block-newsinfo__info {
  padding-top: 0.9375rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-newsinfo__info {
    margin-bottom: 1.5rem;
  }
}
.c-block-newsinfo__info li {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: solid 1px #E5E5E5;
  display: flex;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-newsinfo__info li {
    padding-bottom: 1.375rem;
    margin-bottom: 1.375rem;
  }
}
.c-block-newsinfo__info li:last-of-type {
  margin-bottom: 0;
}
.c-block-newsinfo__info li a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}
.c-block-newsinfo__info li a span {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.25;
  font-weight: normal;
  font-family: "Lora", serif;
  display: block;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-newsinfo__info li a span {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    line-height: 1.4285714286;
    font-weight: normal;
  }
}
.c-block-newsinfo__info li a p {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: normal;
}
@media screen and (max-width: 59.3125em) {
  .c-block-newsinfo__info li a p {
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
    line-height: 1.8461538462;
    font-weight: normal;
  }
}
.c-block-newsinfo__info-image {
  flex: none;
  margin-right: 2rem;
  position: relative;
  width: 6.375rem;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 59.3125em) {
  .c-block-newsinfo__info-image {
    width: 8.25rem;
    flex: none;
    margin-right: 1.5rem;
  }
}
.c-block-newsinfo__info-image::before {
  content: "";
  display: block;
  padding-top: 79.4117647059%;
}
@media screen and (max-width: 59.3125em) {
  .c-block-newsinfo__info-image::before {
    padding-top: 63.6363636364%;
  }
}
.c-block-newsinfo__info-image .is-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-block-newsinfo__info-text {
  width: 100%;
}
.c-block-newsinfo__info-text p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-newsinfo__info-text p {
    -webkit-line-clamp: 3;
  }
}
.c-block-newsinfo__button a {
  display: block;
  background: #A31039;
  max-width: 20.9375rem;
  height: 2.8125rem;
  color: #fff;
  border-radius: 4px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 3.2142857143;
  font-weight: normal;
  position: relative;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-newsinfo__button a {
    max-width: 100%;
  }
}
.c-block-newsinfo__button a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 0.8125rem;
  line-height: 1;
  color: #fff;
  top: 0;
  right: 1rem;
  bottom: 0;
  left: auto;
  margin: auto;
  position: absolute;
  width: 0.3125rem;
  height: 0.8125rem;
}

.c-block-quicksearch {
  background: #F2EDED;
}
.c-block-quicksearch__wrap {
  max-width: 77.8125rem;
  padding: 0 1.25rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 75em) {
  .c-block-quicksearch__wrap {
    display: block;
    padding-top: 1.5rem;
  }
}
.c-block-quicksearch__title {
  border-right: solid 1px #fff;
  flex-basis: 14.1%;
}
@media screen and (max-width: 75em) {
  .c-block-quicksearch__title {
    border-right: 0;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-block-quicksearch__title {
    border-right: none;
  }
}
.c-block-quicksearch__title__wrap {
  width: 7.8125rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 75em) {
  .c-block-quicksearch__title__wrap {
    margin: auto;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-block-quicksearch__title__wrap {
    width: 100%;
    margin-bottom: 1.4375rem;
  }
}
.c-block-quicksearch__title__icon {
  margin-bottom: 0.375rem;
  transform: translateX(2px) rotate(13deg);
}
@media screen and (max-width: 59.3125em) {
  .c-block-quicksearch__title__icon {
    margin-bottom: 0.375rem;
  }
}
.c-block-quicksearch__title__text {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 59.3125em) {
  .c-block-quicksearch__title__text {
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.375;
    font-weight: normal;
  }
}
.c-block-quicksearch__searcharea {
  flex-basis: 85.9%;
  display: flex;
  justify-content: flex-end;
  padding: 3rem 0 2.6875rem 3.7%;
}
@media screen and (max-width: 75em) {
  .c-block-quicksearch__searcharea {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-block-quicksearch__searcharea {
    display: block;
    padding: 0;
    padding-bottom: 1.6875rem;
  }
}
.c-block-quicksearch__searcharea__selects {
  width: 15.75rem;
  flex: none;
  margin-right: 0.8125rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-quicksearch__searcharea__selects {
    width: 100%;
  }
}
.c-block-quicksearch__searcharea select {
  border: none;
  width: 100%;
  height: 4.0625rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: normal;
  padding-left: 1.1875rem;
  border-radius: 4px !important;
}
@media screen and (max-width: 59.3125em) {
  .c-block-quicksearch__searcharea select {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    line-height: 1.7857142857;
    font-weight: normal;
    height: 3.25rem;
    padding-left: 1rem;
  }
}
.c-block-quicksearch__searcharea__select {
  cursor: pointer;
  position: relative;
}
.c-block-quicksearch__searcharea__select select {
  cursor: pointer;
}
.c-block-quicksearch__searcharea__select:first-of-type select {
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-quicksearch__searcharea__select:first-of-type select {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-block-quicksearch__searcharea__select {
    margin-bottom: 0.5rem;
  }
}
.c-block-quicksearch__searcharea__select:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 1.25rem;
  color: #A31039;
  display: block;
  width: 0.75rem;
  height: 1.25rem;
  top: 0;
  right: 1.375rem;
  bottom: 0;
  left: auto;
  margin: auto;
  position: absolute;
  line-height: 1;
}
.c-block-quicksearch__searcharea__checks {
  width: 100%;
  border-radius: 4px;
  background: #fff;
  padding: 1.25rem 1.9375rem 1rem 2.125rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-quicksearch__searcharea__checks {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.c-block-quicksearch__searcharea__checks span.hidden {
  display: none;
}
.c-block-quicksearch__searcharea__checks span label {
  display: inline-block;
  position: relative;
  border-radius: 3px;
  border: solid 1px #F2EDED;
  background: #F2EDED;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  line-height: 1.4615384615;
  font-weight: normal;
  padding: 0.25rem 0.8125rem 0.25rem 0.5rem;
  border-radius: 3px;
  margin-bottom: 0.375rem;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 59.3125em) {
  .c-block-quicksearch__searcharea__checks span label {
    margin-right: 0.3125rem;
    margin-bottom: 0.5rem;
  }
}
.c-block-quicksearch__searcharea__checks span label:hover {
  opacity: 0.5;
}
.c-block-quicksearch__searcharea__checks span label.checked {
  background: #A31039;
  border: solid 1px #F2EDED;
  color: #fff;
}
.c-block-quicksearch__searcharea__checks span label.checked i {
  background: url(../images/icn-tag-white.svg) no-repeat;
  background-size: 100% 100%;
}
.c-block-quicksearch__searcharea__checks span label.checked:hover {
  opacity: 1;
}
.c-block-quicksearch__searcharea__checks span label i {
  width: 0.6875rem;
  height: 0.6875rem;
  display: inline-block;
  font-size: 0.875rem;
  color: #A31039;
  line-height: 1.25rem;
  background: url(../images/icn-tag.svg) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.25rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-quicksearch__searcharea__checks span label i {
    width: 0.875rem;
    height: 0.9375rem;
    display: inline-block;
    position: relative;
    top: 0.1875rem;
  }
}
.c-block-quicksearch__searcharea__checks input[type=checkbox] {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
}
.c-block-quicksearch__searcharea__checks input[type=checkbox]:checked:after {
  opacity: 1;
  /*チェック後表示*/
}
.c-block-quicksearch__searcharea__checks input[type=checkbox]:checked + i {
  color: #fff !important;
}
.c-block-quicksearch__searcharea__checks input[type=checkbox]:checked ~ span {
  color: #fff;
}
.c-block-quicksearch__searcharea__checks input[type=checkbox] + span {
  position: relative;
  z-index: 1;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: normal;
}
.c-block-quicksearch__searcharea .showall {
  display: inline-block;
  text-decoration: none;
  color: #A31039;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: normal;
  vertical-align: middle;
  margin-left: 0.625rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-quicksearch__searcharea .showall {
    display: block;
    margin: 0;
    margin-top: 0.625rem;
  }
}
.c-block-quicksearch__searcharea .showall:before {
  content: "add";
  font-family: "Material Icons Round";
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: normal;
  display: inline-block;
  margin-right: 0.1875rem;
  vertical-align: bottom;
}
.c-block-quicksearch__searcharea__title {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-quicksearch__searcharea__title {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    line-height: 1.4285714286s;
    font-weight: normal;
    margin-bottom: 0.5rem;
  }
}
.c-block-quicksearch__searcharea__buttons {
  width: 10.4375rem;
  flex: none;
  margin-left: 0.8125rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-quicksearch__searcharea__buttons {
    width: 100%;
    margin-left: 0;
  }
}
.c-block-quicksearch__searcharea__buttons input, .c-block-quicksearch__searcharea__buttons a {
  display: block;
}
.c-block-quicksearch__searcharea__buttons button {
  width: 100%;
  height: 6.125rem;
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: normal;
  border: none;
  background: #A31039;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s;
}
@media screen and (max-width: 59.3125em) {
  .c-block-quicksearch__searcharea__buttons button {
    max-width: 20.9375rem;
    height: 4.375rem;
    margin: 0 auto 0.5rem;
    display: block;
    font-size: 1rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-quicksearch__searcharea__buttons button {
    max-width: 100%;
  }
}
.c-block-quicksearch__searcharea__buttons button:hover {
  opacity: 0.5;
}
.c-block-quicksearch__searcharea__buttons button:before {
  content: "\f002";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 1.1875rem;
  margin-right: 0.6875rem;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-quicksearch__searcharea__buttons button:before {
    font-size: 0.875rem;
    margin-right: 0.4375rem;
  }
}
.c-block-quicksearch__searcharea__buttons a.detail {
  width: 100%;
  height: 2.125rem;
  border: solid 1px #A31039;
  border-radius: 4px;
  text-align: center;
  background: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  line-height: 2.1428571429;
  font-weight: normal;
  color: #A31039;
  position: relative;
}
@media screen and (max-width: 75em) {
  .c-block-quicksearch__searcharea__buttons a.detail {
    font-size: 0.75rem;
    letter-spacing: 0.01em;
    line-height: 2.5;
    font-weight: normal;
  }
}
@media screen and (max-width: 68.75em) {
  .c-block-quicksearch__searcharea__buttons a.detail {
    font-size: 0.6875rem;
    letter-spacing: 0em;
    line-height: 2.7272727273;
    font-weight: normal;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-block-quicksearch__searcharea__buttons a.detail {
    max-width: 20.9375rem;
    height: 2.75rem;
    margin: 0 auto;
    font-size: 1rem;
    letter-spacing: 0.01em;
    line-height: 2.75;
    font-weight: normal;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-quicksearch__searcharea__buttons a.detail {
    max-width: 100%;
  }
}
.c-block-quicksearch__searcharea__buttons a.detail:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 0.875rem;
  color: #A31039;
  display: block;
  width: 0.3125rem;
  height: 0.875rem;
  top: 0;
  right: 0.625rem;
  bottom: 0;
  left: auto;
  margin: auto;
  position: absolute;
  line-height: 1;
}

.c-block-reason__wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 3.3125rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-reason__wrap {
    display: block;
    padding-top: 1.9375rem;
  }
}
.c-block-reason__item {
  flex-basis: 31.2%;
  border: solid 1px #A31039;
  border-radius: 4px;
  padding: 3.125rem 2.5rem 3.375rem;
  position: relative;
}
@media screen and (max-width: 59.3125em) {
  .c-block-reason__item {
    margin-bottom: 3rem;
    padding: 2.625rem 1.5rem 2.5rem;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-block-reason__item:last-of-type {
    margin-bottom: 0;
  }
}
.c-block-reason__item-number {
  width: 6.8125rem;
  height: 6.8125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #A31039;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  line-height: 1.4666666667;
  font-weight: normal;
  font-family: "Lora", serif;
  position: absolute;
  top: -3.375rem;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  background: #FAF7F0;
  z-index: 1;
}
@media screen and (max-width: 59.3125em) {
  .c-block-reason__item-number {
    width: 4.8125rem;
    height: 4.8125rem;
    top: -2.5rem;
  }
}
.c-block-reason__item-title {
  min-height: 4rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 59.3125em) {
  .c-block-reason__item-title {
    margin-bottom: 1.5625rem;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    line-height: 1.7777777778;
    font-weight: normal;
    min-height: 0;
  }
}
.c-block-reason__item-title h3 {
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  line-height: 1.4545454545;
  font-weight: normal;
  white-space: nowrap;
  margin: 0;
}
@media screen and (max-width: 59.3125em) {
  .c-block-reason__item-title h3 {
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    line-height: 1.7777777778;
    font-weight: normal;
  }
}
.c-block-reason__item-title span {
  color: #A31039;
}
.c-block-reason__item-image {
  margin-bottom: 2rem;
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 59.3125em) {
  .c-block-reason__item-image {
    max-width: 17.9375rem;
    margin: 0 auto 1.5rem;
  }
}
.c-block-reason__item-image::before {
  content: "";
  display: block;
  padding-top: 61.5942028986%;
}
.c-block-reason__item-image .is-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-block-reason__item-text p {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
  font-weight: normal;
}
@media screen and (max-width: 59.3125em) {
  .c-block-reason__item-text p {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    line-height: 1.8571428571;
    font-weight: normal;
  }
}

.c-block-reasondetail {
  padding-top: 2.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-reasondetail {
    padding-top: 0.625rem;
  }
}
.c-block-reasondetail__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7.25rem;
  align-items: center;
}
@media screen and (max-width: 59.3125em) {
  .c-block-reasondetail__item {
    display: block;
    margin: 0 auto 5rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-reasondetail__item {
    margin-bottom: 2.5rem;
  }
}
.c-block-reasondetail__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.c-block-reasondetail__item:last-of-type {
  margin-bottom: 0;
}
.c-block-reasondetail__image {
  width: 40.701754386%;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 59.3125em) {
  .c-block-reasondetail__image {
    width: 100%;
    margin: 0 auto 2.5rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-reasondetail__image {
    margin-bottom: 1.375rem;
  }
}
.c-block-reasondetail__image::before {
  content: "";
  display: block;
  padding-top: 79.7413793103%;
}
.c-block-reasondetail__image .is-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-block-reasondetail__content {
  width: 50.1754385965%;
}
@media screen and (max-width: 59.3125em) {
  .c-block-reasondetail__content {
    width: 100%;
  }
}
.c-block-reasondetail__content-title {
  display: flex;
  align-items: center;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-reasondetail__content-title {
    margin-bottom: 1.25rem;
  }
}
.c-block-reasondetail__content-title h3 {
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  line-height: 1.4545454545;
  font-weight: normal;
  margin: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-reasondetail__content-title h3 {
    font-size: 1.125rem;
  }
}
.c-block-reasondetail__content-title h3 span {
  color: #A31039;
}
.c-block-reasondetail__content-number {
  flex-basis: 3.25rem;
  width: 3.25rem;
  height: 3.25rem;
  background: #fff;
  border-radius: 31.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lora", serif;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: normal;
  color: #A31039;
  margin-right: 0.8125rem;
}
.c-block-reasondetail__content-text {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-reasondetail__content-text {
    margin-bottom: 1.75rem;
  }
}
.c-block-reasondetail__content-text p {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
  font-weight: normal;
  margin: 0;
}
.c-block-reasondetail__content-button.is-column {
  display: flex;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-reasondetail__content-button.is-column {
    display: block;
  }
}
.c-block-reasondetail__content-button.is-column a {
  flex-basis: 16rem;
  max-width: 16rem;
  margin-right: 0.875rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-reasondetail__content-button.is-column a {
    margin: auto;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-reasondetail__content-button.is-column a:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
.c-block-reasondetail__content-button a {
  display: block;
  max-width: 17rem;
  text-decoration: none;
  color: #fff;
  background: #A31039;
  text-align: center;
  height: 2.8125rem;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 3.2142857143;
  font-weight: normal;
  border-radius: 4px;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-reasondetail__content-button a {
    margin: auto;
  }
}
.c-block-reasondetail__content-button a:after {
  content: "\f105";
  font-family: FontAwesome;
  width: 0.3125rem;
  height: 0.875rem;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  left: auto;
  margin: auto;
  color: #fff;
  font-size: 0.8125rem;
  transform: rotate(90deg);
  transform-origin: center center;
  line-height: 1;
}

.c-block-recruit {
  padding: 0 0 6.75rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-recruit {
    padding-bottom: 2.5rem;
  }
}
.c-block-recruit.is-lg {
  padding: 0;
}
.c-block-recruit.is-lg aside {
  font-size: 1rem;
}
.c-block-recruit__back {
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-recruit__back {
    margin-top: 1.5rem;
  }
}
.c-block-recruit.is-vertical .c-block-recruit__item {
  padding: 3rem;
  margin-right: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-recruit.is-vertical .c-block-recruit__item {
    padding: 2.75rem 1.5rem 2.5rem;
  }
}
.c-block-recruit.is-vertical .c-block-recruit__item-meta aside {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.c-block-recruit.is-vertical .c-block-recruit__item-content {
  align-items: center;
}
.c-block-recruit.is-vertical .c-block-recruit__item-image {
  width: 10.25rem;
  flex-grow: 0;
}
@media screen and (max-width: 59.3125em) {
  .c-block-recruit.is-vertical .c-block-recruit__item-image {
    width: 6.8125rem;
    margin-right: 0.6875rem;
  }
}
.c-block-recruit.is-vertical .c-block-recruit__item-image img {
  border-radius: 0.25rem;
}
.c-block-recruit.is-vertical .c-block-recruit__item-text li p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.c-block-recruit.is-vertical .c-block-recruit__item-description p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.c-block-recruit.is-vertical .c-block-recruit__item-button {
  flex-basis: 12.75rem;
  margin: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-recruit.is-vertical .c-block-recruit__item-button {
    flex-basis: 100%;
  }
}
.c-block-recruit.is-vertical .c-block-recruit__item-button__right {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-recruit.is-vertical .c-block-recruit__item-button__right {
    justify-content: center;
  }
}
.c-block-recruit__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.0625rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-recruit__wrap {
    display: block;
    margin-bottom: 0;
  }
}
.c-block-recruit__item {
  background: #F2EDED;
  flex-basis: 48.4%;
  margin-right: 3.1%;
  padding: 3rem 2rem 2rem;
  border-radius: 5px;
  position: relative;
  margin-bottom: 1.4375rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-recruit__item {
    margin-right: 0;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-recruit__item {
    padding: 2.75rem 1.5rem 2.5rem;
  }
}
.c-block-recruit__item.is-new:after {
  content: "New";
  font-family: "Lora", serif;
  position: absolute;
  width: 2.9375rem;
  height: 3.0625rem;
  background: url(../images/bg-recruit-flag.svg) no-repeat center top/contain;
  color: #fff;
  top: 0;
  right: 1.5rem;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0.6875rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-recruit__item.is-new:after {
    width: 2.625rem;
    height: 2.75rem;
    right: 1rem;
    font-size: 0.8125rem;
  }
}
.c-block-recruit__item:nth-of-type(even) {
  margin-right: 0;
}
.c-block-recruit__item-meta {
  margin-bottom: 1rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-recruit__item-meta {
    margin-bottom: 0;
  }
}
.c-block-recruit__item-meta label {
  border: solid 1px #A8900A;
  border-radius: 2px;
  display: inline-block;
  margin-right: 0.4375rem;
  background: #A8900A;
  color: #fff;
  padding: 0.1875rem 1rem;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-recruit__item-meta label {
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
    line-height: 1.6923076923;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
}
.c-block-recruit__item-meta label.category {
  color: #A8900A;
  background: #fff;
  margin-right: 1.4375rem;
}
.c-block-recruit__item-meta label.number {
  color: #000;
  background: none;
  border: none;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
  font-weight: normal;
  padding: 0.25rem 0;
}
@media screen and (max-width: 59.3125em) {
  .c-block-recruit__item-meta label.number {
    display: block;
    margin-bottom: 1rem;
  }
}
.c-block-recruit__item-meta aside {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
  font-weight: 700;
}
@media screen and (max-width: 59.3125em) {
  .c-block-recruit__item-meta aside {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.c-block-recruit__item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1.125rem 0 1.5rem 0;
}
@media screen and (max-width: 59.3125em) {
  .c-block-recruit__item-content {
    padding: 1rem 0;
  }
}
.c-block-recruit__item-content:before, .c-block-recruit__item-content:after {
  content: "";
  width: 100%;
  height: 2px;
  background: url(../images/bg-border-dot.svg) repeat-x;
  background-size: auto 100%;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
}
@media screen and (max-width: 59.3125em) {
  .c-block-recruit__item-content:before, .c-block-recruit__item-content:after {
    display: none;
  }
}
.c-block-recruit__item-content:after {
  top: auto;
  bottom: 0;
}
.c-block-recruit__item-image {
  position: relative;
  width: 8rem;
  border-radius: 4px;
  overflow: hidden;
  flex: none;
  margin-right: 1.5rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-recruit__item-image {
    width: 6.8125rem;
    margin-right: 0.6875rem;
  }
}
.c-block-recruit__item-image::before {
  content: "";
  display: block;
  padding-top: 79.6875%;
}
@media screen and (max-width: 59.3125em) {
  .c-block-recruit__item-image::before {
    padding-top: 100%;
  }
}
.c-block-recruit__item-image .is-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-block-recruit__item-text {
  width: 100%;
}
.c-block-recruit__item-text li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-recruit__item-text li {
    margin-bottom: 0.4375rem;
  }
}
.c-block-recruit__item-text li:last-of-type {
  margin-bottom: 0;
}
.c-block-recruit__item-text__icon {
  width: 1.0625rem;
  height: 1.0625rem;
  margin-right: 0.5rem;
  background: #000;
  height: 1.0625rem;
  border-radius: 6.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
}
.c-block-recruit__item-text__icon img.pin {
  width: 0.4375rem;
  height: auto;
}
.c-block-recruit__item-text__icon img.yen {
  width: 0.4375rem;
  height: auto;
}
.c-block-recruit__item-text__icon img.clock {
  width: 0.5rem;
  height: auto;
}
.c-block-recruit__item-text__icon img.calendar {
  width: 0.5625rem;
  height: auto;
}
.c-block-recruit__item-text p {
  flex-basis: 92%;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
  font-weight: normal;
}
@media screen and (max-width: 59.3125em) {
  .c-block-recruit__item-text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-recruit__item-text p {
    font-size: 0.75rem;
  }
}
.c-block-recruit__item-description {
  padding-top: 1.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-recruit__item-description {
    display: none;
  }
}
.c-block-recruit__item-description p {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
  font-weight: normal;
}
.c-block-recruit__item-button {
  max-width: 12.75rem;
  margin: 0 auto;
  display: block;
  border-radius: 4px;
  background: #A31039;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: normal;
  padding: 0.8125rem 0;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 59.3125em) {
  .c-block-recruit__item-button {
    max-width: 17.9375rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-recruit__item-button {
    max-width: 100%;
  }
}
.c-block-recruit__item-button:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 0.8125rem;
  line-height: 1;
  color: #fff;
  top: 0;
  right: 1rem;
  bottom: 0;
  left: auto;
  margin: auto;
  position: absolute;
  width: 0.3125rem;
  height: 0.8125rem;
}
.c-block-recruit__button {
  text-align: center;
}
.c-block-recruit__button a {
  max-width: 22.25rem;
  margin: 0 auto;
  padding: 1rem 0;
  display: block;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: normal;
  color: #fff;
  background: #A8900A;
  text-decoration: none;
  border-radius: 4px;
}
@media screen and (max-width: 59.3125em) {
  .c-block-recruit__button a {
    max-width: 20.9375rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-recruit__button a {
    font-size: 0.875rem;
  }
}
.c-block-recruit__button a:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 1.1875rem;
  line-height: 1.1875rem;
  display: inline-block;
  margin-right: 0.5rem;
  position: relative;
  top: -1px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-recruit__button a:before {
    font-size: 0.875rem;
  }
}

.c-block-result__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.25rem;
  border: 1px solid #A31039;
  border-radius: 5px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-result__inner {
    padding: 1.5rem;
  }
}
.c-block-result__title.c-heading.is-xlg {
  margin-bottom: 0.25rem;
}
.c-block-result__count {
  display: flex;
  align-items: baseline;
}
.c-block-result__number {
  color: #A31039;
}
.c-block-result__number b {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.46875;
  font-weight: 400;
  margin-right: 0.375rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-result__number b {
    font-size: 1.5rem;
  }
}
.c-block-result__number span {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-result__number span {
    font-size: 0.875rem;
  }
}
.c-block-result__text {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
  margin-left: 0.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-result__text {
    font-size: 0.8125rem;
  }
}
.c-block-result__button {
  margin-top: 1.5rem;
  width: 100%;
}
.c-block-result__button .c-button, .c-block-result__button .c-button-social > a {
  max-width: 100%;
}

.c-block-search {
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-search {
    padding-bottom: 3.125rem;
  }
}
.c-block-search__form-content {
  background: #F2EDED;
  padding: 4.125rem 4.625rem 4rem 4.125rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-search__form-content {
    padding: 1.875rem 1.375rem;
  }
}
.c-block-search__form-buttons {
  margin-top: 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-search__form-buttons {
    margin-top: 1.375rem;
  }
}
.c-block-search__reset {
  text-align: center;
  margin-top: 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-search__reset {
    margin-top: 1.375rem;
  }
}
.c-block-search__submit button {
  max-width: 27.6875rem;
  width: 100%;
  margin: 0 auto;
  padding: 1.4375rem 0;
  display: block;
  border: none;
  outline: none;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: normal;
  color: #fff;
  background: #A8900A;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s 0s ease;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-search__submit button {
    font-size: 0.875rem;
    padding: 1rem 0;
  }
}
.c-block-search__submit button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 1.5rem;
  line-height: 1.1875rem;
  display: inline-block;
  margin-right: 0.5rem;
  position: relative;
  top: -1px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-search__submit button:before {
    font-size: 0.875rem;
  }
}
.c-block-search__submit button:hover {
  opacity: 0.5;
}
.c-block-search__item {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-search__item {
    margin-bottom: 2rem;
  }
}
.c-block-search__item:last-of-type {
  margin-bottom: 0;
}
.c-block-search__item h3 {
  position: relative;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  line-height: 1.3181818182;
  font-weight: normal;
  padding-left: 1.5625rem;
  padding-bottom: 0.5625rem;
  border-bottom: solid 1px #DDC9C7;
  margin-top: 0;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-search__item h3 {
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    line-height: 1.2777777778;
    font-weight: normal;
    padding-left: 0.9375rem;
  }
}
.c-block-search__item h3:before {
  content: "";
  width: 0.5625rem;
  height: 1.8125rem;
  background: 10.1875rem;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #A31039;
}
@media screen and (max-width: 59.3125em) {
  .c-block-search__item h3:before {
    width: 0.4375rem;
    height: 1.4375rem;
  }
}
.c-block-search__item h4 {
  background: rgba(221, 201, 199, 0.4);
  padding: 0.625rem 1.0625rem;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: normal;
}
@media screen and (max-width: 59.3125em) {
  .c-block-search__item h4 {
    font-size: 1rem;
  }
}
.c-block-search__item h4:before {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  background: url(../images/icn-check-circle.svg) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.5rem;
  position: relative;
  top: 0.0625rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-search__item h4:before {
    width: 1rem;
    height: 1rem;
  }
}
.c-block-search__item-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.c-block-search__item-checkbox > span {
  position: relative;
  display: block;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 0.5rem;
  padding: 0.125rem 0.9375rem 0.375rem 0.9375rem;
}
.c-block-search__item-checkbox > span:not(:last-child) {
  margin-right: 0.5rem;
}
.c-block-search__item-checkbox span.hidden {
  display: none;
}
.c-block-search__item-checkbox span label {
  display: inline-block;
  position: relative;
  border-radius: 3px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
  font-weight: normal;
  transition: 0.3s;
  cursor: pointer;
  pointer-events: none;
  z-index: 1;
  transition: all 0.3s 0s ease;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-search__item-checkbox span label {
    font-size: 0.8125rem;
  }
}
.c-block-search__item-checkbox i {
  width: 0.8125rem;
  height: 0.8125rem;
  display: inline-block;
  font-size: 0.875rem;
  color: #A31039;
  line-height: 1.25rem;
  background: url(../images/icn-tag.svg) no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 10;
  pointer-events: none;
  left: -0.125rem;
  top: 1px;
}
@media screen and (max-width: 59.3125em) {
  .c-block-search__item-checkbox i {
    width: 0.875rem;
    height: 0.9375rem;
    display: inline-block;
    position: relative;
    top: 0.1875rem;
  }
}
.c-block-search__item-checkbox input[type=checkbox] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  vertical-align: middle;
  background: #fff;
  transition: all 0.3s 0s ease;
}
.c-block-search__item-checkbox input[type=checkbox]::-ms-check {
  display: none;
}
.c-block-search__item-checkbox input[type=checkbox]:checked {
  background-color: #A31039;
}
.c-block-search__item-checkbox input[type=checkbox]:checked ~ label {
  color: #fff;
}
.c-block-search__item-checkbox input[type=checkbox]:checked + i {
  background: url(../images/icn-tag-white.svg) no-repeat;
  background-size: 100% 100%;
}
.c-block-search__item-checkbox input[type=checkbox] + span {
  position: relative;
  z-index: 1;
}

.c-block-searchlinks {
  background: rgba(242, 237, 237, 0.5);
  padding: 5rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-searchlinks {
    padding: 2.5rem 0;
  }
}
.c-block-searchlinks__wrap {
  margin-bottom: 4rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-searchlinks__wrap {
    margin-bottom: 2rem;
  }
}
.c-block-searchlinks__wrap:last-of-type {
  margin-bottom: 0;
}
.c-block-searchlinks h2 {
  position: relative;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  line-height: 1.3181818182;
  font-weight: normal;
  padding-left: 1.5625rem;
  padding-bottom: 0.5625rem;
  border-bottom: solid 1px rgba(173, 173, 173, 0.5);
  margin-top: 0;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-searchlinks h2 {
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    line-height: 1.2777777778;
    font-weight: normal;
    padding-left: 0.9375rem;
  }
}
.c-block-searchlinks h2:before {
  content: "";
  width: 0.5625rem;
  height: 1.8125rem;
  background: 10.1875rem;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #A31039;
}
@media screen and (max-width: 59.3125em) {
  .c-block-searchlinks h2:before {
    width: 0.4375rem;
    height: 1.4375rem;
  }
}
.c-block-searchlinks__links {
  display: flex;
  flex-wrap: wrap;
}
.c-block-searchlinks__links a {
  text-decoration: none;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: normal;
  display: inline-block;
}

.c-block-seminer {
  padding-top: 1.375rem;
}
.c-block-seminer__item {
  background: #fff;
  padding: 4rem 4rem 3.8125rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-seminer__item {
    display: block;
    padding: 2rem 2rem 1.875rem;
    margin-bottom: 2rem;
  }
}
.c-block-seminer__item:last-child {
  margin-bottom: 0;
}
.c-block-seminer__item-image {
  flex-basis: 29.9%;
}
@media screen and (max-width: 59.3125em) {
  .c-block-seminer__item-image {
    margin-bottom: 2.5rem;
  }
}
.c-block-seminer__item-image img {
  width: 100%;
}
.c-block-seminer__item-content {
  flex-basis: 63.1%;
}
.c-block-seminer__item-title h3 {
  margin: 0;
  position: relative;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  line-height: 1.3181818182;
  font-weight: normal;
  padding-left: 1.5625rem;
  padding-bottom: 0.5625rem;
  border-bottom: solid 1px rgba(173, 173, 173, 0.5);
  margin-top: 0;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-seminer__item-title h3 {
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    line-height: 1.2777777778;
    font-weight: normal;
    padding-left: 0.9375rem;
  }
}
.c-block-seminer__item-title h3:before {
  content: "";
  width: 0.5625rem;
  height: 1.8125rem;
  background: 10.1875rem;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #A31039;
}
@media screen and (max-width: 59.3125em) {
  .c-block-seminer__item-title h3:before {
    width: 0.4375rem;
    height: 1.4375rem;
  }
}
.c-block-seminer__item-text p {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: normal;
}
.c-block-seminer__item-button {
  padding-top: 1.9375rem;
  text-align: right;
}
.c-block-seminer__item-button a {
  display: inline-block;
  background: #A31039;
  width: 15.5625rem;
  height: 2.8125rem;
  color: #fff;
  border-radius: 4px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 3.2142857143;
  font-weight: normal;
  position: relative;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 43.75em) {
  .c-block-seminer__item-button a {
    width: 100%;
    margin: 0 auto;
  }
}
.c-block-seminer__item-button a.is-img {
  display: block;
  background: none;
  margin-left: auto;
}
.c-block-seminer__item-button a.is-img:after {
  display: none;
}
.c-block-seminer__item-button a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 0.8125rem;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.c-block-seminer__item-button a.js-anchor:after {
  content: "\f107";
}

.c-block-sidesearch {
  background: #F2EDED;
  padding: 1.5rem;
}
.c-block-sidesearch__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.6875rem;
}
.c-block-sidesearch__title-icon {
  margin-right: 0.375rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-sidesearch__title {
    font-size: 1rem;
    margin-bottom: 1.125rem;
  }
}
.c-block-sidesearch__searcharea select {
  border: none;
  width: 100%;
  height: 3.25rem;
  padding: 0 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: normal;
  border-radius: 4px !important;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-sidesearch__searcharea select {
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
    line-height: 1.9230769231;
    font-weight: normal;
  }
}
.c-block-sidesearch__searcharea-select {
  position: relative;
}
@media screen and (max-width: 59.3125em) {
  .c-block-sidesearch__searcharea-select {
    margin-bottom: 0.5rem;
  }
}
.c-block-sidesearch__searcharea-select:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 1rem;
  color: #A31039;
  display: block;
  width: 0.625rem;
  height: 1rem;
  top: 0;
  right: 1rem;
  bottom: 0;
  left: auto;
  margin: auto;
  position: absolute;
  line-height: 1;
}
.c-block-sidesearch__searcharea-title {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 0.9375rem;
}
.c-block-sidesearch__searcharea-checkbox > span {
  display: block;
  padding: 0.375rem 0.625rem 0.375rem 0.5rem;
  border-radius: 3px;
}
.c-block-sidesearch__searcharea .js-hidden-input.hidden {
  display: none;
}
.c-block-sidesearch__searcharea-checks {
  background: #fff;
  padding: 0.9375rem 1.5rem;
  margin-bottom: 1rem;
}
.c-block-sidesearch__searcharea-checks .c-block-sidesearch__checkbox, .c-block-sidesearch__searcharea-checks .c-block-sidesearch__searcharea-hidden {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.c-block-sidesearch__searcharea-checks .c-block-sidesearch__checkbox > span, .c-block-sidesearch__searcharea-checks .c-block-sidesearch__searcharea-hidden > span {
  display: flex;
  padding: 0.375rem 0.625rem 0.375rem 0.5rem;
  border-radius: 3px;
  position: relative;
}
.c-block-sidesearch__searcharea-checks .c-block-sidesearch__checkbox > span:not(:last-child), .c-block-sidesearch__searcharea-checks .c-block-sidesearch__searcharea-hidden > span:not(:last-child) {
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}
.c-block-sidesearch__searcharea-checks span label {
  display: block;
  position: relative;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: normal;
  transition: 0.3s;
  cursor: pointer;
  white-space: nowrap;
  z-index: 1;
  pointer-events: none;
}
.c-block-sidesearch__searcharea-checks span label:hover {
  opacity: 0.5;
}
.c-block-sidesearch__searcharea-checks span label.checked {
  background: #A31039;
  border: solid 1px #F2EDED;
  color: #fff;
}
.c-block-sidesearch__searcharea-checks span label.checked:hover {
  opacity: 1;
}
.c-block-sidesearch__searcharea-checks i {
  width: 0.6875rem;
  height: 0.6875rem;
  display: inline-block;
  font-size: 0.875rem;
  color: #A31039;
  line-height: 1.25rem;
  background: url(../images/icn-tag.svg) no-repeat;
  background-size: 100% 100%;
  z-index: 10;
  position: relative;
  pointer-events: none;
  margin-right: 0.375rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-sidesearch__searcharea-checks i {
    width: 0.875rem;
    height: 0.9375rem;
    display: inline-block;
    position: relative;
    top: 0.1875rem;
  }
}
.c-block-sidesearch__searcharea-checks input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F2EDED;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 3px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  vertical-align: middle;
  transition: all 0.3s 0s ease;
}
.c-block-sidesearch__searcharea-checks input[type=checkbox]::-ms-check {
  display: none;
}
.c-block-sidesearch__searcharea-checks input[type=checkbox]:hover {
  opacity: 0.5;
}
.c-block-sidesearch__searcharea-checks input[type=checkbox]:checked {
  opacity: 1;
  background-color: #A31039;
}
.c-block-sidesearch__searcharea-checks input[type=checkbox]:checked ~ label {
  color: #fff;
}
.c-block-sidesearch__searcharea-checks input[type=checkbox]:checked + i {
  background: url(../images/icn-tag-white.svg) no-repeat;
  background-size: 100% 100%;
}
.c-block-sidesearch__searcharea-checks input[type=checkbox]:checked:after {
  opacity: 1;
  /*チェック後表示*/
}
.c-block-sidesearch__searcharea-checks input[type=checkbox] + span {
  position: relative;
  z-index: 1;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: normal;
}
.c-block-sidesearch__searcharea .showall {
  display: inline-block;
  text-decoration: none;
  color: #A31039;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: normal;
  vertical-align: middle;
  margin-left: 0.625rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-sidesearch__searcharea .showall {
    display: block;
    margin: 0;
  }
}
.c-block-sidesearch__searcharea .showall:before {
  content: "add";
  font-family: "Material Icons Round";
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: normal;
  display: inline-block;
  margin-right: 0.1875rem;
  vertical-align: bottom;
}
.c-block-sidesearch__searcharea-buttons input, .c-block-sidesearch__searcharea-buttons a {
  display: block;
}
.c-block-sidesearch__searcharea-buttons button {
  width: 100%;
  height: 3.75rem;
  margin-bottom: 0.625rem;
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: normal;
  border: none;
  background: #A31039;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s;
}
@media screen and (max-width: 59.3125em) {
  .c-block-sidesearch__searcharea-buttons button {
    max-width: 20.9375rem;
    height: 3.125rem;
    margin: 0 auto 0.5rem;
    display: block;
  }
}
.c-block-sidesearch__searcharea-buttons button:hover {
  opacity: 0.5;
}
.c-block-sidesearch__searcharea-buttons button:before {
  content: "\f002";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 1.1875rem;
  margin-right: 0.9375rem;
}
.c-block-sidesearch__searcharea-buttons a.detail {
  width: 100%;
  height: 2.125rem;
  border: solid 1px #A31039;
  border-radius: 4px;
  text-align: center;
  background: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  line-height: 2.1428571429;
  font-weight: normal;
  color: #A31039;
  position: relative;
}
@media screen and (max-width: 75em) {
  .c-block-sidesearch__searcharea-buttons a.detail {
    font-size: 0.75rem;
    letter-spacing: 0.01em;
    line-height: 2.5;
    font-weight: normal;
  }
}
@media screen and (max-width: 68.75em) {
  .c-block-sidesearch__searcharea-buttons a.detail {
    font-size: 0.6875rem;
    letter-spacing: 0em;
    line-height: 2.7272727273;
    font-weight: normal;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-block-sidesearch__searcharea-buttons a.detail {
    max-width: 20.9375rem;
    height: 2.75rem;
    margin: 0 auto;
    font-size: 0.875rem;
    letter-spacing: 0.01em;
    line-height: 2.8571428571;
    font-weight: normal;
  }
}
.c-block-sidesearch__searcharea-buttons a.detail:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 0.875rem;
  color: #A31039;
  display: inline-block;
  width: 0.3125rem;
  height: 0.875rem;
  line-height: 1;
  margin-left: 0.5rem;
  transition: all 0.3s 0s ease;
}
.c-block-sidesearch__searcharea-buttons a.detail:hover {
  background: #A31039;
  color: #fff;
  opacity: 1;
}
.c-block-sidesearch__searcharea-buttons a.detail:hover::after {
  color: #fff;
}

.c-block-staff-page__wrapper {
  max-width: 59rem;
  margin: 0 auto;
}
.c-block-staff-page__flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 59.3125em) {
  .c-block-staff-page__flex {
    align-items: flex-start;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-staff-page__flex {
    display: block;
  }
}
.c-block-staff-page__image {
  position: relative;
  width: 37.7118644068%;
  padding-top: 23.7288135593%;
  margin-right: 2.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-staff-page__image {
    width: 100%;
    padding-top: 62.9213483146%;
    margin-right: 0;
  }
}
.c-block-staff-page__image .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-block-staff-page__info {
  width: 58.0508474576%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-staff-page__info {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.c-block-staff-page__title {
  font-size: 0.875rem;
  letter-spacing: 0em;
  line-height: 1.7142857143;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-staff-page__title {
    margin-bottom: 0.75rem;
  }
}
.c-block-staff-page__text.c-heading.is-lg {
  text-align: left;
  margin: 0;
}
.c-block-staff-page__name {
  margin-top: 1rem;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-staff-page__name {
    margin-top: 0.75rem;
    font-size: 0.8125rem;
  }
}
.c-block-staff-page__inner {
  margin-top: 5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-staff-page__inner {
    margin-top: 2.5rem;
  }
}
.c-block-staff-page__content:not(:first-child) {
  margin-top: 3.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-staff-page__content:not(:first-child) {
    margin-top: 1.75rem;
  }
}
.c-block-staff-page__button {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-staff-page__button {
    margin-top: 2rem;
  }
}

.c-block-status {
  padding-top: 1.1875rem;
}
.c-block-status__item {
  background: #fff;
  padding: 3.8125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-status__item {
    padding: 1.875rem;
    display: block;
  }
}
.c-block-status__item:last-of-type {
  margin-bottom: 0;
}
.c-block-status__item-image {
  flex-basis: 33.4%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-status__item-image {
    margin-bottom: 0.75rem;
  }
}
.c-block-status__item-image img {
  width: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 59.3125em) {
  .c-block-status__item-image img {
    display: block;
    margin: 0 auto;
  }
}
.c-block-status__item-content {
  flex-basis: 57.8%;
}
.c-block-status__item-button {
  padding-top: 2rem;
  text-align: right;
}
@media screen and (max-width: 59.3125em) {
  .c-block-status__item-button {
    text-align: center;
  }
}
.c-block-status__item-button a {
  display: inline-block;
  background: #A31039;
  width: 15.5625rem;
  height: 2.8125rem;
  color: #fff;
  border-radius: 4px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 3.2142857143;
  font-weight: normal;
  position: relative;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 43.75em) {
  .c-block-status__item-button a {
    width: 100%;
    margin: 0 auto;
  }
}
.c-block-status__item-button a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 0.8125rem;
  line-height: 1;
  color: #fff;
  top: 0;
  right: 1rem;
  bottom: 0;
  left: auto;
  margin: auto;
  position: absolute;
  width: 0.3125rem;
  height: 0.8125rem;
  transform: rotate(90deg);
  transform-origin: center center;
}
.c-block-status__item-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.8125rem;
}
.c-block-status__item-title h3 {
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  line-height: 1.4545454545;
  font-weight: normal;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-status__item-title h3 {
    font-size: 1.125rem;
  }
}
.c-block-status__item-number {
  flex: none;
  background: #F2EDED;
  border-radius: 18.75rem;
  width: 3.25rem;
  height: 3.25rem;
  margin-right: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A31039;
  font-family: "Lora", serif;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: normal;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-status__item-number {
    font-size: 1rem;
    width: 2.875rem;
    height: 2.875rem;
  }
}
.c-block-status__item h3 {
  margin: 0;
}
.c-block-status__item-text {
  margin-bottom: 2rem;
}
.c-block-status__item-text.second {
  margin-bottom: 0;
}
.c-block-status__item-text ul li {
  padding-left: 1em;
  position: relative;
}
.c-block-status__item-text ul li:before {
  content: "・";
  font-size: 1em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.c-block-status__item-merit {
  background: rgba(221, 201, 199, 0.4);
  padding: 0.875rem 1.0625rem;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: normal;
  display: flex;
  align-items: center;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-status__item-merit {
    font-size: 1rem;
  }
}
.c-block-status__item-merit:before {
  content: "";
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  background: url(../images/icn-check-circle.svg) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.5rem;
}
.c-block-status p, .c-block-status li {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: normal;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-status p, .c-block-status li {
    font-size: 0.8125rem;
  }
}

.c-block-step__inner {
  display: flex;
}
.c-block-step__inner:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-step__inner:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.c-block-step__inner:not(:last-child) .c-block-step__number:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.75rem;
  transform: translateX(50%) translateY(100%);
  width: 0.0625rem;
  height: 2.5rem;
  background: #F2EDED;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-step__inner:not(:last-child) .c-block-step__number:after {
    bottom: -0.375rem;
    height: 1.25rem;
  }
}
.c-block-step__number {
  position: relative;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.5625rem;
  height: 6.5625rem;
  border-radius: 50%;
  background: #F2EDED;
  color: #A31039;
  font-family: "Lora", serif;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  line-height: 1.2666666667;
  font-weight: 400;
  margin-right: 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-step__number {
    font-size: 1.5rem;
    width: 5rem;
    height: 5rem;
    margin-right: 1.5rem;
  }
}
.c-block-step__content {
  width: 100%;
  padding-top: 0.75rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-step__content {
    padding-top: 0.375rem;
  }
}
.c-block-step__title.c-heading.is-md.is-border-none {
  margin: 0 0 0.5rem;
}
.c-block-step__text {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-step__text {
    font-size: 0.8125rem;
  }
}

.c-block-subscribe {
  display: flex;
}
@media screen and (max-width: 59.3125em) {
  .c-block-subscribe {
    display: block;
  }
}
.c-block-subscribe.is-single {
  display: block;
}
.c-block-subscribe.is-single .c-block-subscribe__cta a:after {
  width: 0.75rem;
  height: 2.125rem;
  font-size: 2.125rem;
}
.c-block-subscribe__cta {
  flex-basis: 67.1%;
}
.c-block-subscribe__cta a {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: #A31039;
  text-decoration: none;
  color: #fff;
  height: 18.5rem;
  text-align: center;
  position: relative;
  padding-top: 2.6875rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-subscribe__cta a {
    height: 15.5rem;
    padding-top: 0;
    align-items: center;
  }
}
.c-block-subscribe__cta a:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  width: 0.5625rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  bottom: 1.3125rem;
  right: 1.5625rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-subscribe__cta a:after {
    width: 0.5rem;
    height: 0.8125rem;
    top: 0;
    bottom: 0;
    right: 1.375rem;
    left: auto;
    margin: auto;
  }
}
.c-block-subscribe__cta-icon {
  width: 3.625rem;
  height: auto;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-subscribe__cta-icon {
    width: 2.375rem;
  }
}
.c-block-subscribe__cta-title {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
  font-weight: normal;
  margin-bottom: 1.0625rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-subscribe__cta-title {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.4166666667;
    font-weight: normal;
  }
}
.c-block-subscribe__cta p {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (max-width: 59.3125em) {
  .c-block-subscribe__cta p {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    line-height: 1.7142857143;
    font-weight: normal;
  }
}
.c-block-subscribe__nav {
  flex-basis: 32.9%;
  position: relative;
}
.c-block-subscribe__nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 9.25rem;
  text-decoration: none;
  color: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.c-block-subscribe__nav a:hover {
  opacity: 1;
}
.c-block-subscribe__nav a:hover .c-block-subscribe__nav-bg .is-bg {
  transform: scale(1.1);
}
.c-block-subscribe__nav a:hover .c-block-subscribe__nav-bg::after {
  background: rgba(193, 138, 153, 0.95);
}
.c-block-subscribe__nav a:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  width: 0.5625rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  bottom: 0.9375rem;
  right: 1.375rem;
  z-index: 3;
}
@media screen and (max-width: 59.3125em) {
  .c-block-subscribe__nav a:after {
    width: 0.5rem;
    height: 0.8125rem;
    top: 0;
    bottom: 0;
    right: 1.375rem;
    left: auto;
    margin: auto;
  }
}
.c-block-subscribe__nav-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-block-subscribe__nav-bg .is-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s 0s ease;
}
.c-block-subscribe__nav-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(193, 138, 153, 0.8);
  transition: all 0.3s 0s ease;
}
.c-block-subscribe__nav-icon {
  margin: 0 auto 0.3125rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 59.3125em) {
  .c-block-subscribe__nav-icon {
    margin-bottom: 0.625rem;
  }
}
.c-block-subscribe__nav-icon.flow {
  width: 2.3125rem;
}
.c-block-subscribe__nav-icon.faq {
  width: 2.1875rem;
}
.c-block-subscribe__nav-title {
  position: relative;
  z-index: 3;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  line-height: 1.4545454545;
  font-weight: normal;
}
@media screen and (max-width: 59.3125em) {
  .c-block-subscribe__nav-title {
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    line-height: 1.7777777778;
    font-weight: normal;
  }
}

.c-block-work-detail {
  background: #F2EDED;
  border-radius: 0.25rem;
  padding: 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-work-detail {
    padding: 2rem 1.25rem;
  }
}
.c-block-work-detail__lead {
  margin-bottom: 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-work-detail__lead {
    margin-bottom: 2rem;
  }
}
.c-block-work-detail__meta {
  margin-bottom: 2.625rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-work-detail__meta {
    margin-bottom: 1.5rem;
  }
}
.c-block-work-detail__meta label {
  border: solid 1px #A8900A;
  border-radius: 2px;
  display: inline-block;
  margin-right: 0.5rem;
  background: #A8900A;
  color: #fff;
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-work-detail__meta label {
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
    line-height: 1.6923076923;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
}
.c-block-work-detail__meta label:last-of-type {
  margin-right: 1rem;
}
.c-block-work-detail__meta label.category {
  color: #A8900A;
  background: #fff;
  margin-right: 1.4375rem;
}
.c-block-work-detail__meta label.number {
  color: #000;
  background: none;
  border: none;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
  font-weight: normal;
  padding: 0.25rem 0;
}
@media screen and (max-width: 59.3125em) {
  .c-block-work-detail__meta label.number {
    display: block;
    margin-bottom: 1rem;
  }
}
.c-block-work-detail__meta .feature {
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  line-height: 1.4545454545;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-work-detail__meta .feature {
    font-size: 1.125rem;
  }
}
.c-block-work-detail__meta .tags span {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
  font-weight: normal;
  margin-right: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-work-detail__meta .tags span {
    font-size: 0.8125rem;
    margin-right: 0.625rem;
  }
}
.c-block-work-detail__meta .tags span:before {
  content: "";
  display: inline-block;
  width: 0.8125rem;
  height: 0.8125rem;
  margin-right: 0.375rem;
  background: url(../images/icn-tag.svg) no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-work-detail__meta .tags span:before {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.c-block-work-detail__point {
  background: #fff;
  border-radius: 0.25rem;
  padding: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-work-detail__point {
    display: block;
    padding: 1.375rem;
  }
}
.c-block-work-detail__point-image {
  flex-basis: 44.7%;
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-work-detail__point-image {
    margin-bottom: 1.25rem;
    flex-basis: 100%;
  }
}
.c-block-work-detail__point-image::before {
  content: "";
  display: block;
  padding-top: 67.0542635659%;
}
.c-block-work-detail__point-image .is-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-block-work-detail__point-title {
  color: #A31039;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: normal;
  padding-bottom: 0.9375rem;
  margin-bottom: 0.875rem;
  border-bottom: solid 1px #ADADAD;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-work-detail__point-title {
    font-size: 1rem;
  }
}
.c-block-work-detail__point-content {
  flex-basis: 48.2%;
}
.c-block-work-detail__point-content ul li {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: normal;
  position: relative;
  padding-left: 0.875rem;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-work-detail__point-content ul li {
    font-size: 0.8125rem;
  }
}
.c-block-work-detail__point-content ul li:before {
  content: "・";
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: normal;
  position: absolute;
  left: -0.875rem;
  top: 0;
  left: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-work-detail__point-content ul li:before {
    font-size: 0.8125rem;
  }
}
.c-block-work-detail__item:not(:last-child) {
  margin-bottom: 2.5rem;
}
.c-block-work-detail__item p:last-of-type {
  margin-bottom: 0;
}
.c-block-work-detail__item p .is-tel {
  pointer-events: none;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-work-detail__item p .is-tel {
    pointer-events: visible;
  }
}
.c-block-work-detail h3 {
  position: relative;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  line-height: 1.4545454545;
  font-weight: normal;
  padding-left: 1.5625rem;
  padding-bottom: 1.0625rem;
  border-bottom: solid 1px #DDC9C7;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-work-detail h3 {
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    line-height: 1.2777777778;
    font-weight: normal;
    padding-left: 0.9375rem;
  }
}
.c-block-work-detail h3:before {
  content: "";
  width: 0.5625rem;
  height: 1.8125rem;
  background: 10.1875rem;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #A31039;
}
@media screen and (max-width: 59.3125em) {
  .c-block-work-detail h3:before {
    width: 0.4375rem;
    height: 1.4375rem;
  }
}
.c-block-work-detail h4 {
  background: rgba(221, 201, 199, 0.4);
  padding: 0.625rem 1.0625rem;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: normal;
  margin: 2rem 0 1.5rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-work-detail h4 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-work-detail h4 {
    margin: 1.25rem 0 1rem;
  }
}
.c-block-work-detail h4:before {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  background: url(../images/icn-check-circle.svg) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.5rem;
  position: relative;
  top: 0.0625rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-work-detail h4:before {
    width: 1rem;
    height: 1rem;
  }
}
.c-block-work-detail p {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: normal;
  margin-bottom: 0.875rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-work-detail p {
    font-size: 0.8125rem;
  }
}
.c-block-work-detail__env {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.0625rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-work-detail__env {
    display: block;
  }
}
.c-block-work-detail__env-box {
  width: calc((100% / 2) - (16px * (2 - 1) / 2));
  background: #fff;
  border-radius: 4px;
  padding: 1.5rem;
}
.c-block-work-detail__env-box:not(:nth-child(2n+1)) {
  margin-left: 16px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-work-detail__env-box:not(:nth-child(2n+1)) {
    margin-left: 0;
  }
}
@media screen and (max-width: 65.625em) {
  .c-block-work-detail__env-box {
    padding: 0.625rem;
  }
}
.c-block-work-detail__env-box:not(:nth-child(-n+2)) {
  margin-top: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-work-detail__env-box:not(:nth-child(-n+2)) {
    margin-top: 0;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-work-detail__env-box {
    width: 100%;
    margin-top: 0.75rem !important;
  }
}
.c-block-work-detail__env-title {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  color: #A31039;
  margin-bottom: 1rem;
}
.c-block-work-detail__env-texts {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.c-block-work-detail__env-texts span {
  content: "";
  height: 1px;
  background: #ADADAD;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 140px);
}
.c-block-work-detail__env-texts span::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 0%;
  transform: translateY(-50%) translateX(-50%);
  width: 0.9375rem;
  height: 0.9375rem;
  background: #A31039;
}
.c-block-work-detail__env-texts span.is-range-1::after {
  left: 10%;
}
.c-block-work-detail__env-texts span.is-range-2::after {
  left: 20%;
}
.c-block-work-detail__env-texts span.is-range-3::after {
  left: 30%;
}
.c-block-work-detail__env-texts span.is-range-4::after {
  left: 40%;
}
.c-block-work-detail__env-texts span.is-range-5::after {
  left: 50%;
}
.c-block-work-detail__env-texts span.is-range-6::after {
  left: 60%;
}
.c-block-work-detail__env-texts span.is-range-7::after {
  left: 70%;
}
.c-block-work-detail__env-texts span.is-range-8::after {
  left: 80%;
}
.c-block-work-detail__env-texts span.is-range-9::after {
  left: 90%;
}
.c-block-work-detail__env-texts span.is-range-10::after {
  left: 100%;
}
.c-block-work-detail__env-text {
  width: 3.75rem;
  flex: none;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
  text-align: center;
}

.c-block-works {
  padding-top: 1.1875rem;
}
.c-block-works__wrap {
  background: #F2EDED;
  margin-bottom: 2.75rem;
  padding: 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-works__wrap {
    padding: 2rem;
  }
}
.c-block-works__wrap:last-of-type {
  margin-bottom: 0;
}
.c-block-works__wrap p {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: normal;
}
.c-block-works__title {
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: normal;
  border-bottom: solid 1px rgba(162, 104, 120, 0.5);
  padding-bottom: 1.0625rem;
  margin: 0 0 1.1875rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-works__title {
    font-size: 1.125rem;
  }
}
.c-block-works__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-works__item {
    display: block;
  }
}
.c-block-works__item:first-of-type {
  padding-top: 0.75rem;
}
.c-block-works__item:last-of-type {
  margin-bottom: 0;
}
.c-block-works__item-image {
  position: relative;
  width: 11.875rem;
  flex: none;
  margin-right: 1.9375rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-works__item-image {
    width: 100%;
  }
}
.c-block-works__item-image::before {
  content: "";
  display: block;
  padding-top: 67.8947368421%;
}
.c-block-works__item-image .is-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-works__item-image {
    margin-right: 0;
    margin-bottom: 1.875rem;
  }
}
.c-block-works__item-content {
  width: 100%;
}
.c-block-works__item-icon {
  flex-basis: 1.875rem;
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-block-works__item-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.9375rem;
}
.c-block-works__item-title h4 {
  color: #A31039;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
  font-weight: normal;
  margin: 0;
}
.c-block-works__item-text p {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: normal;
}
.c-block-works__item-button {
  padding-top: 0.9375rem;
}
.c-block-works__item-button a {
  display: block;
  background: #A31039;
  max-width: 12.75rem;
  height: 2.8125rem;
  color: #fff;
  border-radius: 4px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 3.2142857143;
  font-weight: normal;
  position: relative;
  text-decoration: none;
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-works__item-button a {
    max-width: 100%;
    margin: 0 auto;
  }
}
.c-block-works__item-button a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 0.8125rem;
  line-height: 1;
  color: #fff;
  top: 0;
  right: 1rem;
  bottom: 0;
  left: auto;
  margin: auto;
  position: absolute;
  width: 0.3125rem;
  height: 0.8125rem;
}
.c-block-works__button {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-works__button {
    margin-top: 2rem;
  }
}

/*
---
name: ブロック_通常
category: Components
---
*/
.c-block__block {
  margin-bottom: 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block__block {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block__content p {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block__image {
    margin-bottom: 1rem;
  }
}
.c-block__image img {
  width: 100%;
  height: auto;
}

/*
---
name: <blockquote> 引用テキスト
category: Base
---
*/
.c-blockquote, .l-post-content blockquote, #tinymce.mce-content-body.acf_content blockquote, #tinymce.post-type-post blockquote, #tinymce.post-type-work blockquote {
  background-color: #FAF7F0;
  border-left: 2px solid #A31039;
  position: relative;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: 400;
  padding: 2.375rem 2rem 2.375rem 5.75rem;
  margin: 1rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-blockquote, .l-post-content blockquote, #tinymce.mce-content-body.acf_content blockquote, #tinymce.post-type-post blockquote, #tinymce.post-type-work blockquote {
    font-size: 0.8125rem;
    padding: 1rem 1.25rem 1rem 2.5rem;
  }
}
.c-blockquote::before, .l-post-content blockquote::before, #tinymce.mce-content-body.acf_content blockquote::before, #tinymce.post-type-post blockquote::before, #tinymce.post-type-work blockquote::before {
  content: "\f10d";
  display: block;
  font-family: "FontAwesome";
  font-size: 1.75rem;
  color: rgba(163, 16, 57, 0.3);
  position: absolute;
  left: 1.875rem;
  top: 1.5rem;
  line-height: 1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-blockquote::before, .l-post-content blockquote::before, #tinymce.mce-content-body.acf_content blockquote::before, #tinymce.post-type-post blockquote::before, #tinymce.post-type-work blockquote::before {
    font-size: 1.25rem;
    left: 0.625rem;
    top: 0.5rem;
  }
}
.c-blockquote cite, .l-post-content blockquote cite, #tinymce.mce-content-body.acf_content blockquote cite, #tinymce.post-type-post blockquote cite, #tinymce.post-type-work blockquote cite {
  display: block;
  margin-top: 1rem;
}

/*
---
name: アーカイブナビ_通常
category: Navigation
---
*/
.c-box-archive__block {
  border: 1px solid #A31039;
  padding: 1.5rem 2rem 0.75rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-archive__block {
    padding: 1rem 1.5rem 0.75rem;
  }
}
.c-box-archive__block:last-child {
  margin-bottom: 0;
}
.c-box-archive__title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #A31039;
  margin-bottom: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-archive__title {
    font-size: 1rem;
  }
}
.c-box-archive ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-box-archive ul li {
  margin-right: 3rem;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-archive ul li {
    margin-right: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.c-box-archive ul li::before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #A31039;
  padding-right: 0.5rem;
}
.c-box-archive ul li a {
  color: #262626;
  text-decoration: none;
  font-weight: 400;
}

/*
---
name: ステップボックス_画像なし
category: Components
---
*/
.c-box-number__block {
  display: flex;
  position: relative;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-number__block {
    margin-bottom: 2rem;
  }
}
.c-box-number__block::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 12px 0 12px;
  border-color: #A31039 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
.c-box-number__block:last-child {
  margin-bottom: 0;
}
.c-box-number__block:last-child::after {
  display: none;
}
.c-box-number__head {
  background-color: #A31039;
  width: 5.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-number__head {
    width: 4.5rem;
  }
}
.c-box-number__number {
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
.c-box-number__number small {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-number__number small {
    font-size: 0.875rem;
  }
}
.c-box-number__number span {
  font-size: 2rem;
  letter-spacing: 0;
  display: block;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-number__number span {
    font-size: 2rem;
  }
}
.c-box-number__content {
  background-color: #FAF7F0;
  padding: 1.75rem 2.5rem;
  width: calc(100% - 86px);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-number__content {
    padding: 1rem 1.5rem;
    width: calc(100% - 72px);
  }
}
.c-box-number__text {
  font-size: 0.875rem;
}

/*
---
name: シェアボックス
category: PostContent
---
# いいねボタンのHTMLは自動生成
*/
.c-box-share {
  width: 100%;
  min-height: 16.875rem;
  background: url("../images/img-sample.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  text-align: center;
  margin: 3rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-share {
    margin: 1.5rem 0;
    min-height: 12.5rem;
  }
}
.c-box-share::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.c-box-share__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 100%;
}
.c-box-share__title {
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-share__title {
    font-size: 1.25rem;
    margin-bottom: 0.875rem;
  }
}

/*
---
name: ボックス_通常
category: Components
---
*/
.c-box__block {
  background-color: #FAF7F0;
  padding: 2rem 2.5rem;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box__block {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.c-box__block:last-child {
  margin-bottom: 0;
}
.c-box__block:last-child::after {
  display: none !important;
}
.c-box.is-number-left .c-box__block {
  position: relative;
}
.c-box.is-number-left .c-box__block::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 33px 0 33px;
  border-color: #A31039 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box.is-number-left .c-box__block::after {
    border-width: 16px 16px 0 16px;
  }
}
.c-box.is-number-left .c-box__number {
  background-color: #A31039;
  color: #fff;
  width: 5.375rem;
  height: 5.375rem;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  position: absolute;
  top: 0;
  line-height: 1;
  left: 0;
  padding-top: 0.875rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box.is-number-left .c-box__number {
    width: 4rem;
    height: 4rem;
    padding-top: 0.625rem;
  }
}
.c-box.is-number-left .c-box__number small {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box.is-number-left .c-box__number small {
    font-size: 0.875rem;
  }
}
.c-box.is-number-left .c-box__number span {
  font-size: 2.625rem;
  letter-spacing: 0;
  display: block;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box.is-number-left .c-box__number span {
    font-size: 2rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box__image {
    margin-bottom: 1rem;
  }
}
.c-box.is-roundimg .c-box__image {
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.c-box.is-roundimg .c-box__image img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-breadcrumb {
  padding: 1rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-breadcrumb {
    padding: 0.75rem 0;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-breadcrumb__inner {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.c-breadcrumb__inner span {
  color: rgba(38, 38, 38, 0.3);
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: normal;
}
.c-breadcrumb__inner span.is-arrow {
  margin: 0 0.75rem;
  align-items: center;
  color: #262626;
}
.c-breadcrumb__inner span a {
  text-decoration: none;
  color: #262626;
}

.c-button-social > a.c-social-share__facebook {
  background: #3b5998;
}
.c-button-social > a.c-social-share__twitter {
  background: #00aced;
}
.c-button-social > a.c-social-share__googleplus {
  background: #d34836;
}

/*
---
name: ボタン_カラー別
category: Buttons
---
*/
.c-button, .c-button-social > a {
  position: relative;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 12.75rem;
  background-color: #A31039;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  padding: 0.75rem 1.375rem;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
  transition: all 0.3s 0s ease;
  outline: none;
  border: none;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button, .c-button-social > a {
    padding: 0.75rem 1.25rem;
  }
}
.c-button::after, .c-button-social > a::after {
  content: "\f105";
  display: block;
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  font-size: 0.8125rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button::after, .c-button-social > a::after {
    right: 0.75rem;
  }
}
.c-button:hover, .c-button-social > a:hover {
  opacity: 0.5;
}
.c-button.is-reverse, .c-button-social > a.is-reverse {
  border: 1px solid #A31039;
  background-color: #fff;
  color: #A31039;
}
.c-button.is-reverse:hover, .c-button-social > a.is-reverse:hover {
  opacity: 1;
  background-color: #A31039;
  color: #fff;
}
.c-button.is-accent, .c-button-social > a.is-accent {
  background-color: #A8900A;
}

/*
---
name: ボタン_サイズ別
category: Buttons
---
*/
.c-button.is-max, .c-button-social > a.is-max {
  max-width: 25rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button.is-max, .c-button-social > a.is-max {
    font-size: 0.875rem;
    padding: 0.9375rem 1.25rem;
  }
}
.c-button.is-max::after, .c-button-social > a.is-max::after {
  font-size: 1.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button.is-max::after, .c-button-social > a.is-max::after {
    font-size: 1.35rem;
  }
}
.c-button.is-xlg, .c-button-social > a.is-xlg {
  max-width: 22.25rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button.is-xlg, .c-button-social > a.is-xlg {
    font-size: 0.875rem;
    padding: 0.9375rem 1.25rem;
  }
}
.c-button.is-xlg::after, .c-button-social > a.is-xlg::after {
  font-size: 1.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button.is-xlg::after, .c-button-social > a.is-xlg::after {
    font-size: 1.35rem;
  }
}
.c-button.is-lg, .c-button-social > a.is-lg {
  max-width: 17rem;
}
.c-button.is-sm, .c-button-social > a.is-sm {
  max-width: 8.375rem;
  padding: 0.75rem 1.5rem;
}
.c-button.is-xs, .c-button-social > a.is-xs {
  width: inherit;
  max-width: 100%;
  background-color: transparent;
  padding: 0 1rem 0 0;
  border: none !important;
  color: #262626;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button.is-xs, .c-button-social > a.is-xs {
    font-size: 0.7875rem;
  }
}
.c-button.is-xs::after, .c-button-social > a.is-xs::after {
  color: #A31039;
  right: 0;
}
.c-button.is-xs:hover, .c-button-social > a.is-xs:hover {
  opacity: 0.6;
}
.c-button.is-nav, .c-button-social > a.is-nav {
  color: #A31039;
  background: #fff;
  border: 1px solid #A31039;
  padding: 1rem 1.5rem;
  max-width: 100%;
  height: 100%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button.is-nav, .c-button-social > a.is-nav {
    padding: 0.75rem 1.5rem;
  }
}
.c-button.is-nav:after, .c-button-social > a.is-nav:after {
  content: "\f107";
  right: 1rem;
  transform: translateY(-50%);
  line-height: 1;
}
.c-button.is-nav:hover, .c-button-social > a.is-nav:hover {
  opacity: 1;
  color: #fff;
  background: #A31039;
  transform: translateY(6px);
}
.c-button.is-arrow-left:after, .c-button-social > a.is-arrow-left:after {
  content: "\f104";
  right: auto;
  left: 1rem;
}
.c-button.is-arrow-down:after, .c-button-social > a.is-arrow-down:after {
  content: "\f107";
}
.c-button.is-search:before, .c-button-social > a.is-search:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 1.1875rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 400;
  margin-right: 0.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button.is-search:before, .c-button-social > a.is-search:before {
    font-size: 1rem;
    margin-right: 0.25rem;
  }
}
.c-button.is-search:after, .c-button-social > a.is-search:after {
  content: none;
}

.c-capsul-nav__block {
  margin-right: 2.25rem !important;
}
.c-capsul-nav__block:last-of-type {
  margin-right: 0 !important;
}

.c-card-interview .large-6:nth-child(n+3) {
  margin-top: 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-interview .large-6:not(:first-child) {
    margin-top: 0.5rem;
  }
}
.c-card-interview__block {
  background: #FAF7F0;
  padding: 2rem;
  border-radius: 4px;
  height: 100%;
}
@media screen and (max-width: 59.3125em) {
  .c-card-interview__block {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-interview__block {
    padding: 1.5rem 1rem;
  }
}
.c-card-interview__flex {
  display: flex;
}
.c-card-interview__icon {
  flex: none;
  margin-right: 2rem;
}
@media screen and (max-width: 59.3125em) {
  .c-card-interview__icon {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-interview__icon {
    margin-right: 1rem;
  }
}
.c-card-interview__image {
  position: relative;
  width: 5.875rem;
  height: 5.875rem;
  border-radius: 50%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-interview__image {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.c-card-interview__image .bg-img {
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-card-interview__name {
  text-align: center;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-interview__name {
    font-size: 0.8125rem;
  }
}
.c-card-interview__content {
  width: 100%;
}
.c-card-interview__title {
  font-size: 0.875rem;
  letter-spacing: 0em;
  line-height: 1.7142857143;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.c-card-interview__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.4444444444;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 59.3125em) {
  .c-card-interview__text {
    -webkit-line-clamp: 3;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-interview__text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    margin-bottom: 0;
  }
}
.c-card-interview__button {
  text-align: right;
  margin-top: -1rem;
}
@media screen and (max-width: 59.3125em) {
  .c-card-interview__button {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-interview__button .c-button, .c-card-interview__button .c-button-social > a {
    max-width: 100%;
  }
}
.c-card-interview__btn {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-interview__btn {
    margin-top: 2rem;
  }
}

.c-card-lg__inner {
  display: flex;
  flex-wrap: wrap;
}
.c-card-lg__block {
  width: 33.3333%;
}
.c-card-lg__content {
  padding: 1.25rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-lg__content {
    padding: 0.75rem;
  }
}
.c-card-lg__title {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  margin: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-lg__title {
    font-size: 1.125rem;
  }
}
.c-card-lg__text {
  margin-top: 0.75rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-lg__text {
    margin-top: 0.375rem;
  }
}

/*
---
name: ポストアイテム_カード（タグあり）
category: News
---
*/
.c-card-post__block {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #262626;
  font-weight: 400;
  margin-bottom: 3rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-post__block {
    margin-bottom: 2rem;
  }
}
.c-card-post__block span,
.c-card-post__block small {
  display: block;
}
.c-card-post__image {
  position: relative;
  display: block;
}
.c-card-post__image img {
  width: 100%;
  height: auto;
}
.c-card-post__label {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: block;
}
.c-card-post__content {
  margin-top: 0.75rem;
}
.c-card-post__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
}
.c-card-post__text {
  color: rgba(38, 38, 38, 0.7);
  font-size: 0.8125rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-post__text {
    margin-top: 0.5rem;
  }
}
.c-card-post__sup {
  margin-top: 0.375rem;
  display: flex;
  align-items: flex-start;
}
.c-card-post__date {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #A31039;
  letter-spacing: 0;
}
.c-card-post__detail {
  color: #A31039;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  opacity: 0.7;
}
.c-card-post__tag ul {
  display: flex;
  flex-wrap: wrap;
}
.c-card-post__tag ul li {
  margin-right: 1.25rem;
}
.c-card-post__tag ul li a {
  color: #A31039;
  font-weight: 400;
  font-size: 0.875rem;
  display: block;
  text-decoration: none;
}

.c-card-post.is-tag-hidden {
  margin-botom: 2rem;
}
.c-card-post.is-tag-hidden .c-card-post__sup {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.c-card-post.is-tag-hidden .c-card-post__label {
  position: static;
}
.c-card-post.is-tag-hidden .c-card-post__date {
  margin-right: 0;
  margin-left: 1.125rem;
}
.c-card-post.is-tag-hidden .c-card-post__title {
  font-size: 1rem;
}

/*
---
name: カード_通常
category: Components
---
*/
.c-card__block {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #262626;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card__block {
    margin-bottom: 2rem !important;
  }
}
.c-card__block span,
.c-card__block small {
  display: block;
}
.c-card__image {
  transition: all 0.2s;
}
.c-card__image img {
  width: 100%;
  height: auto;
}
.c-card__content {
  margin-top: 0.75rem;
}
.c-card__title {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  margin: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card__title {
    font-size: 1.125rem;
  }
}
.c-card__text {
  margin-top: 0.75rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card__text {
    margin-top: 0.375rem;
  }
}

/*
---
name: カード_数字付き
category: Components
---
*/
.c-card.is-number-left .c-card__block {
  position: relative;
  padding-top: 3.25rem;
}
.c-card.is-number-left .c-card__number {
  text-align: center;
  color: #A31039;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 8px;
}
.c-card.is-number-left .c-card__number small {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}
.c-card.is-number-left .c-card__number span {
  font-size: 3.75rem;
  letter-spacing: 0;
}
.c-card.is-number-left .c-card__text {
  font-size: 16px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card.is-number-left .c-card__text {
    font-size: 13.6px;
  }
}

.c-card__list {
  display: block !important;
}

.c-embed {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #262626;
  margin: 0;
  line-height: 1.75;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  background: #F9F9F9;
  padding: 2.5rem 2.5rem 2.5rem 2.5rem;
  border: none;
  box-shadow: none;
}
.c-embed a {
  display: block;
  color: inherit;
}
.c-embed a:hover {
  opacity: 0.7 !important;
}
.c-embed a:hover .c-embed__image-bg {
  opacity: 0.7;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-embed {
    padding: 1rem 1rem 1rem 1rem;
  }
}
.c-embed.is-title-only .c-embed__heading {
  margin-bottom: 0;
}
.c-embed.is-title-only .c-embed__heading a {
  padding: 8px 0;
}
.c-embed.is-title-only .c-embed__inner {
  display: none !important;
}
.c-embed__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-embed__inner {
    display: block;
  }
}
.c-embed__heading {
  margin-bottom: 1rem;
}
.c-embed__heading a {
  color: #A31039;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.2;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-embed__heading {
    margin-bottom: 0.5rem;
  }
}
.c-embed__image {
  width: 30%;
  margin-right: 2rem;
}
@media screen and (max-width: 46.8125em) {
  .c-embed__image {
    width: 100%;
  }
}
.c-embed__image-bg {
  width: 100%;
  max-width: 15rem;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-size: cover;
}
.c-embed__image-bg::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
@media screen and (max-width: 46.8125em) {
  .c-embed__image-bg {
    margin: 0 auto 16px;
  }
}
.c-embed__content {
  width: 100%;
  line-height: 1.8;
}
.c-embed__content a {
  color: #262626;
  text-decoration: none;
}
.c-embed__content a:hover {
  opacity: 0.7 !important;
}
.c-embed .wp-embed-more {
  text-align: right;
}
.c-embed .wp-embed-more::after {
  content: " > ";
}

.wp-embedded-content {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 16px;
  margin-bottom: 16px;
}

.c-float-sp {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
  background: #A8900A;
  z-index: 9999;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-float-sp {
    display: block;
  }
}
.c-float-sp a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.8125rem;
  text-decoration: none;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: 400;
  color: #fff;
  position: relative;
}
.c-float-sp a::after {
  content: "\f105";
  display: inline-block;
  font-size: 1.1875rem;
  font-family: FontAwesome;
  margin-left: 0.8125rem;
  position: relative;
  top: 2px;
}
.c-float-sp a span {
  margin-right: 0.375rem;
}

.c-form-head__block {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 59.3125em) {
  .c-form-head__block {
    display: block;
  }
}
.c-form-head__title {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-top: 0;
  font-weight: 400;
}
@media screen and (max-width: 59.3125em) {
  .c-form-head__title {
    font-size: 1.125rem;
  }
}
.c-form-head__list {
  display: flex;
}
@media screen and (max-width: 59.3125em) {
  .c-form-head__list {
    justify-content: center;
    margin-top: 1.5rem;
  }
}
.c-form-head__item {
  padding-left: 4.375rem;
  position: relative;
}
@media screen and (max-width: 59.3125em) {
  .c-form-head__item {
    padding-left: 1.875rem;
  }
}
.c-form-head__item:first-of-type {
  padding-left: 0;
}
.c-form-head__item:first-of-type::before {
  display: none;
}
.c-form-head__item::before {
  content: "";
  position: absolute;
  top: 0.9375rem;
  left: 0;
  margin: auto;
  width: 2.1875rem;
  height: 0.0625rem;
  transform: translateX(50%);
  background: #A31039;
}
@media screen and (max-width: 59.3125em) {
  .c-form-head__item::before {
    width: 0.9375rem;
  }
}
.c-form-head__item-number {
  width: 1.875rem;
  height: 1.875rem;
  color: #fff;
  background: #cccccc;
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  margin: auto;
}
@media screen and (max-width: 59.3125em) {
  .c-form-head__item-number {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.75rem;
  }
}
.c-form-head__item-text {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
  margin-top: 0.625rem;
}
@media screen and (max-width: 59.3125em) {
  .c-form-head__item-text {
    font-size: 0.75rem;
  }
}

.c-form-head__item.is-current .c-form-head__item-number {
  background: #A31039;
}
.c-form-head__item.is-current .c-form-head__item-text {
  color: #A31039;
}

.c-forms-normal__block {
  margin-bottom: 3rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__block {
    margin-bottom: 2rem;
  }
}
.c-forms-normal__block:last-child {
  margin-bottom: 0;
}
.c-forms-normal__title {
  margin-bottom: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__title {
    margin-bottom: 0.75rem;
  }
}
.c-forms-normal__label {
  display: inline-block;
  color: #f00;
  margin-left: 0.3125rem;
}
.c-forms-normal__content input, .c-forms-normal__content select, .c-forms-normal__content textarea {
  background-color: #F9F9F9;
  border-color: #ECECEC;
  border-radius: 4px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.c-forms-normal__content input:focus, .c-forms-normal__content select:focus, .c-forms-normal__content textarea:focus {
  outline: none;
  border-color: #A31039;
}
.c-forms-normal__input {
  width: 100%;
}
.c-forms-normal__input.is-sm {
  width: 11.25rem;
}
.c-forms-normal__input input {
  padding: 1.1875rem 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__input input {
    padding: 1rem;
  }
}
.c-forms-normal__select select {
  height: 4.25rem;
  box-shadow: none;
}
.c-forms-normal__radio, .c-forms-normal__checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-forms-normal__radio label, .c-forms-normal__checkbox label {
  display: flex;
  align-items: center;
  margin-right: 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__radio label, .c-forms-normal__checkbox label {
    margin-right: 3rem;
    margin-bottom: 0.5rem;
  }
}
.c-forms-normal__radio input, .c-forms-normal__checkbox input {
  margin-right: 0.5rem;
  margin-top: 0.125rem;
}
.c-forms-normal__radio span:last-child label, .c-forms-normal__checkbox span:last-child label {
  margin-right: 0;
}
.c-forms-normal__checkbox input {
  margin-right: 0.375rem;
  margin-top: 0.25rem;
}
.c-forms-normal__textarea textarea {
  padding: 1.1875rem 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__textarea textarea {
    padding: 1rem;
  }
}
.c-forms-normal__privacy {
  margin-top: 5.375rem;
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__privacy {
    margin-top: 2rem;
  }
}
.c-forms-normal__privacy a {
  font-weight: 400;
  text-decoration: underline;
  color: #262626;
}
.c-forms-normal__flexbox {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.c-forms-normal__flexbox:last-child {
  margin-bottom: 0;
}
.c-forms-normal__flexbox .c-forms-normal__input {
  margin-right: 1rem;
}
.c-forms-normal__flexbox .c-forms-normal__input:last-child {
  margin-right: 0;
}
.c-forms-normal__flexbox span {
  min-width: 7.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__flexbox span {
    min-width: 100%;
    margin-bottom: 0.5rem;
  }
}
.c-forms-normal__button {
  max-width: 9.375rem;
  border: 1px solid #262626;
  outline: none;
  background-color: #fff;
  padding: 0.1875rem 0.75rem;
  display: block;
  text-align: center;
  margin-left: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__button {
    padding: 0.5625rem 0.75rem;
  }
}
.c-forms-normal__submit {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__submit {
    margin-top: 2rem;
  }
}
.c-forms-simple__block {
  display: flex;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__block {
    display: block;
  }
}
.c-forms-simple__title {
  min-width: 16.125rem;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__title {
    width: 100%;
    background-color: transparent;
    padding: 0.75rem 0 0;
    font-weight: 700;
  }
}
.c-forms-simple__title.is-vertical-top {
  align-items: flex-start;
}
.c-forms-simple__title.is-vertical-top.is-just {
  padding-top: 2.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__title.is-vertical-top.is-just {
    padding-top: 0.75rem;
  }
}
.c-forms-simple__title.is-vertical-top .c-forms__label {
  margin-top: 0.1875rem;
}
.c-forms-simple__label {
  display: block;
  background-color: #A8900A;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0.0625rem 0.625rem;
  margin-left: 1rem;
  min-width: 3rem;
}
.c-forms-simple__content {
  width: 100%;
  padding: 1rem 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__content {
    padding: 0.75rem 0;
  }
}
.c-forms-simple__content.is-column {
  display: flex;
  justify-content: space-between;
}
.c-forms-simple__content.is-column .c-forms-simple__input {
  margin-right: 24px;
}
.c-forms-simple__content.is-column .c-forms-simple__input:last-of-type {
  margin-right: 0;
}
.c-forms-simple__content.is-column input {
  width: 100%;
}
.c-forms-simple__content.is-vertical-middle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-forms-simple__input {
  width: 100%;
}
.c-forms-simple__input input {
  border-radius: 4px;
  background: #F9F9F9;
  padding: 1rem 1rem 1rem 1.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__input input {
    padding: 0.75rem 1rem;
  }
}
.c-forms-simple__input input:focus {
  border-color: #A31039;
}
.c-forms-simple__input.is-sm {
  width: 11.25rem;
}
.c-forms-simple__input.is-sm input {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.c-forms-simple__textarea textarea {
  border-radius: 4px;
  background: #F9F9F9;
  padding: 1rem 1rem 1rem 1.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__textarea textarea {
    padding: 0.75rem 1rem;
  }
}
.c-forms-simple__textarea textarea:focus {
  border-color: #A31039;
}
.c-forms-simple__radio, .c-forms-simple__checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-forms-simple__radio label, .c-forms-simple__checkbox label {
  display: flex;
  align-items: center;
  margin-right: 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__radio label, .c-forms-simple__checkbox label {
    margin-right: 3rem;
    margin-bottom: 0.5rem;
  }
}
.c-forms-simple__radio input, .c-forms-simple__checkbox input {
  margin-right: 0.5rem;
  margin-top: 0.125rem;
}
.c-forms-simple__radio span:last-child label, .c-forms-simple__checkbox span:last-child label {
  margin-right: 0;
}
.c-forms-simple__checkbox input {
  margin-right: 0.375rem;
  margin-top: 0.25rem;
}
.c-forms-simple__privacy {
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__privacy {
    margin-top: 1rem;
  }
}
.c-forms-simple__privacy input {
  margin-right: 0.625rem;
}
.c-forms-simple__privacy a {
  font-weight: 400;
  text-decoration: underline;
  color: #262626;
}
.c-forms-simple__flex-al {
  display: flex;
  align-items: center;
}
.c-forms-simple__flexbox {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__flexbox {
    display: block;
  }
}
.c-forms-simple__flexbox input {
  width: 100%;
}
.c-forms-simple__flexbox:last-child {
  margin-bottom: 0;
}
.c-forms-simple__flexbox span {
  min-width: 7.5rem;
  display: block;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__flexbox span {
    min-width: 100%;
    margin-bottom: 0.5rem;
  }
}
.c-forms-simple__button {
  max-width: 9.375rem;
  border: 1px solid #262626;
  outline: none;
  background-color: #fff;
  padding: 0.1875rem 0.75rem;
  display: block;
  text-align: center;
  border-radius: 4px;
  margin-left: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__button {
    padding: 0.5625rem 0.75rem;
  }
}
.c-forms-simple__submit {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__submit {
    margin-top: 2rem;
  }
}
.c-forms {
  margin-top: 2.625rem;
  padding: 2.625rem 2rem;
  background: #fff;
}
.c-forms.is-component {
  background: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 59.3125em) {
  .c-forms {
    padding: 2.625rem 0;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-forms {
    padding: 2.25rem 1rem;
  }
}
.c-forms__group:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__group:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.c-forms__text {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__text {
    margin-bottom: 1.5rem;
  }
}
.c-forms__heading.c-heading.is-sm {
  margin-bottom: 1.5rem;
}
.c-forms__blocks {
  margin-bottom: 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__blocks {
    margin-bottom: 1.5rem;
  }
}
.c-forms__blocks.is-border-bottom {
  border-bottom: 1px solid #ADADAD;
  padding-bottom: 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__blocks.is-border-bottom {
    padding-bottom: 1.5rem;
  }
}
.c-forms__block {
  display: flex;
}
.c-forms__block:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__block:not(:last-child) {
    margin-bottom: 1.125rem;
  }
}
.c-forms__block.is-border-bottom {
  border-bottom: 1px solid #ADADAD;
  padding-bottom: 1rem;
}
.c-forms__block.is-border-bottom:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__block {
    display: block;
  }
}
.c-forms__block.is-vertical {
  display: block;
}
.c-forms__block.is-vertical .c-forms__title {
  max-width: 13.125rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__block.is-vertical .c-forms__title {
    max-width: 100%;
    margin-bottom: 0.75rem;
  }
}
.c-forms__title {
  min-width: 12.9375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: none;
  margin-right: 2rem;
  letter-spacing: 0;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__title {
    width: 100%;
    background-color: transparent;
    justify-content: flex-start;
    margin-bottom: 0.75rem;
    font-weight: 700;
  }
}
.c-forms__title.is-vertical-top {
  align-items: flex-start;
}
.c-forms__title.is-vertical-top.is-just {
  padding-top: 2.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__title.is-vertical-top.is-just {
    padding-top: 0.75rem;
  }
}
.c-forms__title.is-vertical-top .c-forms__label {
  margin-top: 0.1875rem;
}
.c-forms__title.is-vertical-high {
  align-items: flex-start;
  line-height: 2.5;
}
.c-forms__title.is-vertical-high .c-forms__label {
  margin-top: 0.1875rem;
}
.c-forms__title.is-vertical-cution {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__title.is-vertical-cution {
    margin-bottom: 0.75rem;
  }
}
.c-forms__label {
  display: block;
  background-color: #fff;
  color: #A31039;
  border: 1px solid #A31039;
  border-radius: 4px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
  text-align: center;
  padding: 0.3125rem 0.625rem;
  margin-left: 1rem;
  min-width: 3.625rem;
}
.c-forms__label.is-reverse {
  background-color: #ADADAD;
  border-color: #ADADAD;
  color: #fff;
}
.c-forms__content {
  width: 100%;
}
.c-forms__content.is-column {
  display: flex;
  justify-content: space-between;
}
.c-forms__content.is-column .c-forms-simple__input {
  margin-right: 24px;
}
.c-forms__content.is-column .c-forms-simple__input:last-of-type {
  margin-right: 0;
}
.c-forms__content.is-column input {
  width: 100%;
}
.c-forms__content.is-vertical-middle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-forms__content.js-accordion .c-forms__input {
  display: none;
  margin-top: 0.5rem;
}
.c-forms__content.js-accordion.is-open .c-forms__accordion:after {
  content: "\f106";
}
.c-forms__accordion {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
  transition: all 0.3s 0s ease;
}
.c-forms__accordion:hover {
  opacity: 0.5;
}
.c-forms__accordion:after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: 0.5rem;
}
.c-forms__dates {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
}
.c-forms__dates .c-forms__date:not(:first-child) {
  margin-top: 0.75rem;
}
.c-forms__dates .c-forms__date-block {
  width: 50% !important;
}
.c-forms__dates .c-forms__date-block span {
  white-space: nowrap;
}
.c-forms__date {
  display: flex;
  align-items: center;
}
.c-forms__date-block {
  display: flex;
  align-items: center;
  width: 30%;
}
.c-forms__date-block:first-child {
  width: 40%;
}
.c-forms__date-block:not(:last-child) {
  margin-right: 1.125rem;
}
.c-forms__date-block span {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
  margin-left: 0.8125rem;
}
.c-forms__input {
  width: 100%;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
}
.c-forms__input input, .c-forms__input select {
  border-radius: 4px;
  padding: 1rem 1rem 1rem 1.5rem;
  height: 3rem;
  border: 1px solid #ADADAD;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
.c-forms__input input::placeholder, .c-forms__input select::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__input input, .c-forms__input select {
    padding: 0.75rem 1rem;
  }
}
.c-forms__input input:focus, .c-forms__input select:focus {
  border-color: #A31039;
}
.c-forms__input select {
  padding: 0.75rem 1rem 0.75rem 1.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__input select {
    padding: 0.5rem 1rem;
  }
}
.c-forms__input.is-sm {
  width: 13.9375rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__input.is-sm {
    width: 12.5rem;
  }
}
.c-forms__input.is-sm input {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.c-forms__input small {
  font-size: 0.6875rem;
  letter-spacing: 0;
}
.c-forms__textarea textarea {
  border-radius: 4px;
  padding: 1rem 1rem 1rem 1.5rem;
  display: block;
  height: 10.4375rem;
  resize: none;
  min-height: 0;
  border-color: #ADADAD;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__textarea textarea {
    padding: 0.75rem 1rem;
  }
}
.c-forms__textarea textarea:focus {
  border-color: #A31039;
}
.c-forms__file:not(:last-child) {
  margin-bottom: 0.75rem;
}
.c-forms__file-group {
  margin-bottom: 1.5rem;
}
.c-forms__file label {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  padding: 0.25rem 0.9375rem;
  border-radius: 4px;
  border: 1px solid #BABABA;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  background: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-right: 1.25rem;
}
.c-forms__file label::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.625rem;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, #fff, #EFEFEF);
}
.c-forms__file label span {
  position: relative;
  z-index: 1;
}
.c-forms__file > span {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: 400;
}
.c-forms__file-option {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: 400;
}
.c-forms__checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: 400;
}
.c-forms__checkbox.is-align-even label {
  min-width: 9.5rem;
}
.c-forms__checkbox-group:not(:last-child) {
  margin-bottom: 2rem;
}
.c-forms__checkbox-group:last-child {
  padding-bottom: 1.25rem;
}
.c-forms__checkbox-title {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
  font-weight: 400;
  color: #A31039;
  display: flex;
  align-items: center;
  margin: 0 0 1.25rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__checkbox-title {
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
  }
}
.c-forms__checkbox-title span {
  margin-right: 0.6875rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__checkbox-title span {
    width: 1.5rem;
  }
}
.c-forms__checkbox > span:last-child label {
  margin-right: 0;
}
.c-forms__checkbox label {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  margin-bottom: 0.625rem;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 2.1875rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__checkbox label {
    margin-right: 3rem;
    margin-bottom: 0.5rem;
  }
}
.c-forms__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.c-forms__checkbox input:checked + .is-checkmark:after {
  display: block;
}
.c-forms__checkbox .is-checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #B9B9B9;
  transform: translateY(-50%);
}
.c-forms__checkbox .is-checkmark::after {
  content: "";
  background: url("../images/icon-check.svg") no-repeat center center/contain;
  width: 1.25rem;
  height: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.c-forms__radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-forms__radio:not(:first-child) {
  margin-top: 0.5rem;
}
.c-forms__radio.is-vertical {
  display: block;
}
.c-forms__radio.is-vertical label {
  display: block;
}
.c-forms__radio.is-vertical label:not(:last-child) {
  margin-bottom: 0.375rem;
}
.c-forms__radio.is-sm {
  display: flex;
}
.c-forms__radio.is-sm label:not(:last-child) {
  margin-right: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__radio.is-sm label:not(:last-child) {
    margin-right: 1.25rem;
  }
}
.c-forms__radio.is-sm span::before {
  margin-right: 0.75rem;
}
.c-forms__radio label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__radio label {
    margin-bottom: 0.625rem;
  }
}
.c-forms__radio label:not(:last-child) {
  margin-right: 2.3125rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__radio label:not(:last-child) {
    margin-right: 1.25rem;
  }
}
.c-forms__radio label span {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: normal;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__radio label span {
    font-size: 0.875rem;
  }
}
.c-forms__radio label span::before {
  content: "";
  background: #fff;
  border: 1px solid #B9B9B9;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.9375rem;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  flex: none;
}
.c-forms__radio label input[type=radio] {
  position: absolute;
  opacity: 0;
}
.c-forms__radio label input[type=radio]::before {
  content: "";
  background: #fff;
  border: 1px solid #6C6C6C;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
}
.c-forms__radio label input[type=radio]:checked + span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  background: #A31039;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.c-forms__checkbox.is-vertical {
  display: block;
}
.c-forms__checkbox.is-vertical span {
  display: block;
}
.c-forms__checkbox.is-vertical span:not(:last-child) {
  margin-bottom: 0.375rem;
}
.c-forms__checkbox input {
  margin-right: 0.375rem;
  margin-top: 0.25rem;
}
.c-forms__privacy {
  text-align: center;
  position: relative;
}
.c-forms__privacy input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.c-forms__privacy input:checked + .is-checkmark:after {
  display: block;
}
.c-forms__privacy .is-checkmark {
  position: relative;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #B9B9B9;
  display: inline-block;
  margin: 0 10px 0 0;
  top: 4px;
}
.c-forms__privacy .is-checkmark::after {
  content: "";
  background: url("../images/icon-check.svg") no-repeat center center/contain;
  width: 1.25rem;
  height: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.c-forms__privacy label {
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1.625;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__privacy label {
    font-size: 0.875rem;
  }
}
.c-forms__privacy a {
  font-weight: 400;
  text-decoration: underline;
  color: #262626;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.625;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__privacy a {
    font-size: 0.875rem;
  }
}
.c-forms__flex-al {
  display: flex;
  align-items: center;
}
.c-forms__flexbox {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__flexbox {
    display: block;
  }
}
.c-forms__flexbox input {
  width: 100%;
}
.c-forms__flexbox:last-child {
  margin-bottom: 0;
}
.c-forms__flexbox span {
  min-width: 7.5rem;
  display: block;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__flexbox span {
    min-width: 100%;
    margin-bottom: 0.5rem;
  }
}
.c-forms__button {
  flex: none;
  max-width: 7.5rem;
  width: 100%;
  height: 2.9375rem;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
  border: 1px solid #A31039;
  outline: none;
  background-color: #A31039;
  color: #fff;
  padding: 0;
  display: block;
  text-align: center;
  border-radius: 4px;
  margin-left: 1.6875rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__button {
    margin-left: 1.25rem;
  }
}
.c-forms__submit {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__submit {
    margin-top: 2rem;
  }
}
.c-forms__submit .c-button.is-lg, .c-forms__submit .c-button-social > a.is-lg {
  max-width: 16.5rem;
  height: 2.8125rem;
}
.c-forms__submit__back {
  width: calc(25% - 28px);
  margin-right: 16px;
}
@media screen and (max-width: 59.3125em) {
  .c-forms__submit__back {
    width: calc(33.33333% - 28px);
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__submit__back {
    width: calc(50% - 10px);
    margin-right: 6px;
  }
}
.c-forms__submit__submit {
  width: calc(25% - 28px);
  margin-left: 16px;
}
@media screen and (max-width: 59.3125em) {
  .c-forms__submit__submit {
    width: calc(33.33333% - 28px);
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__submit__submit {
    width: calc(50% - 10px);
    margin-left: 6px;
  }
}

.c-gallery-slider {
  position: relative;
  z-index: 1;
  padding-top: 158px;
  overflow: hidden;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider {
    padding-top: 50px;
  }
}
.c-gallery-slider::before {
  content: "";
  position: absolute;
  right: 0;
  top: 2.625rem;
  background: #F0F0F0;
  left: 0;
  margin: auto;
  width: 100%;
  height: calc(100% - 147px);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider::before {
    height: calc(100% - 90px);
    top: 0;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-gallery-slider {
    padding-bottom: 2.5rem;
  }
}
.c-gallery-slider__heading {
  position: relative;
  z-index: 2;
  margin: 0 0 5rem;
  padding-left: 3.75rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider__heading {
    margin-bottom: 2.5rem;
    padding-left: 0;
  }
}
.c-gallery-slider__heading-en {
  margin: 0;
  width: 100%;
  max-width: 13.625rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider__heading-en {
    max-width: 8.175rem;
  }
}
.c-gallery-slider__heading-en img {
  width: 100%;
}
.c-gallery-slider__heading-sub {
  padding-left: 2.1875rem;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider__heading-sub {
    font-size: 1rem;
    padding-left: 1.875rem;
  }
}
.c-gallery-slider__main {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem !important;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider__main {
    width: 100%;
    margin-bottom: 1.25rem !important;
  }
}
.c-gallery-slider__main .slick-slide {
  width: 100%;
  max-width: 46.75rem !important;
  outline: none !important;
  cursor: pointer;
}
@media screen and (max-width: 62.5em) {
  .c-gallery-slider__main .slick-slide {
    max-width: 46.875rem !important;
  }
}
.c-gallery-slider__main-texts {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 33;
  background: rgba(163, 16, 57, 0.9);
  color: #fff;
  padding: 1.1875rem 2.5rem;
  display: none;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider__main-texts {
    padding: 0.625rem 1rem;
  }
}
.c-gallery-slider__main-title {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider__main-title {
    font-size: 0.8125rem;
  }
}
.c-gallery-slider__main-text {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider__main-text {
    font-size: 0.6875rem;
  }
}
.c-gallery-slider__main-content {
  transform: scale(0.9, 0.9);
  transition: 0.3s;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider__main-content {
    margin: 0 12px;
  }
}
.c-gallery-slider__main-image {
  position: relative;
}
.c-gallery-slider__main-bgimg {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-gallery-slider__main-bgimg::before {
  content: "";
  display: block;
  padding-top: 66.8449197861%;
}
.c-gallery-slider__thumbnail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1038px;
  margin: 0 auto;
}
.c-gallery-slider__thumbnail.is-sm .slick-dots {
  display: none !important;
}
.c-gallery-slider__thumbnail-image {
  width: 13.2947976879%;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.c-gallery-slider__thumbnail-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
}
.c-gallery-slider__thumbnail-image:hover {
  opacity: 1;
}
.c-gallery-slider__thumbnail-bgimg {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-gallery-slider__thumbnail-bgimg::before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider__thumbnail-bgimg::before {
    padding-top: 57.9710144928%;
  }
}
.c-gallery-slider__thumbnail .slick-slide {
  margin: 0 6px;
  outline: none !important;
  width: 100%;
  max-width: 8.625rem !important;
  cursor: pointer;
}
@media screen and (max-width: 59.3125em) {
  .c-gallery-slider__thumbnail .slick-slide {
    max-width: none !important;
  }
}
.c-gallery-slider__thumbnail.is-simple-none {
  display: none;
}
.c-gallery-slider .slick-current.c-gallery-slider__thumbnail-image::after {
  opacity: 1;
}
.c-gallery-slider .slick-current.c-gallery-slider__main-content {
  opacity: 1;
  transform: scale(1, 1);
}
.c-gallery-slider .slick-current .c-gallery-slider__main-texts {
  display: block !important;
}
.c-gallery-slider .slick-arrow {
  position: absolute;
  margin: auto;
  z-index: 999;
  width: 3.125rem;
  height: 3.125rem;
  top: 50%;
}
@media screen and (max-width: 59.3125em) {
  .c-gallery-slider .slick-arrow {
    display: none !important;
  }
}
.c-gallery-slider .slick-arrow::before {
  display: none;
}
.c-gallery-slider .slick-arrow img {
  z-index: 999;
  width: 100%;
  height: 100%;
}
.c-gallery-slider .slick-prev {
  left: -4.625rem;
}
@media screen and (max-width: 59.3125em) {
  .c-gallery-slider .slick-prev {
    left: 0;
  }
}
.c-gallery-slider .slick-next {
  right: -4.625rem;
}
@media screen and (max-width: 59.3125em) {
  .c-gallery-slider .slick-next {
    right: 0;
  }
}
.c-gallery-slider .draggable {
  padding: 0 !important;
}
.c-gallery-slider .slick-dots {
  line-height: 1;
  height: auto;
  bottom: -2rem;
}
.c-gallery-slider .slick-dots li {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider .slick-dots li {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.c-gallery-slider .slick-dots li button {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider .slick-dots li button {
    width: 0.375rem;
    height: 0.375rem;
  }
}
.c-gallery-slider .slick-dots li button::before {
  content: "";
  opacity: 1;
  width: 0.5rem;
  height: 0.5rem;
  background-color: rgba(70, 70, 70, 0.2);
  border-radius: 1000px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider .slick-dots li button::before {
    width: 0.375rem;
    height: 0.375rem;
  }
}
.c-gallery-slider .slick-dots li.slick-active button::before {
  opacity: 1;
  background-color: #464646;
}

.container, .l-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.row {
  margin-left: -18px;
  margin-right: -18px;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.row.is-center {
  justify-content: center;
}

.small-1 {
  width: 8.3333333333%;
  padding-left: 8px;
  padding-right: 8px;
}

.is-push-sm-1 {
  margin-left: 8.3333333333%;
  padding-left: 8px;
  padding-right: 8px;
}

.small-2 {
  width: 16.6666666667%;
  padding-left: 8px;
  padding-right: 8px;
}

.is-push-sm-2 {
  margin-left: 16.6666666667%;
  padding-left: 8px;
  padding-right: 8px;
}

.small-3 {
  width: 25%;
  padding-left: 8px;
  padding-right: 8px;
}

.is-push-sm-3 {
  margin-left: 25%;
  padding-left: 8px;
  padding-right: 8px;
}

.small-4 {
  width: 33.3333333333%;
  padding-left: 8px;
  padding-right: 8px;
}

.is-push-sm-4 {
  margin-left: 33.3333333333%;
  padding-left: 8px;
  padding-right: 8px;
}

.small-5 {
  width: 41.6666666667%;
  padding-left: 8px;
  padding-right: 8px;
}

.is-push-sm-5 {
  margin-left: 41.6666666667%;
  padding-left: 8px;
  padding-right: 8px;
}

.small-6 {
  width: 50%;
  padding-left: 8px;
  padding-right: 8px;
}

.is-push-sm-6 {
  margin-left: 50%;
  padding-left: 8px;
  padding-right: 8px;
}

.small-7 {
  width: 58.3333333333%;
  padding-left: 8px;
  padding-right: 8px;
}

.is-push-sm-7 {
  margin-left: 58.3333333333%;
  padding-left: 8px;
  padding-right: 8px;
}

.small-8 {
  width: 66.6666666667%;
  padding-left: 8px;
  padding-right: 8px;
}

.is-push-sm-8 {
  margin-left: 66.6666666667%;
  padding-left: 8px;
  padding-right: 8px;
}

.small-9 {
  width: 75%;
  padding-left: 8px;
  padding-right: 8px;
}

.is-push-sm-9 {
  margin-left: 75%;
  padding-left: 8px;
  padding-right: 8px;
}

.small-10 {
  width: 83.3333333333%;
  padding-left: 8px;
  padding-right: 8px;
}

.is-push-sm-10 {
  margin-left: 83.3333333333%;
  padding-left: 8px;
  padding-right: 8px;
}

.small-11 {
  width: 91.6666666667%;
  padding-left: 8px;
  padding-right: 8px;
}

.is-push-sm-11 {
  margin-left: 91.6666666667%;
  padding-left: 8px;
  padding-right: 8px;
}

.small-12 {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

.is-push-sm-12 {
  margin-left: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

@media screen and (min-width: 46.875em) and (max-width: 59.3125em) {
  .medium-1 {
    width: 8.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-md-1 {
    margin-left: 8.3333333333%;
  }

  .medium-2 {
    width: 16.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-md-2 {
    margin-left: 16.6666666667%;
  }

  .medium-3 {
    width: 25%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-md-3 {
    margin-left: 25%;
  }

  .medium-4 {
    width: 33.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-md-4 {
    margin-left: 33.3333333333%;
  }

  .medium-5 {
    width: 41.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-md-5 {
    margin-left: 41.6666666667%;
  }

  .medium-6 {
    width: 50%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-md-6 {
    margin-left: 50%;
  }

  .medium-7 {
    width: 58.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-md-7 {
    margin-left: 58.3333333333%;
  }

  .medium-8 {
    width: 66.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-md-8 {
    margin-left: 66.6666666667%;
  }

  .medium-9 {
    width: 75%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-md-9 {
    margin-left: 75%;
  }

  .medium-10 {
    width: 83.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-md-10 {
    margin-left: 83.3333333333%;
  }

  .medium-11 {
    width: 91.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-md-11 {
    margin-left: 91.6666666667%;
  }

  .medium-12 {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-md-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 46.875em) {
  .large-1 {
    width: 8.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-lg-1 {
    margin-left: 8.3333333333%;
  }

  .large-2 {
    width: 16.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-lg-2 {
    margin-left: 16.6666666667%;
  }

  .large-3 {
    width: 25%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-lg-3 {
    margin-left: 25%;
  }

  .large-4 {
    width: 33.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-lg-4 {
    margin-left: 33.3333333333%;
  }

  .large-5 {
    width: 41.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-lg-5 {
    margin-left: 41.6666666667%;
  }

  .large-6 {
    width: 50%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-lg-6 {
    margin-left: 50%;
  }

  .large-7 {
    width: 58.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-lg-7 {
    margin-left: 58.3333333333%;
  }

  .large-8 {
    width: 66.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-lg-8 {
    margin-left: 66.6666666667%;
  }

  .large-9 {
    width: 75%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-lg-9 {
    margin-left: 75%;
  }

  .large-10 {
    width: 83.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-lg-10 {
    margin-left: 83.3333333333%;
  }

  .large-11 {
    width: 91.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-lg-11 {
    margin-left: 91.6666666667%;
  }

  .large-12 {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .is-push-lg-12 {
    margin-left: 100%;
  }
}
/*
---
name: 見出し_テンプレート
category: Heading
---
*/
.c-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.5;
}

.c-heading.is-xlg {
  text-align: center;
  margin: 0 0 2.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-xlg {
    margin-bottom: 1.5rem;
  }
}
.c-heading.is-xlg.is-text-md b {
  font-size: 1.625rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-xlg.is-text-md b {
    font-size: 1.25rem;
  }
}
.c-heading.is-xlg span {
  display: block;
  font-family: "Lora", serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.25;
  font-weight: 400;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-xlg span {
    font-size: 0.875rem;
  }
}
.c-heading.is-xlg b {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.46875;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-xlg b {
    font-size: 1.5rem;
  }
}
.c-heading.is-xlg img {
  display: block;
  margin: 0 auto 2.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-xlg img {
    margin-bottom: 1.5rem;
  }
}

.c-heading.is-lg {
  text-align: center;
  font-size: 1.625rem;
  letter-spacing: 0.05em;
  line-height: 1.4615384615;
  font-weight: 400;
  margin: 0 0 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-lg {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
}
.c-heading.is-lg img {
  display: block;
  margin: 0 auto 0.5rem;
}

.c-heading.is-md {
  position: relative;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  line-height: 1.4545454545;
  font-weight: 400;
  padding-left: 1.5625rem;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-md {
    font-size: 1rem;
    padding-left: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.c-heading.is-md:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5625rem;
  height: 100%;
  background: #A31039;
  border-radius: 2px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-md:before {
    width: 0.3125rem;
  }
}
.c-heading.is-md.is-border-none {
  padding-left: 0;
  margin: 1rem 0;
}
.c-heading.is-md.is-border-none:before {
  content: none;
}
.c-heading.is-md.is-border-bottom {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #DDC9C7;
  margin: 4rem 0 2.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-md.is-border-bottom {
    padding-bottom: 0.3125rem;
    margin: 2.5rem 0 1.5rem;
  }
}
.c-heading.is-md.is-border-bottom:before {
  height: calc(100% - 10px);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-md.is-border-bottom:before {
    height: calc(100% - 5px);
  }
}

.c-heading.is-sm {
  display: flex;
  align-items: flex-start;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  background: rgba(221, 201, 199, 0.4);
  padding: 0.5625rem 1.0625rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-sm {
    font-size: 1rem;
    padding: 0.375rem 0.75rem;
  }
}
.c-heading.is-sm:before {
  content: "check_circle";
  font-family: "Material Icons Round";
  color: #A31039;
  line-height: 1;
  margin-top: 0.3125rem;
  margin-right: 0.375rem;
}
.c-heading.is-sm.is-padding-none {
  padding: 0;
  background: none;
}

.c-heading.is-xs {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-xs {
    font-size: 0.875rem;
  }
}
.c-heading.is-xs:before {
  content: "●";
  color: #A31039;
}

.c-heading.is-xxs {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 0.375rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-xxs {
    font-size: 0.875rem;
  }
}

.c-heading.is-color-primary {
  color: #A31039;
}

.c-heading.is-top {
  margin-bottom: 0 !important;
}

.c-heading.is-bottom {
  margin-top: 0 !important;
}

.c-heading.is-center {
  text-align: center;
}

.c-heading.is-mg-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.c-hero-block-left {
  overflow: hidden;
}
.c-hero-block-left__inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 59.3125em) {
  .c-hero-block-left__inner {
    align-items: flex-start;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-left__inner {
    display: block;
  }
}
.c-hero-block-left__image {
  width: 45.6140350877%;
  margin-left: -11.4035087719%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-left__image {
    width: 100%;
    margin-left: 0;
  }
}
.c-hero-block-left__content {
  width: 60.1754385965%;
  margin-left: 5.6140350877%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-left__content {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.c-hero-block-left__title {
  font-size: 1.625rem;
  letter-spacing: 0.05em;
  line-height: 1.5384615385;
  font-weight: 400;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(162, 104, 120, 0.5);
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-left__title {
    font-size: 1.125rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.c-hero-block-left__title span {
  color: #A31039;
}
.c-hero-block-left__text {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-left__text {
    font-size: 0.8125rem;
  }
}
.c-hero-block-left__text span {
  color: #A31039;
}

.c-hero-block-line {
  overflow: hidden;
}
.c-hero-block-line .l-container {
  position: relative;
}
.c-hero-block-line__block {
  margin-bottom: 5rem;
  position: relative;
  min-height: 30rem;
  padding-top: 3rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__block {
    margin-bottom: 2rem;
    min-height: inherit;
    padding-top: 0 !important;
  }
}
.c-hero-block-line__block:nth-child(even) .c-hero-block-line__image, .c-hero-block-line__block.is-reverse .c-hero-block-line__image {
  left: auto;
  right: 0;
}
.c-hero-block-line__block:nth-child(even) .c-hero-block-line__content, .c-hero-block-line__block.is-reverse .c-hero-block-line__content {
  margin-left: 0;
  padding-right: 14.0350877193%;
  padding-left: 5.4385964912%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__block:nth-child(even) .c-hero-block-line__content, .c-hero-block-line__block.is-reverse .c-hero-block-line__content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.c-hero-block-line__block:nth-child(even) .c-hero-block-line__link, .c-hero-block-line__block.is-reverse .c-hero-block-line__link {
  right: 27.2108843537%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__block:nth-child(even) .c-hero-block-line__link, .c-hero-block-line__block.is-reverse .c-hero-block-line__link {
    right: auto;
  }
}
.c-hero-block-line__block:last-child {
  margin-bottom: 0.5rem;
}
.c-hero-block-line__image {
  display: block;
  position: absolute;
  top: -3rem;
  left: 0;
  height: 25rem;
  overflow: hidden;
  width: 51.5789473684%;
  z-index: 2;
  opacity: 1 !important;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__image {
    position: relative;
    width: 100%;
    height: 55vw;
    top: 0;
  }
}
.c-hero-block-line__image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: all 0.2s;
}
.c-hero-block-line__image:hover::after {
  opacity: 0.3;
}
.c-hero-block-line__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__image img {
    height: 100%;
  }
}
.c-hero-block-line__content {
  background-color: #fff;
  position: relative;
  width: 57.0175438596%;
  min-height: 19.5rem;
  margin-left: auto;
  padding-top: 5.5rem;
  padding-right: 4rem;
  padding-bottom: 6.4375rem;
  padding-left: 14.0350877193%;
  border: 1px solid #A31039;
  z-index: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__content {
    width: calc(100% - 24px);
    min-height: inherit;
    margin-top: -2.5rem;
    z-index: 99;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 1.25rem 1.5rem 1rem;
  }
}
.c-hero-block-line__label {
  margin-bottom: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__label {
    margin-bottom: 0.75rem;
  }
}
.c-hero-block-line__detail {
  color: #A31039;
  font-weight: 400;
}
.c-hero-block-line__link {
  position: absolute;
  bottom: 3.25rem;
  right: 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__link {
    position: relative;
    bottom: auto;
    right: auto;
    text-align: right;
    margin-top: 1rem;
  }
}
.c-hero-block-line__link a {
  color: #262626;
  text-decoration: none;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 214.2857142857%;
  font-weight: 700;
  display: inline-block;
  padding-right: 1.125rem;
  position: relative;
}
.c-hero-block-line__link a::after {
  content: "\f105";
  font-family: "FontAwesome";
  color: #A31039;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.c-hero-block-line__head {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__head {
    margin-bottom: 0.75rem;
  }
}
.c-hero-block-line__head small {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 6.25rem;
  opacity: 0.25;
  line-height: 1;
  letter-spacing: 0;
  cursor: pointer;
  margin-right: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__head small {
    font-size: 3.125rem;
    margin-right: 0.5rem;
  }
}
.c-hero-block-line__head span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__head span {
    font-size: 1.4875rem;
  }
}
.c-hero-block-line__button {
  margin-top: 2rem;
  text-align: right;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__button {
    margin-top: 1rem;
  }
}
.c-hero-block-line.is-wide .c-hero-block-line__block:nth-child(odd) .c-hero-block-line__content {
  border-right: none;
}
.c-hero-block-line.is-wide .c-hero-block-line__block:nth-child(odd) .c-hero-block-line__content::after {
  content: "";
  display: block;
  background: #fff;
  border-top: 1px solid #A31039;
  border-bottom: 1px solid #A31039;
  height: 100%;
  position: absolute;
  top: -1px;
  right: 0;
  width: 2000px;
  transform: translateX(100%);
  z-index: 10;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line.is-wide .c-hero-block-line__block:nth-child(odd) .c-hero-block-line__content {
    border-left: none;
    padding-left: 0;
    padding-right: 0;
  }
  .c-hero-block-line.is-wide .c-hero-block-line__block:nth-child(odd) .c-hero-block-line__content::before {
    content: "";
    display: block;
    background: #fff;
    border-top: 1px solid #A31039;
    border-bottom: 1px solid #A31039;
    height: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    width: 2000px;
    transform: translateX(-100%);
    z-index: 10;
  }
}
.c-hero-block-line.is-wide .c-hero-block-line__block:nth-child(even) .c-hero-block-line__content {
  border-left: none;
}
.c-hero-block-line.is-wide .c-hero-block-line__block:nth-child(even) .c-hero-block-line__content::after {
  content: "";
  display: block;
  background: #fff;
  border-top: 1px solid #A31039;
  border-bottom: 1px solid #A31039;
  height: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  width: 2000px;
  transform: translateX(-100%);
  z-index: 10;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line.is-wide .c-hero-block-line__block:nth-child(even) .c-hero-block-line__content {
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
  }
  .c-hero-block-line.is-wide .c-hero-block-line__block:nth-child(even) .c-hero-block-line__content::before {
    content: "";
    display: block;
    background: #fff;
    border-top: 1px solid #A31039;
    border-bottom: 1px solid #A31039;
    height: 100%;
    position: absolute;
    top: -1px;
    right: 0;
    width: 2000px;
    transform: translateX(100%);
    z-index: 10;
  }
}

/*
---
name: ヒーローブロック_枡目型
category: SpecialComponents
---
*/
.c-hero-block-square__block {
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-square__block {
    margin-bottom: 1rem;
  }
}
.c-hero-block-square__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  min-height: 25rem;
  overflow: hidden;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-square__image {
    position: relative;
    width: 100%;
    min-height: 60vw;
  }
}
.c-hero-block-square__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  max-width: inherit;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-square__image img {
    width: auto;
    height: 100%;
  }
}
.c-hero-block-square__content {
  width: 50%;
  margin-left: auto;
  padding: 3.5rem 0 3.5rem 4rem;
  display: flex;
  min-height: 25rem;
  align-items: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-square__content {
    width: 100%;
    padding: 1.5rem 0 !important;
    min-height: inherit;
    display: block;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-square__content .c-heading {
    margin-bottom: 1rem !important;
  }
}
.c-hero-block-square__button {
  margin-top: 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-square__button {
    margin-top: 1.5rem;
  }
}

.c-hero-block-square__block:nth-child(even) .c-hero-block-square__image,
.c-hero-block-square__block.is-reverse .c-hero-block-square__image {
  left: auto;
  right: 0;
}
.c-hero-block-square__block:nth-child(even) .c-hero-block-square__content,
.c-hero-block-square__block.is-reverse .c-hero-block-square__content {
  margin-left: 0;
  padding: 3.5rem 4rem 3.5rem 0;
}

.c-hero-block-square.is-number .c-hero-block-square__heading {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.c-hero-block-square.is-number .c-hero-block-square__heading span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.1833333333;
  letter-spacing: 0;
  color: #A31039;
  margin-right: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-square.is-number .c-hero-block-square__heading span {
    font-size: 3rem;
  }
}
.c-hero-block-square.is-number .c-hero-block-square__heading .c-heading {
  margin-bottom: 0;
}

.c-hero-block-square.is-zigzag .c-hero-block-square__block {
  margin-bottom: 5rem;
}
.c-hero-block-square.is-zigzag .c-hero-block-square__image {
  width: 51.2857142857%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-square.is-zigzag .c-hero-block-square__image {
    width: 100%;
  }
}
.c-hero-block-square.is-zigzag .c-hero-block-square__content {
  width: 48.2456140351%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-square.is-zigzag .c-hero-block-square__content {
    width: 100%;
  }
}
.c-hero-block-square.is-zigzag .c-hero-block-square__title {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.c-hero-block-square.is-zigzag .c-hero-block-square__question {
  margin-bottom: 1.5rem;
}

/*
---
name: ヒーローブロック_通常
category: SpecialComponents
---
*/
.c-hero-block {
  overflow: hidden;
}
.c-hero-block__block {
  margin-bottom: 5rem;
  position: relative;
  min-height: 30rem;
  padding-top: 5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block__block {
    margin-bottom: 3rem;
    min-height: inherit;
    padding-top: 0 !important;
  }
}
.c-hero-block__block:nth-child(even) .c-hero-block__image, .c-hero-block__block.is-reverse .c-hero-block__image {
  left: auto;
  right: 0;
}
.c-hero-block__block:nth-child(even) .c-hero-block__content, .c-hero-block__block.is-reverse .c-hero-block__content {
  margin-left: 0;
}
.c-hero-block__block:last-child {
  margin-bottom: 0.5rem;
}
.c-hero-block__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 30rem;
  overflow: hidden;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block__image {
    position: relative;
    width: 100%;
    height: 55vw;
  }
}
.c-hero-block__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block__image img {
    width: 100%;
    height: 100%;
  }
}
.c-hero-block__content {
  background-color: #fff;
  position: relative;
  z-index: 99;
  width: 51.5789473684%;
  min-height: 19.5rem;
  margin-left: auto;
  padding: 4rem;
  border: 1px solid #A31039;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block__content {
    width: 100%;
    min-height: inherit;
    margin-top: -1.5rem;
    padding: 1.5rem;
  }
}
.c-hero-block__detail {
  color: #A31039;
  font-weight: 400;
}
.c-hero-block__head {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block__head {
    margin-bottom: 0.75rem;
  }
}
.c-hero-block__head small {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 6.25rem;
  opacity: 0.25;
  line-height: 1;
  letter-spacing: 0;
  cursor: pointer;
  margin-right: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block__head small {
    font-size: 3.125rem;
    margin-right: 0.5rem;
  }
}
.c-hero-block__head span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block__head span {
    font-size: 1.4875rem;
  }
}
.c-hero-block__button {
  margin-top: 2rem;
  text-align: right;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block__button {
    margin-top: 1rem;
  }
}

/*
---
name: <hr>区切り線
category: Base
---
*/
hr,
.c-hr {
  border-top: 1px solid #A26878;
  border-left: none;
  border-right: none;
  border-bottom: none;
  box-shadow: none;
  margin: 3rem auto;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  hr,
.c-hr {
    margin: 2rem auto;
  }
}
hr.is-border-dotted,
.c-hr.is-border-dotted {
  border-top: 1px dotted #A26878;
}
hr.is-line-double,
.c-hr.is-line-double {
  border-bottom: 1px solid #A26878;
  height: 2px;
}

.c-images__blocks {
  display: flex;
  margin-top: 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-images__blocks {
    margin-top: 1.5rem;
  }
}
.c-images__block {
  width: 50%;
  position: relative;
  padding-top: 31.6326530612%;
  border-radius: 4px;
  transition: all 0.3s 0s ease;
}
.c-images__block:not(:first-child) {
  margin-left: 1.75rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-images__block:not(:first-child) {
    margin-left: 0.75rem;
  }
}
.c-images__block:hover {
  opacity: 0.5;
}
.c-images__block .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.c-label {
  background-color: #A31039;
  color: #fff;
  display: inline-block;
  text-align: center;
  min-width: 7.25rem;
  font-size: 0.8125rem;
  padding: 0.0625rem 0.5rem;
  border: 1px solid #A31039;
  font-weight: 700;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-label {
    font-size: 0.75rem;
    min-width: 5.5rem;
  }
}
.c-label.is-xlg {
  min-width: 9.75rem;
  font-size: 0.875rem;
  padding: 0.1875rem 0.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-label.is-xlg {
    min-width: 7.5rem;
    font-size: 0.75rem;
    padding: 0.125rem 0.5rem;
  }
}
.c-label.is-lg {
  min-width: 10rem;
  font-size: 0.8125rem;
}
.c-label.is-sm {
  min-width: 5rem;
  font-size: 0.75rem;
  padding: 0 0.5rem;
}
.c-label.is-white {
  background-color: #fff;
  color: #A31039;
}
.c-label.is-secondary {
  background: #FAF7F0;
  color: #262626;
}

.c-lead {
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-lead {
    text-align: left;
  }
}

.c-list {
  list-style: none;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-list {
    font-size: 0.8125rem;
  }
}
.c-list li {
  list-style: inherit;
}
.c-list li:not(:first-child) {
  margin-top: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-list li:not(:first-child) {
    margin-top: 0.75rem;
  }
}
.c-list ul, .c-list ol {
  margin-top: 1rem;
}
.c-list ul li:not(:first-child), .c-list ol li:not(:first-child) {
  margin-top: 0.3125rem;
}

/*
---
name: <ul> 順序なしテキストデフォルト
category: Base
---

*/
.c-list.is-disc {
  padding-left: 1em;
}
.c-list.is-disc li {
  text-indent: -1em;
}
.c-list.is-disc li:not(:first-child) {
  margin-top: 0.25rem;
}
.c-list.is-disc li::before {
  content: "・";
  color: #262626;
}
.c-list.is-disc ul {
  list-style: none;
  margin-left: 1.5rem;
  padding-left: 1em;
}
.c-list.is-disc ul li {
  text-indent: -1em;
  list-style: none;
}
.c-list.is-disc ul li::before {
  content: "・";
  color: #262626;
}
.c-list.is-disc > li {
  list-style: none !important;
}

/*
---
name: <ul> 順序なしテキスト
category: Base
---

*/
.c-list.is-icon {
  padding-left: 1em;
}
.c-list.is-icon li {
  text-indent: -1em;
}
.c-list.is-icon li::before {
  content: "●";
  color: #A31039;
}
.c-list.is-icon li ul {
  list-style: none;
  padding-left: 1em;
}
.c-list.is-icon li ul li {
  text-indent: -1em;
}
.c-list.is-icon li ul li::before {
  content: "・";
  color: #262626;
}
.c-list.is-icon > li {
  list-style: none !important;
}

/*
---
name: <ol> 順序ありテキスト
category: Base
---

*/
.c-list.is-outline {
  padding-left: 1.45em;
  list-style: decimal inside;
}
.c-list.is-outline li {
  text-indent: -1.45em;
  position: relative;
}
.c-list.is-outline li::marker {
  color: #A31039;
  font-family: "Lora", serif;
}

.c-loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 99999;
  transition: 1s;
}
.c-loader__container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-loader__title {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1.25;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: 1s;
}
.c-loader.is-active .c-loader__title {
  transition: 1s;
  opacity: 1;
}
.c-loader.is-close {
  height: 0;
  transition: 1s;
  opacity: 0;
}
.c-loader.is-hidden {
  visibility: hidden;
}
.c-loader.is-already {
  opacity: 0;
  visibility: hidden;
  display: none;
}

/*
---
name: メインビジュアル_通常
category: Components
---
*/
.c-main-visual {
  width: 100%;
  position: relative;
  display: flex;
}
@media screen and (max-width: 59.3125em) {
  .c-main-visual {
    flex-wrap: wrap;
  }
}
.c-main-visual__item {
  flex-basis: 25%;
  display: block;
  background: #C18A99;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 59.3125em) {
  .c-main-visual__item {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 59.375em) {
  .c-main-visual__item:nth-of-type(even) {
    background: #A26878;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-main-visual__item:nth-of-type(2), .c-main-visual__item:nth-of-type(3) {
    background: #A26878;
  }
}
.c-main-visual__item:hover {
  opacity: 1;
}
.c-main-visual__item:hover .is-bg {
  transform: scale(1.1);
}
.c-main-visual__item__image {
  position: relative;
  overflow: hidden;
}
.c-main-visual__item__image::before {
  content: "";
  display: block;
  padding-top: 112.2857142857%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-main-visual__item__image::before {
    padding-top: 88.9473684211%;
  }
}
.c-main-visual__item__image .is-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s 0s ease;
}
.c-main-visual__item > img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.c-main-visual__item__icon {
  height: 2.125rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 59.3125em) {
  .c-main-visual__item__icon {
    width: 1.9375rem;
    height: 1.9375rem;
    margin: 0 auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.c-main-visual__item__content {
  padding: 2.375rem 0 2.1875rem;
  position: relative;
}
@media screen and (max-width: 59.3125em) {
  .c-main-visual__item__content {
    padding: 1.0625rem 0;
  }
}
.c-main-visual__item__content:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
  display: block;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-size: 1.625rem;
  line-height: 1;
}
@media screen and (max-width: 59.3125em) {
  .c-main-visual__item__content:after {
    font-size: 1.125rem;
    right: 0.5rem;
    bottom: 0.5rem;
  }
}
.c-main-visual__item__content h2 {
  margin: 0 auto 1.0625rem;
  font-size: 1.625rem;
  letter-spacing: 0.05em;
  line-height: 1.2307692308;
  font-weight: normal;
}
@media screen and (max-width: 59.3125em) {
  .c-main-visual__item__content h2 {
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: normal;
    margin-bottom: 0;
  }
}
.c-main-visual__item__content aside {
  height: 3.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
  opacity: 0.6;
}
@media screen and (max-width: 59.3125em) {
  .c-main-visual__item__content aside {
    display: none;
  }
}

/*
---
name: メニューリスト_通常
category: Navigation
---
*/
.c-menu-list__head {
  text-align: center;
  background-color: #A31039;
  color: #fff;
  font-weight: 700;
  padding: 0.75rem 1rem;
}
.c-menu-list__button a {
  display: block;
  border-radius: 0.25rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
}
.c-menu-list__button a:after {
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  position: absolute;
  right: 1rem;
  bottom: 1.125rem;
}
.c-menu-list__button-apply {
  margin-bottom: 1rem;
  background: #A8900A;
  padding: 1rem 0 1.0625rem;
}
.c-menu-list__button-subcribe {
  margin-bottom: 1.5rem;
  display: block;
  background: #A31039;
  padding: 1.75rem 0 1.8125rem;
}
.c-menu-list__button-icon {
  margin-bottom: 0.375rem;
}
.c-menu-list__button-title {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
  font-weight: normal;
}
.c-menu-list__button-text {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  font-weight: normal;
  margin-top: 1.0625rem;
}
.c-menu-list ul li {
  border-bottom: 1px solid #A26878;
}
.c-menu-list ul li a {
  text-decoration: none;
  color: #262626;
  font-weight: 700;
  display: block;
  padding: 0.875rem 1rem 0.875rem 2.25rem;
  position: relative;
  transition: all 0.2s;
}
.c-menu-list ul li a::before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #A31039;
  position: absolute;
  top: 0.875rem;
  left: 1rem;
}
.c-menu-list ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #A31039;
  bottom: 0;
  left: 0;
  transform: translateY(1px);
  transition: all 0.4s ease;
  opacity: 0;
}
.c-menu-list ul li a:hover {
  opacity: 1;
  color: #A31039;
}
.c-menu-list ul li a:hover::after {
  width: 100%;
  opacity: 1;
}
.c-menu-list ul li ul {
  border-top: 1px solid #A26878;
  padding: 0.5rem 0;
}
.c-menu-list ul li ul li {
  border-bottom: none;
}
.c-menu-list ul li ul li a {
  font-weight: 400;
  padding: 0.3125rem 1.5rem 0.3125rem 3rem;
}
.c-menu-list ul li ul li a::before {
  left: 2rem;
  top: 0.25rem;
}
.c-menu-list ul li ul li a::after {
  display: none;
}
.c-menu-list__item:not(:first-child) {
  margin-top: 0.5rem;
}
.c-menu-list__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.375rem 1rem 2rem;
  border-radius: 4px;
  border: 1px solid #A31039;
  text-decoration: none;
  color: #A31039;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-menu-list__item a {
    padding: 0.75rem 1.25rem 0.75rem 1.75rem;
    font-size: 0.8125rem;
  }
}
.c-menu-list__item a:after {
  content: "\f105";
  font-family: FontAwesome;
}
.c-menu-list__item a:hover {
  opacity: 1;
  color: #fff;
  background: #A31039;
}
.c-menu-list__banners {
  margin-top: 0.5rem;
}
.c-menu-list__block {
  display: flex;
  text-decoration: none;
  color: #A31039;
  background-color: rgba(163, 16, 57, 0.2);
  font-size: 0.875rem;
  min-height: 4rem;
  align-items: center;
  padding: 0.5rem 2rem 0.5rem 1rem;
  position: relative;
}
.c-menu-list__block::after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  font-size: 1rem;
}
.c-menu-list__submenu {
  padding-left: 1.5rem;
  border-bottom: 1px solid #A26878;
  display: none;
}
.c-menu-list__submenu li:last-child {
  border-bottom: none;
}
.c-menu-list__submenu li a {
  font-weight: 400 !important;
  font-size: 0.875rem !important;
  padding: 1.25rem 1rem 1.25rem 1.25rem !important;
}
.c-menu-list__submenu li a::before {
  left: 0 !important;
  top: 1.25rem !important;
}
.c-menu-list__submenu li a::after {
  display: none;
}

.modaal-wrapper {
  z-index: 999999 !important;
}
.modaal-wrapper .modaal-close {
  position: absolute !important;
  top: 2rem;
  right: 0;
}
@media screen and (max-width: 43.75em) {
  .modaal-wrapper .modaal-close {
    top: 1rem;
    right: -1.25rem;
  }
}
.modaal-wrapper .modaal-close:before, .modaal-wrapper .modaal-close:after {
  background: #A31039;
  border-radius: 0;
  width: 2px;
  height: 2.8125rem;
  top: 0;
  left: 0;
}
@media screen and (max-width: 43.75em) {
  .modaal-wrapper .modaal-close:before, .modaal-wrapper .modaal-close:after {
    height: 1.875rem;
  }
}
.modaal-wrapper .modaal-close:hover {
  background: none;
}
.modaal-overlay {
  z-index: 99999 !important;
}
.modaal-container {
  max-width: 71.25rem !important;
  background: #F2EDED !important;
}
.modaal-content {
  max-width: 71.25rem;
}
.modaal-content-container {
  background: #F2EDED;
  height: 85vh;
  padding: 0 !important;
}

.c-movie {
  margin-top: 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-movie {
    margin-top: 2rem;
  }
}
.c-movie__block {
  position: relative;
  padding-top: 55.4278416347%;
}
.c-movie__block video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}

/*
---
name: お知らせ_ヘッダー
category: PostContent
---
*/
.c-news-header {
  margin-bottom: 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-header {
    margin-bottom: 1rem;
  }
}
.c-news-header__title {
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-header__title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}
.c-news-header__sup {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-news-header__date {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.25;
  font-weight: 400;
  font-family: "Lora", serif;
  margin-right: 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-header__date {
    font-size: 0.875rem;
    margin: 0 0 0.375rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-header__tag {
    margin-top: 0.5rem;
    width: 100%;
  }
}
.c-news-header__tag ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-news-header__tag ul li {
  margin-right: 1rem;
}
.c-news-header__tag ul li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 0.875rem;
  display: block;
}

/*
---
name: お知らせ_1カラム_アーカイブ02
category: News
---
*/
.c-news-lg__block {
  display: block;
  text-decoration: none;
  font-weight: 400;
  color: #262626;
  padding: 1.5rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-lg__block {
    padding: 1rem 0;
  }
}
.c-news-lg__block:first-child {
  padding-top: 0;
}
.c-news-lg__sup {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-lg__sup {
    margin-bottom: 0.5rem;
  }
}
.c-news-lg__date {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #A31039;
  letter-spacing: 0;
  margin-left: 0.75rem;
}
.c-news-lg__date::before {
  content: "\f017";
  font-family: "FontAwesome";
  margin-right: 0.25rem;
}
.c-news-lg__title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-lg__title {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
  }
}
.c-news-lg__excerpt {
  font-size: 0.75rem;
}
.c-news-lg.is-image-display .c-news-lg__block {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #A26878;
}
.c-news-lg.is-image-display .c-news-lg__image {
  width: 8.5rem;
  flex-shrink: 0;
  margin-right: 1.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-lg.is-image-display .c-news-lg__image {
    width: 6.25rem;
    margin-right: 1.5rem;
  }
}

.c-news-simple {
  padding: 3.5625rem 0 5.875rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-simple {
    padding: 2.5rem 0 3.125rem;
  }
}
.c-news-simple__inner {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-simple__inner {
    display: block;
  }
}
.c-news-simple__heading {
  margin: 0;
  flex: none;
  margin-right: 4.375rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-simple__heading {
    margin: 0;
  }
}
.c-news-simple__heading span {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.25;
  font-weight: 400;
  font-family: "Lora", serif;
  display: block;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-simple__heading span {
    font-size: 0.875rem;
  }
}
.c-news-simple__heading b {
  display: block;
  font-size: 1.625rem;
  letter-spacing: 0.05em;
  line-height: 1.2307692308;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-simple__heading b {
    font-size: 1.375rem;
  }
}
.c-news-simple__image {
  flex: none;
  position: relative;
  width: 6.375rem;
  height: 5rem;
  margin-right: 2rem;
  border-radius: 4px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-simple__image {
    margin-right: 1.5rem;
  }
}
.c-news-simple__image .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-news-simple__content {
  width: 100%;
}
.c-news-simple__link {
  margin-bottom: 3rem;
  margin-top: 1.625rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-simple__link {
    margin-bottom: 1.375rem;
  }
}
.c-news-simple__link a {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
  font-weight: 400;
  color: #A31039;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-simple__link a {
    font-size: 0.875rem;
  }
}
.c-news-simple__item {
  display: flex;
  align-items: flex-start;
  padding: 2rem 0;
  text-decoration: none;
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-simple__item {
    padding: 1.5rem 0;
    display: block;
  }
}
.c-news-simple__item:first-child {
  padding-top: 0;
}
.c-news-simple__date {
  flex: none;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.25;
  font-weight: 400;
  font-family: "Lora", serif;
  margin-right: 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-simple__date {
    font-size: 0.875rem;
    margin: 0 0 0.375rem;
  }
}
.c-news-simple__text {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-simple__text {
    font-size: 0.8125rem;
  }
}
.c-news-simple.is-news {
  padding: 0;
}
.c-news-simple.is-news .c-news-simple__inner {
  max-width: 59rem;
  margin: 0 auto;
}
.c-news-simple.is-news .c-news-simple__item {
  display: block;
}
.c-news-simple.is-news .c-news-simple__date {
  margin-bottom: 0.5rem;
}
.c-news-simple.is-work {
  padding: 0;
}
.c-news-simple.is-work .c-news-simple__inner {
  max-width: 59rem;
  margin: 0 auto;
}
.c-news-simple.is-work .c-news-simple__item {
  display: flex;
}
.c-news-simple.is-work .c-news-simple__date {
  margin-bottom: 0.5rem;
}

/*
---
name: お知らせ_通常_フロントページ
category: News
---
*/
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news {
    position: relative;
    padding-bottom: 4.5rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news__head {
    margin-bottom: 1rem;
  }
}
.c-news__title {
  text-align: left !important;
  margin: 0 !important;
}
.c-news__button {
  margin-top: 3.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news__button {
    margin-top: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    text-align: center;
  }
  .c-news__button .c-button, .c-news__button .c-button-social > a {
    max-width: 14rem;
  }
}
.c-news__block {
  text-decoration: none;
  color: #262626;
  font-weight: 400;
  border-bottom: 1px solid #A26878;
  display: flex;
  align-items: center;
  padding: 1.5rem 0 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news__block {
    flex-wrap: wrap;
    padding: 1rem 0 0.75rem !important;
  }
}
.c-news__block:first-child {
  padding-top: 0;
}
.c-news__date {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #A31039;
  letter-spacing: 0;
}
.c-news__label {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news__label {
    margin-left: 1rem;
    margin-right: 0;
  }
}
.c-news__text {
  font-weight: 700;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news__text {
    width: 100%;
    margin-top: 0.5rem;
  }
}

.c-news.is-onecolumn .c-news__block {
  padding: 1.5rem 0;
  align-items: flex-start;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news.is-onecolumn .c-news__block {
    align-items: center;
    padding: 0.75rem 0 !important;
  }
}
.c-news.is-onecolumn .c-news__date {
  margin-top: 0.375rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news.is-onecolumn .c-news__date {
    margin-top: 0;
  }
}
.c-news.is-onecolumn .c-news__title {
  text-align: center !important;
  margin-bottom: 2.5rem !important;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news.is-onecolumn .c-news__title {
    margin-bottom: 1.5rem !important;
  }
}
.c-news.is-onecolumn .c-news__label {
  margin-top: 0.125rem;
}
.c-news.is-onecolumn .c-news__excerpt {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news.is-onecolumn .c-news__excerpt {
    font-size: 0.75rem;
    margin-top: 0.25rem;
  }
}
.c-news.is-onecolumn .c-news__button {
  text-align: center;
}
.c-news.is-onecolumn .c-news__button .c-button, .c-news.is-onecolumn .c-news__button .c-button-social > a {
  max-width: 14rem;
}

.c-pagetop {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s 0s ease;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-pagetop {
    right: 0.875rem;
    bottom: 0.875rem;
  }
}
.c-pagetop.is-fixed {
  opacity: 1;
  visibility: visible;
}
.c-pagetop.is-absolute {
  position: absolute;
  opacity: 1;
}
.c-pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.0625rem;
  height: 3.0625rem;
  color: #fff;
  background: #A31039;
  border-radius: 31.25rem;
  text-decoration: none;
  transition: all 0.3s 0s ease;
  font-size: 1.25rem;
  line-height: 1;
}
.c-pagetop a:after {
  content: "\f106";
  font-family: FontAwesome;
  font-size: 1.25rem;
  margin-top: -3px;
  margin-left: 2px;
}

/*
---
name: ページネーション_通常
category: Navigation
---
*/
.c-pagination {
  margin-top: 3rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-pagination {
    margin-top: 2rem;
  }
}
.c-pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.c-pagination ul li {
  list-style: none !important;
  margin-bottom: 0.375rem;
}
.c-pagination ul li:not(:last-child) {
  margin-right: 1.125rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-pagination ul li:not(:last-child) {
    margin-right: 0.375rem;
  }
}
.c-pagination ul li span,
.c-pagination ul li a {
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1.5;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.3125rem;
  height: 2.3125rem;
  text-decoration: none;
  color: #A31039;
  border: 1px solid #A31039;
  background-color: #fff;
}
.c-pagination ul li span:hover,
.c-pagination ul li a:hover {
  opacity: 1;
  background: #A31039;
  color: #fff;
}
.c-pagination ul li span.is-current,
.c-pagination ul li a.is-current {
  background: #A31039;
  border-color: #A31039;
  color: #fff;
}
.c-pagination ul li span.is-dot,
.c-pagination ul li a.is-dot {
  font-family: "Noto Sans JP", sans-serif;
  background: transparent;
  border-color: transparent;
  color: #A31039;
}
.c-pagination ul li span.c-pagination__prev,
.c-pagination ul li a.c-pagination__prev {
  width: 6.5rem !important;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-pagination ul li span.c-pagination__prev,
.c-pagination ul li a.c-pagination__prev {
    width: 3.25rem !important;
  }
}
.c-pagination ul li span.c-pagination__prev i,
.c-pagination ul li a.c-pagination__prev i {
  margin-right: 0.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-pagination ul li span.c-pagination__prev i,
.c-pagination ul li a.c-pagination__prev i {
    display: none;
  }
}
.c-pagination ul li span.c-pagination__next,
.c-pagination ul li a.c-pagination__next {
  width: 6.5rem !important;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-pagination ul li span.c-pagination__next,
.c-pagination ul li a.c-pagination__next {
    width: 3.25rem !important;
  }
}
.c-pagination ul li span.c-pagination__next i,
.c-pagination ul li a.c-pagination__next i {
  margin-left: 0.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-pagination ul li span.c-pagination__next i,
.c-pagination ul li a.c-pagination__next i {
    display: none;
  }
}
.c-pagination.is-align-left ul {
  justify-content: flex-start;
}

/*
---
name: 投稿ナビゲーション_通常
category: Navigation
---
*/
.c-post-navs {
  margin: 4rem 0 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-navs {
    margin: 2rem 0 0;
  }
}
.c-post-navs ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.c-post-navs ul li {
  width: 9.6875rem;
  max-width: 33%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-navs ul li {
    width: calc(33% - 8px);
  }
}
.c-post-navs ul li a {
  display: block;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-navs ul li a {
    font-size: 0.75rem !important;
    letter-spacing: 0 !important;
  }
}
.c-post-navs__prev {
  margin-right: auto;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-navs__prev a {
    padding-left: 1.25rem !important;
    padding-right: 0.5rem !important;
  }
}
.c-post-navs__archive a {
  align-items: center;
  margin: auto;
}
.c-post-navs__archive a::after {
  display: none;
}
.c-post-navs__archive a i {
  margin-right: 0.75rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-navs__archive a i {
    display: none;
  }
}
.c-post-navs__next {
  margin-left: auto;
}
.c-post-navs__next a {
  margin-left: auto;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-navs__next a {
    padding-right: 1.25rem !important;
    padding-left: 0.5rem !important;
  }
}

.c-relation {
  position: relative;
  z-index: 1;
}
.c-relation .large-4:nth-child(n+4) {
  margin-top: 1.125rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-relation .large-4:not(:first-child) {
    margin-top: 0.75rem;
  }
}
.c-relation__button {
  position: relative;
  display: block;
  padding: 1.75rem 2rem;
  background: #fff;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  height: 100%;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-relation__button {
    font-size: 0.875rem;
    padding: 1.25rem 1.75rem;
  }
}
.c-relation__button:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  color: #A31039;
  font-size: 1.875rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-relation__button:after {
    font-size: 1.375rem;
  }
}

.c-sitemap__item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.c-sitemap__item a {
  text-decoration: none;
  font-size: 1.25rem;
  letter-spacing: 0em;
  line-height: 1.6;
  font-weight: bold;
  color: #262626;
  position: relative;
  padding-bottom: 0.625rem;
  border-bottom: 2px solid #A26878;
  display: block;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-sitemap__item a {
    font-size: 1rem;
  }
}
.c-sitemap__item a.is-external:after {
  display: inline-block;
  content: "\f2d2";
  font-family: FontAwesome;
  color: #A31039;
  margin-left: 0.875rem;
}
.c-sitemap__item.is-parent {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-sitemap__item.is-parent {
    margin-bottom: 1.25rem;
  }
}
.c-sitemap__flex {
  display: flex;
  align-items: flex-start;
}
.c-sitemap__sublist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.25rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-sitemap__sublist {
    margin-top: 1.125rem;
  }
}
.c-sitemap__sublist.is-three-col {
  width: 75%;
}
@media screen and (max-width: 59.3125em) {
  .c-sitemap__sublist.is-three-col {
    width: 50%;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-sitemap__sublist.is-three-col {
    width: 100%;
  }
}
.c-sitemap__sublist.is-three-col .c-sitemap__subitem {
  width: 33.3%;
}
@media screen and (max-width: 59.3125em) {
  .c-sitemap__sublist.is-three-col .c-sitemap__subitem {
    width: 100%;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-sitemap__sublist.is-three-col .c-sitemap__subitem {
    width: 50%;
  }
}
.c-sitemap__sublist.is-one-col {
  width: 25%;
}
.c-sitemap__sublist.is-one-col .c-block-sitemap__subitem {
  width: 100%;
}
.c-sitemap__subitem {
  width: 25%;
  margin-bottom: 1.25rem;
  padding-right: 0.625rem;
}
@media screen and (max-width: 59.3125em) {
  .c-sitemap__subitem {
    width: 50%;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-sitemap__subitem {
    margin-bottom: 0.625rem;
  }
}
.c-sitemap__subitem a {
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1.5625;
  font-weight: normal;
  border-bottom: none;
  padding: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-sitemap__subitem a {
    font-size: 0.875rem;
  }
}
.c-sitemap__subitem ul {
  margin-top: 1.25rem;
}
.c-sitemap__subitem li a {
  font-size: 0.8125rem;
  letter-spacing: 0em;
  line-height: 2.1538461538;
  font-weight: normal;
}
.c-sitemap__subitem li a:before {
  content: "-";
  display: inline-block;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-sitemap__subitem li a {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 59.375em) {
  .c-slidebar-button {
    display: none;
  }

  .c-slidebar-menu {
    display: none;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-slidebar-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 0.625rem;
    z-index: 9999;
    text-decoration: none;
    background-color: #fff;
    font-weight: bold;
    line-height: 1;
    color: #A31039;
    width: 3.125rem;
    height: 4.4375rem;
    padding: 0.375rem 0.125rem 0;
    border: none;
  }
  .c-slidebar-button:active, .c-slidebar-button:hover {
    opacity: 1;
  }
  .c-slidebar-button__inner {
    display: block;
  }
  .c-slidebar-button__line {
    height: 1rem;
    display: block;
  }
  .c-slidebar-button__line > span {
    display: block;
    width: 1.625rem;
    height: 0.125rem;
    background: #A31039;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    transition: all ease 0.2s;
  }
  .c-slidebar-button__line > span:last-child {
    margin-bottom: 0;
  }
  .c-slidebar-button__text {
    transition: all ease 0.2s;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-top: 0.5rem;
    display: block;
  }
  .c-slidebar-button__text.is-close {
    display: none;
    color: #A31039;
  }

  .c-slidebar-menu {
    height: calc(100vh - 71px);
    padding: 0 0 6.5rem;
    position: fixed;
    background-color: #fff;
    z-index: 9980;
    width: 75%;
    transform: translate3d(100%, 0px, 0px);
    right: 0;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    overflow-x: scroll;
    top: 0;
    -webkit-overflow-scrolling: touch;
  }
  .c-slidebar-menu.is-active {
    height: calc(100% - 65px);
  }
  .c-slidebar-menu.is-top-to-bottom {
    transform: translate3d(0px, -100%, 0px);
    width: 100%;
    opacity: 0;
  }
  .c-slidebar-menu__list {
    width: 100%;
    background: #fff;
  }
  .c-slidebar-menu__list li {
    border-bottom: 1px solid rgba(173, 173, 173, 0.5);
  }
  .c-slidebar-menu__list a,
.c-slidebar-menu__list span {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    line-height: 1.7857142857;
    font-weight: normal;
    display: block;
    padding: 1.375rem 1.25rem;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    position: relative;
  }
  .c-slidebar-menu__list a::after,
.c-slidebar-menu__list span::after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 1.125rem;
    color: #A31039;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-slidebar-menu__children {
    width: 100%;
    padding: 0 1.25rem;
    display: none;
    background-color: #fff;
    margin-bottom: 1rem;
  }
  .c-slidebar-menu__children li {
    border: none;
  }
  .c-slidebar-menu__children li:last-child {
    border-bottom: none;
  }
  .c-slidebar-menu__children li:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .c-slidebar-menu__children li a {
    color: #000;
    padding: 0 0 0 1.25rem;
  }
  .c-slidebar-menu__children li a::before, .c-slidebar-menu__children li a::after {
    display: none;
  }
  .c-slidebar-menu__children li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    line-height: 2.2857142857;
    font-weight: normal;
    display: inline-block !important;
    margin-right: 1.0625rem;
    color: #000;
    background: none;
    height: auto;
    width: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .c-slidebar-menu__parent a,
.c-slidebar-menu__parent span {
    position: relative;
  }
  .c-slidebar-menu__parent a::after, .c-slidebar-menu__parent a::before,
.c-slidebar-menu__parent span::after,
.c-slidebar-menu__parent span::before {
    content: "";
    display: block;
    width: 0.125rem;
    height: 1.0625rem;
    background-color: #A31039;
    position: absolute;
    top: 50%;
    right: 1.75rem;
    transform: translateY(-50%);
  }
  .c-slidebar-menu__parent a::after,
.c-slidebar-menu__parent span::after {
    width: 1.125rem;
    height: 0.125rem;
    right: 1.25rem;
  }
  .c-slidebar-menu__parent.is-open a::before,
.c-slidebar-menu__parent.is-open span::before {
    display: none;
  }
  .c-slidebar-menu__tel {
    background: #F2EDED;
    padding: 1.5rem;
    margin-top: 1.5rem;
  }
  .c-slidebar-menu__tel p {
    text-align: center;
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
    line-height: 1.5384615385;
    font-weight: 400;
  }
  .c-slidebar-menu__tel ul {
    margin-top: 1rem;
  }
  .c-slidebar-menu__tel ul li {
    background: #fff;
    padding: 0.75rem;
    border: 1px solid #A31039;
    border-radius: 4px;
    text-align: center;
  }
  .c-slidebar-menu__tel ul li:not(:first-child) {
    margin-top: 0.5rem;
  }
  .c-slidebar-menu__tel ul li span {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 400;
  }
  .c-slidebar-menu__tel ul li a {
    display: block;
    text-decoration: none;
    color: #A31039;
    font-family: "Lora", serif;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.375;
    font-weight: 400;
  }
  .c-slidebar-menu__tel ul li a:before {
    content: "\f095";
    font-family: FontAwesome;
    margin-right: 0.625rem;
    font-size: 1.4375rem;
  }
  .c-slidebar-menu__offer {
    margin-top: 1.5rem;
  }
  .c-slidebar-menu__offer li a {
    max-width: 100%;
    display: block;
    margin: 1rem auto;
    padding: 1rem;
    border: solid 1px #A31039;
    border-radius: 0.1875rem;
    color: #A31039 !important;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    line-height: 1.7142857143;
    font-weight: normal;
    position: relative;
    text-decoration: none;
  }
  .c-slidebar-menu__offer li a:after {
    opacity: 1;
    content: "\f105";
    font-family: FontAwesome;
    color: #A31039;
    font-size: 1.125rem;
    display: inline-block;
    background: none;
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    left: auto;
    margin: auto;
    width: 0.375rem;
    height: 1.125rem;
    line-height: 1;
  }
  .c-slidebar-menu__offer li.subscribe a {
    background: #A31039;
    color: #fff !important;
  }
  .c-slidebar-menu__offer li.subscribe a:after {
    color: #fff !important;
  }
  .c-slidebar-menu__button {
    margin-top: 2rem;
    max-width: 100%;
    background-color: #fff;
    color: #A31039;
    font-size: 1rem;
  }
  .c-slidebar-menu__button::before {
    content: "\f0e0";
    font-family: "FontAwesome";
    color: #A31039;
    font-size: 1.125rem;
    margin-right: 0.75rem;
  }
  .c-slidebar-menu__button::after {
    content: none;
  }
  .c-slidebar-menu__sns-btns {
    max-width: 100%;
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
  }
  .c-slidebar-menu__sns-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    background-color: #fff;
    border-radius: 1000px;
    font-size: 1.25rem;
    margin: 0 0.625rem;
    text-decoration: none;
  }

  .c-slidebar-container {
    height: 100%;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .c-slidebar-container::after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    display: none;
    z-index: 999;
  }

  .is-slidebar-active .c-slidebar-button__line > span:nth-child(1) {
    transform: rotate(-45deg) translateY(4px) translateX(-4px);
  }
  .is-slidebar-active .c-slidebar-button__line > span:nth-child(2) {
    transform: rotate(45deg) translateY(-1px) translateX(-1px);
  }
  .is-slidebar-active .c-slidebar-button__line > span:nth-child(3) {
    display: none;
  }
  .is-slidebar-active .c-slidebar-button__text.is-close {
    display: block;
    margin-top: 0.5rem;
  }
  .is-slidebar-active .c-slidebar-button__text.is-open {
    display: none;
  }
  .is-slidebar-active .c-slidebar-container {
    -webkit-transform: translateX(-75%);
    transform: translate3d(-75%, 0px, 0px);
  }
  .is-slidebar-active .c-slidebar-container::after {
    content: "";
    opacity: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    top: 0;
    left: 0;
  }
  .is-slidebar-active .c-slidebar-container.is-top-to-bottom {
    -webkit-transform: translateX(0px);
    transform: translate3d(0px, 0px, 0px);
  }
  .is-slidebar-active .c-slidebar-container.is-top-to-bottom::after {
    top: 55px;
  }
  .is-slidebar-active .c-slidebar-menu {
    -webkit-transform: translateX(0);
    transform: translate3d(0, 0, 0);
  }
  .is-slidebar-active .c-slidebar-menu.is-top-to-bottom {
    -webkit-transform: translateY(55px);
    transform: translate3d(0, 71px, 0);
    opacity: 1;
  }
}
/*
---
name: SNSボタン
category: Other
---
*/
.c-sns-btns__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-sns-btns__btn {
  width: 2.75rem;
  margin-right: 1.25rem;
  transition: all 0.3s;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-sns-btns__btn {
    margin-right: 0.5rem;
  }
}

/*
---
name: <table> テーブル_大
category: Base
---
*/
.c-table-sm {
  width: 100%;
  border-top: 1px solid #A26878;
  letter-spacing: 0.02em;
}
.c-table-sm th,
.c-table-sm td {
  border-bottom: 1px solid #A26878;
  border-right: 1px solid #A26878;
}
.c-table-sm th:last-child,
.c-table-sm td:last-child {
  border-right: none;
}
.c-table-sm thead {
  background-color: rgba(163, 16, 57, 0.7);
  color: #fff;
}
.c-table-sm thead th {
  text-align: left;
  padding: 0.625rem 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-sm thead th {
    padding: 0.3125rem 0.5rem;
  }
}
.c-table-sm thead td {
  text-align: center;
  padding: 0.625rem 0.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-sm thead td {
    padding: 0.3125rem 0.25rem;
  }
}
.c-table-sm tbody th,
.c-table-sm tbody td {
  padding: 1.125rem 0.5rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-sm tbody th,
.c-table-sm tbody td {
    padding: 0.5rem 0.25rem;
  }
}
.c-table-sm tbody th {
  background-color: rgba(163, 16, 57, 0.1);
  vertical-align: middle;
  width: 24.9230769231%;
}
.c-table-sm tbody th span {
  font-weight: 700;
}
.c-table-sm tbody td {
  width: 10.7692307692%;
}
.c-table-sm tbody td span {
  color: #A31039;
}

/*
---
name: <table> テーブル_小
category: Base
---
*/
.c-table-xlg {
  width: 100%;
  border-top: 1px solid #A26878;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-xlg {
    width: 59rem;
  }
}
.c-table-xlg th,
.c-table-xlg td {
  border-bottom: 1px solid #A26878;
}
.c-table-xlg thead {
  background-color: #FAF7F0;
}
.c-table-xlg thead th,
.c-table-xlg thead td {
  padding: 0.625rem 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-xlg thead th,
.c-table-xlg thead td {
    padding: 0.375rem 0.5rem;
  }
}
.c-table-xlg tbody th,
.c-table-xlg tbody td {
  padding: 1.25rem 2rem;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-xlg tbody th,
.c-table-xlg tbody td {
    padding: 0.75rem 1.5rem;
  }
}
.c-table-xlg tbody th {
  background-color: rgba(250, 247, 240, 0.9);
  text-align: center;
  vertical-align: middle;
  width: 25.7894736842%;
}

.js-responsive-table {
  position: relative;
}
.js-responsive-table::before {
  transition: all 0.2 0s ease;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .js-responsive-table::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20px;
    background-repeat: no-repeat;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
    background-attachment: scroll;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
  }
}
.js-responsive-table::after {
  transition: all 0.2 0s ease;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .js-responsive-table::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 20px;
    background-repeat: no-repeat;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
    background-attachment: scroll;
    pointer-events: none;
  }
}
.js-responsive-table.is-scrollable::before {
  visibility: visible;
  opacity: 1;
}
.js-responsive-table.is-unscrollable::after {
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .js-responsive-table-wrapper {
    width: 100%;
    overflow: auto;
  }
}
/*
---
name: <table> テーブル
category: Base
---
*/
.c-table, .l-post-content table, #tinymce.mce-content-body.acf_content table, #tinymce.post-type-post table, #tinymce.post-type-work table {
  width: 100%;
}
.c-table tbody tr th, .l-post-content table tbody tr th, #tinymce.mce-content-body.acf_content table tbody tr th, #tinymce.post-type-post table tbody tr th, #tinymce.post-type-work table tbody tr th,
.c-table tbody tr td,
.l-post-content table tbody tr td,
#tinymce.mce-content-body.acf_content table tbody tr td,
#tinymce.post-type-post table tbody tr td,
#tinymce.post-type-work table tbody tr td {
  border-bottom: 1px solid #ADADAD;
}
.c-table tbody th, .l-post-content table tbody th, #tinymce.mce-content-body.acf_content table tbody th, #tinymce.post-type-post table tbody th, #tinymce.post-type-work table tbody th,
.c-table tbody td,
.l-post-content table tbody td,
#tinymce.mce-content-body.acf_content table tbody td,
#tinymce.post-type-post table tbody td,
#tinymce.post-type-work table tbody td {
  text-align: left;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: 400;
  padding: 1rem 0.75rem;
  vertical-align: top;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table tbody th, .l-post-content table tbody th, #tinymce.mce-content-body.acf_content table tbody th, #tinymce.post-type-post table tbody th, #tinymce.post-type-work table tbody th,
.c-table tbody td,
.l-post-content table tbody td,
#tinymce.mce-content-body.acf_content table tbody td,
#tinymce.post-type-post table tbody td,
#tinymce.post-type-work table tbody td {
    padding: 0.75rem 0.625rem;
  }
}
.c-table tbody th, .l-post-content table tbody th, #tinymce.mce-content-body.acf_content table tbody th, #tinymce.post-type-post table tbody th, #tinymce.post-type-work table tbody th {
  width: 12.25rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table tbody th, .l-post-content table tbody th, #tinymce.mce-content-body.acf_content table tbody th, #tinymce.post-type-post table tbody th, #tinymce.post-type-work table tbody th {
    width: 6rem;
  }
}
.c-table.is-last-border-none tbody tr:last-child th, .l-post-content table.is-last-border-none tbody tr:last-child th, #tinymce.mce-content-body.acf_content table.is-last-border-none tbody tr:last-child th, #tinymce.post-type-post table.is-last-border-none tbody tr:last-child th, #tinymce.post-type-work table.is-last-border-none tbody tr:last-child th, .c-table.is-last-border-none tbody tr:last-child td, .l-post-content table.is-last-border-none tbody tr:last-child td, #tinymce.mce-content-body.acf_content table.is-last-border-none tbody tr:last-child td, #tinymce.post-type-post table.is-last-border-none tbody tr:last-child td, #tinymce.post-type-work table.is-last-border-none tbody tr:last-child td {
  border-bottom: none;
}

/*
---
name: タブ
category: Tabs
---
*/
.c-tabs__navs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.c-tabs__navs li {
  width: 50%;
}
.c-tabs__navs li a {
  position: relative;
  background-color: rgba(173, 173, 173, 0.3);
  color: rgba(38, 38, 38, 0.5);
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 1.625rem 0.75rem;
  transition: all 0.3s;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tabs__navs li a {
    padding: 1.25rem 0.75rem;
  }
}
.c-tabs__navs li a:hover {
  opacity: 0.5;
}
.c-tabs__navs li a.is-active {
  background-color: #FAF7F0;
  color: #262626;
}
.c-tabs__content {
  display: none;
  visibility: hidden;
  position: absolute;
  z-index: -1;
  opacity: 0;
  animation: fadeIn 0.8s forwards;
  background-color: rgba(173, 173, 173, 0.3);
  padding: 4rem 6.125rem;
}
@media screen and (max-width: 59.3125em) {
  .c-tabs__content {
    padding: 2rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tabs__content {
    padding: 1.5rem;
  }
}
.c-tabs__content.is-active {
  display: block;
  position: static;
  visibility: visible;
  opacity: 1;
  background-color: #FAF7F0;
}

/*
---
name: タブ_インデックス
category: Tabs
---

*/
.c-tabs.is-index .c-tabs__navs li {
  width: inherit;
  min-width: 10rem;
  border-width: 1px;
  border-bottom: none;
  margin: 0 0.5rem 0 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tabs.is-index .c-tabs__navs li {
    width: inherit;
    min-width: inherit;
    border: 1px solid #A31039;
    margin-bottom: 0.5rem;
  }
}
.c-tabs.is-index .c-tabs__navs li a {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.c-tabs.is-index .c-tabs__navs li a::after {
  display: none;
}

.c-tel-top {
  padding: 3rem;
  background-color: #F9F9F9;
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tel-top {
    padding: 1.5rem;
  }
}
.c-tel-top__text {
  margin-top: 0.375rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tel-top__text {
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}
.c-tel-top__title {
  color: #262626;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5555555556;
  margin-bottom: 0.875rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tel-top__title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
.c-tel-top a {
  text-decoration: none;
  color: #A31039;
  font-size: 2.625rem;
  letter-spacing: 0;
  line-height: 1;
  pointer-events: none;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tel-top a {
    font-size: 1.5rem;
    pointer-events: inherit;
  }
}
.c-tel-top a i {
  margin-right: 0.75rem;
}

/*
---
name: お知らせ_目次
category: PostContent
---
# HTMLは自動生成
*/
#toc_container {
  margin: 2rem 0;
  width: 100% !important;
  background: #FAF7F0;
  border-radius: 0px;
  padding: 1rem 2.5rem 2.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  #toc_container {
    margin: 1rem 0;
    padding: 1rem 1.5rem 1.5rem;
  }
}
#toc_container .toc_title {
  text-align: center !important;
  font-size: 1.125rem;
  color: #A31039;
  font-weight: 700;
  margin-bottom: 1rem;
}
#toc_container .toc_title .toc_toggle {
  margin-left: 1rem;
}
#toc_container .toc_list {
  padding-left: 0;
  list-style: none;
}
#toc_container .toc_list li::before {
  display: none;
}
#toc_container .toc_list li ul {
  list-style: none;
  padding-left: 24px;
  margin-left: 0;
}
#toc_container .toc_list li a {
  display: block;
  padding-left: 1rem;
  transition: all ease 0.2s;
  text-decoration: none;
  color: #262626;
  font-weight: 400;
}
#toc_container .toc_list li a:hover {
  text-decoration: none;
  background: rgba(214, 214, 214, 0.2);
}
#toc_container .toc_list li:last-child {
  box-shadow: none;
}

.js-modal-image {
  position: relative;
  cursor: pointer;
}
.js-modal-image:after {
  content: "\f002";
  font-family: "FontAwesome";
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 4px 0;
  background-color: #A31039;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .js-modal-image:after {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.modal-content {
  display: none;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.owl-height {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.p-post-item.is-line {
  border-bottom: 1px solid #A26878;
  padding: 14px 40px 14px 0;
  display: flex;
  margin-bottom: 0;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .p-post-item.is-line {
    padding: 14px 24px 18px 0;
  }
  .p-post-item.is-line .p-post-item__sup {
    overflow: hidden;
  }
  .p-post-item.is-line .p-post-item__sup::after {
    content: "";
    display: block;
    clear: both;
  }
}
.p-post-item.is-line::before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #A31039;
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -0.8125rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .p-post-item.is-line::before {
    top: auto;
    bottom: 14px;
    margin-top: 0;
  }
}
.p-post-item.is-line .p-post-item__thumbnail {
  float: left;
  margin-right: 32px;
  margin-bottom: 0;
}
.p-post-item.is-line .p-post-item__thumbnail > img {
  max-height: 1.5rem;
  width: auto;
}
.p-post-item.is-line .p-post-item__date {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-right: 1.5rem;
}
.p-post-item.is-line .p-post-item__date,
.p-post-item.is-line .p-post-item__category {
  float: left;
  color: #262626;
}
.p-post-item.is-line .p-post-item__title {
  color: #262626;
  margin-bottom: 0;
  font-size: 1rem;
  margin-top: 0.1875rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 1.7;
  max-width: 60%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .p-post-item.is-line .p-post-item__title {
    float: none;
    padding-top: 0.75rem;
    margin-left: 0;
  }
}
.p-post-item.is-line:hover .p-post-item__title {
  text-decoration: underline;
}

.p-profile-box {
  border: 1px solid #CCCCCC;
  padding: 32px;
}
.p-profile-box__thumbnail {
  float: left;
  text-align: center;
  margin-right: 32px;
}
.p-profile-box__authorname {
  margin-top: 0;
  font-size: 1.125rem;
  line-height: 1.125rem;
}

.l-aside {
  width: 100%;
  max-width: 16.125rem;
  margin-left: auto;
}
@media screen and (max-width: 59.3125em) {
  .l-aside {
    width: 100%;
    max-width: 100%;
    margin: 3.125rem 0 0;
  }
}

.l-block__margin-normal {
  margin-top: 3.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-block__margin-normal {
    margin-top: 1.75rem;
  }
}
.l-block__margin-large {
  margin-top: 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-block__margin-large {
    margin-top: 2rem;
  }
}
.l-block__margin-medium {
  margin-top: 3rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-block__margin-medium {
    margin-top: 0.75rem;
  }
}
.l-block__margin-small {
  margin-top: 1.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-block__margin-small {
    margin-top: 0.75rem;
  }
}
.l-block__margin-none {
  margin-top: 0;
}

@media (max-width: 1200px) {
  .l-container {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.l-container.is-two-columns {
  display: flex;
  padding: 0 !important;
}
@media (max-width: 900px) {
  .l-container.is-two-columns {
    display: block;
  }
}

/*
---
name: フッター_サイトマップ型
category: Layout
---
*/
.l-footer {
  position: relative;
  background-color: #F2EDED;
  color: #000;
  padding-top: 5rem;
  padding-bottom: 1.5625rem;
}
@media screen and (max-width: 59.3125em) {
  .l-footer {
    padding-top: 2.4375rem;
  }
}
.l-footer__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 59.3125em) {
  .l-footer__wrap {
    flex-direction: column-reverse;
  }
}
.l-footer__info {
  flex-basis: 14.25rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 59.3125em) {
  .l-footer__info {
    width: 15.375rem;
    margin: 0 auto 2.5rem;
  }
}
.l-footer__info aside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.9375rem;
}
.l-footer__info aside span {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: normal;
}
@media screen and (max-width: 59.3125em) {
  .l-footer__info aside img {
    margin: 0 0.5625rem;
  }
}
.l-footer__info-sns {
  display: flex;
  justify-content: space-between;
  width: 12.875rem;
  margin: 0 auto 1.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-footer__info-sns {
    margin-bottom: 1rem;
  }
}
.l-footer__info-sns li {
  flex-basis: 3.125rem;
}
.l-footer__info-sns li a {
  text-decoration: none;
  display: block;
}
.l-footer__info-sns li img {
  width: 2.75rem;
  display: block;
  margin: 0 auto 0.375rem;
}
.l-footer__info-sns li span {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: normal;
  white-space: nowrap;
}
.l-footer__info p {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: normal;
}
@media screen and (max-width: 59.3125em) {
  .l-footer__info p {
    font-size: 0.6875rem;
    letter-spacing: 0.05em;
    line-height: 1.8181818182;
    font-weight: normal;
  }
}
.l-footer__logo {
  display: block;
  width: 100%;
  max-width: 11.625rem;
  margin: 0 auto 2rem;
}
.l-footer__menu {
  width: 65.5%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 59.3125em) {
  .l-footer__menu {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 4rem;
  }
}
.l-footer__block {
  width: 26.1%;
}
@media screen and (max-width: 59.3125em) {
  .l-footer__block {
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 59.3125em) {
  .l-footer__block.is-sp-half {
    width: calc(50% - 5px);
  }
}
.l-footer__block a {
  text-decoration: none;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: normal;
  white-space: nowrap;
}
.l-footer__block > ul > li {
  position: relative;
  padding-bottom: 0.375rem;
}
.l-footer__block > ul > li:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 59.3125em) {
  .l-footer__block > ul > li {
    flex-basis: 48%;
  }
}
.l-footer__block > ul > li:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/bg-border-dot.svg) repeat-x;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-footer__block > ul > li.has-children {
    padding-bottom: 1.875rem;
  }
}
.l-footer__block > ul > li.has-children:after {
  display: none;
}
.l-footer__block > ul > li.has-children > a {
  display: block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 59.3125em) {
  .l-footer__block > ul > li.has-children ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.l-footer__block > ul > li.has-children ul li {
  white-space: nowrap;
}
@media screen and (max-width: 59.3125em) {
  .l-footer__block > ul > li.has-children ul li {
    flex-basis: 50%;
  }
}
.l-footer__block > ul > li.has-children ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 2.6666666667;
  font-weight: normal;
  display: inline-block;
  margin-right: 0.9375rem;
}
.l-footer__block > ul > li.has-children ul li a {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 2.6666666667;
  font-weight: normal;
}
.l-footer__content {
  border-top: 1px solid rgba(162, 104, 120, 0.2);
  padding: 2.5rem 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 59.3125em) {
  .l-footer__content {
    display: block;
    padding: 1.5rem 0;
  }
}
.l-footer__address {
  font-style: normal;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  margin-left: 1.5rem;
}
@media screen and (max-width: 59.3125em) {
  .l-footer__address {
    margin: 1.5rem 0;
    font-size: 0.75rem;
  }
}
.l-footer__copyright span {
  display: inline-block;
  margin-right: 1.25rem;
  color: #ADADAD;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.4166666667;
  font-weight: normal;
}
.l-footer__copyright a {
  color: #ADADAD;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.4166666667;
  font-weight: normal;
  display: inline-block;
  text-decoration: none;
}
.l-footer__copyright a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.4166666667;
  font-weight: normal;
  display: inline-block;
  margin-right: 0.5625rem;
}
@media screen and (max-width: 59.3125em) {
  .l-footer__copyright {
    margin-top: 0;
  }
}
.l-footer__tel {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-footer__tel {
    margin-bottom: 1rem;
  }
}
.l-footer__tel li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer__tel li:not(:first-child) {
  margin-top: 0.375rem;
}
.l-footer__tel li span {
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  margin-right: 0.5rem;
}
.l-footer__tel li a {
  text-decoration: none;
  font-family: "Lora", serif;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
  font-weight: 400;
}
.l-footer__tel li a:before {
  content: "\f095";
  font-family: FontAwesome;
  margin-right: 0.375rem;
  font-size: 0.9375rem;
}
.l-footer.is-simple {
  padding: 1.5rem 0;
}
.l-footer.is-simple .l-footer__wrap {
  display: none;
}

.l-global-nav {
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 59.3125em) {
  .l-global-nav {
    display: none;
  }
}
.l-global-nav ul {
  display: flex;
}
.l-global-nav ul li {
  width: 100%;
  text-align: center;
  position: relative;
}
.l-global-nav ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 16px);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #E2E2E2;
}
.l-global-nav ul li:first-child::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 16px);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #E2E2E2;
}
.l-global-nav ul li a {
  display: block;
  color: #262626;
  font-weight: 400;
  text-decoration: none;
  font-size: 15px;
  padding: 12px 12px;
  position: relative;
}
.l-global-nav ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #A31039;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s ease;
}
.l-global-nav ul li a:hover {
  opacity: 1;
}
.l-global-nav ul li a:hover::after {
  width: 100%;
  opacity: 1;
}

/*
---
name: ヘッダー
category: Layout
---
*/
.l-header {
  background-color: #fff;
  width: 100%;
  z-index: 9990;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 59.3125em) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
  }
}
.l-header__logo {
  margin: 0;
  width: 124px;
  flex-shrink: 0;
}
@media screen and (max-width: 59.3125em) {
  .l-header__logo {
    width: 141px;
  }
}
.l-header__logo a,
.l-header__logo img {
  display: block;
}
.l-header__content {
  display: flex;
  align-items: center;
  padding: 0 0 0 2rem;
  height: 6.25rem;
}
@media screen and (max-width: 75em) {
  .l-header__content {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 68.75em) {
  .l-header__content {
    padding-left: 0.75rem;
  }
}
@media screen and (max-width: 59.3125em) {
  .l-header__content {
    height: 4.4375rem;
    padding-left: 1.25rem;
  }
}
.l-header__nav {
  margin-left: auto;
}
@media screen and (max-width: 59.3125em) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav-sp {
  display: none;
}
@media screen and (max-width: 59.3125em) {
  .l-header__nav-sp {
    display: block;
  }
}
.l-header__nav-sp li {
  width: 3.25rem;
  height: 4.4375rem;
  position: absolute;
  top: 0;
}
.l-header__nav-sp li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
}
.l-header__nav-sp li a:before {
  content: "";
  display: block;
  width: 1.1875rem;
  height: 1.1875rem;
  margin-bottom: 0.25rem;
}
.l-header__nav-sp li.subscribe {
  right: 3.125rem;
}
.l-header__nav-sp li.subscribe a {
  background: #A31039;
}
.l-header__nav-sp li.subscribe a:before {
  background: url(../images/icn-subscribe.svg) no-repeat;
  background-size: 100% 100%;
}
.l-header__nav-sp li.search {
  right: 6.25rem;
}
.l-header__nav-sp li.search a {
  background: #A8900A;
}
.l-header__nav-sp li.search a:before {
  background: url(../images/icn-search.svg) no-repeat;
  background-size: 100% 100%;
}
.l-header__nav-normal {
  display: flex;
}
.l-header__nav-normal li:not(:last-child) {
  margin-right: 1.5rem;
}
@media screen and (max-width: 84.375em) {
  .l-header__nav-normal li:not(:last-child) {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 68.75em) {
  .l-header__nav-normal li:not(:last-child) {
    margin-right: 0.75rem;
  }
}
.l-header__nav-normal li a {
  display: block;
  text-decoration: none;
  color: #262626;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
  transition: all 0.3s ease;
}
@media screen and (max-width: 75em) {
  .l-header__nav-normal li a {
    font-size: 0.75rem;
  }
}
.l-header__nav-normal li a:hover {
  opacity: 0.5;
}
.l-header__offer {
  width: 100%;
  max-width: 10.875rem;
  margin-left: 2rem;
}
@media screen and (max-width: 84.375em) {
  .l-header__offer {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 75em) {
  .l-header__offer {
    max-width: 9.375rem;
  }
}
@media screen and (max-width: 68.75em) {
  .l-header__offer {
    margin-left: 0.75rem;
  }
}
@media screen and (max-width: 59.3125em) {
  .l-header__offer {
    display: none;
  }
}
.l-header__offer li:not(:first-child) {
  margin-top: 0.375rem;
}
.l-header__offer a {
  display: block;
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #A31039;
  padding: 0.5rem 0.625rem;
  border: solid 1px #A31039;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 75em) {
  .l-header__offer a {
    font-size: 0.625rem;
  }
}
.l-header__offer a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
}
.l-header__offer a:hover {
  opacity: 1;
  background: #A31039;
  color: #fff;
}
.l-header__buttons {
  width: 100%;
  max-width: 20.875rem;
  display: flex;
  margin-left: 2rem;
}
@media screen and (max-width: 84.375em) {
  .l-header__buttons {
    max-width: 17.5rem;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 75em) {
  .l-header__buttons {
    max-width: 15.625rem;
  }
}
@media screen and (max-width: 68.75em) {
  .l-header__buttons {
    flex-direction: column;
    max-width: 9.375rem;
    margin-left: 0.75rem;
  }
}
@media screen and (max-width: 59.3125em) {
  .l-header__buttons {
    display: none;
  }
}
.l-header__buttons li {
  width: 100%;
}
.l-header__buttons li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6.25rem;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 700;
}
@media screen and (max-width: 75em) {
  .l-header__buttons li a {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 68.75em) {
  .l-header__buttons li a {
    height: 3.125rem;
    font-size: 0.625rem;
  }
}
.l-header__buttons li a.is-search {
  background: #A8900A;
}
.l-header__buttons li a.is-search:before {
  content: "\f002";
  font-family: FontAwesome;
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  line-height: 1;
}
@media screen and (max-width: 75em) {
  .l-header__buttons li a.is-search:before {
    font-size: 0.9375rem;
  }
}
.l-header__buttons li a.is-registration {
  background: #A31039;
}
.l-header__buttons li a.is-registration:before {
  flex: none;
  content: "";
  margin-bottom: 0.1875rem;
  width: 1.3125rem;
  height: 1.3125rem;
  background-image: url("../images/icn-subscribe.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 75em) {
  .l-header__buttons li a.is-registration:before {
    width: 1rem;
    height: 1rem;
  }
}
.l-header__other {
  padding-left: 1.75rem;
  border-left: 0.5px solid #ADADAD;
  margin-left: 1.75rem;
}
@media screen and (max-width: 84.375em) {
  .l-header__other {
    padding-left: 1rem;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 59.3125em) {
  .l-header__other {
    display: none !important;
  }
}
.l-header__text {
  display: none;
  font-size: 0.8125rem;
  letter-spacing: 0em;
  line-height: 1.6923076923;
  font-weight: 400;
  opacity: 0.7;
}
@media screen and (max-width: 75em) {
  .l-header__text {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 59.3125em) {
  .l-header__text {
    display: none !important;
  }
}
.l-header__tel span {
  display: block;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
}
.l-header__tel a {
  display: block;
  text-decoration: none;
  font-family: "Lora", serif;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
  font-weight: 400;
}
@media screen and (max-width: 75em) {
  .l-header__tel a {
    font-size: 0.9375rem;
  }
}
.l-header__tel a:before {
  content: "\f095";
  font-family: FontAwesome;
  margin-right: 0.375rem;
  font-size: 0.9375rem;
}
@media screen and (max-width: 75em) {
  .l-header__tel a:before {
    margin-right: 0.1875rem;
    font-size: 0.8125rem;
  }
}
.l-header.is-simple .l-header__nav, .l-header.is-simple .l-header__buttons, .l-header.is-simple .l-header__offer {
  display: none;
}
.l-header.is-simple .l-header__content {
  padding: 0 2rem;
}
@media screen and (max-width: 59.3125em) {
  .l-header.is-simple .l-header__content {
    padding: 0 1.25rem;
  }
}
.l-header.is-simple .l-header__other {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-left: 0;
  border-left: 0;
}
.l-header.is-simple .l-header__tel {
  margin-left: 2rem;
}
.l-header.is-simple .l-header__text {
  display: block;
}

.is-slidebar-active .l-header {
  position: fixed;
  top: 0;
  left: 0;
}

.l-main {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}

.l-main.is-two-column {
  padding: 5rem 0 7.6875rem;
}
@media screen and (max-width: 59.3125em) {
  .l-main.is-two-column {
    padding: 2.5rem 0;
  }
}

.l-main.is-two-column .l-container {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 59.3125em) {
  .l-main.is-two-column .l-container {
    display: block;
  }
}
.l-main.is-two-column .l-container .l-wrapper {
  max-width: calc(100% - 258px - 98px);
  margin-right: 6.125rem;
  width: 100%;
}
@media screen and (max-width: 59.3125em) {
  .l-main.is-two-column .l-container .l-wrapper {
    margin: auto;
    max-width: inherit;
  }
}

/*
---
name: オファー_通常
category: Layout
---
*/
.l-offer {
  background-image: url("../images/bg-offer.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 3rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer {
    padding: 2.5rem 0;
  }
}
.l-offer.is-padding-lg {
  padding: 4rem 0;
}
.l-offer__items {
  margin-top: 3rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer__items {
    margin-top: 1.5rem;
  }
}
.l-offer__items.is-button-one {
  margin-top: 1.5rem;
  text-align: center;
}
.l-offer__items.is-button-one .l-offer__button {
  max-width: 28.375rem;
}
.l-offer__button {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  padding: 1.5rem 2rem;
  position: relative;
  width: 100%;
  min-height: 5.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer__button {
    font-size: 0.9375rem;
    min-height: 4rem;
  }
}
.l-offer__button::after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 1.25rem;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer__button::after {
    font-size: 1.125rem;
  }
}
.l-offer__button.is-bgcolor-primary {
  background-color: #A31039;
  border-color: #A31039;
}
.l-offer__button.is-tel {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer__button.is-tel {
    font-size: 1.75rem;
  }
}
.l-offer__button.is-tel i {
  margin-right: 0.5rem;
}
.l-offer__subtext {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0.875rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer__subtext {
    margin-top: 0.375rem;
    font-size: 0.75rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
  }
}

/*
---
name: オファー_その他
category: Layout
---
```types.html
<div class="l-offer is-color-primary">
          <div class="l-container">
            <div class="l-offer__inner">
              <h2 class="c-heading is-xlg is-white is-bottom"><span>CONTACT</span><small>お問い合わせ</small></h2>
              <div class="l-offer__text">弊社のサービスへ興味をお持ちの方は、<br>下記の電話番号、もしくはお問い合わせフォームよりお気軽に問い合わせください。</div>
              <div class="l-offer__items">
                <div class="row">
                  <div class="large-5 is-push-lg-1 small-12">
                    <div class="l-offer__box">
                      <div class="l-offer__box-text">お電話の際は「ホームページを見て」と<br>お伝えください。</div>
                      <div class="l-offer__box-tel"><i class="fa fa-phone" aria-hidden="true"></i>00-000-0000<small>電話受付時間 / 平日00：00～00：00</small></div>
                    </div>
                  </div>
                  <div class="large-5 small-12">
                    <div class="l-offer__box">
                      <div class="l-offer__box-text">メールでのご相談・ご質問は<br>お問い合わせフォームをご活用ください。</div><a class="c-button is-lg is-white" href="#">お問い合わせフォーム</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
```
*/
.l-offer.is-color-primary {
  background-image: none;
  background-color: #A31039;
  padding: 4rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer.is-color-primary {
    padding: 3rem 0;
  }
}
.l-offer.is-color-primary .c-heading {
  color: #fff;
  margin-bottom: 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer.is-color-primary .c-heading {
    margin-bottom: 1.5rem;
  }
}
.l-offer.is-color-primary .l-offer__items {
  margin-top: 2rem;
}
.l-offer.is-color-primary .l-offer__box {
  border: 1px solid #fff;
  height: 100%;
  text-align: center;
  padding: 2rem 3rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer.is-color-primary .l-offer__box {
    margin-bottom: 0.5rem;
    height: inherit;
    padding: 1.5rem;
  }
}
.l-offer.is-color-primary .l-offer__box-text {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer.is-color-primary .l-offer__box-text {
    margin-bottom: 0.75rem;
  }
}
.l-offer.is-color-primary .l-offer__box-tel {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
}
.l-offer.is-color-primary .l-offer__box-tel i {
  margin-right: 0.5rem;
}
.l-offer.is-color-primary .l-offer__box-tel small {
  display: block;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-top: 0.5rem;
}

/*
---
name: ページヘッダー_通常
category: Layout
---
*/
/*
---
name: ページヘッダー_単色
category: Layout
---
*/
.l-page-header {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 14.375rem;
  padding: 1rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-page-header {
    min-height: 10rem;
    height: auto;
  }
}
.l-page-header .l-container {
  width: 100%;
}
.l-page-header::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(242, 237, 237, 0.75);
  top: 0;
  left: 0;
  z-index: -1;
}
.l-page-header__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
.l-page-header__bgimg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.l-page-header__inner {
  z-index: 99;
  text-align: center;
}
.l-page-header__title.c-heading.is-xlg {
  margin: 0;
}

.l-post-content, #tinymce.mce-content-body.acf_content, #tinymce.post-type-post, #tinymce.post-type-work {
  word-break: break-all;
}
.l-post-content::after, #tinymce.mce-content-body.acf_content::after, #tinymce.post-type-post::after, #tinymce.post-type-work::after {
  content: "";
  display: block;
  clear: both;
}
.l-post-content > p, #tinymce.mce-content-body.acf_content > p, #tinymce.post-type-post > p, #tinymce.post-type-work > p,
.l-post-content div > p,
#tinymce.mce-content-body.acf_content div > p,
#tinymce.post-type-post div > p,
#tinymce.post-type-work div > p {
  margin-bottom: 1.6em;
}
.l-post-content h1, #tinymce.mce-content-body.acf_content h1, #tinymce.post-type-post h1, #tinymce.post-type-work h1 {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.46875;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-post-content h1, #tinymce.mce-content-body.acf_content h1, #tinymce.post-type-post h1, #tinymce.post-type-work h1 {
    font-size: 1.5rem;
  }
}
.l-post-content h2, #tinymce.mce-content-body.acf_content h2, #tinymce.post-type-post h2, #tinymce.post-type-work h2 {
  font-size: 1.625rem;
  letter-spacing: 0.05em;
  line-height: 1.4615384615;
  font-weight: 400;
  margin-top: 5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-post-content h2, #tinymce.mce-content-body.acf_content h2, #tinymce.post-type-post h2, #tinymce.post-type-work h2 {
    margin-top: 2.5rem;
    font-size: 1.125rem;
  }
}
.l-post-content h3, #tinymce.mce-content-body.acf_content h3, #tinymce.post-type-post h3, #tinymce.post-type-work h3 {
  position: relative;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  line-height: 1.4545454545;
  font-weight: 400;
  padding-left: 1.5625rem;
  margin-top: 3.375rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-post-content h3, #tinymce.mce-content-body.acf_content h3, #tinymce.post-type-post h3, #tinymce.post-type-work h3 {
    margin-top: 2rem;
    font-size: 1rem;
    padding-left: 1.25rem;
  }
}
.l-post-content h3:before, #tinymce.mce-content-body.acf_content h3:before, #tinymce.post-type-post h3:before, #tinymce.post-type-work h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5625rem;
  height: 100%;
  background: #A31039;
  border-radius: 2px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-post-content h3:before, #tinymce.mce-content-body.acf_content h3:before, #tinymce.post-type-post h3:before, #tinymce.post-type-work h3:before {
    width: 0.3125rem;
  }
}
.l-post-content h4, #tinymce.mce-content-body.acf_content h4, #tinymce.post-type-post h4, #tinymce.post-type-work h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  background: rgba(221, 201, 199, 0.4);
  padding: 0.5625rem 1.0625rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-post-content h4, #tinymce.mce-content-body.acf_content h4, #tinymce.post-type-post h4, #tinymce.post-type-work h4 {
    font-size: 1rem;
    padding: 0.375rem 0.75rem;
  }
}
.l-post-content h4:before, #tinymce.mce-content-body.acf_content h4:before, #tinymce.post-type-post h4:before, #tinymce.post-type-work h4:before {
  content: "check_circle";
  font-family: "Material Icons Round";
  color: #A31039;
  line-height: 1;
  margin-top: 0.3125rem;
  margin-right: 0.375rem;
}
.l-post-content h5, #tinymce.mce-content-body.acf_content h5, #tinymce.post-type-post h5, #tinymce.post-type-work h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-post-content h5, #tinymce.mce-content-body.acf_content h5, #tinymce.post-type-post h5, #tinymce.post-type-work h5 {
    font-size: 0.875rem;
  }
}
.l-post-content h5:before, #tinymce.mce-content-body.acf_content h5:before, #tinymce.post-type-post h5:before, #tinymce.post-type-work h5:before {
  content: "●";
  color: #A31039;
}
.l-post-content h6, #tinymce.mce-content-body.acf_content h6, #tinymce.post-type-post h6, #tinymce.post-type-work h6 {
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-post-content h6, #tinymce.mce-content-body.acf_content h6, #tinymce.post-type-post h6, #tinymce.post-type-work h6 {
    font-size: 0.875rem;
  }
}
.l-post-content dl, #tinymce.mce-content-body.acf_content dl, #tinymce.post-type-post dl, #tinymce.post-type-work dl {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.l-post-content dl dt, #tinymce.mce-content-body.acf_content dl dt, #tinymce.post-type-post dl dt, #tinymce.post-type-work dl dt {
  font-weight: bold;
}
.l-post-content dl dd, #tinymce.mce-content-body.acf_content dl dd, #tinymce.post-type-post dl dd, #tinymce.post-type-work dl dd {
  margin-bottom: 1em;
}
.l-post-content table, #tinymce.mce-content-body.acf_content table, #tinymce.post-type-post table, #tinymce.post-type-work table {
  letter-spacing: 0;
  margin-top: 1em;
  margin-bottom: 2em;
  width: 100%;
}
.l-post-content table tbody th, #tinymce.mce-content-body.acf_content table tbody th, #tinymce.post-type-post table tbody th, #tinymce.post-type-work table tbody th,
.l-post-content table tbody td,
#tinymce.mce-content-body.acf_content table tbody td,
#tinymce.post-type-post table tbody td,
#tinymce.post-type-work table tbody td {
  text-align: left;
  padding: 1rem 0.375rem;
  vertical-align: top;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-post-content table tbody th, #tinymce.mce-content-body.acf_content table tbody th, #tinymce.post-type-post table tbody th, #tinymce.post-type-work table tbody th,
.l-post-content table tbody td,
#tinymce.mce-content-body.acf_content table tbody td,
#tinymce.post-type-post table tbody td,
#tinymce.post-type-work table tbody td {
    padding: 0.5rem 0.25rem;
  }
}
.l-post-content table tbody th, #tinymce.mce-content-body.acf_content table tbody th, #tinymce.post-type-post table tbody th, #tinymce.post-type-work table tbody th {
  width: 7.5rem;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-post-content table tbody th, #tinymce.mce-content-body.acf_content table tbody th, #tinymce.post-type-post table tbody th, #tinymce.post-type-work table tbody th {
    width: 6rem;
  }
}
.l-post-content table tbody p, #tinymce.mce-content-body.acf_content table tbody p, #tinymce.post-type-post table tbody p, #tinymce.post-type-work table tbody p {
  margin-bottom: 0;
}
.l-post-content ol li, #tinymce.mce-content-body.acf_content ol li, #tinymce.post-type-post ol li, #tinymce.post-type-work ol li, .l-post-content ul li, #tinymce.mce-content-body.acf_content ul li, #tinymce.post-type-post ul li, #tinymce.post-type-work ul li {
  list-style: inherit;
}
.l-post-content ul, #tinymce.mce-content-body.acf_content ul, #tinymce.post-type-post ul, #tinymce.post-type-work ul {
  padding-left: 1.5rem;
  list-style: disc;
}
.l-post-content ol, #tinymce.mce-content-body.acf_content ol, #tinymce.post-type-post ol, #tinymce.post-type-work ol {
  padding-left: 1.5rem;
  list-style: decimal;
}
.l-post-content iframe, #tinymce.mce-content-body.acf_content iframe, #tinymce.post-type-post iframe, #tinymce.post-type-work iframe {
  max-width: 100%;
  width: 100%;
}
.l-post-content pre, #tinymce.mce-content-body.acf_content pre, #tinymce.post-type-post pre, #tinymce.post-type-work pre {
  background: #f5f5f5;
  padding: 1rem 1.5rem;
}
@media print {
  @page {
    margin: 8mm;
    margin: 10mm 8mm 10mm 8mm;
    margin: 4mm !important;
    size: landscape;
    size: portrait;
  }
  * {
    -webkit-print-color-adjust: exact !important;
    background-attachment: initial !important;
    overflow-y: visible !important;
  }

  main * {
    opacity: 1 !important;
    visibility: visible !important;
  }

  html {
    overflow: visible !important;
    zoom: 0.7 !important;
  }

  body {
    min-width: 1320px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .c-slidebar-menu,
.c-slidebar-button,
.u-hidden-lg {
    display: none;
  }
}
.l-section.is-xlg {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-xlg {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.l-section.is-lg {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-lg {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.l-section.is-md {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-md {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.l-section.is-sm {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-sm {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.l-section.is-xs {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-xs {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.l-section.is-color-primary {
  background-color: #A31039;
}
.l-section.is-color-secondary {
  background-color: #FAF7F0;
}
.l-section.is-top {
  padding-bottom: 0 !important;
}
.l-section.is-bottom {
  padding-top: 0 !important;
}
.l-section.is-bg-color {
  background: #FAF7F0;
}
.l-section.is-relation {
  position: relative;
  background-image: url("../images/bg-section-relation.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.l-section.is-relation:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(195, 162, 162, 0.55);
  top: 0;
  left: 0;
}

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

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

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

.u-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.u-animated.is-infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.u-display-block {
  display: block !important;
}

.u-display-none {
  display: none !important;
}

.u-display-inlineblock {
  display: inline-block !important;
}

.u-display-inline {
  display: inline !important;
}

.u-format-group {
  margin-top: 60px;
  margin-bottom: 60px;
}
.u-format-group__title {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 2rem;
  background: #A31039;
  color: #fff;
  padding-left: 24px;
}
.u-format__title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  margin-top: 120px;
  margin-bottom: 18px;
  background: #f5f5f5;
  padding: 8px 12px 8px 24px;
  border-left: 5px solid #A31039;
}
.u-format__content {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
}
.u-format__content.is-fullwidth {
  max-width: 100%;
}
.u-format__code {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  background: #f5f5f5;
  position: relative;
}
.u-format__code pre {
  padding-top: 40px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Courier;
  font-size: 0.75rem;
}
.u-format__code__title {
  background: #333;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  padding: 4px 8px;
  font-size: 0.75rem;
}

#tinymce {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: "Noto Sans JP", sans-serif !important;
  overflow: scroll;
  margin-top: 0 !important;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  #tinymce {
    min-width: inherit !important;
    width: 100%;
  }
}
#tinymce .js-accordion .c-accordion,
#tinymce .js-accordion .c-faq__text {
  display: block !important;
}

.u-mbs {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
}
.u-mbs.is-xlg {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-xlg {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
.u-mbs.is-lg {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-lg {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}
.u-mbs.is-md {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-md {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.u-mbs.is-sm {
  margin-top: 2.625rem;
  margin-bottom: 2.625rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-sm {
    margin-top: 1.3125rem;
    margin-bottom: 1.3125rem;
  }
}
.u-mbs.is-xs {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-xs {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
.u-mbs.is-xxs {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-xxs {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.u-mbs.is-top {
  margin-bottom: 0 !important;
}
.u-mbs.is-bottom {
  margin-top: 0 !important;
}

.u-pts0 {
  padding-top: 0px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts0 {
    padding-top: 0px;
  }
}

.u-pbs0 {
  padding-bottom: 0px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs0 {
    padding-bottom: 0px;
  }
}

.u-pts1 {
  padding-top: 1px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts1 {
    padding-top: 0.5px;
  }
}

.u-pbs1 {
  padding-bottom: 1px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs1 {
    padding-bottom: 0.5px;
  }
}

.u-pts2 {
  padding-top: 2px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts2 {
    padding-top: 1px;
  }
}

.u-pbs2 {
  padding-bottom: 2px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs2 {
    padding-bottom: 1px;
  }
}

.u-pts3 {
  padding-top: 3px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts3 {
    padding-top: 1.5px;
  }
}

.u-pbs3 {
  padding-bottom: 3px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs3 {
    padding-bottom: 1.5px;
  }
}

.u-pts4 {
  padding-top: 4px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts4 {
    padding-top: 2px;
  }
}

.u-pbs4 {
  padding-bottom: 4px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs4 {
    padding-bottom: 2px;
  }
}

.u-pts5 {
  padding-top: 5px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts5 {
    padding-top: 2.5px;
  }
}

.u-pbs5 {
  padding-bottom: 5px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs5 {
    padding-bottom: 2.5px;
  }
}

.u-pts6 {
  padding-top: 6px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts6 {
    padding-top: 3px;
  }
}

.u-pbs6 {
  padding-bottom: 6px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs6 {
    padding-bottom: 3px;
  }
}

.u-pts7 {
  padding-top: 7px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts7 {
    padding-top: 3.5px;
  }
}

.u-pbs7 {
  padding-bottom: 7px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs7 {
    padding-bottom: 3.5px;
  }
}

.u-pts8 {
  padding-top: 8px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts8 {
    padding-top: 4px;
  }
}

.u-pbs8 {
  padding-bottom: 8px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs8 {
    padding-bottom: 4px;
  }
}

.u-pts9 {
  padding-top: 9px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts9 {
    padding-top: 4.5px;
  }
}

.u-pbs9 {
  padding-bottom: 9px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs9 {
    padding-bottom: 4.5px;
  }
}

.u-pts10 {
  padding-top: 10px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts10 {
    padding-top: 5px;
  }
}

.u-pbs10 {
  padding-bottom: 10px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs10 {
    padding-bottom: 5px;
  }
}

.u-pts11 {
  padding-top: 11px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts11 {
    padding-top: 5.5px;
  }
}

.u-pbs11 {
  padding-bottom: 11px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs11 {
    padding-bottom: 5.5px;
  }
}

.u-pts12 {
  padding-top: 12px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts12 {
    padding-top: 6px;
  }
}

.u-pbs12 {
  padding-bottom: 12px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs12 {
    padding-bottom: 6px;
  }
}

.u-pts13 {
  padding-top: 13px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts13 {
    padding-top: 6.5px;
  }
}

.u-pbs13 {
  padding-bottom: 13px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs13 {
    padding-bottom: 6.5px;
  }
}

.u-pts14 {
  padding-top: 14px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts14 {
    padding-top: 7px;
  }
}

.u-pbs14 {
  padding-bottom: 14px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs14 {
    padding-bottom: 7px;
  }
}

.u-pts15 {
  padding-top: 15px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts15 {
    padding-top: 7.5px;
  }
}

.u-pbs15 {
  padding-bottom: 15px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs15 {
    padding-bottom: 7.5px;
  }
}

.u-pts16 {
  padding-top: 16px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts16 {
    padding-top: 8px;
  }
}

.u-pbs16 {
  padding-bottom: 16px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs16 {
    padding-bottom: 8px;
  }
}

.u-pts17 {
  padding-top: 17px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts17 {
    padding-top: 8.5px;
  }
}

.u-pbs17 {
  padding-bottom: 17px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs17 {
    padding-bottom: 8.5px;
  }
}

.u-pts18 {
  padding-top: 18px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts18 {
    padding-top: 9px;
  }
}

.u-pbs18 {
  padding-bottom: 18px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs18 {
    padding-bottom: 9px;
  }
}

.u-pts19 {
  padding-top: 19px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts19 {
    padding-top: 9.5px;
  }
}

.u-pbs19 {
  padding-bottom: 19px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs19 {
    padding-bottom: 9.5px;
  }
}

.u-pts20 {
  padding-top: 20px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts20 {
    padding-top: 10px;
  }
}

.u-pbs20 {
  padding-bottom: 20px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs20 {
    padding-bottom: 10px;
  }
}

.u-pts21 {
  padding-top: 21px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts21 {
    padding-top: 10.5px;
  }
}

.u-pbs21 {
  padding-bottom: 21px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs21 {
    padding-bottom: 10.5px;
  }
}

.u-pts22 {
  padding-top: 22px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts22 {
    padding-top: 11px;
  }
}

.u-pbs22 {
  padding-bottom: 22px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs22 {
    padding-bottom: 11px;
  }
}

.u-pts23 {
  padding-top: 23px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts23 {
    padding-top: 11.5px;
  }
}

.u-pbs23 {
  padding-bottom: 23px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs23 {
    padding-bottom: 11.5px;
  }
}

.u-pts24 {
  padding-top: 24px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts24 {
    padding-top: 12px;
  }
}

.u-pbs24 {
  padding-bottom: 24px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs24 {
    padding-bottom: 12px;
  }
}

.u-pts25 {
  padding-top: 25px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts25 {
    padding-top: 12.5px;
  }
}

.u-pbs25 {
  padding-bottom: 25px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs25 {
    padding-bottom: 12.5px;
  }
}

.u-pts26 {
  padding-top: 26px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts26 {
    padding-top: 13px;
  }
}

.u-pbs26 {
  padding-bottom: 26px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs26 {
    padding-bottom: 13px;
  }
}

.u-pts27 {
  padding-top: 27px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts27 {
    padding-top: 13.5px;
  }
}

.u-pbs27 {
  padding-bottom: 27px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs27 {
    padding-bottom: 13.5px;
  }
}

.u-pts28 {
  padding-top: 28px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts28 {
    padding-top: 14px;
  }
}

.u-pbs28 {
  padding-bottom: 28px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs28 {
    padding-bottom: 14px;
  }
}

.u-pts29 {
  padding-top: 29px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts29 {
    padding-top: 14.5px;
  }
}

.u-pbs29 {
  padding-bottom: 29px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs29 {
    padding-bottom: 14.5px;
  }
}

.u-pts30 {
  padding-top: 30px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts30 {
    padding-top: 15px;
  }
}

.u-pbs30 {
  padding-bottom: 30px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs30 {
    padding-bottom: 15px;
  }
}

.u-pts31 {
  padding-top: 31px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts31 {
    padding-top: 15.5px;
  }
}

.u-pbs31 {
  padding-bottom: 31px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs31 {
    padding-bottom: 15.5px;
  }
}

.u-pts32 {
  padding-top: 32px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts32 {
    padding-top: 16px;
  }
}

.u-pbs32 {
  padding-bottom: 32px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs32 {
    padding-bottom: 16px;
  }
}

.u-pts33 {
  padding-top: 33px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts33 {
    padding-top: 16.5px;
  }
}

.u-pbs33 {
  padding-bottom: 33px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs33 {
    padding-bottom: 16.5px;
  }
}

.u-pts34 {
  padding-top: 34px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts34 {
    padding-top: 17px;
  }
}

.u-pbs34 {
  padding-bottom: 34px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs34 {
    padding-bottom: 17px;
  }
}

.u-pts35 {
  padding-top: 35px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts35 {
    padding-top: 17.5px;
  }
}

.u-pbs35 {
  padding-bottom: 35px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs35 {
    padding-bottom: 17.5px;
  }
}

.u-pts36 {
  padding-top: 36px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts36 {
    padding-top: 18px;
  }
}

.u-pbs36 {
  padding-bottom: 36px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs36 {
    padding-bottom: 18px;
  }
}

.u-pts37 {
  padding-top: 37px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts37 {
    padding-top: 18.5px;
  }
}

.u-pbs37 {
  padding-bottom: 37px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs37 {
    padding-bottom: 18.5px;
  }
}

.u-pts38 {
  padding-top: 38px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts38 {
    padding-top: 19px;
  }
}

.u-pbs38 {
  padding-bottom: 38px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs38 {
    padding-bottom: 19px;
  }
}

.u-pts39 {
  padding-top: 39px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts39 {
    padding-top: 19.5px;
  }
}

.u-pbs39 {
  padding-bottom: 39px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs39 {
    padding-bottom: 19.5px;
  }
}

.u-pts40 {
  padding-top: 40px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts40 {
    padding-top: 20px;
  }
}

.u-pbs40 {
  padding-bottom: 40px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs40 {
    padding-bottom: 20px;
  }
}

.u-pts41 {
  padding-top: 41px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts41 {
    padding-top: 20.5px;
  }
}

.u-pbs41 {
  padding-bottom: 41px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs41 {
    padding-bottom: 20.5px;
  }
}

.u-pts42 {
  padding-top: 42px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts42 {
    padding-top: 21px;
  }
}

.u-pbs42 {
  padding-bottom: 42px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs42 {
    padding-bottom: 21px;
  }
}

.u-pts43 {
  padding-top: 43px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts43 {
    padding-top: 21.5px;
  }
}

.u-pbs43 {
  padding-bottom: 43px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs43 {
    padding-bottom: 21.5px;
  }
}

.u-pts44 {
  padding-top: 44px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts44 {
    padding-top: 22px;
  }
}

.u-pbs44 {
  padding-bottom: 44px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs44 {
    padding-bottom: 22px;
  }
}

.u-pts45 {
  padding-top: 45px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts45 {
    padding-top: 22.5px;
  }
}

.u-pbs45 {
  padding-bottom: 45px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs45 {
    padding-bottom: 22.5px;
  }
}

.u-pts46 {
  padding-top: 46px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts46 {
    padding-top: 23px;
  }
}

.u-pbs46 {
  padding-bottom: 46px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs46 {
    padding-bottom: 23px;
  }
}

.u-pts47 {
  padding-top: 47px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts47 {
    padding-top: 23.5px;
  }
}

.u-pbs47 {
  padding-bottom: 47px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs47 {
    padding-bottom: 23.5px;
  }
}

.u-pts48 {
  padding-top: 48px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts48 {
    padding-top: 24px;
  }
}

.u-pbs48 {
  padding-bottom: 48px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs48 {
    padding-bottom: 24px;
  }
}

.u-pts49 {
  padding-top: 49px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts49 {
    padding-top: 24.5px;
  }
}

.u-pbs49 {
  padding-bottom: 49px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs49 {
    padding-bottom: 24.5px;
  }
}

.u-pts50 {
  padding-top: 50px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts50 {
    padding-top: 25px;
  }
}

.u-pbs50 {
  padding-bottom: 50px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs50 {
    padding-bottom: 25px;
  }
}

.u-pts51 {
  padding-top: 51px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts51 {
    padding-top: 25.5px;
  }
}

.u-pbs51 {
  padding-bottom: 51px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs51 {
    padding-bottom: 25.5px;
  }
}

.u-pts52 {
  padding-top: 52px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts52 {
    padding-top: 26px;
  }
}

.u-pbs52 {
  padding-bottom: 52px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs52 {
    padding-bottom: 26px;
  }
}

.u-pts53 {
  padding-top: 53px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts53 {
    padding-top: 26.5px;
  }
}

.u-pbs53 {
  padding-bottom: 53px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs53 {
    padding-bottom: 26.5px;
  }
}

.u-pts54 {
  padding-top: 54px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts54 {
    padding-top: 27px;
  }
}

.u-pbs54 {
  padding-bottom: 54px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs54 {
    padding-bottom: 27px;
  }
}

.u-pts55 {
  padding-top: 55px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts55 {
    padding-top: 27.5px;
  }
}

.u-pbs55 {
  padding-bottom: 55px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs55 {
    padding-bottom: 27.5px;
  }
}

.u-pts56 {
  padding-top: 56px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts56 {
    padding-top: 28px;
  }
}

.u-pbs56 {
  padding-bottom: 56px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs56 {
    padding-bottom: 28px;
  }
}

.u-pts57 {
  padding-top: 57px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts57 {
    padding-top: 28.5px;
  }
}

.u-pbs57 {
  padding-bottom: 57px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs57 {
    padding-bottom: 28.5px;
  }
}

.u-pts58 {
  padding-top: 58px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts58 {
    padding-top: 29px;
  }
}

.u-pbs58 {
  padding-bottom: 58px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs58 {
    padding-bottom: 29px;
  }
}

.u-pts59 {
  padding-top: 59px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts59 {
    padding-top: 29.5px;
  }
}

.u-pbs59 {
  padding-bottom: 59px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs59 {
    padding-bottom: 29.5px;
  }
}

.u-pts60 {
  padding-top: 60px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts60 {
    padding-top: 30px;
  }
}

.u-pbs60 {
  padding-bottom: 60px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs60 {
    padding-bottom: 30px;
  }
}

.u-pts61 {
  padding-top: 61px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts61 {
    padding-top: 30.5px;
  }
}

.u-pbs61 {
  padding-bottom: 61px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs61 {
    padding-bottom: 30.5px;
  }
}

.u-pts62 {
  padding-top: 62px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts62 {
    padding-top: 31px;
  }
}

.u-pbs62 {
  padding-bottom: 62px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs62 {
    padding-bottom: 31px;
  }
}

.u-pts63 {
  padding-top: 63px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts63 {
    padding-top: 31.5px;
  }
}

.u-pbs63 {
  padding-bottom: 63px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs63 {
    padding-bottom: 31.5px;
  }
}

.u-pts64 {
  padding-top: 64px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts64 {
    padding-top: 32px;
  }
}

.u-pbs64 {
  padding-bottom: 64px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs64 {
    padding-bottom: 32px;
  }
}

.u-pts65 {
  padding-top: 65px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts65 {
    padding-top: 32.5px;
  }
}

.u-pbs65 {
  padding-bottom: 65px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs65 {
    padding-bottom: 32.5px;
  }
}

.u-pts66 {
  padding-top: 66px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts66 {
    padding-top: 33px;
  }
}

.u-pbs66 {
  padding-bottom: 66px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs66 {
    padding-bottom: 33px;
  }
}

.u-pts67 {
  padding-top: 67px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts67 {
    padding-top: 33.5px;
  }
}

.u-pbs67 {
  padding-bottom: 67px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs67 {
    padding-bottom: 33.5px;
  }
}

.u-pts68 {
  padding-top: 68px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts68 {
    padding-top: 34px;
  }
}

.u-pbs68 {
  padding-bottom: 68px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs68 {
    padding-bottom: 34px;
  }
}

.u-pts69 {
  padding-top: 69px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts69 {
    padding-top: 34.5px;
  }
}

.u-pbs69 {
  padding-bottom: 69px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs69 {
    padding-bottom: 34.5px;
  }
}

.u-pts70 {
  padding-top: 70px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts70 {
    padding-top: 35px;
  }
}

.u-pbs70 {
  padding-bottom: 70px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs70 {
    padding-bottom: 35px;
  }
}

.u-pts71 {
  padding-top: 71px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts71 {
    padding-top: 35.5px;
  }
}

.u-pbs71 {
  padding-bottom: 71px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs71 {
    padding-bottom: 35.5px;
  }
}

.u-pts72 {
  padding-top: 72px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts72 {
    padding-top: 36px;
  }
}

.u-pbs72 {
  padding-bottom: 72px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs72 {
    padding-bottom: 36px;
  }
}

.u-pts73 {
  padding-top: 73px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts73 {
    padding-top: 36.5px;
  }
}

.u-pbs73 {
  padding-bottom: 73px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs73 {
    padding-bottom: 36.5px;
  }
}

.u-pts74 {
  padding-top: 74px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts74 {
    padding-top: 37px;
  }
}

.u-pbs74 {
  padding-bottom: 74px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs74 {
    padding-bottom: 37px;
  }
}

.u-pts75 {
  padding-top: 75px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts75 {
    padding-top: 37.5px;
  }
}

.u-pbs75 {
  padding-bottom: 75px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs75 {
    padding-bottom: 37.5px;
  }
}

.u-pts76 {
  padding-top: 76px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts76 {
    padding-top: 38px;
  }
}

.u-pbs76 {
  padding-bottom: 76px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs76 {
    padding-bottom: 38px;
  }
}

.u-pts77 {
  padding-top: 77px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts77 {
    padding-top: 38.5px;
  }
}

.u-pbs77 {
  padding-bottom: 77px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs77 {
    padding-bottom: 38.5px;
  }
}

.u-pts78 {
  padding-top: 78px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts78 {
    padding-top: 39px;
  }
}

.u-pbs78 {
  padding-bottom: 78px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs78 {
    padding-bottom: 39px;
  }
}

.u-pts79 {
  padding-top: 79px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts79 {
    padding-top: 39.5px;
  }
}

.u-pbs79 {
  padding-bottom: 79px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs79 {
    padding-bottom: 39.5px;
  }
}

.u-pts80 {
  padding-top: 80px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts80 {
    padding-top: 40px;
  }
}

.u-pbs80 {
  padding-bottom: 80px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs80 {
    padding-bottom: 40px;
  }
}

.u-pts81 {
  padding-top: 81px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts81 {
    padding-top: 40.5px;
  }
}

.u-pbs81 {
  padding-bottom: 81px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs81 {
    padding-bottom: 40.5px;
  }
}

.u-pts82 {
  padding-top: 82px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts82 {
    padding-top: 41px;
  }
}

.u-pbs82 {
  padding-bottom: 82px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs82 {
    padding-bottom: 41px;
  }
}

.u-pts83 {
  padding-top: 83px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts83 {
    padding-top: 41.5px;
  }
}

.u-pbs83 {
  padding-bottom: 83px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs83 {
    padding-bottom: 41.5px;
  }
}

.u-pts84 {
  padding-top: 84px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts84 {
    padding-top: 42px;
  }
}

.u-pbs84 {
  padding-bottom: 84px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs84 {
    padding-bottom: 42px;
  }
}

.u-pts85 {
  padding-top: 85px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts85 {
    padding-top: 42.5px;
  }
}

.u-pbs85 {
  padding-bottom: 85px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs85 {
    padding-bottom: 42.5px;
  }
}

.u-pts86 {
  padding-top: 86px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts86 {
    padding-top: 43px;
  }
}

.u-pbs86 {
  padding-bottom: 86px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs86 {
    padding-bottom: 43px;
  }
}

.u-pts87 {
  padding-top: 87px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts87 {
    padding-top: 43.5px;
  }
}

.u-pbs87 {
  padding-bottom: 87px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs87 {
    padding-bottom: 43.5px;
  }
}

.u-pts88 {
  padding-top: 88px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts88 {
    padding-top: 44px;
  }
}

.u-pbs88 {
  padding-bottom: 88px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs88 {
    padding-bottom: 44px;
  }
}

.u-pts89 {
  padding-top: 89px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts89 {
    padding-top: 44.5px;
  }
}

.u-pbs89 {
  padding-bottom: 89px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs89 {
    padding-bottom: 44.5px;
  }
}

.u-pts90 {
  padding-top: 90px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts90 {
    padding-top: 45px;
  }
}

.u-pbs90 {
  padding-bottom: 90px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs90 {
    padding-bottom: 45px;
  }
}

.u-pts91 {
  padding-top: 91px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts91 {
    padding-top: 45.5px;
  }
}

.u-pbs91 {
  padding-bottom: 91px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs91 {
    padding-bottom: 45.5px;
  }
}

.u-pts92 {
  padding-top: 92px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts92 {
    padding-top: 46px;
  }
}

.u-pbs92 {
  padding-bottom: 92px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs92 {
    padding-bottom: 46px;
  }
}

.u-pts93 {
  padding-top: 93px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts93 {
    padding-top: 46.5px;
  }
}

.u-pbs93 {
  padding-bottom: 93px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs93 {
    padding-bottom: 46.5px;
  }
}

.u-pts94 {
  padding-top: 94px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts94 {
    padding-top: 47px;
  }
}

.u-pbs94 {
  padding-bottom: 94px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs94 {
    padding-bottom: 47px;
  }
}

.u-pts95 {
  padding-top: 95px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts95 {
    padding-top: 47.5px;
  }
}

.u-pbs95 {
  padding-bottom: 95px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs95 {
    padding-bottom: 47.5px;
  }
}

.u-pts96 {
  padding-top: 96px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts96 {
    padding-top: 48px;
  }
}

.u-pbs96 {
  padding-bottom: 96px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs96 {
    padding-bottom: 48px;
  }
}

.u-pts97 {
  padding-top: 97px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts97 {
    padding-top: 48.5px;
  }
}

.u-pbs97 {
  padding-bottom: 97px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs97 {
    padding-bottom: 48.5px;
  }
}

.u-pts98 {
  padding-top: 98px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts98 {
    padding-top: 49px;
  }
}

.u-pbs98 {
  padding-bottom: 98px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs98 {
    padding-bottom: 49px;
  }
}

.u-pts99 {
  padding-top: 99px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts99 {
    padding-top: 49.5px;
  }
}

.u-pbs99 {
  padding-bottom: 99px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs99 {
    padding-bottom: 49.5px;
  }
}

.u-pts100 {
  padding-top: 100px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts100 {
    padding-top: 50px;
  }
}

.u-pbs100 {
  padding-bottom: 100px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs100 {
    padding-bottom: 50px;
  }
}

.u-pts101 {
  padding-top: 101px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts101 {
    padding-top: 50.5px;
  }
}

.u-pbs101 {
  padding-bottom: 101px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs101 {
    padding-bottom: 50.5px;
  }
}

.u-pts102 {
  padding-top: 102px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts102 {
    padding-top: 51px;
  }
}

.u-pbs102 {
  padding-bottom: 102px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs102 {
    padding-bottom: 51px;
  }
}

.u-pts103 {
  padding-top: 103px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts103 {
    padding-top: 51.5px;
  }
}

.u-pbs103 {
  padding-bottom: 103px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs103 {
    padding-bottom: 51.5px;
  }
}

.u-pts104 {
  padding-top: 104px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts104 {
    padding-top: 52px;
  }
}

.u-pbs104 {
  padding-bottom: 104px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs104 {
    padding-bottom: 52px;
  }
}

.u-pts105 {
  padding-top: 105px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts105 {
    padding-top: 52.5px;
  }
}

.u-pbs105 {
  padding-bottom: 105px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs105 {
    padding-bottom: 52.5px;
  }
}

.u-pts106 {
  padding-top: 106px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts106 {
    padding-top: 53px;
  }
}

.u-pbs106 {
  padding-bottom: 106px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs106 {
    padding-bottom: 53px;
  }
}

.u-pts107 {
  padding-top: 107px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts107 {
    padding-top: 53.5px;
  }
}

.u-pbs107 {
  padding-bottom: 107px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs107 {
    padding-bottom: 53.5px;
  }
}

.u-pts108 {
  padding-top: 108px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts108 {
    padding-top: 54px;
  }
}

.u-pbs108 {
  padding-bottom: 108px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs108 {
    padding-bottom: 54px;
  }
}

.u-pts109 {
  padding-top: 109px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts109 {
    padding-top: 54.5px;
  }
}

.u-pbs109 {
  padding-bottom: 109px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs109 {
    padding-bottom: 54.5px;
  }
}

.u-pts110 {
  padding-top: 110px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts110 {
    padding-top: 55px;
  }
}

.u-pbs110 {
  padding-bottom: 110px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs110 {
    padding-bottom: 55px;
  }
}

.u-pts111 {
  padding-top: 111px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts111 {
    padding-top: 55.5px;
  }
}

.u-pbs111 {
  padding-bottom: 111px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs111 {
    padding-bottom: 55.5px;
  }
}

.u-pts112 {
  padding-top: 112px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts112 {
    padding-top: 56px;
  }
}

.u-pbs112 {
  padding-bottom: 112px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs112 {
    padding-bottom: 56px;
  }
}

.u-pts113 {
  padding-top: 113px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts113 {
    padding-top: 56.5px;
  }
}

.u-pbs113 {
  padding-bottom: 113px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs113 {
    padding-bottom: 56.5px;
  }
}

.u-pts114 {
  padding-top: 114px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts114 {
    padding-top: 57px;
  }
}

.u-pbs114 {
  padding-bottom: 114px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs114 {
    padding-bottom: 57px;
  }
}

.u-pts115 {
  padding-top: 115px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts115 {
    padding-top: 57.5px;
  }
}

.u-pbs115 {
  padding-bottom: 115px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs115 {
    padding-bottom: 57.5px;
  }
}

.u-pts116 {
  padding-top: 116px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts116 {
    padding-top: 58px;
  }
}

.u-pbs116 {
  padding-bottom: 116px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs116 {
    padding-bottom: 58px;
  }
}

.u-pts117 {
  padding-top: 117px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts117 {
    padding-top: 58.5px;
  }
}

.u-pbs117 {
  padding-bottom: 117px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs117 {
    padding-bottom: 58.5px;
  }
}

.u-pts118 {
  padding-top: 118px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts118 {
    padding-top: 59px;
  }
}

.u-pbs118 {
  padding-bottom: 118px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs118 {
    padding-bottom: 59px;
  }
}

.u-pts119 {
  padding-top: 119px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts119 {
    padding-top: 59.5px;
  }
}

.u-pbs119 {
  padding-bottom: 119px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs119 {
    padding-bottom: 59.5px;
  }
}

.u-pts120 {
  padding-top: 120px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts120 {
    padding-top: 60px;
  }
}

.u-pbs120 {
  padding-bottom: 120px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs120 {
    padding-bottom: 60px;
  }
}

.u-pts121 {
  padding-top: 121px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts121 {
    padding-top: 60.5px;
  }
}

.u-pbs121 {
  padding-bottom: 121px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs121 {
    padding-bottom: 60.5px;
  }
}

.u-pts122 {
  padding-top: 122px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts122 {
    padding-top: 61px;
  }
}

.u-pbs122 {
  padding-bottom: 122px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs122 {
    padding-bottom: 61px;
  }
}

.u-pts123 {
  padding-top: 123px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts123 {
    padding-top: 61.5px;
  }
}

.u-pbs123 {
  padding-bottom: 123px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs123 {
    padding-bottom: 61.5px;
  }
}

.u-pts124 {
  padding-top: 124px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts124 {
    padding-top: 62px;
  }
}

.u-pbs124 {
  padding-bottom: 124px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs124 {
    padding-bottom: 62px;
  }
}

.u-pts125 {
  padding-top: 125px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts125 {
    padding-top: 62.5px;
  }
}

.u-pbs125 {
  padding-bottom: 125px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs125 {
    padding-bottom: 62.5px;
  }
}

.u-pts126 {
  padding-top: 126px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts126 {
    padding-top: 63px;
  }
}

.u-pbs126 {
  padding-bottom: 126px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs126 {
    padding-bottom: 63px;
  }
}

.u-pts127 {
  padding-top: 127px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts127 {
    padding-top: 63.5px;
  }
}

.u-pbs127 {
  padding-bottom: 127px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs127 {
    padding-bottom: 63.5px;
  }
}

.u-pts128 {
  padding-top: 128px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts128 {
    padding-top: 64px;
  }
}

.u-pbs128 {
  padding-bottom: 128px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs128 {
    padding-bottom: 64px;
  }
}

.u-pts129 {
  padding-top: 129px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts129 {
    padding-top: 64.5px;
  }
}

.u-pbs129 {
  padding-bottom: 129px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs129 {
    padding-bottom: 64.5px;
  }
}

.u-pts130 {
  padding-top: 130px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts130 {
    padding-top: 65px;
  }
}

.u-pbs130 {
  padding-bottom: 130px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs130 {
    padding-bottom: 65px;
  }
}

.u-pts131 {
  padding-top: 131px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts131 {
    padding-top: 65.5px;
  }
}

.u-pbs131 {
  padding-bottom: 131px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs131 {
    padding-bottom: 65.5px;
  }
}

.u-pts132 {
  padding-top: 132px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts132 {
    padding-top: 66px;
  }
}

.u-pbs132 {
  padding-bottom: 132px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs132 {
    padding-bottom: 66px;
  }
}

.u-pts133 {
  padding-top: 133px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts133 {
    padding-top: 66.5px;
  }
}

.u-pbs133 {
  padding-bottom: 133px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs133 {
    padding-bottom: 66.5px;
  }
}

.u-pts134 {
  padding-top: 134px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts134 {
    padding-top: 67px;
  }
}

.u-pbs134 {
  padding-bottom: 134px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs134 {
    padding-bottom: 67px;
  }
}

.u-pts135 {
  padding-top: 135px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts135 {
    padding-top: 67.5px;
  }
}

.u-pbs135 {
  padding-bottom: 135px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs135 {
    padding-bottom: 67.5px;
  }
}

.u-pts136 {
  padding-top: 136px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts136 {
    padding-top: 68px;
  }
}

.u-pbs136 {
  padding-bottom: 136px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs136 {
    padding-bottom: 68px;
  }
}

.u-pts137 {
  padding-top: 137px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts137 {
    padding-top: 68.5px;
  }
}

.u-pbs137 {
  padding-bottom: 137px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs137 {
    padding-bottom: 68.5px;
  }
}

.u-pts138 {
  padding-top: 138px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts138 {
    padding-top: 69px;
  }
}

.u-pbs138 {
  padding-bottom: 138px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs138 {
    padding-bottom: 69px;
  }
}

.u-pts139 {
  padding-top: 139px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts139 {
    padding-top: 69.5px;
  }
}

.u-pbs139 {
  padding-bottom: 139px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs139 {
    padding-bottom: 69.5px;
  }
}

.u-pts140 {
  padding-top: 140px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts140 {
    padding-top: 70px;
  }
}

.u-pbs140 {
  padding-bottom: 140px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs140 {
    padding-bottom: 70px;
  }
}

.u-pts141 {
  padding-top: 141px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts141 {
    padding-top: 70.5px;
  }
}

.u-pbs141 {
  padding-bottom: 141px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs141 {
    padding-bottom: 70.5px;
  }
}

.u-pts142 {
  padding-top: 142px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts142 {
    padding-top: 71px;
  }
}

.u-pbs142 {
  padding-bottom: 142px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs142 {
    padding-bottom: 71px;
  }
}

.u-pts143 {
  padding-top: 143px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts143 {
    padding-top: 71.5px;
  }
}

.u-pbs143 {
  padding-bottom: 143px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs143 {
    padding-bottom: 71.5px;
  }
}

.u-pts144 {
  padding-top: 144px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts144 {
    padding-top: 72px;
  }
}

.u-pbs144 {
  padding-bottom: 144px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs144 {
    padding-bottom: 72px;
  }
}

.u-pts145 {
  padding-top: 145px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts145 {
    padding-top: 72.5px;
  }
}

.u-pbs145 {
  padding-bottom: 145px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs145 {
    padding-bottom: 72.5px;
  }
}

.u-pts146 {
  padding-top: 146px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts146 {
    padding-top: 73px;
  }
}

.u-pbs146 {
  padding-bottom: 146px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs146 {
    padding-bottom: 73px;
  }
}

.u-pts147 {
  padding-top: 147px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts147 {
    padding-top: 73.5px;
  }
}

.u-pbs147 {
  padding-bottom: 147px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs147 {
    padding-bottom: 73.5px;
  }
}

.u-pts148 {
  padding-top: 148px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts148 {
    padding-top: 74px;
  }
}

.u-pbs148 {
  padding-bottom: 148px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs148 {
    padding-bottom: 74px;
  }
}

.u-pts149 {
  padding-top: 149px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts149 {
    padding-top: 74.5px;
  }
}

.u-pbs149 {
  padding-bottom: 149px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs149 {
    padding-bottom: 74.5px;
  }
}

.u-pts150 {
  padding-top: 150px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pts150 {
    padding-top: 75px;
  }
}

.u-pbs150 {
  padding-bottom: 150px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-pbs150 {
    padding-bottom: 75px;
  }
}

.u-f-left {
  float: left !important;
}

.u-f-right {
  float: right !important;
}

.u-f-none {
  float: none !important;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-hidden-sm {
    display: none !important;
  }
}
@media screen and (max-width: 59.3125em) {
  .u-hidden-md {
    display: none !important;
  }
}
@media screen and (min-width: 46.875em) {
  .u-hidden-lg {
    display: none !important;
  }
}
.u-visible-sm,
.u-visible-md,
.u-visible-lg {
  display: none !important;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-visible-sm {
    display: block !important;
  }
  .u-visible-sm.is-inlineblock {
    display: inline-block !important;
  }
}
@media screen and (max-width: 59.3125em) {
  .u-visible-md {
    display: block !important;
  }
  .u-visible-md.is-inlineblock {
    display: inline-block !important;
  }
}
@media screen and (min-width: 46.875em) {
  .u-visible-lg {
    display: block !important;
  }
  .u-visible-lg.is-inlineblock {
    display: inline-block !important;
  }
}
p,
.u-text-normal {
  margin: 0;
}

small,
.u-text-small {
  font-size: 0.75em;
}

strong,
.u-text-strong {
  color: #A31039;
  font-weight: 700;
}

del,
.u-text-del {
  text-decoration: line-through;
}

a,
.u-text-link {
  color: #262626;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}

a.is-pdf::after {
  content: "\f1c1";
  font-family: "FontAwesome";
  margin-left: 0.25rem;
  color: #A31039;
}
a.is-pdf-mt:after {
  display: inline-block;
  content: "picture_as_pdf";
  font-family: "Material Icons Round";
  line-height: 1;
  margin-left: 0.25rem;
  vertical-align: middle;
}
a.is-map::before {
  content: "\f041";
  font-family: "FontAwesome";
}
a.is-outlink::after {
  content: "\f08e";
  font-family: "FontAwesome";
}

a:hover,
.u-text-link:hover,
.u-text-link.is-hover {
  opacity: 0.5;
}

.u-text-danger {
  color: #cc2919;
}

.u-text-info {
  color: #378da3;
}

.u-text-success {
  color: #378da3;
}

/*# sourceMappingURL=style.css.map*/